html{
  font-size: 62.5%;
}
body{
  font-size:1.6rem;/* 16px*/
}
h3{
  font-weight: 700;
	font-size: 3.6rem;
  text-align: center;
  margin-bottom: 20px;
}

h3+p{
  font-weight: 400;
  line-height: 3.3rem;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}


.header{
    position: fixed;
    top: -75px;
    z-index: 1000;
    transition: 0.2s all;
  background-color: #133264;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 75px;
}

.header a{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: block;
}

.header a:hover{
color: #F4CB15;
}

header .on {
  position: fixed;
  top: -56px;
  left: 0;
}
.header .wrap{
    padding: 20px 0;
}
.wrap{
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.htop-area{
  display: inline-block;
    float: left;
}
nav{
  vertical-align: middle;
}
#mmenu-btn{
  display: none;
}
header nav ul{
 display: inline-block;
 position: relative;
}

header nav ul li{
 display: inline-block;
}
header nav ul li:last-child{
background-color: #F4CB15;
}
header nav ul li a{
 color: #ffffff;
 text-decoration: none;
 padding: 9px 13px;
 display: block;
 font-size:1.6rem;
 font-weight: 500;
}
header nav ul li:last-child a:last-child{
 color: #133264;
 font-weight: 700;
 border: 1px solid transparent;
}
header nav ul li:last-child a:last-child:hover{
 color: #F4CB15;
 background-color: #133264;
 border: 1px solid #F4CB15;
 opacity: 1;
}

/*トップに戻るボタン*/
#page_top{
  width: 71px;
  height: 71px;
  position: fixed;
  bottom: 50px;
    right: 50px;
  background: rgba(255,255,255,0.7);
  border: 1px solid #EEEEEE;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
  display: block;
}
#page_top a{
  position: relative;
  display: block;
  width: 71px;
  height: 71px;
  text-decoration: none;
}
#page_top a::before{
  font-family:  "Font Awesome 5 Free";
  content: '\f106';
  font-size: 40px;
  font-weight: 700;
  color: #133264;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*top*/
#top{
  background: url(../images/catch1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
#top .images-wrap{
  position: relative;
}
.top-image{
  display: block;
  width: 100%;
}
.images{
  display: inline-block;
  width: 49%;
  letter-spacing: normal;
  vertical-align: top;
}
/*.images:last-child{
  width: 46%;
}
.images img{
  width: 100%;
}
*/
.images:last-child img {
    margin-left: 15%;
}
#topContact{
  background-color: rgba(19,50,100,0.75);
  width: 100%;
  display: block;
  position: absolute;
    bottom: 0;
}
#topContact .wrap{
  padding: 37px 0;
}
.topContactinner{
 display: inline-block;
 width: 32%;
 vertical-align: middle;
 text-align: center;
}

#topContact  p{
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
}
#topContact .telephone {
  font-size: 3.8rem;
  margin-bottom: 10px;
}
#topContact .telephone img{
  vertical-align: top;
}
.receptionTime{
  width: 100%;
  display: block;
  font-size: 0;
}
#topContact .receptionTime p{
  display: inline-block;
  width: 40%;
  font-size: 1.6rem;
}
#topContact .receptionTime p:first-child{
  background-color: #ffffff;
  padding:7px 12px;
  color:#133264;
  width: 21%;
  margin-right: 10px;
}
#topContact .topContactinner:last-child p:last-child a{
  background-color: #F4CB15;
  color:#133264;
  font-size: 2.4rem;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: inline-block;
}
#topContact .topContactinner:last-child p:last-child a:hover{
  background-color: #133264;
  color:#F4CB15;
  border: 1px solid #F4CB15;
  opacity: 1;
}


/*about*/
#about{
  background-color: #F4CB15;
  padding: 50px 0;
  width: 100%;
}
#about h3, #about h3+p{
  text-align: center;
  color: #133264;
}
#about h3 {
  margin-bottom: 20px;
}
#about h3+p{
  margin-bottom: 30px;
}

#about ul.about-contents{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
}
.about-contents li {
    display: inline-block;
    width: calc(33% - 6%);
    background-color: #ffffff;
    text-align: center;
    padding: 4% 3%;
    position: relative;
    margin-right: 0.5%;
    letter-spacing: normal;
}

.about-contents li:after{
  content: url(../images/arrow.png);
    position: absolute;
    top: 42%;
    right: -30px;
    z-index: 1;
}
.about-contents li:nth-child(2):after{
  content: url(../images/arrow2.png);
  right: -31px;
}
.about-contents li:last-child:after{
 content: none;
}
.about-contents li div{
  margin-bottom: 18px;
  width: 100%;
  letter-spacing: -.4em;
  display: block;
}

.about-contents li:nth-child(2){
  background-color: #133264;
}
.about-contents li:last-child{
  margin-right: 0;
}
.about-contents img{
  width: 100%;
}
#about .about-contents li:nth-child(2) div p{
  color:#ffffff;
}
#about .about-contents li:nth-child(2) .specification {
color: #ffffff;
}

#about .about-contents div p{
display: inline-block;
width: 73%;
text-align: left;
color: #133264;
font-weight: 300;
font-size: 3.2rem;
letter-spacing: normal;
}

#about .about-contents div p:last-child{
text-align: right;
width: 27%;
}
.about-contents div img{
display: inline-block;
vertical-align: middle;
width: 100%;

}
#about .specification{
  font-size: 2rem;
  color: #4B4B4B;
  font-weight: 700;
  text-align: center;
}
.about-ex{
  margin-bottom: 17px;
}

/*oldVendor*/
#oldVendor{
  background: url(../images/oldbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

#oldVendor::after{
  content: url(../images/arrowblack.png);
      position: absolute;
      display: block;
      top: 100%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
}
.sol-kai{
  display: none;
}
#oldVendor h3,#oldVendor h3+p{
  color: #ffffff;
}
#oldVendor h3{
  margin-bottom: 20px;
}
.customContent{
  display: block;
  width:100%;
  letter-spacing: -.4em;
}
.customContentInnner{
  display: inline-block;
  width: 70%;
  letter-spacing: normal;
}
.customContentInnner:last-child{
  display: inline-block;
  width: 30%;
  letter-spacing: normal;
  text-align: right;
  vertical-align: top;
}
.customContentText{
  display: block;
  width: auto;
  letter-spacing: -.4em;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #EEEEEE;
  padding: 15px 20px;
    margin-bottom: 30px;
    height: 140px;
}
.customContentText div {
    display: inline-block;
    width: 25%;
    letter-spacing: normal;
    z-index: 1;
    vertical-align: middle;
    margin-top: -24px;
}
.customContentText:last-child div{
  margin-top: 0;
}
.customContentText div img{
  width: 96%;
  margin-left: -17px;
}
.customContentText div:last-child p{
    font-weight: 700;
}
.customContentText div:last-child{
  display: inline-block;
  width: 75%;
    letter-spacing: normal;
}
.customContentText div:last-child p:first-child{
color: #F4CB15;
font-size: 2.2rem;
margin-bottom: 10px;
}
.customContentText div:last-child p:last-child{
color: #ffffff;
line-height: 2.2rem;
font-size: 1.6rem;
}
.noonReason{
  font-size: 4.6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.noonReason span{
  color:#F4CB15;
  font-size: 6.4rem;
}

/*  questionnaire  */
.requestRank{
  padding: 0 10%;
  margin-bottom: 20px;
}
.requestRankwrap{
  border: 1px solid #000000;
  padding: 40px 60px;
  position: relative;
}
.requestRank p {
    color: #050404;
    font-size: 2.4rem;
    text-align: center;
    background-color: #F4CB15;
    padding: 20px;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-weight: 700;
}
.requestRank ul{
margin-left: 10%;
}
.requestRank ul li{
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.requestRank ul li:last-child{
  margin-bottom: 0;
}
.requestRank ul li strong{
font-weight: 700;
}




#questionnaire{
  position: relative;
  background-color: #F4CB15;
  padding: 50px 0;
  width: 100%;
}
#questionnaire h3{
  margin-bottom: 30px;
}
#questionnaire h3 img{
  vertical-align: middle;
}
.questionex{
  display: block;
  width: auto;
  margin-bottom: 56px;
  letter-spacing: -.4em;
}
.questionex div {
    display: inline-block;
    width: 23%;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 2%;
}
.questionex div:nth-child(2){
  width: 24%;
}
.questionex div:last-child{
width: 49%;
margin-right: 0;
}
#questionnaire .questionexinner{
  display: block;
  padding: 0 109px;
}

.questionex div:first-child p {
    color: #976E19;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    margin-left: 2%;
    line-height: 5rem;
}
.questionex div:first-child p span{
  font-size: 5.5rem;
}
.questionex div:first-child p span:last-child{
  font-size: 4rem;
}


.questionex div:last-child p{
background-color: #133264;
color: #F4CB15;
font-size: 3.2rem;
font-weight: 700;
border-bottom: 1px solid #F4CB15;
margin-bottom: 4px;
padding: 10px;
display: inline-block;
}
.questionex div:last-child p:last-child{
background-color: transparent;
color: #050404;
padding: 0;
}
.questionex div:last-child p span{
  background-color: #133264;
  color: #F4CB15;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 1px solid #F4CB15;
  margin-bottom: 4px;
  padding: 10px;
  display: inline-block;
}

.questionex div:last-child p:nth-child(5){
color: #ffffff;
font-size: 6.2rem;
font-weight: 500;
}
.kaicus1{
  display: none;
}
.next{
  color: #050404;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
#questionnaire::after{
content: url(../images/arrowyellow.png);
position: absolute;
display: block;
top: 100%;
z-index: 1;
left: 50%;
transform: translateX(-50%);
}

/* improvement */
#improvement {
  position: relative;
  background-color: #133264;
  padding: 50px 0;
  width: 100%;
}
.improvement-contents{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
}
.impContentInner{
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  vertical-align: middle;
}
.assembly img,.correspondence img,.billCollection img{
  width: 100%;
}
.impContentInner p {
    color: #F4CB15;
    font-weight: 700;
    display: inline-block;
    line-height: 5rem;
    font-size: 3.6rem;
    border-bottom: 3px solid #F4CB15;
}

.impContentInner-last{
font-size: 3.6rem;
border: none !important;
}
.impContentInner-last span{
font-size: 6rem;
line-height: 7rem;
}

.impContentInner:last-child img{
width: 100%;
}

.turnoverRate {
    padding: 8% 8%;
    background-color: #ffffff;
    background-image: url(../images/bgtable.png);
    background-repeat: no-repeat;
    background-size: 13%;
    background-position-x: 50%;
    background-position-y: 56%;
}
.excustom{
  color: #787878;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.custabsp{
  display: none;
}
.excustomtitle{
  color: #133264;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.youbou{
  display: none;
}
.turnoverRate h3, .turnoverRate h3+p{
color:#133264;
}
.turnoverRateContents{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  margin-bottom: 50px;
}
.old, .new {
    display: inline-block;
    width: calc(50% - 40px);
    letter-spacing: normal;
    margin-right: 80px;
    vertical-align: top;
    position: relative;
}
.new{
  margin-right: 0;
}

.new .turnoverhead{
  border-top: 1px solid #133264;
    border-bottom: 1px solid #133264;
    color: #133264;
}

.new .turnoverhead+p{
    color: #133264;
}

.turnoverhead{
  border-top: 1px solid #090706;
  border-bottom: 1px solid #090706;
  padding: 30px 0;
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
}
.pricekai{
  display: none;
}
.turnoverhead+p{
  color: #090706;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
.assembly{
  background-color: #D4D4D4;
  position: relative;
  padding: 30px;
  text-align: center;
  height: 35%;
}
.assembly h4, .correspondence h4,.billCollection h4{
  color: #4B4B4B;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.assembly h4+p, .correspondence h4+p , .billCollection h4+p{
  color: #4B4B4B;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.assembly::after {
  content: '';
    position: absolute;
    top: 100%;
    right: 0%;
    z-index: 1;
    background-image: url(../images/arrowg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.correspondence{
  background-color: #E6E6E6;
  padding: 61px 30px 30px 30px;
  text-align: center;
  margin-bottom: 20px;
  height: 30%;
}
.instructions{
  text-align: center;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
}
.instructions h4{
  background-color: #ffffff;
  border: 5px solid #090706;
  padding: 10px;
}
.cusbr{
  display: none;
}
.instructions h4+p{
  background-color: #090706;
  color: #ffffff;
  padding: 30px;
}
.billCollection{
  background-color: #F4CB15;
  position: relative;
  padding: 45px;
  text-align: center;
  height: 54%;
}

.new .instructions h4{
  background-color: #133264;
  border: 5px solid #F2CD26;
  padding: 10px;
  color: #F4CB15;
}
.new .instructions h4+p{
  background-color: #F4CB15;
  color: #133264;
  padding: 30px;
}
.compWrap{
  height: 530px;
}
.blank{
  height: 35%;
}
.turnoverRate ul{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
}
.turnoverRate ul li{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 4rem;
}
.turnoverRate ul li:first-child{
  color: #4B4B4B;
  font-weight: 700;
  font-size: 2.4rem;
  width: 29%;
}
.turnoverRate ul li:first-child span{
  font-size: 3.2rem;
}
.turnoverRate ul li:nth-child(2){
  color: #000000;
  font-weight: 700;
  font-size: 2.4rem;
  background: url(../images/opebg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 42%;
}
.turnoverRate ul li:nth-child(2) p{
margin: 24px;
}
.turnoverRate ul li:last-child{
  color: #C72E00;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 6.5rem;
  width: 29%;
}
.turnoverRate ul li:last-child span{
  font-size: 8.5rem;
}
#improvement::after {
    content: url(../images/arrowblue.png);
    position: absolute;
    display: block;
    top: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.abold{
  position: absolute;
  top: 26px;
  left: -29px;
  z-index: 1;
}
.abnew {
    position: absolute;
    top: 72px;
    right: -59px;
    z-index: 1;
}
/*  custom-free */
#custom-free{
  padding: 50px 0;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
.custom-free-1 h3,.custom-free-1 h3+p{
  color: #133264;
}
.custom-free-1{
  padding: 6% 10%;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.custom-free-1 ul{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
}
.custom-free-1 ul li{
  background-color: #133264;
  display: inline-block;
  width: calc(50% - 50px);
  color: #F4CB15;
  letter-spacing: normal;
  margin-right: 20px;
  padding: 20px;
  font-size: 2.4rem;
  font-weight:700;
  margin-bottom: 20px;
}
.custom-free-1 ul li:nth-child(even){
  margin-right: 0;
}
.fa-check{
  margin-right: 20px;
}

.custom-free-2{
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.custom-free-2 h3,.custom-free-2 h3+p{
  color: #000000;
}
.rankkai{
  display: none;
}
.custom-free-2 ul{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
.custom-free-2 ul li{
  background-color: #202020;
  display: inline-block;
  width: calc(25% - 15px);
  color: #F4CB15;
  letter-spacing: normal;
  margin-right: 20px;
}
.custom-free-2 ul li:last-child{
  margin-right: 0;
}
.custom-free-2 ul li div{
  padding: 20px;
  font-size: 1.8rem;
  font-weight:700;
  text-align: center;
}
.custom-free-2 ul li img{
  width: 100%;
  display: block;
}
.custom-free-2 p{
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
}
.example{
  display: block;
  border: 1px solid #133264;
  padding: 30px;
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
.exwrap .example:last-child{
  margin-bottom: 0;
}
.inner{
letter-spacing: normal;
display: inline-block;
width: 40%;
vertical-align: top;
margin-right: 3%;
}

.inner:last-child{
width: 57%;
margin-right: 0;
}
.inner p:first-child{
  color: #C2C2C2;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;

}
.inner p:nth-child(2){
  color: #133264;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 4.5rem;
  margin-bottom: 20px;
}
.inner p:last-child{
  color: #1F2021;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.inner img{
  width: 100%;
}
/*layout*/
#layout{
  padding: 50px 0;
  position: relative;
  background-color: #F4CB15;
  width: 100%;
}
#layout h3{
  color:#133264;
  margin-bottom: 50px;
}
.layout-about{
  display: block;
  letter-spacing: -.4em;
  margin-bottom: 40px;
  position: relative;
}
.layout-about-contents{
  display: inline-block;
  letter-spacing: normal;
  width: 35%;
  vertical-align: top;
  height: 100%;
}
.layout-about-contents img{
  width: 100%;
  vertical-align: middle;
}
.layout-about-contents:last-child{
  width: 65%;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
}

.layout-about:last-child .price p:first-child{
font-size: 2.4rem;
}

.layout-about:last-child{
  margin-bottom: 0;
}
.Twotabex{
  padding-right: 10%;
}

.layout-about-contents span{
  background-color: #133264;
  color: #F4CB15;
  font-size: 2.8rem;
  font-weight: 300;
  padding: 26px;
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
.layout-about-contents p{
  font-size: 1.8rem;
  font-weight: 500;
  color: #4B4B4B;
  line-height: 3.5rem;
}
.price{
  height: auto;
  letter-spacing: 0.3rem;
  position: absolute;
    bottom: 0;
}
.price p:first-child{
  font-size: 1.8rem;
  font-weight: 700;
  color: #133264;
}
.price p:last-child{
  font-size: 4.5rem;
  font-weight: 700;
  color: #133264;
  line-height: 4.5rem;
}
.hakkenkai{
  display: none;
}
/*size*/
#size{
  padding: 50px 0;
  position: relative;
  background-color: #EEEEEE;
  width: 100%;
}
#size h3{
  color: #212121;
  margin-bottom: 50px;
}
#size .Indication table{
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
#size .Indication h3{
   color: #133264;
   font-size: 2.8rem;
   margin-bottom: 20px;
}
#size .Indication table th{
  width: auto;
  color: #4B4B4B;
  vertical-align: middle;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
#size .Indication table td{
  border: none;
  padding: 0;
  vertical-align: middle;
  font-weight: 700;
  width: 20%;
    text-align: left;
    font-size: 1.8rem;
}
#size .Indication table td:last-child{

}
.Indicationprice{
  border-top: 1px solid #4B4B4B;
  border-bottom: 1px solid #4B4B4B;
  margin-bottom: 46px;
  padding: 2% 5% 2% 10%;
}
.size-guide table {
    margin-bottom: 30px;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
}
.size-guide{
  padding: 10% 10%;
  background-color:#ffffff;
  text-align: center;
}
.size-guide img{
  width: 100%;
}
.sizeImage {
  width: 100%;
  margin-bottom: 50px;
}
.sizeImage img{
  width: 100%;
}
table .m-name{
  color: #133264;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 20px;
}
table th.m-data{
  color: #4B4B4B;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #EEEEEE;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18%;
  padding: 2%;
}
.size-guide td{
  border: 1px solid #EEEEEE;
  color: #4B4B4B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  vertical-align: middle;
  height: 50px;
  padding: 2%;
}

table th:first-child {
    width: 18%;
}
.sp-kai{
  display: none;
}
.zukai-sp{
  display:none;
}
/* form */
textarea {
  resize: vertical;
  width:300px;
  height:200px;
}
#form{
  background-color: #F4CB15;
  padding: 50px 0;
}
#inlineFrame{
  width: 100%;
  margin: 0 auto;
}

/*footer*/
.footer_nav:first-child{
  background-color: #EEEEEE;
  display: block;
  width: 100%;
    letter-spacing: -.4em;
    padding: 50px 0;
}
.footer-column1,.footer-column2,.footer-column3,.footer-column4{
  display: inline-block;
  width: 25%;
  letter-spacing: normal;
  color: #133264;
  vertical-align: top;
}
.footer-bottom{
  display: block;
  width: 100%;
  letter-spacing: normal;
  text-align: center;
  color: #133264;
}
.footer-bottom p{
    line-height: 1.7rem;
    font-size: 1.2rem;
    font-weight: 700;
}


.footer_nav ul li{
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 30px;
}
.footer_nav ul li a{
font-weight: 500;
color: #133264;
text-decoration: none;
}
.footer-column4 .toi{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-column4 .tel{
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 3px solid #133264;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
.footer-column4 .time{
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
.footer-column4 .time p{
  display: inline-block;
  width: 20%;
  letter-spacing: normal;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.footer-column4 .time p:first-child{
  border: 1px solid #133264;
  padding: 2%;
  margin-right: 4%;

}
.footer-column4 .time p:last-child{
  width: 72%;
  text-align: left;
}
.footer-column4 .comname p:first-child{
  font-size: 1.6rem;
  font-weight:500;
  margin-bottom: 10px;
}
.footer-column4 .comname p:last-child{
  font-size: 1.2rem;
  font-weight:700;
  line-height: 2rem;
}
.footer-column-contents{
  margin-bottom: 30px;
}
.footer_nav:last-child{
  text-align: center;
  padding: 30px 0;
}
.footer_nav:last-child img{
  max-width: 149px;
}

.footer_nav a{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border: 2px solid transparent;
}

.footer_nav a:hover{
  border-bottom: 2px solid #133264;
  opacity: 1;
}

.kai{
  display: none;
}
.sp-kai2{
  display: none;
}

.old-sp{
  display: none !important;
}
.oldv{
  display: none;
}
/*  新モーダル */
.modal-content {
    position: fixed;
    display: none;
    z-index: 1002;
    width: 700px;
    height: auto;
    margin: 0;
    padding: 0;
    /* border: 2px solid #aaa; */
}
.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

#form {
	width: 100%;

}
#form .wrap iframe{
	width: 100%;
	display: block;
	position: relative; /* IE needs a position other than static */
}

tbody{
  width: 100%;
}




.questionex div:nth-child(2) img{
    width: 100%;
}
.size-guide a{
  display: none;

}

/* form */


#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}


#solution{
  padding: 50px 0;
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
}
#solution h3{
  color: #133264;
}
#solution h3 span{
  font-size: 6rem;
}
.solutioncontents{
  border: 1px solid #133264;
  display: block;
  letter-spacing: -.4em;
  width: 100%;
}
#solution .wrap div .solutioncontents:nth-child(2){
border-top: 0;
border-bottom: 0;
}
.solutionInner2{
  background-color: #133264;
  border-bottom: 1px solid #fff;
}
.solutioncontents:last-child .solutionInner2{
  border-bottom: 0;
}
.solutionInner,.solutionInner2{
  display: inline-block;
  width: 42%;
  letter-spacing: normal;
  vertical-align: top;
  padding: 4%;
  position: relative;
  height: 348px;
}
.solutioncontents:last-child .solutionInner, .solutioncontents:last-child .solutionInner2{
  height: auto;
}
.solutionInner:after {
    content: url(../images/solarrow.png);
    position: absolute;
    top: 42%;
    right: -30px;
    z-index: 1;
}

.solutionInner p:first-child{
  color: #787878;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.solutionInner p:nth-child(2){
  color: #133264;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 3.2rem;
}
.solutionInner p:nth-child(3){
  color: #4B4B4B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.solutionInner2 img,.solutionInner img{
  width: 100%;
}

.solutionInner2 p:first-child{
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;

}
.solutionInner2 p:nth-child(2){
  font-size: 2.4rem;
  font-weight: 700;
  color: #F4CB15;
  line-height: 3rem;
  margin-bottom: 12px;
  height: 23%;
}
.solutionInner2 p:last-child,.solutionInner2 p:nth-child(3){
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.7rem;
  margin-bottom:16px;
}

.sinner{
width:100%;
display:block;
}
.sinner p {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    line-height: 2.7rem;
    margin-right: 3%;
}
.sinner img{
display:inline-block;
width:57%;

}

/* 20190702 add */
section#of-disc {
    background-color: #133264;
    color: #EEEEEE;
    padding: 43px 0px;
}
section#of-disc h3 {
      line-height: 1.4em;
}
#of-disc .row {
    display: flex;
    flex-direction: row;
    margin: 72px 0 28px 0;
}
#of-disc .col-4 {
    width: 33%;
    padding: 20px 20px;
    display: flex;
    border: solid 1px #fff;
    margin: 0 8px;
}
.of-inner {
  position: relative;
  width: 100%;
}
.of-inner h4 {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 600;
  color: #F4CB15;
  top: -56px;
  background-color: #133264;
  right: 0;
  left: 5px;
  margin: auto;
  display: block;
  padding: 0px 0px 0 78px;
  line-height: 1.4em;
  width: auto;
}
.of-inner h4:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-size: 64px;
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #133264;
    padding-left: 8px;
}
.of-inner p {
    font-size: 1.6rem;
    line-height: 1.9em;
    margin-top: 38px;
}
@media screen and (max-width:1040px) {
  .of-inner h4 {
    font-size: 2.2rem;
    left: 0;
  }
}
@media screen and (max-width:990px) {
  .of-inner h4 {
    font-size: 1.8rem;
    left: 0;
    padding: 0px 0px 0 66px;
  }
  .of-inner h4:before {
    font-size: 51px;
    top: 13px;
  }
}
@media screen and (max-width:850px) {
  .of-inner h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:768px) {
  #of-disc .col-4 {
    width: 100%;
    padding: 20px 20px;
    margin: 32px 0;
    box-sizing: border-box;
  }
  #of-disc .row {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .of-inner h4:before {
    font-size: 64px;
    top: 18px;
  }
  .of-inner h4 {
      display: inline-block;
      font-size: 2.4rem;
      left: 0px;
      padding: 0px 0px 0 78px;
  }
}
@media screen and (max-width:480px) {
  .of-inner h4 {
      font-size: 2.2rem;
      width: 62%;
  }
}
@media screen and (max-width:320px) {
  .of-inner h4 {
    font-size: 1.8rem;
    padding: 0px 0px 0 67px;
  }
  .of-inner h4:before {
      font-size: 54px;
      top: 15px;
  }
}
/* 20190702 add end */

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"],
  textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

.form-common-wrap {
  width: 780px;
  margin: 0 auto;
}

.form-text-h {
  padding: 0 40px;
}

#formWrap h3,
.contact-h h3 {
  color: #133264;
}

#formWrap h3 {
  text-align: center;
}

.content {
  margin: 0 !important;
}

.content_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1040px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  background-color: #F4CB15;
}
.formsub{
  text-align: center;
}

input[type=submit] {
    background-color: #133264;
    transition: .5s;
    padding: 9px 80px;
    color: #F4CB15;
    font-size: 2.4rem;
    font-weight: 400;
    cursor: pointer;
    outline: 0;
    border: 3px solid transparent;
    border-radius: none;
}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
input[type=text]    {
    font-size : 16px;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
input,textarea {
  font-size : 16px;
  border : 1px solid #ccc;
  -webkit-border-radius : 0;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
  }


body .full_width {
  background-color: transparent;
}

body .form-text-h p {
  font-size: 16px;
}

body .mw_wp_form dt {
  color: #4B4B4B;
  font-weight: 600;
  width: 25%;
}

body .mw_wp_form dd {
  width: 100%;
  margin: 0;
  position: relative;
}

body .mw_wp_form dl {
  border-bottom: none;
}

body .mw_wp_form dl:nth-child(1) {
  border-top: none;
}

input#checkBtn,
body .form-button input[type=submit] {
  padding: 23px 30px;
  border-radius: 0;
  color: #F4CB15;
  font-size: 24px;
  font-weight: 600;
  width: 265px;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 0;
}

body .mw_wp_form dl:nth-child(9) dd textarea {
  width: 93%;
  resize: vertical;
  min-height: 106px;
}

input#postalcode {
  width: 82px;
}

body .mw_wp_form {
  margin: 0 auto;
  box-sizing: border-box;
}

#footer-help-section {
  display: none;
}

.form-midashi h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  color: #797979;
}

.form-text {
  text-align: center;
}

.form-text-2 {
  text-align: left;
  display: block;
}

.must {
  color: red;
}

.inquiry-text {
  display: block;
}

.mw_wp_form {
  margin: 0 20%;
}

.mw_wp_form dl {
  display: flex;
  width: 100%;
  font-size: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgb(128, 128, 128, 0.30);
  justify-content: space-between;
  align-items: center;
}

.mw_wp_form dl:nth-child(1) {
  border-top: 1px solid rgb(128, 128, 128, 0.30);
}

.mw_wp_form dl:nth-child(9) {
  margin-bottom: 20px;
}

.mw_wp_form dt {
  display: inline-block;
  width: 40%;
  font-size: 1rem;
  vertical-align: unset;
  text-align: right;
  margin-right: 4%;
}

.mw_wp_form dd {
  display: inline-block;
  width: 56%;
  font-size: 1rem;
}

.mw_wp_form dl:nth-child(8) dd {
  display: inline-grid;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.form-button {
  text-align: center;
}



input#checkBtn:hover,
.form-button input[type=submit]:hover {
  background-color: #ff7200;
}

.mw_wp_form input[type='text'] {
  padding: 13px 5px;
  width: 92%;
}

.mw_wp_form dl:nth-child(9) dd textarea {
  border-color: rgba(128, 128, 128, 0.5);
  width: 96%;
  line-height: 20px;
  font-size: 13px;
  outline: 0;
}

.inquiry-caution01,
.inquiry-caution02 {
  text-align: center;
  font-size: 1rem;
  color: #797979;
}

.inquiry-caution02 {
  margin-bottom: 0 !important;
}

input[type="text"]:focus {
  outline: 0;
}

.backbutton {
  margin-right: 20px;
}

::placeholder {
  font-size: 13px;
  color: rgb(121, 121, 121, 0.50);
}

.toi-br {
  display: none;
}

span.error_m {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
}

@media screen and (max-width: 1000px) {
  .mw_wp_form dl {
    display: block;
    width: 100%;
  }

  .mw_wp_form dt {
    display: block;
    width: 100%!important;
    text-align: left;
    margin-right: 0;
  }
  .mw_wp_form dd {
    display: block;
    width: 100%;
  }
  .mw_wp_form input[type='text'] {
    width: 95%;
  }
  .mw_wp_form {
    margin: 0 14%;
  }

  .form-common-wrap {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  body .mw_wp_form dl:nth-child(9) dd textarea {
      width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form {
    margin: 0 4%;
  }
}

@media screen and (max-width: 600px) {
  .inquiry-caution01,
  .inquiry-caution02 {
    text-align: left;
  }
  .mw_wp_form {
    margin: 0;
  }
}

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

  .toi-br {
    display: block;
  }
}
/* form-end */


/*0127 Jikasei MENSHO*/
#about .wrap{text-align:center;}
#about a.jirei-button{
	background-color: #133264;
    color: #F4CB15;
    font-size: 3.2rem;
    padding: 18px 42px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
	margin:30px auto 0;
}
#about a.jirei-button p{
	font-size: 1.6rem;
    margin-top: 10px;
    color: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#about a.jirei-button:hover {
    background-color: #F4CB15;
    color: #133264;
    border: 1px solid #133264;
    opacity: 1;
}
#about a.jirei-button:hover p{color: #133264;}

/*メディアクエリ*/
@media screen and (max-width: 1040px){
  .solutioncontents:last-child .solutionInner, .solutioncontents:last-child .solutionInner2 {
    height: 280px;
}
.solutioncontents:last-child .solutionInner p:nth-child(2), .solutioncontents:last-child .solutionInner2 p:nth-child(2){
  height: 29%;
}
  .Indicationprice {
    padding: 2% 5% 2% 6%;
}
  .layout-about:last-child .price p:first-child {
    font-size: 1.6rem;
}
  .price p:first-child {
    font-size: 1.6rem;
    line-height: 2rem;
}
  .requestRankwrap {
    padding: 40px 14px;
}
.excustomtitle {
    font-size: 3.2rem;
}
.excustom {
    font-size: 2rem;
}
.solutionInner2 p:nth-child(2), .solutionInner p:nth-child(2){
    font-size: 2rem;
}
#solution h3 span {
    font-size: 5rem;
}
  .wrap {
    position: relative;
    max-width: initial;
    margin: 0 20px;
}
#topContact .topContactinner:last-child p:last-child a {
    font-size: 2rem;
}
#topContact .receptionTime p:first-child {
    padding: 7px 5px;
    margin-right: 0;
}
#topContact .receptionTime p {
    width: 46%;
}
#about .about-contents div p {
    font-size: 3rem;
}
h3 {
    font-size: 3.2rem;
}
h3+p {
    font-size: 2.1rem;
}
.images:last-child img {
    margin-left: -4%;
}
.images img{
  width: 100%;
}
header nav ul li a {
    padding: 9px;
    font-size: 1.5rem;
}
#topContact .wrap {
    padding: 15px 0;
}
#about .specification {
    font-size: 1.8rem;
}
#topContact .telephone {
    font-size: 2.7rem;
    margin-bottom: 6px;
}
.custom-free-1 ul li {
    font-size: 2rem;
}
.impContentInner p {
    font-size: 3.2rem;
}
.impContentInner-last span {
    font-size: 5rem;
    line-height: 6rem;
}
.layout-about-contents span {
    margin-bottom: 1%;
}
.layout-about-contents p:last-child {
    font-size: 3.5rem;
}
.custom-free-2 ul li div {
    padding: 20px 10px;
}
.layout-about-contents p {
    font-size: 1.6rem;
    line-height: 3rem;
}
.questionex div:last-child p {
    font-size: 2.5rem;
}
.questionex div:last-child p:nth-child(5) {
    font-size: 5.5rem;
}
.questionex div:first-child p span {
    font-size: 5rem;
}
.questionex div:first-child p {
    font-size: 3rem;
    line-height: 4rem;
}
.questionex div {
    width: 20%;
}
.footer-column4 .time p:first-child {
    padding: 1%;
    margin-right: 3%;
    width: 24%;
}
.footer-column4 .time p:last-child {
    width: 71%;
    text-align: left;
}
}

@media screen and (max-width: 960px){
  #size .Indication table td {
    font-size: 1.6rem;
}
  .price p:first-child {
    line-height: 1rem;
}
.solutioncontents:nth-child(2) .solutionInner, .solutioncontents:nth-child(2) .solutionInner2{
 height: 439px;
}
  .cusbr{
    display: block;
  }
  .excustomtitle {
    line-height: 4rem;
}
.solutionInner2 p:nth-child(2), .solutionInner p:nth-child(2) {
    font-size: 1.7rem;
    line-height: 2.5rem;
    height: 18%;
}
.solutioncontents:nth-child(2) .solutionInner p:nth-child(2), .solutioncontents:nth-child(2) .solutionInner2 p:nth-child(2){
 height: 14%;
}

.sinner p,.sinner img {
    display: block;
    width: 100%;
}
  #about .about-contents div p {
      font-size: 2.3rem;
  }
  #about .specification {
    font-size: 1.4rem;
}
h3 {
    font-size: 2.8rem;
}
h3+p {
    font-size: 1.8rem;
}
.customContentText div:last-child p:first-child {
    font-size: 1.8rem;
}
.customContentText {
    height: 111px;
}
.customContentText div:last-child p:first-child {
    font-size: 1.8rem;
}
.customContentInnner:last-child {
    text-align: center;
}
.customContentInnner:last-child img{
  width: 79%;
}
.noonReason span {
    font-size: 4rem;
}
.noonReason {
    font-size: 3rem;
}
.next {
    font-size: 3rem;
}
.questionex div:last-child p:nth-child(5) {
    font-size: 4rem;
}
.questionex div:last-child {
    width: 45%;
    margin-right: 0;
}
.questionex div:first-child p span {
    font-size: 4rem;
}
.questionex div {
    width: 25%;
    margin-right: 0;
}
.questionex div:nth-child(2) {
    margin-right: 2%;
}
.abnew {
    right: -100px;
}
.abold {
    top: 18px;
    left: -69px;
}
.layout-about-contents p:last-child {
    font-size: 2.5rem;
}
.layout-about-contents span {
    font-size: 2rem;
}
.layout-about-contents p {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.size-guide td {
    font-size: 1.4rem;
}
.inner p:nth-child(2) {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.custom-free-2 p {
    font-size: 2rem;
    line-height: 2.8rem;
}
.custom-free-2 ul li div {
    padding: 13px 5px;
    font-size: 1.4rem;
}
#topContact .receptionTime p:first-child {
    font-size: 1.2rem;
}
#topContact .receptionTime p {
    font-size: 1.4rem;
}
#topContact .topContactinner:last-child p:last-child a {
    font-size: 1.6rem;
}
#topContact p {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
}
.impContentInner p {
    font-size: 2.5rem;
    line-height: 4rem;
}
.impContentInner-last span {
    font-size: 4rem;
    line-height: 5rem;
}
.turnoverRate ul li:nth-child(2) {
    font-size: 2rem;
}
.turnoverRate ul li:last-child {
    font-size: 3rem;
    line-height: 5.5rem;
}
.turnoverRate ul li:last-child span {
    font-size: 6.5rem;
}
.turnoverRate ul li:first-child {
    font-size: 2rem;
}
.turnoverRate ul li:first-child span {
    font-size: 3rem;
}
.custom-free-1 ul li {
    font-size: 1.6rem;
      padding: 16px;
}
.instructions {
    font-size: 2rem;
    line-height: 3rem;
}

/*ヘッダー*/
nav.NavMenu{
position: fixed; /*表示位置を固定*/
z-index: 2; /*重ね順を変更*/
top: 0; /*表示位置を指定*/
left: 0; /*表示位置を指定*/
background: #fff;/*背景を白にする*/
color: #fff; /*文字色を黒にする*/
text-align: center; /*テキストを中央揃え*/
width: 100%; /*全幅表示*/
transform: translateY(-100%); /*ナビを上に隠す*/
transition: all 0.6s; /*アニメーションの時間を指定*/
}
nav.NavMenu ul{
background: #133264; /*背景をグレーにする*/
width: 100%;
margin: 0 auto;
padding: 0;
}

nav.NavMenu ul li{
font-size: 1.1em;
list-style-type: none;
padding: 0;
width: 100%;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
display: block; /*クリックできる領域を広げる*/
color: #fff;
padding: 1em 0;
}
/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
transform: translateY(0%);
}
.Toggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-column4 .time p:first-child {
    width: 33%;
}
.footer-column4 .time p:last-child {
    width: 62%;
}
.footer-column4 .tel {
    font-size: 2.3rem;
}
.footer-column4 .toi {
    font-size: 1.4rem;
}
.requestRank ul {
    margin-left: 7%;
}
.requestRank ul li {
    font-size: 1.5rem;
}
.requestRankwrap {
    padding: 40px 9px;
}
}


@media screen and (max-width: 800px){
  .price p:first-child {
      line-height: 0;
      font-size: 1.4rem;
  }
  .layout-about-contents p:last-child {
    font-size: 2rem;
    line-height: 3.8rem;
}
#size .Indication table th {
    font-size: 1.3rem;
}
}



@media screen and (max-width: 768px){
  .solutioncontents:nth-child(2) .solutionInner, .solutioncontents:nth-child(2) .solutionInner2 {
    height: 420px;
}
.solutionInner, .solutionInner2 {
    height: 336px;
}
.solutioncontents:last-child .solutionInner p:nth-child(2), .solutioncontents:last-child .solutionInner2 p:nth-child(2) {
}
.solutioncontents:last-child .solutionInner,.solutioncontents:last-child .solutionInner2{
height: 231px;
}
  .excustomtitle {
    font-size: 2.8rem;
}
  .requestRank ul {
    margin-left: 5%;
}
  #topContact .receptionTime p:first-child {
      margin-right: 4%;
  }
  .customContentText div {
    margin-top: -6px;
}
.customContentInnner:last-child {
    text-align: right;
}
.customContentInnner:last-child img {
    width: 88%;
}
.layout-about-contents p {
    line-height: 2.3rem;
}
.footer-column4 .tel {
    font-size: 2.3rem;
}
.footer-column4 .toi {
    font-size: 1.4rem;
}
.footer-column4 .time p {
    font-size: 1.1rem;
}
.abnew {
    right: -69px;
    width: 53%;
}
.abold {
    top: 29px;
    left: -58px;
    width: 39%;
}

}

@media screen and (max-width: 767px){
  .mw_wp_form dt {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
  .sinner p {
    margin-bottom: 15px !important;
}
  .customContentText div:first-child {
    text-align: center;
}
  .custabsp{
    display: block;
  }
  .solutioncontents:nth-child(2) .solutionInner, .solutioncontents:nth-child(2) .solutionInner2 {
      height: auto;
  }
  #solution .wrap div .solutioncontents:nth-child(2) {
    border-top: 1px solid #133264;
    border-bottom: 1px solid #133264;
}
  .customContentText div img {
    width: 59%;
    margin-left: 0;
}
.customContentText div:last-child {
    display: block;
    width: 100%;
}
  .customContentText {
    height: auto;
}
  .solutionInner2 {
    border-bottom: 0;
}
  .pricekai,.rankkai{
    display: block;
  }
  #size .Indication table th {
    font-size: 1.2rem;
}
  .example .modal-open{
    display: none;
  }
  .requestRank ul {
    margin-left: 4%;
}
.requestRankwrap {
    padding: 47px 9px;
}
.requestRank ul li {
    line-height: 2rem;
}
.requestRank p {
    font-size: 2rem;
}
  .solutionInner2{
    padding-top: 9% !important;
  }
  .sol-kai{
    display: block;
  }
  #solution h3 {
    color: #133264;
    line-height: 4rem;
}
  .solutioncontents {
    margin-bottom: 15px;
}
  .solutionInner, .solutionInner2 {
    display: block;
    width: auto;
    padding: 4%;
    height: auto;
}
.solutioncontents:nth-child(3) .solutionInner, .solutioncontents:nth-child(3) .solutionInner2 {
    height: auto;
}
.solutionInner::after {
    content: url(../images/solarrow2.png);
    position: absolute;
      display: block;
      top: 100%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
    width: 74px;
}
.solutioncontents:last-child .solutionInner, .solutioncontents:last-child .solutionInner2 {
    height: auto;
}
#solution h3 span {
    font-size: 4rem;
}

  .turnoverRate {
    background-image: none;
}
.inner {
    display: block;
    width: 100%;
}
.inner:last-child {
    width: 100%;
}
.inner p:first-child {
    margin-bottom: 20px;
}
.excustomtitle {
    margin-bottom: 15px;
}
.price {
    position: relative;
}
.price p:first-child {
    line-height: initial;
    font-size: 2.3rem;
    margin-bottom: 0;
}
  .assembly h4+p, .correspondence h4+p, .billCollection h4+p {
    line-height: 2rem;
}
  .turnoverRateContents {
    margin-bottom: 0;
}
  .Toggle {
    right: 0;
}
.oldv{
  display: block;
}
.customContentText div:last-child p:first-child {
    line-height: 2.2rem;
}
.custom-free-2 p {
    text-align: left;
}
.zukaipdf{
  padding: 0 40%;
}
  .size-guide img {
    margin-bottom: 10px;
}
  .size-guide a {
    display: block;
    cursor: pointer;
    background-color: #133264;
    color: #F4CB15;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    border: 3px solid transparent;
    transition: .5s;
}

.size-guide a:hover {
  border: 3px solid #133264;
  color: #133264;
  background-color: #F4CB15;
}

  .instructions {
    margin-bottom: 21px;
}
  #improvement .turnoverRate  .old-sp{
    display: block !important;
    width: 100%;
    letter-spacing: -.4em;
    text-align: center;
  }
  #improvement .turnoverRate  .old-sp  li {
      display: block;
      width: 100%;
  }
  #improvement .turnoverRate  .old-sp  li:nth-child(1) {
    color: #000000;
    font-weight: 700;
    font-size: 2rem;
    background: url(../images/opebg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    display: block !important;
}

#improvement .turnoverRate  .old-sp  li:nth-child(1) p{
  padding: 23px;
      margin: 0;
}

#improvement .turnoverRate  .old-sp  li:nth-child(2) {
  color: #4B4B4B;
      font-weight: 700;
      font-size: 2rem;
      width: 100%;
      background-image: none;
      line-height: 4rem;
}
#improvement .turnoverRate  .old-sp  li:nth-child(2) span {
    font-size: 3rem;
}

#improvement .turnoverRate ul li:first-child{
  display: none;
}
  .custom-free-2 .modal-open{
    pointer-events: none;
    display: block;
  }
  .zukai-sp{
    display: block;
  }
  .zukai-pc{
    display: none;
  }
  .turnoverRate ul li:nth-child(2) p {
      padding: 23px;
      margin: 0;
  }
  #questionnaire h3 img {
    width: 6%;
}
  .images {
      display: block;
      width: auto;
      text-align: center;
  }
  .images img {
    width: 80%;
}
#top .images-wrap {
    height: 750px;
}
.about-contents div img {
    width: 65%;
}
  .images:last-child {
    display: none;
}
.topContactinner {
    display: block;
    width: 100%;
    margin-bottom: 17px;
}
.topContactinner:last-child {
    margin-bottom: 0;
}
#topContact p {
    font-size: 2.2rem;
}
#topContact .receptionTime p {
    width: 28%;
    font-size: 1.6rem;
    text-align: left;
}
#topContact .receptionTime p:first-child {
    width: 20%;
    font-size: 1.6rem;
    text-align: center;
    margin-right: 2%;
}
#topContact .telephone {
    font-size: 3.8rem;
    margin-bottom: 10px;
}
.about-contents li {
    display: block;
        width: auto;
    margin-bottom: 6px;
    margin-right: 0;
}
/*#oldVendor*/
.customContentInnner {
    display: block;
    width: 100%;
}
.customContentText div {
    margin-top: 0;
    display: block;
    width: 100%;
}
.customContentInnner:last-child img {
    display: none;
}
/*#questionnaie*/
.questionex div {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.questionex div:nth-child(2) {
    width: 100%;
    text-align: center;
}
.questionex div:nth-child(2) img {
    width: 30%;
}
.questionex div:last-child {
    margin-bottom: 0;
    width: auto;
    padding-left: 10%;
}
.kai{
  display: block;
}

/*improvement*/
.impContentInner {
    display: block;
    width: 100%;
    text-align: center;
}
.impContentInner img{
  width: 70%;
}
.abold,.abnew{
  display: none;
}
.old, .new {
    display: block;
    width: 100%;
    margin-right: 0;
}
.old{
    margin-bottom: 68px;
}
.compWrap {
    height: auto;
}
#improvement .turnoverRate ul li {
    display: block;
    width: 100%;
}
.custom-free-1 ul li {
    display: block;
    width: auto;
    margin-right: 0;
    padding: 20px;
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.custom-free-2 ul li {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 16px;
}
/*layout*/
.layout-about-contents {
    display: block;
    width: 100%;
      margin-bottom: 22px;
}
.layout-about-contents p:last-child {
    font-size: 4rem;
    position: relative;
    line-height: 5rem;
}
.layout-about-contents:last-child {
    width: auto;
    margin-bottom: 0;
    padding: 0;
}
.custom-free-2 ul li div {
    padding: 20px;
    font-size: 1.8rem;
}
.sptext {
    text-align: left;
    padding-left: 10%;
}
.layout-about-contents span {
    font-size: 2rem;
}
.layout-about-contents p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 10px;
}
.billCollection {
    margin-bottom: 20px;
    padding: 38px;
}
.about-contents img {
    width: 80%;
}
#about .about-contents div p {
    font-size: 3rem;
}
#about .specification {
    font-size: 1.8rem;
}
h3+p {
    text-align: left !important;
    line-height: 2.5rem;
}
.about-contents li:after {
  content: url(../images/arrowsp.png);
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
}
.about-contents li:nth-child(2):after{
  content: url(../images/arrowsp2.png);
}
.footer-column1, .footer-column2, .footer-column3, .footer-column4 {
    display: block;
    width: 100%;
    margin-bottom: 62px;
}
.footer-column2 li:first-child,.footer-column3 li:first-child{
  font-size: 2rem;
}
.size-guide {
    padding: 4% 4%;
}

#about ul.about-contents {
    width: auto;
}
.footer_nav:first-child {
    text-align: center;
}
.footer-column4 .time p:first-child {
    width: 15%;
}
.footer-column4 .time p:last-child {
    width: 28%;
}
table .m-name {
    font-size: 2.1rem;
}
}

@media screen and (max-width: 620px){
#questionnaire .sp-kai{
  display: block;
}
}


@media screen and (max-width: 600px){
  .noonReason {
      font-size: 2.4rem;
      line-height: 3.5rem;
  }
  #topContact .receptionTime p {
    width: 40%;
   max-height: 100%;
}
  .kaicus1{
    display: block;
  }
  .excustomtitle {
    font-size: 2.3rem;
    line-height: 3.2rem;
}
.excustom {
    font-size: 1.8rem;
}
  .Indicationprice {
    padding: 2% 3% 2% 3%;
}
  #size .Indication table td {
      font-size: 1.3rem;
  }
  .price p:first-child {
    font-size: 2rem;
}
.layout-about-contents p:last-child {
    font-size: 3rem;
    line-height: 4rem;
}
  #top .images-wrap {
      height: 657px;
  }
  .customContentText div {
    margin-top: -15px;
}
h3 {
    font-size: 2.4rem;
}
.zukaipdf {
    padding: 0 33%;
}
#solution h3 span {
    font-size: 3rem;
}
.youbou{
  display: block;
}
.requestRank p {
    line-height: 2.3rem;
    width: 60%;
    font-size: 1.8rem;
}
.requestRank {
    padding: 0 5%;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 490px){
  .zukaipdf {
    padding: 0 28%;
}
table .m-name {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
  .custom-free-1 ul li {
      font-size: 2rem;
  }
  #about .about-contents div p {
    font-size: 2.5rem;
}
  .sp-kai{
    display: block;
  }
  .sp-kai2{
    display: block;
  }
  input[type=submit] {
    padding: inherit;
}
#topContact .receptionTime p {
    width: 40%;
}
#top .images-wrap {
    height: 574px;
}
.customContentText div {
    margin-top: 0;
}

.noonReason span {
    font-size: 3.5rem;
}
.next {
    font-size: 2rem;
}
#questionnaire h3 {
    line-height: 1.5rem;
}
#questionnaire h3 img {
    width: 12%;
}
.turnoverRate ul li:last-child span {
    font-size: 4rem;
}
.turnoverRate ul li:last-child {
    font-size: 2.5rem;
    line-height: 4rem;
}
#about a.jirei-button{
	width: 100%;
    padding: 18px 0;
}
}


@media screen and (max-width: 414px){
  #size .Indication table td {
    width: 24%;
}
  .example {
    padding: 21px;
}
  .excustom {
    font-size: 1.6rem;
}
  .excustomtitle {
    font-size: 1.7rem;
    line-height: 2.7rem;
}
  .Indicationprice {
    padding: 2% 0;
}
#size .Indication table th {
  font-size: 1.3rem;
  line-height: 1.4rem;
}

  .price p:first-child {
    font-size: 1.8rem;
}
.layout-about-contents p:last-child {
    font-size: 2.5rem;
}
  .solutionInner2 p:nth-child(2), .solutionInner p:nth-child(2) {
    font-size: 1.6rem;
    line-height: 2.5rem;
}
.solutionInner2 p:last-child, .solutionInner2 p:nth-child(3),.solutionInner p:last-child,.sinner p {
    font-size: 1.4rem !important;
    line-height: 2.3rem;
}

  #top .images-wrap {
    height: 528px;
}
#topContact p {
    font-size: 2rem;
}
#topContact .telephone {
    font-size: 3rem;
}


.customContentText {
    height: auto;
}
.customContentText div {
    margin-top: 0;
}

.questionex div:last-child p {
    font-size: 2rem;
}
.questionex div:last-child p:nth-child(5) {
    font-size: 2.5rem;
}

.questionex div:first-child p span {
    font-size: 3.5rem;
}
.questionex div:first-child p {
    font-size: 2.5rem;
}
.about-contents li:last-child {
    margin-right: 0;
    padding: 10% 5%;
}
.questionex div:first-child p span:last-child {
    font-size: 3.5rem;
}
.impContentInner-last span {
    font-size: 3.5rem;
    line-height: 4.5rem;
}
h3 {
    line-height: 3rem;
}
.assembly h4+p, .correspondence h4+p, .billCollection h4+p {
    text-align: left;
}
.custom-free-1 ul li {
    font-size: 2rem;
}
.custom-free-1 {
    padding: 6% 5%;
}
.custom-free-2 p {
  text-align: left;
}
.modal-content {
    position: fixed;
    display: none;
    z-index: 1002;
    width: 300px;
    height: 300px;
    margin: 85px 99px;
    padding: 0;
}
.form-text-h {
    padding: 0;
    margin-bottom: 10px;
    line-height: 2.1rem;
}


table th.m-data {
    font-size: 1rem;
}
.Toggle {
    top: 17px;
}
.about-contents li {
    padding: 7%;
}
.layout-about-contents p:last-child {
    font-size: 3rem;
}

#page_top {
    width: 63px;
    height: 63px;
    bottom: 30px;
    right: 26px;
}
#page_top a {
    width: 63px;
    height: 63px;
}
}


@media screen and (max-width: 375px){
  #topContact .receptionTime p {
      width: 40%;
      max-height:100%;
      font-size: 1.4rem;
  }
  #top .images-wrap {
    height: 488px;
}
.sp-kai2{
  display: block;
}

.next {
    font-size: 2rem;
}
.impContentInner-last span {
    font-size: 3rem;
    line-height: 4rem;
}
.impContentInner p {
    font-size: 2rem;
    line-height: 3.5rem;
}
.custom-free-1 ul li {
    font-size: 1.6rem;
}
h3 {
    font-size: 2rem;
}
input#checkBtn, body .form-button input[type=submit] {
    width: -webkit-fill-available;
}
}

@media screen and (max-width: 320px){
  #top .images-wrap {
      height: 454px;
  }
  #topContact .receptionTime p:first-child {
    width: 23%;
}
#topContact .receptionTime p {
    width: 47%;
}
.noonReason {
    font-size: 2rem;
    line-height: 3rem;
}
.noonReason span {
    font-size: 3rem;
}
h3 {
    font-size: 1.8rem;
}
.next {
    font-size: 1.7rem;
}
.questionex div:last-child p {
    font-size: 1.6rem;
}
.impContentInner p {
    font-size: 1.8rem;
    line-height: 3rem;
}
h3+p {
    font-size: 1.5rem;
}
.turnoverRate ul li:nth-child(2) {
    font-size: 1.8rem;
}
.custom-free-1 ul li {
    font-size: 1.4rem;
    padding: 14px;
}
.solutionInner2 p:nth-child(2), .solutionInner p:nth-child(2) {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.requestRank p {
    line-height: 2rem;
    width: 60%;
    font-size: 1.6rem;
}
.price p:first-child {
    font-size: 1.6rem;
}
.layout-about-contents p:last-child {
    font-size: 2.5rem;
}
#solution h3 {
    color: #133264;
    line-height: 3rem;
    font-size: 1.6rem;
}
.excustomtitle {
    font-size: 1.4rem;
    line-height: 2rem;
}
.excustom {
    font-size: 1.3rem;
}
.inner p:last-child {
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.hakkenkai{
  display: block;
}
#size .Indication table td {
    width: 24%;
}
.size-guide td {
    font-size: 1.1rem;
}
#size .Indication table th {
    font-size: 1.1rem;
    line-height: 1.4rem;
}
#improvement .turnoverRate .old-sp li:nth-child(1) {
    font-size: 1.8rem;
}
.new .turnoverhead {
    font-size: 2.5rem;
}
#size .Indication table td {
    font-size: 1.2rem;
}
table .m-name {
    font-size: 1.5rem;
    line-height: 2.3rem;
}
#solution h3 span {
    font-size: 2.5rem;
}
.footer-column4 .time p:first-child {
    width: 17%;
}
.footer-column4 .time p:last-child {
    width: 33%;
}
}



.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}