@charset "UTF-8";
/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, img, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, #globalNavi, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}
a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
a img {
   border: none
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
   	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
   	font-size: 14px;
	background-color: white;
	color: #333;
	margin: 0 0 ; height: 100%;
	line-height: 1.7;
}

img, object, embed, video {
	max-width: 100%;
}
.wrapper {
}

p {
}

a {
	text-decoration: none;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
	position: relative;
}
.over_hidden {
	overflow: hidden;
}

/***************************************************
			    Main containers
***************************************************/


.sp { display: none;}
.pc { display: block;}
.pcin { display: inline-block;}

/***************************************************
				HEADER
***************************************************/

#header {
	width:100%;
	margin:0;
	position: relative;
	z-index: 2;
}

#headerInner {
	width:960px;
	margin:0px auto;
	padding:0;
	text-align:right;
	position: relative;
}

#header_logo img {
	width: 100%;
}
#header_logo {
	width: 306px;
	float: left;
	margin: 10px 0 10px;
}

#header_subtitle {
	float: right;
	display: table;
	height: 100px;
}

#header_subtitle img{
	width: 100%;
}



.header_subtitleInner {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}


/***************************************************
			        FOOTER
***************************************************/


#footer {
	position: relative;
	clear: both;
	margin-top: 40px;
	padding-bottom: 100px;
	width: 100%;
}

#footerInner {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 2px solid #000;
	font-size: 12px;
}

/***************************************************
				       MENU
***************************************************/

#globalNavi {
	position: relative;
	width: 100%;
    margin:40px auto 0;
    max-width: 960px;
	background:#FFFFFF !important;	
}
#globalNaviInner {
	width: 960px;
	margin: 0 auto;
	display: table;
}
#globalNaviInner > li {
	display: table-cell;
	width: 25%;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	position: relative;
}
#globalNaviInner > li > a {
	display: block;
	padding: 15px 0;
}
#globalNaviInner > li:first-child {
	border-left: none;
}
/* SUBNAVI */
#globalNaviInner > li ul {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
#globalNaviInner > li ul li {
	border-top: 1px solid #fff;
}
#globalNaviInner > li ul li a {
	display: block;
	padding: 5px 0;
	font-size: 16px;
}

/* COLOR */
.daiki #globalNavi,
.daiki #globalNavi li {
	background: #014fa1;
}
.daiki #globalNaviInner {
	border-left: #033d7c solid 1px;
}
.daiki #globalNaviInner a {
	color: #FFF;
}
.daiki #globalNaviInner a:hover {
	background: #033d7c;
}
.daiki #globalNaviInner > li > a {
	border-right: #033d7c solid 1px;
}

.homac #globalNavi,
.homac #globalNavi li {
	background: #fcd973;
}
.homac #globalNaviInner {
	border-left: #e60432 solid 1px;
}
.homac #globalNaviInner a {
	color: #e60432;
}
.homac #globalNaviInner a:hover {
	background: #e60432;
	color: #FCD973;
}
.homac #globalNaviInner > li > a {
	border-right: #e60432 solid 1px;
}

.kahma #globalNavi,
.kahma #globalNavi li {
	background: #c60139;
}
.kahma #globalNaviInner {
	border-left: #92032c solid 1px;
}
.kahma #globalNaviInner a {
	color: #FFF;
}
.kahma #globalNaviInner a:hover {
	background: #92032c;
}
.kahma #globalNaviInner > li > a {
	border-right: #92032c solid 1px;
}

/***************************************************
				   CONTENTS
***************************************************/

#contents {
	width: 100%;
}
#contentsInner {
	width: 960px;
	margin: 0 auto;
}
#contentsInner h2 {
	margin-top: 20px;
}
/*可変h2*/
#h2 {
	margin-top: 20px;
	height: 186px;
	width: 960px;
	border-left: #033d7b solid 15px;
	background: #014FA1;
}
#h2 {
	position: relative;
	display: table;
}
#h2 .title {
	padding-left: 20px;
	padding-top: 8px\9;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	position: relative;
	z-index: 300;
}
#h2 .textbg {
	content: "";
	background: #FFF;
	height: 62px;
	width: 300px;
	position: absolute;
	top: 63px;
	left: 15px;
	z-index: 200;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
#h2 .bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.section img {
	width: 100%;
}
.section h3 {
	color: #FFF;
	margin-bottom: 25px;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 1.6;
}
.section h3 span {
	font-size: 16px;
	padding-top: 4px;
	vertical-align: top;
}
.section {
	margin: 40px 0;
}
.profile {
	position: relative;
}
.profile .title {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.profile .ti {
	display: inline-block;
	text-indent: -0.5em;
}
.profile .photo {
	width: 536px;
	float: left;
}
.profile .info {
	position: absolute;
	width: 390px;
	right: 0;
	bottom: 0;
	line-height: 1.4;
}
.profile .info span {
	font-size: 1.4em;
	font-weight: bold;
}

.detail .detailtext {
	width: 515px;
}
.detail .detailimage {
	width: 402px;
}

.offer h3 {
	border-left: #F5961A solid 13px;
	padding-left: 20px;
}
.offer .btns {
	width: 742px;
	margin: 0 auto;
}
.offer a {
	display: block;
	float: left;
	width: 240px;
	margin-left: 5px;
	padding: 25px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.offer a:first-child {
	margin-left: 0;
}

#contents .arrow {
	background:  url(../images/arrow_01.png) no-repeat 0 center ;
	padding-left:18px;
}
#contentFooter {
	margin: 40px auto 0;
	text-align: center;
	width: 960px;
}
#contentFooter .linktext {
	float: right;
	display: inline-block;
}

/* COLOR */
.daiki .profile .title {
	color: #014fa1;
}
.daiki .profile .info p {
	color: #014fa1;
}
.daiki h3 {
	background: #014FA1;
}
.daiki .offer h3 {
	border-left: #F5961A solid 13px;
}
.daiki .offer a {
	color: #014FA1;
	border: #014FA1 solid 2px;
}
.daiki .offer a:hover {
	color: #fff;
	background: #014FA1;
}

.homac .profile .title {
	color: #e60432;
}
.homac .profile .info p {
	color: #e60432;
}
.homac h3 {
	background: #fcd973;
	color: #E60432;
}
.homac .offer h3 {
	border-left: #E60432 solid 13px;
}
.homac .offer a {
	color: #E60432;
	border: #E60432 solid 2px;
}
.homac .offer a:hover {
	color: #fcd973;
	background: #E60432;
}

.kahma .profile .title {
	color: #c60139;
}
.kahma .profile .info p {
	color: #c60139;
}
.kahma h3 {
	background: #c60139;
	color: #fff;
}
.kahma .offer h3 {
	border-left: #f3981c solid 13px;
}
.kahma .offer a {
	color: #c60139;
	border: #c60139 solid 2px;
}
.kahma .offer a:hover {
	color: #fff;
	background: #c60139;
}

/***************************************************
				   various
***************************************************/

/***************************************************
				   SPECIFIC
***************************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.alignright { text-align: right;}
.alignleft { text-align: left;}
.aligncenter { text-align: center;}

.floatright { float: right;}
.floatleft { float: left;}

/* マージン */

.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mt200 {margin-top: 200px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb150 {margin-bottom: 150px !important;}
.mb200 {margin-bottom: 200px !important;}
.mb250 {margin-bottom: 250px !important;}

.ml0 {margin-left: 0 !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.ml80 {margin-left: 80px !important;}
.ml100 {margin-left: 100px !important;}
.ml190 {margin-left: 190px !important;}
.ml200 {margin-left: 200px !important;}

.mr0 {margin-right: 0 !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr80 {margin-right: 80px !important;}
.mr100 {margin-right: 100px !important;}
.mr200 {margin-right: 200px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb200 {padding-bottom: 200px !important;}


/* text */
.txt-11 {font-size: 11px !important;}
.txt-12 {font-size: 12px !important;}
.txt-13 {font-size: 13px !important;}
.txt-14 {font-size: 14px !important;}
.txt-15 {font-size: 15px !important;}
.txt-16 {font-size: 16px !important;}
.txt-17 {font-size: 17px !important;}
.txt-18 {font-size: 18px !important;}
.txt-19 {font-size: 19px !important;}
.txt-20 {font-size: 20px !important;}
.txt-22 {font-size: 22px !important;}
.fb { font-weight: bold;}

.hidetxt {text-indent: -9999px;}
label {	cursor: pointer;}

/***************************************************
				   media max-width: 960px
***************************************************/

@media only screen and (max-width: 960px) {

#headerInner {
	margin: 0 3%;
	width: 94%;
}
#header_logo {
	width: 50%;
}
#header_subtitle {
	width: 50%;
}
#h2 {
	width: 100%;
}
#footerInner {
	margin: 0 3%;
	width: 94%;
}
#globalNaviInner {
	margin: 0 3%;
	width: 94%;
}
#contentsInner {
	margin: 0 3%;
	width: 94%;
}
#contentFooter {
	width: 94%;
}
.profile .photo,
.profile .info,
.detail .detailtext,
.detail .detailimage {
	width: 48%;
}
.offer .btns {
	width: 94%;
}
.offer a {
	width: 32%;
	padding: 30px 0;
	margin-left: 1%;
	font-size: 20px;
}

}

/***************************************************
				   media max-width: 640px
***************************************************/

@media only screen and (max-width: 640px) {

.sp { display: block;}
.spin { display: inline-block;}
.pc { display: none;}
.pcin { display: none;}
.section .splh3 {line-height: 3;}

.floatleft {float: none;}
.floatright {float: none;}

#headerInner {
	margin: 0 3%;
	width: 94%;
}
#header_logo {
	width: 48%;
}
#header_subtitle {
	width: 52%;
	height: auto;
}
.header_subtitleInner {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
}
#footer {
	margin-top: 5px;
	padding-bottom: 40px;
}
#footerInner {
	text-align: center;
	font-size: 10px;
	border-top: none;
}
#globalNavi {display: none;}
#globalNaviInner {
	width: 100%;
}
#contentFooter {
	width: 100%;
	margin-top: 10px;
}
#contentsInner {
	margin: 0 3%;
	width: 94%;
}
#contentsInner h2 {
	margin-top: 10px;
}
#contentsInner h2 img {
	width: 100%;
}
.section {
	margin: 20px 0;
}
.section h3 {
	color: #FFF;
	margin-bottom: 10px;
	padding: 6px 10px;
	font-size: 15px;
	line-height: 1.4;
}
.profile .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.profile .photo {
	width: 100%;
	float: none;
}
.profile .info {
	position: static;
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
}
.profile .info hr {
	margin: 4px 0;
}
.profile .info span {
	font-size: 1.2em;
}
.detail .detailtext {
	float: none;
	width: auto;
	font-size: 14px;
	line-height: 1.4;
}
.detail .detailimage {
	float: none;
	width: auto;
	margin-top: 30px;
}
.offer h3 {
	line-height: 3em;
}
.offer .btns {
	width: 100%;
	margin-top: 20px;
}
.offer a {
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-left: 0;
	margin-top: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 16px;
}
#contentFooter {
	width: 100%;
}
#contentFooter .linktext {
	float: none;
}

/* COLOR */
.daiki .offer h3,
.homac .offer h3,
.kahma .offer h3 {
	border-left: none;
}
.homac .section h3 {
	color: #e60432;
}

/*----------
 * #spNavi
 *----------*/
#spNavi {
	margin-top: 30px;
}
#spNavi li a {
	display: block;
	padding: 12px;
	background-repeat: no-repeat;
	background-position: 97%;
}
#spNavi .sp-underlink {
	display: none;
}
#spNavi .sp-underlink ul li a {
	display: block;
	padding: 10px 12px;
}
#spNavi .sp-underlink ul li a {
	background-repeat: no-repeat;
	background-position: 97%;
}

/* COLOR */
.daiki #spNavi {
	border-top: #014FA1 1px solid;
}
.daiki #spNavi > li > a {
	border-bottom: #014FA1 1px solid;
}
.daiki #spNavi > li > a {
	background-image: url(../images/daiki/arrow_sp01.jpg);
}
.daiki #spNavi a {
	color: #014FA1;
}
.daiki #spNavi .sp-underlink ul li {
	background-color: #014FA1;
}
.daiki #spNavi .sp-underlink ul li a {
	background-image: url(../images/daiki/arrow_sp03.png);
	color: #fff;
	border-bottom: #fff solid 1px;
}

.homac #spNavi {
	border-top: #e60432 1px solid;
}
.homac #spNavi > li > a {
	border-bottom: #e60432 1px solid;
}
.homac #spNavi > li > a {
	background-image: url(../images/homac/arrow_sp01.jpg);
}
.homac #spNavi a {
	color: #e60432;
}
.homac #spNavi .sp-underlink ul li {
	background-color: #fcd973;
}
.homac #spNavi .sp-underlink ul li a {
	background-image: url(../images/homac/arrow_sp03.png);
	color: #e60432;
	border-bottom: #e60432 solid 1px;
}

.kahma #spNavi {
	border-top: #c60139 1px solid;
}
.kahma #spNavi > li > a {
	border-bottom: #c60139 1px solid;
}
.kahma #spNavi > li > a {
	background-image: url(../images/kahma/arrow_sp01.jpg);
}
.kahma #spNavi a {
	color: #c60139;
}
.kahma #spNavi .sp-underlink ul li {
	background-color: #c60139;
}
.kahma #spNavi .sp-underlink ul li a {
	background-image: url(../images/kahma/arrow_sp03.png);
	color: #fff;
	border-bottom: #fff solid 1px;
}


}