:root{
	--o-r-colors-base:#FFF;
	--o-r-colors-base_text:#2E2E2E;
	--o-r-colors-main:#50A131;
	--o-r-colors-main_sub:#D8ECD1;
	--o-r-colors-member:#F7A81B;
	--o-r-colors-member_sub:#FFECA9;
	--o-r-colors-gray:#F6F6F6;
	--o-r-colors-line:#AEAEAE;
	--o-r-colors-rotary:#17458F;
	--o-r-margin-max_width:1140px;
	--o-r-margin-contents01:50px;
	--o-r-margin-contents02:30px;
	--o-r-margin-contents03:17px;
	--o-r-margin-pc_width:4%;
	--o-r-margin-pc_height:100px;
}
.-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*/
html {
  font-size: 15px;
}
body {
  background: #FFF;
  color: #2E2E2E;
  font-family: 'Montserrat', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main > div {
  width: 100%;
}

.main-wrap {
  overflow: hidden;
}
.jp_ttl {
  font-weight: 700;
}
.en_ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
/* .mincho {
  font-family: 'Zen Old Mincho';
  font-weight: 500;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.1rem;
}
select,
input,
button {
  font-family: 'Montserrat', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.7;
  font-size: 1rem;
  color: #2E2E2E;
  cursor: pointer;
}
select {
  padding: 7px;
  border: 1px solid #AEAEAE;
  border-radius: 4px;
}
input[type="submit"],
button[type="submit"] {
  margin: 0 auto;
  background: var(--o-r-colors-main);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 1rem;
  transition: all .4s;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  opacity: .7;
}
table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
select,
input,
button {
  font-size: .95rem;
  font-weight: 400;
}
table tr th,
table tr td {
  padding: 7px 10px;
  border: 1px solid #AEAEAE;
  line-height: 1.6em;
}
table tr th {
  width: 18%;
  background: var(--o-r-colors-main_sub);
  font-weight: 600;
}
table tr td {
  width: 82%;
}
table thead tr th {
  width: 18%;
  background: var(--o-r-colors-main);
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  transition: all .4s;
}
a:hover {
  filter: brightness(.8);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/*アーティクル　ページャー 
*****************************************/
.pagenation {
  display: inline-flex;
	text-align: center;
	margin-top: 50px;
	border-radius: 2px;
	overflow: hidden;
}
.pagenation span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
	background: #fff;
	color: var(--o-r-colors-main);
	border: 1px solid;
}
.pagenation .page {
  border-right: 0;
}
.pagenation span a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--o-r-colors-main);
  text-decoration: none;
}
.pagenation span:hover {
  background: none;
}
.pagenation span a:hover {
	background: #F6F6F6;
}
.pagenation span.current {
  background: var(--o-r-colors-main);
}

/*前へ・次へ*/
.pagenation span.prev,
.pagenation span.next{
  width: 50px;
}
.pagenation span.prev {
  margin-right: 30px;
}
.pagenation span.next {
  margin-left: 30px;
}
.pagenation span.prev a,
.pagenation span.next a {
	font-size: 0;
	position: relative;
}
.pagenation span.prev a:after,
.pagenation span.next a:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 55%;
  left: 38%;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--o-r-colors-main);
  border-right: 1px solid var(--o-r-colors-main);
  transform: rotate(45deg) translate(-50%, -50%);
}
.pagenation span.prev a:after {
  top: 17%;
  left: 49%;
  transform: rotate(225deg) translate(-50%, -50%);
}
.pagenation span.prev.current,.pagenation span.next.current {
	display: none;
}

textarea {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 900px) {
  :root {
    --o-r-margin-pc_height: 75px;
    --o-r-margin-pc_width: 3%;
  }
  html {
    font-size: 14px;
  }
  body {
    overflow-y: scroll;
  }
  h2 {
    font-size: 1.45rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  table tr th {
    width: 20%;
    padding: 7px 2px;
  }
  table tr td {
    width: 80%;
    padding: 7px 2px;
  }
  
  /*アーティクル　ページャー 
  *****************************************/
  .pagenation {
    justify-content: center;
    width: 100%;
  }
  .pagenation span,
  .pagenation span.prev,
  .pagenation span.next {
    width: 30px;
  }
}[data-lib="114"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:76fb24cb-d4a2-4208-aa21-e28e59d8c01a*/
[data-lib="114"]{position: relative;
	display: inline-block;
	text-align: left;
	color: var(--o-r-colors-main);
	text-decoration: underline;}[data-lib="114"]:hover{text-decoration: none;}[data-lib="163"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:37a603da-fe45-427f-9621-3c713a9372f9*/
@keyframes w-163-rotation{
0% {
  transform:rotate(0);
}
100% {
  transform:rotate(360deg);
}}[data-lib="163"]{position: relative;
	display: block;
	padding: 18px 20px;
	background: var(--o-r-colors-main);
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: left;
	border-radius: 4px;
	overflow: hidden;}[data-lib="163"]:before{content: '';
	position: absolute;
	bottom: -12px;
	right: -20px;
	width: 72px;
	height: 72px;
	background-image: url(/_img/ja/cms_parts_library/165/image/72_72_2/?u=1789606333);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 100%;}[data-lib="163"]:hover:before{animation: 3s linear infinite w-163-rotation;}@media (max-width: 900px){[data-lib="163"]{padding: 15px 20px;
	font-size: 1.15rem;}[data-lib="163"]:before{width: 60px;
	height: 60px;}}/*widget:7e5f1847-33f8-4af7-a957-f1fe53414565*/
/*widget:b1cbc069-df4c-466e-98c2-499fd479b6dd*/
[data-lib="160"] .jp_ttl,[data-lib="160"] 
.en_ttl{display: block;}[data-lib="160"] .jp_ttl{position: relative;
	padding-top: 24px;}[data-lib="160"] .jp_ttl:before{content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--o-r-colors-main) 0%, var(--o-r-colors-main) 50%, var(--o-r-colors-main_sub) 50%, var(--o-r-colors-main_sub) 100%);}[data-lib="160"] .en_ttl{margin-top: 2px;
	font-size: 1.05rem;}@media (max-width: 900px){[data-lib="160"] .en_ttl{font-size: .9rem;}}/*widget:afaa883e-a545-4497-913b-55b867980587*/
[data-lib="91"]{padding: var(--o-r-margin-pc_height) var(--o-r-margin-pc_width) 20px;}[data-lib="91"] a{text-decoration: none;
	color: #2E2E2E;}[data-lib="91"] .w-footer{text-align: center;}[data-lib="91"] .w-footer .f-inner .f-logo a{display: inline-block;}[data-lib="91"] .w-footer .f-inner .f-logo a .w-img{width: 174px;
	margin: 0 auto;}[data-lib="91"] .w-footer .f-inner .f-logo a .w-txt .name{font-size: 1.7rem;}[data-lib="91"] .w-footer .f-inner .f-info{margin-top: 24px;}[data-lib="91"] .w-footer .f-inner .f-sitemap{margin-top: 18px;}[data-lib="91"] .w-footer .f-inner .f-sitemap ul{display: flex;
	justify-content: center;
	column-gap: 40px;
	list-style: none;}[data-lib="91"] .w-footer .f-inner .f-copy{margin-top: 12px;
	color: #AEAEAE;
	font-size: .8rem;
	letter-spacing: 0;}@media (max-width: 900px){[data-lib="91"] .w-footer .f-inner .f-logo a .w-img{width: 140px;}[data-lib="91"] .w-footer .f-inner .f-logo a .w-txt .name{font-size: 1.4rem;}[data-lib="91"] .w-footer .f-inner .f-copy{font-size: 10px;}}/*widget:276ad2f1-cd84-4ff8-9c70-7326c60108ae*/
[data-lib="87"] .w-header{position: relative;}[data-lib="87"] .w-header .h-inner .h-logo{position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24vw;
	padding: 20px;
	background: #50A131;
	text-align: center;}[data-lib="87"] .w-header .h-inner .h-logo a{color: #fff;
	text-decoration: none;}[data-lib="87"] .w-header .h-inner .h-logo a .w-img{width: 215px;
	margin: 0 auto;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt{margin-top: 4px;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt .name{margin-top: 4px;
	font-size: 1.6rem;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt .name_en{margin-top: 4px;
	font-size: .9rem;}[data-lib="87"] .w-header .h-inner .h-nav{display: flex;
	justify-content: space-between;
	align-items: center;
	width: 76vw;
	margin: 0 0 0 auto;
	padding: 14px calc(var(--o-r-margin-pc_width) / 2) 14px 24px;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl{color: #F7A81B;
	font-size: 1.5rem;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl .pc{display: inline;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages{min-width: 80%;
	margin: 0 0 0 auto;
	font-size: 1.03rem;
	font-weight: 700;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul{display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 3.5%;
	width: 100%;
	list-style: none;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul li a{display: block;
	text-decoration: none;
	font-size: 1.05rem;
	white-space: nowrap;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .nav-list a{color: #2E2E2E;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .nav-list a:hover{color: var(--o-r-colors-main);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange a,[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul 
          .w-green a{display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 2px 10px;
	border-radius: 4px;
	text-align: center;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange a span,[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul 
          .w-green a span{padding-left: 32px;
	background-size: 21px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange a{min-width: 160px;
	background: #F7A81B;
	color: #fff;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange a span{background-image: url(/_img/ja/cms_parts_library/100/image/15_/?u=1789606333);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange.form a{min-width: 150px;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange.form a span{background-image: url(/_img/ja/cms_parts_library/176/image/21_/?u=1789606333);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-green a{min-width: 130px;
	color:#50A131;
	border: 2px solid;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-green a span{background-image: url(/_img/ja/cms_parts_library/101/image/20_/?u=1789606333);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-facebook img{width: 36px;}[data-lib="87"] .w-header.member-nav .h-inner .h-nav .h_pages ul{column-gap: 3%;}[data-lib="87"] .toggle,[data-lib="87"] 
.hamburger{display: none;}@media (max-width: 1300px) and (min-width: 901px){[data-lib="87"] .w-header .h-inner .h-logo{transform: scale(.7);
	transform-origin: 0 0;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl{width: 3em;
	font-size: 1.2rem;
	line-height: 1.3;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl .pc,[data-lib="87"] 
.w-header.member-nav .h-inner .h-nav .h_pages ul li:first-of-type{display: none;}[data-lib="87"] .w-header .h-inner .h-nav{width: 78vw;}[data-lib="87"] .w-header.member-nav .h-inner .h-nav .h_pages{min-width: initial;}[data-lib="87"] .w-header.member-nav .h-inner .h-nav .h_pages ul .w-orange.form a{min-width: initial;}}@media (max-width: 900px){[data-lib="87"] .w-header .h-inner{position: relative;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px var(--o-r-margin-pc_width);
	background: #50A131;}[data-lib="87"] .w-header .h-inner .h-logo{position: initial;
	display: block;
	min-width: initial;
	padding: 0;
	text-align: left;}[data-lib="87"] .w-header .h-inner .h-logo a{display: inline-flex;
	align-items: center;}[data-lib="87"] .w-header .h-inner .h-logo a .w-img{width: 76px;
	margin: 0 3px 0 0;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt{margin-top: 0;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt .name{margin-top: 0;
	font-size: .9rem;}[data-lib="87"] .w-header .h-inner .h-logo a .w-txt .number,[data-lib="87"] .w-header .h-inner .h-logo a .w-txt 
          .name_en{display: none;}[data-lib="87"] .w-header .h-inner .h-nav{position: relative;
	width: auto;
	padding: 0;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl{margin-right: 6px;
	font-size: .9rem;
	line-height: 1.3;}[data-lib="87"] .w-header .h-inner .h-nav .member-ttl .pc{display: none;}[data-lib="87"] .w-header .h-inner .h-nav .member-btn{display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: #F7A81B;
	border-radius: 4px;}[data-lib="87"] .w-header .h-inner .h-nav .member-btn img{width: 15px;
	vertical-align: text-bottom;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages{min-width: initial;
	margin: 0 auto;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul{display: block;
	column-gap: 0;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul li{margin-right: 0;}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul li.nav-list{position: relative;
	padding: 16px 2%;
	border-bottom: 1px solid var(--o-r-colors-main_sub);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul li.nav-list:before{content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: var(--o-r-colors-main);}[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul .w-orange,[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul 
          .w-green,[data-lib="87"] .w-header .h-inner .h-nav .h_pages ul 
          .w-facebook{margin-top: 24px;
	text-align: center;}[data-lib="87"] #header .h_pages{position: fixed;
	top: 49px;
	right: 0;
	z-index: 1000;
	visibility: hidden;
	display: block;
	width: 100%;
	height: calc(100vh - 49px);
	margin: 0;
	padding: 40px var(--o-r-margin-pc_width);
	background: #F6F6F6;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	justify-content: center;
	opacity: 0;
	transition: all .6s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}[data-lib="87"] #header .h_pages ul{display: block;
	list-style: none;
	transition: opacity 0.4s ease;}[data-lib="87"] #header .h_pages ul li{display: block;
	list-style: none;
	text-align: left;}[data-lib="87"] .toggle{position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1002;
	display: block;
	width: 25px;
	height: 18px;
	cursor: pointer;
	opacity: 0;}[data-lib="87"] #header.hamburger-active .hamburger > span{transform: rotate(-45deg);}[data-lib="87"] #header.hamburger-active .hamburger > span:before{display: none;
	opacity: 0;}[data-lib="87"] #header.hamburger-active .hamburger > span:after{top: 0;
	left: 0;
	transform: rotate(-90deg);
	width: 100%;}[data-lib="87"] #header.hamburger-active .h_pages{opacity: 1;
	visibility: visible;
	pointer-events: auto;}[data-lib="87"] .hamburger-active .header-main .h_logo{position: absolute;
	top: 0;
	left: 0;
	z-index: 1031;}[data-lib="87"] .hamburger-active .header-main .h_logo .w-copy{display: none;}[data-lib="87"] .hamburger-active .h_pages .header-info.sp{display: flex;}[data-lib="87"] .hamburger{display: flex;
	width: 25px;
	height: 18px;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}[data-lib="87"] .hamburger > span,[data-lib="87"] 
.hamburger > span:before,[data-lib="87"] 
.hamburger > span:after{display: block;
	width: 100%;
	height: 2px;
	background: #fff;}[data-lib="87"] .hamburger > span{position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 100%;
	transition: all 0.4s ease;}[data-lib="87"] .hamburger > span:before,[data-lib="87"] 
.hamburger > span:after{position: absolute;
	z-index: 1;
	right: 0%;
	content: '';
	transition: all 0.4s ease;}[data-lib="87"] .hamburger > span:before{top: -8px;}[data-lib="87"] .hamburger > span:after{top: 8px;}}/*widget:c9bab674-ba3f-41f6-9e5a-90b94f43bc8d*/
[data-lib="1"] .contents{padding: var(--o-r-margin-pc_height) var(--o-r-margin-pc_width) 0;
	position: relative;}[data-lib="1"] .contents .midashi{margin: 0 auto;
	max-width: 1140px;}[data-lib="1"] .contents .midashi:empty{display: none;}[data-lib="1"] .contents .-x-cont{margin: 0 auto;
	max-width: 1140px;
	margin-top: 30px;}[data-lib="1"] .contents .-x-cont:empty{display: none;
	margin: 0 auto;}[data-lib="1"] .contents .midashi:empty + .-x-cont{margin-top: 0;}[data-lib="1"] .w-waku{margin-top: 50px;}[data-lib="1"] .parts{margin-top: 30px;}[data-lib="1"] .parts02{margin-top: 17px;}[data-lib="1"] .parts03{margin-top: 7px;}[data-lib="1"] .-x-cont .w-waku:first-child,[data-lib="1"] 
.midashi .w-waku:first-child,[data-lib="1"] 
.-x-cont .parts:first-child,[data-lib="1"] 
.midashi .parts:first-child,[data-lib="1"] 
.-x-cont .parts02:first-child,[data-lib="1"] 
.midashi .parts02:first-child,[data-lib="1"] 
.-x-cont .parts03:first-child,[data-lib="1"] 
.midashi .parts03:first-child{margin-top: 0 !important;}[data-lib="1"] .top-none{padding-top: 0 !important;}[data-lib="1"] .top-small{padding-top: 30px !important;}[data-lib="1"] .under-top{padding-top: 50px;}[data-lib="1"] .under-margin{padding-bottom: var(--o-r-margin-pc_height);}[data-lib="1"] .contents-none{padding-right: 0;
	padding-left: 0;}[data-lib="1"] .contents-none .-x-cont{max-width: initial;}[data-lib="1"] .right-non{padding-right: 0;}[data-lib="1"] .right-non .-x-cont{max-width: 1440px;
	margin-right: 0;}[data-lib="1"] .sub_color{padding-bottom: var(--o-r-margin-pc_height);
	background: var(--o-r-colors-main_sub);}[data-lib="1"] .sub_color [data-lib="160"] .jp_ttl:before{background: linear-gradient(90deg, var(--o-r-colors-main) 0%, var(--o-r-colors-main) 50%, #fff 50%, #fff 100%);}[data-lib="1"] .main_color{background: var(--o-r-colors-main);
	color: #fff;}@media (max-width: 900px){[data-lib="1"] .contents .parts:first-child{margin-top: 0;}[data-lib="1"] .contents-none{padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;}[data-lib="1"] .right-non{padding-left: 0;}[data-lib="1"] .right-non .-w-main:nth-child(2n - 1){padding-right: var(--o-r-margin-pc_width);
	padding-left: var(--o-r-margin-pc_width);}}/*widget:44c2a04b-61d5-4424-ae05-82ec10455fc7*/
[data-lib="129"]{position: relative;
	width: 100%;
	margin-top: 130px;}[data-lib="129"] .title{position: relative;
	margin-bottom: 22px;
	padding-bottom: 40px;}[data-lib="129"] .title h1{width: 100%;
	font-size: 2.9rem;
	text-align: left;
	line-height: 1.3;}[data-lib="129"] .title .sb_title{margin-top: 20px;
	font-size: 1.05rem;}[data-lib="129"] .title:before{content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--o-r-colors-main) 0%, var(--o-r-colors-main) 25%, var(--o-r-colors-main_sub) 25%, var(--o-r-colors-main_sub) 100%);}@media (max-width: 900px){[data-lib="129"]{margin-top: 0;}[data-lib="129"] .title{margin-bottom: 0;
	padding-bottom: 24px;}[data-lib="129"] .title h1{font-size: 1.7rem;}[data-lib="129"] .title .sb_title{margin-top: 12px;
	font-size: 1rem;}[data-lib="129"] .pan{display: none;}}/*widget:2fb14bfa-7573-41a7-afc5-ea373e798448*/
[data-lib="127"]{width: 100%;
	text-align: right;
	font-size: .9rem;}[data-lib="127"] a,[data-lib="127"] 
span{color: #AEAEAE;}[data-lib="127"] #breadcrumb ol{margin:0;
	padding:0;}[data-lib="127"] #breadcrumb ol li{display: inline-block;}[data-lib="127"] #breadcrumb ol li:first-child{padding-left:0;}[data-lib="127"] #breadcrumb ol li:nth-child(n+2){position: relative;
	padding-left: 10px;}[data-lib="127"] ol li:nth-child(n+2):before{content: '>';
	padding-right: 10px;
	color: #AEAEAE;
	font-family: sans-serif;}[data-lib="127"] a{display: inline-block;}[data-lib="127"] a span{margin: 0 auto;}/*widget:6a3b8508-8b09-430e-9dea-00c83a77b097*/
[data-lib="316"] .w-schedule .w-ttl .w-update{margin-top: 3px;
	color: #AEAEAE;
	font-size: 1.05rem;}[data-lib="316"] .w-schedule .w-ttl .w-update img{width: 15px;
	margin-right: 2px;
	vertical-align: text-bottom;}[data-lib="316"] .w-schedule table{margin-top: 50px;}[data-lib="316"] .w-schedule table tr.even{background: var(--o-r-colors-main_sub);}[data-lib="316"] .w-schedule td:nth-of-type(1),[data-lib="316"] .w-schedule 
  td:nth-of-type(2),[data-lib="316"] .w-schedule 
  td:nth-of-type(3){text-align: center;}[data-lib="316"] .w-schedule th:nth-of-type(1),[data-lib="316"] .w-schedule 
  td:nth-of-type(1){width: 7%;}[data-lib="316"] .w-schedule th:nth-of-type(2),[data-lib="316"] .w-schedule 
  td:nth-of-type(2){width: 7%;}[data-lib="316"] .w-schedule th:nth-of-type(3),[data-lib="316"] .w-schedule 
  td:nth-of-type(3){width: 7%;}[data-lib="316"] .w-schedule th:nth-of-type(4),[data-lib="316"] .w-schedule 
  td:nth-of-type(4){width: 79%;}@media (max-width: 900px){[data-lib="316"] .w-schedule .w-ttl .w-update{font-size: 1rem;}[data-lib="316"] .w-schedule table{margin-top: 30px;}}/*layout:1*//*layout:3*/