﻿@charset "utf-8";
.main-V-text-area{
  width: 1204px;
  position: relative;
  padding: 55px 0 0;
}
.main-V{
  min-width: 1216px;
  position: relative;
}
.main-V-wrap{
  width: 100%;
  position: absolute;
  bottom: -205px;
  left: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.partner-logo{
  position: absolute;
  right: 105px;
  top: 100px;
}
.main-V-wrap .form-btn{
  width: 440px;
  height: 108px;
  margin: 0 0 8px;
}
.main-V-wrap .form-btn a {
  font-family: 'Noto Sans JP';
  font-weight: 400;
}
.main-V-wrap .form-btn a{
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #ee6557;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 60px;
  height: 108px;
  font-size: 32px;
  padding: 0 35px 0 80px;
}
.main-V-wrap .form-btn:nth-of-type(2){
   margin: 0 0 0 19px;
}
.main-V-wrap .form-btn:nth-of-type(1) a {
    background-color: #ffca3f;
    background-image: url(../images/icon_document_mv.png);
    -webkit-background-size: 42px;
    background-size: 42px;
    background-position: center left 70px;
    background-repeat: no-repeat;
}
.main-V-wrap .form-btn:nth-of-type(1) a:hover{
  background-color: #ffdd8f;
  opacity: 1;
}
.main-V-wrap .form-btn:nth-of-type(2) a:hover{
  background-color: #ff8a8a;
  opacity: 1;
}
.main-V-wrap .form-btn:nth-of-type(2) a {
    background-image: url(../form/images/icon_inquiry.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center left 37px;
    background-repeat: no-repeat;
}

.main-V-h1 img{
  margin: 0;
}
.main-V .chara-btn-box{
  padding: 25px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}




.mv-btn-wrap{
  text-align: center;
}
.mv-btn-wrap > a{
  text-align: center;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.mv-btn-wrap > a:hover{
  border-bottom: none;
}
.mv-tel{
  position: relative;
  top: -8px;
  left: 85px;
  width: 50%;
}

.example-content{
  padding: 70px 0 52px;
  width: 100%;
  background-color: #fff;
}
.example-content h2{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  text-align: center;
  font-size: 44px;
  color: #464646;
  margin: 0 0 65px;
  line-height: 1.2;
}
.example-content h2 span{
  display: inline-block;
  background: linear-gradient(transparent 80%, #63c1b9 80%, #63c1b9 100%);
  /* background: linear-gradient(#ffffff 0%, #ffffff 50%,#63c1b9 50%, #63c1b9 92%,#ffffff 92%,#ffffff 100%); */
}
.example-content ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.example-content ul li{
  font-size: 24px;
  white-space: nowrap;
  margin: 0 70px 25px 0;
  /* width: 375px; */
  min-width: 245px;
  font-weight: bold;
  /* text-align: center;
  margin: 0 0 18px 18px; */
}
.example-content ul li img{
  width: 370px;
}
.example-content ul li:nth-of-type(1),
.example-content ul li:nth-of-type(4),
.example-content ul li:nth-of-type(7),
.example-content ul li:nth-of-type(10),
.example-content ul li:nth-of-type(13){
  width: 355px;
}
.example-content ul li:nth-of-type(2),
.example-content ul li:nth-of-type(5),
.example-content ul li:nth-of-type(8),
.example-content ul li:nth-of-type(11),
.example-content ul li:nth-of-type(14){
  width: 265px;
  margin: 0 50px 25px 0;
}
.example-content ul li:nth-of-type(3),
.example-content ul li:nth-of-type(6),
.example-content ul li:nth-of-type(9),
.example-content ul li:nth-of-type(12),
.example-content ul li:nth-of-type(15){
  width: 355px;
  margin: 0 0px 25px 0;
}

.example-content ul li:nth-of-type(1),
.example-content ul li:nth-of-type(2),
.example-content ul li:nth-of-type(3){
  margin: 0;
  padding: 0 0 20px 35px;
  margin: 0 0 20px;
  border-bottom: 2px solid #aaa;
}
.example-content ul li:nth-of-type(1){
  padding: 0 0 20px;
}
.example-content ul li:nth-of-type(2),
.example-content ul li:nth-of-type(3){
  /* padding: 0 0 70px 35px; */
}
.example-content ul li:nth-of-type(2){
  padding: 0 0 20px 70px;
}
.example-content ul li:nth-of-type(3){
  padding: 0 100px 20px 50px;
}
.example-content ul.list03 li{
  margin: 0 0 15px 0;
}
/* .example-content ul li:nth-of-type(1),
.example-content ul li:nth-of-type(6){
  margin: 0 0 18px;
} */


.mh-h2-01{
  font-size: 44px;
}
.sec01-trouble li{
  width: 33.33%;
}
.sec01-trouble li img{
  margin: 15px auto 35px;
}
.support-sec{
  padding: 70px 0;
}
.support-sec h2{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  text-align: center;
  font-size: 44px;
  color: #464646;
  margin: 0 0 65px;
}
.support-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.support-item{
  text-align: left;
  width: 25%;
  margin: 0 0 0 15px;
  padding: 30px 0 0 20px;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: auto;
  background-size: auto;
}
.support-item:first-of-type{
  margin: 0;
}
.support-item h3{
  font-family: 'Noto Sans JP';
  font-weight: 300;
  font-size: 30px;
  color: #49bfb5;
  margin: 0 0 10px;
}
.support-item p{
  font-size: 18px;
  line-height: 1.5;
}
.support-item:nth-of-type(1){
  background-image: url(../images/support_bg01.png);
}
.support-item:nth-of-type(2){
  background-image: url(../images/support_bg02.png);
}
.support-item:nth-of-type(3){
  background-image: url(../images/support_bg03.png);
}
.support-item:nth-of-type(4){
  background-image: url(../images/support_bg04.png);
}



.chara-sec{
  padding: 70px 0;
  background-color: #f5f5f5;
}
.chara-sec h2{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  text-align: center;
  font-size: 44px;
  color: #464646;
  margin: 0 0 65px;
}
.chara-box{
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 420px;
  margin: 0 0 70px;
  /* padding: 50px 0; */
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}

.chara-box:nth-of-type(1){
  background-image: url(../images/chara_bg01.png);
  background-position: top right;
}
.chara-box:nth-of-type(2){
  background-image: url(../images/chara_bg02.png);
  background-position: top left;
}
.chara-box:nth-of-type(3){
  background-image: url(../images/chara_bg03.png);
  background-position: top right;
}
.chara-box h3{
  position: relative;
  font-size: 30px;
  color: #363636;
  line-height: 1.5;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 10px 115px;
  border-bottom: 1px solid #dcdcdc;
}
.chara-box h3::before{
  content: '';
  position: absolute;
  left: 0;
  top: -8%;
  width: 100px;
  height: 100px;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.chara-box:nth-of-type(1) h3::before{
  background-image: url(../images/chara_img01.png);
}
.chara-box:nth-of-type(2) h3::before{
  background-image: url(../images/chara_img02.png);
}
.chara-box:nth-of-type(3) h3::before{
  background-image: url(../images/chara_img03.png);
}
.chara-box h3 span{
  color: #49bfb5;
}
.chara-content{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 695px;
  min-height: 290px;
  background-color: #fff;
  box-shadow: -2px 2px 2px 0px #a6a6a6;
}
.chara-box:nth-of-type(2) .chara-content{
  box-shadow: 2px 2px 2px 0px #a6a6a6;
}
.chara-box:nth-of-type(2) .chara-content{
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chara-content p{
  font-size: 22px;
  line-height: 1.8;
}

.chara-btn-box{
  padding: 40px 0;
  background-color: #ff9600;
  min-width: 1216px;
}
.chara-btn-box h3{
  font-family: 'Noto Sans JP';
  font-weight: 300;
  text-align: center;
  font-size: 30px;
  margin: 0 0 50px;
  color: #fff;
}
.chara-btn-flex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chara-btn-box .form-btn{
  width: 550px;
  height: 90px;
}
.chara-btn-box  .form-btn a {
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
.chara-btn-box  .form-btn a{
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #63c1b9;
  border-radius: 30px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 56px;
  height: 80px;
  font-size: 39px;
  padding: 0 35px 0 80px;
}
.chara-btn-box .chara-tel,
.consultation-tel{
   margin: 0 0 0 60px;
}
.chara-btn-box .form-btn:nth-of-type(1) a{
    background-color: #fff;
    background-image: url(../images/icon_document_new.png);
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: center left 65px;
    background-repeat: no-repeat;
    color: #ff9600;
    font-size: 32px;
}
.chara-btn-box .form-btn:nth-of-type(1) a:hover{
  opacity: 0.6;
}
.chara-btn-box .form-btn:nth-of-type(2) a:hover{
  opacity: 0.6;
}
.chara-btn-box  .form-btn:nth-of-type(2) a {
    background-image: url(../images/icon_tel.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 60px;
}
.chara-btn-wrap{
  text-align: center;
}
.chara-btn-wrap a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 2px;
  border-bottom: 2px solid #fff;
}
.chara-btn-wrap a:hover{
  border: none;
}
.case-mh{
  margin: 60px auto 40px;
}
.supportCase-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 99%;
  align-items: flex-start;
  justify-content: center;
}
.supportCase-item{
  position: relative;
  width: 25%;
  padding: 0 25px 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/supportCase_bg.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.supportCase-item::before,
.supportCase-item::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.supportCase-item:nth-of-type(1)::before{
  right: -10px;
  top: -25px;
  background-image: url(../images/icon_remote.png);
}
.supportCase-item:nth-of-type(2)::before{
  right: -10px;
  top: -25px;
  background-image: url(../images/icon_resident.png);
}
.supportCase-item:nth-of-type(2)::after{
  right: 40px;
  top: -25px;
  background-image: url(../images/icon_run.png);
}
.supportCase-item:nth-of-type(3)::before{
  right: -10px;
  top: -25px;
  background-image: url(../images/icon_remote.png);
}
.supportCase-item:nth-of-type(4)::before{
  right: -10px;
  top: -25px;
  background-image: url(../images/icon_resident.png);
}
.supportCase-item:nth-of-type(4)::after{
  right: 40px;
  top: -25px;
  background-image: url(../images/icon_run.png);
}
.supportCase-item:nth-of-type(4) h3::before{
  content: '';
  position: absolute;
  right: 65px;
  top: -45px;
  width: 50px;
  height: 50px;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_remote.png);
}
.supportCase-item h3{
  position: relative;
  margin: 20px 0 20px;
  text-align: center;
  font-size: 30px;
  color: #49bfb5;
  font-family: 'Noto Sans JP';
  font-weight: 200;
  letter-spacing: 1px;
}
.supportCase-item p{
  font-size: 18px;
}
.supportCase-item p span{
  display: inline-block;
  background: linear-gradient(transparent 60%, #fffc00 90%, #fff 90%);
/* background: linear-gradient(#ffffff 0%, #ffffff 50%,#ffff7f 50%, #ffff7f 92%,#ffffff 92%,#ffffff 100%); */
}

.sec06{
  margin-bottom: 70px;
}
.remote-sec{
  padding: 0 0 70px;
}
.remote-sec h2{
  margin: 0 0 60px;
}
.remote-img{
  text-align: center;
}
.remote-img img{
  max-width: 100%;
}



.mh-step:after{
  display: none;
}
.sec07{
  padding: 70px 0;
}
.step-list li{
  height: 90px;
}
.sec08{
  width: auto;
  border: none;
  margin: 0;
  padding: 70px 0;
}
.sec08 h2{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  text-align: center;
  font-size: 44px;
  color: #464646;
  margin: 0 0 40px;
}
.accordion-box{
  width: 1020px;
}
.accordion-item{
  margin: auto;
}
.accordion-title a{
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
.accordion-contents{
  background-color: #f9f9f9;
}
.consultation-sec{
  padding: 60px 0;
  background-color: #fafafa;
}
.consultationBtn-wrap{
  align-items: flex-start;
}
.consultationBtn-wrap{
  margin: 0;
}
.consultationBtn-inner-wrap{
  text-align: center;
}
.consultationBtn-inner-wrap > a{
  text-align: center;
  color: #464646;
  font-size: 23px;
  text-decoration: none;
  border-bottom: 1px solid #464646;
}
.consultationBtn-inner-wrap > a:hover{
  border-bottom: none;
}
.consultationBtn-wrap .form-btn{
  margin: 0 0 8px;
}
.pc-hide{
  display: none;
}
.sp-hide{
  display: block;
}
@media screen and (max-width: 780px){
  html,
  body{
    overflow-x: hidden;
  }
  .pc-hide{
    display: block;
  }
  .sp-hide{
    display: none;
  }
  .main-V{
    min-width: auto;
    padding-top: 80.5%;
    /* padding-top: 146.03125%; */
  }
  .main-V-text-area{
    position: absolute;
    width: 89%;
    padding: 9% 0 0;
  }
  .main-V-h1{
    margin: 0 0 16%;
  }
  .main-V-wrap{
    position: static;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-V-wrap .form-btn{
    height: 52px;
    width: 220px;
    margin: 0 auto 1%;
  }
  .main-V-wrap .form-btn a{
    padding: 0 35px 0 65px;
  }
  .mv-btn-wrap > a{
    font-size: 14px;
  }
  .main-V-wrap .form-btn:nth-of-type(1) a,
  .main-V-wrap .form-btn:nth-of-type(2) a{
    -webkit-background-size: 21px;
    background-size: 21px;
    background-position: center left 34px;
  }
  .main-V-wrap .form-btn:nth-of-type(2){
    margin: 5% 0 0;
  }
  .main-V-wrap .form-btn a{
    height: 50px;
    font-size: 16px;
  }
  .mv-btn-wrap{
    width: 100%;
    margin: 0 0 3%;
  }
  .mv-tel{
    position: static;
    width: 70%;
    margin: auto;
  }
  .example-content{
    padding: 10% 0 8%;
  }
  .example-content h2{
    font-size: 25px;
    margin: 0 0 10%;
  }
  .example-content ul{
    align-items: flex-start;
  }
  .example-content ul li,
  .example-content ul li:nth-of-type(6){
    width: auto;
    font-size: 16px;
    margin: 0 0 2% 2%;
  }
  .example-content ul li:nth-of-type(odd),
  .example-content ul li:nth-of-type(1){
    margin: 0 0 5% 0;
  }
  .chara-btn-box .chara-tel, .consultation-tel {
    text-align: center;
    margin: 5% 0 0;
    width: 90%;
}
  .sec01{
    padding: 10% 0;
  }
  .mh-h2-01{
    font-size: 25px;
  }
  .sec01-trouble{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .sec01-trouble li{
    width: 50%;
    margin: 5% 0 0;
  }


  .support-sec{
    padding: 10% 0;
  }
  .support-sec h2{
    margin: 0 0 10%;
    font-size: 25px;
  }
  .support-item{
    width: 90%;
    margin: 0 0 5%;
    padding: 5% 0 0 5%;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .support-item:first-of-type{
    margin: 0 0 5%;
  }
  .support-item:last-of-type{
    margin: 0;
  }
  .support-item h3{
    font-size: 22px;
  }
  .support-item p{
    font-size: 14px;
  }



  .chara-sec{
    padding: 10% 0;
  }
  .chara-sec h2{
    font-size: 25px;
    margin: 0 0 10%;
  }
  .chara-box{
    padding: 0 0 0%;
    margin: 0 0 5%;
    height: auto;
  }
  .chara-box:nth-of-type(1),
  .chara-box:nth-of-type(2),
  .chara-box:nth-of-type(3){
    background: none;
  }
  .chara-box:last-of-type{
    margin: 0 0 10%;
  }
  .chara-box h3{
    padding: 0 0 5%;
    font-size: 18px;
  }

  .chara-box{
    background: none;
  }
  .chara-content{
    transform: translateY(0);
    width: 100%;
    min-height: auto;
    margin: auto;
    padding: 20% 6.5% 6.5%;
    position: static;
    box-shadow: 2px 2px 2px 0px #a6a6a6;
  }
  .chara-box:nth-of-type(2) .chara-content{
    transform: translateY(0);
  }
  .chara-content p{
    font-size: 14px;
  }
  .chara-box h3::before{
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-background-size: 50px;
    background-size: 50px;
  }
  .chara-box:nth-of-type(2) .chara-content{
    position: static;
  }

  .chara-btn-box{
    padding: 10% 0;
    min-width: auto;
  }
  .chara-btn-box h3{
    font-size: 22px;
    margin: 0 0 10%;
  }

  .chara-btn-flex{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chara-btn-box .form-btn{
    height: 60px;
    width: 310px;
  }
  .chara-btn-box .form-btn:nth-of-type(2){
    margin: 5% 0 0;
  }
  .chara-btn-box .form-btn a{
    height: 60px;
    width: 310px;
    font-size: 16px;
    padding: 0 35px 0 65px;
  }
  .chara-btn-box .form-btn:nth-of-type(1) a{
    -webkit-background-size: 30px;
    background-size: 30px;
    background-position: center left 34px;
    font-size: 5vw;
  }
  .chara-btn-box .form-btn:nth-of-type(2) a{
    -webkit-background-size: 180px;
    background-size: 180px;
  }
  .mh-step{
    text-align: left;
    margin-top: 28%;
    margin-left: 4%;
    padding-bottom: 10px;
    position: relative;
    font-size: 6vw!important;
  }
  .consultationBtn-wrap .form-btn{
    height: 52px;
    width: 220px;
  }
  .consultationBtn-wrap .form-btn a{
    height: 52px;
    width: 220px;
  }


  .sec06{
    padding: 10% 0;
    margin: 0 0 10%;
  }
  .support-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supportCase-list{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supportCase-item:nth-of-type(4) h3::before{
    right: 57px;
  }
  .supportCase-item{
    width: 100%;
    padding: 0 10% 15%;
    margin:  0 0 11%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../images/sp/supportCase_bg.png);
  }
  .supportCase-item h3{
    margin: 20px 0 4%;
    font-size: 22px;
  }
  .supportCase-item p{
    font-size: 14px;
  }
  .supportCase-item:last-of-type{
    margin: 0;
  }

  .remote-sec{
    padding: 0 0 10%;
  }
  .remote-sec h2{
    margin: 0 0 10%;
  }

  .sec08{
    padding: 10% 0;
  }
  .sec08 h2{
    font-size: 25px;
    margin: 0 0 10%;
  }

  .accordion-box{
    width: auto;
  }

  .consultation-sec{
    padding: 10% 0;
  }
  .tel-block img{
    max-width: 100%;
  }
  .tel-block{
    padding: 7% 5%;
  }
  .step-list li:nth-of-type(2),
  .step-list li:nth-of-type(3),
  .step-list li:nth-of-type(4){
    margin-top: 37%;
  }
  .consultationBtn-inner-wrap{
    width: 100%;
  }
  .consultation-tel{
    margin: auto;
  }
  .consultationBtn-wrap .form-btn:nth-of-type(1){
    margin: 0 auto 2%;
  }
  .consultationBtn-inner-wrap{
    margin: 0 auto 5%;
  }
  .consultationBtn-inner-wrap > a{
    font-size: 14px;
  }


  /* 追加修正 */
  .main-V .chara-btn-box{
    position: static;
  }
  .example-content ul li{
    margin: 0 0 2%;
    font-size: 14px;
  }
  .example-content ul li:nth-of-type(odd), .example-content ul li:nth-of-type(1){
    margin: 0 0 2%;
  }
  .example-content ul li, .example-content ul li:nth-of-type(6){
    margin: 0 0 2%;
    width: 50%;
    font-size: 14px;
  }
  .example-content ul li:nth-of-type(1),
  .example-content ul li:nth-of-type(4),
  .example-content ul li:nth-of-type(7),
  .example-content ul li:nth-of-type(10),
  .example-content ul li:nth-of-type(13){
    width: 50%;
  }
  .example-content ul li:nth-of-type(2),
  .example-content ul li:nth-of-type(5),
  .example-content ul li:nth-of-type(8),
  .example-content ul li:nth-of-type(11),
  .example-content ul li:nth-of-type(14){
    width: 50%;
    margin: 0 0 2%;
  }
  .example-content ul li:nth-of-type(3),
  .example-content ul li:nth-of-type(6),
  .example-content ul li:nth-of-type(9),
  .example-content ul li:nth-of-type(12),
  .example-content ul li:nth-of-type(15){
    width: 50%;
    margin: 0 0 2%;
  }

    .example-content ul li:nth-of-type(1),
    .example-content ul li:nth-of-type(2),
    .example-content ul li:nth-of-type(3){
      margin: 0 0 8%;
    }
  .chara-btn-wrap a{
    font-size: 17.5px;
  }
  .chara-btn-box .form-btn{
    height: 75px;
  }
  .example-content {
    padding: 345px 0 8%;
  }

}
@media screen and (max-width: 480px){
  .example-content{
    padding: 300px 0 8%;
  }
}
@media screen and (max-width: 330px){
  .example-content{
    padding: 270px 0 8%;
  }
  .chara-btn-box .form-btn:nth-of-type(1) a{
    width: 290px;
    font-size: 18px;
  }
  .main-V-wrap .form-btn a {
    padding: 0 35px 0 45px;
  }
  .main-V-wrap .form-btn:nth-of-type(1) a,
  .main-V-wrap .form-btn:nth-of-type(2) a{
    background-position: center left 19px;
  }
  .chara-btn-box .form-btn a{
    padding: 0 35px 0 45px;
  }
  .chara-btn-box .form-btn:nth-of-type(1) a{
    background-position: center left 19px;
  }
}



/* 191204追加修正 */
.sec01-trouble li span{
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 780px){
  .sec01-trouble li span{
    font-size: 14px;
  }
  .example-content ul li:nth-of-type(1),
  .example-content ul li:nth-of-type(2){
    border-bottom: none;
    padding: 0;
  }
  .example-content ul li:nth-of-type(3){
    padding: 0 0 20px 0;
    width: 100%;
  }
  .example-content ul li:nth-of-type(3) img{
    width: 310px;
  }
}











/* 200107追加修正 */
.sec01-trouble li{
  width: 25%;
}
.support-item{
  text-align: center;
}
.support-item h3,
.support-item p{
  text-align: left;
}
.support-item img{
  width: 100%;
  max-width: 100%;
}
.support-item:nth-of-type(2) img{
  width: 74%;
  max-width: 74%;
}
.support-item:nth-of-type(3) img{
  width: 90%;
  max-width: 90%;
}
.support-item:nth-of-type(4) img{
  width: 83%;
  max-width: 83%;
}
.support-item p{
  height: 140px;
}
.admin-sec{
  padding: 70px 0;
}
.admin-box{
  position: relative;
  border: #49bfb5 4px dashed;
  padding: 40px;
}
.admin-box h2{
  font-size: 30px;
  color: #49bfb5;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 17px;
  background-color: #fff;
}
.admin-list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
.admin-item{
  width: 33.33%;
}
.admin-item dl{
  margin: 0 0 40px;
}
.admin-item dl:last-of-type{
  margin: 0;
}
.admin-item dt{
  position: relative;
  font-weight: bold;
  color: #63c1b9;
  padding: 0 0 0 30px;
  font-size: 26px;
}
.admin-item dt::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #63c1b9;
  border-radius: 50%;
}
.admin-item dd{
  line-height: 2;
  font-size: 16px;
}
.performance-flow li{
  margin-bottom: 10px;
}
.sg-blue2{
  color: #4daaa2;
}

@media screen and (max-width: 780px){
  .sec01-trouble li{
    width: 50%;
  }
  .support-item p{
    height: auto;
  }
  .support-item img{
    display: none;
  }
  .admin-box{
    padding: 8%;
  }
  .admin-box h2{
    top: -28px;
    width: 240px;
    padding: 10px 0;
    font-size: 20px;
  }
  .admin-list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .admin-item{
    width: 100%;
  }
  .admin-item dt{
    font-size: 20px;
    padding: 0 0 0 17px;
  }
  .admin-item dt::before{
    height: 10px;
    width: 10px;
  }
  .admin-item dl {
    margin: 0 0 8%;
  }
  .sec01 {
    padding: 345px 0 8%;
  }
  .example-content {
    padding: 10% 0;
  }
  .admin-sec{
    padding: 10% 0;
  }
  .chara-btn-box .form-btn:nth-of-type(1) a{
    font-size: 18px;
  }
  .admin-item dl:last-of-type{
    margin: 0 0 8%;
  }
}
@media screen and (max-width: 480px){
  .sec01{
    padding: 300px 0  10%;
  }
  .admin-sec{
    padding: 10% 0;
  }
  .example-content{
    padding: 10% 0;
  }
}





/* 200225追加 */
.chara-btn-box{
  background-color: #00a1e0;
}
.chara-btn-wrap a{
  font-family: 'Noto Sans JP';
}
.chara-btn-box .form-btn:nth-of-type(1) a{
  position: relative;
  border-radius: 10px;
  color: #fff;
  box-shadow:0px 5px 0px 0px #d07100;
  background: rgba(255,149,0,1);
  background: -moz-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(255,149,0,1) 51%, rgba(255,136,0,1) 52%, rgba(255,136,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,149,0,1)), color-stop(51%, rgba(255,149,0,1)), color-stop(52%, rgba(255,136,0,1)), color-stop(100%, rgba(255,136,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(255,149,0,1) 51%, rgba(255,136,0,1) 52%, rgba(255,136,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(255,149,0,1) 51%, rgba(255,136,0,1) 52%, rgba(255,136,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,149,0,1) 0%, rgba(255,149,0,1) 51%, rgba(255,136,0,1) 52%, rgba(255,136,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,149,0,1) 0%, rgba(255,149,0,1) 51%, rgba(255,136,0,1) 52%, rgba(255,136,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ff8800', GradientType=0 );
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.chara-btn-box .form-btn:nth-of-type(1){
  opacity: 1;
}
.chara-btn-box .form-btn:nth-of-type(1) a:hover{
  opacity: 1;
  box-shadow: none;
  position: relative;
  top: 5px;
}
.chara-btn-box .form-btn:nth-of-type(1) a::before{
  content: '';
  position: absolute;
  left: 75px;
  top: 50%;
  width: 38px;
  height: 40px;
  transform: translateY(-50%);
  background-image: url(../images/document_btn_icon.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.chara-btn-wrap > a{
  font-weight: bold;
}

.sec01{
  /* background-color: #fafafa; */
  background-image: none;
}
.admin-item{
  width: 50%;
}
.support-sec h2{
  margin: 0 0 20px;
}
.support-sec-title-sub{
  text-align: center;
  margin: 0 0 65px;
  font-size: 24px;
}
@media screen and (max-width: 780px){
  .support-sec{
    padding: 300px 0 10%;
  }
  .sec01{
    padding: 10% 0;
  }
  .admin-item{
    width: 100%;
  }
  .chara-btn-box .form-btn:nth-of-type(1) a::before{
    width: 30px;
    left: 27px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
