@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

/* ====================================
	グローバル：リセットスタイル
 ==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
}
p,
figure {
	margin: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
hr {
	margin: 0;
	border: none;
	border-top: solid 1px #bfbfbf;
}
:focus {
	outline: none;
}
/* ====================================
	グローバル：ベーススタイル
 ==================================== */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* h1タグ置き換え調整 */
.template-font-normal {
	font-weight: 300;
}

/* ====================================
量販EC組み込みページ専用スタイル 22/07作成
===================================== */
/*SHARPロゴ　非表示設定*/

header{
display: none!important;
}
header ul {
    display: flex;
    list-style-type: none;
    width: 100%;
}
div.frame{
margin-top: 20px;
}
section{
    margin-bottom: 70px;
}
section:last-of-type{
    margin-bottom: 0;
}
.base-width {
    padding-left: 1%;
    padding-right: 1%;
}
body{
overflow-x: hidden;
}
.mainvisual{
    margin-bottom: 50px;
}
.mainvisual img{
	display: block;
	width: 100%;
	height: auto;
}
.frame {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}
body {
    font-family: 'Noto Sans JP';
    margin: 0;
    padding:0;
    font-size:18px;
    font-weight: 400;
}
body p{
    font-size: 16px;
}
.pc { display:inline;}
.sp { display:none;}
.maincontents{text-align: center;}
.content {text-align: center;}
.left{text-align: left;
}

/*menu*/
.menuline {
    text-align: left;
    color: #000;
    padding-left: 10px;
    border-left: solid 8px #173884;
}

/*画像*/
img {
    width: 100%;
    height: auto;
	}

/*テキスト*/
.text-container{
	margin: 15px 0;
    width: 97%;
}
p.lead{
	margin: 10px 0 15px;
}
/*区切り線*/
hr.separation{
	margin: 30px 0;
}

/*注釈関連*/
/*ブルーの上付き文字*/
sup{
	top:-0.5em;
	color:#00a0e9;
	position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
/*注釈説明エリア*/
.note-area{
margin-left: 0;
}
p.note{
font-size: 60%;
text-align: left;
}
/*注釈説明エリアで※をブルーにするときspanで囲む*/
.note span{
	color: #00a0e9;
}
/*リスト*/
ul.disc li:BEFORE {
    /* リスト（●） */
    content: "\25cf";
    margin-right: 0.5em;
}

/*特長 サブ画像エリア*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 20px 0 30px;
}

.item-feature{
    box-sizing: border-box;
    margin: 15px 0;
    width: 30%;
}

.item-feature p{
    padding-top: 10px;;
    font-weight: 400;
    text-align: left;
}
.item-feature.border img{
    border: 1px solid #c0c0c0;
}
.item-feature.border video{
    border: 1px solid #c0c0c0;
}
.flex-container::after{
  content:"";
  display: block;
  width:63%;
}
/*付属品 リスト*/
#option ul{
    list-style: disc;
    margin: 20px 40px;
        
}
/*----------------スマホ-----------------*/
@media screen and (max-width: 768px) {
.pc {display: none;}
.sp{display: block;}

.base-width-sp,
.base-width {
    padding-left: 3%;
    padding-right: 3%;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
.flex-container {
    flex-direction: column;
}
video {
    width: 100%;
    height: 100%;
}

/*個別*/
body p {
    font-size: 75%;
}
div.frame{
    margin-top: 0;
}
p.note{
    width: 100%;
}
.text-container{
    padding: 0;
    }
.text-container .textleft{
    width: 100%;
    }
.item-feature{
    width: 100%;
    }
.youtube iframe{
    left: 0;
}
}
/* ====================================
量販EC組み込みページ専用スタイル ここまで
===================================== */
