@charset "utf-8";
/* CSS Document */

/*共通*/
.titleArea{
    background: url("../img/common/bg_pagetitle.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}
.titleArea h1{
	font-size: 200%;
    color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	letter-spacing: 10px;
}
.titleArea h2{
	font-size: 134%;
    color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	letter-spacing: 3px;
    margin: 10px 0 0 0;
}
.pankuzu{
    padding: 30px 0;
    border-bottom: #e0e0e0 solid 1px;
}
.pankuzu ul li{
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    background: url("../img/common/icon_arrow001.png") no-repeat right center;
    background-size: 11px 5px;
    float: left;
}
.pankuzu ul li:last-child{
    margin: 0;
    padding: 0;
    background: none;
}
.nextpage{
    padding: 80px 0;
}

.nextpage .main{
    width: 650px;
    float: left;
}
.nextpage .leftNav{
    width: 280px;
    float: right;
}
.nextpage .leftNav ul li{
    margin: 0 0 10px 0;
    height: 110px;
    overflow: hidden;
	position: relative;
}
.nextpage .leftNav ul li a{
	width:100%;
	height:100%;
	display: block;
	position: relative;
	background: rgba(35,24,21,0.35);
	transition: 0.5s;
	z-index: 300;
}
.nextpage .leftNav ul li a:hover{
	background: rgba(35,24,21,0.75);
}
.nextpage .leftNav ul li a h3{
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
	font-size:114%;
	display: block;
	width:100%;
	color:#FFFFFF;
    margin: 0;
    padding: 0;
	text-align: center;
	letter-spacing: 2px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nextpage .leftNav ul li:after{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content: "";
	display: block;
	background-size:cover;
	z-index: 200;
	transition: 0.5s;
}
.nextpage .leftNav ul li:hover:after{
	transform: scale(1.2);
}
.nextpage .leftNav ul li.box001:after{
	background: url("../img/common/bg_left001.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box002:after{
	background: url("../img/common/bg_left002.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box003:after{
	background: url("../img/common/bg_left003.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box004:after{
	background: url("../img/common/bg_left004.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box005:after{
	background: url("../img/common/bg_left005.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box006:after{
	background: url("../img/common/bg_left006.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box007:after{
	background: url("../img/common/bg_left007.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box008:after{
	background: url("../img/common/bg_left008.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box009:after{
	background: url("../img/common/bg_left009.jpg") no-repeat center center;
    background-size: 280px 110px;
}
.nextpage .leftNav ul li.box010:after{
	background: url("../img/common/bg_left010.jpg") no-repeat center center;
    background-size: 280px 110px;
}

.nextpage .localNav{
    margin: 0 0 0 -40px;
}
.nextpage .localNav .Box{
    width: 300px;
    float: left;
    margin: 0 0 40px 40px;
}
.nextpage .localNav .Box p.img{
    margin: 0;
}
.nextpage .localNav .Box h3{
    font-size: 114%;
    margin: 10px 0 0 0;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

/* 見出し */
.nextpage h3.not,
.nextpage h4.not{
	margin-top: 0 !important;
}
.nextpage h3{
	font-size: 150%;
	margin: 50px 0 30px 0;
    letter-spacing: 2px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align:  center;
}
.nextpage h3 span{
    background: url("../img/common/bg_h3.png") no-repeat center top;
    background-size: 1px 38px;
    padding: 50px 0 0 0;
    display: inline-block;
}

.nextpage h4{
	font-size: 134%;
	margin: 40px 0 20px 0;
	padding: 0 0 10px 0;
    background: url("../img/common/bg_h4.png") no-repeat left bottom;
    background-size: 40px 1px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nextpage h5{
	font-size: 120%;
	margin: 0 0 20px 0;
	color: #60b4ff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nextpage h6{
	font-size: 114%;
	background: url("../img/common/bg_h6.png") no-repeat left 0.5em;
    background-size: 10px 10px;
	margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nextpage .main p,
.nextpage .main ul,
.nextpage .main ol,
.nextpage .main dl,
.nextpage .main table{
    margin: 0 0 30px 0;
}
.nextpage img{
    max-width: 100%;
    height: auto;
}
.nextpage .main p.center{
    text-align: center;
}
.nextpage .main p span{
    font-size: 180%;
    font-weight: bold;
}

.nextpage .col2{
    margin: 0 0 0 -2%;
}
.nextpage .col2 p{
    width: 48%;
    float: left;
    margin: 0 0 2% 2%;
    text-align: center;
}
.nextpage .col3{
    margin: 0 0 0 -1.333333333%;
}
.nextpage .col3 p{
    width: 32%;
    float: left;
    margin: 0 0 1.333333333% 1.333333333%;
    text-align: center;
}


/* リスト */
.nextpage .main ul.list li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../img/common/icon_list001.png) no-repeat left 0.5em;
    background-size: 10px 10px;
}
.nextpage .main ul.list li strong{
font-weight: bold;
}
.nextpage .main ul.link li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../img/common/icon_arrow002.png) no-repeat left 0.4em;
	background-size: 8px 12px;
}
.nextpage .main ol li{
	list-style: decimal inside;
	padding: 0 0 0 16px;
    text-indent: -16px;
}
.nextpage .main ul.list li a,
.nextpage .main ul.link li a{
	color: #60b4ff;
}


/* テーブル */
.nextpage dl{
    border-top: 1px dotted #9fbbd5;
}
.nextpage dl dt{
	clear: left;
	float: left;
	width: 200px;
    line-height: 1.8;
    padding: 10px 0;
}
.nextpage dl dd{
	padding: 10px 0 10px 200px;
	border-bottom: 1px dotted #9fbbd5;
    line-height: 1.8;
}

.nextpage .main table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	border: none;
}
.nextpage .main table thead th {
    background: #dff0ff;
    text-align: center;
}
.nextpage .main table th,
.nextpage .main table td {
	padding: 5px;
    text-align: left;
    vertical-align: middle;
	word-wrap:break-word;
    border: #d5d5d5 solid 2px;
}
.nextpage .main table th {
    font-weight: bold;
}


/* ボタン */
.nextpage .main p.button{
	margin: 30px auto;
    text-align: center;
}
.nextpage .main p.button a{
	display: inline-block;
	color: #fff;
	font-size: 120%;
	padding: 12px 60px 9px 30px;
	text-align: center;
	background: url(../img/common/icon_arrow003_w.png) no-repeat 98% center, #60b4ff;
	text-decoration: none;
    border: #60b4ff solid 2px;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
}
.nextpage .main p.button a:hover{
    color: #231815;
    border: #231815 solid 2px;
	background: url(../img/common/icon_arrow003.png) no-repeat 98% center, #fff;
}


/* ページ内リンク */
ul.anchor{
    margin: 0 0 50px 0;
}
ul.anchor li{
    margin: 0 20px 0 0;
	padding: 0 0 0 25px;
    float: left;
	background: url(../img/common/icon_arrow004.png) no-repeat left 0.7em;
    background-size: 10px 6px;
}
/*共通*/


/*ページ別*/
.demae .section{
    margin: 0 0 40px 0;
}
.demae .section .img{
    width: 200px;
    float: right;
}
.demae .section .text{
    width: 400px;
    float: left;
}
.demae .section .text p{
    margin: 0 0 20px 0;
}
.zyuyou .small{
    font-size:14px;
	font-size:1.4rem;
}
.zyuyou .right{
    text-align: right;
}
/*ページ別*/

@media (max-width: 740px) {
.nextpage .main{
    width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
    float: none;
}
.nextpage .leftNav{
    width: 96%;
	max-width: 280px;
    float: none;
	margin:50px auto 0;
}
.nextpage .main p.button{
    width: 100%;
	max-width: 300px;
}
.nextpage .localNav{
    margin: 0 0 -30px;
}
.nextpage .localNav .Box{
    width: 100%;
	max-width: 300px;
    float: none;
    margin: 0 auto 30px;
}
.demae .section .text{
    width: 100%;
	max-width: 400px;
}
}
