@charset "utf-8";
@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
body {
	background: none;
	font-size: 100%;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
li,
dt,
dd,
table {
	line-height: 1.5;
}
input[type="text"],
textarea,
select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* ==================================================
layout
================================================== */
header,
#wrap_main,
#top_main,
footer {
	clear: both;
	width: 100%;
	min-width: 375px;
	overflow: hidden;
}
#header,
#title,
#pnavi,
#main,
#top_menu,
#top_search,
#top_kenshin,
#top_news,
#top_data,
#top_about,
#finfo,
#footer,
#fcopy {
	width: 100%;
	box-sizing: border-box;
}
.sp_only {
	display: block;
}
br.sp_only {
	display: inline;
}
.pc_only {
	display: none !important;
}
/* ==================================================
header
================================================== */
#header {
	display: block;
	height: 60px;
	padding: 6px 15px 0;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: fixed;
	z-index: 20;
}
#hlogo h1,
#hlogo p {
	padding: 0;
	font-size: 110%;
}
#hlogo img {
	width: 210px;
}
/* hnavi
--------------------------- */
#hnavi {
	display: none;
}
/* sp_menu
--------------------------- */
#sp_menu {
	width: 42px;
	height: 42px;
	background-color: #274b66;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
}
#sp_menu span {
	width: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	font-size: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
}
#sp_menu span::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
}
#sp_menu span::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
#sp_menu.open span {
	height: 0;
}
#sp_menu.open span::before {
	top: 0;
	transform: rotate(45deg);
}
#sp_menu.open span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	display: none;
}
/* ==================================================
pnavi
================================================== */
#pnavi {
	display: none;
}
/* ==================================================
title
================================================== */
#wrap_title {
	padding: 2px 0 0;
}
#title {
	padding: 20px 0;
}
#title h1,
#title p.ttl {
	font-size: 140%;
}
#wrap_title.titlebg {
	border: none;
}
.titlebg #title {
	padding: 70px 15px;
}
/* ==================================================
fnavi
================================================== */
#fnavi {
	width: 100%;
	padding: 0;
	background: none;
	background-color: #f8f8f8;
	border: none;
	display: block;
	position: fixed;
	top: 60px;
	bottom: 0;
	right: -100%;
	z-index: 50;
	transition: 0.3s;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#fnavi.active {
	right: 0;
}
#fnavi ul,
#fnavi ul:first-of-type {
	margin: 0;
	padding: 0;
	border: none;
}
#fnavi ul li {
	border-bottom: #eee 1px solid;
	margin: 0;
}
#fnavi ul li a,
#fnavi li.child a {
	padding: 10px 20px 10px 1.2em;
	box-sizing: border-box;
	display: block;
}
#fnavi ul li a::before,
#fnavi li.child a::before {
	content: none;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 0;
}
#wrap_finfo {
	padding: 20px 0;
	background-color: #f2f2f2;
}
#finfo {
	display: block;
	padding: 0 20px;
	position: relative;
}
#flogo {
	padding: 0;
	margin: 0 0 15px;
	font-size: 100%;
	border: none;
}
#flogo img {
	width: 210px;
}
#fadd {
	padding: 0;
	font-size: 90%;
}
#finstagram {
	padding: 0;
	position: absolute;
	top: 0;
	right: 30px;
}
#finstagram img {
	width: 40px;
	height: auto;
}
#fcopy,
#pagetop {
	display: none !important;
}
/* ==================================================
contents
================================================== */
#wrap_main {
	margin: 0 0 20px;
	padding: 60px 0 0;
}
#contents {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#contents #contents_top {
	margin-bottom: 20px;
}
#top_main img,
#contents img,
#contents table img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
#contents img.alignleft,
#contents img.alignright {
	margin: 0 0 10px;
	float: none;
	display: block;
}
#contents iframe {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
#contents p {
	margin-bottom: 10px;
}
#contents p.update {
	margin: 0;
	font-size: 80%;
	color: #666;
}
#contents h1 {
	margin-bottom: 20px;
	font-size: 100%;
}
#contents h2 {
	margin: 20px 0 15px;
	padding: 5px 0;
	font-size: 110%;
}
#contents h3 {
	margin: 20px 0 15px;
	padding: 0 0 0 20px;
	font-size: 105%;
	background-size: auto 17px;
	background-position: left top 2px;
}
#contents h4 {
	margin: 20px 0 15px;
	font-size: 100%;
}
#contents ul {
	margin: 10px 0 10px 1.5em;
}
#contents ul ul {
	margin: 10px 0 10px 1em;
}
#contents ul li {
	margin: 10px 0;
}
#contents ul:not([class]) li::before {
	width: 0.5em;
	height: 0.5em;
}
#contents ol {
	margin: 10px 0 10px 1.8em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 10px 0 10px 1em;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 10px 0;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: block;
}
/* table
--------------------------- */
#contents table,
#contents tbody,
#contents tr,
#contents td,
#contents th {
	display: block;
	width: auto !important;
	height: auto !important;
}
#contents table {
	margin: 15px 0;
}
#contents table th {
	margin: 10px 0;
	padding: 5px 10px;
	word-break: break-all;
	border: none;
}
#contents table td {
	margin: 10px 0;
	padding: 0;
	word-break: break-all;
	border: none;
}
/* sp_table
--------------------------- */
#contents div.wrap_sp_table {
	margin: 15px 0;
	overflow-x: scroll;
}
#contents table.sp_table {
	display: table;
	margin: 0;
	font-size: 80%;
}
#contents table.sp_table tbody {
	display: table-row-group;
}
#contents table.sp_table tr {
	display: table-row;
}
#contents table.sp_table td,
#contents table.sp_table th {
	display: table-cell;
	padding: 5px;
	border: #888 1px solid;
	white-space: nowrap;
}
#contents table.sp_table td.break {
	white-space: normal;
	min-width: 18em;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 0;
	background-color: transparent;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 0;
	text-align: left;
}
#contents table.form_table th span::before {
	content: none;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table input[type="text"],
#contents table.form_table textarea {
	width: 100%;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 5px 0;
}
/* backblog
--------------------------- */
#contents div.backblog {
	margin: 15px 0 10px;
	padding: 0;
	border: none;
}
#contents div.backblog p {
	padding: 15px 0 0;
	border-top: 1px solid #000000;
}
#contents div.backblog a {
	margin: 0 2px;
	padding: 5px 20px;
	line-height: 1.3;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0;
	border-top: #eee 1px solid;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: #eee 1px solid;
	display: block;
	position: relative;
}
#contents ul.archive_list li::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents ul.archive_list li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#contents ul.archive_list li p.ttl {
	line-height: 1.2;
}
#contents ul.archive_list li p a {
	text-decoration: none;
	color: inherit;
}
/* child_list
--------------------------- */
#contents ul.child_list {
	margin: 15px 0;
}
#contents ul.child_list li,
#contents ul.child_list li:nth-of-type(3n+1) {
	margin: 0;
}
#contents ul.child_list a {
	padding: 15px 30px 15px 10px;
}
#contents ul.child_list li:first-of-type a {
	border-top: 1px dotted #999999;
}
#contents ul.child_list a::before {
	content: none;
}
#contents ul.child_list a::after {
	right: 10px;
}

/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 1em;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table > tbody > tr {
	margin-bottom: 0;
}
#contents table.layout_table > tbody > tr > td {
	margin: 0;
	padding: 0;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child,
#contents table.layout_table td h4:first-child,
#contents table.layout_table td table:first-child {
	margin: 15px 0;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 10px;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 {
	display: table;
}
#contents table.layout_table2 > tbody {
	display: table-row-group;
}
#contents table.layout_table2 > tbody > tr {
	display: table-row;
	margin: 0;
}
#contents table.layout_table2 > tbody > tr > td {
	display: table-cell;
	padding: 2px;
}
#contents table.layout_table2 > tbody > tr > td:first-of-type {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-of-type {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents p.border_box {
	margin: 10px 0;
	padding: 5px 10px;
	border-width: 2px;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	margin: 10px 0;
	padding: 5px 10px;
}
#contents table.fill_box {
	margin: 15px 0;
}
#contents table.fill_box td {
	margin-bottom: 15px;
	padding: 10px 10px 5px;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol,
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-bottom: 10px;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 10px;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: block;
	width: 90%;
	margin: 10px auto !important;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* voice_table
--------------------------- */
#contents > table.voice_table {
	margin: 15px 0;
	border-radius: 5px;
}
#contents > table.voice_table > tbody > tr > td {
	padding: 10px;
	margin: 0;
}
#contents > table.voice_table > tbody > tr > td h3:first-of-type {
	font-size: 105%;
	padding: 3px 0;
	margin: 0 0 15px;
}
#contents > table.voice_table > tbody > tr > td h3:first-of-type strong {
	font-size: 80%;
	padding: 3px 5px;
}
#contents > table.voice_table > tbody > tr > td h4 {
	line-height: 1.3;
	margin: 10px 0 8px;
}
#contents > table.voice_table > tbody > tr > td p {
	font-size: 90%;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 20px 0 0;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main {
	padding: 60px 0 0;
}
/* top_slide
--------------------------- */
#top_slide p.image {
	height: 260px;
	min-height: auto;
	aspect-ratio: auto;
}
#top_slide div.title {
	top: auto;
	bottom: 5%;
	left: 2%;
	right: 2%;
}
#top_slide div.title p {
	font-size: 100%;
	padding: 8px 10px;
	margin: 2px 0;
}
/* top_important_news
--------------------------- */
#wrap_top_important_news {
	padding: 0;
}
#top_important_news {
	position: static;
	display: block;
	width: 100%;
	padding: 15px 15px;
	margin: 0;
	transform: none;
	box-sizing: border-box;
}
#top_important_news h2 {
	font-size: 120%;
}
#top_important_news ul {
	width: 100%;
}
#top_important_news li {
	border-radius: 0;
	margin: 2px 0;
}
#top_important_news li a {
	display: block;
	padding: 7px 25px 7px 15px;
}
#top_important_news li a::before {
	right: 15px;
}
#top_important_news li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#top_important_news li p.ttl {
	display: inline-block;
	border: none;
	padding: 0;
	font-size: 100%;
	line-height: 1.2;
}
/* top_menu
--------------------------- */
#top_menu {
	padding: 20px 15px 25px;
}
#top_menu ul {
	flex-wrap: wrap;
}
#top_menu ul li {
	width: 100%;
}
#top_menu ul li a {
	width: 100%;
	padding: 15px 40px 15px 90px;
	font-size: 100%;
	border-radius: 0;
	text-align: left;
	border-bottom: none;
}
#top_menu ul li:nth-of-type(1) a {
	background-position: left 30px center;
	background-size: auto 35px;
}
#top_menu ul li:nth-of-type(2) a {
	background-position: left 20px center;
	background-size: auto 35px;
}
#top_menu ul li:nth-of-type(3) a {
	background-position: left 15px center;
	background-size: auto 35px;
}
#top_menu ul li:nth-of-type(4) a {
	background-position: left 30px center;
	background-size: auto 35px;
	border-bottom: 1px solid #274b66;
}
#top_menu ul li a::before {
	content: none;
}
#top_menu ul li a::after {
	right: 15px;
	bottom: 50%;
	border-left: solid 8px #274b66;
	margin: 0 0 -6px 0;
}
/* top_search
--------------------------- */
#top_search {
	padding: 0 15px 25px;
	margin: 0;
}
#top_search h2 {
	font-size: 120%;
}
#top_search a {
	display: block;
	padding: 10px 60px 10px 70px;
	background-size: auto 40px;
	background-position: left 10px center;
}
#top_search p.eng {
	font-size: 80%;
}
#top_search a::before {
	right: 15px;
	width: 40px;
	height: 40px;
}
#top_search a::after {
	right: 31px;
}
/* top_kenshin
--------------------------- */
#top_kenshin {
	padding: 15px 15px;
	margin: 0;
	min-height: inherit;
}
#top_kenshin h2 {
	font-size: 120%;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
#top_kenshin p.image {
	display: none;
}
#top_kenshin ul {
	display: block;
}
#top_kenshin a {
	width: 100%;
	border-radius: 0;
	margin: 1px 0 0;
}
/* top_news
--------------------------- */
#wrap_top_news {
	padding: 20px 0;
	background: none;
}
#top_news {
	width: auto;
	padding: 0 15px;
	position: relative;
	text-align: left;
}
#top_news h2 {
	font-size: 120%;
	display: block;
	border-width: 1px;
	margin: 0;
}
#top_news p.more a::before {
	content: none;
}
#top_news ul {
	padding: 0;
}
#top_news li {
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #cccccc;
	display: block;
	position: relative;
}
#top_news ul li::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}
#top_news li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#top_news li p.ttl {
	line-height: 1.2;
}
#top_news li p a {
	color: inherit;
	text-decoration: none;
}
#top_news p.more {
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 25px;
}
#top_news p.more a {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 80%;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	display: inline;
	position: relative;
}
#top_news p.more a::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: static;
}
/* top_news
--------------------------- */
#wrap_top_data {
	background: none;
}
#wrap_top_data2 {
	padding: 15px 0;
	background: #f0f8fc;
}
#top_data {
	padding: 0 15px;
}
#top_data h2 {
	display: block;
	font-size: 120%;
	margin: 0 0 5px;
}
#top_data li:nth-of-type(1) h2 {
	padding: 5px 0 5px 40px;
	background-position: left center;
	background-size: auto 25px;
}
#top_data li:nth-of-type(2) h2 {
	padding: 5px 0 5px 40px;
	background-position: left 5px center;
	background-size: auto 25px;
}
#top_data li:nth-of-type(3) h2 {
	padding: 5px 0 5px 50px;
	background-position: left center;
	background-size: auto 20px;
}
#top_data p.date {
	display: inline-block;
}
#top_data p.big1 {
	display: inline-block;
}
#top_data p.big1,
#top_data p.big2,
#top_data p.big3 {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 5px;
}
#top_data p.sub {
	display: block;
	font-size: 80%;
	margin: 0;
}
#top_data p.more {
	margin: 10px 0 0;
}
#top_data p.more a {
	display: block;
	padding: 5px 30px 5px 20px;
}
#top_data ul {
	display: block;
}
#top_data ul li {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 10px;
	margin: 5px 0;
	min-height: auto;
	box-shadow: none;
	border: none;
	background: #ffffff;
}
/* top_about
--------------------------- */
#wrap_top_about {
	border: none;
	background: none;
}
#wrap_top_about2 {
	margin: 0;
	padding: 20px 0;
	min-height: inherit;
}
#top_about {
	padding: 0 15px;
}
#top_about p.img1 {
	position: static;
	margin: 0 0 10px;
}
#top_about p.img1 img {
	width: 100%;
	height: auto;
}
#top_about h2 {
	font-size: 120%;
	display: block;
	border-width: 1px;
}
#top_about p.txt {
	line-height: 1.5;
	margin: 0;
}
#top_about p.more {
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 25px;
}
#top_about p.more a {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 80%;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	display: inline;
	position: relative;
}
#top_about p.more a::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: static;
}
#top_about p.more a::before {
	content: none;
}
#wrap_top_about2 p.img2 {
	display: none;
}
/* top_others
--------------------------- */
#top_others {
	display: block;
	padding: 0 0 20px;
}
#top_others > div {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#top_others a {
	display: flex;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #29abe2;
	aspect-ratio: auto;
}
#top_houmonkango a {
	border-top: 1px solid #29abe2;
}
#top_others a::before {
	content: none;
}
#top_others a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: solid 15px #29abe2;
	border-top: solid 15px transparent;
	border-bottom: solid 0px transparent;
}
#top_others p.image {
	position: static;
	width: 90px;
	border-radius: 0;
	margin: 0 10px 0 0;
}
#top_others div.text {
	position: static;
}
#top_others h2 {
	position: static;
	font-size: 110%;
	line-height: 1.3;
	border: none;
	padding: 0;
	margin: 0 0 5px;
}
#top_others p.txt {
	position: static;
	font-size: 75%;
	line-height: 1.5;
}
#top_others p.txt span {
	display: inline;
	padding: 0;
	color: #333333;
	background: none;
}

}
