@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

body {  margin:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#333;
	font-size:1rem;
	line-height:25px;
}

.pc{display:none}

.skiplink{display:none}

a {color:#0066cc}

caption{display:none}


/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

header{
	width:100%;
}

.h_inner{
	padding:15px 10px 10px
}

.h_inner h1{
	display:inline-block;
	vertical-align:top;
	font-size:1rem;
	line-height:1;
	padding-bottom:10px;
}

.h_inner h1 img{
	display:block;
	vertical-align:middle;
	padding-right:20px;
	margin-bottom:10px;
}

.h_inner a{
	color:#333;
	text-decoration:none
}

.h_inner .s_menu{
	display:block;
	text-align:right;
	font-size:0.875rem;
	line-height:1;
	font-weight:bold;
}

.h_inner span{
	margin-left:15px;
}

.h_inner span .arrow_s {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.h_inner span .arrow_s:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #316fbc;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.h_title {
	width:100%;
	background:#316fbc;
}

.h_title_inner {
	margin:auto;
	background:#316fbc;
	padding:2%
}

.h_title_inner a {
	text-decoration:none;
}

h2 {
	font-size:1.6rem;
	text-align:left;
	color:#fff;
	letter-spacing:0.02em;
	font-style:italic;
	text-align:center;
	line-height:1.4
}

/* ---------------------------------------------------------
	CSS Document buttun
--------------------------------------------------------- */

.bt01_off{
	padding:8px;
	background:#6d6d6d
}

a.bt01 {
	display:block;
	margin:0 5%;
	text-align:center;
	background:#e44545;
	padding:35px;
	font-size:1.88rem;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-radius:10px
}

a.bt01 span {
	position: relative;
	display: inline-block;
	padding-left: 35px;
}

a.bt01 span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.bt01_end a{
	background:#6d6d6d;
	border:1px solid #4c4c4c;
}

.bt01 a:hover{
	background:#c22f02;
	transition:0.5s
}

.bt01_end a:hover{
	background:#4c4c4c;
	transition:0.5s
}

.inquiry_01 a{
	position: absolute;
	top:5px;
	right:0;
	display:inline-block;
	width:120px;
	background:#daebff;
	margin:5px;
	padding:3px 0;
	border-radius:10px;
	font-size:1rem;
	font-weight:bold;
	color:#235fa9;
	text-decoration:none;
	text-align:center;
}

.inquiry_01 a:hover{
	background:#8ab8f1;
	transition:0.5s
}

/* ---------------------------------------------------------
	CSS Document top
--------------------------------------------------------- */

h3 {
	position: relative;
	line-height:1;
	text-align:center;
	padding:30px 30px 40px;
	font-size:0.94rem;
}

h3 img {
	position: absolute;
	top:-15px;
	left: 50%;
	transform: translate(-50%,0);
}

.lead_01 {
	width:100%;
	background:url(../../images/images01.png) top center,url(../../images/bk01.png),#83c584;
	background-repeat:no-repeat,repeat-x;
}

.lead_01 .lead_inner {
	position: relative;
	margin:auto;
	text-align:left;
}

.lead_01 .lead_inner p {
	font-size:1.06rem;
	line-height:1.6;
	font-weight:bold;
	padding:17px 20px;
	text-align:center;
}

.lead_01 .lead_inner img {
	width:100%
}

.lead_01 .taisyo01 {
	background:url(../../images/bk02.png) no-repeat;
	background-size:100%
}

.lead_01 .taisyo01 .obj01 {
	display:block;
	font-size: 4.5vw;
	font-weight:bold;
	color:#fff;
	padding:1.2% 4%;
	font-style: italic;
	letter-spacing:0.05em;
}

.lead_01 .taisyo01 strong {
	display:block;
	font-size: 4.5vw;
	line-height:1.4;
	text-align:center;
	font-style: italic;
}

.lead_01 .taisyo01 strong span{
	display:block;
	font-size:4vw;
	margin-top:-10px
}

.lead_01 .taisyo01 p{
	display:block;
	font-size:0.875rem;
	line-height:1.4;
	margin:3%;
	text-indent:-1em;
	font-weight:normal
}

.lead_01 .sanka01{
	position: absolute;
	bottom:180px;
	right:10px;
	background:#cc3333;
	width: 120px;
	height: 75px;
	border-radius: 50%;
	padding-top:20px;
	font-size:2.19rem;
	color:#fff;
	line-height:1;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}

nav ul {
	margin-top:20px;
}

nav ul li a {
	width:100%;
	height:40px;
	display:block;
	background:#dbf5db;
	padding:10px;
	font-size:1.125rem;
	line-height:1;
	font-weight:bold;
	text-align:center;
	color:#333;
	transition: all 0.1s ease;
	border-bottom:2px solid #83c584;
}

nav ul li a:hover {
	background:#b6e3b6
}

nav ul li a span {
	position: relative;
	display: inline-block;
	padding-left: 23px;
}

nav ul li a span:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #009d40;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.area_01 {
	margin:auto;
	padding:5% 0 10%;
}

.area_02 {
	background:#dbf5db;
	padding:0 0 10%;
	margin-bottom:5%;
}

#news_01 {
	border-bottom:1px solid #a7a7a7;
}

#news_01 h3,#news_01 ul {
	display:block;
	text-align:center;

}

#news_01 h3 {
	color:#a7a7a7;
	padding:5px;
	font-style:italic;
	font-size:1.25rem;
	letter-spacing:0.2em;
}

#news_01 ul {
	border-top:1px solid #a7a7a7;
}

#news_01 ul li {
	padding:5px 5% 0 ;
	text-align:left;
	text-indent:-1.2em;
}

#news_01 ul li:first-child {
	margin-top:5px;
}

#news_01 ul li:last-child {
	margin-bottom:10px;
}

#news_01 ul li:before{
	content: '・';
	margin-right:3px;
}

#about_01 {
	width:100%;
	background:#f1f0e1;
	margin:10% 0 0;
	padding:0 0 5%;
	text-align:center;
}

#about_01 h4 {
	display:inline-block;
	font-size:1.56rem;
	line-height:1.4;
	border-bottom:10px solid #e0dca0;
	padding-bottom:10px;
}

#about_01 p {
	font-weight:bold;
	padding:5%;
	text-align:left;
}

#about_01 .gaiyou01 {
	background:url(../../images/illust01.png) no-repeat top center;
	margin:auto;
	padding-top:105px
}

#about_01 .gaiyou01_inner {
	background:#fff;
	border-top:5px solid #e3e2d4;
	border-bottom:5px solid #e3e2d4;
	padding:3% 3% 5%;
}

#about_01 .gaiyou01_inner strong {
	display:inline-block;
	vertical-align:top;
	background:url(../../images/bk03.png) no-repeat;
	margin:0 30px;
	width:123px;
	height:37px;
	padding:6px 0;
	font-size:1.25rem;
	color:#fff;
}

#about_01 .gaiyou01 table {
	margin:auto;
	text-align:left;
	font-weight:bold;
	border-collapse: separate;
	border-spacing: 4px 0;
	font-size:1.13rem;
}

#about_01 .gaiyou01 table td{
	border-bottom:4px dotted #c1bfa0;
	padding:8px
}

#about_01 .gaiyou01 table tr:first-child td {
	border-top:4px dotted #c1bfa0;
}

#about_01 .gaiyou01 table tr td {
	width:95%;
	font-size:1.25rem;
}

#about_01 .gaiyou01 table tr td:first-child {
	width:5%;
	font-size:1.13rem;
	vertical-align:top;
	text-align:center;
}

#about_01 .gaiyou01 table tr td span {
	display:block;
	font-size:1rem;
}

#schedul_inner{
	background:#fff;
	border-radius:20px;
	padding:0 3% 5%;
	margin:0 3% 8%
}

#schedul_inner p{
	text-align:center;
}

#schedul_inner table{
	width:100%;
	border-spacing:7px;
	font-size:1rem;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:20px
}

#schedul_inner table th,#schedul_inner table td {
	display: block;
	border-bottom:none;
	padding:1%;
	text-align:center
}

#schedul_inner table p {
	font-size:0.875rem;
	margin-top:3px;
	font-weight:normal
}

#schedul_inner table th {
	background:#3369ab;
	color:#fff
}

#schedul_inner table .mk02 {
	background:#e2eefc;
}

#schedul_inner table .mk01 {
	background:#b1faff;
}

#schedul_inner table .ft_s {
	display:block;
	font-size:0.875rem;
}

#schedul_inner table .th01 {background:#3369ab;color:#fff;padding:2%;}
#schedul_inner table .td01 {background:#259ca4;color:#fff;padding:2%;}
#schedul_inner table .td02 {background:#158a77;color:#fff;padding:2%;}

#schedul_inner table .mk01 {background:#e8fee6;}
#schedul_inner table .mk02 {background:#cff6f0;}

#schedul_inner table span {font-size:1.38rem}


#thema_01 ul li{
	position: relative;
	background:#f1f0e1;
	border-radius:20px;
	margin:0 3% 10%;
	padding:10% 5% 3%;
}

#thema_01 ul li .thema_name01{
	position: absolute;
	top:-18px;
	left:-3%;
	width:234px;
	height:37px;
	background:url(../../images/bk04.png) no-repeat;
	padding:5px;
	font-size:1.25rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.05em;
	font-style:italic;
}

#thema_01 ul li .thema_ti01{
	border-left:10px solid #04b77c;
	margin-bottom:15px;
	padding:10px 0 3px 17px;
	font-size:1.25rem;
	line-height:1.3;
	color:#00764f;
	font-weight:bold;
}

#thema_01 ul li .thema_ti01 strong{
	display:block;
	font-size:1.69rem;
	color:#333;
	margin-top:3px
}

#thema_01 ul li .thema_ti01 span{
	display:block;
	font-size:1rem;
}

#thema_01 ol{
	margin:10px 0;
	min-height:85px;
}

#thema_01 ol li{
	margin:0;
	padding:0;
	font-weight:bold;
	text-indent:-1.3em;
	margin-left:1.3em;
}

#thema_01 ol li span{
	font-size:0.875rem;
}

#thema_01 ol li:before{
	content: '●';
	margin-right:5px;
	color:#04b77c;
}

#thema_01 .note01{
	background:#dddede;
	margin-top:15px;
	padding:5px 20px;
	font-size:0.81rem;
	font-weight:bold;
	line-height:1.5;
}

#thema_01 .prof01{
	text-align:right;
	font-size:0.88rem;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}

#thema_01 ul li p{
	margin-top:5px;
}

#thema_01 div .obj01{
	background:#4583cb;
	margin-right:10px;
	padding:1px 15px;
	font-size:0.94rem;
	color:#fff;
}

#thema_01 div .obj02{
	font-size:1.25rem
}

#thema_01 ul li img{
	display:block;
	margin:15px auto;
}

#flow_01{
	margin:0 3% 5%;
}

#flow_01 h4{
	background:#e0edfd;
	font-size:1.13rem;
	color:#103663;
	padding:3%;
	border-radius:15px;
}

#flow_01 h4 span {
	display:inline-block;
	background:#4683cb;
	height:40px;
	width:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin-right:15px
}

#flow_01 p{
	font-size:1.06rem;
	padding:5% 0 5% 80px;
	font-weight:bold
}

#flow_01 .txt01{
	background:url(../../images/allow02.png),url(../../images/allow01.png);
	background-repeat:no-repeat,repeat-y;
	background-position:18px bottom,33px;
	margin:20px 0;
}

#flow_01 .note02{
	font-size:1rem;
	margin:5px 0 30px 80px;
	padding:5px 30px 20px;
	font-weight:normal;
	border:1px solid #4683cb;
}

#flow_01 .note02 p{
	font-size:1rem;
	padding:0;
	font-weight:normal
}

#flow_01 .note02 p strong{
	font-size:1rem;
	padding:0;
	color:#103663;
}

#flow_01 .note02 .caution01{
	text-indent:-1em;
	margin-left:1em;
	font-size:0.875rem
}

#flow_01 .note02 span{
	display:block;
	font-weight:bold;
	margin:15px 0 5px
}

#flow_01 .note02 span:before{
	content: '■';
	margin-right:5px;
	color:#4683cb;
}

#flow_01 .note03{
	background:#f1f0e1;
	font-size:1rem;
	margin:5px 0 30px 0;
}

#flow_01 .note03 p{
	padding:15px 30px 20px;
	margin-top:30px;
}

#flow_01 .note03 strong{
	display:block;
	background:#cc3333;
	font-size:1.25rem;
	color:#fff;
	padding:13px 30px;
	margin:0 0 10px -30px;
}

#flow_01 .note03 span{
	color:#cc3333;
}

/* ---------------------------------------------------------
	CSS Document policy
--------------------------------------------------------- */

.area_03 {
	padding:5%;
	background:#eee;
}

#policy_01{
	padding:3%;
	background:#fff;
	border-radius:20px;
}

#policy_01 h3{
	font-size:1.25rem;
	border-bottom:8px solid #3170bb;
	margin:0 5% 8%;
	padding-bottom:3%
}

#policy_01 h4{
	background:#cde2fc;
	font-size:1.13rem;
	padding:3%;
	border-radius:10px;
	margin:5%
}

#policy_01 h5{
	font-size:1rem;
	padding:15px 0 0 30px;
}

#policy_01 p{
	margin-top:10px;
	padding:0px 30px;
}

#policy_01 ul{
	margin-top:10px;
}

#policy_01 ul li{
	text-indent:-0.8em;
	margin-left:3em;
	padding:2px 0;
}

#policy_01 ol{
	padding:10px 0;
}

#policy_01 ol li{
	text-indent:-2.5em;
	margin-left:4em;
	padding:2px 0;
}

#policy_01 .address01{
	display:inline-block;
	background:#eee;
	margin:3% 8%;
	padding:5%
}

#policy_01 .date01{
	text-align:right;
	padding:50px 30px
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */
footer{
	text-align:center;
	background:#dbf5db;

}

footer .footer_inner{
	margin:auto;
	padding:5%;
	text-align:left
}

footer #sitemap h4{
	font-size:1.25rem;
	margin-bottom:15px
}

footer #sitemap ul{
	background: linear-gradient(to top, #4682cc, #03b87b);
	font-weight:bold;
}

footer #sitemap li{
	background:#dbf5db;
	margin-left:5px;
	padding:3px 20px;
}

footer #sitemap li a{
	color:#333
}

footer .unei{
	background:#f5fdf5;
	font-weight:bold;
	padding:5%;
	font-size:1.13rem;
	text-align:center;
	margin-top:5%;
}

footer .unei .name_01{
	font-size:1.25rem;
	margin:3px 0 5px;
	font-weight:bold
}

footer .unei p{
	font-size:1rem;
	margin:5px 0 10px;
}

.copyright{
	width:100%;
	background: linear-gradient(to right, #4682cc, #03b87b);
	font-size:0.75rem;
	font-weight:bold;
	padding-bottom:30px
}

.copyright p{
	background:#dbf5db;
	padding:0 0 10px
}

/* ボタン全体 */
#page_top {
width: 90px;
height: 90px;
position: fixed;
right: 0px;
bottom: 0px;
background: #316fbc;
opacity: 0.8;
}

/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f0d8';
font-size: 50px;
color: #ffffff;
position: absolute;
top: 46%;
left: 50%;
translate: -50%;

}
#page_top::after {
content: 'PAGE TOP';
font-size: 13px;
color: #fff;
position: absolute;
margin: auto;
text-align: center;
width: 100%;
top: 22%;
left: 50%;
translate: -50%;

}