@charset "UTF-8";
/*
*******************************************************************************************************
# common
*******************************************************************************************************
*/

/* reset
------------------------------------------*/

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, option, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	font-size:100%;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	text-align:left;
}

input{
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	-webkit-text-size-adjust:none;
}

input, select {
	vertical-align:middle;
}

ul, ol {
	list-style-type:none;
}

fieldset,img{
	border:none;
}

img {
	vertical-align:bottom;
//	width:100%;
}

sub{
	font-size:40%;
}

sup{
	font-size:40%;
}

.cfx{
	zoom:1;
}

.cfx:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.cfx {
	display: inline-block;
}

.cfx {
	display: block;
}

body{
	background: #ffffff;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	margin:0;
	padding:0;
	color:#000000;
	font-size:62.5%;
	line-height:1.5;
//	font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a:link,
a:active,
a:hover,
a:visited{
	color:#0097e0;
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
	font-size:100%;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

.hovr .aovr,
a:hover .aovr,
a.aovr:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	zoom:1;
}



/* header
------------------------------------------*/

#header{

}

#header_inner{
	width:980px;
	height:80px;
	margin:0 auto;
	position:relative;
}

#header_inner #header_txt{
	position:absolute;
	top:50%;
	left:0;
	font-size:12px;
	line-height:18px;
	margin:-9px 0 0 0;
}

#header_inner #header_logo{
	position:absolute;
	top:20px;
	left:50%;
	width:290px;
	height:39px;
	margin:0 0 0 -145px;
}

#header_inner #header_logo a{
	display:block;
	width:290px;
	height:39px;
	background:url('../img/logo_header.png') no-repeat 0 0;
	text-indent:-9999px;
}



/* gnav */

#gnav{
	width:980px;
	height:50px;
	margin:0 auto;
}

#gnav ul{
	width:980px;
	margin:0 auto;
}

#gnav li{
	float:left;
	box-sizing:border-box;
	width:196px;
	height:30px;
	border-right:solid 1px #e9e9e9;
	position:relative;
}

#gnav li:first-child{
	border-left:solid 1px #e9e9e9;
}

#gnav li a{
	position:absolute;
	width:195px;
	display:block;
	text-align:center;
	font-size:13px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	padding:6px 0 26px 0;
}

#gnav li a:hover{
	background:url('../img/bg_gnav_act.png') no-repeat center bottom;
}

#gnav li a.act{
	background:url('../img/bg_gnav_act.png') no-repeat center bottom;
}

#gnav li:first-child a{
	width:194px;
}



/* crumbs
------------------------------------------*/

#crumbs{
	width:980px;
	height:30px;
	margin:0 auto;
}

#crumbs ol{
	text-align:right;
	font-size:13px;
	line-height:18px;
	color:#666666;
	padding:6px 0;
}

#crumbs li{
	display:inline;
}

#crumbs li a{
	color:#666666;
	text-decoration:none;
}

#crumbs li a:hover{
	text-decoration:underline;
}


/* main
------------------------------------------*/

#main{
	width:980px;
	margin:0 auto;
	padding:50px 0 0 0;
}



/* pttl
------------------------------------------*/

.pttl_wrapper{
	height:90px;
	background:url('../img/bg_pttl.jpg') no-repeat;
	background-size:cover;
	background-position:center center;
}

.pttl_wrapper .pttl{
	width:980px;
	height:90px;
	margin:0 auto;
}

.pttl_wrapper .pttl span{
	display:table-cell;
	height:90px;
	vertical-align:middle;
	font-size:25px;
	line-height:1.2;
	padding-top:3px\9;
}

@media all and (-ms-high-contrast:none){

	.pttl_wrapper .pttl span{
		padding-top:3px;
	}

}


/* contents
------------------------------------------*/

#contents{
	float:left;
	width:660px;
	font-size:14px;
	line-height:2.0;
}

#contents2{
	float:left;
	width:980px;
	font-size:16px;
	line-height:2.0;
}

#contents2 p{
	margin:12px 0;
}

.image-container{
   	display: flex;
	justify-content: center;
	align-items: center;
}

.image-container p{
	text-align:center;
}


.mail-message{
	width:70%;
	text-align:center;
	margin: auto;
}
.mail-message li {
    text-align: left;
}

.centered-list {
  margin: auto;
  width: 50%;  
}

.image-container img{
	margin: auto;
   	height: 300px;
	width: 300px;
	object-fit: cover;
	padding:0 5%;
}


.text-floatright{
	width: 90%;  /* 必要に応じて調整 */
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.text-floatright li{
	 list-style: none;
}



/* ttl_01 */

.ttl_01{
	font-size:22px;
	line-height:1.2;
	font-weight:bold;
	color:#666666;
	background:url('../img/bg_ttl_01.png') no-repeat 0 0.5em;
	padding:0 0 15px 38px;
	border-bottom:solid 1px #c9c9c9;
	margin:50px 0 30px 0;
}

.ttl_01.type02{
	margin-bottom:20px;
}

/* ttl_02 */

.ttl_02{
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	color:#666666;
	background:url('../img/bg_ttl_01.png') no-repeat 0 0.5em;
	padding:0 0 0 30px;
	margin:50px 0 20px 0;
}

/* tbl_01 */

.tbl_01{
	width:100%;
}

.tbl_01 th{
	border:solid 1px #e9e9e9;
	background:#f8f8f8;
	padding:9px 18px;
	vertical-align:top;
	font-size:14px;
	line-height:1.7;
/*	width:122px;*/
	box-sizing:border-box;
}

.tbl_01 td{
	border:solid 1px #e9e9e9;
	background:#ffffff;
	padding:9px 18px;
	vertical-align:top;
	font-size:14px;
	line-height:1.7;
/*	width:463px;*/
	box-sizing:border-box;
}

/* tbl_02 */

.tbl_02{

}

.tbl_02 th{
	border:solid 1px #e9e9e9;
	background:#f8f8f8;
	padding:5px 5px;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	line-height:1.7;
	box-sizing:border-box;
}

.tbl_02 td{
	border:solid 1px #e9e9e9;
	background:#ffffff;
	padding:5px 5px;
	vertical-align:top;
	text-align:right;
	font-size:14px;
	line-height:1.5;
	box-sizing:border-box;
}

/* list_01 */

.list_01{
	font-size:14px;
	line-height:1.7;
}

.list_01 li{
	background:url('../img/icn_dott_01.png') no-repeat 2px 0.5em;
	background:url('../img/icn_dott_01.png') no-repeat 2px 0.4em\9;
	padding:0 0 0 16px;
	margin:0 0 1em 0;
}

@media all and (-ms-high-contrast:none){

	.list_01 li{
		background:url('../img/icn_dott_01.png') no-repeat 2px 0.4em;
	}

}

.list_01 li:last-child{
	margin:0 0 0 0;
}

/* list_02 */

.list_02{
	font-size:14px;
	line-height:1.5;
}

.list_02 li p{
	margin:0 0 8px 0;
}

.list_02 li a{
	display:block;
	background:url('../img/icn_arrow_02.png')no-repeat 0 0.5em;
	padding:0 0 0 10px;
	color:#000000;
	text-decoration:none;
}

.list_02 li a:hover{
	text-decoration:underline;
}

.list_02 li ul{
	padding:0 0 0 27px;
}

.list_02 li ul li a{
	display:block;
	background:none;
	padding:0 0 0 0;
}

/* list_03 */

.list_03{
	font-size:14px;
	line-height:1.5;
}

.list_03 li{
	background:url('../img/icn_dott_02.png') no-repeat 2px 0.4em;
	background:url('../img/icn_dott_02.png') no-repeat 2px 0.3em\9;
	padding:0 0 0 16px;
	margin:0 0 0.5em 0;
}

@media all and (-ms-high-contrast:none){

	.list_03 li{
		background:url('../img/icn_dott_02.png') no-repeat 2px 0.3em;
	}

}

.list_03 li:last-child{
	margin:0 0 0 0;
}

/* olist_01 */

.olist_01{
	font-size:14px;
	line-height:1.5;
}

.olist_01 li{
	margin:10px 0 0 0;
}

.olist_01 dl{
	display:table;
}

.olist_01 dt{
	display:table-cell;
	vertical-align:top;
	font-weight:bold;
	width:1.5em;
}

.olist_01 dd{
	display:table-cell;
	vertical-align:top;
}

/* txtlink_01 */

.txtlink_01{
	font-size:13px;
	line-height:1.5;
}

.txtlink_01 a{
	background:url('../img/icn_arrow_01.png') no-repeat 2px 3px;
	padding:0 0 0 16px;
	color:#0C4A92;
	text-decoration:none;
}

.txtlink_01 a:hover{
	text-decoration:underline;
}

/* txtlink_02 */

.txtlink_02{
	font-size:13px;
	line-height:1.5;
}

.txtlink_02 a{
	background:url('../img/icn_arrow_03.png') no-repeat 2px 3px;
	padding:0 0 0 16px;
	color:#0C4A92;
	text-decoration:none;
}

.txtlink_02 a:hover{
	text-decoration:underline;
}

/* news_body */

.news_body{

}

.news_body .date{
	text-align:right;
	font-size:16px;
	line-height:1.5;
	color:#999999;
	margin:-5px 0 20px 0;
}

/* contactbox */

.contactbox{
	width:660px;
	height:135px;
	background:url('../img/bg_contactbox.png') no-repeat 0 0;
	margin:40px 0 0 0;
}

.contactbox .ttl{
	text-align:center;
	padding:19px 0 13px 0;
	line-height:16px;
	height:16px;
	text-indent:-9999px;
	background:url('../img/ttl_contactbox.png') no-repeat center 19px;
}

.contactbox_inner{
	display:table;
	margin:15px 0 0 47px;
}

.contactbox_left{
	display:table-cell;
	vertical-align:top;
	width:312px;
}

.contactbox_left p{
/*	display:inline-block;*/
}

.contactbox_left p.txt{
	font-size:13px;
	line-height:1.2;
	margin:8px 0 0 3px;
}

.contactbox_right{
	display:table-cell;
	vertical-align:top;
	width:258px;
	padding:14px 0 0 0;
}

.contactbox_right p{
	display:inline-block;
}



/* side
------------------------------------------*/

#side{
	float:right;
	width:300px;
}



/* side_ttl */

.side_ttl{
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
/*	color:#0D4A93;*/
	background:url('../img/bg_side_ttl.png') no-repeat 0 0.5em;
	padding:0 0 0 24px;
	margin:0 0 12px 0;
}



/* side_box */

.side_box{
	background:#f8f8f8;
	padding:20px;
	margin:0 0 20px 0;
}

.side_box .txtlink{
	border-top:dotted 1px #bababa;
	margin:0 0 20px 0;
}

.side_box .txtlink li{
	border-bottom:dotted 1px #bababa;
}

.side_box .txtlink li a{
	display:block;
	background:url('../img/icn_arrow_01.png') no-repeat 2px center;
	padding:10px 0 10px 20px;
	font-size:14px;
	line-height:1.2;
	color:#000000;
	text-decoration:none;
}

.side_box .txtlink li a:hover{
	text-decoration:underline;
}

.side_box .txtlink li a.act{
	color:#0E4A94;
	font-weight:bold;
}

.side_box .txtlink li a.act:hover{
	text-decoration:none;
}

.side_box .btnlink{
	margin:0 0 0 0;
}

.side_box .btnlink li{
	margin:20px 0 0 0;
}

.side_box .btnlink li:first-child{
	margin:0 0 0 0;
}



/* footer
------------------------------------------*/

#footer{
	background:url('../img/bg_footer_01.png') repeat-x 0 30px;
}

#footer_upper{
	height:350px;
	background:url('../img/bg_footer_02.png') no-repeat center 30px;
}

#footer_upper_inner{
	width:980px;
	margin:0 auto;
	position:relative;
}

#footer_pagetop{
	position:absolute;
	top:0;
	right:0;
	width:120px;
	height:140px;
}

#footer_pagetop a{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#333333;
	padding:9px 0 117px 0;
	background:url('../img/icn_arrow_u.png') no-repeat center 0;
}

#footer_nav01{
	position:absolute;
	top:175px;
	left:0;
	width:980px;
	font-size:13px;
	line-height:19px;
}

#footer_nav01 ul{
	float:left;
	width:220px;
}

#footer_nav01 ul:first-child{
	width:190px;
}

#footer_nav01 li{
	margin:0 0 12px 0;
}

#footer_nav01 li a{
	display:inline-block;
	background:url('../img/icn_arrow_01.png') no-repeat 0 5px;
	background:url('../img/icn_arrow_01.png') no-repeat 0 3px\9;
	padding:0 0 0 10px;
	color:#ffffff;
	text-decoration:none;
}

@media all and (-ms-high-contrast:none){

	#footer_nav01 li a{
		background:url('../img/icn_arrow_01.png') no-repeat 0 3px;
	}
}

#footer_nav01 li a:hover{
	text-decoration:underline;
}

#footer_company{
	position:absolute;
	top:180px;
	left:685px;
}

#footer_company #footer_logo a{
	display:block;
	width:244px;
	height:33px;
	background:url('../img/logo_footer.png') no-repeat 0 0;
	text-indent:-9999px;
}

#footer_company #footer_ctxt{
	font-size:12px;
	line-height:1.5;
	color:#ffffff;
	margin:10px 0 0 0;
}

#footer_company #footer_copyright{
	font-size:11px;
	line-height:1.5;
	color:#ffffff;
	margin:6px 0 0 0;
}

#footer_bottom{
	background:#ffffff;
	height:19px;
	padding:7px 0;
	text-align:left;
	font-size:13px;
	line-height:19px;
}

#footer_bottom_inner{
	width:980px;
	margin:0 auto;
}

#footer_bottom li{
	float:left;
	width:220px;
}

#footer_bottom li:first-child{
	width:190px;
}

#footer_bottom li:last-child{
	width:350px;
}

#footer_bottom li a{
	background:url('../img/icn_arrow_01.png') no-repeat 0 center;
	background:url('../img/icn_arrow_01.png') no-repeat 0 3px\9;
	padding:0 0 0 10px;
	color:#333333;
	text-decoration:none;
}

@media all and (-ms-high-contrast:none){

	#footer_bottom li a{
		background:url('../img/icn_arrow_01.png') no-repeat 0 3px;
	}

}

#footer_bottom li a:hover{
	text-decoration:underline;
}



/* floatbtns
------------------------------------------*/

#floatbtns{
	position:fixed;
	top:176px;
	left:50%;
	margin:0 0 0 490px;
	width:90px;
	z-index:1001;
}

@media screen and (max-width:1021px) {
	#floatbtns{
		display:none;
	}
}

#floatbtns li{
	margin:10px 0 0 0;
}

#floatbtns li:first-child{
	margin:0 0 0 0;
}



/* parts
------------------------------------------*/

.fl{
	float:left !important;
}

.fr{
	float:right !important;
}

.tal{
	text-align:left !important;
}

.tar{
	text-align:right !important;
}

.tac{
	text-align:center !important;
}

.vat{
	vertical-align:top !important;
}

.vam{
	vertical-align:middle !important;
}

.vab{
	vertical-align:bottom !important;
}

.fwb{
	font-weight:bold;
}

.mt0{
	margin-top:0 !important;
}

.mt10{
	margin-top:10px !important;
}

.mt20{
	margin-top:20px !important;
}

.mt30{
	margin-top:30px !important;
}

.mt40{
	margin-top:40px !important;
}

.mt50{
	margin-top:50px !important;
}

.mt60{
	margin-top:60px !important;
}

.mt70{
	margin-top:70px !important;
}

.mthe{
	margin-top:0.5em !important;
}

.mt1e{
	margin-top:1em !important;
}

.mt1he{
	margin-top:1.5em !important;
}