@charset "utf-8";
/* CSS Document */

html {width:100%; height:100%; overflow-x: hidden;}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
    font-family: 'Noto Sans JP', sans-serif;
    /*font-size: 30px;*/
    text-align: center;
}

header {
    /*border-bottom: 2px solid #000;
    background-image: url(../img/header_line.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 50px;
	height: 11.6rem;
	padding: 1rem 0 0 0;*/
	text-align: center;
	position: absolute;
	width: 100vw;
	/*max-width: 900px;*/
	margin: 0 auto 0 auto;
}

.zindex_100 {
z-index: 20;
}

.wave {/*
	position: fixed;*/
  left: 0;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax > use {
    animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
}
.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 28s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 18s;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
.editorial {
  display: block;
  width: 100%;
  height: 22em;
  max-height: 100vh;
  margin: 0;
  top: 0px;
  /*opacity:0.7;*/
  transform: scale(1, -1);
}

@media (max-width: 50em) {
    .editorial {
        height: 25vw;
    }
}

.tf_topandbottom {
transform: scale(1, -1);
}

.rogo_imgbox {
	position: relative;
	top: -300px;
	z-index: 200;
}

.rogo_imgbox img {
	max-width: 260px;
}

@media (max-width: 50em) {
    .rogo_imgbox {
	position: relative;
	top: -10vh;
	z-index: 200;
}
.rogo_imgbox img {
	width: 50%;
	height: auto;
}
}

section {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 1rem;
	text-align: right;
	width: 900x;
	display: block;
	width: 96%;
	max-width: 900px;
}

h2 {
	color: #0c9526;
	font-size: 1.5rem;
}

h2.sub {
	color: #0c9526;
	font-size: 2rem;
}

.page h2 {
	padding: 0 0 0 0;
	margin: 0 0 2vh 0;
}

h3.title {
	color:#000000;
}

h3.sub {
	color:#0c9526;
}

h3.big_sub {
	color:#0c9526;
	font-size: 1.5rem;
}

h3 {
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1rem;
	color: #666666;
}

h4.Q {
	font-size: 1rem;
	color: #31B74B;
	border-bottom: 2px solid #31B74B;
	width: 100%;
}

h4.sub_inbox {
	color:#0c9526;
	padding: 1rem 1rem 0.2rem 1rem;
	margin: 0;
}

.sub_inbox {
	color:#0c9526;
	margin: 0;
	font-weight:700;
}

.toy_sub {
	color: #31B74B;
	border-bottom: 2px solid #31B74B;
	margin: 0 1rem 0 1rem;
}

p {
	/*font-size: 0.8rem;*/
	margin: 0;
	padding: 0;
}

p.text {
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
	line-height: 1.6rem;
}

p.text_noMP {
	font-size: 0.9rem;
	line-height: 1.6rem;
}

p.A {
	font-size: 0.9rem;
	line-height: 1.6rem;
}

.fc_0c9526 {
	color:#0c9526;
}

.bo_2s {
	border: 2px solid #ccc;
}

ul {
	padding: 0;
	margin: 0;
}

img.fit {
	width: 100%;
	height: auto;
}

.bdl_1 {
	border: 1px solid #ccc;
}

a.tg_cover {
    width: 30px;
    height: 36px;
    display: block;
	position: absolute;
	right: 1.4rem;
}

.daretu_btn a:hover {
	opacity: 0.5;
	transition: 0.5s;
}

p.tg_line {
    height: 3px;
    background-color: #000;
    margin: 6px 0;
}

#index_top {
	margin-bottom: 4rem;
}

#index_top div {
	width: 100%;
	/*max-width: 900px;*/
	max-height: 560px;
	min-height: 10rem;
	height: 10vh;
	padding: 5.2rem 0 2rem 0;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
	#index_top div {
		min-height: 15rem;
		padding-top: 58vh;
	}
}
}
@media screen and (min-width:870px) and ( max-width:1024px) {
    /*　for iPad 　*/
	#index_top div {
		min-height: 32rem;
		padding-top: 22vh;
	}
}
@media screen and (min-width:1024px) {
    /*　for PC　*/
	#index_top div {
		min-height: 30rem;
		padding-top: 22vh;
	}
}



.news {
	text-align: left;
	margin: 0 auto 3rem auto;
	width: 96%;
	max-width: 900px;
}

.news p {
	margin: 0 0 0.5rem 0;
}

.news span {
	background-color: #999;
	color: #fff;
	padding: 0 0.2rem;
	margin-right: 0.5rem;
}

.news div {
	display: flex;
}

.disp_fl {
	display: flex;
	justify-content: space-between;
}

.disp_fl_only {
	display: flex;
}

.jst_con_c {
	justify-content: center;
}

.jst_con_e {
	justify-content: flex-end;
}

.ali_item_c {
	align-items: center;
}

.w_18 {
	width: 18%;
}

.w_46 {
	width: 46%;
}

.w_49 {
	width: 49%;
}

.w_30 {
	width: 30%;
}

.w_32 {
	width: 32%;
}

.w_38 {
	width: 38%;
}

.w_28 {
	width: 28%;
}

.w_20 {
	width: 20%;
}

.w_24 {
	width: 24%;
}

.w_22 {
	width: 22%;
}


.w_21 {
	width: 21%;
}

.w_40 {
	width: 40%;
}

.w_60 {
	width: 58%;
}

.w_65 {
	width: 65%;
}

.w_r60 {
	width: 60%;
}

.w_70 {
	width: 68%;
}

.w_r70 {
	width: 70%;
}

.w_80 {
	width: 78%;
}

.bg_A1E9AF {
	background-color:#A1E9AF;
	border-radius: 2rem;
}

.pa_1 {
	padding: 1rem;
}

.pa_1_nobottom {
	padding: 1rem 1rem 0 1rem;
}

h3.pa_1 {
	padding:0 0 0 1rem; 
}

.dot_under {
	border-top: 1px dotted #31B74B;
	margin-bottom: 4rem;
}

.dot_under li {
	display: flex;
	list-style: none;
}

.dot_under p {
	border-bottom: 1px dotted #31B74B;
	width: 30%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	padding: 1rem 0;
}

.dot_under p.box_right {
	width: 70%;
	text-align: left;
}





.mar_lr_auto {
	margin: 0 auto;
}

.d_blo {
	display: block;
}

.ta_c {
	text-align: center;
}

.ta_l {
	text-align: left;
}

.standard_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/*height: 100rem;*/
}

.one_centence {
	width: 100%;
	max-width: 900px;
	margin-right:auto;
	margin-left:auto;
}

#wrap {
	width: 100%;
	max-width: 900px;
	margin-right:auto;
	margin-left:auto;
	/*overflow-x: hidden;*/
	padding-top: 25vh;
}

#wrap::-webkit-scrollbar {
  display: none;
}

a {
	/*font-size: 0.8rem;*/
	text-decoration: none;
	z-index: 200;
}

td {
	padding: 1rem 0;
}

td.blue {
	border-bottom: 4px solid #A1E9AF;
}

td.glay {
	border-bottom: 2px solid #e6e6e6;
}

td.glay span.icon {
	padding: 0.2rem 0.4rem 0.3rem 0.4rem;
	color: #31B74B;
	border: 2px solid;
	border-radius: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	display: inline-block;
	border-color: #31B74B;
}

table.inner_table_01 td {
	/*border: 1px solid #cdcdcd;*/
	text-align: center;
}

table.inner_table_01 td.blue {
	border-top: 1px solid #cdcdcd;
	background-color:#A1E9AF;
	border-left: 1px solid #37C051;
	border-bottom: 1px solid #37C051;
}

table.inner_table_01 td.blue_bla {
	border-top: 1px solid #cdcdcd;
	background-color:#A1E9AF;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #37C051;
}

table.inner_table_01 td.blue_end {
	background-color:#A1E9AF;
	border-left: 1px solid #37C051;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #37C051;
	border-top: 1px solid #cdcdcd;
}

table.inner_table_01 td.glay {
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

table.inner_table_01 td.glay_end {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

@media only screen and (max-width: 800px) {

	h2 {
		color: #666666;
		font-size: 1.1rem;
	}
	.one_centence {
		width: 96%;
		max-width: 900px;
		margin: 0 auto;
		/*overflow-x: auto;*/
	}

	#wrap {
	padding-top: 11vh;
}
#index_top div {
padding: 7.2rem 0 2rem 0;
}
	.w_49 {
		width: 100%;
	}
	
	.w_46 {
		width: 100%;
	}

	.w_30 {
		width: 100%;
	}

	.w_32 {
	width: 100%;
}

	.w_20,.w_22,.w_24,.w_32,.w_38 {
		width: 100%;
	}

	.w_48_subbtn {
	width: 48%;
}

	.w_28 {
		width: 100%;
	}

	.w_40 {
		width: 100%;
	}
	
	.w_60 {
		width: 100%;
	}

	.w_65 {
		width: 100%;
	}

	.w_r60 {
		width: 100%;
	}

	.w_r70 {
		width: 100%;
	}

	.w_70 {
		width: 100%;
	}

	.w_80 {
		width: 100%;
	}

	.disp_fl {
		display: flex;
	}
	.sp_column {
		flex-direction: column;
	}
	
	.sp_reverse {
	flex-direction: column-reverse;
	}

	td.blue,td.glay {
		display: block;
	}

	td.blue {
		border-bottom: 2px solid #e6e6e6;
	}

	td.glay {
		border-bottom: 4px solid #90F3A3;
	}

	table.inner_table_01 td {
		display: table-cell;
	}
	
}

.mb10 {
	margin-bottom: 1rem!important;
} 

.mb20 {
	margin-bottom: 2rem!important;
} 

.mb30 {
	margin-bottom: 3rem!important;
}

.mb40 {
	margin-bottom: 4rem!important;
} 

.mb50 {
	margin-bottom: 5rem!important;
}

.mb60 {
	margin-bottom: 6rem!important;
} 

.mr10 {
	margin-right: 1rem!important;
}

.fs_18 {
	font-size: 1.8rem;
}

.kadomaru {
	/*width: 50%; /* 可変 */
  border-radius: 30px;
}

/*トップページスライドショー*/
.slide {
	position:relative;
	height:40vw;
}
.slide img {
	position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out;
    /* height: 100%; */
    /* object-fit: contain; */
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
/*トップページスライドショー*/

/*トグルメニュー*/
#gmenu {
	width:100%;
	/*margin: 0 5% 20px 5%;*/
	text-align: center;
	position: absolute;
	top: 11rem;
	font-family: sans-serif;
	font-weight: 100;
	font-size:0.9em;
	z-index: 200;
}

#accordion_menu {
	display:none;
}


#navlist {
	list-style: none;
    margin: 0 auto;
    width: 900px;
    display: flex;
    /*justify-content: space-between;*/
	padding-bottom: 2rem;
}

.menulist {
	/*display: flex;*/
	box-sizing:border-box;
	text-align:center;
	margin:0;
	padding:0;
	/*justify-content: flex-end;*/
	flex-grow: 1;
}

.menulist + .menulist {
  border-left: 1px solid #0c9526;
}

.menulist a {
	text-decoration:none;
	color:#0c9526;
	font-weight: 500;
	font-size: 120%;
}

.menulist a:hover {
	color:#37c051;
}

#dummy_area1 {
	display:none;
	width:1px;
}

@media only screen and (max-width: 400px) {

#gmenu {
	width:100%;
	margin: 0 auto ;
	text-align: center;
	display: flex;
	z-index: 20;
	position: absolute;
	top: 0rem;
}

#accordion_menu {
	display:block;
	text-align:center;
}

#navlist {
	display:none;
	padding:7rem 0 1rem 0;
	margin: 0 0 0 0;
	background-color: rgba(255,255,255,0.9);
}

.menulist {
	float:none;
	width:90%;
	margin:0 5% 1rem 5%;
}

header {
    height: 9.6rem;
}

.slide img {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out;
    height: 100%;
    /* object-fit: contain; */
    /* width: 100%; */
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

}

/*背景の動き*/
.scroll-space{
	box-sizing: border-box;
	/*padding-top: 300px;*/
	/*height: 1600px;*/
	/*color: #fff;*/
	/*overflow: hidden;*/
	padding-bottom: 100px;
	width: 100%;
	height: 100rem;

	.blue{
	  background: #77BBCF;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.pink{
	  background: #FFB4B4;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.yellow{
	  background: #F8913C;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.baloon01 {
	  /*background: #26AA5A;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;*/
	  background-image:url(../img/bg_baloon01.png);
	  background-repeat:no-repeat;
	  background-size:contain;
	}

	.baloon02 {
		/*background: #26AA5A;
		width: 200px;
		height: 200px;
		padding: 30px;
		margin: 0 auto 50px;*/
		background-image:url(../img/bg_baloon02.png);
		background-repeat:no-repeat;
		background-size:contain;
	  }

	  .baloon03 {
		/*background: #26AA5A;
		width: 200px;
		height: 200px;
		padding: 30px;
		margin: 0 auto 50px;*/
		background-image:url(../img/bg_baloon03.png);
		background-repeat:no-repeat;
		background-size:contain;
	  }

  }
  .fadein {
	  opacity: 0;
	  transform: translate(0,0);
	  transition: all 2.5s;
	&.fadein-left{
		transform: translate(-100px,0);
	}
	&.fadein-right{
		transform: translate(100px,0);
	}
	&.fadein-up{
		transform: translate(0,-100px);
	}
	&.fadein-bottom{
		transform: translate(0,100px);
	}
	&.scrollin{
	  opacity: 1 !important;
	  transform: translate(0, 0) !important;
	}
  }
/*背景の動きココまで*/


.position_a {
	position: absolute;
	z-index: -100;
}

.position_r {
	position: relative;
}

.position_s {
	position: static;
}

.display_n {display: none;}

/*position:absoluteに対して中央に寄せる*/
.position_a_c {
	right: 0;
	left: 0;
	margin: 0 auto;
}

.top_10 {
	top: 10vh;
}

.top_20 {
	top: 20vh;
}

.top_30 {
	top: 30vh;
}

.top_40 {
	top: 40vh;
}

.top_50 {
	top: 50vh;
}

.top_60 {
	top: 60vh;
}

.top_70{
	top: 70vh;
}

.top_80 {
	top: 80vh;
}

.top_90 {
	top: 90vh;
}

.top_100 {
	top: 100vh;
}

.top_110 {
	top: 110vh;
}

.top_120 {
	top: 120vh;
}

.top_130 {
	top: 130vh;
}

.top_140 {
	top: 140vh;
}

.top_150 {
	top: 150vh;
}

.top_160 {
	top: 160vh;
}

.top_170 {
	top: 170vh;
}

.top_180 {
	top: 180vh;
}

.top_190 {
	top: 190vh;
}

.top_200 {
	top: 200vh;
}

.top_250 {
	top: 250vh;
}

.top_300 {
	top: 300vh;
}

.top_1500 {
	top: 1500px;
}

.top_1600 {
	top: 1600px;
}

.top_1700 {
	top: 1700px;
}

.top_1800 {
	top: 1800px;
}

.top_1900 {
	top: 1900px;
}

.top_2000 {
	top: 2000px;
}

.top_m20 {
	top: -20vh;
}

.top_m50 {
	top: -50vh;
}

.left_position {
	left: 0px;
	text-align: left;
}

.right_position {
	right: 0px;
	text-align: right;
}

.zindex_ma10 {
	z-index: -10;
}

.w-h_10p {
	width:10%;
	height:10em;
}

.w-h_20p {
	width:20%;
	height:20em;
}

.w-h_30p {
	width:30%;
	height:30em;
}

.w-h_40p {
	width:40%;
	height:40em;
}

.w-h_50p {
	width:50%;
	height:50rem;
}

.w-h_60p {
	width:60%;
	height:60rem;
}

.w-h_70p {
	width:70%;
	height:70rem;
}

.w-h_80p {
	width:80%;
	height:80rem;
}

.h_5p {
	height:5em;
}


.h_10p {
	height:10em;
}

.h_20p {
	height:20em;
}

.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }

.bg_footer_setting {
	display: grid;
    height: 100vh;
    align-items: end;
}

.first_section {
	animation: fadein 3s forwards;
}

@keyframes fadein {

	from {
		opacity: 0;
		transform: translateY(-20px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }

}

.kome {
    list-style: none;
    margin-left: 0.5rem;
	font-size: 0.9rem;
}
.kome li{
    text-indent: -1rem;
	padding-bottom: 0.5rem;
}

.topics_space {
	padding: 2rem;
	width: calc(100% - 4rem);
	border: 2px solid #31B74B;
	border-radius: 1rem;
}

.footer_wrap {
	background-color: #dcffa0;
	color: #0c9526;
	padding-bottom: 3rem;
}

.footer_inner {
	position: relative;
	z-index: 100;
	display: flex;
	margin: -6rem auto 0 auto;
	width: 100%;
	max-width: 900px;
	justify-content: space-between;
}

.footer_inner .inner_right {
    width: 40%;
    margin: auto 0 0 0;
    display: block;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_inner .inner_right a {
	background-color: #fff;
	border-radius: 3rem;
	padding:0.5rem 1rem;
	margin-bottom: 0.5rem;
	font-size: 80%;
	width: 100%;
	color: #37C051;
	text-align: center;
}

.footer_inner .inner_left {
    width: 60%;
    margin: 0;
    display: block;
    text-align: left;
}

.ta_c_pc {
	text-align: left;
}

@media only screen and (max-width: 800px) {
.footer_wrap {
	background-color: #dcffa0;
}

.footer_inner {
	width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
}

.footer_inner .inner_right {
    width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
}

.footer_inner .inner_left {
    width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
}

.footer_inner img {
	width: 90%;
	height: auto;
}
.ta_c_pc {
	text-align: center;
}
}

.border_on {
	border: 1px solid #cdcdcd;
}

/*円の配置*/
.seien_demo{
 display: flex;
 display: -webkit-flex;
 justify-content: space-around;
}

/*円と文字*/
.seien div{
 width: calc(100% / 1);
 border-radius: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align:center;
}

/*擬似要素*/
.seien div:before{
 content: '';
 display: block;
 padding-top: 100%;
}

.seien a {
	/*transition: 0.5s;*/
}

.seien a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.tit_hoiku {
	background-image:url(../img/hoiku/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_hoiku h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.btn_hoiku {
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.btn_hoiku h3 {
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.btn_hoiku_0 {
	background-image:url(../img/hoiku/btn_0.jpg);
}
.btn_hoiku_1 {
	background-image:url(../img/hoiku/btn_1.jpg);
}
.btn_hoiku_2 {
	background-image:url(../img/hoiku/btn_2.jpg);
}
.btn_hoiku_3 {
	background-image:url(../img/hoiku/btn_3-5.jpg);
}

.tit_kankyou {
	background-image:url(../img/kankyou/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_kankyou h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.tit_toy {
	background-image:url(../img/toy/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_toy h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.btn_toy_0 {
	background-image:url(../img/toy/btn_0.jpg);
}
.btn_toy_1 {
	background-image:url(../img/toy/btn_1.jpg);
}

.tit_syokuji {
	background-image:url(../img/syokuji/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_syokuji h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.tit_schedule {
	background-image:url(../img/schedule/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_schedule h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.tit_overview {
	background-image:url(../img/overview/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_overview h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.tit_sankan {
	background-image:url(../img/sankan/tit.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 上下左右中央 */
	background-size: cover;
}

.tit_sankan h2 {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.sp_none {
	display: none;
}

.pc_none {
	display: flex;
}

@media only screen and (max-width: 800px) {

	.sp_none {
	display: flex;
}

.pc_none {
	display: none;
}

.w_18 {
	width: 24%;
}
}

.fg_bottom {
	flex-grow:1;
}

.fd_column {
	flex-direction: column;
}

@media screen and (min-width:800px) and ( max-width:850px) {
    /*　for iPad 　*/
	.footer_inner {
		width: 85%;
	}

	#navlist {
		width: 96%;
	}

	.one_centence {
		width: 94%;
	}
	#wrap {
    padding-top: 64vh;
	}
}

/*footer {
	background-position: top;
	background-color: #f2f2f2;
	background-image: url(../img/header_line.png);
	background-repeat: repeat-x;
	padding: 5rem 0;
	margin-top: auto;
	border-top: 2px solid #000;
}

footer div{
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

footer .inner_left {
	width: 24%;
	margin: 0;
	display: block;
	text-align: left;
}

footer .inner_right {
	width: 24%;
	margin: auto 0 0 0;
	display: block;
	text-align: left;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}

footer .inner_right a {
	line-height: 0.5rem;
	z-index: 200;
}

@media only screen and (max-width: 800px) {
	footer div{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	footer .inner_left {
		width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
	}
	footer .inner_right {
		width: 100%;
		margin: 0 0 2rem 0;
		display: block;
		text-align: center;
	}
}
*/