@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  counter-reset: followupnum;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
  }
}

@media screen and (max-width: 799px) {
  html, body {
    width: 100%;
    height: 100%;
  }
}

body {
  font-size: 18px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  word-break: break-all;
  line-height: 1.8;
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

iframe {
  vertical-align: top;
}

/* ==========================================================================
 layout
============================================================================*/
@media screen and (min-width: 800px) {
  .l-header {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.5);
  }
  .l-header.otherpage {
  position: relative;
  height: auto;
  }
  .l-header__inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
  }
  .l-header__inner__logo {
    font-size: 11px;
    margin-right: 400px;
  }
  .l-header__inner__gnavi p {
    color: #333;
    font-size: 12px;
    margin-right: 40px;
  }
  .l-header__inner__gnavi p a {
    color: #00a0e9;
  }
  .l-header__inner__gnavi p img {
    display: inline-block;
    padding-top: 5px;
  }
}

@media screen and (max-width: 799px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 55px;
    border-bottom: solid 1px #eee;
  }
  .l-header__inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 55px;
  }
  .l-header__inner__logo {
    width: 50%;
    padding-left: 10px;
    margin-right: 90px;
  }
  .l-header__inner__gnavi {
    display: flex;
    align-items: center;
  }
  .l-header__inner__gnavi p {
    color: #00a0e9;
    font-size: 20px;
  }
  .l-header__inner__gnavi p a {
    color: #00a0e9;
    margin-right: 20px;
  }
  .l-header__inner__gnavi p a.sp-tel {
    margin-top: 10px;
    display: inline-block;
  }
  .l-header__inner__gnavi p a.sp-mail {
    margin-top: 17px;
    display: inline-block;
  }
}

.m-bm {
  margin-bottom: 10px;
}

.u-ta--center {
  text-align: center;
}

.u-ta--left {
  text-align: left;
}
.u-ta--right {
  text-align: right;
}




.l-section__basic {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .l-section__basic {
    width: 100%;
    padding: 0 20px;
  }
}

.c-headline {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .c-headline {
    font-size: 28px;
  }
}

.c-headline span.h2-en {
  font-size: 18px;
  display: block;
}

.c-headline span.h2-text {
  display: inline-block;
  background: #e50012;
  color: #fff;
  font-size: 21px;
  border-radius: 5px;
  padding: 5px 10px;
}

.c-headline-1 {
  background: url(../img/h2-bg1.png) repeat-x;
  height: 173px;
  background-position: center;
}

.c-headline-1 img {
  padding-top: 20px;
}

@media screen and (max-width: 799px) {
  .c-headline-1 {
    height: 100px;
    background-size: cover;
  }
  .c-headline-1 img {
    width: 95%;
    padding-top: 20px;
  }
}

.c-headline-2 {
  background: url(../img/h2-2bg.png) no-repeat;
  height: 230px;
  background-position: center;
}

.c-headline-2 img {
  padding-top: 40px;
}

@media screen and (max-width: 799px) {
  .c-headline-2 {
    height: 170px;
    background-size: cover;
  }
  .c-headline-2 img {
    padding-top: 10px;
    width: 80%;
  }
}

.c-headline-3 {
  background: url(../img/h2-3bg.png) repeat-x;
  height: 176px;
  background-position: center;
}

.c-headline-3 img {
  padding-top: 20px;
}

@media screen and (max-width: 799px) {
  .c-headline-3 {
    height: 130px;
    background-size: cover;
  }
  .c-headline-3 img {
    width: 90%;
    padding-top: 15px;
  }
}



.c-headline-4 {
  background: url(../img/h2-3bg.png) repeat-x;
  height: 176px;
  background-position: center;
}

.c-headline-4 img {
  padding-top: 50px;
}
@media screen and (max-width: 799px) {
  .c-headline-4 {
    height: 100px;
    background-size: cover;
  }
  .c-headline-4 img {
    width: 90%;
    padding-top: 15px;
  }
}




@media screen and (max-width: 799px) {
  .sec5 .c-headline-3 img {
    width: 80%;
    padding-top: 10px;
  }
}

/*
.fixed1{
  @media screen and (min-width: 799px) {
  position: fixed!important;
  top: 20px;
  right: 10px;
  padding: 0;
  width: 702px;
  height: 293px;
  z-index: 1000;
  }
}  
*/
@media screen and (min-width: 799px) {
  .fixed2 {
    position: fixed !important;
    top: 20px;
    left: 10px !important;
    padding: 0;
    width: 100%;
    z-index: 1000;
    width: 45px;
    height: 140px;
  }
  .fixed2 img {
    display: none;
  }
  .fixed2 a {
    position: relative;
  }
  .fixed2 a::after {
    position: absolute;
    display: block;
    content: "";
    width: 45px;
    height: 170px;
    background: url(../img/fix-icon.png) no-repeat;
  }
}

.sec-con {
  background: #f9f9f9;
  border-top: #0066cc solid 1px;
  border-bottom: #0066cc solid 1px;
  margin: 50px 0 100px;
  padding: 20px 0;
}

.sec-con .con-box1 {
  width: 800px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 {
    width: 100%;
  }
}

.sec-con .con-box1::after {
  display: block;
  content: "";
  position: absolute;
  width: 180px;
  height: 179px;
  background: url(../img/sec-con-icon.png) no-repeat;
  right: -190px;
  bottom: -20px;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1::after {
    right: 0;
    width: 85px;
    height: 80px;
    background-size: contain;
  }
}

.sec-con .con-box1 h3 {
  background: #0066cc;
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 h3 {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}

.sec-con .con-box1 h3 span {
  width: 130px;
  border-radius: 20px;
  color: #0066cc;
  background: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 h3 span {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

.sec-con .con-box1 .con-f {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 .con-f {
    display: block;
    padding-bottom: 90px;
  }
}

.sec-con .con-box1 .con-f .item1 {
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 .con-f .item1 {
    white-space: normal;
    padding-right: 0;
  }
}

.sec-con .con-box1 .con-f .item2 {
  padding-right: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 .con-f .item2 {
    padding-right: 0;
    white-space: normal;
    margin-bottom: 20px;
  }
}

.sec-con .con-box1 .con-f .item2 p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  white-space: nowrap;
}

.sec-con .con-box1 .con-f .item2 p span.text1 {
  color: #fff;
  background: #0066cc;
  width: 60px;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px;
  display: block;
  text-align: center;
}

.sec-con .con-box1 .con-f .item2 p span.text2 {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 10px;
}

.sec-con .con-box1 .con-f .item3 a {
  background: #f1730d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 799px) {
  .sec-con .con-box1 .con-f .item3 a {
    padding: 10px 5px;
    font-size: 0.9em;
    white-space: normal;
  }
}

.sec-main {
  background: url(../img/main-bg.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .sec-main {
    height: 450px;
  }
}

.sec-main::after {
  display: block;
  content: "";
  position: absolute;
  width: 340px;
  height: 91px;
  background: url(../img/main-af.png) no-repeat;
  left: 250px;
  bottom: 0;
  z-index: 300;
}

@media screen and (max-width: 799px) {
  .sec-main::after {
    width: 150px;
    height: 50px;
    background-size: contain;
    left: 10px;
    bottom: -10px;
  }
}

.sec-main .c-main {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .sec-main .c-main {
    width: 100%;
  }
}

.sec-main .c-main div h1 {
  padding-top: 140px;
  padding-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .sec-main .c-main div h1 {
    padding: 80px 20px 30px;
  }
}

.sec-main .c-main div p {
  font-size: 20px;
}

@media screen and (max-width: 799px) {
  .sec-main .c-main div p {
    padding: 0 10px;
    font-size: 14px;
  }
}

.sec-main .c-main div p.main-text {
  position: absolute;
  bottom: 0;
  right: 70px;
}

@media screen and (max-width: 799px) {
  .sec-main .c-main div p.main-text {
    right: 10px;
    width: 75%;
  }
}

.sec-main .c-main div p.main-con {
  position: absolute;
  bottom: 15px;
}

@media screen and (min-width: 800px) {
  .sec-main .c-main div p.main-con {
    right: 430px;
  }
}

@media screen and (max-width: 799px) {
  .sec-main .c-main div p.main-con {
    left: 10px;
    width: 70%;
    bottom: 80px;
  }
  .sec-main .c-main div p.main-con img {
    width: 45%;
  }
}

.sec1 {
  position: relative;
  background: none;
}

@media screen and (min-width: 1560px) {
  .sec1::after {
    display: block;
    content: "";
    position: absolute;
    width: 234px;
    height: 226px;
    background: url(../img/sec1-af.png) no-repeat;
    right: 20px;
    bottom: 0;
    z-index: 300;
  }
}

@media screen and (min-width: 1560px) and (max-width: 799px) {
  .sec1::after {
    width: 120px;
    height: 110px;
    background-size: contain;
  }
}

.sec1 .l-section__basic >div{

  text-align: center;
  margin: 0 auto 30px;
}
.sec1 .l-section__basic >div.sec1-bnr{
  margin-bottom: 60px;
}


@media screen and (max-width: 799px) {
  .sec1 .l-section__basic >div{
    margin: 0 auto 20px;
  }

}
.sec1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

@media screen and (max-width: 799px) {
  .sec1 ul {
    display: block;
    padding-bottom: 0;
  }
}






@media screen and (max-width: 799px) {
  .sec1 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 800px) {
  .sec1 ul li .sec1-pic-st {
    padding-right: 25px;
  }
}

@media screen and (max-width: 799px) {
  .sec1 ul li .sec1-pic {
    width: 100px;
  }
  .sec1 ul li .sec1-text {
    width: 160px;
  }
}



.sec2 {
  position: relative;
}

.sec2 .sec2-box1 {
  width: 1000px;
  margin: 0 auto;
  /*&::before{
      display: block;
      content: "";
      position: absolute;
      width:270px;
      height: 167px;
      background: url(../img/sec2-be.png) no-repeat;
      left:10%;
     top:400px;
     z-index: 10;
     @media screen and (max-width: 799px) {
     width: 135px;
     height: 85px;
     background-size: contain;
     top: 360px;
      }
    }
    */
  /*
    &::after{
      display: block;
      content: "";
      position: absolute;
      width: 254px;
      height: 199px;
      background: url(../img/sec2-af.png) no-repeat;
      right:10%;
      top:300px;
      z-index: 10;
      @media screen and (max-width: 799px) {
        width: 130px;
        height: 100px;
        background-size: contain;
        top: 150px;
         }
    }
    */
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 {
    padding: 0 20px;
    padding: 0 20px;
    width: 100%;
  }
}

.sec2 .sec2-box1 h3 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 35px;
  margin-bottom: 80px;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec2 .sec2-box1 h3::after {
  display: block;
  content: "";
  position: absolute;
  width: 970px;
  height: 20px;
  background: url(../img/sec2-bd.png) no-repeat;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 h3::after {
    width: 90%;
    background-size: contain;
    left: 5%;
  }
}

.sec2 .sec2-box1 p {
  width: 1000px;
  margin: 0 auto;
  z-index: 30;
  position: relative;
}

.sec2 .sec2-box1 p a{
  text-decoration: underline;
  color: #0066cc;
}

.sec2 .sec2-box1 h4 {
  font-size: 1.3em;
  font-weight: bold;
  
  }
  .sec2 .sec2-box1 h4 span{
    display: inline-block;
    border-bottom: solid 2px #ff5952;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 799px) {
    .sec2 .sec2-box1 p {
      width: 100%;
      font-size: 16px;
    }

    .sec2 .sec2-box1 h4 {
      font-size: 18px;
      font-weight: bold;
      margin-top: 20px;
      
      }
  }
  
.sec2 .sec2-box2 {
  margin-top: 90px;
  padding: 70px 0;
  background: url(../img/sec2-box-bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box2 {
    padding: 20px;
  }
}

.sec2 .sec2-box2 > div {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  display: flex;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box2 > div {
    width: 100%;
    display: block;
  }
}

.sec2 .sec2-box2 > div div.sec2-box2-l {
  width: 70%;
  padding: 20px;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box2 > div div.sec2-box2-l {
    width: 100%;
    font-size: 0.8em;
  }
}

.sec2 .sec2-box2 > div div.sec2-box2-l h4 {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: dashed 1px #ff5952;
}

.sec2 .sec2-box2 > div div.sec2-box2-r {
  width: 30%;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box2 > div div.sec2-box2-r {
    width: 100%;
    padding-bottom: 40px;
  }
}

.sec3 .sec3-box {
  display: flex;
}

@media screen and (max-width: 799px) {
  .sec3 .sec3-box {
    display: block;
  }
}

.sec3 .sec3-box > div {
  text-align: center;
  padding-top: 50px;
  width: 50%;
  padding-bottom: 100px;
}

@media screen and (max-width: 799px) {
  .sec3 .sec3-box > div {
    width: 100%;
    padding-top: 0;
  }
}

.sec3 .sec3-box > div h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .sec3 .sec3-box > div h3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.sec4 ul li {
  display: flex;
  background: url(../img/sec4-box1.jpg);
  margin-bottom: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 799px) {
  .sec4 ul li {
    display: block;
    background-size: cover;
  }
}

.sec4 ul li:nth-child(2n) {
  background: url(../img/sec4-box2.jpg);
  border-radius: 10px;
}

.sec4 ul li .box1 {
  padding-top: 60px;
  width: 25%;
}

@media screen and (max-width: 799px) {
  .sec4 ul li .box1 {
    width: 30%;
    padding-top: 30px;
  }
}

.sec4 ul li .box2 {
  width: 75%;
}

@media screen and (max-width: 799px) {
  .sec4 ul li .box2 {
    width: 100%;
  }
}

.sec4 ul li .box2 dl {
  color: #444;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 10px 20px 0;
}

@media screen and (max-width: 799px) {
  .sec4 ul li .box2 dl {
    padding: 20px 10px;
  }
}

.sec4 ul li .box2 dl dt {
  font-size: 27px;
  padding-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .sec4 ul li .box2 dl dt {
    font-size: 20px;
  }
}

.sec4 ul li .box2 dl dd {
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .sec4 ul li .box2 dl dd {
    font-size: 14px;
  }
}

.sec5 dl {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 799px) {
  .sec5 dl {
    width: 100%;
    display: block;
  }
}

.sec5 dl dt {
  width: 200px;
  color: #fff;
  background: #0066cc;
  padding: 10px;
  padding-left: 40px;
  border-bottom: solid #848484 1px;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .sec5 dl dt {
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    font-size: 1em;

  }
}

.sec5 dl dd {
  width: 600px;
  padding: 10px 20px;
  padding-left: 40px;
  border-bottom: solid #848484 1px;
  border-right: solid #848484 1px;
  font-size: 1.2em;
}

@media screen and (max-width: 799px) {
  .sec5 dl dd {
    width: 100%;
    border-left: solid #848484 1px;
    padding-left: 20px;
    font-size: 16px;
  }
}

.sec5 dl dd.fst-b {
  border-top: solid #848484 1px;
}

.sec5 div.f-box {
  width: 800px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
  margin-bottom: 100px;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .sec5 div.f-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sec5 div.f-box iframe {
    width: 90%;
    margin: 20px 0;
  }
}

.sec-form form {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .sec-form form {
    width: 100%;
    padding: 0 20px;
  }
}

.c-headline-f {
  background: url(../img/h2-bg1.png) no-repeat;
  color: #fff;
  font-size: 47px;
  height: 173px;
  background-position: center;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 799px) {
  .c-headline-f {
    height: 100px;
    background-size: cover;
    font-size: 30px;
    padding-top: 13px;
  }
}

/* contact 用 .table-dot */
/* about contact 用 .table-dot */
.table-dot th, .table-dot td {
  border-top: 1px dotted #666666;
  padding: 16px 4px;
}

.table-dot th.end, .table-dot td.end {
  border-bottom: 1px dotted #666666;
}

.table-dot th {
  border-right: 22px solid #FFF;
  text-align: right;
  width: 190px;
  vertical-align: top;
}

.table-dot td h3 {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 17px;
  line-height: 17px;
  padding: 6px 8px;
  margin-bottom: 6px;
}

.table-dot td dl {
  margin-bottom: 32px;
}

.table-dot td dt {
  margin-top: 16px;
  color: #00a0e9;
}

.table-dot td dd.url a {
  color: #67deff;
  text-decoration: underline;
}

.table-dot span.must:after {
  content: url(../img/icon-must.png);
  padding-left: 10px;
  height: 26px;
  vertical-align: top;
  display: inline-block;
}

.table-dot span.any:after {
  content: url(../img/icon-any.png);
  padding-left: 10px;
  height: 26px;
  vertical-align: top;
  display: inline-block;
}

.table-dot input, .table-dot textarea {
  width: 80%;
  border: 1px solid #333333;
  background: #FFF;
  padding: 5px;
}

.table-dot textarea {
  height: 10em;
}

.table-dot .postcd {
  width: 6em;
  border: 1px solid #333333;
  background: #FFF;
  margin-left: 0.5em;
}

.table-dot .privacy-kakunin th, .table-dot .privacy-kakunin td {
  border-top: none;
}

.table-dot .privacy-wrap {
  height: 20em;
  overflow-y: scroll;
  font-size: 12px;
  border: 1px solid #333333;
  padding: 10px;
}

.table-dot .privacy-wrap h3 {
  border: none;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-left: 0;
}

.table-dot .privacy-wrap ol {
  border: none;
  margin-top: 0;
}

.table-dot .privacy-kakunin input {
  width: 2em;
}

#contact .btn1, #contact input[type="submit"], #contact input[type="button"], #contact input[type="reset"] {
  background: #333333;
  font-size: 120%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 15px 0;
  color: #fff;
  display: block;
  border: none;
  width: 40%;
  margin: 0 auto 10px auto;
}

#contact .btn-box .back {
  float: left;
  width: 30% !important;
  font-weight: normal;
}

#contact .submit {
  float: right;
  width: 50% !important;
  font-weight: bold;
}

#contact .btn-box {
  width: 80%;
  margin: 0 auto;
}

#contact .p-b10 {
  padding-bottom: 10px;
}

#contact .p-t30 {
  padding-top: 30px;
}

#contact .p-b30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .table-dot {
    display: block;
  }
  .table-dot th {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table-dot td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.form-c {
  margin-top: 200px;
}

@media screen and (max-width: 799px) {
  .form-c {
    margin-top: 130px;
  }
}

.form-c .c-red {
  color: red;
}

.form-c .table-dot {
  width: 100%;
}

.form-c .table-dot th {
  width: 250px;
}

@media screen and (max-width: 799px) {
  .form-c .table-dot th {
    width: 100%;
  }
}

.form-c input[type="submit"], .form-c input[type="button"], .form-c input[type="reset"] {
  background: #333333;
  font-size: 120%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 15px 0;
  color: #fff;
  display: block;
  border: none;
  width: 40%;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 799px) {
  .form-c input[type="submit"], .form-c input[type="button"], .form-c input[type="reset"] {
    width: auto;
  }
}

.l-footer {
  background: #00a0e9;
  margin-top: 150px;
}

@media screen and (max-width: 799px) {
  .l-footer {
    margin-top: 70px;
  }
}

.l-footer > div {
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .l-footer > div {
    width: 100%;
    padding: 20px 10px;
  }
}

.l-footer > div > div {
  display: flex;
  color: #fff;
}

@media screen and (max-width: 799px) {
  .l-footer > div > div h3 {
    width: 45%;
  }
}

.l-footer > div > div address {
  padding-top: 5px;
  line-height: 1.3;
  font-size: 12px;
  padding-left: 10px;
  margin-right: 20px;
}

.l-footer > div > div address span {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
.l-footer > div > div address span {
  font-size: 16px;
	}
}

.l-footer > div ul {
	margin-left: 10px;
}

.l-footer > div ul li {
  padding-left: 27px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  background: url(../img/ft-tel.png) no-repeat;
}

.l-footer > div ul li:nth-child(1) {
  margin-top: 8px;
}

.l-footer > div ul li:nth-child(2) {
  background: url(../img/ft-fax.png) no-repeat;
  margin-top: 8px;
}

.l-footer > div ul li:nth-child(3) {
  background: url(../img/ft-mail.png) no-repeat left 5px top 10px;
  border: solid 1px #fff;
  padding: 5px 10px 0;
  padding-left: 35px;
}

.l-footer > div ul li a {
  color: #fff;
}

.secprice {
  padding-bottom: 50px;
}

.secprice p {
  margin-bottom: 10px;
}
/*20210324 add by hieda プライバシーマーク追加*/
.box-privacymark {
	background-color: #FFFFFF;
	padding: 10px;
}

@media screen and (max-width: 799px) {
  .secprice p {
    margin-bottom: 5px;
  }
}

.secprice table {
  width: 100%;
}

.secprice table th, .secprice table td {
  border: 1px solid #ffb70b;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
}

.secprice table th {
  background: #f1730d;
  color: #fff;
}

@media screen and (max-width: 799px) {
  .secprice .-table {
    width: 100%;
    overflow-x: scroll;
  }
  .secprice .-table table {
    width: 800px;
  }
  .secprice .-table table th, .secprice .-table table td {
    font-size: 13px;
    padding: 2.5px 0;
  }
  .secprice .-table table th span, .secprice .-table table td span {
    font-size: 11px !important;
  }
}

.secvoice {
  padding-bottom: 50px;
}

.secvoice #voiceslide {
  display: block;
  background: #333;
  border: none;
  font-size: 120%;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 5px;
}

.secvoice #voiceslide::before {
  content: 'もっと見る ▼';
  color: #fff;
}

.secvoice #voiceslide.is-active::before {
  content: '閉じる ▲';
}

.secvoice ul li {
  display: flex;
  background: url(../img/sec4-box1.jpg);
  border-radius: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .secvoice ul li {
    display: block;
  }
}

.secvoice ul li:nth-child(2n) {
  background: url(../img/sec4-box2.jpg);
  border-radius: 10px;
}

.secvoice ul li + li {
  display: none;
}

.secvoice ul li .box2 {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .secvoice ul li .box2 {
    width: 100%;
  }
}

.secvoice ul li .box2 p {
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .secvoice ul li .box2 p {
    padding: 20px 10px;
    font-size: 14px;
  }
}

.secvoice2 {
  padding-bottom: 50px;
}

.secvoice2 #voiceslide2 {
  display: block;
  background: #333;
  border: none;
  font-size: 120%;
  width: 200px;
  margin: 30px auto 0;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 5px;
}

.secvoice2 #voiceslide2::before {
  content: 'もっと見る ▼';
  color: #fff;
}

.secvoice2 #voiceslide2.is-active::before {
  content: '閉じる ▲';
}

.secvoice2 span {
  display: inline-block;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}

.secvoice2 .-box1 {
  display: none;
}

.secvoice2 .-box1 > div {
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  .pc {
    display: none !important;
  }
}






.naiyou div{
  margin-bottom: 30px ;
}
.naiyou label {
  display: block;
}

.naiyou p{
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}

.naiyou input[type="text"] {
  width: 38%;
  padding: 7px 5px;
}
.naiyou select{
  width: 38%;
  padding: 7px 5px;
}
.naiyou input[type="date"] {
  width: 38%;
}



.naiyou input[type="checkbox"] {
  width: auto;
}

@media screen and (max-width: 799px) {
  select {
    -webkit-appearance: button;
    appearance: button;
}
  .naiyou {
    text-align: left !important;
  }
  .naiyou p{
    display: block;
  }
  .naiyou select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;

    display: block;

    margin-bottom: 10px;
    padding: 7px 30px 7px 10px;
    font-size: 93%;
    border: solid 1px #333 ;

    
    background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #fff;

  }
  .naiyou input[type="date"] {
    width: 100%!important;
    display: block!important;
    margin-bottom: 10px!important;
  }




}

.sec2 .sec2-box1 h3.sample {
  font-size: 2.8em;
  color: #0260A8;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 5px;
}

.sec2 .sec2-box1 h3.tejun {
  font-size: 2.8em;
  color: #0260A8;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 h3.sample {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 25px;
  }
  .sec2 .sec2-box1 h3.tejun {
    font-size: 2em;
  }
}

.sec2 .sec2-box1 ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 ul {
    display: block;
  }
}

.sec2 .sec2-box1 ul li {
  width: 30%;
  margin: 0 10px;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec2 .sec2-box1 ul li span {
  display: block;
  text-align: center;
}

.sec2 .sec2-box1 div.tejun-box {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 799px) {
  .sec2 .sec2-box1 div.tejun-box {
    display: block;
  }
}

.sec2 .sec2-box1 div.tejun-box a {
  background: #f1730d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
  margin: 0 10px;
  display: block;
}

.modaal-content-container h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 0;
  margin: 0;
}

.modaal-content-container p {
  font-size: 18px;
  padding: 10px 0 0;
}

.modaal-content-container p span {
  color: #f1730d;
}

.modal-btn a:hover {
  opacity: 0.7;
}

.sec2 h4.pdf-sample--h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.sec2 ul.sample-ul--1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .sec2 ul.sample-ul--1 {
    justify-content: space-around;
  }
}

.sec2 ul.sample-ul--1 li {
  width: auto;
  margin: 10px 7px;
}

@media screen and (max-width: 799px) {
  .sec2 ul.sample-ul--1 li {
    width: 40%;
    margin: 0 0 20px 0;
  }
}

.sec2 ul.sample-ul--2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 799px) {
  .sec2 ul.sample-ul--2 {
    justify-content: space-around;
  }
}

.sec2 ul.sample-ul--2 li {
  width: auto;
  margin: 10px 0;
}

@media screen and (max-width: 799px) {
  .sec2 ul.sample-ul--2 li {
    width: 40%;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 799px) {
  input, textarea {
    font-size: 16px;
  }
}







/*
2020-09-25 追加分
*/
@media screen and (min-width: 800px) {

/* 既存修正 */
	.l-header__inner {
		justify-content: space-between;
		padding: 5px 0;}
	.l-header__inner__logo {
		margin-right: 0;	}
	.l-header__inner__gnavi .telfax {
		margin-right: 0;
		margin-left: auto;
    margin-bottom: 12px;
  }

	.l-header.otherpage {
		position: relative;
		height: auto;}
	.l-header .pcNav {
		margin-top: 5px;}
	.l-header .pcNav ul {
		display: flex;
		justify-content: space-between;}
	.l-header .pcNav ul li {
    margin: 0 10px;	
    font-size: 0.9em;
  }
	.l-header .pcNav ul li.contact {
		margin-right: 0;}
	.l-header .pcNav ul li a {
		display: block;
		padding: 0;
		border-bottom: 1px solid #f1730d;}
	.l-header .pcNav ul li.contact a {
		background: #f1730d;
		border-radius: 50px;
		color: #fff;
		font-size: 0.875em;
		padding: 7px 15px;
		line-height: 1.2;}

/* #toggle */
	#toggle {
		display: none;}

/* sec-main02 */
	.sec-main02 {
		background: url("../img/images/bg_main-image02.jpg") repeat-x center bottom;
		background-size: contain;}
	.sec-main02 .c-main {
		width: 1400px;
		margin: 0 auto;
		position: relative;}
	.sec-main02 .c-main .main-con {
		position: absolute;
		right: 400px;
		bottom: 60px;}
}

@media screen and (max-width: 799px) {

/* 既存修正 */
	.l-header__inner__logo {
		margin-right: 70px;
	}


	.l-header .pcNav {
		display: none;}
	.otherpagesec {
		padding-top: 54px;}

/* sec-main02 */
	.sec-main02 {
		background: url("../img/images/bg_main-image02.jpg") repeat-x center bottom;
		background-size: contain;}
	.sec-main02 .c-main {
		width: 100%;
		margin: 0 auto;
		position: relative;}

/* #toggle */
	#toggle {
		display: block;
		text-align: center;
		width: 28px;
		border-radius: 50%;
		position: fixed;
		top: 16px;
		right: 20px;
		z-index: 999;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;}
	#toggle .trigger,
	#toggle .trigger span {
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;}
	#toggle .trigger {
		position: relative;
		width: 100%;
		height: 24px;}
	#toggle .trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #3fa1e7;
		border-radius: 4px;}
	#toggle .trigger span:nth-of-type(1) {
		top: 0;}
	#toggle .trigger span:nth-of-type(2) {
		top: 11px;}
	#toggle .trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #3fa1e7;
		border-radius: 4px;
		-webkit-transition: all .4s;
		transition: all .4s;}
	#toggle .trigger span:nth-of-type(3) {
		bottom: 0;}
	#toggle .trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) scale(0);
		transform: translateY(8px) scale(0);
		background-color: #3fa1e7;}
	#toggle .trigger.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #3fa1e7;}
	#toggle .trigger.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		background-color: #3fa1e7;}
	#toggle .trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) scale(0);
		transform: translateY(-8px) scale(0);
		background-color: #3fa1e7;}

}

/* #sMenu */
#sMenu {
	background: rgba(255, 255, 255, 0.95);
	padding: 50px 0 0 0;
	/*padding: 70px 0 0 0;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;}
/*
メニュー数が多い（ウィンドウに収まらない場合）
<div id="sMenu">
の下に
<div class="scroll">
を入れる
*/
#sMenu .scroll {
	height: 100%;
	overflow-y: scroll;}
#sMenu.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;}
#sMenu.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;}
#sMenu .navMenu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;}
#sMenu .navMenu li {
	width: 100%;
	text-align: center;}
#sMenu .navMenu li a {
	display: block;
	padding: 15px 15px;
	color: #012277;}
#sMenu .navMenu2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;}
#sMenu .navMenu2 li {
	width: 50%;
	text-align: center;}
#sMenu .navMenu2 li a {
	display: block;
	padding: 15px 15px;
	color: #012277;}
#sMenu .contactMenu {
	width: 80%;
	margin: 20px auto 35px auto;}
#sMenu .contactMenu li {
	margin-bottom: 20px;
	text-align: center;}
#sMenu .contactMenu li:last-child {
	margin-bottom: 0;}
#sMenu .contactMenu li a {
	display: block;
	background: #012277;
	color: #fff;
	border-radius: 5px;
	padding: 15px;}
#sMenu .logoMenu {
	text-align: center;}
#sMenu .scroll .logoMenu {
	padding-bottom: 70px;}




  #chatplusview.closed.headless #outline #eye_catcher {
    bottom:0!important;

  }

  #chatplusview.closed.headless #outline #eye_catcher img{
    width: 460px;
    max-width: initial;
  }


  @media screen and (max-width: 799px) {

    #chatplusview.chatplusview-basic #outline{
      border-width: 0!important;
    }

    #chatplusview.closed.headless #outline #eye_catcher {
      bottom: 0!important;
      width: 280px;
      right: 0!important;
    }
    #chatplusview.closed.headless #outline #eye_catcher img{
     width: 100%;
    }
  }


/* チャット入力欄非表示
  form#chattext{
    display: none!important;
  }
  */
  





  .pdf-wrap div{
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .pdf-wrap div a{
    display: block;
    text-align: center;
    padding: 0 10px;
  }

  .pdf-wrap div a span{
    font-size: 0.75em;
    display: block;
  }


  #chatplusciew .view{
    background: #fff;
  }











.sec-main02{
  background: url(../img/images/main-bg.png) no-repeat bottom;
  background-size: cover;
}





  @media screen and (max-width: 799px) {
  .main-wrap{
    margin-top: 50px;
  }
  }



  .main-wrap h2{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .main-wrap div.main-box2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 40px ;
  }
  @media screen and (max-width: 799px) {
    .main-wrap div.main-box2{
      display: block;
      text-align: center;
    }
    .main-wrap div.main-box2 p{
      padding: 10px;
    }
  }






.sec-form .bnr-btn{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.sec-form .bnr-btn p{
  margin: 0 10px;

}



.anke .sec2 .sec2-box1 h3::after{
  display: none;
}

.anke .sec2 .sec2-box1 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.anke .sec2 .sec2-box1 ul li{
  width: 48%;
}





.anke .sec2 .sec2-box1 ul li a{
  display: block;
  padding: 15px 0;
  border-bottom: solid 2px #ff5952;
  position: relative;
}
.anke .sec2 .sec2-box1 ul li a:hover{
  color: #ff5952;
}
.anke .sec2 .sec2-box1 ul li a::after{
  position: absolute;
content: "";
top: calc(50% - 20px);
right: 0;
width: 35px;
height: 39px;
background: url("../img/icon-pdf.png") no-repeat;
}


@media screen and (max-width: 799px) {
  .anke .sec2 .sec2-box1 ul{
    display: block;
  }
  .anke .sec2 .sec2-box1 ul li{
    width: 100%;
    font-size: 0.8em;
  }
  
}



.home .sec-4{
  margin-bottom: 40px;
}
.home .sec-4 .l-section__basic > p{
  margin-bottom: 40px;
}
.home .sec-4 .sec4-box{
  display: flex;
  margin-top: 50px;
}


.home .sec-4 .sec4-box div{
  width: 50%;
}
.home .sec-4 .sec4-box div h4 {
  font-size: 1.3em;
  font-weight: bold;
}
.home .sec-4 .sec4-box div h4 span {
  display: inline-block;
  border-bottom: solid 2px #ff5952;
  margin-bottom: 10px;
}


.home .sec-4 .l-section__basic > p.sec4-btn{
border: 1px solid #ff5952;
width: 300px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
color: #333;
font-size: 20px;
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff5952;
border-radius: 5px;
margin: 40px auto 70px;
font-weight: bold;
}

@media screen and (max-width: 799px) {
.home .sec-4 .sec4-box{
  display: block;
  margin-top: 50px;
}

.home .sec-4 .sec4-box div{
  width: 100%;
}

.home .sec-4 .sec4-box div p{
  margin-bottom:20px ;
}


}


.t-c {
  text-align: center;
}









.home .sec1 ul li {
  /*width: 50%;*/
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.home .sec1 ul li p{
  text-align: left;
  font-size: 0.85em;
  position: absolute;
  left: 15px;
  top: 90px;
}

.home .sec1 ul li p span{
  color: red;
}
.home .sec1 ul li:nth-child(4) p{
  top: 110px;
}


.home .sec1 .top-sec1-box{
  display: flex;
  background: url(../img/top-sec1-img5-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.home .sec1 .sec1-btn{
text-align: center;
margin: 10px 0 40px;
}
.home .sec1 .sec1-btn a{
  text-decoration: underline;
  color: #0066cc;
}


.home .sec1 .top-sec1-box p{
  position: relative;
  margin: 0 10px;
}
.home .sec1 .top-sec1-box p.-text{
  margin-top: 20px;
}
.home .sec1 .top-sec1-box p span{
  position: absolute;
  left: -33%;
  top: -40%;
  display: block;
}
.home .sec1 .top-sec1-box p strong{
  font-weight: bold;
}

.home .sec1 .top-sec1-box2{
  display: flex;
  justify-content: space-around;
}
.home .sec1 .top-sec1-box2 div p{
  text-align: left;
}



@media screen and (max-width: 799px) {
  .home .sec1 ul li{
    display: block;
    text-align: center;
    border: solid #666 1px;
    border-radius: 10px;
    padding: 10px;
  }



.home .sec1 ul li p{
  font-size: 0.9em;
  top: 80px;
  position: static;
  text-align: center;
  margin-bottom: 10px;
}
.home .sec1 ul li:nth-child(4) p{
  top: 100px;
}

.home .sec1 .top-sec1-box{
  display: block;
  background-image: none;
  background-color: #fff8a4;
  padding: 10px;
  padding-top: 0;
}

.home .sec1 .top-sec1-box p.-text{
  padding-top: 30px;
  padding-bottom: 20px;
}
.home .sec1 .top-sec1-box p span{
left: 0;
top: -20px;
text-align: left;
}

.home .sec1 .top-sec1-box p span img{
  width: 60%;
}

.home .sec1 .top-sec1-box2{
  display: block;
}

}




#mainslide{
  margin:20px 0;
  height: 260px;
  overflow: hidden;
}
#mainslide .film_roll_child{
  margin: 0 3px;
  text-align: center;
}



#mainslide .film_prevnext_wrap {
  max-width: 750px;
  margin: auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



#mainslide a span{
  display: block;
  color: #fff;
  font-size: 0.75em;
}

@media screen and (min-width: 800px) {
.film_roll_prev, .film_roll_next {
  font-size: 40px!important;
  line-height: 40px!important;
}
}




/********!----ZOOM----!*********/






@media screen and (max-width: 799px) {
  .zoom .c-headline-4 img {
    width: 60%;
    padding-top: 30px;
  }
}

.zoom .l-section__basic h3 {
  background: #00a0e9;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic h3 {
    font-size: 20px;
  }
}

.zoom .l-section__basic .wrap1 > p {
  padding: 10px 0;
  font-size: 16px;
}

.zoom .l-section__basic .wrap1 .-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap1 .-box {
    display: block;
  }
}

.zoom .l-section__basic .wrap1 .-box__left {
  width: 480px;
  border-radius: 10px;
  border: solid 1px #f1730d;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap1 .-box__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.zoom .l-section__basic .wrap1 .-box__left h4 {
  text-align: center;
  background: #f1730d;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap1 .-box__left h4 {
    font-size: 18px;
  }
}

.zoom .l-section__basic .wrap1 .-box__right {
  width: 480px;
  border-radius: 10px;
  border: solid 1px #ffc81f;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap1 .-box__right {
    width: 100%;
  }
}

.zoom .l-section__basic .wrap1 .-box__right h4 {
  text-align: center;
  background: #ffc81f;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap1 .-box__right h4 {
    font-size: 18px;
  }
}

.zoom .l-section__basic .wrap1 .-box p {
  font-size: 14px;
  padding: 5px 10px;
}

.zoom .l-section__basic .wrap1 .-box p a {
  text-decoration: underline;
  color: #0066cb;
}

.zoom .l-section__basic .wrap1 .-box p span {
  font-size: 0.85em;
}

.zoom .l-section__basic .wrap2 .-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap2 .-box {
    display: block;
  }
}

.zoom .l-section__basic .wrap2 .-box__left {
  width: 65%;
  background: #f5fbff;
  padding: 20px;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap2 .-box__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.zoom .l-section__basic .wrap2 .-box__left p {
  font-size: 16px;
}

.zoom .l-section__basic .wrap2 .-box__left p span {
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .zoom .l-section__basic .wrap2 .-box__right {
    text-align: center;
  }
}






/*   h2 テキスト化   */

h2.c-headline-text{
  color: #fff;
  padding-top: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 2.5em;
}
h2.c-headline-text span{
  font-size: 0.5em;
}

h2.sec1-headline{
  padding-top: 30px;
}
h2.sec1-headline div{
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
h2.sec1-headline div::after{
  position: absolute;
  display: block;
  content: "";
  background: url(../img/headline-after.png)no-repeat;
  width: 210px;
  height: 80px;
  top: -20px;
  left: -220px;
}
h2.c-headline-2-text{
  font-size: 2.8em;
}
h2.c-headline-3-text{
  padding-top: 10px;
  line-height: 46px;
}
h2.c-headline-4-text{

}

@media screen and (max-width: 799px) {
  h2.c-headline-text{
    padding-top: 20px;
    font-size: 1.3em;
  }


  h2.sec1-headline{
    padding-top: 30px;
  }

  h2.sec1-headline div::after{

    width: 100px;
    height: 80px;
    top: -30px;
    left: 10px;
    background-size: contain;
  }

  h2.c-headline-2-text{
    font-size: 1.5em;
  }
  h2.c-headline-3-text {
    padding-top: 10px;
    line-height: 35px;
}


}




/*  お客様の声　テキスト化  */

.secvoice2 span{
  max-width: 800px;
}

.voice-box{

}

.voice-box span{
  padding: 20px;
}

.voice-box span .voice-box-text{
  font-size: 0.8em;
border-top: solid 1px #0066cc;
border-bottom: solid 1px #0066cc;
padding: 10px 20px;
background-image:
linear-gradient(
  180deg,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,0) 97%,
  #ddd 97%,
  #ddd 100%
);
background-size:100% 2em;
line-height:2;


}

.voice-box span .voice-box-sign{
  padding: 10px;
  font-size: 0.9em;
}