@charset "UTF-8";
/* 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, font, 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 {
    background: none repeat scroll 0 0 transparent;
    : 0 none;
    font-family: "Lucida Grande","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 100%;
	font-size: 16px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	color: #000000;
	line-height: 28px;
}
html,body {
	height: 100%;
}

img {
	max-width: 100%;
}

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

a:hover {
	text-decoration:underline;
	color: #630;
	opacity: 0.8;
}

li {
	list-style: none;
}

/* Layout */
#wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	top: 0;
}

#contents-body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.second_concept_box {
	width: 90%;
	min-height: 700px;
	margin: 0 auto 60px auto;
}

.second_concept_box h1{
	padding: 45px 0 0 0;
	margin-bottom: 30px;
}

.second_concept_topic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
}

.second_concept_topic h2{
	width: 100%;
	height: auto;
	padding-bottom: 22px;	
}

.second_concept_topic ul{
	width: 100%;
	height: auto;
}

.second_concept_topic ul .topic_left {
	float: left;
	width: 40%;
}

.second_concept_topic ul .topic_left p{
	font-size: 14.5px;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
}

.second_concept_topic ul .topic_right {
	float: right;
	width: 58%;
	padding-left: 2%;
}

.second_concept_topic ul .topic_right p.topic_attntn {
	margin: 10px;
	font-family: 'Kosugi', sans-serif;
	line-height: 21px;
	font-size: 12px;
}

.second_concept_banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.second_concept_banner img{
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}

.second_concept_banner img:hover {
	width: 100%;
	height: auto;
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}

.first_concept_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.first_concept_top img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.entrance {
	float: right;
	overflow: hidden;
	margin: -5px 20px 10px 0;
}

.entrance a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #FF0000;
}




.first_concept_box {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.first_concept_box h1{
	padding: 30px 0 0 0;
	margin-bottom: 20px;
}

.first_concept_box p{
	padding: 0px 0 0 0;
	margin-bottom: 30px;
}

.first_concept_introduction {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: solid 1px #A7A7A7;
}

.first_concept_introduction img{
	vertical-align:bottom;
}

.introduction_left {
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.introduction_left img{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.introduction_left a img{
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}

.introduction_left a img:hover {
	width: 100%;
	height: auto;
	transform: scale(1.075);	/*画像の拡大率*/
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}


.introduction_right {
	float: right;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.introduction_right img{
	float: right;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.introduction_right a img{
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}

.introduction_right a img:hover {
	width: 100%;
	height: auto;
	transform: scale(1.075);	/*画像の拡大率*/
	transition-duration: 0.8s;	/*変化に掛かる時間*/
}

/* */
.title_greeting {
	width: 100%;
	height: 80px;
	border-bottom: solid 1px #A7A7A7;
}

.title_greeting p{
	width: 90%;
	height: 80px;
	margin: 0 auto 60px auto;
	padding: 27px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

.greeting_box {
	width: 100%;
	height: auto;
	margin: 45px 0 0 0;
}

.greeting_box_half {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.greeting_box_half p{
	padding-bottom: 20px;
	font-size: 14.5px;
	font-family: 'Kosugi', sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
	display: inline-block;
	text-align: justify;
}

.greeting_box_left {
	width: 48%;
	height: auto;
	margin: 0 0 0 0;
	float: left;
}

.greeting_box_right {
	width: 48%;
	height: auto;
	margin: 0 0 0 0;
	float: right;
	padding-left: 2%;
	border-left: solid 1px #A7A7A7;
}

.greeting_date {
	padding-left: 15px;
}

.greeting_name {
	float: right;
	text-align: right;
}






footer {
	width: 100%;
	border-top: solid 1px #A7A7A7;
	padding: 20px 0;
	margin: 0 0 0 0;
}

.footer_concept {
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.footer_concept li{
	float: left;
	padding-right: 28px;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'Kosugi', sans-serif;
}

.footer_concept li a{
	font-size: 13px;
	font-weight: bold;
}

.footer_concept li a span{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.footer_concept li a:hover span{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #630;
}

.concept_image_none {
	display: none;
}












/* toTop */
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
	}
	#page-top a:hover {
		text-decoration: none;
	}				
