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;
}


.wrap{
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.move{
  color: #000000;
  border: 2px solid #000000 !important;
  padding: 20px;
  height: auto !important;
  background-color: #fff;
}
.move:hover{
  color: #ffffff;
  background-color: #000000;
  transition: .4s;
}
.moving{
  padding: 30px 0;
  text-align: center;
}
.moving h1{
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.moving h1 + p{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.topreturn{
  padding: 20px 0;
}
.topreturn a{
  padding-bottom: 2px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  display: inline-block;
  transition: all 0.3s;
}
.topreturn a:hover{
color:#EC6834;
border-bottom: 2px solid #EC6834;
  }

/*トップに戻るボタン*/
#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;
}

h2{
  font-size: 5rem;
  font-weight: 700;
  border-bottom: 5px solid #f53240;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
h2 + p{
  text-align: left;
  font-size: 2.2rem;
  color: #231815;
  line-height: 2.9rem;
  margin-bottom: 40px;
}

/* top */
.topImage{
  display: block;
  width: 100%;
  background-image: url(../images/topBack.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.topImage img{
  width: 100%;
}
.topContact{
  background-color: #fff133;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 50px 0;
}
.topContactinner{
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
.topContactinner:last-child{
  display: inline-block;
  width: 40%;
}
.topContactinner p{
  font-size: 4.8rem;
  color: #00000;
  font-weight: 700;
}
.topContactinner a, .button a{
  color: #ffffff;
  background-color: #f53240;
  padding: 20px 45px;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  border-bottom: solid 4px #b22636;
  font-weight: 700;
  transition: .4s;
}
.topContactinner a:hover, .button a:hover{
  background-color: #000000;
  color: #ffffff;
  border-bottom: solid 4px #595757;
}

.fa-chevron-right{
  padding-right: 10px;
}

/* cheap */
#cheap {
  text-align: center;
  background-color: #fffde5;
  padding: 60px 0;
}

.midashi4{
  display: block;
  width: 100%;
  font-size: 0;
}
.midashi4 li{
  display: inline-block;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.midashi4 li:nth-child(even){
  margin-right: 0;
}
.left{
 display: inline-block;
 width: 51%;
 font-size: 0;
 background-color: #ffffff;
 border: 4px solid #f39800;
 text-align: left;
 position: relative;
 padding: 20px;
 vertical-align: top;
 position: relative;
}
.left p{
  font-size: 2.1rem;
  color: #00000;
  padding-left: 24px;
  font-weight: 700;
}
.left p::before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
  color: #f53240;
  font-weight: 900;
}
.midashi4 li:last-child .left p::before{
  top: 40%;
}
.midashi4 li:last-child .left p{
  line-height: 42px;
}
.right {
  display: inline-block;
  width: 31%;
  font-size: 0;
  background-color: #f39800;
  text-align: center;
  padding: 20px;
  height: 50px;
}
.right p{
  font-size: 3.6rem;
  color: #ffffff;
  line-height: 46px;
  font-weight: 700;
}
.Comparison{
  display: block;
  background-color: #fff133;
  padding: 20px 30px 30px 30px;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
}
.Comparison li{
 display: inline-block;
 width: calc(48% - 13px);
 margin-right: 20px;
 background-color: #ffffff;
 vertical-align: top;
 padding: 11px;
}

.Comparison li:last-child{
  margin-right: 0;
}
.Comparison li:last-child .convenienceStoreList:first-child div:first-child{
  width: 47%
}
.Comparison li:last-child .convenienceStoreList:first-child div:last-child{
  width: 48%
}
.Comparison li:last-child .convenienceStoreList:nth-child(3){
padding: 20px 0 20px 9px;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3) div:first-child{
  width: 20%;
}
.convenienceStoreList{
  display: block;
}
.convenienceStore{
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.convenienceStore2{
  display: inline-block;
  width: 50%;
}
.convenienceStore img{
  width: 100%;
}
.convenienceStore2 p{
  font-size: 3rem;
  font-weight: 700;
}
.convenienceStoreList:first-child{
  margin-bottom: 11px;
  height: 213px;
  position: relative;
}
.convenienceStoreList:first-child .convenienceStore2 p{
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}
.convenienceStoreList:nth-child(2) div:first-child{
  padding: 10px 0;
  width: 25%;
}
.convenienceStoreList:nth-child(2) div:last-child{
  text-align: left;
  width: 75%;
}
.convenienceStoreList div:first-child{
  display: inline-block;
  width: 30%;
}
.convenienceStoreList div:first-child p{
  font-size: 1.8rem;
  text-align: left;
}
.convenienceStoreList div:last-child{
  display: inline-block;
  width: 57%;
}
.convenienceStoreList div:last-child p{
  font-size: 2.6rem;
  font-weight: 700;
}
.convenienceStoreList:nth-child(3){
  background-color: #fff133;
  padding: 20px;
}
.convenienceStoreList:nth-child(3) div:first-child{
  text-align: left;
  width: 23%;
}
.convenienceStoreList:nth-child(3) div:last-child{
    width: 77%;
}
.convenienceStoreList:nth-child(3) div p:first-child{
  font-size: 1.6rem;
  font-weight: 700;
}
.convenienceStoreList:nth-child(3) div:last-child p{
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff133;
  text-align: left;
}
.convenienceStoreList:nth-child(4){
  background-color: #3e3a39;
  padding: 16px;
}
.convenienceStoreList:nth-child(4) div:first-child{
  width: 23%;
  color: #ffffff;
  vertical-align: top;
    line-height: 34px;
    text-align: left;
}
.convenienceStoreList:nth-child(4) div:last-child{
  width: 77%;
  text-align: left;
  color: #ffffff;
}
.convenienceStoreList:nth-child(4) div p:first-child{
  font-size: 1.6rem;
  font-weight: 700;
}
.convenienceStoreList:nth-child(4) div:last-child p{
  font-size: 1.6rem;
  font-weight: 500;
}
.fa-check{
  color: #f53240;
}
.hosoku{
  font-size: 1.4rem !important;
}
.imagesC{
 display: block !important;
 margin-left: 10px;
}
div .convenienceStore2{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 47%;
    margin: auto;
    width: 46%;
    height: 3rem;}

/* hinagata */
#hinagata{
  text-align: center;
  background-color: #fff133;
  padding: 60px 0;
  background-image: url(../images/hinagataBack.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#hinagata ul{
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 45px;
}
#hinagata ul li{
  display: inline-block;
  width: calc(50% - 10px);
  background-color: #ffffff;
  margin-right: 20px;
  vertical-align: top;
}
#hinagata ul li:last-child{
  margin-right: 0;
}
#hinagata ul li img{
  width: 100%;
}
#hinagata ul li p{
  font-size: 1.8rem;
  padding: 20px;
  text-align: left;
  line-height: 2.3rem;
  height: 113px;
}

/* meritDemerit */
#meritDemerit{
  text-align: center;
  padding: 60px 0;
  background-color: #fffde5;
}
.meritDemeritWhite{
  background-color: #ffffff;
  display: block;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.merit{
  background-color: #fff133;
  box-sizing: border-box;
  padding: 20px;

}
.merit h4{
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.merit h4 + p{
  font-size: 2.7rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 25px;
}
.note{
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}
.note p{
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.demerit{
  background-color: #000000;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(../images/demerit.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.demerit h4{
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.demerit p{
  font-size: 2rem;
  text-align: left;
  color: #fff;
  line-height: 2.8rem;
}
.demerit p:nth-child(4){
  margin-bottom: 25px;
}
.demerit .note p{
  color: #000000;
  font-size: 1.8rem;
}
.meritDemeritimage{
  width: 100%;
  display: block;
  padding: 20px 0;
}
.meritDemeritimage img{
  width: 50%;
}
.ed-p{
  font-size: 2.2rem;
  font-weight: 700;
}
.ed-p span{
  font-size: 2.6rem;
  color: #f53240;
}
.meritDemeritWhite::after {
    content: url(../images/arrow.png);
    position: absolute;
    display: block;
    top: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
.meritDemeritYellow{
  padding: 90px 40px 40px 40px;
  background-color: #fff133;
}
.mdy-p1{
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 4.8rem;
}
.mdy-p1 span{
  color: #f53240;
}
.mdy-p2{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.meritDemeritimage2{
  width: 100%;
}
.meritDemeritimage2 img{
  width: 100%;
}
.p-p{
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: left;
}

/* printing */
#printing{
  text-align: center;
  padding: 60px 0 60px 0;
  background-color: #fff133;
  background-image: url(../images/network.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#printing h2{
  margin-bottom: 50px;
}
#printing h2 + p{
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
#printing h2 + p span{
  color: #f53240;
}
.p-p{
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: left;
  margin-bottom: 40px;
}

/* production */
#production{
  text-align: center;
  padding: 60px 0;
  background-color: #fffde5;
}

.productionIn{
  display: block;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 50px;
}
.productionIn div:first-child{
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-right: 5%;
}
.productionIn div:last-child{
  display: inline-block;
  width: 75%;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: left;
  font-weight: 700;
}

/* 制作 */
.flow{
  display: block;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.Conventional{
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 20px;
  vertical-align: top;
}
.Conventional:last-child{
  margin-right: 0;
}
.Conventional:last-child h4{
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  color: #f53240;
  margin-bottom: 48px;
}
.Conventional:first-child h4{
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.Conventional:first-child h4 + p{
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 20px;
}
.ConventionalInfo {
    display: block;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}
.ConventionalInfo div{
  width: 50%;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
}
.infoborder {
    border: 2px solid #000;
    border-radius: 25px;
    padding: 10px 22px;
    margin-bottom: 10px;
    display: inline-block;
}
.Conventional:first-child .ConventionalInfo:nth-child(odd){
  background-color: #fff;
  position: relative;
}
.Conventional:first-child .ConventionalInfo:nth-child(even){
  background-color: #efefef;
  position: relative;
}
.Conventional:last-child .ConventionalInfo:nth-child(even){
  background-color: #fff;
  position: relative;
}
.Conventional:last-child .ConventionalInfo:nth-child(odd){
  background-color: #fff133;
  position: relative;
}
.Conventional:first-child .ConventionalInfo:nth-child(odd)::after,.Conventional:last-child .ConventionalInfo:nth-child(even)::after{
content: url(../images/arrowW.png);
    position: absolute;
    display: block;
    top: 99%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

.Conventional:first-child .ConventionalInfo:nth-child(even)::after{
  content: url(../images/arrowG.png);
      position: absolute;
      display: block;
      top: 99%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      width: 50%;
}
.Conventional:last-child .ConventionalInfo:nth-child(odd)::after{
  content: url(../images/arrowY.png);
      position: absolute;
      display: block;
      top: 99%;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      width: 50%;
}
.price{
  width: 100%;
}
.price img{
  width: 100%;
}
.lastdiv{
  margin-bottom: 20px;
}
.lastdiv::after{
  content: none !important;
}
div .rakusuruImage{
  display: block !important;
  width: 100% !important;
  height: 420px;
}
.rakusuruImage img{
  width: 100%;
  margin-top: 69px;
}
.is-p {
    font-size: 5.8rem;
    font-weight: 700;
    text-align: left;
    border-bottom:double 20px #f39800;
    padding-bottom: 10px;
    margin-bottom: 60px;
}
.is-p span{
  font-size: 9.6rem;
  color: #f53240;
}
.setsumei{
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 2.5rem;
}
.setsumei span{
  color: #f53240;
}
/* form */
textarea {
  resize: vertical;
  width:300px;
  height:200px;
}
#contact{
  text-align: center;
  background-color: #fff133;
  padding: 50px 0;
  background-image: url(../images/aboutmain.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
#contact h2 + p{
  text-align: center;
  margin-bottom: 0;
}
#inlineFrame{
  width: 100%;
  margin: 0 auto;
}

/*フェードインさせるやつ*/
.box{
  text-align:left;
}

/* 条件を満たしたあとに追加するクラス */
.fadein{
  opacity:1;　/* 表示させる */
  transform:translateX(0); /* 位置を最初の位置に戻す */
}



/*footer*/
.footer_nav:first-child{
  display: block;
  width: 100%;
    padding: 50px 0 127px 0;
    background: #ececec;
}

.footer-bottom{
  display: block;
  width: 100%;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.footer-bottom p{
    line-height: 1.7rem;
    font-size: 1.2rem;
    font-weight: 500;
}


.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-column-contents{
  font-size: 0;
}
.companyName{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-column1{
  display: inline-block;
  width: 60%;
  font-size: 1.6rem;
  vertical-align: top;
}
.footer-column2{
  display: inline-block;
  width: 40%;
  font-size: 1.6rem;
  vertical-align: top;
  text-align: end;
}
.logoImage{
  width: 42%;
  margin-bottom: 26px;
}
.companyAdd{
  line-height: 2rem;
  margin-bottom: 20px;
}
.footer_nav:last-child{
  text-align: center;
  padding: 30px 0;
  background-color: #f2b319;

}
.footerImage {
    text-align: center;
    margin-top: -13%;
    margin-bottom: 1%;
}
.footer-column1 p:last-child{
  font-size: 1.5rem;
}

.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: 1366px) {
.htop-area {
    margin-right: 40%;
}
.topmenu li a {
    font-size: 3rem;
}
.topmenu li {
    width: 31%;
}
}

@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) {
  .list li {
    width: calc(53% - 50px);
}
#contact{
  background-image: none;
}
  #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;
  }
  .css-fade4 img {
    width: 50%;
}
.topmenu li a {
    font-size: 3rem;
}
}
@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;
  }
}
/* 2020 6.3 */

/*　簡易版レスポンシブ用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 {
  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: #fff133;
}
.formsub{
  text-align: center;
}

input[type=submit] {
    background-color: #000000;
    transition: .5s;
    padding: 9px 80px;
    color: #ffffff;
    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;
  line-height: 2.4rem;
}

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] {
  color: #ffffff;
  width: 265px;
  margin: 0 auto;
  display: block;
  line-height: 0;
  background-color: #f53240;
  padding: 32px 45px;
  font-size: 3rem;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  border-bottom: solid 4px #b22636;
  font-weight: 700;
  transition: .4s;
}


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: 1.5rem;
  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: #000000;
  color: #ffffff;
  border-bottom: solid 4px #595757;
}

.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: 98%;
  }
  .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: 98%;
  }
}

@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 */


.kaigyou{
  display: none;
}
.fa-hand-point-right{
  display: inline-block !important;
}
.fa-hand-point-down{
  display: none !important;
}



/*メディアクエリ*/
@media screen and (max-width: 1054px){
.is-p {
    font-size: 5rem;
    font-weight: 700;
    text-align: left;
    border-bottom: double 20px #f39800;
    padding-bottom: 10px;
    margin-bottom: 60px;
}
}

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

h3 {
    font-size: 3.2rem;
}
h3+p {
    font-size: 2.1rem;
}
.wrap{
  padding: 0 20px;
}
.topContactinner p {
    font-size: 3.8rem;
}
.topContactinner a, .button a {
    font-size: 2.3rem;
}
.midashi4 li {
    width: calc(51% - 20px);
}
.left {
    width: 50%;
    height: 42px;
}
.left p {
    font-size: 1.8rem;
    line-height: 2rem;
}
.Comparison li {
    margin-right: 10px;
}
.Comparison {
    padding: 20px 20px 30px 20px;
}
.convenienceStoreList:nth-child(4) div:last-child p {
    font-size: 1.4rem;
}
.convenienceStoreList:nth-child(3) div:last-child p {
    font-size: 1.4rem;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3) {
    padding: 20px ;
    text-align: left;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3) div:first-child {
    width: 23%;
}
.productionIn div:last-child {
    font-size: 1.8rem;
    line-height: 3rem;
}
.Conventional:last-child h4 {
    font-size: 3rem;
    margin-bottom: 52px;
}
.Conventional:first-child h4 + p {
    font-size: 1.6rem;
}
div .rakusuruImage {
    height: 400px;
}
.is-p {
    font-size: 4.8rem;
    text-align: center;
    display: inline-block;
}
.is-p span {
    font-size: 7rem;
}
.right p {
    font-size: 3rem;
}
.convenienceStoreList:first-child .convenienceStore2 p {
    font-size: 2.5rem;
}
.infoborder {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 1002px){
.left {
    width: 45%;
}
.left p {
    font-size: 1.6rem;
}
.convenienceStoreList:first-child .convenienceStore2 p {
    font-size: 2.5rem;
}
div .rakusuruImage {
    height: 388px;
}
.convenienceStoreList:nth-child(3) div:last-child p,.convenienceStoreList:nth-child(4) div:last-child p {
    font-size: 1.3rem;
}
.ed-p {
    font-size: 1.8rem;
}
.demerit p {
    font-size: 1.6rem;
}
.mdy-p1 {
    font-size: 3rem;
}
}

@media screen and (max-width: 985px){
  .infoborder {
    font-size: 1.4rem;
}
div .rakusuruImage {
    height: 384px;
}

}

@media screen and (max-width: 963px){
  .left p {
    font-size: 1.4rem;
}

}

@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: #2A679A; /*背景をグレーにする*/
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 #000;
    -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);
    border-bottom: solid 3px #fff;
}

/* 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);
    border-bottom: solid 3px #fff;
}

.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: 943px){
.convenienceStoreList:nth-child(3) div:last-child p, .convenienceStoreList:nth-child(4) div:last-child p {
    font-size: 1.2rem;
}
#hinagata ul li p {
    font-size: 1.6rem;
    line-height: 2rem;
}
div .rakusuruImage {
    height: 367px;
}
.convenienceStoreList:nth-child(3) div p:first-child {
    font-size: 1.2rem;
}
.convenienceStoreList:nth-child(4) div p:first-child {
    font-size: 1.2rem;
}
.Conventional:first-child h4 + p {
    font-size: 1.4rem;
}
div .rakusuruImage {
    height: 363px;
}
.convenienceStoreList:first-child .convenienceStore2 p {
    font-size: 2rem;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3),
.convenienceStoreList:nth-child(3)
 {
    padding: 10px;
}
.ed-p {
    font-size: 1.6rem;
}
.convenienceStoreList div:first-child p {
    font-size: 1.5rem;
}
.right p {
    font-size: 2rem;
}
.topContactinner a, .button a {
    font-size: 2rem;
}
}

@media screen and (max-width: 844px){
  .convenienceStoreList:nth-child(3) div p:first-child {
      font-size: 1.1rem;
  }
  .ed-p span {
    font-size: 2rem;
}
.mdy-p1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
.mdy-p2 {
    font-size: 1.5rem;
}
h2 {
    font-size: 3rem;
}
#printing h2 + p {
    font-size: 1.8rem;
}
.productionIn div:last-child {
    font-size: 1.5rem;
}
.Conventional:last-child h4 {
    font-size: 2.5rem;
    margin-bottom: 57px;
}
div .rakusuruImage {
    height: 329px;
}
.is-p {
    font-size: 4rem;
}
.is-p span {
    font-size: 5rem;
}
.left p {
    font-size: 1.3rem;
}
}

@media screen and (max-width: 812px){
.left {
    width: 46%;
}
.right{
  width: 22%;
}
.right p {
    font-size: 1.5rem;
}
}


@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){
  .left {
    padding: 18px;
}
.left p {
    font-size: 1.2rem;
}
.right {
    height: 46px;
}
h2 + p {
    font-size: 1.8rem;
}
.topContactinner p {
    font-size: 3rem;
}
.topContactinner a, .button a {
    font-size: 1.8rem;
}
.Comparison li {
    width: calc(47% - 13px);
}
.Comparison {
    padding: 20px 10px 30px 10px;
}
.convenienceStoreList:nth-child(4) {
    padding: 8px;
}
.convenienceStoreList:nth-child(4) div p:first-child {
    font-size: 1.1rem;
}
.convenienceStoreList:nth-child(4) div:first-child {
    line-height: 24px;
}
.convenienceStoreList:first-child {
    height: 163px;
}
#hinagata ul li p {
    font-size: 1.4rem;
    line-height: 2rem;
}
.merit h4 + p {
    font-size: 2.2rem;
}
.demerit p {
    font-size: 1.4rem;
}
.note p,.demerit .note p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.ed-p {
    font-size: 1.5rem;
}
.productionIn div:last-child {
    font-size: 1.4rem;
}
.Conventional:first-child h4 {
    font-size: 2.5rem;
}
.Conventional:first-child h4 + p {
    font-size: 1.2rem;
}
.Conventional:last-child h4 {
    margin-bottom: 42px;
}
.infoborder {
    font-size: 1.3rem;
    padding: 10px 10px;
}
.ConventionalInfo div {
    font-size: 1.5rem;
    line-height: 2rem;
}
div .rakusuruImage {
    height: 309px;
}
.setsumei {
    font-size: 1.5rem;
    line-height: 2.3rem;
}
#printing {
    background-image: none;
}
.p-p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.productionIn {
    padding: 20px;
}
.convenienceStoreList div:last-child p {
    font-size: 2rem;
}
.kaigyou{
  display: block;
}
}

@media screen and (max-width: 767px){
  #hinagata ul li p {
    height: auto;
}
  #printing h2 + p {
    font-size: 1.8rem;
    text-align: left;
}
  .topContactinner {
    display: block;
    width: 100%;
    text-align: center;
}
.topContactinner:last-child {
    display: block;
    width: 100%;
}
.topContactinner:first-child{
  margin-bottom: 20px;
}
.midashi4 li {
    width: 100%;
    display: block;
}
.left,.right{
  width: 44%;
}
.Comparison li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.convenienceStoreList:first-child {
    height: auto;
}
.left p {
    font-size: 1.6rem;
    text-align: center;
    padding-left: 0;
}
.left p::before {
    left: 61px;
}
.right p {
    font-size: 2.5rem;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3), .convenienceStoreList:nth-child(3),.convenienceStoreList:nth-child(4)
{
    padding: 20px;
}
.convenienceStoreList:nth-child(3) div p:first-child,
.convenienceStoreList:nth-child(4) div p:first-child,
.convenienceStoreList:nth-child(3) div:last-child p,
.convenienceStoreList:nth-child(4) div:last-child p,
.convenienceStoreList div:first-child p
 {
    font-size: initial;
}
.convenienceStoreList:first-child .convenienceStore2 p {
    font-size: 2.8rem;
}
.convenienceStoreList div:last-child {
    width: 53%;
}
.convenienceStoreList div:first-child {
    width: 39%;
}
#hinagata ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.Conventional {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 42px;
}
div .rakusuruImage {
    height: auto;
}


  .fa-hand-point-down{
    display: inline-block !important;
  }
  .fa-hand-point-right{
    display: none !important;
  }

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 {
    display: block;
    width: 100%;
    margin-bottom: 37px;
}
.footer-column2 {
    display: block;
    width: 100%;
}
.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;
}
.mdy-p2 {
    font-size: 1.3rem;
}
.moving h1{
 text-align: left;
}
}

@media screen and (max-width: 754px){
.left, .right {
    width: 43%;
}
.is-p {
    font-size: 3rem;
}
.is-p span {
    font-size: 4rem;
}
}

@media screen and (max-width: 654px){
.left, .right {
    width: 42%;
}
.left p::before {
    left: 25px;
}
}

@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;
}

}


@media screen and (max-width: 414px){
  .moving h1 + p{
    text-align: left;
  }
  h2 + p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.left, .right {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}
.left p::before {
    left: 62px;
}
#cheap,#hinagata,#meritDemerit,#printing,#production {
    padding: 28px 0;
}
.topContact {
    padding: 20px 0;
}
  input#checkBtn, body .form-button input[type=submit] {
    width: 100%;
}


h3 {
    line-height: 3rem;
}

#page_top {
    width: 63px;
    height: 63px;
    bottom: 30px;
    right: 26px;
}
#page_top a {
    width: 63px;
    height: 63px;
}
.topContactinner p {
    font-size: 2rem;
}
.topContactinner:first-child {
    margin-bottom: 14px;
}
.convenienceStoreList:first-child .convenienceStore2 p {
    font-size: 2rem;
}
.Comparison li:last-child .convenienceStoreList:first-child div:first-child {
    margin-left: 0;
}

.convenienceStoreList:nth-child(3) div:first-child {
    width: 100%;
    margin-bottom: 15px;
}
.convenienceStoreList:nth-child(3) div:last-child {
    width: 100%;
}
.convenienceStoreList:nth-child(4) div:first-child {
    width: 100%;
    margin-bottom: 15px;
}
.Comparison li:last-child .convenienceStoreList:nth-child(3), .convenienceStoreList:nth-child(3), .convenienceStoreList:nth-child(4) {
    padding: 15px;
}
.convenienceStoreList:nth-child(4) div:last-child {
    width: 100%;
    text-align: left;
    color: #ffffff;
}
h2 {
    font-size: 2.3rem;
}
.convenienceStoreList:nth-child(3) div p:first-child, .convenienceStoreList:nth-child(4) div p:first-child, .convenienceStoreList:nth-child(3) div:last-child p, .convenienceStoreList:nth-child(4) div:last-child p, .convenienceStoreList div:first-child p {
    font-size: 1.4rem;
}
.meritDemeritWhite {
    padding: 17px;
}
.meritDemeritYellow{
  padding: 93px 17px 17px 17px;
}
.merit h4,.demerit h4 {
    font-size: 2rem;
}
.merit h4 + p {
    font-size: 1.8rem;
    text-indent: -0.5em;
    padding-left: 1em;
}
.note p, .demerit .note p {
    font-size: 1.4rem;
    line-height: 2.3rem;
}
.demerit p{
  text-indent: -0.7em;
  padding-left: 1em;
}
.demerit .note p{
  text-indent: 0;
  padding-left: 0;
}
.meritDemeritWhite::after {
    left: 38%;
}
.ed-p {
    line-height: 2.5rem;
}
.mdy-p1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.mdy-p2 {
    text-align: left;
    line-height: 2.3rem;
}
.productionIn div:first-child {
    display: block;
    width: 50%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.productionIn div:last-child {
    display: block;
    width: 100%;
    text-indent: -0.9em;
    padding-left: 1em;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.infoborder {
    width: 132px;
}
.Conventional:last-child h4 {
    margin-bottom: 18px;
}
.is-p {
    font-size: 2rem;
}
.is-p span {
    font-size: 3rem;
}
#contact h2 + p {
    text-align: left;
    margin-bottom: 0;
}
body .form-text-h p {
    text-align: left;
}
.form-common-wrap {
    padding: 0;
}
.mw_wp_form input[type='text'] ,
body .mw_wp_form dl:nth-child(9) dd textarea
{
    width: 95%;
}
input#checkBtn, body .form-button input[type=submit] {
    width: 64%;
    font-size: 1.8rem;
    padding: 27px;
}
}


@media screen and (max-width: 375px){
  .meritDemeritWhite::after {
    left: 34%;
}
.Conventional:first-child .ConventionalInfo:nth-child(even)::after {
    left: 47%;
}
.Conventional:last-child .ConventionalInfo:nth-child(odd)::after {
    left: 46%;
}

.convenienceStoreList:nth-child(4) div p:first-child, .convenienceStoreList:nth-child(3) div:last-child p,
.convenienceStoreList:nth-child(4) div:last-child p
{
  text-indent: -0.5em;
    padding-left: 1em;
}
.hosoku {
    font-size: 1.3rem !important;
}
h2 {
    font-size: 2rem;
}
.ed-p {
    text-align: left;
}
.infoborder {
    width: 131px;
}
#printing h2 + p {
    font-size: 1.5rem;
    margin-bottom: 28px;
}
#printing h2 {
    margin-bottom: 29px;
}
.ConventionalInfo div:first-child{
  width: 40%;
}
.ConventionalInfo div:last-child{
  width: 60%;
}
.Conventional:first-child .ConventionalInfo:nth-child(odd)::after,
.Conventional:last-child .ConventionalInfo:nth-child(even)::after {
    left: 47%;
}
.ConventionalInfo {
    padding: 57px 20px 40px 20px;
}
.ConventionalInfo:first-child, .info2
{
  padding-top: 40px;
}
.Conventional:last-child h4,.Conventional:first-child h4 {
    font-size: 2.3rem;
}
.is-p span {
    font-size: 2.5rem;
}

  #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%;
}
}
/*form*/
.form-text-h {
    padding: 0 ;
}
