@charset "utf-8";

.c-heading__h2-image img {
  object-position: 75%;
}


/*------------20190823------------*/
.red{color: #e0000e;}

.sp_left{ text-align: left;}

.blu { background: #e6ebef}

.gray { background: #f3f3f3}

.section_box {
    width: 100%;
    padding: 6vw 0;
}
.section_box.blu{
    background:#e6ebef;
}
.center_img{
    text-align: center;
    display: block;
    margin: 0 auto;
}

.KeyVisual.noimg .KeyVisual__header{
    text-align: center;
    margin: 0;
    width: 100%;
}
.KeyVisual.noimg:before{padding-top: 7%;}

.ttl {
    position: relative;
    width: 100%;
    padding: 0 0 .8em;
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .1em;
}

.ttl:after,.ttl:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: .35em;
    height: 3px;
    content: ""
}

.ttl:before {
    background: #e87722;
    transform: translateX(-90%)
}

.ttl:after {
    background: #671e75;
}

.ttl02 {
    color:#c26f19
    }
.ttl02 {
    position: relative;
    width: 100%;
    padding: 0 0 .8em;
    font-size: 2.8rem;
    line-height: 2.5;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
}
.ttl_cam{
    background:#e1c96c;
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
    padding: 15px 10px;
    margin: 30px 0 20px;
    position: relative;
}
.ttl_cam:before,.ttl_cam:after{
    content:"";
    display:block;
    width: 97px;
    height: 40px;
    background: url(../images/customer_ico.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
}
.ttl_cam:before{ left:2%; top:35%;}
.ttl_cam:after{ right:2%; top:35%; transform: rotateY(-180deg);}

.grid__inner {
    width: 100%;
    padding: 0 4vw;
    color: #000
}
.grid__image-parent {
    width: 100%;
    margin-top: 5.5vw;
}
.grid__image {
    width: 100%
}

.grid__text {
    width: 100%;
    margin-top: 1em;
    font-size: 4vw;
    line-height: 1.8;
    color: #000;
    letter-spacing: .05em;
}

.grid__go-to-detail {
    position: relative;
    display: block;
    width: 66.667vw;
    padding: 1.5em 0;
    margin: 7vw auto auto;
    overflow: hidden;
    font-size: 3.75vw;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    background: #614466;
    transition: all .4s
}

.grid__go-to-detail-text {
    position: relative;
    z-index: 1
}

.grid__go-to-detail svg {
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
    width: .4em;
    transform: translateY(-50%);
}
.txtbox {
    width: 100%;
    padding: 0 4vw;
    color: #000;
    text-align: center;
}
.txtbox.border{
    border: 1px solid #dadada;
    background: #fff;
    width: 1020px;
    margin: 2.5em auto auto;
    padding: 0 2vw 1vw;
}
.txtbox02.border02{
    border: 2px solid #e1c96c;
    background: #fff;
    width: 1020px;
    margin: 2.5em auto auto;
    padding: 0 2vw 1vw;
}
.txtbox__desc {
    width: 100%;
    margin-top: 1em;
    line-height: 1.8;
    letter-spacing: .05em;
    font-size: 1.6rem;
}
.txtbox__kikan {
    width: 100%;
    margin-top: 1em;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.txtbox__cp {
    width: 100%;
    margin-top: 1em;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
    font-size: 1.6rem;
}
.come_list{
    line-height: 1.8;
    text-align: left;
    padding: 15px 5px;
    font-size: 1.6rem;
}
.come_list li{
    text-indent: -14px;
    margin: 0 0 5px 14px;
}
.flow {
    background:#fff;
    max-width: 1020px;
    margin: 2em auto 40px;
    text-align: center;
    font-size: 1.6rem;
}
.flow h4{
    background:#535353;
    color:#fff;
    padding: 15px;
    font-size: 2.3rem;
    position: relative;
}
.flow h4:before{
    display:block;
    content:"";
    width:1px;
    height:1px;
    border: 20px solid transparent;
    border-top: 18px solid #535353;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%,0);
}
.flow ul{
    padding: 20px 20px 1px;
}
.flow ul li{
    border:1px solid #dadada;
    padding: 15px;
    margin: 0 0 20px;
    line-height: 1.6;
    position:relative;
}
.flow ul li:before{
    display:block;
    content:"";
    width:1px;
    height:1px;
    border: 15px solid transparent;
    border-top: 13px solid #d6d6d6;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%,0);
}
.flow ul li:nth-last-of-type(1):before{content:none;}

.flow ul li._img{
    display: -webkit-box;/*--- Android ---*/
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari ---*/
    display: flex; 
    align-items: center;
}

.flow ul li._img img{
    max-width: 274px;
    max-height: 180px;
    height: auto;
    margin-bottom: 10px;
}
.flow ul li._img div{
    width: 40%;
    text-align: right;
}
.flow ul li._img p{
    width: 60%;
}

.txt_link{color:#4479c8;}
.txt_link:hover{color:#c26f19;}

a.wide_btn{
    position: relative;
    display: block;
    width: 74vw;
    font-size: 2.5rem;
    padding: 1.5em 1.6em 1.5em 0.8em;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    background: #614466;
    transition: all .4s;
    border: 2px solid #614466;
}
.wide_btn:hover {
    color:#614466;
    background: #fff;
}
.wide_btn svg {
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
    width: .4em;
    transform: translateY(-50%);
    color: #fff;
    fill: currentColor;
}
.wide_btn:hover svg{  fill: #614466;}

.contact{
    border: 2px solid #614466;
    text-align: center;
    margin: 4vw auto 0;
    max-width: 1020px;
}
.contact dt{
    background: #614466;
    color: #fff;
    font-size: 2rem;
    padding: 10px;
}

.contact dd{
    padding: 10px;
    font-size: 2.5rem;
    line-height: 1.7;
}
.contact dd b{font-size: 1.3em;font-weight: bold;}

@media only screen and (min-width: 0px) and (max-width: 760px) {
    
    
.center_img{width: 90%;}

.section_box {padding: 40px 0 60px;}

.KeyVisual.noimg:before{padding-top: 19%;}

.KeyVisual.noimg .KeyVisual__header{
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
}
.KeyVisual__inner{
    padding: 0 10px;
    width: 100%;
}
.ttl {
    font-size: 2.3rem;
    padding: 0 10px .8em;
}
.ttl:after,.ttl:before {
    width:.45em;
    height: 2px
}
.ttl_cam{  font-size: 1.7em; padding: 28px 0;  }
.ttl_cam:before, .ttl_cam:after{width: 130px;height: 55px;}
.ttl_cam:before{left: 10%;top: 20%;}
.ttl_cam:after{right: 10%;top: 20%;}

.grid__inner {
    display:-ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 60% 5% 35%;
    grid-template: "grid__image-parent grid__text" auto/42% 53%;
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 0 40px;
    margin: auto;
    gap: 0 5%;
}
.grid__go-to-detail {
    display:inline-block;
    width: 19.25em;
    padding: 1.8em 0;
    margin: 4em 0 0;
    font-size: 1.4rem;
    border: 2px solid #614466
}
.grid__go-to-detail:hover {
    color:#614466;
    background: #fff;
    border-color: #614466
}
.grid__text {
    grid-area:grid__text;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2.2;
}
.grid__texts {
    display:flex;
    flex-direction: column;
    grid-area: grid__text;
    justify-content: center
}
.grid__image-parent {
    -ms-grid-row:1;
    -ms-grid-column: 1
}
.grid__image-parent {
    grid-area:grid__image-parent;
    margin-top: 35px;
}
.grid__text,.grid__texts {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}
.txtbox__desc {
    margin-top:2em;
    text-align: center;
}
.come_list {
    padding: 15px 0 0;
}
.flow {
    margin: 2em 15px 30px;
    font-size: 0.85rem;
}
.flow h4{
    font-size: 1.7rem;
}
.flow ul li{
    padding: 20px;
    font-size: 1.6rem;
}

.flow ul li._img{
    display: block;
}
.flow ul li._img img{
    width: 100%;
    max-height: 176px;
}
.flow ul li._img div{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.flow ul li._img p{
    width: 100%;
}
.txtbox.border{
    width: auto;
    margin: 30px 15px 0;
    padding-bottom: 1vw;
}
.txtbox.border .txtbox__desc{
    margin-top: 1em;
}
a.wide_btn{
    font-size: 1.6rem;
    padding: 1.2em 1.6em 1.2em 0.8em;
    width: 90%;
}
.contact{margin: 2em 15px 0;}
.contact dt{font-size: 1.6rem;padding: 15px 0;line-height: 1.3;}
.contact dd{font-size: 2rem;padding: 15px 0;line-height: 1.3;}

}
/*---------------202507---------------------*/
.observer-fadein {
  opacity: 0;
  transition: all 1s ease-out;
  transform: translate3d(0, 30px, 0);
}
.observer.-active.observer-fadein {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.-delay300 {
  transition-delay: 300ms;
}
.customer_page img {
  max-width: 100%;
  height: auto;
}
.customer_page .KeyVisual {
  background: #020812;
}
.customer_page .KeyVisual__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  max-width: var(--max-width);
  height: 100%;
  padding: 0 4vw;
  color: #fff;
  transform: translate(-50%, -50%);
}
.customer_page .KeyVisual::before {
  content: none;
}
.customer_page .KeyVisual__txt {
  line-height: 1;
  letter-spacing: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.customer_page .KeyVisual__txt .txt1 {
  font-size: 3.5vw;
	font-weight: bold;
  margin: 0 0 2.3vw .5rem;
  color: #fff;
  display: block;
}
.customer_page .KeyVisual__txt .txt2 {
  display: block;
}
.customer_page .KeyVisual__bgimage {
  width: 100%;
}
.customer_page .section_box {
  padding: 28px 0;
}
.present_section .txtbox {
  margin-bottom: 2rem;
}
.present_section .caed_wrap {
  text-align: center;
  max-width: 1200px;
}
.present_section .caed_wrap .caed_wrap_icon {
  max-width: 50px;
  margin: .8rem 0;
}
.top_contents .TwoupImageAndText__content {
  padding: 0 4vw;
}
.top_contents .imgbox img {
  width: 100%;
}
.Link_btn {
  position: relative;
  display: block;
  width: 80%;
  font-size: 1.6rem;
  padding: 1.5em 1.6em 1.5em 0.8em;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  background-color: rgba(177,5,16,1);
  transition: all .4s;
  max-width: 700px;
}
.Link_btn:hover {
  background-color: rgba(177,5,16,0.7);
}
.Link_btn svg {
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 1;
  width: .4em;
  transform: translateY(-50%);
  color: #fff;
  fill: currentColor;
}

.customer_page .flow {
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 4vw 4vw 0;
  margin: 0 auto;
}
.customer_page .flow ul {
  padding: 0;
}
.customer_page .flow ul li {
  background: #e6ebef;
  margin: 0 0 8vw;
  line-height: 1.6;
  position: relative;
  text-align: left;
  padding: 1.5rem;
  border: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 26% 1fr;
  grid-template: "flow_step__inner txt"auto / 26% 1fr;
  gap: 0 5%;
  align-items: center;
}
.customer_page .flow ul li:before {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  border: 6vw solid transparent;
  border-top: 5vw solid #828282;
  position: absolute;
  bottom: -11vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.customer_page .flow ul li:nth-last-of-type(1){
	margin-bottom: 0;
}
.customer_page .flow .flow_num {
  background: #671e75;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
}
.customer_page .flow ul li .icon {
  margin: 1rem auto 0;
  max-width: 70px;
}
.customer_page .flow ul li .icon img {
  width: 100%;
  height: auto;
}
.customer_page .flow ul li:nth-last-of-type(1):before {
  content: none;
}
.faq_wrap {
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.faq_list__wrap {
  box-sizing: border-box;
  margin: 6vw 4vw 0;
}
.faq_list__wrap * {
  box-sizing: border-box;
}
.faq_list {
  line-height: 1.8;
  letter-spacing: .05em;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding: 1.4rem;
  background: #f5f5f5;
  border-radius: 8px;
}
.faq_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.faq_list_q {
  padding: .2rem 2rem 0 4rem;
  display: block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  transition: all .2s ease-out;
}
.faq_list_q::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #671e75;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 .6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.faq_list_q::after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: -5px;
  top: .5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(/plus/customer/images/faq_icon.png);
  transition: all .4s ease-out;
}
.open .faq_list_q::after {
  transform: rotate(-180deg);
}
.faq_list_a {
  display: none;
  padding: 1.5rem 0 0 4rem;
  position: relative;
}
.faq_list_a a {
  text-decoration: none;
  font-weight: bold;
}
.faq_list_a::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 1.2rem;
  color: #fff;
  background: #e87722;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 .8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.customer_page .contact_section .Link_btn {
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 1.2em 1.6em 1.2em .8em;
	background-color: #614466;
	border: 2px solid #614466;
}
.customer_page .contact_section .Link_btn:hover {
    color:#614466 !important;
    background: #fff;
    border-color: #614466
}
.customer_page .contact_section .Link_btn:hover svg{  fill: #614466;}

.customer_page .contact_section .Link_btn .large {
  font-size: 2rem;
  font-weight: bold;
}
.customer_page .contact {
  border: 2px solid #614466;
  text-align: center;
  margin: 1rem 15px;
  max-width: 1020px;
}
.customer_page .contact dt {
  background: #614466;
  color: #fff;
  font-size: 1.7rem;
  padding: 15px 0;
  line-height: 1.3;
}
.customer_page .contact dd {
  font-size: 1.6rem;
  padding: 15px 0;
  line-height: 1.3;
}
.customer_page .contact dd b {
  font-size: 2.6rem;
  font-weight: bold;
}
.customer_page .contact_section .txtbox__desc{
	margin-top: 2em;
}
.float-button__wrap {
    display: none;
    background-color: rgb(110, 110, 110,0.5);
    width: 100%;
    height: 90px;
    position: fixed;
    padding: 15px 0 15px 0;
    bottom:0;
    z-index: 10;
}
@media (max-width: 767px) {
	.customer_page .KeyVisual__txt .txt2 {
	  width: 38%;
  }
	.customer_page .top_contents{
		padding: 22px 0;
	}
  .customer_page .top_contents .txtbox__desc {
    letter-spacing: 0;
    margin: 0;
  }
  .customer_page .top_contents .observer{
    margin-bottom: 0
  }
	.customer_page .contact_section.section_box {
    padding: 15px 0 40px;
  }
  .customer_page .contact_section .Link_btn svg {
    width: 0.6em;
  }
  .customer_page .txtbox.border{
	  margin-top: 20px;
	}
  .customer_page .txtbox__desc {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
	.customer_page .KeyVisual__wrap{
		padding: 0 6vw;
	}
  .customer_page .KeyVisual__txt .txt1 {
    font-size: 3.6rem;
    margin: 0 0 .5vw 1rem;
  }
  .customer_page .KeyVisual__bgimage {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .customer_page .section_box {
    padding: 2.7vw 0;
  }
  .customer_page .ttl {
    padding: 0 0 .8em;
    font-size: 2.8rem;
  }
  .customer_page .txtbox__desc {
    margin-top: 1em;
    font-size: 1.7rem;
  }
  .customer_page .top_contents {
    max-width: 1200px;
    margin: auto;
    padding: 1.5vw 0 2vw;
  }
  .present_section .caed_wrap {
    margin: 3rem auto 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .present_section .caed_wrap .card_img {
    max-width: 330px;
    margin: 0;
  }
  .present_section .caed_wrap .caed_wrap_icon {
    margin: 0 1rem;
  }
  .customer_page .flow {
    padding: 40px 0 0;
    font-size: 1.7rem;
    max-width: 1200px;
  }
  .customer_page .flow ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.5%;
    max-width: 1200px;
    margin: auto;
    padding: 0;
  }
  .customer_page .flow ul li {
    margin: 0;
    display: block;
  }
  .customer_page .flow ul li:before {
    z-index: 1;
    bottom: 45%;
    left: 99%;
    transform: rotate(270deg);
    border: 22px solid transparent;
    border-top: 14px solid #828282;
  }
  .customer_page .flow ul li .icon {
    margin-bottom: 3rem;
    max-width: 98px;
  }
  .customer_page .flow ul li .txt {
    margin: 0 auto;
    display: block;
    width: 96%;
  }
  .customer_page .flow ul li:nth-of-type(3) .txt {
    width: 86%;
  }
  .customer_page .txtbox.border {
    max-width: 1200px;
    width: auto;
    margin: 40px auto 0;
    padding: 0;
  }
  .customer_page .come_list {
    padding: 30px 40px;
    font-size: 1.7rem;
  }
  .faq_list__wrap {
    max-width: 1200px;
    margin: 40px auto 0;
  }
  .faq_list {
    padding: 2.5rem;
  }
  .faq_list_q {
    cursor: default;
    pointer-events: none;
    font-size: 1.7rem;
    padding: 0 2rem 0 4rem;
    margin-bottom: .5rem;
  }
  .faq_list_q::before {
    font-size: 2.2rem;
    border-radius: 5px;
  }
  .faq_list_q::after {
    content: none;
  }
  .faq_list_a {
    display: block !important;
    font-size: 1.7rem;
  }
  .faq_list_a::before {
    font-size: 2.2rem;
    border-radius: 5px;
  }
	.customer_page .contact_section.section_box {
    padding: 0 0 1vw;
  }
  .customer_page .contact_section .Link_btn {
    font-size: 1.7rem;
    padding: 1em 1.6em 1em .8em;
  }
  .customer_page .contact_section .txtbox {
    margin-top: 2vw;
  }
  .customer_page .contact_section .txtbox__desc{
		margin-top: 5rem;
    font-size: 2.2rem;	
  }
  .customer_page .contact {
    margin: 1vw auto 3vw;
  }
  .customer_page .contact dt {
		font-size: 2rem;
    padding: 10px;
  }
  .customer_page .contact dd {
    padding: 10px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
	.customer_page .contact dd b{
		font-size: 3.2rem;
		margin-left: 0.5rem;
	}
}
