/*   
Theme Name: ニュートン【leap-it】
Theme URI:https://newton-scouter.com/
Description:ニュートン【leap-it】のテーマです。


Author:金浦
Author URI:http://sangodesign.jp/
Version:1.0 2022.9.15
*/

*,
*:before,
*:after {
    margin:0;
    padding:0;
	box-sizing: inherit;
}
html {
  box-sizing: border-box;
}

/* リセットCSS */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	color: #231815;
	word-wrap: break-word;
	font-size:100%;
	line-height:1.8;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	background-color: #ffffff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* img要素の余計な余白（ディセンダー）のリセット */
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
/* リンクの設定 */
a {
    transition : all 0.5s ease 0s;
}
a:link,
a:active,
a:visited {
	color:#c30d23;
	text-decoration:none;
}
a:hover,
a:focus {
	color:#4169e1;
	text-decoration:none;
}
.btn a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn a:hover,
.btn a:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

/* CLEARFIX CLASS */
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	visibility		: hidden;
	content			: ".";
	line-height		: 0;
}
.clearfix {
	display			: inline-table;
	min-height		: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
}
.clearfix {
	display			: block;
}
/* END OF FOR MAC IE */

/* フォントサイズ */
.f80{
	font-size:80%;
}
.f120{
	font-size:120%;
}
.f150{
	font-size:150%;
}
.f200{
	font-size:200%;
}
.f250{
	font-size:250%;
}
.f300{
	font-size:300%;
}
.fb{
	font-weight:bold;
}
/* カラー */
.red{
	color:#D80C18;
}
.blue{
	color: #0E357F;
}
.white{
	color: #FFFFFF;
}
.green{
	color: #2AA239;
}
.pink{
	color: #DC3545;
}
/* 行間 */
.lh12{
	line-height: 1.2;
}
video {
	filter: drop-shadow(0px 0px #000);
	outline: none;
	border: none;
}
#video {
	top:0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
/* 改行 */
.br-pc { display:inherit;}
.br_on { display: none;}

/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.center-pc {text-align:center !important;}
.right-sm {text-align:right !important;}

/* 余白 */
.mt200 {margin-top:200px;}
.mt150 {margin-top:150px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.pt150{padding-top: 150px;}
.pt100{padding-top: 100px;}
.pl20{padding-left: 20px;}
.pb100{padding-bottom: 100px;}
.pt100{padding-top: 100px;}

/* フロート画像(右) */
img.flright{
    display: block;
    line-height: normal;
    float: right;
}
/* フロート画像(左) */
img.flleft{
    display: block;
    line-height: normal;
    float: left;
	margin:0 40px 20px 0;
}
/* grid */
.grid-left {
	float: left;
	padding-top: 0;
}
.grid-right {
	float: right;
	padding-top: 0;
}
/* タイトル */
.title{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.4;
}
.marker{
  background-image: linear-gradient(transparent 70%, yellow 70%)
}
.lh14{
	line-height: 1.4;
}

/* header */
.header-pc{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	box-shadow: 0px 1px 2px 2px #e5e5e5;
}
.header {
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
h1.site-logo{
	position:absolute;
	top: 10px;
	left: 20px;
	z-index: 200;	
}
.logo-size{
	height: 60px;
}
.head_navi01,
.head_navi02,
.head_navi03{
	width: 150px;
	margin: 0 auto;
	position: absolute;
}
.head_navi01{
	top: 20px;
	right: 190px;
}
.head_navi02{
	top: 20px;
	right: 240px;
}
.head_navi03{
	top: 20px;
	right: 20px;
}
a.btn_01,
a.btn_02,
a.btn_03{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_01{
  background: #2AA239;
  border: 1px solid #2AA239;
}
a.btn_02{
  background: #F39C15;
  border: 1px solid #F39C15;
}
a.btn_03{
  background: #C30D23;
  border: 1px solid #C30D23;
}
a.btn_01:hover{
  background: #fff;
  color: #2AA239;
}
a.btn_02:hover{
  background: #fff;
  color: #F39C15;
}
a.btn_03:hover{
  background: #fff;
  color: #C30D23;
}

.header-in-navi{
	display: flex;
	justify-content: flex-end;
	margin-right: 350px;
}
.header-in-navi ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header-in-navi ul li{
	margin: 0 20px 0 0;
}
.header-in-navi ul li a{
	display: inline-block;
	position: relative;
	color: #555;
 	text-decoration: none;
	font-size: 14px;
}
.header-in-navi ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #000000;
	transform: scale(0, 1);
	transition: 0.5s;
}
.header-in-navi ul li a:hover:before {
	transform: scale(1);
}
.header-in-navi ul li a:link,
.header-in-navi ul li a:active,
.header-in-navi ul li a:visited {
	transition:0.5s;
	color:#555555;
	text-decoration:none;
}
.header-in-navi ul li a:hover,
.header-in-navi ul li a:focus {
	color:#000000;
	text-decoration:none;
}
.top-template{
	margin-top: -60px;
}


/* ヘッダースマホ */
.header_wrapper{
    max-width: 1160px;
    margin: auto;
    display: flex;
    align-items: center;
	height: 60px;
    justify-content: space-between;
    letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
.header_wrapper h1{
	margin-left: 3%;
    width: auto;
    display: flex;
    align-items: center;
}
.header_wrapper h1 a{
    display: block;
    color: #333;
    text-decoration: none;
}
.header_right{
    display: flex;
	margin-right: 3%;
}
@media (max-width: 1160px){
header{
	position: fixed;
	top: 0;
	z-index: 100;
	padding: 0;
	background-color: #fff;
	height: 60px;
    }
}
/* ナビゲーション */
.gnav{
    width: 100%;
    background-color: #333;
}
.gnav_wrapper{
    max-width: 1160px;
    margin: 10% auto 0;
    display: flex;
}
.gnav_wrapper li{
    border-left: #888 1px solid;
    text-align: center;
    width: calc(100%/7);
    transition: all  0.3s ease;
}
.gnav_wrapper li:last-child{
    border-right: #888 1px solid;
}
.gnav_wrapper li:hover{
    background-color: #888;
}
.gnav_wrapper li a{
    display: block;
    padding: 1em 0;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1160px){
.gnav_wrapper{
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	visibility: hidden;
	opacity: 0;
	padding-top: 15%;
}
.gnav_wrapper li{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	border-bottom: #888 1px solid;
	border-left: none;
    }
.gnav_wrapper li:last-child{
	border-right: none;
}
.open{
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
.menu-btn span::after{
	content: attr(data-txt-menu);
}
.open span::after{
	content: attr(data-txt-close);
}
    
}

.MenuBtn.Style01 {
position: relative;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border: solid 2px #000000;
}
.MenuBtn.Style01 .MenuBtn-BarFrame {
position: relative;
display: block;
width: 24px;
height: 2px;
}
.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: #000000;
transition: all .15s linear;
}
.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: #000000;
transition: all .15s linear;
transform: translateY(-8px) rotate(0deg);
}
.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: #000000;
transition: all .15s linear;
transform: translateY(8px) rotate(0deg);
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
opacity: 0;
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
transform: translateY(0) rotate(45deg);
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
transform: translateY(0) rotate(-45deg);
}




/* footer */
.footer{
	margin-top: 150px;
}
.f-logo{
	text-align: center;
}
.f-logo-size{
	height: 70px;
}

#copy{
	padding: 10px 0;
	text-align: center;
	color:#3E3A39;
	font-size: 80%;
}
/* ----- コンテンツ ----- */
.full-img{
	margin-top: 70px;
}
.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: calc(100vh - 70px);
	background:url("img/bg-pc.jpg")
    center / cover;
}
.first-box{
	display: flex;
	justify-content: center;
}
.first-box01{
	width: 720px;
	margin-top: 100px;
	margin-right: 60px;
	color: #FFFFFF;
	text-align: center;
}
.first-box02{
	width: 600px;
	margin-top: 70px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
}
.first-box02-midashi{
	margin-top: 20px;
	text-align: center;
	color: #2AA239;
	font-size: 24px;
	font-weight: bold;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 72px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
}
.head-midashi span{
	font-size: 48px;
}
.head-text{
	font-size: 22px;
}

.main_btn01{
	display: none;
	position: absolute;
	bottom: 5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 4;
	width: 30%;
}
.main_btn01 img{
	width: 100%;
}

.main_btn02{
	position: absolute;
	top: 80%;
	right: 300px;
	z-index: 7;
	width: 25%;
	max-width: 600px;
	min-width: 400px;
}
.main_btn02 img{
	width: 100%;
}

.main_risyoku{
	position: absolute;
	bottom: 22%;
	left: 28%;
	z-index: 6;
	max-width: 200px;
	width: 10.4%;	
}
.main_risyoku img{
	width: 100%;
}
.main_explanation{
	position: absolute;
	bottom: 20%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 6;
	max-width: 600px;
	width: 41.6%;	
}
.main_explanation img{
	width: 100%;
}
h2.tategaki {
	color: #FFFFFF;
	font-size: 5.5vh;
	font-weight: bold;
	position: absolute;
	top: 120px;
	left: 10%;
	display: table-cell;
	writing-mode: vertical-rl;
	vertical-align: middle;
}
.tategaki-bg {
	padding: 20px 3px;
	background-color:rgba(1,92,91,0.8);
}

h2.yokogaki {
	color: #FFFFFF;
	font-size: 5.5vh;
	font-weight: bold;
	position: absolute;
	top: 200px;
	left: 2%;
	line-height: 2.2;
}
.yokogaki-bg {
	padding: 10px 10px;
	background-color:rgba(1,92,91,0.8);
}





.contents{
	width: 1160px;
	padding: 100px 0;
	margin: 0 auto;
}
.contents01{
	width: 1160px;
	padding: 100px 0;
	margin: 0 auto;
}
.contents-under{
	width: 800px;
	padding: 40px 0;
	margin: 0 auto;
}
.bg-gry{
	background-color: #EEEEEF;
}
.bg-green{
	background-color: #F3F9E5;
}
.bg-pink{
	background-color: #FFE6E9;
}
.nayami-box{
	display: flex;
	flex-wrap: wrap;
}
.nayami-box-in{
	width: 30%;
	text-align: center;
	margin-top: 60px;
	margin-right: 5%;
}
.nayami-box-in:nth-child(3n){
	margin-right: 0%;
}
.nayami-box-in img{
	height: 200px;
}
.nayami-box-in p{
	font-weight: bold;
}
.kaiketsu_btn {
	display: inline-block;
	padding: 5px 20px ;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #C30D23;
	border-radius: 5px;
}
.kaiketsu_btn:hover {
	cursor: pointer;
	text-decoration: none;
	background:#333333;
}
a.kaiketsu_btn:link,
a.kaiketsu_btn:active,
a.kaiketsu_btn:visited,
a.kaiketsu_btn:hover,
a.kaiketsu_btn:focus {
	color:#ffffff;
	text-decoration:none;
}
/* 点滅 */
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
	color:red;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.youtube {
	margin-top: 40px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

.movieplay-btn {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px ;
	font-size: 200%;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #C30D23;
	border-radius: 5px;
}
.movieplay-btn:hover {
	cursor: pointer;
	text-decoration: none;
	background:#333333;
}




.kaiketsu-box{
	width: 1160px;
	padding: 100px 0;
	margin: 0 auto;
}
.kaiketsu-box01{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 60px;
}
.kaiketsu-box02{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 60px;
}
.kaiketsu-box-photo{
	width: 47.4%;
}
.kaiketsu-box-text{
	width: 50%;
	align-items: center;
}
.midashi{
	font-size: 200%;
	font-weight: bold;
}
.kami-fuyou{
	width: 800px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.kami-fuyou-photo{
	width: 20%;
	text-align: center;
}
.kami-fuyou-text{
	width: 77%;
	padding-top: 40px;
}
.blue-box{
	display: flex;
	justify-content: space-between;
}
.blue-box-in{
	margin-top: 60px;
	width: 47.5%;
	background-color: #D9EEF4;
	padding: 20px;
}
.blue-box-100{
	margin-top: 60px;
	width: 100%;
	background-color: #D9EEF4;
	padding: 20px;
}
.heikin-box{
	display: flex;
	justify-content: space-between;
}
.heikin-box2{
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.heikin-box-in{
	margin-top: 60px;
	width: 47.5%;
	text-align: center;
}
.heikin-box-photo{
	margin-top: 60px;
	width: 61.11111%;
}
.heikin-box-text{
	margin-top: 60px;
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pink-box{
	border: 2px solid #DC3545;
	padding: 20px;
	color: #DC3545;
}
.black-text{
	display: inline-block;
	color: #FFFFFF;
	background-color: #3E3A39;
	padding: 15px 3em;
	font-size: 150%;
	font-weight: bold;
}
.heikin-box3{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 80px;
}
.heikin-box3-photo{
	width: 47.4%;
}
.heikin-box3-text{
	width: 50%;
	align-items: center;
}
.price-size{
	width: 600px;
	margin: 60px auto 0;
}
.case-size{
	width: 600px;
}

.contact_btn {
	display: inline-block;
	padding: 10px 4em ;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #C30D23;
	border-radius: 10px;
}
.contact_btn:hover {
	cursor: pointer;
	text-decoration: none;
	background:#333333;
}
a.contact_btn:link,
a.contact_btn:active,
a.contact_btn:visited,
a.contact_btn:hover,
a.contact_btn:focus {
	color:#ffffff;
	text-decoration:none;
}
.flow-box{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-box-in{
	width: 47.5%;
	margin-top: 40px;
}
.flow-box-in table th{
	width: 30%;
	padding-right: 20px;
	vertical-align: top;
}
.flow-box-in table td{
	vertical-align: top;
}
.flow-box-in table td p.flow-name{
	font-size: 200%;
	font-weight: bold;
	color: #2AA239;
	line-height: 1;
}

.qa-box {
  width: 80%;
  margin: 60px auto 0;
}
.qa-box .qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.qa-box .qa dt,
.qa-box .qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}
.qa-box .qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.qa-box .qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.qa-box .qa:last-of-type {
  border-bottom: none;
}
.qa-box .qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
}
.qa-box .qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 960px) {
  .qa-box {
    width: 95%;
  }
}

.btn-box{
	width: 1050px;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}
.btn-box-in{
	width: 500px;
}

a.btn_document {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 150%;
	border: 2px solid #2AA239;
	background: #2AA239;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_document:hover {
	color: #2AA239;
	background: #fff;
}





/* 下層ページ */
#page_title{
	width: 100%;
	text-align: center;
}
#page_title h2{
	font-size: 250%;
	font-weight: bold;
}
.document{
	height: 200px;
}

/* プライバシーポリシー */
.privacy {
	width: 100%;
	text-align: left;
}
.privacy ol li{
	list-style: decimal !important;
	line-height: 2 !important;
	margin-left: 1.5em !important;
	padding-left: 0.5em !important;
}
.privacy ol li:before{
	content: none;
}
.privacy ul.kana li{
	list-style-type: katakana !important;
	line-height: 2 !important;
	margin-left: 1.5em !important;
	padding-left: 0.5em !important;
}
.privacy ul.kana li:before{
	content: none;
}
.indent1{
	text-indent: 1em;
}

/* お問い合わせ */
.form-box{
	width: 800px;
	margin: 0px auto 0;
}
table.form{
	margin:40px 0 0 0;
	border:none;
	width:100%;
	border-collapse: collapse;
}
table.form th{
	width: 35%;
	text-align:left;
	padding:20px;
	vertical-align: middle;
}
table.form td{
	text-align:left;
	padding:20px;
	vertical-align: middle;
}



.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-select{
	padding:5px;
	font-size: 100%;
}
 
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-select:focus{
	outline: none;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	border-color: rgba(100, 200, 255, 0.75) !important;
	padding:5px;
}
 
.wpcf7-form-control-wrap {
	display:inline;
	width: 100%;
	padding-bottom: 10px;
}
 
.wpcf7-textarea,
.wpcf7-text{
	width: 96%;
}
.wpcf7-text.add{
	width: 30%;
}
.wpcf7-text,
.wpcf7-select{
	padding: 5px;
}

dl.koumoku dt{
  float: left;
}
dl.koumoku dd{
  margin-left: 80px;
}

dl.koumoku-top dt{
	float: left;
}
dl.koumoku-top dd{
	margin-left: 40px;
	padding-top: 4px;
}

.kisai{
	background-color: #c30d23;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.nini{
	background-color: #0d3b60;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.kisai-top{
	background-color: #c30d23;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 5px;
	display: inline-block;
	margin-right: 1em;
}
.nini-top{
	background-color: #0d3b60;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 5px;
	display: inline-block;
	margin-right: 1em;
}
.btn-flex {
	display: flex;		
    width: 100%;
	flex-direction: column;
}

/* ? コンタクトフォーム7　送信ボタンのカスタマイズ ? */
input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #c30d23 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
input.wpcf7-submit:hover {
	background-color:#003366 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.btn-submit {
    width: 100%;
    text-align: center;
}
/* ? コンタクトフォーム7　戻るボタンのカスタマイズ ? */
input.wpcf7-previous {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #595857 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
input.wpcf7-previous:hover {
	background-color:#2b2b2b !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}


table.form-top{
	margin:20px 0 0 0;
	border:none;
	width:100%;
	border-collapse: collapse;
	font-size: 14px;
}
table.form-top th{
	width: 40%;
	text-align:left;
	padding: 5px;
	vertical-align: middle;
}
table.form-top td{
	text-align:left;
	padding: 5px;
}
.formbox-top{
	margin-top:40px;
	text-align:center;
	padding: 5px;
}

.formbox-top .wpcf7-text,
.formbox-top .wpcf7-textarea,
.formbox-top .wpcf7-number,
.formbox-top .wpcf7-select{
	padding:5px;
	font-size: 14px;
}

/* ? コンタクトフォーム7　送信ボタンのカスタマイズ ? */
.btn-submit-top input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #c30d23 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 14px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
.btn-submit-top input.wpcf7-submit:hover {
	background-color:#003366 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.btn-submit-top {
    width: 50%;
    text-align: center;
	margin: 0 auto;
}



.top-form{
	padding: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: fixed;
	top: 100px;
	right: 20px;
	width: 250px;
	border: 1px solid #E0E0E0;
	z-index: 999999999;
}
.kisai2{
	background-color: #c30d23;
	color: #FFFFFF;
	font-size: 8px;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 1em;
}
.nini2{
	background-color: #0d3b60;
	color: #FFFFFF;
	font-size: 8px;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 1em;
}
.question{
	font-size: 10px;
	margin-bottom: 5px;
}
.answer{
	font-size: 10px;
	margin-bottom: 5px;
}
.btn-submit2 input.wpcf7-submit{
	font-size: 10px !important;
	padding:0.5em !important;
	margin:1em auto 0 !important;
	width: 230px !important;
}
div.answer input[name="your-name"],
div.answer input[name="your-email"],
div.answer input[name="your-subject"],
div.answer input[name="company"],
div.answer input[name="busyo"],
div.answer input[name="tel-294"],
div.answer textarea[name="your-message"] {
	width: 230px;
}
.company{
	width: 100%;
	padding: 60px 0;
}


/*----------------------------------------------------
    表示・非表示
----------------------------------------------------*/
.hidden {
  display: none;
  visibility: hidden;
}
.hidden-phone {
	display: inherit !important;
}
.visible-tab {
	display: none !important;
}
.visible-phone {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.hidden-tab {
	display: inherit !important;
}
.guest-box{
	display: none !important;
}
.br-1540{
	display: none !important;
}
.br-1370{
	display: none !important;
}

/*===============================================
●smart.css  画面の横幅が1540pxまで
===============================================*/
@media screen and (max-width: 1540px){

.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 100vh;
	background:url("img/bg-pc.jpg")
    center / cover;
}

.contents{
	width: 960px;
	padding: 100px 0;
	margin: 0 auto;
}
.contents01{
	width: 960px;
	padding: 100px 0;
	margin: 0 auto;
}
.kaiketsu-box{
	width: 960px;
	padding: 100px 0;
	margin: 0 auto;
}
.br-1540{
	display: inherit !important;
}
.btn-box{
	width: 960px;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}

}
/*===============================================
●smart.css  画面の横幅が1370pxまで
===============================================*/
@media screen and (max-width: 1370px){


.contents{
	width: 800px;
	padding: 100px 0;
	margin: 0 auto;
}
.contents01{
	width: 800px;
	padding: 100px 0;
	margin: 0 auto;
}
.kaiketsu-box{
	width: 800px;
	padding: 100px 0;
	margin: 0 auto;
}
.heikin-box2{
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.btn-box{
	width: 800px;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}
.br_pc { display:none !important;}
.br-1540{
	display: none !important;
}
.br-1370{
	display: inherit !important;
}


.first-box{
	display: flex;
	justify-content: center;
}
.first-box01{
	width: 600px;
	margin-top: 80px;
	margin-right: 60px;
	color: #FFFFFF;
	text-align: center;
}
.first-box02{
	width: 500px;
	margin-top: 60px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
}
.first-box02-midashi{
	margin-top: 10px;
	text-align: center;
	color: #2AA239;
	font-size: 18px;
	font-weight: bold;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
}
.head-midashi span{
	font-size: 42px;
}
.head-text{
	font-size: 18px;
}


}
/*===============================================
●smart.css  画面の横幅が1280pxまで
===============================================*/
@media screen and (max-width: 1280px){
.contents{
	width: 750px;
	padding: 100px 0;
	margin: 0 auto;
}
.contents01{
	width: 750px;
	padding: 100px 0;
	margin: 0 auto;
}
.kaiketsu-box{
	width: 750px;
	padding: 100px 0;
	margin: 0 auto;
}
.heikin-box2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.btn-box{
	width: 750px;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}
.main_btn02{
	position: absolute;
	top: 70%;
	right: 300px;
	z-index: 7;
	width: 20%;
	max-width: 600px;
	min-width: 200px;
}
.main_btn02 img{
	width: 100%;
}
table.form-top{
	margin:10px 0 0 0;
	border:none;
	width:100%;
	border-collapse: collapse;
	font-size: 13px;
}
.first-box02{
	width: 500px;
	margin-top: 40px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
}

}

/*===============================================
●smart.css  画面の横幅が1160pxまで
===============================================*/
@media screen and (max-width: 1160px){

body {
	font-size:16px;
	background-color: #FFFFFF;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-tab {
	display: inherit !important;
}
.hidden-tab {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
.br-1370{
	display: none !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.mt200 {margin-top:20%;}
.mt150 {margin-top:20%;}
.mt100 {margin-top:20%;}
.mt80 {margin-top:10%;}
.mt60 {margin-top:5%;}
.mt40 {margin-top:5%;}
.mt20 {margin-top:5%;}
.mt10 {margin-top:5%;}
.pt150{padding-top: 15%;}
.pt100{padding-top: 10%;}
.pl20{padding-left: 5%;}

.f80{font-size:16px;}
.f120{font-size:16px;}
.f150{font-size:18px;}
.f200{font-size:18px;}
.f250{font-size:20px;}
.f300{font-size:20px;}

.sm_center{
	text-align: center;
}
/* header */
.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 60vh;
	background:url("img/bg-pc.jpg")
    center / cover;
}

header{
    width: 100%;
    padding: 0;
	position: fixed;
}
.logo-size-sm{
	height: 40px;
}
.top-img {
	background: url("img/bg-tab.jpg") top center / cover;
    height: calc(100vh - 70px);
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.main_btn01{
	display: inherit !important;
	position: absolute;
	top: 33%;
	left: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 4;
	max-width: 400px;
	width: 30%;
}
.main_btn01 img{
	width: 100%;
}

.main_btn02{
	display: none;
}
.main_btn02 img{
	width: 100%;
}
.main_risyoku{
	position: absolute;
	bottom: 22%;
	left: 5%;
	z-index: 6;
	max-width: 300px;
	width: 20%;	
}
.main_risyoku img{
	width: 100%;
}
.main_explanation{
	position: absolute;
	bottom: 20%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 6;
	max-width: 696px;
	width: 70%;	
}
.main_explanation img{
	width: 100%;
}


h2.tategaki {
	color: #FFFFFF;
	font-size: 3.5vh;
	font-weight: bold;
	position: absolute;
	top: 100px;
	right: 5%;
	display: table-cell;
	writing-mode: vertical-rl;
	vertical-align: middle;
}
.tategaki-bg {
	background-color:rgba(1,92,91,0.8);
	padding: 20px 3px;
}
.btn-box{
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}
.btn-box-in{
	width: 47.5%;
}
.title{
	font-size: 36px;
}
.midashi{
	font-size: 20px;
	font-weight: bold;
}

.nayami-box-in img{
	height: auto;
}
.nayami-box-in p{
	font-weight: bold;
}
.kami-fuyou{
	max-width: 800px;
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.kami-fuyou-photo{
	width: 20%;
	text-align: center;
}
.kami-fuyou-text{
	width: 77%;
	padding-top: 40px;
}

.heikin-box{
	display: flex;
	justify-content: space-between;
}
.heikin-box2{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.heikin-box-in{
	margin-top: 60px;
	width: 47.5%;
	text-align: center;
}
.heikin-box-photo{
	margin-top: 60px;
	width: 61.11111%;
}
.heikin-box-text{
	margin-top: 60px;
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pink-box{
	border: 2px solid #DC3545;
	padding: 20px;
	color: #DC3545;
}
.kaiketsu-box{
	width: 92%;
	padding: 70px 0;
	margin: 0 auto;
}


/* footer */
.footer{
	margin-top: 10%;
}
.f-logo{
	text-align: center;
}
.f-logo-size{
	height: 70px;
}

.contents{
	width: 92%;
	padding: 70px 0;
	margin: 0 auto;
}
.contents01{
	width: 92%;
	padding: 70px 0;
	margin: 0 auto;
}
.contents-under{
	width: 92%;
	padding: 5% 0;
	margin: 0 auto;
}

#page_title{
	width: 100%;
	margin-top: 10%;
	text-align: center;
}
#page_title h2{
	font-size: 20px;
	font-weight: bold;
}


.movieplay-btn {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px ;
	font-size: 18px;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #C30D23;
	border-radius: 5px;
}
.movieplay-btn:hover {
	cursor: pointer;
	text-decoration: none;
	background:#333333;
}


/* お問い合わせ */
.form-box{
	width: 100%;
	margin: 5% auto 0;
}

.w800box{
	width: 100%;
	max-width: 800px;
	margin: 100px auto 0;
	text-align: left;
	border: 1px solid #dcdcdc;
	padding: 40px;
	box-sizing: border-box;
}


.privacy {
	margin-top: 150px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

input.wpcf7-submit {
	width: 100%;
}
input.wpcf7-previous {
	width: 100%;
}
.top-form{
	display: none;
}

.first-box{
	display: flex;
	justify-content: center;
}
.first-box01{
	width: 46%;
	margin-right: 2%;
	color: #FFFFFF;
	text-align: center;
}
.first-box02{
	width: 48%;
	margin-top: 60px;
	margin-right: 2%;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
}
.first-box02-midashi{
	margin-top: 10px;
	text-align: center;
	color: #2AA239;
	font-size: 18px;
	font-weight: bold;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
}
.head-midashi span{
	font-size: 24px;
}
.head-text{
	font-size: 14px;
}

}

/*===============================================
●smart.css  画面の横幅が830pxまで
===============================================*/
@media screen and (max-width: 830px){

.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 110vh;
	background:url("img/bg-pc.jpg")
    center / cover;
}

.first-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.first-box01{
	width: 70%;
	margin: 40px auto 0;
	color: #FFFFFF;
	text-align: center;
}
.first-box02{
	width: 70%;
	margin: 40px auto 0;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 20px;
}
.first-box02-midashi{
	margin-top: 10px;
	text-align: center;
	color: #2AA239;
	font-size: 18px;
	font-weight: bold;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
}
.head-midashi span{
	font-size: 36px;
}
.head-text{
	font-size: 14px;
}



}
/*===============================================
●smart.css  画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px){

body {
	font-size:16px;
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: inherit !important;
}
.hidden-sm {
	display: none !important;
}
.guest-box{
	display: inherit !important;
}
.guest-box-in{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.guest-box-photo{
	width: 25%;
}
.guest-box-text{
	width: 73%;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.center-pc {text-align:left !important;}
.right-sm {text-align:left !important;}
.center-sm{text-align: center !important;}
.br_pc { display:none !important;}

.br_off {
  display: none;
}
.br_on {
  display: inherit;
}
.mt200 {margin-top:20%;}
.mt150 {margin-top:20%;}
.mt100 {margin-top:20%;}
.mt80 {margin-top:10%;}
.mt60 {margin-top:5%;}
.mt40 {margin-top:5%;}
.mt20 {margin-top:5%;}
.mt10 {margin-top:5%;}
.pt150{padding-top: 15%;}
.pt100{padding-top: 10%;}
.pl20{padding-left: 5%;}

.f80{font-size:14px;}
.f120{font-size:15px;}
.f150{font-size:16px;}
.f200{font-size:17px;}
.f250{font-size:18px;}
.f300{font-size:20px;}

.logo-size{
	height: 60px;
}


.full {
	position: static;
	display: block;
	margin-top: 70px;
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	background:url("img/bg-pc.jpg")
    center / cover;
}

.first-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.first-box01{
	width: 96%;
	margin: 40px auto 0;
	color: #FFFFFF;
	text-align: center;
}
.first-box02{
	width: 96%;
	margin: 20px auto 0;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 10px;
}
.first-box02-midashi{
	margin-top: 10px;
	text-align: center;
	color: #2AA239;
	font-size: 24px;
	font-weight: bold;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
	padding-left: 20px;
}
.head-midashi span{
	font-size: 20px;
}
.head-text{
	font-size: 12px;
}
.top-template{
	margin-top: -20px;
}

table.form-top th{
	width: 50%;
	text-align:left;
	padding: 5px;
	vertical-align: middle;
}
table.form-top td{
	text-align:left;
	padding: 5px;
}
.kisai-top{
	font-size: 11px;
	padding: 5px 5px;
	display: inline-block;
	margin-right: 0.5em;
}
.nini-top{
	font-size: 11px;
	padding: 5px 5px;
	display: inline-block;
	margin-right: 0.5em;
}
.btn-submit-top input.wpcf7-submit {
	margin:20px auto 0 !important;
}



.main_btn01{
	display: inherit;
	position: absolute;
	top: 27%;
	left: 31%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 4;
	width:55%;
}
.main_btn01 img{
	width: 100%;
}

.main_btn02{
	position: absolute;
	bottom: 5px;
	left: 12.5%;
	z-index: 5;
	max-width: 480px;
	width: 75%;
}
.main_btn02 img{
	width: 100%;
}
	
.main_risyoku{
	position: absolute;
	bottom: 15%;
	left: 2%;
	z-index: 6;
	max-width: 300px;
	width: 30%;	
}
.main_risyoku img{
	width: 100%;
}
.main_explanation{
	position: absolute;
	bottom: 13%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 6;
	max-width: 400px;
	width: 70%;	
}
.main_explanation img{
	width: 100%;
}


h2.tategaki {
	color: #FFFFFF;
	font-size: 3.2vh;
	font-weight: bold;
	position: absolute;
	top: 80px;
	right: 5%;
	display: table-cell;
	writing-mode: vertical-rl;
	vertical-align: middle;
	line-height: 2;
}
.tategaki-bg {
	background-color:rgba(1,92,91,0.8);
	padding: 20px 3px;
}
.btn-box{
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
}
.btn-box-in{
	width: 100%;
	margin-top: 5%
}
.title{
	font-size: 20px;
}

.menu {
	display: inherit;
	width: 100%;
	background: #ffffff;
	padding: 0%;
	position: fixed;
	bottom: 0;
	z-index:999;
	box-shadow: 0 0 3px #dcdcdc;
}
.bottom-menu{
	display: flex;
	justify-content: space-between;
}
.bottom-menu-in{
	width: 50%;
}


.nayami-box-in{
	width: 49%;
	text-align: center;
	margin-top: 10%;
	margin-right: 2%;
}
.nayami-box-in:nth-child(3n){
	margin-right: 2%;
}
.nayami-box-in:nth-child(2n){
	margin-right: 0%;
}
.nayami-box-in img{
	width: 75%;		
}
.nayami-box-in p{
	font-weight: bold;
	font-size: 13px;
}
.contents{
	width: 92%;
	padding: 70px 0;
	margin: 0 auto;
}
.contents01{
	width: 92%;
	padding: 35px 0;
	margin: 0 auto;
}

.youtube {
	margin-top: 5%;
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
	color:red;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.kaiketsu-box01{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 10%;
}
.kaiketsu-box02{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 10%;
}
.kaiketsu-box-photo{
	width: 100%;
}
.kaiketsu-box-text{
	width: 100%;
	align-items: center;
	margin-top: 0%;
}
.midashi{
	font-size: 17px;
	font-weight: bold;
}

.kami-fuyou{
	width: 100%;
	margin: 10% auto 0;
	display: flex;
	justify-content: space-between;
}
.kami-fuyou-photo{
	width: 35%;
	text-align: center;
}
.kami-fuyou-text{
	width: 60%;
	padding-top: 20px;
}

.blue-box{
	display: flex;
	flex-direction: column;
}
.blue-box-in{
	margin-top: 5%;
	width:100%;
	background-color: #D9EEF4;
	padding: 5%;
}
.blue-box-100{
	margin-top: 5%;
	width: 100%;
	background-color: #D9EEF4;
	padding: 5%;
}

.heikin-box{
	display: flex;
	flex-direction: column;
}
.heikin-box2{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.heikin-box-in{
	margin-top: 8%;
	width: 100%;
	text-align: center;
}
.heikin-box-photo{
	margin-top: 10%;
	width: 100%;
}
.heikin-box-text{
	margin-top: 5%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pink-box{
	border: none;
	padding: 0px;
	color: #231815;
	margin-top: 5%;
}
.black-text{
	display: inline-block;
	color: #FFFFFF;
	background-color: #3E3A39;
	width: 100%;
	padding: 10px 1em;
	font-size: 15px;
	font-weight: bold;
}

.heikin-box3{
	display: flex;
	flex-direction: column;
	margin-top: 10%;
}
.heikin-box3-photo{
	width: 100%;
}
.heikin-box3-text{
	margin-top: 2%;
	width: 100%;
}
.tokkyo-size{
	width: 50%;
}
.price-size{
	width: 100%;
	margin: 5% auto 0;
}
.case-size{
	width: 600px;
}

.flow-box{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.flow-box-in{
	width: 100%;
	margin-top: 0;
}
.flow-box-in table th{
	width: 40%;
	padding-right: 20px;
	vertical-align: top;
}
.flow-box-in table td{
	vertical-align: top;
	line-height: 1.4;
}
.flow-box-in table td p.flow-name{
	font-size: 16px;
	font-weight: bold;
	color: #2AA239;
	line-height: 1;
}

.qa-box {
  width: 100%;
  margin: 5% auto 0;
}
.qa-box .qa {
  padding: 5% 0;
  border-bottom: 1px solid #c8c8c8;
}
.qa-box .qa dt,
.qa-box .qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}
.qa-box .qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.qa-box .qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

/* footer */
.footer{
	margin-top: 10%;
}
.f-logo{
	text-align: center;
}
.f-logo-size{
	height: 50px;
}


#page_title{
	width: 100%;
	margin-top: 90px;
	text-align: center;
}
#page_title h2{
	font-size: 20px;
	font-weight: bold;
}

a.btn_document {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 3rem;
	font-size: 120%;
	border: 2px solid #2AA239;
	background: #2AA239;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_document:hover {
	color: #2AA239;
	background: #fff;
}

.company{
	width: 100%;
	padding: 30px 0;
}
#copy{
	margin-bottom: 60px;
}


/* お問い合わせ */
.contact {
	margin: 5% auto 0;
}

table.form{
	margin:10% 0 0 0;
	border:none;
	width:100%;
	border-top:none;
	border-collapse: collapse;
}
table.form th{
	width: 100%;
	display: block;
	text-align:left;
	font-weight: bold;
	padding:10% 3% 5%;
	border-top: 1px solid #B4B4B5;
    border-bottom:none;
	vertical-align: middle;
}
table.form td{
	width: 100%;
	display: block;
	text-align:left;
	padding:0% 3% 10%;
    border-bottom:none;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
	border: 1px solid #ddd;
}
.wpcf7-list-item{
	padding: 3% 0;
}
.btn-flex {
	display: flex;		
    width: 100%;
	flex-direction:column-reverse;
    text-align: center;
}

input.wpcf7-submit {
	margin-top: 0%;
	width: 100%;
}
input.wpcf7-previous {
	margin-top: 5%;
	width: 100%;
}


}

/*===============================================
●smart.css  画面の横幅が380pxまで
===============================================*/
@media screen and (max-width: 380px){

.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: 170vh;
	background:url("img/bg-pc.jpg")
    center / cover;
}
.head-midashi {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 33px;
	color: #FFFFFF;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: left;
	padding-left: 20px;
}
.head-midashi span{
	font-size: 18px;
}

}
