/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/

/* common parts -----------------------------------------------------------------------------*/
body {
  font-size: 1rem;
}

figure {
  margin-top: 20px;
}

/* flex */
.flex_wrap {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* list */
ul, ol {
  list-style-type: none;
}

main ul {
  padding-left: 1em;
  text-indent: -1em;
}

main .notes_kome {
  padding-left: 1em;
  text-indent: -1em;
}

main .notes_kome + ul {
  padding-left: 2em;
}

main .notes_kome_n {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

main .notes_kome_kn {
  padding-left: 3.55em;
  text-indent: -3.55em;
}

/* btn */
.btn_l {
  display: inline-block;
  max-width: 640px;
  padding: 24px 4rem 24px 2rem;
  font-size: 1.8rem;
}

/* contentcs_header --------------------------------------------------------------------------*/
#contents_header {
  padding: 60px 0;
  background: url(../images/bg_jumbotron.jpg) 50% 50% / cover no-repeat;
  text-align: center;
}

#contents_header #txt_ms {
  position: relative;
  margin: 0 auto;
  width: 65%;
  color: #00665a;
  font-size: 2.8vw;
  font-family: "NSJP";
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#contents_header #txt_ms span:before,
#contents_header #txt_ms span:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 30%;
  height: 6px;
  background-color: #00665a;
}

#contents_header #txt_ms span:before {
  left: 0;
}

#contents_header #txt_ms span:after {
  right: 0;
}

#contents_header h1 {
  position: relative;
  margin: -2% auto 0 auto;
  padding: 6% 24px 5% 24px;
  width: 65%;
  border: 6px solid #00665a;
  border-top: none;
  text-align: center;
  color: #00665a;
  font-size: 4.6vw;
  font-family: "NSJP";
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;

}
#contents_header h1 span {
  display: inline-block;
}

#contents_header h1 small {
  display: block;
  margin-top: 12px;
  padding-top: 6px;
  border-top: 2px solid #00665a;
  font-size: 3vw;
}

#contents_header figure {
  margin: 0 auto;
  width: 80%;
}

#contents_header figure img {
  width: 100%;
}

#contents_header .img_catch {
  margin-top: 30px;
}

#contents_header .img_main {
  margin-top: 20px;
}


/* action_block -----------------------------------------------------------------------------*/
.action_block {
  padding: 40px 0;
  background-color: #5FC1C6;
  /* background: url(../images/bg_stripe_03.png); */
  text-align: center;
}

/* section ----------------------------------------------------------------------------------*/
.section {
  padding: 60px 0;
}

.section_header {
  text-align: center;
}

.section h2 {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #00665a;
  font-family: "NSJP";
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.section h2 span:before,
.section h2 span:after {
  content: '';
  position: relative;
  top: -0.3rem;
  display: inline-block;
  width: 10%;
  height: 8px;
  background-color: #00665a;
}

.section h2 span:before {
  left: -1.5rem;
}

.section h2 span:after {
  right: -1.5rem;
}

.section h2 small {
  display: block;
  margin-top: 12px;
  color: #6cada5;
  font-size: 50%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section h3:nth-of-type(1) {
  margin-top: 10px;
}

/* section_01 -------------------------------------------------------------------------------*/
#features {
  background: #fff;
}

#features .sub_section_header {
  margin-top: 40px;
  padding-bottom: 13px;
  text-align: center;
}

#features h3 {
  position: relative;
  display: inline-block;
  padding: 0 10px 12px 10px;
  background: #FFF;
  border-bottom: solid 3px #555;
  box-sizing: border-box;
  color: #222;
  font-size: 1.4rem;
  line-height: 1.2;
}

#features h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#features h3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

#features h3 span {
  display: inline-block;
}

/* sub_section_01 --------------------------------------------- */
#features_01 .flex_wrap {
  flex-flow: column wrap;
}

#features_01 figure {
  min-height: 200px;
  text-align: center;
}

#features_01 .notes {
  margin-top: 20px;
}

/* sub_section_02 --------------------------------------------- */
#features_02 .sub_section_header p {
  margin-top: 32px;
  text-align: left;
}

#features_02 .flex_wrap {
  flex-flow: column wrap;
}


#features_02 figure {
  text-align: center;
}

/* sub_section_03 --------------------------------------------- */
#features_03 figure {
  text-align: center;
}

/* section_02 -------------------------------------------------------------------------------*/
#period {
  padding: 60px 0 0 0;
}

#period .section_header p {
  margin-top: 20px;
  font-size: 1.4rem;
}

/* section_03 -------------------------------------------------------------------------------*/
#plan {
  min-height: 100px;
}

#plan .sub_section_header {
  border-bottom: 12px solid #fff;
}

#plan h3 {
  padding: 12px 10px 12px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  /* border: solid 1px #555; */
  box-sizing: border-box;
  text-align: center;
  color: #222;
  font-size: 1.4rem;
  line-height: 1.2;
}

#plan h3 span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: dotted 3px #00665a;
}

#plan .dl_block dt {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 12px 5px 12px;
  border: 2px solid #00665a;
  color: #00665a;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#plan .dl_block dd {
  margin-top: 8px;
  font-size: 0.95rem;
}

/* section_header --------------------------------------------- */
#plan .section_header p {
  margin-top: 20px;
  text-align: left;
}

/* sub_section_01 --------------------------------------------- */
/* sub_section_02 --------------------------------------------- */
#plan .sub_section {
  margin-top: 30px;
  padding-bottom: 12px;
  background: url(../images/bg_stripe_02.png);
}

#plan .flex_wrap {
  flex-flow: column wrap;
}

#plan .dl_block {
  margin: 12px 12px 0 12px;
  padding: 12px 12px 24px 12px;
  background-color: #fff;
}

/* aside ------------------------------------------------------ */
#plan #notes {
  margin: 0 12px;
  padding: 12px 12px 24px 12px;
  background-color: #fff;
}

#plan .notes_block {
  margin-top: 12px;
  padding: 16px 12px;
/*  border: 1px dashed #afafaf;*/
  background: #f3f7f9;
  font-size: 0.9rem;
  line-height: 1.35;
}

#plan .notes_block .notes_kome {
  margin-top: 8px;
}

#plan .notes_block .notes_kome:first-child {
  margin-top: 0;
}

#plan .notes_block ul,
#plan .notes_block ol {
  padding-top: 2px;
}

#plan .notes_block li {
  margin-top: 6px;
}

#plan .notes_block ol ul {
  padding-top: 0;
}

/* contents_footer --------------------------------------------------------------------------*/
#contents_footer {
  padding: 40px 0;
  /* background: #006EBC; */
  /* color:#fff; */
  /* font-weight: 700; */
  font-size: 0.95rem;
}

#contents_footer li {
  margin-top: 8px;
}

#contents_footer li:first-child {
  margin-top: 0;
}


/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/

/* common parts -----------------------------------------------------------------------------*/
/* btn */
.btn_l {
  width: 60%;
  max-width: 640px;
  padding: 30px 4rem 30px 2rem;
  font-size: 1.8rem;
}

/* contents_header --------------------------------------------------------------------------*/
#contents_header #txt_ms {
  width: 60%;
  font-size: 1.2rem;
  line-height: 1.2;
}

#contents_header #txt_ms span:before,
#contents_header #txt_ms span:after {
  width: 32%;
}

#contents_header h1 {
  position: relative;
  margin: -1.2% auto 0 auto;
  padding: 40px 40px 34px 40px;
  width: 60%;
  font-size: 2.5rem;
}

#contents_header h1 small {
  margin-top: 16px;
  padding-top: 12px;
  font-size: 1.2rem;
}

#contents_header figure {
  margin: 0 auto;
  width: 60%;
}

/* action_block -----------------------------------------------------------------------------*/
.action_block {
  padding: 60px 0;
}

/* section ----------------------------------------------------------------------------------*/
.section {
  padding: 80px 0;
}

.section h2 {
  font-size: 2rem;
  letter-spacing: 0.2em;
}

.section h2 small {
  font-size: 50%;
  letter-spacing: 0.2em;
}

/* section_01 -------------------------------------------------------------------------------*/
#features .sub_section_header {
  margin-top: 60px;
}

#features h3 {
  padding: 0 10px 20px 10px;
  font-size: 1.8rem;
}

/* sub_section_01 --------------------------------------------- */
#features_01 .flex_wrap {
  flex-flow: row wrap;
}

/* sub_section_02 --------------------------------------------- */
#features_02 .flex_wrap {
  flex-flow: row wrap;
}

/* sub_section_03 --------------------------------------------- */
#features_03 figure img {
  max-width: 480px;
}

/* section_02 -------------------------------------------------------------------------------*/
#period {
  padding: 80px 0 0 0;
}

#period .section_header p {
  margin-top: 60px;
}

/* section_03 -------------------------------------------------------------------------------*/
#plan h3 {
  padding: 16px 10px 16px 10px;
  font-size: 1.6rem;
}

#plan h3 span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: dotted 3px #00665a;
}

#plan .dl_block dt {
  margin-top: 24px;
  padding: 6px 16px 7px 16px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

#plan .dl_block dd {
  margin-top: 10px;
  font-size: 1rem;
}

/* section_header --------------------------------------------- */
#plan .section_header p {
  margin-top: 60px;
}

/* sub_section_01 --------------------------------------------- */
/* sub_section_02 --------------------------------------------- */
#plan .sub_section {
  margin-top: 40px;
  padding-bottom: 12px;
}

#plan .dl_block {
  margin: 12px 12px 0 12px;
  padding: 12px 12px 24px 12px;
  background-color: #fff;
}

#plan .flex_wrap {
  flex-flow: row wrap;
}

#plan .flex_item {
  padding: 0 12px;
}

#self .flex_item {
  width: 50%;
}

/* aside ------------------------------------------------------ */
#plan .notes_block {
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 0.95rem;
}

/* contents_footer --------------------------------------------------------------------------*/





/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/