:root{
	--o-r-colors-main_color:#d16b6b;
	--o-r-colors-sub_color:#f28a8a;
}/*common_css*/
@charset "utf-8";
/* CSS Document */



body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6 !important;
  font-size: 16px;
  color: #333 !important;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FBF8F2;
}



#contents{
    word-wrap: break-word;
    padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
    #contents{
        padding-bottom: 55px;
    }
}

/***幅指定***/


/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 940px !important;
    
    margin: 0 auto;
}
/*リソース設定無い場合とリソース設定がある場合。*/
/*margin設定はデザインによって変更OK*/

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

/***基本設定***/
html {
    font-size: 62.5%;
}
/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    
    color: #000;
    
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .container {
      max-width: 940px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
  a {
    color: #d16b6b;
    text-decoration: underline;
    transition: all ease .3s;
  }
  a.:hover,
  a.:focus {
    color: #f28a8a;
    text-decoration: none;
    transition: all ease .3s;
	}
	a.:hover:hover,
  a.:focus:hover {
    outline: 0;
    text-decoration: none;
	}
}
/* ----------------------------------- */
/* パンくず */
/* ----------------------------------- */

#mainC {
    padding-bottom: 0;
} 
      

/* ----------------------------------- */
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; 
    
}

.clearfix:after, .container:after {
  clear: both; 
    
}


/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;}

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; 
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column2Wrap .columnBox .q_a {
        padding: 0 0 20px;
    }
.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  _overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%;
    padding: 0;}
  .column2Wrap .column2Wrap .columnBox {
    padding: 0;
    flex-basis: 45%; }
    
  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media screen and (min-width: 992px) {
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }
      
.gray_bg{
    background: #EFEFEF;
        padding: 85px 15px 90px;
        margin-bottom: 50px;
}
.wrapper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.-w-item-image img {
    width: 100% !important;
}
.p1{
   line-height: 1.6 !important; 
}

/*余白指定*/

.padding_top60px_pc {
    margin-top: -37px;
}
@media screen and (min-width: 768px) {
    .padding_top60px_pc {
        padding-top: 77px;
        margin-top: 0;
    }
}
/*q&aの余白指定*/
.q_a2column_15px {
    padding: 0 15px;
}
/*q&aの余白指定*/


.padding_bottom_97px {
    padding-bottom: 97px;
}
.margin_top_-32px {
    margin-top: -32px;
}
.margin_top_-52px {
    margin-top: -52px;
}

.margin_top_-80px {
    margin-top: -80px;
}
.margin_top_-180px_pc {
    margin-top: -43px;
}
@media print, screen and (min-width: 768px) {
    .margin_top_-180px_pc {
        margin-top: -180px;
    }
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc_on{
    display: none;
}
@media (min-width: 768px) {
.pc_on{
    display: block;
}
}
.sp_on{
    display: block;
}
@media (min-width: 768px) {
.sp_on{
    display: none;
}
}
/* ------------------------------------------ /
/ ボタン /
/ ------------------------------------------ */
padding: 10px 15px 50px;
.wrapper {
    max-width:;
    width: 100%;
    margin: 0 auto;
}
.btnWrap {
	margin: 40px 0;
}
.btn {
    clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 30px auto 30px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none !important;
    transition: .3s ease-in;
    user-select: none;
    position: relative;
    border: 1px solid #635858;
    border-radius: 50px;
    color: #635858;
    background: #FBF8F2;
    max-width: 200px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn.arrow:after {
    content: "";
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 12px;
    background: url(/_img/ja/cssjs/9/image/__1_/) no-repeat;
    background-size: 15px;
    transition: .3s ease-in;
}
.btn.type2 {
  	background: #CA1633;
  	border-color: #CA1633;
  	color:#fff;
}
.btn.type2:after {
  	color :#fff;
}
@media print, screen and (min-width: 768px) {
  .btn:hover,
  .btn:focus{
    text-decoration: none;
    background: #fff;
  }
  .btn:hover:after,
  .btn:focus:after{
    right: 10px;
  }
  .btnLeft {
		margin: 0 ;
	}
	.btnRight {
		margin: 0 auto 0 0;
	}
	.btnCenter {
		margin-left: auto;
		margin-right: auto;
	}
	.btnFull {
		max-width: none;
	}
  .btn.type2:hover {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color:#fff ;
  }
  .btn.type2:hover:after {
    color :#fff;
  }
}
/* ------------------------------------------ /
/ top共通 /
/ ------------------------------------------ */
.top-h2 {
  font-size: 42px;
}
.top-h3 {
  font-size: 24px;
  padding-left: 60px;
  background: url(/svg/icon_bird.svg) no-repeat left top;
  background-size: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.top-h2 {
    font-size: 28px;
  }
  .top-h2 {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------ /
/ 下層共通 /
/ ------------------------------------------ */
.titleh3 {
  font-size: 24px;
  color: #635858;
  position: relative;
  padding-left: 55px;
  margin: 0 0 30px;
}
.titleh3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
  background: url(/svg/icon_bird.svg) no-repeat;
  background-size: cover;
}
.titleh4 {
  font-size: 22px;
  color: #d16b6b;
  margin: 0 0 20px;
}
.titleh5 {
  font-size: 20px;
  color: #635858;
  position: relative;
  padding-left: 1em;
  margin: 0 0 20px;
}
.titleh5:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #d16b6b;
  border-radius: 50%;
}
.titleh6 {
  font-size: 18px;
  color: #fff;
  background: #d16b6b;
  padding: 5px 17px 7px;
  border-radius: 5px;
  margin: 0 0 20px;
}
/*テーブルのスタイル*/
table {
	margin: 0 0 60px;
	width: 100%;
	border-collapse: collapse;
}
table tr th,
table tr td {
  //min-height: 30px;
	padding: 10px 30px;
	width: auto;
}
table tr th {
  font-weight: normal;
	vertical-align: top;
}
table.type1 tr th {
  font-weight: normal;
  vertical-align: top;
  min-width: 190px;
  width: auto;
  border-bottom: 1px solid #A0A0A0;
}
table.type1 tr td {
  border-bottom: 1px solid #A0A0A0;
  padding-left: 10px;
}
table.type1 tr .w250 {
  width: 250px;
}
table.type2 {
  table-layout: fixed;
}
table.type2 tr th,
table.type2 tr td {
  border-collapse: collapse;
}
table.type2 tr th {
  background: #d16b6b;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
table.type2 tr td {
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
/*iconリストのスタイル*/
ul {
	margin: 0 0 20px;
	padding: 0;
}
ul li {
  list-style: none;
	position: relative;
	padding: 0;
}
ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
ul.iconList li {
  padding: 0 0 0 .5em;
}
ul.iconList li:before {
  position: absolute;
  left:0;
  top: 9px;
  content:'';
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #d16b6b;
}
@media screen and (max-width: 768px) {
table tr th,
table tr td {
  display: block;
  width: 100%;
}
table tr th {
  min-width: 1px;
  padding-bottom: 0;
}
table.type1 tr th,
table.type1 tr td {
  padding: 10px 0;
}
table.type1 tr th {
  padding-bottom: 0;
  border-bottom: 0;
}
table.type1 tr td {
  border-bottom: 1px solid #A0A0A0;
  padding-left: 0;
}
table.type2 tr th,
table.type2 tr td {
   padding: 10px 15px;
  display: table-cell;
  width: auto;
}
}

.pagenation {
	display: table;
	text-align: center;
	margin: 0 auto 30px;
	line-height: 1.0;
	font-size:16px;
	font-weight: bold;
}
.pagenation span {
	display: inline-block;
	margin: 0 7px;
}
.pagenation span.prev a,
.pagenation span.next a {
	width:20px;
	height:20px;
	box-sizing:border-box;
	color:#363636;
	padding:12px 8px;
	background: none;
	
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	width:20px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#CC4A51;
	padding:12px 8px;
	text-decoration: underline;
}
.pagenation span.scope_limit {
	color: #65391B;
	text-decoration: none;
}
.pagenation span a {
	width:20px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#363636;
	padding:12px 8px;
	text-decoration:none;
	font-weight: bold;
	
}
.pagenation span a:hover {
	text-decoration: underline;
}/*widget:6a3bb2c8-b1b7-47a6-885a-ea37c0525ebe*/[data-lib="455"] .date{font-size: 14px;
	margin-bottom: 1em;
	color: #707070;}[data-lib="455"] .pdf_set{margin-top: 1em;}[data-lib="455"] .pdf_btn{display: inline-block;
	line-height: 3;
	position: relative;
	margin-right: 2em;
	padding-left: 2.3em;
	text-decoration: none;
	font-weight: bold;
	color: #d16b6b;}[data-lib="455"] .pdf_btn::before{content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1.8em;
	height: 1.8em;
	background: no-repeat center url(/svg/icon_pdf.svg);
	background-size: contain;}[data-lib="455"] .pdf_btn:hover{opacity: .8;}[data-lib="455"] .img_area{text-align:;
	padding: 20px 0;}[data-lib="455"] .img_area img{margin: 0 auto;
	max-width: 100%;
	width: auto;}[data-lib="455"] .caption{font-size: 20px !important;}[data-lib="455"] .caption p{font-size: 20px !important;}/*widget:090d0fc4-6a84-44c9-a6bc-3c0ce585af12*/[data-lib="1"] #header{min-height: 70px;
	width: 100%;
	overflow: visible !important;
	background: #FBF8F2;
	z-index: 5;
	position: relative;}[data-lib="1"] #headerCnt{display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	position: relative;
	padding: 0 15px;
	width: 100%;
	height: 70px;
	margin: 0 auto;}[data-lib="1"] #headerCnt #logoArea{width: 200px;
	height: 70px;
	margin: 0 auto 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;}[data-lib="1"] #headerCnt #logoArea a h1 img{width: 200px;}[data-lib="1"] #header #headerCnt #logoArea h1{line-height: 0;}[data-lib="1"] #header #headerCnt #headerContact{display: none;}[data-lib="1"] #headerCnt.fixed{width: 100%;
	position: fixed;
	margin:  0 auto;
	z-index: 5;
	height: 70px;
	top:0;
	transition: all ease .3s;
	background: #FBF8F2;}[data-lib="1"] #drawerNaviWrap{position: absolute;
	top: 10px;
	right: 15px;}[data-lib="1"] #drawerNaviWrap .drawer-navinner{padding: 44px 15px 91.5px;
	overflow: auto;
	height: 2000px;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtnWrap{position: relative;
	width: 40px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: -10px;
	overflow: visible;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtnWrap:before{position: absolute;
	font-size: 12px;
	content: 'メニュー';
	bottom: 8px;
	font-weight: bold;
	transform: rotate(0.03deg);
	letter-spacing: -3px;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtn{display:block;
	position:relative;
	height:17px;
	transition:all .5s;
	z-index:3;
	margin-top: -12px;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtn span{display:block;
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:40px;
	height:2px;
	border-radius: 2px;
	background-color:#635858;
	transition:all .5s;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtn span:nth-child(1){top:0;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtn span:nth-child(2){top:7px;}[data-lib="1"] #drawerNaviWrap .drawerNaviBtn span:nth-child(3){bottom:0;}[data-lib="1"] #drawerNaviWrap .drawer-nav{display:block;
	position:fixed;
	top:0;
	right: -375px;
	bottom:0;
	width: 300px;
	background:#F5F5F5;
	-webkit-overflow-scrolling:touch;
	transition:all .5s;
	z-index:999;
	opacity:0;}[data-lib="1"] #drawerNaviWrap .drawer-nav .drawerInner{padding:0;
	height: 1500px;
	padding: 60px 15px;}[data-lib="1"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item{padding: .2em 0 .3em;
	color: #635858;
	font-weight: bold;
	border-bottom: 1px solid #c8c6c6;}[data-lib="1"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item a{color: #635858;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;}[data-lib="1"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item a:after{content: '';
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: transparent transparent #333333 #333333;
	transform: rotate(-135deg);
	display: block;
	margin: 0 9px 0 auto;
	position: absolute;
	top: 67%;
	right: 0;
	margin-top: -8px;}[data-lib="1"] #drawerNaviWrap #overlay{display:none;
	transition:all .5s;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap{position:relative;
	right:125px;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtnWrap{border:none;
	z-index:10;
	width:50px;
	height:50px;
	display:none;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtn{top:10px;
	left:10px;
	margin-left:0;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose{font-size:28px;
	line-height:50px;
	color:#635858;
	font-size: 40px;
	position:fixed;
	width:50px;
	height:50px;
	right:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	top:10px;
	font-weight: 300;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose span{position:relative;
	top:-8px;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose:after{content:"";
	left:50%;
	bottom:8px;
	transform:translateX(-50%);
	position:absolute;
	width:30px;
	color:#fff;
	display:block;
	font-size:10px;
	font-weight:400;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap .drawer-nav{right:0;
	opacity:1;
	background:#F5F5F5;}[data-lib="1"] #drawerNaviWrap.open#drawerNaviWrap #overlay{display:block;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.4;
	z-index:2;}@media screen and (min-width: 768px){[data-lib="1"] #headerCnt{padding: 0 30px;}[data-lib="1"] #drawerNaviWrap{right: 30px;}}@media screen and (min-width: 1000px){[data-lib="1"] #header{min-height: 80px;
	width: 100%;}[data-lib="1"] #headerCnt{height: 80px;}[data-lib="1"] #headerCnt.fixed{height: 80px;}[data-lib="1"] #headerCnt #logoArea{width: 340px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-right-radius: 15px;
	background: #FBF8F2;
	padding-left: 30px;}[data-lib="1"] #headerCnt #logoArea a h1 img{width: 268px;}[data-lib="1"] #headerCnt.fixed #logoArea{width: 200px;
	border-bottom-right-radius: 0;
	height: 80px;
	background: #FBF8F2;
	transition: all ease .3s;}[data-lib="1"] #headerCnt.fixed #logoArea a h1 img{width: 200px;
	transition: all ease .3s;}[data-lib="1"] #drawerNaviWrap{display: none;}[data-lib="1"] #header #headerCnt #headerContact{display: block;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;}[data-lib="1"] #header #headerCnt #headerContact ul{display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 0 auto;}[data-lib="1"] #header #headerCnt #headerContact ul li{list-style: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 13px;}[data-lib="1"] #header #headerCnt #headerContact ul li a{display: flex;
	align-content: center;
	padding: 0 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;}[data-lib="1"] #header #headerCnt #headerContact ul li a:hover{opacity: 0.5;
	opacity: 0.5;}[data-lib="1"] #header #headerCnt #logoArea h1{line-height: 0;}}@media  screen and (min-width:1025px){}/*widget:fc8b9092-463c-4640-a657-266d5307ea69*/[data-lib="410"] #breadcrumb{margin: 30px 0 80px;}[data-lib="410"] #breadcrumb ul{_display: flex;
	_align-items: center;
	display: inline-table;
	margin-bottom: 0;}[data-lib="410"] #breadcrumb ul li{padding-right: 3em;
	position: relative;
	font-size: 14px;
	display: inline-block;}[data-lib="410"] #breadcrumb ul li:before{content: ">";
	position: absolute;
	top: -1px;
	right: 1.3em;}[data-lib="410"] #breadcrumb ul li:last-of-type:before{content: none;}[data-lib="410"] #breadcrumb ul li a{text-decoration: none;
	color: #222;}/*widget:db7ff61e-337e-4625-accf-b78376f8aecc*/[data-lib="87"] #contactArea{padding: 0 0 100px;
	text-align: center;}[data-lib="87"] .titleWrap{line-height: 1.5;
	margin-bottom: 30px;}[data-lib="87"] .top-h2{margin-bottom: 0;}[data-lib="87"] .titleWrap h2 + p{color: #635858;
	font-weight: bold;}[data-lib="87"] .columnBox{overflow: hidden;
	border-radius: 6px;
	background: #d16b6b;}[data-lib="87"] .columnBox:nth-of-type(even){background: #f28a8a;}[data-lib="87"] .columnBox a{color: #fff;
	text-decoration: none;
	min-height: 267px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;}[data-lib="87"] .p-arrow{padding-right: 43px;
	background: url(/_img/ja/cms_parts_library/208/image/__1_/);
	background-size: 15px;
	background-position: center right;
	background-repeat: no-repeat;}[data-lib="87"] .iconp{padding-top: 60px;
	font-size: 24px;
	margin-bottom: 24px;}[data-lib="87"] .icon-mail{background: url(/_img/ja/cms_parts_library/203/image/__1_/);
	background-size: 56px;
	background-position: top center;
	background-repeat: no-repeat;}[data-lib="87"] .icon-tel{background: url(/_img/ja/cms_parts_library/204/image/__1_/);
	background-size: 42px;
	background-position: top center;
	background-repeat: no-repeat;}@media screen and (max-width: 768px){[data-lib="87"] #contactArea{padding: 0 0 50px;}}@media screen and (min-width: 768px){[data-lib="87"] .columnBox a:hover{opacity: .8;}}/*widget:fc6f6870-d767-41b1-9044-6b7d9ecad708*/[data-lib="273"] .page-titleWrap{background: #d16b6b;
	padding: 90px 0 50px;}[data-lib="273"] .page-titleWrap h2{color: #fff;
	font-size: 36px;}@media screen and (max-width: 768px){[data-lib="273"] .page-titleWrap h2{font-size: 30px;}}/*widget:8c9c3679-05cb-4c51-b70c-1db8eeabca8f*/[data-lib="94"] #footer{clear: both;
	padding: 60px 0 60px;
	position: relative;
	color: #635858;
	overflow: hidden;}[data-lib="94"] #footer::before{content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: -5;
	background: #fff;}[data-lib="94"] #footerCntWrap{margin-bottom: 113px;}[data-lib="94"] .footerLogo{width: 270px;
	margin-bottom: 17px;}[data-lib="94"] .addressBox{margin-bottom: 20px;}[data-lib="94"] .footerNavi{max-width: 400px;
	width: 100%;}[data-lib="94"] .footerNavi ul{column-count: 2;}[data-lib="94"] .footerNavi ul li a{text-decoration: none;
	color: #635858;}[data-lib="94"] #footer #copyright{flex-basis: 100%;
	width: 100%;
	text-align: center;}[data-lib="94"] #copyright p{margin: 0;}[data-lib="94"] .fixedbtn{position: fixed;
	top: 270px;
	right: 0;
	z-index: 10;}[data-lib="94"] .fixedbtn ul li a{color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 50px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;}[data-lib="94"] .fixedbtn ul li a:hover{opacity: .8;}[data-lib="94"] .mailibtn{position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10;}[data-lib="94"] .mailibtn a{width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #CC4A51;}[data-lib="94"] .mailibtn a span{display: inline-block;
	padding-top: 40px;
	background: #CC4A51 url(/_img/ja/cms_parts_library/277/image/__1_/) no-repeat top center;
	background-size: 40px;}[data-lib="94"] .mailibtn a:hover{opacity: .8;}[data-lib="94"] .fixedbtn li:nth-child(1){background: #f28a8a;
	border-top-left-radius: 7px;}[data-lib="94"] .fixedbtn li:nth-child(2){background: #d16b6b;
	border-bottom-left-radius: 7px;}[data-lib="94"] #fixedBtnSpArea{display: none;}[data-lib="94"] #pagetopArea{text-align: center;
	margin: 0 0 -45px auto;
	width: 53px;
	line-height: 1;}[data-lib="94"] #pagetopArea a{color: #635858;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}@media  screen and (max-width: 768px){[data-lib="94"] #footer{padding-bottom: 100px;}[data-lib="94"] #footerCntWrap{margin-bottom: 74px;}[data-lib="94"] .footerLogo{margin-bottom: 27px;}[data-lib="94"] #footerNaviWrap{display: none;}[data-lib="94"] #fixedBtnSpArea{display: block;
	width: 100%;
	opacity: 0;
	z-index: 3;
	position: fixed;
	bottom:-60px;
	transition: .6s;
	background-color: #FBF8F2;}[data-lib="94"] #fixedBtnSpArea.fixedsp{opacity: 1;
	transition: .6s;
	bottom:0;}[data-lib="94"] #fixedBtnSp ul{margin: 0;
	padding: 0;
	height: 70px;
	width: 100%;
	overflow: hidden;
	display: flex;}[data-lib="94"] #fixedBtnSp ul li{list-style: none;
	flex-basis: 100%;}[data-lib="94"] #fixedBtnSp ul li:nth-child(1){background-color: #d16b6b;}[data-lib="94"] #fixedBtnSp ul li:nth-child(2){background-color: #f28a8a;}[data-lib="94"] #fixedBtnSp ul li:nth-child(3){background-color: #CC4A51;}[data-lib="94"] #fixedBtnSp ul li:nth-child(4){background-color: #635858;}[data-lib="94"] #fixedBtnSp ul li a{display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color:#fff;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}[data-lib="94"] .fixedbtn,[data-lib="94"] 
.mailibtn{display: none;}}