@charset "UTF-8";
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ------------------

レイアウト設定 

------------------ */
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
body {
  background-color: #FFF;
  color: #333333;
  font-family: 'Arial', 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400; }

/*
 * ================================================
 * 
 * footer
 * 
 * ================================================
 */
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
h1, h2, h3, h4 {
  color: #000; }

.pc_none {
  display: none; }

.container {
  margin: 0 auto !important;
  max-width: 1100px !important;
  padding: 0 !important;
  position: relative;
  width: 1100px; }

.text_yellow_line {
  background: linear-gradient(transparent 60%, #fff000 60%); }

.btn_pink {
  background-color: #f83a68;
  border-radius: 30px;
  color: #FFF;
  display: block;
  font-size: 1.375rem;
  padding: 23px;
  text-align: center; }
  .btn_pink:hover {
    color: #FFF;
    text-decoration: none; }

.text_pink {
  color: #f83a68; }

.text_blue {
  color: #1886a9; }

.text_black {
  color: #000; }

.text_large {
  font-size: 1.5rem !important; }

.bg_blue {
  background-color: #1886a9; }

/*
 * ================================================
 * 
 * header
 * 
 * ================================================
 */
.hdr_container {
  padding-top: 42px;
  text-align: center; }

.hdr_text {
  color: #1886a9;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0.5%; }
  .hdr_text strong {
    color: #f83a68; }

.hdr_tit {
  font-weight: 700; }

.hdr_tit_01 {
  font-size: 2.1875rem;
  line-height: 3.125rem; }

.hdr_tit_02 {
  font-size: 3.4375rem;
  line-height: 4.375rem; }

.hdr_tit_03 {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  margin-bottom: 15px; }

.hdr_main {
  margin-bottom: 80px;
  position: relative; }
  .hdr_main:before {
    background-color: #d6f0f8;
    content: "";
    display: block;
    height: 62.175324675324674%;
    position: absolute;
    top: 8.441558441558442%;
    left: 0;
    width: 100%;
    z-index: 0; }

.hdr_main_book {
  width: 406px;
  z-index: 1; }

.hdr_main_circle {
  position: relative;
  width: 342px;
  z-index: 1; }
  .hdr_main_circle ul {
    position: relative; }
    .hdr_main_circle ul li.main_text_01 {
      position: absolute;
      top: -23px;
      right: 50px;
      width: 202px; }
    .hdr_main_circle ul li.main_text_02 {
      position: absolute;
      top: 174px;
      left: 0;
      width: 222px; }

.hdr_main_text {
  position: relative;
  width: 340px;
  z-index: 1; }
  .hdr_main_text ul {
    font-size: 0.875rem;
    margin-top: 110px; }
    .hdr_main_text ul li {
      border-bottom: 1px solid #000;
      font-weight: bold;
      margin-bottom: 11px;
      padding-bottom: 11px;
      padding-left: 25px;
      position: relative;
      text-align: left; }
      .hdr_main_text ul li:before {
        background: url("../images/icon_pen.png") no-repeat;
        background-size: 18px;
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 4px;
        left: 0; }

.hdr_btn_area {
  width: 325px;
  margin: -41px auto 0; }
  .hdr_btn_area .btn_pink {
    display: none; }

.hdr_price_area {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.25rem; }

.hdr_sns_area, .ftr_sns_area {
  display: none !important; }

.main_img_01 {
  position: absolute;
  top: 400px;
  left: -60px;
  width: 354px; }

.main_img_02 {
  position: absolute;
  top: 174px;
  right: -100px;
  width: 249px; }

/*
 * ================================================
 * 
 * section
 * 
 * ================================================
 */
.section01_container {
  border-top: 3px solid #000;
  margin-bottom: 58px;
  padding-top: 47px; }

.section01_tit {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 58px;
  text-align: center; }

.section01_text {
  width: 534px; }

.section01_img {
  width: 500px; }

.section01_mokuji_container {
  border: 1px solid #000;
  margin: 0 auto 90px;
  width: 760px; }

.section01_mokuji_tit {
  background-color: #000;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  padding: 3px;
  text-align: center; }

.section01_mokuji_inner {
  padding: 25px 30px; }

.img01_02 {
  margin: 0 auto;
  width: 303px; }

.section01_mokuji_text {
  width: 350px;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  .section01_mokuji_text ul {
    margin-bottom: 0; }
    .section01_mokuji_text ul li span {
      color: #999999;
      font-weight: normal;
      margin: 0; }

.bg_light_blue {
  background-color: #d6f0f8; }

.section02_container {
  margin: 0 auto;
  padding: 60px 0;
  width: 1000px; }

.section02_tit {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 20px;
  text-align: center; }

.section02_tit_pink {
  font-size: 3rem;
  line-height: 4.375rem; }

.section02_moya_set {
  margin-bottom: 60px; }

.section02_moya_tit_area {
  background-color: #1886a9;
  color: #FFF;
  height: 116px;
  margin-bottom: 32px;
  position: relative; }

.section02_moya_icon {
  margin-right: 30px;
  margin-left: 26px;
  width: 140px; }
  .section02_moya_icon img {
    margin: -8px 0; }

.section_moya_tit {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 0; }

.section_moya_tit2 {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin: 0; }

.img_moya01_01 {
  height: auto;
  width: 172px;
  position: absolute;
  top: -13px;
  right: 24px; }

.img_moya02_01 {
  width: 172px;
  position: absolute;
  top: 6px;
  right: 20px; }

.img_moya03_01 {
  width: 169px;
  position: absolute;
  top: 3px;
  right: 3px; }

.img_moya04_01 {
  width: 139px;
  position: absolute;
  top: 18px;
  right: 6px; }

.section02_moya_textarea {
  margin-left: 197px; }
  .section02_moya_textarea .list_style_disc {
    margin: 0 0 40px;
    padding: 0 0 0 1.2em; }
  .section02_moya_textarea .section02_moya_textbook {
    width: 285px;
    margin-right: 37px; }
  .section02_moya_textarea audio {
    outline: none; }

.conv_container {
  background-color: #e6e8ef;
  border: 3px solid #000;
  border-radius: 20px;
  width: 740px;
  margin: 120px auto 90px;
  position: relative; }

.conv_inner {
  padding: 40px 40px 0 40px; }

.conv_detail {
  margin-bottom: -10px; }

.conv_img {
  width: 210px; }

.conv_text_area {
  width: 430px; }
  .conv_text_area .conv_point_list {
    margin-top: 48px; }

.conv_point_list {
  font-size: 0.875rem; }
  .conv_point_list li {
    border-bottom: 1px solid #000;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    position: relative;
    text-align: left; }
    .conv_point_list li:before {
      background: url("../images/icon_pen.png") no-repeat;
      background-size: 18px;
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 4px;
      left: 0; }

.conv_img_01 {
  width: 149px;
  position: absolute;
  top: -58px;
  right: -72px; }

.conv_img_02 {
  width: 169px;
  position: absolute;
  top: -92px;
  right: 88px; }

.conv_btn_area {
  width: 680px;
  margin: 0 auto 20px; }
  .conv_btn_area .hdr_sns_area {
    float: right; }

.conv_price {
  width: 100%;
  text-align: right; }
  .conv_price p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0;
    text-align: right; }
    .conv_price p strong {
      color: #000;
      font-size: 1.875rem;
      line-height: 1.875rem; }

.conv_btn {
  display: none; }

/* section03 特徴 */
.section03_tit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  width: 338px; }
  .section03_tit:before, .section03_tit:after {
    background: url("../images/tokucho_tit_img.png") no-repeat;
    background-size: 11px;
    content: "";
    display: block;
    width: 11px;
    height: 66px;
    position: absolute; }
  .section03_tit:before {
    top: -0.625rem;
    left: 0; }
  .section03_tit:after {
    top: -0.625rem;
    right: 0;
    transform: rotate(180deg); }

.section03_ul {
  margin: 0 -1.5% 90px; }
  .section03_ul li {
    margin: 0 1.5%;
    width: 30%; }
    .section03_ul li dl dt {
      border-bottom: 1px solid #DDD;
      font-size: 1.125rem;
      line-height: 1.6875rem;
      margin-bottom: 12px;
      padding-bottom: 12px;
      text-align: center; }

/* section04 使い方 */
.section04_bg {
  background-color: #c7e8e5;
  border-radius: 20px;
  padding: 70px 50px 50px; }

.section04_inner {
  background-color: #FFF;
  padding: 50px 0 40px;
  position: relative; }

.osusume_kazari01 {
  width: 183px;
  position: absolute;
  top: -62px;
  right: 0;
  left: 0;
  margin: 0 auto; }

.osusume_tit01 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3rem;
  padding-bottom: 50px;
  position: relative;
  text-align: center; }
  .osusume_tit01:after {
    background-color: #000;
    content: "";
    display: block;
    width: 174px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0; }

.osusume_tit01_l {
  font-size: 3rem; }

.section04_ul {
  margin: 0 auto -7px;
  width: 942px; }
  .section04_ul li {
    margin: 0 30px 7px;
    width: 410px; }
    .section04_ul li figure {
      width: 140px;
      margin-right: 15px;
      margin-bottom: 0; }
    .section04_ul li p {
      font-size: 1rem;
      font-weight: bold;
      margin: 0;
      width: 253px; }

.section04_arrow_area {
  border-top: 3px solid #1886a9;
  margin-top: 47px;
  width: 100%; }

.icon_arrow {
  margin: 0 auto 18px;
  width: 67px; }

.section04_text01_01 {
  color: #000;
  font-size: 1.875rem;
  line-height: 3rem; }

.section04_text01_02 {
  font-size: 3rem;
  line-height: 4.5rem; }

.section04_text01_03 {
  color: #000;
  font-size: 1.5rem;
  line-height: 3rem; }

.section04_text02 {
  font-size: 1rem;
  line-height: 1.5rem; }

.osusume_kazari02 {
  line-height: 0;
  margin-top: 56px;
  margin-bottom: -1px;
  width: 1002px; }

.section04_honsho_tit {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center; }

.section04_honsho_ul {
  font-size: 0.9375rem;
  margin-bottom: 0; }

/* 本書を作るにあたって　*/
.section05_bg {
  margin-bottom: 90px; }

.section05_inner {
  padding: 65px 0 100px; }

.section05_tit_text {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 10px; }

.section05_tit {
  font-size: 3.25rem;
  font-weight: bold;
  margin-bottom: 50px; }

.section05_img_area {
  width: 316px;
  position: relative; }

.section05_text_area {
  width: 760px; }
  .section05_text_area p {
    font-size: 0.9375rem;
    line-height: 1.5rem; }

.honsho_img_01 {
  width: 142px;
  position: absolute;
  top: 30px;
  left: 0; }

.honsho_img_02 {
  width: 175px;
  position: absolute;
  top: 30px;
  right: 0; }

.honsho_img_03 {
  width: 151px;
  position: absolute;
  top: 210px;
  left: 80px; }

/* 感想 */
.section06_container {
  background: url("../images/kansou_bg.png") repeat;
  background-size: 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 90px;
  padding: 37px 0 50px;
  position: relative; }

.section06_tit {
  font-size: 3.25rem;
  font-weight: bold;
  padding-bottom: 70px;
  position: relative;
  text-align: center; }
  .section06_tit:after {
    background: url("../images/kansou_img_kazari.png") no-repeat;
    background-size: 198px;
    content: "";
    display: block;
    width: 198px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto; }

.kansou_img_pen {
  width: 49px;
  position: absolute;
  top: -28px;
  right: 320px; }

.kansou_img_01 {
  width: 175px;
  position: absolute;
  top: -8px;
  left: 39px; }

.kansou_img_02 {
  width: 216px;
  position: absolute;
  top: 212px;
  right: 8px; }

.kansou_img_03 {
  width: 180px;
  position: absolute;
  top: 258px;
  left: 0; }

.section06_text_area {
  background-color: #f4f2d9;
  border: 2px solid #ebe7ba;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 20px;
  width: 650px; }
  .section06_text_area p {
    font-size: 0.9375rem;
    margin: 0; }

/* shop list */
.section_07_container {
  background-color: #eaf1f3;
  margin-bottom: 40px;
  padding: 36px 50px 50px; }

.shopilist_tit_img {
  width: 241px;
  margin: 0 auto 20px; }

.shopilist_tit {
  color: #1886a9;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center; }

.shoplist_set {
  font-size: 0.75rem;
  line-height: 1.25rem;
  width: 470px; }
  .shoplist_set dl {
    margin-bottom: 0; }
  .shoplist_set dt {
    border-bottom: 1px solid #d4e2e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 66px; }
  .shoplist_set dd {
    border-bottom: 1px solid #d4e2e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 404px; }

/* George先生 */
.george_container {
  margin: 0 auto;
  width: 880px; }

.img_george {
  width: 160px; }

.introdude_area {
  width: 657px; }
  .introdude_area .fukidashi_george {
    width: 101px; }
  .introdude_area .george_tit {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .introdude_area p {
    font-size: 0.8125rem;
    line-height: 1.5rem; }
    .introdude_area p a {
      color: #333;
      text-decoration: underline; }

/*
 * ================================================
 * 
 * footer
 * 
 * ================================================
 */
#ftr {
  background-color: #000;
  color: #FFF;
  padding: 45px 0 90px;
  text-align: center; }
  #ftr a {
    color: #FFF;
    text-decoration: underline; }

.ftr_info {
  display: none; }

#fix_btn_set {
  display: none; }
