﻿@charset "utf-8";
/*
Theme Name: WEBテンプレート
Theme URI: http://bizvektor.com
Template: biz-vektor
Description:
Author: kemeyama
Tags:
Version: 0.1.0
*/

/*-------------------------------------------*/
/*	#サイドメニュー(左)
/*-------------------------------------------*/
#lnav {
	position: fixed;
	top: 220px;
	z-index: 1;
}

#lnav li {
	/* display: block; */
	/* margin: 0 0 20px 0; */
}

.sideMenu {
	font-weight: bold;
	background: #e6e6e6;
}

/*-------------------------------------------*/
/*	#サイドメニュー(右)
/*-------------------------------------------*/
#sidePrLeft {
	margin: 10px 0;
}
#sidePrCenter {
	margin: 10px 0;
}

#lnav2 {
	position: fixed;
	top: 330px;
	z-index: 1;
	right:0px;
}

#sidePrbtn {
	float: left;
	margin-top:20px;
}

#sidePr {
	float: right;
	background-color: white;
	padding: 10px;
/* 	border: 1px solid; */
	border-right: none;
	background-color: #e4e2ff;
}

#sideContactTel {
	font-size: 20px;
	margin-bottom: 4px;
	color: #001F5D;
	font-family: 'Lato', sans-serif;
}

/*-------------------------------------------*/
/*	#トップページテキスト
/*-------------------------------------------*/

@media (min-width: 1200px){
	div#topText p{
		margin: 20px auto !important;
	}
}
@media (min-width: 970px){
	div#topText p{
		font-size: 28px !important;
		width: 950px !important;
		padding: 10px !important;
	}
}
@media (min-width: 770px){
	div#topText p{
		margin: 5px auto;
		color: #fff;
		font-size: 14px;
		padding: 5px;
		height: auto;
		width: 96%;
		display:block !important;
	}
}
@media (min-width: 770px){
	div#topText p a{
		color: #fff;
	}
}
@media (min-width: 770px){
	div#topText p a:hover{
		color: #002DB2;
	}
}
div#topText {
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
	width: 100%;
	text-align: left;
}
div#topText p{
	display:none;
}
/*-------------------------------------------*/
/*	#テーマ変更
/*-------------------------------------------*/
#topPr {
	display: none;
}

#main #container {
	padding-top: 20px;
}

@media screen and (max-width: 1200px){
.nav {display:none}
.nav2 {display:none}
}

/*-------------------------------------------*/
/*	#お問合せフォーム
/*-------------------------------------------*/

table.contact {
	font-size:90%;
}
table.contact img {
	margin:0 !important;
}
table.contact tr th {
	width:30% !important;
	vertical-align: middle !important;
}
table.contact tr td {
	width:70% !important;
}

table.contact tr td span.mwform-checkbox-field {
	width: 100%;;
	float:left;
	margin: 0 !important;
}

/*-------------------------------------------*/
/*	#Contact Form 7
/*-------------------------------------------*/

span.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.address_ken {
	display: contents !important;
}

.address_city {
	display: contents !important;
}

.address_no {
	display: contents !important;
}

.address_build {
	display: contents !important;
}

.irai , .syurui {
	display: contents !important;
}

.irai span , .syurui span {
	width: auto;
	margin-right: 15px;
}
/*
.address_build .wpcf7-text {
	left: 6px;
}
*/
/*-------------------------------------------*/
/*	#スライダー
/*-------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	background-color: black;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_filter ul li img {
	opacity: 0.6;
}

.wideslider_base {
	top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	/*z-index: 100;*/
	cursor: pointer;
}
.slider_prev { background: #000  no-repeat right center;}
.slider_next { background: #000  no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*-------------------------------------------*/
/*	conv5 キャッチコピー
/*-------------------------------------------*/
#catchcopy {
	background-color: #00B0F0;
	color: #ffffff;
}

/*-------------------------------------------*/
/*	#別タブ表示マーク
/*-------------------------------------------*/
.extralink-icon {
	width: 1.5%;
}
@media (min-width: 1020px){
	.extralink-icon {
		width: 10%;
	}
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.lcp_catlist { margin:0 !important; }
.lcp_catlist li {
	list-style: none !important;
	border-bottom: 1px dotted #ccc;
	padding: 12px 0px !important;
	margin-bottom: 0px;
}
.lcp_catlist li a:hover {
	text-decoration: underline !important;
}
.news .entryList .lcp_paginator li {
	padding: 5px 8px !important;
	border-bottom: solid 1px #000 !important;
}

#footer dl#footerOutline dd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hhhhh {
	width: 35%;
}

.sns-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.sns-img a {
	color: #000;
	margin: 0 1%;
}

.sns-img img {
	height: 5em;
}

@media (min-width: 910px) {
	#footer dl#footerOutline dd {
		flex-direction: row;
		align-items: center;
	}
}
.sns-img {
	padding-right: 100px;
	justify-content: right;
}

.footer-Menu {
	color: #fff;
	text-align: center;
}

.foot-t {
	font-weight: bold;
	font-size: 130%
}

.foot-t p {
	margin-bottom: 5%
}

.big-p {
	font-size: 170%;
	line-height: 100%;
}

.footer-Menu div ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.footer-Menu div ul li {
	width: 80%;
	padding: 15px 10px;
	margin: 10px 0;
}

.footer-Menu div ul li div {
	color: #fff;
}

.footer-Menu div ul li .big-p {
	margin-top: 20px;
}

.b-back {
	background-color: #0070c0;
}

.r-back {
	background-color: #d90000;
}

.a-back:hover {
	opacity: .8;
}

@media (min-width: 660px){
	.footer-Menu div ul {
		display: flex;
		flex-direction: row;
	}
	.footer-Menu div ul li {
		width: 30%;
		margin: 0;
	}
}

.facility-list { border: .5px solid #000000 !important; }
.facility-list th { border: .5px solid #000000 !important; background-color: #d6e7ff !important; }
.facility-list td { border: .5px solid #000000 !important; background-color: #edf8ff !important; }

.contact2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}
.contact2 li {
	list-style: none !important;
	margin: 10px 0 0 0 !important;;
	width: 80%;
}
.contact2 hr {
	width: 100%;
	height: .1px;
	border: none;
	background-color: #ccc;
}
.contact2 li img {
	margin: 0;
}
.must {
	margin-right: 5px;
}
.contact2 li .checklist span {
	width: fit-content;
	margin-right: 20px;
}
.contact2 li input[type="text"],
.contact2 li input[type="email"],
.contact2 li textarea {
	width: 90% !important;
}
.contact2 .contact-name {
	margin: 0 3px;
	display: flex;
	align-items: center;
}
.contact2 .contact-name span {
	margin: 0 3px;
}
.contact2 .contact-name input[type="text"] {
	width: 77% !important;
}

.movie {
	padding: 4px 5px !important;
	position: relative;
}

.movie::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #fff;
	width: 100px;
	height: 100px;
	z-index: 1;
	pointer-events: none;
}
 
.movie::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 20px 0 20px 35px;
	pointer-events: none;
}

.movie a {
	position: relative;
}

.movie-img td{
	width: 25% !important;
	padding: 4px 5px !important;
}

.movie-img img{
	aspect-ratio: 4/3;
	object-fit: cover;
}

.movie-thumbnail {
	object-fit: cover;
}

.menulist{
	display: none;
}

.range-ul {
	padding: 20px;
	margin: 0 !important;
}

.range-ul li {
	display: inline-block;
	list-style: none !important;
	text-align: center;
	border: 2px solid #ccc;
	margin: 10px;
	padding: 12px 29px 10px !important;
	border-radius: 7px;
}

.product-button {
	text-align: center;
}

.product-button a {
	color: #FFF;
	background-color: #ff0000;
	display: inline-block;
	padding: 7px 13% 5px;
	margin-top: 30px;
}

.product-button a:hover {
	background-color: #ff5353;
}
.range-page h6 {
	color: #000;
	border: none;
	border-bottom: solid 2px #203864;
	line-height: 2em;
}

.range-page h6 span {
	border-style: double;
	background-color: #203864;
	color: #fff;
	padding: 5px 15px 3px;
	margin-right: 1em;
	text-shadow: none;
}

.range-page table tr th,
.range-page table tr td {
	border: 2px solid #ccc;
}

.range-page .contentTitle {
	background: url(/image/common/iconproduct.png) left no-repeat;
	padding: 20px 10px 15px 60px !important;
}

.foot-introduction {
	display: flex;
	text-align: left;
	justify-content: space-evenly;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}

.foot-industry {
	display: flex;
}

.foot-industry .foot-img {
	width: 30vw;
}

.foot-industry img {
	width: 16vw;
}

.foot-table {
	width: 66vw;
}

.foot-range-ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.foot-range-ul li {
	width: 21%;
	list-style: none !important;
	text-align: center;
	border: 1px solid;
	margin: 10px;
	padding: 12px 0 10px !important;
}

.foot-range-page h6 {
	color: #000;
	border: none;
	font-size: 24px;
	margin: 35px;
	text-align: left;
	margin-left: 7%;
	line-height: 2em
}

.foot-range-page h6 span {
	border-style: double;
	border-color: #777;
	color: #777;
	padding: 5px 15px 3px;
	margin-right: 1em;
}

.foot-last {
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}

.range-foot {
	width: 100%;
	margin: auto;
}

@media (min-width: 1020px) {
	.range-foot {
		width: 1000px;
	}
}

.achievements {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #ccc;
}

.achievements span {
	font-size: 200%;
	color: #f00;
}

.achievements-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.achievements-list div {
	width: 45%;

}

.achievements-list div span {
	display: inline-block;
	border: solid 2px #bbb;
	margin: 10px 0;
	padding: 5px 15px 3px;
	border-radius: 7px;
}

.example-company {
	margin-top: 50px;
}

.example-company p {
	display: inline-block;
	font-size: 18px;
	padding-right: 30px;
	border-bottom: solid 2px #203864;
}

.example-company div {
	display: flex;
	justify-content: space-between;
}

.example-company table {
	width: auto;
}

.example-company table th,
.example-company table td {
	width: auto !important;
	text-align: center;
	vertical-align: middle !important;
}

.example-company table th {
	background-color: #7F7F7F !important;
	color: #fff;
}

.possible {
	width: 30% !important;
	margin-left: 2em !important;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center !important;
}

.possible span {
	font-size: 135%;
}

.range-table {
}

.range-table th {
	color: #fff;
	text-align: center;
	vertical-align: middle !important;
	background-color: #595959 !important;
}

/*-----------------------*/
/* LPタイトル			*/
/*-----------------------*/

.lp-title {
	position: relative;
	color: #fff;
	font-weight: bold;
}

.lp-title .top-line {
	font-size: 28px;
}

.lp-title .top-line span {
	color: #FFDB05;
	font-size: 32px;
}

.lp-title .middle-line {
	margin-top: 90px;
	font-size: 28px;
}

.lp-title .middle-line span {
	font-size: 45px;
}

.lp-title .middle-line .dot-text {
	padding-top: .4em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1em .3em;
	background-image: radial-gradient(.15em .15em at center center,#FFDB05,#FFDB05 100%,transparent);
}

.lp-title .under-line {
	margin-top: 70px;
	font-size: 28px;
}

.lp-title .under-line span {
	font-size: 45px;
	background-color: #FFDB05;
	color: #000;
	padding: 0px 5px;
}

/*--conv5--*/

.page-template-page-lp4 .lp-title {
	line-height: 1.5;
	font-size: 50px;
	color: #002060;
	right: 0;
}

@media (min-width: 770px){
	.page-template-page-lp4 .lp-title {
		font-size: 90px;
	}
}

.page-template-page-lp4 .lp-title span {
	color: #00B0F0;
	-webkit-text-stroke: 1px #002060;
	font-family: Yu Gothic, YuGothic, MS Gothic;
}
.contact-link {
	position: absolute;
	font-weight: bold;
	margin-top: 350px;
	font-size: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.contact-link a {
	background-color: #FFDB05;
	padding: 15px 45px;
	border-radius: 40px;
	color: #003056;
}

.page-template-page-lp3 .content h2,
.page-template-page-lp4 .content h2 {
	border: none;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	font-size: 2em;
	color: #003056;
}

.page-template-page-lp4 .content h2 span {
	background-color: #002060;
	color: #fff;
	padding: 4px 10px 2px;
}

.page-template-page-lp3 .content h2:before,
.page-template-page-lp4 .content h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: inline-block;
	width: 60px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #003056;
	border-radius: 1px;
}

.page-template-page-lp3 .nayami-list,
.page-template-page-lp4 .nayami-list {
	width: 98%;
	min-height: 270px;
	margin: 0 auto 30px;
	border: solid 3px #FFDB05;
	background-color: #fff;
	border-radius: 35px;
}

.page-template-page-lp3 .nayami-list h4,
.page-template-page-lp4 .nayami-list h4 {
	color: #003056;
	border: none;
	text-align: center;
	top: -30px;
}

.page-template-page-lp3 .nayami-list h4 span,
.page-template-page-lp4 .nayami-list h4 span {
	background-color: #FFDB05;
	padding: 10px 50px;
	border-radius: 30px;
}

.page-template-page-lp3 .nayami-list h5,
.page-template-page-lp4 .nayami-list h5 {
	color: #003056;
	margin: 10px 0;
	top: -15px;
	border: 0;
	text-align: center;
	font-size: 130%;
	padding: 0 20px;
}

.page-template-page-lp3 .nayami-list h5:before,
.page-template-page-lp4 .nayami-list h5:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	display: inline-block;
	width: 60px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #003056;
	border-radius: 1px;
}

.page-template-page-lp3 .nayami-list p,
.page-template-page-lp4 .nayami-list p {
	margin: 0 6% 20px;
}

.page-template-page-lp3 .reason-list,
.page-template-page-lp4 .reason-list {
	top: -50px;
	position: relative;
}

.page-template-page-lp3 .reason-list h3,
.page-template-page-lp4 .reason-list h3 {
	box-shadow: 5px 4px 15px -1px rgba(0,0,0,0.20);
	width: 45%;
	top: 60px;
	background-color: #fff;
	padding: 10px;
	padding-left: 66px;
	color: #17375E;
	line-height: 1.5;
}

.page-template-page-lp4 .reason-list h3 {
	color: #333F50;
}

.page-template-page-lp3 .reason-list h3 span,
.page-template-page-lp4 .reason-list h3 span {
	position: absolute;
	left: 15px;
	top: -35px;
	color: #17375E;
	font-size: 50px;
	font-style: oblique;
	font-family: monospace;
}

.page-template-page-lp3 .reason-list .text-list,
.page-template-page-lp4 .reason-list .text-list {
	display: flex;
	background-color: #17375E;
	padding: 80px 20vw 20px;
	margin: 0 calc(50% - 50vw);
	width: 60vw;
}

.page-template-page-lp4 .reason-list .text-list {
	background-color: #BDD7EE90;
}

.page-template-page-lp3 .reason-list .text-list p,
.page-template-page-lp4 .reason-list .text-list p {
	width: 120%;
	padding-right: 30px;
	color: #fff;
	font-size: 15.4px;
	font-weight: bold;
}

.page-template-page-lp4 .reason-list .text-list p {
	color: #000000;
}

.page-template-page-lp4 .reason-list .text-list a {
	width: 100%;
}

.page-template-page-lp4 .reason-list .text-list a img {
	width: 100%;
	background-color: #ffffff;
}

.page-template-page-lp4 .reason-list .text-list a img.backwhite {
	width: calc(100% - 10px);
	padding: 5px;
}

.page-template-page-lp3 .reason-list.reason-right h3,
.page-template-page-lp4 .reason-list.reason-right h3 {
	margin: 0 0 0 auto;
}

.page-template-page-lp3 .reason-list.reason-right p,
.page-template-page-lp4 .reason-list.reason-right p {
	padding-right: 0;
	padding-left: 20px
}

.page-template-page-lp3 .product-list h5,
.page-template-page-lp4 .product-list h5 {
	border: 0;
	color: #17375E;
	text-align: center;
	min-height: 42px;
}

.page-template-page-lp3 .product-list .execphpwidget {
	width: 80%;
	margin: auto;
}

.page-template-page-lp4 .product-list .execphpwidget {
	width: 100%;
	margin: auto;
}

.page-template-page-lp3 .product-list .execphpwidget div,
.page-template-page-lp4 .product-list .execphpwidget div {
	display: flex;
	flex-direction: column;
}

.page-template-page-lp3 .product-list .execphpwidget div a,
.page-template-page-lp4 .product-list .execphpwidget div a {
	margin: auto;
}

.page-template-page-lp3 .product-list .execphpwidget div img,
.page-template-page-lp4 .product-list .execphpwidget div img {
	height: 250px;
	object-fit: cover;
}

.page-template-page-lp4 #pl-6122 .so-panel {
	margin: 0;
}

.page-template-page-lp3 .qa-post,
.page-template-page-lp4 .qa-post {
	font-weight: bold;
}

.page-template-page-lp3 .qa-post .qa-question,
.page-template-page-lp4 .qa-post .qa-question {
	padding: 20px 10px;
	background-color: #D9D9D9;
	display: flex;
	align-items: flex-start;
}

.page-template-page-lp4 .qa-post .qa-question {
	background-color: #D9D9D980;
}

.page-template-page-lp3 .qa-post p,
.page-template-page-lp4 .qa-post p {
	display: inline;
	margin: 0;
	padding-left: 20px;
}

.page-template-page-lp3 .qa-post .qa-question span,
.page-template-page-lp4 .qa-post .qa-question span {
	background-color: #17375E;
	border-radius: 44px;
	font-size: 25px;
	padding: 7px 11px;
	color: #fff;
}

.page-template-page-lp3 .qa-post .qa-answer,
.page-template-page-lp4 .qa-post .qa-answer {
	padding: 10px 10px;
	display: flex;
	align-items: flex-start;
}

.page-template-page-lp4 .qa-post .qa-answer {
	background-color: #ffffff80
}

.page-template-page-lp3 .qa-post .qa-answer span,
.page-template-page-lp4 .qa-post .qa-answer span {
	background-color: #404040;
	border-radius: 44px;
	font-size: 25px;
	padding: 7px 11px;
	color: #fff;
}

.page-template-page-lp3 .box:first-of-type,
.page-template-page-lp4 .box:first-of-type {
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 2px solid #002347;
}

.page-template-page-lp3 .box th,
.page-template-page-lp4 .box th {
	border: none;
	background-color: #fff;
	font-weight: bold;
	padding: 1.3em;
	font-size: 1.15rem;
	line-height: 1.5em;
	border-bottom: 1px dotted #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-template-page-lp4 .box th {
	background-color: #ffffff00;
}

.page-template-page-lp3 .box td,
.page-template-page-lp4 .box td {
	border: none;
	padding: 1.3em;
	font-size: 1.15rem;
	line-height: 1.5em;
	border-bottom: 1px dotted #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-template-page-lp3 .flow-list,
.page-template-page-lp4 .flow-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-page-lp3 .flow-list .flow-img1,
.page-template-page-lp4 .flow-list .flow-img1 {
	border: solid 4px #003056;
	border-radius: 70px;
	width: 100px;
	height: 100px;
	background-position: center;
	background-image: url(https://ai118k133j.smartrelease.jp/wp-content/uploads/2023/12/e3daaddaff30447edea8c6b14def12a9.jpg);
}

.page-template-page-lp3 .flow-list .flow-img2,
.page-template-page-lp4 .flow-list .flow-img2 {
	border: solid 4px #003056;
	border-radius: 70px;
	width: 100px;
	height: 100px;
	background-position: center;
	background-image: url(https://ai118k133j.smartrelease.jp/wp-content/uploads/2023/12/4c591c66271a4d0596db77613a39e12f.jpg);
}

.page-template-page-lp3 .flow-list .flow-img3,
.page-template-page-lp4 .flow-list .flow-img3 {
	border: solid 4px #003056;
	border-radius: 70px;
	width: 100px;
	height: 100px;
	background-position: center;
	background-image: url(https://ai118k133j.smartrelease.jp/wp-content/uploads/2023/12/bdac2a0fc782bba201c05cc0297d4051.jpg);
}

.page-template-page-lp3 .flow-list .flow-img4,
.page-template-page-lp4 .flow-list .flow-img4 {
	border: solid 4px #003056;
	border-radius: 70px;
	width: 100px;
	height: 100px;
	background-position: center;
	background-image: url(https://ai118k133j.smartrelease.jp/wp-content/uploads/2023/12/d102a9d662b1f572d245650c3c0658c1.jpg);
}

.page-template-page-lp3 .flow-list .flow-img5,
.page-template-page-lp4 .flow-list .flow-img5 {
	border: solid 2px #003056;
	border-radius: 70px;
	height: 40px;
}

.page-template-page-lp3 .flow-list img,
.page-template-page-lp4 .flow-list img {
	height: 100%;
	border: solid 4px #003056;
	border-radius: 70px;
}

.page-template-page-lp3 .flow-list .flow-text,
.page-template-page-lp4 .flow-list .flow-text {
	width: 70%;
	margin-left: 20px;
}

.page-template-page-lp3 .flow-list .flow-text h4,
.page-template-page-lp4 .flow-list .flow-text h4 {
	border: 0;
}

.page-template-page-lp3 .flow-list .flow-text p,
.page-template-page-lp4 .flow-list .flow-text p {
	padding-left: 10px;
	padding-right: 0;
}

.page-template-page-lp3 input[type=submit].sBtn,
.page-template-page-lp4 input[type=submit].sBtn {
	color: #17375E;
	font-weight: bold;
	background: none;
	background-color: #FFDB05;
	border: none;
	box-shadow: 46px 4px 73px 47px rgba(0,0,0,0);
	font-family: "UD デジタル 教科書体 N-R", "BIZ UDゴシック Regular", "Hiragino Kaku Gothic ProN", "ascii";
}

.page-template-page-lp3,
.page-template-page-lp3 h2,
.page-template-page-lp3 h3,
.page-template-page-lp3 h4,
.page-template-page-lp3 h5,
.page-template-page-lp4,
.page-template-page-lp4 h2,
.page-template-page-lp4 h3,
.page-template-page-lp4 h4,
.page-template-page-lp4 h5 {
	font-family: "UD デジタル 教科書体 N-R", "BIZ UDゴシック Regular", "Hiragino Kaku Gothic ProN", "ascii";
}

.page-template-page-lp3 .wpcf7-form,
.page-template-page-lp3 #footMenu,
.page-template-page-lp3 #footer,
.page-template-page-lp4 .wpcf7-form,
.page-template-page-lp4 #footMenu,
.page-template-page-lp4 #footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page-template-page-lp3 .content .entry-content,
.page-template-page-lp4 .content .entry-content {
	overflow: visible;
}

.page-template-page-lp3 #main {
	background-color: rgb(255,219,5,0.2);
	overflow: hidden;
}

.page-template-page-lp4 #main {
	background-image: url(/image/conv5/background.png);
	overflow: hidden;
}

.page-template-page-lp3 #panel-6001-2-0-0,
.page-template-page-lp4 #panel-6001-2-0-0 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.page-template-page-lp3 #pg-6001-2,
.page-template-page-lp4 #pg-6001-2 {
	margin: 0;
}

.page-template-page-lp3 #pgc-6001-3-0,
.page-template-page-lp4 #pgc-6001-3-0 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	width: 100vw;
}

.page-template-page-lp3 #pg-6001-3,
.page-template-page-lp4 #pg-6001-3 {
	margin: 0;
}

.page-template-page-lp3 #pg-6001-4,
.page-template-page-lp4 #pg-6001-4 {
	margin: 0;
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #panel-6001-4-0-0,
.page-template-page-lp4 #panel-6001-4-0-0 {
}

.page-template-page-lp3 #pg-6001-5,
.page-template-page-lp4 #pg-6001-5 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	padding: 0 0%;
	width: 100vw;
}

.page-template-page-lp3 .product-list {
	padding: 0px 12%;
}

.page-template-page-lp3 #pg-6001-6,
.page-template-page-lp4 #pg-6001-6 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #pg-6001-7,
.page-template-page-lp4 #pg-6001-7 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #pgc-6001-7-0,
.page-template-page-lp4 #pgc-6001-7-0 {
	max-width: 1000px;
	margin: auto;
}

.page-template-page-lp3 #pg-6001-10,
.page-template-page-lp4 #pg-6001-10 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #pg-6001-11,
.page-template-page-lp4 #pg-6001-11 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #pg-6001-12,
.page-template-page-lp4 #pg-6001-12 {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #pgc-6001-11-0,
.page-template-page-lp4 #pgc-6001-11-0 {
	max-width: 1000px;
	margin: auto;
}

.page-template-page-lp3 #pgc-6001-12-0,
.page-template-page-lp4 #pgc-6001-12-0 {
	max-width: 1000px;
	margin: auto;
}

.page-template-page-lp3 #post-6001,
.page-template-page-lp4 #post-6001 {
	margin: 0;
}

.page-template-page-lp3 .content .adminEdit {
	background-color: #fff;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.page-template-page-lp3 #content,
.page-template-page-lp4 #content {
	padding-bottom: 0 !important;
}

.page-template-page-lp4 .link-list ul {
	display: flex;
	padding-top: 20px;
	align-items: center;
	justify-content: space-evenly;
}

.page-template-page-lp4 .link-list ul li {
	list-style: none;
}

.page-template-page-lp4 table.contact tr td {
	background-color: #ffffff;
}

div#footMenu {
	margin-top: 0;
}

.page-template-page-lp4 .first-item div {
	font-size: 2.7em;
	color: #002060;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #ffffff9c;
}

.page-template-page-lp4 .first-item div span {
	color: #00B0F0;
}

.page-template-page-lp4 .first-item div span.big {
	font-size: 1.3em;
}

.page-template-page-lp4 .first-item p {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #ffffff9c;
	padding: 15px;
	line-height: 1;
}

.page-template-page-lp4 .cta-item {
	font-size: 2em;
	margin: auto;
	display: block;
	width: fit-content;
	background-color: #f00;
	color: #fff;
	padding: 10px 25px 8px;
	border: solid 2px #000;
}

.page-template-page-lp4 .wideslider_filter ul li img {
	opacity: 1;
}

.page-template-page-lp4 .wideslider .pagination {
	display: none;
}

.sbt-btn {
	display: flex;
	justify-content: center;
	padding: 30px 0 0;
}

.sbt-btn span {
	color: #17375E;
	font-weight: bold;
	background: none;
	background-color: #FFDB05;
	border: none;
	font-size: 1.5em;
	line-height: 1.5;
	padding: 4px 20px 0;
	box-shadow: 46px 4px 73px 47px rgba(0, 0, 0, 0);
}

@media (max-width: 780px) {
	.page-template-page-lp4 .first-item div {
		font-size: 1.7em;
	}
	
	.page-template-page-lp4 .reason-list h3 {
		width: 80%;
	}
	
	.page-template-page-lp4 .reason-list .text-list p {
		width: 100%;
	}
	
	.page-template-page-lp4 .reason-list .text-list {
		padding: 80px 10vw 20px;
		width: 80vw;
		flex-direction: column;
	}
	
	table.contact tr th,
	table.contact tr td {
		width: 90% !important;
	}
	
	.sns-img {
		justify-content: center;
	}
	
	#footerOutline a.bana-img {
		padding: 0;
		margin: auto;
	}
	
	#footerOutline .sns-img {
		justify-content: center;
	}
	
}

@media (max-width: 780px) {
	.page-template-page-lp4 .link-list ul {
		flex-direction: column;
	}
	
	.page-template-page-lp4 .flow-list .flow-img1,
	.page-template-page-lp4 .flow-list .flow-img2,
	.page-template-page-lp4 .flow-list .flow-img3,
	.page-template-page-lp4 .flow-list .flow-img4 {
		width: 80px;
		height: 80px;
	}
	
	.page-template-page-lp4 .flow-list .flow-text {
		margin-left: 10px;
	}
	
	.page-template-page-lp4 .cta-item {
		font-size: 1.5em;
	}
}



@media (max-width: 480px) {
	.page-template-page-lp4 .first-item div{
		font-size: 1.3em;
	}
	
	.page-template-page-lp4 .first-item p {
		font-size: 1em;
	}
	
	.page-template-page-lp4 .cta-item {
		font-size: 1.5em;
	}
}
