@charset "UTF-8";
/* CSS Document */


/* スマートフォン用CSS */
@media screen and (max-width: 630px) {

/* サブページ メイン画像&タイトル */
#main_img {
	width: auto;
    height: auto;
    margin: 0% auto;
    padding: 0% 0%;
    background-image: url("../img/all/main_img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#main_img .page_title {
	width: 90%;
	height: auto;
    margin: 0px auto;
    padding: 8% 5%;
	background-image: url("../img/all/sub_titleback.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size:130%;
    display: table;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    color: #FFFFFF;
	letter-spacing: 1px;
}
#main_img .page_title h1 {
    margin: 0px auto;
    padding: 0px;
    font-size: 20px;
    line-height: 160%;
}
#main_img .page_title .english {
	font-family: 'Josefin sans';
    font-size: 10px;
    line-height: 100%;
    margin: 0px auto;
    padding: 0px;
    letter-spacing: 1.3px;
}
.dl_dt_dd{
	font-size: 12px;
}
.dl_dt_dd dl {
	width:100%;
	height:auto;
	margin:0px;
	padding: 12px 10px;
	box-sizing: border-box;
    line-height: 190%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:dotted 1px #cccccc;
}
.dl_dt_dd dl:first-child {
	border-top:dotted 1px #cccccc;
}
.dl_dt_dd dt {
	width: 23%;
	height: auto;
	margin: 0 2% 0 0;
}
.dl_dt_dd dd {
    width: 75%;
    height: auto;
    margin: 0;
}
.dl_dt_dd dd a {
    color: #448aca;
	text-decoration:underline;
}


/*フレックスボックス*/
.flex_box{
	display: flex;
}
.flex_between{
	display: flex;
	flex-wrap: wrap;
}
.flex_center{
	display: flex;
	flex-wrap: wrap;
}

/*フレーム囲み文字*/
.flame_pink {
	border: 1px solid #FF5298;
	margin: 10px auto 0;
	padding: 5px 15px;
	color: #FF5298;
	display: inline-block;
}
.flame_orange {
	border: 1px solid #FF9B3A;
	margin: 10px auto 0;
	padding: 5px 15px;
	color: #FF9B3A;
	display: inline-block;
}

hr{
	margin: 20px auto;
	border:none;
	border-bottom: 1px #cccccc dotted;
}
.contents h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.contents h2.center {
	text-align:center;
}
.m_bottom{
	margin-bottom: 20px;
}
h3 span{
	font-size: 80%;
	font-weight: normal;
}

/* ページャー */
.pager {
	width:90%;
	margin:5% auto 6%;
	text-align:center;
}
.pager ul {
	text-decoration:none;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.pager li a {
	color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #42352E;
    border-radius: 5px;
	padding:6px 8px;
}
.pager li:last-child {
	margin:0px;
}
.pager li a:hover {
	color: #ffffff;
    background: #F86B0A;
	opacity: 1;
}
.pager li.no-link {
	color: #bbbbbb;
    text-decoration: none;
    background: #fef4e4;
    line-height: 100%;
    border-radius: 5px;
	padding:6px 8px;
}

}










/* PCページ用CSS */
@media screen and (min-width: 631px) {

/* サブページ メイン画像&タイトル */
#main_img {
	width:auto;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    min-width: 1000px;
    background-image: url("../img/all/main_img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main_img .page_title {
    height: auto;
    margin: 0px auto;
    padding: 75px 0px;
    width: 100%;
    /*background-color: rgba(255,255,255,0.5);*/
	background-image: url("../img/all/sub_titleback.png");
	background-position: center;
	background-repeat: no-repeat;
    display: table;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    color: #FFFFFF;
	letter-spacing: 1.5px;
}

#main_img .page_title h1 {
    margin: 0px auto 0px;
	font-weight: normal;
    padding: 0px;
    font-size: 30px;
    line-height: 150%;
}
#main_img .page_title .english {
    font-size: 14px;
	font-family: 'Josefin sans';
	font-weight: 300;
    line-height: 150%;
    margin: 0px auto;
    padding: 0px;
}
.dl_dt_dd{
}
.dl_dt_dd dl {
	width:1000px;
	height:auto;
	margin:0px;
	padding: 12px 20px;
	box-sizing: border-box;
    line-height: 190%;
	display: flex;
	flex-wrap: wrap;
	border-bottom:dotted 1px #cccccc;
}
.dl_dt_dd dl:first-child {
	border-top:dotted 1px #cccccc;
}
.dl_dt_dd dt {
	width: 210px;
	height: auto;
	margin: 0px 20px 0px 0px;
	letter-spacing: 1px;
}
.dl_dt_dd dd {
    width: 730px;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.dl_dt_dd dd a {
    color: #448aca;
	text-decoration:underline;
}

.sub .contents{
	margin: 0px 0px;
	padding: 20px 0;
}

/*フレックスボックス*/
.flex_box{
	display: flex;
}
.flex_between{
	display: flex;
	justify-content:space-between;
}
.flex_center{
	display: flex;
	justify-content:center;
}

/*フレーム囲み文字*/
.flame_pink {
	border: 1px solid #FF5298;
	margin: 10px 10px 0;
	padding: 10px 30px;
	color: #FF5298;
	display: inline-block;
}
.flame_orange {
	border: 1px solid #FF9B3A;
	margin: 10px 10px 0;
	padding: 10px 30px;
	color: #FF9B3A;
	display: inline-block;
}

hr{
	margin: 30px auto;
	border:none;
	border-bottom: 1px #cccccc dotted;
}
.contents h2 {
	font-weight: normal;
	font-size: 34px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.contents h2.center {
	text-align:center;
}
.m_bottom{
	margin-bottom: 20px;
}

h3 span{
	font-size: 80%;
	font-weight: normal;
}

/* ページャー */
.pager {
	width:1000px;
	margin:10px auto 20px;
	text-align:center;
}
.pager ul {
	text-decoration:none;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
.pager li a {
	color: #FFFFFF;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #42352E;
    border-radius: 5px;
	padding:10px 13px;
}
.pager li a:hover {
	color: #ffffff;
    background: #F86B0A;
	opacity: 1;
}
.pager li:last-child {
	margin:0px;
}

.pager li.no-link {
	color: #bbbbbb;
    text-decoration: none;
    background: #fef4e4;
    line-height: 100%;
    border-radius: 5px;
	padding:10px 13px;
}

}
