/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
list
===========================*/

ul.check li {
	padding: 0 0 0.5em 2em !important;
}

ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
}
ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
ul.nb_circle2 li {
	float: left;
	width: 44%;
	padding: 0 0 0.3em 1.8em;
	margin: 0 1%;
	border-bottom: none;
}
ul.nb_circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.nb_circle, ul.nb_circle2, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 40%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 2% 0.5em;
	border-bottom: 1px dashed #CCC;
}
ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
	float: left;
	width: 30%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.point2 li{
	background: #C93232;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}

ul.point4 li{
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	background: #ce917b;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	float: left;
	width: 23%;
}

@media only screen and (max-width: 600px) {
ul.point4 li{
	float: none;
	width: 100%;
	box-sizing: border-box;	
	}
	
ul.li_pdf {
	position: relative;
}

ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}

ul.li_pdf2 {
	position: relative;
}

ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ee8800;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
}
}

 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em; 
	width: 90%;
}
ul.circle5 li {
	width: 90%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

}

/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	text-align: center;
	vertical-align:middle;
	background-color: #fcf2e3;
	color:#333;
	border:1px #ccc solid;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table.table-various1 td.td_right {
	text-align:right;
}
.inquiry table {
	border: none;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}

 @media only screen and (max-width: 768px) {
table {
	border-top: 1px #ccc solid;
}
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

}
/*===========================
others
===========================*/

h4.various1 {
	font-size: 1.2em;
	padding: .5em .75em;
	background-color: #d7e8da;
	margin-bottom: 1em;
}



/* テキスト */

.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-center-sp {
	text-align: left;
}
.tx-right {
	text-align:right;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #E6604E;
}

@media screen and (max-width: 600px) {
.catchcopy {
	font-size: 1.2rem;
	line-height:1.2em;
}
}
.catchcopy2 {
	font-size:1.3rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #333;
}

.orange {
	color:#d58400;
}

@media screen and (max-width: 768px) {
.tx-center-sp {
	text-align: center;
}
}

/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 48%;
	border: 3px solid #D7A694;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
	box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
	
.Boxwrap .box {
	width: 100%;
	border: 3px solid #D7A694;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;

}

}
.Boxwrap .no-border {
	border: none;
}
.Boxwrap .first {
	margin-left: 0 !important;
}
.Boxwrap .box h3 {
	font-size: 1.4em;
	border-bottom: none;
	border-top:none;
	padding: 0;
}

.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.card {
	background-color: #eee;
	padding: 1em;
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
.card {
	width: 100%;
	box-sizing: border-box;
}
}

/* ボタン */

/* リンクあり */
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: .2em 1em;
	background: #e89a1a;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #edae48;
}

@media only screen and (max-width: 768px) {
.btn2 a {
	display:inline-block;
	margin-bottom:10px;
}
}

/* リンクなし */
.btn3{
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: .2em 1em;
	background: #e89a1a;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

/* hover */

.img_hover {
	background-color:#ffffff;
	display:block;
}
.img_hover img:hover, .img_hover a:hover {
	cursor:pointer;
	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 */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* SNS */

ul.sns li {
	display: inline-block;
	vertical-align:top;
	margin: 0 5px;
}


.img_float {
	float: right;
	margin: 0 0px 8px 20px;
}

@media only screen and (max-width: 420px) {
	.img_float {
	float: none;
	margin: 0 auto 20px auto;
	text-align:center;
}
}

/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}

/*----------------------------
variable grid
-----------------------------*/

.one_half2, .one_third2, .one_quarter2 {
	display: inline;
	float: left;
	margin: 0 0 0 5%;
	list-style: none;
}
.one_half2:first-child, .one_third2:first-child, .one_quarter2:first-child {
	margin-left: 0;
}

.one_half2 {
	width: 47.5%;
}

.one_third2 {
	width: 30%;
}
.one_quarter2 {
	width: 21.25%;
}

@media screen and (max-width: 500px) {
.one_half2, .one_third2, .one_quarter2 {
	width: 100%;
	margin: 0 0 3em 0;
}
}

.add{
	vertical-align:3px;
}
/*******************************
width
*******************************/

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.w80,.w70,.w60,.w50,.w40{
	width: auto;
	margin:auto;
}
}

/*----------------------------
レスポ化対応
-----------------------------*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}



/*===========================
onOff
===========================*/

.pcOFFtabletON
 {
	display:none !important;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none !important;
}

.pcOFFtabletONspOFF {
	display:none !important;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center !important;
}

.txtPCLeftSPcenter {
	text-align:left !important;
}


.txtPCcenterTabletLeft {
	text-align:center !important;
}


/* table */

.nowrap {
	white-space: nowrap;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdCenter {
	text-align:center;
	vertical-align:middle;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}





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

/*===========================
onOff
===========================*/


.pcONtabletOFF {
	display:none !important;
}

.pcOFFtabletON {
	display:block !important;
}

.pcOFFtabletONspOFF {
	display:block !important;
}

.pcONtabletOFFspON {
	display:none !important;
}


.txtPCcenterTabletLeft {
	text-align:left !important;
}



.tdW50p , .tdW40p , .tdW30p, .tdW20p {
	width:100% !important;
}

/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.scroll table td {
	width:auto;
	display:table-cell;
}


}

@media only screen and (max-width: 600px) {
/*===========================
onOff
===========================*/

.pcOFFspON {
	display:block !important;
}

.pcONspOFF {
	display:none !important;
}

.pcONtabletOFFspON {
	display:block !important;
}

.pcOFFtabletONspOFF {
	display:none !important;
}


.txtPCcenterSPLeft {
	text-align:left !important;
}


.txtPCLeftSPcenter  {
	text-align:center !important;
}



}

/*//////////////////////////
add for 株式会社シャレンド
//////////////////////////*/

/* 共通 */

.w100{
	width: 100% !important;
	margin: 0 auto;
}
.w90{
	width: 90% !important;
	margin: 0 auto;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
}
.w70{
	width: 70% !important;
	margin: 0 auto;
}
.w60{
	width: 60% !important;
	margin: 0 auto;
}
.w50{
	width: 50% !important;
	margin: 0 auto;
}
.w40{
	width: 40% !important;
	margin: 0 auto;
}
.w30{
	width: 30% !important;
	margin: 0 auto;
}
.w20{
	width: 20% !important;
	margin: 0 auto;
}
.w10{
	width: 10% !important;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.w100, .w90, .w80, .w70, .w60, .w50, .w40, .w30{
	width: 100% !important;
}
}
@media screen and (max-width: 768px) {
.w20, .w10{
	width: 90% !important;
}
}
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}
}
a:hover, a img:hover{
opacity: 0.7;
}
a[href^="tel:"] {
	text-decoration: none !important;	
}
ul.sns_list li{
	display:inline-block;
	margin-right: 5px;
}
ul.sns_list li img{
	width: 46px;
	height: auto;
}
h4.headding_extra{
	text-align: center;	
}
h4.headding_extra span{
	font-size: 18px;
	font-weight: normal !important;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	margin-bottom: 20px;
}
h4.headding_extra span::before,
h4.headding_extra span::after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h4.headding_extra span::before{
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
h4.headding_extra span::after{
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
h5.headding_extra{	
}
.box_extra01{			/* single_line / no_bg */
	border: 1px solid #333;
	padding: 2em 3em;
}
.box_extra01_bg{	/* single_line / bg #fefefe */
	border: 1px solid #333;
	padding: 2em 3em;
	background-color: #fefefe;
}
.box_extra02{			/* double_line / no_bg */
}
.box_extra02_bg{	/* double_line / bg #[$] */
}
.box_extra03{			/* bold_line / border-radius / no_bg */
}
.box_extra03_bg{	/* bold_line / border-radius / bg #[$] */
}
ul.li_disc{
	margin-left: 20px;
}
ul.li_disc li{
	list-style-type: disc !important;
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
/* color */
.red {
	color:#bc2d2d;
}
.green {
	color:#3b7a28;
}
.brown {
	color:#a67435;
}
.blue {
	color:#325f99;
}
/* 追加 */

table.price_table td{
	text-align: center;
}

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

.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none !important;
}
.sp-disp {
    display:block !important; 
}

}

.wrap-h2 {
  width:96%;
  margin:1% auto 6%;
}
.wrap-h3 {
  width:98%;
  margin:1% auto 3%;
}
.wrap-h4 {
  width:98%;
  margin:0% auto 2%;
}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #3b7a28;
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_anchorlink_box .item_btn{
	width: 33.3%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.link_btn3{
	width: 100%;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn{
	width: 90%;
}
}


.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:space-between;
  align-items:start;
  flex-wrap:wrap;
  	width:100%;
}
.flex-2col-start > li{
    width: calc(50% - 30px / 2);
  margin:0% 0 0 0%;
  box-sizing:border-box;
}
.flex-2col-start > li:nth-of-type(odd){
   width: calc(50% - 30px / 2 );
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
   width: calc(50% - 30px / 2);
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(1),.flex-2col-start > li:nth-of-type(2){
  margin:0% 0 0 0%;	
}

.flex-2col-ipad {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-ipad > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-ipad > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-ipad > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}

.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:space-between;
  align-items:start;
  flex-wrap:wrap;
    box-sizing:border-box;
	width:100%;
}
.flex-3col > li{
  width: calc(33.3333% - 30px / 3);
  margin:0% 0 0 0%;
  box-sizing:border-box;

}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-4col > li{
  width:22%;
  margin:2% 0 0 0%;
}
.flex-row-reverse {
	flex-direction:row-reverse;
}

@media only screen and (max-width: 768px) {
.flex-2col-start {
  width:98%; 
}
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 2% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 2% !important;  
}
.flex-4col > li{
  width:100%;
  margin:2% 0 0 0%;
}

}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 15%;
}
dl.dl-flex dd {
  flex-basis: 85%;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
}


.product-list  {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0rem;
  box-sizing:border-box;

}
.product-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  text-align: center;
  padding: 10px;
	vertical-align: middle;
  background-color: #c8f0bb;
    box-sizing:border-box;
}

.product-list dd {
  display: flex;
  align-items: center;
  width: 70%;
  padding: 10px;
  background-color: #eff8ec;
  box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.product-list {
   
 }
}
.p-ttl {
	font-size:1.3em;
	font-weight:600;
	color:#F00;
	text-align:center;
    font-family: 'Shippori Mincho B1', serif;
	margin-bottom:20px;
}
.p-ttl02 {
	font-size:2.8em;
	font-weight:700;
	margin-bottom:2em;
	color:#333;
	text-align:center;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff;
}
.p-ttl03 {
	font-size:1.2em;
	font-weight:600;
	color:#fff;
	background: #3144ab;
	padding:0.4em;
}
.p-ttl04 {
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	color:#333;
	margin-bottom:30px;
	text-shadow: 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, -2px -2px 4px #fff;
}
.p-ttl05 {
	font-size:2.0em;
	font-weight:600;
	color:#333;
	text-align:center;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.p-ttl07 {
	font-size:2.0em;
	font-weight:600;
	color:#333;
	text-align:center;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.p-ttl08 {
	font-size:2.8em;
	font-weight:600;
	color:#fff;
		letter-spacing:0.2em;
	text-shadow: 2px 2px 10px #333, -2px 2px 10px #333, 2px -2px 10px #333, -2px -2px 10px #333;
	text-align:center;
		font-family: 'Noto Sans Japanese', sans-serif;
		 font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	font-size:1.1em;
	letter-spacing:0.1em;
	line-height:1.4;
	margin-bottom:10px;
}
.p-ttl02 {
	font-size:1.2em;
	text-align:center;
}	
.p-ttl03 {
	margin-top:20px;
}
.p-ttl03.ttl-first {
	margin-top:0px;
}
.p-ttl04 {
	font-size:1.2em;
	margin-bottom:30px;
}
.p-ttl05 {
	font-size:1.4em;
	text-align: left;
	    margin: 0 0 0px;
}
.p-ttl07 {
	font-size:1.4em;
	margin: 0 0 0px;
}
.p-ttl08  {
	font-size:1.2em;
	letter-spacing:0.1em;
	text-align:center;
	text-shadow: 2px 2px 5px #333, -2px 2px 5px #333, 2px -2px 5px #333, -2px -2px 5px #333;
}
}
.img-frame,.img-frame-leather,.img-frame-kh,.img-frame-strap,.img-frame-rv,.img-frame-fp {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
	box-shadow: 0px 0px 15px -9px #c0bfbf;
    border-radius: 10px;
}
.img-frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "Name";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: -2px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.img-frame-leather:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "Leather";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: 0px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.img-frame-kh:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "Key ring";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: 0px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.img-frame-strap:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "Strap";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: 0px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.img-frame-rv:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "Reversible";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: 0px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.img-frame-fp:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "footprint";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	right: -30px;
	top: 0px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.list-img {
    padding: 12px;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    margin: 0px auto 20px;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: block;
	background-color:#f2f2f2;
}
.list-img img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 96%;
    height: 96%;
    object-fit: cover;
} 
.frame-photo {
	padding: 2px;
	background-color:#f5f5f6;
	border:1px solid #eaeaea;    
}


.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
	border:0px solid #979797;
}
.box-ttl {
	text-align:center !important;
	background:#fbf7ec;
	border-bottom:1px solid #979797;
	font-size:120%;
	font-weight: 700;
	padding:0.6em;
	color:#333;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
	text-shadow:0 0 0px #fff;
}
h3.box-ttl:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 0%;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0em 0em 0em;
	box-sizing:border-box;
	background: #fcfaf5;

}
.box-cnt {
	background: #fcfaf5;

}
.box-cnt-001 {
	padding:2em 1.6em 1.6em;
	box-sizing:border-box;
	
}
@media only screen and (max-width: 768px) {
.img-frame:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}

.img-frame-leather:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}
.img-frame-kh:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}
.img-frame-strap:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}
.img-frame-rv:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}
.img-frame-fp:after {
	content: "";
	position: static;
	z-index: 1;
	content: "";
	width: 0px;
	height: 0px;
	right: 0px;
	top: 0px;
	background:#white;
	padding:0px;
}

.box-wrap div.box-cnt {
	padding:0em 0em 0em;
	box-sizing:border-box;
}
.box-ttl {
	font-size:110% !important;
	padding:0.8em !important;
	margin-bottom:20px !important;
}
.box-cnt-001 {
	padding:0.2em 0.2em 0.2em;
	box-sizing:border-box;
	
}
.h3-ttl {
	font-size:110% !important;
	padding:0.8em !important;
}
}
/*===========================
anchor
===========================*/


@media only screen and (max-width: 768px) {
#anchor02,#anchor03 {
	display: block;
	margin-top:-55px;
	padding-top:55px;
}
#anchor04,#anchor05 {
	display: block;
	margin-top:-25px;
	padding-top:25px;
}
}

/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center !important;
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
ol.num_order li {
    padding: 5px 0 10px 0;
    list-style-type: decimal;
	line-height: 1.6;
}
ol.num_order li::marker {
	font-weight: 800;
}
ol.num_order li span {
	font-size:1.1em;
	font-weight: 600;
}
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.h3-ttl {
	font-weight:700;
    font-size:120% !;
	margin-bottom:20px !important;
}
