/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	color: #333333;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	max-width: 100%;
	/*width: 100%;
	height: auto;*/
	vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input {
	outline: none;
}
input, textarea {
	border-radius: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
input[type=checkbox] {
	background: none;
	border: none;
}
abbr, acronym {
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix, #header, #contents, section, .box_layout01, .box_column01, .list_inline01 {
	display: block;
	min-height: 1%;
}
.clearfix:after, #header:after, #contents:after, section:after, .box_layout01:after, .box_column01:after, .list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	background-position: center top;
}

@media print {
html, html body {
*zoom: 0.65;
}
}
.slicknav_menu {
	display: none;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img.hover {
	background: none!important;
}
a:hover img.hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
}
input, textarea, select {
	padding: 5px;
}
input[type=checkbox] {
	border: #CCCCCC solid 1px;
}
.brn1 {
	color: #660000;
}
/*ページトップヘ
---------------------------------------------------------- */

.backtotop {
	position: fixed;
	right: 15px;
	bottom: 1px;
	z-index: 9000;
	display: none;
}

.backtotop a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*ヘッダ
---------------------------------------------------------- */
header {
	text-align: left;
	/*border-bottom: #003399 solid 1px;*/
}
.header_tel {
	font-family: Arial, Helvetica, sans-serif;
}
.header_tel a {
	text-decoration: none;
}
.header_tel a:hover {
}
/*フッタ
---------------------------------------------------------- */
.f_navi {
	margin: 0px;
}
.f_navi ul {
	list-style : none;
}
.f_navi ul li {
}
/*パンくず
----------------------*/
.pankuzu {
	text-align: left;
	clear: both;
}
.pankuzu ul {
	margin: 0px;
    font-size: 100%;
}
.pankuzu li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}
.pankuzu li a {
	padding-right: 10px;
	background-image: url(../images/path1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.pankuzu li a:hover {
	text-decoration: underline;
}


/*共通
---------------------------------------------------------- */
.con h3 {
    color: #003399;
    border-bottom: 3px solid #6699FF;
    position: relative;
    margin-bottom: 10px;
  }
.con h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #003399;
    bottom: -3px;
    width: 30%;
  }
.con h4 {
    color: #003399;
    margin-bottom: 10px;
  }
    
.con .block1 {
  }
	
.con p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
.con ul {
    margin-bottom: 10px;
    line-height: 1.8;
	padding-left: 24px;
  }
.con ul li {
	list-style-type: disc;
  }
.con ol {
    margin-bottom: 10px;
    line-height: 1.8;
	padding-left: 24px;
  }
.con ol li {
	list-style-type: decimal;
  }

/*ボタン
---------------------------------------------------------- */

a.btn_next1 {
	width: 100%;
	height: 60px;
    font-size: 140%;
	display: table;
	color: #ffffff;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #0033CC;
	position: relative;
}
a.btn_next1:after {
	content: "\f0a9";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 10px;
}
a.btn_next2 {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: table;
	color: #ffffff;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #333333;
}
a:hover.btn_next1, a:hover.btn_next2 {
	opacity: 0.8;
	/* IE */
	filter: alpha(opacity=0.5);/*color: #ffffff;
	background-color: #FF9900;*/
}
a.btn_next1 span, a.btn_next2 span {
	display: table-cell;
	vertical-align: middle;
}
/* 詳細へボタン
---------------------------------------------------------- */
.to_detail {
	margin: 20px 0px;
	text-align: right;
}
.to_detail a {
	background-color: #003399;
	color: #FFFFFF;
	padding: 5px 10px;
	line-height: 100%;
	border-radius: 5px;
}
.to_detail a:hover {
	text-decoration: none;
}
.to_detail a:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	clear: both;
}
.table_basic01 h3 {
	text-align: center;
	font-size: 160%;
	margin-bottom: 20px;
}
.table_basic01 table {
	width: 100%;
	margin-bottom: 20px;
}
.table_basic01 table caption {
	color: #FFFFFF;
	background-color: #003399;
}
.table_basic01 th, .table_basic01 td {
}
.table_basic01 th {
	background-color: #EEEEEE;
	border-collapse: collapse;
	border-bottom: 1px solid #DDDDDD;
    color: #333333;
}
.table_basic01 td {
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
    color: #333333;
}
.table_basic01 ul {
	list-style-type: disc;
	margin-left: 16px;
	margin-top: 5px;
}
.table_basic01 ul li {
	margin-bottom: 8px;
}
.table_basic01 input[type=checkbox] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 0.5em;
}
.hissu {
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #c00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*===============================================
● 画面の横幅が900px以下
===============================================*/

@media screen and (max-width: 900px) {
body {
	line-height: 1.5;
}
/*スマホ非表示
---------------------------------------------------------- */
.hide_sp {
	display: none;
}
/*spで改行しない
---------------------------------------------------------- */
.br-pc {
	display: none;
}
/*ヘッダ
---------------------------------------------------------- */

.header {
	margin: auto;
}
.header_sub {
	margin: auto;
}
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
.logo img {
	width: 80%;
}
.logo img a {
}
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
.head_r {
	display: none;
}
/*NAVI
----------------------*/	

.dropmenu li .en {
	font-size: 70%;
	font-weight: normal;
	float: right;
}
/*パンくず
----------------------*/
.pankuzu {
}
.pankuzu ul {
    font-size: 100%;
    margin: 10px;
}
/*タイトル
---------------------------------------------------------- */
.title_box {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_box img {
}
.title_box h2 {
	margin: 0px 10px;
	color: #333333;
	font-size: 150%;
	text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
/*レイアウト
---------------------------------------------------------- */

.contents {
	width: 100%;
	clear: both;
}
  /*コンテンツエリア
---------------------------------------------------------- */
.con {
    margin: 10px;
    text-align: left;
    clear: both;
  }
.con h3 {
    font-size: 140%;
  }
.con h4 {
    font-size: 120%;
    margin-bottom: 10px;
  }

		
/*コンテンツ内テキスト領域
---------------------------------------------------------- */
.block1 {
	margin-bottom: 30px;
	clear: both;
	}
/*ページトップヘ
---------------------------------------------------------- */
.backtotop {
	bottom: 60px;
	right: 10px;
}
.backtotop img {
}
/*フッタ
---------------------------------------------------------- */
.footer {
	padding-top: 0px;
	padding-bottom: 50px;
	background-color: #003399;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}
.fcon {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.f_navi1 {
	margin-bottom: 20px;
}
.f_navi1 ul {
}
.f_navi1 ul li {
	text-align: left;
}
.f_navi1 ul a {
	background-color: #003399;
	border-bottom: #FFFFFF dotted 1px;
	padding: 10px;
	display: block;
}
.f_navi1 ul a:hover {
	text-decoration: none;
}
.f_navi1 ul a:before {
	content: "\f0a9";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.f_navi2 {
	margin: 10px 0px;
}
.f_navi2 ul {
}
.f_navi2 ul li {
	display : inline;
}
.copy {
	font-size: 90%;
	margin: 20px 0px;
}
.fcon p {
	margin-bottom: 10px;
}

/* bottom固定
---------------------------------------------------------- */
.bottom_fix {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.f_menu ul {
	border-top: 1px solid #FFF;
	width: 100%;
	padding: 0px;
}
.f_menu ul li {
	width: 100%;
	font-size: 140%;
	list-style-type: none;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
	background-color: #003399;
}
.f_menu ul li:first-child {
	border-left: 0px;
}
.f_menu ul li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.f_menu ul li a:hover {
	text-decoration: none;
}
.f_menu_ico1 {
	line-height: 0;
}
.f_menu ul li .tel:before {
	content: "\f095";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.f_menu ul li .mail:before {
	content: "\f0e0";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
/*form
---------------------------------------------------------- */
.submit {
	margin: 10px 0px;
	text-align: center;
}
.submit input {
	width: 100%;
	padding: 20px 30px;
	background-color: #003399;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
}
.table_basic01, .table_basic01 thead, .table_basic01 caption, .table_basic01 tbody, .table_basic01 tr, .table_basic01 th, .table_basic01 td {
	display: block;
}
.table_basic01 table {
	border-top: #DDDDDD solid 1px;
}
.table_basic01 caption {
	font-size: 120%;
	padding: 10px;
}
.table_basic01 th, .table_basic01 td {
}
.table_basic01 th {
	padding: 10px;
}
.table_basic01 td {
	padding: 5px;
}
.table_basic01 td .w40, .w60 {
	width: 100%;
}
select {
	height: 44px;
}
/*ボタン
---------------------------------------------------------- */

a.btn_next1 {
    font-size: 100%;
}
}

/*===============================================
● 画面の横幅が900px以上
===============================================*/
@media print, screen and (min-width: 900px) {
body {
	line-height: 1.5;
}
/*PCで非表示
---------------------------------------------------------- */
.hidden_pc {
	display: none;
}
/*PCで改行しない
---------------------------------------------------------- */
.br-sp {
	display: none;
}
/*ヘッダ
---------------------------------------------------------- */
header {
}
.header {
	width: 100%;
    height: 70px;
	margin: auto;
	z-index: 2;
}
.logo {
	margin: 10px;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 a, a:hover {
	text-decoration: none;
}
h1 img {
	margin: 0px;
	float: left;
}
h1 .tagline {
	font-size: 120%;
	margin-left: 40px;
	margin-top: 8px;
	transform: scale(1.5, 1);
	float: right;
}
.head_r {
	float: right;
}
.head_r a {
	text-decoration: none;
}
/*ドロップダウンメニュー
---------------------------------------------------------- */
#navi {
	clear: both;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	font-size: 100%;
	font-weight: bold;
	position: relative;
	float: left;
	margin-left: 30px;
	padding: 0;
	text-align: center;
}
.dropmenu li .en {
	font-size: 65%;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;	
}
.dropmenu li:last-child {
}
.dropmenu li a {
	color: #333333;
	display: block;
	margin: 0;
	padding: 10px 0 10px;
	font-size: 100%;
	line-height: 1;
	text-decoration: none;
	
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	border: none;
	width: 220px;
}
.dropmenu li:last-child ul {
	left: -79px;
	width: 100%;
}
.dropmenu li ul li:last-child {
	border-right: none;
}
.dropmenu li ul li a {
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 24px;
	padding-bottom: 13px;
	border-top: 1px dotted #CCCCCC;
	background-color: #660000;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	background-image: url(../images/ico_nav1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 20px;
}
.dropmenu li:hover > a {
}
.dropmenu li a:hover {
	border-bottom: #333 solid 1px;
}
.dropmenu li ul li a:hover {
	border-bottom: #333 solid 1px;
}
#fade-in2 li ul {
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#fade-in2 li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*パンくず
----------------------*/
.pankuzu {
	max-width: 960px;
	margin: 20px auto;
	clear: both;
}
.pankuzu ul {
    font-size: 110%;
}
/*タイトル
---------------------------------------------------------- */
.title_box {
	position: relative;
	height: 360px;
	text-align: center;
}
.title_box img {
	width: 100%;
}
.title_box h2 {
	position: absolute;
	width: 100%;
	margin: auto;
	padding: 10px 0px;
	background-color: rgba(255,255,255,0.70);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #333333;
	font-size: 300%;
	text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
/*コンテンツエリア
---------------------------------------------------------- */
.con {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: left;
    clear: both;
}
.con h3 {
    font-size: 200%;
    margin-bottom: 20px;
  }
 
.con h4 {
    font-size: 160%;
    margin-bottom: 10px;
  }
.con p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
.con ol {
    margin-bottom: 10px;
    line-height: 1.8;
	padding-left: 24px;
  }
.con ol li {
	list-style-type: decimal;
  }	
.con .block1 {
    margin-bottom: 50px;
	clear: both;
  }
	
/*ページトップヘ
---------------------------------------------------------- */
	
.backtotop {
	bottom: 50px;
	right: 50px;
}
.backtotop img {
}
/*クロージング
---------------------------------------------------------- */
	.f_closing {
		margin: 30px;
	}	
	
/*フッタ
---------------------------------------------------------- */
.footer {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #003399;
	color: #FFFFFF;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}
.fcon {
	max-width: 960px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
.fcon p {
    font-size: 110%;
}
.f_navi1 {
    font-size: 110%;
	margin-bottom: 10px;
}
.f_navi1 ul {
	margin-bottom: 10px;
}
.f_navi1 ul li {
	border-left: #FFFFFF solid 1px;
	padding: 0px 10px;
	display : inline;
}
.f_navi1 ul li:last-child {
	border-right: #FFFFFF solid 1px;
}
.copy {
	margin: 30px 0px;
}

/* --bottom固定
---------------------------------------------------------- */
.bottom_fix {
	display: none;
}
/* !Table
---------------------------------------------------------- */

.table_basic01 table {
	border: 1px solid #DDDDDD;
}
.table_basic01 caption {
	font-size: 120%;
	padding: 10px;
}
.table_basic01 th, .table_basic01 td {
	padding: 10px;
}
.table_basic01 th {
	padding-left: 15px;
	font-size: 110%;
	width: 30%;
	white-space: nowrap;
}
.table_basic01 td {
	width: 70%;
}
.table_basic01 ul {
}
.table_basic01 ul li {
}
.table_basic01 td .w40 {
	width: 40%;
}
.table_basic01 td .w60 {
	width: 60%;
}
/*form
---------------------------------------------------------- */
.submit {
	margin: 10px;
	text-align: center;
}
.submit input {
	padding: 20px 30px;
	background-color: #003399;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5px;
}
input:hover {
	opacity: 0.5;
	/* IE */
	filter: alpha(opacity=0.5);
}
    
/* 画像拡大*/
.transform01 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
figure:hover .transform01 {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
}
