@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
 font-family: source-han-sans-japanese,'Noto Sans Japanese', sans-serif,"メイリオ","Arial";
 line-height: 1.6rem;
}
header{
  padding: 0.5rem 2rem;
}
header .logo{
  width: 168px;
}
h2{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  padding: 2rem 0 0.2rem;
  position: relative;
  margin-bottom: 2em;
  color: #3B4043;
}
h3{
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0.5rem 0; 
}
p{
  color: #3B4043;
}
.btn,
a.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.4rem;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
#lptop .contents{
  width: 375px;
  margin: 0 auto;
}

.contents p + p{
  margin-top: 1em;
}

.contents p + h3{
  margin-top: 1.5em;
}

#lptop img{
  max-width: 100%;
}
.feature{
  width: 100%;
  background: #424242;
  color: #ffffff;
  padding: 1.8rem;
}
.feature h2{
  color: #ffffff;
}
.feature h2:before
 {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 33px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 5px;
}
.feature h3{
  font-size: 1.4rem;
}
.feature div{
  display: inline-table;
}
.feature img{
  border: 2px solid #000000;
  border-radius: 5px;
  width: 50%;
}
.feature img:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.feature img:last-child{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.feature .on-text:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 42.45%;
  bottom: 26.5%;
  border-style: solid;
  border-color: transparent transparent transparent #333333;
  border-width: 49px 0 49px 22px;
  z-index: 1000;
}
.feature .on-text{
  position: relative;
}
.feature .on-text p{
  position: absolute;
  color: #000;
  margin-bottom: 0;
  bottom: 10%;
  left:11%;
  line-height: 1.2rem;
}
.feature .on-text p:last-child{
  right: 5%;
  left: auto;
}
.feature .on-text.last p{
  left:5%;
}
.feature .on-text.ct p:last-child,
.feature .on-text.last p:last-child{
  right: 2%;
  left: auto;
}
.feature p{
  color: #FFFFFF;
  font-weight: 200;
  margin-bottom: 2.5rem;
  text-align: center;
}
.feature .btn-inner{
  display: block;
}
.something{
  padding: 0 6%;
}
.something01{

}
.something01 .left{
  width: 30%;
}
.something .fukidashi{
  font-size: 0.85rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #707F89;
  border: 2px solid #707070;
  border-radius: 15px;
  width: 60%;
  padding: 5.6%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.fukidashi.fr:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -19px;
  margin-top: -10px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
  border-width: 20px 20px 0px 0px;
}

.fukidashi.fr:after {
  content: "";
  position: absolute;
  top: 20%;
  left: -25px;
  margin-top: -13px;
  border: 14px solid transparent;
  border-right: 14px solid #707070;
  z-index: 1;
  border-width: 25px 25px 0px 0px;
}
.fukidashi.fl{
  width: 58%;
}
.fukidashi.fl:before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -20px;
  margin-bottom: -2px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
  border-width: 0 20px 20px 0;
}

.fukidashi.fl:after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: -25px;
  margin-bottom: -4px;
  border-style: solid;
  border-color: transparent transparent #707070 transparent;
  z-index: 1;
  border-width: 0 24px 24px 0;
}
.fukidashi.left p {
  margin: 0;
  padding: 0;
}
.something img{
  width: 120px;
  min-width: 120px;
  display: block;
  margin: 0 auto;
}
.fr{float: right;}
.fl{float: left;}
.gift{
  text-align: center;
  padding: 2.5%;
}
.gift h2{
  margin-bottom: 1em;
  line-height: 2.3rem;
}
.step{
  width: 100%;
  padding: 4%;
}
.step h2:before,
.scene h2:before,
.plan h2:before,
.voice h2:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 33px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #605E5E;
  border-radius: 5px;
}
.step h3{
  color: #3B4043;
  font-size: 1.4rem;
  line-height: 2rem;
}
.step h3:before{
  content: '';
  padding: 9px 18px;
  position: absolute;
  top: 0.2rem;
  left: 2rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
  border-radius: 5px;
  color: #ffffff;
}
.step .step01 h3:before{
  content: '1';
}
.step .step02 h3:before{
  content: '2';
}
.step .step03 h3:before{
  content: '3';
}
.step .step04 h3:before{
  content: '4';
}
.step-inner{
  width: 100%;
  background: #f3f2f2;
  padding: 4%;
  border: #666666 3px solid;
  border-radius: 5px;
}
.step-inner div{
  padding: 0.8rem 0.8rem 3rem;
  position: relative;
}
.step-inner p{
  color: #3B4043;
  font-size: 0.8rem;
  line-height: 1.2rem;
  width: 60%;
}
.step .step-inner div:after{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 108%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  border: 1px dashed #605E5E;
}
.step div:last-child:after{
  border: none;
}
.step div:after:last-child{
  border: none;
}
.step .step-inner img{
  position: absolute;
  right: 0.5rem;
  top: 2rem;
  width: 112px;
}
.btn-inner{
  text-align: center;
}
.btn--line,
a.btn--line {
  color: #fff;
  background-color: #19BC03;
}
.btn--line:hover,
a.btn--line:hover {
  color: #fff;
  background: #19BC03;
}
a.btn--line.btn--black {
  border: 3px solid #333333;
}
a.btn--line.btn--white {
  border: 3px solid #ffffff;
}
.btn.btn--accordion{
  color: #95989A;
  padding: 0.6rem 3.5rem;
  border: 3px solid #95989A;
  border-radius: 2rem;
}
.scene{
  width: 100%;
  box-sizing: border-box;
}
.scene h2{
  margin-bottom: 1.2em;
}
.scene div div{
  padding: 0.7rem;
}
.scene-inner div img{
 border: 2px solid #666;
 border-radius: 15px;
}
.scene div div p{
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}
.plan{
  width: 100%;
  background: #ffffff;
  padding: 5%;
}
.plan-inner{
  border: #333333 3px solid;
  border-radius: 8px;
  margin: 10px 0 20px;
}
.plan-inner img{
  margin-top: 1.4rem;
}
.plan h3{
  text-align: center;
  font-size: 1.1rem;
  margin: 0;
}
.plan-inner ul{
  color: #989EA2;
  margin: 0.5rem 0;
}
.plan-inner p{
 margin-bottom: 0.5rem;
}
.plan-text{
  padding: 15px;
}
.voice{
  margin-bottom: 100px;
  width: 100%;
  box-sizing: border-box;
}
.voice .voice-inner{
 width: 70%;
 padding: 0.8rem;
}
.voice .voice-inner img{
 border-radius: 15px;
}
.voice .voice-inner p{
 margin-top: 0.3rem;
 text-align: center;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.section.s_01{
  padding: 0 4%;
}
.s_01 .accordion_one {
  max-width: 414px;
  margin: 0 auto;
  border: 2px solid #95989A;
  border-radius: 30px;
}
.s_01 .accordion_one .accordion_header {
  color: #95989A;
  font-weight: bold;
  padding: 11.5px 10%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 30px;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 7%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #aaadae;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 10px;
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: center;
    left: -5px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}


footer{
  background: #eeeeee;
  padding: 2rem;
  margin-top: 30px;
  text-align: center;
}
footer .copyright{
  color: #707070;
}
footer ul{
  padding: 10%;
}
footer ul li{
  line-height: 3rem;
  font-weight: bold;
}
.slick-dotted.slick-slider{
  max-width: 100%;
  box-sizing : border-box;
}
.slick-dots{
  max-width: 100%;
  box-sizing : border-box;
}
.slick-dots li button:before{
  font-size: 3rem!import;
}
/* 余白調整 */
.w100 {font-weight: 100 !important;}
.w200 {font-weight: 200 !important;}
.w300 {font-weight: 300 !important;}
.w400 {font-weight: 400 !important;}
.w500 {font-weight: 500 !important;}
.w700 {font-weight: 700 !important;}
.w900 {font-weight: 900 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 40px !important;}
.pb60{padding-bottom: 40px !important;}


/* 追加 */

.flex{
  display: flex;
  width: 100%;
  padding: 0 2%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex img{
  width: 49%;
  margin-bottom: 2%;
}

.bc-black{
  background-color: black !important;
}

.mainvisual p{
  font-family: tbcinergothic-std,sans-serif;
  text-align: center;
  height: 5em;
  color:#fff;
  font-size: 24px;
  line-height: 1.3em;
}