/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6em;
  margin-bottom: 15px;
}

a:focus {
  outline: thin dotted;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border-top: 1px solid #888;
  border-bottom: 1px solid #fff;
  margin: 24px 0;
  margin-bottom: 1.714285714rem;
  clear: both;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/* Clearing floats */

.clear:after, .wrapper:after, .format-status .entry-header:after {
  clear: both;
}

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
  display: table;
  content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */


/* Small headers */

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  /*
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
*/
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}


/* Shared Post Format styling */

article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}


/* Form fields, general styles first */

button, input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
  margin-top: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

button, input {
  line-height: normal;
  max-width: 100%;
}

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}


/* Reset non-text input types */

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}


/* Buttons */

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
  padding: 8px 10px;
  width: 250px;
  display: block;
  margin: auto;
  font-size: 17px;
  font-weight: bold !important;
  line-height: 1.428571429;
  font-weight: normal;
  color: #fff;
  background: #ff8c00;
  border-radius: 5px;
  box-shadow: none;
  -webkit-appearance: none;
}

.bypostauthor cite span {
  width: 300px;
}

.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}

.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}

.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}


/* Responsive images */

.entry-content img, .comment-content img, .widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  max-width: 100%;
}

img.size-full, img.size-large, img.header-image, img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Make sure videos and embeds fit their containers */

embed, iframe, object, video {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}


/* Images */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* =Basic structure
-------------------------------------------------------------- */

body {
  font: 15px/2 'M PLUS 1p', 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 200;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #666;
  background: #fff;
}

wf-mplus1p {
  font-family: "M PLUS 1p";
}

a {
  color: #5b7da4;
  text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

h1, h2 {
  font-family: 'M PLUS 1p', 'Noto Sans JP', serif;
}

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

section {
  clear: both;
  padding-top: 40px;
}

section h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 600px;
}

.cen_block {
  display: block;
  text-align: center;
}

.center {
  text-align: center;
}

.rig_block {
  display: block;
  text-align: right;
}

.border_b {
  border-bottom: 2px dotted #ccc;
}

.font-n
{font-weight: normal;}

.font-b
{font-weight: bold;}
.font-r{
  color: #c16590;
}

/* header
------------------------------------------------------------*/

#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}

#header img {
  position: absolute;
  width: 100%;
  height: auto;
}

#header .header_logo {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100px;
  margin-top: 15px;
}

#header .header_logo img {
  margin-top: -100px;
  width: auto;
  position: static;
  height: 30px;
}

#slogan {
  position: absolute;
  top: 55%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.4;
  text-align: center;
}

#slogan h1 {
  display: inline-block;
  font-size: 44px;
  width: 460px;
  border-radius: 300px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.24);
  color: #776e56;
  line-height: 1.4;
  text-align: center;
  border: 2px dotted #ece0ed;
  font-family: "M PLUS 1p";
  font-weight: bold;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}


/* contents */

section#sec01 {
  padding-top: 40px;
  text-align: center;
  color: #9f9ca2;
  background: linear-gradient(#fff, #faecfa);
}

section#sec01 h2 {
  font-weight: 800;
  color: #ccc;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-family: 'Courier';
}

section#sec01 h3 {
  padding: 0;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: normal;
  color: #777;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #ccc;
}

section#sec01 ul {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
}

section#sec01 ul li {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

section#sec01 ul li:last-child {
  width: 300px;
  text-align: center;
  line-height: 1.2;
}

section#sec01 ul li img {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #ececec;
}

#_x32_ {
  margin-bottom: 15px;
  fill: #a78cb7;
  width: 40px;
  height: 40px;
}

section#sec01 header ul {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px
}

section#sec01 header ul li {
  width: 20%;
  text-align: center;
}

section#sec01 header ul li:nth-child(2) {
  width: 60%;
}

section#sec01 header ul li:last-child {
  width: 20%
}

#botanical1, #botanical2 {
  fill: #6d8aa6;
  width: 40px;
  height: 80px;
}

section#sec02 {
  padding-top: 50px;
  background: linear-gradient(#f0f5f2, #f8f8f6);
  background-color: #fff;
}

section#sec02 h2 {
  font-weight: 800;
  color: #ccc;
  font-size: 18px;
  margin-bottom: -10px;
  padding-bottom: 0;
  font-family: 'Courier';
}

section#sec02 h3 {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #6b887c;
  padding-bottom: 0
}

section#sec02 .botanical ul {
  width: 530px;
  margin: 0 auto;
  margin-top: -70px;
}

section#sec02 .botanical ul li {
  width: 50%;
  display: inline-block;
  text-align: right;
  float: left;
}

section#sec02 .botanical ul li:first-child {
  text-align: left;
}

section#sec02 .botanical img {
  width: 70px;
  height: auto;
}

section#sec02 .botanical hr {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 1.714285714rem;
  clear: both;
  width: 30%;
  border-bottom: 2px dotted #ccc;
  margin: 20px auto;
  margin-top: 40px
}

section#sec02 .step ul {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 10px auto;
  margin-top: 40px;
}

section#sec02 .step ul li {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.4;
  box-shadow: 1px 1px 2px 0 #ececec;
}

section#sec02 .step ul li h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

section#sec02 .step ul li .label {
  background-image: url('./img/topics.png');
  background-size: 160px auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 160px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Courier';
  position: absolute;
  top: -10px;
  left: -30px;
}

section#sec02 ul li h2 {
  font-weight: 300;
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: 'M PLUS 1p';
}

section#sec02 .step ul li  ul{
width: 100%;
max-width: auto;
margin: 0;
margin-top: 10px;}

section#sec02 .step ul li  ul li {
  display: inline-block;
  width: 40%;
text-align: center;
font-size: 16px;
margin-bottom: 0;
position: relative;
background-color: #fff;
border-radius: 0;
padding: 0;
vertical-align: middle;
line-height: 1.4;
box-shadow:0 0 0 0;
}

section#sec02 .step ul li  ul li:first-child{
  padding-right: 5px;
  font-size: 10px
}

section#sec02 .step ul li  ul li:last-child{
  width: 60%;
}
section#sec02 ul li .lessnimg{
  max-height: 300px;
  width:auto;
  border: 1px solid #999;
  border-radius: 4px;
}

section#sec02 ul li .lesson {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.6;
  box-shadow: 1px 1px 2px 0 #ececec;
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}

section#sec02 ul li .lesson .lesson02 {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

section#sec02 ul li .lesson .lesson04 {
  font-size: 13px;
font-weight: normal;}

section#sec03 {
  padding-top: 50px;
  background: linear-gradient(#f0f5f2, #fff);
  background-color: #fff;
}

section#sec03 h3 {
  font-weight: 800;
  color: #ccc;
  font-size: 14px;
  padding-bottom: 0;
  font-family: 'Courier';
  margin-top: 10px;
  display: block;
  text-align: center;
}

section#sec03 h2 {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #4367b0;
  padding-bottom: 0;
  margin-bottom: -10px;
}

section#sec03 ul {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  margin-bottom: 10px;
}

section#sec03 ul li {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

section#sec03 ul li:nth-child(2) {
  width: 60%;
}

section#sec03 ul li img {
  width: 60px;
}

section#sec03 .kit {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 2;
  box-shadow: 1px 1px 2px 0 #ececec;
  text-align: left;
  font-size: 17px;
  background-color: #fff;
}

section#sec03 .kit_in {
  max-width: 430px;
  margin: 0 auto;
  font-size: 17px;
}

section#sec03 .kit .kit01 {
  color: #c16590;
  font-weight: 800;
  font-size: 17px;
  margin-right: 5px;
}

section#sec03 .kit .kit01_kaiin{
  display: block;
  background-color: #f9ff99;
  padding: 5px 15px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
}

section#sec03 .kit .kit01_kaiin h4{
  font-size: 14px;
}
section#sec03 .kit .kit02 {
  font-size: 12px;
  font-weight: normal;
}
section#sec03 .kit .kit02b {
  font-size: 13px;
  font-weight: normal;
}

section#sec03 .kit .kit01_annai{
  font-size: 12px;
  margin-top: -3px;
  border-bottom: 1px dotted #ccc;
}

section#sec03 .kit .kit01_kaiin .rig_block{
  margin-top: -10px;
}
section#sec03 .kit .kit03 {
  font-size: 14px;
  margin-top: 20px;
  display: block;padding: 10px;
background-color: #f2fbe9;
margin-bottom: 15px
}

section#sec03 .kit .kit03_a, section#sec03 .kit .kit03_b {
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
display: inline-block;
}
section#sec03 .kit .kit03_a {
  background-color: #f8e4f9;}
section#sec03 .kit .kit03_b {
  background-color:#fcfc9c;
}

section#sec03 .kit .kit03_c{
  background: url(./img/wave-orange.png) 0px 22px repeat-x;
  background-size: 20px;
  padding-bottom: 5px;
display: inline-block;
font-size: 17px;
font-weight: bold;}

section#sec03 .kit .kit04 {
  font-weight: 200;
  font-size: 12px;}

section#sec03 .kit .kit01_soryo{
  font-size: 14px;
  margin: 10px 0;
}
section#sec03 .naiyo ul {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  display: table;
  table-layout: fixed;
}

section#sec03 .naiyo ul li {
  width: 50%;
  padding-left: 15px;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

section#sec03 .naiyo ul li h3 {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 15px;
}

section#sec03 .naiyo ul li:first-child {
  padding-right: 15px;
  padding-left: 0;
}

section#sec03 .naiyo ul li a {
  display: inline-block;
  font-size: 13px;
}

section#sec03 .naiyo ul li img {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #999;
}

section#sec03 .kessai {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 20px;
}

section#sec03 .kessai h4 {
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

section#sec03 .kessai .card {
  margin-top: 15px;
  display: block;
}

section#sec03 .kessai img {
  height: 35px;
  margin-right: 5px;
  width: auto;
}

section#sec03 .kessai img.denshi {
  height: 75px;
  margin-top: 10px;
  margin: 0 auto;
  display: block;
}

section#sec03 .kessai img.otodokeimg{
  height: auto;
  width: 100%;
  margin-right: 0;
}

section#sec04 {
  padding-top: 50px;
  background: linear-gradient(#faecfa, #eef8f6);
  background-color: #faecfa;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}

section#sec04 a {
  display: block;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.5;
  box-shadow: 1px 1px 2px 0 #ececec;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 10px;
  width: 300px;
  background-color: #fff;
}

section#sec04 a:hover {
  background-color: #fcffa6;
}

.font-little{
  font-size: 12px;
}

/* footer
------------------------------------------------------------*/

#footer {
  clear: both;
  padding: 50px 10px 10px 0;
  text-align: right;
  font-size: 13px;
  background-color: #9bc9c7;
}

#footer a {
  margin-left: 15px;
  color: #fff;
}

#footer img {
  height: 56px;
  width: auto;
}

#footer .inner {
  padding-bottom: 10px;
  max-width: 900px;
}


/* -----*/

.vision {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* -----*/

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.modal__bg{
    background: rgba(91, 123, 94, 0.46);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content a{
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* RESPONSIVE
------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  #header {
    height: 420px;
  }
}

@media only screen and (max-width: 1100px) {
  #header {
    height: 400px;
  }
}

@media only screen and (max-width: 1070px) {
  #header {
    height: 390px;
  }
}

@media only screen and (max-width: 1000px) {
  #header {
    height: 360px;
  }
}

@media only screen and (max-width:900px) {
  #header {
    height: 350px;
  }
}

@media only screen and (max-width:930px) {
  #header {
    height: 320px;
  }
  #slogan {
    top: 55%;
  }
  #slogan h1 {
    font-size: 38px;
    width: 400px;
    padding: 30px;
  }
  section#sec01 {
    padding-top: 30px;
  }
  .modal__content{
    width: 80%;
    font-size: 12px;
  }

  .modal__content a{
    font-size: 15px;
  }
}

@media only screen and (max-width:900px) {
  #header {
    height: 310px;
  }
  section#sec03 h3{margin-top: 5px;}
}

@media only screen and (max-width:850px) {
  #header {
    height: 280px;
  }
  #slogan h1 {
    color: #6c6361;
    font-weight: 200;
    -webkit-text-stroke: 0;
    text-stroke: 0;
  }
}

@media only screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width:750px) {
  #header {
    height: 250px;
  }
  section#sec01 {
    padding-top: 20px;
  }
  section#sec01 h3 {
    font-size: 18px;
  }
  #slogan h1 {
    font-size: 28px;
    width: 300px;
    padding: 20px;
  }
}

@media only screen and (max-width:700px) {
  #header {
    height: 230px;
  }
  section#sec01 {
    padding-top: 15px;
  }
  section#sec01 ul {
    width: 100%;
  }
  section#sec01 ul li:last-child {
    width: 40%;
  }
  section#sec02 .botanical img {
    width: 50px
  }
}

section#sec01 ul li:last-child a, section#sec03 .naiyo ul li a {
font-size: 12px;
}

section#sec03 .naiyo ul li img {
	margin-bottom: -5px;
}

@media only screen and (max-width:600px) {
  .inner {
    padding-bottom: 30px;
  }
  section#sec02, section#sec03, section#sec04 {
    padding-top: 25px
  }
  #header {
    height: 210px;
  }
  #slogan h1 {
    font-size: 25px;
  }
  section#sec01 {
    padding-top: 10px;
    margin-bottom: -10px;
  }
  section#sec01 h2, section#sec02 h2, section#sec02 h2, section#sec02 .step ul li, section#sec03 .kit_in, section#sec03 .naiyo ul li h3, section#sec03 .naiyo ul li,
  section#sec03 .kessai h4, section#sec03 h3, section#sec03 .kit .kit01 , section#sec02 .step ul li  ul li{
    font-size: 13px;
  }
  section#sec01 h3, section#sec02 h3, section#sec02 ul li .lesson, section#sec02 .step ul li h3, section#sec02 ul li h2, section#sec03 h2, section#sec03 .kit .kit03_c {
    font-size: 15px;
  }
  section#sec03 .kit .kit03, section#sec03 .kessai, section#sec03 {
    font-size: 12px
  }
  #header .header_logo img {
    height: 20px;
  }
  section#sec01 header ul {
    max-width: 400px;
    margin-bottom: 0
  }
  section#sec01 ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #botanical1, #botanical2 {
    width: 30px;
    height: 70px;
  }
  #_x32_ {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  section#sec01 ul li {
    font-size: 13px;
  }
  section#sec01 ul li:last-child a, section#sec03 .naiyo ul li a {
    font-size: 11px
  }
  section#sec02 .botanical ul {
    width: 100%;
  }
  section#sec02 .botanical ul {
    margin-top: -60px;
  }
  section#sec02 .step ul li {
    padding: 15px;
  }
  section#sec02 .step ul {
    width: 90%;
  }
  section#sec02 .step ul li .label {
    font-size: 13px;
    padding-top: 3px;
    left: -20px;
  }
  section#sec03 .naiyo ul, section#sec03 .kit {
    margin-top: 10px
  }
  section#sec03 .kessai {
    margin-bottom: 10px;
    padding: 10px;
  }
}

@media only screen and (max-width:550px) {
  #header {
    height: 190px
  }
  section#sec04 a {
    font-size: 17px;
    padding: 14px
  }

  section#sec03 .kit .kit01_kaiin{
font-size: 13px;
  }

  section#sec03 .kit .kit01_kaiin h4{
    font-size: 12px;
  font-weight: normal;}

      section#sec03 .kit .kit01_annai{
        font-size: 10px;
        font-weight: normal;
      }
  .modal__content{
    width: 90%;
    padding: 20px;
  }
}

@media only screen and (max-width:500px) {
  section#sec01 h2, section#sec02 h2, section#sec03 .kit .kit01_soryo, section#sec02 h2, section#sec02 .step ul li, section#sec03 .kit_in, section#sec03 .naiyo ul li h3, section#sec03 .naiyo ul li,
   section#sec03 .kessai h4, section#sec03 h3, section#sec03 .kit .kit01 ,section#sec02 .step ul li  ul li{
    font-size: 12px;
  }
  .inner {
    font-size: 12px;
  }
  #footer {
    padding: 20px 10px 10px 0;
  }
  section#sec01 header ul {
    max-width: 350px;
  }
  section#sec01 ul li:last-child {
    width: 30%;
    line-height: 1.3;
    vertical-align: bottom;
  }
  section#sec01 header ul li {
    vertical-align: bottom;
  }
  #_x32_ {
    margin-bottom: 0
  }
  #botanical1, #botanical2 {
    width: 20px;
    height: 50px;
  }
  section#sec01 ul li:last-child a, section#sec03 .naiyo ul li a ,.font-little {
    font-size: 10px;
  }
  section#sec02 .botanical ul {
    width: 90%;
  }
  section#sec02 .step ul li h3 {
    font-size: 14px;
  }
  section#sec02 .step ul li {
    padding: 10px
  }

  section#sec03 .kit .kit01_kaiin .rig_block{
    margin-top: -4px;
  }
  section#sec03 .kit .kit04{
    font-size: 10px;
  }
}

@media only screen and (max-width:490px) {
  #header {
    background-image: url('img/header_top.png');
    background-size: 120% auto;
    background-repeat: no-repeat;
  }
  img.sp_non {
    display: none;
  }
  section#sec02 .botanical img {
    width: 40px;
  }
  section#sec02 ul li .lesson {
    padding: 15px;
    padding-bottom: 15px;
  }
  section#sec02 .step ul li:last-child {
    margin-bottom: 0
  }

	section#sec02 ul li .lesson .lesson03 {
		font-size: 12px;
		display: inline-block;
		line-height: 1.3;
	}

  	section#sec02 ul li .lesson .lesson04 {
      font-size: 11px;

    }

}

@media only screen and (max-width:430px) {
  #header {
    background-size: 130% auto;
    height: 180px;
  }
  #slogan h1 {
    font-size: 21px;
    width: 280px;
    padding: 10px;
  }
  section#sec01 {
    padding-top: 20px;
  }
  section#sec01 ul.top li, section#sec01 ul.top li:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  section#sec01 ul.top li:last-child img {
    max-width: 150px;
    margin-top: 15px;
  }
  section#sec02 .botanical ul {
    width: 100%;
  }
  section#sec02 .step ul {
    width: 90%;
  }
  section#sec02 .step ul li {
    padding-top: 20px
  }
  section#sec02 ul li .lesson .lesson02 {
    font-size: 12px
  }
  section#sec03 .kit {
    padding: 20px
  }
  section#sec03 .naiyo ul {
    display: block;
    max-width: 250px;
    margin: 15px auto;
  }
  section#sec03 .naiyo ul li {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section#sec03 .naiyo ul li img {
    max-width: 250px;
  }
  section#sec03 .kessai {
    padding: 5px 10px;
  }

    .modal__content{
      padding: 15px;
top: 45%;
    }
}

@media only screen and (max-width:390px) {
  style.css:1057section#sec01 ul.top li:last-child img {
    max-width: 220px;
  }
  section#sec02 h3 {
    font-size: 13px
  }
  section#sec02 .botanical ul {
    margin-top: -50px;
  }
  section#sec02 ul li .lesson {
    margin-top: 10px
  }
  section#sec02 .step ul {
    width: 95%;
  }
  section#sec02 .step ul li .label {
    left: 0%;
  }
  section#sec02 .step ul li {
    padding-top: 25px;
  }
  section#sec02 ul li .lesson {
    font-size: 14px
  }
  #sec03 .naiyo ul li img {
    max-width: 210px;
  }
  section#sec03 .kessai {
    line-height: 1.5
  }
}
@media only screen and (max-width: 360px){
section#sec02 .botanical img {
width: 30px;
}}
