@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

body{
	background: #edf9ff;
}
#header{
	background: #FFF;
}


@media print {
#main {
	display:block;
	overflow: visible !important;
}
}

#main{
	padding: 0px 0 100px 0;
	margin: auto;
}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #main{
    height: 1em;
}
#main{
    display: block;
}
*:first-child+html #main{
	zoom:1;
}


#main .frame_column{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#main .frame_column article#main_contents{
	width: 850px;
}

#main .mainbox,
#main.mainbox .wrap{
	background: #FFF;
	padding: 30px 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main .mainbox.nobg,
#main.mainbox.nobg .wrap{
	background: none;
}


#main .frame_column aside{
	width: 250px;
	padding-right: 40px;
	display: block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main aside nav{
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
#main aside nav .title{
	color: #FFF;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 13px 0;
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
	letter-spacing: -1px;
	background:#22a6b3;
	border-bottom: none;
}
#main aside nav .title a{
	text-decoration: none;
	color: #FFF;
}

#main aside nav ul{
	background: #FFF;
}
#main aside nav ul li{
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
}
#main aside nav ul li:last-child{
	border: 0;
}
#main aside nav ul li a{
	display: block;
	text-decoration: none;
	color: #072856;

	background: url(../../img/common/ar_black.svg) no-repeat 15px 1.1em;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	padding: 10px 15px 10px 32px !important;
}
#main aside nav ul li.achieve a{
	display: block;
	margin: 0 0 0 25px;
	font-size: 13px;
	padding: 15px 15px 15px 32px !important;
}


@media screen and (max-width: 979px) {
#main .frame_column{
	display: block;
}
#main .frame_column article#main_contents{
	width: 95%;
	margin: auto;
}


#main .frame_column aside{
	width: 95%;
	padding: 0 0 20px 0;
	display: block;
	margin: auto;
}
#main aside nav{
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: static;

}
#main aside nav .title{
	font-size: 16px;
	letter-spacing: 0;
}
#main aside nav .title:after{
	content: "Contents Menuを開く";
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
}
#main aside nav .title:before{
	content: "▼ ";
	font-size: 12px;
}
#main aside nav .title.active:after{
	content: "Contents Menuを閉じる";
}
#main aside nav .title.active:before{
	content: "▲ ";
	font-size: 12px;
}
#main aside nav .title a{
	display: none;
}

#main aside nav ul{
	background: #FFF;
	border-bottom: 2px solid #5b60a1;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	
	padding: 10px 0;
}
#main aside nav ul li{
	display: block;
	width: 32%;
	margin: 0.5%;
	border: 0;
	background: #e9f1f7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#main aside nav ul li a{
	background: url(../../img/common/ar_black.svg) no-repeat 15px 1.1em;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	padding: 10px 10px 10px 32px !important;
}

}

@media screen and (max-width: 768px){
#main{
	padding: 0px 0 30px 0;
}
#main .frame_column article#main_contents{
	width: 99%;
}

	
.text img.images{
	max-width: 70%;
	width: auto;
	height: auto;
	display: block;
	margin: 10px auto;
}
}

@media screen and (max-width: 620px) {
#main aside nav ul li{
	width: 49%;
}

#main .mainbox,
#main.mainbox .wrap{
	background: #FFF;
	padding: 0 0 1em;
}
}

@media screen and (max-width: 480px){
#main aside nav ul li{
	width: 99%;
}
}

/*title
************************************************************************************/
.pagetitle{
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	color: #FFF;
	background: url(../../img/common/dot.png) repeat, url(../../img/common/bg_title.jpg) no-repeat center center fixed;
	-webkit-background-size: auto auto, cover;
	-moz-background-size: auto auto, cover;
	-o-background-size: auto auto, cover;
	background-size: auto auto, cover;
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
	width: 100%;
	height: 150px;
	line-height: 150px;
	margin: 0 auto;
}

.pagetitle .small{
	font-size: 17px;
}

.lv_h1{
	color: #050a50;
	font-size: 22px;
	padding: 0;
	margin: 0 0 30px 0;
	
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

.lv_h2{
	font-size: 22px;
	border-bottom: 3px solid #050a50;
	padding: 10px;
	margin: 20px 0 20px 0;
	color: #050a50;
	background: #e2ecef;
	
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
}

.lv_h3{
	border-left: 5px solid #e7ad70;
	padding: 0 0 0 10px;
	color: #191919;
	font-size: 20px;
	margin: 0 0 15px 0;
	
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
}
.lv_h4{
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 30px 0 15px 0;
	position: relative;
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
}
.lv_h4:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1em;
	content: "";
	background: #000;
	height: 2px;
}
.title-box{
	background: #050a50;
	color: #FFF;
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	display: block;
	margin: 10px 0;
	padding: 10px 2em;
	text-align: center;
	display: inline-block;
}
.catch{
	font-weight: bold;
	font-size: 18px;
	
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
}

@media screen and (max-width: 768px){
.pagetitle{
	font-size: 25px;
	line-height: normal;
	width: 100%;
	display: table;

	background: url(../../img/common/dot.png) repeat, url(../../img/common/bg_title.jpg) no-repeat center center scroll;
	-webkit-background-size: auto auto, auto 100%;
	-moz-background-size: auto auto, auto 100%;
	-o-background-size: auto auto, auto 100%;
	background-size: auto auto, auto 100%;

}
.pagetitle span{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
.lv_h1{
	font-size: 23px;
	padding: 10px 15px;
}
.lv_h2{
	font-size: 20px;
}
.lv_h3{
	font-size: 18px;
}
.lv_h4{
	font-size: 16px;
}
.catch{
	font-size: 16px;
}
}
@media screen and (max-width: 620px) {
.lv_h1{
	margin: 0 0 15px 0;
}
}


/*contents_menu
************************************************************************************/
.contents_menu{}

.contents_menu ul{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.contents_menu ul li{
	width: 32.5%;
	margin: 0 0.25% 5px 0.25%;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background: #FFF;
}

.contents_menu ul li .title{
	background: #050a50;
	padding: 10px 7px;
	margin: 1px 1px 0;
	font-family:  a-otf-midashi-go-mb31-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
}
.contents_menu ul li .title a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.contents_menu ul li .title a.out:before{
	color: #FFF !important;
}
.contents_menu ul li .desc{
	padding: 15px;
}
.contents_menu ul li .desc p{
	overflow: auto;
	zoom: 1;
}

.contents_menu ul li .desc img{
	float: left;
	margin: 0px 15px 0px;
	display:block;
	clear: both;
	width: 100px;
	height: auto;
}

@media screen and (min-width: 980px) {
.contents_menu ul li .title a{
	color: #FFF;
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.contents_menu ul li .title a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	-webkit-transition: .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.contents_menu ul li .title a:hover::after{
	width: 100%;
}
}
@media screen and (max-width: 768px){
.contents_menu ul li{
	width: 49.5%;
	margin: 0 0.25% 5px 0.25%;
}
}
@media screen and (max-width: 620px){
.contents_menu ul li{
	width: 99.5%;
}
}



.contents_menu ul li .icon{
	text-align: center;
	margin: 0 0 15px 0;
}
.contents_menu ul li .icon img{
	max-width: 70px;
	height: auto;
}
.contents_menu ul li .ttl{
	font-weight: bold;
	text-align: center;
}
.contents_menu ul li .ttl a{
	color: #072856;
	text-decoration: none;
}




/*section
************************************************************************************/
section{
	padding-left: 30px;
	padding-right: 30px;
	word-break: break-all;
}
.section{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: left;
}
article .section:first-child{
	padding-top: 0;
	padding-bottom: 30px;
}
.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .section{
    height: 1em;
}
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}



.section_box{
	border: 1px solid #666;
	margin: 15px 0px 30px;
}
.section_important{
	border: 1px solid #F00;
	margin: 15px 0px 30px;
}


.section_border{
	border-bottom: 1px solid #000;
}
.section_border.white_base{
	border-bottom: 1px solid #FFF;
}

.section_innner{
	padding-bottom: 15px;
	margin: 20px 0;
}

.box_bg{
	background: #ededed;
}
.box_bg_yellow{
	background: #f7f8e9;
}
.box_bg_pink{
	background: #ffefef;
}
.box_bg_green{
	background: #f5ffef;
}

.text{
	padding: 10px;
	line-height: 1.6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap:break-word;
}
.text20{
	padding: 20px;
	line-height: 1.6;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}


@media screen and (max-width: 979px) {
.article{
	width: 98%;
}
}

@media screen and (max-width: 768px){
section{
	padding-left: 1em;
	padding-right: 1em;
}
.section{
	padding-top: 1em;
	padding-bottom: 1em;
}
}