@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:hover {
	
	color: #ff7800;
}

.max_width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* header */
header {
	
 background: #8CA8CE;
}
#site_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 35px;
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	
 background: #8CA8CE;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
	
}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
}

/* nav */
#nav {
	position:fixed;
	top:0px;
	margin-left:-200px;
	width: 200px;
	z-index:2;
	text-align: center;
}
#nav ul {
	padding: 0px;
	background-color:rgba(0,0,0,0.90);
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #474747;
	display:block;
	text-align:left;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}

#nav ul li a:visited {

	color: #fff;
}


#nav ul li a:hover {
	color: #ff7400; /* hover のカラー（600px 未満のメニュー）（1/4 箇所） */
	text-decoration: none;
}

/* article */
.content_wrap {
	padding-top:25px;
	padding-bottom:25px;
	background: #fff;
}


.content {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -10px;
}

.content h1 {
	font-size: 160%;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 1px;
	font-weight: bold;
	color: #0B2161;
	line-height: 2.0;	

}
.content h1 span {
	
	margin-top: -10px;
}

.content h1 br {
	
	display: block;
}

.content h2 {
	clear: both;
	font-weight:normal;
	font-size:120%;
}
.content p {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	margin-top: 0;
	margin-bottom: 10px;
	/*max-width: 90%;*/
}

.content p.gengo {
	
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 20px;
	text-decoration: underline;
	color: #0174DF;
	font-weight: bold;
}
.content p.lang {
	
	margin-top: -20px;
	line-height: 1.8;
	font-weight: bold;
	
}

.content p.lang01 {
	
	line-height: 1.8;
	
}

.content p.lang01 span {
	
	font-weight: bold;
	color: #555;
	font-size: 20px;
	
}

.content p.lang01 i {
	
	color: #1DAF9E;
}

.content p.lang01 span.lang {
	
	font-weight: normal;
	color: #B40431;
	font-size: 16px;
	
}

.content p.lang br {
	
	display: none;
}

.content p.lang span {

	color: #B40431;
	font-weight: normal;
	
}

.content p.title_sub {
	
	background: #007FB1;
	padding: 10px 0;
	color: #fff;
	font-size: 150%;
	border-radius: 4px;
	clear: both;
}

.img_frame {


	max-width: 80%;
	height: auto;
	vertical-align:bottom;
	border-radius: 4px;
}

.column_block {
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box {
	padding-bottom:20px;
}
.column2_2_box {
	padding-bottom:20px;
}

.column2_3_box {
	padding-bottom:20px;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 4px;
	font-size: 18px;
	background: #fafafa;
	margin-right: 7px;
	height: 220px;
}

.column2_3_box h2 {

	background: #007FB1;
	padding: 5px 0;
	color: #fff;
	border-radius: 4px;
}

.column2_3_box i {

	color: #DB7BB1;
}

.column2_3_box p {
	
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
}

.column2_3_box span {

	color: red;
}


.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box {
	padding-bottom:20px;
}

.column3_1_box {
	padding-bottom: 0px;
	/*padding-right: 30px;*/
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px;
	margin-right: 10px;
	height: 260px;
	margin-top: 30px;
}

.column3_1_box h2 {

	background: #8CA8CE;
	color: #fff;
	padding: 5px;
	font-size: 110%;
	border-radius: 4px;
}
.column3_1_box p {
	
	width: 100%;

	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 10px;

}

.column3_1_box a {

	background: #007FB1;
	padding: 2px 5px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}

.column3_1_box a:hover {
	
	background: #fff;
	border: 1px solid #007FB1;
	color: #007FB1;
}

.column3_2_box {
	padding-bottom:20px;
}
.column3_3_box {
	padding-bottom:20px;
}

.color1 {
	color:#FF0000; /* 赤色 */
}
.color2 {
	color:#FF6600; /* 橙色 */
}
.color3 {
	color:#9900CC; /* 紫色 */
}

p.sub_title {
	
	text-align: left;
	font-size: 20px;
	color: #D45D87;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: underline;
}

p.policy {
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.8;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px;
}


p.comment01 {
	
	color: #fff;
	background: #007FB1;
	padding: 10px 0;
	border-radius: 4px;
}

p.comment02 {
	
	color: #555;
	font-weight: bold;
	margin-top: 30px;
	font-size: 20px;
}

p.comment02 br {
	
	display: none;
}

p.comment03 {
	
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 20px;
	padding: 20px;
}

p.comment03 span {
	
	background: #007FB1;
	padding: 15px;
	border-radius: 4px;
}

p.comment03 a {
	
	color: #fff;
	text-decoration: none;
}

p.comment03 a:hover {

	color: #9ACDE7;
}



p.comment04 {
	
	text-align: left;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.2px;
	padding: 7px;
}

p.comment05 {
	
	font-size: 20px;
	
}

p.comment06 {
	
	font-size: 20px;
	color: #007AB7;
}

p.comment07 {
	
	font-weight: bold;
	color: #007AB7;
}

p.comment08 {
	
	text-align: left;
	line-height: 1.8;
}

p.comment09 {

	background: #1DAF9E;
	color: #fff;
	width: 80%;
	text-align: left;
	padding: 15px 7px;
	border-radius: 4px;
	margin-top: 20px;
}

p.comment11 {
	
	font-size: 18px;
	color: #3261AB;
	font-weight: bold;
}

p.comment12 {

	margin-top: 20px;
}

p.comment13 {

	color: #222;
}

p.comment17 {
	
	color: red;
}

p.comment13 i {
	
	color: red;
}

h2.comment10 {
	
	color: #fff;
	font-weight: bold;
	background: #ccc;
	width: 45%;

    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 4px;

    background: #1DAF9E;
    /* background-image: url('../images/bg_op_blu.png'); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto 20px auto;

}
h2.comment10 a{
display: block;
color: #fff;
font-weight: normal;
}
h2.comment10 a:hover{
color: #fff;
text-decoration: none;
}

p.comment30 {
	
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	font-size: 20px;
	padding: 20px 0;
}

p.comment30 span {
	
	background: #007FB1;
	padding: 15px;
	border-radius: 4px;
}

p.comment30 a {
	
	color: #fff;
	text-decoration: none;
}

p.comment30 a:hover {

	color: #9ACDE7;
}

.spot_link02 {
	
	color: #007FB1;
}

.spot_link02:hover {
	
	color: #ff7800;
}


.spot_link03 {
	
	color: #007FB1;
	text-decoration: none;
	font-size: 22px;
	padding-top: 3px;
}

.spot_link04 {
	
	color: #D45D87;
	text-decoration: none;
	font-size: 22px;
}

p.tel {
	
	font-size: 22px;
	color: #555;
}

p.mail {
	
	font-size: 22px;
	color: #555;
	
}

/* footer */
.footer_wrap {
	padding-top:25px;
	padding-bottom:25px;
	/*background-image: url('images/bg_op_blu.png');*/
	 background: #8CA8CE;
	 clear: both;
	
}
footer {
	color: #fff;
}
footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer a:link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #ff7800; /* hover のカラー（フッターのリンク）（3/4 箇所） */
	text-decoration: none;
}

/*パーツ*/
a.spot_link {
	
	background: #D45D87;
	text-decoration: none;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	
}

a.spot_link:hover {

	background: #fff;
	text-decoration: none;
	padding: 10px;
	color: #D45D87;
	border: 1px solid #D45D87;
	border-radius: 4px;
	
}


ul.under_list {
	
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

ul.under_list li {
	
	float: left;
	list-style-type: none;
	padding: 10px 15px;
	text-decoration: none;
}


ul.under_list a {

	text-decoration: none;
	
}

ul.under_list a:hover {

	color: #ff7400;
}


ul.foot_list {
	
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}

ul.foot_list li {
	
	float: left;
	list-style-type: none;
	padding: 10px 10px;
	text-decoration: underline;
}

.copyli {
	
	clear: both;
}

.column3_2 {
	width: 32%;
	float:left;
	
	border: 1px solid #eee;
	padding: 10px 0;
	border-radius: 4px;
	margin-right: 5px;
	margin-left: 5px;
	background: #007FB1;
	/*background-image: url('../images/bg_op_blu.png')*/
	
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.column3_5 {
	width: 32%;
	float:left;
	
	padding: 10px 0;
	border-radius: 4px;
	margin-right: 5px;
	margin-left: 8px;
	
	background-image: #fff;
}
.column3_5_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	background: #fff;
}

.column3_5_box h2 {
	
	font-size: 14px;
	text-decoration: underline;
}

.column3_5_box img {
	
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
	float: none;
	width: 280px;
	height: 60px;
}

.column3_4_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	background: #fff;
}

.column3_4_box h2 {
	
	font-size: 14px;
}

.column3_4_box img {

	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

img.bann_02 {
	
	margin-left: -5px;
	width: 260px;
}

img.bann_01 {
	
	width: 260px;
}

ul.top_list {
	
	width: 90%;
	margin: 0 auto;
	padding-left: 0;
	overflow: hidden;
	text-align: center;
}

ul.top_list li {
	
	list-style-type: none;
	display: inline-block;
	margin: 10px 20px;
}

table.visa {
	
	width: 80%;
	margin: 10px auto 30px auto;
}
table.visa , table.visa td,{
	border: 1px solid #595959;
	border-collapse: collapse;
}

table.visa td{
	padding: 10px;
	text-align: left;
	border: 1px solid #595959;
	
}

table.visa .td01 {
	
	background: #007FB1;
	width: 20%;
	text-align: center;
	color: #fff;
}

p.table_title {
	
	font-size: 20px;
	width: 80%;
	text-align: left;
}

p.table_title i {

	color: #CA3C6E;
}


table.activity {
	
	width: 80%;
	margin: 40px auto;
}

table.activity , table.activity td{
	border: 1px solid #595959;
	border-collapse: collapse;
}

table.activity td{
	padding: 10px;
	text-align: left;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.td01 {
	
	background: #CBE6F3;
	width: 20%;
}

table.activity .td02 {
	
	background: #eee;
	width: 18%;
	text-align: center;
}

table.activity .bgc{
	background: #eee;
}

p.jp_number {
	
	text-align: left;
	width: 80%;
	margin-bottom: -30px;
	font-weight: bold;
}

table.office {
	
	width: 80%;
	margin: 0 auto;
}
table.office, table.office td{
	border: 1px solid #595959;
	border-collapse: collapse;
}

table.office td{
	padding: 10px;

}

.top_tel, .top_mail {
	
	color: #fff;
}

#top_t{
	position:relative;
	top:75px;
	font-weight:bold;
	color:#0B2161;
	font-size:145%;
}

.content #catch{
    font-size: 160%;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
    color: #D45D87;
    line-height: 2.0;
    padding-bottom:30px;
   }
.content #catch br.sp{
display:none;
}

.left_mail{	
float: left;
	list-style-type: none;
	padding:25px 15px;
	text-decoration: none;
   }
   
.right_tel{
list-style-type: none;
padding: 8px 10px 10px 10px;
text-decoration: none;
position: relative;
background-color: #f6f5f5;
border-radius: 4px;
	}
   
p#tel_text{
font-size: 20px;
font-weight: bold;
}


@media only screen and (max-width: 768px) {
.left_mail{
padding:0px 15px 20px 15px;
float:none;
}
.right_tel{
top:0px;
padding:8px 10px 15px 10px;
margin-bottom:20px;
float:none;
}
.right_tel img{
margin-bottom:15px;
}}



@media only screen and (max-width: 564px) {
.content #catch br.sp{
display:block;
}}
	
/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 600px) {

/* header */
header {
}

#site_title {
	font-size: 38px;
	padding-top: 65px;
	padding-bottom: 60px;
}

#top_t{
	position:relative;
	top:50px;
	font-weight:bold;
	color:#0B2161;
	font-size:160%;
}

#menu_button {
	display:none;
}

/* nav */
#nav {
	position: fixed;
	top: 180px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
}
#nav ul {
	background-color:rgba(0,0,0,0);
}
#nav ul li {
	display:inline-block;
	
}
#nav ul li a:link {
	border-bottom: 0px solid #424242;
	color: #fff;
	padding: 5px;
	font-size: 16px;
}



#nav ul li a:visited {

	color: #fff;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #ff7400;
}

.ie6 #nav ul li {
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

/* article */
.content_wrap {
	padding-top:30px;
	padding-bottom:30px;
}

.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.column2_1 {
	width: 50%;
	float:left;
}
.column2_2 {
	width: 50%;
	display:inline-block;
}
.column2_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column2_2_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.column3_1 {
	width: 33.3%;
	float:left;
}

.column5_1 {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.column5_1_box {
	padding-bottom: 0px;
	padding-top: 10px;
}

.column5_1_box i {
	
	color: #007FB1;
}

.column3_3 {
	width: 30.0%;
	display:inline-block;
}

.column3_2_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}

.column3_2_box h2 {

	font-weight: bold;
}

.column3_2 .fa-mobile{
  vertical-align: initial;
}

.column2_3_box {

	height: 300px;
}

.column3_3_box {
	padding-bottom: 0px;
	padding-left: 30px;
}


.column3_4 {
	width: 30%;
	float:left;
	
	padding: 10px 0;
	border-radius: 4px;
	margin-right: 5px;
	margin-left: 5px;
	
	background-image: #fff;
}

.column3_4_box img {

	width: 100%;
}



.column3_1_box {
	
	/*height: 350px;*/
}

.ie7_under .column_block {
	margin-bottom: 0px;
}

.ie7_under .column2_1 {
	width: 100%;
}
.ie7_under .column2_2 {
	width: 100%;
}
.ie7_under .column2_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column2_2_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

.ie7_under .column3_1 {
	width: 100%;
}
.ie7_under .column3_2 {
	width: 100%;
}
.ie7_under .column3_3 {
	width: 100%;
}
.ie7_under .column3_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_2_box {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_3_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

/* footer */
.footer_wrap {
	padding-top:30px;
	padding-bottom:30px;
}

}


@media only screen and (min-width: 601px) and (max-width: 768px) {
	
ul.top_list {
	
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

ul.top_list li {
	
	list-style-type: none;
	float: left;
	margin: 10px 0;
}



ul.top_list li p.comment30 {
	
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	font-size: 16px;
	padding: 15px;
}

ul.top_list li p.comment30 span {
	
	background: #007FB1;
	padding: 15px;
	border-radius: 4px;
}

.column3_1_box {
	height: 380px;
}

.column5_1 {
	
	width: 47%;
}

ul.foot_list {
	
	width: 65%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

ul.foot_list li {
	
	float: left;
	list-style-type: none;
	padding: 10px 7px;
	text-decoration: underline;
	font-size: 100%;
}

}


@media only screen and (max-width: 564px) {

p.comment01 {
	
	text-align: left;
	padding-left: 5px;
	padding-right: 5px; 
}

p.comment02 {
	
	line-height: 2;
}

p.comment02 br {
	
	display: block;
}


.sub_title {

	padding-left: 10px;
}

p.policy {
	
	font-size: 90%;
}

.content #catch{
    font-size: 120%;
    }

.content h1 {
	
	font-size: 120%;
}

.content h1 span {

	letter-spacing: 1px;
	font-weight: bold;
	color: #0B2161;
	line-height: 1.5;
	font-size: 90%;
}

.content h1 span br {
	
	display: block;
}


a.spot_link03 {
	
	color: #007FB1;
	text-decoration: none;
	font-size: 22px;
}

a.spot_link03:hover {
	color: #ff7800;
}
a.spot_link04 {
	
	color: #D45D87;
	text-decoration: none;
	font-size: 22px;
}

a.spot_link04:hover {
	color: #ff7800;
}

.column3_1_box {
	width: 95%;
	padding-bottom: 0px;
	/*padding-right: 30px;*/
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px;
	margin-right: 0;
	height: auto;
	margin-top: 30px;
	margin: 20px auto;
}


.column3_2 {
	width: 100%;
	float:none;
	border: 1px solid #eee;
	margin: 0;
	padding-bottom:0;
	padding-top: 20px;
	background: #007FB1;
	/*background-image: url('../images/bg_op_blu.png')*/
	color: #fff;
	margin-bottom: 20px;
}

.column3_5 {
	width: 100%;
	float:none;
	
	padding: 10px 0;
	border-radius: 4px;
	margin: 0;
	background-image: #fff;
}
.column3_5_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	background: #fff;
}



.column3_4_box h2 {
	
	font-size: 14px;
	margin-top: 10px;
}

.column3_4_box img {

	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
     width: 70%;
}

ul.top_list {
	
	width: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 0;
}

ul.top_list li {
	
	list-style-type: none;
	float: none;
	margin: 0;
}

.content p.gengo {
	
	margin-top: -40px;
	margin-bottom: 20px;
	font-size: 20px;
}
.content p.lang {
	
	margin-top: -20px;
	font-size: 90%;
	background: #fff;
}

.content p.title_sub {
	color: #fff;
	font-size: 100%;

}

h2.comment10 {
	
	color: #fff;
	font-weight: bold;
	width: 98%;

    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 4px;

    background: #1DAF9E;
    /* background-image: url('../images/bg_op_blu.png'); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    margin: 0 auto 20px auto;
}

p.comment03 {
	
	padding: 15px 7px;
}

ul.under_list {
	
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
	padding: 0;
	
}

ul.under_list li {
	
	float: none;
	list-style-type: none;
	padding: 0;
	text-decoration: none;
}


ul.under_list a {

	text-decoration: none;
}


ul.foot_list {
	
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

ul.foot_list li {
	
	float: left;
	list-style-type: none;
	padding: 10px 7px;
	text-decoration: underline;
	font-size: 100%;
}

/*visa_page*/

.column2_3_box {

	height: auto;
	margin-bottom: 20px;
}

p.comment07 {
	
	font-weight: bold;
	color: #007AB7;
	padding: 3px;
	text-align: left;
}

p.comment13 {
	
	background: #fafafa;
	text-align: left;
	padding: 5px;
}

p.comment08 {
	
	text-align: left;
	line-height: 1.8;
	padding: 7px;
	margin-top: -20px;
}

p.comment14 {
	
	background: #fafafa;
	margin-bottom: 20px;
	
}

table.visa {
	
	width: 98%;
	display: block;
	margin: 0;
	padding: 0;
}
table.visa , table.visa td,{
	border: 1px solid #595959;
	border-collapse: collapse;
}

table.visa .td01 {
	
	background: #007FB1;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 0;
}

table.visa td{
	padding: 15px 0;
	text-align: left;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
}

p.table_title {
	
	font-size: 20px;
	width: 98%;
	text-align: left;
	margin-top: 40px;
	background: #BFC2DF;
	border-radius: 4px;
	padding: 3px 0;
}

p.table_title i {

	color: #CA3C6E;
}

/*activity_page*/

table.activity {
	
	width: 98%;
	margin: 40px auto;
}

table.activity , table.activity td{
	border: none;
	border-collapse: collapse;
}

table.activity td{
	padding: 10px;
	text-align: left;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 15px;
	
}


table.activity .td02 {
	
	background: #eee;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
}

p.jp_number {
	
	width: 100%;
	text-align: center;
	color: #007AB7;
}

p.comment15 {
	
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
}


/*office_page*/

table.office {
	
	width: 98%;
	margin: 0 auto;
}
table.office, table.office td{
	border: none;	

}

table.office .td01 {

	border: none;	
	width: 100%;
	padding: 7px 0;
	font-weight: bold;
	color: #555;
}

table.office td{
	padding: 10px;
	display: block;
	margin-bottom: 15px;
}

iframe {
	
	width: 98%;
}



}

/*iphone5s対応*/

@media only screen and (max-width: 320px) {

#site_title {
	
	font-size: 150%;
}


p.title_sub {
	
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
p.comment30 {
	
	width: 100%;
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
	font-size: 110%;
	padding: 20px;
	padding: 0;
}

p.comment30 span {
	
	background: #007FB1;
	padding: 10px 5px;
	border-radius: 4px;
}

p.comment30 a {
	
	color: #fff;
	text-decoration: none;
}

p.comment30 a:hover {

	color: #9ACDE7;
}

.content h1 {
	font-size: 90%;
	
}
.content h1 span {
	
	letter-spacing: 1px;
	font-weight: bold;
	color: #0B2161;
	line-height: 1.8;
	font-size: 110%;
}

.content h1 span br {
	
	display: block;
}

p.comment03 {
	
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	font-size: 100%;
	padding: 5px;
}

p.comment03 span {
	
	background: #007FB1;
	padding: 10px;
	border-radius: 4px;
}

a.spot_link {
	
	padding: 10px 3px;
	font-size: 90%;
}

a.spot_link:hover {

	background: #fff;
	text-decoration: none;
	color: #D45D87;
	border: 1px solid #D45D87;
	border-radius: 4px;
	padding: 10px 3px;
	font-size: 90%;	
}


p.contact_come {
	
	font-size: 100%;
}

.spot_link02 {
	
	font-size: 80%;
}

footer p {

	font-size: 90%;
}


h2.comment10 {
	
	text-align: left;
	padding: 10px;
	width: 90%;
}

}

.top-news{
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #efefef;
}

.top-news .content h1{
  margin-top: 0;
  border: 0;
  line-height: 1;
  font-size: 24px;
}

.top-news .content h1 span{
    color: #ff7400 !important;
}

.top-news_list{
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.top-news_list li + li{
  margin-top: 15px;
}

.top-news_date{
  display: block;
  font-weight:  bold;
}

.top-news_title{
  font-weight: bold;
  color: #333;
}

.top-news_title a{
    color: #333;
}

.top-news_title a:hover{
  text-decoration: none;
}

.top-news_buttons{
  margin-top: 25px;
  text-align: center;
}

.top-news_button{
    display: inline-block;
    background: #007FB1;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.top-news_button:hover{
      color: #9ACDE7;
}

@media only screen and (min-width: 600px) {
  .top-news .content h1{
    margin-bottom: 35px;
  }
  .top-news_list li{
    display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:baseline;
    -ms-flex-align:baseline;
        align-items:baseline;
  }
  .top-news_date{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
        flex:0 0 auto;
    display: inline-block;
    margin-right: 1em;
  }
}