@charset "UTF-8";
/* CSS Document */
*,*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,body {
    margin: 0;
    padding: 0;
	height: 100%;
}
body{
	font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea ,select ,option ,button{
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
    font-size: 100%;
    font-style: normal;
    background: transparent;
}
.pc { display: block !important; }
.sp { display: none !important; }
article#wrapper{
	width: 100%;
}
h1,h2,h3,p,a,input,textarea,select{
	font-family: 'Noto Sans JP', sans-serif;
}
header {
	height: 50vw;
	overflow: hidden;
	background: url("../img/bg-car.jpg") center / cover no-repeat;
}
button img.fixed{
	position: fixed;
    bottom: 1em;
    right: 1em;
    width: 13%;
    z-index: 5;
    cursor: pointer;
    border-radius: 5px;
}
button{
	display: block;
}
canvas {
    height:  100%;
}
footer{
	padding: 1em;
	text-align: center;
	color: #fff;
}
header,footer{
}
a{
    text-decoration: none;
}
a:hover{
	transition: 0.5s;
}
select{
	-webkit-appearance:none;
    appearance:none;
	font-weight: lighter;
}
.select-box{
	position:relative;
}
.select-box::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:5%;
  top:35%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}
.agree button{
	margin: 0 auto;
    padding: 1em 3em;
    border: 1px solid #009DFF;
	cursor: pointer;
	background: #fff;
	color:#009DFF;
	transition: all 0.5s;
}
.agree button:hover{
	border-radius: 100px;
}
img.logo{
	position: absolute;
	width:auto;
	height: 50px;
    margin: 1em;
}
img.h-txt{
	position: absolute;
	width: 70%;
	margin: 0;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 3;
}
img.h-item{
	position: absolute;
    width: 80%;
    margin: 0;
    top: 56%;
    right: 0;
    margin-right: -43%;
    transform: translate(-50%, -50%);
    z-index: 2;
	display: block;
}
img.header-txt{
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}
#Thanks h3{
	font-size: 2em;
	margin-bottom: 1em;
}
.bg-black{
	background: rgba(0,0,0,0.6);
	margin-top: 10em;
}
.details_content {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 2px;
}
details[open] .details_content{
	animation: .8s details_content ease;
}
.bg-gradation{
	 background-image: 
    /* 1枚目の背景画像のパス */
    url("../img/bg-left.jpg"),
    /* 2枚目の背景画像のパス */
    url("../img/bg-right.jpg");

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left 0px top,
    /* 2枚目の背景画像の表示位置 */
    right 0px bottom;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;

  background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    300px;
	z-index: 3;
}
.header-flex{
	display: flex;
}
.header-f_left,.header-f_right{
	width: 50%;
	height: 730px;
}
.header-f_left{
	background:#23B300;
}
.header-f_right{
	background:#333;
}
ul.u-separate {
	text-align: center;
	margin:1em 0;
}
ul.u-separate li {
	display: -moz-inline-box;
	display: inline-block;
	padding:0.5em;
}
ul.u-separate img{
	width:100%;
	border-radius:150px;
	z-index: 1;
}
ul.u-separate li figure{
	width: 12vw;
}
ul.u-separate li figure figcaption{
	position: relative;
    width: 80%;
	text-align: center;
    background:#e69522;
    padding: 0.2em;
    font-size: 0.9em;
    margin: 0 auto;
    margin-top: -2em;
    z-index: 2;
    border-radius: 50px;
} 
ul.u-separate li{
	color:#fff;
	font-size:1.2em;
}
ul.u-separate li figure{
	width: 15vw;
	margin-bottom:0.5em;
}
ul.u-separate li img{
	box-sizing: border-box;
	border:10px solid #fff;
}
h1{
	color:#fff;
	text-align: center;
}
p{
	font-weight:normal;
}
h1.sub-cc{
	font-size:2.5em;
	font-weight:bold;
	color:#fff;
	background: #00CCB2;
	padding:.5em;
	width:81.2vw;
	text-align: center;
	margin:0 auto;
	margin-top: -1em;
	z-index: 5;
}
.normal{
	padding:3em 0;
}
.bg-green{
	background:#009DFF;
}
h2{
	width: max-content;
    padding: 0.5em 1.5em;
    font-size: 2.3em;
    text-align: center;
    background:#FFFC19;
    color: #009DFF;
    margin: 0 auto;
    margin-bottom: 1.5em;
}
#Necessary h2{
	margin-bottom:.5em;
}
.n-in{
	width: 75%;
	margin: 0 auto;
}
.n-in_max{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.n-in p{
	font-size:1.2em;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
.txt-box{
	margin: 1.5em 0;
}
ul.separate {
	text-align:center;
	margin: 1em 0 ;
}
ul.separate li {
	display: -moz-inline-box;
	display: inline-block;
	width: 17vw;
}
ul.separate li img{
	width: 100%;
}
ul.separate li figure figcaption{
	color: #009DFF;
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 0.4em;
    margin-bottom: 0.3em;
    font-size: 1.2em;
	font-weight: bold;
} 
.flex{
	display: flex;
}
#Effect h2{
	background: none;
	margin-bottom:.5em;
}
.flex-left p{
	text-align: left;
	color: #333;
	font-size:1.1em;
}
.flex-left,.flex-right,#Performance .flex-left,#Performance .flex-right{
	width: 50%;
	padding:1em;
	position: relative;
}
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 25px;
    background:#FFFC19;
    z-index: -1;
    transition: all 1s;
}
.Text-Span.isActive:after {
  width: 100%;
}
.center{
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding:1em;
}
.bg-green_composite{
	background:#1425CC;
	position: relative;
}
.flex-3column{
	display: flex;
	margin-top: 2em;
}
.flex-3column_left,.flex-3column_center,.flex-3column_right{
	width: 30%;
	position: relative;
	display: block;
    height: fit-content;
	margin:0 auto;
}
#Effect .n-in .txt-3column p{
	color: #fff;
	font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
#Effect .flex-right{
	position: relative;
}
#Effect .flex-right img.e-img{
	position: absolute;
	top: 50%;
    width: 55%;
    left: 80%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
p.e-txt-top{
	font-size:1.2em;
	padding: .5em;
	color: #FFFC19;
	font-weight: bold;
	background:#009DFF;
	margin-bottom:1em;
}
#Effect .n-in .txt-3column p.e-txt-bottom{
	color: #FFFC19;
	font-size: 3em;
	font-weight: bold;
	margin-top: .1em;
}
p.e-txt-min{
	color: #333;
	font-size: .6em;
	text-align: center;
	margin-top:2em;
	display: block;
}
.txt-3column{
	position: absolute;
	margin: 0;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.flex-3column:last-child{
	margin-top: 0;
}
.txt-3column:first-of-type{
	top: 0%;
}
#Use .n-in{
	width: 85%;
}
#Use h2,#Place h2,#Model h2{
	color:#1425CC;
	margin-bottom:.5em;
}
#Use .txt-box{
	margin: 2em 0;
}
.diagnal {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  z-index: 2;
}
.diagnal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.diagnal_inner {
  box-sizing: boder-box;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding:50px 10px 220px;;
  color: #fff;
  text-align: center;
}
.diagnal img{
	width: 100%;
}
#Use .flex h2,#Flow .flex h2,#We .txt-box h2{
	text-align: left;
	max-width: fit-content;
	padding: 0;
	background: none;
}
#Use .flex h2{
	font-feature-settings: "palt" 1;
}
#Use .normal{
	padding:3em 0 0 0;
}
h3{
	font-size: 1.4em;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    width: max-content;
    padding: 0.5em 1.5em;
    margin: 0 auto;
    color: #fff;
	font-weight:normal;
}
#Use p.e-txt-min{
	color:#FFFC19;
	font-size:1.5em;
	margin-top: 0;
}
.bg-green_composite:after{
  content: "";
  position: absolute;
  right: 0;
/*  bottom: -20px;*/
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:#1425CC transparent transparent transparent;
  border-width: 40px 40px 0 40px;
}
/*#Flow .bg-green{
	background:#fff;
	border:10px solid #00ccb2;
	box-sizing:border-box;
}*/
#Movie .flex-left,#Movie .flex-right{
	text-align: center;
}
#Movie h2,#Performance h2{
	margin-bottom:1em;
	background: none;
}
video{
	width: 80%;
}
#Flow .flex-left,#Flow .flex-right{
	text-align: center;
	margin: 0 auto;
    width: 40%;
}
#Flow .n-in p,#Question .n-in p{
	color:#333;
	font-size:1.1em;
	text-align: left;
}
#Flow .bg-green{
	background:#fff;
}
#Flow h2,#Question h2,#Quote h2,#We h2{
	background:#009DFF;
	color: #fff;
}
#Flow h3{
	width:auto;
	font-size:1.6em;
	text-align:left;
	background:none;
	color: #009DFF;
	padding: 0.5em 0;
	margin:0 auto;
	position: relative;
	border: none;
}
#Flow h3 .step{
	background: #009DFF;
	color:#fff;
	padding: 0 0.3em;
	margin-right: 4px;
}
.f-flex{
	display: flex;
	position: relative;
	margin-bottom:5em;
}
.f-flex:after {
	/*content: "";
    display: block;
    width: 200px;
    height: 3px;
    background-color: #0097A7;
    position: absolute;
    left: 40%;
    bottom: -30px;
	transform:rotate(315deg);*/
}
.f-flex:last-child:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
	border-style: solid;
	border-color: #009DFF transparent transparent transparent;
	border-width: 40px 40px 0 40px;
	bottom:-70px;
	background: none;
	transform:rotate(0deg);
}
.f-flex figure{
	margin: 1em 0;
	text-align: center;
}
.f-flex_left img,.f-flex_right img{
	width: 100%;
}
#Flow .txt-box{
	margin: 0;
	padding: 0;
}
.f-flex_left,.f-flex_right{
	width: 45%;
	margin: 0 0.5em;
}
#Flow .f-flex_left,#Flow .f-flex_right{
	position: relative;
}
.f-flex_right{
	margin-left: auto;
}
#Flow .normal:nth-child(2n){
	padding: 0;
}
#Flow .flex h2,#We .txt-box h2{
	color: #009DFF;
	background: #fff;
	text-align: left;
	max-width: fit-content;
	padding: 0;
	margin-bottom: .5em;
}
#Flow .flex{
	border:1px solid #009DFF;
	box-sizing:border-box;
	padding: 1em;
}
#Flow .flex-left{
	width:65%;
}
#Flow .flex-right{
	width: 35%;
	padding: 0;
}
#Flow .flex .flex-right img{
	width: 360px;
    height: 365px;
    object-fit: cover;
}
.bg-green_light{
	background:#E9E9F0;
	padding: 1em;
}
#Movie .m-txt h2{
	margin-top: 1em;
	padding: 0;
	text-align: center;
	width: auto;
	background: none;
	margin-bottom:0;
	color: #009DFF;
}
#Movie .n-in p{
	text-align: center;
	font-size:.9em;
	margin-top:0.5em;
	color: #333;
}
#Performance h2 {
    color: #1425CC;
}
#Performance .flex figure{
	text-align:center;
}
#Performance .flex img{
	border:10px solid #fff;
	box-sizing:border-box;
}
#Performance .flex p{
	color:#333;
	font-size: 1.1em;
	text-align:center;
}
#Performance .flex p .point {
    background: #1425CC;
    color: #fff;
    padding: 0.2em 0.5em;
    margin-right: 4px;
    line-height: 3;
    border-radius: 5px;
	font-size: 1.2em;
}
#Performance .flex p.p-txtbig{
	font-size: 4.3em;
	font-weight: medium;
}
#Performance .flex p.p-txtsub{
    font-size: 1.5em;
    margin-top: -0.5em;
}
#Performance .flex p .p-txt_option{
	color: #ff5500;
	font-weight: bold;
	margin:.2em;
	padding: 0;
}
#Performance img{
	width:90%;
}
.bg-green_v2{
	background:#002740;
}
.halfdiagnal {
  background: linear-gradient(70deg, #1425CC 0%, #1425CC 50%, #fff 50%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
	min-height: 500px;
	margin-top: 1em;
}
#Performance .txt-box{
	text-align: left;
	width: 80%;
	margin: 0 auto;
	margin-top: 1em;
}
#Performance .normal{
	padding-bottom: 0;
}
#Model .flex-right img{
	width: 100%;
}
#Model .flex{
	background: #fff;
	padding: 2em;
}
#Model h2{
	width: 100%;
	background: none;
	margin-bottom: .5em;
	padding: 0;
}
.bg-glay{
	background:#f8f8f8;
}
.q{
    color:#1425CC;
    padding: 0 0.3em;
    margin-right: 4px;
	border-radius:2px;
}
#Question .n-in p{
	font-size: .8em;
}
dateils,summary {
    list-style: none;
    cursor: pointer;
    margin: 0 auto 2em;
    font-weight: bold;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary {
	cursor: pointer;
	width: 100%;
}
details{
	border-bottom: 1px solid #aaa;
    padding: .5em;
    width: 80%;
    margin: 0 auto;
    font-size: 1.5em;
	margin-bottom: 1em;
}
summary{
	outline: none;
	margin:0;
	color: #333;
	font-size: 1em;
}
summary::before {
	display: inline-block;
	color: #444;
	content: "+";
	transform: rotate(0deg);
	transition: 0.2s transform ease;
	float: right;
}
details[open] summary::before {
	transform: rotate(180deg);
}
#Place img{
	width: 25%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 1em 0;
}
iframe{
	width:100%;
	height: 350px;
}
input[type="text"],input[type="email"],textarea,select{
	border:1px solid #333;
	padding: 0.5em;
	margin-bottom:.5em;
	width: 500px;
}
input[type="text"]::placeholder,input[type="email"]::placeholder,textarea::placeholder{
	color: #ddd;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
}
input[type="radio"]{
	margin-right:4px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.required{
	background:#ff5500;
    color: #fff;
    padding: 0.3em;
    text-align: right;
    float: right;
    font-size: .8em;
    border-radius: 2px;
	margin-bottom: .2em;
}
.radio-inline{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.label-inline{
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}
.radio-inline:checked + .label-inline{
    background: #ff5500;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
	font-weight: bold;
}
.radio-inline:focus + .label-inline{
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
form{
	border:10px solid #009DFF;
	padding: 2em;
	width: 60%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
}
table {
    margin: 0 auto;
}
table tr:nth-child(even){
	margin-bottom: .5em;
    display: block;
}
.checkbox{
	display: inline-block;
    margin: 0.5em;
}
.agree{
	text-align: center;
}
#We .txt-box{
	padding: 3em;
}
#We .txt-box .float{
	float: right;
    margin-left:1em;
}
#We .txt-box h2{
	background: none;
}
#We .n-in p{
	text-align: left;
    color: #333;
    font-size: .9em;
}
#We p.w-txt-right{
	text-align:right;
}
#We img{
	width: 40%;
}
@media screen and (max-width:1200px){
	header{
		height: 60vw;
	}
	.n-in{
		width: 95%;
	}
	.diagnal_inner{
		width: 95%;
	}
	#Performance .flex{
		display: block;
		margin: 0 auto;
	}
	#Performance .flex-left, #Performance .flex-right{
		width: 95%;
		margin: 0 auto;
	}
	#Performance .flex-left img{
		width:50%;
	}
	#Performance .flex p{
		color: #fff;
	}
	#Performance .flex p .point{
		background: #FFFC19;
		color: #333;
	}
	.halfdiagnal{
		background: linear-gradient(-10deg, #1425CC 0%, #1425CC 50%, #fff 50%, #fff 100%);
		min-height: 750px;
	}
	#Movie .flex{
		display: flex;
	}
	
}
@media screen and (max-width:1100px){
	ul.separate li{
		width:20vw;
	}
	#Effect .n-in .txt-3column p{
		font-size:1.4em;
	}
	#Effect .n-in .txt-3column p.e-txt-bottom{
		font-size:2.5em;
	}
	img.h-bottom{
		top: 76%;
	}
	#Necessary .normal{
		padding-top: 13em;
	}
}
@media screen and (max-width:1100px){
	img.h-bottom{
		top: 72%;
	}
	}
@media screen and (max-width:768px){
	.pc { display: none !important; }
	.sp { display: block !important; }
	header{
		height:80vw;
	}
	#Thanks header{
		height: 100vw;
	}
	#Thanks h3{
		font-size: 1.4em;
		margin-bottom: .5em;
	}
	img.h-txt{
		width: 95%;
		top: 40%;
	}
	img.logo{
		width: 20%;
		height: auto;
	}
	img.h-bottom{
		top: 75%;
	}
	img.header-txt{
		bottom: 220px;
		position: absolute;
	}
	#Necessary .normal{
		padding-top: 7em;
	}
	#Flow .n-in p, #Question .n-in p,.n-in p{
		font-size: 1em;
	}
	.flex{
		display: block;
	}
	.flex-left, .flex-right, #Performance .flex-left, #Performance .flex-right{
		width: 95%;
		margin:  0 auto;
	}
	h2 {
		width: auto;
		padding: 0.5em;
		font-size: 1.8em;
	}
	ul.u-separate li img{
		border: 5px solid #fff;
	}
	ul.u-separate li figcaption{
		font-size: .6em;
	}
	ul.separate li figure figcaption{
		font-size:.6em;
	}
	#Flow h3{
		font-size:1.4em;
	}
	#Flow .n-in p, #Question .n-in p{
		font-size:1em;
	}
	.diagnal_inner{
		padding:0 10px 80px;
	}
	#Flow .flex-left, #Flow .flex-right{
		width:95%;
	}
	#Flow .flex .flex-right img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	details{
		width: 100%;
	}
	#Question .n-in p{
		font-size:.8em;
	}
	.center{
		position: relative; 
		top: 0; 
		left: 0; 
		margin-right:0; 
		transform: translate(0, 0); 
		padding: 0; 
	}
	p.e-txt-min{
		font-size: .6em !important;
	}
	#Effect .n-in .txt-3column p{
		font-size: 1.1em;
	}
	#Effect .n-in .txt-3column p.e-txt-bottom{
		font-size: 1.5em;
	}
	h3{
		width:auto;
	}
	#Use p.e-txt-min{
		text-align: center;
		font-size: 1.2em !important;
	}
	.bg-gradation{
		background-size:200px;
	}
	#Performance .flex p{
		font-size: .9em;
	}
	#Performance .flex p.p-txtbig{
		font-size: 2.5em;
	}
	#Performance .flex-left img{
		width: 100%;
	}
	#Performance h2 {
    margin-bottom: 0;
	}
	#We img.sp{
		width: 100%;
    margin-bottom: 0.5em;
	}
}
@media screen and (max-width:499px){
	h2{
		font-size: 1.5em;
	}
	h3{
		font-size:1em;
	}
	#Thanks header{
		height: 150vw;
	}
	#Thanks h3{
		font-size: 1.2em;
	}
	#Thanks .n-in p{
		text-align: left;
	}
	img.h-item{
		width: 100%;
		margin-right: -50%;
	}
	img.h-bottom{
		top: 47%;
	}
	#Necessary .normal{
		padding-top: 4em;
	}#We .n-in p{
		font-size: .85em;
	}
	ul.separate{
		display:inline-block;
	}
	ul.separate li{
		width: 45vw;
	}
	ul.u-separate li{
		text-align: -webkit-center;
	}
	ul.separate li figure figcaption{
		font-size: .8em;
		margin-bottom: 0;
	}
	ul.u-separate li figure{
		width: 25vw;
	}
	img.h-txt{
		width: 95%;
		top: 25%;
	}
	img.h-item{
		top: 38%;
	}
	.flex-3column_left, .flex-3column_center, .flex-3column_right{
		width: 32%;
	}
	#Effect .flex-right img.e-img{
		left: 70%;
	}
	#Flow .n-in p, #Question .n-in p, .n-in p{
		font-size:.9em;
	}
	p.e-txt-top{
		font-size:.5em;
	}
	#Use .n-in{
		width: 95%;
	}
	#Effect .n-in .txt-3column p{
		font-size:.9em;
	}
	#Effect .n-in .txt-3column p.e-txt-bottom{
		font-size:1.2em;
	}
	.diagnal_inner{
		width: 100%;
	}
	#Flow .flex-left, #Flow .flex-right{
		width:100%;
	}
	#Flow .f-flex{
		display: block;
		margin: 0;
	}
	.f-flex_left, .f-flex_right{
		width: 100%;
		margin: 0;
		margin-bottom: 1.5em;
	}
	.f-flex_left img, .f-flex_right img {
		width: 100%;
		height: 100px;
		object-fit: cover;
	}
	.f-flex figure{
		margin:0;
		margin-bottom: .5em;
	}
	#Flow .f-flex_left:after,#Flow .f-flex_right:after{
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		bottom: -15px;
		border-style: solid;
		border-color: #009DFF transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
	.flex-left, .flex-right, #Performance .flex-left, #Performance .flex-right{
		padding: 0.5em 0;
	}
	.f-flex:last-child:after{
		border-width: 20px 20px 0 20px;
		bottom: -45px;
	}
	#Flow .flex .flex-right img{
		height: 150px;
	}
	#Flow .f-flex_right:last-child:after{
		content: none;
	}
	input[type="text"], input[type="email"],select,textarea{
		width: 300px;
	}
	#Flow .bg-green_light p{
		font-size: .6em;
	}
	details{
		font-size:1.1em;
	}
	.bg-gradation{
		background-size:100px;
	}
	#Model .normal{
		padding: 1em 0;
	}
	#Model .flex{
		padding: 1em;
	}
	#Performance .normal{
		padding-top:0;
	}
	#Performance .flex p{
		text-align: left;
	}
	#Performance .txt-box{
		width: 100%;
	}
	#Performance .flex p .point{
		font-size: 1em;
	}
	.halfdiagnal{
		min-height: 600px;
		display: block;
	}
	button img.fixed{
		width: 30%;
	}
	table{
		padding: 1em;
	}
	form{
		width:100%;
		padding: 1em;
	}
	table{
		padding:0;
	}
	.header-box{
		top: 75%;
	}
	p.e-txt-min{
		font-size: .4em !important;
		text-align: left;
	}
	#We .txt-box {
    padding: 1em;
	}
	#Performance .flex-right {
    margin-bottom: -8em;
	}
}