@charset "utf-8";

/* 共通スタイル 変更部分
**************************************************/
.font-meiryo {
  font-family: "Meiryo"!important;
}

#bis_coat * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

#bis_coat ul,
#bis_coat ol {
	list-style: none;
}

#bis_coat a:hover,
#bis_coat a:focus {
	text-decoration: none;
}

#bis_coat .icon_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
#bis_coat .icon_list li {
  margin: 0!important;
}
#bis_coat .icon_list li:nth-of-type(n+2) {
  margin: 0 0 0 50px!important;
}
#bis_coat .main_txt {
  margin-bottom: 60px;
}

.container{
 padding: 0;
}
body{
  margin: 0;
  padding: 0;
}

.un_history{
  overflow: unset;
}

/* menscoatcol
**************************************************/

#bis_coat {
	width: 1200px;
	color: #333;
	background: #fff;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

#bis_coat .main {
	float: none;
	box-sizing: border-box;
	position: relative;
    min-height: unset!important;
}
#bis_coat .main h2 {
	border: none;
}

#bis_coat .main h2 .p-kv{
  width: 960px;
}

#bis_coat .main h2 .p-kv img{
	vertical-align: top;
}

#bis_coat .main .btn {
	display: table;
	position: absolute;
    left: 50%;
    bottom: 20px;
	width: 230px;
	height: 40px;
	margin-left: 0px;
	text-align: center;
}

#bis_coat .main .btn a {
	display: table-cell;
	vertical-align: middle;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: #734a3f;
}

#bis_coat .main .btn a:hover {
	opacity: 0.7;
	/*background: #3c81bc;*/
}

#bis_coat .main .btn a span {
	padding: 0 15px 0 0;
	background: url(../_img/pc/ico_arw_down.png) no-repeat right center;
}
/*kv*/


/* contents */
#bis_coat .p-contents{
	width: 960px;
	box-sizing: border-box;
	background: #fff;
	background-size: 100%;
	padding: 60px 0;
}

#bis_coat .p-contents h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 60px;
}

#bis_coat .p-contents .p-contents__list{
	width: 850px;
	margin: 0 auto;
}
#bis_coat .p-contents .p-contents__list li{
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto 60px;
}

#bis_coat .p-contents .p-contents__list li:last-of-type{
	margin: 0 auto;
}
#bis_coat .p-contents .p-contents__list li .contents_img{
	width: 380px;
}
#bis_coat .p-contents .p-contents__list li .contents_txtarea{
	width: 424px;
}

#bis_coat .p-contents .p-contents__list li .contents_txtarea .contents_tit{
	font-size: 26px;
	font-weight: bold;
	margin: 0 auto 10px;
}

#bis_coat .p-contents .p-contents__feature{
	width: 850px;
	margin: 60px auto;
}

#bis_coat .p-contents .p-contents__feature .feature_tit{
	font-size: 26px;
	font-weight: bold;
	margin: 0 auto 10px;
}

#bis_coat .p-contents .p-contents__feature .feature_img{
	margin: 20px auto;
}
/* contents */

.dis_pc{
  display: block;
}
.dis_sp{
	display: none;
  }


/* 余白
**************************************************/

#bis_coat .m-btm001 { margin-bottom:  1px;}
#bis_coat .m-btm002 { margin-bottom:  2px;}
#bis_coat .m-btm003 { margin-bottom:  3px;}
#bis_coat .m-btm004 { margin-bottom:  4px;}
#bis_coat .m-btm01  { margin-bottom:  5px;}
#bis_coat .m-btm006 { margin-bottom:  6px;}
#bis_coat .m-btm007 { margin-bottom:  7px;}
#bis_coat .m-btm008 { margin-bottom:  8px;}
#bis_coat .m-btm009 { margin-bottom:  9px;}
#bis_coat .m-btm02  { margin-bottom: 10px;}
#bis_coat .m-btm011 { margin-bottom: 11px;}
#bis_coat .m-btm012 { margin-bottom: 12px;}
#bis_coat .m-btm013 { margin-bottom: 13px;}
#bis_coat .m-btm014 { margin-bottom: 14px;}
#bis_coat .m-btm03  { margin-bottom: 15px;}
#bis_coat .m-btm04  { margin-bottom: 20px;}
#bis_coat .m-btm023 { margin-bottom: 25px;}
#bis_coat .m-btm05  { margin-bottom: 25px;}
#bis_coat .m-btm06  { margin-bottom: 30px;}
#bis_coat .m-btm07  { margin-bottom: 35px;}
#bis_coat .m-btm08  { margin-bottom: 40px;}
#bis_coat .m-btm09  { margin-bottom: 45px;}
#bis_coat .m-btm10  { margin-bottom: 50px;}
#bis_coat .m-btm11  { margin-bottom: 55px;}


/*PC*/
@media only screen and (min-width:769px) {
	
}





/*SP*/
@media only screen and (max-width:768px) {
/* 共通スタイル 変更部分
**************************************************/

#bis_coat * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

#bis_coat ul,
#bis_coat ol {
	list-style: none;
}

#bis_coat a:hover,
#bis_coat a:focus {
	text-decoration: none;
}

#bis_coat .icon_list {
  margin-bottom: 20px;
}
#bis_coat .icon_list li:nth-of-type(n+2) {
  margin: 0 0 0 10%!important;
}
#bis_coat .main_txt {
  margin-bottom: 45px;
}

/* menscoatcol
**************************************************/

#bis_coat {
	max-width: 640px;
  	width:100%;
	margin: 0 auto;
	color: #333;
	background: #fff;
	font-size: 13px;
	line-height: 1.5;
}

#bis_coat .main h2 .p-kv{
  width: 100%;
}

#bis_coat .main .btn {
	display: table;
	position: absolute;
  left: 50%;
  bottom: 3%;
	width: 210px;
	height: 30px;
	margin-left: -105px;
	text-align: center;
}

#bis_coat .main .btn a {
	display: table-cell;
	vertical-align: middle;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#bis_coat .main .btn a span {
	padding: 0 15px 0 0;
	background: url(../_img/sp/ico_arw_down.png) no-repeat right center;
	background-size: 7px auto;
}
/*kv*/
/* contents */
#bis_coat .p-contents{
	max-width: 500px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	background-size: 100%;
	padding: 40px 0;
	margin: 0 auto;
}

#bis_coat .p-contents h3{
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

#bis_coat .p-contents .p-contents__concept{
	display: block;
	margin: 40px auto 0;
	width: 80%;
}
#bis_coat .p-contents .p-contents__concept li{
	width: 100%;
	margin: 0 auto 30px;
}
#bis_coat .p-contents .p-contents__concept li .concept_tit{
	font-size: 20px;
	font-weight: bold;
	margin: 16px auto 10px;
	text-align: center;
}

#bis_coat .p-contents .p-contents__list{
	width: 90%;
	margin: 40px auto;
}

#bis_coat .p-contents .p-contents__list:nth-of-type(2){
	margin: 40px auto 0;
}

#bis_coat .p-contents .p-contents__list li{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto 40px;
}

#bis_coat .p-contents .p-contents__list li:last-of-type{
	margin: 0 auto;
}
#bis_coat .p-contents .p-contents__list li .contents_img{
	width: 85%;
	margin: 0 auto 20px;
}
#bis_coat .p-contents .p-contents__list li .contents_txtarea{
	width: 100%;
}
#bis_coat .p-contents .p-contents__list li .contents_txtarea .contents_tit{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
}

#bis_coat .p-contents .p-contents__feature{
	width: 90%;
	margin: 40px auto;
}

#bis_coat .p-contents .p-contents__feature .feature_tit{
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
}

#bis_coat .p-contents .p-contents__feature .feature_img{
	margin: 20px auto;
}
/* /contents */

.dis_pc{
  display: none;
}
.dis_sp{
  display: block;
}


/* 余白
**************************************************/

#bis_coat .m-btm001 { margin-bottom:  1px;}
#bis_coat .m-btm002 { margin-bottom:  2px;}
#bis_coat .m-btm003 { margin-bottom:  3px;}
#bis_coat .m-btm004 { margin-bottom:  4px;}
#bis_coat .m-btm01  { margin-bottom:  5px;}
#bis_coat .m-btm006 { margin-bottom:  6px;}
#bis_coat .m-btm007 { margin-bottom:  7px;}
#bis_coat .m-btm008 { margin-bottom:  8px;}
#bis_coat .m-btm009 { margin-bottom:  9px;}
#bis_coat .m-btm02  { margin-bottom: 10px;}
#bis_coat .m-btm011 { margin-bottom: 11px;}
#bis_coat .m-btm012 { margin-bottom: 12px;}
#bis_coat .m-btm013 { margin-bottom: 13px;}
#bis_coat .m-btm014 { margin-bottom: 14px;}
#bis_coat .m-btm03  { margin-bottom: 15px;}
#bis_coat .m-btm04  { margin-bottom: 20px;}
#bis_coat .m-btm023 { margin-bottom: 25px;}
#bis_coat .m-btm05  { margin-bottom: 25px;}
#bis_coat .m-btm06  { margin-bottom: 30px;}
#bis_coat .m-btm07  { margin-bottom: 35px;}
#bis_coat .m-btm08  { margin-bottom: 40px;}
#bis_coat .m-btm09  { margin-bottom: 45px;}
#bis_coat .m-btm10  { margin-bottom: 50px;}
#bis_coat .m-btm11  { margin-bottom: 55px;}
}