﻿@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
* .none {
  display: none;
}
html {
  font-size: 80%;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width:736px) {
  body {
    font-size: 1.2rem;
  }
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}
a {
  fotn-weight: bold;
  color: #D7D7D7;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #366CFF;
}
a img:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
.error-message {
  color: #c00;
}
.yb {
  background-color: #FFF844;
}
.fontb {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width:736px) {
  .fontb {
    font-size: 17px;
  }
}
.blueback {
  background-color: #2447CF;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  font-size: 3.8rem;
}
.pinkback {
  background-color: #ff0072;
  padding: 7px 10px;
  font-weight: medium;
  color: #fff;
  border-radius: 5px;
}
.dream {
  background: url(../common/images/dream.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.ceos {
  background: url(../common/images/ceos.webp);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: top right;
}
.boost {
  font-size: 21px;
}
.red {
  color: #ff0072;
}
.pink {
  color: #ff0072;
}
@media screen and (max-width:736px) {
  .blueback {
    font-size: 2.6rem;
  }
  .ceos {
    background-size: 100%;
  }
  .boost {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  max-width: 95%;
}
@media screen and (max-width: 736px) {
  .inner {
    width: auto;
    margin: 0 10px;
    max-width: 100%;
  }
}
.web_font {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
  .sp_block {
    display: block;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  position: relative;
}
@media screen and (max-width: 830px) {
  #wrapper {
    overflow: hidden;
  }
}
/*------------------------------------------------------------
#header
------------------------------------------------------------*/
#header {
  background: #ffffff;
  width: 100%;
  /*-----------スマホのトグルボタンのCSS-------------*/
}
#header .logo {
  padding: 25px 0;
  text-align: center;
}
#header #nav {
  background: #fba400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fba400 0%, #e99f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba400', endColorstr='#e99f00', GradientType=0);
  /* IE6-9 */
}
#header #nav ul {
  display: flex;
  font-size: 1.6rem;
  height: 55px;
  border-right: 1px solid #ffbc3b;
}
#header #nav li {
  width: 33.3%;
  height: 100%;
}
#header #nav a, #header #nav span {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ffbc3b;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#header #nav span {
  position: relative;
  background-color: #fff;
  color: #F8A300 !important;
  box-shadow: 1px 1px 5px 1px rgba(248, 163, 0, 0.2) inset;
}
#header #nav span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #f6d358;
}
#header #nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 25px;
  height: 23px;
  cursor: pointer;
  z-index: 101;
}
#header #nav-toggle div {
  position: relative;
}
#header #nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#header #nav-toggle span:nth-child(1) {
  top: 0;
}
#header #nav-toggle span:nth-child(2) {
  top: 11px;
}
#header #nav-toggle span:nth-child(3) {
  top: 22px;
}
#header #nav2 {
  background: #fba400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fba400 0%, #e99f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba400', endColorstr='#e99f00', GradientType=0);
  /* IE6-9 */
}
#header #nav2 ul {
  display: flex;
  font-size: 1.6rem;
  height: 55px;
  border-right: 1px solid #ffbc3b;
}
#header #nav2 li {
  width: 25%;
  height: 100%;
}
#header #nav2 a, #header #nav2 span {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ffbc3b;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#header #nav2 span {
  position: relative;
  background-color: #fff;
  color: #F8A300 !important;
  box-shadow: 1px 1px 5px 1px rgba(248, 163, 0, 0.2) inset;
}
#header #nav2 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #f6d358;
}
#header #nav3 .inner {
  margin: 0;
}
#header #nav2 ul {
  font-size: 1.6rem;
  width: 100%;
  border: none;
  height: 55px;
}
#header #nav3 li {
  width: 20%;
  height: 100%;
}
#header #nav2 li:first-child a, #header #nav2 li:first-child span {
  border-left: none;
}
#header #nav3 a, #header #nav3 span {
  color: #FFF;
  width: 100%;
  height: 100%;
  border-left: 1px solid #2662a1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#header #nav3 span {
  position: relative;
}
#header #nav3 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #53b1ce;
}
@media screen and (max-width: 736px) {
  #header {
    /*-----------スマホのトグルボタンのCSS-------------*/
  }
  #header .logo {
    padding: 15px 0;
  }
  #header .logo img {
    width: 220px;
    height: auto;
  }
  #header #nav .inner {
    margin: 0;
  }
  #header #nav ul {
    font-size: 1.3rem;
    width: 100%;
    border: none;
    height: 45px;
  }
  #header #nav li {
    width: 33.3%;
    height: 100%;
  }
  #header #nav li:first-child a, #header #nav li:first-child span {
    border-left: none;
  }
  #header #nav a, #header #nav span {
    color: #FFF;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ad8226;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	  font-size: 1.1rem;
  }
  #header #nav span {
    position: relative;
  }
  #header #nav span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #f6d358;
  }
  #header #nav2 .inner {
    margin: 0;
  }
  #header #nav2 ul {
    font-size: 1.3rem;
    width: 100%;
    border: none;
    height: 45px;
  }
  #header #nav2 li {
    width: 25%;
    height: 100%;
  }
  #header #nav2 li:first-child a, #header #nav2 li:first-child span {
    border-left: none;
  }
  #header #nav2 a, #header #nav2 span {
    color: #FFF;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ffbc3b;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  #header #nav2 span {
    position: relative;
  }
  #header #nav2 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #f6d358;
  }
}
/*------------------------------------------------------------
#main
------------------------------------------------------------*/
#main {
  position: relative;
  overflow: hidden;
}
/*------------------------------------------------------------
#Mv_area
------------------------------------------------------------*/
#Mv_area {
  background: url("../common/images/main_bg-eb-02.png") top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
#Mv_area .title {
  padding: 40px 0 140px;
  position: relative;
  z-index: 10;
}
#Mv_area .title img {
  width: 35%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  max-width: 750px;
}
@media screen and (max-width: 736px) {
  #Mv_area {
    background: url("../common/images/main_bg-eb-02.png") top center no-repeat;
    background-size: 736px auto;
  }
  #Mv_area .title {
    margin: 0 auto;
    padding: 30px 0 80px;
  }
  #Mv_area .title img {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  #Mv_area {
    background: url("../common/images/main_bg-eb.png") top center no-repeat;
    background-size: 450px auto;
  }
  #Mv_area .title {
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  #Mv_area .title img {
    width: 75%;
    height: auto;
	    padding: 10px 30px;
  }
}
/*------------------------------------------------------------
.earth
------------------------------------------------------------*/
.earth {
  width: 100%;
  position: relative;
}
.earth:before {
  content: "";
  background: url(../common/images/earth_bg.png) left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  display: block;
  position: absolute;
  left: 0%;
  top: 310px;
  margin-left: 0px;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .earth:before {
  content: "";
  background: url(../common/images/earth_bg.png) left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  display: block;
  position: absolute;
  left: 0%;
  top: 260px;
  margin-left: 0px;
  z-index: 1;
  }
}
@media screen and (max-width: 950px) {
  .earth:before {
  content: "";
  background: url(../common/images/earth_bg.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  display: block;
  position: absolute;
  left: 0%;
  top: 230px;
  margin-left: 0px;
  z-index: 1;
  }
}

@media screen and (max-width: 736px) {
  .earth:before {
    content: "";
    background: url(../common/images/earth_bg.png) left top no-repeat;
    background-size: 736px 217px;
    width: 1300px;
    height: 217px;
    position: absolute;
    left: 50%;
    top: 40vw;
    margin-left: -368px;
  }
}
@media screen and (max-width: 380px) {
  .earth:before {
    content: "";
    background: url(../common/images/earth_bg.png) left top no-repeat;
    background-size: 380px 109px;
    width: 1300px;
    height: 217px;
    position: absolute;
    left: 50%;
    top: 40vw;
    margin-left: -190px;
  }
}
/*------------------------------------------------------------
#Movie_area
------------------------------------------------------------*/
#Movie_area {
  position: relative;
  z-index: 10;
  margin: -50px auto 60px;
  width: 95%;
  border: 6px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 3px #bcc0c4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7eced 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7eced 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7eced 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7eced', GradientType=0);
  /* IE6-9 */
  max-width: 900px;
}
#Movie_area .inner {
  width: auto;
  padding: 40px 25px 25px;
}
#Movie_area h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-align: center;
  color: #f7ab00;
}
#Movie_area .txt {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}
#Movie_area .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#Movie_area .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 736px) {
  #Movie_area {
    margin: 0 18px 30px;
    width: auto;
  }
  #Movie_area .inner {
    width: auto;
    padding: 15px 0 0;
    margin: 0;
  }
  #Movie_area h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #Movie_area .txt {
    font-size: 1.4rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #Movie_area .txt span {
    letter-spacing: -2px;
	  
  }
}
/*------------------------------------------------------------
#Txt_area
------------------------------------------------------------*/
#Txt_area h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
#Txt_area h3 {
  text-align: center;
  color: #f4ae11;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
#Txt_area h6 {
  text-align: center !important;
  color: #fff;
  font-weight: bold;
  font-size: 3.8rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
#Txt_area .txt {
  margin-bottom: 50px;
  overflow: hidden;
}
#Txt_area .txt strong {
  font-weight: bold;
  color: #c80000;
}
#Txt_area .txt.waku {
  text-align: center;
  border: 6px solid #d8e2f0;
  padding: 40px 0;
  font-size: 2.6rem;
  color: #004b96;
  font-weight: bold;
}
#Txt_area .txt.big {
  width: 100%;
  background: #004b96;
  text-align: center;
  padding: 40px 0;
  font-size: 2.6rem;
  color: #FFF;
  font-weight: bold;
}
#Txt_area .txt.big strong {
  color: #fff100;
}
#Txt_area .img_right {
  float: right;
  margin: 0 0 30px 30px;
}
#Txt_area .img_left {
  float: left;
  margin: 0 30px 30px 0;
}
#Txt_area .img_right2 {
  float: right;
  width: 25%;
  margin: 0 0 30px 30px;
}
#Txt_area .img_left2 {
  float: left;
  margin: 0 30px 30px 0;
}
#Txt_area .img_center {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 40px auto;
}
#Txt_area .img_w {
  text-align: center;
  max-width: 80%;
  display: block;
  margin: 40px auto;
}
#Txt_area blockquote {
  margin-bottom: 50px;
}
#Txt_area .wiki {
  background: #EDEDED;
  padding: 20px;
}
#Txt_area .wiki h4 {
  font-size: 2.6rem;
  border-bottom: 1px solid #CCC;
  font-weight: 100;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#Txt_area .wiki > p {
  margin-bottom: 20px;
}
#Txt_area .wiki h5 {
  font-size: 1.8rem;
  border-bottom: 1px solid #CCC;
  font-weight: 100;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#Txt_area .president img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#Txt_area .president > p {
  font-size: 1.4rem;
}
#Txt_area .president > p a {
  text-decoration: underline;
}
#Txt_area .president > p a:hover {
  text-decoration: none;
}
#Txt_area .book {
  margin: 40px 0;
}
#Txt_area .book_one {
  overflow: hidden;
}
#Txt_area .word {
  border: 1px solid #d2d2d2;
  margin-bottom: 50px;
}
#Txt_area .word th, #Txt_area .word td {
  border: 1px solid #d2d2d2;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
#Txt_area .ttl_present {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 50px;
}
#Txt_area .txt_present {
  margin-bottom: 70px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #Txt_area h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    letter-spacing: -2px;
  }
  #Txt_area h6 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  #Txt_area .txt {
    margin-bottom: 25px;
  }
  #Txt_area .txt.big {
    padding: 12px 8px;
    font-size: 2.0rem;
    letter-spacing: -2px;
  }
  #Txt_area .img_left, #Txt_area .img_right {
    float: none;
    margin: 0 0 30px;
    width: 100%;
    height: auto;
  }
  #Txt_area .img_left2, #Txt_area .img_right2 {
    float: none;
    margin: 0px auto !important;
    text-align: center !important;
    width: 160px;
    height: auto;
  }
  #Txt_area .img_center {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
  }
  #Txt_area .img_w {
    text-align: center;
    max-width: 95%;
    height: auto;
    display: block;
    margin: 10px auto;
  }
  #Txt_area blockquote {
    margin-bottom: 25px;
  }
  #Txt_area .wiki {
    padding: 15px 20px;
  }
  #Txt_area .wiki h4 {
    font-size: 2.2rem;
    letter-spacing: -3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #Txt_area .wiki > p {
    margin-bottom: 18px;
  }
  #Txt_area .wiki h5 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  #Txt_area .president img {
    margin-bottom: 10px;
  }
  #Txt_area .book {
    margin: 30px 0;
  }
  #Txt_area .book img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  #Txt_area .book_one {
    margin-bottom: 30px;
  }
  #Txt_area .book_one .img_right {
    float: right;
    margin: 0 0 0 20px;
    width: 40%;
    height: auto;
  }
  #Txt_area .word {
    border: 1px solid #d2d2d2;
    margin-bottom: 50px;
  }
  #Txt_area .word th, #Txt_area .word td {
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .ttl_present {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 50px;
  }
  .ttl_present img {
    width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
.Line_area
------------------------------------------------------------*/
.Line_area {
  margin-bottom: -40px;
  margin-bottom: 60px;
}
.Line_area .box {
  background: #e5ecf5;
  border: 6px solid #d8e2f0;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-bottom: 40px;
}
.Line_area .box h4 {
  padding-top: 10px;
  width: 280px;
  height: 30px;
  margin: 0 auto;
  background: #004b96;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  top: -15px;
  left: 50%;
  margin-left: -140px;
}
.Line_area .box h4 br {
  display: none;
}
.Line_area .box h4:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 140px 0 140px;
  border-color: #004b96 transparent transparent transparent;
  bottom: -25px;
  left: 0;
}
.Line_area .box h4 span {
  display: block;
  text-align: center;
  padding: 5px 0 3px;
}
.Line_area .box h5 {
  font-size: 2.4rem;
  color: #0055a0;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.Line_area .box .cap_txt {
  margin-top: 20px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
}
.Line_area .box.sp_case .btn {
  background: #4ecd00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ecd00 0%, #4cad11 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ecd00 0%, #4cad11 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ecd00 0%, #4cad11 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ecd00', endColorstr='#4cad11', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-size: 3.6rem;
  height: 80px;
  border-radius: 5px;
}
.Line_area .box.sp_case .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: url(../common/images/icon_arrow_big.png) center right 20px no-repeat;
  background-size: 10px 19px;
  color: #FFF;
  font-weight: bold;
}
.Line_area .box.sp_case .btn a img {
  display: inline-block;
  margin-right: 5px;
}
.Line_area .box.sp_case .btn:hover {
  opacity: 0.7;
}
.Line_area .box.pc_case .qr {
  background: #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.Line_area .box.pc_case .qr dl {
  margin-left: 30px;
}
.Line_area .box.pc_case .qr dl dt {
  font-family: 'Oswald', sans-serif;
  font-size: 2.0rem;
}
.Line_area .box.pc_case .qr dl dd {
  font-size: 2.0rem;
}
.Line_area .box.pc_case .step {
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px;
}
.Line_area .box.pc_case .step h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.Line_area .box.pc_case .step h6 span {
  display: inline-block;
  color: #0055a0;
  margin-right: 10px;
}
.Line_area .box.pc_case .step ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Line_area .box.pc_case .step ul li {
  width: 340px;
  margin-bottom: 30px;
}
.Line_area .box.pc_case .step ul li figure {
  margin-bottom: 15px;
}
.Line_area .box.pc_case .line_id {
  background: #FFF;
  height: 80px;
  text-align: center;
  color: #4db20e;
  font-weight: bold;
  font-size: 4.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
  .Line_area {
    margin-bottom: 30px;
  }
  .Line_area .box {
    padding: 20px 6px 20px;
  }
  .Line_area .box h4 {
    width: 140px;
    height: 40px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-left: -70px;
    line-height: 1.3;
  }
  .Line_area .box h4 br {
    display: block;
  }
  .Line_area .box h4:before {
    content: "";
    border-width: 25px 70px 0 70px;
    border-color: #004b96 transparent transparent transparent;
  }
  .Line_area .box h4 span {
    display: block;
    text-align: center;
    padding: 8px 0 8px;
  }
  .Line_area .box h5 {
    font-size: 2.0rem;
    color: #0055a0;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .Line_area .box .cap_txt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .Line_area .box.sp_case {
    margin-bottom: 30px;
  }
  .Line_area .box.sp_case .btn {
    font-size: 2.0rem;
    letter-spacing: -1px;
    height: 80px;
  }
  .Line_area .box.sp_case .btn a {
    background: url(../common/images/icon_arrow_big.png) center right 10px no-repeat;
    background-size: 10px 19px;
  }
  .Line_area .box.sp_case .btn a img {
    width: 24px;
    height: auto;
  }
  .Line_area .box.sp_case .cap_txt {
    margin-bottom: 0;
  }
  .Line_area .box.sp_case .cap_txt span {
    display: inline-block;
  }
  .Line_area .box.pc_case .qr {
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .Line_area .box.pc_case .qr img {
    max-width: 218px;
    width: 100%;
    height: auto;
  }
  .Line_area .box.pc_case .qr dl {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
  }
  .Line_area .box.pc_case .qr dl dt {
    font-size: 2.0rem;
  }
  .Line_area .box.pc_case .qr dl dd {
    font-size: 1.6rem;
  }
  .Line_area .box.pc_case .step {
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
  }
  .Line_area .box.pc_case .step h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .Line_area .box.pc_case .step h6 span {
    display: inline-block;
    color: #0055a0;
    margin-right: 10px;
  }
  .Line_area .box.pc_case .step ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .Line_area .box.pc_case .step ul li figure {
    margin-bottom: 15px;
  }
  .Line_area .box.pc_case .step ul li figure img {
    width: 100%;
    height: auto;
  }
  .Line_area .box.pc_case .line_id {
    background: #FFF;
    height: 80px;
    text-align: center;
    color: #4db20e;
    font-weight: bold;
    font-size: 4.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }
}
/*------------------------------------------------------------
#Form_area
------------------------------------------------------------*/
#Form_area {
  background: #EDEDED;
  margin-bottom: 50px;
}
#Form_area .box {
  padding-bottom: 40px;
}
#Form_area h3 {
  text-align: center;
  margin-bottom: 30px;
  width: 280px;
  height: 58px;
  line-height: 1.4;
  margin: 0 auto 35px;
  background: #004b96;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  position: relative;
  top: -10px;
  left: 50%;
  margin-left: -140px;
  padding-top: 8px;
}
#Form_area h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 140px 0 140px;
  border-color: #004b96 transparent transparent transparent;
  bottom: -25px;
  left: 0;
}
#Form_area h4 {
  font-size: 2.6rem;
  color: #0055a0;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid #004b96;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
#Form_area h4 span {
  margin-right: 15px;
  background: #004b96;
  font-size: 2.0rem;
  line-height: 1;
  color: #FFF;
  display: inline-block;
  border-radius: 100px;
  padding: 4px 16px;
}
#Form_area h4 br {
  display: none;
}
#Form_area .step {
  display: flex;
  margin-bottom: 50px;
}
#Form_area .step li {
  width: 50%;
  background: #FFF;
  text-align: center;
  color: #0055a0;
  font-weight: bold;
  position: relative;
  height: 120px;
}
#Form_area .step li dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
#Form_area .step li dt {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #FFF;
  display: inline-block;
  background: #0055a0;
  border-radius: 100px;
  padding: 2px 12px;
  margin-bottom: 10px;
}
#Form_area .step li dd {
  font-size: 2.0rem;
  line-height: 1.3;
}
#Form_area .step li:first-child dd {
  margin-top: 10px;
}
#Form_area .step li:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 15px;
  border-color: transparent transparent transparent #FFF;
  right: -15px;
  top: 50%;
  margin-top: -60px;
  z-index: 50;
}
#Form_area .step li:first-child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 82px 0 82px 22px;
  border-color: transparent transparent transparent #e5ecf5;
  right: -22px;
  top: 50%;
  margin-top: -82px;
  z-index: 40;
}
#Form_area .txt {
  margin-bottom: 30px;
  overflow: hidden;
}
#Form_area .list {
  margin-bottom: 35px;
  font-weight: bold;
}
#Form_area .img_right {
  float: right;
  margin: 0 0 0 20px;
  width: 30%;
  height: auto;
}
#Form_area .form_area {
  margin-bottom: 30px;
}
#Form_area .form_title {
  margin-bottom: 15px;
}
#Form_area .cap_txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20px;
}
#Form_area input[type="text"], #Form_area input[type="email"], #Form_area input[type="tel"], #Form_area textarea {
  width: 96%;
  height: 50px;
  padding: 0 2%;
  border-width: 0;
  border-radius: 0;
  font-size: 1.5rem;
  background-color: none;
  background: #fff;
  box-shadow: 0px 0px 6px 3px #d6dbe0 inset;
}
#Form_area input[type="text"].wpcf7c-conf, #Form_area input[type="email"].wpcf7c-conf, #Form_area input[type="tel"].wpcf7c-conf, #Form_area textarea .wpcf7c-conf {
  background: none;
  color: #004b96;
  font-size: bold;
}
#Form_area input:-webkit-autofill {
  background-color: none;
  background: #fff;
  color: #004b96;
  font-size: bold;
}
#Form_area p .comment-form-comment {
  margin-bottom: 30px !important;
}
#Form_area input:-webkit-autofill.wpcf7c-conf {
  background-color: none;
}
#Form_area textarea {
  height: 100px;
  box-shadow: 0px 0px 6px 3px #d6dbe0 inset;
}
#Form_area .wpcf7-not-valid-tip {
  color: red;
  font-size: 1.4rem;
}
#Form_area .wpcf7-validation-errors {
  color: red;
  background: #ffe5e5;
  padding: 20px;
  margin-top: 30px;
}
#Form_area .wpcf7-mail-sent-ok {
  color: #2c5695;
  background: #daf8f8;
  padding: 20px;
  margin-top: 30px;
}
#Form_area .btn {
  background: #4ecd00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ecd00 0%, #4cad11 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ecd00 0%, #4cad11 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ecd00 0%, #4cad11 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ecd00', endColorstr='#4cad11', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-size: 2.8rem;
  height: 80px;
  width: 410px;
  margin: 35px auto 0;
  border-radius: 5px;
}
#Form_area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: url(../common/images/icon_arrow_big.png) center right 20px no-repeat;
  background-size: 10px 19px;
  color: #FFF;
  font-weight: bold;
}
#Form_area .btn a img {
  display: inline-block;
  margin-right: 5px;
}
#Form_area .btn:hover {
  opacity: 0.7;
}
#Form_area .hissu {
  color: #df0b1c;
  font-size: 1.2rem;
}
#Form_area #reply-title {
  display: none;
}
#Form_area input[type=submit].submit, #Form_area input[type=submit] {
  line-height: 1 !important;
  border: none !important;
  background-color: none !important;
  padding: 0 !important;
  text-shadow: none !important;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  border: none;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  width: 410px;
  height: 80px;
  font-weight: bold !important;
  font-size: 2.8rem !important;
  position: relative;
  color: #FFF !important;
  cursor: pointer;
  background: url(../common/images/icon_arrow_big.png) center right 20px no-repeat !important;
  background-size: 10px 19px;
  background-color: #004b96 !important;
  text-align: center;
  -webkit-appearance: none;
}
@media screen and (max-width:736px) {
  #Form_area input[type=submit].submit, #Form_area input[type=submit] {
    background: #004b96 !important;
    -webkit-appearance: none;
  }
}
#Form_area textarea {
  font-size: 1.2em;
  letter-spacing: 1px;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  #Form_area {
    margin-bottom: 50px;
  }
  #Form_area .box {
    padding-bottom: 55px;
  }
  #Form_area h3 {
    width: 220px;
    height: 45px;
    margin: 0 auto 35px;
    background: #004b96;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    top: -10px;
    left: 50%;
    margin-left: -110px;
    padding-top: 8px;
  }
  #Form_area h3:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 110px 0 110px;
    border-color: #004b96 transparent transparent transparent;
    bottom: -25px;
    left: 0;
  }
  #Form_area h3 img {
    width: 100%;
    height: auto;
  }
  #Form_area h4 {
    font-size: 2.0rem;
    color: #0055a0;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
  #Form_area h4 span {
    margin-right: 20px;
    background: #004b96;
    color: #FFF;
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 1.6rem;
    padding: 5px 15px;
    margin-bottom: 8px;
  }
  #Form_area h4 br {
    display: block;
  }
  #Form_area .step {
    margin-bottom: 30px;
  }
  #Form_area .step li {
    width: 55%;
    height: 120px;
  }
  #Form_area .step li dt {
    margin-top: 20px;
    font-size: 1.3rem;
    color: #FFF;
    display: inline-block;
    background: #0055a0;
    border-radius: 100px;
    padding: 2px 12px;
    margin-bottom: 10px;
  }
  #Form_area .step li dd {
    font-size: 1.4rem;
    letter-spacing: -2px;
    line-height: 1.3;
    padding-left: 10%;
  }
  #Form_area .step li dd span {
    display: block;
  }
  #Form_area .step li:first-child {
    width: 45%;
  }
  #Form_area .step li:first-child dd {
    margin-top: 5px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  #Form_area .step li:first-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 15px;
    border-color: transparent transparent transparent #FFF;
    right: -15px;
    top: 50%;
    margin-top: -60px;
    z-index: 50;
  }
  #Form_area .step li:first-child:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 82px 0 82px 22px;
    border-color: transparent transparent transparent #e5ecf5;
    right: -22px;
    top: 50%;
    margin-top: -82px;
    z-index: 40;
  }
  #Form_area .list {
    margin-bottom: 35px;
  }
  #Form_area .list li {
    margin-bottom: 15px;
  }
  #Form_area .img_right {
    float: none;
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
  }
  #Form_area .form_area {
    margin-bottom: 20px;
  }
  #Form_area .form_title {
    margin-bottom: 15px;
  }
  #Form_area .cap_txt {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 30px;
  }
  #Form_area input[type="text"], #Form_area input[type="email"], #Form_area input[type="tel"], #Form_area textarea {
    width: 96%;
    height: 50px;
    padding: 0 2%;
    border-width: 0;
    border-radius: 0;
    font-size: 1.5rem;
    background-color: none;
    background: #fff;
    box-shadow: 0px 0px 6px 3px #d6dbe0 inset;
    -webkit-appearance: none;
  }
  #Form_area input[type="text"].wpcf7c-conf, #Form_area input[type="email"].wpcf7c-conf, #Form_area input[type="tel"].wpcf7c-conf, #Form_area textarea.wpcf7c-conf {
    background: none;
    color: #004b96;
    font-size: bold;
  }
  #Form_area input:-webkit-autofill {
    background-color: none;
    background: #fff;
    color: #004b96;
    font-size: bold;
  }
  #Form_area input:-webkit-autofill.wpcf7c-conf {
    background-color: none;
  }
  #Form_area textarea {
    height: 100px;
    box-shadow: 0px 0px 6px 3px #d6dbe0 inset;
  }
  #Form_area .wpcf7-not-valid-tip {
    color: red;
    font-size: 1.4rem;
  }
  #Form_area .wpcf7-validation-errors {
    color: red;
    background: #ffe5e5;
    padding: 20px;
    margin-top: 30px;
  }
  #Form_area .wpcf7-mail-sent-ok {
    color: #2c5695;
    background: #daf8f8;
    padding: 20px;
    margin-top: 30px;
  }
  #Form_area input[type=submit].submit, #Form_area input[type=submit] {
    width: 100%;
    height: 80px;
    font-weight: bold;
    font-size: 2.0rem;
    position: relative;
    color: #FFF;
    cursor: pointer;
    background-size: 10px 19px;
    -webkit-appearance: none;
  }
  #Form_area .btn {
    font-size: 2.2rem;
    width: 100%;
    height: 80px;
    margin: 35px auto 0;
  }
  #Form_area .btn a img {
    width: 24px;
    height: auto;
  }
  #Form_area .hissu {
    color: #df0b1c;
    font-size: 1.2rem;
  }
  #Form_area textarea {
    font-size: 1.3em;
    letter-spacing: 1px;
    padding-top: 10px;
  }
}
#Form_area input[type=submit].submit {
  margin: 30px auto 0px !important;
  text-align: center !important;
  -webkit-appearance: none;
}
#Form_area .form-submit {
  text-align: center;
  margin: 0 auto;
}
/*------------------------------------------------------------
#Comment_area
------------------------------------------------------------*/
#Comment_area .ttl {
  text-align: center;
  background: #004b96;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 13px 0 13px 0px;
  line-height: 1;
  margin-bottom: 30px;
}
#Comment_area .comment-content {
  margin-left: 60px;
}
#Comment_area #comments .comment-reply-title {
  margin-bottom: 20px;
  font-weight: bold;
}
#Comment_area #comments-count {
  font-weight: 100;
  margin-bottom: 20px;
}
#Comment_area #comments-list {
  font-size: 1.4rem;
}
#Comment_area #comments-list li {
  border-bottom: solid 1px #bcc8d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#Comment_area #comments-list .comment-body > p {
  margin-left: 60px;
}
#Comment_area #comments-list .comment-author {
  display: flex;
  align-items: center;
}
#Comment_area #comments-list .comment-author .fn {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-weight: bold;
}
#Comment_area #comments-list .reply {
  margin-left: 60px;
  margin-top: 10px;
  font-size: 1.3rem;
}
#Comment_area #comments-list .reply a {
  color: #888888;
  text-decoration: underline;
}
#Comment_area #comments-list .reply a:hover {
  text-decoration: none;
}
#Comment_area #paging {
  margin: 40px 0 100px;
  text-align: center;
}
#Comment_area #paging span {
  font-weight: bold;
}
#Comment_area #paging a {
  text-decoration: underline;
}
#Comment_area #paging a:hover {
  text-decoration: none;
}
#Comment_area #paging span, #Comment_area #paging a {
  padding: 0 5px;
}
/*------------------------------------------------------------
#footer
------------------------------------------------------------*/
#footer {
  background: #e9a50c;
  padding: 30px 0;
}
#footer small {
  font-size: 1.1rem;
  display: block;
  text-align: center;
  color: #FFF;
}
.center {
  text-align: center;
}
#profile {
  border: solid 2px #b7b7b7;
  padding: 0 20px;
  text-align: center;
}
#profile .prof_text {
  font-size: 1.6rem;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width:736px) {
  #profile {
    margin: 0px;
    padding: 0 10px
  }
  #profile .prof_text {
    font-size: 1.1rem;
    padding: 0px 8px 20px;
  }
}
p.comment-notes {
  display: none;
}
#comments-count {
  display: none !important;
}
.kotei2 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #FFF;
  background-color: #ff0072;
  padding: 5px 10px;
  z-index: 99999999999;
  border-radius: 5px;
}
.kotei2 a {
  color: #fff !important;
}
.kotei2 a:hover {
  color: hsla(0, 0%, 92%, 1.00);
}
.kotei3 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #FFF;
  background-color: #ff0072;
  padding: 5px 10px;
  z-index: 99999999999;
  border-radius: 5px;
}
.kotei3 a {
  color: #fff !important;
}
.kotei3 a:hover {
  color: hsla(0, 0%, 92%, 1.00);
}
.wrap.wrap {
  margin: 0 auto;
  background: #082281; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 1%, #fff 64%, #0B0B3B 66%, #0B0B3B 67%, #fff 69%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 1%, #fff 64%, #0B0B3B 66%, #0B0B3B 67%, #fff 69%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 1%, #fff 64%, #0B0B3B 66%, #0B0B3B 67%, #fff 69%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082281', endColorstr='#082281', GradientType=0); /* IE6-9 */
  ;
}
@media screen and (max-width:767px) {
  .wrap {
    margin: 0px 0px;
    background-image: url(../images/lesson1/title_sp.png);
    background-size: contain;
  }
}
.headwrap {
  max-width: 800px !important;
  margin: 0 auto;
  padding: 40px 0px 0px;
  background-image: url(../images/lesson1/title2.png);
  backgroun-repeat: no-repeat;
}
.contents_title {
  max-width: 1000px;
  margin: 0px auto 30px;
  padding: 10px 0px 0px 0px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .contents_title {
    background-image: url(../images/lesson1/title_sp.png)
  }
}
.contents_title a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.img_right01 {
  float: right;
  margin: 0px -30px -460px 40px !important;
}
.inner2 {
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  border: solid 2px #EFEFEF;
}
.inner3 {
  max-width: 830px;
  background-color: #fff;
  margin: 0 auto;
}
.inner4 {
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  padding: 0px 30px 30px;
  border: solid 2px #EFEFEF;
}
.inner4 img {
  padding: 30px;
  max-width: 70%;
}
.sppad {
  padding: 0px 0px 30px;
  background-color: #fff;
}
.sppad p {
  padding: 0 20px;
}
.sppad2 {
  padding: 20px 0px;
  background-color: #fff;
}
.sppad2 p {
  padding: 0 20px;
}
.sppad h2 {
  padding: 0 15px;
}
@media screen and (max-width:767px) {
  .inner2 {
    margin: 0 20px;
    padding: 30px 30px 0px;
  }
  .inner3 {
    margin: 0 10px;
  }
  .inner4 {
    margin: 0 0px;
    padding: 0px 0px 20px;
  }
  .inner4 img {
    padding: 20px;
  }
  .inner4 p {
    padding: 0 20px;
  }
  .sppad {
    padding: 20px 10px;
  }
  .sppad p {
    padding: 0 30px;
    margin: 0 15px;
  }
  .sppad2 {
    padding: 5px 0px;
  }
}
.bottom-line {
  margin-bottom: 20px;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #fac55a;
  margin-top: 15px;
}
.tokuten {
  max-width: 740px;
  margin: 0 auto;
  border: solid 2px #fac55a;
  background-color: #fff;
}
.inner4 {
  max-width: 750px;
  margin: 0 auto;
  background-color: #ffe8b8;
}
.tokutenttl {
  font-size: 32px;
  font-weight: bold;
}
.tokuten p {
  padding: 0px 25px 0px;
  margin-bottom: 40px;
}
.tokuten img {
  width: 80%;
}
.ttl h1 {
  background: url(../images/lesson1/sprite.svg) no-repeat;
  background-size: 302px 744px;
  background-position: 0 -300px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 23px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  width: 302px;
  height: 50px;
  padding: 12px 0 0px;
  margin: 30px auto 15px;
  max-width: 600px;
  transform: scale(1.5);
}
.tokuten h2 {
  font-weight: bold;
  font-size: 30px;
  color: #3A3A3A;
  margin-top: 0;
  padding: 15px 0px 0px;
  margin: 5px 0px 0px;
}
@media screen and (max-width:767px) {
  .ttl h1 {
    transform: scale(1.0);
  }
  .tokuten h2 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    margin-top: 10px;
  }
  .tokuten p {
    padding: 10px 15px 0px !important;
  }
  .inner4 p {
    padding: 10px 5px 0px;
  }
  .tokuten {
    margin: 0 15px;
  }
  .tokuten h1 {
    margin-bottom: 0px;
    height: 40px;
    margin: 30px 0px
  }
}
.linebtnwrap {
  background: #fff;
  margin: 0px auto;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border: 5px solid #40ba16;
  position: relative;
  max-width: 860px;
}
.linesachin {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.linetext {
  margin-top: 30px;
}
.linebtnwrap a:hover img {
  opacity: .8;
}
@media screen and (max-width:767px) {
  .linebtnwrap {
    margin:-20px 0 ;
    padding: 10px 5px;
  }
}
#profile2 {
  border: solid 5px #D8D8D8;
  border-radius: 15px;
}
.linepcwrap {
  background-color: #40ba16;
  width: 67%;
  margin: 30px auto;
  border-radius: 15px;
}
@media screen and (max-width:900px) {
  .linepcwrap {
    width: 80%;
  }
}
.linepcwrap p {
  font-size: 34px;
  color: #fff;
  line-height: 1.4;
  padding: 15px 0px;
  font-weigt: bold;
}
.lineinner {
  background-color: #fff;
  border-radius: 15px;
  margin: 0px 20px 30px;
  width: 40%;
  display: inline-block;
  padding: 10px 0px;
  height: 200px;
}
.lineinner img {
  margin: 0px;
  width: 200px;
}
.lineinner h2 {
  background-color: #40ba16;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  width: 85%;
  margin: 0px auto 0px;
  border-radius: 5px;
  letter-spacing: 5px;
}
.lineinner h1 {
  font-size: 40px;
  color: #ff0072;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  padding-top: 20px;
}
.linebtnwrap2 {
  background: #fff;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border: 5px solid #40ba16;
  position: relative;
  margin: 0 auto;
  max-width: 830px;
}
.linesachin2 {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.linetext2 {
  margin-top: 30px;

}
.linebtnwrap2 a:hover img {
  opacity: .8;
}
@media screen and (max-width:767px) {
  .linebtnwrap2 {
    margin: 0;
    padding: 10px 5px;
  }
}
.linepcwrap2 {
  background-color: #40ba16;
  width: 90%;
  margin: 30px auto;
  border-radius: 15px;
}
.linepcwrap2 p {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4;
  padding: 15px 0px;
  font-weigt: bold;
}
.lineinner2 {
  background-color: #fff;
  border-radius: 15px;
  margin: 0px 20px 30px;
  width: 40%;
  display: inline-block;
  padding: 10px 0px;
  height: 200px;
}
.lineinner2 img {
  margin: 0px;
  width: 200px;
}
.lineinner2 h2 {
  background-color: #0055a0;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  width: 85%;
  margin: 0px auto 0px;
  border-radius: 5px;
  letter-spacing: 5px;
}
.lineinner2 h1 {
  font-size: 40px;
  color: #ff0072;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  padding-top: 20px;
}
.presentarea {
  margin: 20px auto;
  text-align: center;
}
.presentttl h1 {
  font-size: 30px;
  margin: 0px auto;
  margin-top: 20px;
  text-align: center;
}
.title1 {
  background-color: #f4ae11;
  color: #fff;
font-size: 2.5rem;
  padding: 10px 30px;
}
@media screen and (max-width:736px){
	.title1{
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
}
.presentarea p {

text-align: center;
}

.presentarea .inner p {
  text-align: center;
  margin: 0px auto 0px !important;
  color: #000;
  padding: 15px;
  margin-top: 0px;
}
.presentarea .inner {
  max-width: 390px;
  display: inline-block !important;
  vertical-align: top;
  margin: 0 10px;
  margin-top: 30px;
  border: solid 5px #f4ae11;
}
.presentarea h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 0px !important;
  background-color: #f4ae11;
}
.pink {
  color: #ff0072;
  font-weight: bold;
}
.hidemb {
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .presentarea .inner {
    display: block;
    margin: 15px auto;
    padding: 0px 0px;
    width: 100%;
  }
  .presentarea .inner p {
    text-align: center;
    padding: 15px 0px;
  }
  .presentarea h2 {
    margin: 0 !important;
    padding-bottom: 5px;
	  font-size: 1.5rem!important;
  }
  .presentttl h1 {
    font-size: 26px;
	  margin-bottom: 30px;
  }
  .hidemb {
    margin-bottom: 30px;
  }
  .linetext, .linetext2 {
    font-size: 18px;
    margin-top: 15px;
  }
}
.headmsg {
  margin: 0 auto 0px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  padding: 5px 0px;
  background-color: #000;
  color: #fff;
}
.headmsg p {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 20s linear infinite;
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
/*-
img.bookw {
  width: 180px;
}-*/
/*--イングリッシュブレークスルー追記-------*/
@media screen and (max-width:767px) {
  .linebt-txt {
    font-weight: bold;
  }
}
.line-color {
  color: #1abc04;
}
.program {
  background-color: #fff7e5;
  padding: 20px;
  border: solid 3px #f6e9cd;
  position: relative;
  z-index: -100;
}
@media screen and (max-width:736px) {
  .program {
    padding: 5px;
  }
}
.program-inner {
  background-color: #FFF;
  padding: 65px 40px 15px 40px;
  position: relative;
  margin-top: -60px;
  z-index: -1;
  border-radius: 10px;
  border: solid 2px #f4ae11;
}
@media screen and (max-width:736px) {
  .program-inner {
    padding: 45px 10px 10px 10px;
  }
}
.program img {
  max-width: 100%;
}
.program-title {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #f4ae11; /*文字色*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
  background: rgb(255, 175, 75); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-9 */
  margin-bottom: 20px !important;
  text-align: left !important;
  margin: 0 auto;
  max-width: 70%;
  font-size: 3.0rem !important;
}
@media screen and (max-width:736px) {
  .program-title {
    padding: 5px;
    margin-bottom: 35px !important;
	    font-size: 1.7rem !important;
  }
}
.program-title2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #f4ae11; /*文字色*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
  background: rgb(255, 175, 75); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-9 */
  text-align: left !important;
  margin: 0 auto;
	font-size: 3.0rem!important;
}
@media screen and (max-width:736px) {
  .program-title2 {
    padding: 0.25em 0em; /*上下 左右の余白*/
	  font-size: 1.7rem!important;
  }
}
.flex {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.program-left {
  width: 43%;
  /*-  font-size: 30px;-*/
}
.program-right {
  width: 55%;
}
@media screen and (max-width:800px) {
  .flex {
    display: block;
  }
  .program-left {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
  }
  .program-right {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width:736px) {
  .flex {
    display: none;
  }
  .program-left {
font-size: 1.1rem;
    width: 95%;
    margin: 10px auto 0;
  }
  .program-right {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
.clear-both {
  content: ' ';
  clear: both;
  display: block;
  max-width: 100%;
}
.solid-o {
  height: 1px;
  width: 100%;
  background-color: #AAAAAA;
  margin: 3% auto;
}
@media screen and (max-width:736px){
	.solid-o{
		margin: 5% auto 3%;
	}
}
.bg-glay {
  background: #f2f2f2;
  border-bottom: solid 3px #ccc;
}
.bg-white {
  background-color: #FFF;
  padding: 15px;
}
@media screen and (max-width:736px) {
  .bg-white {
    padding: 0 5px;
  }
}
.bg-white2 {
  background-color: rgba(255, 255, 255, 0.80);
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width:736px) {
  .bg-white2 {
    padding: 15px 10px;
  }
}
.lesson-pre {
  text-align: center;
}
.present-title {
  padding: 10px 20px;
  background-color: #f4ae11;
  color: #FFF;
  font-size: 3.0rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width:736px) {
  .present-title {
    padding: 5px 30px;
	  font-size: 1.7rem;
  }
}
.present-box {
  text-align: left;
  border: solid 5px #f6e9cd;
  padding: 15px;
  font-size: 30px;
}
.present-box img {
  max-width: 100%;
}
@media screen and (max-width:736px){
	.present-box img{
		max-width: 80%;
		vertical-align: middle;
	}
}
.line {
  border-bottom: dotted 1px #AAAAAA;
  margin: 0;
  position: relative;
  padding: 0 0 10px;
}
.line:after {
  content: '';
  background-color: #000;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
ul.number {
  padding: 0;
  list-style: none;
}
ul.number li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.0em;
  margin-bottom: 5px;
  /*-  color: rgb(129,194,250);-*/
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(244, 174, 17, 0.5);
}
ul.number li:after, ul.number li:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.number li:before {
  top: 0.7em;
  left: 0.2em;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(244, 174, 17, 0.5);
}
ul.number li:after {
  top: 0.9em;
  left: 0.7em;
  width: 22px;
  height: 22px;
  background: rgba(244, 174, 17, 0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media screen and (max-width:736px) {
  .present-box {
    padding: 5px;
  }
  ul.number li {
    padding: 0.5em 0.5em 0.5em 2.5em;
    font-size: 1.4rem;
  }
}
.trouble-bg {
  background-image: url("../images/lesson1/trouble-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.dream-bg {
  background-image: url("../images/lesson1/dream-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
	padding: 20px 0;
}
@media screen and (max-width:736px) {
  .dream-bg {
    background-image: url("../images/lesson1/dream-bg-sp.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	  padding: 20px 0 40px;
  }
	.trouble-bri{
		max-width: 70%;
	}
}
.trouble-title {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-weight: bold;
  font-size: 3.0rem;
  margin: 30px 0;
}
.trouble-title:before, .trouble-title:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.trouble-title:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.trouble-title:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.tri {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width:736px) {
  .trouble-title {
    padding: 0.25em 2em;
    font-size: 1.7rem;
	  margin: 15px 0;
  }
  .tri {
    max-width: 30%;
    margin: 30px auto 0;
  }
}
.orange {
  color: #f4ae11;
}
.blue {
  color: #1977a8;
}
.border-side {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding:20px;
	margin: 20px auto;
}
@media screen and (max-width:736px) {
  .border-side {
    padding: 15px;
  }
}
.highlights {
  background-color: #fff7e5;
  padding: 20px;
  border: solid 3px #f6e9cd;
  position: relative;
}
@media screen and (max-width:736px) {
  .highlights {
    padding: 5px;
  }
}
.highlights-title {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #f4ae11;
  background-color: blanchedalmond;
  color: #000000 !important;
}
.highlights-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #f4ae11;
  background-image: -webkit-repeating-linear-gradient(135deg, #f4ae11, #f4ae11 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f4ae11, #f4ae11 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.highlights-left {
  float: left;
  width: 50%;
  max-width: 100%;
}
.highlights-right {
  width: 45%;
  position: absolute;
  right: 10px;
  padding-right: 15px;
}
@media screen and (max-width:736px) {
  .highlights-left {
    float: none;
    width: 100%;
  }
  .highlights-right {
    width: 100%;
    position: static;
    right: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width:500px) {
  .highlights-right {
    font-size: 100%;
  }
}
.profile-inner {
  width: 1000px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  max-width: 95%;
}
@media screen and (max-width: 736px) {
  .profile-inner {
    width: auto;
    margin: 0 20px;
  }
}
.profile-title {
  font-weight: bold;
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.profile-title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media screen and (max-width:736px) {
  .profile-title {
    font-size: 2.2rem;
  }
  .profile-title:before {
    width: 90px;
  }
}
@media screen and (max-width:500px) {
  .profile-title {
    font-size: 1.7rem;
  }
}

#profile img{
	max-width: 90%;
	width: 780px;
}
h4 {
  font-size: 2.5rem;
	margin-bottom: 15px;
}
@media screen and (max-width:736px) {
  h4 {
    font-size: 1.5rem;
  }
}
#movie {
  margin: 0;
  padding: 30px 0;
  background: #f6f6f6;
}
#title {
  margin: 0 20px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #title {
    width: 90%;
    margin: 0 auto;
    max-width: 1250px;
  }
}
#movie_box {
  margin: 0 20px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #movie_box {
    /*-    width: 1240px;-*/
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1250px;
  }
}
.movie_main {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .movie_main {
    width: 65%;
	  margin: 0;
  }
}
.movie_thumb {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .movie_thumb {
    width: 33%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
  }
}
.video {
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_lesson {
  margin: 0;
  padding: 2px 0 20px 0;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.movie_lesson span {
  padding: 4px 10px 4px 10px;
  background-color: #f4ae11;
  border: 2px solid #f4ae11;
	font-size: 1.1rem;
}
.movie_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
position: relative;
  margin: 1em 0;
  padding: 0.5em 0.5em;
  border: solid 3px #f4ae11;
  border-radius: 8px;
}

.movie_title .lesson-color {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #f6f6f6;
  color: #F4AE11;
  font-weight: bold;
}
.movie_title p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width:768px) {
  .movie_title {
    font-size: 25px;
  }
}
@media screen and (min-width:1025px) {
  .movie_title {
    font-size: 32px;
    padding: 0.8em 0.5em;
  }
}
.movie_title strong {
  color: #ff6400;
}
.thumbnail {
  width: 30%;
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .thumbnail {
    width: 100%;
    margin: 0;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ddd;
  }
	.thumbnail:last-child{
		border: none;
	}
}
.thumbnail a {
  display: block;
}
.thumbnail a:link {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail a:visited {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail a:hover {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail_pict {
  margin: 0;
  padding: 15px 0 10px 0;
}
@media screen and (min-width: 1025px) {
  .thumbnail_pict {
    width: 195px;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: top;
  }
}
.thumbnail_pict img {
  width: 100%;
}
.thumbnail_detail {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .thumbnail_detail {
    width: 220px;
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 140%;
    display: table-cell;
    vertical-align: top;
  }
}
.thumbnail_lesson {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.thumbnail_lesson span {
  padding: 4px 10px 4px 10px;
  background-color: #f4ae11;
  border: 2px solid #f4ae11;
	font-size: 1.1rem;
}
.thumbnail_detail strong {
  color: #ff6400;
}
.thumbnail_status {
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 12px;
  color: #999;
}
.movie_text {
  margin: 30px 100px 0 100px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .movie_text {
    width: 720px;
    margin: 45px auto 0 auto;
    padding: 1px 120px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
.message {
  background-image: url("../images/lesson1/message-bg.png");
  background-attachment: fixed;
  background-size: cover;
}
.message-title-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4096ee+0,4096ee+100;Blue+Flat+%232 */
  background: rgb(64, 150, 238); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(64, 150, 238, 1) 0%, rgba(64, 150, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#4096ee', GradientType=1); /* IE6-9 */
}
.message-title {
  margin: 0 auto;
}
/*---------lesson2-----------*/
.point-area {
  position: relative;
}
.point-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #f4ae11, #ffca57 2px, #fff 2px, #fff 4px);
}
.point-title {
  background: #f4ae11;
  text-align: center;
	padding: 20px 0;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.point-title::after{
	width: 0;
height: 0;
border-style: solid;
border-width: 50px 80px 0 80px;
border-color: #F4AE11 transparent transparent transparent;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.point-title img {
  margin-top: -40px
}
.point-eg {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.point-eg .point-eg-title {
    font-size: 1.3em;
    background: #f4ae11;
    padding: 7px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}    /* letter-spacing: 0.05em;
}
.point-eg p {
  padding: 15px 20px;
  margin: 0;
}
.border-dotted {
  display: block;
  border-bottom: dotted 1px #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*-----lesson3-----------*/
.lesson3-box {
  border: solid 2px #f4ae11;
  background-color: #fff7e5;
  padding: 10px 1em;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width:736px) {
  .lesson3-box {
    padding: 10px 0.5em;
    font-size: 1.8rem;
    border-radius: 5px;
  }
}
.lesson3-box li {
  list-style: inside;
  border-bottom: dotted 1px;
}
.lesson3-box li:last-child {
  border: none;
}
/*----プレゼントページ1------*/
#header #nav-pre {
  background: #fba400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fba400 0%, #e99f00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fba400 0%, #e99f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba400', endColorstr='#e99f00', GradientType=0);
  /* IE6-9 */
}
#header #nav-pre ul {
  display: flex;
  font-size: 2.2rem;
  height: 55px;
}
#header #nav-pre li {
  width: 49.5%;
  height: 100%;
  margin: 0 auto
}
#header #nav-pre a, #header #nav-pre span {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ffb019;
  border-right: 1px solid #ffb019;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#header #nav-pre span {
  position: relative;
}
#header #nav-pre span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #f6d358;
}
.pre-img {
  max-width: 65% !important;
}
@media screen and (max-width: 736px) {
  #header #nav-pre ul {
    font-size: 1.4rem;
  }
  .pre-img {
    max-width: 85% !important;
  }
}
/*---lesson4----*/
.sample_h_21 {
  font-size: 1.5em; /* フォントサイズ */
  font-weight: bold; /* フォント太さ */
  padding: .5em .7em;
  position: relative;
  background-color: #fff7e5; /* 背景色 */
  border-left: solid 2em #f4ae11; /* 線 */
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); /* 影 */
  color: #F4AE11; /* フォント色 */
}
.sample_h_21:before {
  position: absolute;
  content: "　";
  background: url("../images/lesson1/pencil-alt.pngs") no-repeat center;
  background-size: 30px;
  padding: 0em;
  left: -1.5em;
}
@media screen and (max-width:736px) {
  .sample_h_21 {
    font-size: 1.2em; /* フォントサイズ */
    padding: .2em .3em;
    border-left: solid 2em #f4ae11; /* 線 */
  }
  .sample_h_21:before {
    background-size: 20px;
    padding: 0em;
    left: -1.5em;
  }
}
fieldset {
  text-align: left;
  line-height: 1.8;
  border: solid #F4AE11 3px;
  border-radius: 10px;
  padding: 10px 2em 10px 10px;
  font-weight: bold;
  display: inline;
}
fieldset legend {
  font-weight: bold;
  color: #F4AE11;
  font-size: 2.4rem;
  background-color: #FFF;
  padding: 0 20px
}
fieldset p {
  padding: 0 30px;
  font-size: 2.8rem;
}
@media screen and (max-width:736px) {
  fieldset {
    padding: 10px;
    display: block;
  }
  fieldset legend {
    font-size: 1.6rem;
    padding: 0 10px
  }
  fieldset p {
    padding: 0;
    font-size: 1.4rem;
  }
}
ul.environment {
  padding: 0;
  font: 2.5rem 'arial narrow', sans-serif;
  max-width: 90%;
  list-style: none;
  border: #f4ae11 solid 2px;
  border-radius: 5px;
  padding: 10px
}
ul.environment li {
  position: relative;
  padding: 7px 5px 7px 55px;
  margin-bottom: 5px;
  background: #fff7e5;
  color: #f4ae11;
  font-weight: bold;
  border-radius: 5px;
}
ul.environment li:before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #f4ae11;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width:736px) {
  ul.environment {
    font: 18px 'arial narrow', sans-serif;
    max-width: 100%;
    padding: 5px 10px;
  }
  ul.environment li {
    padding: 7px 5px 7px 45px;
  }
}
.p20 {
  padding: 0 30px
}
@media screen and (max-width:736px) {
  .p20 {
    padding: 0 15px;
  }
}
/*============杉山さん================*/
#header #nav-pre span.underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #f6d358;
}
#Movie_area2 {
  position: relative;
  z-index: 10;
  margin: 50px auto 60px;
  width: 830px;
  border: 6px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 3px #bcc0c4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7eced 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7eced 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7eced 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7eced', GradientType=0);
  /* IE6-9 */
}
#Movie_area2 .inner {
  width: auto;
  padding: 20px 25px 25px;
}
#Movie_area2 h2 {
  font-size: 3.0rem;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #f7ab00;
}
#Movie_area2 .txt {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
#Movie_area2 .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#Movie_area2 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 736px) {
  #Movie_area2 {
    margin: 0 18px 30px;
    width: auto;
  }
  #Movie_area2 .inner {
    width: auto;
    padding: 15px 0 0;
    margin: 0;
  }
  #Movie_area2 h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #Movie_area2 .txt {
    font-size: 1.6rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #Movie_area2 .txt span {
    letter-spacing: -2px;
  }
}
#movie2 {
  margin: 0;
  padding: 50px 0;
  background: #f6f6f6;
}
#title2 {
  margin: 0 20px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #title2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
  }
}
#movie_box2 {
  margin: 0 20px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #movie_box2 {
    width: 1250px;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 95%;
  }
}
.movie_main2 {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .movie_main2 {
    width: 70%;
  }
}
.movie_thumb2 {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .movie_thumb2 {
    margin: 0;
    padding: 0;
  }
}
.movie_lesson2 {
  margin: 0;
  padding: 2px 0 0px 0;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.movie_lesson2 span {
  padding: 6px 12px 6px 12px;
  background-color: #f4ae11;
}
.movie_title2 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
}
.movie_title2 {
  position: relative;
  margin: 1em 0;
  padding: 0.5em 0.5em;
  border: solid 3px #f4ae11;
  border-radius: 8px;
}
.movie_title2 .lesson-color {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #f6f6f6;
  color: #F4AE11;
  font-weight: bold;
}
.movie_title2 p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width:768px) {
  .movie_title2 {
    font-size: 25px;
  }
}
@media screen and (min-width:1025px) {
  .movie_title2 {
    font-size: 32px;
    padding: 0.8em 0.5em;
  }
}
.movie_title2 strong {
  color: #ff6400;
}
.thumbnail2 {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none !important;
  width: 30%;
  border-right: solid 1px #ccc;
  padding-right: 10px;
  padding-left: 10px;
}
.thumbnail2:nth-child(3) {
  border: none;
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .thumbnail2 {
    margin: 0;
  }
}
.thumbnail2 a {
  display: block;
}
.thumbnail2 a:link {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail2 a:visited {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail2 a:hover {
  color: #1a1919;
  text-decoration: none;
}
.thumbnail_pict2 {
  margin: 0 0 20px;
  padding: 0;
}
.thumbnail_pict2 img {
  width: 100%;
}
.thumbnail_detail2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (min-width: 1025px) {
  .thumbnail_detail2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 150%;
  }
}
.thumbnail_lesson2 {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
}
.thumbnail_lesson2 span {
  padding: 4px 10px 4px 10px;
  background-color: #f4ae11;
  border: 2px solid #f4ae11;
}
.thumbnail_detail2 strong {
  color: #ff6400;
}
.thumbnail_status2 {
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 12px;
  color: #999;
}
.movie_text2 {
  margin: 30px 100px 0 100px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .movie_text2 {
    width: 720px;
    margin: 45px auto 0 auto;
    padding: 1px 120px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width:968px) {
  .movie_thumb2 {
    justify-content: space-between;
  }
  .thumbnail2 {
    display: block;
    width: 49%;
    border-right: none;
    border-bottom: solid 1px #ccc;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .thumbnail2:nth-child(4), .thumbnail2:nth-child(3) {
    border: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .movie_lesson2 {
    font-size: 22px;
  }
}
@media screen and (max-width:500px) {
  .movie_lesson2 {
    font-size: 16px;
  }
  .thumbnail2 {
    width: 48%;
  }
}
.toku_bookw {
  max-width: 40% !important;
}
@media screen and (max-width:768px) {
  .toku_bookw {
    max-width: 45% !important;
  }
}
@media screen and (max-width:500px) {
  .toku_bookw {
    max-width: 65% !important;
  }
}


/*====== 20220119追加 =======*/
.news_box{
	background-color: #ffe8b8;
	border: solid 2px #fac55a;
	padding: 20px;
	text-align: center;
}
.news_box .bg-white{
	padding: 20px 5%;
}
.news{
	font-size: 2.5rem;
	margin-top:50px;
	margin-bottom: 50px;
	font-weight: bold;
	text-align:center;
}
.news span{
 color:#f4ae11;
}

@media screen and (max-width:768px){
	.news{
		font-size: 2.0rem;
	}
}
@media screen and (max-width:500px){
	.news_box{
	padding: 10px;
}
	.news_box .bg-white{
	padding: 10px 3%;
}
	.news{
		font-size: 1.8rem;
		margin-bottom: 15px;
		margin-top:15px;
	}
}