@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;
}
body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
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;
	color: #111;
	 }
a	{ 
	color: #425bc2;
	}
a:hover,a:visited	{ 
	}
a:active, a:focus	{ outline: 0; }


/* 全体
------------------------------------------------------------*/
body	{ 
	/*background: url(../img/common/bg.jpg) #ffeedb;*/
	background: #fff;
	font-family:"游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	color: #3d3d43;
	line-height: 1.5rem; /* 24px */
	border-top: solid 5px #111; 
	}
* {
	-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;
	}
/*h1	{ font-size: 2rem;	}*/
h1	{
	display: flex;
	align-items: center;
	font-size: 1.5rem;  /* 24px */
	line-height: 1.5rem;
	margin: 2rem auto 1rem;
	color: #f00;
	/*text-align: center;
	*/
	}

h1:before, h1:after	{
	content: "";
	flex-grow: 1;
	height: 4px;
	display: block;
	}
h1:before	{
	margin-right: 1rem;
	background: linear-gradient(-90deg, #888, transparent);
	}
h1::after {
	margin-left: 1rem;
	background: linear-gradient(90deg, #888, transparent);
	}
h1 span, h2 span	{ 
	font-size: 1rem;
	color: #6e6e78;
	}	 	 
h2	{
	display: block;
	font-size: 1.25rem;
	line-height:1.875rem;
	margin: 0 0 1rem;
	color: #425bc2;
	/*align-items: center;*/
	}				
h3	{ 
	font-weight: bold;
	line-height: 1.5rem;
	margin: 1.5rem auto 1rem;
	}

p	{ 
	margin-bottom: 1rem;
	text-align:justify;
	}
p.indentA	{
	padding-left: 1rem;
	text-indent: -1rem;
	}
p.listener	{
	font-style: italic;
	color: #4c6678;
	}
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; }
.txtBl	{ color: #0074c1; }
.txtOr	{ color: #f88400; }
.txtGy	{ color: #4c6678; }


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

#pageTop {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}
#pageTop a {
	display: block;
	border-radius: 50%;
	background-color: #b6bfe7;
	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: #8f9edb;
	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: 1rem;
 color: #000000;
 background: #fff;
}
.menu ul li a:hover	{ color: #ff0000; }
}


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


/* 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: #fff;
}

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

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: 20px;
    vertical-align: middle;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #0074c1;
    font-size: 40px;
    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: #0074c1;
	}	
	
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%;
}

/* 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;
	}	

/* 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: #111;
	}

footer p	{
	line-height: 1.4;
	text-align: center;
	font-size: 0.75rem;
	color:#fff;
	}
footer a:link	{ 
	color: #fff;
	text-decoration: underline; }	
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
------------------------------------------------------------*/
.lead-text_break {
		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%; }

}
