@charset "UTF-8";

/*スタイルシートの中で sanitize.css を読み込み、リセットします。*/
@import url(/css/sanitize.css);
/*フォントを統一するためにGoogle の 日本語対応の Web フォント を利用します。*/
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.6rem;
	line-height: 1.8em;	
	-webkit-text-size-adjust: 100%;
  background-color: #FFF;
	width: 100%;
	margin: 0 auto;
	color: #1a1a1a;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #1a1a1a;
  text-decoration: none;
}
html, body {
width: auto !important;
overflow-x: hidden !important;
}

a:hover {
	color: #006cb6;
	text-decoration: none;
}

a,a:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

a img:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;	
}

sup {
    vertical-align: super;
}

.pc_none{display:none;}
.floatL{float:left;}
.floatR{float:right;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align: center;}
.txt_indent{
	padding-left:1em;
	text-indent:-1em;
}
.txtS{font-size: 80%;}
.txtL{font-size: 120%;}
.red{color:#e40033;}
.bold{font-weight:bold;}
.img_center{vertical-align:inherit;}
.inBlock{display: inline-block}
.flex{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.m_b10{margin-bottom: 10px;}
.m_b20{margin-bottom: 20px;}
.m_t20{margin-top: 20px;}

@media screen and (max-width: 767px) {
	.m_b0_sp{margin-bottom: 0;}
	.m_b10_sp{margin-bottom: 10px;}
	.m_b20_sp{margin-bottom: 20px;}
}

/* コンテンツ共通
---------------------------------------------------------------------- */
#wrapper{
	width: 100%;
	margin: 0 auto;
}

.secWrap01{
	width: 1000px;
	margin: 0 auto;
}

.fontDinL{
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.fontDinR{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ttl{
	text-align: center;
	background: #FFF;
	padding: 30px 0;
}

.brSp{
	display: none;
}

.sp{
	display: none;
}

.boxGray{
	display: inline-block;
	color: #FFF;
	background: #888f94;
	min-width: 100px;
	text-align: center;
	padding: 0 10px;
}




@media screen and (max-width: 999px) {
	.secWrap01{
		width: 90%;
		padding: 5% 0;
	}
	
}

@media screen and (max-width: 767px) {
	.brPc,
	.pc{
		display: none;
	}
	
	.brSp,
	.sp{
		display: block;
	}

}


/* ヘッダー
---------------------------------------------------------------------- */
header{
	padding: 20px 20px;
}

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

	
}

@media screen and (max-width: 767px) {
	.headLogo{
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
}


/* FV
---------------------------------------------------------------------- */
.fv{
	padding-bottom: 50px;
}

.fv h1{
	text-align: center;
}

.fv h1 img{
	width: 100vw;
}

@media screen and (max-width: 999px) {
	.fv{
		padding-bottom: 3%;
	}

	
}

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

	
}

/* 開発した背景
---------------------------------------------------------------------- */
.development{
	background: #006cb6;
	padding: 50px 0;
}

.development figure{
	margin: 30px auto;
}

.development .txtBox{
	width: 900px;
	margin: 0 auto;
	color: #FFF;
}

.development .txtBox h3{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}

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

	.development .txtBox{
		width: 100%;
	}
	
	.development{
		padding: 3% 0;
	}
	
}

@media screen and (max-width: 767px) {
	.development .txtBox h3 {
    line-height: 1.3;
		padding-left:1em;
		text-indent:-1em;
	}

}


/* 4つの特徴
---------------------------------------------------------------------- */
.feature{
	width: 60%;
	margin: 50px auto;
}

.feature h2{
	text-align: center;
}

.featureBox{
	padding: 70px 0 30px;
	border-bottom: 1px #006cb6 solid;
}

.featureBox .icon{
	text-align: center;
	margin: 30px auto;
}

.featureBox h3{
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}

.featureBox h3::before{
	position: absolute;
	content: "";
	top:-50px;
	left:0;
}

.feature .point01  h3::before{
	background: url("../images/point01@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
}

.feature .point02  h3::before{
	background: url("../images/point02@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
}

.feature .point03  h3::before{
	background: url("../images/point03@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
}

.feature .point04  h3::before{
	background: url("../images/point04@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
}




@media screen and (max-width: 999px) {
	.feature{
		margin: 0 auto;
	}

	
}

@media screen and (max-width: 767px) {
	.feature{
		width: 90%;
	}
	
	.featureBox{
		padding-top: 60px;
	}
	
	.featureBox h3::before {
    top: -40px;
	}
	
	.featureBox .icon {
    width: 50%;
	}
	
	.feature .point02 h3::before,
	.feature .point03 h3::before,
	.feature .point04 h3::before{
		top:-35px;
	}
}



/* ダウンロード
---------------------------------------------------------------------- */
.download{
	width: 50%;
	margin: 0 auto 50px;
	text-align: center;
}

.download .btn{
	margin: 30px auto;
}

@media screen and (max-width: 999px) {
	.download {
    margin: 0 auto 0;
	}
	
}

@media screen and (max-width: 767px) {
	.download {
    width: 80%;
	}
}


/* 検索〜購入までかんたん6STEP
---------------------------------------------------------------------- */
.step{
	background: #ededed;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.step h2{
	text-align: center;
	background: #006cb6;
}

.stepArea{
	width: 45%;
	margin: 0 auto;
}

.stepArea .arrow{
	text-align: center;
}

.stepArea .bracket-block {
  display: flex;
  align-items: stretch;       /* 左右の括弧をテキスト高さいっぱいに */
  font-size: 3.6rem;
  line-height: 1.2;
	color: #006cb6;	
	font-weight: bold;
	margin-top: 30px;
	justify-content: center;
}

.bracket-left,
.bracket-right {
  display: flex;
  align-items: center;        /* 縦中央に配置 */
  font-size: calc(30px * 2);  /* テキスト2行分の高さに合わせる */
  height: 100%;               /* 親の高さに合わせる */
  line-height: 1;             /* 高さを正確にする */
}

.text {
  padding: 0 0.5em;           /* 括弧との間隔 */
	text-align: center;
}


.stepBox{
	margin: 50px auto;
}

.stepBox h4{
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	padding-left: 90px;
	margin-bottom: 30px;
}

.stepBox h4::before{
	position: absolute;
	content: "";
	top:-15px;
	left:0;
}

.step01 h4::before{
	background: url("../images/step01@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
}

.step02 h4::before{
	background: url("../images/step02@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
	top:-20px;
}

.step03 h4::before{
	background: url("../images/step03@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
	top:-20px;
}

.step04 h4::before{
	background: url("../images/step04@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
	top:-20px;
}

.step05 h4::before{
	background: url("../images/step05@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
	top:-15px;
}

.step06 h4::before{
	background: url("../images/step06@2x.png") no-repeat;
	background-size: contain;
	width: 75px;
	height: 95px;
	top:-20px;
}



@media screen and (max-width: 999px) {
	.stepArea{
		width: 65%;
	}
	
}

@media screen and (max-width: 767px) {
	.stepArea {
		width: 80%;
	}
	
	.stepBox h4 {
    font-size: 2.4rem;
		line-height: 1.2;
	}
	
	.stepBox h4::before {
    top: -5px;
	}
	
	.stepArea .bracket-block {
    font-size: 2.4rem;
	}
	
	.step01 h4::before {
    top: -3px;
	}
	
	.step02 h4::before {
    top: -15px;
	}	
	
	.step03 h4::before {
    top: -15px;
	}	
	
	.step04 h4::before {
    top: -25px;
	}	
	
	.step05 h4::before {
    top: -20px;
	}	
	
	.step06 h4::before {
    top: -25px;
	}	
	
	.step {
    padding-bottom: 2%;
		margin-bottom: 2%;
	}
}



/* フッター
---------------------------------------------------------------------- */
footer{
	padding: 0 0 20px;
}

.footImg figure{
	margin: 0;
	padding: 0;
}

.footImg figure img{
	width: 100vw;
}

.footLogo{
	text-align: center;
	padding: 50px 0 30px;
}

.footNav ul{
	justify-content: center;
}

.footNav ul li{
	padding: 0 20px;
	color: #888f94;
}

footer .copy{
	text-align: center;
	color: #006cb6;
}


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

	
}

@media screen and (max-width: 767px) {
	.footLogo {
    width: 50%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.footNav{
		width: 100%;
	}
	
	.footNav h2{
		padding-left: 20px;
		font-weight: bold;
	}
	
	.footNav ul{
		border-top: 1px solid #d3d3d3;
	}
	
	.footNav ul li{
		width: 100%;
		padding: 10px 20px;
		border-bottom: 1px solid #d3d3d3;	
	}
	
}

/* プライバシーポリシー
---------------------------------------------------------------------- */
.privacy{
	padding: 30px 0;
	font-size: 1.4rem;
}

.privacyArea{
	margin-bottom:5%;
}

.privacy h1{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.privacyBox{
	margin-bottom: 30px;
}

.privacyBox h2{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 10px;
}

.privacyBox ol{
	list-style: decimal;
	padding-left: 2.6em;
}

.privacyBox .listIn{
	padding-left: 3em;
	list-style: circle;
}

.privacyBox .listInLower-latin{
	padding-left: 3em;
	list-style: lower-latin;
}

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

	
}

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