@charset "UTF-8";
/*base*/
*{
	margin: 0px;
	padding: 0px;
	}

header, footer, nav, section, article {
	display:block;
	}

html{
	font-size: 100%;
	overflow-y: scroll; 
	}

body{
	font-size: 0.875em;
	color: #333d47;
	background: #ffffff;
	font-family: 'Avenir','Helvetica','Helvetica Neue','Arial','メイリオ',sans-serif;
	}

ul li{
	/*list-style-type: none;*/
	list-style-position: outside;
	}

ol li{
	list-style-position: outside;
	margin: 0px 0px 5px 2em;
	}
p{
	line-height: 200%;
	}
h1,h2,h3,h4,h5,h6{
	font-size: 1em;
	}


/*float*/
.alignleft{
	float: left;
	}

.alignright{
	float: right;
	}

.cl{
	clear: both;
	}

.clearfix{
	overflow: hidden;
	}
* html .clearfix { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix{ zoom: 1; }  /* IE7 */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
 	}

img.alignright {
/*	padding: 4px;
	margin: 0 0 2px 7px;*/
	display: inline;
	 }

img.alignleft {
/*	padding: 4px;
	margin: 0 7px 2px 0;*/
	display: inline;
	}

img.alignnone {
/*	padding: 4px;
	margin: 7px;*/
	display: inline;
	}

/*text-align*/

.txt_alignleft{
	text-align: left !important;
	}
.txt_alignright{
	text-align: right !important;
	}
.txt_aligncenter{
	text-align: center !important;
	}

/*vertical-align*/

.txt_aligntop{
	vertical-align: top !important;
	}
.txt_alignmiddle{
	vertical-align: middle !important;
	}
.txt_alignbottom{
	vertical-align: bottom !important;
	}

/*link*/
a img {
    border-style: none;
	}

a:link{
	color: #333d47;
	text-decoration: none;
	}

a:active{
	text-decoration: underline;
	}

a:visited{
	color: #333d47;
	}

a:hover{
	text-decoration: underline;
	}

a img:hover{
	opacity: 0.8;
	}

/*header*/
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

header h1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 365px;
	height: 31px;
	margin-left: 20px;
	background: url('../img/header_logo.png') center center no-repeat;
	}

/*mainmenu*/
#mainmenu{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: calc(100% - 405px);
	}

#mainmenu .is-open,.sp_menu,.sp_menu_logo{
	display: none;
	}

.menu_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	width: calc(100% - 215px);
	height: 60px;
	border-radius: 30px;
	}

.menu_wrap a{
	color: #333d47;
	font-size: 1.428em;
	font-weight: bold;
	margin: 0 20px;
	}

.menu_wrap a:hover{
	text-decoration: none;
	opacity: 0.5;
	}

a.btn_inquiry{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333d47;
	color: #ffffff;
	width: 175px;
	height: 60px;
	margin-right: 20px;
	border-radius: 30px;
	font-size: 1.428em;
	font-weight: bold;
	text-align: center;
	}

a.btn_inquiry:hover{
	text-decoration: none;
	opacity: 0.8;
	}

/*contents*/

section{
	}

div.inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}

.pk_menu{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	}

/*footer*/
footer{
	background: #333d47;
	padding: 40px 0;
	}

#footermenu{
	display: flex;
	}

#footermenu a{
	color: #ffffff;
	}

#footermenu ul.parentmenu{
	list-style-type: none;
	margin-right: 40px;
	}

#footermenu ul.parentmenu li{
	font-weight: bold;
	margin-bottom: 40px;
	}
#footermenu ul.parentmenu li:last-child{
	margin-bottom: 0;
	}

#footermenu ul.childmenu{
	list-style-type: none;
	margin-top: 0.5em;
	margin-right: 0;
	}

#footermenu ul.childmenu li{
	font-weight: normal;
	margin-bottom: 0.5em;
	}
#footermenu ul.childmenu li a{
	position: relative;
	padding-left: 1.2em;
	}

#footermenu ul.childmenu li a::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border-top: 5px solid transparent;
	border-right: 0px solid transparent;
	border-left: #ffffff 8px solid;
	border-bottom: 5px solid transparent;
	}

.footer_wrap{
	height: 160px;
	position: relative;
	}

p.copyright{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	}

/*pagetop*/
#btn_pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1001;
	}
#btn_pagetop a{
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #ffffff;
	border-left: 20px solid transparent; 
	}
#btn_pagetop a:hover{
	opacity: 0.8;
	}


/*width*/
.quattro{
	width: 25%;
	}

.half{
	width: calc(50% - 20px);
	}
*:first-child+html .half { width: 49%; }  /* IE7 */

.full{
	width: 100%;
	}

.w1000{
	width: 1000px;
	}

/*margin*/
.mgt1em{
	margin-top: 1em !important;
	}

.mgt10{
	margin-top: 10px;
	}

.mgt20{
	margin-top: 20px;
	}

.mgt30{
	margin-top: 30px;
	}

.mgt35{
	margin-top: 30px;
	}

.mgt40{
	margin-top: 40px;
	}

.mgt50{
	margin-top: 50px;
	}

.mgt55{
	margin-top: 55px;
	}

.mgt60{
	margin-top: 60px;
	}


.mgt70{
	margin-top: 70px;
	}


.mgt80{
	margin-top: 80px;
	}

.mgb20{
	margin-bottom: 20px;
	}

.mgl20{
	margin-left: 20px;
	}

.mgl50{
	margin-left: 50px;
	}

.mgr20{
	margin-right: 20px;
	}


/*fontsize*/
.txt_reset{
	font-size: 1em;
	}
.txt_12{
	font-size: 0.857em;
	}
.txt_16{
	font-size: 1.142em;
	}
.txt_18{
	font-size: 1.285em;
	}
.txt_20{
	font-size: 1.428em;
	}
.txt_24{
	font-size: 1.714em;
	}
.txt_30{
	font-size: 2.142em;
	}
.txt_40{
	font-size: 2.857em;
	}

.txt_50{
	font-size: 3.571em;
	}

.txt_60{
	font-size: 4.285em;
	}

/*fontweight*/
.txt_bold{
	font-weight: bold;
	}
.txt_normal{
	font-weight: normal;
	}

/*color*/
.col_bb0000{
	color: #bb0000;
	}

/*background*/
.bg_ffffff{
	background: #ffffff;
	padding: 40px;
	}
.bg_3f6a89{
	background: #3f6a89;
	}

/*box*/
.box_cccccc{
	border: 1px solid #cccccc;
	padding: 40px;
	}


/*icon*/
.icon_newwin{
	display: inline-block;
	min-height: 18px;
	padding: 0px 32px 0px 0px;
	background: url('../img/icon_newwin.png') right center no-repeat;
	}

.icon_pdf{
	display: inline-block;
	min-height: 32px;
	padding: 5px 0 0 40px;
	background: url('../img/icon_pdf.png') left top no-repeat;
	}

/*btn*/
a.btn_333d47{
	display: block;
	height: 40px;
	border-radius: 20px;
	background: #333d47;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	}

a.btn_333d47:hover{
	text-decoration: none;
	opacity: 0.8;
	}


/*li*/

li.disc{
	list-style-type: disc;
	margin: 0px 0px 5px 1.5em;
	}

li.square{
	list-style-type: none;
	margin: 0px 0px 5px 0;
	padding-left: 20px;
	position: relative;
	}

li.square::before{
	content: "";
	width: 14px;
	height: 14px;
	background-color: #333333;
	position: absolute;
	top: 5px;
	left: 0;
	}

li.circle{
	list-style-type: none;
	margin: 0px 0px 5px 0;
	padding-left: 20px;
	position: relative;
	}

li.circle::before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #333333;
	position: absolute;
	top: 3px;
	left: 0;
	}

li.icon_link{
	list-style-type: none;
	margin: 0px 0px 5px 0;
	position: relative;
	padding-left: 13px;
	}

li.icon_link::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border-top: 5px solid transparent;
	border-right: 0px solid transparent;
	border-left: #333d47 8px solid;
	border-bottom: 5px solid transparent;
	}

ol.wrap{
	list-style-type: none;
	margin-left: 0em;
	}

ol.wrap li {
	counter-increment: cnt;
	margin-bottom: 20px;
	}

ol.wrap li:before {
	content: "" counter(cnt) "）";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
	}

ol.wrap li > ul >li{
	counter-increment: none;
	}

ol.wrap li > ul >li:before {
	display: none;
	}


ol.wrap_abc{
	list-style-type: none;
	margin-left: 0em;
	}

ol.wrap_abc li {
	counter-increment: cntabc;
	margin-bottom: 1em;
	}

ol.wrap_abc li:before {
	content: "" counter(cntabc,lower-alpha) "）";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
	}

ol.wrap_abc li > ul >li{
	counter-increment: none;
	}

ol.wrap_abc li > ul >li:before {
	display: none;
	}
/*h*/


/*table*/
table.tbl_01{
	width: 100%;
	border-spacing: 0px;
	border-top: 1px solid #cccccc;
	}

table.tbl_01 th,table.tbl_01 td{
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	line-height: 180%;
	text-align: left;
	vertical-align: top;
	}

table.tbl_01 th{
	}

table.tbl_01 td{
	}


/*flex*/
.flex{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}

.align_items_center{
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}

.justify_content_space_between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

.justify_content_start{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	}

.justify_content_center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	}

.flex_wrap{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}

/*hide*/
.sp,.mainmenu_btn{
	display: none;
	}



/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {
body{
	overflow-x: hidden;
	font-size: 0.75em;
	}

html {
	-webkit-text-size-adjust: none;
	}

img {
	max-width: 100%;
	height: auto;
     }

section,article{
	}
section{
	}
.pk_menu{
	display: none;
	}

p{
	line-height: 1.5;
	}
div.inner{
	width: calc(100% - 40px);
	}
.menu_wrap a{
	font-size: 1.25em;
	margin: 0 10px;
	}

}
@media screen and (max-width:960px) {
.flex{
	display: block;
	}

header{
	position: fixed;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}


header h1 a{
	width: 183px;
	height: 16px;
	background-size: 183px 16px;
	margin-left: 5px;
	}

.mainmenu_btn{
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 5px;
	right: 5px;
	z-index: 1000;
	background: #333d47;
	border-radius: 20px;
	}
.mainmenu_btn span{
	position: absolute;
	left: 11.5px;
	width: 17px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 2px;
	}
.mainmenu_btn span.top {
	top: 14px;
	}
.mainmenu_btn span.middle {
	top: 19px;
	}
.mainmenu_btn span.bottom {
	bottom: 14px;
	}
.mainmenu_btn.active span.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
	}
.mainmenu_btn.active span.middle {
	opacity: 0;
	}
.mainmenu_btn.active span.bottom {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
	}


#mainmenu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999 !important;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(51,61,71,0.9);
	}

#mainmenu .is-open{
	display: block;
	}

a.sp_menu_logo{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url('../img/footer_logo.png') center center no-repeat;
	width: 183px;
	height: 16px;
	background-size: 183px 16px;
	margin: 18px 0 0 5px;
	}

.menu_wrap{
	display: block;
	background: none;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
	}

.menu_wrap a,a.btn_inquiry{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 20px);
	height: 40px;
	color: #ffffff;
	margin: 5px auto;
	text-align: center;
	}

a.btn_inquiry{
	margin-top: 42px;
	border-radius: 20px;
	background: #ffffff;
	color: #333d47;
	}

.sp_menu{
	display: block;
	text-align: center;
	}

.sp_menu ul li{
	margin: 5px 0;
	}

.sp_menu ul li a{
	color: #ffffff;
	font-size: 1.25em;
	}

.sp_menu a.icon_fb{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	margin: 5px auto;
	background: url('../img/icon_fb.png') center center no-repeat;
	background-size: 30px 30px;
	}



/*footer*/
footer{
	padding: 20px 0;
	}
#footermenu{
	display: none;
	}

.footer_wrap{
	height: auto;
	position: static;
	text-align: center;
	}

.footer_wrap img.img_footer_logo{
	width: 183px;
	height: auto;
	}

p.copyright{
	position: static;
	bottom: auto;
	right: auto;
	margin-top: 10px;
	font-size: 0.833em;
	}
/*pagetop*/
#btn_pagetop{
	bottom: 10px;
	right: 10px;
	}
#btn_pagetop a{
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ffffff;
	border-left: 10px solid transparent; 
	}

/*hide*/
.pc{
	display: none;
	}
.sp{
	display: block !important;
	}

/*fontsize*/
.txt_20{
	font-size: 1.25em;
	}
.txt_30{
	font-size: 1.666em;
	}
.txt_40,.txt_50{
	font-size: 2.083em;
	}

.txt_60{
	font-size: 2.5em;
	}

/*margin*/
.mgt20{
	margin-top: 10px;
	}

.mgt30{
	margin-top: 15px;
	}

.mgt40{
	margin-top: 20px;
	}


.mgt80{
	margin-top: 30px;
	}

/*box*/
.box_cccccc{
	padding: 10px;
	}


/*h*/
/*btn*/
a.btn_333d47{
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	}


/*table*/

table.tbl_01 th,table.tbl_01 td{
	padding: 10px 0;
	}

table.tbl_sp tr{
	display: block;
	}
table.tbl_sp th,table.tbl_sp td{
	display: list-item;
	list-style-type: none;
	width: auto;
	word-break: break-all;
	}

table.tbl_sp th{
	width: calc(100% - 20px);
	border-bottom: none;
	padding-bottom: 0;
	}


img.aligncenter,img.alignright,img.alignleft,img.alignnone{
	margin: 5px 0;
	}

}

@media print{
}