@charset "UTF-8";

/* ==================================================
	NEWS
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.newslist01 {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub-title {
		display: block;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight:500;
		color: #000;
		margin-bottom: 50px;
	}
	.sub-title small {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.newslinks {
		display: block;
		margin-bottom: 40px;
	}
	.newslinks .acd-check{
		display: none;
	}
	.newslinks .acd-label{
		background:#EDCB55;
		color: #000;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 1;
		line-height: 1;
		padding: 12px 0 11px 20px;
		position: relative;
	}
	.newslinks .acd-label::before,
	.newslinks .acd-label::after{
		position: absolute;
		top: -2px;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.newslinks .acd-label::before{
		right: 12px;
		width: 7px;
		height: 7px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.newslinks .acd-content{
		background: #000;
		color: #FFF;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		display: none;
	}
	.newslinks .acd-check:checked + .acd-label + .acd-content{
		height: auto;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.newslinks .acd-check:checked + .acd-label::before{
		right: 12px;
		top: 4px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 0px solid #000;
		border-right: 0px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.newslinks .acd-content li {
		display: block;
		float:left;
		width: 50%;
		color: #FFF;
	}
	.newslinks .acd-content li a {
		display: block;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 1;
		padding: 12px 0 11px 20px;
		border-bottom: #343434 solid 1px;
	}
	.newslinks .acd-content li:nth-child(1) a,
	.newslinks .acd-content li:nth-child(3) a,
	.newslinks .acd-content li:nth-child(5) a,
	.newslinks .acd-content li:nth-child(7) a,
	.newslinks .acd-content li:nth-child(9) a,
	.newslinks .acd-content li:nth-child(11) a{
		border-right: #343434 solid 1px;
	}
	.newslinks .list-num {
		display: block;
		text-align: right;
		position: relative;
		margin-bottom: 4px;
		padding-right: 10px;
	}
	.newslinks .list-num::before {
		position: absolute;
		left: 0px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 90%;
		height: 1px;
		background: #000;
	}
	.newslinks .list-num p {
		display: inline-block;
		background: #FFF;
		padding-left: 10px;
		position: relative;
		z-index: 4;
	}
	.col-2 .one {
		display: block;
		margin-bottom: 40px;
		position: relative;
	}
	.top-info {
		margin-left: 20px;
		margin-right: 20px;
	}
	.top-info .one .inners {
		padding-top: 15px;
		padding-left: 10px;
	}
	.top-info .one dl {
		display: block;
	}
	.top-info .one dt {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		color: #FFF;
		font-size: 1.2rem;
		font-weight:lighter;
		line-height: 1;
		padding: 7px 20px 7px 20px;
		z-index: 2;
	}
	.top-info .one dt a {
		color: #FFF;
		text-decoration: none;
	}
	.top-info .one  dd {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 1.2rem;
		line-height: 1;
	}
	.top-info .one figure {
		display: block;
		height: 200px;
		overflow: hidden;
	}
	.top-info .one img {
		max-width: 100%;
		width: 100%;
	}
	.top-info .one h3 {
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
		padding-top: 10px;
		letter-spacing: 1px;
	}
	.top-info .one .honbun {
		display: block;
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: normal;
		padding-left: 10px;
		padding-top: 8px;
	}
	.paging-wrap {
		display: block;
		border-top: #BABABA solid 1px;
		padding: 20px 0 130px 0;
		text-align: center;
	}
	.page-n-ri {
		display: block;
		padding-bottom: 25px;
		position: relative;
		overflow: hidden;
	}
	.wp-pagenavi {
		display: block;
		position: relative;
		color: #000;
	}
	.wp-pagenavi li {
		display: inline;
		font-size: 1.5rem;
	}
	.wp-pagenavi span {
		display:inline-block;
		font-size: 2.2rem;
		font-weight: 700;
		margin: 0px;
		line-height: 100%;
	}
	.wp-pagenavi span.current { 
		display:inline-block;
		font-size: 2.2rem;
		font-weight: 700;
		padding-left:8px;
		padding-right:8px;
		color:#DDC05A;
		line-height: 100%;
		margin: 0px;
	}
	.wp-pagenavi a {
		display:inline-block;
		position: relative;
		color: #000;
		font-weight: 700;
		font-size: 2.2rem;
		padding-left:8px;
		padding-right:8px;
		line-height: 100%;
		text-decoration:none;
		margin: 0px !important;
	}
	.wp-pagenavi a.la {
	}
	.wp-pagenavi a.la:hover {
	}
	.wp-pagenavi a:hover,
	.wp-pagenavi a.prevpostslink:hover,
	.wp-pagenavi a.nextpostslink:hover{
		color: #DDC05A;
	}
	.wp-pagenavi span.extend {
		display:inline-block;
		padding-left: 4px;
		padding-right: 4px;
		font-weight: 700;
	}
	a.prevpostslink{
		line-height: 100%;
		font-weight: 700;
		position: absolute;
		left: 10px;
		top: -3px;
		font-weight: normal;
		font-size: 3rem;
	}
	
	a.nextpostslink{
		line-height: 100%;
		font-weight: 700;
		position: absolute;
		right: 10px;
		font-weight: normal;
		font-size: 3rem;
		top: -3px;
	}
	
	
	a.previouspostslink{
		line-height: 100%;
		font-weight: 700;
		position: absolute;
		left: 10px;
		font-weight: normal;
		font-size: 3rem;
		top: -3px;
	}
	a.nextpostslink{
		line-height: 100%;
		font-weight: 700;
		position: absolute;
		right: 10px;
		font-weight: normal;
		font-size: 3rem;
		top: -3px;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.sub-title {
		display: block;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight:500;
		color: #000;
		margin-bottom: 50px;
	}
	.sub-title small {
		font-size: 1.6rem;
		letter-spacing: 1px;
		margin-left: 30px;
		margin-top: 20px;
	}
	.newslinks {
		display: block;
		margin-bottom: 50px;
	}
	.newslinks .list-num {
		display: block;
		text-align: right;
		position: relative;
		margin-bottom: 4px;
	}
	.newslinks .list-num::before {
		position: absolute;
		left: 0px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 100%;
		height: 1px;
		background: #000;
	}
	.newslinks .list-num p {
		display: inline-block;
		background: #FFF;
		padding-left: 10px;
		position: relative;
		z-index: 4;
	}
	.newslinks .list-num p small {
		line-height: 1;
		font-size: 1.1rem;
		letter-spacing: 1;
	}
	.newslinks .list {
		display: block;
	}
	.newslinks .list li {
		display: block;
		float: left;
		width: 20%;
	}
	.newslinks .list li a {
		display: block;
		text-align: center;
		background: #000;
		color: #FFF;
		font-size: 1.35rem;
		font-weight: 400;
		line-height: 1;
		font-weight: normal;
		letter-spacing: 1px;
		padding: 10px 0 ;
		border-left: #FFF solid 1px;
	}
	.newslinks .list li a:hover,
	.newslinks .list li.current a{
		color: #000;
		text-decoration:none;
		background: #EDCB55;
	}
	.col-2 .one {
		display: block;
		float: left;
		width: 48%;
	}
	.col-2 .one:nth-child(2n) {
		float: right;
	}
	.top-info .one {
		position: relative;
		margin-bottom: 35px;
	}
	.top-info .one .lef {
		display: block;
		float: left;
		width: 62.5%;
		padding-top: 15px;
		padding-left: 10px;
		position: relative;
	}
	.top-info .one .ref {
		display: block;
		float: right;
		width: 33.33%;
	}
	.top-info .one .inners {
		padding-top: 15px;
	}
	.top-info .one dl {
		display: block;
	}
	.top-info .one dt {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		color: #FFF;
		font-size: 1.2rem;
		font-weight:lighter;
		line-height: 1;
		padding: 3px 20px 5px 20px;
		z-index: 2;
	}
	.top-info .one dt a {
		color: #FFF;
		text-decoration: none;
	}
	.top-info .one  dd {
		display: block;
		position: absolute;
		right: 10px;
		top: 0px;
		font-size: 1.1rem;
		line-height: 1;
	}
	.top-info .one figure {
		display: block;
		height: 210px;
	}
	.top-info .one img {
		max-width: 100%;
	}
	.top-info .one h3 {
		display: block;
		font-size: 1.6rem;
		line-height: 1.5;
		padding-top: 10px;
		letter-spacing: 1px;
	}
	.top-info .one .honbun {
		display: block;
		font-size: 1.2rem;
		line-height: 1.4;
		font-weight: normal;
		padding-left: 10px;
		padding-top: 10px;
	}
	.paging-wrap {
		display: block;
		border-top: #BABABA solid 1px;
		padding: 20px 0 190px 0;
		text-align: center;
	}
	.page-n-ri {
		display: block;
		padding-bottom: 25px;
		position: relative;
		overflow: hidden;
	}
	.wp-pagenavi {
		display: block;
		float: left;
		left: 50%;
		position: relative;
		color: #000;
	}
	.wp-pagenavi li {
		display: inline;
		font-size: 1.5rem;
	}
	.wp-pagenavi span {
		display: block;
		float: left;
		position: relative;
		left: -50%;
		font-size: 1.5rem;
		margin: 0px;
		line-height: 100%;
	}
	.wp-pagenavi span.current { 
		display:block;
		float: left;
		font-weight: 700;
		font-size: 1.5rem;
		padding-left:25px;
		padding-right:25px;
		color:#DDC05A;
		line-height: 100%;
		margin: 0px;
	}
	.wp-pagenavi a {
		display: block;
		float: left;
		position: relative;
		color: #000;
		left: -50%;
		font-weight: 700;
		font-size: 1.5rem;
		padding-left:25px;
		padding-right:25px;
		line-height: 100%;
		text-decoration:none;
		margin: 0px !important;
	}
	.wp-pagenavi a.la {
	}
	.wp-pagenavi a.la:hover {
	}
	.wp-pagenavi a:hover,
	.wp-pagenavi a.prevpostslink:hover,
	.wp-pagenavi a.nextpostslink:hover{
		color: #DDC05A;
	}
	.wp-pagenavi span.extend {
		display: block;
		float: left;
		font-weight: 700;
		padding-left: 15px;
		padding-right: 15px;
	}
	a.prevpostslink,
	a.nextpostslink{
		font-weight: 700;
		line-height: 100%;
	}
}
/* ========== end â–³ */


/* ==================================================
	NEWS-DETAIL
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.news-detailbox {
		display: block;
		
	}
	.news-detailbox .tis {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-detailbox .tis .cats {
		display: block;
		margin-bottom: 30px;
	}
	.news-detailbox .tis .cats span {
		display: inline-block;
		font-size: 1.2rem;
		background: #000;
		padding: 6px 20px ;
		color: #FFF;
		line-height: 1;
	}
	.news-detailbox .tis .cats span a {
		color: #FFF !important;
		text-decoration: none;
	}
	.news-detailbox .tis .cats small {
		margin-left: 15px;
		font-size: 1.1rem;
		line-height: 1;
	}
	.news-detailbox .tis h2 {
		display: block;
		line-height: 1.5;
		color: #000;
		font-size: 2.3rem;
		font-weight: normal;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.news-detailbox .imgbox {
		display: block;
		position: relative;
	}
	.news-detailbox .imgbox .inner {
		display: block;
	}
	.news-detailbox .imgbox figure {
		display: block;
		position: relative;
	}
	.news-detailbox .imgbox figure img {
		width: 100%;
	}
	.news-detailbox .imgbox figcaption {
		display: block;
		position: absolute;
		left: 20px;
		bottom: -15px;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.news-detailbox .imgbox .txt {
		display: block;
		font-size: 1.6rem;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: 2px;
		line-height: 1.6;
	}
	.news-detailbox .sns {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 35px;
	}
	.news-detailbox .sns li {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.n-col2 {
		display: block;
		margin-top: 50px;
	}
	.n-col2 .left-base {
		display: block;
	}
	.n-col2 .right-base {
		display: block;
		margin-bottom: 100px;
	}
	.mokuzi {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mokuzi .acd-check{
		display: none;
	}
	.mokuzi .acd-label{
		position: relative;
		color: #000;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 1;
		line-height: 1;
	}
	.mokuzi .acd-label::after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: "";
		background: #000;
	}
	.mokuzi .acd-label span {
		display: inline-block;
		font-size: 1.5rem;
		line-height: 1;
		background: #000;
		color: #FFF;
		padding: 4px 16px 5px 16px;
		position: relative;
		z-index: 10;
	}
	.mokuzi .acd-label::before {
		position: absolute;
		background: #FFF;
		padding-left: 5px;
		right: 0;
		top: 2px;
		content: "Open";
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 1;
		font-weight: normal;
		z-index: 10;
		cursor: pointer;
	}
	.mokuzi .acd-check:checked + .acd-label::before {
		position: absolute;
		background: #FFF;
		padding-left: 5px;
		right: 0;
		top: 2px;
		content: "Close";
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 1;
		font-weight: normal;
		z-index: 10;
		cursor: pointer;
	}
	.mokuzi .acd-content{
		color: #FFF;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		display: none;
	}
	.mokuzi .acd-check:checked + .acd-label + .acd-content{
		height: auto;
		padding: 10px 0 0 0;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.mokuzi .acd-content ul li {
		list-style-type: decimal !important;
		margin-left: 24px;
		color: #000;
	}
	.mokuzi .acd-content li a {
		display: block;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 1.5;
		margin-bottom: 8px;
	}
	.deta-main {
		display: block;
		color: #2F2F2F;
	}
	.deta-main img {
		width: 100%;
	}
	.deta-main h2 {
		display: block;
		font-size: 2.1rem;
		font-weight: normal;
		color: #000;
		background: #EDCB55;
		line-height: 1.2;
		padding: 6px 20px 6px 20px;
		margin-bottom: 20px;
		margin-top: 80px;
		font-family: 'Noto Serif JP', serif;
	}
	.deta-main p {
		font-size: 1.6rem;
		margin-left: 20px;
		margin-right: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		color: #2F2F2F;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.deta-main p a {
		text-decoration: underline;
	}
	.deta-main img {
		max-width: 100%;
	}
	.deta-main h3 {
		display: block;
		margin-top: 60px;
		margin-bottom: 20px;
		padding: 6px 20px 6px 20px;
		background: #000;
		color: #FFF;
		line-height: 1;
		font-size: 1.9rem;
		font-weight: normal;
		font-family: 'Noto Serif JP', serif;
	}
	.deta-main blockquote {
		border: #000 solid 1px;
		position: relative;
		padding: 40px 20px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 1.6rem;
		line-height: 1.8;
		color: #2F2F2F;
		margin-bottom: 30px;
	}
	.deta-main blockquote div {
		text-align: right;
	}
	.deta-main blockquote a {
		text-align: right;
		color: #2F2F2F;
		text-decoration: underline;
	}
	.deta-main blockquote::before {
		position: absolute;
		left: 20px;
		top: 15px;
		content: "";
		background: url(../images/quote.svg) left top no-repeat;
		background-size: 100% auto;
		width: 20px;
		height: 27px;
	}
	.deta-main ul {
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.deta-main ul li {
		display: block;
		position: relative;
		font-size: 1.6rem !important;
		font-weight: 400;
		line-height: 1.5;
		color: #2F2F2F;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.deta-main ul li a {
		color: #2F2F2F;
	}
	.deta-main ul li::before {
		position: absolute;
		left: 0px;
		top: 5px;
		content: "";
		border-radius: 50%;
		width: 10px;
		height: 10px;
		background: #EDCB55;
	}
	.deta-main ol {
		counter-reset: number;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.deta-main ol li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
		padding-top: 1px;
		font-size: 1.6rem;
	}
	.deta-main ol li a {
		color: #2F2F2F;
	}
	.deta-main ol li::before {
		position: absolute;
		background: #EDCB55;
		left: 0px;
		top: 0;
		width: 20px;
		text-align: center;
		height: 20px;
		border-radius: 50%;
		font-size: 1.6rem;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		counter-increment: number;
	   content: counter(number);
	}
	.deta-main .scr {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 15px;
	}
	.deta-main .scr {
	  overflow-x: auto;
	}
	.deta-main .scr::-webkit-scrollbar {
	  height: 5px;
	}
	.deta-main .scr::-webkit-scrollbar-track {
	  border-radius: 5px;
	  background: #eee;
	}
	.deta-main .scr::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
	}
	.deta-main .scr::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
	 .scroll-wrap{
    width: 90%;
    padding: 5%;
    overflow-x: auto;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 10px;
  }
  .scroll-wrap::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scroll-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
	.deta-main table {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
		/*width: 630px;*/
		border-left: #BABABA solid 1px;
		border-top: #BABABA solid 1px;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight:700;
		color: #2F2F2F;
	}
	.deta-main th {
		text-align: center;
		vertical-align: middle;
		border-right: #BABABA solid 1px;
		border-bottom: #BABABA solid 1px;
		background: #EDCB55;
		padding: 10px 0;
		width: 20%;
		font-weight:700;
	}
	.deta-main th.bg1 {
		color: #FFF;
		background: #535353;
	}
	.deta-main td {
		text-align: center;
		vertical-align: middle;
		border-right: #BABABA solid 1px;
		border-bottom: #BABABA solid 1px;
		padding: 15px 0;
		font-weight:700;
	}
	.deta-main td.bg1 {
		background: #F2F2F2;
	}
	.bnrs-deta {
		display: block;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.bnrs-deta img {
		width: 100%;
	}
	.sns-deta {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.sns-deta li {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.right-base img {
		width: 100%;
	}
	.right-base img:hover {
		opacity: 0.8;
	}
	.right-base .r-top {
		position: relative;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.right-base .r-top img {
		width: 100%;
	}
	.right-base .r-top figcaption {
		position: absolute;
		left: 0px;
		bottom: -16px;
		font-size: 1.2rem;
		line-height: 1;
		font-weight: normal;
		color: #535353;
	}
	.right-base .tibox {
		display: block;
		margin-top: 70px;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: #000 solid 1px;
		padding-bottom: 10px;
	}
	.right-base .tibox h3 {
		display: block;
		float: left;
		font-size: 2.7rem;
		line-height: 1;
		font-weight: normal;
		color: #000;
		letter-spacing: 2px;
	}
	.right-base .tibox small {
		display: block;
		float: right;
		font-size: 1.5rem;
		padding-top: 4px;
		line-height: 1;
		font-weight: normal;
		color: #000;
		letter-spacing: 2px;
	}
	.kanren {
		display: block;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	.kanren a {
		display: block;
		text-decoration: none;
		margin-bottom: 20px;
	}	
	.kanren a:hover img {
		opacity: 0.8;
	}
	.kanren a:hover p {
		text-decoration: underline !important;
	}
	.kanren .one {
		display: block;
	}
	.kanren figure {
		display: block;
		float: left;
		width: 50%;
		height: 120px;
		overflow: hidden;
	}
	.kanren .txt {
		display: block;
		float: right;
		width: 43%;
		margin-right: 3%;
	}
	.kanren .txt .cats {
		display: block;
		text-align: right;
		margin-bottom: 10px;
	}
	.kanren .txt .cats span {
		display: inline-block;
		color: #FFF;
		background: #000;
		font-size: 1rem;
		line-height: 1;
		font-weight: lighter;
		padding: 0px 10px 2px 10px;
	}
	.kanren .txt p {
		color: #000;
		font-size: 1.55rem;
		line-height: 1.6;
	}
	.r-catlist {
		display: block;
		margin-bottom: 70px;
	}
	.r-catlist li {
		display: block;
		border-bottom: #C3C3C3 solid 1px;
	}
	.r-catlist li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 11px 20px 10px 20px;
	}
	.r-catlist li a:hover {
		background: #EDEDED;
	}
	.r-catlist li a::before,
	.r-catlist li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.r-catlist li a::before{
		right: 10px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.r-catlist li a b {
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 1px;
	}
	.r-catlist li a small {
		position: absolute;
		right: 23px;
		top: 10px;
		background: #EDCB55;
		color: #000;
		font-size: 1.2rem;
		font-weight: normal;
		padding: 0 4px 1px 4px;
	}
	.r-top.bn2 {
		margin-bottom: 40px;
	}
	.newsdeta-list {
		display: block;
		position: relative;
		margin-top: 150px;
		padding: 70px 20px 0px 20px;
	}
	.newsdeta-list h2 {
		font-size: 2.5rem;
	}
	.newsdeta-list h2 small {
		font-size: 1.6rem;
	}
	.newsdeta-list::before {
		position: absolute;
		z-index: -1;
		left: 0px;
		top: 0px;
		content: "";
		width: 100%;
		height: 200px;
		background: #EDCB55;
	}
	.susume .col-3 .one {
		display: block;
		margin-bottom: 40px;
		position: relative;
	}
	.susume .one .inners {
		padding-top: 15px;
		padding-left: 10px;
	}
	.susume .one dl {
		display: block;
	}
	.susume .one dt {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		color: #FFF;
		font-size: 1.2rem;
		font-weight:lighter;
		line-height: 1;
		padding: 3px 20px 5px 20px;
		z-index: 2;
	}
	.susume .one  dd {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 1.2rem;
		line-height: 1;
	}
	.susume .one figure {
		display: block;
	}
	.susume .one img {
		max-width: 100%;
		width: 100%;
	}
	.susume .one h3 {
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
		padding-top: 10px;
		letter-spacing: 1px;
	}
	.susume .one .honbun {
		display: block;
		font-size: 1.3rem;
		line-height: 1.4;
		font-weight: normal;
		padding-left: 10px;
		padding-top: 8px;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.news-detailbox {
		display: block;
		margin-bottom: 75px;
	}
	.news-detailbox .tis {
		display: block;
	}
	.news-detailbox .tis .cats {
		display: block;
		margin-bottom: 45px;
	}
	.news-detailbox .tis .cats span {
		display: inline-block;
		font-size: 1.2rem;
		background: #000;
		padding: 6px 20px ;
		color: #FFF;
		line-height: 1;
	}
	.news-detailbox .tis .cats span a {
		color: #FFF !important;
		text-decoration: none;
	}
	.news-detailbox .tis .cats small {
		margin-left: 30px;
		font-size: 1.1rem;
		line-height: 1;
	}
	.news-detailbox .tis h2 {
		display: block;
		line-height: 1.3;
		color: #000;
		font-size: 2.5rem;
		font-weight: normal;
		letter-spacing: 2px;
		margin-bottom: 50px;
	}
	.news-detailbox .imgbox {
		display: block;
		position: relative;
	}
	.news-detailbox .imgbox .inner {
		display: block;
	}
	.news-detailbox .imgbox figure {
		display: block;
		float: left;
		width: 62%;
		position: relative;
	}
	.news-detailbox .imgbox figure img {
		width: 100%;
	}
	.news-detailbox .imgbox figcaption {
		display: block;
		position: absolute;
		left: 0;
		bottom: -15px;
		font-size: 1rem;
		font-weight: normal;
	}
	.news-detailbox .imgbox .txt {
		display: block;
		float: right;
		width: 35%;
		padding-top: 10px;
		letter-spacing: 2px;
		line-height: 1.6;
	}
	.news-detailbox .sns {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 35%;
	}
	.news-detailbox .sns li {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.n-col2 {
		display: block;
	}
	.n-col2 .left-base {
		display: block;
		float: left;
		width: 62%;
		margin-bottom: 150px;
	}
	.n-col2 .right-base {
		display: block;
		float: right;
		width: 30%;
	}
	.mokuzi {
		display: block;
	}
	.mokuzi .acd-check{
		display: none;
	}
	.mokuzi .acd-label{
		position: relative;
		color: #000;
		display: block;
		font-size: 1.6rem;
		letter-spacing: 1;
		line-height: 1;
	}
	.mokuzi .acd-label::after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: "";
		background: #000;
	}
	.mokuzi .acd-label span {
		display: inline-block;
		font-size: 1.3rem;
		line-height: 1;
		background: #000;
		color: #FFF;
		padding: 1px 16px 2px 16px;
		position: relative;
		z-index: 10;
	}
	.mokuzi .acd-label::before {
		position: absolute;
		background: #FFF;
		padding-left: 5px;
		right: 0;
		top: 2px;
		content: "Open";
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 1;
		font-weight: normal;
		z-index: 10;
		cursor: pointer;
	}
	.mokuzi .acd-check:checked + .acd-label::before {
		position: absolute;
		background: #FFF;
		padding-left: 5px;
		right: 0;
		top: 2px;
		content: "Close";
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 1;
		font-weight: normal;
		z-index: 10;
		cursor: pointer;
	}
	.mokuzi .acd-content{
		color: #FFF;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
		display: none;
	}
	.mokuzi .acd-check:checked + .acd-label + .acd-content{
		height: auto;
		padding: 10px 0 0 0;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.mokuzi .acd-content ul li {
		list-style-type: decimal !important;
		margin-left: 24px;
		color: #000;
	}
	.mokuzi .acd-content li a {
		display: block;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 1.5;
		margin-bottom: 8px;
	}
	.mokuzi .acd-content li a:hover {
		text-decoration: underline;
	}
	.deta-main {
		display: block;
		color: #2F2F2F;
	}
	.deta-main h2 {
		display: block;
		font-size: 2rem;
		font-weight: normal;
		color: #000;
		background: #EDCB55;
		line-height: 1.2;
		padding: 3px 20px 4px 20px;
		margin-bottom: 30px;
		margin-top: 100px;
		font-family: 'Noto Serif JP', serif;
	}
	.deta-main p {
		font-size: 1.5rem;
		font-weight: normal;
		letter-spacing: 2px;
		color: #2F2F2F;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.deta-main p a {
		text-decoration: underline;
	}
	.deta-main p a:hover {
		color: #DDC05A;
	}
	.deta-main img {
		max-width: 100%;
	}
	.deta-main h3 {
		display: block;
		margin-top: 70px;
		margin-bottom: 20px;
		padding: 3px 20px 4px 20px;
		background: #000;
		color: #FFF;
		line-height: 1;
		font-size: 1.6rem;
		font-weight: normal;
		font-family: 'Noto Serif JP', serif;
	}
	.deta-main blockquote {
		border: #000 solid 1px;
		position: relative;
		padding: 40px 20px;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #2F2F2F;
		margin-bottom: 30px;
	}
	.deta-main blockquote div {
		text-align: right;
	}
	.deta-main blockquote a {
		text-align: right;
		color: #2F2F2F;
		text-decoration: underline;
	}
	.deta-main blockquote a:hover {
		text-decoration: none;
	}
	.deta-main blockquote::before {
		position: absolute;
		left: 10px;
		top: 10px;
		content: "";
		background: url(../images/quote.svg) left top no-repeat;
		background-size: 100% auto;
		width: 30px;
		height: 27px;
	}
	.deta-main ul {
		margin-bottom: 30px;
	}
	.deta-main ul li {
		display: block;
		position: relative;
		font-size: 1.5rem;
		line-height: 1.5;
		color: #2F2F2F;
		font-weight: 700;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.deta-main ul li a {
		color: #2F2F2F;
	}
	.deta-main ul li::before {
		position: absolute;
		left: 0px;
		top: 5px;
		content: "";
		border-radius: 50%;
		width: 10px;
		height: 10px;
		background: #EDCB55;
	}
	.deta-main ol {
		counter-reset: number;
		margin-bottom: 30px;
	}
	.deta-main ol li {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
		padding-top: 1px;
		font-weight: 700;
	}
	.deta-main ol li a {
		color: #2F2F2F;
	}
	.deta-main ol li::before {
		position: absolute;
		background: #EDCB55;
		left: 0px;
		top: 0;
		width: 20px;
		text-align: center;
		height: 20px;
		border-radius: 50%;
		font-size: 1.2rem;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		counter-increment: number;
	   content: counter(number);
	}
	.deta-main table {
		width: 100%;
		border-left: #BABABA solid 1px;
		border-top: #BABABA solid 1px;
		font-size: 1,3rem;
		line-height: 1.4;
		font-weight:700;
		color: #2F2F2F;
		margin-bottom: 30px;
	}
	.deta-main th {
		text-align: center;
		vertical-align: middle;
		border-right: #BABABA solid 1px;
		border-bottom: #BABABA solid 1px;
		background: #EDCB55;
		padding: 10px 0;
		width: 20%;
		font-weight:700;
	}
	.deta-main th.bg1 {
		color: #FFF;
		background: #535353;
	}
	.deta-main td {
		text-align: center;
		vertical-align: middle;
		border-right: #BABABA solid 1px;
		border-bottom: #BABABA solid 1px;
		padding: 15px 0;
		font-weight:700;
	}
	.deta-main td.bg1 {
		background: #F2F2F2;
	}
	.bnrs-deta {
		display: block;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.bnrs-deta img {
		width: 100%;
	}
	.bnrs-deta img:hover {
		opacity: 0.8;
	}
	.sns-deta {
		display: block;
	}
	.sns-deta li {
		display: block;
		float: left;
		margin-right: 5px;
	}
	.right-base img {
		width: 100%;
	}
	.right-base img:hover {
		opacity: 0.8;
	}
	.right-base .r-top {
		position: relative;
		margin-bottom: 16px;
	}
	.right-base .r-top img {
		width: 100%;
	}
	.right-base .r-top figcaption {
		position: absolute;
		left: 0px;
		bottom: -16px;
		font-size: 1.1rem;
		line-height: 1;
		font-weight: normal;
		color: #535353;
	}
	.right-base .tibox {
		display: block;
		margin-top: 80px;
		border-bottom: #000 solid 1px;
		padding-bottom: 10px;
	}
	.right-base .tibox h3 {
		display: block;
		float: left;
		font-size: 2rem;
		line-height: 1;
		font-weight: normal;
		color: #000;
		letter-spacing: 2px;
	}
	.right-base .tibox small {
		display: block;
		float: right;
		font-size: 1.3rem;
		padding-top: 8px;
		line-height: 1;
		font-weight: normal;
		color: #000;
		letter-spacing: 2px;
	}
	.kanren {
		display: block;
		margin-top: 20px;
	}
	.kanren a {
		display: block;
		text-decoration: none;
		margin-bottom: 15px;
	}	
	.kanren a:hover img {
		opacity: 0.8;
	}
	.kanren a:hover p {
		text-decoration: underline !important;
	}
	.kanren .one {
		display: block;
	}
	.kanren figure {
		display: block;
		float: left;
		width: 50%;
		height: 110px;
		overflow: hidden;
	}
	.kanren .txt {
		display: block;
		float: right;
		width: 45%;
	}
	.kanren .txt .cats {
		display: block;
		text-align: right;
		margin-bottom: 10px;
	}
	.kanren .txt .cats span {
		display: inline-block;
		color: #FFF;
		background: #000;
		font-size: 1rem;
		line-height: 1;
		font-weight: lighter;
		padding: 0px 10px 2px 10px;
	}
	.kanren .txt p {
		color: #000;
		font-size: 1.2rem;
		line-height: 1.7;
	}
	.r-catlist {
		display: block;
		margin-bottom: 70px;
	}
	.r-catlist li {
		display: block;
		border-bottom: #C3C3C3 solid 1px;
	}
	.r-catlist li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 9px 10px 10px 10px;
	}
	.r-catlist li a:hover {
		background: #EDEDED;
	}
	.r-catlist li a::before,
	.r-catlist li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.r-catlist li a::before{
		right: 10px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.r-catlist li a b {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 1px;
	}
	.r-catlist li a small {
		position: absolute;
		right: 23px;
		top: 11px;
		background: #EDCB55;
		color: #000;
		font-size: 1.1rem;
		font-weight: normal;
		padding: 0 4px 1px 4px;
	}
	.r-top.bn2 {
		margin-bottom: 55px;
	}
	.newsdeta-list {
		display: block;
		position: relative;
		padding: 60px 0 130px 0;
	}
	.newsdeta-list::before {
		position: absolute;
		z-index: -1;
		left: 0px;
		top: 0px;
		content: "";
		width: 100%;
		height: 200px;
		background: #EDCB55;
	}
	.susume .col-3 .one {
		display: block;
		margin-bottom: 40px;
		position: relative;
	}
	.susume .one .inners {
		padding-top: 15px;
		padding-left: 10px;
	}
	.susume .one dl {
		display: block;
	}
	.susume .one dt {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #000;
		color: #FFF;
		font-size: 1.2rem;
		font-weight:lighter;
		line-height: 1;
		padding: 3px 20px 5px 20px;
		z-index: 2;
	}
	.susume .one  dd {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 1.2rem;
		line-height: 1;
	}
	.susume .one figure {
		display: block;
	}
	.susume .one img {
		max-width: 100%;
	}
	.susume .one h3 {
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
		padding-top: 10px;
		letter-spacing: 1px;
	}
	.susume .one .honbun {
		display: block;
		font-size: 1.3rem;
		line-height: 1.4;
		font-weight: normal;
		padding-left: 10px;
		padding-top: 8px;
	}
}
/* ========== end â–³ */


/* ==================================================
	RECRUIT
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.recsubti {
		display: block;
	}
	.recsubti figure {
		display: block;
		margin-left: 20px;
		margin-bottom: 40px;
	}
	.recsubti figure img {
		width: 100%;
	}
	.recsubti p.mt {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 1.9;
		margin-bottom: 120px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.rec-visual {
		display: block;
		background:url(../images/bk_recruit-mission_sp.jpg) top center no-repeat;
		background-size: cover;
		padding-top: 80px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
	}
	.rec-visual h2 {
		display: block;
		color: #FFF;
		font-weight:500;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 50px;
	}
	.rec-visual h2 small {
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1;
		display: block;
	}
	.rec-visual p {
		color: #E0E0E0;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 1.9;
	}
	.recruit-catch {
		display: block;
		margin-top: 140px;
		margin-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.recruit-catch .txt {
		display: block;
		margin-bottom: 30px;
	}
	.recruit-catch .txt h2 {
		font-size: 3rem;
		margin-bottom: 40px;
	}
	.recruit-catch .txt h2 small {
		font-size: 1.5rem;
	}
	.recruit-catch .txt p {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		color: #535353;
		line-height: 1.9;
		letter-spacing: 1px;
	}
	.recruit-catch figure {
		display: block;
	}
	.recruit-catch figure img {
		width: 100%;
	}
	.rec-imglist {
		display: block;
		margin-bottom: 190px;
	}
	.rec-imglist img {
		width: 100%;
	}
	.col-4 {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.col-4 figure {
		float: left;
		width: 49%;
		margin-bottom: 10px;
	}
	.col-4 figure:nth-child(2n){
		float: right;
	}
	.col-4 figure img {
		width: 100%;
	}
	.col-4 figure figcaption {
		display: block;
		font-size: 1.5rem;
		margin-top: 5px;
		color: #535353;
	}
	.recruit-main {
		display: block;
		margin-top: 110px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 140px;
	}
	.recruit-main h2 {
		border-bottom: #000 solid 1px;
		padding-bottom: 30px;
		margin-bottom: 15px;
	}
	.recruit-main table {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.recruit-main table th {
		text-align: left;
		vertical-align: top;
		font-weight:700;
		font-size: 1.6rem;
		display: block;
		color: #2F2F2F;
		padding-bottom: 2px;
		line-height: 1;
	}
	.recruit-main table td {
		display: block;
		text-align: left;
		font-weight: normal;
		color: #717171;
		padding-bottom: 15px;
		line-height: 1.6;
	}
	.recruit-main table td .t-in {
		margin-bottom: 10px;
	}
	.btn002 {
		display: block;
	}
	.recruit-main .btn002 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.recruit-main .btn002 a {
		max-width: 500px;
	}
	.btn002 a {
		display: block;
		text-align: center;
		color: #FFF;
		background: #000;
		border: #FFF solid 1px;
		text-decoration: none;
		line-height: 1.2;
		font-size: 1.6rem;
		font-weight: normal;
		padding: 12px 0;
	}
	.r-caut {
		display: block;
		max-width: 500px;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #2F2F2F;
		
	}
	.r-caut a {
		text-decoration: underline;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.recsubti {
		display: block;
	}
	.recsubti figure {
		display: block;
		margin-bottom: 45px;
	}
	.recsubti p.mt {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 1.9;
		margin-bottom: 135px;
	}
	.rec-visual {
		display: block;
		background: url(../images/bk_recruit-mission_pc.jpg) top center no-repeat;
		background-size: cover;
		padding-top: 70px;
		padding-bottom: 95px;
	}
	.rec-visual h2 {
		display: block;
		color: #FFF;
		font-weight:500;
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 45px;
	}
	.rec-visual h2 small {
		margin-left: 20px;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1;
	}
	.rec-visual p {
		color: #E0E0E0;
		font-size: 1.4rem;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 1.9;
	}
	.recruit-catch {
		display: block;
		margin-top: 150px;
		margin-bottom: 40px;
	}
	.recruit-catch .txt {
		display: block;
		float: left;
		width: 52.5%;
		margin-top: 40px;
	}
	.recruit-catch .txt h2 {
		font-size: 3rem;
		margin-bottom: 50px;
	}
	.recruit-catch .txt h2 small {
		font-size: 1.4rem;
		margin-left: 20px;
	}
	.recruit-catch .txt p {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
		color: #535353;
		line-height: 1.9;
		letter-spacing: 1px;
	}
	.recruit-catch figure {
		display: block;
		float: right;
		width: 40%;
	}
	.recruit-catch figure img {
		width: 100%;
	}
	.rec-imglist {
		display: block;
		margin-bottom: 190px;
	}
	.rec-imglist img {
		width: 100%;
	}
	.col-4 {
		display: block;
	}
	.col-4 figure {
		float: left;
		margin-right: 26px;
		width: calc((100% - (26px * 3)) / 4 - .01px);
	}
	.col-4 figure:nth-child(4){
		margin-right: 0;
	}
	.col-4 figure figcaption {
		display: block;
		font-size: 1.1rem;
		margin-top: 5px;
		color: #535353;
	}
	.recruit-main {
		display: block;
		margin-bottom: 170px;
	}
	.recruit-main h2 {
		border-bottom: #000 solid 1px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.recruit-main table {
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.9;
	}
	.recruit-main table th {
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		color: #2F2F2F;
		padding-bottom: 40px;
		width: 23%;
		line-height: 1.9;
	}
	.recruit-main table td {
		text-align: left;
		font-weight: normal;
		color: #717171;
		padding-bottom: 40px;
		line-height: 1.6;
	}
	.recruit-main table td .t-in {
		margin-bottom: 20px;
	}
	.btn002 {
		display: block;
	}
	.recruit-main .btn002 {
		margin-left: 23%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.recruit-main .btn002 a {
		max-width: 500px;
	}
	.btn002 a {
		display: block;
		text-align: center;
		color: #FFF;
		background: #000;
		border: #FFF solid 1px;
		text-decoration: none;
		line-height: 1.2;
		font-size: 1.5rem;
		font-weight: normal;
		padding: 13px 0;
	}
	.btn002 a:hover {
		border: #000 solid 1px;
		background: #FFF;
		color: #000;
	}
	.r-caut {
		display: block;
		margin-left: 23%;
		max-width: 500px;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.4;
		color: #2F2F2F;
		
	}
}
/* ========== end â–³ */


/* ==================================================
	CONTACT
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.cont-box001 {
		display: block;
	}
	.cont-box001 .mt {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.cont-tel {
		display: block;
		position: relative;
		margin-bottom: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.cont-tel::before {
		position: absolute;
		z-index: -1;
		left: 0px;
		top: 5px;
		margin: auto;
		content: "";
		width: 100%;
		height: 1px;
		background: #000;
	}
	.cont-tel b {
		display:inline-block;
		padding-right: 15px;
		position: relative;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 1px;
		background: #FFF;
		margin-bottom: 10px;
	}
	.cont-tel .ref .tels {
		display: block;
		
	}
	.cont-tel .ref .tels span {
		display: none;
	}
	.cont-tel .ref .tels p {
		display: block;
	}
	.cont-tel .ref .tels p a {
		text-decoration: none;
		color: #000;
		display: block;
		text-align: center;
		border: #000 solid 1px;
		font-size: 2.3rem;
		font-weight: normal;
		letter-spacing: 1px;
		padding: 12px 0 12px 0;
		line-height: 1;
	}
	.cont-tel .ref .tels p img {
		display: inline;
		margin-top: 0px;
		margin-right: 6px;
	}
	.cont-tel .ref .tels small {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1;
		padding-top: 3px;
	}
	.cont-flow {
		display: block;
		margin-bottom: 140px;
	}
	.col-3-2 {
		display: block;
		margin-bottom: 10px;
	}
	.col-3-2 li {
		display: block;
		float: left;
		width: calc(100% / 3);
	}
	.col-3-2 li b {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1;
		padding: 7px 0 9px 0;
		background: #717171;
		color: #FFF;
		border-right: #FFF solid 1px;
		font-weight: normal;
	}
	.col-3-2 li.current b {
		background: #EDCB55;
		color: #000;
	}
	.cont-flow .caut {
		display: block;
		font-size: 1.5rem;
		color: #535353;
		line-height: 1;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.cont-tab {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.cont-tab table {
		width: 100%;
		font-size: 1.6rem;
		color: #000;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.ni {
		display:block;
		float: left;
		margin-right: 10px;
		padding: 4px 5px 5px 5px;
		color: #FFF;
		background: #8B8B8B;
		font-size: 1.2rem;
		line-height: 1;
		font-weight: 400;
	}
	.hi {
		display:block;
		float: left;
		padding: 4px 5px 5px 5px;
		color: #FFF;
		background: #000;
		font-size: 1.2rem;
		line-height: 1;
		margin-right: 10px;
		font-weight: 400;
	}
	.cont-tab table th b {
		display: block;
		float: left;
		font-weight: normal;
	}
	.cont-tab table th {
		display: block;
		text-align: left;
		vertical-align:middle;
		padding-bottom: 10px;
	}
	.cont-tab table td {
		display: block;
		text-align: left;
		vertical-align: middle;
		padding-bottom: 25px;
	}
	.cont-tab table td small {
		display: block;
		font-size: 1.2rem;
		line-height: 1;
		color: #717171;
		margin-top: 5px;
	}
	.n001 {
		font-size: 16px;
		line-height: 1;
		width: 90%;
		padding: 9px 10px 11px 10px;
		background: #E5E5E5;
		border: none;
	}
	.cont-tab table td select {
		font-size: 16px;
		line-height: 1;
		width: 90%;
		padding: 9px 10px 11px 10px;
		background: #E5E5E5;
		border: none;
	}
	.n002 {
		font-size: 16px;
		line-height: 1;
		width: 90%;
		padding: 9px 10px 11px 10px;
		background: #E5E5E5;
		border: none;
		margin-right: 10px;
	}
	.cont-tab table label {
		vertical-align:bottom;
		margin-right: 70px;
		font-size: 1.7rem;
	}
	input[type="radio"],input[type="checkbox"]{
	  position: relative;
	  top: -3px;
	}
	input[type="radio"] {
		margin-right: 6px;
	}
	.txer {
		width: 90%;
		height: 240px;
		font-size: 16px;
		padding: 10px;
		border: #000 solid 1px;
	}
	.c-priv {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1;
		color: #2F2F2F;
		margin-bottom: 35px;
	}
	.c-priv a {
		text-decoration: underline;
	}
	.c-priv a:hover {
		color: #DDC05A;
	}
	.cbtn {
		display: block;
		text-align: center;
	}
	.sbt {
		margin-top: 15px;
		height: 50px;
		width: 100%;
		background: #000;
		border: #000 solid 1px;
		color: #FFF;
		font-size: 1.7rem;
		line-height: 1;
	}
	.sbt:hover {
		color: #000;
		background: #FFF;
	}
	.error {
		display: block;
		font-size: 1.6rem;
		margin-left: 20px;
		margin-right: 20px;
		line-height: 1.9;
		color: #DB0000;
		margin-bottom: 40px;
	}
	.mw_wp_form_confirm .sbt {
		margin-left: 7px;
		margin-right: 7px;
		width: 120px;
		height: 45px;
	}
	.cont-last p {
		display: block;
		font-size: 1.6rem;
		line-height: 1.8;
		color: #2F2F2F;
		letter-spacing: 1px;
		margin-bottom: 70px;
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.cont-last .btn002 {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 20px;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.cont-box001 {
		display: block;
	}
	.cont-box001 .mt {
		display: block;
		font-size: 1.3rem;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 60px;
	}
	.cont-tel {
		display: block;
		position: relative;
		margin-bottom: 76px;
	}
	.cont-tel::before {
		position: absolute;
		z-index: -1;
		left: 0px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 400px;
		height: 1px;
		background: #000;
	}
	.cont-tel b {
		display: block;
		float: left;
		padding-right: 15px;
		position: relative;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 1px;
		background: #FFF;
		margin-right: 130px;
		margin-top: 8px;
	}
	.cont-tel p {
		display: block;
		float: left;
		background:url(../images/icon-tel_black.svg) left 15px top 7px no-repeat #FFF;
		padding-left: 40px;
		font-size: 2.9rem;
		line-height: 1;
		color: #000;
		letter-spacing: 1px;
	}
	.cont-tel p small {
		margin-left: 10px;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 1px;
	}
	.cont-flow {
		display: block;
		margin-bottom: 170px;
	}
	.col-3-2 {
		display: block;
		margin-bottom: 10px;
	}
	.col-3-2 li {
		display: block;
		float: left;
		width: calc(100% / 3);
	}
	.col-3-2 li b {
		display: block;
		text-align: center;
		font-size: 1.3rem;
		line-height: 1;
		padding: 7px 0 9px 0;
		background: #717171;
		color: #FFF;
		border-right: #FFF solid 1px;
		font-weight: normal;
	}
	.col-3-2 li.current b {
		background: #EDCB55;
		color: #000;
	}
	.cont-flow .caut {
		display: block;
		font-size: 1.1rem;
		color: #535353;
		line-height: 1;
		margin-bottom: 30px;
	}
	.cont-tab {
		display: block;
	}
	.cont-tab table {
		width: 100%;
		font-size: 1.4rem;
		color: #000;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.ni {
		display:block;
		float: left;
		margin-right: 10px;
		padding: 4px 5px 5px 5px;
		color: #FFF;
		background: #8B8B8B;
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1;
	}
	.hi {
		display:block;
		float: left;
		padding: 4px 5px 5px 5px;
		color: #FFF;
		background: #000;
		font-size: 1.1rem;
		line-height: 1;
		margin-right: 10px;
		font-weight: 400;
	}
	.cont-tab table th b {
		display: block;
		float: left;
		font-weight: normal;
	}
	.cont-tab table th {
		text-align: left;
		vertical-align:middle;
		width: 250px;
		padding-bottom: 40px;
	}
	.cont-tab table th.th2 {
		padding-bottom: 15px;
	}
	.cont-tab table td {
		text-align: left;
		vertical-align: middle;
		padding-bottom: 40px;
	}
	.cont-tab table td small {
		font-size: 1.1rem;
		line-height: 1;
		color: #717171;
	}
	.n001 {
		font-size: 1.7rem;
		line-height: 1;
		width: 93%;
		padding: 9px 20px 11px 20px;
		background: #E5E5E5;
		border: none;
	}
	.n002 {
		font-size: 1.7rem;
		line-height: 1;
		width: 57%;
		padding: 9px 20px 11px 20px;
		background: #E5E5E5;
		border: none;
		margin-right: 10px;
	}
	.cont-tab table label {
		vertical-align:bottom;
		margin-right: 70px;
	}
	input[type="radio"],input[type="checkbox"]{
	  position: relative;
	  top: -3px;
	}
	input[type="radio"] {
		margin-right: 6px;
	}
	.txer {
		width: 93%;
		height: 240px;
		font-size: 1.7rem;
		padding: 20px;
		border: #000 solid 1px;
	}
	.c-priv {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1;
		color: #2F2F2F;
		margin-bottom: 45px;
	}
	.c-priv a {
		text-decoration: underline;
	}
	.c-priv a:hover {
		color: #DDC05A;
	}
	.cbtn {
		display: block;
		text-align: center;
	}
	.sbt {
		margin: 15px;
		height: 50px;
		width: 350px;
		background: #000;
		border: #000 solid 1px;
		color: #FFF;
		font-size: 1.5rem;
		line-height: 1;
	}
	.sbt:hover {
		color: #000;
		background: #FFF;
		border: #000 solid 1px;
	}
	.error {
		display: block;
		font-size: 1.4rem;
		line-height: 1.9;
		color: #DB0000;
		margin-bottom: 40px;
	}
	.mw_wp_form_confirm .cont-tab {
		margin-top: 50px;
	}
	.mw_wp_form_confirm table th {
		width: 280px;
	}
	.mw_wp_form_confirm table {
		margin-bottom: 40px;
	}
	.mw_wp_form_confirm .sbt {
		margin-left: 25px;
		margin-right: 25px;
	}
	.cont-last {
		display: block;
		margin-top: 45px;
	}
	.cont-last p {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
		color: #2F2F2F;
		letter-spacing: 1px;
		margin-bottom: 100px;
	}
	.cont-last .btn002 {
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 120px;
	}
}
@media all and (-ms-high-contrast: none) {
  .ni {
		padding: 7px 5px 3px 5px;
	  margin-top: -4px;
	}
	.hi {
		padding: 7px 5px 3px 5px;
	  margin-top: -4px;
	}
}

/* ========== end â–³ */


/* ==================================================
	PRIVACY
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.priv-base {
		display: block;
		padding-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 110px;
	}
	.priv-base p {
		font-size: 1.6rem;
		line-height: 1.9;
		color: #2F2F2F;
	}
	.priv-base .mt {
		display: block;
		margin-bottom: 50px;
	}
	.privs {
		display: block;
		margin-bottom: 30px;
	}
	.privs h3 {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	.privs h3 span {
		display: inline-block;
		background: #FFF;
		padding-right: 15px;
		font-size: 1.6rem;
		line-height: 1.3;
		color: #000;
		font-weight: normal;
	}
	.privs p {
		display: block;
	}
	.privs p a {
		text-decoration: underline;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.priv-base {
		display: block;
		padding-top: 20px;
		padding-bottom: 140px;
	}
	.priv-base p {
		font-size: 1.3rem;
		line-height: 1.9;
		color: #2F2F2F;
	}
	.priv-base .mt {
		display: block;
		margin-bottom: 80px;
	}
	.privs {
		display: block;
		margin-bottom: 70px;
	}
	.privs h3 {
		display: block;
		position: relative;
		margin-bottom: 15px;
	}
	.privs h3::after {
		position: absolute;
		left: 0px;
		top: 9px;
		margin: auto;
		content: "";
		width: 100%;
		height: 1px;
		background: #000;
		z-index: -1;	
	}
	.privs h3 span {
		display: inline-block;
		background: #FFF;
		padding-right: 15px;
		font-size: 1.6rem;
		line-height: 1.3;
		color: #000;
		font-weight: normal;
	}
	.privs p {
		display: block;
	}
	.privs p a {
		text-decoration: underline;
	}
	.privs p a:hover {
		color: #DDC05A;
	}
}
/* ========== end â–³ */


/* ==================================================
	404
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.page-404 {
		display: block;
		position: relative;
		background: #6E6963;
	}
	.page-404::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		content: "";
		background: url(../images/page404sp.jpg) top center no-repeat;
		background-size: cover;
		z-index: 1;
	}
	.p404ti {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 30px;
		margin-bottom: 60px;
		color: #FFF;
		position: relative;
		z-index: 5;
	}
	.p404ti h2 {
		display: block;
		text-align: right;
		color: #FFF;
		font-size: 3.2rem;
		line-height: 1.3;
		font-weight: normal;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.p404ti b {
		display: block;
		text-align: right;
		font-size: 1.9rem;
		line-height: 1.8;
		font-weight: normal;
		margin-bottom: 60px;
		letter-spacing: 2px;
	}
	.p404ti p {
		display: block;
		text-align:left;
		font-size: 1.4rem;
		line-height: 1.8;
		font-weight: normal;
		letter-spacing: 2px;
	}
	.p404-list {
		display: block;
		margin-bottom: 50px;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
		z-index: 5;
	}
	.p404-list a {
		display: block;
		background: rgba(0,0,0,0.7);
		color: #FFF;
		text-decoration: none;
		position: relative;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.p404-list a::before,
	.p404-list a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.p404-list a::before{
		right: 20px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.p404-list a h3 {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1;
		margin-bottom: 5px;
	}
	.p404-list a p {
		display: block;
		font-size: 1.3rem;
		color: #E0E0E0;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.p404-list a:hover {
		background: rgba(0,0,0,1);
		color: #EDCB55;
	}
	.p404-list a:hover h3 {
		color: #EDCB55;
	}
	.p404-list a:hover p {
		color: #EDCB55;
	}
	.backpage {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 150px;
		position: relative;
		z-index: 5;
	}
	.backpage a {
		display: block;
		color: #FFF;
		text-decoration: none;
		position: relative;
	}
	.backpage a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		width: 45%;
		height: 1px;
		background: #FFF;
	}
	.backpage a span {
		display: inline-block;
		position: relative;
		font-size: 1.7rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 25px;
	}
	.backpage a span::before {
		position: absolute;
		left: 0px;
		top: 0px;
		content: "<<";
		font-size: 1.6rem;
		color: #FFF;
		line-height: 1;
	}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.page-404 {
		display: block;
		position: relative;
		background: #6E6963;
	}
	.page-404::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		content: "";
		background: url(../images/page404.jpg) top center no-repeat;
		background-size: cover;
		z-index: 1;
	}
	.p404ti {
		display: block;
		padding-top: 45px;
		margin-bottom: 80px;
		color: #FFF;
		position: relative;
		z-index: 5;
	}
	.p404ti h2 {
		display: block;
		text-align: right;
		color: #FFF;
		font-size: 5rem;
		line-height: 1.3;
		font-weight: normal;
		letter-spacing: 2px;
		margin-bottom: 55px;
	}
	.p404ti b {
		display: block;
		text-align: right;
		font-size: 2.2rem;
		line-height: 1.3;
		font-weight: normal;
		margin-bottom: 37px;
		letter-spacing: 2px;
	}
	.p404ti p {
		display: block;
		text-align:right;
		font-size: 1.3rem;
		line-height: 1.8;
		font-weight: normal;
		letter-spacing: 2px;
	}
	.p404-list {
		display: block;
		margin-bottom: 50px;
		position: relative;
		z-index: 5;
	}
	.p404-list a {
		display: block;
		background: rgba(0,0,0,0.7);
		color: #FFF;
		text-decoration: none;
		position: relative;
		padding: 10px 25px;
	}
	.p404-list a::before,
	.p404-list a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.p404-list a::before{
		right: 15px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.p404-list a h3 {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1;
		margin-bottom: 5px;
	}
	.p404-list a p {
		display: block;
		font-size: 1.3rem;
		color: #E0E0E0;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.p404-list a:hover {
		background: rgba(0,0,0,1);
		color: #EDCB55;
	}
	.p404-list a:hover h3 {
		color: #EDCB55;
	}
	.p404-list a:hover p {
		color: #EDCB55;
	}
	.backpage {
		display: block;
		margin-bottom: 300px;
		position: relative;
		z-index: 5;
	}
	.backpage a {
		display: block;
		color: #FFF;
		text-decoration: none;
		position: relative;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		width: 83%;
		height: 1px;
		background: #FFF;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a span {
		display: inline-block;
		position: relative;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 25px;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a span::before {
		position: absolute;
		left: 0px;
		top: 0px;
		content: "<<";
		font-size: 1.6rem;
		color: #FFF;
		line-height: 1;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a:hover::after {
		width: 84%;
		background: #EDCB55;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a:hover span {
		color: #EDCB55;
		padding-left: 15px;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
	.backpage a:hover span::before {
		position: absolute;
		left: -10px;
		top: 0px;
		content: "<<";
		font-size: 1.6rem;
		color: #EDCB55;
		line-height: 1;
		-webkit-transition: 0.2s ease-in-out;
		   -moz-transition: 0.2s ease-in-out;
		     -o-transition: 0.2s ease-in-out;
		        transition: 0.2s ease-in-out;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	.backpage a::after {
		width: 78%;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 860px) {
	.backpage a::after {
		width: 73%;
	}
}
/* ========== end â–³ */


/* ==================================================
	CHECKBOX
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
	.mycheckbox input[type="checkbox"]{
    display: none;
}
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    left: 8px;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.mycheckbox input[type="checkbox"]:checked+label::before{
		background-color: #EDCB55;
	}
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 5px;
    margin-top: -3px;
    top: 50%;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color:  #000; /* ãƒã‚§ãƒƒã‚¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.myradio input[type="radio"]{
    display: none;
}
.myradio input[type="radio"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
.myradio input[type="radio"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
	border-radius: 50%;
    margin-top: -8px;
    left: 8px;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.myradio input[type="radio"]:checked+label::before{
		background-color: #EDCB55;
	}
.myradio input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
	border-radius: 50%;
    margin-top: -5px;
    top: 50%;
    left: 11px;
    background-color:  #000; /* ãƒã‚§ãƒƒã‚¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
.mycheckbox input[type="checkbox"]{
    display: none;
}
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    left: 8px;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.mycheckbox input[type="checkbox"]:checked+label::before{
		background-color: #EDCB55;
	}
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 5px;
    margin-top: -3px;
    top: 50%;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color:  #000; /* ãƒã‚§ãƒƒã‚¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}

	.myradio {
		display: block;
		float: left;
	}
.myradio input[type="radio"]{
    display: none;
}
.myradio input[type="radio"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
.myradio input[type="radio"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
	border-radius: 50%;
    margin-top: -8px;
    left: 8px;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.myradio input[type="radio"]:checked+label::before{
		background-color: #EDCB55;
	}
.myradio input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
	border-radius: 50%;
    margin-top: -5px;
    top: 50%;
    left: 11px;
    background-color:  #000; /* ãƒã‚§ãƒƒã‚¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
}
/* ========== end â–³ */
@media all and (-ms-high-contrast: none) {
  .mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    left: 8px;
    top: 37%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.myradio input[type="radio"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
	border-radius: 50%;
    margin-top: -8px;
    left: 8px;
    top: 40%;
    border: 1px solid;
    border-color:  #585753; /* æž ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
    background-color: #FFF; /* èƒŒæ™¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
	.myradio input[type="radio"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
	border-radius: 50%;
    margin-top: -5px;
    top: 40%;
    left: 11px;
    background-color:  #000; /* ãƒã‚§ãƒƒã‚¯ã®è‰²å¤‰æ›´ ãŠå¥½ããªè‰²ã‚’ */
}
}


/* ==================================================
	WP FORMé–¢ä¿‚
================================================== */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.abtem2 {
		position: relative;
		white-space: nowrap
	}
	.abtem2 b {
		position: absolute;
		left: 42px;
		top: 0;
	}
	.confilms .abtem2 {
		position: relative;
		white-space: nowrap;
		top: -20px;
	}
	.confilms .abtem2 b {
		position: absolute;
		left: 0px;
		top: 0px;
	}
}
.confilms .c-priv {
	display: none !important;
}
.confilms .myradio {
	display: none !important;
}
.confilms .d-none {
	display:block !important;
}
.confilms .confilm-none {
	display: none !important;
}
.confilms .hi,
.confilms .ni {
	display: none !important;
}
.confilms td small {
	display: none !important;
}
.x-none {
	display: none !important;
}
span.error {
	padding: 0px !important;
	margin: 0px !important;
	display: block;
}
/* ========== end â–³ */




/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.w-imbg {
		display:flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		/*height: 405px;*/
		text-align: center;
		vertical-align: middle;
		background: #EFEFEF;
	}
	.w-imbg img {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.confilms .abtem2 {
		
	}
}


.scroll-box {
overflow: auto;
margin-bottom:10px;
white-space: nowrap;
}
.scroll-box::-webkit-scrollbar {
height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
border-radius: 5px;
background: #F3F3F3;
}
.scroll-box::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #CCCCCC;
}
@media only screen and (min-width: 768px) {
.scroll-box {
white-space: normal;
}
}
