@charset "UTF-8";
.flex-color.pc-toku-none{
	display: none;
}
span99{
	display: inline-block;
}
/*header*/
.features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap; /* レスポンシブ対応 */
}

.circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #F17816;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: flex; /* 追加 */
	flex-direction: column; /* 複数行を縦に並べる */
}

.circle .small {
  font-size: 18px;
  font-weight: normal;
}


/*特色についてツールチップ*/
.icon-container3 {
  display: flex;
  align-items: center;
}
.icon-container3 p{
	font-size: 18px;
	padding-bottom: 8px
	
}
.icon-container3 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container3 .icon-question {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
	bottom: 4px;
}
.icon-container3 .tooltip3 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 16%;
  transform: translateY(50%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
	max-width: 800px;
}

.icon-container3 .icon-question:hover + .tooltip3 {
  visibility: visible;
}

/*用紙ツールチップ*/
.icon-container2 {
  display: flex;
  align-items: center;
}

.icon-container2 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container2 img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
	bottom: 10px;
}
.icon-container2 .tooltip2 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 55%;
  transform: translateY(97%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
	max-width: 350px;
}

.icon-container2 img:hover + .tooltip2 {
  visibility: visible;
}
/*サイズ*/
.icon-container {
  display: flex;
  align-items: center;
}

.icon-container {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
}
.icon-container .tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 20%;
  transform: translateY(-20%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
}

.icon-container img:hover + .tooltip {
  visibility: visible;
}


/*新コード*/
/*ページ内リンク*/
/*.button-container {
  display: flex;
  gap: 20px;
  justify-content: space-around;
	max-width: 1000px;
	margin: 0px auto;
}

.button-container button2 a {
  padding: 10px 64px;
  font-size: 18px;
	font-weight: 600;
  border: none;
	border: solid #F08437 2px;
  border-radius: 5px;
  background: #fff;
  color: #F08437;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button-container button2 a:hover {
  background: #F08437;
	color: #fff;
}*/


/* 初期非表示 */
.link-head {
  position: relative;
  display: inline-block;
}
.link-head ul {
  position: absolute;
  top: 110%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 1000;
	width: 170px;  /* ここで幅指定 */
}

/* hover時に表示 */
.link-head:hover ul {
  display: block;
}

/* ドロップダウン内のリンクスタイル */
.link-head ul li a {
  display: block;
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
	text-align: left;
}

.link-head ul li a:hover {
  background: #f5f5f5;
}
.small.attention{
	margin-top: 48px;
	display: block;
}

/*新コード終了*/
/**----共通　----------**/
li{
	 list-style-type: none; /* ul要素内のliの点を消す */
}
a { 
    text-decoration: none;
    color: #000000; 
    }
    a:visited{
      color : #000000;
    }
  img{
      width: 100%;
      height: auto;
    }
    footer a { 
      text-decoration: none;
      color: #000;; 
      }
      footer a:visited{
        color : #000;
      }
        
    body{
        /* font-family: 'M PLUS Rounded 1c', sans-serif; */
        /* font-family: 'BIZ UDGothic', sans-serif; */
        font-family: 'Noto Sans JP', sans-serif;
           font-size: 16px;
        line-height: 170%;
        /* background-color: #f7f7f7; */
        color: #000;
        /* padding: 0 10px; */
        background-image: url(../../img/back-img.webp);
        background-repeat: repeat-y;
    
      }
      .inner{
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
    }
    .inner1000{
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
  }
  .inner1600{
    width: 1700px;
    max-width: 100%;
    margin: 0 auto;
}
    
    
  
    ::selection
  {
      background: #ebe3dd;
      color: #F08437;
  }
  
  /* for Firefox */
  ::-moz-selection
  {
      background: #ebe3dd;
      color: #F08437;
  }
.orange{
    color: #F08437;
}

.red{
  color: red;
}
.btn_02.top-padding{
	margin-top: 48px;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 310px;
	margin: 10px auto 15px;
	padding: 10px 40px;
	font-weight: bold;
	border: 2px solid #F17816;
	background: #F17816;
	color: #fff;
	transition: 0.5s;
  border-radius: 20px;
  font-size: 22px;
}
a.btn_02:hover {
	color: #ffffff;
	background: #f1b98a;
}

.mail{
  width: 43px;
  margin-right: 15px;
}
.flex_mail3{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}


.yajirusi{
  width: 100px;
  margin: 0 auto;
}

.box{
	opacity: 0;
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .flex-r{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .sp-f li{
    margin-right: 20px;
    font-size: 14px;
  }
  
  .sp-f h5{
    font-size: 16px;
  }
  

.rss-table{
  width: 800px;
  color: #2779e4;
  font-size: 18px;

margin: 0 auto;
}

.rss-table table tr{
  border-bottom: 1px solid #2779e4;
}

.rss-table a{
  color: #2779e4;
}

.rss-table td{
  border: none;
  padding: 5;
  margin-left: 15px;
}


 /**----header　----------**/
 header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  box-sizing: border-box;
}


/* header a{
  color: #fff;
} */
header a:visited{
  color: #fff;
}


.head-logo{
  width: 230px;
}

.head-p{
  font-size: 20px;
  font-family: "nitalago-ruika", sans-serif;
font-weight: 100;
font-style: normal;
  margin-left: 30px;
}

.flex-head1{
  display: flex;
  justify-content: left;
  align-items: center;
}

.head-tell{
  font-size: 30px;
  font-family: "nitalago-ruika", sans-serif;
font-weight: 100;
font-style: normal;
}

.head-tell span{
color: #F17816;
}


.head-time{
  font-family: "nitalago-ruika", sans-serif;
font-weight: 100;
font-style: normal;
}

.head-time span{
color: #F17816;
}

.head-mail{
  background-color: #F17816;
  color: #fff;
  font-size: 16px;
  font-family: "nitalago-ruika", sans-serif;
font-weight: 100;
font-style: normal;
  width: 140px;
  text-align: center;
  padding: 7px 9px;
  margin-left: 30px;
}


.flex-head2{
  display: flex;
  justify-content: right;
  align-items: center;
}

.flex-head3{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.head-flow{
  background-color: #FF3B7E;
  color: #fff;
  padding: 4px 22px;
  font-weight: bold;
}

.head-step{
  font-size: 14px;
}

.head-mitumori{
  background-color: #63A6DB;
  color: #fff;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  width: 160px;
  margin-left: 47px;
}


.flex-flow{
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.yajirusi-migi{
  width: 40px;
  margin: 0 23px;
}



.navi{
  display: flex;
  justify-content: space-between;
}

.flex_head{
  display: flex;
justify-content: space-between;
align-items: center;
}

.logo{
  width: 250px;
}

.navi li{
  margin-right: 10px;
  font-size: 18px;
}


h2{    
  text-align: center;
  font-family: "nitalago-ruika", sans-serif;
font-weight: 100;
font-style: normal;
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}


.blue{
  color: #63A6DB;
}


/* .brs{
  background-color: #EBF6FF;
  padding-bottom: 50px;
  margin-bottom: 50px;
} */

.brs {
	position: relative;
	/* width: 400px; */
	padding: 50px;
	margin: 0 auto 50px;
	background-color: #EBF6FF;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
}

.brs:before, .brs:after {
	position: absolute;
	width: 15%;
	height: 20px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.brs:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

/**----mv　----------**/

  .mv{
    width: 1000px;
    margin: 100px 0 0px auto;
    position: relative;
  }

.syouhin{
  position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
  left: 12%;
  top: 20%;
	text-align: left;
	padding: 20px 16px;
}
.syouhin h1{
  color: #F17816;
	margin-top: 20px;
	line-height:1.2em;
}
.syouhin h2{
	text-align: left;
}
.syouhin p{
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}


 /**----mv　----------**/
/* 
 font-family: 'Noto Sans JP', sans-serif;

 */

.point-img{
  width: 350px;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .3);
  vertical-align: bottom;
}
.point-img img{
vertical-align: bottom;
}

 h1{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 30px;
 }

 #nayami h1{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  margin-top: 30px;
  font-size: 50px;
  margin-bottom: 80px;
  text-align: center;
 }

.nayami-1{
  width: 900px;
  margin: 0 auto;
}

#nayami h2{
line-height: 150%;
}
.sankaku{
  width: 350px;
  margin: 0 auto;
}






/* .haikeid:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 40px solid #EBF6FF;
} */


 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 20px 20px;
  min-width: 200px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  background: #63A6DB;
  border-radius: 21px;
  font-size: 20px;
  line-height: 160%;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #63A6DB;
}

.balloon1 p {
  margin: 0 auto;
  padding: 0;
}


.flex-mv{
  display: flex;
  justify-content: space-between;
}

.flex-mv1{
  display: flex;
}

.flex-mv2{
  display: flex;
  justify-content: space-between;
}

.nayami-l{
margin-left: 70px;
}
.hito{
  width: 350px;
  margin: 30px auto;
}


 /**----reason　----------**/

 .orange{
  color: #F17816;
  font-size: 55px;
}

.large{
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.orange-big{
  font-size: 60px;
  color: #F17816;
}

/* #reason h2{
  margin-bottom: 0px;
} */

/* .waku{
  width: 80%;
} */


.flex-re{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason-img{
  width: 370px;
}

.waku-midasi {
  position: relative;
  padding: 4px 2rem calc(4px + 10px);
  /* padding: 10px 30px; */
  background: #FFD86B;
  width: 165px;
  font-size: 16px;
  margin-bottom: 8px;
}

.waku-midasi:before {
  position: absolute;
  top: -7px;
  left: 15px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}



 .reason-waku{
  /* border: #707070 1px solid; */
  box-shadow: 0px 3px 6px #00000066;
border-radius: 20px;
  /* width: 280px; */
  padding: 30px 20px;
  margin-bottom: 50px;
  background-color: #fff;
 }

 .reason-waku h4{
  font-size: 25px;
  color: red;
  /* text-align: center; */
  font-weight: 500;
  margin-bottom: 15px;
 }
 .reason-waku p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 140%;
 }

 .reason-waku .small{
  font-size: 16px;
  line-height: 140%;
 }

.flex-reason{
  display: flex;
  justify-content: space-between;
}
.flex-reason1{
  display: flex;
}

.reason-l{
  margin-left: 25px;
}


.number1{
  position: absolute;
  width: 90px;
  top: -60px;
}

#reason{
  padding-top: 80px;
  padding-bottom: 60px;
}

.box{
  margin-top: 50px;
}


.title-box2 .tel a{
color: #F17816;
}


.title-box2{
  margin: 20px auto 100px;
  padding: 30px 80px;  
  position: relative;
  border: 3px solid #FFAA00;
  background-color: #ffffff;
  border-radius: 15px;

}

.title-box2-title{
  position: absolute;
  top: -2em;
  left: 150px;
  font-weight: bold;
  font-size: 30px;
  background-color: #FFAA00;
  color: #fff;
  padding: 15px 120px;
  border-radius: 20px;
  text-align: center;
  line-height: 120%;
}


#flow{
  background-image: url(../../img/Sprinkle\ \(1\).svg);
  padding: 50px 0;
  background-repeat: repeat-y;
}

#flow h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

#flow h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #EF4B4B;
}

.flex-flow1{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 80px 40px;
  align-items: center;
}

.flow-img img{
  width: 130px;
}

.migi{
  width: 35px;
  height: 60px;
}

.flow-img p{
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

/*----------- anxiety--------------- */



.ds {
  position:relative;
  /* width:480px; */
  padding:1em 1.5em;
  margin:2em auto;
  /* color:#fff; */
  background:#97C02F;
  background-image: url(../img/23267111.jpg);
  overflow:hidden;
  background-size: contain;
}

.ds:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width:0 50px 50px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #6d9edf #6d9edf; /* A bit more verbose to work with .rounded too */
  background:#6d9edf; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}


#anxiety{
  padding-top: 130px;
}

/* .blue-back{
  background-color: #EBF6FF;
  padding: 40px 45px 30px;
} */

#anxiety .blue-back h3{
  color: red;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  line-height: 120%;
}

#anxiety .blue-back h5{
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 6px;
}

.red-l{
  color: red;
  font-weight: bold;
  font-size: 50px;
}

.font-big{
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}

.border{
  border-radius: 30px;
  border: 3px solid #63A6DB;
  padding: 30px 160px;
  margin-top: 30px;
}

.border h4{
  text-align: center;
  font-size: 30px;
}
.flex-bord{
  display: flex;
  align-items: center;
  margin-right: 5em;
  flex-grow: 1; /*--幅を指定--*/
	position: relative;
}

.denwa{
  width: 80px;
  margin-right: 30px;
}

.tel{
  font-size: 40px;
  margin: 15px 0;
  font-weight: 700;
}

.tel-p{
  font-size: 25px;
}

.flex-border{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.flex-bord::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #525252; /*--縦線の色--*/
}

.border-p{
  text-align: center;
  line-height: 130%;
  margin-top: 15px;
  font-size: 18px;
}

/*----------- price --------------- */


.blue-back1{
  background-color: #EBF6FF;
}

.dsf{
  padding: 40px 150px 30px 120px;

}
#price{
  padding-top: 130px;
  /* background-color: #EBF6FF; */
}
#price .blue-back1 p{
text-align: center;
}

#price .blue-back1 h3{
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 20px;
}

.price{
  width: 250px;
}

.font-m{
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  line-height: 140%;
}

.flex-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}



/*----------- flow-size --------------- */
.heading12 {
	position: relative;
	font-size: 35px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}



.re-title1::before{
  position: relative;
  top: 14px;
  margin: 0 5px 0 0px;
  content: url(../img/flow-1.png);
  width: 20px;
}

#flow-size{
  padding-bottom: 120px;
  padding-top: 100px;
  /* margin-top: 70px; */
  background-image: url(../../img/Sprinkle\ 4.svg);
  background-repeat: repeat-y;
}



.caramel{
  width: 480px;
  margin-top: 30px;
}

.naname{
  width: 520px;
  margin-top: 30px;
}

.flex-size2{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}

.meyasu h5{
  font-size: 21px;
  margin-bottom: 15px;
}

.meyasu p{
  font-size: 18px;
}

.heading15 {
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	text-align: center;
  font-weight: normal;
}

.heading15::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 4px;
	background-color: #EF4B4B;
	border-radius: 7px;
}


/*----------- flow-paper --------------- */

.re-title2::before{
  position: relative;
  top: 14px;
  margin: 0 5px 0 0px;
  content: url(../img/flow-2.png);
  width: 20px;
}


#flow-paper{
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.paper-table td img{
  width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.center td{
  text-align: center;
}

.paper-table{
  max-width: 350px;
	margin: 0 auto;
}


.paper-table th,.paper-table td {
  border-bottom: 1px #707070 solid;
  padding: 20px 0;
}

.paper-table {
  border-collapse:  collapse;     /* セルの線を重ねる */
}


.paper-table th {
  max-width: 350px;
  font-size: 20px;
  font-weight: normal;
}

/*----------- flow-color --------------- */

.re-title3::before{
  position: relative;
  top: 14px;
  margin: 0 5px 0 0px;
  content: url(../img/flow-3.png);
  width: 20px;
}

.inner-check{
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	 justify-content: center;
}
#flow-color{
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-image: url(../../img/Sprinkle\ 4.svg);*/
  background-repeat: repeat-y;

}

.flex-color{
  display: flex;
  justify-content: center;
}
.flex-color .color1{
  max-width: 120px;
	padding-right: 16px;
}
.color-waku{
  /* border: #707070 1px solid; */
  box-shadow: 0px 3px 6px #00000066;
border-radius: 20px;
  max-width:350px; 
	margin: 0 auto;
  padding: 10px 10px;
	margin-top: 20px;
	margin-right: 8px;
  /* margin-bottom: 50px; */
  background-color: #fff;
}

.color-waku .waku-midasi{
  width: 270px;
}
.icon-container3 .tooltip3 p {
  max-width: 350px;  /* ← 任意の幅に調整可能 */
  white-space: normal; /* 折り返しを有効にする */
  word-wrap: break-word; /* 長い単語を途中で折り返す */
  line-height: 1.6; /* 行間調整（任意） */
}

.tokusyoku{
  width: 50px;
  margin-right: 15px;
}

.flex-color-waku{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.colorprint{
  width: 100px;
  margin-right: 15px;
}


.reason-waku{
  /* border: #707070 1px solid; */
  box-shadow: 0px 3px 6px #00000066;
border-radius: 20px;
  /* width: 280px; */
  padding: 30px 20px;
  background-color: #fff;
 }




/*----------- flow-send --------------- */

.re-title4::before{
  position: relative;
  top: 14px;
  margin: 0 5px 0 0px;
  content: url(../img/flow-4.png);
  width: 20px;
}


#flow-send{
  padding-top: 70px;
padding-bottom: 60px;
background-color:floralwhite;
/*background-image: url(../../img/Sprinkle3.svg);*/
background-repeat: repeat-y;
}

#flow-send p{
  font-size: 16px;
}

.send-s{
  font-size: 16px!important;
  margin-top: 8px;
}

.hako{
  width: 350px;
  margin-top: 50px;
	margin: 50px auto 0;
}

.flex-send{
  display: flex;
/* margin-top: 50px; */
align-items: center;
}

.send-img{
  width: 350px;
  margin: 20px auto;
}

.send-box{
  margin: 20px 0 40px;
}


/*----------- flow-price --------------- */

.re-title5::before{
  position: relative;
  top: 14px;
  margin: 0 5px 0 0px;
  content: url(../img/flow-5.png);
  width: 20px;
}


.table-paper{
  text-align: left!important;
  margin-bottom: 30px!important;
}

.paper1{
  margin-top: 50px;
  margin-bottom: 80px;
}

#flow-price{
  padding-top: 16px;
}

#flow-price h3{
margin-bottom: 15px;
}
#flow-price h5{
font-size: 18px;
}
.paper1 h3 {

  font-size: 28px;
}


.example1:before {
  color: #ffa7a1;
}


.tbl-r05 p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r05 {
  margin: 10px auto 48px;
  width: 100%;
  border-collapse:  collapse;
 
}
.tbl-r05 th {
  background: #F17816;
  border-bottom: solid 1px #F17816;
  color: #fff;
  padding: 10px;
  font-size: 23px;
}
.tbl-r05 td {
border-bottom: solid 2px #F17816;
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
 
}
.tbl-r05 tr{
  background-color: #F3F3F3;
}

#flow-price h4{
  font-size: 27px;
}

.tbl-r05 tr:nth-child(odd){
  background-color: #E7E8E9;
}


.tbl-r051 p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r051 {
  margin: 10px auto 48px;
  width: 100%;
  border-collapse:  collapse;
 
}
.tbl-r051 th {
  background: #EF4B4B;
  border-bottom: solid 1px #EF4B4B;
  color: #fff;
  padding: 10px;
  font-size: 23px;
}
.tbl-r051 td {
border-bottom: solid 2px #EF4B4B;
  padding: 15px 10px;
  text-align: center;
  font-size: 20px;
 
}
.tbl-r051 tr{
  background-color: #F3F3F3;
}

#flow-price h4{
  font-size: 27px;
}

.tbl-r051 tr:nth-child(odd){
  background-color: #E7E8E9;
}

.table-s{
  font-size: 16px;
}

.tbl-r051 tr td:hover {
	background-color: #e0d1d1;
}
.tbl-r05 tr td:hover {
	background-color:#e6dad1;
}

.heading-031 {
  position: relative;
  padding: .3em 0 10px 1em;
  border-bottom: 3px solid #f17816;
  color: #333333;
  font-size: 35px;
  width: 350px;
  margin-bottom: 20px;
}

.heading-031::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #f17816;
  content: '';
}

.heading-031::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #f17816;
  content: '';
}

.sds{
  width: 450px;
  margin-bottom: 50px;
}




/*----------- otoiawase--------------- */

#otoiawase{
  padding-bottom: 80px;
}
#otoiawase .otoiawase-p{
  font-size: 25px;
  margin-bottom: 30px;
}
#otoiawase p{
font-size: 28px;
line-height: 140%;
text-align: center;
margin-bottom: 10px;
}
.flow-tell{
  text-align: center;
}
.flow-tell h4 {
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.flex-otaiawase{
  display: flex;
  /* align-items: center; */
  width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
#otoiawase a.btn_02 {
	display: block;
	text-align: center;

	text-decoration: none;
	width: 280px;
	margin: 10px auto 15px;
	padding: 10px 40px;
	font-weight: bold;
	border: 2px solid #FF3B7E;
	background: #FF3B7E;
	color: #fff;
	transition: 0.5s;
  border-radius: 20px;
  font-size: 21px;
}
#otoiawase a.btn_02:hover {
	color: #ffffff;
	background: #f1abc3;
}

.flow-tell h5 {
  font-size: 25px;
  border-bottom: #FF3B7E 2px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#otoiawase p {
  font-size: 18px;
}

.button019 a {
  background: #63A6DB;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto 20px;
  width: 255px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 20px;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 16px;
  height: 16px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #a3cbec;
}

/*----------- footer--------------- */

.foot-banner{
  width: 320px;
  margin: 15px 0;
}

footer h4{
  font-size: 18px;
}

.banner-box{
  margin-left: 14px;
}

footer{
  background-color: #ff9c4c;
  padding: 60px 0 10px;
}


footer p{
  color: #000;
}

.foot-logo{
  width: 300px;
  margin-bottom: 30px;
}

small{
text-align: center;
  color: #fff;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #F17816;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.waku-blue{
  box-shadow: 0px 3px 6px #00000066;
  padding: 20px 40px;
  border-radius: 30px;
  width: 525px;
  margin-top: 50px;
  background-color: #fff;
}

.flex-date{
  display: flex;
  justify-content: space-between;
}

.date-img{
  width: 180px;
  margin: 0px auto;
}

.waku-blue h5{
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}


.date-table {
  border-collapse: collapse;
  margin: 10px 0;
  padding: 0;
  width: 1000px;
  table-layout: fixed;
}

.date-table tr {
  background-color: #ffffff;
  padding: .35em;
  border-bottom: 2px solid #ffffff;
}
.date-table th,
.date-table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.date-table th {
  font-size: .85em;
}
.date-table thead tr{
  background-color: #F17816;
  color:#fff;
}
.date-table tbody th {
    background: #F17816;
    color: #fff;
    width: 200px;
    font-size: 16px;
}

#date-create h5{
  font-size: 20px;
  font-weight: normal;
  margin-top: 50px;
}

#date-create{
  margin-top: 100px;
  margin-bottom: 100px;
}


/**----company　----------**/
main{
	padding: 0 16px;
}
#company{
	margin-bottom: 80px;
    padding-top: 200px;
	 
}
.company-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 64px;
   max-width: 820px;
    width: 100%;
}

.company-table th {
    background: #ff9c4c;
    border: solid 1px #000;
    padding: 20px 15px;
    vertical-align: middle;

/* width: 150px; */
    width: 20%;
}

.company-table td {
    border: solid 1px #000;
    padding: 20px 15px;
    vertical-align: middle;
    width: 80%;
}
.law-list {
    margin-bottom: 32px;
}
.title-margin {
    margin-bottom: 24px;
}
#hourei{
	margin-bottom: 100px;
    padding-top: 80px;
}
#hourei a{
	color: #0068b7;
}
.law-list h4{
	color: #F08437;
	border-bottom: 1px solid #F08437;
}


/**----contact　----------**/

#thanks{
  padding: 160px 0 60px;
}

#thanks h1{
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 40px;
}

#thanks .button019{
  margin-top: 50px;
}

#mv .co h1{
  left: 38%;
}
#tel h4 {
  /* font-family: fot-chiaro-std, sans-serif;
  font-style: normal; */
  font-size: 30px;
}

#tel .flex_tell1 p {
  margin-top: 20px;
  font-size: 25px;
}

#tel .haikei{
  margin-top: 30px;
}

#mail{
  padding-top: 130px;
  padding-bottom: 100px;
}

#mail a {
  color: #63A6DB;
  border-bottom: #63A6DB 1px solid;
  font-weight: bold;
}

.privacy_check a{
  color: #63A6DB;
  border-bottom: #63A6DB 1px solid;
}



.mail-form tr{
  border-top: 2px solid #fff;
}

.mail-form td{
  padding: 10px 0;
    /* width: 612px; */
    display: block;

}

#formWrap {
	width:1000px;
	margin:20px auto 0;
	color:#1d1d1d;
	line-height:120%;
	/* font-size:90%; */
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:2px solid #ffffff;
	padding:20px 10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#D4ECEA;
	text-align:left;
}
table.formTable td{
	background:#D4ECEA;
}


table.formTable textarea{
/* border: #000 1px solid; */
width: 580px;
    height: 200px;
    background-color: #fff;
}

table.formTable text{
  /* border: #000 1px solid; */
  width: 420px;
  }
  #formWrap td input[type="text"], #formWrap td input[type="text"] {
    /* border: #000 1px solid; */
    width: 420px;
    padding: 10px 5px 10px 5px;
    background-color: #fff;
  }



table.formTable select{
 border: #000 1px solid;
 width: 420px;
}
  

table.formTable select{
  border: #000 1px solid;
  width: 420px;
 }
   
.req{
  background-color: red;
  color: #fff;
  margin-left: 15px;
  padding: 3px;
  font-size: small;
}

.cf li{
  margin-bottom: 10px;
}

.privacy_check, #estimate_form .privacy_check {
  width: 285px;
  margin: 30px auto 35px;
}

input[type="radio" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

input[type="reset" i] {
  appearance: auto;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  padding: 3px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
  font-size: 15px;
}
input[type="submit" i] {
  appearance: auto;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  padding: 3px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
  font-size: 15px;
}

input[type="email" i] {
background-color: #fff;
padding: 3px 6px;
}


input[type="date" i] {
  background-color: #fff;
  padding: 3px 6px;
  }
  
  .haikei{
    background-color: #d4e9fa;
    padding: 20px 60px 20px;
    width: 900px;
    margin: 0 auto;
  }
.flex_tell1{
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}

#data-nyuukou{
background-image: url(../../img/Sprinkle\ 4.svg);
padding: 80px 0;
background-repeat: repeat-y;
}

#tyuui-nyuukou{
  background-image: url(../../img/Sprinkle\ 4.svg);
  padding: 80px 0;
  background-repeat: repeat-y;
  }
  

  #tyuui-nyuukou .title-box2{
    margin-top: 100px;
  }

 /**----privacy　----------**/
 #privacy{
  margin-bottom: 80px;
  padding-top: 200px;
}
#privacy h2{
 font-size: 30px;
}
.pri{
  margin-bottom: 50px;
}

#honbun{
  padding-bottom: 50px;
}


.flex-foot{
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}

.foot-l{
  margin-left: 30px;
}




.tab-004 {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 500px; */
}

.tab-004 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #f2f2f2;
  color: #999;
          font-weight: 600;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-004 > label:hover,
.tab-004 label:has(:checked) {
  background-color: #F17816;
  color: #fff;
}

.tab-004 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #F17816;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-004 input {
  display: none;
}

.tab-004 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}

.tab-004 label:has(:checked) + div {
  display: block;
  background-color: #fff;
}

label h3{
  margin-bottom: 20px;
}


.tab h4{
  margin-bottom: 20px;
}

.tab h5{
  font-size: 17px;
  margin-top: 10px;
}
#nyuukou{
  margin-bottom: 100px;
  padding-top: 150px;
}


#qa{
  background-image: url(../../img/Sprinkle3.svg);
  padding: 60px 0;
}

#qa a.btn_02{
  width: 260px;
  margin-top: 50px;
}

.qa{
  width: 100px;
  margin: 30px auto;
}

#question{
padding-top: 180px;
padding-bottom: 100px;
}
#question h2{
  margin-bottom: 50px;
  }


/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 2px solid #FFAA00
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #fff5e7;
margin:0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box{
  opacity: 100;
}

.link-head a:hover{
  color: #F17816;
  transition: all .2s ease;
}
.link-head a{
  font-size: 18px;
}


 /**----works　----------**/

 .seisaku{
  width: 120px;
  margin: 30px auto;
}

.works-box img{
  width: 300px;
  margin: 0 auto;
}

.works-box {
  background-color: #fff;
  padding: 10px 15px 20px;
  /* border: 1px solid #5f5f5f; */
  width: 330px;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 20px;
}





.works-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 50px;
}


#work{
  margin-bottom: 80px;
  padding-top: 200px;
}

#work h2{
 font-size: 30px;
}

#tel{
  padding-top: 150px;
}



.article {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 350px
}
.thumbnail {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-right: 20px;
}
.content {
  max-width: 600px;
}
.title1 {
  font-size: 17px;
  margin: 0;
}
/* .date {
  font-size: 0.9em;
} */

.cache-img{
  margin: 5px auto;
  width: 320px;
}



/*オプション*/
#option{
	padding: 0 0 88px 0;
}
.works-box2 {
  background-color: #fff;
  padding: 10px 15px 20px;
  /* border: 1px solid #5f5f5f; */
  width: 300px;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 20px;
}

.works-flex2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto 50px;
}
p.option-text {
	display: block;
	text-align: center;
	padding-bottom: 16px;
}

@media screen and (max-width: 1593px) {
  .head-tell {
    font-size: 20px;
}
.link-head a {
  font-size: 16px;
}
.head-p {
  font-size: 18px;
  margin-left: 15px;
}
}

/* .tbl-r05 td:first-child {
  background: #fbf5f5;
} */
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #F17816;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .tbl-r051 {
    width: 100%;
  }
  .tbl-r051 .thead {
    display: none;
  }
  .tbl-r051 tr {
    width: 100%;
  }
  .tbl-r051 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r051 td:first-child {
    background: #EF4B4B;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r051 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
 


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

.head-tell {
  font-size: 23px;
}
.head-p {
  font-size: 17px;
}
.head-logo {
  width: 200px;
}
.link-head a{
  font-size: 16px;
}
	
.syouhin{
  position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
  left: 0%;
  top: 20%;

	text-align: left;
	padding: 20px 30px;
}	
	
	
	
	
	
	
}


@media screen and (min-width:1027px) {
  .pc-none{
    display: none;
  }
}
@media screen and (max-width:1026px) {
	/*ページ内リンク*/
/*.button-container {
  display: flex;
  gap: 20px;
  justify-content: space-around;
	max-width: 1000px;
	margin: 80px auto 0;
}*/
	
	/*特色についてツールチップ*/
.icon-container3 {
  display: flex;
  align-items: center;
}
.icon-container3 p{
	font-size: 18px;
	padding-bottom: 8px
	
}
.icon-container3 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container3 .icon-question {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
	bottom: 4px;
}
.icon-container3 .tooltip3 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 6%;
  transform: translateY(100%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
	max-width: 700px;
}

.icon-container3 .icon-question:hover + .tooltip3 {
  visibility: visible;
}
/*用紙ツールチップ*/
.icon-container2 {
  display: flex;
  align-items: center;
}

.icon-container2 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container2 img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
	bottom: 10px;
}
.icon-container2 .tooltip2 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 55%;
  transform: translateY(100%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
	max-width: 350px;
}

.icon-container2 img:hover + .tooltip2 {
  visibility: visible;
}
	
	
	
	
	.syouhin{
  position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
  left: 12%;
  top: 30%;
  /* width: 500px; */
	text-align: left;
	padding: 10px 24px;
}
.inner-check{
	max-width: 700px;
	margin: 0 auto;
}
	
	/*header*/
.features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap; /* レスポンシブ対応 */
}

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #F17816;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: flex; /* 追加 */
	flex-direction: column; /* 複数行を縦に並べる */
}

.circle .small {
  font-size: 18px;
  font-weight: normal;
}
#flow-price{
  padding-top: 240px;
}
	#reason{
  padding-top: 96px;
  padding-bottom: 80px;
}
	.mv{
    width: 750px;
	margin: 0px 0 0px auto;
  }
  .syouhin{
    left: 9%;
    top: 49%;

  }
.works-box2 {
  background-color: #fff;
  padding: 10px 15px 20px;
  /* border: 1px solid #5f5f5f; */
  width: 300px;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 20px;
	margin: 10px ;
}

.works-flex2{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 760px;
  margin: 0 auto 50px;
}

  .rss-table{
    width: 700px;
    color: #2779e4;
    font-size: 18px;
  
  margin: 0 auto;
  }


  .mini-banner img {
    width: 230px;
}

  .table-s {
    font-size: 14px;
}
header{
  padding: 20px 0;
  position: initial;
}

  #formWrap {
    width: 750px;
}
  /* タブレット向けスタイル　*/
  .tb-none{
    display: none;
  }
  .inner{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .inner1000{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .inner1600{
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  h1 {
    font-size: 35px;
}

  .balloon1 {
    margin: 1.5em auto;
    padding: 20px 20px;
    min-width: 200px;
    max-width: 100%;
    color: #ffffff;
    font-size: 16px;
    background: #63A6DB;
    border-radius: 21px;
    font-size: 17px;
    line-height: 135%;
}

.flex-mv2{
  display: block;
}

.flex-mv1 {
  justify-content: center;
}


#anxiety .blue-back h3 {
  font-size: 40px;
}

.red-l {
  font-size: 50px;
}



.flex-reason{
display: block;
}
.flex-reason1{
  justify-content: center;
  margin-top: 80px;
}

.reason-l{
  margin-left: 80px;
}


.flex-size2{
  display: block;
}



.color1 {
  width: 150px;
}




.mail {
  width: 36px;
}
.flex-otaiawase {
  width: 650px;
}

.blue-back1 {
  padding: 40px 40px 30px 40px;
}

.font-big {
  font-size: 28px;
}

.font-m {
  font-size: 23px;
}

.price {
  width: 185px;
}

.meyasu{
  margin-top: 60px;
}

.tbl-r05 th {
  font-size: 19px;
}

.tbl-r051 th {
  font-size: 19px;
}

.tbl-r05 td {
  font-size: 17px;
}

.tbl-r051 td {
  font-size: 17px;
}

.tbl-r05 td {
  padding: 15px 9px;
}
.tbl-r051 td {
  padding: 15px 9px;
}
  h2{
    font-size: 30px;
  }
  .copy1{
    font-size: 28px;
    padding: 15px 15px;
    width: 400px;
  }
  .copy2{
    font-size: 28px;
    padding: 15px 15px;
    width: 282px;
  }
  .mv-logo {
    width: 350px;
}
.copy {

  left: 13%;
  width: 500px;
  top: 11%;
}

.haikei{
  width: 750px;
 }

.webchirasi{
  width: 550px;
}

.foot{
  border-bottom: #fff 1px solid;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
 }
 footer p {
  font-size: 16px;
  margin-top: 6px;
}

#otoiawase{
  padding-top: 0px;
}

#colum{
  padding-top: 80px;
}

.flow-tell h5 {
  font-size: 22px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -120%;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#bcdcf5;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 15px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
top:20px;
right: 20px;
cursor: pointer;
  width: 70px;
  height:50px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



#page_top {
  right: 15px;
}

.border {
  border-radius: 30px;
  border: 3px solid #63A6DB;
  padding: 30px 30px;
  margin-top: 30px;
}

a.btn_02 {
  width: 265px;
}
.denwa {
  width: 60px;
  margin: 10px auto;
}
.flex-bord {
  display: block;
}
.ce{
  text-align: center;
}

.date-table tbody th {
  width: 150px;
}
.date-table{
  width: 750px;
}
/* #flow-size {
  margin-top: 30px;
} */
#flow-paper {
  margin-top: 0px;
}
#flow-color{
  margin-top: 0px;
}
#flow-send{
  margin-top: 0px;
}
#flow-price{
}
.date-img {
  width: 150px;
}
.waku-blue {
  width: 350px;
  padding: 20px 20px;
}

.reason-waku h3{
  font-size: 23px;
}
.reason-waku p {
  font-size: 16px;

}
.reason-waku .small {
  font-size: 14px;
}


.nayami {
  width: 175px;
}
.sankaku {
  width: 140px;
  margin: 0 auto;
}
.flex-re {
  display: block;
}
.reason-waku{
  width: 650px;
  margin: 30px auto;
}
.reason-img {
  width: 300px;
  margin: 20px auto;
}
.title-box2-title {
  left: 65px;
  font-size: 25px;
}
.title-box2 {
  padding: 30px 40px;
margin-bottom: 50px;
}

.flow-img p {
  font-size: 16px;
}
.flow-img img {
  width: 85px;
  text-align: center;
}
.flex-flow1 {
  padding: 70px 20px;
}

.banner-box {
  margin-left: 0px;
}
.foot-banner {
  width: 250px;
}

.point-img{
  width: 230px;
}

#mv h1{
  font-size: 40px;
line-height: 100%;
 }




/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 0.9;
  z-index: 70;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}



#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
  background: #2da0e2;
  font-size: 80%;
}

#sp-fixed-menu li:hover{

opacity: .8;
}


.sp-menu img{
width: 24px;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding-top: 5px;
padding-bottom: 2px;
}


#sp-fixed-menu li a.ic-home::before {
background-image: url(../../img/ic-home.svg);
}

#sp-fixed-menu li a.ic-cash::before {
background-image: url(../../img/ic-cash.svg);
}

#sp-fixed-menu li a.ic-mail::before {
background-image: url(../../img/ic-mail.svg);
}

#sp-fixed-menu li a.ic-paper::before {
  background-image: url(../../img/ic-paper.svg);
  }


#sp-fixed-menu li a:before {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
content: '';
display: block;
margin-right: auto;
margin-left: auto;
width: 24px;
height: 24px;
}


footer{
  padding-bottom: 80px;
}

.menu-btn {
   position: relative; 
  /* top: 10px; */
  right: 10px;
  display: flex;
  height: 0px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /* background-color: #3584bb; */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background-color: #242424;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-btn{
position: fixed;
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3090d4;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

.flex-sp-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#work {
  margin-bottom: 80px;
  padding-top: 50px;
}

#question {
  padding-top: 50px;
}

#privacy {
  padding-top: 50px;
  margin-bottom: 50px;
}

#mail {
  padding-top: 50px;
}

#thanks {
  padding: 50px 0 60px;
}

#tel{
  padding-top: 50px;
}
.article {
  width: 220px;
}
/**----company　----------**/
main{
	padding: 0 16px;
}
#company{
	margin-bottom: 80px;
    padding-top: 80px;
	 
}
.company-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 64px;
   max-width: 820px;
    width: 100%;
}

.company-table th {

    border: solid 1px #000;
    padding: 20px 15px;
    vertical-align: middle;

/* width: 150px; */
    width: 20%;
}

.company-table td {
    border: solid 1px #000;
    padding: 20px 15px;
    vertical-align: middle;
    width: 80%;
}
.law-list {
    margin-bottom: 32px;
}
.title-margin {
    margin-bottom: 24px;
}
#hourei{
	margin-bottom: 100px;
    padding-top: 50px;
}
.law-list h4{
	color: #F08437;
	border-bottom: 1px solid #F08437;
}
}



@media screen and (min-width:767px) {
 /* .tbpc-none{
    display: none;
  }*/
}

@media screen and (max-width:767px) {
	.flex-color.pc-toku-none{
	display: block;
		display: flex;
}
	.flex-color.mobile-toku-none{
	display: none;
		
}
.flex-color .color1{
  max-width: 90px;
	padding-right: 8px;
}
/*特色についてツールチップ*/
.inner-check{
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	 justify-content: center;
	flex-direction: column;
}
.icon-container3 {
  display: flex;
  align-items: center;
}
.icon-container3 p{
	font-size: 18px;
	padding-bottom: 8px;
	
}
.icon-container3 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container3 .icon-question {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
	bottom: 4px;
}
.icon-container3 .tooltip3 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 6%;
  transform: translateY(100%);
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
	max-width: 350px;
}

.icon-container3 .icon-question:hover + .tooltip3 {
  visibility: visible;
}

	.syouhin{
  position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
  left: 12%;
  top: 30%;
  /* width: 500px; */
	text-align: left;
	padding: 10px 24px;
}
	/*header*/
.features {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  /*flex-wrap: wrap;*/ /* レスポンシブ対応 */
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F17816;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: flex; /* 追加 */
	flex-direction: column; /* 複数行を縦に並べる */
}

.circle .small {
  font-size: 12px;
  font-weight: normal;
}
	.syouhin{
  position: absolute;
  top: 44%;
  left: 50%;
		transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
  max-width:375px; 
		width: 100%;
		margin: 0 auto;
	text-align: left;
	padding: 8px 8px;
}
#flow-price{
  padding-top: 100px;
}

.icon-container img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
	/*用紙*/
.icon-container2 {
  display: flex;
  align-items: center;
	text-align: center;
}

.icon-container2 {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-container2 img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
	bottom: 10px;
}
.icon-container2 .tooltip2 {
  visibility: hidden;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translateY(100%);
  background: #fff;
  color: #000;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 100;
  font-size: 14px;
}

.icon-container2 img:hover + .tooltip2 {
  visibility: visible;
}
	.btn_02.top-padding{
	margin-top: 32px;
}
	/*ページ内リンク*/
/*.button-container {
  display: flex;
  gap: 10px;
  justify-content: space-around;
	max-width: 375px;
	margin: 65px auto 0;
}

.button-container button2 a {
  padding: 10px 8px;
  font-size: 18px;
	font-weight: 600;
  border: none;
	border: solid #F08437 2px;
  border-radius: 5px;
  background: #fff;
  color: #F08437;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button-container button2 a:hover {
  background: #F08437;
	color: #fff;
}*/
  .sp-none{
    display: none;
  }
  .inner{
    width: 350px;
  }
  .logo{
    width: 150px;
  }
  header{
    padding: 10px 15px;
    position: initial;

  }
  .mv-logo {
    width: 200px;
}

h1{
  font-size: 23px;
}



.balloon1 {
  margin: 1.5em auto;
  padding: 20px 20px;
  min-width: 160px;
  font-size: 16px;
  background: #63A6DB;
  border-radius: 21px;
  line-height: 135%;
}



h2 {
  font-size: 25px;
}

#reason h2 {
  margin-bottom: 0px;
}
.hito {
  width: 240px;
}

.flex-reason1 {
  display: block;
}
#flow-color{
  padding-bottom: 0px;

}
#flow-size{
	padding-top: 80px;
  padding-bottom: 80px;
}
.reason-l{
  margin-left: 0;
}

.number1 {
  position: absolute;
  width: 75px;
  top: -45px;
}

#anxiety .blue-back h3 {
  font-size: 24px;
}

.blue-back {
  padding: 30px;
}

.font-big {
  font-size: 20px;
}

.red-l {
  font-size: 40px;
}

.flex-price {
  display: block;
}

#price .blue-back1 h3 {
  font-size: 28px;
}
.font-big {
  font-size: 18px;
  padding-top: 15px;
}

.blue-back1 {
  padding: 30px;
}
.font-m {
  font-size: 16px;
  margin-top: 10px;
}
.price {
  width: 160px;
  margin: 20px auto 0;
}

.caramel {
  width: 320px;
}
.naname {
  width: 320px;
}


.tokusyoku {
  width: 40px;
}

.colorprint {
  width: 40px;
}

.flex-send {
  display: block;
}


.flex-otaiawase {
  width: 280px;
  display: block;
}
.hako {
  width: 240px;
  margin: 30px auto 0;
}
	#flow-send{
		padding-bottom: 80px;
	}

#flow-send p {
  font-size: 16px;
}

#flow-price h3 {
  font-size: 20px;
}

#flow-price h4 {
  font-size: 18px;
}
	#flow-paper{
		width: 100%;
		margin: 0 auto;
	}

.paper-table th, .paper-table td {
  padding: 15px 0;
}

.paper-table th {
  font-size: 18px;
}
#flow-paper{
  padding-bottom: 0px;
}
#flow-paper h5{
  text-align: center!important;
  font-size: 16px;
}





  .penbtn{

    top: 10px;
    right: 15px;
      width: 50px;
      height:50px;
  }
    
  /*×に変化*/	
  .openbtn span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
    background-color: #666;
      width: 45%;
    }


    .flex_item{
      display: block;
    }
    .item{
      width: 280px;
      margin: 20px auto;
    }
    .webchirasi {
      width: 350px;
      margin: 30px auto;
  }
  .flex_menu{
    display: block;
  }
  .menu{
    margin: 20px auto;
  }
  #otoiawase h4{
    font-size: 21px;
    text-align: center;
    margin: 5px 0;
    color: #000;
  }
  .haikei{
    width: 350px;
    padding: 25px 10px 20px;
  }
  .flex_tell{
    display: block;
    width: 300px;
  }
  .flex_tell1 {
    display: block;
    width:300px;
    margin: 0 auto;
}
#otoiawase p {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
}
.button {
  font-size: 18px;
}
.mail {
  width: 28px;
}
a.btn_02 {
  width: 230px;
  padding: 10px 23px;
  margin: 15px auto;
}
#otoiawase{
  margin-bottom: 70px;
}
.foot-logo {
  width: 200px;
}
.flex_mail{
  display: block;
}
footer p{
  font-size: 15px;
  margin-top: 5px;
}
.inner1000{
  max-width: 350px;
}
.inner1600{
  max-width: 350px;
}
#page_top{
  right: 0px;
  /* bottom: 0px; */
}
.flex-flow {
  display: block;
}
.flow-tell {
  text-align: center;
  width: 350px;
  margin-top: 40px;
}
.flow-tell h5 {
  font-size: 20px;
}

#formWrap {
  width: 350px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	/* border-bottom:0; */
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	/* display:block; */
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:150px;
	height:40px;
}
#formWrap td input[type="text"], #formWrap td input[type="text"]{
  width: 320px
}
table.formTable textarea {
  width: 320px;
} 

#tel h4 {
  font-size: 25px;
}
#tel .flex_tell1 p {
  margin-top: 6px;
  font-size: 18px;
  text-align: center;
}
#mail {
  padding-top: 70px;
  padding-bottom: 100px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:0px;
  right: 0px;
  cursor: pointer;
    width: 70px;
    height:50px;
  }
  #otoiawase a.btn_02 {
    width: 240px;
  }
  #flow-price {
    padding-bottom: 0px;
}

.re-title1::before{
  top: 7px;
  content: url(../img/flow-1sp.png);
}

.re-title2::before{
  top: 7px;
  content: url(../img/flow-2sp.png);
}

.re-title3::before{
  top: 7px;
  content: url(../img/flow-3sp.png);
}

.re-title4::before{
  top: 7px;
  content: url(../img/flow-4sp.png);
}

.re-title5::before{
  top: 7px;
  content: url(../img/flow-5sp.png);
}

.flex-size1 {
  margin-top: 40px;
}
.heading15 {
  padding-bottom: 13px;
  font-size: 23px;
}
.meyasu p {
  font-size: 16px;
}

#privacy h2 {
  font-size: 25px;
}

/* #privacy {
  padding-top: 130px;
} */

.tab-004 {
  max-width: 350px;
}
.tab-004 > label {
  min-width: 90px;
  padding: 10px;
}
.foot-l {
  margin-left: 0px;
}
.flex-foot {
  display: block;
}
.foot-s{
  font-size: 10px;
  text-align: center;
}

.date-table {
  border: 0;
  width:100%
}
.date-table th{
  background-color: #FFA361;
  display: block;
  border-right: none;
}
.date-table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.date-table tr {
  display: block;
  margin-bottom: .625em;
}
.date-table td {
  border-bottom: 1px solid #bbb;
  display: block;
  font-size: 15px;
  /* text-align: right; */
  position: relative;
  padding: .625em;
  border-right: none;
}



.date-table td::before {
  content: attr(data-label);
  font-weight: bold;
  position: absolute;
  left: 10px;
  color: #167F92;
}
.date-table td:last-child {
  border-bottom: 0;
}
.date-table tbody th {
  color: #fff;
}


.flex-bord::after{
  width: 0;
}
.flex-border{
  display: block;
}
.flex-date {
  display: block;
}
.date-img {
  width: 120px;
}
.waku-blue h5{
  font-size: 20px;
}
.date-table th{
  padding: 6px;
}
.date-table tbody th {
  width: 340px;
}
.border h4 {
  text-align: center;
  font-size: 25px;
}
.flex-bord {
  margin-right: 0;
}
.border p{
  text-align: center;
}



#reason {
  padding-top: 60px;
}
h2 {
  font-size: 21px;
}
.orange {
  font-size: 30px;
}
.large {
  font-size: 25px;
  margin-top: 21px;
  margin-bottom: 50px;
}
.orange-big {
  font-size: 35px;
}

.reason-waku {
  /* border: #707070 1px solid; */
  width: 350px;
  padding: 30px 20px 5px;
  position: relative;
  margin-top: 20px;
}
.waku-midasi {
  position: relative;
  padding: 0px 2rem calc(3px + 8px);
  /* padding: 10px 30px; */
  background: #FFD86B;
  width: 150px;
  font-size: 14px;
  margin-bottom: 8px;
}
.reason-waku h3 {
  font-size: 20px;
}
.reason-img {
  width: 250px;
}
.title-box2-title {
  left: 13px;
  font-size: 20px;
  top: -1.8em;
  text-align: center;
  padding: 15px 20px;
}
.tel {
  font-size: 33px;

}
.tel-p {
  font-size: 23px;
}

#flow h2 {
  padding: 10px;
}
.flex-flow1 {
  display: block;
  padding: 40px 30px;
}
.sita{
  width: 50px;
  margin: 30px auto;
}
.flow-img p {
  font-size: 20px;
}
.f-i{
  margin: 0 auto;
  width: 100px;
}
.flow-img img {
  width: 100px;
}

.color-waku p {
  font-size: 13px;
}
.color-waku{
  padding: 10px 10px;
	margin-top: 10px;
}
.heading12{
  font-size: 27px;
  margin-bottom: 15px;
}
.heading12::before {
  margin-right: 12px;
  font-size: 30px;
  padding-bottom: 3px;
}
.heading-031 {
  font-size: 23px;
  width: 270px;
}

  form .ref input[type="text"] {
    display: flex;
}
#formWrap td input[type="text"], #formWrap td input[type="text"] {
  width: 280px;
}

#date-create{
  margin-top: 80px;
  margin-bottom: 80px;
}

#thanks h1{

  font-size: 25px;
}
.rss-table{
  width: 350px;
  color: #2779e4;
  font-size: 16px;

margin: 0 auto;
}

.rss-table tr{
  margin: 7px 0;
}
/*新規コード*/
  .mv {
    max-width: 100%;
    margin: 0px 0 100px auto;
}

#mv h1{
  font-size: 25px;
line-height: 110%;
	text-align: left;
 }
.syouhin h1{
  color: #F17816;
	font-size: 18px;
}
.syouhin h2{
	text-align: left;
	font-size: 18px;
	margin-bottom: 8px;
}
.syouhin p{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
}
.point-img{
  width: 250px;
  margin: 20px auto;
}

 h1{
  font-size: 30px;
line-height: 160%;
 }


 #work {
  margin-bottom: 80px;
  padding-top: 30px;
}
#work h2 {
  font-size: 21px;
}

.works-flex{
  display: block;
  width: 350px;
}

.works-box{
  margin: 0 auto 30px;
}
	
/*オプション*/
#option{
	padding-bottom: 72px;
}

.works-box2{
  margin: 0 auto 30px;
}
.content {
  max-width: 320px;

}
.works-flex2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 350px;
  margin: 0 auto 0px;
}
.article {
  width: 320px;
  margin: 50px auto;
}
/**----company　----------**/
main{
	padding: 0 16px;
}
	main h2{
		font-size: 25px;
	}
#company{
	margin-bottom: 50px;
    padding-top: 50px;
}
.company-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 64px;
    max-width: 820px;
    width: 100%;
}

.company-table th {
    /* background: #F08437; */
    border: solid 1px #000;
    padding: 20px 9px;
    vertical-align: middle;

/* width: 150px; */
    width: 20%;
}

.company-table td {
    border: solid 1px #000;
    padding: 20px 15px;
    vertical-align: middle;
    width: 80%;
}
.law-list {
    margin-bottom: 32px;
}
.title-margin {
    margin-bottom: 24px;
}
#hourei{
	margin-bottom: 100px;
    padding-top: 0px;
}
.law-list h4{
	color: #F08437;
	border-bottom: 1px solid #F08437;
}

}