
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
li{
	list-style-type: none;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	 color: #000;
}
option {
	background-color: #FFF !important;
	color: #000;
}
.robot{
	    font-weight: 500;
			letter-spacing: 0.14em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
		backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	color:inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}

#cover{
	z-index: 2000;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
}

body{
	position: relative;
	background-color: #FFF;
}
@media all and (min-width: 970px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 970px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------調整クラス-----------------*/
h3{
	font-weight: 500;
}
.w1{
  width:1000px;
}
.w2{
  width:908px;
}
.w3{
  width:720px !important;
}
.w4{
  width:450px !important;
}
.w5{
  width:790px !important;
}
.container{
	margin: auto;
  position: relative;
  width:1136px;
}

.wrapper{
	position: relative;
	text-align: center;
}

.wrapper,
.w100{
  width:100%;
}

.btn_box{
	text-align: center;
}
a{
	transition: .3s;
}
a:hover{
	opacity: 0.6;
}

.color1{
	color: #141414 !important;
}
.color2{
	color:#2A2A2A !important
}
.color3{
	color:#0077B5 !important
}
.sidebox{
	position: fixed;
	top:50%;
	right: -380px;
	transition: 0.3s;
	transition: translateY(-50%);
	z-index: 100;
	background: #FFF;
}
.sidebox:hover{
	right: -1px;
}
.sidebox:hover .sl1 img{
	opacity: 0;
}
.sl1{
background: url(../img/s2.jpg);
background-size: cover;
}
.sl2{
	font-size: 17px;
	padding:25px 30px 15px;
	width: 314px;
	border: 1px solid #868751 !important;
	text-align: center !important;

}
.sl2 a{
	display: block;
}
.text_box_line {
	padding: 30px 20px 29px;
	background: #FFF !important;
	border-radius: 4px;
	border: 1px solid #DFDFDF;
	display: inline-block;
	color: #1A1A1A;
	width: 552px;
	box-sizing: border-box;
}
.link_button input,
.btn1_1{
	font-size: 2rem !important;
	padding: 30px 0px 29px !important;
	background: #868751 !important;
	border-radius: 4px !important;
	border: 1px solid #868751 !important;
	color:#FFF !important;
	display: inline-block;
	width: 400px !important;
	transition: .3s;
}
.link_button input:hover,
.btn1_1:hover{
	background:#FFF !important;
	color:#868751 !important;
	opacity: 1 !important;
}
#TOP03 .btn1 i{
	padding-left: 15px;
}
.btn1{
	font-size: 1.4rem;
	padding: 10px 70px 10px !important;
	background: #868751;
	color:#FFF !important;
	display: inline-block;
	background: url(../img/bbg.png) no-repeat !important;
		background-size:cover !important;
}
.catalog a{
	display: inline-block;
}
.catalog>a:hover,
#TOP04 a:hover,
.top_a:hover,
.btn1:hover{
	filter: brightness(1.1) !important;
	opacity: 1 !important;
}
.w_cate{
	cursor: pointer;
}
dl.search1 dd button{
	cursor: pointer;
}
#FOOTER .btn1{
	font-size: 1.8rem;
	padding: 16px 50px 15px !important;
}
.btn2{
	font-size: 2rem;
	padding: 10px 80px 12px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #868751;
	color:#868751 !important;
	display: inline-block;
}
.btn2:hover{
	background:#868751;
	color:#FFF !important;
	opacity: 1 !important;
}
.btn3{
	font-size: 1.8rem;
	padding: 30px 30px 29px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #868751;
	color:#868751 !important;
	display: inline-block;
	width: 552px;
	box-sizing: border-box;
}
.btn3:hover{
	background:#868751;
	color:#FFF !important;
	opacity: 1 !important;
}
#NEWS .news_in a{
	display: block;
	border-bottom: 1px solid #DFDFDF;
	padding: 20px 0;
	text-align: left;
}
#NEWS p{
	display: inline-block;
	font-size: 16px;
}
#NEWS p.day{
	width: 130px;
	text-align: left;
}
p.news{
	display: inline-block;
	color: #FFF;
	background: #BABABA;
	padding: 4px 25px 6px;
	border-radius: 3px;
	margin-right: 20px;
	font-size: 14px;

}
.tableBox {
	width: 100%;
	margin: 0 auto;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}
table th,
table td {
	padding: 15px 0px 14px;
	border-bottom: 1px solid #C3C3C3;
	line-height: 2;
	font-weight: 400;
	vertical-align: top;
	font-size: 15px;
	text-align: left;
	box-sizing: border-box;
}
table th {
	width: 20%;
	font-weight: bold !important;
	font-weight: 500 !important;
	background-color: #B1B1B1;
	color: #FFF !important;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
table tr:last-of-type th{
	border-bottom: 1px solid #C3C3C3;
}
table.use_box {
	margin-top: 15px;
	margin-left: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 537px;
	border: 1px solid #CCCCCC;
}

table.use_box td {
	padding: 0.4em 0.6em;
	border: 1px solid #CCCCCC;
}




.w2_20{
	  width:860px;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-size: 2rem !important;
}
.art table td {
	padding-left: 20px;
	background-color: #FFF;
}
.pankuzu{
	width: 100%;
	background: #FFF;
	position: absolute;
	top:-45px;
	left: 0;
	z-index: 1000;
}

.postform{
	background: #000;
	position: absolute;
	top:0px;
	left: -130px;
	z-index: 1000;
	height: 100%;
	opacity: 0;
	width:120px;
}

.pankuzu ol{
	max-width: 1134px;
	display: flex;
	margin: auto;
	padding: 9px 0;
}
.pankuzu ol li:first-of-type a{
	color: #868751;
}
.pankuzu ol li a::after{
	content: ">";
	color: #AAA;
	display: inline-block;
	padding: 0 8px;
	font-weight: 500;
	font-size: 1.5rem;
}
.pankuzu ol li:last-of-type a::after{
	display: none;
}
.pankuzu a{
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;

}
.w_cate{
	display: flex;
	justify-content: space-between;
}
.w_cate ul li{
	background-color: #3C3C3C;
	color: #FFF;
	font-size: 13px;
	padding: 7px 10px 7px 10px;
}
.w_cate ul li img{
	vertical-align: baseline;
}
.w_cate{
	border: 1px solid #FFF;
	box-sizing: border-box;
	padding: 4px;
}
.sa_1{
	width: 100%;
	flex: 1;
}
dl.search1{
	position:relative;
	background-color:#fff;
	width: 100%;
	flex: 1;
}
.btn-search{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px !important;
	height: 40px !important;
	opacity: 0;
	z-index:1000 ;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:14px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	
	background:none;
	border:none;
	z-index:100;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('../img/svg/s.svg') no-repeat 4px 2px;
	background-size: 26px auto;
	z-index:100;
	padding:5px;
}
@media screen and (max-width: 970px) {
	.pankuzu{
		display: none;
	}
	.w1{
	  width:100%;
	}
	.w2{
	  width:100%;
	}
	.w3{
	  width:100% !important;
	}
	.w4{
	  width:100% !important;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.w5{
	  width:100% !important;
	}
	.container{
	  width:100%;
	}
	.sl2{
		font-size: 17px;
		padding:25px 0px 15px;
		width:100%;
		border: 1px solid #868751 !important;
		text-align: center !important;

	}
	.sl2 a{
		display: block;
	}
.sidebox{
	width: 339px;
}
	.sidebox .sl1{
		background: url(../img/sl4.jpg) #868751 no-repeat !important;
		background-size: contain !important;
	}
	.sidebox{
		top: auto;
		bottom: -265px;
    right:50%;
		margin-right: -170px;
	}

	.sidebox:hover{
		top: auto;
		bottom: -265px;
	right:50%;
	}
	.sidebox.on{
		right:50%;
		bottom: 0;
	}
	.sidebox .sl1{

	}
	.sidebox .sl1 img{
		opacity: 1 !important;
	}
	.sidebox.on .sl1 img{
		opacity: 0 !important;
	}
	.sidebox.on .sl2{
		box-sizing: border-box;
	}
	.btn1{
		font-size: 1.6rem;
		padding: 19px 20px 19px !important;
		width:calc(100%);
		box-sizing: border-box;
		white-space: nowrap;
		
	}
	#TOP03 .btn1{
		width:calc(100% - 50px);
	}
	.wrapper>.btn1{
		width:calc(100% - 50px);
	}
	#FOOTER .btn1{
		font-size: 1.6rem;
		padding: 15px 0px 15px !important;
		margin-bottom: 20px;
	}
	#NEWS p.day{
		width: 90px;
		text-align: left;
		font-size: 13px;
	}
	p.news_text{
		width: 90%;
	}
	#NEWS p {
		font-size: 13px;
	}
	#NEWS .news_in a{
		display: flex;
	}
	p.news{

		display: inline-block;
		color: #FFF;
		background: #BABABA;
		padding: 1px 15px 3px;
		border-radius: 3px;
		margin-right: 10px;
		font-size: 12px;

	}
	p.news_text{
		margin-top: 0px;
		font-size: 14px;
	}
	.text_box_line {
		padding: 30px 10px 29px !important;
		background: #FFF !important;
		border-radius: 4px;
		border: 1px solid #DFDFDF;
		display: inline-block;
		color: #1A1A1A;
		width: calc(100% - 50px);
		box-sizing: border-box;
	}
	.text_box_line.margin_top_25 {
    margin-top: 15px !important;
}
	.text_box_line.font_17 .font_22{
		font-size: 15px !important;
		white-space: nowrap;
	}
	.text_box_line.font_17{
		font-size: 12px !important;
	}
	.btn3 {
    font-size: 1.5rem;
    padding: 30px 10px 29px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #868751;
    color: #868751 !important;
    display: inline-block;
    width: calc(100%);
    box-sizing: border-box;
}
.btn3.margin_top_80 {
	margin-top: 15px !important;
}

 table td{
	width: 70px;
	
}
.wrapper .flex_between.margin_auto .text_lineheight_8{
	margin-bottom: 40px;

}
.padding_s_0{
	padding: 0 !important;
}
.w2_20{
	  width:100%;
	  box-sizing: border-box;
	  padding:0 20px;
}

}
/*------------------header------------------*/

header{
	position: fixed;
	width: 100%;
	z-index: 1001;
	top:0px;
	left: 0;
	background: #141414;
	height: 125px;

}

.top_box{
	height: 124px;
}

.logo_header{
  position: fixed;
  top:50%;
  right: 0;
  transform: translate(0%,-50%);
  z-index: 1002;

}
.top_btn{
	position: absolute;
	bottom: 131px;
	right: 0;
	cursor: pointer;
}
.contact_copy{
	position:absolute;
	top:32px;
	left: 300px;
	z-index: 1002;
	font-size: 20px;
	text-align: center;
}
.content_header{
}
.content_header a.t_con{
	font-size: 1.6rem;
	padding: 10px 18px 10px;
	background: #019AFF;
	border-radius: 4px;
	border: 1px solid #019AFF;
	color:#FFF !important;
	display: block;
	margin-bottom: 8px;
}
.content_header a.t_con:hover{
	background:#FFF;
	border-radius: 6px;
	color:#019AFF !important;
	opacity: 1 !important;
}
a.btn4{
	font-size: 1.6rem;
	padding: 10px 18px 10px;
	background: #019AFF;
	border-radius: 4px;
	border: 1px solid #019AFF;
	color:#FFF !important;
	display: inline-block;
	margin-bottom: 8px;
}
a.btn4:hover{
	background:#FFF;
	border-radius: 6px;
	color:#019AFF !important;
	opacity: 1 !important;
}


header nav{
	display: flex;
	justify-content:center;

}

header nav ul{
	display: flex;
	width: 767px;
	justify-content:space-between;

}
header nav ul li{
	padding:12px 0px 0;
}
header nav ul li a{
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0px;
	color: #FFF !important;
	line-height: 1.2;
	letter-spacing: -0.34px;
}
header nav ul li a.last{
	display: block;
}
header nav ul li a{
	position: relative;
}
header nav ul li a.active{
	opacity: 0.5;
}
.header_top{
	margin: auto;
	position: relative;
	box-sizing: border-box;

}

.on1 {
	display: none;
}
header .top_box{
	height:auto;
}
header .contact_header{
	top:5px;
}
header{
	position: fixed;
	width: 100%;
	top:0;
	display: flex;
	justify-content: space-between;
	padding:16px 30px;
	box-sizing: border-box;

}
header .on1 {
	display: block;
		float: left;
		margin-top: -2px;
		margin-right: 17px;
}
header .on2 {
	display: none;
}
header .content_header{
	top:17px;
}
header .contact_copy{
	position:absolute;
	top:18px;
	left: 200px;
	z-index: 1002;
	font-size: 16px;
}
header .contact_header a img{
	width: 200px !important;
	padding-left: 20px;

}

header nav ul .content_header{
}
header.on nav ul .content_header{
}
header.on nav{
}
header.on nav ul li a{
}

.menu_sp{
	position: fixed;
	right: 0px;
	top:0px;
	z-index: 1001;
}

.menu_sp.on .open,
.menu_sp .close{
	display: none;
}
.menu_sp.on .close{
	display: block;
}


@media screen and (max-width: 970px) {
	html{
		overflow-x: hidden;
	}
header.on{
	background-color: #000;
}
header nav ul{
	width: 100%;
}
.s2 ul li div{
	height: 135px !important;
}
.top_btn{
	position: absolute;
	bottom: 231px;
	right: 0;
}

header.op .content_header{
	top:0;
	right: 0;
	width: 100%;
}
header.op{
overflow-y: scroll;
height: 100vh;

}
header nav ul li a.active{
	color: inherit;
	text-decoration: none;
}
header nav ul li a.active::after{
	display: none;
}
	header {
		top:0;
		height: 60px;
	}
	header nav{
		height: 100vh;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
display: none;
	}
		header nav .content_he a{
	font-size: 1.7rem;
    padding: 18px 41px 18px;
    background: #019AFF;
    border-radius: 4px;
    border: 1px solid #019AFF;
    color: #FFF !important;
    display: block;
		text-align: center;
    margin-bottom: 8px;
		margin-top: 10px;
	}

header nav ul li {
    padding: 10px 25px;
	}
	header nav.on{
		margin: 0;
		top:0;
		left: 0;
		background:#000;
		width: 100%;
		min-height: 600px;
		height: 100vh;
		display: flex;
		align-items: center;
	}
	header nav ul li a{
		display: block;
		text-align: left !important;
		border:none !important;
		font-size: 2rem !important;
		padding: 0 25px;
		color: #000 !important;
		line-height: 1.4;
		text-align: center !important;
		color: #FFF !important;
	}
	header nav ul li a.btn1{
		display: block;
		text-align: left !important;
		border:none !important;
		font-size: 2rem !important;
		padding: 0 25px;
		background-color: #000 !important;
		line-height: 1.4;
		text-align: center !important;
		color: #FFF !important;
	}
	header nav ul{
		display: block;

	}
	header nav ul li a.on{
		color: inherit;
		text-decoration: none;
	}
	.logo_sp{
		position: fixed;
		top:0px;
		left: 0;
		padding: 15px 25px 10px;
		z-index: 100;
		width: 100%;
		height: 41px;
		background: #000;
	}
	.position_relative .logo_sp{
		background:#868751;
	}
}
footer{
	background: #000;
	color: #FFF;
	font-size: 1.5rem;
	padding: 30px;
	text-align: center;
}

.width698{
  width: 698px;
}
.article{
	padding:25px 30px;
	background: #FFF;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.article_box{
	display: block !important;
	box-sizing: border-box;
}
.article_box>div{
	width: 100%;
	margin-bottom: 30px;
}
.article_box>div .font_20 {
    font-size: 1.8rem !important;
}
.article_box>div .font_17 {
    font-size: 1.4rem !important;
}
.article>p.margin_top_10{
	margin-top: 0 !important;
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.page-id-429 #page_header,
.page-id-429 #bread_crumb{
  display: none;
}

.wpcf7-form .dtStyle02_{
	font-size: 1.6rem;
	font-weight: 700;
padding-bottom: 16px;
display: inline-block;

}
.scroll-box{
	font-size: 1.4rem;
	line-height: 1.8;
	padding:30px 28px 0 !important;
	box-sizing: border-box;
}
.dd_center{
	padding: 30px 0;
	padding-left: 0 !important;
	display: inline-block;
}
.dt_center .wpcf7-list-item-label{
	display: inline-block;
	transform: translateY(3px);
	margin-left: 10px;
}
.dt_center{
	display: flex;
	align-items: center;
	    height: 90px;
}
.wpcf7-form dl {
	margin-bottom: 20px;
}
.wpcf7-form dt {
	padding-top: 10px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0em;
  line-height: 1;
}
.wpcf7-form dt .font_12{
	font-weight: 400;
	    vertical-align: top;
}
.wpcf7-form dt:first-of-type {
	padding-top: 0px;
}
.wpcf7-form .dtStyle01 {
	margin-bottom: 26px;
	width: auto;
	float: none;
	padding-top: 0;
}
.wpcf7-form dd {
	margin-top: 8px;
	margin-bottom: 37px;
	word-break: break-all;
}
.wpcf7-form dd:last-of-type {
	margin-bottom: 0;
}
.wpcf7-form .ddStyle01 {
	margin-bottom: 53px;
	padding-left: 0;
}
.wpcf7-form .ddStyle02 {
	margin-bottom: 17px;
	text-align: left;
}
.wpcf7-form dd .radioList {
	margin-top: -18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
}
.wpcf7-form dd .radioList li {
	margin-top: 18px;
	width: 160px;
}
.wpcf7-form dd .radioList li:nth-of-type(3n - 2) {
	width: 178px;
}
.wpcf7-form dd .radioList li input {
	display: none;
}
.wpcf7-form dd .radioList li input + span {
	padding-left: 40px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: url(../../img/common/icon07.png) no-repeat left center / 30px auto;
}
.wpcf7-form dd .radioList li input:checked + span {
	background-image: url(../../img/common/icon09.png);
}
.wpcf7-form dd .radioUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7-form dd .radioUl li {
	width: 340px;
}
.wpcf7-form dd .radioUl li input {
	display: none;
}
.wpcf7-form dd .radioUl label {
	display: block;
}
.wpcf7-form dd .radioUl li input + span {
	padding-left: 50px;
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.27;
	letter-spacing: 0.06em;
	background: url(../../img/common/icon08.png) no-repeat left top 2px / 30px auto;
}
.wpcf7-form dd .radioUl li input:checked + span {
	background-image: url(../../img/common/icon09.png);
}
.wpcf7-form dd .radioUl li input + span small {
	margin-bottom: 12px;
	padding: 9px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
	background-color: #990073;
}
.wpcf7-form input[type="radio"]{

}
.wpcf7-list-item{
	margin:0 1em 10px 0 !important;
}

.radio-554 .wpcf7-list-item.last{
	padding:0 0 35px 0 !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	padding: 5px 15px;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #FFF;
	-webkit-appearance: none;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
	appearance: none;
}
.wpcf7-form textarea {
	height: 140px;
	resize: vertical;
  border: 1px solid #D9D9D9 !important;
}
.wpcf7-form dd p {
	margin-top: 5px;
	color: #990073;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-family: 'Noto Sans JP', sans-serif;
}
.wpcf7-form .submitList {
	display: flex;
	justify-content: center;
}
.wpcf7-form .submitList li {
	width: 240px;
}
.wpcf7-form .submitList li input {
	height: 81px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #990073;
	background-color: #990073;
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	transition: .4s;
}
/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7-not-valid-tip{
	font-size: 1.2rem;
}
.wpcf7 p { margin-bottom:1em; font-size:16px; }
.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:15px; border:1px solid #ccc; line-height:1.2; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:18px; line-height:1.2; color:#000}
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }

.scroll-box,
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:6px; -moz-border-radius:6px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:6px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1.7rem; }
.wpcf7 .te{
	position: relative;
}
.wpcf7 .te::after{
	position: absolute;
	left: 420px;
	top:25px;
	content:"";
	border-right: #1A1A1A 2px solid;
	border-bottom: #1A1A1A 2px solid;
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
}
.wpcf7 select{ width:auto; width:454px; padding:14px; border:1px solid #ccc;


	padding: 5px 15px;
	height: 60px;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #FFF;
	-webkit-appearance: none;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	appearance: none; }

@media all and (min-width: 1079px) {
	.wpcf7-form .submitList li input:hover {
		color: #990073;
		background-color: #fff;
	}

}
@media all and (max-width: 970px) {
	footer {
    background: #1A1A1A;
    color: #FFF;
    font-size: 1.1rem;
    padding: 20px 0 30px;
    text-align: center;
}
footer span{
	font-size: 1.1rem;

}
  .radio-554 .wpcf7-list-item.last{
  	padding:0 0 10px 0 !important;
  }

	.wpcf7-form .dtStyle02_{
		font-size: 1.1rem;
		font-weight: 700;
		font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 16px;
	display: inline-block;

	}
	.scroll-box{
		font-size: 1.2rem;
		line-height: 1.8;
		padding:20px 14px 0;
		box-sizing: border-box;
	}
	.dd_center{
		padding: 0px 0;
		padding-left: 0 !important;
		display: inline-block;
	}
	.dt_center .wpcf7-list-item-label{
		display: inline-block;
		transform: translateY(5px);
		margin-left: 10px;
	}
	.dt_center{
		margin-top: 30px;
		display: flex;
		align-items: center;
		    height: 20px;
	}
	.link_button input{
		width: 100% !important;
	}
	.wpcf7 .te::after{
		left: auto;
		right: 25px;
	}
	.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:13px; line-height:1.2; color:#000}
	.wpcf7-form dl {
		margin-bottom: 29px;
	}
	.wpcf7-form input[type="radio"]{
		height: 30px;
	}
	.wpcf7-form dt {
		margin-bottom: 14px;
		padding: 0 0 6px;
		width: auto;
		float: none;
		font-size: 1.4rem;
		text-align: center;
		border-bottom: 1px solid #707070;
	}
	.wpcf7-form dt:first-of-type {
		padding-top: 20px;
	}
	.wpcf7-form .dtStyle01 {
		margin-bottom: 22px;
		width: auto;
		float: none;
		padding-top: 0;
	}
	.wpcf7-form .dtStyle02 {
		margin-bottom: 5px;
		padding-bottom: 0;
		text-align: left;
		font-size: 1.1rem;
		border-bottom: none;
	}
	.wpcf7-form dd {
		margin-bottom: 25px;
		padding-left: 0;
	}
	.wpcf7-form dd:last-of-type {
		margin-bottom: 0;
	}
	.wpcf7-form .ddStyle01 {
		margin-bottom: 38px;
		padding-left: 0;
	}
	.wpcf7-form .ddStyle02 {
		margin-bottom: 17px;
	}
	.wpcf7-form dd .radioList {
		margin-top: -18px;
	}
	.wpcf7-form dd .radioList li {
		margin-top: 18px;
		width: calc((100% - 10px) / 2);
	}
	.wpcf7-form dd .radioList li:nth-of-type(3n - 2) {
		width: calc((100% - 10px) / 2);
	}
	.wpcf7-form dd .radioList li input + span {
		padding-left: 30px;
		font-size: 1.3rem;
		background-size: 25px auto;
		background-image: url(../../img/common/icon08.png);
	}
	.wpcf7-form dd .radioUl {
		display: block;
	}
	.wpcf7-form dd .radioUl li {
		margin-bottom: 14px;
		width: auto;
	}
	.wpcf7-form dd .radioUl li:last-of-type {
		margin-bottom: 0;
	}
	.wpcf7-form dd .radioUl li input + span {
		padding-left: 30px;
		font-size: 1.1rem;
		background-size: 25px auto;
		background-position:  left top;
	}
	.wpcf7-form dd .radioUl li input + span small {
		margin-bottom: 6px;
		padding: 4px 5px 6px;
		font-size: 0.9rem;
	}
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="submit"],
	.wpcf7-form textarea {
		padding: 5px 8px;
		font-size: 1.2rem;
	}
	.wpcf7-form textarea {
		height: 200px;
	}
	.wpcf7-form dd p {
		margin-top: 2px;
		font-size: 0.9rem;
		color: #990073;
	}
	.wpcf7-form .submitList {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}
	.wpcf7-form .submitList li {
		width: 156px;
	}
	.wpcf7-form .submitList li input {
		height: 53px;
		font-size: 1.2rem;
		border-radius: 5px;
	}
  .post_content p.font_22 {
    font-size: 16px !important;
  }
  .post_content p.font_22.font_s_14 {
    font-size: 14px !important;
  }
  .post_content p.font_22 br{
    display: none;
  }
  .post_content p.font_22.font_s_14 br{
  display: block;
}
.post_content p.font_22.font_s_14{
  font-weight: 500;
  line-height: 2 !important;
  }

  .simg1 .wp-image-45{
    width: 70%;
  }
  .post_content p.padding_bottom_100{
    padding-bottom: 40px !important;
  }
  .design1_content2 .item:first-of-type .content{
    border-top: none;
  }
  .design1_content2 .image,
  .design1_content1 .content_inner,
.design1_content2 .content_inner,
.design1_content2 .item .content
{
  text-align: left;
  border-left: none !important;
    border-right: none !important;
  }
  .post_content h6{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .design1_content2 .image { width: 100%;height: 70vw; float:none; position:relative;border: 1px solid #b3b3b3;box-sizing: border-box;}
  .cb_catch.rich_font_type4.padding_bottom_40{
    padding-bottom: 0 !important;

  }
  .font_22.margin_top_0.font_s_16{
    line-height: 1.8;

  }
   .sdgimg{
    width: 137px;
   }

}
.share-type2 ul.type2 li.default.twitter_button a:hover{

  background-color: #0CB43C !important;
  border-color: #0CB43C !important;
}

/*CONTACTフォーム */
.wpcf7-radio label {
	position      : relative;
	display       : inline-block;
	width         : 18px;
	height        : 18px;
	border        : 1px solid #666;
	border-radius : 100%;
	cursor        : pointer;
}
.wpcf7-radio label span{
  padding-left: 30px;
  white-space: nowrap;

}
.wpcf7-radio label:before {
	content          : '';
	display          : block;
	width            : 6px;
	height           : 6px;
	border-radius    : 100%;
	position         : absolute;
	top              : 6px;
	left             : 6px;
	z-index          : 1;
	background-color : #868751;
}
.wpcf7 input[type=radio]{
  border: none !important;
  width: 0;
    max-width: 0;
}

.wpcf7-radio label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0px;
	position   : absolute;
	z-index    : 2;
	top        : 2px;
	left       : -17px;
	width      : 17px;
	height     : 10px;
	display    : block;
	box-shadow : 18px 0px #FFF;
  border-radius: 20px;
}
.wpcf7-radio label input[type="radio"]:checked {
	box-shadow : none;
}
.wpcf7-radio label input[type="radio"]:focus {
	box-shadow : 20px 0px #FFF;
	opacity    : 0.2;
}
@media all and (max-width: 970px) {
  .wpcf7-list-item {
    margin: 0 1em 10px 0 !important;
}
.wpcf7-radio label:before {
	content          : '';
	display          : block;
	width            : 6px;
	height           : 6px;
	border-radius    : 100%;
	position         : absolute;
	top              : 6px;
	left             : 6px;
	z-index          : 1;
	background-color : #868751;
}
.wpcf7-radio label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0px;
	position   : absolute;
	z-index    : 2;
	top        : 0px;
	left       : -17px;
	width      : 17px;
	height     : 8px;
	display    : block;
	box-shadow : 18px 0px #FFF;
  border-radius: 20px;
}
.wpcf7-radio label input[type="radio"]:focus {
	box-shadow : 18px 0px #FFF;
	opacity    : 0.2;
}
.wpcf7-form input[type="radio"] {
    height: 16px;
}
#company .link_button {
    text-align: center;
    padding: 0px 0 30px;
}

.wpcf7-form .dtStyle02{
  font-size: 1.5rem;
  padding-top: 8px;
  padding-bottom: 5px;
}
.wpcf7 textarea {
    height: 180px !important;
}
.wpcf7-radio label span{
	white-space:normal;
	word-break: keep-all;
	width: 200px;
	display: block;
}
}
