/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
1.FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}
/*メインエリアの横幅制限解除ここまで*/
.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}
.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:80px;
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.4em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.全体の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{
/*背景色*/
	background-color: Transparent;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	font-size:13px;
	line-height: 1.5;
	letter-spacing: 0.07em;
	font-family:'Lato','Noto Sans JP','Helvetica Neue', Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	font-weight: 400;
	color: #494646;
}
.js-main_inner{
	width:980px;
	margin:auto;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
	.js-main_inner{
		width:95%;
	}
}
.js-main p{
	font-weight: 400;
}
.js-main a{
	text-decoration:none;
	color:black;
}


.pc { display:block; }
.sp { display:none; }




/*-----------
共通
-----------*/
.row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.column {
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
.js-main img {
	width: 100%;
}

.js-main h1 {
	margin-bottom: 60px;
	font-weight: 700;
}
.js-main h1 span {
	font-size:75%;
}

/*-----------
area_explain
-----------*/
.area_download .title,
.area_explain .title {
	padding: 20px;
    background: #363636;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    position: relative;
    margin: 0 50px 60px 50px;
}
.area_download .title:after,
.area_explain .title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #363636 transparent transparent transparent;
  border-width: 20px 15px 0 15px;
}
.area_explain .title span {
	font-size: 60%;
}
.area_explain .figure {
	margin-bottom: 60px;
}
.area_explain .area_text {
	margin-bottom: 60px;
}
.area_explain .area_text p:nth-child(2) {
	text-align: left;
    margin: auto;
    display: inline-block;
}



/*-----------
area_download
-----------*/
.area_download .row {
	width: 70%;
    margin: auto;
}
.area_download .column {
	width: 50%;
}
.area_download .figure {
	margin: 0;
}
.area_download .seach {
	width: 50%;
    margin: 0 auto 60px;
}
.area_download {
	border-bottom: 1px solid #cccccc;
}
.js-main .area_download.second {
    border-bottom: 0 solid #cccccc;
}

/*-----------
area_member
-----------*/
.area_member {
	margin: 60px 0;
}
.area_member .column {
	width: 33.33%;
}
.area_member .column .sub_title {
	font-weight: 700;
    padding-left: 5px;
	font-size: 20px;
    margin: 20px 0 10px;
	
}
.area_member .column p {
	text-align: left;
	margin: 0;
}


/*-----------
area app_cpn
-----------*/
.app_cpn {
	margin-bottom: 60px;
}
.app_cpn p {
	margin: 0;
}
.app_cpn p:nth-child(1) {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.app_cpn p:nth-child(2) {
    color: #FF4F50;
    font-weight: 700;
	font-size: 2em;
}


/*--------------------
モバイルサイズ
--------------------*/

@media screen and (max-width: 768px){   

	.js-main{
	text-align: center;
	font-size:11px;}

	/*-----------
	共通
	-----------*/
	 .pc { display:none; }
	 .sp { display:block; }

	.js-main h1 {
		margin-bottom: 30px;
	}


	/*-----------
	area_explain
	-----------*/
	.area_download .title, .area_explain .title {
		padding: 10px;
		border-radius: 5px;
		font-size: 10px;
		margin: 0 0 30px 0;
	}
	.area_download .title:after, .area_explain .title:after {
		bottom: -10px;
		border-width: 15px 10px 0 10px;
	}
	.area_explain .figure {
		margin: 0 0 30px;
	}
	.area_explain .area_text {
		text-align: left;
		margin-bottom: 30px;
	}

	/*-----------
	area_download
	-----------*/
	.area_download .row {
		width: 90%;
	}
	.area_download .seach {
		width: 85%;
		margin: 0 auto 30px;
	}

	/*-----------
	area_member
	-----------*/
	.area_member {
		margin: 40px 0 10px;
	}
	.area_member .column {
		width: 100%;
		margin-bottom: 30px;
	}
	.area_member .column p:last-child {
		padding-bottom: 30px;
		border-bottom: 1px solid #cccccc;
	}
	.area_member .column .figure {
		margin: 0 50px 15px;
	}
	.area_member .column .sub_title {
		font-size: 16px;
	}
	.area_member .column:last-child {
		display: none;
	}
	.area_member .column:nth-last-child(2) p:last-child {
		border-bottom: 0 solid #cccccc;
	}
	/*-----------
	area app_cpn
	-----------*/
	
	
}

