/* CSS Remedy */
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1,h2,h3,p{margin:0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}

/* page styles */
html{
	scroll-behavior: smooth;
}
body {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	display: block;
	line-height: 1;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: .6;
}
.header {
	background: #FFF;
	padding: 10px 0 14px;
	border-bottom: solid 2px #ff6600;
}
.footer {
	background: #D5801D;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
}
	.footer .copyright {
		line-height: 1;
		margin: 0;
	}
.page-head {
	/*background:url(../images/bg_pagehead.png) repeat-x 0 0;*/
	color: #FFF;
	padding-top: 40px;
}

.section {
	padding: 40px 0 120px;
}
.section-title {
	margin-bottom: 56px;
}
.contents-details {}
	.contents-details .img {
		margin-bottom: 56px;
	}
	.contents-details .text {
		line-height: 1.66;
		margin: 29px 0 53px;
		text-align: left;
    max-width: 900px;
    margin: 0 auto;
	}

.contents-details .text01 {
		line-height: 1.66;
		margin: 0 0 30px;
	}

.contents-details .midashi {
		line-height: 1.66;
		margin-top: 20px;
	font-size: 20px;
	}

.contents-feature {
	background: #FCF4EA;
}
	.contents-feature .box-wrap,
	.contents-feature ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 960px;
		margin: 0 auto;
	}
	.contents-feature .box {
		background: #FFF;
		border: 1px solid #E8E8E8;
		border-radius: 6px;
		padding: 40px 32px 36px;
	}
		.contents-feature .box .title { margin-bottom: 32px; }
		.contents-feature .box .thumb { margin-bottom: 27px; }
		.contents-feature .box .desc {
			line-height: 1.5;
			text-align: left;
		}
	.contents-feature .box-01,
	.contents-feature .box-02 {
		width: 48.33%;
	}
	.contents-feature .box-03 {
		margin-top: 32px;
		padding-bottom: 40px;
		width: 100%;
	}
		.contents-feature ul {
			margin: 32px 0px 0;
			padding: 0;
			list-style: none;
		}
		.contents-feature li {
			width: 43%;
		}
			.contents-feature li .desc {
				display: block;
				font-size: 14px;
				margin-top: .75em;
				line-height: 1.42;
				text-align: left;
			}

.mt20{
	margin-top: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}	
.box {
    width: 100%;
	display: flex;
	align-items: center;
}
.afs_text{
	text-align: left;
}

/*
.indent_1{
	text-indent: -1em;
	padding-left: 1em;
}
*/

.afs_box{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.afs_tit{
	font-weight: bold;
	font-size: 30px;
	margin: 70px 0 56px;
}

.img_left{
	float: left;
	margin-right:30px;
	width: calc((100% - 60px) / 2);
	height: auto;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.img_box1{
	width: 90%;
	margin: 30px auto 0;
}


.img_box1 img{
	width: 100%;
	max-width: 864px;
}

.img_box2{
	width: 90%;
	margin: 0 auto;
}

.box_l{
	width: 45%;
	margin: 0 auto;
	float: left;
}

.box_l img{
	width: 100%;
	max-width: 400px;
}

.box_r{
	width: 45%;
	margin: 0 auto;
	float: right;
	
}

.box_r img{
	width: 100%;
	max-width: 400px;
}
.staff_bnr{
	width: 60%;
	margin: 70px auto 0;
}

.btn_area{
	width: 100%;
	max-width: 900px;
	padding: 50px 0;
	margin: 0 auto;
}

	.smf_on{
		display: none;
	}

.info_btn{
	position: relative;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background: #e50112;
}

.info_btn p{
	color: #fff;
	font-weight: 500;
	font-size: 25px;
}

.info_btn a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.info_btn:hover{
	opacity: 0.7;
}

@media screen and (min-width:769px){
	.sponly { display: none; }
	.contents-details .text { font-size: 18px; }
	.contents-details .text01 { font-size: 20px; text-align:left;}
	.contents-feature .box { font-size: 16px; }
}
@media screen and (max-width:768px){
	body {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
	.pconly { display: none; }
	.header { padding: 4px 0 8px; }
	.header-logo { width: 48px; }
	.page-head { padding-top: 20px; }
	.page-head_img img { width: 100%; }
	.section { font-size: 16px; padding: 10px 16px 48px; }
	.section-title { margin-bottom: 28px; }
	.section-title img { max-width: 300px; }
	.contents-details .img { margin-bottom: 28px; }
	.contents-details h3.title img { width: 101px; }
	.contents-details .text { margin: 17px 0 24px;}
	.contents-feature .box-01,
	.contents-feature .box-02 { width: 100%; }
	.contents-feature .box { padding: 28px 20px 32px; }
	.contents-feature .box + .box { margin-top: 19px; }
	.contents-feature .box .title { margin-bottom: 22px; }
	.contents-feature .box .thumb { margin-bottom: 16px; }
	.contents-feature .box .desc { display: inline-block; margin-right: auto; margin-left: auto; max-width: 400px; }
	.contents-feature ul { margin-top: 24px; }
	.contents-feature li { width: 100%; }
	.contents-feature li + li { margin-top: 24px; }
	.contents-feature li .desc { line-height: 1.57; }
	.page-head_title{
		width: 85%;
		margin: 0 auto;
	}
	.pc {
	display: none !important;
}
.sp {
	display: block !important;
	text-align: left;
}
	
	.img_right{
	float: none;
	margin: 20px auto; 
}
	.img_box{
	width: 100%;
	margin: 0 auto;
}

.box_l{
	width: 100%;
	margin: 0 auto 30px;
	float: none;
}

.box_r{
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
	.afs_tit{
	font-size: 22px;
		margin: 50px auto 30px;
}
	
	.contents-details .midashi {
	font-size: 16px;
	}
	.box{
		display: block;
	}
	.img_left {
	float: none;
    width: 100%;
	margin: 20px 0;
}
	.contents-details .text01 {
    text-align: left;

}
	.staff_bnr{
		width: 100%;
	}
	.btn_area{
	width: 100%;
	max-width: 900px;
	padding: 20px 0 0;
	margin: 0 auto;
}
	
	.smf_on{
		display: block;
	}

.info_btn{
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 10px;
	background: #e50112;
}

.info_btn p{
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.info_btn a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.info_btn:hover{
	opacity: 0.7;
}
}


/*アプリダウンロード部分*/
.app_dowmload{
	background-color: #000;
	padding-bottom: 20px;
	
}
.kensakucate{
	display: block;
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
}
.wrap{
	display: flex;
	justify-content: center;
}
.wrap .text{
	color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
	margin: 0 15px 15px 0;
}
.kensakubox{
    margin-right: 20px;
    background-color: #fff;
    padding: 5px 30px;
    font-size: 1.4rem;
    text-align: center;
}
.btn{
    background-color: #ff9934;
    padding: 5px 30px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}
.downloadbtn{
	display: none;
}
@media screen and (max-width:768px){
.wrap{
	display: block;
	padding: 0 20px;
}
.kensakubox{
	width: 52%;
    float: left;
    padding: 10px 0px;
    font-size: 1.2rem;
    text-align: center;
}
.btn{
	width: 40%;
    float: right;
    padding: 10px 0px;
    font-size: 1.2rem;
}
.inner{
	display: none;
	}
.downloadbtn{
	display: block;
	margin-top: 30px;
}
.download_icon{
	display: flex;
	width: 100%;
	margin: 0 auto;
		
	}
.downloadbtn ul {
    margin: 20px auto;
    padding: 0;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	}
.downloadbtn li {
    width: 47%;
    list-style: none;
}
}
/*アプリダウンロード部分　END*/
/*シルタス部分*/
.sirutasu{
	background-image: url(../images/footer.png);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 6em;
}
.sirutasu .appLink {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.sirutasu .appLink > p {
    margin-right: 1em;
}
@media screen and (max-width:768px){
	.sirutasu {
    padding: 40px 1em;
}
	.sirutasu > p {
    margin-right: 0.5em;
}
	.sirutasu .appLink {
    margin-top: 5px;
}
	.appLink p:first-child {
    margin-right: 0.5em;
}
}

/*シルタス部分　END*/

/*top ボタン*/
.top_conbox{
	display: flex;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    justify-content: space-between;
    align-items: stretch;
}
.top_conbox a{
	width: calc((100% - 60px) / 4);
    padding: 30px;
    background-color:#FDAD26;
	text-decoration: none;
    color: #FFFFFF;
	font-size: 18px;
	 border-radius: 10px;
	border: dashed 3px #CD4C09;
}
.top_conbox a:hover{
	opacity: 0.6;
}
@media screen and (max-width:768px){
	.top_conbox{
	display: flex;
	flex-wrap: wrap;
    margin: 20px auto;
    padding: 0 16px;
}
.top_conbox a{
	width: calc((100% - 30px) / 2);
	padding: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}
}
/*top ボタン　END*/
/*こだわり*/
#kodawari {
    margin: 60px auto;
    width: 100%;
    max-width: 900px;
	padding-bottom: 10px;
}
.kodawari_con {
    display: flex;
    width: 100%;
    margin: 20px auto 50px;
    justify-content: space-between;
	align-items: center;
}
.kodawari_con img {
    width: calc((100% - 30px) / 2);
	margin: 0;
}
p.kodawari_text {
    width: 45%;
    text-align: left;
    line-height: 2;
}
.kodawari_text span {
    font-size: 30px;
    font-weight: bold;
}
.logo{
	width: 30%;
	float: right;
}
@media screen and (max-width:768px){
	.pc{display: none;}
	.sp{display: block;}
	#kodawari {
		margin: 20px auto;
	}
	.kodawari_con {
    display:block;
    width: 100%;
    margin: 20px auto 20px;   
}
	.kodawari_con img {
    width: 100%;
	margin-bottom: 20px;
}
p.kodawari_text {
    width: 100%;
    line-height: 1.5;
}
.kodawari_text span {
    font-size: 20px;
    font-weight: bold;
}
}
/*こだわり　END*/
.online_marche{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/*動画部分*/
.movie_in{
    width: 100%;
	max-width: 900px;
	margin: 20px auto;
  }
.movie {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px){
.movie_in {
    width: 100%;
    margin: 0 auto;
}
.movie {
    position: relative;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	}
}
/*動画部分　END*/