/*
Theme Name: NPO Saya Saya Web
Version: 99
*/

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*フォーム*/

.smf-radio-buttons-control__control{
    margin: 1rem 0.2rem 0 0.2rem;
}
.smf-button-control {
   /* display: block; */
    text-align: center;
    margin: 0 0.5rem 2rem 0.5rem;
}


.smf-placeholder{
padding-bottom:2rem;
}


.smf-text-control__control {
    width: 100%;
    box-sizing: border-box;

}

.smf-textarea-control__control{
    width: 100%;
    box-sizing: border-box;
}

.smf-action {
    text-align: center;
margin: 1rem 0 5rem 0;
}

/* インプット枠色指定 */
div.smf-text-control input.smf-text-control__control:focus,
div.smf-textarea-control textarea.smf-textarea-control__control:focus {
    border-color: #53b91e !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(83, 185, 30, 0.2) !important;
}


.smf-text-control__control:focus,
.smf-textarea-control__control:focus {
    border: 2px solid #53b91e !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ラジオボタンのフォーカス時 */
.smf-radio-button-control__control:focus {
    outline: 2px solid #53b91e !important;
    outline-offset: 2px !important;
}

/* ラジオボタンの選択時の色指定　*/
.smf-radio-button-control__control:checked {
    accent-color: #53b91e !important;
    background-color: #53b91e !important;
}


input[type="radio"].smf-radio-button-control__control:checked {
    accent-color: #53b91e !important;
    background-color: #53b91e !important;
    border-color: #53b91e !important;
}

input[type="radio"].smf-radio-button-control__control:checked::-webkit-appearance {
    background-color: #53b91e !important;
}

/* ==========================================================================
   Use main color
   #53b91e > main green
   #379606 > dark green
   #f4f4f4 > light gray
   #f35252 > pink
   #f39800 > orange
   #e9e9e9 > border gray
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ======================== Common */
*, *:before, *:after {
  box-sizing: border-box;
}
* {
  font-family: "Helvetica Neue", "Helvetica", "Meiryo", "Hiragino Kaku Gothic Pro", "sans-serif";
}
a {
  text-decoration: none;
  color: #111;
}
h1, h2 {
  font-size: 16px;
  margin:0 0 15px;
}
h3, h4, h5, h6 {
  font-size: 14px;
  margin:0 0 15px;
}
main {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 0 10px 30px;
}
main h2 {
  color: #379606;
  border-top: 5px solid #53b91e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 12px 10px;
  border-bottom: 2px dotted #53b91e;
  line-height: 28px;
}
main h3 {
  color: #fff;
  padding: 12px 10px;
  background-color: #53b91e;
  border-radius: 5px;
}
main h4 {
  border-top: 4px solid #53b91e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 12px 10px;
  background-color: #f4f4f4;
}
main h5 {
  color: #379606;
  padding: 10px 0;
  border-bottom: 2px solid #53b91e;
}


main #kiji a:link {color:#0000FF;text-decoration:underline;}

main #kiji a:visited {color:#990099;text-decoration:underline;}

main #kiji a:hover {color:#FF6600;text-decoration:none;}

main #kiji a:active{color:#FF6600;text-decoration:none;}

main #kiji .waku{
padding:10px;
margin: 10px 0px 10px 0px;
border: 2px dashed #00AA3A;
border-radius: 10px;
}

.v1 {
position: relative;
padding: 20px;
background-color: #fd9466;
color: #fff;
border-radius: 10px;
margin-bottom:3em;
}

.v1:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #fd9466;
border-radius: 0 50px 0 50px;
z-index: -1;
}

.v1:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}


.v2 {
position: relative;
padding: 20px;
background-color: #78cc52;
color: #fff;
border-radius: 10px;
margin-bottom:3em;
}

.v2:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #78cc52;
border-radius: 0 50px 0 50px;
z-index: -1;
}

.v2:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: #fff;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}

.tb01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
width:100%;
}


.tb01 thead {
 	width:100%;
	}


.tb01 thead th {
 	width:60%;
	font-weight: normal; 
	text-align:center;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #53B91E;
	background: #E4E4E4;

}
.tb01 tbody th {
	font-weight: normal; 
	padding: 5px;	
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FAFAFA;

}
.tb01 td {
	font-weight: normal; 
	width:40%;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

---


.tb02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}


.tb02 thead {
 	width:100%;
	}


.tb02 thead th {
 	width:33%;
	font-weight: normal; 
	text-align:center;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #53B91E;
	background: #E4E4E4;
}
.tb02 tbody th {
	font-weight: normal; 
	padding: 5px;	
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FAFAFA;
}
.tb02 td {
	font-weight: normal; 
	width:33%;
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.info-nav{
text-align:center;
margin:50px 0 50px 0;
}

.info-nav p{
color:#53B91E;
}


.info-nav a:link {color:#53B91E;text-decoration:underline;}

.info-nav a:visited {color:#53B91E;text-decoration:underline;}

.info-nav a:hover {color:#53B91E;text-decoration:none;}

.info-nav a:active{color:#53B91E;text-decoration:none;}



main #kiji .yokolist a:link {color:#53B91E;text-decoration:underline;}

main #kiji .yokolist a:visited {color:#53B91E;text-decoration:underline;}

main #kiji .yokolist a:hover {color:#53B91E;text-decoration:none;}

main #kiji .yokolist a:active{color:#53B91E;text-decoration:none;}

div main #kiji .yokolist {
padding:1em;
border: 2px dashed #00AA3A;
border-radius: 10px;
margin-bottom:2em;	
}

main #kiji .yokolist ol {
	counter-reset: li;
margin-left:1em;
padding:0;
}
 

main #kiji .yokolist ol li {
	display: inline-block;
	margin-right: 1em;
}

main #kiji .yokolist ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 1.5em; /*li:before分左に余白を。調整可*/
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
}
 
main #kiji .yokolist ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #53B91E; /*薄いピンク*/
	border: 1px solid #347212; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}

.movie{
position:relative;
width:100%;
padding-top:56.25%;
}

.movie iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

video {
    width: 100%;
    height: auto;
  }


/*フォームレスポンシブ*/
.form-width { max-width: 100%;}


section {
  margin-bottom: 30px;
}
.is_pc {
  display: none;
}
.is_sp {
  display: block;
}
.green_color {
  color: #53b91e;
}
.green_bg {
  background-color: #53b91e;
  color: #fff;
}
.dark_green_color {
  color: #379606;
}
.dark_green_bg {
  background-color: #379606;
  color: #fff;
}
.white_bg {
  background-color: #fff;
}
.font_size_small {
  font-size: 10px;
}
.center_img {
  display: block;
  margin: 0 auto;
}
.align_center {
  text-align: center;
}
.old_browser {
  display: none;
  border: 10px solid red;
  padding: 10px;
  font-size: 12px;
  background-color: #fff;
  margin-top: 70px;
}
.old_browser a {
  text-decoration: underline;
}

/* ======================== Headr */
.top_header {
  margin-bottom: 25px;
}
.header_descprition {
  height: 10px;
  line-height: 10px;
  background-color: #53b91e;
  color: #fff;
  font-size: 10px;
  margin-bottom: 15px;
}
.left_header {
  margin-bottom: 20px;
}

/* ======================== Logo */
.title_logo {
  width: 150px;
  height: 50px;
  margin: 0 auto;
}
.title_logo img {
  max-width: 100%;
}
.title_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ======================== Toggle menu */
.trigger_menu {
  position: absolute;
  top:30px;
  right: 15px;
  width: 35px;
  height: 35px;
  z-index: 1000;
}
.toggle_button {
  background-color: #53b91e;
  display: block;
  width: 100%;
  height: 100%;
}
.toggle_button span {
  display: inline-block;
  transition: .4s;
  position: absolute;
  left: 9px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.toggle_button span:nth-of-type(1) {
	  top: 11px;
}
.toggle_button span:nth-of-type(2) {
	  top: 17px;
}
.toggle_button span:nth-of-type(3) {
	  top: 23px;
}
.toggle_button::after {
  	position: absolute;
  	left: 0;
  	bottom: -6px;
  	display: block;
  	width: 100%;
  	color: #ccc;
  	font-size: 90%;
  	text-decoration: none;
  	text-align: center;
  	transition: .4s;
}
.toggle_button.active span:nth-of-type(1) {
  	-webkit-transform: translateY(9px) rotate(-45deg);
  	transform: translateY(6px) rotate(-45deg);
}
.toggle_button.active span:nth-of-type(2) {
	  opacity: 0;
}
.toggle_button.active span:nth-of-type(3) {
  	-webkit-transform: translateY(-11px) rotate(45deg);
  	transform: translateY(-6px) rotate(45deg);
}
.toggle_button.active {
  background-color: #fff;
}
.toggle_button.active span {
  background-color: #53b91e;
}

.slider {
  position: relative;
}

.slide_img.is_sp img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   MW Form
   ========================================================================== */


.line-form-button {
 background: #FD711E;
 border: 1px solid #DDD;
 color: #FFF;
 text-shadow:1px 1px 1px rgba(0,0,0,0.5);
 width: 100%;
 padding: 10px 0;
 cursor: pointer;
}

.line-form-button-modoru {
 background: #CACACA;
 border: 1px solid #DDD;
 color: #FFF;
 text-shadow:1px 1px 1px rgba(0,0,0,0.5);
 width: 100%;
 padding: 10px 0;
 cursor: pointer;
}


/* ======================== Button */
.button {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  width: 230px;
  margin: 0 auto 10px;;
  text-align: center;
  z-index: 100;
  font-weight: bold;
  position: relative;
}
.button::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 33%;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid;
}
.list_button {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  flex-direction: column;
}
.list_button li {
  margin-bottom: 1px;
  text-align: center;
  position: relative;
}
.list_button li a {
  background-color: #fff;
  display: block;
  padding: 7px 0;
  font-weight: bold;
}
.slider .button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.radius_outline_white h2 {
  display: flex;
  position: relative;
}
.radius_outline_white h2 .right_button {
  width: 114px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  right: 0;
  border: 1px solid #53b91e;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 14px;
}
.radius_outline_white h2 .right_button::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 33%;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid;
}

/* ======================== Global menu */
.global_menu {
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 900;
  background: rgba(83,185,30,1);
  padding-top: 60px;
  padding-bottom: 60px;
}
.global_menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
}
.global_menu a {
  padding: 8px 0;
  display: block;
  color: #fff;

}
.global_menu li ul {
  display: none;
}
.global_menu li:nth-of-type(2) a.active, .global_menu li:nth-of-type(3) a.active {
  color: #53b91e;
  background-color: #fff;
}
.global_menu li:nth-of-type(1) ul a, .global_menu li:nth-of-type(2) ul a, .global_menu li:nth-of-type(3) ul a ,.global_menu li:nth-of-type(4) ul a, .global_menu li:nth-of-type(5) ul a,.global_menu li:nth-of-type(6) ul a ,.global_menu li:nth-of-type(7) ul a {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
  color: #000;
}
.global_menu li:nth-of-type(2) li:last-of-type a, .global_menu li:nth-of-type(3) li:last-of-type a {
  border-bottom: 0;
}

/* ======================== Section(Radius block) */
.radius_outline_gray {
  border: 1px solid #e9e9e9;
  border-top: 5px solid #53b91e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f4f4f4;
  padding: 10px;
}
.radius_outline_green {
  background-color: #53b91e;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.radius_outline_border {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 100%;
}
.outline_title_black {
  color: #000;
  border-top: 0;
  margin: 0;
  padding: 5px 0 10px;
}
.outline_title_green {
  color: #379606;
  border-top: 0;
  margin: 0;
  padding: 10px 0 10px 10px;
}
.outline_title_white {
  color: #fff;
  border-top: 0;
  border-bottom: 2px dotted #fff;
  margin: 0;
  padding: 10px 0;
}
.radius_outline_white ul, .radius_outline_gray ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.outline_left {
  width: 100%;
}
.title_no_border {
  border: 0;
  padding: 0;
  margin: 0;
  color: #379606;
  font-size: 16px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title_no_border span {
  width: calc(100% - 51px);
}
.title_no_border img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.sun_program .title_no_border {
  font-size: 14px;
align-items: flex-start !important;
  margin-bottom: 5px;
}
.info time {
  font-size: 12px;
  color: #379606;
  display: inline-block;
}
.info li {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 10px;
}
.info a {
  display: block;
}
.info .meta_data {
  display: block;
}
.info_title {
  display: block;
}
.category {
  color: #fff;
  padding: 3px 1px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.category.news {
  background-color: #f35252;
}
.category.event {
  background-color: #f39800;
}
.info_title {
  display: block;
}

.dotted_line {
  border-top: 2px dotted  #53b91e;
  width: 100%;
  margin: 15px 0;
}

.activity_banner {
  margin-bottom: 30px;
}
.activity_banner .activity_banner_block {
  text-align: center;
  position: relative;
}
.activity_banner > div:nth-of-type(1) {
  width: 100%;
}
.activity_banner .flex_row_box {
  margin-bottom: 30px;
  width: 100%;
}
.is_sp.banner_block {
  width: 100%;
}
.activity_banner .flex_row_box .activity_banner_block {
  border-bottom: 1px solid #e9e9e9;
}
.activity_banner .activity_banner_block {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.activity_banner .flex_row_box .activity_banner_block:nth-of-type(odd) {
  border-right: 0;
}
.block_inner {
  background-color: #f4f4f4;
  margin: 3px;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}
.consul .block_inner {
  border-top:
  padding-top: 10px;
  display: block;
}
.activity_banner .activity_banner_block::after, .banner_block .radius_block::after, .list_button li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #53b91e transparent;
}
.list_button li::after {
  right: 0;
  bottom: 0;
}

.consul ul {
  margin: 10px;
}
.consul li {
  margin-bottom: 1px;
  font-size: 12px;
}
.consul li a {
  padding: 8px 0;
  display: block;
  width: 100%;
  background-color: #fff;
}
.flex_row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity_banner .flex_row_box .activity_banner_block:nth-of-type(odd) {
  width: calc(50% + 2px);
  height: 100px;
}
.activity_banner .flex_row_box .activity_banner_block:nth-of-type(even) {
  width: calc(50% - 2px);
  height: 100px;
}
.home .activity_banner .flex_row_box .activity_banner_block:nth-of-type(2) .block_inner, .home .activity_banner .flex_row_box .activity_banner_block:nth-of-type(3) .block_inner {
  padding: 0;
}
.activity_banner .activity_banner_block .font_size_small {
  line-height: 11px;
  margin-top: 5px;
}

.radius_block {
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
.radius_block_green {
  height: 207px;
  text-align: center;
  background-color: #53b91e;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
.banner_block .radius_block h2 {
  margin: 0;
}
.banner_block .radius_block {
  height: 113px;
}
.activity_banner .block_inner, .banner_block .block_inner, .banner_block {
  height: calc(100% - 6px);
}
.banner_block .belove {
  height: 138px;
}
.belove .block_inner {
  background-color: #fff;
}
.banner_title_green {
  color: #379606;
  font-size: 16px;
}
.banner_title_white {
  color: #fff;
  font-size: 16px;
}
.banner_title_green_center {
  color: #379606;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.banner_title_iso_center {
  color: #379606;
  font-size: 12px;
  display: block;
margin:1.5em 0;
  text-align: center;
}

.banner_title_white_center {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.block_inner_green {
  margin: 3px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}
.radius_block_green a {
  color: #fff;
}
.block_inner_green::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #fff transparent;
}
.block_inner_green {
  height: 100%;
}
.radius_block .block_inner::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 100px;
  width: 100px;
}
.usagi_1::before {
  background: url("img/corner_img_usagi_1.png") no-repeat;
}
.usagi_2::before {
  background: url("img/corner_img_usagi_2.png") no-repeat;
}
.bird_1::before {
  background: url("img/corner_img_bird_1.png") no-repeat;
}
.bird_2::before {
  background: url("img/corner_img_bird_2.png") no-repeat;
}
.bird_3::before {
  background: url("img/corner_img_bird_3.png") no-repeat;
}
.heart_1::before {
  background: url("img/corner_img_heart_1.png") no-repeat;
}
.rectangl_border_block {
  border: 1px solid #e9e9e9;
	margin-bottom:1em;
}
.rectangl_border_block a {
  display: block;
}
.background-yellow{
background-color: #fed600;
}
.rectangl_border_block2 {
  border: 1px solid #c15234;
background-color: #c15234;
padding:0;
}
.rectangl_border_block2 a {
  display: block;
}

.step {
  margin: 0;
  width: 100%;
}
.step:nth-of-type(1) {
  margin-top: 10px;
}

.page_top {
  position: fixed;
  right: 10px;
  bottom: 20px;
}
.page_top a {
  display: flex;
  font-size: 12px;
  color: #379606;
  width: 100px;
  height: 54px;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
}
.page_top span {
  position: relative;
  display: block;
}
.page_top span::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 2px #379606;
  border-left: solid 2px #379606;
  transform: rotate(45deg);
  position: absolute;
  left: 33px;
  top: 10px;
}

/* ======================== Sub page */
.sub_header_title h1 {
  color: #fff;
  height: 80px;
  line-height: 80px;
  padding-left: 20px;
  background: url("img/sub_img_header_1.jpg") center no-repeat;
}
.contact {
  border-top: 2px solid #53b91e;
  margin-bottom: 30px;
}
.contact strong {
  margin: 15px 10px;
  display: block;
}
.contact, .contact a {
  color: #379606;
}
.contact ul {
  border-top: 2px dotted #53b91e;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact li {
  border-bottom: 1px solid #f4f4f4;
  padding-left: 10px;
}
.contact li:last-child {
  border-bottom: 2px solid #53b91e;
}
.contact a {
  display: block;
  height: 32px;
  line-height: 32px;
}

/* ======================== Footer */
footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 30px 0;
}
footer h4 {
  margin: 0;
}
footer a {
  display: block;
  height: 32px;
  line-height: 32px;
}
.copyright {
  text-align: center;
  padding: 30px;
}


/* ==========================================================================
   sp styles　記事内画像
   ========================================================================== */
@media screen and (max-width : 960px) {

main #kiji img { 
	width: 100%; 
	height:auto;
}

}

/* ==========================================================================
   PC styles
   ========================================================================== */
@media screen and (min-width : 961px) {
  .is_pc {
    display: block;
  }
  .is_sp {
    display: none;
  }

/* PC表示　記事内画像*/
main .aligncenter {display: block;margin: 0 auto;}
main .alignright { float: right; }
main .alignleft { float: left; }

  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .header_descprition {
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
  .header_desc_inner {
    margin: 0 auto;
    width: 1000px;
  }
  .header_descprition p {
    text-align: left;
    margin:0;
  }
  .logo_area {
    display: flex;
    height: 142px;
    position: relative;
  }
  .left_header {
    width: 100%;
    margin-top: 30px;
  }
  .right_header {
    position: absolute;
    top: 43px;
    right: 0;
  }
  .title_logo {
    width: 250px;
    height: 82px;
  }
  .search_form {
    padding: 5px;
    font-size: 0;
  }
  .search_form > * {
    font-size: 13px;
  }
  .search_input {
    width: 200px;
    height: 30px;
    padding: 0 10px;
font-size: 13px;
  }
  .search_button {
    width: 40px;
    height: 30px;
    border: 0;
    background: url("img/icon_search.png") center #53b91e;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
  .global_menu {
    display: block;
    position: static;
    text-align: left;
    background-color: #fff;
    margin: 0 0 30px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
  }
  .global_menu ul {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin-left: -1px;
  }
  .global_menu li {
    border-right: 1px solid #f4f4f4;
  }
  .global_menu li:last-of-type {
    border-right: 0;
  }
  .global_menu li:nth-of-type(1) {
    width: 135px;
  }
  .global_menu li:nth-of-type(2) {
    width: 130px;
  }
  .global_menu li:nth-of-type(3) {
    width: 130px;
  }
  .global_menu li:nth-of-type(4) {
    width: 180px;
  }
  .global_menu li:nth-of-type(5) {
    width: 130px;
  }

.global_menu li:nth-of-type(6){
width: 160px;}

  .global_menu li:nth-of-type(7) {
    width: 132px;
  }
  .global_menu li ul {
  position: absolute;
    z-index: 1000; 
  }
  .global_menu li li {
    border-right: 0;

  }
  .global_menu li ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-top: 0;
  }
  .global_menu li ul a:hover {
    border-radius: 0 !important;
  }

  .global_menu li li ul {
margin-top:-40px;
   left: 394px;
    width: 122px;
    border-top: 1px solid #f4f4f4;
  }


  .global_menu li li ul a {
    width: 150px;
  }
  .global_menu .menu_about_dv {
    width: 173px;
  }
  .global_menu .menu_about_dv a {
    width: 171px;
  }
  .global_menu .menu_activity a {
    width: 393px;
  }
  .global_menu .menu_activity li li a {
    width: 350px;
  }
  .global_menu a {
    height: 60px;
    color: #000;
    padding: 0;
    line-height: 16px;
    border-bottom: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    font-size: 13px;
    padding-top: 5px;
  }
  .global_menu a:hover {
    border-bottom: 4px solid #53b91e;
    transition: .4s;
  }
  .global_menu a:hover, .global_menu li ul a:hover {
    transition: .4s;
    background-color: #53b91e;
    color: #fff;
  }
  .global_menu .current {
    color: #379606;
    background-color: #d5ebc9;
    border-bottom: 4px solid #53b91e;
  }
  .global_menu a:hover ul {
    display: block;
  }
  .global_menu a:hover span {
    color: #fff;
    transition: .4s;
  }
  .global_menu span {
    color: #379606;
    display: block;
    font-size: 8px;
  }
  .global_menu li:first-of-type a:hover, .global_menu li:first-of-type .current {
    border-top-left-radius: 5px;
  }
  .global_menu li:last-of-type a:hover, .global_menu li:last-of-type .current {
    border-top-right-radius: 5px;
  }
  .top_header {
    margin-bottom: 70px;
  }
  .slide_img.is_pc {
    display: block;
    height: 300px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    padding: 10px;
  }


  .container {
    display: flex;
    justify-content: space-between;
  }
  aside {
    width: 220px;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  main {
    width: calc(100% - 260px);
    margin-right: 0;
    margin-left: 0;
  }
  section {
    margin-bottom: 60px;
  }
  .slider .button {
    right: -394px;
    width: 270px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
  }
  .button {
    width: 63.1%;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
  }
  .button::after {
    right: 10px;
    top: 38%;
  }
  .slider a {
    transition: .4s;
  }
  .slider a:hover, .radius_outline_gray .button.green_bg:hover {
    opacity: 1;
    transition: .4s;
    background-color: #fff;
    color: #379606;
  }
  .radius_outline_white .right_button.green_bg, .radius_outline_green .button.white_bg {
    border: 1px solid;
  }
  .radius_outline_white .right_button.green_bg:hover {
    opacity: 1;
    transition: .4s;
    background-color: #fff;
    color: #53b91e;
    border: 1px solid #53b91e;
  }
  .radius_outline_green .button.white_bg:hover {
    opacity: 1;
    transition: .4s;
    background-color: #53b91e;
    color: #fff;
    border: 1px solid #fff;
  }
  .container a {
    opacity: 1;
    transition: .4s;
  }
  .container a:hover {
    opacity: 0.5;
    transition: .4s;
  }
  aside .block_inner {
    font-size: 12px;
  }
  aside .banner_title_green {
    font-size: 14px;
    margin-bottom: 10px;
  }
  aside .belove .block_inner {
    background-color: #fff;
  }
  aside .banner_title_green_center {
    text-align: left;
  }
  aside .radius_block {
    height: 110px;
  }
  aside .radius_block:nth-of-type(1), aside .radius_block:nth-of-type(2) {
    height: 100px;
  }
  aside .radius_block:nth-of-type(1) .banner_title_green, aside .radius_block:nth-of-type(2) .banner_title_green {
    margin-bottom: 0;
  }
  aside .radius_block_green {
    height: 152px;
  }
  aside .belove img {
    margin-bottom: 10px;
  }
  aside a:hover {
    opacity: 0.5
    transition: .4s;
  }
  aside .contact ul {
    font-size: 14px;
  }
  .outline_left {
    width: 39%;
  }
  .outline_inner img {
    width: 100%;
    height: auto;
  }
  .outline_right {
    width: 59%;
  }
  .outline_inner .button {
    margin: 0;
  }

  /* ======================== Info */
  .info li:nth-of-type(odd) {
    background-color: #f4f4f4;
  }
  .info .meta_data {
    width: 165px;
  }
  .info_title {
    width: calc(100% - 175px);
  }
  .info a {
    display: flex;
  }



  /* ======================== Activities */
  .activity_banner .consul {
    height: calc(100% - 31px);
  }
  .activity_banner .activity_banner_block {
    width: 238px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
  }
  .activity_banner .activity_banner_block .font_size_small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  .activity_banner > div:nth-of-type(1) {
    margin-right: 10px;
    width: 240px;
    height: 320px;
  }
  .consul ul {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .consul .center_img {
    display: inline-block;
    margin: 24px 10px 24px -112px;
  }
  .activity_banner {
    font-size: 16px;
  }
  .consul li a {
    padding: 11px 0;
    font-size: 14px;
  }
  .activity_banner .block_inner.font_size_small {
    font-size: 13px;
  }
  .activity_banner .flex_row_box {
    width: calc(100% - 250px);
  }
  .activity_banner .flex_row_box .activity_banner_block:nth-of-type(odd) {
    width: calc(50% - 5px);
    margin-right: 10px;
    border: 1px solid #f4f4f4;
  }
  .activity_banner .flex_row_box .activity_banner_block:nth-of-type(even) {
    width: calc(50% - 5px);
  }
  .activity_banner .flex_row_box .block_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .activity_banner .flex_row_box strong {
    display: block;
    width: 171px;
  }
  .page_top {
    right: 50px;
    bottom: 100px;
  }

  /* ======================== Sub page */
  h2 {
    font-size: 20px;
  }
  h3, h4, h5, h6 {
    font-size: 16px;
  }
  .sub_header_title {
    background-color: #53b91e;
  }
  .sub_header_title h1 {
    height: 131px;
    line-height: 131px;
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    padding: 0;
  }
  footer h4 {
    font-size: 14px;
  }
  footer .is_pc {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  footer .is_pc a {
    display: inline-block;
  }
  footer .is_pc a:hover {
    text-decoration: underline;
  }
  footer .is_pc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .footer_first {
    width: 21%;
  }
  .footer_second {
    width: 61%;
    margin-right: 60px;
  }
  .footer_third {
    width: 12%;
  }
  .footer_second ul {
    font-weight: bold;
  }
  .footer_second ul ul {
    font-weight: normal;
    margin-left: 10px;
  }
  .copyright {
    font-size: 12px;
  }

  /* ======================== Activities page */
  .one_column aside {
    display: none;
  }
  .one_column main {
    width: 100%;
  }
  .one_column main .flex_row_box section {
    width: calc(50% - 12px)
  }
  .one_column main .block_inner {
    padding: 20px;
    justify-content: flex-start;
  }
  .one_column .flex_row_box li {
    border-right: 1px solid #f4f4f4;
    width: calc(50% - 1px);
  }


  .one_column section ul a {
    height: 46px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .one_column .list_button {
    margin: 0;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .one_column .sun_program .title_no_border {
    align-items: center;
  }
  .one_column .title_no_border {
    font-size: 20px !important;
    align-items: flex-start;
  }
  .one_column .activity_caption {
    margin-left: 134px;
    margin-top: -75px;
  }
  .one_column .lecture .activity_caption, .one_column .ring_program .activity_caption {
    margin-bottom: 48px;
  }
  .one_column .activity_caption:nth-of-type(3), .activity_caption:nth-of-type(4) {
    margin-bottom: 50px;
  }
  .one_column .title_no_border img {
    width: 114px;
    height: 112px;
    margin-right: 20px;
  }
  .one_column .title_no_border span {
    width: auto;
  }
  .one_column .step {
    display: flex;
    align-items: flex-start;
  }
  .step img {
    margin-right: 45px;
  }
  .step p {
    margin-top: 0;
  }
  .dotted_line {
    margin: 30px 0;
  }
 
  .step_0 li {
    width: 20% !important;;
  }

 .step_1 li, .step_3_2 li, .step_4_1 li, .ring_program .list_button li, .lecture li, .parenting li {
    width: 33.3% !important;;
  }

  .step_20 li {
    width: 100% !important;;
  }


  .step_2 li {
    width: 20% !important;;
  }
  .step_3_1.flex_row_box {
    align-items: center;
  }
  .step_3_1 li {
    width: 25% !important;
  }

}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
  .title_logo {
    background: url(img/logo@2x.png) no-repeat;
    background-size: 150px auto;
  }
  .usagi_1::before {
    background: url("img/corner_img_usagi_1@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .usagi_2::before {
    background: url("img/corner_img_usagi_2@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .bird_1::before {
    background: url("img/corner_img_bird_1@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .bird_2::before {
    background: url("img/corner_img_bird_2@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .bird_3::before {
    background: url("img/corner_img_bird_3@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .heart_1::before {
    background: url("img/corner_img_heart_1@2x.png") no-repeat;
    background-size: 80px auto;
  }
  .sub_header_title h1 {
    background: url("img/sub_img_header_1@2x.jpg") center no-repeat;
    background-size: 100%;
  }
  aside {
    width: 260px;
    margin-right: 10px;
  }
  @media screen and (orientation: landscape) {
    .header_descprition, footer {
      width: auto;
    }
   .wrapper {
     width: 0 10px;
   }
   .sub_header_title h1 {
     background: url("img/sub_img_header_1.jpg") center no-repeat;
     background-size: 100%;
   }
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}