@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');

body {
	font-size: 14px;
	font-family: "M PLUS 1p", sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	text-justify: inter-ideograph;
	text-align: justify;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sp_no {
	display: none;
}
img {
    max-width : 100%;
    height : auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 0px;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
}
input[type="submit"] {
  -webkit-appearance: none;
}
#spm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#slider img {
	width: auto !important;
	object-fit: cover !important;
	text-align: center !important;
	object-position: 50% 50%;	
}
/* FLEX */

header {
	width: 100%;
	background-color: #FFFFFF;
	display: none;
}
header .header_in {
	margin-right: auto;
	margin-left: auto;
}
.header_in h1 {
	padding-top: 45px;
	width: 18%;
	display: block;
	text-align: center;
	padding-bottom: 55px;
	margin-right: auto;
	margin-left: auto;
}
.header_in h1 a img {
	height: auto;
	width: 100%;
}
.header_in nav {
}
nav .menubox {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}
.menubox li a {
	font-family: "M PLUS 1p", sans-serif;
}
.menubox li a:hover {
}
/*---メニュー ---*/

#header_in22 {
	margin-right: auto;
	margin-left: auto;
}
#main-b {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}
#header_in22.fixed nav {
}
#header_in22.fixed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255,255,255,0.95);
	z-index: 10;
}
#header_in22.fixed #dropmenu {
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	padding-top: 22px;
	position: relative;
	padding-top: 0px;
	display: -webkit-box !important;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox !important;/*--- IE10 ---*/
	display: -webkit-flex !important;/*--- safari（PC）用 ---*/
	display: flex !important;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0px;
}
#dropmenu {
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	position: relative;
	font-weight: 400;
	display: -webkit-box !important;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox !important;/*--- IE10 ---*/
	display: -webkit-flex !important;/*--- safari（PC）用 ---*/
	display: flex !important;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 14px;
	padding-bottom: 14px;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#dropmenu li {
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	z-index: 10000 !important;
	margin: 0px;
	padding: 0;
}
#dropmenu li a {
	padding: 0;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	display: block;
}
#dropmenu li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#dropmenu .current a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#dropmenu li .mimg:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff !important;
}
#dropmenu .mimg2 {
	margin-top: -5px;
}
#dropmenu li:hover > a {
}
#dropmenu > li:hover > a {
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 20000 !important;
}
#dropmenu li:last-child ul {
	left: -100%;
	width: 100%
}
#dropmenu li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	margin-top: 1px;
	margin-bottom: 1px;
}
#dropmenu li ul li a {
	text-align: left;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	background-color: #EFEEE8;
	padding-right: 15px;
	padding-left: 15px;
}
#dropmenu li ul li a:hover {
	background-color: #CCCCCC;
}
#dropmenu li:hover ul li {
	overflow: hidden;
	display: block;
	height: 44px;
	line-height: 44px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
	line-height: 44px;
}
#dropmenu li:hover ul li:last-child a {
	line-height: 44px;
}
#dropmenu li .sub-menu li a {
	width: 250px;
	white-space: nowrap;
	display: block;
	font-weight: 400;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
/*---メニュー ---*/
	
	
	
#slider_bb {
	display: block;
	width: 94%;
	clear: both;
	overflow: hidden;
	margin-right: 3%;
	margin-left: 3%;
}
#slider {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#topics {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	background-color: #F5F5F5;
}
#topics .topics_in {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: 300;
	padding: 10px;
}
#box1 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 64px;
	padding-bottom: 64px;
}
#box1:nth-child(even) {
	background-color:#F5F5F5;
}
.contents1 {
	display: block;
	clear: both;
	max-width: 1280px;
	overflow: hidden;
	margin-right: 3%;
	margin-left: 3%;
	text-align: center;
}
.main_tl {
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}
.sub_tl {
    padding-top: 10px;
    padding-bottom: 32px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
    color: #E50012;
    text-align: center;
}

.sc_da_box2 {
    padding-left: 20px;
    padding-right: 20px;
}
.sc_da_box2 a {
    background-image: url("../img/top/worn_dots.png");
    display: block;
    overflow: hidden;
}
.sc_da_box2 a:hover {
    border: 5px solid #C30D22;
}
.kj {
    margin: 0;
    padding: 14px;
    font-size: 14px;
    background-color: #9A58BC;
    color: #FFF;
}
.k1 {
    background-color: #E74E33;
    color: #FFF;
    
}
.k2 {
    background-color: #E67F00;
    color: #FFF;
    
}
.k3 {
    background-color: #EDCC5B;
    color: #333;
    
}
.k4 {
    background-color: #1FBC99;
    color: #FFF;
    
}
.k5 {
    background-color: #33CC63;
    color: #FFF;
    
}
.k6 {
    background-color: #3297E1;
    color: #FFF;
    
}
.k7 {
    background-color: #9A58BC;
    color: #FFF;
    
}
.top_sc22 {
    padding-right: 14px;
    padding-left: 14px;
    display: block;
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 14px;
}
.top_sc22 h4 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}
.top_sc22 dl {
    text-align: left;
    display: block;
    overflow: hidden;
}
.top_sc22 dt {
    width: 15%;
    float: left;
}

.top_sc22 dd {
    width: 85%;
    float: left;
}

.tg_log_link {
    display: block;
    background-color: #C30D22;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 14px;
}

.btn_1 {
    text-align: center;
    display: block;
    margin-top: 32px;
}
.btn_1 a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #C30D22;
    border: 2px solid #C30D22;
}

.btn_1 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background-color: #C30D22;
    color: #FFF;
   
}
.btn_1 a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #C30D22 #C30D22;
	transform: rotate(-135deg);
	transition: .3s;
}
.btn_1 a:hover::after {
	right: 20px;
	border-color: transparent transparent #FFF #FFF;
}
.t_bana li {
    width: 100%;
    border-bottom: 2px solid #C30D22;
    margin-bottom: 24px;
    background-color: #FFFFFF;
}
.t_bana li h4 {
    font-size: 16px;
    padding: 14px;
    font-weight: 500;
}
.news_b2 {
	overflow: hidden;
	
}
.news_b2::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.news_b2::after{
  content:"";
  display: block;
  width:23%;
}
.news_b2 li {
    width: 48%;
    text-align: center;
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    margin-bottom: 48px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #C30D22;
}
.news_b2 li img {
	
}
.news_b2 li a i {
    color: #FFF;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    display: block;
    background-color: #C30D22;
    line-height: 1.5em;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.news_b2 li a time {
    font-size: 14px;
    line-height: 42px;
    display: block;
    display: block;
    font-family: 'Lato', sans-serif;
}
.news_b2 li a h3 {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 24px;
}
.news_b2 li a:hover {
	color: #000;
}
.voice_b {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    
    
}
.voice_b {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    
}
.voice_b li {
    width: 48%;
    text-align: center;
    display: block;
    text-align: left;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    margin-bottom: 24px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #C30D22;
}
.voice_b li a h3 {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 12px;
}

.voice_b li a h5 {
    font-size: 12px;
    display: block;
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}






.contents3 {
	display: block;
	clear: both;
	max-width: 1280px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contents4 {
	display: block;
	clear: both;
	max-width: 1280px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.info_mm {
	margin-bottom: 15px;
	display: block;
}
.box800 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	clear: both;
}
.box800 .box800_left {
	width: 100%;
	text-align: left;
	padding: 20px;
}
.box800 .box800_right {
	width: 100%;
	text-align: left;
	overflow: hidden;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
footer {
    background-color: #C30D22;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    overflow: hidden;
}
.pickup li {
	width: 100%;
	margin-bottom: 25px;
}
.pickup li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pickup .b_gray1 {
	color: #FFF;
	background-color: #495356;
		display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pickup .b_gray2 {
	color: #FFF;
	background-color: #8D9A9C;
		display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pickup li .banain1 {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banain1_tt h4 {
	font-weight: 700;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	line-height: 25px;
	padding-bottom: 10px;
}
.pickup li a {
	width: 100%;
}
.banain1_tt h5 {
	font-size: 12px;
}
.pickup li .banain2 {
	width: 40%;
}
.banain2 img {
	width: 100%;
	height: auto;
}
footer .foot4 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 64px;
	padding-top: 30px;
}
.foot_site ul li img {
	height: auto;
	width: 100%;
}
footer h1 {
    margin-right: auto;
    margin-left: auto;
    width: 40%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
footer h1 img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	margin-top: 64px;
}
footer .foot4 .menubox {
	display: block;
	width: 100%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}
footer .foot4 .menubox li {
    display: block;
    padding: 5px;
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px dotted #FFF;
}
footer .foot4 .menubox li:hover {
    color: #FFF;
}
footer .foot4 .menubox li a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	color: #FFF;
	font-family: "M PLUS 1p", sans-serif;
}
footer .foot4 .menubox li:last-child a {
}
footer .foot4 .menubox li a:hover {
	
}
footer .foot4 .foot_site ul li a {
	color: #FFF;
}
footer .foot4 .foot_site ul li a:hover {
    color: #FFF;
}
#copyright {
	text-align: center;
	padding-bottom: 5px;
	display: block;
	padding-top: 5px;
	background-color: #CCCCCC;
	color: #000;
	font-size: 12px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}
.foot_site {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	clear: both;
}
footer .foot4 .foot_site ul li {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	font-weight: 200;
	width: 100%;
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .foot4 .foot_site ul li:last-child {
}
footer .foot4 .foot_site ul {
	text-align: center;
	display: block;
	font-size: 0px;
}
.fbana {
    text-align: center;
    max-width:250px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=80);
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: 0;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #ccc;
	margin: 0;
	width: 100%;
}
textarea {
	width: 100%;
	height: 13em;
	font-size: 16px;
	border: 1px solid #CCC;
}
input[type="submit"] {
    font-size: 16px;
 
    color: #C30D22;
    border: 2px solid #C30D22 !important;
    background-color:transparent;
    padding-top: 15px;
    padding-right: 60px;
    padding-bottom: 15px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}
input[type="submit"]:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background-color: #C30D22;
    color: #FFF;
}
.wpcf7-form-control-wrap {
	margin: 0;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
}
#page-top a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#page-top a img {
	width: 45px;
}
.box800 .box800_left p {
	padding-bottom: 17px;
	display: block;
}


.t_sc22 .sc_date li {
    width: 100%;
    margin-bottom: 24px;
}


.trim2 {
  aspect-ratio: 3 / 2; /* 3:2 の比率 */
  overflow: hidden; /* はみ出た部分を隠す */
}

.trim2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 拡大・縮小してコンテナを覆う（トリミングされる） */
}
.box800_left label {
    margin-bottom: 24px;
        display: block;
    overflow: hidden;
}
.wpcf7-list-item,.info_mm {
    padding-left: 3%;
    padding-right: 3%;
}
.box800 .privacy .orenji_moji {
	background-color: #2B2B2B;
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.box800 .privacy p {
	padding-left: 14px;
}
.contents2 {
	display: block;
	overflow: hidden;
	margin-right: 3%;
	margin-left: 3%;
}
.news_b2 {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 10px !important;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #C30D22;
    background-color: #C30D22;
    color: #FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.block_1050_n .wp-pagenavi {
    float: none !important;
}
.block_1280_sub {
	width: 100%;
  padding-bottom: 12px;
    padding-top:  12px;
border-bottom: 3px solid #C30D22;
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
	
}
.block_1280_sub .widget {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    position:relative;
    margin-bottom: 0 !important;
    
}
.block_1280_sub select {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	margin: 0px;
	color: #333;
	border-radius: 0;
	width: 100%;
    	background-color: #ffffff;
	font-size: 14px;
	padding: 10px;
	
}
.block_1280_sub option {
	background-color: #FFF;
}

.block_1280_sub .widget::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10%;
	top: 65%;
	border-bottom: #333 2px solid;
	border-right: #333 2px solid;
	transform: rotate(45deg)translateY(-30%);
}
.block_1280_sub h2 {
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: 1em;
    background-color: #C30D22;
    color: #FFF;    
}

.block_1280_sub li {
    border: 1px solid #333;
    border-bottom: none; 
}
.block_1280_sub li a {
    
    text-align: left;
    padding-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 24px;
    display: block;
    font-size: 16px;
    line-height: 1em;
}
.block_1280_sub li a:hover {
    background-color: #fff5e2;
    color: #333;
}
.block_1280_sub li:last-child {
    border-bottom: 1px solid #333;
}

.block_1050 {
    margin-left: auto;
    margin-right: auto;
}
#box_blog {
    text-align: left;
}
.tt .tt_n {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
  border-bottom-width: 3px;
  border-bottom-color: #C30D22;
  border-bottom-style: solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.tt2 {
    text-align: right;
}
.daysn {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  margin-bottom: 35px;
display: inline-block;
}
.ctt {
    display: inline-block;
}
.ctt .flag {
  background-color: #C30D22;
  color: #FFF;
  margin-left: 15px;
  padding: 5px;
  font-style: normal !important;
}
.block_1050_n {
    margin-left: auto;
    margin-right: auto;
}
.kiji_1 {
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  padding-bottom: 64px !important;
}
.kiji_1 p {
    margin-top: 24px;
    margin-bottom: 24px;
}



.kiji_1 h1 {
	font-size: 17px !important;
	margin-bottom: 32px !important;
	border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000 !important;
	text-justify: inter-ideograph !important;
	text-align: justify !important;
	padding-bottom: 5px;
	display:block;
}
.kiji_1 h2 {
	font-size: 16px !important;
	margin-bottom: 32px !important;
	text-align: left !important;
	border-bottom-width: 5px !important;
	border-bottom-style: double !important;
	border-bottom-color: #000 !important;
	letter-spacing: 0em !important;
	text-indent: 0px !important;
	text-justify: inter-ideograph !important;
	text-align: justify !important;
	background-image: none !important;
	padding-bottom: 5px;
	line-height: 1.8em;
	display:block;
    padding: 0 !important;
    color: #333 !important;
}
.kiji_1 h3 {
	font-size: 15px !important;
	margin-bottom: 32px !important;
	padding: 0.5em !important;/*左線（実線 太さ 色）*/
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 5px !important;
	border-top-style: solid !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
	border-top-color: #000 !important;
	border-right-color: #000 !important;
	border-bottom-color: #000 !important;
	border-left-color: #000 !important;
	display: block !important;
	width: 100% !important;
	text-justify: inter-ideograph !important;
	text-align: justify !important;
	display:block;
}
.kiji_1 h4 {
	font-size: 15px !important;
	margin-bottom: 32px;
	position: relative;
	padding: 0.6em;
	background-color: #D2D2D2;
	text-justify: inter-ideograph;
	text-align: justify;
	display:block;
}
.kiji_1 h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	display:block;
}
.kiji_1 h5 {
	font-size: 14px !important;
	margin-bottom: 32px;
	border: 1px dashed #000 !important;
	padding: 0.2em 0.5em;
	text-justify: inter-ideograph;
	text-align: justify;
	display:block;
}
.kiji_1 h6 {
	position: relative;
	font-size: 14px !important;
	margin-bottom: 32px;
	text-justify: inter-ideograph;
	text-align: justify;
	display:block;
}
.kiji_1 h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #DDDDDD, #DDDDDD 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #DDDDDD, #DDDDDD 2px, #fff 2px, #fff 4px);
}
.kiji_1 h1:first-child,
.kiji_1 h2:first-child,
.kiji_1 h3:first-child,
.kiji_1 h4:first-child,
.kiji_1 h5:first-child,
.kiji_1 h6:first-child {
	margin-top: 0;
}
kiji_1 ul {
    margin-left: 14px;
        margin-top: 24px;
    margin-bottom: 24px;
}
.kiji_1 ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.kiji_1 ol {
    margin-left: 14px;
        margin-top: 24px;
    margin-bottom: 24px;
}
.kiji_1 ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
}
.kiji_1 a {
	text-decoration: underline;
}
.naviright {
	display: block;
	text-align: center;
	width: 31%;
	 border: 1px solid #C30D22;
	margin: 1%;
}
.navitop {
    text-align: center;
    display: block;
    float: left;
    width: 32%;
    border: 1px solid #C30D22;
    margin: 1%;
}
.navileft {
    display: block;
    width: 31%;
    text-align: center;
    border: 1px solid #C30D22;
    margin: 1%;
}
.navigation {
	text-align: center;
	width: 100%;
}
.navigation_in {
	display: flex;          /* 2 */
	justify-content: center;/* 3 */
	align-items: center;    /* 4 */
}
.naviright:hover, .navitop:hover, .navileft:hover {
    background-color: #C30D22 !important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    text-decoration: none;
    color: #FFFFFF !important;
}
.navigation_in p {
}
.navileft a, .navitop a, .naviright a {
  color: #C30D22;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navileft a:hover,.navitop a:hover,.naviright a:hover {
	color: #FFF;
}

.plr_tt {
	position: relative;
display: flex;
  justify-content: center;
  align-items: center;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFF;
}
.plr_tt .eng_h2 {
	color: #FFF;
	display: block;
	font-size: 2-px;
	line-height: 2-px;
	font-weight: 700;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 72px;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
.plr_tt img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.schedule-more-wrap {
    display: block;
    width: 100%;
}

.schedule-more-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #C30D22;
    border: 2px solid #C30D22;
}
.schedule-more-btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background-color: #C30D22;
    color: #FFF;
}



.main_tl2 {
    position: relative;
    padding: 0.5rem 0 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 32px;
}

.main_tl2::before {
    position: absolute;
    border-bottom: 5px solid #C30D22;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}


.copt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
        text-justify: inter-ideograph;
    text-align: justify;
}
.copt2 .left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.copt2 .right {
    width: 100%;
    text-justify: inter-ideograph;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
 
}
.copt3 .right {
    width: 100%;

}
.copt3 .left {
    width: 100%;
    text-justify: inter-ideograph;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 24px;
}
.bbdd {
    font-weight: 700;
}
.copt4 .lx {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #C30D22;
    font-size: 15px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    overflow: hidden;
}
.copt4 h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 24px;
    border-bottom: 3px solid #C30D22;
    display: flex;
}
.point {
    background-color: #C30D22;
    color: #FFF;
    font-size: 24px;
	font-weight: 700;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    padding: 24px;
     display: inline-block;
}
.point2 {
    display: inline-block;
    padding-left: 14px;
      display: flex;
  align-items: center;
}
.copt4 .lx ul {
      margin-left: 24px;
        margin-top: 24px;
    margin-bottom: 24px;
}
.copt4 .lx ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.copt2 .right ul {
      margin-left: 24px;
        margin-top: 24px;
    margin-bottom: 24px;
}
.copt2 .right ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.copt3 .left ul {
      margin-left: 24px;
        margin-top: 24px;
    margin-bottom: 24px;
}
.copt3 .left ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.contentsbox_r {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    display: block;
    border-bottom: solid;
    border-bottom-color: #C30D22;
    border-bottom-width: 2px;
}
.side_menu ul {
	
}
.side_menu {
    min-width: 0px;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 16px;
}
.side_menu ul li a {
   
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #C30D22;
}
.side_menu ul li a:hover {
    background-color: #C30D22;
    color: #FFFFFF;
}
.contentsbox_r ul li {
    text-align: center;
    width: 49%;
}

.contentsbox_r ul {
		display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.side_menu .on a {
    background-color: #C30D22;
    color: #FFFFFF;
}
.copt4 .lx2 {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #C30D22;
    font-size: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.prof0 {
    font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.prof1 {
    font-size: 14px;
	line-height: 32px;
	font-weight: 500;
}
.prof2 {
    font-size: 12px;
margin-bottom: 32px;
}
.copt4 .lx3 {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #C30D22;
    font-size: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.img_rt {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: auto;
}


.btn_2 {
    text-align: center;
    display: block;
    margin-top: 32px;
}
.btn_2 a {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #C30D22;
    border: 2px solid #C30D22;
}

.btn_2 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background-color: #C30D22;
    color: #FFF;
   
}
.btn_2 a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #C30D22 #C30D22;
	transform: rotate(-135deg);
	transition: .3s;
}
.btn_2 a:hover::after {
	right: 20px;
	border-color: transparent transparent #FFF #FFF;
}
.moji_15 {
    font-size: 13px !important;
}
.t_sc22 h2 {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 700;
}
.moji_16 {
    font-size: 16px !important;
     margin-bottom: 24px;
}

.moji_18 {
    font-size: 16px !important;
     margin-bottom: 24px;
}

.main_tl2g {
    position: relative;
    padding: 0.5rem 0 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 32px;
}
.main_tl2g::before {
    position: absolute;
    border-bottom: 5px solid #1d6c36;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
.pointg {
    background-color: #1d6c36;
    color: #FFF;
    font-size: 24px;
	font-weight: 700;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    padding: 24px;
     display: inline-block;
}
.copt4 h5.gg {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 24px;
    border-bottom: 3px solid #1d6c36;
    display: flex;
}
.copt4 .lx2g {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #1d6c36;
    font-size: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.copt4 .lx3g {
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #1d6c36;
    font-size: 14px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.btn_1g {
    text-align: center;
    display: block;
    margin-top: 32px;
}
.btn_1g a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #1d6c36;
    border: 2px solid #1d6c36;
}

.btn_1g a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background-color: #1d6c36;
    color: #FFF;
   
}
.btn_1g a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #1d6c36 #1d6c36;
	transform: rotate(-135deg);
	transition: .3s;
}
.btn_1g a:hover::after {
	right: 20px;
	border-color: transparent transparent #FFF #FFF;
}

.qa_box {
	margin-bottom: 64px;
	display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.qa_box h4 {
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #C30D22;
    border-right-color: #C30D22;
    border-bottom-color: #C30D22;
    border-left-color: #C30D22;
    margin-bottom: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
  
    text-align: left;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 0em;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.cp_qa .cp_actab label:hover {
	color: #900;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-color: #FFF8F0;
}
.cp_qa .cp_actab .cp_actab-content .anser {
	margin: 1em;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.8em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #900;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.cp_qa .cp_actab label i {
    font-style: normal;
    font-weight: 700;
    float: left;
    color: #C30D22;
    font-family: 'Montserrat', sans-serif;
    width: 10%;
}
.cp_qa .cp_actab label .q_mm {
	float: left;
	width: 90%;
}

.cp_actab-content i {
    font-style: normal;
    font-weight: 700;
    float: left;
    color: #1d6c36;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    width: 10%;
}
.cp_actab-content .q_mm {
	float: left;
	width: 90%;
	text-justify: inter-ideograph;
	text-align: justify;
}
.about3 ul {
  display: block;
  overflow: hidden;
}
.about3 ul .giyou_l {
  display: block;
}
.giyou_l dl {
  display: block;
  overflow: hidden;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
}
.giyou_l dl dt {
  display: block;
  text-align: left;
}
.giyou_l dl dd {
  display: block;
  text-align: left;
  padding-left: 1em;
}
.about3 .map {
  margin-top: 24px;
}