@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Font
	 3. Base
	 4. Layout
	 5. Module
	 6. Theme
	 7. Header
	 8. Footer
	 9. Index
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Font
-------------------------------------------------- */
/* --------------------------------------------------
	 3. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #009C9F;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

a {
  text-decoration: none;
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

a:hover, a:active {
  text-decoration: none;
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="password"] {
  margin: 0.5em auto;
  padding: 6px;
  font-size: 1rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"] {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 10px 20px;
  min-width: 260px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  background-color: #c20f09;
  border: 1px solid #c20f09;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #39fbff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #39fbff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #39fbff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #39fbff;
}

p {
  text-align: left;
  min-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media all and (min-width: 740px) {
  html {
    font-size: 16px;
  }
}

@media all and (max-width: 739px) {
  html {
    font-size: 14px;
  }
  table th, table td {
    padding: 0.5em 0.5em;
  }
}

/* --------------------------------------------------
	 4. Layout
-------------------------------------------------- */
#all {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

#header,
#content,
#footer {
  clear: both;
}

#header .inner,
#content .inner,
#footer .inner {
  max-width: 1230px;
  position: relative;
  padding: 15px;
  margin: 0 auto;
}

#header .inner02,
#content .inner02,
#footer .inner02 {
  max-width: 1030px;
  padding: 15px;
  margin: 0 auto;
}

#content {
  padding: 0;
  position: relative;
  left: 0;
  min-height: 100%;
}

section.present {
  padding-top: 2em;
}

section.day {
  padding-top: 8em;
}

section.entry {
  padding-top: 12em;
}

section.net {
  padding-top: 10em;
}

section.sns {
  padding-top: 8em;
}

section.colona {
  padding-top: 8em;
}

@media only screen and (max-width: 939px) {
  .inner {
    padding: 0 1em;
  }
  #header,
  #content,
  #footer {
    clear: both;
  }
  section.day {
    padding-top: 5em;
  }
  section.entry {
    padding-top: 6em;
  }
  section.net {
    padding-top: 8em;
  }
  section.sns {
    padding-top: 4em;
  }
  section.colona {
    padding-top: 4em;
  }
}

/* --------------------------------------------------
	 5. Module
-------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.color_pink {
  color: #e4253c;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.3125rem;
}

.asterisk {
  font-size: 100%;
  font-weight: 500;
  text-indent: -1.0em;
  padding-left: 1em;
}

table {
  width: 100%;
}

div.focus_text, div.attention_text {
  margin: 1.5em auto;
  padding: 1.5em 2em;
  font-size: 0.9375rem;
}

div.focus_text .title, div.attention_text .title {
  margin-bottom: .1em;
  font-weight: bold;
  font-size: 1.3125rem;
}

div.focus_text {
  margin-top: 2em;
  background-color: #eee;
}

div.focus_text .title {
  font-size: 1.125rem;
}

div.attention_text {
  background-color: #fde5e7;
  color: #c20f09;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3em;
}

ul.basic_ul {
  margin-left: 1em;
}

ul.basic_ul > li {
  position: relative;
  padding-left: .25em;
  text-align: left;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1em;
  top: .65em;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #114988;
  border: 2px solid #114988;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul {
  list-style: disc;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ol.basic_ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: li;
}

ol.basic_ol > li {
  padding-left: .5em;
  font-weight: 500;
  counter-increment: li;
}

ol.basic_ol > li::before {
  content: counter(li) ".";
  color: #114988;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .25em;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  color: #114988;
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 739px) {
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  div.focus_text .title, div.attention_text .title {
    font-size: 1.125rem;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
h2 {
  font-size: 3.125rem;
  font-weight: bold;
  background-color: #fff000;
  display: table;
  line-height: 1.1;
  padding-top: 0.1em;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h2_02 {
  color: #231815;
  background-color: transparent;
  position: relative;
  line-height: 1;
  z-index: 1;
}

.h2_02::after {
  display: inline-block;
  margin-left: 0.3em;
  content: "";
  width: 38px;
  height: 32px;
  background: url(./image/icon_arrow03.png) center center no-repeat;
  background-size: contain;
}

.h2_02::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff000;
  bottom: 3px;
  z-index: -1;
}

.h2_02_a {
  font-size: 3.125rem;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h2_03 {
  font-size: 1.875rem;
  background-color: transparent;
  color: #231815;
}

.basic_btn01 {
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 540px;
  max-width: 100%;
  font-weight: bold;
  background-color: #fff000;
  border: 1px solid #000;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.5em 1em 0.3em;
}

.basic_btn01::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 31px;
  background: url(./image/icon_arrow01.png) center center no-repeat;
  background-size: contain;
  margin-left: 0.4em;
  vertical-align: middle;
}

@media only screen and (max-width: 739px) {
  h2 {
    font-size: 1.625rem;
  }
  .h2_02 {
    font-size: 1.625rem;
    color: #231815;
    background-color: transparent;
    position: relative;
    line-height: 1;
    z-index: 1;
  }
  .h2_02::after {
    display: inline-block;
    margin-left: 0.3em;
    content: "";
    width: 20px;
    height: 17px;
    background: url(./image/icon_arrow03_sp.png) center center no-repeat;
    background-size: contain;
  }
  .h2_02::before {
    bottom: 0;
    height: 6px;
  }
  .h2_03 {
    font-size: 1.0625rem;
  }
  .basic_btn01 {
    font-size: 1.75rem;
  }
  .basic_btn01::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(./image/icon_arrow01_sp.png) center center no-repeat;
    background-size: contain;
    margin-left: 0.4em;
    vertical-align: middle;
  }
}

/* --------------------------------------------------
	 7. Header
-------------------------------------------------- */
#header {
  display: none;
}

/* --------------------------------------------------
	 8. Footer
-------------------------------------------------- */
#footer {
  width: 100%;
  padding: 5em 0 0.5em;
}

#footer .copyright p {
  text-align: center;
  color: #707070;
  font-size: 1.125rem;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 739px) {
  #footer {
    width: 100%;
    padding: 5em 0 0.5em;
  }
  #footer .copyright p {
    font-size: 0.75rem;
  }
}

/* --------------------------------------------------
	 9. Index
-------------------------------------------------- */
article.index section.main {
  height: 100vh;
  min-height: 500px;
}

article.index section.main .main_img {
  background-image: url(./image/img_main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
  position: relative;
}

article.index section.main .main_img::after {
  content: "";
  display: block;
  width: 800px;
  height: 412px;
  position: absolute;
  top: 100px;
  left: 40px;
  background: url(./image/img_main_text01.png) center center no-repeat;
  background-size: contain;
}

article.index section.main .main_img::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 30px;
  right: 100px;
  background: url(./image/img_main_text02.png) center center no-repeat;
  background-size: contain;
}

article.index section.main .main_img .main_img_text {
  position: absolute;
  width: 577px;
  top: 20px;
  left: 20px;
}

article.index section.main .main_text {
  height: 17%;
  margin: 1% auto;
  text-align: center;
}

article.index section.main .main_text img {
  height: 100%;
}

article.index section.present {
  padding-top: 0;
}

article.index section.present .txt {
  font-size: 1.75rem;
  text-align: center;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}

article.index section.present .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6em;
}

article.index section.present .box .w40 {
  width: 42%;
}

article.index section.present .box .w35 {
  width: 30%;
}

article.index section.present .box .w25 {
  width: 26%;
}

article.index section.present .box .item {
  text-align: center;
}

article.index section.present .box .item .item_ttl {
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 0.2em;
  position: relative;
  letter-spacing: -0.02em;
}

article.index section.present .box .item .item_ttl::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

article.index section.present .box .item .item_ttl span {
  font-size: 1.125rem;
}

article.index section.present .box .item img {
  max-height: 224px;
  margin-top: 1em;
}

article.index section.present .box .item .text {
  padding-left: 1.6em;
  font-size: 1.25rem;
  margin-top: 0.2em;
}

article.index section.present .box .item .img {
  position: relative;
}

article.index section.present .box .item .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 117px;
  height: 117px;
  background-size: contain;
  right: -10px;
  bottom: -20px;
}

article.index section.present .box .item.item01 .img::after, article.index section.present .box .item.item02 .img::after {
  background: url(./image/img_present01.png) center center no-repeat;
  background-size: cover;
}

article.index section.present .box .item.item03 .img::after {
  background: url(./image/img_present02.png) center center no-repeat;
  background-size: cover;
}

article.index section.present .box .item .asterisk {
  margin-top: 1em;
}

article.index section.present .box h2 {
  background-color: inherit !important;
}

article.index section.present .asterisk {
  padding-left: 2.6em;
  margin-top: 0.2em;
  font-size: 1.25rem;
}

article.index section.day .img {
  width: 1000px;
  margin: 3em auto;
  max-width: 100%;
}

article.index section.day p {
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  max-width: 100%;
  text-indent: -3.2em;
  padding-left: 3.2em;
  margin: 0 auto;
}

article.index section.day p.asterisk {
  text-indent: -1em;
  padding-left: 1em;
}

article.index section.day .colona {
  width: 100%;
  padding: 2em 3em;
  background-color: #fff000;
  border: 2px solid #231815;
  margin-top: 4em;
}

article.index section.day .colona p {
  text-indent: 0;
  padding-left: 0;
  font-size: 1.875rem;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article.index section.entry ul {
  margin-top: 4em;
  margin-bottom: 2em;
}

article.index section.entry ul li {
  padding: 2em 0;
}

article.index section.entry ul li:not(:last-child) {
  border-bottom: 2px solid #000;
}

article.index section.entry ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.index section.entry ul li .box .left {
  width: 75px;
  margin-right: 1.5em;
}

article.index section.entry ul li .box .right {
  width: calc(100% - 75px);
}

article.index section.entry ul li .box .right .entry_ttl {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  margin-top: 0.7em;
}

article.index section.entry ul li .box .right .entry_ttl span {
  text-decoration: underline;
  -webkit-text-decoration-color: #e4301c;
  text-decoration-color: #e4301c;
}

article.index section.entry ul li .box_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  font-size: 1.375rem;
  margin-left: 100px;
}

article.index section.entry ul li .box_box .basic_btn02 {
  background-color: #fff000;
  border: 1.5px solid #000;
  border-radius: 999px;
  padding: 0 0.5em;
}

article.index section.entry ul li .box_box .basic_btn02::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url(./image/icon_arrow02.png) center center no-repeat;
  background-size: contain;
  margin-left: 0.4em;
}

article.index section.entry ul li .asterisk {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article.index section.entry ul li .img {
  margin-top: 1em;
}

article.index section.entry .basic_btn01 {
  width: 630px;
  padding: 1em;
  text-align: left;
}

article.index section.entry .basic_btn01::after {
  margin-left: 1em;
}

article.index section.entry .txt_entry {
  font-size: 1.3125rem;
  text-align: center;
  margin-top: .25em;
}

article.index section.entry .net {
  margin-top: 10em;
}

article.index section.entry .net .img {
  margin-top: 3em;
}

article.index section.entry .net .img a {
  display: block;
}

article.index section.sns .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.index section.sns .box .left, article.index section.sns .box .right {
  width: calc(( 100% - 34px) / 2);
  padding: 0.6em 2.5em 0.6em 2em;
  display: block;
}

article.index section.sns .box .left .item, article.index section.sns .box .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article.index section.sns .box .left img, article.index section.sns .box .right img {
  width: 60px;
  height: 60px;
}

article.index section.sns .box .left .txt, article.index section.sns .box .right .txt {
  display: table;
  margin-left: auto;
}

article.index section.sns .box .left .txt .ttl, article.index section.sns .box .right .txt .ttl {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article.index section.sns .box .left .txt .text, article.index section.sns .box .right .txt .text {
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

article.index section.sns .box .left {
  border: 2px solid #1877f2;
}

article.index section.sns .box .left .txt {
  color: #1877f2;
}

article.index section.sns .box .right {
  border: 2px solid #f61b04;
}

article.index section.sns .box .right .txt {
  color: #f61b04;
}

article.index section.colona p {
  margin-top: 1em;
  font-size: 1.5rem;
}

@media all and (min-width: 740px) and (max-width: 1220px) {
  article.index section.main .main_img::after {
    width: 500px;
    height: 341px;
    top: 100px;
    left: 50px;
  }
  article.index section.main .main_img::before {
    width: 200px;
    height: 200px;
  }
  article.index section.main .main_img .main_img_text {
    width: 400px;
  }
  article.index section.main .main_text {
    height: 12%;
    margin: 3% auto;
  }
  article.index section.present .txt {
    font-size: 1.125rem;
  }
  article.index section.present .box {
    display: block;
    margin-top: 4em;
  }
  article.index section.present .box .w40, article.index section.present .box .w35, article.index section.present .box .w25 {
    width: 100%;
    max-width: 500px;
  }
  article.index section.present .box .item {
    margin: 0 auto;
  }
  article.index section.present .box .item.item01, article.index section.present .box .item.item02 {
    margin-bottom: 5em;
  }
  article.index section.present .box .item .item_ttl {
    font-size: 1.1875rem;
    padding-bottom: 0.5em;
    letter-spacing: -0.02em;
  }
  article.index section.present .box .item .item_ttl::after {
    width: 100%;
  }
  article.index section.present .box .item .item_ttl span {
    font-size: 0.875rem;
  }
  article.index section.present .box .item img {
    max-height: none;
    margin-top: 1em;
  }
  article.index section.present .box .item .img {
    position: relative;
  }
  article.index section.present .box .item .img::after {
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 0px;
  }
  article.index section.present .box .item .text {
    padding-left: 0em;
    font-size: 1rem;
    margin-top: 0.4em;
  }
  article.index section.present .asterisk {
    margin-top: 1.5em;
  }
}

@media all and (min-width: 740px) and (max-width: 959px) {
  article.index section.main .main_img::after {
    width: 500px;
    height: 341px;
    top: 100px;
    left: 50px;
  }
  article.index section.main .main_img::before {
    width: 200px;
    height: 200px;
  }
  article.index section.main .main_img .main_img_text {
    width: 400px;
  }
  article.index section.present .txt {
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  article.index section.present .box {
    display: block;
    margin-top: 4em;
  }
  article.index section.present .box .w40, article.index section.present .box .w35, article.index section.present .box .w25 {
    width: 100%;
    max-width: 500px;
  }
  article.index section.present .box .item {
    margin: 0 auto;
  }
  article.index section.present .box .item.item01, article.index section.present .box .item.item02 {
    margin-bottom: 5em;
  }
  article.index section.present .box .item .item_ttl {
    font-size: 1.25rem;
    padding-bottom: 0.5em;
    letter-spacing: -0.02em;
  }
  article.index section.present .box .item .item_ttl::after {
    width: 100%;
  }
  article.index section.present .box .item .item_ttl span {
    font-size: 0.875rem;
  }
  article.index section.present .box .item img {
    max-height: none;
    margin-top: 1em;
  }
  article.index section.present .box .item .img {
    position: relative;
  }
  article.index section.present .box .item .img::after {
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 0px;
  }
  article.index section.present .box .item .text {
    padding-left: 0em;
    font-size: 1rem;
    margin-top: 0.4em;
  }
  article.index section.present .asterisk {
    padding-left: 1em;
    margin-top: 1em;
    font-size: 1rem;
  }
  article.index section.sns .box {
    display: block;
  }
  article.index section.sns .box .left {
    margin-bottom: 3em;
  }
  article.index section.sns .box .left, article.index section.sns .box .right {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  article.index section.sns .box .left .item, article.index section.sns .box .right .item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  article.index section.sns .box .left .txt, article.index section.sns .box .right .txt {
    margin-left: 2em;
  }
  article.index section.sns .box .left .txt .ttl, article.index section.sns .box .right .txt .ttl {
    font-size: 1.6875rem;
  }
  article.index section.sns .box .left .txt .text, article.index section.sns .box .right .txt .text {
    font-size: 0.75rem;
  }
}

@media all and (min-height: 521px) and (max-height: 645px) {
  article.index section.main .main_img::after {
    width: 500px;
    height: 341px;
    top: 100px;
    left: 50px;
  }
  article.index section.main .main_img::before {
    width: 200px;
    height: 200px;
  }
  article.index section.main .main_img .main_img_text {
    width: 400px;
  }
  article.index section.main .main_text {
    max-width: 90%;
  }
}

@media all and (max-height: 520px) {
  article.index section.main .main_img::after {
    width: 300px;
    height: 341px;
    top: 50px;
    left: 50px;
  }
  article.index section.main .main_img::before {
    width: 150px;
    height: 150px;
  }
  article.index section.main .main_img .main_img_text {
    width: 300px;
  }
  article.index section.main .main_text {
    max-width: 90%;
  }
}

@media only screen and (max-width: 739px) {
  article.index section.main {
    height: 92vh;
  }
  article.index section.main .main_img {
    background-image: url(./image/img_main_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 78%;
  }
  article.index section.main .main_img::after {
    display: none;
  }
  article.index section.main .main_img::before {
    display: none;
  }
  article.index section.main .main_text {
    max-width: 90%;
    margin-top: 1em;
    height: auto;
  }
  article.index section.main .main_text img {
    height: auto;
  }
  article.index section.present .txt {
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  article.index section.present .box {
    display: block;
    margin-top: 4em;
  }
  article.index section.present .box .w40, article.index section.present .box .w35, article.index section.present .box .w25 {
    width: 100%;
  }
  article.index section.present .box .item.item01, article.index section.present .box .item.item02 {
    margin-bottom: 3em;
  }
  article.index section.present .box .item .item_ttl {
    font-size: 1.25rem;
    padding-bottom: 0.5em;
    letter-spacing: -0.02em;
  }
  article.index section.present .box .item .item_ttl::after {
    width: 100%;
  }
  article.index section.present .box .item .item_ttl span {
    font-size: 0.875rem;
  }
  article.index section.present .box .item img {
    max-height: none;
    margin-top: 1em;
  }
  article.index section.present .box .item .img {
    position: relative;
  }
  article.index section.present .box .item .img::after {
    width: 85px;
    height: 85px;
    right: 0px;
    bottom: 0px;
  }
  article.index section.present .box .item .text {
    padding-left: 0em;
    font-size: 1rem;
    margin-top: 0.4em;
  }
  article.index section.present .box .item.item01 .img::after, article.index section.present .box .item.item02 .img::after {
    background: url(./image/img_present01_sp.png) center center no-repeat;
    background-size: cover;
  }
  article.index section.present .box .item.item03 .img::after {
    background: url(./image/img_present02_sp.png) center center no-repeat;
    background-size: cover;
  }
  article.index section.present .asterisk {
    padding-left: 1em;
    margin-top: 0.4em;
    font-size: 1rem;
  }
  article.index section.day .img {
    width: 100%;
    margin: 3em auto 2em;
    max-width: 100%;
  }
  article.index section.day p {
    font-size: 1rem;
    text-indent: 0;
    padding-left: 0;
  }
  article.index section.day .colona {
    padding: 1em 1.5em;
    margin-top: 2em;
  }
  article.index section.day .colona p {
    text-indent: 0;
    padding-left: 0;
    font-size: 1rem;
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  article.index section.entry ul {
    margin-top: 1em;
  }
  article.index section.entry ul li {
    padding: 1.5em 0;
  }
  article.index section.entry ul li:not(:last-child) {
    border-bottom: 2px solid #000;
  }
  article.index section.entry ul li .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  article.index section.entry ul li .box .left {
    width: 28px;
    margin-right: 0.5em;
  }
  article.index section.entry ul li .box .right {
    width: calc(100% - 28px);
  }
  article.index section.entry ul li .box .right .entry_ttl {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.2em;
  }
  article.index section.entry ul li .box .right .asterisk {
    font-size: 1rem;
    margin-top: 1em;
  }
  article.index section.entry ul li .box_box {
    display: block;
    text-align: center;
    margin-top: 0.5em;
    margin-left: 0;
  }
  article.index section.entry ul li .box_box p {
    margin-left: 32px;
    font-size: 1rem;
  }
  article.index section.entry ul li .box_box .basic_btn02 {
    font-size: 1rem;
    padding: 0.2em 0.8em;
  }
  article.index section.entry ul li .box_box .basic_btn02::after {
    width: 15px;
    height: 10px;
  }
  article.index section.entry ul li .img {
    margin-top: 1em;
  }
  article.index section.entry .basic_btn01 {
    text-align: center;
    width: 350px;
    font-size: 1.625rem;
    padding: 0.5em 0.5em 0.3em;
  }
  article.index section.entry .basic_btn01::after {
    margin-left: 1.8em;
  }
  article.index section.entry .txt_entry {
    font-size: 1.125rem;
  }
  article.index section.sns .box {
    display: block;
  }
  article.index section.sns .box .left {
    margin-bottom: 3em;
  }
  article.index section.sns .box .left, article.index section.sns .box .right {
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  article.index section.sns .box .left img, article.index section.sns .box .right img {
    width: 40px;
    height: 40px;
  }
  article.index section.sns .box .left .txt, article.index section.sns .box .right .txt {
    margin-left: 2em;
  }
  article.index section.sns .box .left .txt .ttl, article.index section.sns .box .right .txt .ttl {
    font-size: 1.6875rem;
  }
  article.index section.sns .box .left .txt .text, article.index section.sns .box .right .txt .text {
    font-size: 0.75rem;
  }
  article.index section.colona p {
    margin-top: 1.5em;
    font-size: 0.875rem;
  }
}
