@charset "utf-8";
/* CSS Document */
/*
@media only screen and (max-width: 768px) {
*/
* {
   box-sizing:border-box;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:48%;
  margin:2% 0 0 1%; 
}
.flex-2col > li:nth-of-type(2){
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:0 0 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0 0 0 0% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0 0 0 0% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:0 0 0 1%; 
}

.header_ul {
    background: #ffffff;
    z-index: 10;
    width: 100%;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    border-bottom: 6px solid #2faa4c;
}

header #logo {
/*
background:url(../img/header_logo-sp.png); no-repeat 0 0;
-webkit-background-size:320px 65px;
width:320px;
height:65px;
text-indent:-7777px;
overflow:hidden;
*/
width:30%;
}
.inq-wrapper {
  margin-right:2%;
}
.inq {
    overflow: hidden;
    margin-top: 5px;
}
.inq li {
    display: inline;
}
.inq a {
    color: #317320;
}
[href^="tel"] {
    pointer-events: auto !important;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.header_ul h1 a {
    display: block;
    width: 177px;
    height: 50px;
    padding: 0 0 0 5px;
    float: left;
}

#info li span {
    color: #3F841E;
    font-size: 11px;
    line-height: 1.5;
}


#info dl dt {
    color: #3F841E;
    font-size: 11px;
    line-height: 1.5;
	padding-top:5px;
}
#info dl dd {
    display: block;
    color: #444444;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -1px;
    -webkit-background-size: 23px 15px;
    border-bottom: 1px solid #c0c9cd;
    overflow: hidden;
    padding: 4px 5px 9px 5px;
}
#SiteContents .check ul li {
    background-image: url(http://template.idaten.co.jp/a/img/common/check.jpg);
    background-position: 2px 6px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    line-height: 3em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
	line-height:2.3;
}

h2 {
display:block;
-webkit-border-radius:5px;
-moz-border-radius: 5px;
background:url(../img/common/h3_icn.png) no-repeat 9px 10px,
-webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#dcdcdd));
background-color:#F9F9F9;
color:#191919;
font-size:14px;
letter-spacing:2px;
width:100%;
padding: 12px 12px 12px 24px;
}

.logo-img {
  max-width:230px;
}

.small-img {
    width:90% !important;
	height:auto !important;
}
.small-img-2 {
    width:80% !important;
	height:auto !important;
}
.small-img-3 {
    width:70% !important;
	height:auto !important;
}
.small-img-4 {
    width:60% !important;
	height:auto !important;
}
.small-img-5 {
    width:60% !important;
	height:auto !important;
}
.small-img-6 {
    width:50% !important;
	height:auto !important;
}
.small-img-7 {
    width:40% !important;
	height:auto !important;
}
.small-img-8 {
    width:30% !important;
	height:auto !important;
}
.small-img-9 {
    width:20% !important;
	height:auto !important;
}
.Content_wrap {
    margin:10px 5px;
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
.mb5 {
	margin-bottom:5px !important;
}	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}


.pt10 {
	padding-top:10px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pt50 {
	padding-top:50px !important;
}
.pt60 {
	padding-top:60px !important;
}
.pt70 {
	padding-top:70px !important;
}
.pt80 {
	padding-top:80px !important;
}
.pt0{
	padding-top:0px !important;}
	
.pb10 {
	padding-bottom:10px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
.pb60 {
	padding-bottom:60px !important;
}
.pb70 {
	padding-bottom:70px !important;
}
.pb80 {
	padding-bottom:80px !important;
}
.pb0{
	padding-bottom:0px !important;}

.txt {
   font-size:0.9rem;
   margin-bottom:5px;
}
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70%;
	letter-spacing:nomal;
}


	
.tx-80p  {
	font-size:80%;
	letter-spacing:nomal;
}
.tx-90p  {
	font-size:90%;
	letter-spacing:nomal;
}
.tx100p    {
	font-size:100%;
	letter-spacing:nomal;
}
.tx-120p    {
	font-size:120%;
	letter-spacing:nomal;
}
.tx-140p    {
	font-size:140%;
	letter-spacing:nomal;
	line-height:1.4em;
}
.tx-160p    {
	font-size:160%;
	letter-spacing:nomal;
}
.tx-180p    {
	font-size:180%;
	letter-spacing:nomal;
}
.tx-230p    {
	font-size:230%;
	letter-spacing:nomal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}
ul.flex-2col li img {
    width:100%;
	height:auto;
}

table.table5 {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #d1dfce;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
table.table5 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
}
table.table5 th {
    padding: 6px 8px 5px;
    overflow: hidden;
    color: #55854E;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
    background-color: #DDEADB;
	font-size:14px;
}
table.table5 td {
    display: list-item;
    border-top: none !important;
	font-size:14px;
}
table.table5 td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    background-color: #ffffff;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
	font-weight:300;
}

.section_wrap h2 {
    margin: 5px 0 10px 0;
    foant-size: 1.1em;
    font-weight: bold;
    color: #009300;
    border-width: 0 0 1px 0;
    border-color: #060;
    border-style: dotted;
	
    display:inherit;
    border-radius:initial !important;
    background-image: none !important;
	background-repeat:initial !important;
	background-position:initial !important;
	background-color:initial !important;
    font-size: 14px;
    letter-spacing:initial !important;
    width: initial !important;
    padding: 0px;
}
.article_contents {
    display: block;
    background: -webkit-gradient(linear, left center, right center, from(#317320), to(#59C036));
    background-color: #317320;
    margin-bottom: 0px;
}
.article_contents h1 {
    color: #ffffff;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    margin: 10px 10px 0 0;
}
.listTableLite > dt {
    padding: .5em 10px .25em 10px;
    color: #79AC2D;
    font-weight: 700;
}
.kugir {
    border-bottom-color: #999;
    border-bottom-style: dashed;
    border-width: 1px;
    margin-bottom: 10px;
}
.txt_green2_110p {
    color: #0CAF53;
    font-weight: bold;
    font-size: 110%;
    line-height: 110%;
}

.info dl {
    height: 300px;
    overflow-y: scroll;
}
/*
}
*/