@charset "utf-8";
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9より前 */
}
:root {
	--main-color :#014099;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック";
}
.wrapper {
	width: 100%;
}
.content_inner {
	width: 1000px;
	margin: 0 auto 0;
}
section {
	margin: 0 0 60px;
}
.float_area {
	display: flex;
	justify-content: space-between;
}
.resona_interview {
	background-color: #f9f9f9;
	padding:20px;
}
.resona_interview .imbox {
	margin-left:20px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h2 {
	margin:  0 0 40px;
	padding: 0 0 5px;
	color: #000;
	font-weight:bold;
	font-size: 2.0rem;
	text-align: justify;
	border-bottom: solid 1px #000;
}
h3 {
	color:#000;
	font-weight:bold;
	margin: 30px 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	font-size: 2.0rem;
	clear: both;
	text-align: justify;
}
h3::before{
	content: "――";
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	box-sizing: border-box;
	padding: 2rem 0;
	border-bottom:5px solid var(--main-color);
	background: #fff;
}
.header_inner {
	width: 1000px;
	margin: auto;
	align-items: center;
}
.header_inner img {
	width: auto;
	height: 40px;
}
/*---------------------------------------------------------------------

mainvisual

---------------------------------------------------------------------*/
.main_visual {
	text-align: center;
	background: url(../img/bg_main.jpg) repeat-x bottom center #fff;
	min-width: 1000px;
}
.main_visual_inner {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}
/*---------------------------------------------------------------------

movie_area

---------------------------------------------------------------------*/
.movie_area {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 10px;
	text-align: center;
}
.movie_area img {
	width: 100%;
	height: auto;
}
.movie_area p {
	line-height: 1.4 !important;
	background: none !important;
}
.movie_area p a {
	position:relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: url(../img/icon_movie.png) no-repeat center left 40px var(--main-color);
	background-size: 30px;
}
.movie_area p a:hover {
	opacity: 0.9;
}
.movie_area p a::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
.main_cont {
	margin: 0 0 30px;
}
.main_cont p {
	margin: 0 0 20px;
	max-height: 100%;
	line-height: 35px;
	text-align: justify;
	background: url(../img/p_bg.gif) repeat;
}
.main_cont dt{
	width: 75px;
	max-height: 100%;
	float: left;
	text-align: left;
	line-height: 35px;
}
.main_cont dd {
	max-height: 100%;
	margin:0 0 15px 75px;
	line-height: 35px;
	background: url(../img/p_bg.gif) repeat 0 0;
	text-align: justify;
	color: #222;
	line-break: strict;
}
.date {
	margin: 0 0 20px;
	text-align: right !important;
	background: none !important;
}
.imbox {
	max-width: 300px;
	width: 100%;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.imbox figure {
	margin: 0 0 5px;
}
.imbox p {
	margin: 0;
	line-height: 1.4;
	background: none;
}
.imbox img{
	max-width: 320px;
	width: 100%;
}
.imbox span {
	font-weight: bold;
	font-size: 1.8rem;
}
.imtxt {
    max-width: 650px;
	width: 100%;
}
.top_float {
	order:1;
}
.gra_area {
	box-sizing: border-box;
	max-width: 850px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	background: #fff;
	clear: both;
}
.gratit {
	margin: 0 0 20px;
	padding: 1rem;
	text-align: center !important;
	text-indent: 0;
	background: var(--main-color) !important;
	color: #fff;
	line-height: 1.6 !important;
}
.gra_area .gratxt, .gratxt02 {
	text-indent: 2rem;
	}
.gra_area .gratxt span, .gratxt02 span {
	color:#f00;
	}
.gra_area .gratxt li::before {
	content:'・';
}
.gra_area .gratxt02 li::before {
	content:'■';
}
.notes {
	margin: 10px 0 0;
	text-indent: 0;
	font-size: 12px;
	background: none;
	text-align: left !important;
}
table.notes tr td {
	vertical-align: top;
}
.atten01 {
	color: #000;
}
.atten02 {
	color: var(--main-color);
}
.atten03 {
	color: orange;
}
.photo_area {
	box-sizing: border-box;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #ccc;
}
.photo_area img {
	width: 100%;
	height: auto;
}
.disc_area {
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.2rem;
}
.disc_area p {
	background: none;
	line-height: 1.4;
	font-size: 1.2rem;
	margin:0;
}
.disc_area ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style: inside;
}
.disc_area .dist_tit {
		color:var(--main-color);
		border-bottom:1px solid var(--main-color);
		margin-bottom: .5rem;
		font-size:1.4rem;
		font-weight: 700;
	}
/*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.disclaimer{
	margin: 0 0 10px;
	font-size: 1.2rem;
}
/* フッター */
#footerms{
	padding: 10px 0;
	border-top: 4px solid #0b186d;
	text-align: center;
}
.copyms{
	font-size: 1.2rem;
}
/* スクロールしてページトップへリンク */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
