@charset "utf-8";

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

Style Name: style.css
Since:      2007-09-01
Modified:   2014-10-14
Version:    1.0
Auther:     algoRhythm graphics

------------------------------------------*/
/*@media all and (min-width: 1100px) {*/

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

browser style clear

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

* {
margin: 0;
padding: 0;
/*background: transparent;*/
}

html {
/*background-color: #fff;*/
height: 100%;
overflow-y: scroll;
}

ul,li,dl,dt,dd{
list-style: none;
}

img{
vertical-align: top;
}

a img{
border: none;
}

a:hover,
a:hover img {
opacity:0.70;
filter:alpha( opacity=70 );
-ms-filter: alpha( opacity=70 );
-webkit-filter: alpha( opacity=70 );
-moz-filter: alpha( opacity=70 );
-o-filter: alpha( opacity=70 );

transition: opacity .20s ease-in-out;
-ms-transition: opacity .20s ease-in-out;
-webkit-transition: opacity .20s ease-in-out;
-moz-transition: opacity .20s ease-in-out;
-o-transition: opacity .20s ease-in-out;
}

a{
color: #595757;
text-decoration: none;
}

a:link{
color: #595757;
}

a:visited{
color: #595757;
}

a:hover{
/*text-decoration: underline;*/
}

a:active{
}

body {
background-color: #fff;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #595757;
font-size: 16px;
font-style: normal;
line-height: 1.7;
/*-webkit-font-smoothing: antialiased;*/
/*letter-spacing: 0.1em;*/
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
clear: both;
}

p {
margin: 0 0 1em 0;
}

.color {
color: #029693 !important;
}

.red {
color: #e60012 !important;
}

.orange {
color: #F15A24 !important;
}

.blue {
color: #002b69 !important;
}

.bold{
	font-weight: bold;
}
.large{
	font-size: 1.8em;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

.mb5{
	margin-bottom:5px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mb13{
	margin-bottom:13px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.mb38{
	margin-bottom:38px !important;
}

.mb50{
	margin-bottom:50px !important;
}

.mb60{
	margin-bottom:60px !important;
}

.mb70{
	margin-bottom:70px !important;
}

.mb80{
	margin-bottom:80px !important;
}

.mb100{
	margin-bottom:100px !important;
}

.mt15{
	padding-top:15px !important;
}

.nomb {
	margin-bottom:0px !important;
}

.nomt {
	margin-top:0px !important;
}

@media all and (max-width: 479px) {
	body {
		font-size: 15px;
	}
}


/*============================
#container
============================*/

body {
width: 100%;
position: relative;
/*background: linear-gradient(to top , #efefef 25%, transparent);*/
/*background: linear-gradient(#fff 30%, #efefef 70%);*/
}

div#container {
width: 100%;
margin: 0 auto;
/*background: #efefef;*/
background: linear-gradient(#fff 30%, #efefef 70%);
}

div.contents {
width: 960px;
margin: 25px auto 17px auto;

}
#others div.contents {
		margin: 30px auto 120px auto;
	}
#others div.contents.with-img {
		margin: 0px auto 120px auto;
	}
	
	
@media all and (min-width: 480px) and (max-width: 1099px) {
	div.contents {
		width: 94%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		margin: 30px auto 20px auto;
	}
	#others div.contents {
		margin: 30px auto 40px auto;
	}
	body {
		background: none;
	}
}

@media all and (max-width: 479px) {
	div.contents {
		width: 94%;
		margin: 0 auto;
		position: relative;
		margin: 30px auto 30px auto;
	}
	#others div.contents {
		margin: 0px auto 10px auto;
	}
	#others.plan div.contents {
		margin: 0px auto 50px auto;
	}
	body {
		font-size: 15px;
		background: none;
	}
	#others div.contents {
		margin: 0px auto 10px auto;
	}
#others div.contents.with-img {
		margin: 0px auto 10px auto;
	}
}





/*============================
common
============================*/
section {
width: 100%;
margin: 0 auto;
}

.sectionInner {
width: 950px;
margin: 0 auto;
}
.SEonly {
		display: none !important;
	}
.SPonly {
display: none !important;
}

.TBonly {
display: none !important;
}

.PConly {
display: block;
}


@media all and (max-width: 1099px) {
	.close_btn {
	display: block;
}
}

.alignright {
float: right;
margin-left: 20px;
}

.alignleft {
float: left;
margin-right: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.flex-box {
	display: flex;
	justify-content: space-between;
}
.inline-flex-box {
	display: inline-flex;
}
@media all and (max-width: 479px) {
	.SPonly {
		display: block !important;
	}
	.PConly {
		display: none;
	}
}

.close_btn {
	display: none;
}


/*============================
header
============================*/
header {
	width: 100%;
	border-bottom: 1px solid #9fa0a0;
	background: white;
}

header .headInner {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
header .head-image {
	margin-top: 58px;
	margin-bottom: 25px;
}

header h1 {
	
}
header h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #007cc3 !important;
	position: relative;
	padding-left:108px;
	line-height: 61px;
}
header h1 a:before {
	content: "";
	background:url(../images/common/head_logo.png) no-repeat;
	background-size:contain;
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 0px;
	width: 90px;
	height: 61px;
}
header .flex-box div {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #595757;
}
header .flex-box div p {
	margin-top: 8px;
	margin-bottom: 0;
	
}

@media all and (max-width: 1099px) {
	header {
	width: 100%;
	/*height: 130px;*/
	margin-bottom: 0;
	/*border-bottom: 1px solid #ff7d3c;*/
	}
	
	header .headInner {
	width: 96%;
	margin: 0 auto;
	}
	header .head-image {
		width: 92%;
		margin-top: 25px;
	}
	header .head-image img {
		width: 100%;
		height: auto;
	}	
}

@media all and (max-width: 900px) {
header h1 a {
	font-size: 28px;
	font-weight: bold;
	color: #007cc3 !important;
	position: relative;
	padding-left:75px;
	line-height: 50px;
}
header h1 a:before {
	content: "";
	background:url(../images/common/head_logo.png) no-repeat;
	background-size:contain;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0px;
	width: 60px;
	height: 60px;
}
header h1+div img {
	width: 200px;
	height: auto;
}
header h1+div p {
	font-size: 9px;
}
}
@media all and (max-width: 680px) {
	header h1+div {
		display: none;
	}
	header h1 {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 600px) {
	.slicknav_btn {
		margin-right: 9% !important;
	}
}
@media all and (max-width: 540px) {
	header h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #007cc3 !important;
	position: relative;
	padding-left:65px;
	line-height: 50px;
}
header h1 a:before {
	content: "";
	background:url(../images/common/head_logo.png) no-repeat;
	background-size:contain;
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 0px;
	width: 55px;
	height: 50px;
}
header h1 {
	margin-bottom: 12px;
}
header {
    border-bottom: 0;
}
header .head-image {
	margin-bottom: 5px;
}
header .head-image img {
	width: 90%;
}
}
@media all and (max-width: 480px) {
	.slicknav_btn {
		margin-right: 11% !important;
	}
	header .head-image img {
		width: 85%;
	}
}
@media all and (max-width: 400px) {
	header h1 a {
		font-size: 16px;
		font-weight: bold;
		color: #007cc3 !important;
		position: relative;
		padding-left:50px;
		line-height: 50px;
	}
	header h1 a:before {
		content: "";
		background:url(../images/common/head_logo.png) no-repeat;
		background-size:contain;
		display: inline-block;
		position: absolute;
		top: -8px;
		left: 0px;
		width: 40px;
		height: 30px;
	}
	header .head-image {
		margin-bottom: 0px;
	}
	header h1 {
	margin-bottom: 5px;
}
}
@media all and (max-width: 320px) {
	header h1 a {
		font-size: 14px;
		font-weight: bold;
		color: #007cc3 !important;
		position: relative;
		padding-left:50px;
		line-height: 50px;
	}
	header h1 a:before {
		content: "";
		background:url(../images/common/head_logo.png) no-repeat;
		background-size:contain;
		display: inline-block;
		position: absolute;
		top: -10px;
		left: 0px;
		width: 40px;
		height: 40px;
	}
	header .head-image img {
	width: 80%;
}
}

/*スティッキーヘッダ*/
header img.scroll {
	/*display: none;*/
}

header.sticky {
	/*position: fixed;
	top: 0;
	z-index: 100;
	background: white;
	border-bottom: 1px solid #ff7d3c;*/
}

header.sticky img.scroll {
}

header.sticky .headInner .headLeft {
	margin-top: 18px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	letter-spacing: 0.3em;
	position: relative;
}

header.sticky .headInner .headLeft .company-name {
	position: absolute;
	right: -0.5em;
	top: 2.5em;
}

header.sticky .headInner .headRight {
	margin-top: 10px;
}

header.sticky .headInner a {
	color: black !important;
}

header.sticky .sticky-logo {
	display: block;
}

header.sticky .normal-logo {
	display: none;
}
/*スティッキーヘッダ終わり*/


/*============================
nav
============================*/
nav {
width: 100%;
position: relative;
background: white;
}

nav.for-PC {
width: 100%;
position: relative;
}

nav a:hover{
cursor: pointer;
}

.nav-inner {
	width: 960px;
	margin: 0 auto;
}


nav ul.menu li {
    /*width: 20%;*/
    text-align: center;
    padding: 14px 0px;
}

nav ul.menu li a {
	color: black;
	letter-spacing: 0;	
	 font-size: 14px;
	 border-right: 1px solid #9fa0a0;
	 padding: 0px 23px;
}

nav ul.menu li:last-child a {
	 border-right: 0;
}

nav ul.menu li.active{
background: #007cc3;
}
nav ul.menu li.active a{
color: white !important;
}

nav ul.menu,
nav ul.sub-menu {
	display: flex;
	justify-content:center;
}

nav ul.sub-menu {
	width: 900px;
	margin: 0 auto;
	margin-top: 3px;
}

nav ul.sub-menu li a {
	font-size: 15px;
	color: #754C24;
}

nav ul.sub-menu li:last-child {
	position: relative;
}

ul.sub-menu .child {
	position: absolute;
	z-index: 1100;
	visibility: hidden;	
	left: -30px;
	width: 140px;
}
ul.sub-menu .child li {
	background: #754C24;
	padding: 5px 10px;
}
ul.sub-menu .child li a {
	color: white;
}

nav ul.menu {
	/*background: green;*/
}

@media all and (max-width: 1099px) {
#index nav,
#others nav {
width: 100%;
/*background: white;*/
position: relative;
top: 58px;
z-index: 5;
}

nav ul.menu li a {
	 border-right: 0;
}

nav a {
color: white !important;
}

nav a:hover{
cursor: pointer;
}

nav a:last-child; {
margin-right: 0px;
}

nav.slicknav_nav {
background: #007cc3;
}

nav ul.menu {
width: 100%;
text-align: center;
margin: 0 auto;
display: block;
}

nav ul.menu li {
text-align: center;
display: block;
margin-right: 40px;
vertical-align: middle;
margin-top: 23px;
margin-bottom: 22px;
position: relative;
font-size: 16px;
}

/*nav ul.menu li:last-child a {
margin-right: 0px;
background: white;
}*/

nav ul.menu li ul.child {
    visibility: hidden;
    position: absolute;
    /*margin-left: -70px;
    padding: 5px 0;*/
    z-index: 50000;
    top: 26px;
    padding: 20px 0;
    background-color: white;
}

nav ul.menu li ul.child li {
    float: none;
    display: block;
    font-size: 12px;
    /*width: 230px;*/
    font-weight: normal;
    margin-top: 0px;
    margin: 0;
}

nav.slicknav_nav li ul.child li:first-child {
/*border-bottom: 1px solid #E6E6E6;*/
}

nav ul#menu li ul.child li:last-child {
border-bottom: 3px solid #3c3c3c;
}

#index nav ul.child li a,
#others nav ul.child li a{
    padding: 6px;
    display: block;
    color: #44b2c3 !important;
    font-size: 14px;
    margin-bottom: 1px;
}

#index nav ul.child li a:hover,
#others nav ul.child li a:hover{
    background-color: #3c3c3c !important;
    color: white !important;
}

nav.slicknav_nav ul li {
width: 94%;
margin: 0 auto;
border-bottom: 1px solid white;
font-size: 16px;
}

nav.slicknav_nav ul.child {
padding: 5px 0;
margin-bottom: 15px;
margin-left: 30px;
}

nav.slicknav_nav ul.child li {
background: white;
border: 0;
width: 100%;
padding: 0 10px;
box-sizing: border-box,
}
nav ul.sub-menu {
padding-top: 10px;
display: block;
margin-top: 0;
	margin-bottom: 10px;
	width: auto;
}
ul.sub-menu .child {
	position: relative;
	z-index: 1100;
	visibility: visible;
	width: auto;
	left: 0px;
}

.close_btn {
	visibility: hidden;
	display: none;
}
nav.for-PC {
width: 100%;
position: relative;
background: none;
height: 0;
display: none;
}
nav ul#menu{
	display: none;
}
.nav-inner {
	width: 100%;
}
.slicknav_nav a p {
	display: none;
}

.emergency-bt {
	background: white;
	width: 94%;
	margin: 0 auto;
	margin-top: 15px;
}

.emergency-bt a {
	color: #44b2c3 !important;
	text-align: center;
	font-size: 18px;
}
.emergency-bt a span {
	font-size: 14px;
	padding: 0 5px;
}

}



/*.main-nav li:first-child {
  margin-right: auto;
}*/

.sticky nav a {
	/*letter-spacing: 0;*/
}

.sticky nav ul {
    margin-top: 15px;
}

.sticky nav ul li {
    margin-right: 25px;
}


/*下層ページ用*/
/*#others nav ul.sub-menu li:first-child a:before {
	position: absolute;
	content: "";
	top: -4px;
	left: 0px;
	width: 15px;
	height: 18px;
	background: url("../images/common/header_icon_policy_black.png") top left no-repeat;
}
#others nav ul.sub-menu li:last-child a:before {
	position: absolute;
	content: "";
	top: 1px;
	left: 0px;
	width: 15px;
	height: 11px;
	background: url("../images/common/header_icon_inquiry_black.png") top left no-repeat;
}*/
/*下層ページ用終わり*/


/*============================
footer
============================*/

footer {
	width: 100%;
}

footer a {

}

footer .footerInner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

footer .name {
	text-align: center;
	color: #666464;
	margin-bottom: 35px;
	font-size: 14px;
	letter-spacing: 0.09em;
}

footer .name p {
	padding-top: 5px;
}
footer .footer-top {
	background: #fff;
	height: 260px;
}
footer .footer-middle {
	height: 130px;
	display: flex;
	align-items: center;
	background: #efefef;
}
footer .footer-bottom {
	background: #007cc3;
	width: 100%;
	padding: 25px 0;
	font-size: 15px;
	letter-spacing: 0;
	color: white;
	text-align: center;
}

footer .footer-bottom small {
	font-size: 10px;
}
footer .footer-top .flex-box {
	display: flex;
	justify-content: flex-start;
	padding-top: 50px;
}
footer .footer-top .flex-box ul {
	font-size: 17px;
	line-height: 2;
}
footer .footer-top .flex-box ul:nth-of-type(1) {
	margin-right: 60px;
}


/*google map*/
.googlemap-top {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 35px;
	
}

.googlemap-top iframe {
	border: 0;
	width: 460px;
	height: 312px;
	margin: 0;
	border: 4px solid white;
}
.make-a-call {
		display: none;
	}
@media all and (max-width: 1099px) {
	footer .footerInner {
	    width: 94%;
	    max-width: 100%;
	    margin: 0 auto;
	    position: relative;
	}
}
@media all and (max-width: 870px) {
	.googlemap-top {
	    width: 45%;
	    height: 30vh;
	}
	.googlemap-top iframe {
	    border: 0;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    border: 3px solid white;
	}
	
}
@media all and (max-width: 680px) {
	.googlemap-top {
	    margin-top: 35px;
	    width: 85%;
	    height: 40vh;
	    margin: 0 auto;
	    position: relative;
	    top: 0;
	    left: 0;
	}
	footer .footerInner .flex-box {
		display: block;
		padding-top:20px;
		padding-bottom: 20px;
	}
	footer .footerInner {
	    width: 94%;
	    max-width: 100%;
	    margin: 0 auto;
	    position: relative;
	}
	footer .footer-top {
		background: #fff;
		height: auto;
	}
	footer .footer-top .flex-box ul {
	  display: flex;
	  justify-content: center;
	}
	footer .footer-top .flex-box ul li {
	  text-align: center;
	  margin: 0 0.5em;
	}
	footer .footer-top .flex-box ul:nth-of-type(1) {
	    margin-right: 0px;
	}
	footer .footer-middle {
	    text-align: center;
	    height: auto;
	    padding: 20px 0;
	}
	.make-a-call {
		display: block;
		margin-bottom: 25px;
	}
	.make-a-call a {
		display: block;
		width: 100%;
		padding: 0.5em 0;
		background: #00a33e;
		color: white;
		text-align: center;
		font-size: 20px;
	}
	.insurance .make-a-call a {
		background: #ea545d;
	}
	footer .footer-bottom {
	    padding: 15px 0;
	}
}
@media all and (max-width: 480px) {
	footer .footer-bottom {
	    padding: 5px 0;
	}
	footer .footerInner .flex-box {
		display: none;
	}
	.googlemap-top {
	    margin-top: 35px;
	    width: 100%;
	    height: 40vh;
	    margin: 0 auto;
	    position: relative;
	    top: 0;
	    left: 0;
	}
	footer .footer-top {
		padding-bottom: 20px;
		background: #efefef;
	}
	.make-a-call a {
		padding: 0.15em 0;
		font-size: 18px;
	}

}




/*============================
#index
============================*/

/*メインイメージ*/
#index .mainImage {
/*max-height: 425px;*/
background: #dedede;
text-align: center;
position: relative;
}

#index .slider-pro {
/*height: 425px;*/
visibility: hidden;
}

#index .slider-pro a:hover,
#index .slider-pro a:hover img {
opacity:1 !important;
filter:alpha( opacity=100 ) !important;
-ms-filter: alpha( opacity=100 ) !important;
-webkit-filter: alpha( opacity=100 ) !important;
-moz-filter: alpha( opacity=100 ) !important;
-o-filter: alpha( opacity=100 ) !important;
}

#index .slider-pro .slide-copy1,
#index .slider-pro .slide-copy2,
#index .slider-pro .slide-copy3,
#index .slider-pro .slide-copy4,
#index .slider-pro .slide-copy5 {
position: absolute;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: auto;
}
#index .slider-pro .slide-copy1 img,
#index .slider-pro .slide-copy2 img,
#index .slider-pro .slide-copy3 img,
#index .slider-pro .slide-copy4 img,
#index .slider-pro .slide-copy5 img {
/*background: none;*/
width: 100%;
height: auto;
}




/*お知らせ*/

#index .contents div.news {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: white;
	display: flex;
	padding-right: 30px;
	box-sizing: border-box;
}
#index .contents div.news .news-title {
	/*background: linear-gradient(to right, #eaeaea 70%, transparent);*/
	width: 250px;
	border-left: 10px solid #007cc3;
	text-align: center;
	height: 205px;
	line-height: 205px;
	background: #eaf2f6;
	font-size: 18px;
	margin-bottom: 0;
	position: relative;
}
#index .contents div.news .news-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 205px solid #eaf2f6;
}

div.news-title a span {
	color: #007cc3;
	font-size: 35px;
	font-weight: bold;
	margin-right: 14px;
}

div.news-title a:after {
	content: url(../images/news_arrow.png);
}

div.news-list {
	padding-top: 15px;
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-left: 70px;
	width: 100%;
	max-width: 600px;
}

div.news dl {
	margin: 0;
	padding: 0;
	display: flex;
	/*width: 100%;*/
	font-size: 19px;
	border-bottom: 1px solid #9fa0a0;
}

div.news dl a {
	margin-bottom: 4px !important;
	/*line-height: 1;*/
}

div.news dt {
	display: flex;
	white-space: nowrap;
	width: 180px;
	line-height: 2.4;
}


div.news dd {
	line-height: 2.4;
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -ms-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	display: inline-block;
}

div.news dl:last-of-type {
	border-bottom: 0;
}
#index .mainImage+.contents.boxes {
    /*background: #efefef;*/
    width: 100%;
    max-width: 100%;
     margin: 0 auto;
     padding: 40px 0 0px 0;
}


@media all and (max-width: 1050px) {
	#index .contents div.news {
		width: 94%;
		max-width: 960px;
		margin: 0 auto;
		background: white;
		display: block;
		box-sizing: border-box;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	#index .contents div.news .news-title {
	/*background: linear-gradient(to right, #eaeaea 70%, transparent);*/
	width: 100%;
	border-left: 10px solid #007cc3;
	text-align: center;
	height: 40px;
	line-height: 20px;
	background: #eaf2f6;
	font-size: 16px;
	margin-bottom: 0;
	position: relative;
	box-sizing: border-box;
	}
	#index .contents div.news .news-title::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 0;
	  height: 0;
	  border-right: 0;
	  border-top: 0;
	}
	div.news-title a span {
		color: #007cc3;
		font-size: 24px;
		font-weight: bold;
		margin-right: 10px;
		line-height: 40px;
	}
	div.news-title a:after {
		content: "";
	}
	div.news-list {
		padding-top: 15px;
		box-sizing: border-box;
		margin: 0 auto;
		width: 85%;
		max-width: 100%;
	}
	#index .mainImage+.contents.boxes {
		margin: 30px auto 0px auto;
	}
}
@media all and (max-width: 730px) {
	div.news dl {
	    font-size: 16px;
	}
	div.news dt {
	    width: 160px;
	}
}

@media all and (max-width: 479px) {
	#index .contents div.news .news-title {
		height: 32px;		
	}
	div.news-title a span {
		color: #007cc3;
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
		line-height: 32px;
	}
	div.news dl {
		font-size: 16px;
		display: block;
	}
	div.news dt {
	    display: block;
	    white-space: nowrap;
	    width: auto;
	    line-height: 2.0;
	}
	div.news dd {
	line-height: 2.0;
	width: auto;
	margin-bottom: 15px;
	}
	#index .mainImage+.contents.boxes {
		margin: 0px auto 0px auto;
		padding: 25px 0 0px 0;
	}
}

/*身近な*/
#index .close-to {
	width: 100%;
	padding-bottom: 40px;
	/*background: #efefef;*/
}
#index .close-to .contents {
	width: 100%;
	max-width: 886px;
	margin: 0 auto;
}
#index .close-to .title {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;	
	color: white;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#index .close-to .title-outer {
	margin-top: 55px;
	margin-bottom: 30px;
	background: #abcd03;
}
#index .close-to .title-outer img {
	position: absolute;
	top: -42px;
	left: 0px;
	display: block;
}
#index .close-to a {
	display: block;
	background: white;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 3px;
}
#index .close-to a p {
	margin: 3px 0 0 0;
}
#index .close-to a:nth-of-type(1) p {
	color: #b72822;
}
#index .close-to a:nth-of-type(2) p {
	color: #17499d;
}
#index .close-to a:nth-of-type(3) p {
	color: #32ae40;
}
#index .close-to a:nth-of-type(4) p {
	color: #e699c0;
}
@media all and (max-width: 930px) {
	#index .close-to .title {
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	    color: white;
	    font-size: 24px;
	    font-weight: bold;
	    text-align: center;
	    position: relative;
	}
#index .close-to a {
	    width: 23%;
	    font-size: 18px;
	}
	#index .close-to a img {
		width: 100%;
		height: auto;
	}
	#index .close-to .flex-box {
		width: 94%;
	}
	#index .close-to a {
	    font-size: 14px;
	}
	#index .close-to .title-outer img {
		position: absolute;
		top: -42px;
		left: 0px;
		display: block;
		transform: scale(0.7);
	}
}
@media all and (max-width: 560px) {
	#index .close-to .title-outer img {
		position: absolute;
		top: -42px;
		left: -20px;
		display: block;
		transform: scale(0.5);
	}
	#index .close-to .title {
		font-size: 19px;
	}
}
@media all and (max-width: 500px) {
	#index .close-to a {
	    width: 48%;
	    font-size: 18px;
	    margin-bottom: 1em;
	}
	#index .close-to .flex-box {
		width: 94%;
		display: flex;
		flex-wrap: wrap;
	}
	#index .close-to {
	    width: 100%;
	    padding-bottom: 10px;
	}
}
@media all and (max-width: 420px) {
#index .close-to a {
	    font-size: 16px;
	    width: 47%;
	}
	#index .close-to .title {
		font-size: 18px;
		letter-spacing: 0.85;
		padding-left: 15px;
		box-sizing: border-box;
	}
	#index .close-to .title-outer img {
		position: absolute;
		top: -42px;
		left: -20px;
		display: block;
		transform: scale(0.5);
	}
	#index .close-to {
		padding-bottom: 20px;
	}
	#index .close-to .title-outer {
		margin-top: 35px;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 320px) {
#index .close-to a {
	    font-size: 14px;
	}
	#index .close-to .title {
		font-size: 16px;
		letter-spacing: 0.75;
		padding-left: 15px;
		box-sizing: border-box;
	}
	#index .close-to .title-outer img {
		position: absolute;
		top: -47px;
		left: -25px;
		display: block;
		transform: scale(0.4);
	}
}



/*============================
lower common
============================*/

#others section {
margin-bottom: 80px;
}


/*タイトル*/
div.lower-title-bg {
	margin-bottom: 40px;
}
div.lower-title {
	width: 360px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;	
	position: relative;
}
div.lower-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top-width: 54px;
  border-top-style: solid;
}
div.lower-title span {
	color: white;
	font-size: 35px;
	font-weight: bold;
	margin-left: 30px;
	line-height: 54px;
}
/*タイトルnews*/
div.lower-title-bg.news {
	background: #9fd9f6;
}
div.lower-title.news {
	background: #007cc3;
}
div.lower-title.news::after {
  border-top-color: #007cc3;
}
/*タイトル保険*/
div.lower-title-bg.insurance {
	background: #f7c9dd;
}
div.lower-title.insurance {
	background: #ea545d;
}
div.lower-title.insurance::after {
  border-top-color: #ea545d;
}
/*タイトル不動産*/
div.lower-title-bg.real {
	background: #64c0ab;
}
div.lower-title.real {
	background: #009e96;
}
div.lower-title.real::after {
  border-top-color: #009e96;
}
/*タイトルガス*/
div.lower-title-bg.gas {
	background: #f6ab00;
}
div.lower-title.gas {
	background: #ea5504;
}
div.lower-title.gas::after {
  border-top-color: #ea5504;
}

/*タイトル終わり*/

@media all and (max-width: 900px) {
	div.lower-title {
		width: 350px;
		height: 42px;
		line-height: 42px;
		position: relative;
	}
	div.lower-title::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 100%;
	  width: 0;
	  height: 0;
	  border-right: 20px solid transparent;
	  border-top-width: 42px;
	  border-top-style: solid;
	}
	div.lower-title span {
		color: white;
		font-size: 30px;
		font-weight: bold;
		margin-left: 30px;
		line-height: 42px;
	}
}

@media all and (max-width: 480px) {
	div.lower-title {
		width: 177px;
		height: 22px;
		line-height: 22px;
		position: relative;
	}
	div.lower-title::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 100%;
	  width: 0;
	  height: 0;
	  border-right: 10px solid transparent;
	  border-top-width: 22px;
	  border-top-style: solid;
	}
	div.lower-title span {
		color: white;
		font-size: 15px;
		font-weight: bold;
		margin-left: 10px;
		line-height: 22px;
	}
	#others section {
	margin-bottom: 0px;
	}
	div.lower-title-bg {
	    margin-bottom: 20px;
	}
}


#others .main-image {
	width: 100%;	
	margin: 0 auto;
	margin-bottom: 80px;
	background: #dedede;
	text-align: center;
}

#others .main-image img {
	width: 100%;
	height: auto;
	max-width: 1050px;
}

.contents .sub-catch {
	font-size: 18px;
	text-align: center;
	width: 100%;
	position: relative;
}

.more-mt {/*su-catchの位置調整*/
	padding-top: 50px;
}
.bluebar {
	color: white;
	font-size: 30px;
	font-weight: bold;
	background: #45bdcf;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin-bottom: 30px;
}
.brown-catch {
	color: #9c763a;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin-bottom: 18px;
}
.in-text-must {
    font-size: 14px;
    color: white;
    background: #c7000b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 8px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.yellow-button a {
	height: 80px;
	line-height: 80px;
	color: #604c3f;
	background: #f8b73d;
	text-align: center;
	display: block;
	font-size: 30px;
	width: 100%;
	max-width:760px;
	margin: 0 auto;
	border-radius: 40px;
	font-weight: bold;
	margin: 80px auto;
}

.yellow-button a span {
	color: white;
}
.entryTxt a {
	text-decoration: underline;
}

@media all and (max-width: 779px)  {
	#others .page-title-lower .ttl_down p {
		font-size: 19px;
	}
	.contents .sub-catch {
		font-size: 16px;
		margin-top: 18px;
	}
	.contents .sub-catch.mb100 {
		margin-bottom: 70px !important;
	}
	.yellow-button a {
		height: 60px;
		line-height: 60px;
		color: #604c3f;
		background: #f8b73d;
		text-align: center;
		display: block;
		font-size: 20px;
		width: 100%;
		max-width:800px;
		margin: 0 auto;
		border-radius: 30px;
		font-weight: bold;
		margin: 60px auto;
	}
}

@media all and (max-width: 580px)  {
	#others .page-title-lower img {
		/*display: none;*/
		visibility: hidden;
	}
	.contents .sub-catch.mb100 {
		margin-bottom: 40px !important;
	}
	.contents .sub-catch {
		font-size: 16px;
		margin-top: 40px;
	}
	#others .main-image {
	margin-bottom: 50px;
}
#others .page-title-lower .ttl_down {
	height: auto;
}
#others .page-title-lower .ttl_down img {
	height: 0;
}
#others .page-title-lower .ttl_down p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 0;
    /*position: absolute;
    top: 20%;
    left: 0;
    right: 0;*/
}
.bluebar {
	color: white;
	font-size: 20px;
	font-weight: bold;
	background: #45bdcf;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.brown-catch {
	color: #9c763a;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin-bottom: 18px;
}
}

@media all and (max-width: 480px)  {
	#others .main-image {
	margin-bottom: 30px;
}
}


@media all and (max-width: 320px)  {
	.yellow-button a {
		font-size: 14px;
	}
	.offerings .more-mt {
		padding-top: 70px;
	}
}
/*ページ内リンク*/
/*.links-within {
	display: flex;
	justify-content: center;
}

.links-within li a {
	margin: 0 20px;
	font-size: 19px;
}
.links-within li a:before {
	content: "＞";
	font-weight: bold;
	color: #0080d3;
	display: inline-block;
	-moz-transform: rotate(90deg) scale(1.1,1.5);
	-webkit-transform: rotate(90deg) scale(1.1,1.5);
	-o-transform: rotate(90deg) scale(1.1,1.5);
	-ms-transform: rotate(90deg) scale(1.1,1.5);
	transform: rotate(90deg) scale(1.1,1.5);
	margin-right: 5px;
}*/
/*メインイメージ終わり*/

/*セクションタイトル*/
.section-title-large {
	font-size: 28px;
	/*font-weight: bold;*/
	padding-right: 1.2em;
	border-bottom: 5px solid #ff7d3c;
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 70px;
}

.section-title-mid {
	font-size: 22px;
	font-weight: bold;
	color: #0080d3;
	margin-bottom: 5px;
}

/*セクションタイトル終わり*/

/*テーブル*/
table {
	/*width: 100%;*/
	/*margin: 0 auto;*/
	border-collapse: collapse;
	/*margin-top: 30px;*/
}

table tr {
	/*border: 1px solid #45bdcf;*/
}
table tr:first-child {
	/*border-top: 1px solid #45bdcf;*/
}

table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	/*background: #ebf6f9;
	border-right: 1px solid #45bdcf;*/
	position: relative;
}

table th,
table td {
	padding: 12px 25px;
	box-sizing: border-box;
}
table caption {
	text-align: left;
	font-size: 18px;
	margin-bottom: 8px;
}

@media all and (max-width: 700px)  {

table {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: separate;
}

table tr:last-child td {
/*border-bottom: 1px solid #45bdcf;*/
}

table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	/*background: #ebf6f9;*/
	list-style-type: none;
	/*border: 1px solid #45bdcf;*/
}

table th,
table td {
	padding: 8px 18px;
	box-sizing: border-box;
	display: list-item;
list-style: none;
/*border: 1px solid #45bdcf;*/
}
table td {
border-top: none;
border-bottom: none;
}
form th {
    width: 100%;
    box-sizing: border-box;
}

}

@media all and (max-width: 480px)  {
table th, table td {
    padding: 0;
    box-sizing: border-box;
    display: list-item;
    list-style: none;
    /* border: 1px solid #45bdcf; */
	}
	table td {
    margin-bottom: .8em;
	}
}

/*テーブル終わり*/

/*ページ内リンクの位置調節*/
.anchor {
  margin-top: -55px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 55px; /* 打ち消し用のパディング */
}



/*============================
お問い合わせ
============================*/

.inquiry .contents{
	width: 94%;
    max-width: 725px;
}

.inquiry .tel {
	text-align: center;
	margin-top: 70px;
}

.inquiry .tel img {
	width: 100%;
	max-width: 733px;
	height: auto;
}


@media all and (max-width: 480px)  {
	.inquiry .tel {
		text-align: center;
		margin-top: 40px;
	}
}


/*============================
新着情報
============================*/

.archive-title {
	color: white;
	background: #007cc3;
	text-align: center;
	padding: 8px;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 62px;
}

.news-index .brownbar {
	margin-bottom: 25px;
	text-align: center;
	background: #9fd9f6;
	font-size: 24px;
}

.news-index .newsList-archive.boxes {
	display: flex;
	justify-content: space-between;
}

.news-index .newsList-archive.boxes div:last-child {
	/*width: 230px;*/
}
.news-index .newsList-archive.boxes select {
	outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: #007cc3;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #007cc3;
}

.news-index .newsList-archive.boxes select option {
	background-color: #fff;
  color: #333;
  
}

.news-index .newsList-archive.boxes select::-ms-expand {
  display: none;
}
.news-index .newsList-archive.boxes select:-moz-focusring { 
  /*color: transparent; 
  text-shadow: 0 0 0 #828c9a;*/
}
.select-wrap {
    position:relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "▼";
    line-height: 43px;
    color: #007cc3;
}

.news-index .newsList {
	width: 100%;
}
.news-arch .newsList {
	width: calc(100% - 250px);
}

.news-index .newsList dl {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #9fa0a0;
	width: 100%;
}
.news-arch .newsList dl {
	/*width: 95%;*/
}
.news-index .topneeded .newsList dl:first-child {
	border-top: 1px solid #9fa0a0;
}

.news-index .newsList dl dt,
.news-index .newsList dl dd {
	    padding: 18px 25px;
	    box-sizing: border-box;
}

.news-index .newsList dl dt {
	vertical-align: top;
    width: 190px;
    /*text-align: center;*/
}
.news-index .newsList.child dl dt {
	vertical-align: top;
    /*width: calc(100% - 180px);*/
    /*text-align: center;*/
}

.news-index .newsList dl dd {
	width: calc(100% - 180px);
    /*max-width: 830px;*/
}


.news-index .newsList dl dt span a {
    background: #9c763a;
    display: inline-block;
    color: white;
    width: 110px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    margin-left: 25px;
}

.pagenation {
	/*text-align: center;*/
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.pagenation a {
	margin: 0 10px;
	padding: 3px 8px;
	border: 1px solid #9fa0a0;
	color: #007cc3;
	text-align: center;
}
.news-index .no-link,
.news-others .no-link {
	margin: 0 10px;
	padding: 3px 8px;
	border: 1px solid #9fa0a0;
	/*color: #0080d3;*/
	text-align: center;
	color: #007cc3;
}

.pagenation a.current {
	background: #007cc3;
	border: 1px solid #007cc3;
	color: white;
}



/*下層ページ*/

.news-others .section-title-large {
    margin-top: 0px;
    font-size: 28px;
    border-bottom: 1px solid #9fa0a0;
    display: block;
    margin-bottom: 30px;
}

.news-others .news-date {
	/*margin-top: 30px;*/
	margin-bottom: 10px;
	font-size: 20px;
}

.news-others .links {
	text-align: center;
	margin-top: 50px;
}

.news-others .links a {
	margin: 0px 20px;
}
.news-others .newsList-archive.boxes div:last-child {
    /*width: auto;*/
}
.news-others .newsList-archive.boxes div.entry {
    width: calc(100% - 250px);
}
.news-index .prev-archive {
    width: 230px;
}

@media all and (max-width: 900px) {
	.news-index .newsList-archive.boxes {
		display: block;
	}
	.news-index .newsList-archive.boxes div:last-child {
		width: 100%;
		margin-top: 35px;
	}
	.news-index .newsList,
	/*.news-index .newsList dl dd,*/
	.news-others .newsList-archive.boxes div.entry,
	.news-others .prev-archive {
		width: 100%;
	}
	.news-index .brownbar {
		margin-bottom: 25px;
	}
}
@media all and (max-width: 480px) {
	.news-index .newsList dl {
		display: block;
		border-bottom: 1px solid #9fa0a0;
	}
	.news-index .newsList dl dt {
		vertical-align: top;
	    width: auto;
	    text-align: left;
	}
	.news-index .newsList dl dt {
	    padding: 8px 15px 0px 15px;
	    box-sizing: border-box;
	}
	.news-index .newsList dl dd {
	    padding: 0px 15px 10px 15px;
	    box-sizing: border-box;
	    width: 100%;
	}
	#others .page-title-lower .ttl_up h2 {
		font-size: 25px;
	}
	.all-pages {
		text-align: center;
		margin-top: 5px;
		font-size: 11px;
	}
	.news-others .news-date {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.news-others .section-title-large {
    margin-top: 0px;
    font-size: 17px;
    margin-bottom: 10px;
}
.news-index .newsList-archive.boxes div:last-child {
    width: 100%;
    margin-top: 5px;
}
.news-index .brownbar {
	margin-bottom: 20px;
	font-size: 15px;
}
}

/*============================
recruit
============================*/

.entry-button a {
	display: block;
	color: #007cc3;
	font-size: 35px;
	font-weight: bold;
	background: white;
	width: 100%;
	max-width: 415px;
	height: 165px;
	line-height: 165px;
	text-align: center;
	border: 3px solid #007cc3;
	margin: 0 auto;
	margin-top: 3em;
}

.entry-button span:after {
	content: url(../images/news_arrow.png);
	margin-left: 14px;
}
@media all and (max-width: 1099px) {
	.entry-button a {
		margin-top: 1em;
	}
}
@media all and (max-width: 550px) {
	.entry-button a {
		width: 70%;
		height: 100px;
		font-size: 25px;
		line-height: 100px;
	}
}

/*============================
会社概要
============================*/
.aboutus .contents .section {
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 50px;
}

.aboutus table ul,
.aboutus table ul li {
	list-style: disc;
	list-style-type: disc;
}
.aboutus table ul {
	margin-left: 2.3em;
	margin-bottom: 2em;
}
.aboutus table ul:nth-of-type(3) {
	margin-bottom: 0;
}
.aboutus ul.last,
.aboutus ul.last li {
	list-style: disc;
	list-style-type: disc;
}
.aboutus ul.last {
	margin-left: 2.5em;
}
.aboutus table p {
	margin-bottom: 0;
}

.aboutus .gas_license table {
	/*width: 100%;*/
	margin-bottom: 2rem;
}

.aboutus .gas_license table:last-child {
	/*width: 100%;*/
	margin-bottom: 4rem;
}

.aboutus .gas_license table tr {
	border: 1px solid #ccc;
}

.aboutus .gas_license table th {
	border-right: 1px solid #ccc;
}

@media all and (max-width: 700px) {
	
	.aboutus .gas_license table {
		border-collapse: collapse;
	}
	.aboutus .gas_license table tr {
		border: 1px solid #ccc;
	}
	.aboutus .gas_license table th {
		border-bottom: 1px solid #ccc;
		border-right: 0;
		background: #ccc;
		/*color: white;*/
	}
}

@media all and (max-width: 480px) {
	.aboutus .gas_license table th,
	.aboutus .gas_license table td {
    padding: 5px;
	}
}

/*============================
保険
============================*/
.insurance .contents ul.inline-flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.insurance .contents ul.inline-flex-box li {
	margin: 0 15px;
}
.insurance .contents table {
	margin-bottom: 50px;
}
.insurance .contents td {
	font-weight: bold;
	font-size: 24px;
}
.insurance .contents ul.inline-flex-box+p {
	margin-left: 35px;
	}
@media all and (max-width: 960px) {
	.insurance .contents ul.inline-flex-box {
		display: block;
		text-align: center;
	}
	.insurance .contents ul.inline-flex-box li {
		margin-bottom: 1.5em;
	}
	.insurance .contents ul.inline-flex-box+p {
		text-align: center;
		margin-left: 0px;
	}
}
@media all and (max-width: 480px) {
	.insurance .contents ul.inline-flex-box li:last-child {
		display: none;
	}
	.insurance .contents ul.inline-flex-box li {
		margin: 0;
	}
	.insurance .contents ul.inline-flex-box li img {
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}
}

/*============================
不動産
============================*/
.real .contents ul {
	margin-bottom: 35px;
	margin-left: 1.5em;
}
.real .contents ul.last {
	margin-bottom: 60px;
}
.real .contents ul li:first-child,
.gas .contents ul li:first-child {
	font-weight: bold;
	font-size: 24px;
}
.real .contents ul li:last-child,
.gas .contents ul li:last-child {
	margin-left: 1.5em;
}
@media all and (max-width: 640px) {
	.real .contents ul li:first-child {
		font-weight: bold;
		font-size: 20px;
	}
	.real .contents ul {
		margin-bottom: 25px;
		margin-left: 1em;
	}
	.real .contents ul.last {
		margin-bottom: 50px;
	}
}
@media all and (max-width: 480px) {
	.real .contents ul li:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	.real .contents ul {
		margin-bottom: 20px;
		margin-left: .5em;
	}
	.real .contents ul.last {
		margin-bottom: 35px;
	}
}

/*============================
水質
============================*/
.water .language {
	display: flex;
	justify-content: flex-start;
	width: 663px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.water .language li {
	margin-right: 18px;
}
.water .language li:last-child {
	margin-right: 10px;
}
.water .section-title img {
	width: 100%;
	height: auto;
}
.water .contents p {
	width: 100%;
	height: auto;
}
.water .contents .section {
	width: 100%;
	padding-left: 3.8em;
	padding-right: 2em;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.water .contents .section.second ul:first-child {
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
}
.water .contents .section.second ul:first-child li:last-child {
	width: calc(100% - 285px);
	padding-top: 10px;
}
.water .contents .section.second ul:last-child {
	font-size: 29px;
	margin-top: 40px;
}
.water .contents .section.second ul:last-child li:last-child {
	width: calc(100% - 190px);
	letter-spacing: -1px;
	margin-top: 7px;
}
.water .contents .section.second ul:last-child li:last-child span,
.water .contents .section.third dd span,
.water .contents .section.third .whitebg span,
.water .contents .section.fifth .whitebg span {
	color: #0068b7;
}
.water .contents .section.third  {
	padding-left: 2.5em;
}

.water .contents .section.third .inline-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 40px;
}
.water .contents .section.third dl {
	display: flex;
	justify-content:flex-start;
	width: 49%;
	margin-bottom: 30px;
}
.water .contents .section.third dl:first-child {
	margin-bottom: 55px;
}
.water .contents .section.third dt {
	color: #0068b7;
	  font-style: italic;
	  font-size: 64px;
	  font-weight: bold;
	  margin-right: 20px;
	  line-height: 1;
}
.water .contents .section.third dd {
	font-size: 26px;
	line-height: 1.25;
	letter-spacing: -1px;
}
.water .contents .section.third dd p {
	font-size: 14px;
}
.water .contents .section.third .whitebg,
.water .contents .section.fifth .whitebg {
	font-size: 35px;
	text-align: center;
	background: white;
	line-height: 1.4;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 2px solid #9fa0a0;
	border-right: 2px solid #9fa0a0;
}
.water .contents .section .blue-title {
	background: #0068b7;
	color: white;
	font-weight: bold;
	font-size: 47px;
	text-align: center;
	border: 0;
	border-radius: 25px;
	height: 60px;
	line-height: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.water .contents .section.fourth dl {
	display: flex;
	align-items: center;
	margin: 0 5%;
	margin-bottom: 30px;
}
.water .contents .section.fourth dt {
	font-size: 50px;
	font-weight: bold;
	width: 6em;
	line-height: 1;
}
.water .contents .section.fourth dd {
	font-size: 25px;
}
.water .contents .section.fifth dl {
	text-align: center;
	margin: 0 5%;
	margin-bottom: 30px;
	border: 3px solid #0068b7;
	border-radius: 25px;
	color: #0068b7;
	padding: 18px 0;
}
.water .contents .section.fifth dl:last-of-type {
	margin-bottom: 5px;
}
.water .contents .section.fifth dt {
	font-size: 37px;
}
.water .contents .section.fifth dd {
	font-size: 42px;
	font-weight: bold;
}
.water .contents .section.fifth dd p {
	font-size: 22px;
	margin: 0;
}
.water .contents .section.fifth dd p:first-of-type span {
	background: yellow;
	color: #0068b7;
	padding: 8px;
}
.water .contents .section.fifth dl span {
	color: #e60012;
}
.water .contents .section.fifth .etc {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	color: #0068b7;
	margin: 0 7%;
	margin-bottom: 20px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*水質インデックス*/
.water .contents-w {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.water .contents-w img,
.guritoru .contents img {
	width: 100%;
	height: auto;
}
.water a.shellwrap.button {
	display: block;
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border-radius: 2.5rem;
	color: white !important;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.water a.shellwrap.button.blue {
	background: #00a0e9;
}

.water a.shellwrap.button.green {
	background: #22ac38;
}
	
.water.guritoru .mt05{
	margin-bottom: 0.5rem;
}
.water.guritoru .mt1{
	margin-bottom: 1rem;
}
.water.guritoru .mt1-5{
	margin-bottom: 1.5rem;
}
.water.guritoru .mt2{
	margin-bottom: 2rem;
}
.water.guritoru .mt2-5{
	margin-bottom: 2.5rem;
}
.water.guritoru .mt3{
	margin-bottom: 3rem;
}
.water .isa img {
	width: 150px;
	height: auto;
	padding-left: 1rem;
}

@media all and (max-width: 850px) {
	.water a.shellwrap.button {
		font-size: 2rem;
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
}

@media all and (max-width: 750px) {
	.water .language {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
		text-align: center;
	}
	.water .language li {
		margin: 0;
		margin-bottom: 10px;
	}
	.water .language li:last-child {
		margin: 0;
	}
	.large {
		font-size: 1.2em;
	}
	.water .contents .section.third .whitebg, .water .contents .section.fifth .whitebg {
    font-size: 28px;
    text-align: center;
    background: white;
    line-height: 1.4;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 2px solid #9fa0a0;
    border-right: 2px solid #9fa0a0;
}
.water .contents .section.fourth dt {
    font-size: 35px;
    font-weight: bold;
    width: 7em;
    line-height: 1;
}
.water .contents .section.fourth dd {
    font-size: 20px;
}
.water .contents .section .blue-title {
    font-size: 30px;
    border-radius: 18px;
    height: 50px;
    line-height: 50px;
}
.water .contents .section.fifth dl {
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.water .contents .section.fifth dd {
    font-size: 32px;
}
.water .contents .section.fifth dd p {
    font-size: 18px;
    margin: 0;
}
.water .contents .section.fifth .etc {
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}
.water .contents .section.second ul:first-child {
    font-size: 19px;
    font-weight: bold;
    margin-top: 40px;
}
.water .contents .section.second ul:last-child {
    font-size: 23px;
    margin-top: 40px;
}
.water .contents .section.third dt {
    font-size: 44px;
}
.water .contents .section.third dd {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
}
.water .contents .section.third dl:first-child {
    margin-bottom: 35px;
}
.water .contents .section.third dl {
    margin-bottom: 20px;
}
.water .contents .section {
    width: 100%;
    padding-left: 1em;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 3em;
}
}
@media all and (max-width: 580px) {
.water .contents .section.second ul:first-child li:first-child img {
    width: 168px;
    height: auto;
}
.water .contents .section.second ul:first-child li:last-child {
    width: calc(100% - 180px);
    padding-top: 0px;
    font-size: 17px;
}
.water .contents .section.second ul:last-child {
    font-size: 17px;
    margin-top: 30px;
}
.water .contents .section.third {
    padding-left: 1em;
}
.water .contents .section.third .inline-flex-box {
    display: block;
    margin-top: 40px;
}
.water .contents .section.third dl {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}
.water .contents .section.third dl br.PConly {
    display: none;
}
.water .contents .section.third .whitebg, .water .contents .section.fifth .whitebg {
    font-size: 22px;
}
.water .contents .section .blue-title {
    font-size: 22px;
    border-radius: 15px;
    height: 40px;
    line-height: 40px;
}
.water .contents .section.fourth dt {
    font-size: 25px;
    font-weight: bold;
    width: 7em;
    line-height: 1;
}
.water .contents .section.fourth dl {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 15px;
}
.water .contents .section.fourth dd {
    font-size: 15px;
}
.water .contents .section .blue-title {
    margin-top: 25px;
    margin-bottom: 25px;
}
.water .contents .section.fifth dt {
    font-size: 24px;
}
.water .contents .section.fifth dd {
    font-size: 26px;
}
.water .contents .section.fifth dd p {
    font-size: 16px;
    margin: 0;
}
	.water a.shellwrap.button {
		font-size: 1.5rem;
		margin-top: 1.5rem;
		margin-bottom: 2.5rem;
	}
	.water .isa img {
		width: 90px;
		height: auto;
		padding-left: 0;
		padding-top: 1rem;
		display: block;
	}
}

@media all and (max-width: 480px) {
.water .contents .section,
.water .contents .section.third {
    width: 100%;
    padding-left: 0em;
}
	.water .contents .section.third .whitebg, .water .contents .section.fifth .whitebg {
    font-size: 19px;
}
.water .contents .section.third dd {
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0px;
}
.water .contents .section.third dt {
    font-size: 34px;
}
.water .contents .section.third dl:first-child {
    margin-bottom: 25px;
}
.water .contents .section.fifth dd {
    font-size: 22px;
}
	.water a.shellwrap.button {
		font-size: 1rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}
@media all and (max-width: 400px) {
	.water .contents .section.second ul:first-child li:first-child img,
	.water .contents .section.second ul:last-child li:first-child img {
    width: 140px;
    height: auto;
}
.water .contents .section.second ul:first-child li:last-child {
    width: calc(100% - 155px);
    padding-top: 0px;
    font-size: 16px;
}
.water .contents .section.second ul:last-child li:last-child {
    width: calc(100% - 155px);
    letter-spacing: 0px;
    margin-top: 0px;
}
}
@media all and (max-width: 320px) {
.water .contents .section.second ul.flex-box {
    display: block;
    width: 100%;
}
.water .contents .section.second ul.flex-box li {
    width: 100%;
}
.water .contents .section.second ul:first-child li:first-child,
	.water .contents .section.second ul:last-child li:first-child {
    text-align: center;
    margin-bottom: 1em;
}
.water .contents .section.second ul:first-child li:last-child,
.water .contents .section.second ul:last-child li:last-child {
    width: 100%;
    padding-top: 0px;
    font-size: 16px;
}
.water .contents .section.third .whitebg, .water .contents .section.fifth .whitebg {
    font-size: 17px;
    padding: 10px;
}
.water .contents .section .blue-title {
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 12px;
    height: 30px;
    line-height: 30px;
}
.water .contents .section.fourth dl {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}
.water .contents .section.fourth dt {
    font-size: 18px;
    font-weight: bold;
    width: auto;
    line-height: 1;
}
.water .contents .section {
    width: 100%;
    padding-left: 1em;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 2em;
}
.water .contents .section.fifth dt {
    font-size: 17px;
}
.water .contents .section.fifth dd {
    font-size: 18px;
}
.water .contents .section.fifth dd p {
    font-size: 14px;
    margin: 0;
}
}

/*============================
ガス
============================*/
.gas .contents ul {
    /*border-bottom: 1px solid #9fa0a0;
    padding-bottom: 2em;*/
    margin-bottom: 2em;
}
.gas .contents ul.last {
    border-bottom: 0;
}
.gas .contents .section {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 50px;
}
.gas .contents .section:nth-of-type(2) ul li:last-child {
    margin-left: 1.5em;
}
.gas .contents .section:nth-of-type(4) {
}
.sub-title {
	color: #00a95f;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.gas .border-btm {
	border-bottom: 1px solid #9fa0a0;
    padding-bottom: 2em;
}
.gas .contents .section ul.whitebg {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    
}
.gas .contents .section ul.whitebg li {
    font-size: 17px;
    text-align: center;
    background: white;
    line-height: 1.4;
    padding-top: 12px;
    width: 125px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 2px solid #9fa0a0;
    border-right: 2px solid #9fa0a0;
    margin-right: 15px;
}
.gas .contents ul.whitebg li:last-child {
    margin-left: 0;
    margin-right: 0px;
}
.gas .contents ul.whitebg li:first-child {
    font-weight: normal;
    font-size: 17px;
    padding-top: 24px;
    box-sizing: border-box;
    font-weight: normal;
}
.gas .red-alert {
	color: #e60012;
	font-weight: bold;
	font-size: 1.2em;
}
.gas .contents ul.qa li:first-child {
    color: #e60012;
	font-weight: normal;
	font-size: 1em;
}
.gas .contents ul li:last-child {
    margin-left: 0;
}
@media (max-width: 640px) {
.gas .contents ul li:first-child {
    font-weight: bold;
    font-size: 20px;
}
.gas .contents .section {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 30px;
}
.sub-title {
    color: #00a95f;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
}
@media all and (max-width: 480px) {
	.gas .contents ul li:first-child {
    font-weight: bold;
    font-size: 16px;
}
.sub-title {
    color: #00a95f;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.gas .red-alert {
    font-size: 1em;
}
.gas .contents ul {
    margin-bottom: 1em;
}
.gas .border-btm {
    padding-bottom: 1em;
}
.gas .contents ul.whitebg li {
    font-size: 14px !important;
}
.gas .contents .section ul.whitebg li {
    padding-top: 7px;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    margin-right: 8px;
}
.gas .contents .section ul.whitebg li:first-child {
    padding-top: 15px;
    margin-right: 8px;
}
}
@media all and (max-width: 320px) {
	.gas img.alignright {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.gas .img-wrap {
		text-align: center;
		margin-bottom: 20px;
	}
	.sub-title {
    color: #00a95f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.gas .contents .section {
    margin-left: 1em;
    margin-right: 0em;
    margin-bottom: 30px;
}
}

/*============================
form
============================*/

form select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    appearance: button;
    text-indent: 1em;
    height: 35px;
    line-height: 34px;
    vertical-align: middle;
    border: 1px solid #999;
    color: #666;
    width: 195px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    background: url(../game/images/pulldown_down.jpg) no-repeat right top;
    
}


form th {
	width: 300px;
	box-sizing: border-box;
}
form td {
	background: white;
	padding: 12px 25px;
}



/*form*/

form textarea,
form input[type=number],
form input[type=password],
form input[type=text],
form input[type=email],
form input[type=tel] {
border:0;
padding:15px;
border: solid 1px #ccc;
font-size: 16px;
/*background: #D7E9F2;*/
/*border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
color: #666666;*/
}

form textarea {
width: 100%;
box-sizing: border-box;
}

form input[type=text],
form input[type=email] {
width: 100%;
box-sizing: border-box;
}

form input[name=order-zip] {
width: 50%;
box-sizing: border-box;
}

form input[name=zip1],
form input[name=zip2] {
width: auto;
}

form input[name=sei],
form input[name=mei],
form input[name=seiKana],
form input[name=meiKana],
form input[name=shainNum],
form input[name=notesID] {
width: 195px;
}

form input[name=sei],
form input[name=seiKana] {
float: left;
}

form input[name=mei],
form input[name=meiKana] {
float: right;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color:#ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color:#ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
color:#ccc;
}


input:focus, select:focus, textarea:focus {
border: 1px solid #336699;
}

form select {
    -webkit-appearance: button;
    -moz-appearance: button;
	-ms-appearance: button;
	-o-appearance: button;
    appearance: button;
    text-indent: 1em;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #999;
    color: #666;
    width: 195px;
}

form select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    appearance: button;
    text-indent: 1em;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #999;
    color: #666;
    width: 195px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    background: url(../game/images/pulldown_down.jpg) no-repeat right top;
    
}

@-moz-document url-prefix() { /* for firefox */
    form select {
        background:none;
        background-color: #FFF;
    }
}

form input[type=radio],
form input[type=checkbox] {
display: inline-block;
margin-right: 6px;
}

form input[type=radio] + label,
form input[type=checkbox] + label {
position: relative;     
display: inline-block;
margin-right: 12px;     
cursor: pointer;
}
 
/*@media (min-width: 1px) {
    form input[type=radio],
    form input[type=checkbox] {
        display: none;
        margin: 0;
    }
    form input[type=radio] + label,
    form input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    form input[type=radio] + label::before,
    form input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;         
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -10px;         
    }
    form input[type=radio] + label::before {
        border-radius: 30px;
        background: #ebebeb;
    }
    form input[type=checkbox] + label::before {
        border: 1px solid #999;
    }
    form input[type=radio]:checked + label::after,
    form input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;        
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    form input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -5px;
         
        background: #4F98BB;
        border-radius: 8px;
    }
    form input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #4F98BB;
        border-bottom: 3px solid #4F98BB;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}*/

form .submit {
width: 250px;
margin: 0 auto;
/*margin-top: 30px;*/
text-align: center;
}

form input[type=submit] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
	text-align: center;
	background: #007cc3;
	color: white;
	width: 200px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
}

/*form input[type=submit]:before {
    content: "555";
    padding-right: 16px;
}*/

form input[type=submit]:hover,
form input[type=button]:hover {
    cursor: pointer;
}

input[type=button],
.go-back-button a {
    display: block;
	text-align: center;
	background: #ccc;
	color: white;
	width: 200px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
}

.news-index .go-back-button {
	text-align: center;
}
.news-index .go-back-button a {
    display: inline-block;
	text-align: center;
	background: none;
	color: #47372c;
	width: auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
	border: 0;
	border-radius: 0x;
	font-weight: normal;
}

#others form .must {
    font-size: 12px;
    color: white;
    background: #c7000b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 8px;
    margin-left: 15px;
    display: inline-block;
    /*position: absolute;
    right: 15px;*/
}

#others table .agree {
color: #000;
text-align: center;
/*padding-top: 30px;*/
}

#others table input.entryButton {
padding: 0;
/*color: #fff;
height: 64px;
line-height: 64px;
width: 248px;
text-align: center;
margin: 0 auto;
background: #4F98BB url(../supporter/images/arrow_button.png) no-repeat 70px 22px;
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
-o-border-radius: 32px;
-ms-border-radius: 32px;
font-size: 14px;
padding-left: 12px;*/
}


form ul.buttons {
	display: flex;
	width: 100%;
	justify-content: center;
}

/*form ul.buttons li:first-child {
    margin-right: 20px;
}
*/
form ul.buttons li {
    margin: 0 20px;
}

form td p {
	font-size: 0.85em;
	margin-top: 0.8em;
	margin-bottom: 0;
}
@media all and (max-width: 700px)  {

form th {
    width: 100%;
    box-sizing: border-box;
}
form tr {
    border: 1px solid #45bdcf;
}
form td {
    border: 1px solid #45bdcf;
    border-bottom: 0;
    border-top: 0;
}
form table tr:last-child td {
    border: 1px solid #45bdcf;
    border-top: 0;
}

form table td.agree {
    border-top: 1px solid #45bdcf !important;
}

form table.privacy tr:last-child td {
    border: 1px solid #45bdcf;
}


}
@media all and (max-width: 580px)  {
	form ul.buttons {
		display: block;
	}
	form ul.buttons li {
	    margin: 0;
	}
	input[type=submit],
	input[type=button],
	.go-back-button a {
		margin-top: 30px !important;
		font-size: 16px !important;
	}

}

/*============================
pagetop
============================*/


.pagetop a {
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 1000;
    display: none;
    width: 87px;
    height: 87px;
    background: url(../images/common/bt_2top.png) no-repeat 0 top;
    background-size: 87px;
}
@media all and (max-width: 930px)  {
	.pagetop a {
	    position: fixed;
	    bottom: 20px;
	    right: 3%;
	    z-index: 1000;
	    display: none;
	    width: 60px;
	    height: 60px;
	    background: url(../images/common/bt_2top.png) no-repeat 0 top;
	    background-size: 60px;
	}
	
}


/*============================
clearfix
============================*/
.clearfix:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
 overflow:hidden;
font-size:0.1em;
line-height:0;
 /*
 font-size: 0.1em;
 line-height: 0;
 */
}

.clearfix {
	zoom : 1; 
}

.clearfix {
 display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*}*/