﻿@charset "UTF-8";

html {
  scroll-padding-top: 60px;/*スムーススクロールのずれを解消*/
}

body {
	background: #fff;
  color: #333745;
}

small{
  font-size: 80%;
}

section img{
  width: 100%;
  height: auto;
}

/* 更新日付 */
.update_time {
	width: 100%;
	font-size: 12px;
	color: #888;
	cursor: text;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 15px;
}
@media screen and (max-width:767px) {
	.update_time {
		width: 100%;
		text-align: left;
	}
}

.column-page{
  width: 95%;
  max-width: 1000px;
  font-size: 16px;
  margin: 0 auto;
}

.column-page h1{
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding-left: 2px;
}

.column-page h2{
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: solid 5px #00709B;
  margin: 60px 0 20px 0;
  padding-left: 8px;
}

.column-page h3{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 31px;
  /* height: 30px; */
  padding-left: 10px;
  margin: 40px 0 10px 0;
  border-left: solid 10px #00709B;
}

.column-page h4{
  font-size: 1em;
  font-weight: bold;
  border-bottom: solid 1px #999999;
  margin: 30px 0 10px 0;
  padding-left: 10px;
}

p{
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 8px;
}

ul.index_list{
  margin: 20px 0;
  padding: 15px;
  list-style: none;
  background-color: #EFF3F1;
}

ul.index_list li{
  font-size: 14px;
  margin: 10px 0 5px 10px;
  color: #333745;
}

ul.index_list li.index{
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px;
  margin-bottom: 20px;
}

ul.index_list li.link_h2{
  font-weight: bold;
}

ul.index_list li.link_h3{
  margin-left: 1em;
}

ul.con_list{
  margin: 20px 0;
  padding: 15px;
  list-style: disc;
  background-color: #EFF3F1;
}

ul.con_list li{
  margin: 10px 0 5px 20px;
  font-size: 14px;
  /* font-weight: bold; */
  color: #333745;
}

.article-insert{
  border: solid 1px #999999;
  box-sizing: border-box;
  width: 49.7%;
  margin-top: 10px;
  display: inline-flex;
  justify-content: space-between;
}

.article-insert a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
}

.article-insert a .article-insert_L{
  width: 45%;
  padding: 10px;
}

.article-insert a .article-insert_L img{
  width: 100%;
  height: auto;
}

.article-insert a .article-insert_R{
  width: 55%;
}

.article-insert a .article-insert_R p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 10px 10px 0;
}

@media screen and (max-width:767px) {
  .article-insert{
    border: solid 1px #999999;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    display: block;
  }
  
  .article-insert a{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #333333;
  }
  
  .article-insert a .article-insert_L{
    width: 45%;
    padding: 10px;
  }
  
  .article-insert a .article-insert_L img{
    width: 100%;
    height: auto;
  }
  
  .article-insert a .article-insert_R{
    width: 55%;
  }
  
  .article-insert a .article-insert_R p{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 10px 10px 0;
  }
}

/*追加*/
ul.ul_txt_box{
	background-color: #f7f7f7;
    padding: 10px;
    padding-inline-start: revert-layer;text-align: left;
    color: #333333;
	display: inline-block;
}

ul.ul_txt_box li{
	padding: 10px 0;
	line-height: 1.5;
}

.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}

/* スマホの時だけ改行させるクラス */
.br-sp {
    display: none;
}
@media (max-width: 767px) {
    .br-sp {
        display: block;
    }
}

/* スマホの時だけフォントを少し小さく */
@media (max-width: 767px) {
    .smalltxt_sp {
        font-size:1.1em;
    }
}

/* PCの時だけフォントを少し小さく */
@media (min-width: 768px) {
    .smalltxt_pc {
        font-size:0.8em;
    }
}

.qa_box{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 6px;
	margin: 0 10px;
	border-radius: 5px;
}

.container-flex .pc3-sp2 {
	-ms-flex-basis: calc(33.33% - 20px);
	-webkit-flex-basis: calc(33.33% - 20px);
	flex-basis: calc(33.33% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
  border: solid 1px #999999;
  padding: 10px;
}
@media screen and (max-width:767px) {
	.container-flex .pc3-sp2 {
	-ms-flex-basis: calc(100% / 2 - 16px);
	-webkit-flex-basis: calc(100% / 2 - 16px);
	flex-basis: calc(100% / 2 - 16px);
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
}
}
.container-flex .pc3-sp1 {
	-ms-flex-basis: calc(33.33% - 20px);
	-webkit-flex-basis: calc(33.33% - 20px);
	flex-basis: calc(33.33% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.container-flex .pc3-sp1 {
	-ms-flex-basis: 96%;
	-webkit-flex-basis: 96%;
	flex-basis: 96%;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 35px;
}
}
.container-flex .pc6-sp3 {
	-ms-flex-basis: calc(16.66% - 20px);
	-webkit-flex-basis: calc(16.66% - 20px);
	flex-basis: calc(16.66% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.container-flex .pc6-sp3 {
	-ms-flex-basis: calc(33.33% - 10px);
	-webkit-flex-basis: calc(33.33% - 10px);
	flex-basis: calc(33.33% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}
}

.item a{
  display: grid;
}
.item a:hover{
  text-decoration: none !important;
}
p.brand {
	margin:10px auto 0px;
	font-size:10px;
	font-weight:bold;
  color: #666666 !important;
}
@media screen and (max-width:767px) {
  p.brand {
		font-size: 12px;
	}
}
.itemname {
	margin:5px 0;
	font-size:16px;
	font-weight:bold;
	color:#333745;
  line-height: 1.2;
}
.itemprice {
		margin: 10px 0 0 0;
		text-align: center;
		font-size: 24px;
		color: #333745;
}
.rec-mark{
  background-color:#333333;
	padding:6px 10px 5px 15px;
	color:white;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .rec-mark {
		font-size: 12px;
	}
}