/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	margin-left: auto;
	margin-right: auto;
	color: #4D4D4D;
	letter-spacing: normal;
	background-color: undefined;
}

.tdtitlefl {
	font-size: 20px;
	margin-top: 25px;
	margin-left: 40px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
ol, ul {
	list-style: none;
}
html {
	/*overflow: auto;*/
	overflow-y: scroll;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	color: #4d4d4d;
	top: 0px;
	left: 0px;
	overflow: hidden; /*はみ出た部分をどうするか*/
	line-height: 1.5em;
	width: 100%;
	 -webkit-text-size-adjust: 100%;
}


img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	padding-bottom: 0px;
}

img[src$=".svg"] {
    width: 100%;
}

a {
	color: #0071B5;
	text-decoration: none;
}



.ios a:hover {
      opacity: 1;
}

.active{
	color: #C90724;
	text-decoration: none;
}
/* --clearfix --*/
.clearfix:before, .clearfix:after {
	content: " ";
}
.clearfix {
 *zoom: 1;
	clear: both;
	width: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*--::::::::::タイトル部分::::::::::--*/

/*--基本--*/
h1 {
	font-size: 30px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 600;
	line-height: 1.5em;
}

h2 {
	color: #4d4d4d;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 40px;
	text-align: center;
	display: block;
	clear: both;
}
h3 {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 30px;
	clear: both;
}


 /*h1の下につくライン*/
.h-under { 
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #333333;
	color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 80px;
	height: 10px;
}

/*--ヒーローヘッダー内のh1--*/
.h1-w30px {
	font-size: 30px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
/*	margin-bottom: 30px;*/
	font-weight: normal;
	margin-top: 0px;
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	z-index: 100;
	width: 960px;
}

.h1-b30px {
	font-size: 30px;
	line-height: 1.5em;
	color: #404040;
	text-align: left;
	/*	margin-bottom: 30px;*/
	font-weight: normal;
	position: absolute;
	top: 1.5em;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	z-index: 100;
	width: 960px;
	display: inline-block;
	padding-left: 10px;
}

.copyresearch {
	display: block;
	width: 960px;
		font-size: 26px;
	line-height: 1.8em;
	color: #4d4d4d;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	position: absolute;
	top:170px;
	right: 0;
	bottom: 0;
	left: 0;
	/*text-shadow: 2px 2px 4px #999999;*/

}

/*--ヒーローヘッダー内のh1が2行--*/
.h12l-w30px {
	font-size: 30px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	position: absolute;
	top:100px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	z-index: 100;
	width: 960px;
}

/*--ヒーローヘッダー内のh1が3行--*/
.h1-3lines {
	font-size: 30px;
	line-height: 2em;
	color: #fff;
	text-align: center;
/*	margin-bottom: 30px;*/
	font-weight: normal;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	z-index: 100;
	width: 960px;
}

/*ヒーローヘッダーがない時にh1扱いする時のh2*/
.h2-30px {
	color: #4d4d4d;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	clear: both;
	font-weight: 600;
}
.h1-lead {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
/*	letter-spacing:-0.2px;*/
　　font-kerning:normal;
}

/*--::::::::::Hero　header::::::::::--*/

/*--h1扱い、上にナビが付く時のHero Header--*/
.herobox {
	position: relative;
	display: block;
	margin-bottom: 2em;
	margin-top: -1px;
}
.herobox .bg {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: auto;
	max-height: 400px;
}

.herobox .bg .boxinner img {
	width: 100%;
	vertical-align: top;
	/*	max-height: 400px;*/
	height: auto;
	display: inline-block;
	
}

/*.herobox .bg .boxinner {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
}*/

/*--h1扱い、上にナビが付かない時のHero Header--*/
.herobox2 {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.herobox2 .bg {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height　:400px;
}
.herobox2 .bg .boxinner img {
	width: 100%;
	min-width: 1040px;
	vertical-align: top;
}

.hero-under{
	display: block;
	background-color: #121A52;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
/*--ir h1扱い、上にナビが付く時のHero Header-*/
.herobox-ir {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.herobox-ir .bg {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: auto;
}
.herobox-ir .bg .boxinner img {
	width: 100%;
	min-width: 1040px;
	vertical-align: top;
	padding-bottom: 0px;
}
	
/*--section扱いのHero Header--*/
.section-h {
	position: relative;
	display: block;
	margin-top: -60px;
	margin-bottom: 60px;
}
.section-h .bg {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: 400px;
}
.section-h .bg .boxinner img {
	width: 100%;
	min-width: 1040px;
	vertical-align: top;
}

/*--::::::::::区切り線::::::::::--*/

/* 基本　ドット*/

hr {
	border: none;
	width: 100%;
	border-top: solid 1px #CCC;
	margin-bottom: 40px;
	margin-top: 40px;
}
/*実線　1px*/
.px1 {
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	width: 100%;
	border-top: 1px solid #CCC;
	margin-right: 6;
	margin-left: 6;
	margin-bottom: 40px;
	margin-top: 40px;
}

/*--::::::::::レイアウト回り::::::::::--*/
/*--メインcontent部分--*/

#contents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	clear: both;
	display: block;
	height: auto;
	padding-top: 0px;
	font-family:"Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
	margin-bottom: 0px;
}
.inner {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	display: block;
	z-index: 0;
	margin-top: 60px;
}
.center-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
	display: block;
}
.contents-img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	display: block;
	clear: both;
}
/*--inner解除後、100%表示時はsectionから--*/
.section {
	width: 100%;
	margin-top: 20px;
	margin-right: -200%;
	margin-left: -200%;
	margin-bottom: 0px; /* マージンを追記 */
	padding-top: 0px;
	padding-right: 200%;
	padding-left: 200%;
	padding-bottom: 0px; /* マージンで横にはみ出した部分を戻す */
	height: auto;
	clear: both;
}
.section :after {
	　content: "";
	　display: block;
	　clear: both;
}

/*-column1--*/
/*h1要素が同一ページ内に2つ以上ある時*/
.column1 {
	width: 100%;
	background-color: #EBEBEB;
	margin-top: 60px;
	display: block;
	clear: both;
	overflow: hidden;
	height: auto;
}
.column1-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.column1-img {
	width: 960px;
	margin-top: 60px;
	clear: both;
	overflow: hidden;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: block;
	padding-right: auto;
}

/*--シングルカラム　左右天地中央--*/
.column1-box {
	width: 960px;
	margin-top: 20px;
	height: 300px;
	display: block;
	background-color: #E0E0E0;
	position: relative;
	margin-bottom: 20px;
}
.column1-box-inner {/*466pxのimgbox内で小さめの画像を天地左右真ん中に配置する*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 340px;
}
/*--本文テキストボックス回り--*/

.maintext {
	width: 100%;
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
}
.maintext-left {
	width: 100%;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
}
.maintextb-left {
	width: 100%;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
}
.text-440 {
	width: 440px;
	text-align: left;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 0px;
	float: left;
	display: block;
}
.img446 {
	width: 446px;
	float: right;
	height: auto;
	display: block;
}
.img446a {
	width: 446px;
	height: auto;
	float: right;
}
.btext-16px {
	font-size: 16px;
	font-weight: 600;
	color: #4d4d4d;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
/*--表組みの罫線回り--*/

.tb-menu {
	color: #404040;
	font-size: 14px;
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tb-menu .table1 {
	border-collapse: separate;
 *border-collapse:collapse; /* for IE6,7 */
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #A5A5A5;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #A5A5A5;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.tb-menu .table1 tr {
	border-top: none;
	border-right: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	border-left: none;
}
.tb-menu .table1 td {
	border-top: none;
	border-right: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	border-left: none;
	display: table-cell;
	height: 37px;
	vertical-align: middle;
}
/*-column2--*/

.column2 {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	clear: both;
	margin-bottom: 60px;
}
.column2-box {
	width: 440px;
	height: auto;
	display: inline-block;
	padding-top: 0px;
	left: 0px;
	float: left;
}
.column2-box a img{
	border-radius: 10px;
		border:transparent 2px solid;
}
.column2-box a img:hover{
	border: #0092d7 2px solid;
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.1);
transition: border 0.1s linear 0.1s, box-shadow 0.3s linear 0.1s;
}
.column2-text {
	width: 446px;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.5em;
	height: auto;
	margin-left: 0px;
	display: block;
}
.column2-img {
	width: auto;
	margin-top: 10px;
	height: auto;
	display: block;
}
.column2-img-inner {/*466pxのimgbox内で小さめの画像を天地左右真ん中に配置する*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.clht {
	height: 145px;
}
.clhts {
	height: 100px;
}

/*--column2　左テキスト右写真　フロート設定--*/
.txt-img {
	display: block;
	clear: both;
	height: auto;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-left: auto;
}
.floatleft {/*テキスト左、写真右時のh3のクラス*/
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: auto;
	margin-right: 5px;
}
.img446-r {
	width: 446px;
	margin-right: 0px;
	float: right;
	height: 280px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: justify;
	top: 0px;
}

/*--column3--*/
.column3 {
	width: 960px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.column3box {
	width: 33.3%;
	display: inline-block;
	height: auto;
	overflow: hidden;
	padding-left: 0px;
	float: left;
	margin-left: 0px;
}
.column3-img {
	width: 100%;
	margin-top: 20px;
	display: block;
}
.column3-text {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.5em;
	height: auto;
	display: block;
	margin-left: 0px;
	text-align: justify;
	width: 100%;
}
/* clearfix */
.column3:before, .column3:after {
	content: "";
	display: table;
}
.column3:after {
	clear: both;
}
.column3-text a:hover {
	text-decoration: underline;
}

/*--column4--*/
.column4 {
	width: 218px;
	height: auto;
	margin-right: 36px;
	margin-left: 0;
	margin-bottom: 5px;
	float: left;
	display: block;
}
.column4-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	margin-bottom: 5px;
}
.column4 img{
	border-radius: 10px;
}
.column4-text {
	font-size: 18px;
	text-align: center;
	color: #0071B5;
}

.column4-text a:hover{
	font-size: 18px;
	text-align: center;
	color: #c90724;
}


/*--::::::::::faqまわり:::::::::--*/

.faq {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-left: 40px;
	padding-bottom: 10px;
	color: #4D4D4D;
	text-align: left;
	border-bottom: 1px #ccc solid;
}
.q-btn {
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	　　-moz-border-radius: 10px; /* for Firefox */
	　　-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	background-color: #C90724;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	margin-top: 5px;
	padding-bottom: 3px;
}
.faq .question {
	color: #4D4D4D;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px;
	margin-left: 40px;
	width: 92%;
}
.faq .answer {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px;
	margin-left: 40px;
	width: 92%;
}
.a-btn {
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	　　-moz-border-radius: 10px; /* for Firefox */
	　　-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	background-color: #4D4D4D;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	float: left;
	margin-top: 5px;
}



/*--::::::::::リンク・ボタン::::::::::--*/

/*--ページ内リンクのナビゲーション--*/

.link-nav {
	border-radius: 10px;
	background-color: #EBEBEB;
	width: 99%;
	font-size: 15px;
	color: #333333;
	clear: both;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.link-nav ul {
	display: block;
	text-align: center;
	margin: 10px 16px
}
.link-nav ul li {
	display: inline-block;
	width: auto;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 12px 8px;
	background-image: url("/image/common/link_btn.png");
	margin-right: 2em;
}
.link-nav ul li a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #0071B5;
}
.link-nav ul li a:hover {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: underline;
	padding-top: 0px;
}
/*--別リンクのナビゲーション--*/

.link-nav2 {
	border-radius: 10px;
	background-color: #EBEBEB;
	width: 960px;
	font-size: 15px;
	color: #333333;
	clear: both;
	margin-bottom: 60px;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.link-nav2 ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	margin-right: 16px;
}
.link-nav2 ul li {
	display: inline-block;
	width: auto;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: 14px 5px;
	background-image: url(/image/common/linkbtns.png);
	margin-right: 2em;
	margin-left: 2em;
}
.link-nav2 ul li a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #0071B5;
}
.link-nav2 ul li a:hover {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	text-decoration: underline;
	padding-top: 0px;
}
.after-win:after {
	content: url("/image/common/windowg_sbtn.png");
	margin-left: 0.5em;
}
/*--赤矢印　beforeリンクボタン2--*/
.link-btn2:before {
	content: url("/image/common/linkbtns.png");
	margin-right: 0px;
	padding-right: 5px;
}
.link-btn2 a {
	color: #0071B5;
	font-size: 17px;
	font-weight: 600;
}
.link-btn2 a:hover {
	color: #0071B5;
	text-decoration: underline;
	font-size: 17px;
}
.link-btn2 {
	color: #0071B5;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	position: relative;
	width: 302px;
}
/*--赤矢印　窓付き　before　afterリンクボタン3--*/
.link-btn3 {
	color: #0071B5;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	position: relative;
	width: 302px;
}
.link-btn3 a {
	color: #0071B5;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.link-btn3 a:hover {
	color: #0071B5;
	text-decoration: underline;
	font-size: 17px;
}
.link-btn3:before {
	content: url("/image/common/linkbtns.png");
	position: absolute;
	top: 0px;
	left: 3em;
}
.link-btn3:after {
	content: url("/image/common/windowb_sbtn.png");
	position: absolute;
	top: -2px;
	left: 14.5em;
}

/*--リンクボタン  角丸版　linkbtn-box2--*/
.btn-box2 {
	width: 446px;
	height: 40px;
	text-align: center;
	bottom: 0px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	　　-moz-border-radius: 10px; /* for Firefox */
	　　-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	background-color: #C90724;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 20px;
	position: relative;
}
.btn-box2 a {
	width: 446px;
	height: 40px;
	background-color: #C90724;
	text-decoration: none;
	color: #fff;
	text-align: left;
	display: block;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	　　-moz-border-radius: 10px; /* for Firefox */
	　　-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	font-weight: 600;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}
.btn-box2:hover {
	width: 446px;
	height: 40px;
	color: #fff;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	text-decoration: none;
	background-color: #DF5858;
	position: relative;
	left: 0px;
}
.btn-box2:before {
	content: url("/image/common/link_btn2hover.png");
	position: absolute;
	top: 17px;
	left: 1em;
}
.btn-box2:after {
	content: url("/image/common/window_btn.png");
	position: absolute;
	top: 15px;
	left: 400px;
}
/*---link text align left--*/	
.linkarrow {
	background-image: url("/image/common/link_btn2.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 1.5em;
	color: #0071B5;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}
/*-- 普通のボタン --*/
div.btnarea {
	text-align: center;
	margin-top: 30px;
}
div.btnarea p {
	text-align: center;
	display: inline-block;
}
div.btnarea p a {
	font-size: 18px;
	color: #c90724;
	display: block;
	width: 300px;
	max-width: 500px;
	border: 1px solid #c90724;
	padding: 15px 40px 15px 30px;
	background: url("/image/common/arrow.png") 92% 50% no-repeat;
		-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	margin-top: 10px;
	border-radius: 10px;
}
div.btnarea p a:hover {
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	background-color: #fff0f2;
}
/*--リンクボタン  角丸3　linkbtn-box3--*/
.btn-box3 {
	width: 446px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	color: #4d4d4d;
	background-color: #FFFFFF;
	border: 2px solid #C90724;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
		border-radius: 10px;
}
.btn-box3 a {
	width: 446px;
	height: 40px;
	text-align: center;
	bottom: 0px;
	display: inline-block;
	font-size: 16px;
	color: #4d4d4d;
	background-color: #FFFFFF;
	border: 1px solid #C90724;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 20px;
	position: relative;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;}
	
.btn-box3:hover {
	width: 446px;
	height: 40px;
	color: #fff;
	text-decoration: none;
	background-color: #C90724;
	left: 0px;
	top: 0px;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
		border-radius: 10px;
}

/*--tlp-banner　link--*/
.tlp-linkbtn-box{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	clear: both;
	height: auto;
	}

.tlp-linkbtn-banner {
	display: block;
	text-align: center;
	margin:30px auto;
}

.tlp-linkbtn-banner a.overwhite{
	display: block;
	width: 500px;
	border:2px solid darkgray;
	border-radius: 10px;
	padding:0;
	background-color: #fff;
}

.tlp-linkbtn-banner a.overwhite:hover {
    opacity:0.6;
}


/*--関連リンク回り--*/
.link-back {
	width: 100%;
	background-color: #CCCCCC;
	display: block;
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.link-back-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	height: auto;
	margin-top: 40px;
}
.link-list {
	clear: both;
	font-size: 15px;
	width: 960px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.link-list li {
	float: left;
	width: 310px;
}
.link-bannerbox {
	-webkit-border-radius: 4px;/* for Safari and Chrome */
	　　-moz-border-radius: 4px; /* for Firefox */
	　　-o-border-radius: 4px; /* for opera */
	border-radius: 4px;
	border: thin solid #ACACAC;
	background-color: #FFFFFF;
	position: relative;
	margin-left: 0px;
	-webkit-box-shadow: 5px 5px 5px #AEAEAE; /* for Safari and Chrome */
	　　-moz-box-shadow: 5px 5px 5px #AEAEAE; /* for Firefox */
	　　-o-box-shadow: 5px 5px 5px #AEAEAE; /* for opera */
	box-shadow: 5px 5px 5px #AEAEAE;
	width: 270px;
	padding-left: 10px;
	height: 68px;
}

/*--リンク　別ページ　　hover下線*/
a .link-window{
	margin-left: 0px;
	color: #0071B5;
	}
	
.link-window:after{
	content: url("/image/common/windowb_sbtn.png");
	padding-left: 5px;
	}
	
.link-window:before{
	content: url("/image/common/link_btn2s.png");
	padding-right: 5px;
	}	
	
.link-window:hover{
	color: #0071B5;
	text-decoration: underline;
	}	


/*--リンク　同階層内　aroow付　hover下線--*/
.link-2arrow{
	margin-left: 0px;
	color: #0071B5;
	font-size: 100%;
	}
	
.link-2arrow:before{
	content: url("/image/common/link_btn2s.png");
	color: #C90724;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 5px;
	}
	
.link-2arrow:hover{
	color: #0071B5;
	text-decoration: underline;
	}	

/*--ガス--*/
.gas-btn {
	font-size: 16px;
	font-weight: 600;
	vertical-align: baseline;
	margin-left: 60px;
	margin-top: 20px;
}
.gas-btn a {
	font-size: 16px;
	font-weight: 600;
}
.gas-btn:before {
	content: url("/image/common/gas_iconb.png");
	position: absolute;
	top: 10px;
	left: 10px;
}
.gas-btn:after {
	content: url("/image/common/link_btn4.png");
	position: absolute;
	right: 10px;
	top: 18px;
}
/*--water--*/
.water-btn {
	font-size: 16px;
	font-weight: 600;
	vertical-align: baseline;
	margin-left: 45px;
	margin-top: 23px;
}
.water-btn a {
	font-size: 16px;
	font-weight: 600;
}
.water-btn:before {
	content: url("/image/common/water_iconb.png");
	position: absolute;
	top: 15px;
	left: 10px;
}
.water-btn:after {
	content: url("/image/common/link_btn4.png");
	position: absolute;
	right: 10px;
	top: 18px;
}
/*--でんき--*/

.denki-btn {
	font-size: 16px;
	font-weight: 600;
	vertical-align: baseline;
	margin-left: 60px;
	margin-top: 20px;
}
.denki-btn a {
	font-size: 16px;
	font-weight: 600;
}
.denki-btn:before {
	content: url("/image/common/denki_iconb.png");
	position: absolute;
	top: 10px;
	left: 10px;
}
.denki-btn:after {
	content: url("/image/common/link_btn4.png");
	position: absolute;
	right: 10px;
	top: 18px;
}
/*--光LINE--*/
.hikari-btn {
	font-size: 16px;
	font-weight: 600;
	vertical-align: baseline;
	margin-left: 60px;
	margin-top: 20px;
}
.hikari-btn a {
	font-size: 16px;
	font-weight: 600;
}
.hikari-btn:before {
	content: url("/image/common/hikarib_icon.png");
	position: absolute;
	top: 10px;
	left: 10px;
}
.hikari-btn:after {
	content: url("/image/common/link_btn4.png");
	position: absolute;
	right: 10px;
	top: 18px;
}
.bannerbox-img_l {
	position: absolute;
	left: 10px;
	top: 15px;
}
.bannerbox-img-r {
	position: absolute;
	left: 220px;
	top: 25px;
}
.bannerbox-text {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5em;
	width: 270px;
}
/*--::::::::::footer::::::::::--*/

/*--ばんくず--*/
.pankuzu {
	text-align: left;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
	background-color: #666666;
	clear: both;
	padding-top: 15px;
	margin-right: -200%;
	margin-left: -200%; /* マージンを追記 */
	padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
	z-index: 10000;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pankuzu ul {
	text-align: left;
	text-decoration: none;
	margin-right: auto;
	padding-right: 0%;
	color: #FFFFFF;
	margin-left: auto;
	width: 960px;
	margin-top: 15px;
	padding-left: 10px;
}

.pankuzu ul li {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	width: 960px;
	font-size: 14px;
	height: 30px;
	margin-left: 0px;
	float: left;
}
.pankuzu ul li a {
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
}


/*--footer本体--*/
#footer {
	width: 100%;
	margin: 0 -200%; /* マージンを追記 */
	padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
	height: 380px;
	border-top: 2px solid #C90724;
	z-index: 1;
	display: block;
	background-color: #F3F3F3;
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 350px;
	display: block;
	z-index: 3;
	color: #4D4D4D;
	clear: both;
}
.footer-inner ul {
	width: 16%;
	margin-left: auto;
	float: left;
	font-size: 12px;
	margin-right: auto;
	z-index: 100;
	color: #4d4d4d;
	padding-right: 3%;
	line-height: 1.5em;
	padding-left: 1%;
}
.footer-title {
	border-bottom: thin solid #888888;
	margin-bottom: 4px;
	padding-left: 0;
	font-size: 14px;
}
.footer-inner ul li {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-top: 0;
	color: #4D4D4d;
}
.footer-inner ul li a {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-top: 2px;
	text-decoration: none;
	color: #4D4D4D;
}
.footer-inner ul li a:hover {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-top: 2px;
	text-decoration: none;
	color: #c90724;
}
.footer-inner ul li a.sns01{
	display:block; float:left; padding:8px 12px 0 0; margin:0; width:28px;
}

/*--リクルートの別窓-*/
.recruit-btn {
	font-size: 12px;
	vertical-align: baseline;
	margin-bottom: 40px;
}
.recruit-btn a {
	font-size: 12px;
}
.recruit-btn a:hover {
	color: #c90724;
}

/*--フッターの下--*/
.footer-under {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-bottom: 0.7em;
	background-color: #C90724;
	height: 2.5em;
	padding-top: 1.5em;
}

.footer-under ul {
	float: none;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.footer-under li {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	width: auto;
	float: left;
	text-align: center;
	margin-right: 1em;
	font-family:"Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}
.footer-under li a {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	margin-right: 1em;
	font-family:"Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}

.copy {
	font-size: 12px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding-right: 1%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-copy {
	font-size: 24px;
	color: #FFFFFF;
	height: 26px;
}

/*--サブメニューがないときフッターの下--*/
.footer-under2 {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.footer-under2 ul {
	float: left;
	width: 58%;
	margin-top: 0;
}

.footer-under2 li {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	width: 25%;
	float: left;
	text-align: center;
}
.footer-under2 li a {
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
	text-decoration: none;
	width: 15%;
	margin-right: 5%;
	text-align: center;
}

/*--ページトップへのナビ--*/
#page-top {
	position: fixed;
	font-size: 75%;
	text-align: right;
	width: 70px;
	bottom: 7em;
	right: 2em;
}
#page-top a {
	background-color: #C71225;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 40px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: block;
	-webkit-border-radius: 8px;/* for Safari and Chrome */
	　　-moz-border-radius: 8px; /* for Firefox */
	　　-o-border-radius: 8px; /* for opera */
	border-radius: 8px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #DF5858;
}
/*-- margin調整用 --*/
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt10{
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}
.mt-20 {
	margin-top: -20px;
}


.mt-30 {
	margin-top: -30px;
}

.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}

.mt1{
	margin-top: 1px;
}

.mt2{
	margin-top: 2px;
}

.mt3{
	margin-top: 3px;
}

.mt4{
	margin-top: 4px;
}

.mt5{
	margin-top: 5px;
}

.mt6{
	margin-top: 6px;
}

.mt7{
	margin-top: 7px;
}

.mt8{
	margin-top: 8px;
}

.mt9{
	margin-top: 9px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb4 {
	margin-bottom: 4px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb6 {
	margin-bottom: 6px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb9 {
	margin-bottom: 9px;
}

.ml10{
	margin-left:10px;
	}
	
.ml-15 {
	margin-left: -15px;
}
.ml17{
	margin-left:17px;}


.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml100 {
	margin-left: 100px;
}
.ml150 {
	margin-left: 150px;
}

.mr15{margin-right:15px
	
	}	

.mr-20 {
	margin-right: 20px;
}
.mr72 {
	margin-right: 72px;
}
.mr88 {
	margin-right: 88px;
}

.mr0 {
	margin-right: 0px;
}

.mr8 {
	margin-right: 8px;
}

.pt30{
	padding-top:30px;}


.wdh30{
	width:30%;
	}


/*--テキストpx、色関係--*/

.text-red {
	color: #C90724;
}
.text-blue {
	color: #0071B5;
}
.centertxt {
	text-align: center;
}
.text-white {
	color: #FFFFFF;
}

.text-orange {
	color: #ea5514;
}

.text-green {
	color: #3EB370;
}

.lefttxt {
	text-align: left;
}
.text11 {
	font-size: 11px;
	margin-top: -15px;
}
.text12 {
	font-size: 12px;
	margin-top: -15px;
}
.text18 {
	font-size: 18px;
	color: #4d4d4d;
	line-height: 1.5em;
}
.textb-16px {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
}
.text-16px {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.5em;
}
.text-lp {
	letter-spacing: -1.2px;
	width: 100%;
}
.text-lp1 {
	letter-spacing: -0.5px;
}
.text-center {
	text-align: center;
}
.text-bold {
	font-weight: bold;
}

.text16{
	font-size: 16px;
	line-height: 1.5em;}

.text15{
	font-size: 15px;
	line-height: 1.5em;}

.text14{
	font-size: 14px;
	line-height: 1.5em;}

.text13 {
	font-size: 13px;
	line-height: 1.5em;
}


/*--imgのbox回り--*/

.clm2-img {
	margin-top: 10px;
	width: auto;
	height: auto;
	margin-bottom: 15px;
	margin-left:15px;
	padding-bottom: 20px;
}
.img-box {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	vertical-align: middle;
	text-align: center;
}

.dummy{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	}

.img-opacity{
	opacity: 0.9;
	}
	

/*--フリーダイヤル*/
.free-dial {
	width: 70%;
	height: auto;
	background-color: #CCEBFF;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px;
}
.free-dialtxt {
	float: right;
	width: auto;
	font-size: 18px;
	line-height: 25px;
	color: #4D4D4D;
	text-align: left;
	display: block;
}

.fdnumber {
	float: left;
	width: auto;
	height: auto;
	margin-top: 12px;
	font-size: 40px;
	font-weight: bold;
	display: block;
}
.fdnumber:before{
	content: url(/image/common/freedial.png);
	margin-right: 10px;
}
.n-number {
	float: left;
	width: auto;
	height: auto;
	margin-top: 12px;
	font-size: 40px;
	font-weight: bold;
	display: block;
}
.w960 { 
	width: 960px;
}
.w860 { 
	width: 860px;
}
.w760 { 
	width: 760px;
}
.w660 { 
	width: 660px;
}
.tlp-hr {
	border-top: 1px solid #cccccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
}


	
/*--IE用ボタン高さの調整--*/
@media all and (-ms-high-contrast:none){
 /* IE11 */ 
 *::-ms-backdrop, .btn-box2 a, .btn-box2:hover, div.btnarea p a, div.btnarea p a:hover, .btn-box3 a, .btn-box3:hover { 
  padding-top: 18px; 
  } 
  
 *::-ms-backdrop, .pankuzu ul { 
  padding-top: 5px; 
  }
  
 *::-ms-backdrop, .link-nav ul li a{
	  padding-top:3px
	  }
 *::-ms-backdrop, .link-bannerbox {
	 height:55px;  
 }
 *::-ms-backdrop, .water-btn:after, .denki-btn:after, .hikari-btn:after {
	top: 15px;
}

 *::-ms-backdrop, hr {
	margin-bottom: -40px;

}
 }

@media all and (-ms-high-contrast:none){
  /* IE10以下 */
  .btn-box2 a, .btn-box2:hover, div.btnarea p a, div.btnarea p a:hover, .btn-box3 a, .btn-box3:hover { 
  padding-top: 18px; 
  } 
  
 .pankuzu ul { 
  padding-top: 4px; 
  }
  
  .link-nav ul li a{
	  padding-top:3px
	  }
	  
.link-bannerbox {
	 height:55px;  
 }
 
 .water-btn:after, .denki-btn:after, .hikari-btn:after {
	top: 15px;
}
 hr {
	margin-bottom: -40px;

}	  
  }
/*--IE用ボタン高さの調整　end--*/
