/* ===========
初期設定
============== */
.pc {
  display: block;
}
.sp {
  display: none;
}

body {
  color: #333333;
  background: #def0ff;
  font-size: 14px;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
  width: 100%;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .site-title {
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
}
main{
  width: 100%;
  overflow: hidden;
}
h1{
  margin-bottom: 40px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}
p {
  color:#333333;
  font-size: 14px;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  width: 100%;
}

.red {
  color: #FF4D4D;
}

.b {
  font-weight: 700;
}
.inner{
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .inner{
    min-width: 0px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  h3{
    margin-bottom: 10px;
  }
  p {}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ===========
 Header
============== */
header{
  width:100%;
  background: #ffffff;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  display: flex;
  z-index: 999;
  left: 0;
  top: 0;
}
header img{
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
}
header .inner{
  display: flex;
  width:100%;
  align-items: center;
}
header .inner .item{
  width: 50%;
}
header .inner .item:nth-child(2){
  text-align: right;
}
header .inner .item a{
  padding: 15px 50px;
  background: #f49449;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 1000px){
  header .inner{
    width: 100%;
    text-align: center;
  }
  header .inner img{
    width:50%;
    padding: 10px 0;
  }
  header .inner .item{
    width: 100%;
  }
}
/* ===========
 Fv
============== */
#fv{
  margin: 69px auto 0;
  width: 100%;
}
#fv h1{
  font-size: 0;
}
#fv img{
  object-fit: cover;
  height:700px;
}
#fv h2{
  text-align: center;
  font-size: 18px;
}
#fv .box{
  max-width: 1200px;
  min-width: 1200px;
  position:relative;
  margin: 0 auto;
}
#fv .box .copy{
  position:absolute;
  bottom:50px;
  width:35%;
  left: 0px;
}
#fv .box .form{
  background: #ffffff;
  position:absolute;
  text-align: left;
  padding: 30px;
  bottom:50px;
  width:25%;
  right: 0px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px){
  #fv{
    margin: 52px auto 0;
  }
  #fv .sp{
    margin-top: 30px;
  }
  #fv img{
    width: 100%;
    height:100%;
  }
  #fv h2{
    font-size: 20px;
  }
}
/* ===========
 Cont01
============== */
#cont01{
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
@media screen and (max-width: 1000px){
  #cont01{
    padding: 50px 0;
  }
  #cont01 .inner .sp{
    margin: 0 20px;
  }
  #cont01 .inner .sp p{
    margin-bottom: 50px;
  }
}
/* ===========
 Cont02
============== */
#cont02{
  background: url("https://venture-sales20.com/wp-content/themes/write/parts/007/img/back.png") center center/cover no-repeat;
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
#cont02 .container{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#cont02 .container .item-img,
#cont02 .container .item-txt{
  width:50%;
}
#cont02 .container .item-txt{
  padding: 20px;
}
#cont02 .container:nth-child(3){
  flex-flow: row-reverse;
}
#cont02 .container:last-child{
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px){
  #cont02{
    padding: 50px 0;
  }
  #cont02 .container{
    display: block;
  }
  #cont02 .container .item-img{
    width:100%;
  }
  #cont02 .container .item-txt{
    width: calc( 100% - 40px );
  }
}
/* ===========
 Cont03
============== */
#cont03{
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
#cont03 .container{
  display: flex;
}
#cont03 .container .item{
  width:500px;
}
#cont03 .box{
  background: #ffffff;
  padding:50px;
}
#cont03 .item:nth-child(1) .box{
  margin-right: 10px;
}
#cont03 .item:nth-child(2) .box{
  margin-left: 10px;
}
@media screen and (max-width: 1000px){
  #cont03{
    padding: 50px 0;
  }
  #cont03 .container{
    display: block;
  }
  #cont03 .container .item{
    width:100%;
  }
  #cont03 .item .box{
    margin: 0 20px 50px!important;
    padding:50px 20px;
  }
}
/* ===========
 Cont04
============== */
#cont04{
  background: url("https://venture-sales20.com/wp-content/themes/write/parts/007/img/back.png") center center/cover no-repeat;
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
#cont04 h3{
  margin-bottom: 20px;
}
#cont04 .container{
  position:relative;
}
#cont04 .container img{
  width:40%;
}
#cont04 .container:nth-child(3){
  text-align: right;
}
#cont04 .container .box{
  background: #ffffff;
  position:absolute;
  text-align: left;
  padding: 50px;
  bottom:-30px;
  width:60%;
}
#cont04 .container:nth-child(2) .box,
#cont04 .container:nth-child(4) .box{
  right:0;
}
#cont04 .container:nth-child(3) .box{
  left:0;
}
#cont04 .container .income{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
#cont04 .container .income .before{
  border:solid 3px #a8a8a8;
  padding: 20px;
  width: 46%;
}
#cont04 .container .income .before h4,
#cont04 .container .income .before p.money{
  color: #a8a8a8;
  font-family: "Crimson Text",serif!important;
}
#cont04 .container .income .after{
  border:solid 3px #f49449;
  padding: 20px;
  width: 46%;
}
#cont04 .container .income .after h4,
#cont04 .container .income .after p.money{
  color: #f49449;
  font-family: "Crimson Text",serif!important;
}
#cont04 .container .income .before p.money,
#cont04 .container .income .after p.money{
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
#cont04 .container .income .and{
  text-align: center;
  width: 6%;
}
#cont04 .container .income .and p{
  padding: 10px;
  width: 50%;
}
#cont04 .container{
  margin-bottom: 100px;
}
#cont04 .container:last-child{
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px){
  #cont04{
    padding: 50px 0;
  }
  #cont04 .container .box{
    position: static;
    width: calc( 100% - 40px - 40px );
    padding: 50px 20px;
    margin: 0 20px 50px!important;
  }
  #cont04 .container img{
    width:100%;
  }
  #cont04 .container .income{
    display: block;
    width:100%;
    margin: 0 auto 30px;
  }
  #cont04 .container .income .before,
  #cont04 .container .income .after{
    padding: 10px 20px;
    width: calc( 100% - 40px - 20px );
    margin: 0 auto;
  }
  #cont04 .container .income .and{
    width: 10%;
    margin: 0 auto;
  }
}
/* ===========
 Cont05
============== */
#cont05{
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
#cont05 .inner{
  max-width: 700px;
  min-width: 700px;
}
@media screen and (max-width: 1000px){
  #cont05{
    padding: 50px 0;
  }
  #cont05 .inner{
    min-width: 0px;
    padding: 20px;
  }
}
/* ===========
 footer
============== */
footer {
	padding: 39px 0 140px;
	background: #03132D;
}
footer p {
	color: #ffffff;
}
footer .inner {
	margin-bottom: 54px;
	display: flex;
	width: 100%;
	align-items: flex-end;
}
footer .inner .item {
	width: 50%;
}
footer .inner .item:nth-child(2) {
	margin-bottom: -11px;
	text-align: right;
}
footer .inner .item img {
	width: 96px;
}
footer .inner .item p {
	font-size: 16px;
}
footer .inner .item p a {
	color: #ffffff;
	text-decoration: underline;
}
footer .inner .item p a:hover {
	text-decoration: none;
}
footer .inner .item p.copy {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
footer .fixBanner {
	padding: 15px 0 10px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	display:none;
	text-align: center;
	background: linear-gradient(to right, #183986, #0D2553);
	box-sizing: border-box;
	z-index: 99;
}
footer .fixBanner a:hover {
	opacity: 0.7;
}
footer .fixBanner img {
	margin: 0 auto;
	width: 280px;
}
@media screen and (max-width: 1000px) {
	footer .inner {
		width: calc(100% - 40px);
		align-items: center;
		padding: 20px;
	}
	footer p {
		font-size: 10px;
	}
	footer .inner .item img {
		width: 40%;
	}
}
/* ===========
 Thanks
============== */
#thanks p{
  margin-bottom: 25px;
}
#thanks p:last-child{
  margin-bottom: 0px;
}
.bgimg {
  width: 100%;
  height:100vh;
  display: block;
  background: url(../img/back1.png) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .bgimg {
    width: 100%;
    height:100vh;
    display: block;
    background: url(../img/back1.png) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1000px){
  .bgimg {
    background: url(../img/back2.png) no-repeat;
  }
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .bgimg {
      background: url(../img/back2.png) no-repeat;
    }
  }
}
/* ===========
 Input
============== */
div.wpcf7 {
    position: relative;
}
form input{
  width: calc( 98% - 10px );
  padding: 10px 0 10px 5px;
  margin-bottom: 30px;
  font-size: 15px;
}
form input.wpcf7-not-valid{
  margin-bottom: 0px;
}
form input.wpcf7-submit{
  padding: 15px 0;
  vertical-align: middle;
  line-height: 1;
  background: #f49449;
  border: 1px solid #f49449;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color:#ffffff;
}
div.wpcf7-validation-errors{
  display:none!important;
}
@media screen and (max-width: 1000px){
  #fv form{
    width: 90%;
    margin:auto;
  }
}

#fv {
	margin-top: 75px;
}
#fv img {
	height: 750px;
}
header .inner {
	max-width: 1200px;
}
header img {
	padding: 17px 0 13px;
	width: 240px;
}
header .inner .item a {
	display: none;
}
#fv .box .copy {
	width: 38.2%;
	bottom: 11px;
	left: -2px;
}
#fv .box .form {
	padding: 30px 33px 7px;
	width: 32.2%;
	bottom: 50px;
	background: -webkit-linear-gradient(-45deg, #0E76AC, #102C6A);
	background: -moz-linear-gradient(-45deg, #0E76AC, #102C6A);
	background: -ms-linear-gradient(-45deg, #0E76AC, #102C6A);
	background: linear-gradient(135deg, #0E76AC, #102C6A);
	border-radius: 0;
	box-sizing: border-box;
}
#fv .box .form::before {
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	position: absolute;
	border: 2px solid #03132D;
	content: '';
}
#fv h2 {
	margin-bottom: 10px;
}
#fv h2 img {
	height: auto;
	object-fit: contain;
}
form input {
	padding: 0 15px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #0B1E48;
	font-size: 18px;
	height: 54px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #1A47AA;
}
form input.wpcf7-submit {
	padding-right: 35px;
	font-size: 27px;
	font-weight: bold;
	height: 105px;
	background: url("parts/007/img/form_bg.png") no-repeat center center / 100% 100%;
	box-sizing: border-box;
	border: none;
}
form p {
	color: #fff;
	font-size: 14px;
}
form p a {
	color: #fff;
}
.sec01 {
	padding: 98px 15px 79px;
	background: url("parts/007/img/bg01.jpg") no-repeat center center / cover;
}
.h2Ttl {
	font-size: 24px;
	color: #0a294c;
	text-align: center;
}
.h2Ttl span {
	margin-bottom: 9px;
	color: #167aa8;
	font-size:46px;
	display: block;
	line-height: 1;
}
.linkBox {
	padding: 48px 10px 38px;
	text-align: center;
	background: url("parts/007/img/bg_blue.jpg") no-repeat center center / cover;
}
.linkBox a {
	max-width: 640px;
	width: 100%;
	display: inline-block;
}
.linkBox a:hover img {
	opacity: 0.7;
}
.sec01 .logoBox {
	padding: 5px;
	border: 1px solid #fff;
}
.sec01 .logoBox li {
	margin-top: 23px;
}
.sec01 .logoBox ul {
	padding: 30px 47px 54px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	list-style: none;
}
.sec01 .logoBox li img {
	max-width: 100%;
}
.sec01 .logoBox li a:hover img {
	opacity: 0.7;
}
.sec02 {
	padding: 98px 15px 0;
	background: #C7E3E3 url("parts/007/img/sec02_bg01.jpg") no-repeat top center / 100% auto;
}

.sec02 .h2Ttl {
	margin-bottom: 27px;
}
.sec02 .inner {
	max-width: 1200px;
}
.sec02 .listBox {
	margin-bottom: -59px;
	padding: 79px 30px 77px 34.8%;
	position: relative;
	background: url("parts/007/img/sec02_bg02.jpg") no-repeat top center / 100% 100%;
}
.sec02 .listBox .photo {
	width: 40.6%;
	position: absolute;
	bottom: -2px;
	left: 1.4%;
}
.sec02 .listBox .photo img {
	width: 100%;
}
.sec02 .listBox ul {

}
.sec02 .listBox ul li {
	margin-bottom: 23px;
	padding-left: 54px;
	position: relative;
	list-style: none;
	font-size: 28px;
	color: #fff;
}
.sec02 .listBox ul li:last-child {
	margin-bottom: 0;
}
.sec02 .listBox ul li::before {
	width: 42px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 7px;
	background: url("parts/007/img/new_icon01.png") no-repeat left top / 100% 100%;
	content: '';
}
.sec02 .txtBox {
	position: relative;
	z-index: 2;
}
.sec02 .txtBox img {
	vertical-align: top;
	width: 100%;
}
.sec03 {
	padding: 162px 0 100px;
	background: #fff url("parts/007/img/sec03_bg.png") no-repeat left top;
}
.sec03 .h2Ttl {
	margin-bottom: 38px;
}
.sec03 .inner {
	max-width: 1480px;
	margin: 0 auto;
}
.sec03 .imgBox {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.sec03 .imgBox .photo {
	width: 50%;
}
.sec03 .imgBox .photo img {
	vertical-align: top;
	width: 100%;
}

.sec03 .imgBox .textBox {
	padding: 48px 58px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
.sec03 .imgBox .textBox .txtInner {
	max-width: 440px;
}
.sec03 .imgBox .textBox p {
	font-size: 18px;
	line-height: 1.77;
}
.sec03 .imgBox .textBox h3 {
	margin-bottom: 21px;
	color: #0a294c;
	font-size: 40px;
	line-height: 1.4;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.sec03 .imgBox .textBox h3 > span {
	margin-bottom: 25px;
	display: block;
	color: #167aa8;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.09em;
}
.sec03 .imgBox .textBox h3 > span::before {
	width: 50px;
	height: 50px;
	position: absolute;
	left: -17px;
	top: -16px;
	background-color: #E2F3FB;
	content: '';
	z-index: -1;
	border-radius: 50%;
}
.sec03 .imgBox .textBox h3 > span span {
	padding-right: 62px;
	display: inline-block;
	position: relative;
}
.sec03 .imgBox .textBox h3 > span span::after {
	margin-top: -3px;
	width: 50px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #AEAEAE;
	content: '';
}

.sec03 .imgBoxL {
	flex-direction: row-reverse;
}

.sec03 .imgBoxL .textBox {
	padding-left: 50px;
	justify-content: flex-start;
}

.sec03 .inner .imgBox:last-child {
	margin-bottom: 0;
}
.sec04 {
	padding: 100px 15px 100px;
	background: url("parts/007/img/sec04_bg.jpg") no-repeat center center /cover;
}
.sec04 ul,
.sec04 li {
	list-style: none;
}
.sec04 .h2Ttl span {
	margin-bottom: 12px;
	font-size: 50px;
}
.sec04 .textUl  {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
.sec04 .textUl > li {
	padding: 23px 20px 22px;
	margin: 30px 2% 0 0;
	width: 32%;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.sec04 .textUl > li::before {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 13px solid transparent;
	border-left-color: #167AA8;
	border-top-color: #167AA8;
	content: '';
}
.sec04 .textUl > li:nth-child(3n) {
	margin-right: 0;
}
.sec04 .textUl li .ttl {
	padding: 0 20px;
	margin-bottom: 18px;
	color: #0a294c;
	display: flex;
	height: 52px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.sec04 .textUl li .price {
	margin-bottom: 16px;
	padding: 14px 5px 11px;
	color: #b51a1a;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #eff1f5;
	letter-spacing: 0.05em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Meiryo, "小塚ゴシック Pro", sans-serif;
}
.sec04 .textUl li .price span {
	font-size: 28px;
	line-height: 1;
}
.sec04 .textUl li .price span:last-child {
	font-size: 30px;
}
.sec04 .textUl > li li {
	font-size: 16px;
	line-height: 1.75;
}
.sec04 .textUl > li ul {
	margin-left: 10px;
}
.sec05 {
	padding: 100px 15px 86px;
	background-color: #E4EDF2;
}
.sec05 .h2Ttl {
	margin-bottom: 24px;
}
.sec05 .topTxt {
	margin-bottom: 42px;
	font-size: 18px;
	line-height: 1.77;
	text-align: center;
}
.sec05 .listUl {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.sec05 .listUl li {
	width: 17.6%;
	list-style: none;
}
.sec05 .listUl li .photo {
	margin-bottom: 7px;
	text-align: center;
	position: relative;
}
.sec05 .listUl li .photo::before {
	margin-top: 8px;
	width: 12px;
	height: 15px;
	position: absolute;
	right: -12%;
	top: 50%;
	background: url("parts/007/img/sec05_icon.png") no-repeat left top / 100% 100%;
	content: '';
}

.sec05 .listUl li .photo p {
    font-weight: 600;
	margin-bottom: 6px;
	color: #167aa8;
	font-size: 20px;
}
.sec05 .listUl li .textBox {

}
.sec05 .listUl li .textBox p {
	font-size: 16px;
	line-height: 1.77;
}
.sec05 .listUl li .textBox .ttl {

	margin-bottom: 12px;
	height: 52px;
	color: #0a294c;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.sec05 .listUl li .textBox .ttl01 {
color: #b51a1a;
}
.sec05 .listUl li:last-child .photo::before {
	display: none;
}
.sec06 {
	padding: 101px 0 0;
	background-color: #fff;
}
.sec06 .h2Ttl {
	margin-bottom: 49px;
}
.sec06 .imgBox {
	background: url("parts/007/img/sec06_bg01.jpg") no-repeat center center / cover;
}
.sec06 .imgBox .inner {
	min-height: 617px;
	position: relative;
		display: flex;
	align-items: center;
}
.sec06 .imgBox .inner .textBox {
	width: 61%;
}
.sec06 .imgBox .inner .textBox h3 {
	margin-bottom: 13px;
	font-size: 32px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
}
.sec06 .imgBox .inner .textBox p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.sec06 .imgBox .inner .textBox .img {
	margin-bottom: 31px;
}
.sec06 .imgBox .inner .photo {
	position: absolute;
	width: 46.2%;
	bottom: 0;
	right: -5.1%;
}
.sec06 .imgBox .inner .photo img {
	vertical-align: top;
}
.sec06 .imgBox01 {
	background-image: url("parts/007/img/sec06_bg02.jpg");
}
.sec06 .imgBox01 .inner {
	justify-content: flex-end;
}
.sec06 .imgBox01 .inner .photo {
	right: auto;
	left: -6.7%;
	width: 47%;
}
.sec06 .imgBox01 .inner .textBox  h3 {
	color: #000;
}
.sec06 .imgBox01 .inner .textBox  p {
	color: #000;
}
.sec06 .imgBox02 .inner .textBox h3 {
	margin-right: -43px;
}
.sec06 .imgBox02 {
	background-image: url("parts/007/img/sec06_bg03.jpg");
}
.sec07 {
	padding: 100px 15px 79px;
	background: url("parts/007/img/sec04_bg.jpg") no-repeat center center /cover;
}
.sec07 .h2Ttl span {
	font-size: 50px;
}
.sec07 dl {
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #fff;
}
.sec07 dl dt,
.sec07 dl dd{
	position: relative;
}
.sec07 dl dt span,
.sec07 dl dd span {
	padding-top: 5px;
	width: 48px;
	height: 48px;
	font-size: 20px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Meiryo, "小塚ゴシック Pro", sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 41px;
	top: 26px;
	text-align: center;
	background-color: #167AA8;
	border-radius: 50%;
	box-sizing: border-box;
}
.sec07 dl dt {
	padding: 26px 80px 23px 102px;
	color: #0a294c;
	font-size: 28px;
}
.sec07 dl dt::before,
.sec07 dl dt::after {
	margin-top: -1px;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 40px;
	top: 50%;
	background-color: #0A294C;
	content: '';
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.sec07 dl dt::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sec07 dl dt.on::after {
	transform: none;
}
.sec07 dl dd {
	display: none;
	padding: 11px 30px 33px 102px;
	font-size: 18px;
	line-height: 1.77;
}
.sec07 .dl{
	height: auto;
}
.sec07 dl dd span {
	top: 5px;
	color: #0a294c;
	background-color: #E1EFEF;
}
.sec08 {
	padding: 98px 15px 153px;
	background: url("parts/007/img/sec08_bg.jpg") no-repeat center center / cover;
}
.sec08 .h2Ttl {
	margin-bottom: 54px;
	color: #fff;
}
.sec08 .h2Ttl span {
	color: #fff;
}
.sec08 .tabInn {
		display: flex;
	justify-content: space-between;
}
.sec08 .tabInn .tabBox {
	width: 48%;
}
.sec08 .tabInn .tabBox table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
}
.sec08 .tabInn .tabBox table th,
.sec08 .tabInn .tabBox table td {
	padding: 24px 0 20px;
	border-top: 1px solid #fff;
color: #fff;
	font-size: 18px;
	line-height: 1.77;
	text-align: left;
	vertical-align: top;
}
.sec08 .tabInn .tabBox table th {
	width: 38.5%;
	font-size: 20px;
}
.sec08 .tabInn .tabBox table dt {
	width: 120px;
	float: left;
}
.sec08 .tabInn .tabBox table dd {
	padding-left: 130px;
}
.sec08 .tabInn .tabBox table td a {
	color: #fff;
}
.sec08 .tabInn > .tabBox:last-child table th {
	width: 27.5%;
}
footer .fixBanner a:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 1000px) {
	#fv img {
		height: auto;
	}
	header .inner {
		padding: 0 15px;
		text-align: left;
		box-sizing: border-box;
	}
	header .inner img {
		padding: 10px 0 10px;
		width: 144px;
		margin: 0;
		vertical-align: top;
	}
	#fv {
		padding-bottom: 15px;
		margin-top: 42px;
		background-color: #03152B
	}
	#fv .box + .sp {
		padding: 15px 4px 5px;
		margin: 15px 15px 0;
		background: -webkit-linear-gradient(-45deg, #0E76AC, #102C6A);
		background: -moz-linear-gradient(-45deg, #0E76AC, #102C6A); /* Firefox 3.6+ */
		background: -ms-linear-gradient(-45deg, #0E76AC, #102C6A); /* IE 10 */
		background: linear-gradient(135deg, #0E76AC, #102C6A);
		border-radius: 0;
		position: relative;
		box-sizing: border-box;
	}

#fv .box + .sp::before {
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	position: absolute;
	border: 2px solid #03132D;
	content: '';
}
	#fv h2 {
		margin: 0 18px 2px 13px;
	}
	#fv h2 img {
		max-width: 607px;
	}
	form input {
		margin-bottom: 10px;
		padding: 0 8px;
		height: 40px;
		font-size: 12px;
		border-radius: 5px;
	}
	form p{
		font-size: 10px;
	}
	form input.wpcf7-submit {
		max-width: 305px;
		margin: 0 auto;
		display: block;
		height: 62px;
		font-size: 20px;
		background-image: url("parts/007/img/sp_form_bg.png");
	}
	.h2Ttl  {
		margin-bottom: 15px;
		font-size: 14.4px;
	}
	.h2Ttl span {
		margin-bottom: 6px;
		font-size: 27.5px;
	}
	.sec01 {
		padding: 50px 15px 29px;
	}
	.sec01 .logoBox ul {
		padding: 8px 25px 26px;
	}
	.sec01 .logoBox {
		padding: 2px;
		max-width: 345px;
		margin: 0 auto;
	}
	.sec01 .logoBox li img {
		width: auto;
	}
	.sec01 .logoBox li {
		margin-top: 10px;
	}
	.sec02 {
		padding: 48px 15px 0;
		background-image: url("parts/007/img/sec04_bg.jpg");
		background-size: auto 68%;
	}
	.sec02 .listBox {
		margin: 0 auto;
		padding: 37px 15px 53px;
		background-image: url("parts/007/img/sp_sec02_bg02.jpg");
		overflow: hidden;
	}
	.sec02 .listBox .photo {
		max-width: 188px;
		width: 54.5%;
		left: auto;
		right: -29px;
		bottom: -5px;
	}
	.sec02 .listBox ul li {
		margin-bottom: 14px;
		padding-left: 34px;
		font-size: 18px;
		line-height: 1.44;
	}
	.sec02 .listBox ul li::before {
		width: 25px;
		height: 20px;
		left: 5px;
		top: 3px;
	}
	.sec02 .h2Ttl {
		margin-bottom: 13px;
	}
	.sec02 .txtBox {
		margin: 0 -15px;
	}
	.linkBox {
		padding: 25px 15px 17px;
	}
	.sec03 {
		padding: 168px 15px 50px;
		background-size: 81% auto;
		overflow: hidden;
	}
	.sec03 .imgBox {
		display: block;
	}
	.sec03 .imgBox .textBox {
		margin: 0 0 25px;
		width: auto;
		padding: 0;
		display: block;
	}
	.sec03 .imgBox .photo {
		margin-right: -25px;
		width: auto;
	}
	.sec03 .imgBox .textBox h3 {
		margin-bottom: 10px;
		font-size: 27px;
		line-height: 1.18;
	}
	.sec03 .imgBox .textBox h3 > span {
		margin: 0 9px 19px;
		font-size: 10px;
	}
	.sec03 .h2Ttl {
		margin-bottom: 34px;
	}
	.sec03 .imgBox .textBox p {
		font-size: 15px;
		line-height: 1.53;
	}
	.sec03 .imgBox .textBox h3 > span::before {
		width: 30px;
		height: 30px;
		left: -9px;
		top: -10px;
	}
	.sec03 .imgBox .textBox .txtInner {
		max-width: inherit;
	}
	.sec03 .imgBox .textBox h3 > span span::after {
		margin-top: -1px;
		width: 30px;
	}
	.sec03 .imgBox .textBox h3 > span span {
		padding-right: 35px;
	}
	.sec03 .imgBoxL .photo {
		margin: 0 0 0 -25px;
	}
	.sec04 {
		padding:48px 15px 30px;
	}
	.sec04 .h2Ttl span {
		margin-bottom: 8px;
		font-size: 30px;
	}
	.sec04 .textUl {
		margin: 0;
		display: block;
	}
	.sec04 .textUl > li {
		padding: 15px 10px 16px;
		width: auto;
		margin: 0 0 10px;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}
	.sec04 .textUl li .ttl {
		padding: 0;
		margin-bottom: 6px;
		display: block;
		height: auto;
		font-size: 1.5rem;
	}
	.sec04 .textUl li .price {
		margin-bottom: 7px;
		padding: 9px 5px 5px;
		font-size: 12px;
	}
	.sec04 .textUl li .price span {
		font-size: 18px !important;
	}
	.sec04 .textUl > li li {
		margin-right: 10px;
		font-size: 12px;
		line-height: 1.5;
		display: inline-block;
	}
	.sec04 .textUl > li ul {
		line-height: 1.1;
		margin: 0;
	}
	.sec04 .textUl > li::before {
		border-width: 6px;
		left: 5px;
		top: 5px;
	}
	.sec05 {
		padding: 49px 15px 17px;
	}
	.sec05 .topTxt {
		margin-bottom: 28px;
		font-size: 15px;
		line-height: 1.53;
	}
	.sec05 .h2Ttl {
		margin-bottom: 9px;
	}
	.sec05 .listUl {
		display: block;
	}
	.sec05 .listUl li {
		margin-bottom: -4px;
		display: flex;
		justify-content: space-between;
		width: auto;
	}
	.sec05 .listUl li .photo {
		width: 106px;
		padding-bottom: 12px;
	}
	.sec05 .listUl li .textBox {
		padding-top: 22px;
		margin-left: 20px;
		flex: 1;
		text-align: left;
	}
	.sec05 .listUl li .textBox .ttl {
		margin-bottom: 9px;
		height: auto;
		font-size: 15px;
		display: block;
		text-align: left;
	}
	.sec05 .listUl li .textBox p {
		font-size: 12px;
		line-height: 1.5;
	}
	.sec05 .listUl li .photo p {
		margin-bottom: 4px;
		font-size: 12px;
	}
	.sec05 .listUl li .photo::before {
		margin-right: -4px;
		width: 9px;
		height: 13px;
		right: 50%;
		top: auto;
		bottom: 0;
		transform: rotate(90deg);
		background-size: 100% auto;
	}
	.sec05 .listUl li:last-child {
		align-items: center;
	}
	.sec06 {
		padding: 50px 0 0;
	}
	.sec06 .h2Ttl {
		margin-bottom: 17px;
	}
	.sec06 .imgBox .inner .photo {
		display: none;
	}
	.sec06 .imgBox .inner .textBox {
		padding: 36px 15px 30px;
		width: auto;
	}
	.sec06 .imgBox .inner {
		display: block;
		min-height: inherit;
	}
	.sec06 .imgBox .inner .textBox h3 {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.4;
	}
	.sec06 .imgBox .inner .textBox p {
		padding: 16px 18px 17px;
		font-size: 12px;
		line-height: 1.5;
		background: rgba(0,0,0,0.6);
	}
	.sec06 .imgBox .inner .textBox .img {
		margin: 0 9px 0 0;
	}
	.sec06 .imgBox .inner .textBox .img img {
		width: 100%;
	}
	.sec06 .imgBox01 .inner .textBox p {
		background: rgba(255,255,255,0.6);
	}
	.sec06 .imgBox02 .inner .textBox h3 {
		margin-right: 0;
	}
	.sec06 .imgBox {
		background-image: url("parts/007/img/sp_sec06_bg01.jpg");
	}
	.sec06 .imgBox01 {
		background-image: url("parts/007/img/sp_sec06_bg02.jpg");
	}
	.sec06 .imgBox02 {
		background-image: url("parts/007/img/sp_sec06_bg03.jpg");
	}
	.sec07 .h2Ttl span {
		font-size: 30px;
	}
	.sec07 {
		padding: 50px 15px 31px;
	}
	.sec07 .h2Ttl {
		margin-bottom: 19px;
	}
	.sec07 dl {
		margin-bottom: 10px;
		box-shadow: 0 0 3px rgba(0,0,0,0.1)
	}
	.sec07 dl dt {
		padding: 5px 60px 5px 62px;
		font-size: 18px;
		min-height: 72px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		line-height: 1.33;
	}
	.sec07 dl dd {
		padding: 8px 22px 15px 61px;
		font-size: 15px;
		line-height: 1.53;
	}
	.sec07 dl dt span, .sec07 dl dd span {
		padding-top: 9px;
		width: 38px;
		height: 38px;
		left: 15px;
		top: 15px;
		font-size: 14px;
	}
	.sec07 dl dt::before, .sec07 dl dt::after {
		width: 18px;
		right: 15px;
	}
	.sec07 dl dd span {
		top: 10px;
	}
	.sec08 {
		padding: 50px 15px;
		background-image: url("parts/007/img/sp_sec08_bg.jpg");
	}
	.sec08 .tabInn {
		display: block;
	}
	.sec08 .tabInn .tabBox {
		width: auto;
	}
	.sec08 .h2Ttl {
		margin-bottom: 15px;
	}
	.sec08 .tabInn .tabBox table th, .sec08 .tabInn .tabBox table td {
		padding: 11px 0 10px;
		font-size: 15px;
		line-height: 1.53;
	}
	.sec08 .tabInn .tabBox table th {
		width: 27% !important;
		font-size: 15px;
	}
	.sec08 .tabInn .tabBox table dt {
		width: 90px;
	}
	.sec08 .tabInn .tabBox table dd {
		padding-left: 90px;
	}
	.sec08 .tabInn > .tabBox:first-child table {
		border: none;
	}
	footer .inner .item p {
		font-size: 12px;
	}
	footer .inner .item p.copy {
		margin-top: 7px;
		font-size: 9px;
	}
	footer .inner .item {
		width: calc(100% - 60px);
	}
	footer .inner .item:nth-child(2) {
		width: 57px;
	}
	footer .inner .item:nth-child(2) img {
		width: 100%;
	}
	footer .inner {
		margin-bottom: 0;
		justify-content: space-between;
	}
	footer {
		padding: 12px 0 70px;
	}
	footer .fixBanner {
		padding: 10px 5px;
	}
	footer .fixBanner img {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	footer .fixBanner a:hover img {
		opacity: 1;
	}
	.sec01 .logoBox li a:hover img {
		opacity: 1;
	}
	footer .fixBanner a:hover {
		opacity: 1;
	}
	.linkBox a {
		max-width: 345px;
	}
	.linkBox a:hover img {
		opacity: 1;
	}
	footer .inner .item p a:hover {
		text-decoration: underline;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
	.inner {
		min-width: inherit;
	}
	.sec02 .listBox ul li {
		font-size: 26px;
	}
	.sec04 .textUl li .price {
		letter-spacing: 0;
	}
	.sec06 .imgBox .inner {
		padding: 0 10px;
	}
	footer .inner {
		padding: 0 10px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 374px) {
	.sec03 .imgBox .textBox h3 {
		font-size: 26px;
	}
}
@media all and (-ms-high-contrast:none){
	.sec06 .imgBox .inner {
		height: 617px;
	}
	.sec07 dl dt {
		padding: 30px 80px 20px 102px;
	}
}

.lp-form{
  font-size:15px;
  margin-left:5px;
  margin-bottom:5px;
}

form select{
padding: 0 15px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #0B1E48;
    font-size: 18px;
    height: 54px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #1A47AA;
    }

@media screen and (max-width: 1000px){
form select {
    margin-bottom: 10px;
    padding: 0 8px;
    height: 40px;
    font-size: 12px;
    border-radius: 5px;
}
}