@charset "utf-8";
@import url("styles.css?20240513");
@import url("navi.css");
@import url("drawer.min.css");
@import url("table.css");
/*タグ効果無効*/
* {
	box-sizing:border-box;
	outline:none;
}
html {
	height: 100%;
	width: 100%;
	/*overflow-y: scroll;*/
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background-color: #FFF;
	color: #333;
	font-size: 14px;
	line-height:1.6;
	margin:0;
	padding:0;
	border:none 0;
	width:100%;
	height:100%;
	min-width: 1100px;
	-webkit-text-size-adjust: 100%;
}
header, main, footer, nav article, section, aside {
	display:block;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	line-height:1.2;
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}
p,address {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}
p.p {
	margin-bottom: 1em;
}
dl,dt,dd {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:500;
	font-variant:normal;
	text-transform:none;
}
ol {
}
ol.ol {
	padding-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
} 
ul {
	list-style:none;
	padding: 0px;
	margin:0px;
}
li {
	padding: 0px;
	margin:0px;
}
ul.ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
ul.ul_d {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
.ul_d li {
	margin-bottom: 1em;
}
span.pc_br {
	display:block;
}
form {
	margin: 0px;
	padding: 0px;
}
video {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}
/*リンク共通*/

a {
	color: #1166A5;
	text-decoration: none;
}

a:hover {
	color: #1166A5;
	text-decoration: underline;
}
.txt_link a {
	display: inline-block;
	color: #333;
	background-size: contain;
	background-image: url(../images/hnavi_bt01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.25em;
}
a.img_link
{
	opacity: 1;
	transition: opacity 0.5s ease;
}
a.img_link:hover
{
	opacity: 0.5;
}
a.img_link2nd
{
	opacity: 0.6;
	transition: opacity 0.5s ease;
}
a.img_link2nd img
{
	border:solid 2px #FFF;
}
a.img_link2nd:hover
{
	opacity: 1;
}
span.ico_new {
	display:inline-block;
	background-color:#DD8DB2;
	color:#FFF;
	padding: 0.25em 0.5em;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
	margin-right:1em;
	border-radius:6px;
}
span.txt_next {
	display: inline-block;
	transform: rotate( -90deg );
}
img.bt_rs {
	border:solid 1px #FFF;
	border-radius: 6px;
	-moz-box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
}

/*スマートフォン用コンテンツ*/
.sp, .sp_on {
	display:none !important;
}

/*横縦コンテンツ切換*/
/*横向き*/
@media (orientation: landscape){
.portrait {
	display:none !important;
}
}
/*縦向き*/
@media (orientation: portrait){
.landscape {
	display:none !important;
}
}
