/*----------------------------------------------------
	共通CSS
----------------------------------------------------*/
@font-face {
  font-family: 'Chillax-Medium';
  src: url('../fonts/Chillax-Medium.woff2') format('woff2'),
       url('../fonts/Chillax-Medium.woff') format('woff'),
       url('../fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.en {
  font-family: 'Chillax-Medium';
  font-weight: 500;
}
.jp {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jp_bold{
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}


*{
	margin:0;
	padding:0;
	color:#333;
	text-decoration:none;
	box-sizing:border-box;
	font-size:14px;
/*	letter-spacing:0.05em;*/
}
a,p,span,h1,h2,h3,h4,h5,h6,li,dt,dd,th,td {
	line-height:1.4em;
}
ul,ol {
	list-style:none;
}
table {
	border-collapse:collapse;
	width:100%;
}
a:hover,.submit:hover {
	transition:0.3s;
	opacity:0.6;
}
.fadeIn {
  opacity: 0;
}
.center {
	text-align:center;
}

/* img  */
img{
	max-width: 100%;
	height:auto;
	width:auto;
	border:none;
}
img,iframe{
	vertical-align: bottom;
}
@media screen and (max-width:767px){
	img{
		max-width: 100%;
		height: auto;
		width:auto;
	}
}

/* base */
html {
  font-family: "BIZ UDPGothic", sans-serif;
	overflow-x:hidden;
	font-size:100%;
}
body{
	background-color:#FFF;
	position:relative;
	padding-top:112px;
}
@media screen and (max-width:767px){
	body{/*mywidthが100%になるタイミングとセット*/
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
		word-break: break-all;
		padding-top:60px;
	}
}

/*  width 管理  */
#main_wrap.in_side #main .mywidth{
	width:100%;
}
.mywidth{
	width:clamp(768px,100vw,1920px);
	width:100%;
	padding:0 10px;
	margin:auto;
}
.mywidth2{
	width:clamp(768px,79.16vw,1520px);
	margin:auto;
}
@media screen and (max-width:767px){
	.mywidth,.mywidth2{
		width:100%;
		margin:auto;
		padding:0 15px;
	}
}

/*  header  */
#header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	background:#fff;
	transition:0.3s;
}
#header.scrolled {
	border-bottom:2px solid #f5a500;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
#header .head_content{
	display:flex;
	justify-content:space-between;
	align-items:center;
/*	height:121px;*/
	height:85px;
}
#header .head_content .logo_wrap {
	max-width:300px;
}
@media screen and (max-width:767px){
	#header.scrolled #head-navi-sp {
		border-bottom:2px solid #f5a500;
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	}
}

/* メインコンテンツ  */
#main_wrap {
	padding:0px 0 100px;
	margin-top:60px;
}
.home #main_wrap {
	margin-top:clamp(30px,7.29vw,140px);
/*	padding-bottom:6.51vw;*/
	padding-bottom:0;
	position:relative;
}
.home #main_wrap:before {
	content:"";
	width:1px;
	height:109%;
	background:#333;
	position:absolute;
	top:-20.83vw;
	left:5.2vw;
	bottom:0;
	z-index:10;
}
.page-id-11 #main_wrap {
	padding-bottom:0;
	position:relative;
	margin-top:0px;

}
.page-id-11 #main_wrap:before {
	content:"";
	width:1px;
	height:106%;
	background:#333;
	position:absolute;
	top:-20.83vw;
	left:5.2vw;
	bottom:0;
}
.home #main_wrap:after,.page-id-11 #main_wrap:after {
	content:"";
	width:20px;
	height:140px;
	background:url(../images/scroll.jpg) no-repeat center / contain;
	position:absolute;
	top:-15vw;
	left:4.74vw;
	display:block;
	z-index:12;
}
@media screen and (max-width:767px){
	.home #main_wrap {
		margin-top:clamp(20px,6.51vw,50px);
		padding-bottom:80px;
	}
	.home #main_wrap:before,.page-id-11 #main_wrap:before,.home #main_wrap:after,.page-id-11 #main_wrap:after {
		display:none;
	}
	#main_wrap {
		margin-top:30px;
	}
}


/* side有り*/
#main_wrap.in_side{
	display:flex;
	justify-content:center;
}
#main_wrap.in_side #main {
	width:900px;
}
@media screen and (max-width:767px){
	#main,#main_wrap.in_side #main{
		width:100%;
	}
	/* side有り*/
	#main_wrap.in_side{
		flex-direction:column;
	}
}

/*  サイドコンテンツ  */
#sidebar1{
	width:270px;
	margin-left:30px;
}
#sidebar1 .widget{
	margin-bottom:20px;
}
.widget h4.widgettitle {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'Julius Sans One', sans-serif;
    background:#23ac38;
}
.widget ul li a {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #656666;
    padding: 15px;
    background-color: #FFF;
    color: #555 !important;
    position: relative;
    font-family: 'Julius Sans One', sans-serif;
	transition:0.3s;
}
.widget ul li a:hover {
	opacity:0.7;
}
.widget .side-cate > li > a {
    font-weight: bold;
/*     color: #01a050 !important; */
}
.widget ul li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
}

@media screen and (max-width:767px){
	#sidebar1{
		width:100%;
		margin-top: 60px;
		margin-left:0px;
		padding:0 10px;
	}
}

/*  widget別 */
/*  search */
.widget .search_wrap {
	display:flex;
}
.widget .search_wrap input {
	border-radius:3px;
}
.widget .search_wrap #searchsubmit {
	min-width:40px;
	width:40px;
	margin-left:10px;
	border:none;
	border-radius:3px;
}
.widget .search_wrap #searchsubmit i {
	color:#fff;
}

/* tag */
.widget .tagcloud a:before {
	content:"#";
	padding-right:1px;
}
.widget .tagcloud {
	padding-top:10px;
}
.widget .tagcloud a {
	font-size:14px !important;
	display:inline-block;
	margin-right:8px;
	border-radius:3px;
	font-style:italic;
	color:#999;
}

/*.textwidget */
.widget .textwidget {
	padding:10px;
}

/*.img */
.widget .image {
	margin-top:10px;
}

/* carender */
#wp-calendar caption {
	padding:5px 0 0;
}
#wp-calendar th {
	padding:5px 0;
}
#wp-calendar td {
	padding:5px 0;
	background:#ccc;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
}
#wp-calendar td a {
	color:red;
	font-weight:bold;
}

/* footer */
#footer{
	width:100%;
	padding:40px 0 15px;
	position:relative;
	z-index:11;
}
#footer .foot_content {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#footer .foot_content .foot_logo {
	width:clamp(240px,16.35vw,314px);
}
#footer .copy {
	color:#fff;
	text-align:center;
	padding:30px 0px 0px;
	margin-top:30px;
	font-size:14px;
	
}
@media screen and (max-width:767px){
	#footer{
		padding:0px 0 25px;
	}
	#footer .foot_content {
		justify-content:center;
	}
	#footer .foot_content .foot_logo {
		max-width:300px;
		padding:30px 0 20px;
	}
	#footer .copy {
		font-size:clamp(10px,2.13vw,16px);
	}
}

/* archive 調整css  */
.blog-col-all-wrapp {
	display:flex;
	justify-content:space-between;
}
.blog-col-all-wrapp .post-image {
	margin:0;
	min-width:250px;
}
.blog-col-all-wrapp .post-image img {
	width:100%;
	height:188px;
	object-fit:cover;
}
.blog-col-all-wrapp .post-content {
	width:550px;
}
@media screen and (max-width:767px){
	.blog-col-all-wrapp {
		flex-direction:column;
	}
	.blog-col-all-wrapp .post-image img {
		max-width:400px;
		height:auto;
	}
	.blog-col-all-wrapp .post-content {
		width:100%;
	}
}

/* #main_v  */
#main_v {
	background:url(../images/main_v.png) no-repeat bottom right / 68.43vw;
	height:37.5vw;
	position:relative;
}
#main_v .main_title {
 	font-size:1.56vw;
	display:inline-block;
	padding:1rem 2rem;
	line-height:1.4em;
	position:relative;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-top:5.2vw;
}
#main_v .main_title span.en {
	display:block;
	font-size:7.81vw;
	letter-spacing:0;
}

@media screen and (max-width:767px){
	#main_v {
		height:clamp(220px,39.11vw,300px);
		background:url(../images/main_v_sp.png) no-repeat bottom right / contain;
	}
	#main_v .main_title {
		padding:1rem 0vw;
		font-size:clamp(16px,2.6vw,20px);
		line-height:1.6em;
		margin-top:0;
	}
	#main_v .main_title span.en {
		font-size:clamp(32px,6.51vw,50px);
		white-space:nowrap;
	}
}


/* c_box02 */
#main_v {
	padding-bottom:8.85vw;
}
#main_v .mv_btn_wrap {
	display:flex;
	margin-top:9vw;
	margin-left:8vw;
}
#main_v .mv_btn_wrap .item {
	width:clamp(200px,20.83vw,400px);
	display:flex;
	justify-content:space-between;
	align-items:center;
	border:1px solid #333;
	border-radius:15px;
	padding:clamp(10px,1.04vw,20px);
	box-shadow: 8px 8px 0 0 #000;
	background:#fff;
	transition:0.3s;
	margin-right:20px;
}
#main_v .mv_btn_wrap .item:hover {
/*	background:#f5a500;*/
/*	opacity:0.8;*/
	transform:translate(0px,-10px)
}
#main_v .mv_btn_wrap .item.left img {
	width:clamp(50px,6.25vw,120px);
	object-fit:contain;
}
#main_v .mv_btn_wrap .item.right img {
	width:clamp(30px,6.25vw,120px);
	object-fit:contain;
}
#main_v .mv_btn_wrap .item span {
	font-size:clamp(10px,0.83vw,16px);
	font-weight:bold;
	line-height:1.6em;
	padding-right:clamp(20px,2.6vw,50px);
	background:url(../images/arrow02.png) no-repeat center right / 1.77vw;
}
#main_v .img_title {
	width:clamp(280px,19.84vw,381px);
	margin:4.16vw auto 3.12vw;
}
@media screen and (max-width:767px){
	#main_v .mv_btn_wrap {
    flex-direction:column;
    margin-left:0;
    margin-top:0;
	}
	#main_v .mv_btn_wrap .item {
		width:clamp(200px,39.11vw,300px);
		margin-bottom:2vw;
		padding:clamp(5px,1.3vw,10px);
		box-shadow: 4px 4px 0 0 #000;
	}
	#main_v .img_title {
		width:clamp(200px,39.11vw,300px);
		margin:5vw auto;
	}
	#main_v .mv_btn_wrap .item.left img {
    width:clamp(50px,13.03vw,100px);
	}
	#main_v .mv_btn_wrap .item.right img {
    width:clamp(50px,13.03vw,100px);
	}
	#main_v .mv_btn_wrap .item span {
		background: url(../images/arrow02.png) no-repeat center right / 15px;
	}
}
@media screen and (max-width:430px){
	#main_v {
		margin-bottom:130px;
		position:relative;
	}
	#main_v .mv_btn_wrap {
/*		display:none;*/
		position: absolute;
    bottom: -120px;
    left: 5%;
    right: 5%;
	}
	#main_v .mv_btn_wrap .item {
		width:100%;
		margin-bottom:10px;
		min-height:45px;
		padding:5px 5px 10px 15px;
	}
	#main_v .mv_btn_wrap .item.left img {
    width:80px;
	}
	#main_v .mv_btn_wrap .item.right img {
    width:100px;
	}
	#main_v .mv_btn_wrap .item span br {
		display:none;
	}
}


/* #main_v.automatet  */
#main_v.automatet {
	background:url(../images/main_v2.png) no-repeat center / contain;
	height:39.58vw;
	min-height:450px;
	position:relative;
}
#main_v.automatet .main_title {
	display:flex;
	align-items:center;
	flex-direction:column;
	margin-top:0;
}
#main_v.automatet .main_title span.en {
	display:block;
	font-size:clamp(60px,4.84vw,93px);
	letter-spacing:0;
	color:#23ac38;
}
#main_v.automatet .main_title span.jp {
	font-size:clamp(30px,2.5vw,48px);
	letter-spacing:0;
	margin-bottom:clamp(20px,1.56vw,30px);
}
#main_v.automatet .main_title img {
	width:clamp(300px,26.19vw,503px);
	object-fit:contain;
}
#main_v.automatet .text {
	font-size:clamp(24px,1.56vw,30px);
	text-align:center;
	font-weight:bold;
}

@media screen and (max-width:767px){
	#main_v.automatet {
/*		height:250px;*/
		min-height:0;
	}
	#main_v.automatet {
		background:url(../images/main_v2.png) no-repeat center / 95%;
		height:auto;
		padding-bottom:8vw;
	}
	#main_v.automatet .main_title span.en {
		font-size:clamp(36px,5.21vw,40px);
		white-space:nowrap;
	}
	#main_v.automatet .main_title span.jp {
		font-size:clamp(20px,3.12vw,24px);
	}
	#main_v.automatet .main_title img {
		width:clamp(160px,33.89vw,260px);
	}
	#main_v.automatet .text {
		font-size:clamp(14px,3.12vw,24px);
	}
}

/* #sub_main_v  */
#sub_main_v {
/*	background:url(../images/sub_main_v.jpg) no-repeat center / cover;*/
/*	height:300px;*/
/*	display:flex;
	align-items:center;*/
}
@media screen and (max-width:767px){
	#sub_main_v {
		height:100px;
		display:flex;
		align-items:center;
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	}
	#sub_main_v h1 {
		padding:0;
	}
}
/* single 調整css  */
.single .post-image {
		max-width:400px;
		width:100%;
		margin:0 auto 50px;
}
.single .post-image img {
	width:100%;
	object-fit:cover;
}
@media screen and (max-width:767px){
	.single .post-image {
			margin:0 auto 20px;
	}
}
/*	パンくず */
.pankuzu {
	padding:20px 0 0;
}
.breadcrumbs {
	overflow:hidden;
	margin-bottom:10px;
}
.breadcrumbs span ,.breadcrumbs a span {
	font-size:12px;
	white-space:nowrap;
}
.breadcrumbs > span > span {
	position:relative;
	top:2px;
	color:#f5a500;
	font-weight:bold;
}
.breadcrumbs {
	display:flex;
/*	flex-wrap:wrap;*/
}
.breadcrumbs a span {
	color:#333;
}
.breadcrumbs a span:hover {
	opacity:0.7;
}
.breadcrumbs a span:after {
	content: "\f105";
  font-family: "FontAwesome";
  display:inline-block;
  margin:0 8px;
  font-size:14px;
}
@media screen and (max-width:767px){
	.pankuzu {
		padding:10px 0 0;
	}

}



/* footer フローティングボタン・トップに戻る  */
#follow-fotter {
	position:fixed;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding:10px;
}
.foot-button1 {
	border-radius:10px;
	padding:15px 5px;
	display:block;
	text-align:center;
}
#scroll-top a {
	border-radius: 4px;
	bottom: 70px;
	display: flex;
	align-items:center;
	justify-content:center;
	height: 35px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 35px;
}
#scroll-top a:before {
	content:"\f105";
	font-family:"FontAwesome";
	color:#fff;
	transform:rotate(-90deg);
}
@media screen and (max-width:767px){
}

/*----------------------------------------------------
	基本汎用クラス
----------------------------------------------------*/
/* wrapp */
.content-box {
	margin-top:30px;
	padding:60px 30px;
	background:#eee;
}
@media screen and (max-width:767px){
	.content-box {
		padding:30px 10px;
	}
}
/* .relative */
.relative {
	position:relative;
}

/* border */
.border_top {
	border-top:1px solid #333;
	padding-top:6.25vw;
}
.border_top2 {
	border-top:1px solid #333;
	padding-top:2.6vw;
}
@media screen and (max-width:767px){
	.border_top {
		padding-top:clamp(30px,6.51vw,50px);
	}
	.border_top2 {
		padding-top:clamp(30px,6.51vw,50px);
	}
}

/* btn */
.btn01 {
	width: clamp(280px,20.83vw,400px);
	height:clamp(60px,4.68vw,90px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	margin: 0px auto;
	background:url(../images/arrow01.png) no-repeat center right 15px;
}
@media screen and (max-width:767px){
	.btn01 {
		margin: clamp(30px,9.12vw,70px) auto 0;
		height:clamp(50px,7.82vw,60px);
		font-size:clamp(14px,2.34vw,18px);
		width:clamp(200px,39.11vw,300px);
	}
}
.btn02 {
	width: clamp(280px,20.83vw,400px);
	height:clamp(60px,4.68vw,90px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	margin: clamp(20px,1.56vw,30px) auto 0;
	background:url(../images/arrow01.png) no-repeat center right 15px #f5a500;
	font-size:clamp(24px,1.56vw,30px);
}
@media screen and (max-width:767px){
	.btn02 {
		margin: clamp(30px,9.12vw,70px) auto 0;
		height:clamp(50px,7.82vw,60px);
		font-size:clamp(16px,2.34vw,18px);
		width:clamp(200px,39.11vw,300px);
	}
}

/* bg */
.box_bg01 {
	background:url(../images/title_bg.png) no-repeat top right;
}

/* title */
.title_bg01 {
	background:url(../images/title_bg.png) no-repeat bottom right / contain;
}


.c_title01 {
	font-size:clamp(60px,6.25vw,120px);
	font-weight:bold;
	padding-bottom:clamp(20px,2.6vw,50px);
}
.c_title01 span {
	font-size:clamp(20px,1.87vw,36px);
}
@media screen and (max-width:767px){
	.c_title01 {
		font-size:clamp(30px,5.21vw,40px);
	}
	.c_title01 span {
		font-size:clamp(18px,2.6vw,20px);
	}
}

.c_title02 {
	font-size:clamp(22px,1.87vw,36px);
	font-weight:bold;
}
@media screen and (max-width:767px){
	.c_title02 {
		font-size:clamp(18px,3.38vw,26px);
		line-height:1.6em;
	}
}

.c_title03 {
	font-size:clamp(32px,2.5vw,48px);
	font-weight:bold;
}
@media screen and (max-width:767px){
	.c_title03 {
		font-size:clamp(20px,4.17vw,32px);
	}
}


.c_title04 {
	font-size:clamp(60px,6.25vw,120px);
	font-weight:bold;
	padding-bottom:clamp(20px,2.6vw,50px);
	display:flex;
	flex-direction:column;
	line-height:1.2em;
	text-transform:capitalize;
}
.c_title04::first-letter {
	text-transform:capitalize;
}
.c_title04 span {
	font-size:clamp(16px,1.04vw,20px);
	font-weight:bold;
}
@media screen and (max-width:767px){
	.c_title04 {
		font-size:clamp(30px,5.21vw,40px);
	}
	.c_title04 span {
		font-size:clamp(14px,2.6vw,20px);
	}
}







/* text */
.c_text01 {
	font-size:clamp(14px,1.04vw,20px);
	line-height:1.8em;
}
@media screen and (max-width:767px){
}

.c_text02 {
	font-size:clamp(14px,0.93vw,18px);
	line-height:2em;
}
@media screen and (max-width:767px){
}

/* 装飾コメント */
.comment {
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	display:inline-block;
	padding:5px 15px;
	text-align:center;
	font-size:12px;
}
@media screen and (max-width:767px){
}

/* dl */
.content-dl {
	padding:10px 10px 20px;
}
.content-dl dt {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
.content-dl dd {
	font-size:14px;
}
@media screen and (max-width:767px){
	.content-dl {
		padding:10px 10px 10px;
	}
	.content-dl dt {
		font-size:16px;
		margin-bottom:5px;
	}
	.content-dl dd {
		font-size:12px;
	}
}


/* table */
.content_table {
/* 	border:1px solid #d7dfea; */
}
.content_table th,.content_table td {
	border:1px solid #d7dfea;
	padding:30px 30px;
	font-size:16px;
}
.content_table th {
	background:#0d6774;
	color:#fff;
	width:30%;
}
.content_table td {
	width:70%;
	background:#fff;
}
@media screen and (max-width:767px){
	.content_table,.content_table tbody,.content_table tr {
		display:block;
		width:100%;
	}
	.content_table th,.content_table td {
		display:block;
		width:100%;
		padding:20px 15px;
		font-size:14px;
		border:none;
	}
}

/* form_table */
.form_table {
	max-width:1000px;
	margin:0 auto 100px;
}
.form_table tr:nth-child(odd) {
/* 	background:#ccc; */
}
.form_table th,.form_table td {
	padding:20px 15px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	font-size:16px;
}
.form_table th {
	width:30%;
	padding-top:35px;
	text-align:left;
}
/* 確認画面 */
.mw_wp_form_preview .form_table th,.mw_wp_form_preview .form_table td {
	padding:30px 15px;
}
.form_table td {
	width:70%;
	vertical-align: middle;
}
.form_table td .post_number {
	max-width:100px;
}
.form_table td .pref {
	margin-top:10px;
}
@media screen and (max-width:767px){
	.form_table,.form_table tbody,.form_table tr {
		display:block;
	}
	.form_table th,.form_table td {
		display:block;
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:none;
		padding:10px 0px;
	}
	.form_table th {
		border-bottom:none;
		font-size:14px;
		padding:0;
	}
	.form_table td {
		margin-bottom:10px;
	}
}
/* box-shadow */
.b_shadow {
	box-shadow:0px 0px 3px 2px #d6d7d7;
	-moz-box-shadow:0px 0px 3px 2px #d6d7d7;
	-webkit-box-shadow:0px 0px 3px 2px #d6d7d7;
}
/* text-shadow */
.t_shadow {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
}
/* indent */
.indent {
	margin-left:1em;
	text-indent:-1em;
}
/* color */
.main_color{color:#333333;}
.base_color{color:#fff;}
.accent_color{color:#f5a500;}
.accent_color2{color:#23ac38;}
/* background */
.main_back{background-color:#333333;}
.base_back{background-color:#fff;}
.accent_back{background:#F7C448;}

/* single 見出し  */
.single #main .content_area h1 {
	font-size:30px;
	color:#f5a500;
	background: linear-gradient(transparent 70%, #F7C448 70%);
	line-height:1.8em !important;
}
@media screen and (max-width:767px){
	.single #main .content_area h1 {
		font-size:24px;
	}
}
.single #main .content_area h2 {
	font-size:26px;
	color:#f5a500;
	position:relative;
	border-bottom: solid 3px #f5a500;
	line-height:2em !important;
}
.single #main .content_area h2:after {
  content: " ";
 	position: absolute;
  display: block;
  border-bottom: solid 3px #F7C448;
  bottom: -3px;
  width: 20%;
 }
 @media screen and (max-width:767px){
	.single #main .content_area h2 {
		font-size:20px;
	}
}

.single #main .content_area h3 {
	font-size:22px;
	background:#23ac38;
	color:#fff;
	padding:0px 10px 4px;
	line-height:2em !important;
}
@media screen and (max-width:767px){
	.single #main .content_area h3 {
		font-size:18px;
	}
}
.single #main .content_area h4 {
	font-size:18px;
	border-left:5px solid #23ac38;
	padding-left:10px;
	background:#e7e7e7;
}
@media screen and (max-width:767px){
	.single #main .content_area h4 {
		font-size:18px;
	}
}
.single #main .content_area h5 {
	font-size:16px;
	padding:3px 10px;
	border-top:2px solid #23ac38;
	border-bottom:2px solid #23ac38;
}
.single #main .content_area h6 {
	font-size:16px;
	padding:3px 10px;
	border-bottom:2px solid #23ac38;
}

/*----------------------------------------
ナビゲーションPC(ヘッダー)
----------------------------------------*/
#head_navi_pc{
}
#head_navi_pc .nav {
	display:flex;
	align-items:center;
}
#head_navi_pc .nav > li {
	margin-left:25px;
}
#head_navi_pc .nav > li a{
/*	color:#fff;*/
	font-size:16px;
	font-weight:bold;
}

#head_navi_pc .nav > li:last-child {
	margin-left:35px;
}
#head_navi_pc .nav > li:last-child a {
	color:#fff;
	border-radius:30px;
	min-width:280px;
	min-height:58px;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	font-size:16px;
	font-weight:bold;
	background:url(../images/arrow01.png) no-repeat center right 10px #333;
}
@media screen and (max-width:1190px){
	#header > .head_content {
		display:none !important;
	}
}

/*----------------------------------------
ナビゲーションSP(ヘッダー)
----------------------------------------*/
@media screen and (min-width:1191px){
	#head-navi-sp {
		display:none !important;
	}
}
@media (min-width:768px) and (max-width:1190px){
	#head-navi-sp {
		top:10px !important;
	}
}
#head-navi-sp .sp_flex_wrap {
	display:flex;
	justify-content:space-between;
	position:relative;
}
#head-navi-sp .sp_flex_wrap .navi-sp-content img {
	max-width:250px;
	max-height:45px;
	object-fit:contain;
	position:relative;
	top:-2px;
}
#head-navi-sp .sp_flex_wrap .hunberger_wrap {
	width:30px;
}
#head-navi-sp{
	position:fixed;
	width:100%;
	top:0px;
	padding:10px;
	z-index:999;
	height:60px;
	background:#fff;
}
#head-navi-sp .top-nav-sp{
	display:none;
	padding:10px;
	position:fixed;
	top:60px;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
	overflow-y: auto;
	background:#fff;
}
#head-navi-sp .top-nav-sp li {
	list-style:none;
}
#head-navi-sp .top-nav-sp li > a {
	font-size:13px;
	display: block;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #333;
}
#head-navi-sp .top-nav-sp li:first-child > a {
/* 	border-top: 1px solid #fff; */
}
#head-navi-sp .top-nav-sp li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
}
#head-navi-sp .top-nav-sp li > a:hover {
	opacity:0.5;
}

#head-navi-sp .top-nav-sp li:last-child {
	background:#fff;
	padding:15px 20px;
}
#head-navi-sp .top-nav-sp li:last-child > a {
	background:url(../images/arrow01.png) no-repeat center right 10px #333;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:60px;
	font-size:clamp(14px,2.4vw,18px);
	font-weight:bold;
	max-width:350px;
	margin:auto;
	color:#fff;
}


/* ハンバーガー */
.menu-ani-button{
	cursor: pointer;
	position: relative;
	width:30px;/*---線の長さ---*/
	height:25px;/*---線の太さ長さによって調整---*/
	top: 10px;
}
.bar,.bar:before,.bar:after{
	height: 2px;/*---線の太さ---*/
	width: 100%;
	background-color: #333;
	transition: all .25s;
	position: absolute;
}
.bar {
	left: 0;
	top: 10px;
}
.bar:before {
	content: "";
	left: 0;
	top: -10px;
}
.bar:after {
	content: "";
	left: 0;
	top: 10px;
}

.menu-animated .bar {
	background-color: transparent;
	transition: all .25s;
}
.menu-animated .bar:before {
	transition: all .25s;
	content: "";
	transform: rotate(45deg);
	top: 0px;
}
.menu-animated .bar:after {
	transition: all .25s;
	content: "";
	transform: rotate(-45deg);
	top: 0px;
}
/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot_navi_pc{
}
#foot_navi_pc > ul {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:flex-end;
}
#foot_navi_pc > ul > li {
	margin-left:30px;
	margin-top:20px;
}
#foot_navi_pc > ul > li > a {
	color:#fff;
}
#foot_navi_pc > ul > li:last-child a {
  color: #fff;
  border-radius: 30px;
  min-width: 280px;
  min-height: 58px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/arrow01.png) no-repeat center right 10px #f5a500;
}

/*----------------------------------------
ナビゲーションSP(フッター)
----------------------------------------*/
#foot_navi_sp > .ul-wrap > ul > li > a {
	display: block;
	color: #fff;
	padding:20px 30px;
	border-top: 1px solid #fff;
	position:relative;
}
#foot_navi_sp > .ul-wrap > ul > li:last-child > a {
	border-bottom: 1px solid #fff;
}
#foot_navi_sp > .ul-wrap > ul > li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
}
#foot_navi_sp > .ul-wrap > ul > li {
}
#foot_navi_sp > .ul-wrap > ul > li > a:hover {
	opacity:0.5;
}

#foot_navi_sp > .ul-wrap > ul > li:last-child {
	padding:15px 20px;
	border-top:1px solid #fff;
}
#foot_navi_sp > .ul-wrap > ul > li:last-child > a {
	background:url(../images/arrow01.png) no-repeat center right 10px #f5a500;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:60px;
	font-size:clamp(14px,2.4vw,18px);
	font-weight:bold;
	max-width:350px;
	margin:auto;
	color:#fff;
	border:none;
}



/*----------------------------------------
ドロップダウンリスト
----------------------------------------*/
.navi-list ul {
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.9);
	display: none;
	list-style: none outside none;
	position: absolute;
	top: 56px;
	width: 200px;
	z-index: 80;
}
ul.global-navi li.navi-list li.drop-list{
	display:block !important;
	border:none !important;
	border-bottom:1px dotted #ccc !important;
}
.navi-list ul a {
    height: auto !important;
}
/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp_only{display:none !important}
.pc_only{display:block;}
@media screen and (max-width:767px){
	.pc_only{display:none !important;}
	.sp_only{display:block !important;}
}

.pc_only_inline {
	display:inline !important;
}
.sp_only_inline {
	display:none !important;
}
@media screen and (max-width:767px){
	.pc_only_inline {
		display:none !important;
	}
	.sp_only_inline {
		display:inline !important;
	}
}
/*----------------------------------------
  form_base css
----------------------------------------*/
.privacy_check label {
	display:inline-block;
	margin-top:40px;
}
.privacy_check p a {
	color:#396bd8;
	text-decoration:underline;
}
.form_thanks_content {
	text-align:center;
}
select,input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],textarea,button {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text],input[type=email],input[type=tel],input[type=date],input[type=search] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 15px;
	width:100%;
	height:50px;
	max-width:550px;
	margin:auto;
}
input[type=number] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px;
	width:100%;
	height:38px;
}
input[type=file] {
	font-size:14px;
}
input[type=submit] {
	border:none;
	outline:none;
}
.submit {
	height: 60px;
  width: 100%;
  max-width:300px;
  border-radius: 0px;
  color:#fff;
  font-weight:normal;
  letter-spacing:2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 20px;
  font-size: 16px;
  transition:0.3s;
  border:none;
  border-radius:50px;
}
.hissu {
	background:#F73D28;
	color:#fff;
	font-size:12px;
	padding:1px 6px 3px;
	border-radius:3px;
	margin-left:10px;
	font-weight:normal;
	float:right;
}
label {
	margin-right:10px;
	display:flex;
	align-items:center;
/* 	font-weight:bold; */
	font-size:16px;
	cursor:pointer;
}
label [type=checkbox],label [type=radio]  {
	margin-right:5px;
	font-size:18px;
}
textarea {
	width:100%;
	border:1px solid #d1d0cd;
	height:150px;
	border-radius:5px;
	resize: none;
	padding:10px;
}
select {
	background:#fff;
	width:100%;
	padding:10px 15px 10px;
	font-size:14px;
	color:#999;
	border:none;
	border-radius: 0px;
	height:50px;
	cursor: pointer;
}
option {
	color:#000000;
}
select::-ms-expand {
    display: none;
}
.select-wrap {
	position:relative;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #ccc;
}
.select-wrap:before {
	content:"\f107";
	font-family:"FontAwesome";
	position:absolute;
	right:0px;
	top:0;
	width:40px;
	height:40px;
	background:#333;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	font-size:18px;
	height:100%;
	pointer-events: none;
}
::placeholder {
  color: #ccc;
  font-size:14px;
}
@media screen and (max-width:767px){
	input[type=text], input[type=email], input[type=tel] {
    width: 100%;
	}
	input[type=number] {
		font-size:16px;
		padding:7px 10px;
		width:100%;
	}
	input[type=file] {
	}
	select {
		height:50px;
		font-size:14px;
	}
	.select-wrap:before {
    width: 50px;
    height: 50px;
    font-size: 20px;
	}
	.hissu {
		float:none;
		margin-left:15px;
	}
	.submit {
		height: 50px;
	  font-size: 16px;
	  width:100%;
	  margin-top:0;
	}
	label {
		margin-right:10px;
		font-size:14px;
		margin-bottom:0px;
	}
}


