@charset "UTF-8";

*{
	min-width: 0;
	min-height: 0;
}

#wrapper{ /* 全体を囲う */
	margin: auto;
	width: 100%;
	font-size: 1em; /* 基本文字サイズ */
	color: #333333; /* 基本文字色 */
	position: relative;
	display: none;
}

body{
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", sans-serif;
	background: #FFFFFF;
	
}

.icon-pdf::after{ /* 文字の後ろにpdfアイコンを表示 */
	margin-left: 10px;
	content: "";
	width: 1.5em;
	height: 1.5em;
    display: inline-block;
	background-image: url(../../../images/all-menu/icon-pdf.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transform: translateY(-3px);
}	

/*===============================================================
メイン
=================================================================*/
/* メインからフッター前まで囲う */
.container{ 
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.main-contents{
	display:flex;
	flex-direction: column;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.main-container{
	width: 100%;
	padding: 0 4vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* パンくずリスト */
.breadcrumbs{
	background: #f7f7f7;
	padding-left: 10px;
}

.breadcrumbs ul{
	margin: 20px auto 10px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8em;
	width: 100%;
	max-width: 1200px;
}

.breadcrumbs a{
	padding: 5px;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

.breadcrumbs li:last-child{
	font-weight: bold;
	pointer-events: none; /* 最後(現在地)のリンク無効に */
}

.breadcrumbs li::after{
	content: "\03e";
	margin: 0 10px;
	color: #888888;
}

.breadcrumbs li:last-child::after{ /* 最後の記号をなしに */
	content: "";
}

/*===================
横幅425px以上でのレイアウト　メイン
===================*/
@media screen and (min-width: 620px){
	.container{
		margin-top: 65px;
	}
	
	.breadcrumbs{
		padding-left: 30px;
	}
}

/*===================
横幅925px以上でのレイアウト　メイン
===================*/
@media screen and (min-width: 925px){
	.container{
		flex-direction: row;
		margin-top: 105px;
		position: relative;
	}

}

/*===================
横幅1350px以上でのレイアウト　メイン
===================*/
@media screen and (min-width: 1350px){
	.main-container{
		width: 100%;
		padding: 0 4vw;
		margin-left: auto;
		margin-right: auto;
		max-width: 1500px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.container{
		flex-direction: row;
		margin-top: 105px;
		position: relative;
	}

}


/* タイトルコーディング */
.main-title{
	margin-top: 50px;
	width: 100%;
}

.main-title h2{
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
}

.title-deco h2{
	position: relative;
}

.title-deco h2::before{ /* 各タイトル前の四角 */
	content: "";
	position: absolute;
	background-color: #EEEEEE;
	left: 0;
	bottom: -7px;
	height: 3px;
	width: 100%;
}

.title-deco h2::after{ /* 各タイトル前の四角 */
	content: "";
	position: absolute;
	background-color: #FF5050;
	left: 0;
	bottom: -7px;
	height: 3px;
	width: 30%;
}
/* タイトルコーディング ここまで */

/*説明 コーディング*/
.top-explanation{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
}

.top-explanation img{
	width: 100%;
	max-width: 500px;
}

.top-explanation p{
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	line-height: 1.3em;
	font-size: 1.5em;
	font-weight: bold;
}

.top-explanation span{
	display: block;
	line-height: 1.2em;
	font-size: 0.7em;
	font-weight: normal;
}

@media screen and (max-width: 768px){
    .top-explanation{
        flex-direction: column;
    }

.top-explanation img{
	max-width: 500px;
	min-width: 100px;
}

    .top-explanation p{
        margin-top: 0;
    }
}
/*説明 コーディング ここまで*/

/* 使用例 */
.example{
	margin-top: 10px;
}

.example a{
    display: inline-block;
    padding: 10px 18px;
    background-color: #db195d;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
}

.example a:hover{
    opacity: 0.85;
}

.top-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 768px){
	.example{
		margin-bottom: 20px;
	}
}
/* 使用例 ここまで */


/*商品特長 コーディング*/
.features{
    width: 90%;
    margin: 0;
    text-align: left;
	margin-bottom: 30px;
}

.features p{
	line-height: 1.5em;
	font-size: 1em;
}

.title{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}

.features-list{
	list-style: none; 
}

.features-list li{
	position: relative;
	padding-left: 1.1em;
    line-height: 1.5em;
    margin-bottom: 4px;
    font-size: 1.1em;
}

.features-list li::before{
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}

.attention-list{
	list-style: none; 
	margin-top: 10px;
}

.attention-list li{
	position: relative;
	padding-left: 1.1em;
    line-height: 1.5em;
    margin-bottom: 4px;
    font-size: 1.1em;
}

.attention-list li::before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.features a{
	color: #EB312F;
	text-decoration: underline;
	cursor: pointer;
}

.features-note{
    display: inline;
}

.break-text{
    display: inline;
}

@media screen and (max-width: 768px){
    .features-list li{
        line-height: 1.2em;
    }

    .attention-list li{
        line-height: 1.2em;
    }

    .break-text{
        display: block;
        line-height: 1.1em;
        margin-bottom: 2px;
    }
}

/*商品特長 コーディング ここまで*/

/*商品仕様 コーディング*/
.specification{
	width: 90%;
    border-collapse: collapse;
    table-layout: fixed;
}

.specification table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	line-height: 1.5em;
}

.specification td {
	border: 2px solid #dbdbdb;
	padding: 8px;
	vertical-align: middle;
}

.specification td:first-child{
    background-color: #f0f0f0;
    font-weight: bold;
	width: 30%;
}

.sp-only{
    display: none;
}

.note{
    display: inline;
}

.price{
	display: inline;
    font-size: 0.85em;
    color: #666;
    margin-left: 4px;
}

@media screen and (max-width: 768px){
	.specification table {
		line-height: 1.3em;
	}

	.specification td:first-child{
		width: 50%;
	}

    .sp-only{
        display: inline;
    }

    .note{
        display: block;
        margin-bottom: 1px;
		font-size: 0.8em;
    }

	.price{
		display: block;
        margin-left: 0;
        margin-top: 2px;
        font-size: 0.8em;
	}
}
/*商品仕様 コーディング ここまで*/


/*オプション コーディング*/
.option{
	margin: 50px auto 0;
	margin-top: 50px;
	width: 90%;
    border-collapse: collapse;
    table-layout: fixed;
}

.option-title{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.option .specification{
	width: 100%;
}

/*オプション コーディング ここまで*/

/*シリーズリンク コーディング*/
.series-link{
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	width: 60%;
	font-size: 1.3em;
	font-weight: bold;
}

.series-link a{
color: #FFFFFF;
}


.series-link[data-series="se"] {
	background-color: #EC7B48;
}

.series-link[data-series="sa"] {
	background-color: #81C04F;
}

.series-link[data-series="sa-b"] {
	background-color: #617287;
}

.series-link[data-series="sb"] {
	background-color: #3d45d2;
}

.series-link[data-series="zm"] {
	background-color: #329234;
}

.series-link[data-series="rs"] {
	background-color: #535B28;
}

.series-link[data-series="sgr"] {
	background-color: #872ABD;
}

.series-link[data-series="ak"] {
	background-color: #EB312F;
}

.series-link[data-series="rw"] {
	background-color: #556AFB;
}

.series-link[data-series="rwt"] {
	background-color: #27CED4;
}

@media screen and (max-width: 768px){
.series-link{
	padding: 20px;
	width: 90%;
}
}

/*シリーズリンク コーディング ここまで*/