@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bg_glay,
.bg_glay:hover {
	background: #ccc!important;
	opacity: 1.0;
}


/* init */
body {
	color: #333;
	opacity: 0;
	position: relative;
	-webkit-print-color-adjust: exact;
}
header ,
footer {
	line-height: 100%;
}
body ,
input ,
select ,
button ,
textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
a {
	text-decoration: none;
	/* FireFoxで無駄な枠線を表示しないよう追加 */
	outline: none !important;
	word-wrap: break-word;
}
a[onclick] {
	cursor: pointer;
}
a[href^="tel"] {
	color:inherit;
	cursor: text;
	text-decoration: none;
}
.pc_device a[href^="tel"]:hover {
	opacity: 1.0;
}
figcaption {
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: center;
}
.content-area figure img {
	vertical-align: top;
}
button {
	border: none;
	cursor: pointer;
	outline: none;
}
strong {
	color: #E93280;
}
sup,sub {
	font-size: 70%;
}
sup {
	vertical-align: text-top;
}
header img {
	vertical-align: top;
}
.emphasis {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1em;
}
.bg_gray {
	background: #f2f5f5;
	padding: 100px 0;
}

.bg_gray  table td {
	background-color: #fff;
}
/** FireFoxで無駄な枠線を表示しないよう追加 */
.clearfix:after {
	content:'';
	clear: both;
	display: block;
}

.inner:after {
	clear: both;
	content: '';
	display: block;
}
@media print, screen and (min-width:768px) {
	.inner {
		width: 1050px;
		margin: 0 auto;
	}
	a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width:767px) {
	.inner {
		padding: 0 10px;
	}
}

@media print, screen and (min-width:1065px) {
	body {
		overflow-x: hidden;
	}
	.inner {
		margin: 0 auto;
	}
}
@media print, screen and (min-width:668px) and (max-width:1065px) {
	#page-title-area, .content-area {
		overflow-x: hidden;
	}
}

/* =======================================- */
/* ▼▼　header
/* =======================================- */
#translate-annotation {
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	padding: 7px 0;
	text-align: right;
}
#h-logo a {
	display: inline-block;
}
/* pankuzu */
#pankuzu ul:after {
	content: '';
	clear: both;
	display: block
}
#pankuzu li {
	float:left;
	font-size: 14px;
	margin: 0;
    padding: 10px 0;
}
#pankuzu li:before {
	display: none;
}
#pankuzu li:nth-child(n+2):before {
	background: none;
	content:'>';
	color: #000000;
	display: inline-block;
	height: 1em;
	margin: 0;
	padding: 0 6px;
	text-align: center;
	vertical-align: top;
	width: 1em;
}
#pankuzu li a {
	color: #ff9900;
}

/* =======================================- */
/* ▼▼　PC:page title
/* =======================================- */
#page-title-area {
	background: #cccccc;
}
#page-title-wrap {
	color: #ffffff;
}

#page-title-wrap h1 {
	color: #ffffff;
	text-shadow: 2px 2px 15px #000;
}


/* =======================================- */
/* ▼▼　content
/* =======================================- */
#main-content{
	margin-top: 70px;
}
#top #main-content {
	margin-top: 0;
}
section {
	margin-bottom: 100px;
}
section p {
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}
section p + p {
	margin-top: 1.5em
}

/* midashi */
h2 {
	color: #000;
	text-align: center;
}
h2:after {
	border-bottom: 2px solid #ff9900;
	content: "";
	display: block;
	padding: 0 0 5px;
	margin: 10px auto 0;
	width: 40px;
}
h3 {
	border-bottom: 1px solid #ff9900;
	color: #ff9900;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.4;
	padding-bottom: .5em;
}
h4 {
	border-left: 5px solid #ff9900; 
	color: #ff9900;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 10px;

}
p.read {
	color: #ff9900;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}


/* リスト系
    ==================================- */
header ul li a {
	color: #000;
}
#main-conten  ul {
	margin-left: 20px;
}
#main-content ul > li {
	text-align: left;
	position: relative;
}

#main-content ul > li a {
	text-decoration: none;
}
#main-content ul ul,
#main-content ol ol {
	margin-top: .5em;
}
#container  .link_list > li {
	padding-left: 20px;
}
#container  .icon_pdf {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
/* テキストリンク（囲み） */
#main-content .link_box li {
	display: table;
	background: #fff4e3;
	line-height: 1;
	padding-left: 0;
}
#main-content a {
	color: #ff9900;
	text-decoration: none;
}
#main-content .link_box a {
	display: inline-block;
	padding: 10px 20px 10px 30px;
}
#main-content .link_box > li:before {
	margin-left: 10px;
}
#main-content .link_list a:hover {
	opacity: .7;
}
#main-content .link_box > li:before {
	top: 13px;
}
ul:not(.link_list) > li > ul > li:before {
	background: #999;
}
header ul li:before {
	display: none;
}
ol {
	counter-reset: ol_list;
	padding-left: 36px;
}
ol li:nth-child(n+2) {
	margin-top: .5em;
}
ol > li:before {
	color: #ff9900;
	content: counter(ol_list)".";
	counter-increment: ol_list;
	margin: 0 .5em 0 0;
	width: 1em;
}
ol ol li:before {
	color: inherit;
}
.t_small {
	font-size: 70%;
	vertical-align: middle;
}
/* dl */
dt {
	border-bottom: 1px dotted #ff9900;
	color: #ff9900;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: .5em;
	margin-bottom: 15px;
}
dt:nth-child(n+2) {
	margin-top: 2em;
}
dt:before {
	background: #fff;
	border: 2px solid #ff9900;
	border-radius: 6px;
	content: '';
	display: inline-block;
	height: 4px;
	margin: 11px 10px 0 0;
	width: 4px;
	vertical-align: top;
}
dd {
	margin: 0 0 1em;
}

/* link */
.link-img-hn {
	text-decoration: none;
}
.link-img-hn:hover {
	opacity: 0.7;
}
.btn-blue {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.btn-blue:before {
	border: 0px;
	border-top: solid 2px #0A57A2;
	border-right: solid 2px #0A57A2;
	content: '';
	height: 6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	width: 6px;
}


/* caution */
p.caution {
	padding-left: 25px;
}
/* グレーのボーダー */
.border_box {
	border: 1px solid #cccccc;
	padding: 23px 30px;
}

/* kakomi-pattern */
.kakomi-pattern1 {
	border: 1px solid #ccc;
	display: block !important;
	font-size: 14px;
	padding: 15px 25px;
	position: relative;
}
.kakomi-pattern1 + .kakomi-pattern1 {
	margin-top: 1em !important;
}
.kakomi-pattern1 > *:last-child {
	margin: 0;
}
.kakomi-pattern1.kakomi-attestation ,
.kakomi-pattern1.kakomi-caution {
	padding-left: 70px;
}
.kakomi-title {
	border: none;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0;
}
.kakomi-attestation .kakomi-title {
	color: #1967ad;
}
.kakomi-caution .kakomi-title {
	color: #ff666d;
}



/* テーブル系
    ==================================- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th {
	background: #fff4e3;
	border-bottom: 1px solid #fff;
	color: #ff9900;
	vertical-align: top;
	width: 230px;
}
table tr:first-of-type th {
	border-top: 1px solid #fff;
}
td {
	border-bottom: 1px solid #fff4e3;
	text-align: left;
}
td:first-of-type {
	border-top: 1px solid #fff4e3;
}
td.th_sub {
	background: #e9e9e9;
}

/* page top*/
#pagetop-area {
	background: #e5e5e5;
}
#pagetop-area p {
	text-align: center;
}
#pagetop-area a {
	display: block;
	font-weight: bold;
	padding: 17px 0;
}
#pagetop {
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
#pagetop img {
	height: 70px;
	width: 70px;
}
#f-top-btn .col .btn-blue:before {
	content: "";
	display: inline-block;
	height: 28px;
	margin-left: 20px;
	margin-top: -15px;
	transform: rotate(0);
	width: 28px;
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
footer {
	background: #f7f6f7;
	border-top: 1px solid #e9e9e9;
	margin-top: 20px;
}
footer a {
	color: inherit;
	text-decoration: none;
}
footer li a:hover {
	text-decoration: underline;
	opacity: 1.0;
}
footer .f_name {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .5em;
}
footer p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
footer .col:first-child .pattern1_1 p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
footer .col:first-child .pattern1_1 p span:first-child {
	font-size: 15px;
}
footer span:not(.f_name) {
	font-size: 13px;
}
footer .col:first-child .pattern1_1 span:first-child {
	display: inline-block;
	font-weight: bold;
	margin-right: 8px;
	margin-top: 2px;
	vertical-align: text-top;
}
footer .col:first-child .pattern1_1:last-child a {
	text-align: center;
	width: 100%;
}
footer .col:first-child .pattern1_1 .col:nth-child(2) p {
	margin-left: -30px;
	padding-left: 30px;
}
footer .col:first-child .pattern1_1 .col:nth-child(2) p:before {
	background: #ffffff;
	content: "";
	display: inline-block;
	height: 20px;
	margin-left: -25px;
	margin-right: 15px;
	opacity: 0.7;
	vertical-align: middle;
	width: 1px;
}
footer .col:first-child .pattern1_1 .col:first-child span:last-child {
	margin-left: 25px;
}

#f-top {
}
#f-bottom {
	text-align: center;
}
#f-company-name {
	font-weight: bold;
}


/* =======================================- */
/* ▼▼　Cookie
/* =======================================- */
#f-bottom {
	background: #000;
}
#copyright {
	color: #fff;
	font-size: 10px;
}
#cookie-area {
	background: #eb1c24;
	color: #fff;
}
.cookie-button button {
	background: #a7060e;
	border: 1px solid #dd9b9d;
	color: #fff;
}


/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width:768px) {
	body {
		line-height: 1.8;
		width: auto;
	}
	header ,
	#page-title-area ,
	.content-area ,
	footer {
		overflow: hidden;
	}
	.sideway footer .inner {
		margin: 0 auto;
		width: 900px;
	}
	
	.content-area:not(#welfare) figure img {
		height: auto;
		width: 100%;
	}
	a:hover,
	a:hover {
		text-decoration: none;
	}
	a:focus {
		outline: none !important;
	}
	
	/* 注意書きのボーダー */
	.orange_box {
		border: 1px solid #ff9900;
		padding: 50px;
	}
	
	/* テーブル
	==================================- */
	
	.table_type_none,
	.table_type_none td {
		border: none;
		border-right: none!important;
		padding: 2px!important;
		text-align: left!important;
		vertical-align: text-bottom;
	}
	
	
	/* カラム
	==================================- */
	.pattern1_1,
	.pattern2_1,
	.pattern1_2,
	.pattern3_1,
	.pattern1_3,
	.pattern1_1_1,
	.pattern1_1_1_1 {
		display: -webkit-flex;
		display: flex;
		display: block\9;
	}
	/* =======================================- */
	/* ▼▼　PC:header
	/* =======================================- */
	/* header main */
	header .inner {
		overflow-x: visible;
		max-width: 1400px;
		min-width: 1050px;
		width: auto;
	}
	#h-logo {
		margin: 25px 0 0 25px;
		display: inline-block;
		float: left;
	}
	.base #h-logo {
		display: inline-block;
		float: left;
	}
	#h-logo img {
		vertical-align: top;
	}
	#h-r {
		float: right;
		width: calc(100% - 705px);
	}
	#h-r:after {
		contents: '';
		clear: both;
		display: block;
	}
	#h-btn {
		float: right;
	}
	#h-btn ul {
		display: -webkit-flex;
		display: flex;
	}
	#h-btn li {
		margin: 0 0 0 10px;
	}
	#h-btn .btn_gp a {
		display: block;
		height: 36px;
		width: 126px;
	}
	#page-title-wrap {
		padding: 123px 0;
	}
	#r-nav {
		display: block;
		float: right;
		height: 100px;
		position: relative;
		text-align: center;
		overflow: hidden;
		width: 100px;
	}
	
	#r-nav:before {
		background-image: -moz-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		position: absolute;
		top: -21px;
		left: -20px;
		content: "";
		display: inline-block;
		height: 140px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 140px;
		z-index: -1;
	}
	#r-nav a {
		display: block;
		height: 100%;
		vertical-align: middle;
	}
	#r-nav figure {
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		left: 26px;
		transform: translateY(-50%);
	}
	#r-nav ul {
		display: flex;
		padding-left: 20px;
	}
	#r-nav ul li,
	#h-nav ul li{
		margin-top: 0;
	}
	#h-nav {
		display: inline-block;
		float: right;
	}
	#h-nav > ul {
		display: -webkit-inline-flex;
		display: inline-flex;
		margin-top: 20px;
		height: 80px;
	}
	#r-nav > ul > li {
		font-size: 13px;
	}
	#r-nav > ul > li:nth-child(n+2) {
		font-size: 13px;
		margin-left: 50px;
	}
	#h-nav .this_page,
	#h-nav .this_parent,
	#f-menu .this_page,
	#f-menu .this_parent {
		color: #ff9900;
	}
	#h-nav > ul > li {
		margin-top: 25px;
		letter-spacing: 0px;
	}
	#h-nav > ul > li:nth-of-type(n+2) > a {
		border-left: 1px solid #000;
	}
	#h-nav > ul > li:nth-of-type(1) > a {
		padding: 0 25px 0 0;
	}
	#h-nav > ul > li > a {
		display: inline-block;
		font-size: 15px;
		line-height: 1.4;
		padding: 0 25px;
		text-decoration: none;
	}
	#h-nav > ul > li > a:not(.this_page):hover {
		color: #ff9900;
		z-index: 9999;
	}
	#h-nav #staff-menu:hover:after,
	#h-nav #support-menu:hover:after,
	#h-nav #information-menu:hover:after,
	#h-nav #stages-menu:hover:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 15px 15px;
		border-color: transparent transparent #fff4e3 transparent;
		margin: 20px 0 -1px 55px!important;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		transition: all .6s;
	}
	#h-nav #information-menu:hover:after {
		margin: 20px 0 -1px 45px!important;
	}
	#h-nav .sub-menu {
		width: 100vw;
		z-index: 1000;
		left: 0;
		overflow: hidden;
		opacity: 0;
		position: absolute;
		top: 100px;
		height: 0;
		
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	#h-nav > ul ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		left: 0;
		margin: 0 auto;
		width: 800px;
		float: right;
	}
	#h-nav > ul ul li {
		letter-spacing: 1px;
		width: 200px;
	}
	#h-nav > ul ul li a:hover {
		color: #ff9900;
	}
	#h-nav > ul ul li {
		border-bottom: 1px solid #000000;
		position: relative;
	}

	#h-nav > ul ul li {
		margin-bottom: 30px;
		margin-right: 30px;
	}
	#h-nav > ul > li ul {
	}
	#h-nav > ul > li:hover .sub-menu {
		background: #fff3e3;
		height: auto;
		padding: 50px 0;
		opacity: 1;
		position: absolute;
		left: 0;
		width: 100vw;
		top: 100px;
		
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	#h-nav > ul ul li:nth-child(n+2) {
		margin-top: 0;
	}
	#h-nav > ul ul a {
		display: block;
		font-size: 14px;
		padding: 15px 0;
		text-decoration: none;
	}
	#h-nav .current > a , 
	#h-nav a:hover {
		opacity: 1.0;
	}

	/* header button */
	.content-area > .inner {
		background: #0A57A2;
	}
	#h-menu-btn ,
	#h-menu-close {
		display: none;
	}
	
	/* pankuzu */
	#pankuzu {
		background: #f7f6f7;
		background-size: contain;
		color: #000000;
	}
	#pankuzu  ul{
		margin-left: 20px;
	}
	
	/* 追従するナビ */
	#content_nav ul li.active {
		background: #B2CAE2;
		background-size: contain;
	}
	#content_nav {
		background: #DCE6F0;
		background-size: contain;
		margin-right: calc(400px - 50vw);
		padding-right: calc(50vw - 400px);
	}
	#content_nav a {
		font-size: 15px;
		color: #333333;
		padding-bottom: 7px;
		margin-left: 20px;
		margin-right: 50px;
		text-decoration: none;
	}
	#content_nav li {
		padding-right: 0!important;
	}
	#content_nav li.active {
		background: #B2CAE2;
		position: relative;
	}
	#content_nav li.active a {
		color: #0A57A2;
	}
	#content_nav li.active:after {
		content: "";
		width: 0;
		height: 0;
		border-top: 29px solid transparent;
		border-right: 14px solid #DCE6F0;
		border-bottom: 29px solid #DCE6F0;
		border-left: 14px solid transparent;
		position: absolute;
		right: 0;
		top: 0;
	}
	#content_nav > ul .this_page,
	#content_nav > ul > li a:hover {
		border-bottom: 2px solid #0A57A2;
		color: #0A57A2;
		margin-bottom: -4px;
		text-decoration: none !important;
		z-index: 9999;
	}
	#content_nav ul {
		background: #B2CAE2;
		display: inline-flex;
		margin-left: calc(330px - 50vw);
		padding-left: calc(50vw - 330px);
	}
	#content_nav li {
		background: #DCE6F0;
		font-weight: bold;
		margin: 0;
		padding: 14px 0;
	}
	#content_nav li:before {
		background: none;
	}
	/* =======================================- */
	/* ▼▼　PC:page title
	/* =======================================- */
	#page-title-area h1 {
		color: #ffffff;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 100%;
		text-align: center;
	}
	
	/* =======================================- */
	/* ▼▼　PC:contents
	/* =======================================- */
	.content-area {
		font-size: 16px;
		letter-spacing: 0.5px;
	}
	.section_child {
		margin-bottom: 50px;
	}
	.inner > .section_child:last-child {
		margin-bottom: 0;
	}
	.section_child_s {
		margin-bottom: 30px;
	}
	
	/* h group */
	h2 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 16px;
	}
	
	/* figure */
	.col a figcaption {
		color: #0A57A2;
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}
	/* table */
	table {
		margin-bottom: 1.8em;
	}
	th {
		padding: 25px;
		text-align: left;
	}
	td {
		padding: 25px;
		vertical-align: middle;
	}
	
	/* pattern */
	div[class*="pattern"] {
		display: -wevkit-flex;
		display: flex;
	}
	div[class*="pattern"] + div[class*="pattern"] {
		margin-top: 30px;
	}
	div[class*="pattern"].reverse {
		flex-direction : row-reverse
	}
	/*div[class*="pattern"]:after {
		content: "";
		display: block;
		clear: both;
	}*/
	.col > a ,
	.r_col > a,
	.l_col > a {
		display: block;
	}
	.col img ,
	.r_col img ,
	.l_col img {
		vertical-align: top;
	}
	.col p.link ,
	.r_col p.link ,
	.l_col p.link {
		margin-top: 7px;
	}
	.col > *:last-child ,
	.r_col > *:last-child ,
	.l_col > *:last-child {
		margin-bottom: 0;
	}
	figure {
		margin-bottom: 20px;
	}
	/** 1:1 */
	.pattern1_1 {
		/*margin-right: -19px;*/
	}
	.pattern1_1 .col {
		width: calc((100% - 30px) / 2);
	}
	.pattern1_1 .col:nth-child(2n) {
		margin-left: 30px;
	}
	.pattern1_1.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 30px;
	}
	
	/** 1:2 */
	.pattern1_2 .col:nth-child(2n+1) {
		width: 320px;
	}
	.pattern1_2 .col:nth-child(2n) {
		margin-left: 30px;
		width: calc(100% - 320px - 32px);
	}
	.pattern1_2.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 30px;
	}
	/** 3:2 */
	.pattern3_2 .col:nth-child(2n+1) {
		width: 600px;
	}
	.pattern3_2 .col:nth-child(2n) {
		margin-left: 30px;
		width: calc(100% - 600px - 32px);
	}
	.pattern3_2.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 30px;
	}
	
	/** 2:1:1 */
	.pattern2_1_1 > .col:first-child {
		width: 500px;
	}
	.pattern2_1_1 > .col:nth-child(n+2) {
		margin-left: 32px;
		width: 25%;
	}
	.pattern2_1_1.reverse > .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 32px;
	}
	
	/** 1:1:1 */
	.pattern1_1_1 .col {
		margin-left: 30px;
		width: calc((100% - 60px) / 3);
	}
	.pattern1_1_1 .col:nth-child(3n+1) {
		margin-left: 0;
	}
	
	/** 1:3 */
	.pattern1_3 .col:nth-child(2n+1) {
		width: 235px;
	}
	.pattern1_3 .col:nth-child(2n) {
		margin-left: 30px;
		width: calc(100% - 235px - 30px);
	}
	.pattern1_3.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 30px;
	}
	
	/** 3:1 */
	.pattern3_1 .col:nth-child(2n+1) {
		width: calc(100% - 235px - 30px);
	}
	.pattern3_1 .col:nth-child(2n) {
		margin-left: 30px;
		width: 235px;
	}
	.pattern3_1.reverse .col:nth-child(2n) {
		margin-left: 0;
		margin-right: 30px;
	}
	
	/** 1:1:1:1 */
	.pattern1_1_1_1 .col {
		margin-left: 28px;
		width: calc((100% - 84px) / 4);
	}
	.pattern1_1_1_1 .col:nth-child(4n+1) {
		margin-left: 0;
	}
	
	
	#internal-inner {
		margin: 0 auto;
		max-width: 1400px;
		min-width: 1050px;
	}
	#link-internal .inner {
	}
	.link-internal-area {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	.slide-down {
		animation-name: slidedown;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		animation-delay: 0s;
		box-shadow: 2px 2px 5px #eee;
		transform-origin: 50% 50%  0;
		animation-duration: .3s;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 999;
	}
	@keyframes slidedown {
	  0% {
		top: -100px;
	  }
	  100% {
		top: 0;
	  }
	}
	.slide-up {
	  animation-name: slideUp;
	  animation-timing-function: ease-in;
	  animation-iteration-count: 1;
	  animation-delay: 0s;
	  transform-origin: 50% 50%  0;
	  animation-duration: .3s;
	  top: -100px;
	}
	.slide-up li a:before,
	.slide-down li a:before {
		display: none;
	}
	.slide-up a,
	.slide-down a {
		color: #333;
	}
	@keyframes slideUp {
	  0% {
		top: 0;
	  }
	  100% {
		top: -100px;
	  }
	}
	
	.link-header {
		
		
	}
	.link-internal-area.fixed {
		background: #fff;
		left: 0;
		position: fixed;
		top: -165px;
		width: 100%;
	}
	.link-internal-fixed .link-internal-area.fixed {
		top: 0;
	}
	ul.link-internal {
		display: -webkit-flex;
		display: flex;
	}
	ul.link-internal li {
		line-height: 100%;
		margin: 0 0 0 40px;
		padding: 0;
	}
	#guidance ul.link-internal li {
		margin: 0 0 0 25px;
	}
	ul.link-internal li:before {
		display: none;
	}
	ul.link-internal a {
		display: inline-block;
		font-size: 15px;
		padding: 0 0 36px;
		position: relative;
		text-align: center;
		text-decoration: none;
	}
	ul.link-internal a:hover {
		opacity: 0.7;
	}
	
	/* dl */
	.dl-pattern1_1 dt {
		width: calc(50% - 15px);
	}
	.dl-pattern1_1 dd {
		width: calc(50% - 15px);
	}
	.dl-pattern1_1 dt:nth-child(4n+1) ,
	.dl-pattern1_1 dd:nth-child(4n+2) {
		clear: both;
		float: left;
	}
	.dl-pattern1_1 dt:nth-child(4n+3) ,
	.dl-pattern1_1 dd:nth-child(4n) {
		float: right;
		clear: both;
	}
	
	/* =======================================- */
	/* ▼▼　PC:footer
	/* =======================================- */
	
	
	/* guide */
	#f-top-btn {
		margin-bottom: 0;
		padding: 40px 0;
	}
	#f-top-btn .btn-blue {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		padding: 20px;
		text-align: center;
		width: 100%;
	}
	#f-top-btn h3 + p {
		text-align: center;
	}
	.guide_box {
		padding: 32px 0 30px;
	}
	#f-top-btn .col {
		width: calc((100% - 40px) / 3);
	}
	#f-top-btn .col:nth-child(n + 2) {
		margin-left: 20px;
	}
	#pagetop-area a:hover {
		color: #000;
	}
	#pagetop-img {
		height: 179px;
		margin-bottom: -42px;
		overflow: hidden;
		position: relative;
	}
	#pagetop-img img {
		margin-left: 548px;
		position: absolute;
		width: 163px;
		z-index: 1;
	}
	#f-top {
		padding: 40px 0 0;
		width: 900px;
		margin: 0 auto;
	}
	#f-top #f-menu {
		display:-webkit- flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#f-menu > li {
		border-left: 1px solid #000;
		padding: 0 30px;
	}
	#f-menu > li:last-of-type{
		border-right: 1px solid #000;
	}
	#f-top li {
		margin-top: 0;
		margin-bottom: 20px;
	}
	#f-top li:before {
		display: none;
	}
	#f-top ul a:hover {
		color: #ff9900;
		text-decoration: none;
	}
	#f-top ul ul li {
		border-top: none;
		font-weight: normal;
		padding: 0;
	}
	#f-top ul ul li:first-child {
		margin-top: 15px;
	}
	#f-top ul ul ul li:before {
		background: #ffffff;
		border-radius: 4px;
		content: "";
		display: inline-block;
		height: 4px;
		margin-bottom: 3px;
		width: 4px;
	}
	#f-top ul ul li {
		font-size: 13px;
		line-height: inherit;
		opacity: 0.8;
	}
	footer .col:first-child .pattern1_1:last-child a:before {
		left: 20px;
	}
	#f-middle {
		padding: 24px 0 27px;
	}
	#f-middle .inner {
		display: -webkit-flex;
		display: flex;
	}
	#f-logo {
		width: 142px;
	}
	#f-logo img {
		vertical-align: middle;
	}
	#f-profile {
		font-size: 14px;
		line-height: 1.5;
		padding: 5px 0 0 41px;
	}
	#f-bottom {
		padding: 11px 0;
	}
	
	/* アニメーション設定
		==================================- */
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media only screen and (max-width:767px) {
	#translate-annotation {
		font-size: 12px;
	}
	
	html {
		overflow-x: hidden;
	}
	
	body {
		border-width: 4px;
		overflow-x: hidden;
		width: 100%;
		height: 100%;
	}
	header, #page-title-area, .content-area, footer {
	}
	.content-area:not(#welfare) figure img,
	#f-top-btn figure img {
		width: 100%;
		height: auto;
	}
	
	.content-area:not(#welfare) .col > figure img {
		margin-bottom: 15px;
	}

	/* 注意書きのボーダー */
	.orange_box {
		border: 1px solid #ff9900;
		padding: 20px;
	}
	#page_categorya {
		background: #f7f6f7;
		border-bottom: 1px solid #e9e9e9;
		border-top: 1px solid #e9e9e9;
		padding: 12px 0;
	}
	#page_categorya li {
		font-size: 14px;
		font-weight: 600;
	}
	#page_categorya li a {
		display: inline-block;
		color: #333;
		margin-left: 10px;
		width: 90%;
	}
	
	
	/* =======================================- */
	/* ▼▼　SP:header
	/* =======================================- */
	header {
		/*position: relative;*/
	}
	header .inner {
		position: relative;
		padding: 0;
	}
	.menu-open header .inner {
/*		overflow: visible;*/
	}
	
	#h-logo {
		display: inline-block;
		margin: 0;
		padding: 17px;
		z-index: 9001;
	}
	
	/* アコーディオン
		=====================================*/
	button {
		border: none;
		cursor: pointer;
		outline: none;
	}
	#h_menu {
		position: absolute;
		right: 0;
		top: 0;
		height: 60px;
		width: 60px;
		background: #ffffff;
	}
	html.menu-open {
		height: 100%;
		overflow: hidden;
	}
	html.menu-open body {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}
	#h_menu:after, #h_menu:before {
		background: #124596;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		width: 32px;
	}
	#h_menu:before {
		top: 25px;
		left: 14px;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	#h_menu.open:before {
		top: 18px;
		left: 20px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#h_menu:after {
		top: 42px;
		left: 14px;
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
	#h_menu.open:after {
		left: 20px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#h_menu button {
		background: none;
		text-indent: -9999px;
	}
	#h_menu button:before {
		background: #124596;
		content: "";
		display: block;
		filter: alpha(opacity=100);
		top: 34px;
		left: 14px;
		opacity: 1;
		position: absolute;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		height: 3px;
		width: 32px;
	}
	#h_menu.open button {
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	#h_menu.open button:before {
		background-color: #999;
		content: "";
		display: block;
		filter: alpha(opacity=100);
		left: 0;
		opacity: 1;
		position: absolute;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		top: 7px;
		height: 3px;
		width: 20px;
	}
	#h_menu.open button {
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	#h_menu-close {
		background: #ccc;
		padding: 18px 15px;
	}
	#h_menu-close button {
		background: #e8e8e8;
		display: block;
		font-size: 15px;
		padding: 20px 0;
		width: 100%;
	}
	#header_main {
		background: rgba(35,35,35,0.34);
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 70px;
		transition: all .4s cubic-bezier(.23, 1, .32, 1);
		width: 100%;
		z-index: 9999;
	}
	#h-menu {
		/*background: rgba(255,255,255,0.9);*/
		height: auto;
		width: 100%;
		
		/*-webkit-transition: opacity .4s;
		-moz-transition: opacity .4s;
		transition: opacity .4s;*/
		
		transition: all 0.4s;
		
		/*-moz-animation: fadein .4s ease;
		-webkit-animation: fadein .4s ease ;
		-o-animation: fadein .4s ease;
		-ms-animation: fadein .4s ease;*/
	}
	.header_main {
		position: absolute;
		top: 70px;
		width: 100%;
		z-index: 99;
		left: 0;
	}
	.menu-open #h-menu {
		display: block;
		height: auto;
		width: 100%;
		transition: all 0.3s;
	}
	#h-menu:after {
		clear: both;
		content: '';
		display: block;
	}
	#h_entry {
		background: -moz-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background: -ms-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	}
	#h_entry a {
		color: #fff;
	}
	
	#h-nav > ul {
		background: #ffe5bf;
		color: #000;
	}
	#h-nav > ul > li {
		margin: 0;
		position: relative;
	}
	#h-nav > ul > li:last-of-type > a:before {
		border: 0px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		content: '';
		display: block;
		height: 10px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 27px;
		right: 20px;
		width: 10px;
	}
	
	#h-nav > ul a {
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		padding: 20px;
		text-decoration: none;
	}
	#h-nav > ul > li > a {
		font-weight: 600;
		padding-left: 20px;
	}
	#h-nav > ul > li > .sub-menu {
		display: none;
		margin: 0 20px 0 60px;
		padding: 0 0 10px;
	}
	#h-nav > ul > li > ul > li {
		display: block;
		margin-top: 0;
		opacity: 0.8;
	}
	#h-nav > ul > li > ul > li:before {
		background: #ffffff;
		border-radius: 4px;
		content: "";
		display: inline-block;
		height: 4px;
		margin-bottom: 4px;
		width: 4px;
	}
	#h-nav > ul > li > ul > li > ul:after {
		clear: both;
		content: '';
		display: block;
	}
	#h-nav > ul > li > ul > li a {
		display: inline-block;
		font-size: 16px;
		padding: 10px 0;
	}
	#h-nav > ul > li {
		border-bottom: 1px solid #fff;
		font-size: 16px;
		font-weight: normal;
	}
	#h-nav > ul > li:last-child {
		border-bottom: none;
	}
	
	/* header button */
	#h-menu-btn {
		border-radius: 5px;
		height: 60px;
		margin: 5px;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		z-index: 9001;
	}
	/*html.menu-open {
		height: 100%;
		overflow: hidden;
	}
	html.menu-open body {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}*/
	/*#h-menu-btn:after,
	#h-menu-btn:before {
		background-color: #19bdab;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		width: 32px;
	}*/
	#h-menu-btn:before {
		left: 0;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	#h-menu-btn {
		background: -moz-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
		background: -ms-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	}
	#h-menu-close {
		background: #ccc;
		padding: 18px 15px;
	}
	#h-menu-close button {
		background: #e8e8e8;
		display: block;
		font-size: 15px;
		padding: 20px 0;
		width: 100%;
	}
	#h-btn-sp {
		padding-top: 21px;
	}
	#h-btn-sp ul {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto;
		width: 295px;
	}
	#h-btn-sp li {
		margin-top: 0;
	}
	#h-btn-sp li.btn_gp {
		width: 176px;
	}
	#h-btn-sp li.btn_gp img {
		margin: -12px 0 0 -10px;
		height: 75px;
	}
	#h-btn-sp img {
		vertical-align: top;
	}
	.btn_fb ,
	.btn_tw {
		margin-left: 10px;
	}
	
	/* pankuzu */
	#pankuzu {
		background: #f7f6f7;
		background-size: contain;
		margin-left: -15px;
		padding: 5px 20px;
	}
	#pankuzu li,
	#pankuzu li a {
		font-size: 10px;
	}
	
	/* =======================================- */
	/* ▼▼　SP:page title
	/* =======================================- */
	#page-title-area .inner {
		letter-spacing: 2px;
		padding: 135px 10px;
	}
	#page-title-area h1 {
		font-size: 24px;
		line-height: 1.3;
		text-align: center;
	}
	.fr.cookie #page-title-area h1 {
		margin-top: -5px;
	}
	@media only screen and (max-width: 360px) {
		.fr.cookie #page-title-area h1 {
			margin-top: -20px;
		}
	}

	
	/* =======================================- */
	/* ▼▼　SP:contents
	/* =======================================- */
	#main-content {
		margin-top: 35px;
	}
	section {
		margin-bottom: 60px;
	}
	section:last-child {
		margin-bottom: 70px;
	}
	.content-area {
		font-size: 16px;
		line-height: 2.0;
		width: 100%;
	}
	.section_child:not(:last-child) {
		margin-bottom: 50px;
	}
	.section_child_s + .section_child_s {
		margin-top: 20px;
	}
	
	.btn-type1 {
		width: 100%;
	}
	
	/* h group */
	h2 {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.8;
		margin-bottom: 25px;
	}
	h2:after {
		margin: 0 auto;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	/* figure */
	.col a figcaption {
		font-size: 17px;
		font-weight: bold;
		position: relative;
	}
	.table_type_none, .table_type_none tr + tr {
		margin-top: 10px;
		display: inline-block;
	}
	.table_type_none, .table_type_none td {
		padding: 0!important;
	}
	.table_type_none,
	.table_type_none td {
		border: none;
		border-right: none!important;
		text-align: left!important;
		vertical-align: text-bottom;
	}
	
	/* link */
	.link-hn {
		font-size: 16px;
		padding: 20px 0 !important;
	}

	
	/* caution */
	.caution_box {
		padding: 20px;
	}
	
	/* kakomi */
	.kakomi-pattern1.kakomi-attestation:before {
		/*top: 50%;*/
		top: 45px;
		margin: -22.5px 0 0;
	}
	.kakomi-pattern1.kakomi-caution:before {
		top: 50%;
		margin: -16px 0 0;
	}
	table {
		margin-bottom: 1em;
		width: 100%;
	}
	th {
		border-bottom: none;
		padding: 30px;
		line-height: 1.5;
		vertical-align: middle;
	}
	td {
		padding: 30px 20px;
		vertical-align: middle;
	}
	table tr:last-child td {
		border-bottom: none;
	}
	th,td {
		border-right: 0;
		font-size: 14px;
		display: block;
		width: 100%;
	}
	#main-content ol {
		padding-left: 15px;
	}
	#main-content ol ol {
		padding-left: 30px;
	}
	[class*="pattern"] {
		margin-bottom: 25px;
	}
	.col {
		margin-bottom: 35px;
	}
	.col:last-child {
		margin-bottom: 0;
	}
	.col figure {
		height: auto;
		margin-bottom: 15px;
		vertical-align: bottom;
		width: 100%;
	}
	.col img {
		vertical-align: top;
	}
	p.read {
		font-size: 18px;
		margin-bottom: 20px;
	}
	dd,dt {
		font-size: 14px;
	}
	
	/* 追従するナビ */
	#internal-inner {
		margin: 0 auto;
		max-width: 1400px;
		min-width: 1050px;
	}
	#link-internal .inner {
	}
	.link-internal-area {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	.slide-down {
		animation-name: slidedown;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		animation-delay: 0s;
		box-shadow: 2px 2px 5px #eee;
		transform-origin: 50% 50%  0;
		animation-duration: .3s;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 999;
	}
	@keyframes slidedown {
	  0% {
		top: -80px;
	  }
	  100% {
		top: 0;
	  }
	}
	.slide-up {
		animation-name: slideUp;
		animation-timing-function: ease-in;
		animation-iteration-count: 1;
		animation-delay: 0s;
		transform-origin: 50% 50% 0;
		animation-duration: .3s;
		top: -80px;
		left: 0;
	}
	.slide-up li a:before,
	.slide-down li a:before {
		display: none;
	}
	.slide-up a,
	.slide-down a {
		color: #333;
	}
	@keyframes slideUp {
	  0% {
		top: 0;
	  }
	  100% {
		top: -80px;
	  }
	}
	
	.link-header {
		
		
	}
	.link-internal-area.fixed {
		background: #fff;
		left: 0;
		position: fixed;
		top: -165px;
		width: 100%;
	}
	.link-internal-fixed .link-internal-area.fixed {
		top: 0;
	}
	ul.link-internal {
		display: -webkit-flex;
		display: flex;
	}
	ul.link-internal li {
		line-height: 100%;
		margin: 0 0 0 40px;
		padding: 0;
	}
	#guidance ul.link-internal li {
		margin: 0 0 0 25px;
	}
	ul.link-internal li:before {
		display: none;
	}
	ul.link-internal a {
		display: inline-block;
		font-size: 15px;
		padding: 0 0 36px;
		position: relative;
		text-align: center;
		text-decoration: none;
	}
	ul.link-internal a:hover {
		opacity: 0.7;
	}
	
	/* =======================================- */
	/* ▼▼　SP:footer
	/* =======================================- */
	#f-nav > ul {
		color: #000;
	}
	#f-nav > ul > li {
		margin: 0;
		position: relative;
	}
	#f-nav > ul > li:before {
		display: none;
	}
	#f-nav > ul > li:nth-of-type(n+6)> a {
		font-size: 12px;
		display: block;
		font-weight: 400;
	}
	#f-nav > ul > li:nth-of-type(n+6) {
		float: left;
		text-align: center;
		width: 50%;
	}
	#f-nav > ul > li:nth-of-type(7) {
		border-left: 1px solid #e9e9e9;
	}
	#f-nav > ul > li:last-of-type {
		clear: both;
		float: inherit;
		width: 100%;
	}
	#f-nav > ul > li:last-of-type a:after {
		clear: both;
		float: inherit;
		width: 100%;
	}
	#f-nav > ul > li:nth-of-type(6) a {
		padding: 20px 5px;
	}
	
	#f-nav > ul a {
		display: block;
		line-height: 1;
		padding: 20px 10px;
		text-decoration: none;
	}
	#f-nav > ul > li > a {
		padding-left: 15px;
	}
	#f-nav > ul > li > ul {
		margin: 0 20px 0 60px;
		padding: 0 0 10px;
	}
	#f-nav > ul > li > ul > li {
		display: block;
		margin-top: 0;
		opacity: 0.8;
	}
	#f-nav > ul > li > ul > li:before {
		background: #ffffff;
		border-radius: 4px;
		content: "";
		display: inline-block;
		height: 4px;
		margin-bottom: 4px;
		width: 4px;
	}
	#f-nav > ul > li > ul > li > ul:after {
		clear: both;
		content: '';
		display: block;
	}
	#f-nav > ul > li > ul > li a {
		display: inline-block;
		font-size: 16px;
		padding: 10px 0;
	}
	#f-nav > ul > li {
		border-bottom: 1px solid #e9e9e9;
		font-size: 16px;
		font-weight: 600;
		padding-left: 0;
	}
	#f-nav > ul > li:last-child {
		border-bottom: none;
	}
	footer .col:first-child .pattern1_1 p span:first-child {
		font-size: 12px;
	}
	footer .pattern2_1_1 {
		display: block;
		margin: 0;
	}
	footer .pattern2_1_1> .col {
		margin-bottom: 0;
	}
	footer .pattern2_1_1 div[class*="pattern"] {
		display: -wevkit-flex;
		display: flex;
		margin-bottom: 0;
	}
	footer .col:first-child .pattern1_1 p {
		font-size: 20px;
		margin-bottom: 0;
		margin-left: 30px;
		text-indent: -15px;
	}
	footer .col:first-child .pattern1_1 .col:first-child span:last-child {
		margin-left: 10px;
	}
	footer span:not([class=f_name]) {
		display: block;
		font-size: 12px;
		margin-left: 0;
	}
	footer span:not([class=f_name]):last-child {
		font-size: 10px;
	}
	#f-top .pattern2_1_1 > .col:first-child > p {
		font-size: 12px;
		margin-bottom: 16px;
	}
	#f-top .pattern1_1 .col {
		margin-bottom: 26px;
		width: calc(50% - 8px);
	}
	#f-top div[class*="pattern"] .col + .col {
		margin-left: 15px;
	}
	footer .col:first-child .pattern1_1:last-child a {
		background: #ffffff;
		color: #0A57A2!important;
		font-size: 15px;
		font-weight: bold;
		opacity: 0.6;
		padding: 22px 0px;
	}
	footer .col:first-child .pattern1_1 .col:nth-child(2) p {
		padding-left: 0;
		margin-left: 34px;
		text-indent: -16px;
	}
	footer .col:first-child .pattern1_1 .col:nth-child(2) p:before {
		margin-left: -25px;
		margin-right: 25px;
	}
	footer .col:first-child .pattern1_1:last-child a:before {
		border-top: solid 2px #0A57A2;
		border-right: solid 2px #0A57A2;
		height: 6px;
		margin-left: 10px;
		width: 6px;
	}
	#f-logo a {
		display: block;
	}
	#f-company-name {
		font-size: 16px;
		margin-bottom: .5em;
	}
	#f-address {
		font-size: 14px;
		line-height: 1.6;
	}
	#f-zipcode {
		display: block;
	}
	#f-bottom {
		padding: 11px 0;
	}
	#copyright {
		font-size: 9px;
	}

}

@media print {
#header {
	position: relative !important;
}
.category {
	padding-top: 20px;
}
}

.pc_device .hover-trans:hover {
	opacity: 0.7;
}

/* 部分装飾
    ==================================- */
.bold {
	font-weight: bold !important;
}
.t_center {
	text-align: center !important;
}
.t_right {
	text-align: right !important;
}
.t_left {
	text-align: left!important;
}
.inline-block {
	display: inline-block !important;
}
.mb-1em {
	margin-bottom: 1em !important;
}
.mb-1_8em {
	margin-bottom: 1.8em !important;
}
.none {
	display: none !important;
}

@media print, screen and (min-width:768px) {
	
	.pc_none{
		display: none !important;
	}

}
@media only screen and (max-width:767px) {

	.sp_none{
		display: none !important;
	}

}

@media only screen {
	.fadein {
		-webkit-transition: opacity 1.0s;
		-moz-transition: opacity 1.0s;
		transition: opacity 1.0s;
		opacity: 0;
		visibility : hidden;
	}
	.fadeauto {
		opacity: 1;
		visibility : inherit;
	}
}
