@charset "euc-jp";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

*{margin:0px; padding:0px;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:bottom;
background:transparent;
font-weight:normal;}

body {line-height:1;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}

ul {list-style:none;}

input, select {vertical-align:middle;}

div {display: block;}

h1, h2, h3, h4, h5, h6, p, address{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}

img {vertical-align: bottom; border: none;}

table{border-collapse:collapse; width:100%;}

a {outline:none;  text-decoration:underline;}
a:focus {outline:none;}
*:focus {
  outline: none;
  border: none;
}


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	line-height: 1.7;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: 100%;
  
  font-weight: 700;
	color:#000;
  letter-spacing: 1px;}

p,li,span,h2,h3,h4,h5{
    transform: rotate(0.03deg);}


.font_abel{font-family: 'Abel', sans-serif;}

a,a:visited,a:link,a:active{
  color:#000 !important;
  text-decoration:none !important;}
  
a img{transition: 0.5s all;}


.bold{font-weight: bold;}
  
img{
	max-width: 100%;
	height: auto;
}

.red{
  color: #FE0107;
}
.Center{
  text-align: center;
}
.Contents{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.Container{
  overflow: hidden;
  padding-bottom: 150px;
}

@media screen and (min-width:768px){
  .pc_hidden{display: none;}
  a:hover{
  text-decoration: none!important;
	opacity:0.5 !important;
	transition: 0.5s all;
  color:#000;}}
@media screen and (max-width:767px) {.sp_hidden{display: none;} .Container{padding-bottom: 100px;} body{font-size: 14px;}}

/*Hack */
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
.clearfix {zoom:1;}


/*////////////////////*/

/*header*/
.header_info{
  width: 100%;
  padding: 5px 30px;
  box-sizing: border-box;
  background:#FA3838;
  color: #FFF;
  font-size: 12px;
}
.header{
  position: relative;
}
.header_txt{
  line-height: 1.4;
  position: absolute;
  top: 5px;
  font-size: 10px;
  left: 30px;
}
.shop_logo{
/*  background: #FFF;*/
  
  position: absolute;
  top: 45px;
  left: 30px;
  z-index: 98;
}
.shop_logo a{display: block;}
.nav_inner ul li a{display: block; padding-bottom: 5px;}
.nav_inner ul li.nav_item a:hover{
    color: #76a6b4 !important;
    opacity: 1 !important;
  }


.icon_cart{
  position: fixed;
  right:0;
  top: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  background:#a4c6d0;}
  
.icon_cart a{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}  

.sp_logo{display: none !important;}
@media screen and (min-width:1101px){
  .shop_logo img{width: 170px;}
  
  .drawer-close,.sp_submenu{display: none !important;}
  
  .nav_inner ul{
    display: flex;
    padding: 10px 0 20px 0;
    justify-content: center;
  }
  .nav_inner ul li{
    margin: 0 20px;
    font-size:18px;}
  
  .nav_inner ul li.nav_item_sp{display: none;}
  
  .nav_inner ul li.nav_item a:after{
    content: '';
    width: 0;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
    left: 0;
  }  
  .nav_inner ul li.nav_item a:hover:after{
    width: 100%;
    height: 1px;
    background: #a4c6d0;
    }
  
  .head_menu{
    font-size: 14px;
    padding: 30px 0;
  }
  .head_menu ul{
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
    align-items: center;
  }
  .head_menu ul li{
    letter-spacing: -0.0025em;
    display: inline-block;
    margin-left: 20px;
  }
  
  
}

@media screen and (max-width:1100px) {
    .header_info{
      padding-right: 120px;
      min-height: 50px;
      line-height: 40px;
    }
    .shop_logo{top: 40px;}
    .shop_logo img{width: 80px;}
    .sp_logo{display: block !important; margin-bottom: 4vh;}
    .sp_logo img{
      width: 80px;
    }
    .icon_cart{width: 60px; height: 50px;}
    .icon_cart img{margin-right: 5px;}
    .icon_cart span > span{display: none;}
    .icon_cart a{padding: 10px; height: 50px; box-sizing: border-box;}
    
    .head_menu ul{display: none;}
    .header{
      height: 50px;
    }
    
    .drawer-hamburger {
      position: fixed;
      z-index: 100;
      top: 0px;
      right: 75px;
      display: block;
      width: 25px;
      box-sizing: border-box;
      height: 50px;
      -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border: 0;
      outline: 0;
      background: none;
    }

    .drawer-hamburger-icon {
      position: relative;
      display: block;
      margin-top: 0px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      width: 100%;
      height: 2px;
      -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      background-color: #000;
    }

    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      position: absolute;
      top: -10px;
      left: 0;
      content: ' ';
    }
    .drawer-hamburger-icon:after {top: 10px;}

    .drawer-close{
      font-size: 40px;
      border:none;
      z-index: 101;
      background: none;
      top: 15px;
      right: 15px;
      position: absolute;
      color: #76a6b4;
      font-family: Abel, sans-serif;
      font-weight: 100;
    }
  
    .drawer {
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      
      z-index: 9999;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%;
      background:#FFF;
      transition-property: all;
      transition-duration: 0.3s;
    }
    .drawer.open {
      
      opacity: 1;
      visibility: visible;
    }
    .nav_inner{
      padding: 15px;
    }
    .nav_inner ul{text-align: center;}
    .nav_inner ul li{
      font-size: 18px;
      margin-bottom: 2vh;
    }
    li.nav_item + li.nav_item_sp{border-top: 1px solid #EEE; padding-top: 2.5vh;}
    .nav_inner ul li.nav_item_sp img{margin-right: 5px;}
    .nav_inner ul li.nav_sns{display: inline-block; margin: 0 5px;}
    
    ul.sp_submenu{
     border-top: 1px solid #e0e0e0;
     padding-top: 3vh;
     margin-top: 1vh}
    ul.sp_submenu li{
      font-size: 14px; margin-bottom: 1.5vh;
    }
    
}
@media screen and (max-width:767px) {
  .header_info{
     padding-right: 100px;
     padding-left: 10px;
     padding-top: 10px;
     font-size: 10px;
     line-height: 1.4;
  }
  .header_txt{
    left: 10px;
    letter-spacing: -0.025em;
    top: 5px;
  }
  .shop_logo{
    top: 40px;
    left: 10px;}
}

/*footer*/
.footer{
  background: #e8f1f3;
  font-size: 14px;
  padding: 50px 0 30px 0;
}
.foot_logo_txt{
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.foot_logo_wrap{
  text-align: center;
}
.foot_logo{
  position: relative;
  display: inline-block;
}
.foot_logo img{
  width: 160px;
}
.bnr_nintei{
  position: absolute;
  right: -110px;
  top: 20px;
}
.bnr_nintei img{
  width: 90px;
}

ul.foot_nav{
  text-align: center;
  padding: 50px 0;
}

  ul.foot_nav.foot_nav_product{
    padding: 50px 0 0 0; 
    font-size: 16px;
  }

ul.foot_nav li{
  display: inline-block;
  margin: 0 10px;
  line-height: 1.1;
}

.foot_subnav{padding: 30px 0;}

.Copyright{
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  font-family: 'Abel', sans-serif;
}
.PageTop{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 10;
}
address{
  line-height: 1.8;
}


@media screen and (min-width:1001px){
  .foot_subnav{
    display: flex;
    justify-content: space-between;
  }
  .foot_subnav p.foot_logo2{vertical-align: 15px;}
  
  .foot_subnav p.foot_logo2,.foot_subnav address,.foot_subnav ul,.foot_subnav li{
    display: inline-block;
  }
  
  ul.foot_nav li.foot_nav_line{
    border-right: 2px solid #666;
    padding-right: 20px;
  }
  ul.foot_nav br{display: none;}
  
  .foot_subnav address{
    padding: 0 20px;
  }
  
  .foot_subnav li{
    margin-left: 20px;
    margin-top: 20px;
    vertical-align: 1.8em;
  }
}
@media screen and (max-width:1000px){
  .foot_logo img{
    width: 100px;
  }
  
  .bnr_nintei{
    top: 10px;
    right: -70px;
  }
  .bnr_nintei img{
      width: 60px;
    }
  .footer{padding: 30px 0;}
  ul.foot_nav{padding: 40px 0 10px 0;}
  ul.foot_nav li{
    margin-bottom: 20px !important;}
 
  
  
  .foot_subnav{
    padding: 30px 0 10px 0;
    text-align: center;
  }
   .foot_subnav address{
     padding: 30px 0;}
    
    
     
    .PageTop{
      width: 50px;
      right: 0px;}  
    
    .foot_subnav  ul li{
      margin-bottom: 10px;
    }
    .foot_subnav_r{
      margin-top: 30px;
    }
}


/*kv*/
.kv_wrap{
  position: relative;
}
.kv{margin-bottom: 100px;}


.kv_txt{
  color: #000;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 36px;
  letter-spacing: 0.5em;
  text-align: center;
  display: inline-block;
  z-index: 10;
}



.slick-dots{
  text-align: center;
  margin-top: 30px;
}
.slick-dots li{
  display: inline-block;
  margin: 0 10px;
}
.slick-dots button{
  width: 50px;
  height: 2px;
  background: #CCC;
  border:none;
  text-indent: -9999px;
  overflow:hidden;
}
.slick-dots li.slick-active button{
  background: #a4c6d0;}

.scroll_wrap{
    position: absolute;
    top: 40%;
    left: 10px;
    font-family: Abel, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.5px;}
    
    
    .scroll{
      position: relative;
      padding-bottom: 125px;
      writing-mode:vertical-rl;}
    
    .scroll:after{
      content: '';
      position: absolute;
      width: 1px;
      height:120px;
      background: #000;
      left: 0;
      right: 0;
      bottom: 0px;
      margin: auto;
      animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    
    }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}  


@media screen and (max-width:767px){
  .scroll{padding-bottom: 65px;}
  .scroll:after{height: 60px;}
  .kv{margin-bottom: 50px; padding-top: 40px;}
  .kv_txt{font-size: 18px; letter-spacing: 0.2em; top: 20%;}

/*
  .kv_item img{
    max-width: 150% !important;
    margin-left: -25%;
  }
*/
  .scroll_wrap{display: none;}
  .slick-dots li{margin: 0 5px;}
  .slick-dots button{width: 40px;}
}


/*TopPage*/
.TopLead{
  text-align: center;
  margin-bottom: 100px;
}
.TopLead p{
  text-align: left;
  font-size: 20px;
  line-height: 2.5;
  display: inline-block;
}

.sttl{
  text-align: center;
  margin-bottom: 40px;
}
.sttl h2{
  display: inline-block;
  font-size: 34px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}
/*
.sttl.ttl_line h2{padding-top: 90px;}
.sttl.ttl_line h2:before{
  content: '';
  display: block;
  background: #a4c6d0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 80px;
}
*/
.sttl span{
  display: block;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
  color: #76a6b4;
}
@media screen and (min-width:768px){
  .TopLead p{
    text-align: center;
  }
}

@media screen and (max-width:767px){
    .TopLead p{font-size: 16px; line-height: 2;}
    .sttl{margin-bottom: 20px;}
    .sttl h2{font-size: 24px;}
  }

.Topimg{
  padding: 0 30px;
  margin-bottom: 100px;
}

.Top_category{
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
.Top_category:before{
  content: '';
  display: block;
  width: 100%;
  height: 160%;
  top: -60%;
  left: 0;
  position: absolute;
  z-index: -1;
  background: #e8f1f3;
}

.Second_category{
  background: #e8f1f3;
  padding: 30px 20px;
  margin-top: 50px;
}

.ctg_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctg_list li{
  width: 18%;
}
.ctg_list li a{
  background: #FFF;
  display: flex;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.ctg_list li a span{
  margin-top: 5px;
  letter-spacing: -0.0025em;
  padding-right: 12px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.ctg_list li a span:after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top:2px solid #a4c6d0;
  border-right:2px solid #a4c6d0;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 5px;}

  @media screen and (max-width:1100px){
    .ctg_list li a span{font-size: 14px;}
    .ctg_list li{
      width: 19%;
    }
  }
  @media screen and (max-width:767px){
    .Topimg{
      padding: 0 10px;
      margin-bottom: 50px;
    }
    .Top_category{
      padding-bottom: 30px;
      margin-bottom: 50px;
    }
    .Top_category:before{
      height: 120%;
      top: -20%;
    }
    
    .ctg_list li{width: 48%; margin-bottom: 10px;}
    .ctg_list li img{
      width: 40%;
    }
    .ctg_list li a{
      padding: 5px;}
    .ctg_list li:last-child{
      margin-left: 26%;
    }  
      
  }
  


  
.TopNews{
  margin-bottom: 100px;
}  

.TopNews .sttl{
  
  text-align: left;
}
.NewsList{
  border-top: 1px solid #e0e0e0;
}
.NewsList p{
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.NewsList p span{color: #76a6b4; margin-right: 20px;}

@media screen and (min-width:768px){ 
  .TopNews{
    display: flex;
  }
  .TopNews .sttl{
    white-space: nowrap;
    margin-right: 30px;
    margin-top: 10px;
  } 
 .NewsList{
  flex: 1;
}
}   
@media screen and (max-width:767px){
  .TopNews{margin-top: 100px;}
}  
  
  


/*Product_list*/
.place_list{
  margin-bottom: 40px;
}
.place_list p{font-weight: bold;}

.place_list ul{
  display: flex;
  
}
.place_list ul li{
  width: 150px;
  margin-right: 15px;
}
.place_list ul li a{
  display: block;
  text-align: center;
background: #E8F1F3;
  border-radius: 30px;
  padding: 5px;
  position: relative;
}

.place_list ul li a:after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #76a6b4;
  border-right: 2px solid #76a6b4;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}



.Product_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Product_box_img{
  border: 1px solid #e0e0e0;
}

.Product_box_name{
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0;
}  
.Product_box_ex{
  font-size: 14px;
  margin-bottom:10px;
  color: #76a6b4;
  letter-spacing: 0px;
}
.Product_box_price{
  color: #76a6b4;
}

.Product_box_ex span{display:block; font-size:11px; color:#000; margin-top:5px;}


.Product_box{
  margin-bottom: 60px;
  
}
.Product_box a{display:block;}


.Products_list_sold{
  background: #c30d18;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  padding: 2px 5px;
  margin-top: 10px;
}

.Center_btn{
  text-align: center;
  margin-bottom: 100px;
}
.Btn{
  
  display: inline-block;
  min-width: 300px;
}
.Btn a{
  background: #a4c6d0;
  display: block;
  padding: 20px;
  color: #FFF !important;
}

.bnr{
  margin-bottom: 100px;
}

@media screen and (min-width:768px){
  .place_list{
    display: flex;
    align-items: center;
  }
  .place_list p {margin-right: 20px;}
  
  .Product_box{
      width: calc(30% + 2px);
     
    }
    
  .Product_list:after{
    content: '';
    display: block;
    width: calc(30% + 2px);
  }  
  
  .Recommend_bnr{
    float: left;
    width: 47.4%;
  }
  .Recommend_bnr + .Recommend_bnr{margin-left: 5.2%}
}

@media screen and (max-width:767px){
   .place_list p{
     margin-bottom: 10px;
   }
   .place_list ul {
     justify-content: space-between;
   }
   .place_list ul li{
     width: 32%;
     font-size: 14px;
     margin: 0;}
   
  .Product_box{
      width: 48%;
    }
  .Product_box_ex{font-size: 12px; line-height: 1.3;}  
  .Product_box:nth-child(2n){margin-left: 4%;} 
  .Product_box_name{font-size: 14px;}
  .Recommend_bnr {margin-bottom: 40px;}
  
  .bnr{margin-bottom: 30px;}
  
  }
  

.ttl_insta{
  display: flex;
  align-items: center;
  font-family: 'Abel', sans-serif;
  margin-bottom: 15px;
  position: relative;
  flex-wrap: wrap;
}
.ttl_insta h2{
  font-size: 34px;
  margin: 0 30px 0 10px;
  line-height: 1;
}
.ttl_insta img{
  width: 25px;
}
.ttl_insta p{
  font-size: 20px;
  color: #76a6b4;
}
.btn_follow{
  position: absolute;
  right: 0;
  top: 5px;
  padding-right: 20px;
}
.btn_follow:after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top:2px solid #a4c6d0;
  border-right:2px solid #a4c6d0;
  transform: rotate(45deg);
  position: absolute;
  bottom: 9px;
  right: 5px;
}

.insta{
  width: 25%;
  float: left;
}  
.insta_inner{
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.insta_inner img.insta_inner_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 160%;
  max-width: 160%;
} 
.Top_tokuten_bnr{
  margin-bottom: 50px;
}

  
  
  @media screen and (max-width:767px){
    .ttl_insta h2{
      font-size: 24px;
    }
    .ttl_insta img{
      width: 20px;
    }
    .ttl_insta p{
      font-size: 16px;
    }
    .btn_follow{
      text-align: right;
      position: static; width: 100%;}
    .Insta_wrap h2{font-size: 30px;}
    .insta{width: 50%;}
  }
  
/*SecondPage////////////////////////*/
.pagettl_bg{
  background:url("https://watanabe-koinobori.jp/ec_item/images/pagettl_bg.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 100px 20px;
  margin-bottom: 70px;
}
.pagettl_bg h2{
  font-size: 32px;
}

.page_menu{
  margin-bottom: 70px;
  text-align: center;
}


.FreeContents h4{
  color: #76a6b4;
  font-size: 24px;
  margin-bottom: 20px;}
  

.FreeContents section + section{
  margin-top: 60px;
  
}

.FreeContents p{
  margin-bottom: 30px;
  line-height: 1.8;
  }

.FreeContents table{
  border-top: 1px solid #CCC
}

.FreeContents table th,
.FreeContents table td{
  text-align: left;
  letter-spacing: 0;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #CCC
}
.FreeContents table th{
  white-space: nowrap;
  padding-right: 40px;
}
.guide{margin-bottom: 100px;}
.caution_box{
  background: #E8F1F3;
  padding: 20px;
  margin-bottom: 30px;
}
.caution_box p{margin-bottom: 0; font-size: 14px;}
.caution_box p.ttl_caution{
  color:#EE3300;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.caution_box p.ttl_caution span{
  color: #FFF;
  background: #EE3300;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: 0;
  line-height: 25px;
  bottom: 0;
  font-style: italic;
  margin: auto;
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
}
  
.ttl_about{
  text-align: center;
  
}
.ttl_about h3{
  text-align: left;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 28px !important;
}  
  
.about_img{
  margin-bottom: 10px;
}
.about_1{
  margin: 100px 0;
}
.about_logo{
  max-width: 240px;
  margin: 20px 0;
} 
.link_official{
  margin-top: 30px;
}
.link_official a{
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
  
@media screen and (min-width:768px){
.FreeContents h3{
  float: left;
  width: 8%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 34px;
}
.guide_box{
  float: right;
  width: 85%;
  padding-top: 30px;
  }
  .page_menu li{
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

  .page_menu li + li:before{
  content: '';
  width: 1px;
  height: 20px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

  .about_box_l{
  float: left;
  width: 48%;
  font-size: 20px;
  line-height: 2;
}
  .about_box_r{
    float: right;
    width: 50%;
  }
  .about_box_l_2{
    float: left;
    width: 65%;
  }
  .about_box_r_2{
  float: right;
  width: 32%;
}

}

@media screen and (max-width:767px){
  .pagettl_bg{padding: 80px 20px; margin-bottom: 30px;}
  .pagettl_bg h2{font-size: 24px;}
  .FreeContents h3{font-size: 22px; margin-bottom: 20px;}
  .FreeContents h4{font-size: 20px;}
  
  .FreeContents table th,
  .FreeContents table td{
    display: block;}
    
  .FreeContents table th{
    border: none;
  }  
    
  .page_menu li{font-size: 18px; padding: 10px 0; position: relative; }
  .page_menu li + li:before{  
    content: '';
    width: 20px;
    position: absolute;
    height: 1px;
    display: block;
    background: #000;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
  }
  .ttl_about h3{font-size: 22px !important;}
  .about_1{
  margin: 40px 0;}
  .about_box_l,.about_box_r_2{margin-bottom: 30px;}  
}


/*FAQ*/
.Question,.Answer{
  position: relative;
  padding-left: 50px;
}
.Question{font-weight: bold;}
.Answer{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC;
}

.Question:before,
.Answer:before{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
  
.Question:before{
  content: 'Q';
  background:#234257;
  font-weight: normal;
}

.Answer:before{
  content: 'A';
  background:#C30F17;
}

/*inquiry_box*/
.inquiry_box{
  background: #FFF;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}
.inquiry_box p{
  display: inline-block;
  vertical-align: middle;
}
.inquiry_box_ttl{
  font-size: 18px;
  font-weight: bold;
}
.inquiry_box_tel{
  font-family: 'Abel', sans-serif;
  font-size: 36px;
  margin: 0 3vw ;
  }

.inquiry_box_tel a{color:#76a6b4 !important; font-weight: bold; position: relative; padding-left:35px; display: inline;}
.inquiry_box_tel span{
  position: absolute;
  top: 15px;
  left: 0;
}
.inquiry_box_tel span img{
  width: 30px;
}

.inquiry_box_form{
}

.inquiry_box_form a{
  font-size: 16px;
  background:#76a6b4;
  color: #FFF !important;
  padding: 10px 30px 10px 20px;
  text-decoration: none !important;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}
.inquiry_box_form a:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  
}

  @media screen and (max-width:1000px){
    .inquiry_box p.inquiry_box_ttl{display: block; margin-bottom: 10px;}
  }
  
  @media screen and (max-width:767px){
    
    .inquiry_box_ttl{font-size: 16px;}
    .inquiry_box_tel{margin:0 0 20px 0;}
    .inquiry_box_form a{font-size: 14px;}
  }

/*fadein*/  
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}}

@-webkit-keyframes fadeIn{
    0% {opacity: 0;}
    100% {opacity: 1}}

.top_fadein{animation: fadeIn 2s ease 0s 1 normal;}

.fadein-y {
  opacity: 0;
  transform : translate(0, 40px);
  transition : all 1500ms;
  }

.fadein-x{
  opacity: 0;
  transform : translate(40px, 0);
  transition : all 1500ms;
  }
.fadein-x2{
  opacity: 0;
  transform : translate(-40px, 0);
  transition : all 1500ms;
  }  

.fadein-y.scrollin,.fadein-x.scrollin,.fadein-x2.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition : all 1500ms;
  }

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}    