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

/********************************************
body
********************************************/

* {
	font-family:"メイリオ", Meiryo;
	color:#000;
	font-size:16px;
}
body {
	height:100%;
}
html {
	height:100%;
}
/********************************************
header
********************************************/

.header_bar {
	height:20px;
	/*background-image:url(../img/template/header_bar_bg.png);
	background-position:center;
	background-repeat:no-repeat;*/
	background: #2252C1;
}
h1 {
	font-size: 12px;
	color: #FFF;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
	height: 17px;
	padding-bottom: 3px;
	margin: 0px auto;
	padding-left: 50px;
}
h2 {
	margin-bottom:20px;
	text-align: center;
}
h3 {
	font-size: 18px;
	margin: 2% auto 1%;
	width: 700px;
	max-width: 100%;
}
h3.stbgtt{
 background: linear-gradient(transparent 70%,rgba(0,0,0,0.2) 90%),linear-gradient(-45deg, #0082d2 25%, #369cda 25%, #369cda 50%, #0082d2 50%, #0082d2 75%, #369cda 75%, #369cda);
  padding: 1% 2%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
  text-shadow: 3px 3px 3px #000;
  border-radius: 10px 10px 0 0;
background-size: 100%, 10px 10px;
}
h3.stbgttg{
 background-image: linear-gradient(transparent 70%,rgba(0,0,0,0.2) 90%),linear-gradient(-45deg, #6fc388 25%, #5fba6b 25%, #5fba6b 50%, #6fc388 50%, #6fc388 75%, #5fba6b 75%, #5fba6b);

}
a:hover{
	opacity: 0.7;
}
.header_body {
	height:115px;
	padding-top:5px;
	background-image:url(../img/template/header_body_bg.png);
	background-repeat:repeat-x;
}
.header_main {
	width: 1000px;
	height:120px;
	margin:0px auto;
}
.header_logo {
	float:left;
	width:360px;
	height:90px;
}
.header_logo img{
	max-width: 100%;
}
.header_contact {
	float:right;
	width:550px;
	height:90px;
}
.header_contact ul {
    display: flex;
    justify-content: space-between;
		justify-content: flex-end;
		width: 100%;
}
.header_contact li {
	list-style-type:none;
	margin-left:5px;
}
.gn_body {
	height:40px;
	background-image:url(../img/template/gn_body_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.tpoint {
    text-align: center;
    margin: 5px 0;
}

.gn {
	width:950px;
	height:40px;
	margin:0px auto;
	padding:0px;
	background-color:#FFF;
}
.gn li {
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
	height:40px;
}
.gn li a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}
/******************************************************
container_bg
******************************************************/
.container_bg {
	height:100%;
	padding-top:10px;
	background-image:url(../img/template/container_bg.png);
	background-repeat:repeat-x;
	clear:both;
}
/******************************************************
container_bg_h
******************************************************/
.container_bg_h {
	height:100%;
	margin:0px;
	padding-top:10px;
	background-image:url(../img/template/container_bg_h.png);
	background-repeat:repeat-x;
	clear:both;
}
/******************************************************
container
******************************************************/
.container {
	width:950px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
/******************************************************
side
*******************************************************/

.side {
	width:200px;
	float:left;
	margin-top:8px;
	margin-bottom:10px;
}
.side ul {
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
.side01 {
	width:200px;
	/*height:405px;*/
	margin-bottom:15px;
}
.side01 li {
	height:49px;
	border-bottom:solid 1px #CCCCCC;
}
.side02 {
	width:200px;
	height:215px;
	margin-bottom:15px;
}
.side02 li {
	height:49px;
	border-bottom:solid 1px #CCCCCC;
}
.side03 {
	width:200px;
	/*	height:215px;*/
	margin-bottom:15px;
}
.side03 li {
	height:49px;
	border-bottom:solid 1px #CCCCCC;
}
.sideline{
	width:200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.side04 {
	width:200px;
	margin-bottom:15px;
}
.side .area {
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-top:none;
	width:188px;
	font-size: 13.5px;
	padding:5px 5px;
}
.side .area p.ttl {
	text-align: center;
	font-weight: bold;
}
.side .area p {
	font-size: 14px;
}
.side .area a {
	font-size: 14px;
}
.side .fudoulink {
	text-align: center;
	margin-top: 8%;
	width: 200px;
}
.side .fudoulink a {
	text-decoration: none;
	font-weight: bold;
	padding: 2% 10%;
	border:#000 1px solid;
	background-color: #333;
	text-align: center;
	display:block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 5px #ccc;
	color: #fff;
	border-radius: 3px;
}
.side .fudoulink a:hover {
	opacity: 0.8;
}
.side .chukolink {
	text-align: center;
	margin-top: 8%;
	width: 200px;
}
.side .chukolink a {
	text-decoration: none;
	font-weight: bold;
	padding: 2% 10%;
	border:#000 1px solid;
	background-color: #C33;
	text-align: center;
	box-shadow: 0 4px 5px #ccc;
	color: #fff;
	border-radius: 3px;
	display:block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.side .chukolink a:hover {
	opacity: 0.8;
}
/******************************************
contents
******************************************/

.contents {
	width:750px;
	height:auto;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
/******************************************
contact_banner
******************************************/

.contact_banner {
	width: 720px;
	margin: 30px auto;
	clear:both;
}
.contact_banner img {
	max-width: 100%;
}
/******************************************
footer
******************************************/

.footer {
	clear:both;
}
.footer_top_bg {
	border-top:solid 1px #CCC;
	background-color:#E4E4E4;
	height:200px;
}
.footer_top {
	margin:0px auto;
	width:950px;
	height:200px;
}
.footer_logo {
	width:360px;
	margin-left:10px;
	margin-top:20px;
	height:148px;
	float:left;
}
.footer_logo img{
	max-width: 100%;

}
.footer_top .footer_logo p {
	margin:15px 0px 0px 30px;
	font-size:12px;
	line-height:14px;
}
.footer_top .sitemap {
	width: 180px;
	height: 150px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
.footer_top .sitemap a {
	width:145px;
 height:20px;
	text-decoration:none;
	background-image:url(../img/template/sitemap.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
.footer_top .sitemap a:hover {
	width:145px;
 height;
20px;
	text-decoration:none;
	background-image:url(../img/template/sitemap_on.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
.footer_top .sitemap li {
}
.footer_top .sitemap li a {
	font-size: 14px;
}
.footer_top .top_link {
	padding-top:1px;
	width:950px;
	height:32px;
	margin:0px auto;
	text-align:right;
	clear:both;
}
.footer_bottom_bg {
	background-color:#999;
	height:40px;
	padding-bottom: 180px;
}
.footer_bottom {
	margin:0px auto;
	width:950px;
	height:40px;
}
.footer_bottom p {
	text-align:center;
	height:20px;
	font-weight:bold;
	font-size:16px;
	padding:10px;
	color:#FFF;
}
.footer_bottom p a {
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
}
table.mailform {
	width: 100% !important;
	border: none;
	margin: 0 auto;
}
table.mailform tr {
	border-bottom: dashed 1px #aaa;
	display: block;
	padding: 10px 20px;
}
table.mailform tr th {
	background: transparent;
	border: none;
}
table.mailform td {
	border: none;
}
table span.hisu {
	margin-left: 10px;
	background: #ff0000;
	color: #fff;
	border-radius: 6px;
	padding: 1px 5px;
}
table span.nini {
	margin-left: 10px;
	background: #c7c7c7;
	color: #fff;
	border-radius: 6px;
	padding: 1px 5px;
}
table.mailform input[name="フリガナ(必須)"]{
	width: 400px!important;
}
/*=================================================
*フォーム送信完了ページ
=================================================*/

.thanks {
	height: 100%;
}
body.thanks footer {
	bottom: 0;
}

/*=================================================
*クラス
=================================================*/

.h1200 {
	height:1200px;
}


/*================================================
 *  電話リンクフロートバナー
 ================================================*/


.banner_denwafl{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #2252C1;

}
.banner_denwafl .container{
	margin-bottom:0;
	width:1000px;
	max-width: 100%;
	margin:0px auto ;

}

.banner_denwaflbox{
	position: relative;
}
.banner_denwaflimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner_denwaflimg img{
	max-width: 100%;
}

.banner_denwaflmaruimg{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28%;
	max-width: 100%;
}
