@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem; /*10px*/
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;

	box-sizing: border-box;
}
a:link {
	color: #3299db;
}

a:visited {
	color: #3299db;
}

a:active {
	color: #3299db;
}

a:hover {
	color: #3299db;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    font-size: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
}
h2 {
	font-size: 2.1rem;
	margin:1em 0;
	padding: 0 0 0 .5em;
    line-height: 2;
    font-weight: bold;
    color: rgba(54,94,70,1);
	background: rgba(213,247,226,.5);
	border-left: 8px solid rgba(253,205,66,1);
	border-radius: 4px;
}


h3 {
	margin: 0 0 0.5em 0;
	padding: 2px 0 0 8px;
	border-left: 5px solid rgba(54,94,70,1);
	border-bottom: 1px solid rgba(54,94,70,1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}



h4 {
	font-size: 1.5rem;
}

.double_col #inner_body h1 {
    margin-left: -30px;
    margin-bottom: 10px;
    padding: 7px 0 0 23px;
    border-left: 7px solid #F69;
    font-size: 200%;line-height: 1.35;
}
h6.hs_01 {
	position: relative;
	padding: 1em 1.5em;
	border-left: none;
	background-color: #dce8e9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;*/
}
#footer_lower{
	background-color: #0b4889;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.shadow{
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}

ol.maru{
    counter-reset: list_count;
	list-style-type: none;
}
ol.maru li::before{
      margin-right: .25em;
      counter-increment: list_count;
      content: counter(list_count);
      display: inline-block;
      line-height: 1em;
      text-align: center;
      height: 1em;
      width: 1em;
      border-radius: 50%;
      font-size: 0.8em;
      border: 1px solid #000;
}
.service_box ul{
	display: flex;
	flex-direction:column;
	list-style-type: none;
}
.service_box ul li{
	margin: 0 0 10px;
}
.service_box ul li img{
	border-radius: 20px 20px 0 0;
	margin: 0 0 10px;
	width: 100%;
}
.link_box ul{
	display: flex;
	flex-direction:column;
	list-style-type: none;
}
.link_box ul li{
	margin: 0 0 10px;
}
.link_box ul li img{
	border-radius: 10px;
	margin: 0 0 10px;
	width: 100%;
}
.b_link{
	text-align: right;
	margin-bottom: 10px;
}
.b_link a{
	position: relative;
    display: inline-block;
}
.contact_box{}
.contact_box p{
	display: block;
	text-align: center;
	margin: 20px auto;
}
.contact_box a{
	display: inline-block;
	background: #FDCD42;
	position: relative;
	color: #000;
	padding: 10px 4em 10px 5em;
	border-radius:10px;
	box-shadow:0px 2px 0px 0px #a8872d;
	margin: auto;
	text-align: center;
}

.contact_box a::before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("/img/icon/mail.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	margin: auto;
	left: 3.8em;
	top: 0;
	bottom: 0;
}


.b_link a::before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("/img/icon/list.svg") no-repeat center center;
	background-size: cover;
	position: absolute;
	margin: auto;
	left: -1.2em;
	top: 0;
	bottom: 0;
}


#main p{
	margin: 0 0 20px;
}
#main ul.list{
	    padding-left: 1.5em;
    list-style-type: none;
	margin: 0 0 20px;
}
#main ul.list li{
	position: relative;
}
#main ul.list li::before{
	content: "";
    display: block;
    position: absolute;
    width: .8em;
    height: .8em;
    background: rgba(54,94,70,1);
    left: -1.3em;
    top: 0.4em;
}
#main table{

	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
#main table thead{}
#main table thead th{
	background: rgba(54,94,70,1);
	color: #fff;
	border: 1px solid #9aaea2;
	font-weight: normal;
}
#main table tbody{}
#main table tbody td{
	border: 1px solid #9aaea2;
	padding: 5px;
}
#main table tbody td.nowrap{
	white-space: nowrap;
}
#main table tbody th{
	background: #ebefec;
	border: 1px solid #9aaea2;
	font-weight: normal;white-space: nowrap;
}
	.sticky_table thead th {
	  /* 縦スクロール時に固定する */
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 1;
	}
	.sticky_table th:first-child {
	  /* 横スクロール時に固定する */
	  position: -webkit-sticky;
	  position: sticky;
	  left: 0;
	}
	.sticky_table_wrapper {
	  overflow: scroll;
	  width: calc(100% - 1rem);
	}
	.sticky_table thead th:first-child {
	  /* ヘッダー行内の他のセルより手前に表示する */
	  z-index: 2;
	}




@media screen and (min-width:768px) {
	.service_box ul{
		display: flex;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	
	.service_box ul li{
		width: 49%;
	}
	.link_box ul{
		display: flex;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content:space-between
	}
	.link_box ul li{
		width: 49%;
	}
	.sticky_table{
	  /* 縦スクロール時に固定する */
	  position: relative;
	  top: 0;
	  z-index: 1;
		width: 100%;
	}
	.sticky_table thead th {
	  /* 縦スクロール時に固定する */
	  position: relative;
	  top: 0;
	  z-index: 1;
	}
	.sticky_table th:first-child {
	  /* 横スクロール時に固定する */
	  position: relative;

	  left: 0;
	}
	.sticky_table_wrapper {
	  overflow: auto;
	  width:100%;
	}
	.sticky_table thead th:first-child {
	  /* ヘッダー行内の他のセルより手前に表示する */
	  z-index: 2;
	}


}