﻿@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	word-break: break-all;
}
article {
	width: 100%;
	margin: 0 auto;
}
article {
	max-width: 1160px;/* 共通コンテンツ幅 */
	padding-left:1%;
	padding-right:1%;
}
@media screen and (min-width: 1200px) {
	article {
		padding-left:0;
		padding-right:0;
	}
}
.breadCrumb ul {
	max-width: 1280px;
}

/*--------------------------------------- header */

header {
	position: relative;
	background-color: transparent;
}
header #header_inner {
	max-width: 100%;
	margin:0 auto;
	padding: 0 0 0 0;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:880px) {
	header #header_inner {
		padding: 0 60px 0 0;/* sp_menu幅確保 */
		background-color: #0080B8;
	}
}
header #header_logo {
	font-size: 1em;
	line-height: 1;
	padding: clamp(20px, 2vw, 35px);
	margin: 0;
	background:#0080B8;
	text-align: center;
	display: flex;
	align-items: center;
}
@media screen and (max-width:880px) {
	header #header_logo {
		height: 60px;
	}
}
header #header_contents{
	flex: 1;
	font-size: clamp(13px, 1.5vw, 16px);
}
header #header_logo a {
	display: inline-block;
	padding: 0;
}
header #header_logo img {
	width:100%;
	max-width: clamp(160px, 11vw, 190px);
}
/* header_contents */
#header_menu_link{
	float:right;
}
#header_menu_contact{
	float:right;
	font-size:1em;
	padding: clamp(15px, 2vw, 33px) clamp(10px, 2vw, 40px) clamp(15px, 2vw, 33px) clamp(10px, 1vw, 20px);
}
#header_menu_link ul,
#header_menu_contact ul{
	margin: 0;
	padding: 0;
	line-height: 1;
	display:inline-block;
}
#header_menu_link li,
#header_menu_contact li{
	display:inline-block;
}
#header_menu_contact li{
	padding: 0 5px;
}
#header_menu_link a{
	display: inline-block;
	vertical-align: middle;
	padding: clamp(22px, 3vw, 39px) clamp(5px, 1vw, 20px);
	width:100%;
	text-decoration:none;
}
#header_menu_link a:active,
#header_menu_link a:hover{
	color:#0080B8;
}

#header_menu_link li.current a {
	color: #0080B8;
	font-weight: bold;
}
#header_menu_contact li{

}
#header_menu_contact a{
	display:inline;
	padding:0.4em 1.5em 0.5em 3em;
	width:100%;
	text-decoration:none;
	border:1px solid #0080B8;
	border-radius:30px;
}
#header_menu_contact li#menu_lower_1 a{
	color:#0080B8;
	background-image:url('./img/icon_book_blue.png');
	background-repeat:no-repeat;
	background-position:1.0em 0.5em;
}
#header_menu_contact li#menu_lower_1 a:hover,
#header_menu_contact li#menu_lower_1 a:active{
	color:#FFFFFF;
	background-color:#0080B8;
	background-image:url('./img/icon_book_white.png');
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
#header_menu_contact li#menu_lower_2 a{
	color:#FFFFFF;
	background-color:#0080B8;
	background-image:url('./img/icon_mail_white.png');
	background-repeat:no-repeat;
	background-position:1.0em 0.5em;
}
#header_menu_contact li#menu_lower_2 a:hover,
#header_menu_contact li#menu_lower_2 a:active{
	color:#0080B8;
	background-color:#FFFFFF;
	background-image:url('./img/icon_mail_blue.png');
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width:880px) {
	#header_menu_link,
	#header_menu_contact{
		display: none;
	}
}

/*--------------------------------------- footer */
footer {
	max-width: 100%;/* フッタ幅100% */
	/* max-width: 1280px; フッタ最大幅1280px */
}
.lower footer{
	margin-top:25px;
}
footer .footerBox_1 {
	padding: 20px 20px;
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5;
}
@media screen and (max-width:779px) {
	footer .footerBox_1 br{
		display:none;
	}
}
footer .footerBox_2 {
	padding: 40px 20px;
	line-height:1.5;
}
footer .footerBox_2 table td{
	border-right:1px solid #EFF7FB;
}
footer .footerBox_2 table td:last-child{
	border-right:none;
}
footer .footerBox_2 table td table td{
	border-right:none;
	padding-left:inherit;
	padding-right:10px;
}
footer .footerBox_2 a[href^="tel:"] {
	text-decoration: none;
	color: #0080B8;
}
@media screen and (max-width:779px) {
	footer .footerBox_2 table{
		width:400px;
		max-width:100%;
	}
	footer .footerBox_2 table td table{
		width:inherit;
		max-width:inherit;
	}
	footer .footerBox_2 table td{
		display:block;
		width:98% !important;
		border-right:none;
		border-bottom:1px solid #EFF7FB;
		padding-left:calc(100vw * 0.05);
	}
	footer .footerBox_2 table td table td{
		display:table-cell;
		border-bottom:none;
		width:initial !important;
	}
	footer .footerBox_2 table td table.footer_icon td:first-child{
		width:70px !important;
	}
}
footer #footer_sitemap_box{
	display:flex;
	padding-top:50px;
	padding-bottom:40px;
}
footer #footer_logo{
	flex:1;
	width:400px;
	max-width:100%;
}
footer #footer_logo img{
	max-width:100%;
}
footer #copyright{
	font-size:0.7em;
}
footer #footer_sitemap_box ul{
	list-style:none;
	margin:0;
	padding:0;
}
footer #footer_sitemap_box li{
	padding-left:20px;
	background-image:url('./img/icon_right_arrow_white_mini.png');
	background-repeat:no-repeat;
	background-position:left center;
	font-size:0.9em;
}
footer #footer_sitemap_box a{
	color:#ffffff;
	text-decoration:none;
}
footer #footer_sitemap_box a:hover,
footer #footer_sitemap_box a:active{
	text-decoration:underline;
}
@media screen and (min-width:780px) {
	footer #footer_sitemap table.responsive td:nth-of-type(3){
		padding-top:2.5em;
	}
}
@media screen and (max-width:779px) {
	footer #footer_sitemap_box{
		display:block;
	}
	footer #footer_logo{
		padding-left:7%;
	}
	footer #footer_sitemap_box td{
		display:block;
		width:93%;
		padding-left:7%;
	}
	footer #footer_sitemap table.responsive td{
		padding-top:5px;
		padding-bottom:5px;
	}
}
/*--------------------------------------- sp_menu */

.sp_menu{
	overflow-y: scroll;
	max-height: 100%;
}
@media screen and (min-width: 881px), print {
	.sp_menu_btn,
	.sp_menu {
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (max-width:880px) {
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
}
.sp_menu_btn {
	position: relative;
	width: 60px;
	height: 60px;
	padding:0;
	background:url('./img/btn_sp_menu.png') no-repeat;
	cursor:pointer;
}
.sp_menu_btn.close{
	background:url('./img/btn_sp_menu_close.png') no-repeat;
}
.sp_menu_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
.sp_menu {
	position: fixed;
	z-index: 135;
	right: -100%;
	top: 0;
	width: 380px;
	max-width: 100%;
	height: 100%;
	padding: 0 0px 60px;
	background-color: #FFFFFF;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	opacity:0;
	transition: right 0.2s;
}
@media screen and (max-width:480px) {
	.sp_menu {
		width: 100%;
	}
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
#sp_menu_logo{
	height:60px;
	padding: clamp(20px, 2vw, 35px) 60px clamp(20px, 2vw, 35px) clamp(20px, 2vw, 35px);
	background:#0080B8;
}
#sp_menu_logo img{
	width: 100%;
	max-width: clamp(160px, 11vw, 190px);
}
.sp_menu_navi{
	padding:20px 15px;
}
.sp_menu_navi ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sp_menu_navi li{
	width:100%;
	border:1px solid #E7E7E7;
	padding-top:2px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.sp_menu_navi li a{
	display:inline-block;
	width:100%;
	height:100%;
	text-decoration:none;
	cursor:pointer;
	padding-left:20px;
	padding-right:40px;
}
.sp_menu_navi li.sp_navi_link{
	background-image:url('./img/icon_circle_right_arrow_black.png');
	background-repeat:no-repeat;
	background-position:right 15px center;
}
.sp_menu_navi li.sp_navi_open{
	background-image:url('./img/btn_sp_navi.png');
	background-repeat:no-repeat;
	background-position:right 15px top 10px;
}
.sp_menu_navi li.sp_navi_open.open{
	background-image:url('./img/btn_sp_navi_close.png');
	background-repeat:no-repeat;
	background-position:right 15px top 10px;
}
.sp_menu_navi li.sp_navi_open.open a{
	padding-bottom:5px;
}
.sp_menu_navi li ul.sp_navi_sub{
	padding-top:15px;
	border-top:1px solid #E7E7E7;
	padding-left:20px;
	padding-right:20px;
}
.sp_menu_navi li.sp_menu_sub{
	width:100%;
	border:none;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:10px;
	font-size:90%;
	background-color:#E5F2F8;
	background-image:url('./img/icon_right_arrow_mini.png');
	background-repeat:no-repeat;
	background-position:10px 7px;
}
.sp_menu_navi li.sp_menu_sub_title,
.sp_menu_navi li#sp_menu_lower_1,
.sp_menu_navi li#sp_menu_lower_2{
	border:none;
}
.sp_menu_navi li#sp_menu_lower_1 a{
	color:#0080B8;
	text-align:center;
	background-image:url('./img/icon_book_blue.png');
	background-repeat:no-repeat;
	background-position:1.0em 0.8em;
}
.sp_menu_navi li#sp_menu_lower_1 a:hover,
.sp_menu_navi li#sp_menu_lower_1 a:active{
	color:#FFFFFF;
	background-color:#0080B8;
	background-image:url('./img/icon_book_white.png');
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.sp_menu_navi li#sp_menu_lower_2 a{
	color:#FFFFFF;
	text-align:center;
	background-color:#0080B8;
	background-image:url('./img/icon_mail_white.png');
	background-repeat:no-repeat;
	background-position:1.0em 0.8em;
}
.sp_menu_navi li#sp_menu_lower_2 a:hover,
.sp_menu_navi li#sp_menu_lower_2 a:active{
	color:#0080B8;
	background-color:#FFFFFF;
	background-image:url('./img/icon_mail_blue.png');
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.sp_menu_navi #link_facebook_sp{
	text-align:center;
}
/*--------------------------------------- columnBox */

.columnBox .column {
	padding:1em 20px;
}
@media screen and (min-width: 720px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
}

/*--------------------------------------- sideContaints */

#side {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top: 20px;
}
#side .menu_title {
	color: #ffffff;
	background-color: #0080B8;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;

}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	background-image:url(img/icon_right_arrow.png);
	background-repeat:no-repeat;
	background-position:0.5em 0.8em;
}
#side li a:hover {
	color: #777;
	background-image:url(img/icon_right_arrow.png);
	background-position:0.8em 0.8em;
}
#side li.current a {
	background-color: #E7F4FA;
}
@media screen and (min-width:720px) {
	.columnBox .column_side {
		width:280px;
	}
}
@media screen and (max-width: 719px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width /***/: auto;
}
table td img{
	max-width: 100%;
	height:auto !important;
}
iframe{
	max-width:100%;
}
hr{
	height: 0;
	margin: 1em 0 1em;
	padding: 0;
	border: 0;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
@media screen and (min-width:780px) {
	.only_pc{
		display:block;
	}
	.only_sp{
		display:none;
	}
}
@media screen and (max-width:779px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_50{margin-bottom:50px;}
.mb_80{margin-bottom:80px;}
.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_20{margin-top:20px;}
.mt_25{margin-top:25px;}
.mt_30{margin-top:30px;}
.mt_40{margin-top:40px;}
.mt_50{margin-top:50px;}
.mt_80{margin-top:80px;}
.p_0{padding:0;}
.pb_5{padding-bottom:5px;}
.pb_10{padding-bottom:10px;}
.pb_15{padding-bottom:15px;}
.pb_20{padding-bottom:20px;}
.pb_25{padding-bottom:25px;}
.pb_30{padding-bottom:30px;}
.pb_40{padding-bottom:40px;}
.pb_50{padding-bottom:50px;}
.pb_80{padding-bottom:80px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_20{padding-top:20px;}
.pt_25{padding-top:25px;}
.pt_30{padding-top:30px;}
.pt_40{padding-top:40px;}
.pt_50{padding-top:50px;}
.pt_80{padding-top:80px;}


/* fadein */

.fadein {
	opacity: 0.1;
	transform: translate(0, 3vw);
	transition: transform 1200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition: all 1s;
}
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/* ---------	可視範囲に入ったらフェードイン common.js */
/*左から右にフェードイン*/
.left-to-right {
	opacity: 0.1;
	transform: translateX(-3vw);
	transition: all 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left {
	opacity: 0.05;
	transform: translateX(3vw);
	transition: all 1s;
}
.right-to-left.scrollin {
	opacity: 1;
	transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
	opacity: 0.1;
	transform: translateY(3vw);
	transition: all 1s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}
/*上から下にフェードイン*/
.top-to-down {
	opacity: 0.1;
	transform: translateY(-3vw);
	transition: all 1s;
}
.top-to-down.scrollin {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (min-width: 720px), print {
	.sp_only {
		display: none;
	}
}
@media screen and (max-width:719px) {
	.pc_only {
		display: none;
	}
}
/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	color: #222222;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:719px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
	line-height: 1.5;
	max-width: 1140px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.lower h1,
h2 {
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 auto;
	text-align: left;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	font-weight: normal;
	padding: 0.5em 0 0;
	margin-bottom:0.5em;
}
h4{
	padding: 0 1em;
	margin: 1em 0;
	font-weight: bold;
	border-left: 7px solid #0080B8;
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #0080B8;
	position: absolute;
	left: 0;
	top: 28%;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding:10px;
	background:#E7F4FA;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 1.71em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 719px) {
	.lower h1,
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5,h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}

/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img{
	opacity: 0.8;
}
.white{color:#FFFFFF;}
.black{color:#000000;}
.red{color:#d2202f;}
.blue{color:#40559F;}
.bg_white{background-color:#FFFFFF;}
.bg_black{background-color:#000000;}
.bg_lightgrey{background-color:#F6F4F1;}
.bg_blue{background-color:#0080B8;color:#FFFFFF;}
.bg_lightblue1{background-color:#CEE6F2;}
.bg_lightblue2{background: background: rgb(229,242,248);background: linear-gradient(90deg, rgba(229,242,248,1) 0%, rgba(218,236,245,1) 75%, rgba(208,231,242,1) 100%);}
.bg_red{background-color:#d2202f;color:#FFFFFF;}
.bg_lightred{background-color:#FFD9DE;}
.bg_pink{background-color:#f7d8ea;}
.bg_yellow{background-color:#FFF599;}
.bg_green{background-color:#60D795;color:#FFFFFF;}
.bg_lightgreen{background-color:#C5FFDF;}
.bg_cream{background-color:#FFFFFA;}

/*--------------------------------------- btn */

.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	border-radius: 5px;
	padding: 0.8em 2em;
	line-height: 1.5;
	background-color: #0080B8;
	border:1px solid #0080B8;
	border-radius:30px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
}
.btn a:hover {
	color: #0080B8;
	background-color: #FFFFFF;
}

/* CMSエディター：ボタン */
.editor-style-btn1 a {
	display:inline-block;
	width:auto;
	text-decoration:none;
	color:#0080B8;
	border:1px solid #0080B8;
	border-radius:30px;
	padding:0.4em 1.5em 0.5em 1.5em;
}
.editor-style-btn1 a:hover {
	color:#FFFFFF;
	background:#0080B8;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.editor-style-btn2 a {
	display:inline-block;
	width:auto;
	text-decoration:none;
	color:#FFFFFF;
	background:#0080B8;
	border:1px solid #0080B8;
	border-radius:30px;
	padding:0.4em 1.5em 0.5em 1.5em;
}
.editor-style-btn2 a:hover {
	color:#0080B8;
	background:#FFFFFF;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

/* footer only */
.footerBox_2 .editor-style-btn1 a,
.footerBox_2 .editor-style-btn2 a {
	text-align:center;
	font-size:110%;
	width:90%;
}

/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table th,
table td {
	border: 1px solid #eaeaea;
}
table th {
	font-weight: normal;
	color: #ffffff;
	background: #0080B8;
	text-align: left;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #eaeaea;
}
table[border="1"] th table[border="0"] td,
table[border="1"] td table[border="0"] td {
	border: none;
}
@media screen and (min-width: 720px), print {
	.table_style_1 tr:nth-child(2n+1) td {
		background-color: #E7F4FA;
	}
}
@media screen and (max-width:719px) {
	table th {
		width: auto !important;
	}
	.sp_table td,
	.sp_table th,
	.sp_table tr{
		display: block;
		width: 100%!important;
	}
}
table.responsive,
table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.responsive[border="0"],
table.responsive[border="0"] th,
table.responsive[border="0"] td,
table.responsive2c[border="0"],
table.responsive2c[border="0"] th,
table.responsive2c[border="0"] td {
	border: none;
}
@media screen and (max-width: 719px) {
	table.responsive,
	table.responsive2c {
		max-width:100%;
	}
	table.responsive td,
	table.responsive th{
		display: block;
		width: 100% !important;
	}
	table.responsive2c td,
	table.responsive2c th{
		float:left;
		width: 50% !important;
	}
	table.responsive td img,
	table.responsive2c td img {
		max-width:100%;
		height:auto;
	}
	.scroll_box {
		max-width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		position: relative;
		border-right: 1px solid #eaeaea;
		box-shadow: 0px 0px 0px 1px #eaeaea inset;
	}
	.scroll_box:before {
		content: "";
		padding: clamp(40px, 3vw, 60px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image:url('./img/img_scroll.png');
		background-position: center;
		background-repeat:no-repeat;
		background-size: contain;
		background-color: rgb(127 191 219 / 70%);
		border-radius: 10px;
		transition: opacity 0.5s;
		opacity: 1;
	}
	.scroll_box.touch:before{
		opacity: 0;
	}

}
table.responsive[border="0"] td table:not([border="0"]) th,
table.responsive[border="0"] td table:not([border="0"]) td,
table.responsive2c[border="0"] td table:not([border="0"]) th,
table.responsive2c[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
	table.responsive2c td,
	table.responsive2c th{
		width: 100% !important;
	}
}

/*--------------------------------------- list_text */

.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text li a {
	text-decoration:none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 10em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
	color: #D2202F;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 481px), print {
	.list_text {
		padding: 1em 0;
	}
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: top;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}
.list_text{
	position:relative;
}
.list_text li{
	width:100%;
	padding-right:3em;
	background-image:url('./img/icon_circle_right_arrow_black.png');
	background-position:right 2em center;
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #DEDEDE;
}
.list_text li.only_text{
	background-image:none;
}
.list_text li:last-child{
	border-bottom:none;
}
.list_text,
.list_text a:link,
.list_text a:visited{
	color:#333333;
}
.list_text a:hover,
.list_text a:active{
	color:#666666;
}

/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.list_thumbnail .thumbnail span{
	padding: 30% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #fff9eb;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.list_thumbnail .new {
	color: #414D99;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 720px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 49.5%;
	}
	.list_thumbnailC3 li{
		width: 32.5%;
	}
	.list_thumbnailC4 li{
		width: 24.5%;
	}
	.list_thumbnailC5 li{
		width: 19.5%;
	}
	.list_thumbnailC6 li{
		width: 15.5%;
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 1em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 100%;
	}
}
.body_common .list_thumbnail{
	text-align:center;
}
.body_common .list_thumbnail .thumbnail span{
	padding: 22.5% 0;
}
.body_common .list_thumbnail .title{
	font-size: 1.2em;
	font-weight: bold;
}

/*--------------------------------------- breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	color: #000000;
	background-color: #E7F4FA;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin:0 auto;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #000000;
	background: transparent url(img/breadcrumb_black.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
.breadCrumb .fa-home{
	display:inline-block;
	width:12px;
	height:18px;
	background-image: url(img/icon_home.png);
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url('./img/icon_page_link_left.gif') no-repeat left center;
}

.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url('./img/icon_page_link_right.gif') no-repeat right center;
}

/*--------------------------------------- pager */

.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th,
.comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/*--------------------------------------- cms form */

.art_1 {
	padding: 1em 0;
}
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}


.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form_flow li.current {
	background-color: #0080B8;
}

.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	color: #fff;
	background-color: #0080B8;
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg,
#input-table .error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #414D99;
}

.input_button {
	font-size: 1.2em;
	border-radius: 5px;
	padding: 0.8em 2em;
	line-height: 1.5;
	background-color: #0080B8;
	border:1px solid #0080B8;
	border-radius:30px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
	cursor:pointer;
}
.input_button:hover {
	color: #0080B8;
	background-color: #FFFFFF;
}
#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:719px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #eaeaea;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */

.msg{
	margin:20px auto;
}


/*--------------------------------------- index.html */
#section_main_img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#section_main_img .text_box {
	color: #ffffff;
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px;
	text-shadow: 0px 0px 20px rgb(14 59 68 / 30%);
}
#section_main_img .text_box .text {
	padding-bottom: clamp(10px, 1vw, 30px);
	font-size: clamp(13px, 1vw, 18px);
}
#section_main_img .text_box .title {
	font-weight: 500;
	font-size: clamp(24px, 2.9vw, 48px);
	line-height: 1.2;
}
@media screen and (min-width: 780px) {
	#section_main_img {
		padding: 6vw 0 10.55vw;
	}
}
@media screen and (max-width: 779px) {
	#section_main_img {
		padding: 35.5vw 0 2vw;
	}

}
.main_link{
	margin-top:-110px;
	padding-bottom:80px;
}
@media screen and (max-width:1200px) {
	.main_link{
		margin-top:calc(100vw * -0.11);
	}
}
.main_link table{
	z-index: 2;
	position: relative;
}
.main_link img{
	width:340px;
	box-shadow:4px 8px 20px rgb(0 0 0 / 10%);
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width:780px) and (max-width:1200px){
	.main_link img{
		width:calc(100vw * 0.27);
	}
}
.main_link a:hover img,
.main_link a:active img{
	opacity:0.98;
	box-shadow:4px 8px 20px #EEEEEE;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.main_link_sp{
	padding:20px 5%;
}
.main_link_sp img{
	box-shadow:4px 8px 20px #abbfca;
}
.main_link_sp a{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:5px;
}
#important_information{
	display:flex;
}
@media screen and (min-width: 720px), print {
	#important_information{
		font-size:1.05em;
	}
}
@media screen and (max-width: 779px) {
	#important_information{
		display:block;
	}
}
#important_information_title{
	border-right:1px solid #58ACD1;
	padding-top:1.6em;
	padding-left:3em;
	padding-right:2em;
	background-image:url('./img/icon_exclamation.png');
	background-position:1em 2.0em;
	background-repeat:no-repeat;
}
@media screen and (max-width: 779px) {
	#important_information{
		display:block;
	}
	#important_information_title{
		border-right:none;
		padding-top:0.5em;
		padding-bottom:0.5em;
		background-position:1em 0.9em;
		border-bottom:1px solid #58ACD1;
	}
}
#important_information_content{
	flex: 1;
	line-height:1.5;
}
#important_information_content,
#important_information_content a:link,
#important_information_content a:hover,
#important_information_content a:visited,
#important_information_content a:active{
	color:#FFFFFF;
}
#important_information_content li{
	width:100%;
	padding-right:3em;
	background-image:url('./img/icon_circle_right_arrow_white.png');
	background-position:right 2em center;
	background-repeat:no-repeat;
}
.top_second_section {
	padding: clamp(20px, 3vw, 60px) 10px;
}
#top_information{
	position:relative;
}
.link_title {
	position: relative;
}
@media screen and (min-width: 720px), print {
#top_information .link_informarion{
	position:absolute;
	right:20px;
	top:30px;
}

}
@media screen and (max-width: 779px) {
	#top_information .link_informarion{
		text-align: right;
	}
}
#top_information .link_informarion a{
	display:inline-block;
	padding-right:20px;
	background-image:url('./img/icon_right_arrow_mini.png');
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
}
#top_information ul li{
	width:100%;
	padding-right:3em;
	background-image:url('./img/icon_circle_right_arrow_black.png');
	background-position:right 2em center;
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #DEDEDE;
}
#top_information ul li:last-child{
	border-bottom:none;
}
#top_information,
#top_information a:link,
#top_information a:visited{
	color:#333333;
}
#top_information a:hover,
#top_information a:active{
	color:#666666;
}
#top_bloginfo a{
	text-decoration:none;
}

#top_bloginfo .only_pc td:nth-of-type(1){
	padding: clamp(40px, 1vw, 60px) clamp(20px, 3vw, 50px);
}
#top_bloginfo .only_pc td:nth-of-type(2){
	padding:20px;
}
#top_bloginfo .only_sp td:nth-of-type(1){
	padding:20px;
}
#top_bloginfo .only_sp td:nth-of-type(2){
	padding:20px;
}
#top_map{
	display:flex;
	align-items: center;
	gap: 2vw;
}
#top_map_text{
	flex:1;
	padding:0 0 0 10px;
	font-size:1.05em;
}
#top_map_text h4{
	border:none;
	margin:0;
	padding:0;
}
#top_map_text a{
	color:#0080B8;
	display:inline-block;
	text-decoration:none;
}
#top_map_image{
	width:57.3%;
}
@media screen and (max-width: 779px) {
	#top_map{
		display:block;
	}
	#top_map_text{
		padding:20px;
	}
	#top_map_image{
		width:100%;
	}
}
#top_external_links h2{
	margin-bottom:30px;
}
#top_external_links a{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:30px;
}
#top_external_links img{
	vertical-align:middle;
	box-shadow:2px 4px 10px #DDDDDD;
}
@media screen and (max-width: 779px) {
	#top_external_links td {
		display:inline-block;
		padding:1%;
		width:48%;
	}

}

/*--------------------------------------- sound_and_vibration1 */
.link_table {
	empty-cells: hide;
}
.link_table tr {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	padding-bottom:10px;
}
.link_table td {
	border: 1px solid #ddd!important;
}
.link_table td img {
	display: block;
	margin: 0 auto;
}
.link_table a {
	text-decoration: none;
}
@media screen and (min-width: 720px), print {
	.link_table td {
		width: calc( calc(100% - 30px) / 4);
	}
}
@media screen and (max-width: 779px) {
	.link_table td {
		width: calc( calc(100% - 10px) / 2);
	}
}