@charset "utf-8";

* {
	box-sizing: border-box;
}

body {
	background:#FFF;
	font-size:100%;
    margin: 0 auto;
    padding: 0px;
	overflow: hidden;
}

* ,section{
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:2;
    letter-spacing: 0.05em;
}
p{
	margin-bottom: 20px;
}
td p {
	margin-bottom: 0;
}
ul {
	margin-bottom: 20px;
}
li {
	list-style: none;
}
ul.list {
	padding-left: 20px;
}
ul.list li {
	list-style: inherit;
	line-height: 1.5;
}

img {
	border: 0;
	max-width: 100%;
	display: block;
}
table {
	 border-collapse: collapse;
}
.photo img{
    width:80%;
}
.red{
	color:red;
}
.orange{
	color:#f3c11d;
	font-weight: bold;
}
.yel{
	color:#ffe94c;
}
.y-marker {
    background: linear-gradient(transparent 75%, #fff799 75%);
    font-weight: bold;
}
.bold {
	font-weight: bold;
}
.alignC {
	text-align: center;
}
.f80 {
	font-size: 80%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.mt40{
	margin-top: 40px!important;
}
.mt-10{
	margin-top: -5px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.bg-w{
	background-color: #fff;
}
.bg-w .h2_tit,
.bg-w2 .h2_tit{
	color: #292929;
}
.bg-grd{
	background: #2073bd;
    background: -moz-linear-gradient(left, #2073bd 0%, #3696bd 100%);
    background: -webkit-linear-gradient(left, #2073bd 0%,#3696bd 100%);
    background: #2073bd;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2073bd', endColorstr='#3696bd',GradientType=1 );
}
.btn {
    max-width: 500px;
	background-color: #ccb56b;
	color: #fff !important;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 5px #8e7e4e;
}
.btn a {
    font-weight:bold;
	display: block;
	padding: 30px;
}

.img_btn{
	max-width: 500px;
	margin: 40px auto 0;
}

.img_btn img{
	width: 100%;
	padding:0;
}
.btn:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
a:link {
	color:white;
	text-decoration:none;
}
a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
    color: inherit;
}
.btn a:hover{
	text-decoration: none;
	color: none;
}
.video{
	position:relative;
	width:100%;
	height:0;
	padding-top:56%;
}
.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


@media screen and (max-width: 768px) {
	.img_btn {
		margin: 20px auto 0;
	    width: 90%;
	}
	.f150 {
		font-size: 100%;
	}
}

.contents {
	width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.wrap1000 {
    max-width:1000px;
	margin: 0 auto;
	position: relative;
}
.wrap1800 {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
}

.flexbox {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
}

.pc_area{
  display:block !important;
}
.sp_area{
  display:none !important;
}

.clum3 li {
	width: 33%;
	padding: 0 1%;
}
.clum3-1 li {
    width: 33%;
    padding: 0 1%;
	margin-bottom: 4%;
}
.clum3-1 li p.tit_brand {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2%;
    padding: 4% 0;
    border-bottom: 1px solid #292929;
	font-weight: bold;
}
.clum3-1 li p.tit_brand img {
    max-height: 54px;
}
.clum3-1 li p.no_logo {
	padding: 28px 0;
}
.clum3-1 li p.txt_brand {
    line-height: 1.5;
	font-size: 14px;
	margin-top: 10px;
}

.clum4-1 li a {
    position: relative;
    display: block;
}
.clum4-1 li {
    width: 24%;
    padding: 0 1%;
}
.clum4-1 li p.tit_brand {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2%;
    padding: 4% 0;
    border-bottom: 1px solid #292929;
	font-weight: bold;
}
.clum4-1 li p.tit_brand img {
    max-height: 54px;
}
.clum4-1 li p.no_logo {
	padding: 28px 0;
}
.clum4-1 li p.txt_brand {
    line-height: 1.5;
	font-size: 14px;
	margin-top: 10px;
}

.clum4-1 li a {
    position: relative;
    display: block;
}


@media screen and (max-width: 768px) {

	.flexbox.clum3-1 {
		display: flex;
	}
	
    .pc_area{
      display:none !important;
    }
    .sp_area{
      display:block !important;
    }

	.cv-btn input {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}

    .clum3 li {
        width: 100%;
        padding: 0;
		margin-bottom: 3rem;
    }
	.clum3 li:last-child {
		margin-bottom: 0;
	}
	.clum3 img {
		margin: 0 auto;
	}
	.clum3-1 li {
        width: 50%;
		margin-bottom: 1rem;
		padding: 0 2%;
    }
	.clum3 img {
		margin: 0 auto;
	}
	.clum3-1 li p.tit_brand {
	font-size: 11px;
    margin-bottom: 2%;
    padding: 4% 0;
	}
	.clum3-1 li p.no_logo {
		padding: 8px 0;
	}
	.clum4-1 li {
		margin-bottom: 4%;
	}
}

.btn01 {
	max-width: 400px;
	margin: 0 auto;
}
.item{
  justify-content: space-between;
	-webkit-justify-content: space-between;
}
.item .img_box,
.item-2 .img_box{
  width: 40%;
}
.item .img_box img {
	width: 100%;
}
.txt_box p {
	margin-bottom: 1rem;
}
.item .txt_box {
  width: 54%;
}


.right-imgbox {
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
.left-imgbox .df_style.txt_box {
    padding: 0 0 30px 30px;
    width: 60%;
}
.item_bg01 {
	background: #fff;
}
.item_bg02 {
	background: #f1f7f7;
}

@media screen and (max-width: 768px) {

    .item .img_box,.item .txt_box {
      width: 100%;
    }
	.txt_box {
      margin-top: 2rem;
		padding: 0 4%;
    }
    .txt_box p {
        margin-bottom: 1rem;
		text-align: left;
    }
	.right-imgbox {
		flex-direction: column;
	}
    .right-imgbox .txt_box,
    .left-imgbox .txt_box {
        padding: 0;
    }
	#sct03 .txt_box {
		padding: 0;
	}
	#sct14 >.wrap1000 {
		padding: 0 4%;
	}
}



.selectbox_area {
  position: relative;
  margin: 0em 0em 0em 0em;
  float: left;
}
.selectbox_area::after {
  pointer-events: none; 
  position: absolute;
  color: #666666;
  top: 50%;
  left: 6.7em;
  transform: translateY(-50%); 
  content: "▼";
}



.link-top{
    margin-top: 1%;
    margin-left: 85%;
}


.faq_box dl {
	margin-bottom: 10px;
	display: block;
}

.faq_box dt {
	border: 1px solid #efefef;
	background: #fafafa;
	padding: 20px;
	font-size: 100%;
	font-weight: bold;
	color: #292929;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1.6;
}
.faq_box dt:before {
	content: "Q";
	font-size: 26px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-right: 14px;
	color: #02a7d0;
}
.faq_box dt:after {
	content: "+";
	font-size: 26px;
	font-weight: 400;
	margin-right: 14px;
	color: #02a7d0;
	position: absolute;
	right: 0;
	top: calc(50% - 23px);
}

.faq_box dt.act:after {
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	margin-right: 14px;
	background: #02a7d0;
	position: absolute;
	right: 0;
	top: 50%;
}
	
.faq_box dd {
	padding: 20px;
	display: none;
}

@media screen and (max-width: 768px) {
	.faq_box dt {
		padding: 10px 40px 10px 20px;
	}
}

.vbox-figlio {
	display: inline-block;
}

.item .img_box a {
	position: relative;
	display: block;
}
.venobox:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_zoom.png) no-repeat;
	background-size: 100%;
    position: absolute;
    z-index: 1;
	bottom: 10px;
	right: 10px;
}

.start{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	display: block;
	opacity: 0;
	transition: all 0.5s ease-out;
}
.fixed {
	opacity: 1;
	transition: all 0.5s ease-out;
}
.fixed_btn{
	padding: 20px;
}

.pc_banner {
    width: 130px;
}
.sp_banner {
    display: none;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
footer {
  position: relative;
  background: #f7f7f7;
}
 
footer .nav a {
  display: block;
  padding: 0 10px;
  color: #292929;
	text-decoration: none;
	font-size: 14px;
}
footer .copyright{
	color: #fff;
    font-size: 10px;
    background-color: #013c6c;
    text-align: center;
    padding: 12px 0;
}
 
@media only screen and (min-width: 641px) {
  footer .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
  }
  footer .nav a:hover {
    color: #0c8e86;
  }
}

@media only screen and (max-width: 640px) {
  footer {
    text-align: center;
	}
 
  footer .nav li {
    border-top: 1px solid #fff;
  }
 
  footer .nav li:last-child {
    border-bottom: 1px solid #dadada;
  }
 
  footer .nav li a {
    padding: 12px 20px;
  }
	footer .copyright {
		font-size: 10px;
		letter-spacing: 0.1em;
		line-height: 1.3;
	}
}


@media screen and (max-width: 990px) {

}
@media screen and (max-width: 560px) {

}