@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/*項目非表示*/
.home.page .entry-title,
.home.page .eye-catch,
.home.page .sns-share,
.home.page .sns-follow, 
.home.page .author-info{
  display: none;
}
.page .author-info,.page .date-tags {
 display: none;
}
/*リセット*/
a{
	text-decoration:none;
}
a:hover {
  color: inherit;
}
.article h2 {
  background: none;
}
.article h3 {
  border: none;
}
/*button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}*/
p:empty {
  display: none;
}
.cnt {
  text-align: center;
}
.small{
font-size: .8em;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.bg-primary {
  background-color: #00a555;
}
.bg-gray {
  background-color: #f8f8f8;
}
.new-line{
	display:none;
}
.new-line-pc {
display:inline;
}
/*100vw幅*/
.wide-content {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.cont-date{
	font-size: .75em; 
	color: #333;
	margin-left: 1em;
}
/*カテゴリ・タグ表示*/
.cat-link,
.cat-link:hover {
	background: none;
	color: #006d41;
	opacity: unset;
	border: 1px solid #006d41;
}
.entry-categories-tags .tax-icon,.tag-link,.tag-link:hover { 
  display: none;
}

/* ページネーション */
.pagination-next {
  display: none;
}
.page-numbers {
  color: #00a555;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  color: initial;
}
/*ヘッダー*/
.header {
  position: relative;
}
.logo {
  text-align: left;
}
#header-cont {
  position: absolute;
  top: 0;
  right: 0;
}
/* 見出し */
.page .article h1,.h1 {
  padding: 10px;
  color: inherit;
  position: relative;
  display: inline-block;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-top: none;
  border-bottom: none;
}
.page .article h1::before,.h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: inline-block;
  width: 50%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #00a555;
  border-radius: 2px;
}
.article h2.h1{
	color:inherit;
	padding: 10px;
} 
/* 記事一覧 */
.topics-list{
  padding:20px 20px;
  background-color:#f8f8f8;
}
.topics-list div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 0.8em; 
}
.topics-list div{
 border-bottom: 1px dashed #91c9b1;
}
.topics-list div:last-child {
	border-bottom:none;
}
.topics-list div dt {
  flex-basis: 20%;
}
.topics-list div dd {
  flex-basis: 80%;
  margin-left: 0px;
}
.topics-list div dd a{
	color:inherit;
}
.topics-list div dd a:hover{
	text-decoration:underline;
}
.topics-list-item-date {
  margin-right: 18px;
  font-size: .75em;
}
.topics-list-item-cat, .topics-list-item-new {
  padding: 1px 18px;
  margin-right: 8px;
  font-size: .75em;
  height: 1.8;
  line-height:1.8;
  display: inline-block;
  border: 1px solid #ccc;
  color: inherit;
  border-radius: 2px;
}
.topics-list-item-cat {
  border: 1px solid #006d41;
  color: #006d41;
}
.topics-list-item-new {
  background-color: #a31000;
  border: 1px solid #a31000;
  color: #fff;
}
.topics-list-item-content {
  margin-bottom: 8px;
}
/* 一覧ページへ */
.btn-std {
  width: 40%;
  line-height: 2.4;
  outline: none;
  letter-spacing: 1px;
  box-sizing: border-box;
  display: inline-block;
}
a.btn-std:hover {
  cursor: pointer;
}
a.btn-primary-color {
  background-color: #00a555;
  color: #fff;
}
a.btn-primary-color:hover {
  opacity:0.8;
}

/*flexbox*/
.flex-base {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    margin: 0 auto;
}
.flex-base.flex-2col >div {
    width: calc(100% / 2 - 1%);
    margin-bottom: 10px;
}
.flex-base-b {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: auto;
    margin: 0 auto;
}
.flex-base.link-box >div {
    position: relative;
    min-height: 60px;
    border: 2px solid #666;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
    border-radius: 2px;
    font-size: 1.2em;
    background-color: #fff;
    cursor: pointer;box-shadow: 0 2px 2px #c0c0c0;
}
.flex-base.link-box >div a {
    text-decoration: none;
    position: absolute;
    top: 50%;
  left: 20px;
  transform: translate(0%, -50%);  
}
.flex-base.link-box >div:hover,.column-wrap-pri:hover {
  transform: translatey(1px);
  box-shadow: none;
}
.flex-base.link-box >div span {
    line-height: 1;
    margin-top: -8px;
    position: absolute;
    left: 60px;
    top: 50%;
}
.flex-base.link-box >div span.external-icon{
display: none;}
.link-box > div::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #aaa;
    line-height: 1;
    margin-top: -8px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.link-box > div.blank::after {
    content: "\f35d";
}
.column-wrap-pri {
    padding: 20px;
    font-size: 1.4em;
    text-align: center;
    border: solid 2px#006d41;
    border-radius: 2px;
    background-color: #fff;
}
/*三角形*/
.triangle{
position: relative;
}
.triangle:after{
border-left:30px solid transparent;
border-bottom:30px solid #006d41;
content: '';
display: block;
position: absolute;
bottom: -2px;
right: -2px;
}
/*目的で探す*/
#search-menu-block-wrap{
	position:relative;
}
#search-menu-block-wrap::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #fff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
/*#search-menu-block-wrap::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #00a555;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}*/
#search-menu-block {
  max-width: 90%;
}
#search-menu-block > div, #search-menu-block-sp > div {
  position: relative;
  min-height: 60px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
  border-radius: 2px;
  list-style-type: none;
  font-size: 1.2em;
  cursor: pointer;
}
#search-menu-block > div {
  width: calc(100% / 2 - 1%);
}
#search-menu-block > div a, #search-menu-block-sp > div a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 109, 65, .8);
}
#search-menu-block > div a:hover, #search-menu-block-sp > div a:hover {
  transform: translateX(2px);
  box-shadow: none;
}
#search-menu-block div i, #search-menu-block-sp div i {
  line-height: 1;
  margin-top: -12px;
  position: absolute;
  left: 20px;
  top: 50%;
  color: #00a555;
}
#search-menu-block > div::after, #search-menu-block-sp > div::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #aaa;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
}
#search-menu-block > div span, #search-menu-block-sp > div span {
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  left: 60px;
  top: 50%;
}
#search-block {
    max-width: 90%;
    margin-inline: auto;
}
.search-block {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    gap: 20px 2%;
}
.search-block >div {
    width: calc(100% / 4 - 2%);
}
.search-block >div {
    padding: 36px;
    border: 2px solid #00a555;
    border-radius: 4px;
    text-align: center;
    font-size: 1.0em;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.search-block >div:hover {
    transform: translateX(2px);
    box-shadow: none;
}
.search-block >div i {
    color: #00a555;
}
.search-block >div span {
    display: block;
    margin-top: 1.4em;
    color: #006d41;
    line-height: 1.4;
}
/*バナー配置5列*/
#bnr-gr {
  padding: 30px 0px;
}
ul.flex-bnr-gr {
  list-style: none;
  margin:0 auto;
  padding-left: 0px;
}
.flex-bnr-gr {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
}
ul.flex-bnr-gr li {
  margin: 0px; /*reset*/
  margin-bottom: 10px;
  margin-right: 1%;
  flex-basis: calc(100% / 5 - 1%);
}
/* 共済 */	
#mutual-aid > div {
    position: relative;
    width: calc(100% / 2 - 1%);
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 3px solid #98a5ab;
    border-radius: 4px;
    list-style-type: none;
    cursor: pointer;
}
.c-ribbon {
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: -8px;
    width: 90px;
    height: 30px;
    font-size: .8em;
    text-align: center;
    color: #fff;
    background: #CC9900;
    border-radius: 0px 20px 20px 0px;
}
.c-ribbon:before {
    position: absolute;
    content: '';
    top: -8px;
    left: -1px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #aaa;
    border-left: 7.5px solid transparent;
}
ul.target {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
    font-size: .7em;
}
ul.target li {
    padding: 4px;
    margin-left: .5em;
    background-color: rgba(0,165,85,.3);
    border-radius: 2px;
}
.article h3.mutual-aid-ttl {
    border-bottom: 2px solid #aaa;
}
.article h3.mutual-aid-ttl span {
    display: block;
    font-size: .6em;
    font-weight: 400;
    padding-bottom: .5em;
}
.download {
    display: inline-block;
    padding: 20px;
	width: 100%;
    border: 2px solid #00a555;
    border-radius: 4px;
	background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(188, 225, 207, 0.36) 2px, rgba(188, 225, 207, 0.36) 4px );
}
.download:hover {
    transform: translatey(2px);
}
/* PDFアイコンを表示する */
a[href$=".pdf"]:not(.icon-none):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 500;
  padding-left: .5em;
  color: #98a5ab;
  font-size: 1.2em;
}
/* WORDアイコンを表示する */
a[href$=".doc"]:not(.icon-none):after, a[href$=".docx"]:not(.icon-none):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  font-weight: 500;
  padding-left: .5em;
  color: #98a5ab;
  font-size: 1.2em;
}
/* EXCELアイコンを表示する */
a[href$=".xls"]:not(.icon-none):after, a[href$=".xlsx"]:not(.icon-none):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-weight: 500;
  padding-left: .5em;
  color: #98a5ab;
  font-size: 1.2em;
}
a[href$=".pdf"].icon-none:after, a[href$=".doc"].icon-none:after, a[href$=".docx"].icon-none:after, a[href$=".xls"].icon-none:after, a[href$=".xlsx"].icon-none:after { /* アイコンを表示しない */
  display: none;
}
/* モバイルフッター */
.mobile-footer-menu-buttons, .navi-menu-content, .mobile-footer-menu-buttons .menu-button > a, .mobile-footer-menu-buttons .menu-button:hover, .navi-menu-content a, .navi-menu-content a:hover {
  background-color: #006d41;
  color: #fff;
}
.mobile-menu-buttons > li:first-child, .mobile-menu-buttons > li:first-child:hover {
  background-color: #00a555;
}
/*モバイルスライドインメニュー*/
span.fas.fa-times::before {
  color: #006d41;
}
.navi-menu-content {
  background-color: #f8f8f8;
}
.menu-drawer a:hover {
  opacity: 0.6;
}
.navi-menu-content ul {
  margin-top: 20px;
}
.navi-menu-content ul li {
  border-bottom: 1px solid #bce1cf;
  margin-bottom: 0.5em;
}
.navi-menu-content ul li a {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}
.navi-menu-content ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  padding-right: 2em;
  color: #00a555;
  font-size: .8em;
}
.navi-menu-content ul li.inner-red a {
  background-color: #a31000;
  color: #fff;
}
.navi-menu-content ul li.inner-red a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  padding-right: 2em;
  color: #fff;
  font-size: .8em;
}
/* 検索ボックス */
.search-submit {
  color: #bce1cf;
}
.search-box input::placeholder {
  color: #bbb;
  font-size: .8em;
}
/* ページ内ナビメニュー */
.cont-nav {
    background-color: #fff;
    overflow-x: auto;
}
.cont-nav ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    width: max-content;
    margin: 0px auto;
}
.cont-nav ul li{
	margin: 0 0 10px 0px;
}
.cont-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: .9em;
    color: #000;
    text-decoration: none;
	padding: 0 10px;
}
.cont-nav ul li a:hover,.cont-nav ul li a:active {
    background-color: rgba(0,165,85,.4);
}
.cont-nav ul li:not(:last-child) {
border-right: 1px solid #bbb;
}
/*ショップリスト*/
.shoplist {
    background-color: #f8f8f8;
	border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.shoplist span {
    padding: 4px;
    font-size: .8em;
    color: #7f3620;
}
.shoplist div {
    display: flex;
    justify-content: flex-start;
    padding: 6px;
}
.shoplist div:not(:last-child) {
    border-bottom: 1px dotted #a8a8a8;
}
.shoplist dt {
    width: 120px;
}
.shoplist dd {
    margin-left: 0;
    width: calc(100% - 120px);
}
/*関連バナー群*/
.banner-wrap {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.banner-wrap >div {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    /*background: #f8f8f8;*/
    padding: 2%;
}
.banner-wrap >div#wrap-left {
    flex: 3;
}
.banner-wrap >div#wrap-right {
    flex: 1;
}
.banner-wrap-inner-1col {
    display: flex;
flex-direction: column;
    row-gap: 30px;
}
.banner-wrap-inner-1col >div {
    width: 100%;
}
.banner-wrap-inner >div >div{
padding-bottom:2%;}
.banner-wrap-inner-1col img:not(.fb) {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.img-1col-item {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin: 20px auto;
}
.link-cont {
    overflow: hidden;
    border-radius: 4px;
    margin: 0em auto;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease-in;
    border-bottom: 5px solid transparent;
    display: block;
}
.link-cont .photo {
    height: 160px;
    overflow: hidden;
}
.link-cont:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border: none;
    border-bottom: 4px solid #ccc;
}
.link-cont.link-cont-g:hover {
    border-bottom: 4px solid #00a555;
}
.link-cont.link-cont-r:hover {
    border-bottom: 4px solid #a31000;
}
.link-cont .details {
    padding: 1em 2em;
}
.link-cont-ttl {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2em;
    text-align: center;
    color: inherit;
}
.link-cont .details .text p {
    margin: 0;
}
/*入会案内見出し*/
.article h2.membership-ttl {
font-weight: 600;
    background-color: #a31000;
    color: #fff;
    padding: 0.5em 1em calc(0.5em - 6px);
    position: relative;
margin-top: 2em;
  margin-bottom: 2em;
}
.article h2.membership-ttl::after {
    content: '';
    background-color: #a31000;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
/*入会資格*/
.membership-text, .membership-fee-text{
text-align: center;
margin-top: 1.3em;
line-height: 1.8;
font-size: 1.2em;
font-weight: 600;
}
/*入会金*/
.fee-navi{
display: flex;
column-gap: 32px;
align-items: center;
justify-content:space-between;
}
.fee-type{
display: flex;
column-gap: 32px;
align-items: start;
justify-content: space-between;}
.fee-navi >div,.fee-type >div{
display: grid;
place-items: center;
width: 50%;
}
/*入会手続き*/	
.step-info div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 3em;
}
.step-info dt {
    background-color: #00a555;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    font-family: "Times New Roman", sans-serif;
    letter-spacing: .2em;
    padding: 30px;
    text-align: center;
    width: calc(100% /5);
    position: relative;
    box-shadow: 0 2px 2px #c0c0c0;
}
.step-info dd {
    margin-left: 0px;
    background-color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    padding: 30px;
    border: 2px solid #00a555;
    width: calc(100% - (100% /5));
    box-shadow: 0 2px 2px #c0c0c0;
}
.step-info dt:not(.goal)::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #00a555;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.inq-link {
margin-left: 5em;
padding: 10px 60px;
background-color: #a31000;
font-weight: 400;
border-radius: 2px;
text-align: center;
}
.inq-link a {
  color: #fff;  
  font-size: .8em;
}
.dl-link {
margin: 0 auto;
    font-size: 1.4em;
font-weight: 600;
    text-align: center;
    border: solid 2px #a31000;
    border-radius: 2px;
    padding: 20px;
    background-color: #fff;
   width: 70%;
position: relative;
}
.dl-link::after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #a31000;
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.inq-link a:hover, .dl-link:hover {
    transform: translatey(1px);
} 
/*入会金テーブル*/
table.line-table {
  border: none;
  border-collapse: collapse;
  text-align: center;
}
table.line-table tbody tr {
  border: none;
  border-bottom: #98a5ab solid 1px;
}
table.line-table tbody tr th, table.line-table tbody tr td {
  border: none;
  padding: 12px;
  background-color: #fff;
}
table.line-table tbody tr th{
background-color: rgba(152, 165, 171, 0.2);}
table.line-table tr:first-child {
  border-top: #98a5ab solid 2px;
}
table.line-table tr:last-child {
    border-bottom: none;
    text-align: right;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}
/*835px以上*/
@media screen and (min-width: 835px) {
#search-2 {
  width: 40%;
  margin: auto;
}
   .flex-bnr-gr {
    max-width: 1100px;
  }
  ul.flex-bnr-gr li:nth-child(5n) {
    margin-right: 0px;
  }
ul.add {
    display: flex;
    list-style: none;
    padding-left: 0px;
  }
  ul.add li {
    margin: 0px; /*reset*/
    white-space: nowrap;
  }
  ul.add li:first-child {
    background-color: #f8f8f8;
    font-size: 0.8em;
    padding: 10px 20px;
	line-height: 1.6;
  }
  ul.add a:nth-child(2n) li {
    background-color: #00a555;
    text-align: center;
    padding: 30px;
  }
  ul.add a:last-child li {
    background-color: #a31000;
    text-align: center;
    padding: 30px;
  }
  ul.add a{
    color: #fff;
	text-decoration:none;
  }
  .topics-list {
  width: 90%;
  margin: 0 auto;
}
.table-rs th{white-space: nowrap;}
.shoplist{
width: 90%;
margin: 0 auto;
}	
}
/*834px以下*/
@media screen and (max-width: 834px){
.pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
.new-line{
	display:block;
}
.new-line-pc {display:none;}
.flex-base.flex-2col >div,.flex-base-b >div {
    width: 100%;
	}
.search-block >div {
    width: calc(100% / 3 - 2%);
}	
#search-2 {
	display:none;  
}
#search-menu-block-sp >div {
    width: 100%;
    min-height: 50px;
    margin-bottom: 5px;
    font-size: inherit;
  }
#mutual-aid > div {width: 100%;}	

    .flex-bnr-gr {
    justify-content: space-around;
  }
  ul.flex-bnr-gr li {
    flex-basis: calc(100% / 2 - 1%);
    text-align: center;
  }
  ul.flex-bnr-gr li:nth-child(2n) {
    margin-right: 0px;
  }
 .topics-list div dt {
    flex-basis: auto;
    width: 100%;
    padding-bottom: .5em;
  }
  .topics-list div dd {
    flex-basis: auto;
    margin-left: 0px;
    width: 100%;
  }
	.table-rs th, .table-rs td {
    display: block;
    width: 100%;
}
.banner-wrap-inner > div{
    margin-bottom: 0em;
  }
.membership-text{
text-align: left;
font-size: 1.2em;
}
.sp-indent{margin-right:2em;}
.fee-type{
flex-direction: column;}
.fee-type > div{width: 100%;}
.inq-link {
    margin-left: 0em;
	margin-top: 20px;
    display: block;
}	
}
/*480px以下*/
@media screen and (max-width: 480px){
.search-block >div {
    width: calc(100% / 2 - 1%);
    padding: 24px;
}	
.banner-wrap {
    flex-direction: column;
}
.banner-wrap-inner-1col img {
    width: 90%;
}
.banner-wrap-inner-1col img.fb{width: 90px;}
.download{
white-space: nowrap;
padding: 6px 50px;
}
.step-info div {flex-direction: column;margin-bottom: 1em;}
.step-info dt{padding: 5px;font-size: 1em;width: 100%;box-shadow: none;}
.step-info dt:not(.goal)::after{content: none;}
.step-info dd {width: 100%;text-align: center;font-size: 1.2em;padding: 20px;}
.inq-link {
  padding: 10px 20px;}
.inq-link a {
  font-size: .8em;
  line-height: 1.2;
}
.dl-link{width: 100%;font-size: 1.2em;}	
}
.main{
	padding: 5px 29px!important;
}

/* レスポンシブテーブル */
.infotable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.infotable th,
.infotable td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.infotable th {
    font-weight: 700;
    color: #fff;
    background: #14116e; /* thの背景色 */
}

@media screen and (min-width: 835px) {
	.infotable {
	    width: 80%!important; 
		margin-left: calc(10%);
	}
    .infotable th,
    .infotable td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .infotable th {
        color: #000;
        background: #fff; /* thの背景色 */
    }
    .infotable tr th:first-child {
        width: 150px; /* thの固定幅 */
    }
}
