
.yakuhan-font{
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@font-face {
  font-family: 'josefin-font';
  src: url('../../../fonts/Josefin_Sans/JosefinSans-Bold.ttf') format('truetype');
  }
.josefin-font{
  font-family: 'josefin-font';
}
@font-face {
  font-family: 'josefin-font-regu';
  src: url('../../../fonts/Josefin_Sans/JosefinSans-Regular.ttf') format('truetype');
  }
.josefin-font-regu{
  font-family: 'josefin-font-regu';
}
@font-face {
  font-family: 'lusiana-font';
  src: url('../../../fonts/Lusitana/Lusitana-Regular.ttf') format('truetype');
  }
.lusiana-font{
  font-family: 'lusiana-font';
}
@font-face{
  font-family: 'notosanjp';
  src:url('../../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.otf')format('truetype');
}
.notosanjp{
  font-family: 'notosanjp';
}
@font-face{
  font-family: 'notosanjp-bold';
  src:url('../../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf')format('truetype');
}
.notosanjp-bold{
  font-family: 'notosanjp-bold';
}
@font-face{
  font-family: 'notosanjp-regu';
  src:url('../../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf')format('truetype');
}
.notosanjp-regu{
  font-family: 'notosanjp-regu';
}
@font-face{
  font-family: 'notosanjp-medi';
  src:url('../../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf')format('truetype');
}
.notosanjp-medi{
  font-family: 'notosanjp-medi';
}
.font-din2014{
  font-family: din-2014, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.content{
  display: none;
}
.content.show{
  display: block;
  margin: auto;
}

.accordion {
  margin: 0 auto;
}
.js-acc__trigger {
  user-select: none;
}
.js-acc__trigger:hover,
.js-acc__trigger:active,
.js-acc__trigger.is-active {
  
}
/* .body{
  line-height: 0;
  height: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
  */
.contents.is-open,
.body.is-open
{
  padding: 10px;
  line-height: normal;
  height: auto;
  opacity: 1;
  display: block !important;
  margin-bottom: 20px;
  translate: 1s;
}
.dropdown{
  display:none;
  margin-top: 100px;
}
/* ボタン */
.menu-button{
  display: block;
    padding: 10px;
    background: #747272;
    font-family: sans-serif;
    letter-spacing: .05em;
    font-weight: bold;
    width: 90%;
    max-width: 500px;
    margin: 80px auto 180px;
    font-size: 23px;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 4px;
}

.dropdown .active
,.dropdown-active
{
  display:block !important;
}
.displaynone{
  display: none;
}
.toiawaes-waku{
display: flex;
width: 100%;
max-width: 900px;
margin: 30px auto;
justify-content:center;
align-items: flex-end;
}
.cal{
  width: 50%;
}
.cal-img{
width: 300px;
}
img{
  width: 100%;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
  margin: 30px auto;
}
.toiawase-bun{
  font-size:4em;
  margin: 20px auto;
}
#biz_calendar p span.boxeventday {
display: none;
}
#biz_calendar table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
  width: 20px;
}

.footer-center-waku{
  margin-top: 0px;
  width: 17.6%;
  
}
.sns-content-waku {
  display: flex;
  justify-content: flex-start;
  margin:auto;
}
.sns-content-waku img {
  width: 100%;
}
.is-d .displaynone{
  display: none;
}
.is-u .displayblaok{
  display: block;
}
.footer-sm-inner-li{
  margin: 10px 0;
  position: relative;
}
.color-gray{
  color: #727272;
}
.footer-sm-inner-li a:link{
  color:#727272;
}
/* .footer-sm-inner-li::after{
  position: absolute;
  content: "";
  background-image: url(../../../images/common/footer-yajirushi.svg);
  width: 12px;
  height: 13px;
  background-size: cover;
  top: 7px;
  margin-left: 10px;
  background-size: cover;
} */
.footer-content-inner-1 li{
  margin: 10px 0;
}
.yasjirushi{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  justify-content: center;
  align-items: center;
  border: 1px solid #92AABE;
  border-radius: 50%;
  height: calc(30em/16);
  width: calc(30em/16);
  flex-shrink: 0;
  position: relative;
  right: calc(35em/16);
  margin-left: auto;
    margin-right: -10%;
}
.yasjirushi::after{
  top: 32%;
    left: 36%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    width: calc(9em/16);
    height: calc(9em/16);
    border-top: 1px solid #92AABE;
    border-right: 1px solid#92AABE;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}
.yasjirushi.active{
  background: #92AABE;
  border: 1px solid white;
  transition: .2s;
}
.yasjirushi.active::after{
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 37%;
}
.title-box{
  margin:0px auto 0px;
  text-align: center;
}
.title-box2{
  margin:100px auto 10px;
  text-align: center;
}

/*タブ実装*/
.tab_box .btn_area {
	
}

.tab_box .tab_btn {
	
}

.tab_box .tab_btn + .tab_btn {
	
}

.tab_box .tab_btn:hover {
	
}

.tab_box .tab_btn.active {
opacity: 0.5;
}

.tab_box .panel_area {
  
}

.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

.product-detail-point-box{
  margin: auto;
}
.product-detail-inner-box{
  margin: 0px auto 100px;
  max-width: 900px;
  width: 100%;
}
.prodcut-inner-title{
text-align: left;
letter-spacing: 3px;
font-weight: 600;
color: #93AABE;
}
.prodcut-inner-title-1{
font-size: calc(26em/16);
line-height: 42px;
margin: 20px 0px;
font-weight: 800;
text-align: left;
}
.prodcut-inner-title-2{
margin: 20px 0px;
text-align: left;
}
.prodcut-inner-title-3{
font-size: 13px;
line-height: 32px;
margin: 20px 0px;
}
.product-inner-img{
margin:60px auto 0px;
width: 85%;
text-align: center;
}

.product-howto-title{
font-size: 39px;
text-align: center;
font-weight: 800;
margin: 20px;
}
.product-howto-title-2{
font-size: 39px;
text-align: center;
margin: 20px;
position: relative;
}
.product-howto-title-2::after{
border-bottom: 1px solid;
width: 100px;
content:"";
left: 50%;
bottom: 3px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
position:absolute;
color: #93aabc;
}

.product-howto-big-title{
font-size: calc(26em/16);
line-height: 42px;
margin: 20px 0px;
font-weight: 800;
text-align: left;
color: #93aabc;
}
.p-products__detailLink .link {
  text-align: center;
    width: 47%;
    margin-right: 3%;
    max-width: 300px;
}
.p-products__detailLink {
  margin-top: calc(100em/16);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-products__detailSubtitle {
  margin-top: 30px;
  font-size: 24px;
  color: #727272;
}
.p-products__detailTxt {
  margin-top: 1em;
  color: #727272;
  font-size: 16px;
  line-height: 30px;
}
.product-shitumon{
  font-size: 18px !important;
  color: #727272;
  letter-spacing: 4px;
}
.p-guide__faqList-body .list__itemBody .title {
  display: flex;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding: calc(16em/16) calc(80em/16) calc(16em/16) calc(30em/16);
  align-items: baseline;
}
.text_icon{
  display: flex;
  padding: calc(5em/16) 0;
  font-size: calc(16em/16);
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:20px auto;
   text-align: left;
}

.slider img {
   width:90%;/*スライダー内の画像を横幅100%に*/
   height:auto;
   margin: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
   text-align:center;
 margin:20px 0 0 0;
}

.slick-dots li {
   display:inline-block;
 margin:0 5px;
}

.slick-dots button {
   color: transparent;
   outline: none;
   width:8px;/*ドットボタンのサイズ*/
   height:8px;/*ドットボタンのサイズ*/
   display:block;
   border-radius:50%;
   background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
   background:#333;/*ドットボタンの現在地表示の色*/
}
.how-to-waku{
  display: flex;
  margin: 0px auto 10px;
}
.how-to-font{
  width: 50%;
  padding: 0px 45px 20px 45px;
  text-align: left;
}
.how-to-img{
  width: 50%;
  padding: 20px;
}

.cm-h__nav.is-open {
background-color: white !important;
overflow-y: scroll;
}
.cm-h__navListItem .target__txt {
color: #454545;
}
.cm-h__menu.is-open .cm-h__menuLine .cm-h__menuLineBody, .cm-h__menu.is-open .cm-h__menuLine::before, .cm-h__menu.is-open .cm-h__menuLine::after {
background-color: #93A9C1;
}
.product-reccomend-title{
color: #fff;
position: absolute;
left: 0px;
bottom: calc(20em/16);
width: 100%;
z-index: 10;
padding: 0px 10px;
text-align: center;
}
.product-recomend-waku{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: none;
}
.product-recomend-waku img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin:0 auto;
}


.p-top__productsBodyListItem .img {
  background: none;
  position: unset;
  padding-top: 260px;
}
.p-top__productsBodyListItem .title {
  color: #92aabe;
  position: unset;
}
.prduct-title{
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #92aabe;
  text-align: left;
  margin: 10px auto 0px;
  line-height: 30px;
}

#biz_calendar table.bizcal .holiday {
  background-color: #EAEAEA !important;
  color: #727171 !important;
}
#biz_calendar p {
  margin: 0;
  line-height: 170%;
  text-align: left;
}
#biz_calendar p span.boxholiday {
  background-color: #eaeaea  !important;
  padding-left: 25px;
  margin-right: 10px;
  text-align: left;
}
#biz_calendar table.bizcal .calyear {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px 2px 0px;
  border: none;
  color: #727171;
  font-size: 16px;
  line-height: 16px;
  font-family: 'josefin-font';
  margin-top: 5px;
}
#biz_calendar table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 0px 7px 5px 0px;
  border: none;
  color: #727171;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0px;
}
#biz_calendar table.bizcal .calmonth-2 {
  text-align: right;
  font-weight: bold;
  padding: 2px 0px 2px 7px;
  border: none;
  color: #727171;
  font-size: 40px;
  letter-spacing: -1px;
  font-family: 'notosanjp-regu';
}
#biz_calendar table.bizcal .today {
  position: relative;
  font-weight: bold;
  text-decoration: none !important;
  color: white !important;
  z-index: 2;

}
#biz_calendar table.bizcal .today::after {
  position: absolute;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: #799DBA !important;
    z-index: -1;
}
#biz_calendar table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #727171;
  background-color: white;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
#biz_calendar table.bizcal td {
  text-align: center;
  border-width: 0;
  padding:2px;
  color: #727171 !important;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
#biz_calendar table.bizcal {
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
  border: 1px #B5B5B6 solid;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
  border-radius: 6px;
  border-collapse: separate;
  padding: 10px !important;
}
#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #799DBA !important;
}
#biz_calendar table.bizcal th:first-child {
  color: #E57E48 !important;
}
#biz_calendar table.bizcal .cal-youbi {
  border-collapse: separate;
  border-spacing: 10px 0px;
}
#biz_calendar table.bizcal .cale-yobi {
 height: 10px;
}
#biz_calendar table.bizcal .down-img {
  text-align: center;
}
#biz_calendar table.bizcal .up-img {
  text-align: center;
}
.sns-line-img{
  width: 266px;
  margin: 0px 20px;
}
.swiper-button-next{
  right: 20px !important;
  left: auto;
  color: #99a2b2 !important;
}
.swiper-button-prev  {
  left: 20px !important;
  left: auto;
  color: #99a2b2 !important;
}
.concetpt-bun{
  position: relative;
  padding-left: 38px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.concetpt-bun::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 14px;
  width: 30px;
  height: 1px;
  background-color: #92aabe;
}

.concept-small{
  font-size: 0.6rem;
  margin-top: 1%;
  margin-bottom: 0.2%;
  text-align: left;
}
.concept-title{
  font-size:2.23rem;
  margin-bottom: 30px;
}
.p-top__concept2{
  width: 73%;
  margin: auto;
}

.p-top__concept2-1{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 5.2% auto 0px;
  max-width:1400px;

}
.p-top__concept2-inner-left{
  width: 400px;
  
}
.p-top__concept2-inner-right{
  width: 600px;
}
.top-concept-title{
  text-align: left;
  font-size: 2.23rem;
  margin-bottom: 30px;
}
.p-top__conceptBodyTxt2 {
  color: #555557;
  margin-top: calc(24em/16);
  text-align: left;
  line-height: 35px;
  font-size: 16px;
}
.p-top__conceptBg{
  position: relative;
  width: 46%;
  height: auto;
  right: 0;
  padding-top: 90%;
}

.p-top-concept-img{
  position: absolute;
  top: -16%;
  right: -2%;
  width: 30%;
  height: auto;
}
.p-top-concept-img2{
  position: absolute;
    top: 0%;
    left: -25%;
    width: 72%;
    height: auto;
}


.pop-top1{
  margin-left: -100px;
  margin-top: -44px;
  margin-bottom: 20px;
  width: 320px;
  height: 300px;
}
.p-top__introBg{
  width: 93%;
}
.p-top__introBgBody1{
  padding-top: calc(396/517*100%);
  height: 300px;
}
.pop-top2{
  margin-left: 133px;
  margin-top: -44px;
  margin-bottom: 32px;
}
.p-top__introBgBody2{
  padding-top: calc(586/337*60%);
}



.p-top__conceptBodyLink{
  width: 300px;
  border: 1px solid #92aabe;
  color: #92aabe;
  line-height: 60px;
  text-align: center;
  margin-right: auto;
  border-radius: 4px;
}
.p-top__conceptBodyLink2{
  width: 300px;
  border: 1px solid #92aabe;
  color: #92aabe;
  line-height: 60px;
  text-align: center;
  margin: auto;
  border-radius: 4px;
}
.p-top__conceptBodyLink2 .u-en {
  font-size:16px;
  color: #92aabe;
}
.p-top__conceptBodyLink .u-en {
  font-size:16px;
  color: #92aabe;
  display: block;
  
}
.tate-bar{
  width: 1px;
  height: 100px;
  background-color: #92aabe;
  text-align: center;
  margin: 4% auto 0px;
}

.u-section2.is-min {
  margin: 96px auto 50px;
  width: 100%;
  position: relative;
}

.p-products__outlineList:nth-of-type(1) .p-products__outlineListTitle {
  border-top: 1px solid #cbcbcb;
}
.p-products__outlineListTitle {
  text-align: left;
  width: 156px;
  border-bottom: 1px solid #cbcbcb;
  padding: 18px 0;
  color: #727171;
}
.p-products__detail{
  width: 73%;
  margin: 157px auto 0px;
  text-align: left;
  max-width: 1400px;

}
.p-products__detail-inner{
  margin-left: 3%;
  flex-basis: 50%;
}
.p-top__productsBodyLink .u-en{
  border: 1px solid;
  width: 200px;
  line-height: 40px;
  font-size: calc(13em/16);
  color: #92aabe;
}
.p-products__outlineListTxt {
  flex: 1;
  border-bottom: 1px solid #CBCBCB;
  padding: 18px 0;
  color: #727171;
}
.cm-h__navList {
  display: flex;
  align-items: baseline;
}
.cm-h__navListItem .target__txt {
  color: #92aabe;
  font-size: 1rem;
}
.header-menu{
  position: relative;
  margin-right: 50px;
  line-height:59px;
  font-size: 18px;
  margin-left: 49px !important;
  padding-left: 0px !important;
}
.header-menu::after{
  position: absolute;
  width: 1px;
  height: 61px;
  background-color: #92aabe;
  top: -42px;
  right: -50px;
  content: "";
}
.cm-h__navSub {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: calc(10em/16);
  margin-bottom: 14px;
}
.cm-h__navListItem:nth-of-type(5) {
  border: none;
}


/* 共通 */

.pnavi{
  align-items: baseline;
  display: flex;
  justify-content: center;
  margin: 20px auto 100px;
}
.pagination{
  margin:40px 0 0;
}
.nav-links{
  display:flex;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:20px;
  padding:5px 15px;
  color: #999;
  border-radius:3px;
  background:#fff;
  border: 1px solid #999;
}
.pagination .current{
  padding: 5px 15px;
  background: #fff;
  color: #78a2c8 !important;
  border: 1px solid #78a2c8 !important;
}
.pagination .prev,
.pagination .next{
  background:transparent;
  box-shadow:none;
  color:#69a4db;
  border: none;
  position: relative;
}
.pagination .next{
  padding-right: 30px;
}
.pagination .prev{
  padding-left: 30px;
}
.pagination .next::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -1px;
  background-image: url(../../../images/news/migi.svg);
  width: 19px;
  height: 29px;
  background-size: auto;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -1px;
  background-image: url(../../../images/news/hidari.svg);
  width: 19px;
  height: 29px;
  background-size: auto;
}
.pagination .dots{
  background:transparent;
  box-shadow:none;
}
.p-top__news {
  background: #E0E6E9;
  padding: 100px 0px;
  overflow: visible;
}
.news-waku{
  width: 73%;
  margin: 60px auto 60px;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  max-width:1400px;
}
.news-waku-innner{
  width: 30%;
  margin: 0px 0px 0px;
}
.news-waku-innner2{
  width: 30%;
  margin: 0px 0px 83px;
}
.news-waku-innner-img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.news-waku-innner-img::after{
  position: absolute;
  content:"";
  border: 1px solid white;
  top: 0px;
  left: 0px;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 95%;
height: 95%;

}
.news-waku-innner-img img{
  width: 100%;
  aspect-ratio: 10/10;
  object-fit: cover;
}
.news-waku-innner-title-waku{
margin: 5px auto 5px 0px;
text-align: left;
}
.news-waku-innner-title-waku2{
  margin: 20px auto 15px 0px;
  text-align: left;
  }
.news-waku-innner-title{
  border: 1px solid #92AABE;
  color: #92AABE;
  display: inline;
  text-align: left;
  padding: 5px;
}
.news-waku-innner-title2{
  border: 1px solid #92AABE;
  color: #92AABE;
  display: inline;
  text-align: left;
  padding: 5px;
}
.news-title3{
  color: #727272;
  text-align: left;
}
.news-page-img{
  width: 100%;
  height: auto;
  position: relative;
}
.news-page-img img {
  width: 100%;
  aspect-ratio: 10/10;
  object-fit: cover;
}
.news-page-img::after {
  position: absolute;
  content: "";
  border: 1px solid white;
  top: 0px;
  left: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}
/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #727171;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.title__icon{
  color: #727272;
}
.product-big-waku-inner{
  width: 23%;
  background-color: #92AABE;
  color: white;
  font-size: 1.5rem;
  border-radius: 10px;
  padding: 1% 0px;
  margin: 2% 1%;
}
.yajirushi-waku{
  width: 100%;
  background-color: #F4F4F4;
  display: flex;
  justify-content: flex-start;
  margin: 30px auto 20px;
  color: white;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 38px;
}

.yajirushi-waku-right{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yajirushi-waku-right-inner,
.yajirushi-waku-right-inner a
{
  position: relative;
  margin: 0px 28px 0 0;
  color: #727272;
} 
.yajirushi-waku-right-inner::after{
  content: "";
  position: absolute;
  top: 14px;
  left: -23px;
  background-image: url(../../../images/product/cheke.svg);
  background-size: contain;
  width: 16px;
  height: 18px;
}
.arrow {
  position: relative;
  width: 50%;
  height: 40px;
  background:#92AABE;
}
.arrow::after {
  content: "";
  position: absolute;
  right: -40px;
  border-left: 20px solid #92aabe;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.product-teiki{
  font-size: 15px;
    letter-spacing: 0px;
    color: white;
    font-weight: 600;
}
.product-one-title{
  font-size: 1.2rem;
  color: #727272;
  text-align: left;
  font-weight: 600;
}
.product-img{
  width: 100%;
  height: 80%;
  position: relative;
  border-radius: unset;
}
.product-img-mizu1{
  position: absolute;
  top: -41px;
  left: -15px;
  width: 120px;
}
.product-img-mizu2{
  position: absolute;
  top: 80%;
  right: -38px;
  width: 45%;
}
.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #93aabe;
  border-right: 2px solid #a4b8c9;
  transform: rotate(45deg);
  position: absolute;
  top: 41%;
  right: 20px;
}
.produt-kounyu{
  background: none !important;
  border: 1px solid #92AABE;
  border-radius: 4px;
  position: relative;
}
.product-kounyu-inner{
  color: #92AABE !important;
  font-size: 15px !important;
  letter-spacing: 0px;
}
.product-title-1{
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  margin-bottom: 10px;
}
.product-title-2 {
  font-size: 28px;
  margin: -2px auto 1px;
  color: #93aabe;
  letter-spacing: 10px;
  line-height: 25px;
}
.p-products__detailLink .link:nth-of-type(2) .target {
  background-color: #93aabe;
  border-radius: 4px;
  position: relative;
}
.white-color{
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.p-products__detailLink {
  margin-top: 33px;
}
.product-kingaku{
  text-align: left;
  font-size: 14px;
  color: #727272;
}
.point-waku{
  width: 73%;
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between
}
.point-waku-inner{
  width: 30%;
}
.point-waku-inner-img{
  width: 100%;
  height: auto;
}
.point-waku-inner-title{
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #727272;
  margin: 16px auto 9px;
}
.point-waku-inner-bun{
  font-size: 16px;
  text-align: left;
  color: #727272;
}
.bg-gradation{
  background:linear-gradient(to left top, #A3BDD1,#E9F3FA);
  width: 100%;
  padding: 70px 0px 0px;
}
.p-news__list {
  padding-bottom: calc(55em/16);
  overflow: unset;
}
/* お声 */
.okoe-title{
  margin: 100px auto;
  display: inline;
  border-bottom: 1px solid white;
}
.okoe-back{
  width: 73%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    background-image: url(../../../images/product/mizu-back.png);
    height: auto;
    background-size: cover;
    padding-top: 78px;
    margin: auto;
    padding-bottom: 120px;
}
.okoe-back-inner{
  background-image:url(../../../images/product/okoe-back.svg);
  width: 32%;
  background-size: cover;
  height: auto;
  position: relative;
  padding-top: 33.2%;
  filter: drop-shadow(5px 5px 5px #727272);
}
.okoe-back-inner-img{
  width: 85%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 8%;
}
.p-products__outline div:nth-child(3n) {
  margin-bottom: 0px!important;
}
.shiyou-ryou{
  width: 100%;
  margin: 0px auto 100px;
  display: flex;
  justify-content: center;
}
.siyouryou-inner{
  width: 34.2%;
  height: auto;
  margin: 30px 10px;
}
.kihon-step-waku{
  width: 100%;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.kihon-step-waku-2{
  width: 73%;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.toiawase-waku-flex-between{
  justify-content: space-between;
}
.kihon-step-waku-4{
  width: 100%;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.kihon-step-waku-4-cheer{
  width: 100%;
  margin: 50px auto 0px;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.kihon-step-waku-inner{
  width: 30%;
}
.kihon-step-waku-inner-4{
  width: 22.8%;
}
.kihon-step-img{
  height: 315px;
}
.kihon-step-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.kihon-step-num2{
  font-size: 60px;
  margin-left: 10px;
}
.kihon-step-bun{
  text-align: left;
  font-size: 16px;
  color: #727272;
}
.kihon-step-bun-cheer{
  text-align: left;
  font-size: 16px;
  color: #727272;
  margin-top: 20px;
}
.kihon-step-bun1{
  text-align: left;
  font-size: 16px;
  color: #727272;
  margin-top: 20px;
}
.kihon-step-yajirushi{
  margin: 148px 10px;
}
.how-to-use-back{
  margin: 5% auto 0px;
  background-color: #e3e9ef;
  width: 78.5%;
}
.howotouse-moji {
  padding: 10px 0 0;
  font-size: 25px;
  color: #92AABE;
  font-weight: 600;
}

.how-to-use-title{
  text-align: center;
  margin-bottom: 50px;
}
.how-to-use-title-2{
  text-align: center;
  margin-bottom: 70px;
  display: block;
  margin-top: 107px;
}
.how-to-use-title-2-4ver{
  text-align: center;
  margin-bottom: 70px;
  display: block;
  margin-top: 0px !important;
}
.how-to-use-title-2-4ver-2{
  text-align: center;
  margin-bottom: 70px;
  display: block;
  margin-top: 100px !important;
}
/* よくある質問 */
.p-guide__faqList-body .list__item.block-title{
  margin-top: 50px;
  background: linear-gradient(to left, #A3BDD1,#F3F7F9);
  color: #92AABE;
  font-size: 24px;
  padding: 10px 30px;
  letter-spacing: 0.1em;
}
.margin-center{
  margin: 30px auto;
}
.txt{
  letter-spacing: 0px;
    margin-top: 10px;
    color: #727272;
    line-height: 35px;
    font-size: 16px;
}


/* 問い合わせフォーム */
.toiawase-waku{
  width: 57.2%;
  margin:50px auto;
}
.toiawase-waku-inner-bun{
  font-size: 16px;
  margin: 30px auto;
}
.toiawase-left-koumoku{
  text-align: left !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toiawase-hissu{
  background-color: #860000;
  color: white;
  font-size: 10px;
  padding: 0px 2px;
  line-height: 18px;
  height: 18px;
  margin: 0px 0px 0px 5px;
}
.p-contact__frmTbl th span {
  position: unset;
}
.p-contact__frmTxt{
  display: flex;
  margin: auto;
  justify-content: center;
}
.submitbtn{
  width: 300px;
  margin: 30px auto;
  background: none;
  padding-left: 0px;
  position: relative;
}
.submitbtn .submit {
  background: none;
  border: 1px solid #92AABE;
  color: #92AABE;
  margin: auto;
  width: 300px;
  padding: 20px 0px;
}
.submitbtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  bottom: 0;
  right: 25px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 2px solid #92aabe;
  border-right: 2px solid #92aabe;
  transform: rotate(45deg);
  z-index: 100;
  border-radius: unset;
}
.submitbtn.active .submit{
  background: #92AABE;
  border: none;
  color: white;
  margin: auto;
  width: 300px;
  padding: 20px 0px;
}
.submitbtn.active:after {
  border-top: 2px solid white;
    border-right: 2px solid white;
    background: none;
    border-left: none;
    border-bottom: none;
    top: 28px;
    right: 39px;
}

.c-txtbox02 {
  width: 100%;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/* 問い合わせフォーム */
.p-contact__frmTbl tr.active{
  display: flex !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 20px;
}
.doui-wrap{
  width: 632px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.return-btn{
  position: relative;
  display: inline-block;
  background: none;
  border: 1px solid #707070;
  color: #707070;
  margin: auto;
  width: 300px;
  padding: 19px 0px;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  
}
.return-btn::after {
  content: "";
    display: block;
    position: absolute;
    top: 26px;
    bottom: 0;
    right: 48px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    z-index: 100;
    border-radius: unset;
}

.thanks-title{
  font-size: 38px;
  color: #99B1C4;
  margin-top: 30px;
}
.login-button {
  display: block;
}