.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap');

/***基本設定***/
html {
    font-size: 62.5%;
}
html:focus {
    outline: none;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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-color: #fff;
}
.robo {
  font-family: 'Roboto Condensed', sans-serif;
}

/***ページ入力項目で指定したid名のスタイル***/
#contents{
    word-wrap: break-word;
    padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
    #contents{
        padding-bottom: 55px;
    }
}
#mainC {
    padding-bottom: 0;
} 

/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 940px !important;
    
    margin: 0 auto;
}

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}
.wrapper {
    //max-width:;
    width: 100%;
    margin: 0 auto;
    max-width: 940px;
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.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: #00F;
        text-decoration: underline;
        transition: all ease .3s;
    }
    a:hover,
    a:focus {
        color: #383838;
        text-decoration: none;
        transition: all ease .3s;
    }
    a:hover:hover,
    a:focus:hover {
        outline: 0;
        text-decoration: none;
    }
}

/* ----------------------------------- */
/* パンくず */
/* ----------------------------------- */
/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
/* font-size */
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }

/* margin-top */
.mt0  { margin-top:  0	 !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

/* margin-bottom */
.mb0  { margin-bottom:  0   !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

/* width (%) */
.w10p  { width:  10% !important; }
.w20p  { width:  20% !important; }
.w30p  { width:  30% !important; }
.w40p  { width:  40% !important; }
.w50p  { width:  50% !important; }
.w60p  { width:  60% !important; }
.w70p  { width:  70% !important; }
.w80p  { width:  80% !important; }
.w90p  { width:  90% !important; }
.w100p { width: 100% !important; }
/* ----------------------------------- */
/* ----------------------------------- */
.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;
  }
  .sp3_7 .columnBox,
  .sp7_3 .columnBox {
      flex-basis: 100%;
      max-width: 100%;
  }
.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 print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%;
    padding: 0;}
  .sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 360px;
      max-width: 360px;
  }
  .sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: calc( 100% - 395px );
      max-width: calc( 100% - 395px );
  }
  .sp7_3 .columnBox:nth-of-type(odd) {
        flex-basis: calc( 100% - 395px );
        max-width: calc( 100% - 395px );
    }
    .sp7_3 .columnBox:nth-of-type(even) {
        flex-basis: 360px;
        max-width: 360px;
    }
  .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 print, 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%; } }




/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc_on{
    display: none;
}
@media (min-width: 768px) {
.pc_on{
    display: block;
}
}
.sp_on{
    display: block;
}
@media (min-width: 768px) {
.sp_on{
    display: none;
}
}
/* ------------------------------------------ /
/ ボタン /
/ ------------------------------------------ */
.btn {
    clear:both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 30px auto 30px;
    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: 4px solid #1986B0;
    border-radius: 50px;
    color: #fff;
    background: #1DAFEC;
    max-width: 240px;
    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: 12px;
    height: 9px;
    background: url(/_img/ja/cssjs/8/image/__1_/) no-repeat;
    background-size: 12px;
    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;
    border: 4px solid #1986B0;
    color: #1DAFEC;
  }
  .btn:hover:after,
  .btn:focus:after{
    right: 10px;
    background: url(/_img/ja/cssjs/9/image/__1_/) no-repeat;
    background-size: 12px;
  }
  .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 {
  margin-bottom: 30px;
}
.top-h2 h2 {
  font-size: 64px;
  color: #1DAFEC;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: .8;
  margin-bottom: 30px;
}
.top-h2 span {
  display: inline-block;
  color: #222222;
  font-weight: bold;
}
.top-h2.center {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .top-h2 {
    margin-bottom: 15px;
  }
  .top-h2 h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
/* ------------------------------------------ /
/ 下層共通 /
/ ------------------------------------------ */
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
time {
    color: #1DAFEC;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
.box:nth-of-type(n + 2) {
  margin-top: 50px;
} 
.titleh3 {
  font-size: 24px;
  color: #222;
  position: relative;
  padding-left: 35px;
  margin: 0 0 22px;
}
.titleh3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url(/_img/ja/cssjs/11/image/__1_/) no-repeat;
  background-size: cover;
}
.titleh4 {
  font-size: 22px;
  color: #1DAFEC;
  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: #1DAFEC;
  border-radius: 50%;
}
.titleh6 {
  font-size: 18px;
  color: #fff;
  background: #1DAFEC;
  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: #1DAFEC;
	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;
	padding: 0;
	list-style: none;
}
ul li {
  list-style: none;
	position: relative;
	padding: 0;
}
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: #1DAFEC;
}
@media screen and (max-width: 768px) {
    .titleh3 {
        font-size: 22px;
    }
    .titleh4 {
        font-size: 20px;
    }
    .titleh5 {
        font-size: 18px;
    }
    .titleh6 {
        font-size: 16px;
    }
    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;
}
.pagenation span.prev a,
.pagenation span.next a {
	width: 35px;
	height:20px;
	box-sizing:border-box;
	color:#222;
	padding:12px 8px;
	background: none;
	
	text-decoration:none;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	width:35px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#1DAFEC;
	padding:12px 8px;
	text-decoration: underline;
}
.pagenation span.scope_limit {
	color: #65391B;
	text-decoration: none;
}
.pagenation span a {
	width:35px;
	height:20px;
	box-sizing:border-box;
	display: inline-block;
	color:#222;
	padding:12px 8px;
	text-decoration:none;
	font-weight: bold;
	
}
.pagenation span a:hover {
	text-decoration: underline;
}/*widget:a5dfcc3a-65b1-4141-a96a-df5927287e11*/
[data-lib="204"] .container{padding: 0 15px;}[data-lib="204"] #header{min-height: 80px;
	width: 100%;
	overflow: visible !important;
	z-index: 5;
	position: relative;
	background: #fff;}[data-lib="204"] #headerCnt{flex-flow: row nowrap;
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0 auto;}[data-lib="204"] #titel-linkWrap{display: none;}[data-lib="204"] #headerCnt #logoArea{width: 196px;
	height: 80px;
	margin: 0 auto 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;}[data-lib="204"] #headerCnt #logoArea a h1 img{width: 196px;}[data-lib="204"] #header #headerCnt #logoArea h1{line-height: 0;}[data-lib="204"] #header #headerCnt .titleArea{width: auto;}[data-lib="204"] ul{list-style: none;}[data-lib="204"] ul li a{text-decoration: none;}[data-lib="204"] #header #headerContact{display: none;}[data-lib="204"] #headerMainwrap.fixed{width: 100%;
	position: fixed;
	margin:  0 auto;
	z-index: 5;
	height: auto;
	top:0;
	transition: all ease .3s;
	background: #fff;
	box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.5);}[data-lib="204"] #headerMainwrap.fixed #headerCnt{height: 80px;}[data-lib="204"] #headerMainwrap.fixed #titel-linkWrap{height: 60px;}[data-lib="204"] #headerMainwrap.fixed #titel-linkWrap .titleArea{display:none;}[data-lib="204"] #drawerNaviWrap{position: absolute;
	top: 19px;
	right: 0;}[data-lib="204"] #drawerNaviWrap .drawer-navinner{padding: 44px 15px 91.5px;
	overflow: auto;
	height: 2000px;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtnWrap{position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: -10px;
	overflow: visible;
	background-color: #1DAFEC;
	border-radius: 6px;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtnWrap:before{position: absolute;
	font-size: 12px;
	content: 'メニュー';
	bottom: 5px;
	font-weight: bold;
	transform: rotate(0.03deg);
	letter-spacing: -3px;
	color: #fff;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtn{display:block;
	position:relative;
	height:17px;
	transition:all .5s;
	z-index:3;
	margin-top: -12px;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtn span{display:block;
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:30px;
	height:2px;
	border-radius: 2px;
	background-color:#fff;
	transition:all .5s;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtn span:nth-child(1){top:0;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtn span:nth-child(2){top:7px;}[data-lib="204"] #drawerNaviWrap .drawerNaviBtn span:nth-child(3){bottom:0;}[data-lib="204"] #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="204"] #drawerNaviWrap .drawer-nav .drawerInner{padding:0;
	height: 1500px;
	padding: 60px 15px;}[data-lib="204"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item{padding: .2em 0 .3em;
	color: #635858;
	font-weight: bold;
	border-bottom: 1px solid #c8c6c6;}[data-lib="204"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item a{color: #222;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 3px 0;}[data-lib="204"] #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="204"] #drawerNaviWrap .drawer-nav .drawerInner .navigation_item > .navigation_itemsub{margin-left: 1em;}[data-lib="204"] #drawerNaviWrap #overlay{display:none;
	transition:all .5s;}[data-lib="204"] #drawerNaviWrap.open#drawerNaviWrap{position:relative;
	right:125px;}[data-lib="204"] #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtnWrap{border:none;
	z-index:10;
	width:50px;
	height:50px;
	display:none;}[data-lib="204"] #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtn{top:10px;
	left:10px;
	margin-left:0;}[data-lib="204"] #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose{font-size:28px;
	line-height:50px;
	color:#222;
	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="204"] #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose span{position:relative;
	top:-8px;}[data-lib="204"] #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="204"] #drawerNaviWrap.open#drawerNaviWrap .drawer-nav{right:0;
	opacity:1;
	background:#fff;}[data-lib="204"] #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: 769px){[data-lib="204"] #drawerNaviWrap{display: none;}[data-lib="204"] #titel-linkWrap{display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 220px);
	margin: 0 0 0 auto;
	height: 80px;}[data-lib="204"] .titleArea{display: none;}[data-lib="204"] .titleArea p{font-size: 14px;
	font-weight: bold;}[data-lib="204"] .linkWrap{display: flex;
	align-items: center;}[data-lib="204"] .linkWrap li{margin-left: 10px;}[data-lib="204"] .linkWrap .line a img{width: 24px;}[data-lib="204"] .linkWrap .tle-btn a img{width: 213px;}[data-lib="204"] .linkWrap .linebtn a{display: flex;
	align-items: center;
	padding: 0 10px 0 40px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #0dc125 url(/_img/ja/cms_parts_library/727/image/__1_/) no-repeat left 10px center;
	background-size: 24px;
	border-radius: 5px;}[data-lib="204"] .linkWrap .mail a{display: flex;
	align-items: center;
	padding: 0 10px 0 40px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #EF598F url(/_img/ja/cms_parts_library/227/image/__1_/) no-repeat left 10px center;
	background-size: 24px;
	border-radius: 5px;}[data-lib="204"] .linkWrap .kaitori a{display: flex;
	align-items: center;
	padding: 0 10px 0 40px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	background: #1DAFED url(/_img/ja/cms_parts_library/710/image/__1_/) no-repeat left 10px center;
	background-size: 24px;
	border-radius: 5px;}[data-lib="204"] #headerMainwrap.fixed #headerCnt{height: 60px;}[data-lib="204"] #headerMainwrap.fixed #headerCnt #logoArea{width: 131px;
	height: 60px;}[data-lib="204"] #headerMainwrap.fixed #headerCnt #logoArea a h1 img{width: 131px;}}@media screen and (min-width: 1000px){[data-lib="204"] #header{min-height: 80px;
	width: 100%;}[data-lib="204"] #headerCnt{height: 80px;}[data-lib="204"] #header #headerContact{display: block;
	height: 80px;}[data-lib="204"] #headerContact > ul{display: flex;
	justify-content: space-between;
	align-items: center;}[data-lib="204"] #headerContact > ul > li{width: 20%;
	position: relative;}[data-lib="204"] #headerContact ul > li:before,[data-lib="204"] 
#headerContact > ul > li:last-of-type:after{content: "";
	position: absolute;
	top: 10px;
	width: 1px;
	height: 75%;
	background: #EFEFEF;}[data-lib="204"] #headerContact ul > li:before{left: 0;}[data-lib="204"] #headerContact > ul > li:last-of-type:after{right: 0;}[data-lib="204"] #headerContact > ul > li > a{display: flex;
	justify-content: center;
	height: 80px;
	padding: 50px 10px 10px;
	color: #222;
	font-weight: bold;}[data-lib="204"] #headerContact > ul > li:nth-of-type(1) > a{background: url(/_img/ja/cms_parts_library/228/image/__1_/
) no-repeat top 17.5px center;
	background-size: 24px;}[data-lib="204"] #headerContact > ul > li:nth-of-type(2) > a{background: url(/_img/ja/cms_parts_library/229/image/__1_/) no-repeat top 17.5px center;
	background-size: 24px;}[data-lib="204"] #headerContact > ul > li:nth-of-type(3) > a{background: url(/_img/ja/cms_parts_library/230/image/__1_/
) no-repeat top 17.5px center;
	background-size: 24px;}[data-lib="204"] #headerContact > ul > li:nth-of-type(4) > a{background: url(/_img/ja/cms_parts_library/234/image/__1_/
) no-repeat top 17.5px center;
	background-size: 24px;}[data-lib="204"] #headerContact > ul > li:nth-of-type(5) > a{background: url(/_img/ja/cms_parts_library/231/image/__1_/) no-repeat top 17.5px center;
	background-size: 24px;}[data-lib="204"] #headerContact ul li ul{position: absolute;
	top: 79px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);}[data-lib="204"] #headerContact ul li ul li{display: block;
	height: 0;
	overflow: hidden;}[data-lib="204"] #headerContact ul li ul li::before{content: none;}[data-lib="204"] #headerContact ul li:hover ul li{height: auto;
	overflow: visible;}[data-lib="204"] #headerContact ul li ul li:not(:last-of-type){border-bottom: 1px solid #fff;}[data-lib="204"] #headerContact ul li ul li a{background-color: #1DAFEC;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 8px 20px;
	width: 182px;
	height: 40px;}[data-lib="204"] #headerContact ul li ul li a:hover{background-color: #ddd;}[data-lib="204"] #headerMainwrap.fixed #headerContact{height: 40px;}[data-lib="204"] #headerMainwrap.fixed #headerContact ul > li:before,[data-lib="204"] 
#headerMainwrap.fixed #headerContact > ul > li:last-of-type::after,[data-lib="204"] {height: 56%;}[data-lib="204"] #headerMainwrap.fixed #headerContact ul > li > a{padding: 10px;
	height: 40px;
	background-size: 0;
	transition: all ease .1s;}[data-lib="204"] #headerMainwrap.fixed #headerContact ul li ul{top: 39px;}}@media  screen and (min-width:1200px){[data-lib="204"] #headerMainwrap #titel-linkWrap{justify-content: space-between;}[data-lib="204"] .titleArea{display: block;}[data-lib="204"] #headerMainwrap.fixed #titel-linkWrap{justify-content: flex-end;}[data-lib="204"] #headerContact ul li ul li a{width: 228px;}}/*widget:d2864102-44fa-4503-9681-08952c6590ab*/
[data-lib="214"] .contactWrap{background: #1986B0;
	border-radius: 20px;
	padding: 60px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="214"] .contactWrap .titleWrap,[data-lib="214"] .contactWrap 
  .linkWrap{width: 100%;}[data-lib="214"] .column2Wrap{text-align: center;
	overflow: hidden;
	border-radius: 15px;}[data-lib="214"] .column2Wrap .columnBox{margin-bottom: 1px;}[data-lib="214"] .column2Wrap .columnBox .link-btn{text-decoration: none;
	height: 240px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;}[data-lib="214"] .column2Wrap .columnBox .link-btn .iconp{color: #222;
	font-weight: bold;
	padding-top: 60px;
	margin-bottom: 15px;}[data-lib="214"] .column2Wrap .columnBox .link-btn .icon-mail{background: url(/_img/ja/cms_parts_library/222/image/__1_/) no-repeat top center;
	background-size: 48px;}[data-lib="214"] .column2Wrap .columnBox .link-btn .icon-line{background: url(/_img/ja/cms_parts_library/223/image/__1_/) no-repeat top 1px center;
	;
	background-size: 40px;}[data-lib="214"] .column2Wrap .columnBox .link-btn .link-btn2{color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 40px;
	border-radius: 50px;
	margin: 0 auto;}[data-lib="214"] .column2Wrap .columnBox .link-btn .mail{background: #EF598F;}[data-lib="214"] .column2Wrap .columnBox .link-btn .line{background: #1CBC20;}[data-lib="214"] .contactWrap .titleWrap{display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 28px;}[data-lib="214"] .contactWrap .titleWrap .top-h2 h2{line-height: .8;
	margin-bottom: 30px;}[data-lib="214"] .contactWrap .titleWrap .top-h2 h2,[data-lib="214"] .contactWrap .titleWrap .top-h2 
  span{color: #fff;}[data-lib="214"] .contactWrap .titleWrap a{text-align: center;}[data-lib="214"] .contactWrap .titleWrap a img{max-width: 213px;}@media screen and (min-width: 768px){[data-lib="214"] .contactWrap .titleWrap a{text-align: left;}[data-lib="214"] .column2Wrap{border-radius: 0;}[data-lib="214"] .column2Wrap .columnBox{width: 49.9%;
	flex-basis: 49.9%;}[data-lib="214"] .column2Wrap .columnBox a{border: 0;}[data-lib="214"] .column2Wrap .columnBox:nth-of-type( n + 1 ) a{border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;}[data-lib="214"] .column2Wrap .columnBox:nth-of-type( n + 2 ) a{border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;}[data-lib="214"] .column2Wrap .columnBox:nth-of-type( n + 1 ) a:hover{border: 4px solid #EF598F;}[data-lib="214"] .column2Wrap .columnBox:nth-of-type( n + 2 ) a:hover{border: 4px solid #1CBC20;}}@media screen and (min-width:878px) {[data-lib="214"] .contactWrap{padding: 60px;}[data-lib="214"] .contactWrap .titleWrap{width: 220px;
	margin-bottom: 0;}[data-lib="214"] .contactWrap .linkWrap{width: calc(100% - 250px);}}@media screen and (min-width:1200px){[data-lib="214"] .contactWrap{padding: 60px;}[data-lib="214"] .contactWrap .titleWrap{width: 220px;}[data-lib="214"] .contactWrap .linkWrap{width: calc(100% - 335px);}}/*widget:98edd5ab-ddcf-4370-a8f0-a17659c9fc74*/
[data-lib="235"] #footer{clear: both;
	padding: 60px 0 120px;
	position: relative;
	overflow: hidden;}[data-lib="235"] #footerCntWrap{margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="235"] #footerLogoWrap{width: 250px;}[data-lib="235"] .footerLogo{width: 196px;
	margin-bottom: 17px;}[data-lib="235"] .footerLogo a img{width: 196px;}[data-lib="235"] #footerNaviWrap{width: calc(100% - 330px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;}[data-lib="235"] .footerNavi{width: 30%;}[data-lib="235"] .footerNavi ul li a{text-decoration: none;
	color: #222;
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block;}[data-lib="235"] .footerNavi ul li > ul > li{padding-left: .8em;
	position: relative;}[data-lib="235"] .footerNavi ul li > ul > li::before{content: ">";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 10px;}[data-lib="235"] .footerNavi ul li > ul > li a{margin-bottom: 5px;}[data-lib="235"] #footer #copyright{flex-basis: 100%;
	width: 100%;
	text-align: center;}[data-lib="235"] #copyright p{margin: 0;}[data-lib="235"] .fixedbtn{position: fixed;
	top: 150px;
	right: 0;
	z-index: 10;}[data-lib="235"] .fixedbtn ul li a{text-decoration: none;
	width: 80px;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;}[data-lib="235"] .fixedbtn ul li a img{width: 100%;}[data-lib="235"] .fixedbtn ul li a:hover{opacity: .8;}[data-lib="235"] .mailibtn{position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10;}[data-lib="235"] .mailibtn a{display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;}[data-lib="235"] .mailibtn a img{width: 150px;
	height: 150px;}[data-lib="235"] .mailibtn a:hover{opacity: .8;}[data-lib="235"] #fixedBtnSpArea{display: none;}[data-lib="235"] #pagetopArea{margin: 0 30px 0 auto;
	width: 60px;}[data-lib="235"] #pagetopArea a{clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	touch-action: manipulation;
	text-decoration: none;
	transition: .2s ease-in;
	background: #1DAFEC url(/_img/ja/cms_parts_library/252/image/__1_/) no-repeat right 17px center;
	background-size: 16px;
	border-radius: 50px;
	border: 4px solid #1986B0;
	position: relative;
	max-width: 60px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transform: rotate(0.75turn);
	z-index: 2;
	margin-top: -30px;}@media  screen and (max-width: 768px){[data-lib="235"] .footerLogo{margin-bottom: 27px;}[data-lib="235"] #footerNaviWrap{display: none;}[data-lib="235"] #fixedBtnSpArea{display: block;
	width: 100%;
	opacity: 0;
	z-index: 3;
	position: fixed;
	bottom:-60px;
	transition: .6s;
	background-color: #FBF8F2;}[data-lib="235"] #fixedBtnSpArea.fixedsp{opacity: 1;
	transition: .6s;
	bottom:0;}[data-lib="235"] #fixedBtnSp ul{margin: 0;
	padding: 0;
	height: 80px;
	width: 100%;
	overflow: hidden;
	display: flex;}[data-lib="235"] #fixedBtnSp ul li{list-style: none;
	flex-basis: 100%;}[data-lib="235"] #fixedBtnSp ul li.mail{background: #EF598F url(/_img/ja/cms_parts_library/247/image/__1_/) no-repeat top 15px center;
	background-size: 24px;}[data-lib="235"] #fixedBtnSp ul li.line{background: #1CBC20 url(/_img/ja/cms_parts_library/251/image/__1_/) no-repeat top 15px center;
	background-size: 24px;}[data-lib="235"] #fixedBtnSp ul li.yen{background: #FECC33 url(/_img/ja/cms_parts_library/249/image/__1_/) no-repeat top 15px center;
	background-size: 24px;}[data-lib="235"] #fixedBtnSp ul li.tel{background: #1DAFEC url(/_img/ja/cms_parts_library/250/image/__1_/) no-repeat top 19px center;
	background-size: 24px;}[data-lib="235"] #fixedBtnSp ul li a{display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color:#fff;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	padding: 10px 10px 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 30px;}[data-lib="235"] .fixedbtn,[data-lib="235"] 
.mailibtn{display: none;}}@media screen and (min-width: 769px){[data-lib="235"] #footer{width: 30px 0 95px;}[data-lib="235"] #pagetopArea{margin: 0 60px 0 auto;}[data-lib="235"] #pagetopArea a:hover{background: #fff url(/_img/ja/cms_parts_library/253/image/__1_/) no-repeat right 10px center;
	background-size: 16px;
	transition: .2s ease-in;}}/*widget:fc8b9092-463c-4640-a657-266d5307ea69*/
[data-lib="256"] #breadcrumb{margin: 30px 0 80px;}[data-lib="256"] #breadcrumb ul{_display: flex;
	_align-items: center;
	display: inline-table;
	margin-bottom: 0;}[data-lib="256"] #breadcrumb ul li{padding-right: 3em;
	position: relative;
	font-size: 14px;
	display: inline-block;}[data-lib="256"] #breadcrumb ul li:before{content: ">";
	position: absolute;
	top: -1px;
	right: 1.3em;}[data-lib="256"] #breadcrumb ul li:last-of-type:before{content: none;}[data-lib="256"] #breadcrumb ul li a{text-decoration: none;
	color: #222;}/*widget:1df146f3-e79d-42e8-978e-fb605f5fe793*/
[data-lib="527"] .imgArea{text-align: center;
	margin-bottom: 30px;}[data-lib="527"] .imgArea img{max-width: 100%;}@media screen and (min-width: 767px){}@media screen and (min-width:  1400px){}/*layout:1*//*layout:2*//*layout:3*//*layout:5*//*layout:9*//*layout:11*/