@charset "utf-8";


.temp_h1 {
    font-family: YuMincho,"Hiragino Mincho Pro";
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.temp_h2 {
    font-family: YuMincho,"Hiragino Mincho Pro";
    font-size: 1.75rem;
    font-weight: bold;
    color: #000;	
}
.temp_h3 {
    font-family: YuMincho,"Hiragino Mincho Pro";
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}



.f_line01{
	border:1px #c9c9c9 solid;
	padding: 10px 15px;
}
.f_tit01{
	background:#e1e2e0;
	padding: 5px 0 2px;
	text-align: center;
}
.f_box01{
	width: 67%;
}
.f_dl01{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.f_dl01 dt{
	background:#898989;
	padding: 7px 0 5px;
	width: 93px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.f_flex01{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.f_flex02{
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items: center;
}
.f_flex03{
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items:stretch;
}
.f_col01{
	width: 14.5%;
}
.f_col02{
	width: 83%;
}
.f_col03{
	width: 39%;
}
.f_col04{
	width: 59%;
}
.f_col07{
	width: 49%;
}

.f_col08{
	width: 49%;
}
.f_img01{
	width:78%;
	margin: 0 auto 20px;
}
.f_btn01 a{
	width: 58%;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 9px 0 7px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #333;
}

.ico_iss{
	text-align: center;
	margin-bottom: 10px;
	top: -10px;
	position: relative;
}
.ico_iss img{
	width: 90px;
}


.f_line02 {
    border: 1px #000 solid;
    padding: 10px 15px;
    display: inline-block;
}

.f_box02{
	border:1px #cd3720 solid;
}
.f_tit02{
	width: 11.5%;
	margin-right: 10px;
	background: #e03a06;
	padding: 8px 0 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.f_txt01{
	color: #cd3720;
	font-weight: bold;
}
.f_pad01 {
    padding: 15px 20px 20px;
}
.f_txt02{
	background: #fce2d1;
	padding: 10px;
	width: 49.2%;
}
.f_txt03{
	width: 49.2%;
}


.fz_tit_flex{	
	display: flex;
}
.fz_col_num{
	min-width: 40px;
	max-width: 40px;
	margin-top: 5px;
	margin-right: 15px;
}
.fz_col_text .fea_titL{
	padding-top: 3px;
	font-size: 1.7rem !important;
}
.fz_col_hap{
	display: none;
}
.fz_jp_on{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;
	padding: 3px 8px 2px;
	border-radius: 3px;
	background: #9f212a;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.4;
	font-weight: bold;
}
.fz_line{
	padding: 10px 20px;
	border: 1px solid #000;
	
}
.fz_ib_pc{
	display: inline-block;
}
.fz_col0302,.fz_col0301{
	width: calc((100% - 40px)/3.001);
	margin-bottom: 20px;
	margin-right: 20px;
}
.fz_col0302:nth-child(3n){
	margin-right: 0;
}
.fz_col3201{
	width: calc((100% - 40px)/3*2 + 20px);
	margin-bottom: 20px;
	margin-right: 20px;
}
.f_box03 p a{
	color: #000;
	text-decoration: none;
}
.f_box03 p a:hover{
	text-decoration: underline;
}

.fa1_bgbox01{
	max-width: 1275px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 40px 30px 10px;
	background: #fcf2e6;
}

.fb_mark{
	position: relative;
	top: -3px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 3px;
	line-height: 0;
	vertical-align: middle;
}
.fb_mark picture{
	display: block;
}
.fb_mark img{
	width: 114px;
}
.fb_flex_afe_pc{
	align-items: flex-end;
}

.BtnOpenLine{
	display: none;
}
.BtnOpenLine a,a.pf_links{
	color: #333;
	text-decoration: none;
}
.BtnOpenLine a:hover,a.pf_links:hover{
	text-decoration: underline;
}
.f2_btn01{
	position: relative;
	display: block;
	padding: 10px;
	border: 2px solid #cbcbcb;
	background: #f4f4f4;
	text-align: center;
	text-decoration: none!important;
	color: #333!important;
}
.f2_btn01::after{
	content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(/module/fw4/img/FW4_mark_arw_under_b.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}
.f2_btn01_on::after{
    background-image: url(/module/fw4/img/FW4_mark_arw_up_b.svg);
}
.fb7_tit03 {
    margin: 10px 0 10px;
    padding: 8px;
    background: #eee;
    font-weight: bold;
    text-align: center;
}
.fb4_bdr01{
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #000;
}
.fb4_mr40{
	margin-right: 40px;
}
.fb4_img42{
	margin-left: 20px;
	max-width: 216px;
}
.fb_tit01{
	margin: -20px -30px 20px;
	padding: 9px 20px 7px;
	background: #727171;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
}
.fb_col01{
	width: 191px;
}
.fb_col02{
	width: calc(100% - 205px);
}
.fb_bdr01{
	padding: 20px 30px;
	border: 1px solid #727171;
}
.f_col05{
	width: 13.5%;
}
.f_col06{
	width: 84.5%;
}
.f_col07{
	width: 49%;
}

.f_col08{
	width: 49%;
}

.fs_mark01{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 20px;
	width: 120px;
	height: 66px;
	padding: 13px 20px 8px;
	background: #000;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
	text-align: center;
	background: #2f5597;
	border-radius: 50%;
	color: #fff;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}
.fs_box05{
	margin-top: 20px;
	padding: 40px 20px;
	background: #ebf1de;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fs_col03{
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
.fs_col04{
	display: flex;
	justify-content: center;
	width: 100%;
}
.fs_text01 strong{
	font-size: 150%;
}
.fs_red,.fs_red strong{
	color: #e30012;
}
.fc5_mark {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}
.f_sec_bdr{
	padding-top: 60px;
	border-top: 1px solid #ccc;
}

.fc_textb{
	font-size: 1.25rem;
}
.fc_texti{
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid currentColor;
	line-height: 1.1;
}
.fca_img02{
	margin-top: 20px;
	margin-left: 10%;
	max-width: 331px;
}
.fca_new{
	margin-top: -3px;
}




@media only screen and (min-width: 768px) and (max-width: 1274px) {

}



