@charset "UTF-8";
/* =================================================

		style.css
	 
----------------------------------------------------
*
		Page Layout
		hero
    concept
		shoplist
*
================================================= */
/* =================================================

		Page Layout

================================================= */
/* ----------------------------------------------
		inner width
---------------------------------------------- */
.inr {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.sec .inr {
  /*padding-left: 50px;*/
  /*padding-right: 50px;*/
  /*display:-webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-justify-content: space-between;*/
  /*-ms-justify-content: space-between;*/
  /*justify-content: space-between;*/ }

#footer .inr {
  /*padding-left: 34px !*50px*!;*/
  padding-right: 50px; }

@media screen and (max-width: 980px) {
  #header .inr {
    padding-left: 30px;
    padding-right: 30px; }

  #menu .inr {
    padding-left: 30px;
    padding-right: 30px; }

  .cont_block01 .cont_block {
    background: url(../images/familyImg.png);
    background-position-x: 100%;
    background-position-y: 110%;
    background-repeat: no-repeat;
    background-size: 30%; }

  .ttl01, .ttl02, .ttl03 {
    height: 170px; } }
@media screen and (max-width: 767px) {
  .inr {
    width: auto; }

  .sec .inr {
    padding-left: 6.52vw;
    padding-right: 6.52vw;
    display: block; } }
/* ----------------------------------------------
		a
---------------------------------------------- */
a {
  text-decoration: none;
  transition: all 0.25s; }

a:hover {
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1; } }
/* ----------------------------------------------
		section style
---------------------------------------------- */
.sec {
  padding-top: 70px;
  position: relative; }

/* ----------------------------------------------
		block style
---------------------------------------------- */
.cont_block01 {
  width: 542px;
  width: 61.59%; }

.cont_block02 {
  width: 306px;
  width: 34.77%; }

@media screen and (max-width: 767px) {
  .cont_block01,
  .cont_block02 {
    width: 100%; } }
/* ----------------------------------------------
		title style
---------------------------------------------- */
/*	ttl common
---------------------------------------------- */
.ttl01,
.ttl02,
.ttl03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px; }

.ttl01 {
  padding: 0 6%; }

.ttl02 {
  padding: 0 6%; }

.ttl03 {
  padding: 0; }

.ttl01 img, .ttl02 img, .ttl03 img {
  width: 100%; }

.pointerNone {
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .ttl01,
  .ttl02,
  .ttl03 {
    border-radius: 1.83vw;
    text-align: left; } }
.cont_block01, .cont_block02, .cont_block03 {
  /*height: 400px;*/
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.563em;
  color: #66645d;
  /*background-image: url(../images/supportnavi_icon_q.png) ;*/
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 88px;
  border-radius: 14px;
  text-align: center;
  padding: 25px;
  margin-bottom: 65px; }

.cont_block01 {
  background-color: #ffea00; }

.cont_block02 {
  background-color: #c7e1f5; }

.cont_block03 {
  background-color: #e7d1e5; }

.cont_block01 .cont_block {
  background: url(../images/familyImg.png);
  background-position-x: 100%;
  background-position-y: 115%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-bottom: 60px; }

.cont_block02 .cont_block {
  background: url(../images/drImg.png);
  background-position-x: 100%;
  background-position-y: 115%;
  background-repeat: no-repeat;
  background-size: 30%;
  padding-bottom: 60px; }

.cont_block03 .cont_block {
  background: url(../images/educatorsimg.png);
  background-position-x: 97%;
  background-position-y: 101%;
  background-repeat: no-repeat;
  background-size: 38%;
  padding-bottom: 60px; }

/* ----------------------------------------------
        text style
---------------------------------------------- */
/*	lead01
---------------------------------------------- */
.lead01,
.lead02 {
  line-height: 1.8; }

.lead01 {
  margin-top: 25px; }

.highlight {
  font-weight: bold; }

/* =================================================

		header

================================================= */
#header {
  width: 100%;
  border-top: 3px solid #003F40; }

#header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

#header #header_main {
  padding: 32px 0 0;
  line-height: 1; }

#header #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }

#header #nav .gnav {
  width: 100%; }

#header #nav .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

#header #nav .gnav ul li {
  font-size: 12px; }

#header #nav .gnav ul li a {
  background: url(../images/ico_arrow_red.png) left center no-repeat;
  padding-left: 13px;
  margin-left: 14px;
  font-size: 12px;
  color: #7d7d7d; }

#header #nav .gnav ul li a:hover {
  color: #e1242a;
  text-decoration: underline; }

#header #nav .font_switch,
#header #nav .font_switch .font_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#header #nav .font_switch {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }

#header #nav .font_switch .font_switch_ttl {
  font-size: 12px;
  font-weight: bold;
  color: #7d7d7d; }

#header #nav .font_switch .font_nav {
  margin-left: 8px; }

#header #nav .font_switch .font_nav li {
  font-size: 12px; }

#header #nav .font_switch .font_nav li {
  color: #fff;
  background-color: #7d7d7d;
  font-size: 12px;
  padding: 4px 5px 3px 5px;
  line-height: 1;
  cursor: pointer; }

#header #nav .font_switch .font_nav li:first-child {
  margin-right: 3px; }

/* 文字サイズ変更ボタン　アクティブ時背景色 */
#header #nav .font_switch .font_nav li.act {
  background-color: #e1242a; }

@media screen and (max-width: 767px) {
  #header .header_wrap {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  #header #nav {
    display: none; } }
#document_inr {
  margin-top: 35px;
  border-top: 3px solid #f0efee; }

#logo {
  width: 250px;
}

/* =================================================

		hero

================================================= */
#hero {
  padding-top: 35px;
  width: 100%;
  padding-bottom: 30px; }

#hero h1 {
  width: 23%;
  margin: auto; }

@media screen and (max-width: 767px) {
  #hero {
    padding-top: 32px; } }
/* =================================================

		status

================================================= */
#menu {
  padding-top: 80px;
  background: #f3f2f1; }

#menu .inr {
  display: flex;
  justify-content: space-between; }

#menu .inr a {
  width: 32%;
  display: flex; }

#menu .cont_block01, #menu .cont_block02 {
  width: 100%; }

#menu .highlight {
  color: #ec6504; }

#menu h2 {
  width: 100%;
  margin: auto; }

@media screen and (max-width: 767px) {
  #menu .img_area01 {
    width: 40%;
    margin: 25px auto 0;
    min-width: 180px; }

  #menu .img_area01 img {
    width: 100%; } }
.attention {
  background: #fff;
  padding: 26px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  border-radius: 15px;
  min-height: 190px; }

.text_center {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px; }

@media screen and (max-width: 980px) {
  #header .inr {
    padding-left: 30px;
    padding-right: 30px; }

  #menu .inr {
    padding-left: 30px;
    padding-right: 30px; }

  .cont_block01 .cont_block {
    background-position-x: 100%;
    background-position-y: 110%; }

  .cont_block02 .cont_block {
    background-position-x: 100%;
    background-position-y: 110%; }

  .ttl01, .ttl02, .ttl03 {
    height: 170px; }

  .attention {
    min-height: 280px; } }
@media screen and (max-width: 767px) {
  #header .inr {
    padding-left: 10px;
    padding-right: 10px; }

  #menu .inr {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px; }

  #menu .inr a {
    width: 100%; }

  #menu {
    padding-top: 30px; }

  .attention {
    padding: 20px; }

  .ttl01, .ttl02, .ttl03 {
    height: 40vw; }

  .cont_block01, .cont_block02, .cont_block03 {
    margin-bottom: 25px; }

  .attention {
    min-height: 150px;
    height: auto; }

  .cont_block01 .cont_block {
    background-position-x: 100%;
    background-position-y: 140%; }

  .cont_block02 .cont_block {
    background-position-x: 100%;
    background-position-y: 115%; } }
/* =================================================

		footer

================================================= */
#footer {
  padding: 20px;
  margin: 0px auto 45px;
  border-left: 16px solid #003F40; }

#footer .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#footer .foot_nav .foot_nav_list01 {
  display: none; }

#footer .foot_nav ul li a {
  /* background: url(../images/ico_arrow_red.png) left center no-repeat;
  padding-left: 13px;
  margin-left: 14px;*/
  /*font-size: 0.688em !*11px*!;*/
  font-size: 14px;
  padding: 0 8px;
  position: relative; }

#footer .foot_nav ul li:first-child a {
  padding: 0 8px 0 0; }

#footer .foot_nav ul li a:hover {
  /*color: #e1242a;*/
  /*text-decoration: underline;*/ }

#footer .foot_nav ul li {
  position: relative; }

/* fotter ナビ仕切り */
#footer .foot_nav ul li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #595649;
  width: 2px;
  display: inline-block;
  height: 100%; }

#footer .copyright {
  font-size: 13px;
  /*font-size:0.625em !*10px*!;*/
  margin-top: 30px;
  color: #333; }

@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
    margin: 20px auto 12px;
    border-left: none; }

  #footer .inr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px; }

  #footer .foot_nav ul,
  #footer .foot_nav .foot_nav_list01 {
    /*display: block;*/ }

  #footer .foot_nav ul {
    padding: 40px 0;
    margin: 0 auto;
    border-left: 18px solid #e1242a; }

  #footer .foot_nav ul li a,
  #footer .foot_nav ul li:first-child a {
    padding: 10px 10px;
    display: block;
    line-height: 110%;
    /*color: #fff;*/
    /*background: #797979;*/
    /*border-bottom: 1px solid #fff;*/ }

  #footer .foot_nav ul li:first-child a::after {
    /*content: none;*/ }

  #footer .foot_nav ul li a:hover {
    color: #fff;
    text-decoration: none; }

  #footer .copyright {
    margin-top: 5px;
    padding: 0 20px;
    text-align: left;
    font-size: 12px; }

  #footer .foot_nav ul li a {
    font-size: 14px; } }
/* ----------------------------------------------
		YesNo modal
---------------------------------------------- */
#confirm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(1, 1, 1, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: none; }

#confirm .confirm_panel {
  width: 700px;
  height: auto;
  background: #fff; }

#confirm .confirm_upperBlock {
  padding: 40px 50px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#confirm .confirm_upperBlock img {
  width: 40%;
  height: auto; }

#confirm .confirm_upperBlock p {
  margin-top: 20px;
  border-top: 1px solid #808080;
  padding-top: 20px;
  font-size: 14px; }

#confirm .confirm_lowerBlock p {
  font-size: 14px; }

#confirm .confirm_lowerBlock {
  border-top: 2px solid #fed400;
  background: #fff67f;
  padding: 20px 50px 40px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#confirm .confirm_lowerBlock.educators {
  border-top: 2px solid #cab3d5;
  background: #e7d5e8; }

#confirm .confirm_lowerBlock ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px; }

#confirm .confirm_lowerBlock ul a {
  width: 30%; }

#confirm .confirm_lowerBlock ul a:first-child {
  margin-right: 30px; }

#confirm .confirm_yes {
  width: 100%;
  background: #ec6604;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0; }

#confirm .confirm_yes.educators {
  background: #92539d; }

#confirm .confirm_no {
  width: 100%;
  background: #65aadd;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0; }

@media screen and (max-width: 767px) {
  #confirm {
    align-items: flex-start;
    width: 100%;
    height: 100%; }

  #confirm .confirm_upperBlock img {
    width: 60%;
    height: auto; }

  #confirm .confirm_upperBlock {
    padding: 40px 20px 30px 20px; }

  #confirm .confirm_lowerBlock {
    padding: 20px 20px 40px 20px; }

  #confirm .confirm_lowerBlock ul a {
    width: 40%; } }
.inr02 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

#menu .inr02 {
  display: flex;
  justify-content: flex-end; }

a.gotop {
  display: block;
  width: 40px;
  height: 40px; }

/*# sourceMappingURL=style.css.map */
