@charset "utf-8";
/* CSS Document */

html {
	font-size:100%;
}
body {
	font-size:1rem;
	background:#fff;
	font-family: "Axis std","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.6;
	color:#000;
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, em {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#777;
	opacity:1;
	transition:all 0.3s;
}
a:hover {
	outline:none;
	text-decoration:none;
	transition:all 0.3s;
	opacity:0.6;
}
.btn a {
	display:block;
	filter:alpha(opacity=100);
	opacity:1;
}
.btn a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.clear:after, .clearFix:after {
	content: ".";
	display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear, .clearFix {
	display: inline-block;
}
.clear {
	clear:both;
	height:0px!important;
	overflow:hidden;
}
* html .clear, * html .clearFix {
	height:0px;
}
.clear, .clearFix {
	display:block;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.cl {
	clear:both !important;
}
.al {
	text-align:left !important;
}
.ar {
	text-align:right !important;
}
.ac {
	text-align:center !important;
}
.font_bold {
	font-weight:bold;
}
.mb_5 {
	margin-bottom:5px !important;
}
.mb_10 {
	margin-bottom:10px !important;
}
.mb_15 {
	margin-bottom:15px !important;
}
.mb_20 {
	margin-bottom:20px !important;
}
.mb_25 {
	margin-bottom:25px !important;
}
.mb_30 {
	margin-bottom:30px !important;
}
.mb_35 {
	margin-bottom:35px !important;
}
.mb_40 {
	margin-bottom:40px !important;
}
.mb_50 {
	margin-bottom:50px !important;
}
.mb_60 {
	margin-bottom:60px !important;
}
.mb_70 {
	margin-bottom:70px !important;
}
.mb_80 {
	margin-bottom:80px !important;
}
.mb_90 {
	margin-bottom:90px !important;
}
.mb_100 {
	margin-bottom:100px !important;
}
.mb_180 {
	margin-bottom:180px !important;
}
.ml_5 {
	margin-left:5px !important;
}
.ml_10 {
	margin-left:10px !important;
}
.ml_15 {
	margin-left:15px !important;
}
.ml_20 {
	margin-left:20px !important;
}
.pt_10 {
	padding-top:10px!important;
}
.pt_20 {
	padding-top:20px!important;
}
.pt_30 {
	padding-top:30px!important;
}
.pt_40 {
	padding-top:40px!important;
}
.pt_50 {
	padding-top:50px!important;
}
.pt_60 {
	padding-top:60px!important;
}
.pt_80 {
	padding-top:80px!important;
}

.ml_6_pct_pc {
	margin-left:6%!important;
}

.txt_note {
	color: #7D7D7D;
	font-size: 0.75rem;
	font-weight: normal;
}

img {
	max-width:100%;
}
.pcNone {
	display:none!important;
}
.flex01 {
	display:flex;
	justify-content:space-between;
}
.flex02 {
	display:flex;
	justify-content:center;
}
.flex03 {
	display:flex;
	justify-content: flex-start;
}
.flex_stretch {
	align-items:stretch;
}
.flex_center {
	align-items:center;
}
.flex_wrap {
	flex-wrap: wrap;
}
.pcNone{
	display:none;
}

.inner {
	width:960px;
	margin:0 auto;
}

.btn_top {
    position: fixed;
	right:10px;
	bottom:10px;
    transition: all 0.3s;
    opacity: 0;
}
.btn_top a {
	display:block;
    width: 66px;
    height: 66px;
    background:url(../png/img_totop.png) no-repeat;
	background-size:100%;
	color:#fff;
	text-align:center;
}

.btn_top_show{
	opacity:1;
    transition: all 0.3s;
}

.header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height: 80px;
	z-index:9;
	background:#fff;
	box-shadow:0 4px 20px rgba(0,0,0,0.1);
	border-bottom:8px solid #d3d3d1;
}
.header a{
	opacity:1;
	transition:0s;
}
.header a:hover{
	opacity:1;
	transition:0s;
}
.logo{
	position:absolute;
	top:20px;
	width:154px;
}
.search_box{
	position:absolute;
	right:0;
	top:26px;
	top:28px\0;
}
.btn_contact{
	clear:both;
	display:block;
	padding:3px 10px;
	padding-bottom:0\0;
	border-radius:20px;
	border:1px solid #888;
}
.search_box a{
	font-size:0.8rem;
}
.mf_finder_searchBox_items{
	display:flex;
	justify-content:space-between;
}
.search{
	margin-left:15px;
	border:1px solid #959595;
	width:210px;
	height:28px;
}
.search input{
	background:none;
	border:none;
}
.mf_finder_searchBox_query_wrap{
	display:inline-block;
}
.search .search_txt,.mf_finder_searchBox_query_input{
	width:168px;
	height:18px;
	padding:5px;
	font-size:0.8rem;
	font-family: "Axis std light","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	outline:none;
}
.search .search_btn,.mf_finder_searchBox_submit{
	border:none;
	background:none;
	width:29px;
	height:28px;
	background:url(../png/search_btn_pc.png) no-repeat;
	background-size:100%;
	cursor:pointer;
}
.mf_finder_searchBox_doctype,.mf_finder_searchBox_misc,.mf_finder_searchBox_suggest_items{
	display:none;
}

.main_top{
	position:relative;
}
.btn_nav{
	display:none;
}
.nav{
	width:960px;
	margin:0 auto -8px;
}
.nav ul{
	padding:0 140px 0 200px;
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.nav ul li{
	width:25%;
	text-align:center;
}

.nav ul li a{
	padding:31px 0;
	display:block;
	color:#545454;
	font-weight:bold;
	border-bottom:8px solid rgba(96,62,182,0);
}
.nav ul li a span{
	display:block;
	padding:0 0 1px;
	padding-top:7px\0;
	padding-bottom:0\0;
	line-height:1.1;
	line-height:1\0;
	border-right:1px solid #888;

}
.nav ul li:first-child a span{
	border-left:1px solid #888;
}
.nav ul li.on a,.nav ul li:hover a{
	border-bottom:8px solid rgba(96,62,182,1);
}
.ban_box{
	margin-bottom:40px;
	background:#bfbfbf;
}
.ban{
	padding-top:88px;
	margin-bottom:75px;
	position:relative;
	width:960px;
	margin:0 auto;
}
.ban_light{
	position:absolute;
	width:6.7%;
	left:77.5%;
	top:39.5%;
	animation: fade_in_out 3s linear infinite;
}
@keyframes fade_in_out{
    0%{ opacity:0;}
    20%{opacity:0.7;}
    50%{opacity:1;}
    80%{opacity:0.7;}
    100%{opacity:0;}
}
.ban_txt{
	margin-bottom:20px;
}
.htitle{
	padding:30px 0;
	margin-bottom:70px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#6a5c96;
	min-height:40px;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.htitle .htitle_large{
	font-size:4rem;
}
.stitle{
	margin-bottom:50px;
	padding:10px 0;
	padding:15px 0 5px \0 !important;
	border-top:5px solid #73669d;
	border-bottom:5px solid #73669d;
	font-size:1.7rem;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
.stitle span{
	margin-top: 5px;
	font-size:1.25rem;
	color:#504084;
	display:inline-block;
	vertical-align:middle;
}
.stitle strong{
	margin:0 15px 0 5px;
	margin-bottom:0\0;
	font-size:2.8rem;
	color:#504084;
	display:inline-block;
	vertical-align:middle;
}
.stitle p{
	display:inline;
}
.stitle02{
	padding:6px 0 10px;
	font-size:1.7rem;
	color:#504084;
	border-top:2px solid #73669d;
	border-bottom:2px solid #73669d;
}
.font01{
	font-size:0.9rem;
	line-height:1.8;
}
.font02{
	font-size:0.875rem;
	line-height:1.8;
}
.txt_style01{
	margin:0 90px;
}
.secb_ul01{
	margin-bottom:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
	margin-right:-2.2%;
}
.secb_ul01 li{
	width:31%;
	padding:20px 0;
	margin-right:1.8%;
	margin-bottom:40px;
	border:2px solid #e5e5e5;
	text-align:center;
}
.secb_ul01 li h4{
	min-height:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	font-size:1.15rem;
	color:#545454;
	font-weight:bold;
}
.secb_ul01 li p{
	margin:5px 30px;
	font-size:0.875rem;
	text-align:left;
}
.secb_mgn01{
	text-align:left;
	margin:0 15px 0 30px;
}
.secb_ul02{
	margin-bottom:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
	margin-right:-4.2%;
}
.secb_ul02 li{
	position:relative;
	width:29.1%;
	margin-right:4%;
	margin-bottom:40px;
	border:1px solid #626262;
	text-align:center;
}
.secb_ul02 li a{
	display:block;
	padding-bottom:40px;
}
.ico_large{
	position:absolute;
	right:0;
	bottom:0;
	width:46px;
	height:48px;
}
.secb_ul02 li h4{
	margin-bottom:17px;
	height:78px;
	background:#d2d2d2;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	font-size:1.15rem;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #626262;
}
.secd_table th,.secd_table td{
	padding:3px 5px;
	border:1px solid #626262;
	font-size:0.9rem;
}
.secd_table th{
	background:#626262;
	color:#fff;
	border-color:#d3d3d3;
	text-align:left;
	padding-left:8px;
}
.secd_table td{
	text-align:center;
}
.table_txt01 p{
	margin-left:1.5em;
	margin-right:1.5em;
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
}
.sup_style01{
	margin-left:-2px;
	display:inline-block;
	font-size:0.75rem;
	transform:scale(0.8);
}
.stitle03{
	margin-bottom:40px;
	border-color:#7d7d7d;
	color:#7d7d7d;
}
.sece_col01{
	width:46%;
}
.sece_col01 p{
	text-align:left!important;
	margin:0 54px;
}
.stitle04{
	border-color:#535353;
	color:#535353;
}
.stitle05{
	margin-top:50px;
	margin-bottom:35px;
	font-size:1.4rem;
}
.inner02{
	margin:0 84px;
}
.txt_style02{
	margin:0 16%;
}
.seca_col01{
	width:32.7%;
}
.seca_col02{
	width:64.9%;
}
.seca_col03{
	margin-left:6%;
	width:44%;
}
.seca_col04{
	margin-right:8%;
	width:35.2%%;
}
.txt_style03{
	margin-right:-14%;
	padding-top:20px;
}
.table_note{
	padding-top:20px;
	font-size:0.875rem;
	line-height:1.8;
	font-family: "Axis std light","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}
.table_note dt{
	float:left;
	width:2em;
}
.table_note dd{
	margin-left:2em;
}
.table_note_ul{
	margin-left:-1em;
}
.table_note_ul li{
	text-indent:-1.3em;
	padding-left:1.3em;
}
.btm_txt{
	text-align:center;
	margin-bottom:15px;
	font-size:1.15rem;
}
.btm_contact{
	margin:0 auto 60px;
}
.btm_contact a{
	display:block;
	margin:0 auto;
	width:680px;
	height:71px;
	padding-top:10px\0;
	padding-bottom:3px;
	color:#fff;
	text-align:center;
	background:#535353;
	font-size:1.15rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}
.btm_contact a img{
	width:156px;
	margin:0 10px 2px 2px;
	vertical-align:middle;
	margin-top:-8px\0;
}
.btm_contact a span{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
	margin-top:3px;
	margin-top:-8px\0;
}
.footer{
	padding:15px 25px;
	background:#535353;
	color:#fff;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}
.copyright{
	font-family: arial;
	padding-top:3px;
	font-size:0.75rem;
}
.foot_logo{
	display:inline-block;
	width:80px;
	margin-right:20px;
}
.foot_nav,.foot_nav li{
	display:inline-block;
	font-size:0.75rem;
}
.foot_nav li span{
	display:inline-block;
	padding:0 10px;
}
.footer a{
	color:#fff;
}
.lb-details{
	display:none;
}
.seca_col05{
	position:relative;
	z-index:2;
	margin-left:6%;
	width:33%;
}
.seca_col06{
	width:51.7%;
	margin-right:8%;
}
.seca_col05 .txt_style03{
	margin-right:-45%;
}
.img_download{
	position:absolute;
	top:20px;
	right:20px;
	z-index:11;
	cursor:pointer;
	width:56px;
	height:56px;
	border:none;
	background:none;
	background:url(../png/btn_d.png) no-repeat;
	background-size:100%;
}
.img_filesize{
	position:absolute;
	top:90px;
	right:20px;
	z-index:11;
	width:62px;
	height:20px;
	text-align:center;
	font-size:0.8rem;
	color:#333;
	font-family: "Axis std light","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}

.stitle_line{
	padding-top: 50px;
    padding-bottom: 35px;
    font-size: 1.4rem;
	color:#504084;
}
.btn_print{
	margin-bottom:7px;
	float:right;
	clear:both;
	padding-left:20px;
	padding-top:5px\0;
	margin-top:-3px\0;
	background:url(../png/icon_print.png) no-repeat left center;
	font-size:0.75rem!important;
	color:#777;
	cursor:pointer;
}
 @media only screen and (min-width: 767px) and (max-width: 1000px) {
 .inner,.inner02,.nav{
	 overflow:hidden;
 padding:0 10px;
 width:auto;
}
.ban{
	width:auto;
}
.header .inner{
	overflow:visible;
}
.nav ul{
	padding:0 90px 0 160px;
}
.seca_col03{
	width:35%;
}
.secb_ul02 li{
	width:29%;
}

}
.prnt{
	display:none;
}

/* 2021/03
----------------------------------------------*/
/* news */
.news {
	max-width: 960px;
	margin: 0 auto 60px;
}
.news-row {
	display: inline-block;
	margin: 0 0 0 38.5%;
	padding: 10px;
	border:	solid 1px #FF0000;
	line-height: 1.3;
	font-size: 14px;
}
.news-row span {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #FF0000;
}
.news-row a {
	display: block;
}
.news-row a span {
	color: #FF0000;
	text-decoration: underline;
}
.news-row a:hover span {
	text-decoration: none;
}
.news-row .new-icon {
	padding: 1px 5px 0;
	text-align: center;
	color: #fff;
	background: #FF0000;
	border-radius: 4px;
	text-decoration: none!important;
}

/* pages-bnr */
.pages-bnr {
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
}
.pages-bnr .sece_col01 {
	width: 49%;
	max-width: 470px;
}
.pages-bnr .sece_col01 + .sece_col01 {
	margin-left: 2%;
}

/* colors */
.htitle.green {
	background: #4D9248;
}
.htitle.blue {
	background: #2E6EC1;
}

.stitle.green {
	border-color: #4D9248;
}
.stitle.green span, .stitle.green strong {
	color: #4D9248;
}
.stitle.blue {
	border-color: #2E6EC1;
}
.stitle.blue span, .stitle.blue strong {
	color: #2E6EC1;
}

.stitle02.green {
	border-color: #4D9248;
	color: #4D9248;
}
.stitle02.blue {
	border-color: #2E6EC1;
	color: #2E6EC1;
}

/* link */
.link_arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 44px;
	color: #504084;
}
.link_arrow::before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(../png/ico_link_arrow.png) no-repeat center;
	background-size: 100%;
}

/* ページ遷移時のアンカーリンクのずれを修正 */
.htitle {
	position: relative;
	padding-top: 118px;/* ヘッダー高さ+padding */
	margin-top: -78px;
}
.htitle::before {
	content: '';
	display: block;
	width: 100%;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}