@charset "UTF-8";

html {
	min-height: 100%;
	position: relative;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,a:hover { outline-width: 0; }
b,strong { font-weight: bolder; }
small { font-size: 0.75rem; }
sub,sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25rem; }
sup { top: -0.5rem; }
img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
	pointer-events: none;
}
/* Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }
/* Add the correct display in all browsers. */
summary { display: list-item; }
ol, ul {
    list-style: none;
    list-style-image: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em { 
	font-weight: bold;
	font-style: normal;
	 }

a	{
	text-decoration: none;
	padding-bottom: 0.2rem;
	border-bottom: dotted 1px #7588d3;
	color: #425bc2;
	}
a:hover,a:visited	{ 
	}
a:active, a:focus	{ outline: 0; }


/* 全体
------------------------------------------------------------*/
body	{ 
	/*background: url(../img/common/bg.jpg) #ffeedb;*/
	background: #f7f9fa;
	font-family:"游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #362b30;
	line-height: 1.5rem; /* 24px */
	border-top: solid 5px #65365b; 
	}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

header,footer	{
	width:100%;
	}		
.container,.inner {
	width: auto;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	/*background-color:#FCF;*/
	}
.mb1	{ margin-bottom: 1rem; }
.mb2	{ margin-bottom: 2rem; }
.mt1	{ margin-top: 1rem; }
.mt2	{ margin-top: 2rem; }
.txtR	{ text-align: right; }
.txtL	{ text-align: left; }
.center	{ text-align: center; }

/* font
------------------------------------------------------------*/
h1, h2, h3, h4	{ 
	font-family: "Sawarabi Mincho", serif;
	margin-bottom: 1rem;
	}
/*
#772D65
#6F3781
#55418A
#4D5C92
#598699
#719BAA
#8AB0BB
#A4C3CB
#BDD6DB	

*/

h1	{
	display: flex;
	align-items: center;
	font-size: 1.5rem;  /* 24px */
	letter-spacing: .2rem;
	line-height: 1.5rem;
	margin: 2rem auto 1rem; 
	}

h1 span, h2 span	{ 
	font-size: 1rem;
	font-weight: normal;
	color: #6e6e78;
	}	 	 
h2	{
	display: block;
	font-size: 1.25rem;
	line-height:1.875rem;
	margin: 0 0 1rem;
	}				
h3	{ 
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: bold;
	}
h4	{ 
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: bold;
	}
p	{ 
	margin-bottom: 1rem;
	text-align:justify;
	}
p.indentA	{
	padding-left: 1rem;
	text-indent: -1rem;
	}
p.listener	{
	font-style: italic;
	color: #4c6678;
	}

.rule:before, .rule:after	{
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	} la
.rule::before	{
	margin-right: 1rem;
	background: linear-gradient(-90deg, #8AB0BB, transparent);
	}
.rule::after {
	margin-left: 1rem;
	background: linear-gradient(90deg, #8AB0BB, transparent);
	}

.bg_belt {
	padding: .3em;
	color: #fff;
	background: #8AB0BB;
	}
	
hr {
	border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.large	{ 
	font-size:1.125rem;/*18px*/
	 }
.small	{ 
	font-size: 0.875rem;/*14px*/
	line-height: 1.3125rem;
	}
.xsmall	{
	font-size: 0.75rem;
	line-height: 1.125rem;
	}
.icon_L	{
	font-size:40px;
	}	
/* color
------------------------------------------------------------*/
.txtW	{ color: #fff; }
.txtGr	{ color: #598699; }
.txtBl	{ color: #425bc2; }
.txtGy	{ color: #4c6678; }

/* pageTop_btn
------------------------------------------------------------*/

#pageTop {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}
#pageTop a {
	display: block;
	border-radius: 25%;
	border: solid 1px #fff;
	background-color: #769eaf;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 0.8rem;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#pageTop a:hover {
	display: block;
	background-color: #598699;
	color: #fff;
}


/* header
------------------------------------------------------------*/


/* gNav
------------------------------------------------------------*/

nav	{
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	font-family: 'Averia Serif Libre',  cursive;
}

.drawer	{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end/*space-between*/;
 position: relative;
 height: 44px;
 padding: 0 1rem;
}

/* toggle*/
.navbar_toggle{
 z-index:9999;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #5c6b80;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

/* menu */
.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
}
.menu ul li a	{
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #CCC;
	color: #fff;
	background: #555;
	opacity: 0.9;
	text-decoration: none;
	}
.menu ul li a:hover, .menu ul li a:visited	{
		text-decoration: none;
		}	
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 768px) {
nav{
 display: flex;
 flex-direction: row;
}
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
	max-width: 1000px;
 height: 44px;
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-around; 
 align-items: center;
 margin: 0 auto;
}
.menu ul li a:first-child	{ margin-left: -30px; }
.menu ul li a	{
 padding: 0.5rem 0.2rem;
 border-bottom: none;
 font-size: 0.875rem;
 color: #65365b;
 background: #fff;
}
.menu ul li a:hover	{ color: #e77b00; }
}


/* contents
------------------------------------------------------------*/
.bg_header	{
	background: #fff;
	}


/* background */

/*body	{ 
	background-image: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);

	}
*/	
blockquote {
    position: relative;
		margin-bottom: 1rem;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff4e7/*#fff3e1*/;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 120px;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -70px;
    right: 20px;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffe2b8;
    font-size: 120px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
		font-size: 0.9375rem;
    z-index: 3;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9rem;
}

.catch01	{
	font-size: 0.875em;
	}
.catch02	{
	font-size: 1rem;
	text-align: left;
	color: #65365b;
	}	
	
dl.ymd	{
	display: flex;
	flex-flow: column nowrap;
	}	
.ymd dt	{ color: #425bc2; }
.ymd dd	{ margin-bottom: 1rem; } 
.ymd dt, .ymd dd, .dt-wide, .dd-wide 	{ width: 100%; }

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*
a.twitter-timeline, iframe .fb	{
	max-width: 100%;
	height:400px;
	}
*/


/* table */

table.table01 {
	width:100%;
	border-right:#069cff solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#069cff;
	color:#FFF;
	padding:0.4em;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#069cff solid 1px;
}
table.table01 tbody th {
	background:#069cff;
	color:#FFF;
	padding:0.2em 0.4em;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#069cff solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:0.2em 0.4em;
	border-left:#069cff solid 1px;
	border-bottom:#4ab7ff dotted 1px;
	vertical-align:middle;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody tr:nth-child(4n) td 	{
	border-bottom:#069cff solid 1px;
	}
table.table01 tbody td p {
	padding-left:4em;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
/*
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
*/
}


/*btn*/
span.end, span.attn	{
	padding: 0.2rem 1rem;	
	font-size: 0.875rem;
	border-radius: 5px;
	color: #fff;
	}
span.end	{
	background: #bdbdbd;
	}
span.attn	{
	background: #ffa43d;
	}
	

.el_btn {
  display: inline-block;
	width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #8AB0BB;
  border: 1px solid #8AB0BB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 1.125rem;
	letter-spacing:.1rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}

.el_btn:focus,
.el_btn:hover {
	background-color: #fff;
	border-color:currentColor; 
  color: #8AB0BB;
}

/* 小ボタン */
.el_btn.el_btn__small {
  width: 200px;
	max-width: 100%;
  padding-top: 2px;
	padding-bottom: 2px;
  font-size: .875rem;
}	

/* PC: contents */
@media (min-width: 768px) {
	
.catch01	{ font-size:1em; }
.catch02	{
	font-size: 1.125rem;
	text-align: center;
	}	
dl.ymd	{
	flex-flow: wrap;
	}	
.ymd dt	{ width: 15%; }
.ymd dd	{ 
	width: 85%;
	margin-bottom: 0;
	}	
.ymd .dt-wide	{ width:30%; }
.ymd .dd-wide	{ width:70%; }
	
section	{ margin-bottom: 2rem; }

} 
/* link
------------------------------------------------------------*/
a[target="_blank"]:after	{
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding:0 0.4em;
	color: #425bc2;
}


/* parts */

/* map */



/* footer
------------------------------------------------------------*/
footer	{
	margin-top: 2rem;
	padding: 0.5em 0;
	/*position: absolute;
	bottom: 0;*/
	background: #598699;
	}

footer p	{
	line-height: 1.4;
	text-align: center;
	font-size: 0.75rem;
	color:#fff;
	}
footer a:link	{ 
	color: #fff;
	text-decoration: underline;
	padding-bottom: 0.2rem;
	border-bottom: none;
	}	
footer a:hover	{ text-decoration: none; }
/* .clear + .clearfix
------------------------------------------------------------*/
.clear	{ clear: both; }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Responsive for PC
########################################################### */
@media screen and (min-width : 768px) {

/* header
------------------------------------------------------------*/

/* top
------------------------------------------------------------*/
.br_sp {
		display: none;
	}

/* contents
------------------------------------------------------------*/
section	{ margin-bottom: 2rem; }	

}



/* for SP
########################################################### */

@media screen and (max-width: 768px) {
html	{ 
	font-size: 0.875rem;
	 } /*14px*/

	
/* top
------------------------------------------------------------*/


/* footer
------------------------------------------------------------*/
footer p	{ margin: 0 3%; }

}


/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 2s 1s;
  background-color: #fff;
/*  background-color: #0bd;	*/
  position: fixed;
  top: 0;
  left: 0;
/*
  z-index: 9999;
*/
}

#loading img	{
	width: 100%;
	max-width: 1000px;
	min-width: 320px;
	margin:44px auto 0;
	padding: 0 auto;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
