@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------

　   commons

--------------------------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
section{
	padding: 2em 0;
}
.section {
  width: 100%;
}
@media (min-width: 769px){
body {
	font-size: 1.6rem;
}
#contents .container{
	width: 90%;
	max-width:1024px;
    margin: auto;
	}
#contents .title{
	margin-top: 80px;;
}
	span.br_sp_none{
		display: block;
}
}

@media only screen and ( max-width : 768px ) {
	body {
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}
	#contents{
	margin-top: 60px;
}
	#contents .container{
		padding: 0 1em
	}
	.company #contents .title{
	margin-top: 60px;
	}
	span.br_pc_none{
		display: block;
}
}

#contents .title h1{
	color: #00A296;
	font-size: 2em;
	letter-spacing: 0.2em;
	margin-top: 5em;
    margin-bottom: 1em;
	text-shadow: 1px 1px 10px #808080;
}
#contents .title h1.shadow_more{
	text-shadow: 1px 1px 10px #000;
}
#contents h2{
	margin: 1em 0;
}
#contents h2.h2ttle{
	color: #00A296;
	font-size: 1.8em;
}
#contents h3.h3ttle{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
	margin: 3em 0;
    color: #00A296;
}
#contents h3.h3ttle::before,
#contents h3.h3ttle::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #6fcec64a;
}

#contents h3.h3ttle::before {
	margin-right: 20px;
}
#contents h3.h3ttle::after {
	margin-left: 20px;
}

#contents .lead{
	margin-bottom: 4em;
}
#contents .lead p{
	margin-bottom: 2em;
}
#contents .lead p.midashi_p{
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: 900;
	color: #00A296;
}
@media only screen and ( max-width : 768px ) {
	#contents .title h1{
		font-size: 1.7em;
	}
	#contents h2.h2ttle{
		font-size: 1.4em;
	}
	#contents h3.h3ttle{
		font-size: 1.2em;
		margin: 2em 0;
	}
	#contents .lead{
	text-align: left;
	margin-bottom: 1em;
}
	#contents .lead br.none{
	display: none;
	}
}
.photoR_float img{
	float: right;
	width: 40%;
	margin-left: 20px;
	margin-bottom: 30px;
}
.photoL_float img{
	float: left;
	width: 40%;
	margin-right: 20px;
	margin-bottom: 30px;
}
.photoR_float:after,
.photoL_float:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.photoRtext .item,
.photoLtext .item{
  display: flex;
  margin: 0 0 24px;
}
.photoLtext .item {
  flex-direction: row-reverse;
}
.photoRtext .item-img,
.photoLtext .item-img{
  width: 35%;
}

.photoRtext .item-title,
.photoLtext .item-title,
.photoR_float .item-title,
.photoL_float .item-title{
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
	color: #00A296;
}
.photoRtext .item-body,
.photoLtext .item-body {
    width:70%;
    padding: 0 12px;
	text-align: left;
}
@media (max-width: 768px) {
	.photoRtext .item,
	.photoLtext .item {
    display:block;
    margin: 0 0 24px;
}
.photoRtext .item-body,
.photoLtext .item-body,
.photoRtext .item-img,
.photoLtext .item-img{
  width:auto;
  padding: 0 12px;
	}
}
section .disc li {
	list-style-position: outside;
	list-style-type: disc;
}
section ul.decimal,
section ol.decimal {
	margin-left: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}
section .decimal li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 1em;
	
}
ul.icon{
	margin: 20px 0;
	margin-left: 20px;
	text-align: left;
}
ul.icon li{
	margin-left: 0.5em;
	font-weight: bold;
}
ul.icon li::before {
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    content: "\f105";
    padding-right: 0.5em;
	color: #489664;
	margin-left: -1em;
}
ul.icon li.none::before{
	display: none;
}

@media (max-width: 768px) {
.table_sp,.table_sp  tbody,.table_sp  thead,.table_sp  tfoot,.table_sp  tr,.table_sp  th,.table_sp  td {
	display: block;
}
.table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
.table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
	background: #FFF
}
}
@media (min-width: 769px){
.table_sp tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
}
.table_sp tr td {
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF
}
}
.table_none tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
}
.table_none tr td {
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF
}


@media (min-width: 769px){
.items_flex {
  display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
	.items_flex {
  display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}
	}
.items2_1,
.items4_2,
.items3_1,
.items3,/***3列折返し****/
.items4,/***4列折返し****/
.items2{/***2列折返し****/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	margin-bottom: 30px;
}


.items4 .item {
  width: 25%;
}
.items3 .item,
.items3_1 .item{
  width: 33%;
}
.items2 .item,
.items2_1 .item{
  width: 50%;
}
.items4_2 .item {
  width: 25%;
}
.item > div{
	padding: 10px;
}
.item > div p{
	text-align: left;
	margin: 1em 0;
}
@media screen and (max-width: 768px) {
 .col {
    flex-direction: column;/*items_flexの時、スマホでは1列*/
	  width: 100%;
  }
.items4 .item,
.items3_1 .item,
.items2_1 .item{
  width: 100%;
}
.item > div{
	padding: 5px;
}
.items4_2 .item{
  width: 50%;
}
}

#contents dl {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
	border-bottom: solid 1px #00A296;
	text-align: left;
}
#contents dl dt{
	color: #00A296;
	flex-basis: 35%;
	padding: 1em;
	border-top: solid 1px #00A296;
}
#contents dl dd{
	color: #00A296;
	flex-basis: 65%;
	padding: 1em;
	border-top: solid 1px #00A296;
}
@media only screen and ( max-width : 768px ) {
	#contents dl.column dt{
	color: #00A296;
	flex-basis:100%;
	padding: 0.5em;
	border-top: solid 1px #00A296;
	font-weight: 900
}
	#contents dl.column dd{
	color: #00A296;
	flex-basis: 100%;
	padding: 0.5em;
	border-top: none;
}
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
    background: #00A296;
    font-size: 0.8em;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding-top:1em;
    color: #FFF;
}
#footer a{
	color: #FFF;
}
#footer .footConts{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1200px;
	padding-bottom: 150px;
	background: url("../img/footBg.png") no-repeat bottom center;
	margin:auto; 
}
#footer .footConts > div{
	 padding:1em 1.5em;
	text-align: left;
}
#footer .footConts >:last-child {
  margin-left: auto;
}
#footer .footConts > div .pagetitle{
	font-weight: 900;
}
#footer ul.copyright{
	display: flex;
	border-top: 1px solid #FFF;
	padding: 0.5em;
}
#footer ul.copyright >li{
	padding: 0.5em;
}
#footer ul.copyright >li:last-child{
	margin-left: auto;
}
#footer .footConts > div .img{
	max-width:150px;
	margin-bottom: 10px;
}
@media only screen and ( max-width : 768px ) {
	#footer .footConts{
		display: none;
	}
	#footer ul.copyright{
	flex-wrap: wrap;
	justify-content: center;
}
	#footer ul.copyright{
	border-top: none;
}
	#footer ul.copyright >:last-child{
	flex-basis: 100%
}
	#footer ul.copyright li a{
		
	}
}

@media print, screen and (min-width: 769px){
	.toppage #news .section-content .container {
    max-width: 700px;
    margin: auto;
    color: #01a496;
}
}
/*****************************************
usual
*****************************************/
/* Yutube　のレスポンシブ */
.video_wrap, .gmap_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: auto;
}

#pageTop {
  position: fixed;
  z-index: 9998;
}
#pageTop img {}
@media (max-width: 750px) {
  #pageTop {
    bottom: 0px;
    left: 0px;
  }
  #pageTop img {
    width: 50px;
  }
}
@media (min-width: 751px) {
  #pageTop {
    bottom: 0px;
    left: 0px;
  }
}
/*****************************************
パンくず
*****************************************/
.breadcrumb {
  background-color: #F2F2F3;
}
.breadcrumb a:hover {
  color: #FC0;
}
.breadcrumb ul {
  text-align: left;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:after {
  content: ">";
  padding: 0 5px;
}
.breadcrumb ul li:last-child:after {
  content: normal;
}
@media (max-width: 599px) {
  .breadcrumb {
    padding: 5px;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .breadcrumb {
    padding: 5px 0;
  }
  .breadcrumb ul li {
    font-size: 1.4rem;
  }
}
.tel-link-none {
  pointer-events: none;
}