@charset "utf-8";
/* CSS Document */

/* 基本設定　PC */
body {
	width:100%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'MS Pゴシック','MS PGothic';
	font-size:16px;
	color:rgb(31, 31, 31);
	-webkit-text-size-adjust: 100%;
	line-height:1.7em;
	position: relative;
}
a { 
	color:rgb(31, 31, 31);
	transition:0.6s;
}
a:hover { 
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
p {	
	margin-bottom:10px;
	line-height:1.6em;
}
.txt_red { color:#F00; }

img {
	width:100%;
}
#wrap {
	width:100%;
}
h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.6em;
}
h3,h4 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #66397c;
	line-height: 1.6em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #784f8c;
	margin-bottom: 40px;
}
#contents {
	width: 79%;
    max-width: 1200px;
	min-height: 400px;
    margin: 0 0 1% 20%;
}
@media screen and ( max-width:1190px) {
	#contents {
		width: 72%;
		margin: 0 0 1% 27%;
	}
}
#contents h1 {
    font-size: 30px;
	line-height: 1.2em;
    border-bottom: 10px solid #e1d6e6;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    padding: 20px 0 0;
    margin: 0 0 2%;
    color: #784f8c;
    /*text-align: center;*/
    font-weight: bold;
}
#contents h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #66397c;
	line-height: 1.6em;
	font-size: 24px;
	font-weight: bold;
	/*text-align: center;*/
	border-bottom: 2px solid #784f8c;
	margin-bottom: 40px;
}
#contents h3 {
	text-align: left;
	border-bottom: 2px dotted #9f82ad;
}
#contents h5 {
	font-size: 18px;
}
#contents h5 strong {
	font-weight: bold;
}
#contents section {
	margin-bottom: 2%;
}
#contents strong {
    font-weight: bold;
}
.content_box {
	word-break: break-word;
}
.content_box ul,.content_box ol {
	padding: 10px;
}
.content_box ul li {
    list-style-type: disc;
    margin: 0 0 0 3%;
}
.content_box ol li {
    list-style-type: decimal;
	margin: 0 0 0 3%;
}
.content_box a {
    color: #362bda;
    font-weight: bold;
    text-decoration: underline;
}
/*ページャー*/
ul.page-numbers {
    display: flex;
	padding: 0 0 50px;
}
.page-numbers li {
	border: 1px solid #CCC;
    border-radius: 5px;
    margin: 2px;
	overflow: hidden;
}
.page-numbers li span {
    padding: 4px 14px;
	display: block;
    color: #473589;
    font-weight: bold;
}
.page-numbers li a {
	display: block;
    padding:4px 14px;
    background-color: #473589;
    color: #FFF;
}
/* ヘッダー
------------------------------------------------*/
header {
    /*position: fixed;*/
	position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    max-width: 228px;
    padding: 10px 0 30px;
    background-color: #FFF;
	box-shadow: 0px 0px 16px 3px #00000026;
    box-sizing: border-box;
	z-index: 999;
}
@media screen and ( max-width:1190px) {
	header {
		width: 27%;
	}
}
#logo {
	width:100%;
	border-bottom: 2px solid #784f8c;
}
#logo a {
	display:block;
}
#logo a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
nav {
    padding: 22px;
}
/* グローバルナビ
------------------------------------------------*/
nav ul {
    padding: 0 9%;
}
nav ul li {
	margin:10px 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/*navi*/
#menu-btn-check {
	display: none;
}
@media screen and (max-width: 768px) {
.menu-btn {
    position: fixed;
    top: 7px;
    right: 7px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #784f8c;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #784f8c;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #784f8c;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}

@media screen and (min-width: 769px) {
	nav {
		padding: 24px 0 0;
	}
}
/*　フッター
------------------------------------------------*/
footer {
	width:100%;
	color:#ffffff;
	background-color:#784f8c;
	padding:2px 0 0 0;
}
.f_logo {
	width: 100%;
	background-color: #FFF;
	margin: 0 0 0 0;
	text-align: center;
}
.f_logo img {
	width: 50%;
	max-width: 219px;
}
footer > ul {
	width: 100%;
	max-width: 1200px;
	margin:3% auto;
	display: flex;
}
footer > ul > li {
	width: 14%;
	margin: 0 0.2% ;
	color:#fff;
	font-size: 14px;
}
footer > ul > li.f_list_yume {
	width: 25%;
}
footer > ul.policies > li {
	width: 20%;
}
footer ul li a {
	color:#fff;
}
footer > ul > li > ul {
	margin: 10px 0 0 10px;
}
footer > ul > li > ul > li {
	margin: 0 0 10px 0;
}
.contact_us {
    background-color: #fcf8fe;
    padding: 1% 4%;
    color: #000;
}
.contact_us p:first-of-type {
	font-weight: bold;
}
footer p.copy {
	text-align:center;
	padding: 1.8% 0;
	margin: 0;
}
p.bulletinboard a {
    display: block;
    width: 230px;
    padding: 5px 12px;
    border-radius: 5px;
    float: right;
    color: #ffffff;
    background-color: #230a2f;
}
p.bulletinboard {
	text-align: center;
    background-color: #784f8c;
    overflow: hidden;
    padding: 10px 20px 0 0;
}
/* サイドカラム
-------------------------------------------*/
#side {
	box-sizing:border-box;
	width:25%;
	float:left;
}
#side ul {
	margin-bottom:10px;
}
#side ul li {
	background-color:#036;
	border-bottom:#FFF solid 1px;
}
#side ul li a {
	display:block;
	color:#FFF;
	font-size:110%;
	padding:15px 10px;
}
#side ul li a:hover {
	background-color:#365371;
}
/* コンテンツ部分　共通
------------------------------------------------*/
#main {
	width:100%;
}
.totop {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
p.pagetop {
	width: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
p.pagetop a {
	display:block;
}

