/*
Theme Name: c-tanaka_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.video_wrap video {
  width: 100%;
}

.head_box {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.head_box .ttl {
  font-size: 55px;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .head_box .ttl {
    font-size: 24px;
  }
}

.bg_green {
  background: #0FA225;
}

.bg_red {
  background: rgba(230, 0, 18, 0.76);
}

.bg_blue {
  background: #001F73;
}

.sec_head .box {
  width: 763px;
  height: 100px;
  background: #fff;
  padding: 10px 15px;
  position: relative;
  box-sizing: border-box;
}

.sec_head .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
}

.sec_head .txt {
  width: calc(100% - 100px);
}

.sec_head .txt .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 45px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

@media screen and (max-width: 480px) {

  .sec_head .box {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    position: relative;
    box-sizing: border-box;
  }

  .sec_head .box .ico {
    width: 39px;
  }

  .sec_head .box::after {
    display: none;
    border-width: 0 70px 70px 0;
  }

  .sec_head .txt {
    width: calc(100% - 50px);
  }

  .sec_head .txt .ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sec_head .txt .el_desc {
    font-size: 14px;
  }
}

.sec_head_min .ttl {
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 20px;
  font-size: 35px;
  letter-spacing: 0.2em;
  width: 40%;
}

.sec_head_min .ttl img {
  margin-right: 10px;
  width: 41px;
}

.sec_head_min .txt {
  font-size: 35px;
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .sec_head_min .ttl {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
    width: 100%;
  }

  .sec_head_min .ttl img {
    margin-right: 10px;
    width: 21px;
  }

  .sec_head_min .txt {
    display: none;
  }
}

.col {
  box-sizing: border-box;
}

.col2 .col {
  width: 49%;
}

.col2_100 .col {
  width: 50%;
}

.col3 .col {
  width: 32%;
}

@media screen and (max-width: 480px) {

  .col2 .col {
    width: 100%;
  }

  .col2_100 .col {
    width: 100%;
  }

  .col3 .col {
    width: 100%;
  }
}

.el_desc {
  line-height: 1.75;
}

.el_btn {
  border-radius: 8px;
  padding: 15px 70px;
  text-align: center;
  position: relative;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
}

.el_btn_blue {
  border: solid 1px #001F73;
  color: #001F73;
}

.el_btn_red {
  border: solid 1px #E00011;
  color: #E00011;
}

.el_btn_blue::after {
  content: "";
  background: #001F73 url("assets/images/home/ico_btn_arw.svg") center center no-repeat;
  background-size: 12px 27px;
  width: 20px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.el_btn_red::after {
  content: "";
  background: #E00011 url("assets/images/home/ico_btn_arw.svg") center center no-repeat;
  background-size: 12px 27px;
  width: 20px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sec_page_head {
  margin-bottom: 50px;
  position: relative;
}

.sec_topHero {
  background: url("assets/images/home/ph_hero@2x.jpg") center center no-repeat;
  background-size: cover;
  height: 560px;
  position: relative;
  margin-bottom: 30px;
  background: none;
  overflow: hidden;
}

.sec_topHero .logo {
  padding-top: 185px;
  text-align: center;
}

.sec_topHero .ly_inner {
  z-index: 0;
}

.sec_topHero .logo img {
  width: 421px;
}

.sec_topHero .btm {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

.sec_topHero .btm .info {
  padding: 30px;
  line-height: 1.75;
}

.sec_topHero .btm .info .ttl {
  font-size: 40px;
}

.sec_topHero .hero_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {

  .sec_topHero {
    background: url("assets/images/home/ph_hero@2x.jpg") center center no-repeat;
    background-size: cover;
    height: 100vh;
    background: none;
  }

  .sec_topHero .hero_slider {
    height: 100vh;
    width: 100%;
  }

  .sec_topHero .hero_slider img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }

  .sec_topHero .logo {
    padding-top: 40vh;
  }

  .sec_topHero .logo img {
    width: 80%;
  }

  .sec_topHero .btm {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
  }

  .sec_topHero .btm .info {
    padding: 10px 20px;
  }

  .sec_topHero .btm .info .ttl {
    font-size: 24px;
  }

  .sec_topHero .btm .info .desc {
    font-size: 14px;
  }
}

.sec_topMsg {
  margin-top: 50px;
  background: url("assets/images/home/mark_logo_gray.svg") 60px 60px no-repeat;
  background-size: 100%;
}

.sec_topMsg .msg .img {
  width: 218px;
  min-height: 194px;
  background: url("assets/images/home/ph_msg@2x.png") center bottom no-repeat;
  background-size: cover;
}

.sec_topMsg .msg .info {
  width: calc(100% - 240px);
}

.sec_topMsg .msg .info .ttl {
  font-size: 40px;
  color: #002076;
  margin-bottom: 20px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 480px) {

  .sec_topMsg {
    margin-top: 50px;
    background: url("assets/images/home/mark_logo_gray.svg") 60px 60px no-repeat;
    background-size: 100%;
  }

  .sec_topMsg .msg .img {
    width: 100%;
    min-height: inherit;
    background: url("assets/images/home/ph_msg@2x.png") center bottom no-repeat;
    background-size: cover;
    padding-top: 89%;
  }

  .sec_topMsg .msg .info {
    width: 100%;
  }

  .sec_topMsg .msg .info .ttl {
    font-size: 28px;
  }
}

.el_topService {
  margin: 20px auto 100px;
}

.el_topService .img {
  width: 189px;
}

.el_topService .box:last-child .img {
  width: 228px;
}

.el_topService .info {
  width: calc(100% - 200px);
}

.el_topService .box:last-child .info {
  width: calc(100% - 240px);
}

.el_topService .redbox {
  background: #E00011;
  color: #fff;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
}

.el_topService .taC {
  padding-top: 20px;
}

@media screen and (max-width: 480px) {

  .el_topService {
    margin: 20px auto 50px;
  }

  .el_topService .box {
    margin-bottom: 20px;
  }

  .el_topService .img {
    width: 80%;
    margin: 0 auto;
  }

  .el_topService .box:last-child .img {
    width: 80%;
  }

  .el_topService .info,
  .el_topService .box:last-child .info {
    width: 100%;
  }

  .el_topService .redbox {
    background: #E00011;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    margin-right: 10px;
  }

  .el_topService .taC {
    padding-top: 20px;
  }
}

.sec_bnrs {
  padding: 50px 0;
}

.sec_bnrs .carlists {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {

  .sec_bnrs {
    padding: 25px 0;
  }

  .sec_bnrs img {
    margin-bottom: 20px;
  }

  .sec_bnrs .carlists {
    margin-bottom: 30px;
    overflow-x: scroll;
  }

  .sec_bnrs .carlists img {
    width: 200%;
  }
}

.sec_voice {
  background: #FAC535 url("assets/images/home/mark_logo_yellow.svg") 20px 140px no-repeat;
  background-size: 100%;
  padding-bottom: 45px;
}

.sec_voice .sec_head {
  background: url("assets/images/home/logo_onetone.svg") right center no-repeat;
  background-size: 421px 67px;
  margin-bottom: 20px;
}

.sec_voice .sec_head .box::after {
  border-color: transparent #FAC535 transparent transparent;
}

.sec_voice .sec_head .ttl {
  color: #FAC535;
}

.sec_voice .voice_head {
  position: relative;
  padding-bottom: 20px;
}

.sec_voice .voice_head::after {
  content: "";
  width: 275px;
  height: 201px;
  background: url("assets/images/home/ph_voice@2x.png") center bottom no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.voice_total {
  margin-bottom: 25px;
}

.score_bg {
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.voice_total .score_large {
  width: 49%;
}

.voice_total .t_score {
  width: 24%;
}

.score_head {
  background: #E6E6E6;
  font-size: 14px;
  padding: 5px;
}

.score_num {
  color: #E0A727;
  font-size: 40px;
  padding: 10px;
}

.score_num span {
  font-size: 10px;
}

.score_large .score_head {
  font-size: 26px;
}

.score_large .score_num {
  font-size: 86px;
  padding: 20px;
}

.score_large .score_num span {
  font-size: 20px;
}

.score {
  margin-bottom: 1%;
}

.score_left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0;
  width: 59%;
  width: calc(100% - 195px);
}

.score_total {
  padding: 5px;
  border-bottom: solid 5px #FAC535;
  box-sizing: border-box;
}

.score_total .score_head {
  border-top-left-radius: 10px;
}

.score_total .score_num {
  font-size: 70px;
}

.score_total .score_num span {
  font-size: 16px;
}

.score_msg {
  padding: 10px;
  list-style: 1.75;
}

.score_msg .desc {
  font-size: 16px;
  line-height: 1.75;
}

.score_right {
  width: 40%;
  width: 190px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.score_right dl {
  width: 180px;
}

.score_right .score_head {
  width: 40%;
  width: 90px;
  display: inline-block;
  /* float: left; */
  box-sizing: border-box;
  margin-bottom: 5px;
}

.score_right .score_star {
  /* margin-left: 41%; */
  font-size: 16px;
  padding: 5px;
  position: relative;
  width: 78px;
  margin-bottom: 5px;
}

.score_right .score_star .mask {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  background: #fff;
  width: 65%;
}

@media screen and (max-width: 480px) {
  .sec_voice {
    background: #FAC535 url("assets/images/home/mark_logo_yellow.svg") 20px 140px no-repeat;
    background-size: 100%;
    padding-bottom: 45px;
  }

  .sec_voice .sec_head {
    background: transparent;
  }

  .sec_voice .voice_head::after {
    display: none;
  }

  .voice_total .score_large {
    width: 100%;
  }

  .voice_total .t_score {
    width: 24%;
  }

  .score_head {
    font-size: 12px;
  }

  .score_num {
    font-size: 24px;
    padding: 10px;
  }

  .score {
    margin-bottom: 1%;
  }

  .score_left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0;
    /* width: 50%; */
  }

  .score_total .score_num {
    font-size: 50px;
  }

  .score_msg .desc {
    font-size: 14px;
  }

  .score_right {
    /* width: 49%; */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .score_right .score_head {
    /* width: 50%; */
    font-size: 12px;
  }

  .score_right .score_star {
    /* margin-left: 51%; */
    font-size: 14px;
    padding: 5px;
  }
}

/*
comapny
*/

.sec_company {
  background: rgba(197, 198, 195, 0.3) url("assets/images/company/mark_logo_gray2.svg") 0 120px no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.sec_company .sec_head .box::after {
  border-color: transparent rgba(197, 198, 195, 0.3) transparent transparent;
}

.sec_company .sec_head .ttl {
  color: #9C9D9A;
}

.el_company {
  margin-top: 50px;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.el_company th,
.el_company td {
  border-bottom: solid 5px #fff;
}

.el_company th {
  background: #EFEFEF;
  text-align: right;
  padding: 5px 10px;
  font-weight: 400;
  width: 25%;
}

.el_company td {
  padding: 5px 10px;
}

@media screen and (max-width: 480px) {

  .el_company th,
  .el_company td {
    display: block;
    width: 100%;
    border-bottom: solid 5px #fff;
    box-sizing: border-box;
    text-align: left;
  }

  .el_company td {
    padding: 5px 10px;
  }
}

.el_recruit_head {
  margin: 50px auto 20px;
  position: relative;
}

.el_recruit_head .head_box {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.el_recruit {
  background: #fff url("assets/images/company/ph_recruit02@2x.jpg") 50px 20px no-repeat;
  background-size: 154px 341px;
  padding: 10px;
  padding-left: 200px;
}

.el_recruit_msg {
  background: url("assets/images/company/img_baloon.svg") left top no-repeat;
  background-size: 43px 179px;
  padding: 5px 0 0;
  padding-left: 70px;
}

.el_recruit_msg .ttl {
  font-size: 50px;
  margin-bottom: 30px;
}

.el_recruit_msg .desc {
  font-size: 30px;
  line-height: 1.75;
  margin-bottom: 100px;
}

.el_recruit_contact {
  padding-left: 70px;
}

.el_recruit_contact a {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.el_recruit_contact .name {
  display: inline-block;
  margin-left: 40px;
}

@media screen and (max-width: 480px) {

  .el_recruit_head .head_box {
    position: static;
    width: 100%;
    background: #333;
    box-sizing: border-box;
  }

  .el_recruit {
    background: #fff;
    padding: 20px 10px;
  }

  .el_recruit_msg {
    background: none;
    padding-left: 0;
  }

  .el_recruit_msg .ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .el_recruit_msg .desc {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .el_recruit_contact {
    padding-left: 0;
  }

  .el_recruit_contact a {
    width: 100%;
    margin-bottom: 20px;
  }

  .el_recruit_contact .name {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    display: block;
  }
}

/*
service
*/

.page_service .head_box {
  position: absolute;
  top: 35px;
  left: 35px;
  background: rgba(0, 0, 0, 0.7);
}

.sec_service .sec_head_min .ttl {
  background: #0FA225;
}

.el_services {
  padding: 45px 0;
}

.el_service {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 45px;
}

.el_service .first {
  width: 170px;
}

.el_service .badge {
  padding: 5px 10px;
  background: #03721C;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
}

.el_service .info {
  width: calc(100% - 620px);
}

.el_service .img {
  width: 410px;
}

.el_service .sub {
  margin-top: 20px;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .page_service .head_box {
    position: static;
    background: #333;
  }

  .sec_service .sec_head_min .ttl {
    background: #0FA225;
  }

  .el_services {
    padding: 45px 0;
  }

  .el_service {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .el_service .first {
    width: 100%;
  }

  .el_service .badge {
    padding: 5px 10px;
    background: #03721C;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
  }

  .el_service .info {
    width: 100%;
    padding: 10px 0;
  }

  .el_service .img {
    width: 100%;
  }

  .el_service .sub {
    margin-top: 20px;
    font-size: 18px;
  }
}

/*
apple
*/

.el_apple_chk {
  border: solid 3px #EC3D4A;
  border-radius: 30px;
  background: url("assets/images/apple/ph_apple01.png") left bottom no-repeat;
  background-size: contain;
  padding-left: 30%;
  margin-bottom: 100px;
}

.el_apple_chk .info {
  padding-top: 40px;
}

.el_apple_chk .ttl {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 400;
}

.el_apple_chk ul {
  padding-left: 10px;
}

.el_apple_chk li {
  background: url("assets/images/apple/ico_check@2x.png") left center no-repeat;
  background-size: 25px 25px;
  padding-left: 35px;
  font-size: 26px;
  color: #1E90AC;
  margin-bottom: 20px;
}

.el_apple_msg {
  font-size: 33px;
  color: #EC3D4A;
  text-align: center;
  padding-bottom: 20px;
}

.el_apple_msg img {
  display: inline-block;
  width: 300px;
  vertical-align: bottom;
  margin: 0 10px;
}

.el_causes_block {
  padding: 30px 0 20px;
}

.el_cause_ttl {
  margin-bottom: 30px;
}

.el_cause_ttl img {
  width: 300px;
  margin-right: 10px;
}

.el_cause_ttl .txt {
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.el_cause_ttl .txt::before {
  content: "";
  width: 200%;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 1, 1) 0%, rgba(255, 255, 1, 1) 80%, rgba(255, 0, 1, 1) 100%);
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
}

.el_cause {
  border: solid 3px #fff;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.el_cause .img {
  padding: 3px 10px;
  width: 35%;
  box-sizing: border-box;
}

.el_cause .info {
  width: 63%;
  box-sizing: border-box;
  font-weight: 700;
  padding: 5px 0;
}

.el_cause:first-child .info {
  padding-right: 100px;
  background: url("assets/images/apple/img_human@2x.png") right 20px bottom 0px no-repeat;
  background-size: 69px 99px;
}

.sec_apple_bnr {
  padding: 50px 0;
}

.sec_apple_bnr .bnrs {
  margin-bottom: 20px;
}

.sec_apple {
  padding-bottom: 20px;
}

.sec_apple .sec_head .box::after {
  border-color: transparent rgba(230, 0, 18, 0.76) transparent transparent;
}

.sec_apple .sec_head .ttl {
  color: #DE6464;
}

.sec_apple .apple_head {
  position: relative;
  padding: 20px 0 30px;
  color: #fff;
}

.sec_apple .apple_head::after {
  content: "";
  width: 168px;
  height: 169px;
  background: url("assets/images/apple/ph_apple02@2x.png") center bottom no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.apple_bnr {
  margin-bottom: 40px;
}

.sec_apple .cars {
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
}

.sec_apple .cars .car {
  width: 23%;
  margin-bottom: 3%;
}

.sec_apple .caution {
  font-size: 16px;
  color: #fff;
}

.sec_movie {
  margin-top: 50px;
  position: relative;
  padding-top: 56.25%;
  padding-top: 0;
}

.sec_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .el_apple_chk {
    border-radius: 15px;
    margin-bottom: 50px;
    background: none;
    padding: 20px;
  }

  .el_apple_chk .info {
    padding-top: 10px;
  }

  .el_apple_chk .ttl {
    font-size: 24px;
  }

  .el_apple_chk ul {
    padding-left: 10px;
  }

  .el_apple_chk li {
    background: url("assets/images/apple/ico_check@2x.png") left center no-repeat;
    background-size: 12px 12px;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .el_apple_msg {
    font-size: 22px;
  }

  .el_apple_msg img {
    display: inline-block;
    width: 70%;
    margin: 10px 15%;
  }

  .el_cause_ttl img {
    width: 70%;
    margin-right: 30%;
    margin-bottom: 20px;
  }

  .el_cause_ttl .txt {
    display: block;
    font-size: 24px;
  }

  .el_cause_ttl .txt::before {
    width: 100%;
  }

  .el_cause {
    border-radius: 10px;
  }

  .el_cause .img {
    padding: 10px;
    width: 100%;
  }

  .el_cause .info {
    width: 100%;
    padding: 10px;
  }

  .el_cause:first-child .info {
    padding-right: 100px;
    background: url("assets/images/apple/img_human@2x.png") right 20px bottom 0px no-repeat;
    background-size: 69px 99px;
    padding: 10px;
    background: none;
  }

  .sec_apple_bnr .bnrs,
  .sec_apple_bnr .bnrs .col {
    margin-bottom: 20px;
  }

  .sec_apple .apple_head::after {
    display: none;
  }

  .apple_bnr {
    margin-bottom: 40px;
  }

  .sec_apple .cars {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .sec_apple .cars .car {
    width: 49%;
    margin-bottom: 3%;
  }

  .sec_apple .caution {
    font-size: 14px;
  }
}

/*
bankin
*/

.sec_bankin_point {
  padding: 40px 0;
}

.el_bankin_point .head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  color: #001F73;
  letter-spacing: 0.23em;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: block;
  padding: 5px 0
}

.el_bankin_point .body {
  border: solid 2px #fff;
  padding: 10px;
}

.el_bankin_point .el_desc {
  color: #FFFB3B;
  margin-bottom: 20px;
}

.sec_bankin_ph {
  line-height: 0;
}

.sec_bankin_flow {
  padding: 40px 0 20px;
}

.sec_bankin_flow .step {
  border: solid 3px #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 60px;
}

.sec_bankin_flow .step::after {
  content: "";
  background: url("assets/images/bankin/ico_arw_b.svg") center center no-repeat;
  background-size: 81px 25px;
  width: 81px;
  height: 25px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.sec_bankin_flow .step:last-child:after {
  display: none;
}

.sec_bankin_flow .step:nth-child(1) {
  background: url("assets/images/bankin/ico_tel.svg") right 40px center no-repeat;
  background-size: 84px 84px;
}

.sec_bankin_flow .step:nth-child(2) {
  background: url("assets/images/bankin/ico_car.svg") right 20px center no-repeat;
  background-size: 115px 81px;
}

.sec_bankin_flow .step:nth-child(3) {
  background: url("assets/images/bankin/ico_board.svg") right 60px center no-repeat;
  background-size: 62px 90px;
}

.sec_bankin_flow .step:nth-child(4) {
  background: url("assets/images/bankin/ico_casher.svg") right 40px center no-repeat;
  background-size: 85px 85px;
}

.sec_bankin_flow .step .head {
  width: 118px;
  background: #fff;
  text-align: center;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  min-height: 123px;
  padding-top: 20px;
  box-sizing: border-box;
}

.sec_bankin_flow .step .head img {
  width: 69px;
}

.sec_bankin_flow .step .info {
  width: calc(100% - 150px);
  color: #fff;
}

.sec_bankin_flow .step .ttl {
  font-size: 30px;
  color: #FFFB3B;
  line-height: 1.75;
}

.sec_bankin_flow .step .box {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  color: #EC3D4A;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 6px;
}

.el_bankin_other .bankin_other .flex_conts .info .el_desc .box {
  display: inline-block;
  padding: 5px 15px;
  background:#EC3D4A;
  color: white;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 6px;
}

.sec_bankin_result {
  color: #FFFB3B;
  text-align: center;
  font-weight: 700;
  padding: 40px 0;
}

.sec_bankin_result .el_desc {
  font-size: 24px;
}

.sec_bankin_result .large {
  font-size: 32px;
}

.sec_bankin .sec_head_min .ttl {
  background: #001F73;
}

.sec_bankin .bg_blue {
  padding: 50px 0;
  background: #001F73 url("assets/images/bankin/mark_logo_blue.svg") 0 120px no-repeat;
  background-size: 100%;
  color: #fff;
}

.el_bankin_head {
  margin-bottom: 100px;
}

.el_bankin_head .ttl {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
}

.el_bankin_info {
  margin-bottom: 60px;
}

.el_bankin_info .head {
  font-size: 30px;
  font-weight: 700;
  color: #FFFB3B;
  margin-bottom: 30px;
}

.el_bankin_lists .bankin {
  margin-bottom: 3%;
}

.el_bankin_lists .bankin .ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.el_bankin_lists .bankin .img {
  margin-bottom: 20px;
}

.el_bankin_other .bankin_other {
  margin-bottom: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}

.el_bankin_other .bankin_other .ttl {
  font-size: 30px;
  color: #001F73;
  font-weight: 700;
  margin-bottom: 20px;
}

.el_bankin_other .bankin_other .img {
  width: 30%;
}

.el_bankin_other .bankin_other:first-child img {
  width: 246px;
}

.el_bankin_other .bankin_other:nth-child(2) img {
  width: 293px;
}

.el_bankin_other .bankin_other .info {
  color: #000;
  text-align: left;
  width: 70%;
}

.el_bankin_other .bankin_other:nth-child(3) .info {
  width: 100%;
}

.el_bankin_other .bankin_other a {
  text-decoration: underline;
}

.el_bankin_gold .body {
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.el_bankin_gold .body .img {
  width: 33%;
}

.el_bankin_gold .body .info {
  width: 60%;
  color: #000;
}

@media screen and (max-width: 480px) {

  .sec_bankin_point .col {
    margin-bottom: 20px;
  }

  .sec_bankin_flow {}

  .sec_bankin_flow .step {
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .sec_bankin_flow .step::after {
    background: url("assets/images/bankin/ico_arw_b.svg") center center no-repeat;
    background-size: 40px 12px;
    width: 40px;
    height: 12px;
    bottom: -25px;
  }

  .sec_bankin_flow .step:nth-child(1) {
    background: url("assets/images/bankin/ico_tel.svg") right 10px bottom 10px no-repeat;
    background-size: 84px 84px;
  }

  .sec_bankin_flow .step:nth-child(2) {
    background: url("assets/images/bankin/ico_car.svg") right 10px bottom 10px no-repeat;
    background-size: 115px 81px;
  }

  .sec_bankin_flow .step:nth-child(3) {
    background: url("assets/images/bankin/ico_board.svg") right 10px bottom 10px no-repeat;
    background-size: 62px 90px;
  }

  .sec_bankin_flow .step:nth-child(4) {
    background: url("assets/images/bankin/ico_casher.svg") right 10px bottom 10px no-repeat;
    background-size: 85px 85px;
  }

  .sec_bankin_flow .step .head {
    width: 59px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .sec_bankin_flow .step .head img {
    width: 34px;
  }

  .sec_bankin_flow .step .info {
    width: calc(100% - 70px);
    padding: 10px 0;
  }

  .sec_bankin_flow .step .ttl {
    font-size: 24px;
    line-height: 1.5;
  }

  .sec_bankin_result {
    padding: 20px 0;
  }

  .sec_bankin_result img {
    margin-bottom: 20px;
  }

  .sec_bankin_result .el_desc {
    font-size: 16px;
  }

  .sec_bankin_result .large {
    font-size: 30px;
  }

  .sec_bankin .col {
    margin-bottom: 20px;
  }

  .el_bankin_head {
    margin-bottom: 50px;
  }

  .el_bankin_head .ttl {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }

  .el_bankin_head .img {
    width: 50%;
  }

  .el_bankin_info {
    margin-bottom: 30px;
  }

  .el_bankin_info .img {
    width: 50%;
  }

  .el_bankin_info .head {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .el_bankin_lists .bankin {
    margin-bottom: 40px;
  }

  .el_bankin_other .bankin_other {
    border-radius: 10px;
    padding: 20px;
  }

  .el_bankin_other .bankin_other .ttl {
    font-size: 24px;
  }

  .el_bankin_other .bankin_other .img {
    width: 100%;
    text-align: center;
  }

  .el_bankin_other .bankin_other .info {
    width: 100%;
  }

  .el_bankin_other .bankin_other:nth-child(3) .info {
    width: 100%;
  }

  .el_bankin_gold .body {
    padding: 20px;
  }

  .el_bankin_gold .body .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .el_bankin_gold .body .info {
    width: 100%;
  }
}

/*
contact
*/

.page_contact .head_box {
  position: absolute;
  top: 50%;
  left: 35px;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%);
}

.contact_sub {
  padding-top: 30px;
}

input[type="text"],
input[type="email"],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  width: 100%;
}

textarea {
  height: 200px;
}

select {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
  font-size: 16px;
}

input[type="submit"].reset,
input[type="submit"].submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 1em;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  padding: 5px;
  border-radius: 10px;
  width: 240px;
  text-align: center;
  cursor: pointer;
}

input[type="submit"].submit {
  background: #E60012;
  color: #fff;
}

input[type="submit"].reset {
  background: #666;
  color: #fff;
}

.el_contact th {
  font-weight: 700;
}

.req {
  background: #E60012;
  padding: 3px 5px;
  color: #fff;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 12px;
}

.scl_box {
  border: solid 1px #ccc;
  padding: 10px;
  overflow-y: scroll;
  height: 200px;
  margin-bottom: 20px;
}

.scl_box dt {
  font-weight: 700;
  margin: 30px 0 10px;
}

.scl_box ul {
  list-style: disc;
  padding-left: 1em;
  margin-left: 1em;
}

@media screen and (max-width: 480px) {
  .page_contact .head_box {
    position: static;
    background: #000;
    transform: translateY(0);
  }

  input[type="submit"].reset,
  input[type="submit"].submit {
    font-size: 16px;
    width: 120px;
  }
}