@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin: 0;
	width: 100%;
	background: #FFF;
	position: relative;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	overflow-x:hidden;
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	position: relative;
}

.header_in {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 0;
	position: relative;
}

.header_box01 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto 25px;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_box01_langbox01 {
	display: flex;
	display: none;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	max-width: 100%;
	width: max-content;
	position: absolute;
	bottom: 10px;
	left: calc(100% + 250px);
}

.header_box01_langbox01_ico01 {
	display: block;
	margin-right: 15px;
}

.header_box01_langbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_box01_langbox01_ul01_li {
	font-size: 17px;
	line-height: 1;
}

.header_box01_langbox01_ul01_li:first-child {
	margin-right: 7px;
	padding-right: 7px;
	border-right: #231815 1px solid;
}

.header_box01_langbox01_ul01_li a {
	color: #231815;
	transition-duration: 0.35s;
}

.header_box01_langbox01_ul01_li:hover a {
	color: #CCC;
	transition-duration: 0.35s;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 41px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #231815;
	position: absolute;
	top: 0;
	right: -20px;
}

.header_ul .header_ul_li:last-child:after {
	display: none;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 17px;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
}

.header_ul_li_o .header_ul_li_span01 {
	color: #231815;
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 2px;
	margin: auto;
	background: #231815;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width:100%;
	opacity:1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:7px;
	/*right:100%;*/
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#231815;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 2;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
}

.slider1_li_img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.wrapper_title {
	margin:0 auto 50px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: block;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 44px);
	padding: 20px 20px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #c32337;
	border: #c32337 2px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_span {
	display: block;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
	color: #c32337;
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_button01_icobox01 {
	max-width: 14px;
	margin-left: 15px;
	position: relative;
}

.wrapper_button01_icobox01_ico01 {
	display: block;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_o .wrapper_button01_icobox01_ico01 {
	opacity: 0;
	transition-duration: 0.35s;
}

.wrapper_button01_icobox01_ico02 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration: 0.35s;
}

.wrapper_button01_o .wrapper_button01_icobox01_ico02 {
	opacity: 1;
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	padding: 110px 0;
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 110px 0 140px;
}

.wrapper_index01_big_b02 {
	padding: 50px 0;
	background: #e6d2aa;
	z-index: 2;
}

.wrapper_index01_big_b02:after {
	content: "";
	width: 50px;
	height: 40px;
	background:
	  linear-gradient(to top right, rgba(255,255,255,0) 50%, #e6d2aa 50.5%) no-repeat top left/50% 100%,
	  linear-gradient(to top left, rgba(255,255,255,0) 50%, #e6d2aa 50.5%) no-repeat top right/50% 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.wrapper_index01_big_b03 {
	background: #e6d2aa;
	z-index: 0;
}

.wrapper_index01_big_b04 {
	padding: 110px 0 170px;
}

.wrapper_index01_big_b05 {
	padding: 170px 0 230px;
	background: #e6d2aa;
}

.wrapper_index01_big_b05:after {
	content: "";
	width: 100%;
	height: 150px;
	background: url(../img_t/back01.webp) repeat-x center center/auto 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrapper_index01_big_b06 {
	padding: 170px 0 110px;
}

.wrapper_index01_big_b07 {
	padding: 50px 0;
	background: #e6d2aa;
}

.wrapper_index01 {
	max-width: calc(100% - 60px);
	width: 1320px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index: 3;
}

.index_title01 {
	margin: 0 auto 140px;
	padding: 0;
}

.index_title01_img01 {
	display: block;
	max-width: 70%;
	width: 800px;
	margin: 0 auto;
}

.index_textbox01 {
	margin-bottom: 50px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_textbox01_text01 {
	display: inline-block;
	font-size: 110px;
	vertical-align: bottom;
}

.index_textbox01_text02 {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 60px;
	vertical-align: bottom;
}

.index_textbox01_text03 {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 90px;
	vertical-align: bottom;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul01_li {
	margin-right: 20px;
	padding: 15px 30px;
	background: #c32337;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_ul01_li:last-child {
	margin-right: 0px;
}

.index_textbox02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.index_textbox02_img01 {
	display: block;
	max-width: 55px;
	margin-right: 25px;
}

.index_textbox02_box01 {
	max-width: calc(100% - 90px);
}

.index_textbox02_box01_text01 {
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_textbox02_box01_text02 {
	margin: 0 auto;
	font-size: 23px;
	font-weight: 300;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1000px;
	margin: 0 auto 60px;
}

.index_box01_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: calc(39% - 30px);
}

.index_box01_textbox01_title01 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_box01_textbox01_title01_l01 {
}

.index_box01_textbox01_title01_l02 {
}

.index_box01_textbox01_title01_span01 {
}

.index_box01_textbox01_text01 {
	margin: 0 0 90px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 38px;
	text-align: left;
}

.index_box01_textbox01_text01:last-child {
	margin: 0;
}

.index_box01_textbox01_text01_span01 {
	display: none;
}

.index_box01_textbox01_text01_br01 {
}

.index_box01_textbox01_hr01 {
	display: none;
	width: 100%;
	margin: 0;
	border: none;
}

.index_box01_img01 {
	display: block;
	max-width: 61%;
}

.index_button01 {
	margin-bottom: 140px;
}

.index_box02 {
	max-width: calc(100% - 160px);
	width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}

.index_box02_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index_box02_ico01 {
	position: absolute;
	z-index: 2;
}

.index_box02_ico01_pc {
	display: block;
}

.index_box02_ico01_sp {
	display: none;
}

.index_box02_ico01_p01 {
	max-height: 80px;
	width: auto;
	top: -40px;
	left: -80px;
}

.index_box02_ico01_p02 {
	max-height: 80px;
	width: auto;
	bottom: -80px;
	right: -120px;
}

.index_text01_wrap {
	margin: 0 100px;
	position: relative;
}

.index_text01 {
	max-width: 900px;
	margin: 0 auto 10px;
	font-size: 25px;
	font-weight: 500;
	color: #000;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.index_text01_pc {
}

.index_text01_sp {
	display: none;
}

.index_text01_s01 {
}

.index_text01_ico01 {
	max-height: 160px;
	width: auto;
	top: 100%;
	left: -120px;
	position: absolute;
	z-index: 2;
}

.index_text01_ico01_pc {
	display: block;
}

.index_text01_ico01_sp {
	display: none;
}

.index_textbox03 {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 25px 20px;
	background: #c32337;
}

.index_textbox03_text01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_textbox03_text02 {
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_text02 {
	max-width: 900px;
	margin: 0 auto 40px;
	font-size: 23px;
	font-weight: 500;
	color: #000;
	line-height: 46px;
	text-align: center;
}

.index_ul02 {
	list-style: none;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.index_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: #3e3a39 2px solid;
}

.index_ul02_li:last-child {
	margin-bottom: 0px;
}

.index_ul02_li_text01 {
	display: block;
	width: 100px;
	margin-right: 20px;
	padding-right: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
	position: relative;
}

.index_ul02_li_text01:after {
	content: "\f054";
	display: block;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.index_ul02_li_text02 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: left;
}

.index_ul02_li_text02 a {
	display: inline-block;
	color: #000;
	position: relative;
	transition-duration: 0.35s;
}

.index_ul02_li_text02 a:hover {
	color: #999;
	transition-duration: 0.35s;
}

.index_ul02_li_text02 a:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.index_title02 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_ul03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto 140px;
	padding: 0 30px;
}

.index_ul03_li {
	width: calc((100% - 80px) / 3);
	margin-bottom: 40px;
	margin-right: 40px;
}

.index_ul03_li:nth-child(3n) {
	margin-right: 0px;
}

.index_ul03_li_img01 {
	display: block;
	width: 100%;
}

.index_table01 {
	border-collapse: collapse;
	table-layout: fixed;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 30px;
	border-top: #000 2px solid;
}

.index_table01_td01 {
	padding: 20px 0;
	border-bottom: #000 2px solid;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

th.index_table01_td01 {
	width: 358px;
	border-right: #000 2px solid;
	text-indent: 10px;
	text-align: left;
}

.index_table01_td01_ico01 {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background: #c32337;
}

.index_table01_td01_ico02 {
	display: block;
	width: 24px;
	height: 2px;
	margin: 0 auto;
	background: #231815;
}

.index_text03 {
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_imgbox01_wrap {
	position: relative;
	z-index: 2;
}

.index_imgbox01 {
	width: 230px;
	height: 230px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_imgbox01_img01 {
	display: block;
	max-width: 55%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_text04 {
	max-width: 1130px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 44px;
	text-align: center;
}

.index_text04_c01 {
	color: #c32337;
}

.index_img01 {
	display: block;
	max-width: 70%;
	width: 720px;
	margin: 0 auto 140px;
}

.index_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 100px;
}

.index_box03_img01 {
	display: block;
	max-width: 60px;
	margin-right: 20px;
}

.index_box03_textbox01 {
}

.index_box03_textbox01_text01 {
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 46px;
	text-align: left;
}

.index_box03_textbox01_text02 {
	width: 100%;
	margin-top: 20px;
	font-size: 21px;
	font-weight: 300;
	color: #000;
	line-height: 1;
	text-align: center;
}

.index_box03_textbox01_text02_pc {
	display: block;
}

.index_box03_textbox01_text02_sp {
	display: none;
}

.index_text05 {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position:relative;
	z-index:2;
}

.footer_box01 {
	padding: 90px 10px 70px;
	background: #231815;
	position: relative;
	z-index: 1;
}

.footer_box01_content01 {
	margin: 0 auto;
}

.footer_box01_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

.footer_box01_content01_ul01_li {
	margin-bottom: 10px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: #FFF 1px solid;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.footer_box01_content01_ul01_li a {
	display: block;
	width: max-content;
	padding-bottom: 7px;
	color: #FFF;
	position: relative;
}

.footer_box01_content01_ul01_li a:before {
	content: "";
	width: 0%;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_content01_logo01 {
	display: block;
	margin: 0 auto 40px;
}

.footer_copy {
	display: block;
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}

/*フッターここまで */

#wrapper_head_big {
	min-height: 150px;
	position: relative;
	z-index: 1
}

.wrapper_head {
	position: relative;
}

.wrapper_head_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a {
	height:0px;
	position:absolute;
	top:-92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #e8d0aa;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #b7a487;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:5;
}

.page-up {
	display:inline-block;
	margin:auto;
	position:fixed;
	bottom:10px;
	right:10px;
}

.page-up img {
	display:block;
}

#page-top a {
    padding: 0;
    display: block;
	font-size:10px;
	color:#464C52;
}

/*about */

/*aboutここまで */

.span_c02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.privacy_text01_ul01 {
	list-style: none;
	margin: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1.8em;
	text-align: left;
	text-indent: -1.8em;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-15px;
}

.privacy_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*inquiry */

.inquiry_text02 {
	margin: 0 auto;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.inquiry_textbox01 {
	max-width: 768px;
	margin: 0 auto 60px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}

.inquiry_textbox01_text01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.inquiry_img01 {
	display: block;
	margin: 0 auto;
}

.inquiry_flow_ul {
	display: none;
	list-style:none;
	margin:0 auto 40px;
	padding:0;
	font-size:0;
	text-align:center;
}

.inquiry_flow_ul_li01 {
	display:inline-block;
	padding:3px 20px;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li02 {
	display:inline-block;
	padding:3px 10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li_b01 {
	background:#2988BC;
	color:#FFF;
}

.inquiry_text02_big {
	display:block;
	margin-bottom:20px;
	font-size:0;
	text-align:center;
}

.inquiry_box_button {
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	text-align:left;
	/* box-shadow */
	box-shadow: inset 3px 3px 8px -1px rgba(150,150,150,0.3);
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_button_radio {
	display:none;
}

.inquiry_box_button_radio_label {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_button_radio_span {
	display:inline-block;
	font-size:14px;
	color:#000;
	line-height:14px;
	vertical-align:middle;
}

.inquiry_box_button_radio_round {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius:5px;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background:#FFF;
	transition-duration:0.2s;
}

.inquiry_box_button_radio_round_in {
	width:10px;
	height:10px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round .inquiry_box_button_radio_round_in {
	background:#CCC;
	transition-duration:0.2s;
}

.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#111;
	line-height:30px;
	text-align:center;
}

.inquiry_big_box {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.inquiry_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto;
	padding: 20px 10px;
	border-bottom: #231815 1px solid;
	font-size: 0;
	text-align: right;
	position: relative;
}

.inquiry_box:first-child {
	border-top: #231815 1px solid;
}

.inquiry_box_long {
	font-size: 0;
	text-align: center;
}

.inquiry_box_left {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 240px;
	margin-right: 20px;
	padding-top: 10px;
}

.inquiry_box_long .inquiry_box_left {
	width: auto;
	margin-right: 0px;
}

.inquiry_box_left_text01 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.inquiry_box_left_ico {
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 13px;
	color: #E60012;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_big {
	width: calc(100% - 260px);
	font-size: 0;
	text-align: left;
}

.inquiry_box_right {
	box-sizing: content-box;
	display: inline-block;
	max-width: calc(100% - 32px);
	width: 100%;
	padding: 10px 15px;
	background: rgba(255,255,255,1);
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_right:focus {
	outline: none;
}

.inquiry_box_long .inquiry_box_right {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 5px;
}

.inquiry_box_right+.inquiry_box_right {
	margin-left: 5px;
}

.inquiry_box_right_short {
	width: 240px;
}

.inquiry_box_right_twoshort {
	width: 160px;
}

.inquiry_box_right_fourshort {
	width: 40px;
}

.inquiry_box_right_naiyou {
	height: 119px;
}

.inquiry_box_right_long {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #111;
	line-height: 20px;
	text-align: left;
}

.inquiry_box_right_text01 {
	display: inline-block;
	margin: 5px 10px 0;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box01 {
	margin-bottom: 5px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_box01_text01 {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}

.inquiry_box_right_box02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.inquiry_box_right_radio {
	display: none;
}

.inquiry_box_right_radio_label {
	display: block;
	margin-bottom: 15px;
	font-size: 0;
	text-align: left;
}

.inquiry_box_right_radio_label:last-child {
	margin-bottom: 0px;
}

.inquiry_box_right_radio_span {
	display: inline-block;
	font-size: 18px;
	color: #231815;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_radio_round {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #FFF;
	border: #595757 1px solid;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round {
	background: #CCC;
	transition-duration: 0.2s;
}

.inquiry_box_right_radio_round_in {
	width: 10px;
	height: 10px;
	margin: auto;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_right_radio:checked ~ .inquiry_box_right_radio_round .inquiry_box_right_radio_round_in {
	background: #FFF;
	transition-duration: 0.2s;
}

.inquiry_box_right_box03 {
	margin-bottom: 10px;
}

.inquiry_box_right_box03_text01 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #00A0E9;
	line-height: 1;
	text-align: left;
	vertical-align: top;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_off {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 100px;
	position: relative;
}

.inquiry_box_decide {
	display: block;
	max-width: calc(100% - 24px);
	width: 320px;
	margin-right: 20px;
	padding: 15px 10px;
	background: #169D62;
	border: #169D62 2px solid;
	position: relative;
	transition-duration: 0.35s;
}

.inquiry_box_decide:last-child {
	margin-right: 0px;
}

.inquiry_box_decide:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#169D62;
	transition-duration: 0.35s;
}

/*.inquiry_box_decide_ico_o {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
}*/

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_box_red {
	color: #FF0000;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	max-width:910px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

/*inquiryここまで */

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 40px;
}

.wp_content {
	margin-bottom: 60px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: 100%;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 40px;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
}

.wp_left_ul_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_left_ul_li_imgbox {
	width: 50%;
	background: #FFF;
	order: 2;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display:block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_imgbox_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cont {
	width: calc(50% - 20px);
	order: 1;
}

.wp_left_ul_li_title {
	margin: 0 auto 40px;
	padding: 10px 0 0;
	font-size: 28px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.wp_left_ul_li_date {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_detail {
	display: none;
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

.wp_left_single {
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_title {
	margin: 0 auto 25px;
	padding: 0;
	font-size: 28px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: right;
}

.wp_left_single_cate {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	padding: 7px 15px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_right {
	width: 245px;
}

.wp_right_title {
	margin: 0 auto 10px;
	text-align: left;
}

.wp_right_title_ico {
	margin-right: 8px;
}

.wp_right_title_span01 {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: bold;
	color: #8B8B8B;
	line-height: 25px;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 10px 0 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul:before {
	content: "";
	width: 2px;
	height: calc(100% - 13px);
	background: #B5B5B5;
	position: absolute;
	top: 0;
	left: 5px;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 12px;
	height: 2px;
	background: #B5B5B5;
	position: absolute;
	top: 9px;
	left: 5px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #ED8C72;
	position: absolute;
	bottom: 0;
	left: 26px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 26px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display:block;
	padding-bottom: 5px;
	font-size:17px;
	color:#111;
	line-height:17px;
	text-align:left;
	position: relative;
}

.wp_right_ul_li_span:after {
	content:"";
	width: 0;
	height: 1px;
	border-bottom: ED8C72 1px dashed;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li a {
	color:#111;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o.wp_right_ul_li:before {
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span:after {
	width: 100%;
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o a {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_ul {
	list-style:none;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}

.wp_right_ul_li_ul_li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:15px;
	color:#3399FF;
	line-height:20px;
	text-align:left;
	position:relative;
}

.wp_right_ul_li_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#867666;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	margin:0 6px 10px;
	background:#169D62;
	border:#169D62 2px solid;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

.wp_pagenation_ul_li a {
	display: block;
	width:30px;
	color:#FFF;
}

.wp_pagenation_ul_li span {
	display: block;
	width:30px;
	color:#169D62;
}

.wp_pagenation_ul_li_o {
	background:#FFF;
	color:#169D62;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:16px;
	font-weight:normal;
	color:#111;
	line-height:30px;
}

.wp_pagenation_ul_li_nb a {
	color:#111;
}

.prev_next {
	margin:0 0 15px 0;
	padding:20px 0 0 0;
}

.prev_next_ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.prev_next_ul_li {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover {
	transition-duration:0.35s;
}

.prev_next_ul_li_before:before {
	conttent:"\f104";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li_after:after {
	conttent:"\f105";
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev_next_ul_li a {
	display:block;
	/*width:140px;*/
	padding:10px;
	background: #169D62;
	border: #169D62 1px solid;
	border-radius: 3px;
	color:#FFF;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover a {
	background: #FFF;
	color:#169D62;
	transition-duration:0.35s;
}

.prev_next_ul_li_m {
	display:inline-block;
	margin: 0 5px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
