@charset "utf-8";
/* clearfix */
.cf::after {
  display: block;
  clear: both;
  content: "";
}
/* common */
*, *::before, *::after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 62.5%; /* 10px */
  width: 100%;
  height: 100%;
}
body {
  font-size: 1.6rem; /* 16px */
  background-color: #ffffff;
  font-family: "zen-maru-gothic", meiryo, 'ヒラギノ角ゴ pro w3', 'hiragino kaku gothic pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  background-image: url(/img/common/bkg.png);
  background-repeat: repeat;
  background-position: center 0%;
  color: #473e37;
  background-size: 794px auto;
  overflow-x: hidden;
  background-attachment: fixed;
}
section {
  padding: 0;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}
h2 {
  margin: 0 0 60px 0;
  font-size: 4rem;
  letter-spacing: 0.1em;
	 text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: #ffed8f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
h2 span.inlin_b {
	text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: #ffed8f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
h2 span.s {
  display: block;
  font-size: 3rem;
  line-height: 1;
}

h3 {
  margin: 0 0 20px 0;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
p {
  margin-bottom: 1em;
}
img {
  display: inline;
  line-height: 0;
}
a {
  text-decoration: none;
  color: #473e37;
  display: block;
}
a:visited {
  color: #473e37;
}
a:hover {
  cursor: pointer;
  color: #de8900;
  transition: 0.2s;
}
a:active {
  transition: 0.1s;
  color: #ffad28;
}
a img:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
ul {
  list-style-type: none;
}
/* header
================================================== */
header {
  padding: 10px 0 45px 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.top header {
  position: fixed;
  top: 0px;
  z-index: 1000;
}
body.top .wrap {
  padding-top: 182px;
}
header .header {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
header h1 {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}
header h1 a.h1_txt {
  font-size: 1.4rem;
  color: #473e37;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
}
header h1 a div {
  margin-bottom: 0px;
}
header h1 a span {
  display: inline-block;
  padding-bottom: 5px;
}
header h1 a .lsize {
  font-size: 2.1rem;
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
header h1 a .lsize .tume {
  letter-spacing: -0.3em;
  margin-left: 1px;
}
header h1 img {
  width: 90px;
  height: auto;
  margin: 0 20px 0 0;
}
header .top_b {
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top_b .box {
  display: inline-block;
  width: 270px;
}

header .pikorua {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 15px;
}
.pikorua .s {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}
.pikorua .l {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
}
.pikorua .l > span {
  padding: 4px 6px 6px 6px;
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  background-color: #f28385;
  border-radius: 10px;
  line-height: 1;
}
.pikorua .l > span.p1 {
  background-color: #f28385;
}
.pikorua .l > span.p2 {
  background-color: #4fca6b;
}
.pikorua .l > span.p3 {
  background-color: #5d95f3;
}
.pikorua .l > span.p4 {
  background-color: #d888f4;
}

header .top_b a.telno {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  vertical-align: middle;
  background-image: url(/img/common/tel_icon.svg);
  background-repeat: no-repeat;
  padding: 3px 0 3px 30px;
  background-position: left center;
  margin: 0 22px 3px 0;
  background-size: 25px auto;
}
header a.contact_b {
  display: inline-block;
  border-radius: 9999px;
  padding: 3px 17px 5px 45px;
  border: 2px solid #2a85bd;
  font-size: 1.7rem;
  letter-spacing: -0.05em;
  vertical-align: middle;
  background-image: url(/img/common/contact_icon2.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  color: #2a85bd;
  box-shadow: 2px 2px 2px 0px #d9d9d9;
  background-color: #fff;
  background-size: 140px auto;
  margin-bottom: 2px;
  text-align: center;
  width: 230px;
}
header a.contact_b.contact {
  padding: 3px 27px 5px 50px;
  letter-spacing: 0.5em;
  margin-bottom: 5px;
}
header a.contact_b.visit {
	border: 2px solid #ccaa00;
	color: #ccaa00;
	background-image: url(/img/common/contact_icon3.svg);
}
header nav {
  position: absolute;
  right: 20px;
  top: 105px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  display: inline-block;
}
header nav ul li.resp {
  display: none;
}
header nav ul li.about_li {
  width: 8.8em;
}
header nav ul li.support-disabled_li{
  width: 11em;
}
header nav ul li.about-visit-support_li {
  width: 10em;
}
header nav ul li a {
  padding: 10px;
  display: block;
  letter-spacing: 0em;
  font-weight: 500;
}
/*header nav ul li a.active {
  color: #de8900;
}*/
header nav ul li a.tume {
  letter-spacing: -0.1em;
}
.menu-icon {
  display: none;
}
#menu-toggle {
  display: none;
}
header nav ul > li > input {
  display: none;
}
header nav ul > li > label {
  padding: 10px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

/************************************
　サブメニュー
************************************/
header nav ul > li:hover ul.menu_child {
  opacity: 1;
  visibility: visible;
  margin: 0 0 0 0;
  padding: 2px 15px 5px 15px;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
}
header nav ul.menu_child {
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height .6s, opacity .6s;
  transition: height .6s, opacity .6s;
  width: auto;
  height: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  /*	display: none;  */
}
header nav ul.menu_child > li {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.4);
}
header nav ul.menu_child > li:last-child {
  border-bottom: 1px solid rgba(100, 100, 100, 0);
}
header nav ul.menu_child > li > a {
  padding: 15px 0 15px 0;
  position: relative;
  -webkit-transition: margin .6s, opacity .6s;
  transition: margin .6s, opacity .6s;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav ul li.about_li ul.menu_child {
  width: 14em;
  margin-left: -3em;
}
header nav ul li.support-disabled_li ul.menu_child{
  width: 13em;
	margin-left: -1.5em;
}
header nav ul li.about-visit-support_li ul.menu_child{
  width: 12em;
	margin-left: -1.5em;
}
/* contents
================================================== */
.wrap {
  position: relative;
  min-height: 100%;
}
.contents {
  height: 100%;
  margin: 60px auto 100px auto;
  max-width: 1080px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.7;
}
section {
  padding: 40px 40px;
  background-color: #fff;
  text-align: left;
  border-radius: 16px;
}
.inlin_b {
  display: inline-block;
}


/* side_btn
================================================== */

.side_btn {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 10;
}
.side_btn a {
  display: block;
}
.side_btn a.application-visit {
  margin-bottom: 20px;
}
.side_btn a img {
  width: 151px;
  height: auto;
}
body.top .side_btn, body.contact .side_btn {
  display: none;
}



/* footer
================================================== */
footer {
  width: 100%;
  background: #2a85bd;
  color: #ffffff;
}
.footer {
  max-width: 1080px;
  padding: 60px 20px 0 20px;
  margin: 0 auto;
}
.footer td a {
  color: #ffffff;
  text-align: left;
  display: block;
}
.footer td a:hover {
  cursor: pointer;
	color: #ffdc76;
  transition: 0.2s;
}
.footer td a:visited {
  color: #ffffff;
}
.footer td a:hover {
  cursor: pointer;
	color: #ffdc76;
  transition: 0.2s;
}
.footer td a:active {
  transition: 0.1s;
	color: #ffeebe;
}
.footer td a.active { 
	color: #ffdc76;  
}

footer .sitemap {
  border-bottom: 1px dashed #fff;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
footer .sitemap .box {}
footer .sitemap span {
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: left;
  display: block;
}
footer .sitemap span a {
  color: #fff;
  display: block;
}
footer .sitemap span a.active {
  color: #ffed8f;
}

.footer_info {
  text-align: left;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer_info .map_wrap {
  border-radius: 12px;
  width: calc(100% - 340px);
  overflow: hidden;
}
.footer_logo a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.footer_logo a span.box{
  margin: 6px 0;
  display: block;
}
.footer_logo a .lsize {
  font-size: 1.9rem;
  display: block;
  letter-spacing: 0.06em;
  margin-left: -4px;
  font-weight: 700;
  text-align: left;
}
.footer_logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 90px;
  height: auto;
  margin-right: 16px;
}
.footer_info p {
  text-align: left;
  line-height: 1.6;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin: 12px 0 0 13px;
}
.footer_info table {
  margin: 0 0 20px 13px;
}
.footer_info table td {
  text-align: left;
  line-height: 1.6;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin: 0 0 0 0;
}
footer a.contact_b {
  display: inline-block;
  border-radius: 9999px;
  padding: 10px 50px 13px 65px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-image: url(/img/common/contact_icon.svg);
  background-repeat: no-repeat;
  background-position: left 25px center;
  margin-left: 13px;
  color: #2a85bd;
  box-shadow: 1px 1px 2px 0px #000;
  background-color: #fff;
  background-size: 170px auto;
}
.copyright {
  padding: 60px 0 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
/* pagetop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0px;
  z-index: 10;
}
#page-top:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
#page-top img {
  width: 90px;
  height: auto;
}




/* トップ
================================================== */

.contents.illst {
  width: 100%;
  max-width: 100%;
  padding: 0 0;
  margin: 60px auto 0 auto;
}
body.top .contents.illst section {
  margin: 0 auto;
  max-width: 1040px;
}
body.top .contents.illst section.no01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto 0 auto;
  background-color: transparent;
}
body.top .contents.illst .top_img_01_msk {
  mask-image: url(/img/top_img_msk2.svg);
  mask-position: top center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/img/top_img_msk2.svg);
  -webkit-mask-position: top center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  max-width: 470px;
  aspect-ratio: 1 / 1;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
body.top .contents.illst .top_img_01_msk img {
  object-fit: cover;
  width: 100%;
}
body.top .contents.illst section.no01 p.catch {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 40px auto;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: inline-block;
  width: auto;
}
body.top .contents.illst section.no02 {
  text-align: center;
  margin-bottom: 80px;
	padding: 0 20px;
  background-color: rgba(0,0,0,0);	
}
body.top .contents.illst section.no02 p.copy {
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
body.top .contents.illst section.no02 p.copy .marker {
  font-weight: 700;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: #ffed8f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
body.top .contents.illst section.no02 p.copy br.w750, 
body.top .contents.illst section.no02 p.copy br.w650 {
  display: none;
}
body.top .contents.illst section.no02 a.about_b {
  padding: 10px 30px 13px 60px;
  font-size: 2rem;
  background-position: left 28px center;
  background-size: auto 30px;
  letter-spacing: -0.1em;
}
.button_wrap {
  display: block;
  width: 100%;
}
body.top .contents.illst section.no02 .button_wrap {
  margin: 20px auto 40px auto;
  max-width: 400px;
}
body.top .contents.illst .button_wrap a {
  margin: 0 auto 20px auto;
  border-radius: 9999px;
  display: block;
  padding: 8px 20px 11px 60px;
  font-size: 2.4rem;
  color: #2a85bd;
  font-weight: 500;
  background-position: left 28px center;
  background-size: auto 45px;
  background-repeat: no-repeat;
  border-width: 3px;
  border-style: solid;
  border-color: #2a85bd;
  background-color: #fff;
}
body.top .contents.illst a.about-picorua {
	background-image: url(/img/button_icon_03.svg);
	border-color: #67ba67;
	color: #67ba67;
}
body.top .contents.illst a.what-is-neuroplasticity {
	background-image: url(/img/button_icon_01.svg);
	border-color: #e78a49;
	color: #e78a49;
}
body.top .contents.illst a.what-is-mbl {
	background-image: url(/img/button_icon_08.svg);
	border-color: #aa6fe7;
	color: #aa6fe7;
}
body.top .contents.illst a.daily-flow {
	background-image: url(/img/button_icon_06.svg);
	border-color: #53b1c1;
	color: #53b1c1;
}
body.top .contents.illst a.terms-of-use {
	background-image: url(/img/button_icon_02.svg);
	border-color: #f09181;
	color: #f09181;
}
body.top .contents.illst a.application-visit {
  border: 3px solid #bd9e00;
  color: #bd9e00;
  background-image: url(/img/common/contact_icon3.svg);
  background-size: auto 34px;
  letter-spacing: -0.02em;
}

body.top .contents.illst section.no02 {
  max-width: 860px;
  margin-bottom: 50px;
/*  display: flex;
  flex-wrap: wrap;
	flex-direction: column;
  justify-content: space-evenly;*/
  padding: 40px 20px;
}
body.top .contents.illst section.no02 h2.marker {
  font-size: 3rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #ffed8f;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  width: 100%;
}
body.top .contents.illst section.no02 p.copy {
  width: 100%;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
body.top .contents.illst section.no02 .taisyo {
  max-width: 400px;
  margin: 40px auto 0 auto;
}
body.top .contents.illst section.no02 .taisyo p.copy {
	margin-bottom: 20px;
	padding-right: 40px;
}
body.top .contents.illst section.no02 P.copy {
  font-size: 2.5rem;
  font-weight: 500;
}
body.top .contents.illst section.no02 ul {
  font-size: 2rem;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  padding-left: 1.1em;
}
body.top .contents.illst section.no02 li {
  list-style: disc;
  margin-bottom: 1em;
}
/*　================================================== */
@media only screen and (max-width:750px) {
  body.top .contents.illst section.no02 p.copy br.w750 {
    display: inline-block;
  }
}
/*　================================================== */
@media only screen and (max-width:650px) {
  body.top .contents.illst section.no02 p.copy br.w650 {
    display: inline-block;
  }
  body.top .contents.illst section.no02 p.copy br.w750 {
    display: none;
  }
}
/*　================================================== */
@media only screen and (max-width:460px) {
	
  .contents.illst section.no02 p.copy {
    text-align: left;
  }
  body.top .contents.illst section.no02 p.copy br {
    display: none;
  }
  body.top .contents.illst section.no02 p.copy br.w650 {
    display: none;
  }
  body.top .contents.illst section.no02 p.copy br.w750 {
    display: none;
  }
}



body.top .contents.illst section.no03 {
  max-width: 860px;
  margin-bottom: 50px;
  padding: 20px 20px 100px 20px;
	text-align: center;
	background-color: rgba(0,0,0,0);	
}

.contents.illst section.no03 a.recruit_b {
  background-image: url(/img/top_recruit_icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 150px;
  margin: 0 20px 50px 0;
  display: inline-block;
  width: 200px;
  font-size: 2rem;
  font-weight: 500;
  background-size: auto 108px;
}
body.top .contents.illst section.no03 a.observe_b {
  background-image: url(/img/top_observe_icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 150px;
  margin: 0 20px 50px 0;
  display: inline-block;
  width: 250px;
  font-size: 2rem;
  font-weight: 500;
  background-size: 135px auto;
}
body.top .contents.illst section.no03 p.okigaru {
  font-size: 1.9rem;
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0 15px 0 20px;
  display: inline-block;
}
body.top .contents.illst section.no03 p.okigaru::before, body.top section.no03 p.okigaru::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}
body.top .contents.illst section.no03 p.okigaru::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
body.top .contents.illst section.no03 p.okigaru::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
body.top .contents.illst section.no03 .contact_b {
  display: block;
  border-radius: 9999px;
  padding: 14px 20px 18px 50px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-image: url(/img/common/dongri_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  color: #fff;
  box-shadow: 2px 2px 2px 0px #d9d9d9;
  background-color: #2a85bd;
  background-size: auto 30px;
  max-width: 400px;
}
body.top .contents.illst section.no03 dl {
  margin: 60px auto 0 auto;
  text-align: left;
  display: inline-block;
}
body.top .contents.illst section.no03 dl dt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
body.top .contents.illst section.no03 dl dd {
  font-size: 1.8rem;
}



.contents.illst .illst_box {
  mask-image: url(/img/support_msk_02.svg);
  mask-repeat: no-repeat;
  mask-position: 0 top;
  mask-size: 1920px auto;
  -webkit-mask-image: url("/img/support_msk_02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 1920px auto;
  background-color: #fbf5e9;
  background-image: url(/img/support_terms-of-use_bkg.png);
  background-repeat: no-repeat;
  background-position: center bottom 80px;
  padding: 160px 0 190px 0;
  min-height: 852px;
  position: relative;
}
.contents.illst section.parts {
  position: relative;
}

.contents.illst section.parts img.parts {
  right: -220px;
  bottom: -80px;
  position: absolute;
}



.contents.illst .resp_img {
  display: none;
  background-image: url(/img/support_terms-of-use_inner_resp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 442px;
  width: 100%;
}












.contents.top section.no01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  margin: 0 auto 60px auto;
  background-color: transparent;
}
.contents.top .top_img_01_msk {
  mask-image: url(/img/top_img_msk2.svg);
  mask-position: top center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/img/top_img_msk2.svg);
  -webkit-mask-position: top center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  max-width: 470px;
  aspect-ratio: 1 / 1;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
.contents.top .top_img_01_msk img {
  object-fit: cover;
  width: 100%;
}
.contents.top section.no01 p.catch {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 40px auto;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: inline-block;
  width: auto;
}
.contents.top section.no02 {
  text-align: center;
  margin-bottom: 80px;
}
.contents.top section.no02 p.copy {
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
.contents.top section.no02 p.copy .marker {
  font-weight: 700;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: #ffed8f; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.contents.top section.no02 p.copy .inlin_b  { 
	display: inline; }

.contents.top section.no02 p.copy br.w750, 
.contents.top section.no02 p.copy br.w650 {
  display: none;
}
.contents.top section.no02 a.about_b {
  padding: 10px 30px 13px 60px;
  font-size: 2rem;
  background-position: left 28px center;
  background-size: auto 30px;
  letter-spacing: -0.1em;
}

/*　================================================== */
@media only screen and (max-width:750px) {
  .contents.top section.no02 p.copy br.w750 {
    display: inline-block;
  }
}
/*　================================================== */
@media only screen and (max-width:650px) {
  .contents.top section.no02 p.copy br.w650 {
    display: inline-block;
  }
  .contents.top section.no02 p.copy br.w750 {
    display: none;
  }
}
/*　================================================== */
@media only screen and (max-width:460px) {
  .contents.top section.no02 p.copy {
    text-align: left;
  }
  .contents.top section.no02 p.copy br {
    display: none;
  }
  .contents.top section.no02 p.copy br.w650 {
    display: none;
  }
  .contents.top section.no02 p.copy br.w750 {
    display: none;
  }
}



.contents.top section.no02 a.about_b {
  display: inline-block;
  border-radius: 9999px;
  padding: 10px 50px 13px 90px;
  border: 2px solid #2a85bd;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0em;
  vertical-align: middle;
  background-image: url(/img/common/dongri_b.svg);
  background-repeat: no-repeat;
  background-position: left 52px center;
  margin: 10px auto;
  color: #2a85bd;
  box-shadow: 2px 2px 2px 0px #d9d9d9;
  background-color: #fff;
  background-size: auto 30px;
}
.contents.top section.no04 {
  text-align: center;
  margin: 0 auto 80px auto;
}
.contents.top section.no04 P.copy {
  font-size: 2.5rem;
  font-weight: 500;
}
.contents.top section.no04 ul {
  font-size: 2rem;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.contents.top section.no04 li {
  list-style: disc;
  margin-bottom: 1em;
}
.contents.top section.no03 {
  text-align: center;
}
.contents.top section.no03 a.recruit_b {
  background-image: url(/img/top_recruit_icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 150px;
  margin: 0 20px 50px 0;
  display: inline-block;
  width: 200px;
  font-size: 2rem;
  font-weight: 500;
  background-size: auto 108px;
}
.contents.top section.no03 a.observe_b {
  background-image: url(/img/top_observe_icon.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 150px;
  margin: 0 20px 50px 0;
  display: inline-block;
  width: 250px;
  font-size: 2rem;
  font-weight: 500;
  background-size: 135px auto;
}
.contents.top section.no03 p.okigaru {
  font-size: 1.9rem;
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0 15px 0 20px;
  display: inline-block;
}
.contents.top section.no03 p.okigaru::before, 
.contents.top section.no03 p.okigaru::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}
.contents.top section.no03 p.okigaru::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
.contents.top section.no03 p.okigaru::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
.contents.top section.no03 .contact_b {
  display: inline-block;
  border-radius: 9999px;
  padding: 14px 110px 18px 140px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-image: url(/img/common/dongri_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  color: #fff;
  box-shadow: 2px 2px 2px 0px #d9d9d9;
  background-color: #2a85bd;
  background-size: auto 30px;
}
.contents.top section.no03 dl {
  margin: 60px auto 0 auto;
  text-align: left;
  display: inline-block;
}
.contents.top section.no03 dl dt {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.contents.top section.no03 dl dd {
  font-size: 1.8rem;
}


/* ごあいさつ
================================================== */

body.greeting .contents {
  max-width: 900px;
}
body.greeting .contents p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 1em;
}
body.greeting .contents p.syomei {
  text-align: right;
  display: block;
  margin-right: 10px;
  margin-top: 60px;
}
body.greeting .contents .illust_wrap {
  float: right;
  margin-top: -70px;
}
body.greeting .contents img.illust {
  width: 180px;
  height: auto;
}
body.greeting .contents .syomei img{
  width: 160px;
  height: auto;
  vertical-align: text-bottom;
}
body.greeting .contents p.syomei {
  font-family: "HGS行書体","HG行書体","HGP行書体",cursive,serif;
}
body.greeting .contents .rinen {
  margin: 70px auto 70px auto;
  padding: 30px 40px 20px 40px;
  background-color: #fff3b2;
  border-radius: 16px;
  background-image: url(/img/top_linen_bkg_y.jpg);
  background-repeat: no-repeat;
  background-position: right 30px top;
  background-size: auto 100%;
  position: relative;
}
body.greeting .contents .rinen h3 {
	margin: 0 0 20px 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
body.greeting .contents .rinen p {
  font-size: 1.8rem;
  line-height: 2.2;
}

img.pin_l,img.pin_r {
  width: 30px;
  height: auto;
  position: absolute;
  top: -5px;
  left: 18px;
}
img.pin_r {
  left: auto;
  right: 8px;
}


/* ファーナウ 21について
================================================== */

body.about .contents.illst { 
	max-width: 100%;  
}
body.about .contents.illst section {
  margin: 0 auto 60px auto;
	max-width: 860px;
}
body.about .contents.illst .illst_box {
  position: relative;
  padding: 0 0 0 0;
  min-height: 642px;
  background-image: url(/img/illst_box_bkg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/*body.about .contents { 
	max-width: 900px;  
}*/
body.about .contents h2 {
  letter-spacing: 0.03em;
}
body.about section {
  margin-bottom: 60px;
}
body.about section.no01 .img_box {
  width: auto;
  max-width: 270px;
  max-height: 230px;
  float: right;
  mask-image: url(/img/about_img_msk.svg);
  mask-position: top center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/img/about_img_msk.svg);
  -webkit-mask-position: top center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  margin-top: 20px;
}
body.about section.no01 .img_box img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
body.about dl {
	display: flex;
 flex-wrap: wrap;
}
dl.about01 {
  margin-bottom: 40px;
  max-width: 500px;
}
dl.about01 dt {
  margin: 0 0 0 0;
  width: 7.5em;
  padding: 8px 0 8px 0;
  font-weight: bold;
}
dl.about01 dd {
	width: calc( 100% - 7.5em );
  margin: 0 0 0 0;
  padding: 8px 0 8px 0;
}
dl.about02 {
  margin-top: 30px;
  margin-bottom: 20px;
}
dl.about02 dt {
  margin: 0 0 0 0;
  width: 16em;
  padding: 5px 0 5px 0;
  font-weight: bold;
	line-height: 1.8;
}
dl.about02 dd {
	width: calc( 100% - 16em );
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
	line-height: 1.8;
}

dl.about03 dt {
  margin: 0 0 0 0;
  width: 8em;
  padding: 5px 0 5px 0;
  font-weight: bold;
	line-height: 1.8;
}
dl.about03 dd {
	width: calc( 100% - 8em );
  margin: 0 0 0 0;
  padding: 0 0 0 0;
	line-height: 1.8;
}

dl.about03-1 dt {
  margin: 0 0 0 0;
  width: 8em;
  padding: 5px 0 5px 0;
  font-weight: bold;
	line-height: 1.8;
}
dl.about03-1 dd {
	width: calc( 100% - 8em );
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
	line-height: 1.8;
}


body.about .contents p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 1em;
}
body.about .contents p.syomei {
  text-align: right;
  display: block;
  margin: 30px 10px 40px 0;
}
body.about .contents .illust_wrap {
  float: right;
  margin-top: -70px;
}
body.about .contents img.illust {
  width: 180px;
  height: auto;
}
body.about .contents .syomei img{
  width: 160px;
  height: auto;
  vertical-align: text-bottom;
}
body.about .contents p.syomei {
  font-family: "HGS行書体","HG行書体","HGP行書体",cursive,serif;
}
body.about .contents .rinen {
  margin: 40px auto 120px auto;
  padding: 30px 40px 20px 40px;
  background-color: #fff3b2;
  border-radius: 16px;
  background-image: url(/img/top_linen_bkg_y.jpg);
  background-repeat: no-repeat;
  background-position: right 30px top;
  background-size: auto 100%;
  position: relative;
}
body.about .contents .rinen h3 {
	margin: 0 0 20px 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
body.about .contents .rinen p {
  font-size: 1.8rem;
  line-height: 2.2;
}

img.pin_l,img.pin_r {
  width: 30px;
  height: auto;
  position: absolute;
  top: -5px;
  left: 18px;
}
img.pin_r {
  left: auto;
  right: 8px;
}

/* ピコルアについて
================================================== */

body.about-picorua .contents.illst { 
	max-width: 100%;  
}
body.about-picorua .contents.illst section {
  margin: 0 auto 60px auto;
	max-width: 860px;
}
body.about-picorua .contents.illst .illst_box {
  position: relative;
  padding: 0 0 0 0;
  min-height: 642px;
  background-image: url(/img/illst_box_bkg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/*body.about-picorua .contents {
  max-width: 900px;
}*/
body.about-picorua .contents h3 {
  font-size: 2.6rem;
  margin-bottom: 60px;
}
body.about-picorua .contents p {
  font-size: 1.9rem;
  line-height: 2;
}
body.about-picorua .contents .img_wrap {
  mask-image: url(/img/top_img_msk3.svg);
  mask-position: top center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/img/top_img_msk3.svg);
  -webkit-mask-position: top center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  margin: 60px auto 30px auto;
  vertical-align: middle;
  width: 100%;
}
body.about-picorua .contents .img_wrap img {
  object-fit: cover;
  max-width: 400px;
  width: 100%;
}


/* 支援のお願い
================================================== */
body.support-request .contents {
  max-width: 900px;
  position: relative;
}
body.support-request .contents section {
  clear: both;
  min-height: 700px;
}
body.support-request .contents h3 {
  font-size: 2.6rem;
}
body.support-request .contents p.txt {
  font-size: 1.9rem;
  margin-bottom: 80px;
  line-height: 1.8;
}

body.support-request .contents dl {
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
}
body.support-request .contents dl dt {
  width: 6em;
  margin-bottom: 15px;
  font-weight: 700;
}
body.support-request .contents dl dd {
  width: calc(100% - 6em);
  margin-bottom: 15px;
}
body.support-request .contents .illust_wrap {
  max-width: 160px;
  margin: 0 0 0 0;
  text-align: center;
  position: absolute;
  top: 380px;
  right: 80px;
}
body.support-request .contents img.illust {
  width: 100%;
  margin: 0 auto;
  height: auto;
}


/* 障害者支援について
================================================== */
body.support-disabled{
  background-color: #fbf5e9;
  background-image: none;
}
body.support-disabled .contents {
  padding: 0 0;
  max-width: 100%;
}
body.support-disabled h2 {
  margin: 30px auto 20px auto;
  font-size: 4rem;
  text-align: left;
  padding: 0 20px;
  max-width: 960px;
}
body.support-disabled section {
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  max-width: 1920px;
  position: relative;
}
body.support-disabled section .inner {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
body.support-disabled section .inner img.parts { 
	position: absolute;  
}
body.support-disabled section .white {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  position: relative;
}
body.support-disabled section .white p { 
	line-height: 1.9;  
}
body.support-disabled .contents h3 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  height: 97px;
  padding-top: 17px;
	font-size: 3.5rem;
}


/* 1番目のセクション
================= */
body.support-disabled #what-is-neuroplasticity {
  background-color: #fbf5e9;
/*
	background-image: url(/img/support_what-is-neuroplasticity_bkg.png);
  background-repeat: no-repeat;
	background-position: center bottom;
	*/
  padding: 50px 0 50px 0;
/*  min-height: 633px;*/
}


body.support-disabled #what-is-neuroplasticity .inner,
body.support-disabled #what-is-mbl .inner{
  /* border-image を適用するための基本的な border 設定 */
  border-style: solid;
  /* (1) 枠線の太さ（画像の slice 幅と合わせるのが一般的） */
  border-width: 20px;
  /* (2) ボーダー画像の指定 */
  border-image-source: url('/img/kadomaru_bkg.png');
  /* (3) 画像を9分割するスライス位置（上下、左右、上下、左右）*/
  /* 画像の枠線の太さや角のサイズに合わせて調整 */
  /* fill をつけると中央部分も画像で塗りつぶす（今回は不要かも） */
  border-image-slice: 20; /* 上下左右すべて20pxでスライス */
  /* (4) 辺部分の描画方法 */
  /* stretch: 引き伸ばす / repeat: 繰り返す / round: きれいに繰り返す */
  /* ノイズのパターンによって最適なものが変わる可能性あり */
  border-image-repeat: stretch;
  /* (5) コンテンツのための内側の余白 (border-widthと合わせると自然) */
  width: 100%; /* 幅を可変にする */
  min-height: 100px;
  margin: 0 auto;
  box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
  padding: 0 0;
  text-align: center;
	max-width: 960px;
}

body.support-disabled #what-is-neuroplasticity .inner .inlin_b {
  margin: 20px auto;
  max-width: 610px;
  text-align: left;
}
body.support-disabled .contents #what-is-neuroplasticity h3 {
  background-image: url(/img/support_what-is-neuroplasticity_h3.png);
  padding-top: 13px;
  line-height: 1;
}
body.support-disabled .contents #what-is-neuroplasticity h3 .rubi {
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  display: block;
  line-height: 1.3;
  padding-right: 6em;
  font-weight: normal;
}
body.support-disabled .contents #what-is-neuroplasticity h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
body.support-disabled .contents #what-is-neuroplasticity h5 {
	font-size: 2rem;
}
body.support-disabled .contents #what-is-neuroplasticity h6 {
	font-size: 1.8rem;
}
body.support-disabled #what-is-neuroplasticity .inner .zu {
  background-image: url(/img/support-disabled_what-is-neuroplasticity_zu.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 390px;
  height: 260px;
  margin: 20px auto;
  background-size: 360px auto;
  padding: 0 30px 0 0;
  position: relative;
}
body.support-disabled #what-is-neuroplasticity .inner .zu ul {
  text-align: center;
  display: block;
  padding-right: 80px;
}
body.support-disabled #what-is-neuroplasticity .inner .zu ul li {
  margin: 0 auto;
  display: block;
  padding-top: 26px;
  font-weight: bold;
  font-size: 1.8rem;
}
body.support-disabled #what-is-neuroplasticity .inner .zu .right{
  position: absolute;
  right: 0px;
  top: 80px;
  font-weight: bold;
	font-size: 1.8rem;
}

body.support-disabled #what-is-neuroplasticity .inner img.parts {
  right: -45px;
  bottom: -80px;
}
body.support-disabled #what-is-neuroplasticity .resp_img {
  display: none;
  background-image: url(/img/support_what-is-neuroplasticity_inner_resp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 259px;
}



/* 2番目のセクション
================= */

body.support-disabled #what-is-mbl {
  background-color: #fbf5e9;
  background-image: url(/img/support_what-is-neuroplasticity_bkg.png);
  background-repeat: no-repeat;
  padding: 50px 0 100px 0;
  background-position: center bottom;
  min-height: 633px;
}
body.support-disabled #what-is-mbl .white {
  padding: 20px 20px 40px 20px;
}
body.support-disabled #what-is-mbl .white .inlin_b {
	margin: 20px auto;
  max-width: 610px;
  text-align: left;
}
body.support-disabled .contents #what-is-mbl h3 {
  background-image: url(/img/support_what-is-mbl_h3.png);
}
body.support-disabled .contents #what-is-mbl p {
  margin: 30px auto 30px auto;
  max-width: 600px;
}
body.support-disabled #what-is-mbl .inner img.parts {
  right: -45px;
  bottom: -80px;
}


/* 3番目のセクション
================= */
body.support-disabled #time-schedule {
  background-image: url(/img/support_daily-flow_bkg.png);
  background-repeat: repeat;
  mask-image: url(/img/support_msk_01.svg);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 1920px auto;
  -webkit-mask-image: url("/img/support_msk_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 1920px auto;
  padding: 150px 0 100px;
  margin-top: -90px;
  background-color: #fff;
}
body.support-disabled #time-schedule .inner {
  padding: 0 20px;
  max-width: 820px;
  text-align: center;
}
body.support-disabled #time-schedule .inner .inlin_b {
	margin: 20px auto;
  width: 610px;
  text-align: left;
}
body.support-disabled .contents #time-schedule h3 { 
	background-image: url(/img/support_daily-flow_h3.png);  
}
body.support-disabled .contents #time-schedule h4 {
  font-weight: 700;
  font-size: 3rem;
  padding-left: 50px;
  margin-bottom: 10px;
/*  letter-spacing: 0.3em;*/
}
body.support-disabled .contents #time-schedule h4.no01 {
  background-image: url(/img/support_daily-flow_h4_no01.png);
  background-repeat: no-repeat;
  background-position: left center;
}
body.support-disabled .contents #time-schedule h4.no02 {
	background-image: url(/img/support_daily-flow_h4_no02.png);
  background-repeat: no-repeat;
  background-position: left center;
	margin-top: 30px;
}

body.support-disabled .contents #time-schedule table {
  border: 1px solid #ccc;
  width: 100%;
}
body.support-disabled .contents #time-schedule table th,
body.support-disabled .contents #time-schedule table td{
  padding: 5px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
body.support-disabled .contents #time-schedule table td br.resp { 
	display: none; 	
}

/* 4番目のセクション
================= */
body.support-disabled #terms-of-use {
  mask-image: url(/img/support_msk_02.svg);
  mask-repeat: no-repeat;
  mask-position: 0 top;
  mask-size: 1920px auto;
  -webkit-mask-image: url("/img/support_msk_02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 1920px auto;
  background-color: #fbf5e9;
  background-image: url(/img/support_terms-of-use_bkg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 120px 20px 100px 20px;
  margin-top: -90px;
  min-height: 852px;
}
body.support-disabled #terms-of-use .inner {
  /* border-image を適用するための基本的な border 設定 */
  border-style: solid;
  /* (1) 枠線の太さ（画像の slice 幅と合わせるのが一般的） */
  border-width: 20px;
  /* (2) ボーダー画像の指定 */
  border-image-source: url('/img/kadomaru_bkg.png');
  /* (3) 画像を9分割するスライス位置（上下、左右、上下、左右）*/
  /* 画像の枠線の太さや角のサイズに合わせて調整 */
  /* fill をつけると中央部分も画像で塗りつぶす（今回は不要かも） */
  border-image-slice: 20; /* 上下左右すべて20pxでスライス */
  /* (4) 辺部分の描画方法 */
  /* stretch: 引き伸ばす / repeat: 繰り返す / round: きれいに繰り返す */
  /* ノイズのパターンによって最適なものが変わる可能性あり */
  border-image-repeat: stretch;
  /* (5) コンテンツのための内側の余白 (border-widthと合わせると自然) */
  width: 100%; /* 幅を可変にする */
  margin: 0 auto;
  box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
  text-align: center;
  max-width: 840px;
}
body.support-disabled #terms-of-use .white{
	min-height: 540px;
	}
body.support-disabled #terms-of-use .white .inlin_b {
	margin: 20px auto;
  max-width: 610px;
  text-align: left;
}
body.support-disabled .contents #terms-of-use h3 { 
	background-image: url(/img/support_terms-of-use_h3.png);  
}
body.support-disabled .contents #terms-of-use .h3_sub {
  font-size: 2.2rem;
  line-height: 1;
}
body.support-disabled .contents #terms-of-use h4,
body.support-disabled .contents #terms-of-use span.no05{
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 28px;
  background-size: 22px 22px;
}
body.support-disabled .contents #terms-of-use span.no05{
  padding: 2px 0 2px 28px;
}
body.support-disabled .contents #terms-of-use h4.no01 { 
	background-image: url(/img/support_terms-of-use_icon01.png); 	
}
body.support-disabled .contents #terms-of-use h4.no02 { 
	background-image: url(/img/support_terms-of-use_icon02.png); 	
}
body.support-disabled .contents #terms-of-use h4.no03 { 
	background-image: url(/img/support_terms-of-use_icon03.png); 	
}
body.support-disabled .contents #terms-of-use h4.no04 { 
	background-image: url(/img/support_terms-of-use_icon04.png); 	
}
body.support-disabled .contents #terms-of-use span.no05 {
  background-image: url(/img/support_terms-of-use_icon05.png);
  display: block;
}
body.support-disabled .contents #terms-of-use p.yazi {
  margin-top: -10px;
  margin-bottom: 5px;
}
body.support-disabled #terms-of-use .inner img.parts.left {
  left: -80px;
  bottom: 200px;
}
body.support-disabled #terms-of-use .inner img.parts.right {
  right: -10px;
  top: -40px;
}
body.support-disabled #terms-of-use .inner img.parts.kuma {
  right: -230px;
  bottom: 0px;
}
body.support-disabled #terms-of-use .resp_img {
  display: none;
  background-image: url(/img/support_terms-of-use_inner_resp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 442px;
  width: 100%;
}
body.support-disabled #terms-of-use .inner .unit {
  padding-bottom: 50px;
  display: block;
  background-image: url(/img/support_terms-of-use_yazi.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
}
body.support-disabled #terms-of-use .inner .big {
  font-size: 2.6rem;
  display: block;
  font-weight: 700;
  line-height: 1.4;
}



/* サポートスタッフ
================================================== */
body.support-staff .contents {
  max-width: 900px;
}
body.support-staff .contents section {
  min-height: 700px;
}
body.support-staff .contents dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 2;
}
body.support-staff .contents dl dt {
  width: 7em;
  margin-bottom: 60px;
  font-weight: 700;
}
body.support-staff .contents dl dd {
  width: calc(100% - 7em);
  margin-bottom: 60px;
}
body.support-staff .contents img.link_icon {
  width: 24px;
  vertical-align: text-bottom;
}
body.support-staff .contents img.instagram_icon {
  width: 28px;
  vertical-align: text-bottom;
}
body.support-staff .contents img.note_logo {
  width: 70px;
  vertical-align: middle;
}

/* アクセス
================================================== */
body.access .contents .map_wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 450px;
}
body.access .contents dl dt {
  font-weight: 500;
  font-size: 1.8rem;
}
body.access .contents p {
  margin-bottom: 0;
}
body.access .contents .park {
  padding: 10px 0 10px 35px;
  display: inline-block;
  background-image: url(/img/park_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px auto;
  margin-bottom: 10px;
  line-height: 1;
}

/* お問合せ
================================================== */
body.contact .subcopy, body.contact #formWrap {
  margin-bottom: 40px;
}
body.contact h3 {
 margin: 10px 0 10px 0;
 font-size: 2.4rem;
}
dl.contact {
  display: flex;
  flex-wrap: wrap;
}
dl.contact dt {
  margin: 0 0 0 0;
  width: 9em;
  padding: 10px 0 8px 0;
  font-weight: bold;
}
dl.contact dd {
  margin: 0 0 1.2em 0;
  padding: 8px 0 8px 0;
  width: calc(100% - 9em);
}
dl.contact dd label {
  margin: 0 0 10px 0;
  display: block;
  padding-left: 2em;
  text-indent: -2em;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
dl.contact.application-visit dt {
  margin: 0 0 0 0;
  width: 11em;
  padding: 10px 0 8px 0;
  font-weight: bold;
}
dl.contact.application-visit dd {
  margin: 0 0 1.2em 0;
  padding: 8px 0 8px 0;
  width: calc(100% - 11em);
}
dl.contact.application-visit dd label {
  margin: 5px 20px 10px 0;
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}

dl.contact dd label input {
  margin: 0 8px 3px 0;
}
dl.contact.kakunin {
  margin: 0 0 3em 0;
  border-top: 1px solid #aaa;
}
dl.contact.kakunin dt {
  width: 9em;
  margin: 0 0 0 0;
  padding: 1.4em 0 1.5em 0;
  min-height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #aaa;
}
dl.contact.kakunin dd {
  margin: 0 0 0 0;
  padding: 1.4em 0 1.5em 0;
  width: calc(100% - 9em);
  border-bottom: 1px solid #aaa;
  min-height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.contact.kakunin.application-visit dt {
  width: 11em;
}
dl.contact.kakunin.application-visit dd {
  width: calc(100% - 11em);
}
dl.contact.kakunin dt:last-of-type, dl.contact.kakunin dd:last-of-type {
  display: none;
}
.kome {
  color: #F30;
  margin: 0 0 0 5px;
  display: inline-block;
}
.m_form {
  font-size: 1.6rem;
  height: 2.4em;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #aaa inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_form:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.m_form.text {
  height: 2.4em;
  width: 70%;
  min-width: 20em;
}
.m_form.text_area {
  height: 10em;
  width: 100%;
}
.submit_button {
  display: inline-block;
  padding: 12px 40px;
  height: auto;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  background: #60bbfb;
  border: 2px solid #fff;
  border-radius: 12px;
}
.submit_button:disabled {
  opacity: 0.2;
}
.submit_button:enabled:hover {
  background-color: #25a5ff;
}
.submit_button:enabled:active {
  background-color: #1e8fdf;
}
.submit_button.modoru {
  background: #888888;
}
.submit_button.modoru:enabled:hover {
  background-color: #777777;
}
.submit_button.modoru:enabled:active {
  background-color: #666666;
}


body.contact.error .wide_box, body.contact.thanks .wide_box {
  text-align: center;
  min-height: 260px;
}
body.contact.error .wide_box p, body.contact.thanks .wide_box p {
  text-align: left;
  margin: 0 auto 60px auto;
  display: inline-block;
}
body.contact.error .submit_button {
  margin: 0 auto;
}
/* 採用情報
================================================== */
body.recruit .contents {
  max-width: 900px;
}
body.recruit .contents ul {
  margin-bottom: 20px;
}
body.recruit a.telno {
  font-size: 3.2rem;
}
body.recruit a.telno .ssize {
  font-size: 2rem;
  margin-right: 5px;
}
body.recruit ul li.mail {
  font-size: 2.5rem;
}
body.recruit section .contact_b {
  display: inline-block;
  border-radius: 9999px;
  padding: 8px 35px 11px 70px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-image: url(/img/common/dongri_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px auto 0;
  color: #fff;
  box-shadow: 2px 2px 2px 0px #d9d9d9;
  background-color: #2a85bd;
  background-size: auto 30px;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*　後でオープンするページのリンクを無効に
================================================== */
a.no_link {
  pointer-events: none;
  cursor: default;
}
/*　1160px以下
================================================== */
@media only screen and (max-width:1160px) {
  .side_btn a img {
    width: 100px;
    height: auto;
  }
  .side_btn a.application-visit {
    margin-bottom: 10px;
  }
  body.support-disabled .contents {
    margin: 60px auto 0 auto;
  }
  body.support-disabled #what-is-neuroplasticity {
    padding: 50px 0 100px 0;
    margin-bottom: 50px;
  }
  body.support-disabled #time-schedule {
    mask-image: none;
    -webkit-mask-image: none;
    padding: 100px 0 100px;
    margin-top: 0;
  }
  body.support-disabled #terms-of-use {
    /*  mask-image: none;
  -webkit-mask-image: none;*/
    padding: 120px 0 442px 0;
    margin-top: -90px;
    margin-bottom: 0px;
  }
  body.support-disabled #what-is-neuroplasticity, body.support-disabled #terms-of-use {
    background-image: none;
  }
  body.support-disabled #what-is-neuroplasticity .inner img.parts, body.support-disabled #terms-of-use .inner img.parts {
    display: none;
  }
  body.support-disabled #terms-of-use .inner img.parts.left {
    left: -50px;
    bottom: 200px;
    display: block;
    height: 238px;
    width: auto;
  }
  body.support-disabled #terms-of-use .inner img.parts.right {
    right: 10px;
    top: -40px;
    display: block;
    height: 187px;
    width: auto;
  }
  body.support-disabled #what-is-neuroplasticity .resp_img {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 5
  }
  body.support-disabled #terms-of-use .resp_img {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .contents.illst .illst_box {
    padding: 160px 20px 480px 20px;
    background-image: none;
  }
  .contents.illst .illst_box .resp_img {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .contents.illst section.parts img.parts {
    display: none;
  }
  body.top .contents.illst section.no03.parts {
    margin-bottom: 0px;
  }
  body.about .contents.illst .illst_box, body.about-picorua .contents.illst .illst_box {
    min-height: 600px;
    background-image: url(/img/support_terms-of-use_inner_resp.png);
    background-position: center bottom 30px;
  }
}


/*　1060px以下
================================================== */
@media only screen and (max-width:1060px) {
  section {
    padding: 40px 20px;
  }
  .contents.illst section.no01 {
    flex-direction: column;
  }
  .contents.illst .top_img_01_msk {
    max-width: 470px;
    margin-right: 0;
    width: 100%;
  }
  .contents.illst section.no01 p.catch {
    text-align: center;
    margin: 30px auto 40px auto;
  }
  .contents.top section.no01 {
    flex-direction: column;
  }
  .contents.top .top_img_01_msk {
    max-width: 470px;
    margin-right: 0;
    width: 100%;
  }
  .contents.top section.no01 p.catch {
    text-align: center;
    margin: 30px auto 40px auto;
  }
  body.top section.no01 {
    flex-direction: column;
  }
  body.top .top_img_01_msk {
    max-width: 470px;
    margin-right: 0;
    width: 100%;
  }
  body.top section.no01 p.catch {
    text-align: center;
    margin: 30px auto 40px auto;
  }
  body.top .contents.illst .top_img_01_msk {
    margin: 0 0 40px 0;
  }
}
	
/*　980px以下
================================================== */
@media only screen and (max-width:980px) {
  footer .sitemap span.no01 {
    padding-left: 10px;
    width: 17%;
  }
  footer .sitemap span.no02 {
    width: 32%;
  }
  footer .sitemap span.no03 {
    width: 27%;
  }
  footer .sitemap span.no04 {
    width: 14%;
  }
  footer .sitemap span.no05 {
    width: 10%;
  }
}

/*　940px以下
================================================== */
@media only screen and (max-width:940px) {
  header {
    padding: 10px 0 10px 0;
  }
  /*  header h1 img {
    width: 90px;
    margin: 0 20px 0 0;
  }
  header h1 a.h1_txt {
    font-size: 1.5rem;
  }
  header h1 a .lsize {
    font-size: 2rem;
  }*/
  header .top_b {
    display: none;
  }
  .hamburger-menu {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  pointer-events: none;
  overflow-x: hidden;
  width: 100vw;
  }
	
	#menu-toggle:checked ~ .menu {
  pointer-events: auto;
}
	
/*	.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999;
}
#menu-toggle:checked ~ .menu {
  pointer-events: auto;
}
	
	*/
  .menu-icon {
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 22px;
    z-index: 100;
			pointer-events: auto;
  }
  .menu-icon div.open, .menu-icon div.close {
    color: #2a85bd;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  .menu-icon div.open {
    display: block;
    letter-spacing: 0.2em;
  }
  .menu-icon div.close {
    display: none;
    letter-spacing: 0.05em;
  }
  .menu-icon span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background-color: #473e37;
    transition: transform 0.3s ease-in-out;
  }
  .menu-icon span:nth-child(3) {
    top: 20px;
  }
  .menu-icon span:nth-child(4) {
    top: 33px;
  }
  .menu-icon span:nth-child(5) {
    top: 46px;
  }
  #menu-toggle:checked + .menu-icon div.open {
    display: none;
  }
  #menu-toggle:checked + .menu-icon div.close {
    display: block;
  }
  #menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: translateY(13px) rotate(45deg);
  }
  #menu-toggle:checked + .menu-icon span:nth-child(4) {
    opacity: 0;
  }
  #menu-toggle:checked + .menu-icon span:nth-child(5) {
    transform: translateY(-13px) rotate(-45deg);
  }
  .menu {
    position: relative;
    top: -20px;
     right: -100vw; /* ← これで完全に画面外へ */
    width: 320px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 50;
  }
  #menu-toggle:checked ~ .menu {
    right: 0; /* チェックが入ったら画面内に移動 */
    display: inline-block;
    width: 320px;
  }
	
  header nav ul li.resp {
    display: block;
  }
  header nav ul {
    list-style: none;
    padding: 130px 30px 40px 0;
    margin: 0;
    flex-direction: column;
  }
  header nav ul li {
    display: block;
    padding: 5px 0;
    text-align: right;
  }
  header nav ul li.contact {
    padding: 15px 0 10px 0;
  }
  header nav ul li.about_li {
    width: 100%;
  }
  header nav ul li.support-request_li {
    width: 100%;
  }
  header nav ul li.support-disabled_li {
    width: 100%;
  }
  header nav ul li.about-visit-support_li {
    width: 100%;
  }
  header nav ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-size: 1.9rem;
  }
  header nav ul > li > label {
    color: #333;
    padding: 10px;
    font-size: 1.9rem;
    text-align: right;
    font-weight: 500;
  }
  header nav ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-size: 1.9rem;
  }
  header nav ul.menu_child {
    padding: 2px 15px 10px 15px;
    border: 0px solid #fff;
    font-size: 1.7rem;
  }
  header nav ul.menu_child > li {
    border-bottom: 0px solid #fff;
  }
  header nav ul.menu_child > li > a {
    font-size: 1.7rem;
    font-weight: normal;
    padding: 5px 0 5px 0;
  }
  header nav ul li.about_li ul.menu_child {
    width: 100%;
    margin-left: 0;
    text-align: right;
  }
  header nav ul li.support-disabled_li ul.menu_child {
    width: 100%;
    text-align: right;
  }
  header nav ul li.about-visit-support_li ul.menu_child {
    width: 100%;
    text-align: right;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 8;
  }
  #menu-toggle:checked ~ .menu-overlay {
    display: block;
  }
  #menu-toggle {
    display: none; /* チェックボックスを非表示にする */
  }
  .side_btn {
    bottom: 30%;
    top: auto;
  }
  .side_btn a img {
    width: 80px;
    height: auto;
  }
  .side_btn a.application-visit {
    margin-bottom: 10px;
  }
  footer .sitemap {
    display: none;
  }
  body.support-disabled #what-is-mbl .inner img.parts {
    display: none;
  }
}

/*　860px以下
================================================== */
@media only screen and (max-width:860px) {
  .footer_info .map_wrap {
    width: calc(100% - 300px);
  }
  body.about section.no01 .inner {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  body.about section.no01 .img_box {
    margin: 20px auto 0 auto;
    float: none;
  }
  .m_form.text {
    width: 100%;
  }
  body.support-request .contents .illust_wrap {
    right: 40px;
  }
  body.support-disabled #terms-of-use .inner img.parts.left, body.support-disabled #terms-of-use .inner img.parts.right {
    display: none;
  }
}
/*　840px以下
================================================== */
@media only screen and (max-width:840px) {
  header {
    padding: 10px 0 15px 0;
  }
  header h1 {
    padding-top: 5px;
  }
  header h1 img {
    width: 77px;
    margin: 0 20px 0 0;
  }
  header .pikorua {
    width: 220px;
    top: 8px;
    /* right: 120px;
  left: auto;
  margin: 0 0;*/
  }
	body.support-disabled #what-is-neuroplasticity, body.support-disabled #what-is-mbl, body.support-disabled #terms-of-use {
  width: 100%;
  overflow-x: hidden;
  }
	
  body.support-disabled #what-is-neuroplasticity .inner, body.support-disabled #what-is-mbl .inner, body.support-disabled #terms-of-use .inner {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  body.support-disabled section .white {
    padding: 20px 40px;
  }
  body.support-disabled #what-is-neuroplasticity .white p {
    text-align: left;
  }
  body.support-disabled #what-is-neuroplasticity .white p br.resp_840 {
    display: none;
  }
}

/*　760px以下
================================================== */
@media only screen and (max-width:760px) {
  header h1 a.h1_txt {
    display: none;
  }
  body.support-request .contents .illust_wrap {
    max-width: 160px;
    margin: 40px auto 0 auto;
    position: relative;
    top: auto;
    right: auto;
  }
  body.support-disabled #what-is-neuroplasticity {
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
  body.support-disabled #time-schedule {
    padding-bottom: 140px;
  }
  body.support-disabled #what-is-neuroplasticity .resp_img {
    background-size: 812px auto;
    height: 182px;
    bottom: -70px;
  }
  body.support-disabled #terms-of-use {
    padding: 120px 0 310px 0;
  }
  body.support-disabled #terms-of-use .resp_img {
    height: 310px;
    background-size: 812px auto;
  }
  body.top .contents.illst section.no03 .contact_b .contents.illst .resp_img {
    height: 310px;
    background-size: 812px auto;
  }
}
/*　700px以下
================================================== */
@media only screen and (max-width:700px) {
  .footer_info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer .info_wrap {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer_logo {
    display: flex;
  }
  .footer_logo a {
    margin: 0 auto;
  }
  .footer_logo a .lsize {
    text-align: left;
  }
  .footer_info p {
    text-align: center;
    margin: 12px auto 0 auto;
  }
  .footer_info .map_wrap {
    width: calc(100%);
  }
  .footer_info table {
    margin: 0 auto 20px auto;
  }
  dl.about02 dt {
    float: none;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
  }
  dl.about02 dd {
  padding: 5px 0 5px 0;
  width: 100%;
  }
  dl.contact dt {
    float: none;
    width: 100%;
    padding: 10px 0 0 0;
  }
  dl.contact dd {
    margin: 0 0 1em 0;
    padding: 8px 0 0 0;
    width: 100%;
  }
  dl.contact.kakunin dt {
    margin: 0 0 0 0;
    padding: 1.4em 0 0 0;
    min-height: 30px;
    width: 100%;
  }
  dl.contact.kakunin dd {
    margin: 0 0 0 0;
    padding: 0.5em 0 1.5em 0;
    border-bottom: 1px solid #aaa;
    min-height: 30px;
    width: 100%;
  }
  dl.contact.application-visit dt {
    width: 100%;
    padding: 10px 0 5px 0;
  }
  dl.contact.application-visit dd {
    width: 100%;
    margin: 0 0 0.8em 0;
  }
  dl.contact.kakunin.application-visit dt {
    width: 100%;
  }
  dl.contact.kakunin.application-visit dd {
    width: 100%;
  }
		body.about .contents.illst .illst_box,
	body.about-picorua .contents.illst .illst_box{
  min-height: 420px;
  background-image: url(/img/support_terms-of-use_inner_resp.png);
  background-position: center bottom 40px;
  background-size: 740px auto;
}
}
	/*　660px以下
================================================== */
	@media only screen and (max-width:660px) {
	  body.greeting .contents .illust_wrap {
	    float: none;
	    margin-top: -80px;
	    text-align: right;
	  }
	  body.greeting .contents h2 {
	    margin: 0 0 90px 0;
	  }
	  body.greeting .contents .rinen {
	    padding: 20px 30px 10px 30px;
	  }
	  body.support-disabled section .white {
	    padding: 20px 20px;
	  }
	  body.support-disabled #time-schedule .inner {
	    padding: 0 20px;
	  }
	  body.top .contents.illst section.no02 p.copy {
	    text-align: left;
	  }
	  body.top .contents.illst section.no02 p.copy .inlin_b {
	    display: inline;
	  }
	  body.support-disabled #time-schedule .inner .inlin_b {
	    width: 100%;
	  }
	}

	/*　540px以下
================================================== */
@media only screen and (max-width:540px) {
body.about .contents h2 {
  font-size: 3.5rem;
  letter-spacing: 0.01em;
}
body.support-disabled .contents #time-schedule table td br.resp {
  display: inline-block;
}
body.support-disabled .contents #time-schedule .scroll {
  overflow-x: scroll;
}
body.support-disabled .contents #time-schedule table {
  width: 480px;
}
/*	body.support-disabled .contents #time-schedule table {
    width: 500px;
}*/
}

	/*　500px以下
================================================== */
	@media only screen and (max-width:500px) {
	  .menu-icon {
	    right: 30px;
	  }
	  .contents {
	    padding: 0 0;
	  }
	  dl.about01 dt {
	    float: none;
	    margin: 0 0 0 0;
	    width: 8em;
	    padding: 8px 0 8px 0;
	    font-weight: bold;
	  }
	  dl.about01 dd {
	    margin: 0 0 10px 1em;
	    padding: 0 0 8px 0;
	    width: 100%;
	  }
	  dl.about02 dd {
	    padding: 5px 0 5px 1em;
	    width: 100%;
	  }
	  dl.about03 dt {
	    width: 100%;
	  }
	  dl.about03 dd {
	    width: calc(100%);
	  }
	  dl.about03-1 dt {
	    margin: 0 0 0 1em;
	    width: 8em;
	    padding: 5px 0 5px 0;
	  }
	  dl.about03-1 dd {
	    width: calc(100%);
	    margin: 0 0 0 2em;
	    padding: 5px 0 5px 0;
	  }
	  body.support-disabled .contents h3 {
	    height: 78px;
	    padding-top: 13px;
	    font-size: 3rem;
	    background-size: 335px auto;
	  }
	  body.support-disabled #terms-of-use .white {
	    padding: 20px 20px;
	  }
	  body.support-disabled #terms-of-use .inner .unit {
	    text-align: left;
	  }
	  body.support-disabled #terms-of-use .inner .unit, bif {
	    text-align: center;
	  }
	  body.support-disabled #terms-of-use .inner .unit br {
	    display: none;
	  }
	}
/*　460px以下
================================================== */
@media only screen and (max-width:460px) {
  h2 {
    font-size: 3.5rem;
  }
	header .header {
    padding: 0 10px;
}
  header h1 {
    width: auto;
  }
  .menu-icon {
    right: 20px;
    top: 16px;
  }
/*	header h1 img {
    width: 80px;
    margin: 0 20px 0 0;
  }
	header h1 a.h1_txt {
    font-size: 1.5rem;
  }
  header h1 a .lsize {
    font-size: 2rem;
  }*/
		header h1 img {
    width: 70px;
    margin: 0 20px 0 0;
}
	.pikorua .l {
  font-size: 2.8rem;
}
	
/*  .menu {
    top: -20px;
    right: -320px;
    width: 320px;
  }*/
  header nav ul {
    padding: 110px 20px 20px 0;
    margin: 0;
  }
  header nav ul li {
    padding: 2px 0;
  }
	
		  .contents.illst section.no02 a.about_b {
    padding: 10px 30px 13px 60px;
    font-size: 2rem;
    background-position: left 28px center;
    background-size: auto 30px;
    letter-spacing: -0.1em;
  }
  .contents.illst section.no03 .contact_b {
    padding: 10px 70px 13px 100px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    background-position: left 60px center;
    background-size: auto 30px;
  }
  .contents.illst section.no03 p.okigaru {
    font-size: 1.8rem;
    padding: 0 10px 0 15px;
    letter-spacing: 0em;
  }
	
	  .contents.top section.no02 a.about_b {
    padding: 10px 30px 13px 60px;
    font-size: 2rem;
    background-position: left 28px center;
    background-size: auto 30px;
    letter-spacing: -0.1em;
  }
  .contents.top section.no03 .contact_b {
    padding: 10px 70px 13px 100px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    background-position: left 60px center;
    background-size: auto 30px;
  }
  .contents.top section.no03 p.okigaru {
    font-size: 1.8rem;
    padding: 0 10px 0 15px;
    letter-spacing: 0em;
  }
		.contents.illst .illst_box {
  padding: 160px 20px 270px 20px;
	}
  .contents.illst .resp_img {
    height: 221px;
    background-size: 580px auto;
  }
	body.top .contents.illst section.no03 {
		padding: 30px 20px;
	}
	
	
  body.top section.no02 a.about_b {
    padding: 10px 30px 13px 60px;
    font-size: 2rem;
    background-position: left 28px center;
    background-size: auto 30px;
    letter-spacing: -0.1em;
  }
  body.top section.no03 .contact_b {
    padding: 10px 70px 13px 100px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    background-position: left 60px center;
    background-size: auto 30px;
  }
  body.top section.no03 p.okigaru {
    font-size: 1.8rem;
    padding: 0 10px 0 15px;
    letter-spacing: 0em;
  }
  body.greeting .contents .rinen {
    padding: 10px 20px 10px 20px;
  }
  body.support-disabled h2 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
  }
  body.support-disabled #time-schedule {
    padding-bottom: 140px;
  }
  body.support-disabled #what-is-neuroplasticity {
    padding-bottom: 10px;
  }
  body.support-disabled #what-is-neuroplasticity .resp_img {
    background-size: 580px auto;
    height: 129px;
    bottom: -70px;
  }
  body.support-disabled #terms-of-use {
    padding: 120px 0 240px 0;
  }
  body.support-disabled #terms-of-use .resp_img {
    height: 221px;
    background-size: 580px auto;
  }
/*  body.support-disabled .contents #daily-flow dl.no01 dd .box {
    display: block;
    margin-left: -112px;
    padding-top: 10px;
  }
  body.support-disabled .contents #daily-flow dl.no02 dt {
    margin: 10px 12px 0 0;
    width: 28px;
    height: 28px;
  }
  body.support-disabled .contents #daily-flow dl.no02 dd {
    margin: 0 0 0 0;
    width: calc(100%);
  }
  body.support-disabled .contents #daily-flow dl.no02 dd .time {
    display: block;
    margin: 10px 12px 10px 0;
  }
  body.support-disabled .contents #daily-flow dl.no02 dd .inlin_b {
    display: block;
    margin: 0 0 15px 10px;
  }
  body.support-disabled .contents #daily-flow dl.no02 dd br {
    display: none;
  }*/
	body.about .contents h2 {
	font-size: 3rem;
  letter-spacing: -0.05em;
}
	body.about .contents.illst .illst_box,
	body.about-picorua .contents.illst .illst_box{
  min-height: 340px;
  background-image: url(/img/support_terms-of-use_inner_resp.png);
  background-position: center bottom 40px;
  background-size: 500px auto;
}
	
}



