@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: #1a1a1a;
	line-height: 1.5;
	font-size: 100%;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
area{
	outline: 0;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #DDDDDD;
    width: 100%;
	margin-top: 10px;
}
table th,
table td{
	color: #000;
	font-weight: 500;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #ddd;
}
table th{
	background: #F3F3F3;
}
table td a{
	text-decoration: underline;
	background-image: url(../images/icon_pdf.png);
    background-repeat: no-repeat;
	background-position: 90% 2px;
	padding: 0 25px;
}
img, input, select, textarea {
	vertical-align: middle;
}
a {
	color: #000000;
	/*transition: 0.5s;*/
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
/*Icon Fonts*/
@font-face {
	font-family: 'kokoro';
	src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}

/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: 100;
	color: #1a1a1a;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}
#Main {
	margin: 0 auto !important;
	padding: 8px 0 0 !important;
	width: 100% !important;
}
#MainInner {
	border-top: medium none !important;
	margin: 0 auto !important;
	width: 100% !important;
	padding-top: 0 !important;
}
#Main .BreadCrumb {
	border-bottom: 1px solid #dcdcd5;
	margin: 0 auto !important;
	padding-bottom: 6px;
	width: 980px !important;
}
#Footer {
	margin: 0 auto !important;
}
#cn-asahi {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 980px;
}
#cn-top-wrapper {
	clear: both;
	width: 100%;
}
#cn-wrapper {
	width: 100%;
}
#cn-container {
	margin: 0 auto;
	width: 980px;
}
#cn-content {
	margin: 10px auto;
	width: 980px;
}
#cn-main {
	float: left;
	width: 640px;
}
#cn-side {
	float: right;
	margin: 0 0 40px;
	width: 300px;
}
/*
=========================================
	Each page（Original）
=========================================
*/

.intro {
	font-size: 14px;
}

.intro  h1 span {
	font-size:16px;
}

#mainv {
	margin-bottom:30px;
	text-align:center;
}

#mainv span {
	display:inline-block;
	padding-top:8px;
} 

.lead {
	padding:0 20px;
	font-size:16px;
}
	
.article {
	background: #fff;
	margin-bottom: 30px;
}
.article_inner {
	margin-bottom: 30px;
	position: relative;
}
.article_inner a.under_line{
	text-decoration: underline;
}
.article_inner a[target="_blank"]{
	background: url(../images/icon_blank.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline-block;
    padding-right: 1rem;
    margin-right: 6px;
}
.article_inner h2.title{
	font-weight: bold;
    padding-left: 1.8rem;
    line-height: 1.2;
    margin-top: 60px;
    background-image: url(../images/icon_pin_big.png);
    background-repeat: no-repeat;
    background-position: 0 top;
	color: #2C4C9A;
	font-size: 20px;
	border-bottom: 2px solid #2C4E9C;
	padding-bottom: 15px;
}
.article_inner h3{
	color: #000000;
	margin-top: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.article_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #1a1a1a;
	border-left: solid 6px #b32424;
	padding-left: 10px;
	margin: 30px 0;
}
.article p {
	margin-top: 22px;
	font-size: 16px;
	line-height: 1.6;
}
.article p.position{
	position: absolute;
	top: -70px;
	    margin-top: 0;
}
.article .BlkMap{
	margin-top: 90px;
}

.article .img {
	width:450px;
	margin:0 auto;
	margin-bottom:30px;
}

.article .img img {
	height:300px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
}

.article .cap {
	padding:8px 5px;
	font-size:12px;
	margin-bottom:0;
}

.article .link {
	text-align:center;
	margin-bottom:40px;
}

.article .link a {
	display: inline;
	text-decoration:underline;
}

.article .ques {
	color: #b32424;
	margin-bottom: 20px;
}
/*
=========================================
	Modules（Parts）
=========================================
*/

#credit {
	text-align: right;
	margin-bottom: 50px;
	padding-top: 30px;
	    border-top: 1px solid #ccc;
}
#cn-main .intro h1 {
	background: #2A4B95;
    color: #fff;
    padding: 14px 20px;
    font-size: 28px;
}
#cn-main #sns {
	text-align: right;
	padding: 15px 0 5px 0;
}

#sns{
	margin: 13px 0 20px;
}

/*btn_page
--------------------*/

#btn_page {
	width: 300px;
	margin: 0 auto;
}
#btn_page li {
	float: left;
}
#btn_page li {
	width: 60px;
	height: 40px;
}
#btn_page a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/btn_page.gif) no-repeat;
	background-size:280px 80px;
}
#btn_page .btn01 a {
	background-position: 0 0;
}
#btn_page .btn02 a {
	background-position: -60px 0;
}
#btn_page .btn03 a {
	background-position: -120px 0;
}
#btn_page .btn04 a {
	background-position: -180px 0;
}
#btn_page .btn05 a {
	background-position: -240px 0;
}
#btn_page .btn01 a:hover, #btn_page .btn01.active a {
	background-position: 0 -40px;
}
#btn_page .btn02 a:hover, #btn_page .btn02.active a {
	background-position: -60px -40px;
}
#btn_page .btn03 a:hover, #btn_page .btn03.active a {
	background-position: -120px -40px;
}
#btn_page .btn04 a:hover, #btn_page .btn04.active a {
	background-position: -180px -40px;
}
#btn_page .btn05 a:hover, #btn_page .btn05.active a {
	background-position: -240px -40px;
}
#article_side {
	    margin-top: 20px;
}
#article_side li {
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	color: #fff;
	background-image: url(../images/icon_anchor.png);
    background-repeat: no-repeat;
    background-position: 93.3% 49%;
}
#article_side li:first-child{
	background-image: url(../images/icon_anchor_f.png);
    background-repeat: no-repeat;
    background-position: 95% 49%;
	font-weight: bold;
}
#article_side li:first-child a{
	color: #fff;
}
#article_side li:first-child a:link,
#article_side li:first-child a:visited{
	color: #fff;
}
#article_side #side_banner img{
	width: 300px;
}

#article_side .side_list{
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	background-image: url(../images/side_list_background.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#article_side .side_list:after{
	content: '';
	display: block;
	clear: both;
}
#article_side .side_list .left_img{
	width: 70px;
	float: left;
	padding-right: 10px;
}
#article_side .side_list .right_text{
	
}

#article_side .side_list .right_text h3{
	font-size: 13px;
	font-weight: bold;
	    line-height: 1.5;
}
#article_side .side_list .right_text p{
	font-size: 12px;
	    font-weight: 500;
}

#article_side #side_title span{
	font-size: 13px;
}
#article_side .side_last {
	border-bottom: 1px solid #b32424;
}
#article_side li a {
	    display: block;
}
#div-gpt-ad-1543822384299-0 img{
	width: 100%;
	height: auto;
}


.side_fixed {
	position: fixed;
	top: 20px;
	width:300px;
}
/*
=========================================
	Utilities
=========================================
*/
/* width
---------------------------------*/
.u-w600 {
	width: 600px;
}
/* パディング
---------------------------------*/
.u-pt50 {
	padding-top: 50px;
}
/* マージン
---------------------------------*/
.u-mt0 {
	margin-top: 0;
}
.u-mt5 {
	margin-top: 5px;
}
.u-mt10 {
	margin-top: 10px;
}
.u-mt15 {
	margin-top: 15px;
}
.u-mt20 {
	margin-top: 20px;
}
.u-mt25 {
	margin-top: 25px;
}
.u-mt30 {
	margin-top: 30px;
}
.u-mt35 {
	margin-top: 35px;
}
.u-mt40 {
	margin-top: 40px;
}
.u-mt45 {
	margin-top: 45px;
}
.u-mt50 {
	margin-top: 50px;
}
.u-mb0 {
	margin-bottom: 0;
}
.u-mb5 {
	margin-bottom: 5px;
}
.u-mb10 {
	margin-bottom: 10px;
}
.u-mb15 {
	margin-bottom: 15px;
}
.u-mb20 {
	margin-bottom: 20px;
}
.u-mb25 {
	margin-bottom: 25px;
}
.u-mb30 {
	margin-bottom: 30px;
}
.u-mb35 {
	margin-bottom: 35px;
}
.u-mb40 {
	margin-bottom: 40px;
}
.u-mb45 {
	margin-bottom: 45px;
}
.u-mb50 {
	margin-bottom: 50px;
}
.u-mb300 {
	margin-bottom: 300px;
}
/* 左右行揃え
---------------------------------*/
.u-text-left {
	text-align: left;
}
.u-text-right {
	text-align: right;
}
.u-text-center {
	text-align: center;
}
/* バックグラウンドカラー
---------------------------------*/
.u-bg-gray {
	background-color: #C8C8C8;
}
.u-bg-yellow {
	background-color: #FFFFCC;
}
.u-bg-pink {
	background-color: #FFD6D9;
}
.u-bg-lightBlue {
	background-color: #D2EFFF;
}
.u-bg-purple {
	background-color: #F4F4F4;
}
/* common-color
---------------------------------*/

/* フロート／フロート解除
---------------------------------*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
	display: block;
}
.u-pc {
	display: none;
}

/* BlkPrefectures
-------------------------------------------*/

.BlkPrefectures{
	width: 100%;
}
.BlkPrefectures__inner{
	width: 100%;
}
.BlkPrefectures__inner h2{
	font-size: 16px;
    font-weight: bold;
    padding-left: 1.2rem;
    line-height: 1.2;
    margin-top: 30px;
    background-image: url(../images/icon_pin.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.BlkPrefectures__inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
    margin-top: 12px;
}
.BlkPrefectures__inner ul li{
	width: 25%;
	text-align: left;
    font-size: 16px;
    padding: 0 20px;
	font-weight: bold;
	line-height: 1.2;
	border:1px solid #DDDDDD;
	border-right: 0;
	box-sizing: border-box;
	    background: #F5F8FA;
}
.BlkPrefectures__inner ul li:nth-child(5),
.BlkPrefectures__inner ul li:nth-child(6),
.BlkPrefectures__inner ul li:nth-child(7),
.BlkPrefectures__inner ul li:nth-child(8),
.BlkPrefectures__inner ul li:nth-child(9){
	border-top: 0;
}
.BlkPrefectures__inner ul li:nth-child(4),
.BlkPrefectures__inner ul li:nth-child(8),
.BlkPrefectures__inner ul li:last-child{
	border-right:1px solid #DDDDDD;
}
.BlkPrefectures__inner ul li a{
	display: block;
	padding: 25px 0;
	color: #333333;
        font-weight: 500;
	background-image: url(../images/icon_list_anchor.png);
	background-repeat: no-repeat;
	background-position: 102px 29px;
}
.BlkPrefectures__inner ul li a:link,
.BlkPrefectures__inner ul li a:visited{
	color: #333;
}
.BlkPrefectures__inner ul li a.link_none{
	cursor: auto;
	text-decoration: none !important;
}
.BlkPrefectures__inner ul li a.link_none:hover{
	text-decoration: none;
}

