@charset "shift_jis";
*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
}
#wrapper {
	text-align: center;
	margin: 0px auto;
	height: auto;
	clear: both;
	float: none;
	width: 980px;
	padding: 0px;
}
#navihead {
	height: 70px;
	margin: 0;
	padding: 0;
}
#contents {
	box-sizing:border-box;
}
#navitop {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	margin: 0;
	background-color: #FFFF99;
	padding: 5px;
}
#keisai {
	font-size: 90%;
	line-height: 120%;
	height: 50px;
	padding: 30px 5px 5px 0px;
	width: 950px;
	text-align: right;
	margin-bottom: 0px;
	position: relative;
}
#keisai img {
	position: absolute;
	left: 10px;
	top:-10px;
	width: 350px;
}

.h1_area {
	maragin: 0 auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	justify-content: center;
}
.h1 {
	align-items: center;
  	justify-content: center;
	font-size: 150%;
	font-weight: 600;
	border:1px solid #CBB698;
	border-radius: 3px;
	padding: 8px 0 5px 0;
	width: 630px;
	color: 	#339933;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	box-shadow: inset 0px -14px 13px 0px rgba(246, 238, 225, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
	line-height: 120%;
	margin: 0 auto;
}
.menu {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	vertical-align: top;
	padding: 0;
	}
.menu img {
	margin: 0 auto;
	width: 980px;
}
nav{
text-align: center;
	background: #9DC814;
	
padding: 0;
	
	margin: 0 auto;
	margin-top: -14px;
}
nav ul{
	width: 980px;
margin: 0 auto;
padding:18px 0;
	
}
nav ul li{
list-style: none;
display: inline-block;
width: 20%;
min-width: 90px;
}
nav ul li a{
text-decoration: none;
color: #333;
font-size: 90%;
}
nav ul li.current {
width: 30%;
}
nav ul li a:hover{
color: #fff;
}
p {
	font-size: 90%;
	line-height: 140%;
}
.h2_blue {
	color: #0096FF;
	border-bottom: 4px solid #0096FF;
	padding: 10px 0px 5px 0px;
	margin: 0px 120px 10px 120px;
}

.gaiyou_area {
	width: 100%;
	position: relative;
	margin: 0 0 40px 0;
	
}
.gaiyou_area p {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}
.img_01 {
	width: 60px;
	position: absolute;
	left: 0;
	top: 50px;
}
.img_02 {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 0px;
}
.img_03 {
	width: 60px;
	position: absolute;
	right: 40px;
	top: 10px;
	transform: rotate( 25deg );
}
.gaiyou_back{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: auto;
  background-image: repeating-linear-gradient(47deg, #dff5ff, #dff5ff 20px, transparent 20px, transparent 25px);
	
}
.gaiyou_contents {
	padding: 20px 0;
	display: flex;
	justify-content: center;
  align-items: center;
	flex-wrap: nowrap;
	
}
.contents_box {
	width: 250px;
	height: 300px;
	border: 1px solid #0096FF;
	background: #fff;
	border-radius: 20px;
	padding: 20px 15px 10px 15px;
	margin:10px ; 
	box-shadow: 8px 8px 0px 0px rgba(117, 198, 255, 1);
}

.contents_img {
	background: #F9F793;
	border-radius: 50%;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.contents_img img {
	position: absolute;
	top: 15px;
	left: 20%;
}
ruby[data-ruby] rt {
  display: none;
}
 
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
}
.h3 {
	font-size: 2em;
	margin: 20px 0px 0px 0px;
	padding: 0;
	color: #0096FF;
	font-weight: 600;
	}
.h3 rt {
  font-size: 0.8em;
}
.contents_box p {
	color:#0096FF;
	text-align: left;
	font-weight: 600;
	padding: 0 10px;
}
.hayaoki_area {
	width: 890px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

.img_12 {
	width: 60px;
	position: absolute;
	right:70px;
	bottom: 20px;
}
.img_13 {
	width: 60px;
	position: absolute;
	right: 30px;
	bottom: 70px;
}
.hayaoki_box {
	width: 500px;
	border: 5px solid #FAB0C7;
	background: #fff;
	padding: 20px;
	margin:0 auto;
	margin-bottom: 20px;
  display:block;
	position: relative;
}
.hayaoki_box p {
	font-size: 90%;
}
.under {
	background: linear-gradient(transparent 60%, #fff799 40%);
	font-size:150%;
	border-radius:6px;
	color: #F45E8C;
	font-weight: 600;
		}
.hoken {
	margin: 60px 0 100px 0;
	
	height: auto;
	position: relative;
}
.h4 {
	font-size: 1.2em;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 8px 0;
	color: #0096FF;
	border-bottom: 3px dotted #0096FF;
	font-weight: 600;
}
.h5 {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 100%;
	text-align: left;
	display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
}
.h5::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #0096FF;
    border-left: 4px solid #0096FF;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}
.hoken p{
	text-align: left;
	width: 480px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.hoken ul {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
}
.kashidashi_area {
	width: 100%;
	position: relative;
	margin: 60px 0 30px 0;
}
.kashidashi_area p {
	text-align: left;
	width: 730px;
	margin: 0 auto;
}
.h2_green {
	color: #00B0A7;
	border-bottom: 4px solid #00B0A7;
	padding: 10px 0px 5px 0px;
	margin: 10px 120px;
}

.img_05 {
	width: 60px;
	position: absolute;
	left: 30px;
	top: 20px;
}
.img_06 {
	width: 80px;
	position: absolute;
	right: 40px;
	top: 10px;
}

.img_11 {
	width: 60px;
	position: absolute;
	left: 90px;
	top: 10px;
}
.kashidashi_back{
	margin: 0 calc(50% - 50vw);
	padding: 20px 0;
	width: 100vw;
	height: auto;
  background-image: repeating-linear-gradient(47deg, #d5fff4, #d5fff4 20px, transparent 20px, transparent 25px);
}
.kshidashi_box {
	padding: 0;
}
.kashidashi_box_02 {
	background: #fff;
	border: 1px solid #00B0A7;
	width: 550px;
	display: flex;
	justify-content: center;
  align-items: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 0px rgba(0,176,167,1);
}
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #fff; /* 背景色 */
  border: 2px solid #00B0A7;
  padding: 1em 2em;
  font-weight: bold;
  color: #00B0A7; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 10px;
	margin-bottom: 30px;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #00B0A7; /* 矢印の色 */
  border-right: 2px solid #00B0A7; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}


.background_btn01:hover {
  background: #fff; 
  color: #888; 
}

.background_btn01:hover:before {
  border-top: 2px solid #4D9BC1; /* 矢印の色 */
  border-right: 2px solid #4D9BC1; /* 矢印の色 */
}
.h2_pink {
	color: #F45E8C;
	border-bottom: 4px solid #F45E8C;
	padding: 10px 0px 5px 0px;
	margin: 10px 120px;
}

.torikumi_area {
	width: 100%;
	position: relative;
	margin: 60px 0;
}
.torikumi_area p {
	text-align: left;
	width: 730px;
	margin: 0 auto;
}
.img_16 {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 30px;
}
.img_17 {
	width: 60px;
	position: absolute;
	left: 20px;
	top: -10px;
}
.img_15 {
	width: 60px;
	position: absolute;
	right: 60px;
	top: -10px;
}
.img_14 {
	width: 60px;
	position: absolute;
	right: 10px;
	top: 40px;
}

.img_04 {
	width: 200px;
	position: absolute;
	left: -230px;
	bottom: -100px;
	transform: rotate(-8deg);
}

.torikumi_back{
	margin: 0 calc(50% - 50vw);
	padding: 20px 0;
	width: 100vw;
	height: auto;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffebf0 13px, transparent 13px), radial-gradient(circle, #ffebf0 13px, transparent 13px);
  background-position: 0 0, 19px 38px;
  background-size: 38px 76px;
}
.torikumi_box {
	padding: 10px 20px;
	justify-content: center;
  align-items: center;
	width: 800px;
	border: 1px solid #F45E8C;
	background: #fff;
	border-radius: 8px;
	margin:0 auto;
	margin-bottom: 20px;
}
.torikumi_box p {
	font-size: 90%;
	text-align: left;
	margin: 8px 0;
}
.torikumi_title {
	display: flex;
  align-items: center;
}
.torikumi_title p {
	margin-left: 30px;
	background: #F45E8C;
	padding: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 90%;
}
.torikumi_h3 {
	color: #F45E8C;
	border-bottom: 3px dotted #F45E8C;
	width: 200px;
	margin: 0;
}

.torikumi_box ul{
	font-size: 90%;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 20px;
}
.torikumi_box li {
	line-height: 200%;
	font-size: 90%;
}
.torikumi_flex {
	display: flex;
	flex-wrap: nowrap;
	
}
.kennai_torikumi {
	margin: 0;
	padding: 0;
	width: 400px;
	}
.kennai_torikumi p {
	margin: 10px 0 0 20px;
	background: linear-gradient(transparent 60%, #fff799 40%);
    border-radius: 3px;
    color: #F45E8C;
	font-weight: 600;
	padding: 3px 5px;
	 width: fit-content;
}
.kennai_torikumi ul {
	margin: 0 50px;
	padding: 0;
}
.kennai_torikumi li {
	width: 350px;
	margin-left: 10px;
}
.h4_seikatsu {
	font-size: 1.5em;
	width: 490px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 8px 0;
	color: #0096FF;
	border-bottom: 3px dotted #0096FF;
	font-weight: 600;
}
.seikatsu_back{
	margin: 0 calc(50% - 50vw);
	padding: 20px 0;
	width: 100vw;
	height: auto;
  background-color:#D9F0FF;
	
}
.seikatsu_area {
	padding-top: 50px;
	width: 800px;
	margin:0 auto;
	margin-bottom: 20px;
	position: relative;
}
.seikatsu_list_area {
	width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	left: 0px;
}
.seikatsu_list {
	width: 480px;
	margin: 0 auto;
}
.seikatsu_list li{
	list-style: none;
	text-align: left;
	line-height: 190%;
	font-size: 1.2em;
	font-weight: 600;
}
.link_back{
	margin: 30px;
	}
.link_area {
	margin: 0 calc(50% - 50vw);
	padding: 40px 0;
	width: 100vw;
	height: auto;
	background-color: #ffffff;
  background-image: radial-gradient(circle, #d5fff4 13px, transparent 13px), radial-gradient(circle, #d5fff4 13px, transparent 13px);
  background-position: 0 0, 19px 38px;
  background-size: 38px 76px;
}
.link_box {
	border: 1px solid #00B0A7;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	width: 500px;
	padding: 20px 0;
}
.link_box img {
	vertical-align:middle;
	margin-right: 10px;
}
.torikumi_shimachi_back {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: auto;
  background-image: repeating-linear-gradient(47deg, #dff5ff, #dff5ff 20px, transparent 20px, transparent 25px);
	padding: 30px 0;
	margin-bottom: 30px;
	border-top: 6px solid #9DC814;
	margin-top: -12px;
}
.torikumi_shimachi {
	width: 800px;
	margin:0 auto;
	border: 1px solid #0096FF;
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px 50px 15px;
	box-shadow: 8px 8px 0px 0px rgba(117, 198, 255, 1);
}


.h2_torikumi {
	width: 750px;
	margin: 0 auto;
	color: #0096FF;
	padding: 10px 0;
	font-size: 1.5em;
}
.h3_torikumi {
	border-bottom: 5px dotted #0096FF;
	text-align: left;
	padding: 6px 20px;
	margin: 0px 30px 15px 30px;
}
.torikumi_shimachi_box {
	border: 1px solid #e0e0e0;
	width: 750px;
	margin: 0 auto;
	color: #0096FF;
	padding: 10px 0;
	margin-top: 15px;
	border-radius: 8px;
	position: relative;
}


.dantai ,.taishou ,.link{
	position: relative;
}
.torikumi_img_01 {
	position: absolute;
	right: 10px;
	top: -20px;
}
.torikumi_img_02 {
	position: absolute;
	left: -30px;
	top: 70px;
}
.torikumi_img_03 {
	position: absolute;
	right: -20px;
	bottom: -20px;
}
.torikumi_shimachi_box p{
	color: #333;
	text-align: left;
	margin: 0px 50px;
	font-size: 95%;
}
.torikumi_hizuke {
	marign: 0;
	padding: 0;
}
p.indent {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
  margin-top: 0;
}
p.indent_02 {
  text-indent: -2em;
  padding-left: 3em;
  line-height: 150%;
  margin-top: 0;
}
#navifoot {
	width: 980px;
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	clear: both;
	float: none;
	margin: 0 auto;
}
#historyback {
	font-size: 90%;
	line-height: 130%;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#totop {
	width: 800px;
	font-size: 80%;
	line-height: 130%;
	text-align: right;
	padding: 3px;
	clear: both;
	float: none;
}
#navibottomtitle {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	padding: 3px;
	margin-top: 20px;
}
#navibottom {
	font-size: 90%;
	line-height: 130%;
	text-align: left;
	padding: 3px;
}
#copyright {
	text-align: center;
	background-color: #CCFF66;
	margin-top: 5px;
	font-size: 80%;
	color: #333333;
}