*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #000;
	width: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
}
li{
	list-style: none;
}
h1,h2,h3,h4,dl,ul,p,dt,dd,li{
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 2;
}
h2{
	font-weight: normal;
	font-size: 1.2em;
}
.width100{
	width: 100%;
}

.width80{
	width: 80%;
}
.width70{
	width: 70%;
}
.width50{
	width: 50%;
}

.width30{
	width: 30%;
}

a{
	outline: none;
	color: #160d0a;
}
.pc-bl {
	display: block;
}
.pc-nn,.slider .pc-nn{
	display: none;
}
#top {
	float: right;
	width: 113px;
	clear: right;
}
#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	height: auto;
}
.rd{
	color: #d34254;
}
.gr{
	color: #cedbd2;
}
.bl{
	color: #00429a;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 100%;
}
/*ページトップ*/
#pagetop{
	position: fixed;
	bottom: 2%;
	right: 2%;
}
#footer  a:visited {
	color:#666;
}
#footer  a:hover {
	color:#ccc;
}
.txt-s {
	font-size: 70%;
	line-height: 120%;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-l {
	font-size: 100%;
	line-height: 160%;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}
.ind2{
	text-indent: -6em;
	padding-left: 6em;
}
.ind3{
	text-indent: -7em;
	padding-left: 7em;
}
.ind4{
	text-indent: -0.85em;
	padding-left: 0.85em;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_50{
	margin-top: 50px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 80px;
}
.mt_100{
	margin-top: 100px;
}
.mt_150{
	margin-top: 150px;
}
.mt_200{
	margin-top: 200px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_80{
	margin-bottom: 80px;
}
.mb_100{
	margin-bottom: 100px;
}
.mr_10{
	margin-right: 10px;
}
.mr_20{
	margin-right: 20px;
}
.mr_30{
	margin-right: 30px;
}
.mr_50{
	margin-right: 50px;
}
.mr_100{
	margin-right: 100px;
}
.mr_200{
	margin-right: 200px;
}
.mr_250{
	margin-right: 250px;
}
.mr_280{
	margin-right: 280px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.ml_30{
	margin-left: 30px;
}
.ml_50{
	margin-left: 50px;
}
.ml_60{
	margin-left: 60px;
}
.ml_100{
	margin-left: 100px;
}
.ml_150{
	margin-left: 100px;
}
.ml_210{
	margin-left: 210px;
}
.ml_300{
	margin-left: 300px;
}
.pt_20{
	padding-top: 20px;
}
.pt_30{
	padding-top: 30px;
}
.pt_50{
	padding-top: 50px;
}
.pt_100{
	padding-top: 100px;
}
.pt_200{
	padding-top: 200px;
}
.pb_20{
	padding-bottom: 20px;
}
.pb_50{
	padding-bottom: 50px;
}
.pb_100{
	padding-bottom: 100px;
}
.pl_20{
	padding-left: 20px;
}
.txt_box{
	padding: 0 15px;
}
.lh-1{
	line-height: 1.5;
}
.big{
	font-size: 1.6em;
	font-weight: bold;
}
.big2{
	font-size: 1.2em;
	margin-bottom:10px;
}
.small{
	font-size: 0.7em;
}
.small2{
	font-size: 0.8em;
}
.mdl {
	font-size: 0.9em;
}
.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.w-860{
	width: 860px;
	margin: 0 auto;
}
.flex1{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex2{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: auto;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flex3{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex4{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flex5{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flex6{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.as_c{
	align-self: center;
	-ms-flex-flex-item-align: center;
	-webkit-align-self: center;
}
.jc_c{
	webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.as_fe{
	-ms-flex-item-align: end;
	align-self: flex-end;
}
img{
	vertical-align: bottom;
}
.p_r{
	position: relative;
}
.p_a{
	position: absolute;
}
.ind{
	text-indent: -1em;
	padding-left: 1em;
}
/* 個別 */
.content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
header{
	position: fixed;
	background: #00429a;
	top: 0;
	width: 100%;
	z-index: 990;
	padding: 0;
}
header .content{
	max-width: 1080px;
	width: 100%;
}
header img{
	width: 100%;
}
header a,footer a{
	text-decoration: none;
}
.top{
	padding: 0 0 30px;
}
header h1{
	letter-spacing: 2px;
	width: 270px;
	margin-left: 20px;
	line-height: 1;
}
h1 a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
}
.sp-main{
	display: none;
}
.h-sml{
	font-size: 14px;
}
.h-big{
	font-size: 30px;
}
.menu1{
	width: 750px;
}
.menu1 ul{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hd-icon a{
	width: 20px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	line-height: 0;
}
.hd-icon a{
	-ms-flex-item-align: center;
	align-self: center;
}
.menu1 li a{
	display: block;
	text-align:center;
	font-weight: 300;
	color: #fff;
	letter-spacing: 2px;
}
.buy{
	width: 170px;
}
.buy a{
	display: block;
	width: 100%;
	text-align: center;
	background: #00429a;
	color: #fff;
	padding: 14px 0;
}
button {
	border: none;
	background: none;
	outline:none;
}
.fullscreenmenu{
	width: 50px;
	height: 50px;
}
.right-menu{
	width: 800px;
	padding: 15px 0;
}
.menu2,.menu2 span {
	display: inline-block;
	-webkit-transition:all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.menu2 {
	position: relative;
	top: 0;
	right:  0;
	width: 50px;
	height: 50px;
	z-index: 100000;
	cursor: pointer;
	padding: 0;
	background: #00429a;
}
.menu2 .bar{
	position: absolute;
	left: 50%;
	width: 50%;
	height: 2px;
	background-color: #fff;
	z-index: 10;
	transform: translate3d(-50%,-4px,0);
	-webkit-transform: translate3d(-50%,-4px,0);
}
.menu2 .bar2 {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 2px;
	z-index: 10;
	transform: translate3d(-50%,-4px,0);
	-webkit-transform: translate3d(-50%,-4px,0);
}
.menu2 .menu-txt{
	font-size: 0.5em;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate3d(-50%,-4px,0);
	-webkit-transform: translate3d(-50%,-4px,0);
}
.menu2 span:nth-of-type(1) {
	top: 25px;
}
.menu2 span:nth-of-type(2) {
	top: 31px;
	width: 35%;
	left: 42%;
}
.menu2 span:nth-of-type(3) {
	bottom: 11px;
	width: 35%;
	left: 42%;
}
.menu2.active span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.menu2.active span:nth-of-type(2) {
	opacity: 0;
}
.menu2.active span:nth-of-type(3) {
	-webkit-transform: translateX(-50%)translateY(-12px)rotate(-45deg);
	transform: translateX(-50%)translateY(-12px)rotate(-45deg);
	width: 50%;
	left: 50%;
}
.menu2.active span:nth-of-type(4) {
	opacity: 0;
}
#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: #00429a;
	transition: all 0.3s ease-in-out;
	visibility:hidden;
}

#nav.active{
	right: 0;
	opacity: 0.95;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	overflow: auto;
	z-index: 10000;
}

#nav ul{
	margin:20px auto;
	padding:20px 0;
	width: 70%
}

#nav ul li{
	list-style-type: none;
	margin-bottom: 10px;
}

#nav ul li a{
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
}


#nav ul li ul{
	margin: 0;
	padding: 0;
}

#nav .sp-menu-bottom{
	margin-bottom: 20px;
}

#nav ul .sp-menu-bottom>ul{
	padding-left: 10%;
}

#nav ul .sp-menu-bottom>ul a:before{
	content: ">";
	color: #fff;
	margin-right: 5px;
}


.pure-txt{
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate3d(-50%,-4px,0);
	-webkit-transform: translate3d(-50%,-4px,0);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

#sp-list a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px;
}

.menu2 label{
	z-index: 1500000;
}

video {
	width: 100%;
	height: auto;
	margin-top: 45px;
	display: block;
}

.slider{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.slider img{
	width: 95%;
	height: auto;
	padding-top: 10px;
}

.slider .slick-slide{
	margin: 0 auto;
}

.slider-modal {
	width: 100%;
	height: 100%;
}

.gallary{
	width: 100%;
	height: auto;
	background-color: #f3eeeb;
	text-align: center;
	margin-top: 150px;
	padding: 40px 0 80px;
}

.content-n{
	width: 900px;
	margin: 0 auto;
}

#news h2{
	font-size: 2.2em;
	font-weight: 700;
	color: #00429a;
	letter-spacing: 3px;
}

#news{
	padding: 50px 0;
}

#news dl{
	width: 750px;
}
#news dt{
	width: 20%;
}
#news dd{
	width: 80%;
}
.more-btn{
	text-align: center;
	margin-top: 30px;
}
.more-btn a{
	text-decoration: none;
	color: #00429a;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 5px;
	position: relative;
}
.more-btn a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	width: 20px;
	height: 7px;
	background: url(img/a-arrow.png) no-repeat center center / cover;
}
#bn-box{
	background: rgb(17,53,105);
	background: linear-gradient(0deg, rgba(17,53,105,1) 0%, rgba(0,66,154,1) 100%);
	padding: 40px 0;
}
#bn-box li{
	margin: 10px;
}
#cont1{
	padding: 100px 0;
	background: #fafcff;
}
nt1 h2{
	font-size: 2.8em;
	font-weight: 700;
	letter-spacing: 5px;
}
.flow{
	margin-top: 100px;
}
.flow li{
	width: 380px;
}
.flow li:nth-of-type(1){
	margin-top: -50px;
}
.flow li:nth-of-type(3){
	margin-top: 50px;
}
.flow-txt{
	border-left: 1px solid #00429a;
	padding: 20px;
}
.flow-txt h3{
	font-size: 1.8em;
	color: #00429a;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
#cont2{
	width: 100%;
}
.page-btn{
	width: 50%;
	position: relative;
	height: 80vh;
	background: #000;
	z-index: 100;
	overflow: hidden;
}
.page-btn:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	z-index: -1;
	transition: all 0.4s ease-out;
}
.page-btn:hover:before{
	opacity: 0.5;
	transform: scale(1.05);
}
.page-btn1:before{
	background: url(img/top-btn-bk1.jpg) no-repeat center center / cover;
}
.page-btn2:before{
	background: url(img/top-btn-bk2.jpg) no-repeat center center / cover;
}
.page-btn3:before{
	background: url(img/top-btn-bk3.jpg) no-repeat center center / cover;
}
.page-btn4:before{
	background: url(img/top-btn-bk4.jpg) no-repeat center center / cover;
}
.page-btn a{
	display: block;
	width: 100%;
	height: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.btn-txt{
	max-width: 450px;
	text-align: center;
}
.btn-txt img{
	width: 50%;
}
.btn-txt p{
	color: #fff;
	text-align: center;
}
.btn-txt p:nth-of-type(1){
	margin: 20px 0;
}
.hp-icon2{
	letter-spacing: 5px;
	font-size: 1.5em;
	position: relative;
	display: inline-block;
}
.hp-icon2:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	width: 20px;
	height: 7px;
	background: url(img/a-arrow2.png) no-repeat center center / cover;
}
.rec-img{
	position: relative;
}

.under-tit{
	text-align: center;
	margin-bottom: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.under-tit2 {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.under-tit h2{
	font-size: 4em;
	font-weight: 800;
	letter-spacing: 5px;
	color: #00429a;
	line-height: 1.2;
}

.under-tit2 h2{
	font-size: 4em;
	font-weight: 800;
	letter-spacing: 5px;
	line-height: 1.2;
}

.under-tit p{
	font-size: 1.6em;
	font-weight: 500;
}

.under-tit2 p {
	font-size: 1.6em;
	font-weight: 500;
}

.under-txt1{
	width: 800px;
	margin: 100px auto 50px;
}

.works-topic{
	margin-top: 100px;
}

.str__animation{
	display: flex;
	justify-content: center;
	font-size: 2em;
	margin-bottom: 30px;
}
.str__animation .str{
	will-change: auto;
	min-width: .3rem;
	transform: translateY(0);
	opacity: 0;
}

.undr-btn-box1{
	width: 100%;
}

.undr-btn-box2{
	width: 700px;
	margin: 0 auto;
}

.undr-btn-box1 li{
	width: 220px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	background: #00429a;
}

.undr-btn-box2 li{
	width: 220px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	background: #00429a;
	padding: 5px;
}

.undr-btn-box a{
	display: block;
	background: #00429a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 1.2;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
}

.undr-box{
	margin-top: 100px;
}

.w-box{
	width: 30%;
	letter-spacing: 0;
	margin-bottom: 50px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.w-box h4{
	margin: 10px 0;
}

.wk-txt{
	font-size: 1.1em;
	font-weight: bold;
	color: #00429a;
}

.under-txt5{
	max-width: 800px;
	width: 100%;
	margin: 50px auto;
}











.under-cont-br{
	background: #f8faff;
	padding: 100px 0 150px 0;
	margin-top: 100px;
}

.under-cont-br .undr-box{
	margin-top: 0;
}

.sls-box1{
	margin-bottom: 30px;
	align-items: flex-start;
}

.sls-txt1{
	width: 900px;
}

.sls-box1-2 .sls-txt{
	margin-right: 20px;
	width: 570px;
}

.sls-img1{
	width: 170px;
}

.sls-img2{
	width: 200px;
}

.hp-btn a{
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	background: #00429a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 50px;
}

.sl-box2 .sls-box1{
	width: 100%;
}

.sls-img3{
	width: 340px;
	margin-left: 50px;
}










.undr-btn-box3 li{
	width: 180px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.undr-btn-box3 li a{
	color: #000;
	background: #ffe100;
}








.tel-txt{
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
}

.tel{
	font-size: 1.6em;
	font-weight: 800;
	width: 250px;
	margin: 0 auto 30px;
	align-items: flex-start;
}

.tel-img{
	width: 30px;
	align-items: flex-start;
}

.hp-btn2 a{
	display: block;
	width: 400px;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	margin-top: 10px;
}

.recmain-pc{
	display: block;
	margin-top: 45px;
}

.recmain-pc2{
	display: block;
	margin-top: 20px;
}

.recmain-pc3{
	display: block;
	margin-top: 40px;
}
.recmain-pc4{
	display: block;
	margin-top: 0px;
}
.recmain-sp{
	display: none;
}
.recmain-sp2{
	display: none;
}

.rec-btn{
	margin-bottom: 150px;
}

.rec-box1{
	position: relative;
	margin-bottom: 50px;
}

.rec-box1 img{
	text-align: center;
	margin: 0 auto;
}

.rec-tit{
	top: 10%;
	left: 50%;
}

.rec-tit,.rec-tit2,.rec-tit3{
	font-size: 1.5em;
	text-align: center;
	padding: 5px 0;
	font-weight: 500;
	position: absolute;
	transform: translate(-50%,-50%);
}

.rec-tit4{
	font-size: 1.5em;
	text-align: center;
	padding: 5px 0;
	font-weight: 500;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.rec-tit2 {
	top: 4%;
	left: 50%;
}

.rec-tit3 {
	top: 9%;
	left: 50%;
}

.rec-txt3{
	margin-bottom: 30px;
}

.rec-hukidashi{
	width: 100%;
	text-align: center;
}

.image-box{
	display: flex;
	flex-wrap: wrap;
}

.wrap{
  margin-bottom: 1.5rem;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap img{
  width: 100%;
}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .float-right{
    float: right;
    width: 49.5%;
  }
  .float-left{
    float:left;
    width: 49.5%;
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
}



.rec-huki{
	width: 33%;
	height: auto;
	margin: 0 auto;
}

.info-img{
	width: 45px;
	height: auto;
}

.rec-ch1{
	padding: 50px 20px 0px;
	align-items: flex-start;
}

.rec-ch1 img{
	width: 17%;
	height: auto;
	margin-bottom: 20px;
}

.rec-box2{
	width: 48%;
	margin-bottom: 30px;
}

.rec-box2 h5{
	font-size: 1em;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
	border-bottom-width: 2px;
	padding-bottom: 10px;
	display: inline-block;
}

.rec-panf{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 740px;
	margin: 0 auto;
	align-items: flex-start;
}

.rec-panf-img{
	width: 300px;
}

.panf-txt{
	width: 360px;
	line-height: 1.5em;
}

.hp-btn3 a{
	display: block;
	width: 100%;
	color: #fff;
	background: #000;
	text-align: center;
	text-decoration: none;
}

.rec-new-box{
	width: 48%;
	margin: 0 auto 50px;
	padding: 20px;
	background-color: #fcf3de;
}

.image-box:after{
	content: '';
	display: block;
	width: 48%;
	height: 0;
	margin: 0 auto 50px;
}

.rec-new-box h4{
	text-align: center;
	font-weight: 500;
}

.rec-new-box dl{
	margin: 0 auto;
	width: 700px;
}

.rec-new-box dt{
	width: 16%;
}

.rec-new-box dd{
	width: 70%;
	padding-top: 5px;
	padding-left: 3%;
	border-left: 1px solid #000;
}

.rec-how{
	position: relative;
	margin-top: 100px;
}

.wp-image-1012{
	width: 20%;
	height: auto;
}

.rec-how table{
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto 0;
}

.rec-how th,.rec-how td{
	border: 1px solid #000;
}

.rec-how th{
	width: 20%;
	padding: 10px 0;
	background: #fcf1c5;
	font-weight: 400;
}

.rec-how td{
	width: 80%;
	padding: 10px 0 10px 30px;
	line-height: 1.5;
}

.rec-how td a{
	color: blue;
}

.privacy{
	width: 100%;
	height: 300px;
	border: 1px solid #000;
	padding: 20px;
	overflow: auto;
	margin: 0 auto;
}

.privacy p{
	margin-bottom: 30px;
}

.undr-box.rec-last{
	padding-bottom: 100px;
}










.undr-btn-box4 li{
	width: 180px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	background: #00429a;
}

.undr-btn-box4 a{
	display: block;
	background: #00429a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 1.2;
	-ms-flex-item-align: stretch;
	align-self: stretch;

	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
}


.undr-box2,.undr-box3,.undr-box4,.undr-box5{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.undr-box{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/*******/
	text-align: left;
}


.undr-box{
	margin-top: 100px; 
}

.undr-box2{
	margin-top: 150px;
}

.undr-box3 {
	margin-top: 100px;
}

h3 span{
	display: inline-block;
}

.undr-box2>h3{
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 10px;
}

.undr-box3>h2 {
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 10px;
	position: relative;
}

.txt-bb{
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 10px;
	position: relative;
}

.txt-bb:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 30px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #000;
}

.undr-box3>h3:after{
	content: '';
	display: inline-block;
	background-image: url(img/info-icon.png);
	width: 45px;
	height: 57px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.txt-img2:after{
	content: '';
	display: inline-block;
	background-image: url(img/info-icon2.png);
	width: 82px;
	height: 60px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.txt-img3:after{
	content: '';
	display: inline-block;
	background-image: url(img/info-icon3.png);
	width: 93px;
	height: 57px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.txt-img4:after{
	content: '';
	display: inline-block;
	background-image: url(img/info-icon4.png);
	width: 58px;
	height: 57px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.txt-img5:after{
	content: '';
	display: inline-block;
	background-image: url(img/info-icon5.png);
	width: 52px;
	height: 52px;
	background-size: contain;
	vertical-align: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.info-img{
	text-align: center;
}

.a-box{
	width: 35%;
	letter-spacing: 0;
	margin-bottom: 50px;
}

.a-box5{
	width: 100%;
	letter-spacing: 0;
	margin-bottom: 50px;
}

.a-box span{
	display: inline-block;
}

.a-box5 span{
	display: inline-block;
}

.w-box1{
	width: 100%;
	letter-spacing: 0;
	margin-bottom: 50px;
}

.w-box2,.w-box3{
	width: 32%;
	letter-spacing: 0;
	margin-bottom: 50px;
}

.President_img{
	width: 254px;
	height: auto;
}

.pt_txtthin{
	font-size: 0.8em;
}

.text_pr{
	width: 72%;
	padding-left: 10px;
}

.background-color{
	width: 100%;
	background-color: #f8faff;
}

.background-color h3{
	padding-top: 150px;
}

.background-color iframe{
	padding-bottom: 130px;
}

.background-color2{
	width: 100%;
	background-color: #f8faff;
}

.background-color2 h3{
	padding-top: 50px;
}

.background-color2 iframe{
	padding-bottom: 0px;
}

.li1{
	margin-top: 5px;
}

.li2,.li4{
	margin-top: 20px;
}

.li3{
	margin-top: 52px;
}

.w-box5{
	margin: 0 auto;
}

.w-box5 dt{
	width: 20%;
	border-right: 1px solid #b3b3b3;
	padding-top: 10px;
}

.w-box5 dd{
	width: 80%;
	padding-left: 30px;
	padding-top: 10px;
}

.w-box5 dl{
	width: 800px;
	margin: 0 auto;
}

.w-area2 {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0;
	margin-bottom: 150px;
}
.w-area3 {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0;
	margin-bottom: 300px;
}

.w-area1{
	margin-bottom: 150px;
}

.w-box6{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 150px;
}

.w-box7{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 0px;
}

a.btn_01 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #00429a;
	box-sizing: border-box;
	width: 35%;
	height: 50px;
	color: #00429a;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	margin-top: 50px;
	transition: 0.2s;
}

a.btn_01:hover {
	background: #00429a;
	color: #fff;
}

.center{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.center2{
	margin-top: 70px;
}

.about-img2{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 210px;
}

.about-img2 img{
	width: 30%;
}

.about-img img{
	width: 32%;
	height: auto;
	margin-top: 70px;
	margin-bottom: 200px;
}

.sdgs_img{
	width: 100%;
}

.sdgs_img img{
	width: 90%;
	height: auto;
	margin-top: 40px;
}

.flex8{
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.flex8:after{
	content: "";
	display: block;
	width: 30%;
	height: 0;
}

.w-area1{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.w-box1 span{
	color: #00429a;
}

.sdgs-img{
	width: 25%;
	height: auto;
}

.sdgs-img2{
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.sdgs-img2 img{
	width: 10%;
	height: auto;
	object-fit: cover;
	margin-right: 5px;
}

.flexwrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

}

.sdgs-img3{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.sdgs-img5{
	width: 100%;
	height: auto;
}

.sdgs-img6{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.sdgs-img7{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.sdgs-img4{
	width: 100%;
	height: auto;
}

.about-img{
	width: 30%;
}

.sdgs-text{
	width: 68%;
}

.about-img4-1{
	width: 50%;
}

.w-box1>h4{
	font-size: 1.3em;
}

.text2 p{
	line-height: 1.5em;
}

.flex7{
	width: 30%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mb_110{
	margin-bottom: 110px;
}

.mt_5{
	margin-top: 5px;
}

.under-cont-br h3{
	margin: 100px 0 40px 0;
}

.mt_120{
	margin-top: 120px;
}

.about-img2{
	margin-top: 5%;
	margin-bottom: 20%;
	align-items: flex-start;
}

.about-img2 img{
	width: 32%;
	height: auto;
	object-fit: cover;
	margin-top: 5%;
}

.sdgs-img10{
	width: 35%;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	align-items: flex-start;
}

.sdgs-img10 img{
	width: 29%;
	margin-bottom: 10px;
	margin-right: 5px;
}

.a-box dt{
	width: 17%;
	text-align: right;
	margin-right: 30px;
}
.a-box5 dt{
	width: 17%;
	text-align: right;
	margin-right: 30px;
}

.a-box dd{
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #b3b3b3;
}

.a-box5 dd{
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #b3b3b3;
}


.w-box2 p{
	width: 10%;
}

.w-box2 dd{
	padding-left: 10px;
	border-left: 1px solid #b3b3b3;
}

.text3{
	display: flex;
	flex-wrap: wrap;
}
.w-box3 p{
	width: 20%;
}
.w-box3 dd{
	padding-left: 10px;
	border-left: 1px solid #b3b3b3;
}
.dl_flex{
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abt-eco{
	margin-top: 50px;
}
.ab-txt{
	padding-top: 0px;
	margin-right: 20px;
}




/* 追加ここから */
.co-box2 span{
	display: inline-block;
}

.co-box3 span{
	display: inline-block;
}

.checkbtn span{
	display: inline-block;
}

.co_tptxt span{
	display: inline-block;
}

.tel2{
	font-size: 1.6em;
	font-weight: 800;
	width: 240px;
	margin: 0 auto;
	align-items: flex-start;
}

.co_tptxt{
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
}

.ta_c2{
	width: 480px;
	margin: 0 auto;
	text-align: center;
}

.ta_c a{
	color: #00429a;
}

.co-box{
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 130px;
}

.hp-btn3{
	display: block;
	width: 400px;
	height: 50px;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	margin: 30px auto 0;
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
	font-weight: bold;
}

.form_btn:hover{
	border: 1px solid #005183;
	background: #fff;
	color: #005183;
}

button[type="submit"][disabled] {
	background-color: #e0e0e0;
	color: #ccc;
	border-color: #000;
	cursor: default;
}

button[type="submit"][disabled]:hover{
	opacity:1;
}

label[for="check01"]{
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 50px;
}

input[type=checkbox]{
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	margin-bottom: 50px;
}

.co-box2,.co-box5{
	margin-top: 30px;
}

.co-box3{
	margin-top: 100px;
}

.tel-txt2{
	margin: 0 auto;
}

.ta_a{
	width: 70%;
	margin: 0 auto;
}

.p-box{
	max-width: 1200px;
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
}

.p-box>h3{
	font-size: 2em;
	letter-spacing: 10px;
	font-weight: 500;
}

.p-box2{
	margin-bottom: 50px;
}

.p-box2 li{
	text-align: right;
}

.p-box3>p{
	margin-bottom: 50px;
}

.p-box4 span{
	color: #00429a;
	font-size: 1.3em;
}

.p-box4 li{
	padding-bottom: 10px;
}

.p-box5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: right;
	width: 19%;
}

.p-img{
	width: 70%;
	height: auto;
}

.p-box6{
	margin-top: 30px;
	align-items: center;
}

.p-box7{
	margin-top: 40px;
	margin-bottom: 100px;
}

.p-box7 dt{
	text-align: right;
	padding-right: 30px;
	width: 40%;
	border-right: 1px solid #b3b3b3;
	padding-top: 10px;
}

.p-box7 dd{
	width: 60%;
	padding-top: 10px;
	padding-left: 20px;
}

.p-box7 a{
	text-decoration: none;
	color: #00429a;
}

.p-box3{
	margin-top: 50px;
}

.p-box3 h1{
	font-size: 1.2em;
	margin-bottom: 10px;
}

h4 span{
	display: inline-block;
}

.p-box7 span{
	display: inline-block;
}

.p-box3 span{
	color: #00429a;
}

.p-box3 h2{
	margin-top: 10px;
}

.p-box3 h5{
	font-size: 1.2em;
	font-weight: 400;
	margin: 50px 0 10px 0;
	line-height: 1.3em;
}

.pv2-txt{
	margin-top: 50px;
}

.px2-ul{
	padding-top: 10px;
}

.pv2-box{
	width: 50%;
}

.pv2-box dd{
	width: 66%;
	padding-top: 10px;
	padding-left: 20px;
}

.pv2-box dt{
	width: 33%;
	text-align: right;
	padding-right: 30px;
	border-right: 1px solid #b3b3b3;
	padding-top: 10px;
}

.pv2-box a{
	text-decoration: none;
	color: #00429a;
}

.pv2-box2{
	margin: 50px 0 100px 0;
}

.p2-box h1{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.p2-txt{
	color: #00429a;
}

.w-exp{
	margin: auto 0 0 0;
	border: solid 1px #4a79b8;
	width: 100%;
}

.w-exp dt{
	background-color: #4a79b8;
	color: #fff;
	text-align: center;
}

.w-exp dd{
	text-align: center;
	padding: 10px;
}


.pc{
	display: inline;
}

.undr-btn-box{
	position: -webkit-sticky;
	position: sticky;
	top: 4.5em;
	z-index: 100;
	margin: 0 auto 100px;
	width: 100%;
	background-color: #FFF;
	padding: 30px 0;
}

.undr-btn-box ul{
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.undr-btn-box5{
	background-color: #FEFCF3;
}

.undr-btn-box2{
	position: -webkit-sticky;
	position: sticky;
	top: 4.5em;
	z-index: 100;
	margin: 0 auto 100px;
	width: 100%;
}

.undr-btn-box2 ul{
	margin: auto;
	max-width: 700px;
	width: 100%;
}

.animate__zoomIn{
	animation-delay: 2s;
}

.box-1{
	width: 90%;
	margin: 0 auto;
}

.wk-subtxt{
	margin-bottom: 10px;
}

/* #wrapper.under-wrap2 {
	padding-top: 70px;
} */

.under-wrap2{
	background-color: #FEFCF3;
}

.under-wrap2 {
    background-color: #FEFCF3;
}

.sales-txt{
	width: 90%;
	margin: 0 auto;
}

.contactForm{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
}

.contact_item{
	margin-bottom: 2.5em;
}

.label{
	display: block;
	font-size: 1.3em;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 0.6em;
	font-weight: 500;
}

.label_tag{
	font-size: 0.8em;
	color: #fff;
	border-radius: 0.3rem;
	margin-right: 1rem;
	padding: 5px 10px;
}

.label_must{
	background-color: #4a79b8;
}

.label_option{
	background-color: #888988;
}

.inputs{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.input[type="text"],input[type="email"]{
	border: solid 1px #707070;
	padding: 5rem;
	font-size: 1.8rem;
}
*/
.input[type="text"],input[type="email"],input[type="select"],input[type="email"]{
	border: solid 1px #707070;
	/*padding: 1.15rem;*/
	padding-top: 1.0rem;
    padding-right: 6.0rem;
    padding-bottom: 1.0rem;
    padding-left: 1.15rem;
	font-size: 0.8rem;
}

.wpcf7 input[name="your-subject"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="your-name"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="company"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="department-name"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="tel-69"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="fax"]{
	width: 40%;
	height: 40px;
}

.wpcf7 input[name="your-email"]{
	width: 40%;
	height: 40px;
}

.wpcf7 textarea {
width: 100% !important
}

.btnArea{
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

input[type="submit"]{
	background: #4a79b8;
	border: 2px solid #fff;
	width: 280px;
	color:#fff;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-weight: 500;
	padding: 10px 0;
	margin: 50px auto 100px;
	cursor: pointer;
	border-radius: 0.3rem;
	transition: all 0.3s;
}

input[type="submit"]:hover{
	color: #4a79b8;
	background-color: #fff;
	border-color: #4a79b8;
}

.wpcf7 .ajax-loader{
	display: block;
	margin: 0 auto;
}

textarea.form-control{
	border: solid 1px #707070;
	padding: 0.5rem;
	height: 207px;
	font-size: 1.8rem;
}

.btn_contact7{
	text-align: center;
}

.btn_contact7 input{
	width: 10%;
	height: 50px;
	background-color: #429aab;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #429aab;
	border-radius: 10px;
	margin-bottom: 10%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.btn_contact7 input:hover{
	background-color: #FFF;
	color: #429aab;
}

.ribbon1{
	display: inline-block;
	position: relative;
	width: 120%;
	height: 70px;
	font-size: 1.8em;
	line-height: 50px;
	padding: 10px 30px;
	background: #4A80BC;
	color: #FFF;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	margin: 10px -90px 40px;
	letter-spacing: 10px;
	overflow: visible;
}

.ribbon1:before,.ribbon1:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
}

.ribbon1:before{
	top: 0;
	left: 0;
	border-width: 35px 0px 35px 25px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

.ribbon1:after{
	top: 0;
	right: 0;
	border-width: 35px 25px 35px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.cb_txt{
	font-size: 2em;
	color: #004298;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 40px;
	letter-spacing: 10px;
}

.sales_txt{
	width: 90%;
	margin: 0 auto;
}

.sales_box{
	position: relative;
	margin: 5em auto 0;
	background: #FFF;
	border: solid 8px #6091d3;
	max-width: 1000px;
	width: 100%;
}

.subtxt-cb{
	color: #4A80BC;
}

.sls-txt h4{
	font-size: 1.2em;
}

.cb{
	color: #4A80BC;
}

.txtbox{
	width: 90%;
	margin: 0 auto;
}

.sub-txt2{
	margin: 10px auto 50px;
	text-align: center;
}

.sls-w500{
	width: 400px;
}

.wk-box{
	margin-top: 50px;
}

.about-toptxt{
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
	margin-bottom: 40px;
	font-weight: 500;
}

.undr-box4{
	margin-top: 50px;
}

.sls-w500{
	width: 400px;
}

.sales-btn{
	margin-bottom: 100px;
}

.undr-box5{
	margin-top: 150px;
}

.about-toptxt {
    text-align: center;
    font-size: 2em;
    letter-spacing: 10px;
    margin-bottom: 40px;
    font-weight: 500;
}

.page-inner{
	margin: 150px auto 150px;
	max-width: 1000px;
	width: 100%;
}

.dataList-inner>h1{
	font-size: 3em;
	color: #00429a;
}

.thanks-h1{
	margin: 150px 0 30px;
	color: #00429a;
}

.thanks-top{
	margin: 30px 0 150px;
}

.news{
	margin: 150px auto 150px;
}

.mt_news p{
	margin-top: 30px;
}

.thanks-h1,.thaks-form,.thanks-top{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.thanks-h1{
	margin-top: 150px;
	margin-bottom: 30px;
}

.thanks-top{
	margin-top: 30px;
	margin-bottom: 100px;
}

.main-content{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.shingle-pagenation a{
	text-decoration: none;
}

.shingle-pagenation a:nth-of-type(2){
	padding-left: 50px;
}
.shingle-pagenation a:nth-of-type(3){
	padding-left: 50px;
}
.wp-pagenavi{
	text-align: center;
	margin-bottom: 150px;
}

.pages{
	display: none;
}

.wp-pagenavi span,.wp-pagenavi a{
	display: inline-block;
	margin: 4px;
	padding: 10px 12px;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	background: #4a79b8;
	border: 1px solid #4a79b8;
}

.news_archive{
	max-width: 1000px;
	width: 100%;
	margin: 150px auto 50px;
}

.news_archive li{
	border-bottom: 1px solid #797979;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.news_archive a{
	text-decoration: none;
	padding-left: 50px;
	text-align: left;
}

.year{
	padding-left: 30px;
	color: #797979;
}

.news_main{
	text-align: center;
	font-size: 4em;
	color: #00429a;
	margin-bottom: 50px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 5px;
}

.main-topic h1{
	font-size: 2em;
	letter-spacing: 10px;
	font-weight: 500;
	color: #00429a;
}

.mt_news{
	width: 100%;
}

.alignnone{
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.post-thumbnail img{
	width: 100%;
	height: auto;
}
.area{
	margin-top: 30px;
}
.shingle-pagenation2 {
    max-width: 1200px;
    width: 30%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.shingle-pagenation2 a{
	background-color: #00429a;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}
.shingle-pagenation{
	max-width: 1200px;
	width: 30%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.shingle-pagenation a{
	background-color: #00429a;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}
.pagenation{
	text-align: center;
	margin: 40px auto 100px;
	width: 100%;
}
.page-box a{
	color: #fff;
}
.page-box,.page-box2{
	width: 50%;
}
.page-box2 a{
	color: #fff;
}
.pagenation a{
	color: #00429a;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-decoration: none;
	border: 1px solid #00429a;
	padding: 10px;
	border-radius: 5px;
}
.page-box a:before{
	content: "«";
	color: #fff;
}
.page-box2 a:after{
	content: "»";
	color: #fff;
}
/* ここまで */


















footer{
	padding: 100px 0 0;
	background-color: #eff3f3;
}

.ft-tit h2{
	font-weight: 500;
	font-size: 1.4em;
}

.ft-tit>p{
	width: 30px;
	margin-left: 20px;
}

.logo-box{
	margin-top: 60px;
}

.logo-box p{
	width: 90px;
	margin-right: 40px;
}

.logo-box p:nth-last-child(1){
	margin-right: 0;
}

.ft-bn{
	width: 320px;
}

.ft-bn li{
	margin-bottom: 20px;
}

address{
	font-size: 0.7em;
	font-style: normal;
	margin-top:50px;
	color: #160d0a;
	text-align: center;
	padding: 10px;
	background: #000;
	color: #fff;
}

#pg-contact{
	text-align: center;
	margin: 20px 0;
}

.form-inner{
	width: 90%;
	margin: 0 auto;
}

#pagetop{
	width: 70px;
}

@media screen and (max-width:1090px){
	.recmain-pc{
		margin-top: 110px;
	}
	
		.recmain-pc2{
		margin-top: 110px;
	}
	
		.recmain-pc3{
		margin-top: 110px;
	}
	.shingle-pagenation{
		width: 50%;
	}
}

@media screen and (max-width:767px){
	.sp-main{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 12%;
	}

	video{
		display: none;
	}

	.sp-bl,.slider .sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}

	p,li,dt,dd,td,th,a{
		font-size: 0.9em;
	}

	p{
		line-height: 1.6;
	}

	h2{
		font-size: 1em;
	}

	img{
		width: 100%;
	}

	.sp-img{
		width: 100%;
	}

	.ani1, .ani2, .ani3,.pick-txt, .pick-box1 > p{
		opacity: 1;
	}

	header h1{
		font-size: 0;
		margin-left: 5px;
		width: 160px;
	}

	.right-menu{
		width: auto;
		padding: 0;
	}

	.content-n{
		width: 100%;
		margin: 0 auto;
	}

	#news{
		padding: 5%;
	}

	#news dt,#news dd{
		width: 100%;
	}

	#news dd{
		margin-bottom: 5%;
	}

	.more-btn{
		margin-top: 5%;
	}

	.content{
		width: 90%;
		margin: 0 auto;
	}

	#bn-box{
		padding: 5% 0;
	}

	#cont1{
		padding: 10% 0;
	}

	#cont1 h2{
		font-size: 1em;
		letter-spacing: 2px;
	}

	.flow{
		margin-top: 5%;
	}

	.flow li{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10%;
	}

	.flow li:nth-of-type(1),.flow li:nth-of-type(3){
		margin-top: 0;
	}

	.flow-txt h3{
		font-size: 1.2em;
	}

	.page-btn{
		width: 100%;
		height: 50vh
	}

	.under-tit h2{
		font-size: 3em;
	}

	.under-tit2 h2{
		font-size: 3em;
	}
	
	.under-tit p{
		font-size: 1.2em;
	}

	.under-tit2 p{
		font-size: 1.2em;
	}
	
	.under-txt1{
		width: 100%;
	}

	.undr-btn-box1 li,.undr-btn-box a,.undr-btn-box2 li{
		width: 100%;
	}

	.undr-btn-box1 li,.undr-btn-box2 li{
		margin-bottom: 5%;
	}

	.undr-box{
		margin-top: 10%;
	}

	.undr-box > h3{
		font-size: 1.2em;
		letter-spacing: 0;
		line-height: 1.5em;
	}

	.w-box{
		width: 100%;
	}






	.undr-btn-box2,.sl-box2 .sls-box1,.sls-txt1{
		width: 100%;
	}

	.under-cont-br{
		padding: 10% 0;
		margin-top: 20%;
	}

	.sls-box1-2 .sls-txt{
		margin-right: 0;
	}

	.sls-img1,.sls-img2,.sls-img3{
		width: 100%;
		margin-top: 5%;
	}

	.sls-img3{
		margin-left: 0;
	}
	
	.hp-btn a{
		width: 100%;
		margin-top: 5%;
		margin-bottom: 20%;
	}

	.under-txt2.ta_c{
		text-align: center;
	}
	.wp-image-1012{
		width: 40%;
	}
	.tel-txt,.rec-panf,.rec-new-box,.rec-new-box dl{
		width: 100%;
	}

	.hp-btn2 a{
		width: 100%;
	}





	.undr-btn-box3 li{
		width: 100%;
		margin-bottom: 5%;
	}

	.tel{
		width: 220px;
		margin-bottom: 5%;
	}

	.tel-txt{
		margin-bottom: 20%;
	}

	.rec-ch1{
		padding: 5%;
		margin-top: 5%;
	}

	.rec-box2{
		width: 100%;
	}

	.rec-box2:nth-of-type(4){
		margin-bottom: 0;
	}

	.rec-panf-img{
		width: 60%;
		margin: 0 auto;
	}

	.panf-txt{
		width: 100%;
		margin-top: 5%;
	}

	.rec-new-box{
		margin-top: 5%;
	}

	.rec-new-box dt,.rec-new-box dd{
		width: 100%;
	}

	.rec-new-box dt{
		border-right: none;
		font-weight: 600;
	}

	.rec-new-box dd{
		margin-left: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 5%;
		margin-bottom: 5%;
		border-left: none;
	}

	.rec-new-box dd:nth-last-child(1){
		border-bottom: none;
		margin-bottom: 0;
	}

	.rec-how th,.rec-how td{
		width: 100%;
		display: block;
	}
	.rec-how td{
		padding: 5%;
		border-top: none;
		border-bottom: none;
	}
	.rec-how tr:nth-last-child(1) td{
		border-bottom: 1px solid #000;
	}
	.page-box{
		width: 45%;
	}
	.page-box a{
		font-size: 1.1em;
	}
	.page-box2{
		width: 45%;
		padding-top: 3px;
	}
	.page-box2 a{
		font-size: 1.1em;
	}
	.undr-btn-box4 li{
		width: 100%;
		margin-bottom: 5%;
	}

	.under-txt1{
		width: 100%;
		margin: 50px auto;
	}

	.undr-btn-box1 li,.undr-btn-box a{
		width: 100%;
	}

	.undr-btn-box2 li{
		padding: 0;
	}

	.undr-btn-box1 li{
		margin-bottom: 5%;
	}

	.undr-box{
		width: 90%;
		margin: 20% auto 0;
	}
	
	.ta_c{
		text-align: left;
	}
	
	.ta_c3{
		text-align: center;
	}

	.a-box{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.a-box5{
		width: 100%;
		margin-bottom: 20px;
	}

	.w-box2{
		width: 100%;
		margin-bottom: 20px;
	}

	.w-box3{
		width: 100%;
	}

	.v_line_fix{
		height: ;
	}

	.v_line_fix2{
		height: 150px;
	}

	.li3{
		margin-top: 50px;
	}

	.v_line_fix3{
		height: 260px;
	}

	.left{
		width: 10%;
	}

	.right{
		width: 86%;
	}

	.w-area{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.undr-box2>h3{
		margin-bottom: 5%;
	}

	.undr-box2{
		margin-top: 10%;
	}

	.w-box1 .flex1{
		display: block;
	}

	.text_pr{
		width: 100%;
		padding-left: 0;
	}

	.pr_img{
		margin: 0 auto;
	}

	.President_img{
		width: 100%;
		height: auto;
	}

	.flex2{
		align-items: center;
	}

	.background-color h3{
		padding-top: 20%;
	}

	.w-area{
		width: 90%;
		margin: 0 auto;
	}

	.mt_70{
		margin-top: 5%;
	}

	.w-area2{
		width: 100%;
	}

	.left2{
		width: 23%;
	}

	.right2{
		width: 65%;
	}

	h3{
		line-height: 1;
	}

	.sdgs-img2{
		width: 100%;
		margin-top: 5%;
		justify-content: space-between;
	}

	.sdgs-img2 img{
		width: 32%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.sdgs-text{
		width: 100%;
	}

	.flex7{
		width: 100%;
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
	}

	.flex7 img{
		width: 49%;
	}

	.sdgs-img3{
		margin-top: 0;
	}

	.flex1 .flex7{
		flex-direction: column;
	}

	.flex1 .flex7 img{
		width: 100%;
		margin-top: 5%;
	}

	.text2{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.sdgs-img10{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		justify-content: space-between;
	}

	.sdgs-img10:after{
		content: "";
		width: 32%;
	}

	.sdgs-img10 img{
		width: 32%;
		margin-right: 0;
	}

	.about-img2{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: 5%;
		margin-bottom: 20%;
	}

	.about-img2 img{
		width: 100%;
		height: auto;
		margin-top: 5%;
	}

	.w-box5{
		width: 100%;
		height: 430px;
		overflow: auto;
		margin-top: 5%;
	}

	.w-box5 dt{
		width: 100%;
		padding-left: 0;
		border-right: none;
		margin-top: 20px;
	}

	.w-box5 dd{
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #3d3d3d;
		padding-top: 0;
	}

	.a-box dd{
		width: 100%;
		border-left: none;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #3d3d3d;
	}

	.a-box dt{
		width: 100%;
		font-weight: bold;
		margin-top: 20px;
		text-align: left;
		margin-bottom: 10px;
	}

	.a-box5 dd{
		width: 100%;
		border-left: none;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #3d3d3d;
	}

	.a-box5 dt{
		width: 100%;
		font-weight: bold;
		margin-top: 20px;
		text-align: left;
		margin-bottom: 10px;
	}

	.w-box2 p{
		width: 100%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.w-box2 dd{
		border-left: none;
		padding-left: 0;
	}

	.w-box2 dl{
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #3d3d3d;
	}

	.w-box3 p{
		width: 100%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.w-box3 dd{
		padding-left: 0;
		border-left: none;
	}

	.w-box3 dl{
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #3d3d3d;
	}

	.w-box5 dl{
		width: 100%;
	}

	.background-color iframe{
		padding-bottom: 5%;
	}

	.mt_120{
		margin-top: 10%;
	}

	.mb_110{
		margin-bottom: 10%;
	}

	.abt-eco li{
		margin-top: 10px;
	}

	.w-area1,.sdgs_img img{
		width: 100%;
	}

	.w-box6{
		width: 100%;
		padding-bottom: 10%;
	}
	
	.w-box7{
		width: 100%;
		padding-bottom: 10%;
	}

	a.btn_01{
		width: 100%;
		margin-top: 10%;
	}
	.co-box5{
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
	.sub-txt2{
		text-align: left;
	}

	.co-box3{
		width: 90%;
	}

	.tel-txt2{
		margin-bottom: 5%;
	}

	.tel2{
		width: 220px;
	}

	.co_tptxt{
		margin: 20% auto 5% auto;
	}

	.checkbtn,.hp-btn3,.co-box2{
		width: 90%;
		margin: 0 auto;
	}

	.hp-btn3{
		margin-top: 10%;
	}

	.co-box{
		margin-top: 10%;
		margin-bottom: 20%;
	}

	.co-box2{
		text-align: left;
	}

	label[for="check01"]{
		font-size: 0.8em;
		margin-bottom: 10%;
	}

	input[type=checkbox]{
		margin-bottom: 10%;
	}

	.ta_a{
		width: 90%;
		margin: 0 auto;
	}

	.w-box dt{
		text-align: left;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.p-box2,.p-box3,.p-box4,.p-box6,.center{
		width: 90%;
		margin: 0 auto;
	}

	.center{
		padding-bottom: 5%;
	}

	.center2{
		padding-top: 10%;
	}

	.p-box2{
		padding: 5% 0 10%;
	}

	.p-box3>p{
		padding-top: 10%;
	}

	.p-box4 li{
		padding-bottom: 5%;
		line-height: 1.6;
	}

	.p-box5{
		width: 100%;
		display: block;
		padding-top: 5%;
		margin-bottom: 20%;
	}

	.p-box6 img{
		width: 40%;
		padding-top: 5%;
	}

	.p-box6{
		text-align: right;
		display: block;
	}

	.p-box7{
		width: 90%;
		margin: 0 auto 20% auto;
	}

	.p-box7 dt{
		width: 100%;
		font-weight: bold;
		margin-top: 20px;
		text-align: left;
		margin-bottom: 10px;
		border-right: none;
	}

	.p-box7 dd{
		width: 100%;
		border-left: none;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #3d3d3d;
	}

	.pv2-box{
		width: 100%;
	}

	.pv2-box dt{
		width: 100%;
		font-weight: bold;
		margin-top: 20px;
		text-align: left;
		margin-bottom: 10px;
		border-right: none;
	}

	.pv2-box dd{
		width: 100%;
		border-left: none;
		padding-left: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #3d3d3d;
	}

	.p2-box{
		width: 90%;
		margin: 0 auto;
	}

	.p2-box span{
		display: inline-block;
	}

	.indent-1{
		padding-left: 1em;
		text-indent: -1em;
	}

	.w-exp{
		margin-top: 10%;
	}

	.w-exp dt{
		text-align: center;
	}

	.w-exp dd{
		text-align: center;
	}

	.pc{
		display: none;
	}

	.undr-btn-box{
		position: static;
		width: 90%;
		margin: 0 auto;
	}

	.recmain-sp{
		display: block;
	}
	
	.recmain-sp2{
		display: block;
	}

	.recmain-pc{
		display: none;
	}
	
	.recmain-pc2{
		display: none;
	}
	
	.recmain-pc3{
		display: none;
	}
	.recmain-pc4{
		display: none;
	}

	.undr-box3>h3:after{
		top: -180%;
	}

	.txt-bb:before{
		bottom: -20px;
	}
	
	.db{
		display: block;
	}

	.rec-tit,.rec-tit2,.rec-tit3{
		font-size: 1.1em;
		top: 4%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
	}

	.rec-tit4{
		font-size: 1.1em;
		width: 100%;
		top: 2.2%;
	}

	.rec-huki{
		width: 100%;
	}

	.rec-how{
		margin-top: 0;
	}

	.rec-ch1 img{
		width: 50%;
	}

	.rec-txt3{
		margin: 50px 0 30px 0;
	}

	.txt-img2:after,.txt-img3:after,.txt-img4:after,.txt-img5:after{
		top: -40px;
	}

	.book-img{
		margin-top: 30px;
	}

	.privacy{
		margin-top: 50px;
	}

	.rec-how table{
		margin-top: 10%;
	}

	.undr-box3>h2{
		font-size: 1.2em;
		letter-spacing: 0;
		line-height: 1;
	}

	.txt-bb{
		font-size: 1.2em;
		letter-spacing: 0;
		line-height: 1.5em;
	}

	.undr-box3:nth-of-type(1){
		margin-top: 20%;
	}

	.rec-new-box dd{
		padding-left: 0;
	}

	.rec-tit2{
		top: 2.2%;
	}

	.rec-tit{
		top: 6%;
	}

	#wrapper{
		padding-top: 0;
	}

	.str__animation{
		font-size: 1.2em;
		display: block;
		text-align: center;
		margin-bottom: 20%;
		line-height: 1.5em;
	}

	.mt_news{
		width: 100%;
		margin: 5% auto 20%;
	}

	.main-topic{
		margin: 30% auto 0;
		width: 100%;
	}
	
	.undr-box4{
		margin-top: 0;
	}
	
	.sales_box{
		margin-top: 20%;
		width: 90%;
	}
	
	.ribbon1{
		width: 125%;
		height: 50px;
		font-size: 1.5em;
		padding: 0px 30px;
		margin: 10% -12% 10%;
	}
	
	.ribbon1:before{
		border-width: 25px 0px 25px 15px;
	}
	
	.ribbon1:after{
		border-width: 25px 15px 25px 0px;
	}
	
	.sales-btn{
		margin-bottom: 20%;
	}
	
	.sls-txt h4{
		font-size: 1em;
	}
	
	.mb_20per{
		margin-bottom: 20%;
	}
	
	.under-cont-br h3{
		margin: 20% 0 10px;
	}
	
	.undr-box5{
		width: 90%;
		margin: 50% auto 0;
	}
	
	.lead{
		width: 90%;
		margin: 0 auto;
	}
	
	.contact_item{
		margin-bottom: 1.6rem;
	}
	
	.label{
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}
	
	input[type="text"],input[type="email"]{
		padding: 0.4rem;
	}
	
	textarea{
		padding: 0.4rem;
	}
	
	.contactForm{
		width: 90%;
	}
	
	.wpcf7 input[name="your-subject"]{
		width: 100%;
	}
	
	.wpcf7 input[name="your-name"]{
		width: 100%;
	}
	
	.wpcf7 input[name="company"]{
		width: 100%;
	}
	
	.wpcf7 input[name="department-name"]{
		width: 100%;
	}
	
	.wpcf7 input[name="fax"]{
		width: 100%;
	}
	
	.wpcf7 input[name="your-email"]{
		width: 100%;
	}
	
	.wpcf7 input[name="tel-69"]{
		padding: 0.4rem;
		width: 100%;
	}
	
	input[type="submit"]{
		margin: 10% auto;
		 width: 90%;
	}
	
	.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{
		width: 90% !important;
	}
	
	.wpcf7 form.sent .wpcf7-response-output{
		width: 90% !important;
	}
	
	.news{
		margin: 10% auto 10%;
	}
	.shingle-pagenation{
		width: 100%;
	}
	.shingle-pagenation2{
		width: 100%;
		margin: 20% 0;
	}
	.pagenation a{
		padding: 8px;
	}
	div.whatsnew dd {
		padding-left: 5% !important;
		font-size: 1em;
	}
	.wp-pagenavi{
		margin-bottom: 20%;
	}
	div.whatsnew{
		margin: 20% auto 10% !important;
	}
	
	.news_archive{
		margin: 20% auto 20%;
		width: 90%;
	}
	
	.news_archive li{
		display: flex;
		flex: wrap;
		flex-direction: column;
	}
	
	.news_archive a{
		padding-left: 10px;
		font-size: 1em;
	}
	
	.year{
		padding-left: 10px;
	}
	
	.main-topic h1{
		letter-spacing: 0;
		line-height: 1.5;
		font-size: 1.5em;
	}
	
	.news_main{
		font-size: 3em;
		margin-bottom: 5%;
	}
	
	.alignnone{
		width: 100%;
	}
	
	.post-thumbnail{
		margin: 5% 0 5%;
	}
	
	.post-thumbnail img{
		width: 100%;
	}
	.mt_news p{
		margin-top: 10%;
	}
	.p-box{
		margin-top: 30%;
	}
	.recmain-sp{
		margin-top: 0px;
	}
	.recmain-sp2{
		margin-top: 10px;
	}
	/* ここまで */
	footer{
		padding: 5% 0 0;
		font-size: 0.8em;
	}
	footer .content{
		margin: 0 auto;
		width: 90%;
	}
	.ft-tit h2{
		width: 100%;
	}
	.ft-tit > p{
		margin-left: 0;
		margin-right: 5%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.logo-box{
		margin-top: 5%;
	}
	.logo-box p{
		width: 50px;
		margin-right: 5%;
	}
	.ft-bn{
		width: 100%;
		margin: 5% 0 0;
	}
	.foot-cont{
		margin: 5% 0;
	}
	.foot-cont>p{
		margin-bottom: 5%;
	}
	address {
		margin-top: 2%;
	}
	#pagetop{
		width: 50px;
	}
	.ct_sp{
		display: inline-block;
	}

/*-------------------------------------*/
.cform th {
	/*font-size: 14px;*/
	font-size: 1.3em;
	width: 42%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	text-align: left;
}	
	
.cform td {
	/*font-size: 14px;*/
	font-size: 0.5em;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #4a79b8;
	color: #FFF;
	/* border-bottom: solid 4px #B17C00; */
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform select,
.cform input[type=number],
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
		font-size: 1em;
	}
	.submit-btn input {
		font-size: 1.2em;
	}
	.submit-btn2 input {
		font-size: 1.2em;
	}
	.cform2 td {
	font-size: 1em;
	}
}

.submit-btn input {
	background: #004A85;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #004A85 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #ed6d1f;
	border: 1px#ed6d1f solid;
	color: #fff;
}

.submit-btn2 input {
	background: #fff;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px#004A85 solid;
	text-align: center;
	padding: 5px;
	color: #004A85;
	transition: all 0.4s ease;
}

.submit-btn2 input:hover {
	background: #ed6d1f;
	border: 1px#ed6d1f solid;
	color: #fff;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.thumbnail-img img{
	height: auto;
    max-width: 100%;
}
/*----------------------*/

