@charset "utf-8";

/*#######################
基本設定用CSS
===================*/
@media screen and (max-width: 768px){
.spNone { display: none;}


#content{
	margin-top: -30px;
}
#global_nav{
	background-color: #45301b;
	width: 1000px;
	box-sizing: border-box;
	margin: -40px auto 0;
	position: relative;
	z-index: 9999;
}
#global_nav ul li{
	float: left;
	text-align: center;
}
#global_nav ul li a{
	padding: 16px 0;
	height: 54px;
	display: inline-block;
}
#global_nav ul li a:hover{
	text-decoration: none;
	background: url(../img/base/global_nav_hover.png) repeat-x left top;
}
#global_nav ul li.active a{
	text-decoration: none;
	background: url(../img/base/global_nav_hover.png) repeat-x left top;
}
#global_nav ul li a p{
	border-right: 1px dotted #ffffff;
}

#global_nav ul li a p span{
	padding-bottom: 7px;
}
#global_nav ul li a:hover p span{
	background: url(../img/base/global_nav_bar.png) repeat-x bottom;
}
#global_nav ul li.active a p span{
	background: url(../img/base/global_nav_bar.png) repeat-x bottom;
}
#global_nav ul li.list07 a p{
	border-right: none;
}
#global_nav ul li a{
	font-size: 14px;
	color: #ffffff;
}

#bottom_cv{
	border-top: 5px solid #7e6b5a;
	border-bottom: 5px solid #7e6b5a;
	background-color: #ddd0b8;
}
#bottom_cv_in{
	width: 96%;
	margin: auto;
	padding-top: 32px;
	position: relative;
}
#bottom_cv_in .title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	color: #45301b;
	font-weight: bold;
}
#bottom_cv_in p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	color: #45301b;
	font-weight: bold;
	line-height: 30px;
	padding-top: 5px;
}
#bottom_cv_in .free_text{
	background: url(../img/base/bottom_cv_free_icon.png) no-repeat 0 center;
	padding: 5px 0 5px 80px;
	margin-top: 15px;
}
#bottom_cv_in #bottom_cv_button{
	background-color: #f0e8d9;
	border-width: 1px;
	border-color: #ddd0b8;
	border-style: solid;
	display: inline-block;
	margin-top: 10px;
}
#bottom_cv_in #bottom_cv_button ul li{
	display: inline-block;
	padding: 7px;
}
#bottom_cv_in .go_about{
	width: 447px;
	height: 551px;

	position: absolute;
	bottom: -218px;
	right: 0;
	z-index:100;
}
#bottom_cv_in .go_about a{
	position: absolute;
	top: 124px;
	left: 32px;
}
#bottom_cv .loopslider{
	width: 100%;
	height:188px;
	margin-top: 30px;
}
#bottom_cv .loopslider li{
	float:left;
}
#bottom_cv .loopslider img{
}

.underframe #page_title_cover{
	padding: 45px 0 10px;
	background: #7e6b5a url(../img/base/upper_shadow.png) repeat-x top;
}
.underframe #page_title{
	width: 100%;
	margin: auto;
	background: url(../img/base/page_title_arrow.png) no-repeat 0 center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-moz-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-ms-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-o-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-webkit-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	padding-left: 30px;
	letter-spacing: 0.05em;
}


.underframe #content .section_title{
	display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 37px;
    color: #45301b;
}
.underframe #content .section_in p{
	font-size: 14px;
    font-weight: bold;
    width: 463px;
    margin-top: 20px;
    line-height: 20px;
}
.underframe #content .sub_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	background: url(../img/flow/title_bar.png) no-repeat left bottom;
	padding: 0 0 5px 10px;
}

.underframe #content p span{
	background-color: #ECE3D0;
}
.underframe #content p span.small{
	background-color: inherit;
}}

@media screen and (min-width: 769px){
.pcNone { display: none;}



#content{
	margin-top: -30px;
}
#global_nav{
	background-color: #45301b;
	width: 1000px;
	box-sizing: border-box;
	margin: -40px auto 0;
	position: relative;
	z-index: 9999;
}
#global_nav ul li{
	float: left;
	text-align: center;
}
#global_nav ul li a{
	padding: 16px 0;
	height: 54px;
	display: inline-block;
}
#global_nav ul li a:hover{
	text-decoration: none;
	background: url(../img/base/global_nav_hover.png) repeat-x left top;
}
#global_nav ul li.active a{
	text-decoration: none;
	background: url(../img/base/global_nav_hover.png) repeat-x left top;
}
#global_nav ul li a p{
	border-right: 1px dotted #ffffff;
}

#global_nav ul li a p span{
	padding-bottom: 7px;
}
#global_nav ul li a:hover p span{
	background: url(../img/base/global_nav_bar.png) repeat-x bottom;
}
#global_nav ul li.active a p span{
	background: url(../img/base/global_nav_bar.png) repeat-x bottom;
}
#global_nav ul li.list07 a p{
	border-right: none;
}
#global_nav ul li a{
	font-size: 14px;
	color: #ffffff;
}

#bottom_cv{
	border-top: 5px solid #7e6b5a;
	border-bottom: 5px solid #7e6b5a;
	background-color: #ddd0b8;
}
#bottom_cv_in{
	width: 1000px;
	margin: auto;
	padding-top: 32px;
	position: relative;
}
#bottom_cv_in .title{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 40px;
	color: #45301b;
	font-weight: bold;
}
#bottom_cv_in p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	color: #45301b;
	font-weight: bold;
	line-height: 30px;
	padding-top: 5px;
}
#bottom_cv_in .free_text{
	background: url(../img/base/bottom_cv_free_icon.png) no-repeat 0 center;
	padding: 5px 0 5px 80px;
	margin-top: 15px;
}
#bottom_cv_in #bottom_cv_button{
	background-color: #f0e8d9;
	border-width: 1px;
	border-color: #ddd0b8;
	border-style: solid;
	display: inline-block;
	margin-top: 10px;
}
#bottom_cv_in #bottom_cv_button ul li{
	display: inline-block;
	padding: 7px;
}
#bottom_cv_in .go_about{
	width: 447px;
	height: 551px;
	background: url(../img/base/bottom_cv_img01.png);
	position: absolute;
	bottom: -218px;
	right: 0;
	z-index:100;
}
#bottom_cv_in .go_about a{
	position: absolute;
	top: 124px;
	left: 32px;
}
#bottom_cv .loopslider{
	width: 100%;
	height:188px;
	margin-top: 30px;
}
#bottom_cv .loopslider li{
	float:left;
}
#bottom_cv .loopslider img{
}

.underframe #page_title_cover{
	padding: 45px 0 10px;
	background: #7e6b5a url(../img/base/upper_shadow.png) repeat-x top;
}
.underframe #page_title{
	width: 1000px;
	margin: auto;
	background: url(../img/base/page_title_arrow.png) no-repeat 0 center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-moz-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-ms-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-o-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	-webkit-text-shadow: 0px 3px 6px rgba(125, 71, 0, 0.5);
	padding-left: 30px;
	letter-spacing: 0.05em;
}


.underframe #content .section_title{
	display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 37px;
    color: #45301b;
}
.underframe #content .section_in p{
	font-size: 14px;
    font-weight: bold;
    width: 463px;
    margin-top: 20px;
    line-height: 20px;
}
.underframe #content .sub_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	background: url(../img/flow/title_bar.png) no-repeat left bottom;
	padding: 0 0 5px 10px;
}

.underframe #content p span{
	background-color: #ECE3D0;
}
.underframe #content p span.small{
	background-color: inherit;
}}