@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

a:hover,
a:link,
a:visited,
ins {
    text-decoration: none
}

a,
body {
    color: #324251;
}

.btn_type_A_title,
.fixed_ctr_inner {
    transform: translateY(-50%) translateX(-50%)
}

.que,
.st_h,
body,
img {
    width: 100%
}

.form_1,
.form_2,
table {
    border-collapse: collapse
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

img,
input,
select {
    vertical-align: middle
}

button,
input[type=email],
input[type=mail],
input[type=password],
input[type=submit],
input[type=text],
select,
textarea {
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400
}

a,
a img,
select {
    background: 0 0
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}
ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a img {
    border: 0 #fff
}
 ::selection {
    background: #fff000
}

 ::-moz-selection {
    background: #fff000
}

select {
    -webkit-appearance: none;
    appearance: none;
    font-size: inherit;
    color: inherit;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

input {
    display: block;
    margin: auto auto 3em
}

.mark{
	background: linear-gradient(transparent 60%, #ffff00 0%);
	font-weight: bold
}
body {
    position: relative;
    letter-spacing: .05em;
	font-size: 15px;
	line-height: 2.2em;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
    font-family: arial, sans-serif;
    overflow-x: hidden;
    word-wrap: break-word;
}
.que {
    height: 750pt
}

.depth_1 {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.fixed_ctr {
    z-index: -1
}

.fixed_ctr_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 0
}

.ol_bg,
.st_h {
    position: relative
}

.ol_bg:after {
    background: url(img/movie_overlay.png) top left;
    z-index: 1;
    opacity: .4
}
.ol_bg:after,
.ol_bg_white:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    display: block
}

.sp_nav_wrap,
.sp_overlay {
    position: fixed;
    height: 100%;
    top: 0
}

.ol_bg_white:after {
    background: hsla(0, 0%, 100%, .8);
    z-index: -1;
    opacity: .8
}

p {
    margin-bottom: 35px
}
p.m_0 {
    margin-bottom: 0
}
p.m_10 {
    margin-bottom: 10px
}
p.m_30 {
    margin-bottom: 30px
}
.txt_c {
    text-align: center
}

.txt_l {
    text-align: left
}

.txt_r {
    text-align: right
}
.sp_txt_l{
	text-align: center;
}
.small_note{
	font-size: 80%;
}
.a_line {
    border-bottom: 1px solid #0b71ff;
    color: #0b71ff
}
img{
	display: block;
	position: relative;
}
img:after{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1111
}
.a_line:hover {
    opacity: .7
}

.op {
    transition: .3s;
    opacity: 1
}

.op:hover {
    opacity: .8
}
.pc_hide{
	display: none !important;
}
.grd_txt{
	background: linear-gradient(-45deg, #3079df 0%, #04befe 80% , #04befe 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.grd_txt{
		background: none;
		color: #004199;
	}
	.grd_txt i{
		background: none !important;
		color: #004199 !important;
	}
}
_::-webkit-full-page-media, _:future, :root .grd_txt {
		background: none;
		color: #004199;
	-webkit-text-fill-color:currentcolor;
	-webkit-background-clip: border-box !important;
	
}
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}

@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}