@charset "UTF-8";

#wrapper{
  overflow: hidden;
  color: rgb(50, 50, 50);
  font-size: 14px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: 0px;
  padding: 0px;
}

.header{
  width: 100%;
    height: 120px;
/*  top:0;
  z-index:200;
  padding-top: .2rem;
  padding-bottom: .2rem;
  background: #fff;*/
}

.header > .fx a.alc{
  width: 300px;
  margin: 50px 2% 0% 3%;
}
.header > .fx h2{
  margin: 0;
}

.header > .fx p.cart{
  width: 150px;
  background: #3a3a3a;
  color: #FFF;
  padding: 1%;
  font-weight: normal;
}
.header > .fx p.cart img{
  width: 16px;
  margin:2.8% 3% auto 5.5%;
}

.header > .fx a.alc img{
  vertical-align:middle;
}
.header > .fx ul{
list-style: none;
}
.header > .fx ul li{
  padding: .15rem;
}

/*.header > .fx ul{
  display: flex;
}

.header > .fx ul li.item{
  width: 100%;
}*/

.header > .fx ul li img{
  width:5rem;
}
_:-ms-lang(x)::-ms-backdrop,.header{
width:100%;
}

.mv{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.mv img{
  width: 100%;
  vertical-align: bottom;
}

.mv_area{
  width: 100%;
  margin: 0 auto 0%;
}

.mv_area h1{
  position: absolute;
  top: 4%;
  left: 2%;
  line-height: 160%;
  font-size: 2.4vw;
  color: #fff;
  text-shadow: 0px 0px 9px rgb(0 0 0 / 76%);
}

.notes_area{
  width: 96%;
  max-width: 1000px;
  margin: 2% auto 0%;
  padding: 2%;
}

.notes_area span{
  font-weight: bold;
  color: #0052AD;
}

.btn_area{
  width: 100%;
  max-width: 500px;
  margin: 0% auto 5%;
}

.main{
  width: 96%;
  max-width: 1000px;
  margin:0 auto;
}

.section-cause{
width: 100%;
margin:0 auto;
}

.section-cause h2{
  font-size: 2rem;
}

.container{
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.products h3{
  text-align: center;
  font-size: 1.5rem;
  border-bottom: solid 1px #666;
  padding: 0 0 1%;
}

.section-cause h3 img{
  width: 100%;
}

.comment{
  width: 100%;
}

.comment-box{
  position: relative;
  width: 49%;
}

.comment-box .txt_comment01 {
  animation: comment_move 2s ease-in-out infinite;
  transform-origin: 50% 50%;
}

.comment-box .txt_comment02 {
  animation: comment_move 2s ease-in-out infinite;
  transform-origin: 50% 50%;
}

.comment-box .txt_comment01 {
  position: absolute;
  top: 20px;
  left: 0;
}

.comment-box .txt_comment02 {
  position: absolute;
  top: 310px;
  right: 0;
}

@keyframes comment_move {
  0% { transform: translateY(0) }
  50% { transform: translateY(-25px) }
  100% { transform: translateY(0) }
}

.ospole figure{
  width: 48%;
  margin: 0;
}

.ospole figcaption span{
  border-bottom: solid 1px #3a3a3a;
}

.exterior figure{
  width: 48%;
  margin: 0 0 5%;
}

.exterior figcaption{
  font-weight: bold;
  font-size: 1rem;
}

.products .box_link{
  width: 30%;
}

.ospole_bg{
  background-color: #F2F2F2;
  padding: 5%;
  margin: 5% 0 15%;
}

.ph{
  width: 50%;
}

.cmt{
  width: 48%;
}

.cmt p{
  margin: 0 0 5%;
}


.entrance h3{
  text-align: center;
  font-size: 1.5rem;
  border-bottom: solid 1px #666;
  padding: 0 0 1%;
}

.recommend{
  width: 84%;
  margin:0 auto;
}

.section-cause h4{
  text-align: center;
  font-size: 1.5rem;
}

.sp-products-list{
  width: 90%;
  margin: 0 auto;
}

.sp-products-list figure{
  width: 30%;
  margin: 0;
  text-align: center;
}

.sp-products-list figcaption{
  line-height: 120%;
  padding: 5% 0 0 0;
}



.logo{
  width: 20%;
  margin: 3% auto;
}

p.notice {
  color: #cc0000;
  margin-left: 1rem;
  text-indent: -1rem;
}

p.notice a{
  color: #cc0000;
}
.tc--type-a {
  color: #747474;
}

.note {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 8%;
}

footer{
  background-color: #000000;
  padding: 2%;
}

/*.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}*/

/*.scroll-fade{opacity: 0; transition: all 2s;}
.scroll-up{opacity: 0; transform: translateY(100px); transition: all 2s;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s;}
.load-up{opacity: 0; transform: translateY(100px); transition: all 2s;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}*/

.acd{border-bottom:1px solid #f5f5f5;}
/*.acd .title{padding-left:0;display:flex;justify-content:flex-start;align-items:center;}*/
.acd .title i{flex-basis:1.5em;font-family:'Lato', sans-serif;font-weight:600;text-transform:none;font-style:normal;margin-right:1rem;font-size:2rem;vertical-align:middle;text-align:center;}
.acd .title span{flex-basis:calc(100% - 1.5em)}
.acd .content .content-inner{display:flex;justify-content:flex-start;align-items:flex-start;padding:1em 0em 1em 2.3em}
.acd .content .content-inner i{/*flex-basis:1.5em;*/font-family:'Lato', sans-serif;font-weight:600;text-transform:none;font-style:normal;font-size:2rem;vertical-align:middle;margin-right:1rem;text-align:center;}
.acd .content .content-inner div{flex-basis:calc(100% - 1.5em);}
.acd .content .content-inner div p{font-size:14px;line-height:2; margin-top: 0px;}
.acd .content .content-inner div ol{font-size:14px;counter-reset:item;line-height:2;}
.acd .content .content-inner div ol li{text-indent:-1.3em;padding-left:1.3em;}
.acd .content .content-inner div ol li::before{counter-increment:item;content:counter(item) ".";}

.acd .title::after {
  transform: rotate(90deg);
  box-sizing: border-box;
}

/*.acd .title::before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 50%;
  width: 2px;
  margin-top: -0.525em;
  height: 0.75em;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: #303030;
  box-sizing: border-box;
}

.acd .title::after {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 50%;
  width: 2px;
  margin-top: -0.525em;
  height: 0.75em;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: #303030;
}*/

.toggle{display:none}
.acd .title,.acd .content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all 0.4s}
.acd .title{padding:1em 2em;display:block;font-weight:bold;cursor:pointer;background-color:#fff;transition:background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715)}
.acd .title::before,.acd .title::after{content:'';position:absolute;right:1.25em;top:50%;width:2px;margin-top:-.525em;height:0.75em;transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);background-color:#303030}#mobileCLASCO .acd .title::after{transform:rotate(90deg)}
.acd .title:hover{background-color:#f5f5f5}
.acd .content{height:0;overflow:hidden}
.acd .toggle:checked+.title+.content{height:auto}
.acd .toggle:checked+.title:before{transform:rotate(90deg) !important}

.cmt .triangle{
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  float: right;
}

.products .triangle2{
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  float: left;
  margin-top: 6%;
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}




@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 13vw;
}

.header > .fx p.cart img{
  width: 16px;
  margin:2.8% 3% auto 4%;
}

  .main {
    width: 96%;
    margin: 0 auto;
  }

  .mv_area h1 {
    position: absolute;
    top: 28.5em;
    left: 15%;
    line-height: 160%;
    font-size: 5vw;
    text-align: center;
    color: #3d3d3d;
    text-shadow: none;
}

.mv_area {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 35%;
  }

  .notes_area{
    text-align: left;
    width: 90%;
    margin: 3% auto 0;
  }

  .comment{
    margin-bottom: 5%;
  }

  .comment-box{
    position: relative;
    width: 100%;
  }

  .comment-box .txt_comment01 img{
    width: 70%;
  }
  
  .comment-box .txt_comment02 img{
    width: 70%;
  }
  
  .comment-box .txt_comment01 {
    position: absolute;
    top: 30px;
    left: 0;
  }
  
  .comment-box .txt_comment02 {
    position: absolute;
    top: 200px;
    right: -100px;
  }

  .slider-con{
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    }

  .section-cause h2 {
    font-size: 1.6rem;
  }

  .section-cause h4 {
  text-align: center;
  font-size: 1.2rem;
  }

  .products h3 {
    font-size: 1.4rem;
  }

  /*.section-cause h3{
    margin-left: -5.5rem;
    margin-right: 0rem;
    width: 120%;
  }*/
  .section-cause h3{
  margin-left: -7rem;
    margin-right: 0rem;
    width: 165%;
  }

  .btn_area {
    width: 90%;
    max-width: 100%;
    margin: 0% auto 5%;
  }

  .btn_area img{
    width: 100%;
  }

  .container.sp-pd-none{
    padding-left: 0;
    padding-right: 0;
  }

  .container{
    width: 90%;
    margin: 0 auto;
  }

  .faq-section{
    width: 100%;
    margin: 0 auto;
  }

  .note {
    width: 96%;
    margin: 0 auto 8%;
  }


.ph {
  width: 100%;
  margin: 0 0 5%;
}
.cmt {
  width: 100%;
}

.acd .title {
  display: flex;
  padding: 1em 2em 1em 0.5em;
  align-items: center;
}

.acd .content .content-inner {
  padding: 1em 0em 1em 1.2em;
}

.logo {
  width: 70%;
  margin: 3% auto;
}

}

@media screen and (max-width: 640px) {
  .products .box_link {
    width: 100%;
    margin: 0 auto 5%;
}
}

@media screen and (min-width: 640px) and (max-width: 768px) {
.sp-only img{
  width: 90%;
  margin: 0 auto;
}

}

@media screen and (max-width: 768px) {
  .header > .fx p{
    flex-basis: 10vw;
  }
  .header > .fx a.alc{
    flex-basis: 45vw;
    margin: 3.5% 0% 2% 3%;
  }

  .header > .fx h2{
    margin: 0%;
    top: 0;
    right: 0;
    position: absolute;
  }
  .header > .fx h2 a{
    color: #fff;
    margin-left: 0.2em;
  }
  /*.header > .fx p.cart{
    width: 38vw;
    padding: 0;
  }*/

  
.header > .fx ul{
  flex-basis: 20vw;
  margin-right: 1rem;
  margin-left: auto;
  }

.exterior figure {
    width: 100%;
    margin: 0 auto 10%;
}
.exterior figure img {
  width: 100%;
}

.ospole figure {
  width: 100%;
  margin: 0 auto 10%;
}

}

@media screen and (min-width: 769px) {
  /*.header{
    padding-top: .7rem;
    padding-bottom: .7rem;
  }*/
  .header > .fx p{
    margin-right: auto;
    flex-basis: 20vw;
  }

  .header > .fx ul{
  margin-left: auto;
  flex-basis: 190vw;
  display: flex;
  }
  .header > .fx ul li{
    padding: .5rem;
  }
  .header > .fx ul li img{
    width:2.5rem;
  }
  .note {
    width: 96%;
    margin: 0 auto 8%;
  }

  .header a {
    transition: opacity .3s;
    text-decoration: none;
    color: #ffffff;
    display: block;
  }
  
}

footer .bnrs{
background-color:#eeeeee;
padding-top:4rem;
padding-bottom:4rem;
}

footer nav ul{
list-style: none;
}
footer nav ul li img{
  width: 100%;
  height: auto;
  border:1px #3a3a3a solid;
}
@media screen and (max-width: 768px) {
  footer nav ul li{
    margin: .5rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  footer nav ul.fx li{
    flex-basis: calc(33.33333333% - 1rem * 2);
    margin: 0 1rem 0 1rem;
  }
}


footer address{
color: #fff;
font-style: normal;
font-weight: bold;
letter-spacing: .06em;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background-color: #333;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 3rem;
    height: 3rem;
}
#page-top a i{
  color: #fff;
  vertical-align: top;
  line-height: 1;
}
@media screen and (min-width:980px) {
  #page-top a:hover {
      text-decoration: none;
      background: #999;
  }
}


@media screen and (max-width:768px) {
  nav.nav-area{
    display: none;
  }

/*-----page - header*/
.header-page .fx .ph{
  flex-basis: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
}
	
.header-page .fx .ph img{
width: 100%;
}
	
.header-page .fx .area{
  flex-basis: 55%;
  background:-webkit-radial-gradient(#dff8ff 35%, transparent 36%),-webkit-radial-gradient(#dff8ff 35%, transparent 36%),#d2f4fe;
  background:radial-gradient(#dff8ff 35%, transparent 36%),radial-gradient(#dff8ff 35%, transparent 36%),#d2f4fe;
  background-position: 0 0;
  background-size:30px 30px;
  overflow: hidden;
}
.header-page .fx .area img{
margin: 1%;
width: 98%;
}
_:-ms-lang(x)::-ms-backdrop, .header-page .fx .area img{width: 90%;height: auto;}
_:-ms-lang(x)::backdrop, .header-page .fx .area img{width: 90%;height: auto;}
}


@media screen and (min-width:769px) {
  nav.nav-page ul li a strong{
    font-size: 24px;
  }
/*-----page - header*/
.header-page .fx .ph{
  flex-basis: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.header-page .fx .area{
  flex-basis: 45%;
  background:-webkit-radial-gradient(#dff8ff 35%, transparent 36%),-webkit-radial-gradient(#dff8ff 35%, transparent 36%),#d2f4fe;
  background:radial-gradient(#dff8ff 35%, transparent 36%),radial-gradient(#dff8ff 35%, transparent 36%),#d2f4fe;
  background-position: 0 0;
  background-size:30px 30px;
  overflow: hidden;
}
.header-page .fx .area img{
margin: 5%;
width: 90%;
}
_:-ms-lang(x)::-ms-backdrop, .header-page .fx .area img{width: 90%;height: auto;}
_:-ms-lang(x)::backdrop, .header-page .fx .area img{width: 90%;height: auto;}

}


/*-----page section */
.page-section{
  margin-bottom: 6rem;
}
.page-section > header{
margin-bottom: 2rem;
padding: 1rem;
background: repeating-linear-gradient(-45deg, #ffffe3, #ffffe3 10px, #feffc7 10px, #feffc7 12px);
}
.page-section > header h2{
  font-size: 18px;
}

@media screen and (min-width: 798px) {
  .page-section > header{
  margin-bottom: 4rem;
}
  .page-section > header h2{
    font-size: 36px;
  }
}


@media screen and (min-width:980px) {
	.header a{
    transition: opacity .3s;
    text-decoration: none;
    color: #ffffff;
    display: block;
	}
	.header a:hover{
		opacity:.6;
	}
  footer a{
    transition: opacity .3s;
  }
  footer a:hover{
		opacity:.6;
	}
}


@media screen and (max-width:768px){
  .sp-only{display: block;}
  .pc-only{display: none;}
  .pd-t{padding-top:1.5rem;}
  .pd-b{padding-bottom:1.5rem;}
  .mb-s{margin-bottom:.5rem;}
  .mb-m{margin-bottom:1rem;}
  .mb-l{margin-bottom:2rem;}
  .mb-ll{margin-bottom:3rem;}
  }
  @media screen and (min-width:769px){
  .sp-only{display: none;}
  .pc-only{display: block;}
  .pd-t{padding-top:1.5rem;}
  .pd-b{padding-bottom:3rem;}
  .mb-s{margin-bottom:1rem;}
  .mb-m{margin-bottom:2rem;}
  .mb-l{margin-bottom:4rem;}
  .mb-ll{margin-bottom:8rem;}
  }

  /*切り替え*/
  #variation-con {position: relative; top: 320px; margin-bottom: 350px;}

  .tab_container {width: 100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .tab_item01 {font-family: 'Noto Sans JP', sans-serif!important; font-size: 2rem; font-weight: 700; line-height: 1;text-align: center;width: 15%; padding:0 0 0 0; margin: 0 5px 15px 5px; height: 60px;display: flex;justify-content: center;-webkit-box-align: center;
    -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row;flex-direction: row; border-radius: 10px;transition: all 0.3s ease;cursor: pointer;position: relative;}
    .tab_item01 { width: 15px; height: 15px; border-radius: 50px; border:#000000 solid 1px; background-color: #888484;}

  .tab_item02 {font-family: 'Noto Sans JP', sans-serif!important; font-size: 2rem; font-weight: 700; line-height: 1;text-align: center;width: 15%; padding:0 0 0 0; margin: 0 5px 15px 5px; height: 60px;display: flex;justify-content: center;-webkit-box-align: center;
    -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row;flex-direction: row; border-radius: 10px;transition: all 0.3s ease;cursor: pointer;position: relative;}
  .tab_item02 { width: 15px; height: 15px; border-radius: 50px; border:#000000 solid 1px; background-color: #ffffff;}

  .tab_item03 {font-family: 'Noto Sans JP', sans-serif!important; font-size: 2rem; font-weight: 700; line-height: 1;text-align: center;width: 15%; padding:0 0 0 0; margin: 0 5px 15px 5px; height: 60px;display: flex;justify-content: center;-webkit-box-align: center;
    -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row;flex-direction: row; border-radius: 10px;transition: all 0.3s ease;cursor: pointer;position: relative;}
  .tab_item03 { color: #000000; width: 15px; height: 15px; border-radius: 50px; border:#000000 solid 1px; background-color: #000000;}

  
  /*.tab_item:hover:before {
    content: "";
    top: 100%;
    border-top: 10px solid #0062b1;
  }*/
  
  
  input[name="tab_item"] {display: none;}
  .tab_content {height: 0; clear: both;overflow: hidden;width: 100%;transition: 0.3s;-webkit-transition: 0.3s;opacity: 0; }
  .tab-box {width: 100%;  display: block;  position: absolute;  top: -310px;}
  iframe{width: 100%;}
  
  #tab1:checked ~ .tab-box #tab1_content,
  #tab2:checked ~ .tab-box #tab2_content,
  #tab3:checked ~ .tab-box #tab3_content{ height: auto;opacity: 1;}

  input[name="tab_item2"] {display: none;}
  .tab_content {height: 0; clear: both;overflow: hidden;width: 100%;transition: 0.3s;-webkit-transition: 0.3s;opacity: 0; }
  .tab-box {width: 100%;  display: block;  position: absolute;  top: -310px;}
  iframe{width: 100%;}
  #tab4:checked ~ .tab-box #tab4_content,
  #tab5:checked ~ .tab-box #tab5_content,
  #tab6:checked ~ .tab-box #tab6_content{ height: auto;opacity: 1;}

  input[name="tab_item3"] {display: none;}
  .tab_content {height: 0; clear: both;overflow: hidden;width: 100%;transition: 0.3s;-webkit-transition: 0.3s;opacity: 0; }
  .tab-box {width: 100%;  display: block;  position: absolute;  top: -310px;}
  iframe{width: 100%;}
  #tab7:checked ~ .tab-box #tab7_content,
  #tab8:checked ~ .tab-box #tab8_content,
  #tab9:checked ~ .tab-box #tab9_content{ height: auto;opacity: 1;}
  
  /*.tab_container input:checked + .tab_item {color: #0c0c0c;}
  .tab_container input:checked + .tab_item:before {content: "";border-top: 10px solid #0062b1;top: 100%;}*/
  
  /*切り替え　end*/
  .con_center{
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .products figure{
    text-align: center;
  }

  .products figcaption{
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
  }

  .products a{
    background-color: #000000;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    width: 128px;
    margin: 10px 0;
    text-align: center;
}

  .products figure a{
    background-color: #000000;
    border-radius: 3px;
    padding: 1px 5px 1px 5px;
    color: #fff;
    width: 90px;
    margin: 10px auto;
  }

  .products p{
    margin-top: 4%;
    text-align: left;
  }


  @media screen and (min-width: 641px)  and  (max-width: 900px) {
    .con_center {
      text-align: center;
      width: 100%;
      margin: 0 auto;
  }
  }

  @media screen and (max-width: 670px) {
  /*切り替え*/
  #variation-con {position: relative; top: 270px; margin-bottom: 290px;}
  .tab-box {width: 100%; display: block; position: absolute; top: -250px;}
  .tab_item {width: 30%; height: 30px;}
  }

@media screen and (max-width: 640px){
.con_center {
    text-align: center;
    width: 23vh;
    margin: 0 auto;
}
}

@media screen and (max-width: 375px){
.con_center {
    text-align: center;
    width: 28vh;
    margin: 0 auto;
}
}


.tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 1%;
}

.tbl td {
  width: 33%;
  padding: 2% 2% 4% 2%;
  text-align: center;
}

.tbl tr:nth-child(odd){
  border-bottom: solid 1px #ccc;
}

.tbl td.tit {
  width: 33%;
  padding: 0 0 0 1%;
  text-align: left;
  font-weight: bold;
}

.tbl td p.haco {
  width: 40%;
  margin: 0 auto 2%;
  font-size: 80%;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.tbl td.tit span {
  font-size: 80%;
}

/*.tbl td:last-child {
  border-right: none;
}*/




@media screen and (max-width: 670px) {
  .tbl {
    width: 100%;
  }
  .tbl td p.haco {
    width: 90%;
    margin: 0 auto 5%;
}

.tbl td {
  padding:2% 1%;
}

.tbl td.tit {
  padding: 10% 0px 0px 1%;
}

.tit_h{
  line-height: 130%;
  font-weight: bold;
  height: 5px;
}

}