@charset "utf-8";
/* CSS Document */

.contents {
	font-family:"メイリオ",Meiryo, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Droid Sans', 'sans-serif';
}

.fx-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-wrap-2 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}

.fx-wrap > li {
  padding-bottom: 25px;
}
.fx-wrap li.pdb01 {
  padding-bottom: 40px;
}


/* font ---------- */

/*p,li,figcaption {font-size: 14px;line-height: 1.72;}*/
.tx-fss {font-size: 12px;line-height: 1.8 !important;}
/*.tx-fss {font-size: 12px;line-height: 1.6 !important;}*/
.tx-fs {font-size: 14px;line-height: 1.72;}
.tx-fs1 {font-size: 16px;line-height: 1.63 !important;}
.tx-fs2 {font-size: 18px;line-height: 1.55;}
.tx-fs3 {font-size: 20px;line-height: 1.5;}
.tx-fs4 {font-size: 22px;line-height: 1.45;}
.tx-fs5 {font-size: 24px;line-height: 1.4;}
.tx-fs6 {font-size: 26px;line-height: 1.38;}
.tx-fs7 {font-size: 28px;line-height: 1.36;}
.tx-fs8 {font-size: 20px;line-height: 1.5;}


/* margin padding ---------- */

.mgn_t5 {margin-top:5px;}

.mgn_b10 {margin-bottom:10px;}
.mgn_b20 {margin-bottom:20px;}
.mgn_b30 {margin-bottom:30px;}
.mgn_b40 {margin-bottom:40px;}
.mgn_b50 {margin-bottom:50px;}
.mgn_b60 {margin-bottom:60px;}
.mgn_b70 {margin-bottom:70px;}
.mgn_b80 {margin-bottom:80px;}
.mgn_b90 {margin-bottom:90px;}
.mgn_b100 {margin-bottom:100px;}
.mgn_b110 {margin-bottom:110px;}
.mgn_b120 {margin-bottom:120px;}

.pdg_b5 {padding-bottom:5px;}
.pdg_b10 {padding-bottom:10px;}
.pdg_b15 {padding-bottom:15px;}
.pdg_b20 {padding-bottom:20px;}
.pdg_b30 {padding-bottom:30px;}
.pdg_b40 {padding-bottom:40px;}
.pdg_b50 {padding-bottom:50px;}
.pdg_b60 {padding-bottom:60px;}
.pdg_b70 {padding-bottom:70px;}
.pdg_b80 {padding-bottom:80px;}
.pdg_b90 {padding-bottom:90px;}
.pdg_b100 {padding-bottom:100px;}
.pdg_b110 {padding-bottom:110px;}
.pdg_b120 {padding-bottom:120px;}

.pdg_t5 {padding-top:5px;}
.pdg_t10 {padding-top:10px;}
.pdg_t20 {padding-top:20px;}
.pdg_t30 {padding-top:30px;}
.pdg_t40 {padding-top:40px;}
.pdg_t50 {padding-top:50px;}
.pdg_t60 {padding-top:60px;}


/* text ---------- */

.tx-fw-b {
  font-weight: bold;
}
.tx-fw-n {
  font-weight: normal;
}
.tx-fw-bc {
  font-weight: bold;
  text-align: center;
}
.tx-aln-l {
  text-align: left;
}
.tx-clr {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.tx-clr-re {
  color: #a5001e;
}
.tx-re-bc {
  color: #a5001e;
  font-weight: bold;
}
.tx-ora-bc {
  color: #fabe00;
  font-weight: bold;
  margin-bottom: 7px;
}
a.lnk-udline {
  text-decoration: underline;
  font-weight: bold;
}
a.lnk-udline2 {
  text-decoration: underline;
}
.i-mgn-r {
  margin-right: 5px;
}
.ps-t {
  font-size: 7px;
  vertical-align: text-top;
}


/* button ---------- */

.sec_btnwp {
  text-align: center;
}
a.sec_btn {
  text-align: center;
  display: block;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color:#292E3B;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.55;
}
a.sec_btn.lst {
  padding: 23px 10px;
}
a.sec_btn.top {
  padding: 22px 10px !important;
}
a.sec_btn .txt-t {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.chev-rb:before {
	font-family: FontAwesome;
	content:'\f138';
  color: #fff;
	font-weight:normal;
	margin-right:5px;
}
.bt-chev-cra:after { /* ○> */
	font-family: FontAwesome;
	content:'\f138';
  color: #fff;
	font-weight:normal;
	margin-left:5px;
}
.chev-ccd:after { /* ○v */
	font-family: FontAwesome;
	content:'\f13a';
  color: #fff;
	font-weight:normal;
	margin-left:5px;
}
.chev-cr:after { /* > */
	font-family: FontAwesome;
	content:'\f054';
  /*color: #fff;*/
	font-weight:normal;
	margin-left:5px;
}
a.sec_btn_sld {
  text-align: center;
  display: block;
  border:3px solid #292929;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #292929;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 18px;
}
.btn-txt {
  font-size: 14px;
  font-weight: normal;
}
/*.chev-ri-a {
  position: relative;
}*/
.chev-ri-a:after {
	font-family: FontAwesome;
	content:'\f054';
  color: #292929;
	font-weight:normal;
	margin-left:5px;
}
.btn-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
.btn-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.btn-inner .icn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 20px;
  width: auto;
}
.btn-inner .icn2 {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.btn-inner .icn2 img {
  vertical-align: middle;
}
.btn-inner .txt {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.btn-inner .lnk-txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  color: #292E3B;
}
.btn-inner .lnk-txt span {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.btn-inner .lnk-txt span b {
  font-size: 14px;
}
.btn-inner .chev-r {
  position: relative;
}
.btn-inner .chev-r:after {
  font-family: FontAwesome;
  content: '\f054';
  margin-left: 5px;
  position: absolute;
  right: -35px;
  top: 25%;
}

.rad_btn_bro {
text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.rad_btn_bro a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #BC8E60;
  padding: 12px 30px;
  border-radius: 30px;
  width: 100%;
}


/* icn ------------ */

.icn-chev-crb { /* ●> */
  display: block;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
.icn-chev-crb:before {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.icn-chev-cra { /* ●> */
  display: block;
  padding-top: 5px;
  font-weight: bold;
}
.icn-chev-cra:after {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-left: 5px;
}
.icn-chev-bdw { /* ●v */
  display: block;
  padding-top: 5px;
  font-weight: bold;
}
.icn-chev-bdw:after {
  font-family: FontAwesome;
  content: '\f13a';
  font-weight: normal;
  margin-left: 5px;
}
.icn-chev {
  margin-bottom: 15px;
}
.icn-chev li {
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
@media (min-width: 668px){
.icn-chev li {
	padding-bottom: 5px;
}
}
@media (max-width:667px){
.icn-chev li {
	padding-bottom: 10px;
}
}
.icn-chev li:before {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #292E3B;
}
.icn-chev li a {
	display: block;
}
.mark_double_right {
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  position: relative;
  padding-left: 12px;
}
.mark_double_right:before {
  font-family: FontAwesome;
  content: '\f101';
  /*margin-right: 5px;*/
  position: absolute;
  left: 0;
  top: 5px;
}

.cmmt-list li {
  position: relative;
  padding-left: 21px;
  line-height: 1.8;
}
.cmmt-list li:before {
  content: "※";
	position: absolute;
  left: 0;
}


/* menu ---------- */

.lo_menu {
  text-align: center;
}
.lo_menu li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.lo_menu li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 2px;
  min-height: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.63;
  flex-grow:1;
}
.lo_menu.lnk-fs li a {
  font-size: 14px;
}
.lo_menu li a span {
  display: inline-block;
  width: 100%;
}
.lo_menu li i {
  margin-left: 5px;
}
.bg-bla li a  {
  color: #fff;
  background-color:#444;
  font-weight: bold;
}
.bg-ola li a  {
  color: #444;
  background-color:#f5f0eb;
  font-weight: bold;
}
.bg-bro li a  {
  color: #fff;
  background-color:#5a4c3e;
  font-weight: bold;
}
.bd-sld li a {
  border:1px solid #292929;
}
.bd-sld1 li a {
  border:1px solid #2a2a2a;
}
.bd-sld2 li a {
  border:2px solid #2a2a2a;
}
.bd-sld3 li a {
  border:3px solid #2a2a2a;
}
.lo_menu.fs-a li a {
  font-size: 16px;
  line-height: 1.3;
}

.sec_ftr_link .box_titbar {
  font-size: 16px;
  line-height: 1.63;
}

.sec_ttlgide {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #bc8e60;
  padding: 12px 0;
  margin-bottom: 12px;
}
.sec_ttlgide i {
  color: #fff;
  margin-right: 5px;
}

a.sec_btn.btntop {
  padding: 25px 10px;
}

/* table */

.tb-dtl {
  width: 100%;
}
.tb-dtl th,
.tb-dtl td {
  border:1px solid #292929;
  text-align: center;
}
.tb-dtl th {
  background-color: #f2f2f2;
  padding: 2px 2px;
}
.tb-dtl td {
  padding: 2px 5px;
}



/* section common ---------- */

/* head */

.contents_head {
	margin-bottom: 100px;
	overflow: hidden;
}
.contents_head .title {
	padding-bottom: 20px;
}
.contents_head_block {
	display: flex;
}
@media (min-width: 668px){
.contents_head_block {
	justify-content: space-between;
	align-items: flex-end;
}
}
.contents_head h2 {
	padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  /*line-height: 1.45;
  */
}
.contents_head h2 span {
	display: block;
	font-size: 14px;
  font-weight: normal;
}
/* .head_price {
	text-align: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.head_price em {
	font-size: 30px;
  font-weight: bold;
  color: #D1563E;
  padding-right: 5px;
} */
@media (max-width:667px){
/* head */

.contents_head {
	margin-bottom: 50px;
}
.contents_head_block {
	flex-direction: column;
}
.contents_head h2 {
	width: auto;
	font-size: 22px;
}
.contents_head h2 span {
	display: block;
	font-size: 12px;
}
.head_price {
	width: auto;
}
.head_price img {
	max-width: 200px;
}
}
.head_price > div {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.head_price .icn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 0 5px;
}
.head_lead {
	clear: both;
}

#cont_hd {
	border-bottom:3px solid #fabe00;
	padding-bottom:15px;
	margin-top:30px;
	margin-bottom:45px;
}
#cont_hd .icn {
	display:inline-block;
	vertical-align:middle;
	width:60px;
	margin:0 15px;
}
#cont_hd h2 {
	display:inline-block;
	vertical-align:middle;
	width:88%;
	font-size:28px;
	line-height:1.3;
}
#cont_hd h2 span {
	display:block;
	font-size:2.0rem;
}

/* title */

.pg_title {
  text-align: center;
  font-weight: bold;
}
.pg_title i {
  margin-right:10px;
}
.sec_hd_wp,
.sec_inhd_wp {
  text-align: center;
  margin-bottom: 20px;
  color: #292E3B;
}
.sec_hd_wp .icn,
.sec_inhd_wp .icn {
  display: block;
  margin-bottom: 5px;
}
.sec_hd_wp .txt-t {
  padding-top: 5px;
}
.sec_hd_wp.hd-line {
}
.sec_hd_box {
	margin-bottom: 30px;
	text-align: center;
}
.sec_hd {
	border-bottom: 2px solid #292E3B;
	font-size: 20px;
	font-weight: bold;
	color: #292E3B;
	margin-bottom: 10px;
}
.sec_hdr {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
}
.blk_ttlbar {
  background-color: #f5f0eb;
  text-align: center;
  padding:7px 10px;
  font-weight: bold;
  margin-bottom: 30px;
}
.blk_ttlbar i {
  margin-right: 5px;
}
/*.sm-col2 .blk_ttlbar {
  padding: 15px 10px;
}*/
.blk_ttlbar.bg-gra {
  background-color: #f2f2f2;
}
.box_titbar {
  background-color: #f5f0eb;
  text-align: center;
  padding: 7px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.titbar-t {
  display: block;
  font-weight: normal;
}
.box_titbar i {
  margin-right: 5px;
}
.box_titbar.bro {
  background-color: #5a4c3e;
  color: #fff;
}
.sec_ttlarw {
  text-align: center;
}
.sec_ttlbar_bro {
  color: #fff;
  background-color: #5a4c3e;
  padding: 13px 60px;
  position:relative;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.sec_ttlbar_ora {
color: #444;
background-color: #f5f0eb;
padding: 12px 10px;
position: relative;
margin-bottom: 30px;
font-weight: bold;
text-align: center;
}
.sec_ttlbar_t {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
.arw_bro_b:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #5a4c3e;
	position: absolute;
	left: 50%;
	bottom: -20px;
}
.sec_ttlarw > div {
  display: inline-block;
  color: #fff;
  background-color: #5a4c3e;
  padding: 15px 60px;
  position:relative;
  margin-bottom: 35px;
  font-weight: bold;
}
.sec_ttlarw > div:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #5a4c3e;
	position: absolute;
	left: 50%;
	bottom: -20px;
}
.sec_ttlarw h3 {
  font-size: 18px;
  line-height: 1.55;
}
.sec_ttlrou {
  text-align: center;
  margin-bottom: 20px;
}
.sec_ttlrou > div {
  /*display: inline-block;
  padding: 5px 60px;*/
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: bold;
  background: #444;
  padding: 5px 10px;
  border-radius:20px;
  max-width: 320px;
  margin: 0 auto;
}
.ttl_dline {
  background: url(https://www.diy-shop.jp/base/img/common/bg_stripe_gray.gif) repeat;
  margin-bottom: 10px;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.3;
  width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.ttl_dline span {
  display: table-cell;
  vertical-align: middle;
  color: #292E3B;
}
.ttl_dline span span {
	display:block;
	font-size:1.4rem;
	font-weight:normal;
}
.ttl_dline span span.side {
	display: inline-block;
	font-size:1.4rem;
	font-weight:normal;
}
.ttl_dline span span.fBold {
	font-weight: bold;
}
.sec_ttl_bln {
	text-align:center;
}
.sec_ttl_bln .inner {
	max-width:550px;
	margin:0 auto;
	text-align:center;
	border:5px solid #f2f2f2;
	padding:12px 20px 12px;
	position:relative;
	margin-bottom:40px;
}
.sec_ttl_bln .inner:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #f2f2f2;
	position: absolute;
	left: 50%;
	bottom: -28px;
}
.sec_ttl_bln.wd-s .inner {
  max-width:none;
  display: inline-block;
  padding: 12px 50px;
}
.sec_ttl_bln span {
	display:block;
}
.sec_ttl_bln .icn {
	margin-bottom:5px;
}
.sec_ttl_bln.ora .inner {
	width:auto;
	border:5px solid #fabe00;
	background:#fabe00;
	padding:10px 60px 10px;
	display:inline-block;
}
.sec_ttl_bln.ora .tit {
	color:#fff;
}
.sec_ttl_bln.bln-ora .inner {
  max-width:540px;
	border:5px solid #f5f0eb;
	background-color: #f5f0eb;
}
.sec_ttl_bln.bln-ora .inner:before {
	border-top: 15px solid #f5f0eb;
}
.sec_ttl_bln.bln-bro .inner {
  max-width:540px;
	border:5px solid #5a4c3e;
	background-color: #5a4c3e;
  color: #fff;
}
.sec_ttl_bln.bln-bro .inner:before {
	border-top: 15px solid #5a4c3e;
}
.sec_ttl_bln.bln-bro h3 {
  color: #fff;
}
.box-inr {
  display: table !important;
  width: 100%;
}
.box-inr .inr {
  display: table-cell;
  vertical-align: middle;
}



.sec_ttl_lin {
	margin-bottom: 30px;
	text-align: center;
}
.sec_ttl_lin h4 {
	color: #fabe00;
	border-bottom: 2px solid #fabe00;
	font-size: 20px;
  line-height:1.5;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.sec_ttl_lin span {
	display: block;
}
.sec_ttl_linb {
	border-bottom: 1px solid #292929;
	font-size: 16px;
	padding-bottom: 5px;
  text-align: center;
}


/* box */

.sec_fm_gra {
  background-color: #f2f2f2;
  padding: 30px;
}
.sec_fm_ora {
  background-color: #f5f0eb;
  padding: 40px 30px 10px;
  margin-bottom: 110px;
}
.fm-arw {
  position:relative;
}
.fm-arw:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 9px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -21px;
}
.sec_fm_ora.fm-arw:before {
  border-top: 18px solid #f5f0eb;
}
.sec_fmbdr {
  padding: 35px 30px 10px;
}
.fm-pd-b {
  padding: 40px 100px 40px;
}
.fm-pd-b3 {
  padding: 50px 50px 40px;
}
.fm_sld_gra {
  border:5px solid #f2f2f2;
}
.fm_sld_gra.bgc_gra {
	background-color: #f2f2f2;
}

.fm_sld_red5 {
  border:5px solid #a5001e;
}
.fm_sld_red4 {
  border:3px solid #a5001e;
}
.fm_sld_red3 {
  border:3px solid #a5001e;
}

.fm-col2 .img {
  text-align: center;
}
.blk_ctr {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.blk_ctr1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blk_ctr2 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.blk_ctr3 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}




/* list */
.diy-list {
  overflow: hidden;
}
.diy-list li {
  width: 43%;
  float: left;
  padding: 0 5px 0 0;
}
.diy-list li:nth-child(2n) {
  width: 57%;
}
.list-col2 {
  overflow: hidden;
}
.list-col2 li {
  float: left;
  width: 50%;
  padding-right: 10px;
}


/* column  */

.col-box {
border: 5px solid #f2f2f2;
padding: 15px 15px 5px;
}
.col-img {
  text-align: center;
  margin-bottom: 7px;
}
.col-bnr {
  padding-bottom: 5px;
}
.col-bnr img {
	padding-bottom: 5px;
}
.col-ttl2 {
  font-size: 20px;
  line-height: 1.5;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
}
.col-ttl3 {
  font-size: 18px;
  line-height: 1.55;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.col-ttl4 {
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
}
.col-ttl5 {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.col2-ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.col-ttl-t {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.col-ttl-t > span {
  display: table-cell;
  vertical-align: middle;
}
.col2-ttl.fs-s {
  font-size: 18px;
  line-height: 1.55;
  font-weight: bold;
}
.col-fs {
  font-size: 12px;
  line-height: 1.6 !important;
}
.col-price {
  text-align: right;
  margin-bottom: 12px;
}
.col-price em {
  font-size: 18px;
  line-height: 1.55;
  color: #a5001e;
}
.col-price.pce-rg {
  font-size: 16px;
}
.col-price .fs-rg {
  font-size: 28px;
  line-height: 1.36;
}
.col-price2 {
  text-align: right;
  margin-bottom: 12px;
  font-size: 12px;
}
.col-price2 em {
  font-size: 22px;
  line-height: 1.45;
  color: #a5001e;
}
.col-merit {
  background-color: #f5f0eb;
  padding: 6px 2px 2px 6px;
  margin-bottom: 15px;
}
.col-merit span {
  display: inline-block;
  /*text-align: center;*/
  background: #fff;
  font-size: 14px;
  line-height: 1.72;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
}
.col-merit.mrt-s span {
  font-size: 12px;
}
.col-item {
  text-align: left;
  padding-bottom: 10px;
}
.col-item img {
  vertical-align: top !important;
}
.col-box .col-item {
  padding-bottom: 18px;
}
.col-detail {
  background-color: #f5f0eb;
  text-align: center;
  display: table;
  width: 100%;
}
.col-detail > div {
  font-size: 14px;
  line-height: 1.72;
  padding: 6px;
  display: table-cell;
  vertical-align: middle;
}
.fx-wrap .sec_btn {
  width: 100%;
  padding: 12px 10px;
}
.col-btn {
  text-align: center;
  color: #fff;
  background-color:#444;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.63;
}
a:hover .col-btn,
a:focus .col-btn {
opacity: 0.6;
transition: .5s;
}


.clm-fx1 {
  /*flex-grow: 1;display: block;*/
}
.lst-el {
  margin-top: auto;
}
.col-box {
  flex-grow: 1;
}


/* section */

.lo_menu li .fs {
  font-size: 16px;
}
.col-price .fs-ss {
  font-size: 14px;
}
.btn-inner2 {
  position: relative;
  height: 72px;
}
.btn-inner2:after {
  font-family: FontAwesome;
  content: '\f138';
  margin-left: 5px;
  position: absolute;
  right: 10px;
}

.more-list .list-tt {
  background:none;
  font-size: 18px;
}
.more-list .list-tt i,
.more-list .list-tt img {
  margin-right: 5px;
}




@media (min-width: 668px){

.sp_on {
  display: none;
}
.fx-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fx-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/* box */

.movie-wrap {
  max-width: 502px;
  margin: 0 auto;
  /*margin: 25px auto 25px;*/
}


/* section */

.tx-aln-b {
  min-height: 75px;
}





}

@media (max-width:667px){

.pc_on {
  display: none;
}
.sp_on {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fx-box-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.sm-col2 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.sm-col3 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.sm-col4 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.sm-col5 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}


/* margin padding ---------- */

.pdg_b80,
.pdg_b90,
.pdg_b100 {
  padding-bottom:70px;
}



/* font ---------- */

.tx-fs3 {font-size: 20px;line-height: 1.63;}
.tx-fs4 {font-size: 18px;line-height: 1.55;}
.tx-fs5 {font-size: 20px;line-height: 1.5;}
.tx-fs6 {font-size: 20px;line-height: 1.5;}
.tx-fs7 {font-size: 22px;line-height: 1.45;}
.tx-fs8 {font-size: 18px;line-height: 1.5;}



/* section common ---------- */

/* head */

#cont_hd {
	margin-bottom:30px;
}
#cont_hd h2 {
	max-width:66%;
	font-size:22px;
  line-height: 1.45;
}
#cont_hd h2 span {
	font-size:16px;
  line-height: 1.63;
}


/* title */

.sec_hd {
  font-size: 16px;
  line-height: 1.63;
}
.sec_hdr {
  font-size: 18px;
  line-height: 1.55;
}

.sec_ttl_bln {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.sec_ttl_lin h4 {
	font-size: 16px;
  line-height: 1.63;
}



/* box */

.sec_fm_gra {
  padding: 20px;
}
.sec_fm_ora {
  padding: 30px 20px 5px;
}
.sec_fmbdr {
  padding: 35px 20px 10px;
}
.fm-col2 > div {
  padding: 0 0 25px;
}
.movie-wrap {
  position: relative;
	padding-bottom: 66.25%;
	height: 0;
	overflow: hidden;
  margin-bottom: 30px;
}
.movie-wrap iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	 height: 100%;
}
.fm-pd-b3 {
  padding: 20px 20px 30px;
}


/* column  */

.col-btn {
  max-width: 180px;
  margin: 0 auto;
}



/* section */

.more-list .list-tt {
  background:none;
  font-size: 16px;
}




}

.btn-b2 {
	width: 380px;
}
@media (max-width:667px){
	.btn-b2 {
		width: 100%;
	}
}
a.sec_btn3 {
	text-align: center;
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color:#292E3B;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.55;
}
@media (max-width:667px){
a.sec_btn3 {
	max-width: 100%;
}
}
a.sec_btn3.lst {
    padding: 23px 10px;
}
a.sec_btn3.top {
    padding: 22px 10px !important;
}
a.sec_btn3 .txt-t {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
a.sec_btn3 .small {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.btn-b2 a,
.btn-b3 a {
	color: #fff;
	font-size: 16px;
}

.line-arw{
	position:relative;
	width:540px;
	background:#fff;
	padding:15px 10px;
	text-align:center;
	border:3px solid #292E3B;
	color:#292E3B;
	font-size:2.2rem;
	font-weight:bold;
	/* margin: 0 auto 50px; */
	margin: 0 auto 40px;
}
.line-arw.wide01{
	width:600px;
}
.line-arw.aj_mb30 {
	margin: 0 auto 30px;
}
.line-arw.aj_pd {
	padding: 7px 10px;
}
@media (max-width:667px){
	.line-arw,.line-arw.wide01 {
		width: 100%;
    line-height: 1.1;
	}
}
.line-arw:after,.line-arw:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}
.line-arw:after{
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#fff;
}
.line-arw:before{
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:7px;
	border-right-width:7px;
	margin-left: -7px;
	margin-top: 2px;
	border-top-color:#292E3B;
}
.line-arw span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
@media (max-width:667px){
	.line-arw span {
    line-height: 1.63;
  }
}

.txtc01 {
	color:#D1563E;
}
.txtc02 {
	color:#54688F;
}
