@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* Button ================================== 
色味や装飾の指定にとどめる、縦横幅、フォントサイズなどは別途指定する */
.c-button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 821px) {
  .c-button {
    font-size: 16px;
  }
}
.c-button.ext-alt {
  background: #B4B4B4;
}
.c-button.ext-cart {
  color: #ffffff;
  background: #53A96D;
}
.c-button.ext-sub {
  border: 1px solid #222;
  color: #222;
  background: #ffffff;
}
.c-button.is-disable {
  background: #B4B4B4;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
@media screen and (min-width: 821px) {
  .c-button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*SMP SETTEING*/
/* /SMP SETTEING*/
/*------------------------------
BASE SETTING
------------------------------*/
#wrapper .contents {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.5em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #wrapper .contents {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}
/* /SMP SETTEING*/
html, body {
  min-width: auto;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media (max-width: 820px) {
  #wrapper {
    margin-top: 50px;
  }
}
.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.large-blur {
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}

.box {
  width: 940px;
  margin: auto;
  text-align: center;
  box-shadow: 5px 5px 10px 0px #c3c3c3;
  -moz-box-shadow: 5px 5px 10px 0px #c3c3c3;
  -webkit-box-shadow: 5px 5px 10px 0px #c3c3c3;
  border: 1px solid #fff;
}

/*  ---------------------------
		TOPIC PASS
---------------------------  */
#topic_pass {
  width: 100%;
  background: #dedede;
  height: 50px;
  color: #2a2a2a;
  font-size: 14px;
  font-family: "Noto Sans Japanese", sans-serif;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {
  #topic_pass {
    top: 50px;
  }
}
/* /SMP SETTEING*/
#topic_pass ul {
  margin: 0 0 0 20px;
  line-height: 1.2;
  padding: 15px 0 10px 0;
}

#topic_pass li {
  display: inline-block;
  margin: 0 10px 0 0;
}

#topic_pass li:after {
  content: ">";
  margin: 0 0 0 10px;
}

#topic_pass li:last-child:after {
  content: none;
}

#topic_pass li a {
  color: #000;
  text-decoration: underline;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .box {
    width: 90%;
    margin: auto;
  }
}
/* /SMP SETTEING*/
.attentions {
  font-size: 12px !important;
  text-align: left;
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 20px auto 40px;
  font-size: 18px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .button {
    display: inline-block;
    width: 90%;
    height: auto;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    margin: 20px auto 40px;
    font-size: 14px;
  }
}
/* /SMP SETTEING*/
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.button.w {
  position: relative;
  z-index: 2;
  background: #f9504c;
  color: #fff;
  line-height: 50px;
  width: 80%;
  min-height: 36px;
}

.button.w img {
  vertical-align: middle;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .button.w img {
    vertical-align: middle;
    width: 4%;
    height: 14px;
  }
}
/* /SMP SETTEING*/
.button.w:hover {
  background-color: #f89c9a;
  border-color: #f9504c;
  color: #FFF;
}

.button.w::before,
.button.w::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff6161;
  color: #484848;
}

.button.w::before {
  right: 0;
}

.button.w::after {
  left: 0;
}

.button.w:hover::before,
.button.w:hover::after {
  width: 0;
  background-color: #FF0000;
}

.button.r {
  color: #f9504c;
  border: 2px solid #f9504c;
  line-height: 50px;
  text-decoration: none;
  border-radius: 30px;
  width: 500px;
}

.button.r:hover {
  background-color: #f9504c;
  border-color: #f9504c;
  color: #fff;
}

.button.r::before,
.button.r::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff6161;
}

.button.r::before {
  right: 0;
}

.button.r::after {
  left: 0;
}

.button.r:hover::before,
.button.r:hover::after {
  width: 0;
  background-color: #f9504c;
}

/*------------------------------
HEADER SETTINGS
------------------------------*/
#header_key {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  color: #484848;
  font-weight: bold;
  animation-name: fadeIn;
  animation-duration: 2s;
}

#header_key .key_textBig {
  margin-top: 120px;
  font-size: 50px;
  line-height: 1.6;
  padding-bottom: 40px;
}

#header_key .key_textSmall {
  font-size: 24px;
  line-height: 1.4;
}
#header_key .key_textSmall + .key_textSmall {
  margin-top: 3em;
}

#header_key .key_textSub {
  font-size: 18px;
  font-weight: normal;
  width: 600px;
  margin: 0 auto;
}

.header_menu {
  text-align: center;
  margin: 0 auto;
  animation-name: fadeIn;
  animation-duration: 2s;
}

.header_menu a {
  padding: 11px 42px 10px 16px;
  display: inline-block;
  border: #000 solid 1px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}

.header_menu a:last-child {
  margin-right: 0;
}

.header_menu a:hover {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  transition: 0.3s ease-in-out;
}

.arrow {
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -10%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #header_key {
    width: 100%;
    height: auto;
  }
  #header_key .key_textSmall {
    font-weight: normal;
    font-size: 18px;
  }
  .header_menu {
    margin-top: 30px;
  }
  .header_menu a {
    margin: 0 0 20px 0;
    font-size: 14px;
    padding: 10px 40px 10px 14px;
  }
  .arrow::before {
    top: 2px;
  }
}
/* /SMP SETTEING*/
/*------------------------------
SECTIONS SETTINGS
------------------------------*/
/*firstPage*/
#firstPage {
  background: #fff;
  color: #484848;
  width: 100%;
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 100px auto;
}

#firstPage .memories_h {
  width: 100%;
  height: 300px;
  box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#firstPage .memories_h img {
  text-align: center;
}

#firstPage .firstp_navi {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#firstPage .firstp_navi .firstp_navi_detail {
  font-size: 18.9px;
  text-align: center;
  margin: 50px auto 40px;
  color: #2a2a2a;
  line-height: 2em;
  font-weight: 200;
}

#firstPage .threePearks {
  background-image: url(/images/oakworker2017/memories_text_border.png);
  text-align: left;
  height: 30px;
  text-indent: 1em;
}

#firstPage .firstp_navi > ul {
  margin: 20px 30px;
  font-size: 14px;
  text-align: center;
  max-width: 940px;
  align-items: stretch;
}

#firstPage .firstp_navi > ul li {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  line-height: 1.6;
  padding: 30px 15px;
  box-sizing: border-box;
  margin-left: 2%;
}

#firstPage .firstp_navi > ul li:first-child {
  margin-left: 0;
}

#firstPage .firstp_navi > ul li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.857;
}

#firstPage .firstp_navi > ul li .pearks_head {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 200;
}

#firstPage .firstp_navi #fivesteps {
  margin: 30px 30px 40px;
  font-size: 14px;
  text-align: center;
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#firstPage .firstp_navi #fivesteps .fivesteps_stepall {
  display: inline-block;
  width: 19.468%;
  vertical-align: top;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

#firstPage .firstp_navi #fivesteps .fivesteps_stepall:first-child {
  margin-left: 0;
}

#firstPage .firstp_navi #fivesteps .fivesteps_head.step1,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step2,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step5 {
  background: #dedede;
  width: 100%;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#firstPage .firstp_navi #fivesteps .fivesteps_head.step1:after,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step2:after,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step2:before,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step5:before {
  content: "";
  background: url(/images/oakworker2017/memories_steps_step1_pc_right.gif) no-repeat left top;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 5px;
}

#firstPage .firstp_navi #fivesteps .fivesteps_head.step2:before,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step5:before {
  background: url(/images/oakworker2017/memories_steps_step1_pc_left.gif) no-repeat left top;
  left: 0;
}

#firstPage .firstp_navi #fivesteps .fivesteps_head.step1:after,
#firstPage .firstp_navi #fivesteps .fivesteps_head.step2:after {
  content: url(/images/oakworker2017/memories_steps_step1_pc_right.gif);
  right: 0;
}

#firstPage .firstp_navi #fivesteps .fivesteps_content {
  box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  margin: 20px 5px 0 0;
  flex-grow: 1;
}

#firstPage .firstp_navi #fivesteps .fivesteps_stepall:last-child .fivesteps_content {
  margin-right: 0;
}

#firstPage .firstp_navi #fivesteps .fivesteps_content img {
  max-width: 100%;
  height: auto;
}

#firstPage .firstp_navi #fivesteps .fivesteps_text {
  line-height: 1.1;
  font-size: 14px;
  padding: 15px 15px 20px;
  text-align: left;
  display: inline-block;
}

#firstPage #memories_1st {
  margin: 40px auto 20px;
  text-align: center;
}

#firstPage #memories_1st .memories_1st_key {
  max-width: 1000px;
  min-height: 331px;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 70px;
  background: url(/images/oakworker2017/memories_1st_key.jpg) no-repeat center top;
  background-size: cover;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #ffffff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#firstPage #memories_1st .memories_1st_key .memories_1st_key_text {
  font-size: 40px;
  font-weight: normal;
}

#firstPage #memories_1st .memories_1st_key .memories_1st_key_text_bottom {
  font-size: 18px;
  line-height: 2em;
}

#firstPage #memories_1st .memories_1st_key .memories_1st_text_border {
  font-size: 24px;
  border-bottom: 6px solid #fcff00;
}

#firstPage #memories_1st .memories_contents {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#firstPage #memories_1st .memories_1st_points {
  text-align: left;
  margin-bottom: 30px;
}

#firstPage #memories_1st .memories_1st_points img {
  vertical-align: middle;
}

/*  ---------------------------
		WEB-1064 OakMemories
---------------------------  */
#memory_list {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

#memory_list .photo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 17px 17px 0;
}

#memory_list .photo_list .item {
  width: 23.7%;
  margin-top: 13px;
}

#memory_list .photo_list .item:nth-child(-n+4) {
  margin-top: 0;
}

#memory_list .photo_list .item img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  padding: 0 10px 0 0;
}

#memory_list .photo_list .item a:hover img {
  opacity: 0.75;
}

#memory_list .btn_list {
  margin-top: 40px;
}

#memory_list .btn_list a {
  color: #f9504c;
  border: 2px solid #f9504c;
  line-height: 50px;
  text-decoration: none;
  border-radius: 30px;
  width: 500px;
  display: block;
  margin: 0 auto;
}

#memory_list .btn_list a:hover {
  background-color: #f9504c;
  border-color: #f9504c;
  color: #fff;
}

#memory_list .inner_for_workerpage {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0;
}

@media screen and (max-width: 1060px) {
  #memory_list .photo_list .item {
    width: 23.7%;
    margin-top: 13px;
  }
}
@media screen and (max-width: 640px) {
  #memory_list .photo_list .item {
    width: 32.9861%;
    margin-top: 2px;
  }
  #memory_list .photo_list .item:nth-child(-n+3) {
    margin-top: 2px;
  }
  #memory_list .photo_list .item:nth-child(-n+4) {
    margin-top: 2px;
  }
}
/*  ---------------------------
		WEB-1617 OakMemories guide line
---------------------------  */
#memories_guide {
  max-width: 1000px;
  margin: 0 auto;
}

#memories_guide .guide_ttl_small {
  font-size: 14px;
}

#memories_guide .memories_guide_ttl_sub {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.4;
}

#memories_guide .memories_guide_ttl_sub.ttl_sub_last {
  margin-bottom: 60px;
}

#memories_guide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 17px auto;
  width: 90%;
}

#memories_guide ul li {
  width: 24%;
}

#memories_guide ul li p {
  padding-top: 4px;
  font-size: 14px;
}

#memories_guide ul li img {
  width: 100%;
  height: auto;
  padding: 0 10px 0 0;
}

#memories_guide .threePearks.mt30 {
  margin: 30px 0;
}

#memories_guide .three_steps_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#memories_guide .three_steps_all .three_steps {
  width: 285px;
  display: inline-block;
}

#memories_guide .three_steps_all .three_steps .three_steps_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1072px) {
  #memories_guide .three_steps_all .three_steps {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  #memories_guide .three_steps_all.spNone {
    display: none;
  }
}
#memories_guide .three_steps_all .three_steps .three_steps_ttl.step1 {
  background-image: url(/images/oakworker2017/memories_guide_step_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin-bottom: 10px;
}

#memories_guide .three_steps_all .three_steps .three_steps_ttl.step2 {
  background-image: url(/images/oakworker2017/memories_guide_step2_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin-bottom: 10px;
}

#memories_guide .three_steps_all .three_steps .three_steps_ttl.step3 {
  background-image: url(/images/oakworker2017/memories_guide_step2_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  margin-bottom: 10px;
}

/*
#memories_guide .three_steps_all .three_steps .three_steps_ttl.step2,#memories_guide .three_steps_all .three_steps .three_steps_ttl.step3:before{
	background: url(/images/oakworker2017/memories_steps_step1_pc_left.gif) no-repeat left top;
    left: 0;
}
#memories_guide .three_steps_all .three_steps .three_steps_ttl.step2,#memories_guide .three_steps_all .three_steps .three_steps_ttl.step3:after{
	content: url(/images/oakworker2017/memories_steps_step1_pc_right.gif);
    right: 0;
 }
*/
#memories_guide .three_steps_all .three_steps .three_steps_ttl p {
  font-size: 20px;
  padding-top: 4px;
}

@media screen and (max-width: 1060px) {
  #memories_guide ul li {
    width: 24%;
  }
  #memories_guide .three_steps_all .three_steps .three_steps_ttl p {
    padding-top: 0px;
    font-size: 18px;
  }
  #memories_guide .three_steps_all .three_steps .three_steps_ttl {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 640px) {
  #memories_guide {
    max-width: 640px;
    margin: 0 auto;
  }
  #memories_guide .threePearks {
    margin: 30px auto;
  }
  #memories_guide .threePearks.break {
    line-height: 73%;
    padding-left: 1em;
  }
  #memories_guide .threePearks.mt40 {
    margin-top: 40px;
  }
  #memories_guide .guide_ttl_small {
    font-size: 12px;
  }
  #memories_guide ul li {
    width: 46%;
  }
  #memories_guide ul li img {
    width: 100%;
    height: auto;
  }
  #memories_guide ul li p {
    padding-top: 2px;
    font-size: 12px;
    padding-bottom: 12px;
  }
  #memories_guide .three_steps_all_sp {
    margin: 0 auto;
  }
  #memories_guide .memories_guide_ttl_sub.step3 {
    margin-bottom: 10px;
  }
  #memories_guide .three_steps_all_sp .three_steps {
    display: inline-flex;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  #memories_guide .three_steps_all_sp .three_steps .three_steps_ttl {
    width: 16%;
    max-width: 80px;
  }
  #memories_guide .three_steps_all_sp .three_steps .three_steps_ttl img {
    width: 100%;
    max-height: 175px;
  }
  #memories_guide .three_steps_all_sp .three_steps .three_steps_img {
    width: 78%;
    display: inline-flex;
    margin: 0 0 0 10px;
  }
  #memories_guide .three_steps_all_sp .three_steps .three_steps_img img {
    width: 100%;
  }
  #memories_guide .memories_guide_ttl_sub.ttl_sub_last {
    margin-bottom: 40px;
  }
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage {
    background: #fff;
    color: #484848;
    width: 100%;
    margin: 100px auto 40px auto;
  }
}
@media screen and (max-width: 640px) {
  #firstPage .firstp_navi {
    margin: 0 auto;
    width: 90%;
    max-width: 540px;
  }
  #firstPage .memories_h {
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    background-attachment: scroll;
    background-size: contain;
    margin-top: 3%;
  }
  #firstPage .memories_h.coaching_jp {
    background-image: url(/images/oakworker2017/memories_all_sp_JP.png);
    background-repeat-y: no-repeat;
    background-color: #fffbed;
  }
  #firstPage .memories_h.coaching_eng {
    background-image: url(/images/oakworker2017/memories_all_EN.png);
    background-repeat-y: no-repeat;
    background-color: #fffbed;
  }
  #firstPage .memories_h.coaching_fra {
    background-image: url(/images/oakworker2017/memories_all_FR.png);
    background-repeat-y: no-repeat;
    background-color: #fffbed;
  }
  #firstPage .memories_h.coaching_kr {
    background-image: url(/images/oakworker2017/memories_all_KR.png);
    background-repeat-y: no-repeat;
    background-color: #fffbed;
  }
  #firstPage .memories_h.coaching_cn {
    background-image: url(/images/oakworker2017/memories_all_CN.png);
    background-repeat-y: no-repeat;
    background-color: #fffbed;
  }
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .firstp_navi .firstp_navi_detail {
    font-size: 14px;
    text-align: center;
    margin: 40px auto;
    color: #2a2a2a;
    line-height: 2em;
  }
  #firstPage .firstp_navi .threePearks {
    background-image: url(/images/oakworker2017/memories_text_border.png);
    text-align: left;
    height: 30px;
    text-indent: 1em;
  }
  #firstPage .firstp_navi > ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #firstPage .firstp_navi > ul li {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #firstPage .firstp_navi #fivesteps {
    display: none;
  }
  #firstPage .firstp_navi #fivesteps_sp {
    margin: 20px auto 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 540px;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_stepall_sp {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    vertical-align: top;
    display: inline-flex;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_head_sp {
    width: 18%;
    max-width: 80px;
    height: 150px;
    font-size: 14px;
    margin-left: 0;
    padding-top: 0;
    vertical-align: top;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_head_sp img {
    width: 100%;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_content_sp {
    width: 82%;
    box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    margin: 0 0 0 2px;
    display: inline-flex;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_content_sp .steps_img_sp {
    min-width: 110px;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_content_sp .steps_text_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; /* 水平方向をcenterに */
    align-items: center; /* 垂直方向をcenterに */
    overflow: hidden;
    padding-right: 10px;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_content_sp p img {
    width: 100%;
    height: auto;
  }
  #firstPage .firstp_navi #fivesteps_sp .fivesteps_text_sp {
    line-height: 1.1;
    font-size: 14px;
    padding: 0;
    text-align: left;
    display: inline;
  }
  #firstPage #memories_1st {
    margin: 40px auto 20px;
    text-align: center;
  }
  #firstPage #memories_1st .memories_1st_key {
    width: 100%;
    max-width: 640px;
    min-height: 280px;
    background: url(/images/oakworker2017/memories_1st_key_sp.jpg) no-repeat center top;
    background-size: cover;
    font-family: "Noto Sans Japanese", sans-serif;
    color: #ffffff;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  #firstPage #memories_1st .memories_1st_key .memories_1st_key_text {
    font-size: 24px;
    font-weight: normal;
  }
  #firstPage #memories_1st .memories_1st_key .memories_1st_key_text_bottom {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  #firstPage #memories_1st .memories_1st_key .memories_1st_text_border {
    font-size: 17px;
    border-bottom: 6px solid #fcff00;
  }
  #firstPage #memories_1st .memories_contents {
    margin: 0 auto;
    width: 90%;
  }
  #firstPage #memories_1st .memories_1st_points {
    text-align: left;
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 40px;
    line-height: 2em;
    margin-bottom: 30px;
  }
  #firstPage #memories_1st .memories_1st_points img {
    vertical-align: middle;
  }
  #firstPage .memories_photos {
    margin: 40px auto;
    width: 100%;
    max-width: 640px;
  }
  #firstPage .memories_photos .memories_photos_list {
    margin: 0 0 0 0;
    display: inline-block;
    width: 29%;
    border: 1px solid #fff;
  }
  #firstPage .memories_photos img {
    width: 100%;
    height: auto;
  }
  #firstPage .memories_photos .memories_photos_left {
    width: 100%;
  }
  #firstPage .memories_photos .memories_photos_center {
    width: 100%;
    margin-left: 0px;
  }
  #firstPage .memories_photos .memories_photos_right {
    width: 100%;
    margin-left: 0px;
  }
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .box .box_head {
    font-size: 25px;
    color: #484848;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 1.3;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #firstPage .box .box_head .box_head_bold {
    font-size: 28px;
    color: #f9504c;
    font-weight: bold;
  }
}
/* /SMP SETTEING*/
#firstPage .stamp_list {
  width: 820px;
  margin: 20px auto 300px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .stamp_list {
    width: 90%;
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .stamp_list p {
    margin: 0 auto 40px auto;
  }
}
/* /SMP SETTEING*/
#firstPage .stamp_list li {
  width: 180px;
  text-align: center;
  float: left;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .stamp_list li {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
}
/* /SMP SETTEING*/
#firstPage .stamp_list li:nth-child(even) {
  width: 124px;
  text-align: center;
}

#firstPage .stamp_list li:nth-child(even) img {
  padding: 80px 0 0 0;
}

#firstPage .attention {
  font-size: 12px;
  text-align: right;
  padding-bottom: 60px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #firstPage .attention {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* /SMP SETTEING*/
/*secondPage*/
#secondPage {
  background: #fff;
  color: #484848;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-family: "Noto Sans Japanese", sans-serif;
}

#secondPage .agent_contents, #secondPage .pro_contents, #secondPage .blogger_contents, #secondPage .app_contents {
  margin-bottom: 30px;
}

#secondPage .agent_h {
  width: 100%;
  height: 300px;
  box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#secondPage .agent_h img {
  text-align: center;
}

#secondPage .secondp_navi {
  margin: 100px auto;
  width: 90%;
  max-width: 1000px;
  color: #2a2a2a;
  text-align: center;
}

#secondPage .secondp_navi .secondp_navi_detail {
  font-size: 18px;
  text-align: center;
  margin: 50px auto 40px;
  color: #2a2a2a;
  line-height: 1.4em;
}

#secondPage .agent_contents .threePearks {
  background-image: url(/images/oakworker2017/agent_text_border.png);
  text-align: left;
  height: 30px;
  text-indent: 1em;
}

#secondPage .secondp_navi ul.agent_list li {
  height: 200px;
  margin-bottom: 20px;
}

#secondPage .secondp_navi ul.agent_list li .agent_list_text {
  font-size: 16px;
  line-height: 1.6em;
  display: inline-block;
  width: 400px;
  vertical-align: middle;
  text-align: left;
  height: 200px;
  margin-right: 40px;
}

#secondPage .secondp_navi ul.agent_list li .agent_list_text span {
  font-size: 12px;
}

#secondPage .secondp_navi ul.agent_list li img.agent_list_illust {
  width: 200px;
  height: auto;
}

#secondPage .pro_h {
  width: 100%;
  height: 300px;
  box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#secondPage .pro_h img {
  text-align: center;
}

#secondPage .pro_contents .threePearks {
  background-image: url(/images/oakworker2017/pro_text_border.png);
  text-align: left;
  height: 30px;
  text-indent: 1em;
}

#secondPage .blogger_h {
  width: 100%;
  height: 300px;
  box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#secondPage .blogger_h img {
  text-align: center;
}

#secondPage .blogger_contents .threePearks {
  background-image: url(/images/oakworker2017/blogger_text_border.png);
  text-align: left;
  height: 30px;
  text-indent: 1em;
}

#secondPage .app_h {
  width: 100%;
  height: 300px;
  box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#secondPage .app_h.coaching_jp {
  background-image: url(/images/oakworker2017/app_all_JP.png);
  background-color: #fffff0;
  margin-top: 80px;
}

#secondPage .app_h.coaching_eng {
  background-image: url(/images/oakworker2017/app_all_EN.png);
  background-color: #fffff0;
  margin-top: 80px;
}

#secondPage .app_h.coaching_fra {
  background-image: url(/images/oakworker2017/app_all_FR.png);
  background-color: #fffff0;
  margin-top: 80px;
}

#secondPage .app_h.coaching_kr {
  background-image: url(/images/oakworker2017/app_all_KR.png);
  background-color: #fffff0;
  margin-top: 80px;
}

#secondPage .app_h.coaching_cn {
  background-image: url(/images/oakworker2017/app_all_CN.png);
  background-color: #fffff0;
  margin-top: 80px;
}

#secondPage .app_h img {
  text-align: center;
}

#secondPage .app_contents .threePearks {
  background-image: url(/images/oakworker2017/app_text_border.png);
  text-align: left;
  padding-left: 5px;
  font-weight: 200;
  height: 30px;
  text-indent: 1em;
  vertical-align: middle;
}

#secondPage .app_howto p {
  padding-left: 1em;
  padding-top: 1em;
  text-indent: 0em;
  font-weight: 200;
}

/*SMP SETTEING*/
@media screen and (max-width: 820px) {
  #secondPage {
    background: #fff;
    color: #484848;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10%;
  }
  #secondPage .agent_contents, #secondPage .pro_contents, #secondPage .blogger_contents, #secondPage .app_contents {
    margin-bottom: 15px;
    text-align: left;
  }
  #secondPage .agent_h {
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    background-attachment: scroll;
    background-size: contain;
  }
  #secondPage .agent_h.coaching_jp {
    background-image: url(/images/oakworker2017/agent_all_sp_JP.png);
    background-repeat-y: no-repeat;
    background-color: #f1fff3;
    margin-top: 60px;
  }
  #secondPage .agent_h.coaching_eng {
    background-image: url(/images/oakworker2017/agent_all_sp_EN.png);
    background-repeat-y: no-repeat;
    background-color: #f1fff3;
    margin-top: 60px;
  }
  #secondPage .agent_h.coaching_fra {
    background-image: url(/images/oakworker2017/agent_all_sp_FR.png);
    background-repeat-y: no-repeat;
    background-color: #f1fff3;
    margin-top: 60px;
  }
  #secondPage .agent_h.coaching_kr {
    background-image: url(/images/oakworker2017/agent_all_sp_KR.png);
    background-repeat-y: no-repeat;
    background-color: #f1fff3;
    margin-top: 60px;
  }
  #secondPage .agent_h.coaching_cn {
    background-image: url(/images/oakworker2017/agent_all_sp_CN.png);
    background-repeat-y: no-repeat;
    background-color: #f1fff3;
    margin-top: 60px;
  }
  #secondPage .agent_h img {
    text-align: center;
  }
  #secondPage .secondp_navi {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    color: #2a2a2a;
    text-align: center;
  }
  #secondPage .secondp_navi .secondp_navi_detail {
    font-size: 14px;
    text-align: center;
    margin: 40px auto;
    color: #2a2a2a;
    line-height: 1.6em;
  }
  #secondPage .agent_contents .threePearks {
    background-image: url(/images/oakworker2017/agent_text_border.png);
    text-align: left;
    height: 30px;
    text-indent: 1em;
  }
  #secondPage .secondp_navi ul.agent_list li {
    height: auto;
  }
  #secondPage .secondp_navi ul.agent_list li .agent_list_text {
    height: auto;
    width: auto;
    margin-right: 0;
    display: block;
  }
  #secondPage .pro_h {
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    background-attachment: scroll;
    background-size: contain;
  }
  #secondPage .pro_h.coaching_jp {
    background-image: url(/images/oakworker2017/pro_all_sp.png);
    background-repeat-y: no-repeat;
    background-color: #f1feff;
    margin-top: 60px;
  }
  #secondPage .pro_h.coaching_eng {
    background-image: url(/images/oakworker2017/pro_all_sp.png);
    background-repeat-y: no-repeat;
    background-color: #f1feff;
    margin-top: 60px;
  }
  #secondPage .pro_h.coaching_fra {
    background-image: url(/images/oakworker2017/pro_all_sp.png);
    background-repeat-y: no-repeat;
    background-color: #f1feff;
    margin-top: 60px;
  }
  #secondPage .pro_h.coaching_kr {
    background-image: url(/images/oakworker2017/pro_all_sp.png);
    background-repeat-y: no-repeat;
    background-color: #f1feff;
    margin-top: 60px;
  }
  #secondPage .pro_h.coaching_cn {
    background-image: url(/images/oakworker2017/pro_all_sp.png);
    background-repeat-y: no-repeat;
    background-color: #f1feff;
    margin-top: 60px;
  }
  #secondPage .pro_h img {
    text-align: center;
  }
  #secondPage .pro_contents .threePearks {
    background-image: url(/images/oakworker2017/pro_text_border.png);
    text-align: left;
    height: 30px;
    text-indent: 1em;
  }
  #secondPage .blogger_h {
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    background-attachment: scroll;
    background-size: contain;
  }
  #secondPage .blogger_h.coaching_jp {
    background-image: url(/images/oakworker2017/blogger_all_sp_JP.png);
    background-repeat-y: no-repeat;
    background-color: #ff5f7;
    margin-top: 60px;
  }
  #secondPage .blogger_h.coaching_eng {
    background-image: url(/images/oakworker2017/blogger_all_sp_EN.png);
    background-repeat-y: no-repeat;
    background-color: #ff5f7;
    margin-top: 60px;
  }
  #secondPage .blogger_h.coaching_fra {
    background-image: url(/images/oakworker2017/blogger_all_sp_FR.png);
    background-repeat-y: no-repeat;
    background-color: #ff5f7;
    margin-top: 60px;
  }
  #secondPage .blogger_h.coaching_kr {
    background-image: url(/images/oakworker2017/blogger_all_sp_KR.png);
    background-repeat-y: no-repeat;
    background-color: #ff5f7;
    margin-top: 60px;
  }
  #secondPage .blogger_h.coaching_cn {
    background-image: url(/images/oakworker2017/blogger_all_sp_CN.png);
    background-repeat-y: no-repeat;
    background-color: #ff5f7;
    margin-top: 60px;
  }
  #secondPage .blogger_h img {
    text-align: center;
  }
  #secondPage .blogger_contents .threePearks {
    background-image: url(/images/oakworker2017/blogger_text_border.png);
    text-align: left;
    height: 30px;
    text-indent: 1em;
  }
  #secondPage .app_h {
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 190, 179, 0.7) inset;
    background-attachment: scroll;
    background-size: contain;
  }
  #secondPage .app_h.coaching_jp {
    background-image: url(/images/oakworker2017/app_all_sp_JP.png);
    background-repeat-y: no-repeat;
    background-color: #fffff0;
    margin-top: 60px;
  }
  #secondPage .app_h.coaching_eng {
    background-image: url(/images/oakworker2017/app_all_sp_EN.png);
    background-repeat-y: no-repeat;
    background-color: #fffff0;
    margin-top: 60px;
  }
  #secondPage .app_h.coaching_fra {
    background-image: url(/images/oakworker2017/app_all_sp_FR.png);
    background-repeat-y: no-repeat;
    background-color: #fffff0;
    margin-top: 60px;
  }
  #secondPage .app_h.coaching_kr {
    background-image: url(/images/oakworker2017/app_all_sp_KR.png);
    background-repeat-y: no-repeat;
    background-color: #fffff0;
    margin-top: 60px;
  }
  #secondPage .app_h.coaching_cn {
    background-image: url(/images/oakworker2017/app_all_sp_CN.png);
    background-repeat-y: no-repeat;
    background-color: #fffff0;
    margin-top: 60px;
  }
  #secondPage .app_h img {
    text-align: center;
  }
  #secondPage .app_contents .threePearks {
    background-image: url(/images/oakworker2017/app_text_border.png);
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
    height: 30px;
    text-indent: 1em;
    vertical-align: middle;
  }
  #secondPage .app_howto p {
    padding-left: 1em;
    padding-top: 1em;
    text-indent: -1em;
    width: 90%;
    margin: 0 auto;
    font-weight: 200;
  }
}
/* /SMP SETTEING*/
#secondPage .stamp_list {
  width: 820px;
  margin: 20px auto;
}

#secondPage #second_work {
  width: 90%;
  max-width: 820px;
  height: auto;
  border: solid #484848 2px;
  margin: 360px auto 10px;
  overflow: hidden;
}

#secondPage #second_work .work_head {
  font-size: 32px;
  color: #484848;
  font-weight: 500;
  padding: 20px 0 10px 0;
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
  width: 820px;
}

#secondPage #second_work .second_work_st_list {
  width: 700px;
  margin: 20px auto;
}

#secondPage #second_work .second_work_st_list li {
  float: left;
  width: 210px;
  text-align: center;
  padding-left: 22px;
}

#secondPage #second_work .second_work_st_list li img {
  margin-bottom: 0;
}

#secondPage #second_work .second_work_st_list li p {
  font-size: 24px;
  text-align: center;
  border: solid #484848 2px;
  width: 210px;
  margin-top: -4px;
}

#secondPage #second_work .work_bottom_tx {
  font-size: 20px;
  color: #484848;
  padding: 20px 0;
  margin: 40px auto;
  text-align: center;
  display: inline-block;
  max-width: 650px;
  text-indent: 1em;
  line-height: 1.3em;
  border: double #484848;
  /*-webkit-box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);
  -moz-box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);
  box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);*/
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage .stamp_list {
    width: 90%;
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list {
    width: 90%;
    margin: 20px auto;
    display: inline;
  }
}
/* /SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list li {
    width: 30%;
    text-align: center;
    display: inline-block;
    padding-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list li p {
    font-size: 12px;
    text-align: center;
    border: solid #484848 2px;
    width: 95%;
    margin: -4px auto 0;
  }
}
/* /SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list li img {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage .stamp_list p {
    margin: 0 auto 40px auto;
  }
}
/* /SMP SETTEING*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list {
    width: 90%;
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work {
    width: 90%;
    height: auto;
    border: solid #484848 2px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #secondPage #second_work .work_head {
    font-size: 20px;
    color: #484848;
    font-weight: 500;
    padding: 20px 0 10px 0;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto 20px auto;
    width: 90%;
  }
}
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .second_work_st_list p {
    margin: 0 auto 40px auto;
  }
}
/* /SMP SETTEING*/
#secondPage .stamp_list li {
  width: 180px;
  text-align: center;
  float: left;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage .stamp_list li {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
}
/* /SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage #second_work .work_bottom_tx {
    font-size: 12px;
    color: #484848;
    padding: 10px 0;
    margin: 24px auto;
    text-align: center;
    display: inline-block;
    width: 90%;
    text-indent: 1em;
    line-height: 1.3em;
    border: double #484848;
    /*-webkit-box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);
    -moz-box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);
    box-shadow: 1px 3px 10px 3px rgba(195,195,195,0.32);*/
  }
}
#secondPage .stamp_list li:nth-child(even) {
  width: 124px;
  text-align: center;
}

#secondPage .stamp_list li:nth-child(even) img {
  padding: 80px 0 0 0;
}

#secondPage .attention {
  font-size: 12px;
  text-align: right;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #secondPage .attention {
    font-size: 12px;
    text-align: left;
  }
}
/* /SMP SETTEING*/
/* /secondPage*/
/*POINT GET*/
#thirdPage .point_get {
  margin: 50px auto;
  max-width: 1000px;
  box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  -moz-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
  text-align: center;
  color: #000000;
}

#thirdPage .point_get .pointGet {
  font-size: 23.94px;
  margin: 60px auto 40px;
  display: inline-block;
  line-height: 1.2;
  font-weight: 300;
}

#thirdPage .point_get .point_get_text {
  text-align: left;
  font-size: 14px;
  padding-left: 30px;
  line-height: 2em;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #thirdPage .point_get {
    margin: 50px auto;
    width: 90%;
    max-width: 540px;
    box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    -moz-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    -webkit-box-shadow: 2px 5px 10px 2px rgba(193, 193, 193, 0.7);
    text-align: center;
    color: #000000;
  }
  #thirdPage .point_get .pointGet {
    font-size: 21px;
    margin: 30px auto 30px;
    display: inline-block;
    line-height: 1.2;
  }
  #thirdPage .point_get .point_get_img img {
    width: 65%;
    height: auto;
  }
  #thirdPage .point_get .point_get_text {
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 2em;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
/*/POINT GET*/
/*3rdPage*/
#thirdPage {
  width: 100%;
  margin: 0 auto 100px;
  font-family: "Noto Sans Japanese", sans-serif;
}

#thirdPage .thirdp_navi {
  text-align: center;
  margin-bottom: 107px;
}

#thirdPage .thirdp_navi img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

#thirdPage .thirdp_navi .howtoWorker {
  font-size: 23.94px;
  margin: 0 auto 40px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  color: #010101;
  font-weight: 300;
}

#thirdPage .thirdp_navi .howto_worker01 {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2em;
  background: #fff;
  max-width: 1000px;
  padding: 20px 0;
  display: flex;
  margin: 0 auto 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
}

#thirdPage .thirdp_navi .howto_worker01 a:link, #thirdPage .thirdp_navi .howto_worker01 a:visited {
  text-decoration: underline;
  color: #ff0000;
  display: inline;
}

#thirdPage .thirdp_navi .howto_worker01 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.2s;
}

#thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info {
  position: relative;
  text-align: left;
  margin-left: 40px;
  overflow: hidden;
}

#thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info_img {
  position: absolute;
  left: 0;
  top: 0;
}

#thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info_text {
  margin: 50px 0 0 0;
}

#thirdPage .thirdp_navi .howto_worker01 .howto_workder01_img {
  margin-right: 40px;
  overflow: hidden;
}

#thirdPage .thirdp_navi .howtoWorker_arrow {
  margin: 20px auto;
}

#thirdPage .thirdp_navi .howtoWorker_arrow img {
  width: auto;
}

#thirdPage .thirdp_navi .howto_worker02 {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2em;
  background: #fff;
  max-width: 1000px;
  padding: 20px 0;
  display: flex;
  margin: 0 auto 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
}

#thirdPage .thirdp_navi .howto_worker02 img {
  width: 97%;
  height: auto;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info {
  position: relative;
  text-align: left;
  margin-left: 40px;
  overflow: hidden;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info_img {
  position: absolute;
  left: 0;
  top: 0;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info_text {
  margin: 50px 0 0 0;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img {
  margin-right: 40px;
  overflow: unset;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img_info {
  margin-left: 40px;
  text-align: left;
}

#thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img_sort {
  color: #2a2a2a;
  font-size: 14px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

#thirdPage .thirdp_navi .howto_worker03 {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 2em;
  background: #fff;
  max-width: 1000px;
  padding: 20px 0;
  display: flex;
  margin: 0 auto 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
}

#thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info {
  position: relative;
  text-align: left;
  margin: 0 40px;
  overflow: hidden;
}

#thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info_img {
  position: absolute;
  left: 0;
  top: 0;
}

#thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info_text {
  margin: 56px 0 0 0;
}

#thirdPage .thirdp_navi .howto_worker03 .howto_workder03_img {
  margin-right: 40px;
  overflow: hidden;
}

#thirdPage .thirdp_navi .howto_worker03 .howto_workder03_img_sort {
  color: #2a2a2a;
  font-size: 14px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #thirdPage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  #thirdPage .thirdp_navi {
    text-align: center;
    margin-bottom: 30px;
  }
  #thirdPage .thirdp_navi .howtoWorker {
    font-size: 21px;
    margin: 60px auto 40px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    color: #010101;
    width: 90%;
  }
  #thirdPage .thirdp_navi .howto_worker01 {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 2em;
    background: #fff;
    width: 90%;
    max-width: 1000px;
    padding: 20px 0;
    display: inline-block;
    margin: 0 auto 0;
    overflow: hidden;
  }
  #thirdPage .thirdp_navi .howto_worker01 a:link, #thirdPage .thirdp_navi .howto_worker01 a:visited {
    text-decoration: underline;
    color: #ff0000;
    display: inline;
  }
  #thirdPage .thirdp_navi .howto_worker01 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.2s;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info {
    position: relative;
    text-align: left;
    margin-left: 40px;
    overflow: hidden;
    width: 80%;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info_img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info img {
    width: 90%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_info_text {
    margin: 50px 0 0 0;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_img {
    margin: 20px auto 0;
  }
  #thirdPage .thirdp_navi .howto_worker01 .howto_workder01_img img {
    width: 80%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker02 {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 2em;
    background: #fff;
    width: 90%;
    max-width: 1000px;
    display: inline-block;
    margin: 0 auto 0;
    overflow: hidden;
    vertical-align: top;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info {
    position: relative;
    text-align: left;
    margin-left: 40px;
    overflow: hidden;
    width: 80%;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info_img {
    position: absolute;
    left: 0;
    top: 20px;
    overflow: hidden;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info img {
    width: 90%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_info_text {
    margin: 70px 0 0 0;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img {
    margin: 20px auto 20px;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img img {
    width: 80%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img_info {
    margin: 20px auto 0;
    text-align: center;
  }
  #thirdPage .thirdp_navi .howto_worker02 .howto_workder02_img_info img {
    width: 80%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker03 {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 2em;
    background: #fff;
    width: 90%;
    max-width: 1000px;
    padding: 20px 0;
    display: inline-block;
    margin: 0 auto 0;
    overflow: hidden;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info {
    position: relative;
    text-align: left;
    margin-left: 40px;
    overflow: hidden;
    width: 80%;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info_img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info img {
    width: 90%;
    height: auto;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_info_text {
    margin: 50px 0 0 0;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_img {
    margin: 20px auto 0;
  }
  #thirdPage .thirdp_navi .howto_worker03 .howto_workder03_img img {
    width: 80%;
    height: auto;
  }
}
/* /SMP SETTEING*/
#thirdPage .stamp_list {
  width: 820px;
  margin: 20px auto;
}

#thirdPage .stamp_list2 {
  width: 820px;
  margin: 310px auto 560px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list {
    width: 90%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list2 {
    width: 90%;
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list p {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list2 p {
    margin: 0 auto 40px auto;
  }
}
/* /SMP SETTEING*/
#thirdPage .stamp_list li {
  width: 180px;
  text-align: center;
  float: left;
}

#thirdPage .stamp_list2 li {
  width: 180px;
  text-align: center;
  float: left;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list li {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  #thirdPage .stamp_list2 li {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
}
/* /SMP SETTEING*/
#thirdPage .stamp_list li:nth-child(even) {
  width: 124px;
  text-align: center;
}

#thirdPage .stamp_list li:nth-child(even) img {
  padding: 80px 0 0 0;
}

#thirdPage .stamp_list2 li:nth-child(odd) {
  width: 124px;
  text-align: center;
  margin-left: 30px;
}

#thirdPage .stamp_list2 li:nth-child(odd) img {
  padding: 80px 0 0 0;
}

/*/3rdPage*/
.hbox {
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
  display: block;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .hbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0;
    margin: 20px 0;
  }
}
/* /SMP SETTEING*/
.hbox p.line {
  width: 300px;
  text-align: center;
  background: #000;
  height: 1px !important;
  margin: auto;
}

.hbox h2 {
  font-size: 35px;
  line-height: 1.6em;
  padding: 20px 0 20px 0;
  text-align: center;
  font-weight: normal !important;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .hbox h2 {
    font-size: 17px;
    padding: 20px 0 20px 0;
    text-align: center;
    display: block;
    font-weight: normal !important;
  }
}
/* /SMP SETTEING*/
.hbox h2 span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .hbox h2 span {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
}
/* /SMP SETTEING*/
.secbox {
  width: 940px;
  border: 2px solid #ff0000;
  margin: 0px auto 50px auto;
  position: relative;
}

.stamp_box {
  width: 175px;
  height: 175px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.stamp_box img {
  width: 100%;
}

.stamp_box2 {
  width: 175px;
  height: 175px;
  position: absolute;
  left: -50px;
  top: -50px;
}

.stamp_box2 img {
  width: 100%;
}

.secbox .left {
  border-right: 2px solid #ff0000;
  float: left;
  box-sizing: border-box;
  min-height: 400px;
}

.secbox .right {
  float: right;
  box-sizing: border-box;
  min-height: 400px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .secbox {
    width: 95%;
    border: 2px solid #ff0000;
    margin: 0px auto 50px auto;
  }
  .secbox .left {
    border-right: none;
    float: none;
    box-sizing: border-box;
    min-height: 280px;
    width: 100%;
  }
  .secbox .right {
    float: none;
    border: none;
    box-sizing: border-box;
    min-height: 280px;
    width: 100%;
  }
  .secbox .txts {
    width: 40%;
    text-align: left !important;
    font-size: 14px;
    margin: auto;
  }
}
/* /SMP SETTEING*/
/*.bg01,
.bg02,
.bg03{
	width: 415px;
	background-size: cover;
}

.bg01{
	background: url(/images/bg_01.png) no-repeat;
}

.bg02{
	background: url(/images/bg_02.png) no-repeat;
}

.bg03{
	background: url(/images/bg_03_2.png) no-repeat;
}


.txt01{
	width: 525px;
	text-align: left;
}
*/
/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .secbox .txt01 p {
    width: 80%;
    padding: 0 0 100px 0;
  }
  .secbox .txt01 h3 {
    width: 80%;
  }
}
/* /SMP SETTEING*/
.secbox h3 {
  width: 430px;
  text-align: left !important;
  font-size: 18px;
  font-weight: normal !important;
}

.secbox h3 span {
  font-weight: bold !important;
  font-size: 32px;
}

.secbox .txts {
  width: 430px;
  text-align: left !important;
  font-size: 14px;
  margin: auto;
}

/*------------------------------
CONTENTS SETTINGS
------------------------------*/
/*
.contents h2{
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
}
*/
/*SMP SETTEING*/
/*
@media screen and (max-width: 640px) {

.contents h2{
	padding: 30px 0 35px 0;
	width: 100%;
	margin: auto;
	background-size: 100%;
}

.contents h2 img{
	text-align: center;
	margin: auto;
	width: 100%;
}

}
*/
/* /SMP SETTEING*/
.contents h3 {
  margin: 50px auto 30px auto;
  font-size: 20px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .contents h3 {
    margin: 50px auto 30px auto;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
  }
}
/* /SMP SETTEING*/
.contents h3.h3_box {
  width: 437px;
  height: 57px;
  line-height: 53px;
  margin: 80px auto 30px auto;
  text-align: center;
  font-size: 30px;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .contents h3.h3_box {
    width: 100%;
    height: auto;
    line-height: 40px;
    margin: 50px auto 30px auto;
    background-size: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
/* /SMP SETTEING*/
.contents p {
  font-size: 16px;
  line-height: 1.6em;
}

.contents h3.attention {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 150px 0 10px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .contents h3.attention {
    font-size: 12px;
    display: block;
    border-bottom: 1px solid;
    width: 90%;
    padding: 0 0 10px 0;
    margin: 66px auto 20px auto;
  }
}
/* /SMP SETTEING*/
.caption {
  text-align: center;
}

.txt_m {
  letter-spacing: 0em;
}

.syusai {
  font-size: 14px !important;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .syusai {
    font-weight: bold;
    font-size: 12px !important;
  }
}
/* /SMP SETTEING*/
.senko_box {
  width: 80%;
  margin: 0px auto 40px auto;
  border: 8px solid #B49A4D;
  background: #000;
}

.senko_in {
  margin: 5px;
  border: 4px solid #B49A4D;
  padding: 50px 0;
}

.senko_in h4 {
  margin: 0 auto 15px auto;
}

.senko_in p.senko_date {
  margin: 0 auto 20px auto;
  font-size: 18px;
}

.senko_in p.senko_btn {
  margin: 0 auto 20px auto;
}

.senko_in p.senko_add {
  margin: 0 auto 0px auto;
  font-size: 14px;
  border-top: 2px solid #fff;
  width: 540px;
  padding: 20px 0 0 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .senko_box {
    width: 95%;
    margin: 0px auto 40px auto;
    border: 8px solid #B49A4D;
    background: #000;
  }
  .senko_in {
    margin: 5px;
    border: 4px solid #B49A4D;
    padding: 30px 0;
  }
  .senko_in h4 {
    margin: 0 auto 15px auto;
    width: 80%;
  }
  .senko_in h4 img {
    width: 100%;
  }
  .senko_in p.senko_date {
    margin: 0 auto 20px auto;
    font-size: 12px;
  }
  .senko_in p.senko_btn {
    margin: 0 auto 20px auto;
    width: 80%;
  }
  .senko_in p.senko_btn img {
    width: 100%;
  }
  .senko_in p.senko_add {
    margin: 0 auto 0px auto;
    font-size: 14px;
    border-top: 2px solid #fff;
    width: 80%;
    padding: 20px 0 0 0;
  }
}
/*------------------------------
HOVER EFFECT SETTING
------------------------------*/
/*PCのみ*/
@media screen and (min-width: 641px) {
  .view-first img {
    transition: all 0.2s linear;
  }
  .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s ease-in-out;
  }
  .view-first h4 {
    transform: translateY(10px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s linear;
  }
  .view-first p {
    transform: translateY(10px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s linear;
  }
  .view-first:hover img {
    transform: scale(1.1, 1.1);
  }
  .view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .view-first:hover p {
    transition-delay: 0.1s;
  }
  .view-first:hover a.info {
    transition-delay: 0.2s;
  }
  .view img {
    display: block;
    position: relative;
  }
  .item01 .view {
    width: 315px;
    height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .item01 .view .mask, .item01 .view .content {
    width: 315px;
    height: 500px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .item02 .view {
    width: 475px;
    height: 280px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .item02 .view .mask, .item02 .view .content {
    width: 475px;
    height: 280px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}
.faed {
  margin: 50px 0;
  font-size: 40px;
  font-weight: bold;
  color: #ff0000;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.contents_2 {
  width: 100%;
  height: 700px;
  background: url(/images/paobg_02.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .contents_2 {
    width: 100%;
    height: 300px;
    background: url(/images/paobg_02.png) no-repeat;
    background-size: cover;
    background-position: right top;
    background-attachment: scroll;
  }
}
/* /SMP SETTEING*/
/*iPad SETTEING*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .contents_2 {
    width: 100%;
    height: 600px;
    background: url(/images/paobg_02.png) no-repeat;
    background-size: cover;
    background-position: right top;
    background-attachment: scroll;
  }
}
/* /iPad SETTEING*/
.icon_wrap {
  width: 840px;
  margin: auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .icon_wrap {
    width: 95%;
    margin: auto;
  }
}
/* /SMP SETTEING*/
.icon_box {
  width: 200px;
  float: left;
  margin: 0 116px 40px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .icon_box {
    width: 80%;
    float: none;
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
.icon_box:nth-child(3n) {
  margin: 0 0 40px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .icon_box:nth-child(3n) {
    margin: 20px auto;
  }
}
/* /SMP SETTEING*/
/*SMP SETTEING*/
/* /SMP SETTEING*/
.icon_box h5 {
  font-size: 16px;
  margin: 10px 0 20px 0;
  text-align: left;
  font-weight: bold;
}

.icon_box p {
  font-size: 14px;
  text-align: left;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .icon_box p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff0000;
  }
}
/* /SMP SETTEING*/
.imgbox {
  min-height: 160px;
  margin: auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .imgbox {
    min-height: 0px;
    margin: auto;
    width: 50%;
  }
  .imgbox img {
    width: 100%;
  }
}
/* /SMP SETTEING*/
/*------------------------------
 SLIDER SETTINGS
------------------------------*/
#slider {
  position: absolute;
  top: 0;
}

#slider li {
  height: 100vh;
  background: center/cover no-repeat;
}

#slider li:nth-child(1) {
  background-image: url(../../../oakmember/assets/images/key01.jpg);
}

#slider li:nth-child(2) {
  background-image: url(../../../oakmember/assets/images/key02.jpg);
}

#slider li:nth-child(3) {
  background-image: url(../../../oakmember/assets/images/key03.jpg);
}

#slider li:nth-child(4) {
  background-image: url(../../../oakmember/assets/images/key04.jpg);
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #slider li:nth-child(1) {
    background-image: url(../../../oakmember/assets/images/key01_sp.jpg);
  }
  #slider li:nth-child(2) {
    background-image: url(../../../oakmember/assets/images/key02_sp.jpg);
  }
  #slider li:nth-child(3) {
    background-image: url(../../../oakmember/assets/images/key03_sp.jpg);
  }
  #slider li:nth-child(4) {
    background-image: url(../../../oakmember/assets/images/key04_sp.jpg);
  }
}
/*/SMP SETTEING*/
.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}

.bx-pager {
  text-align: right !important;
  right: 40px;
  border: 20px;
}

/*------------------------------
 ANIMATION SETTINGS
------------------------------*/
/*
==============================================
slideDown
==============================================
*/
.slideL {
  animation-name: slideL;
  -webkit-animation-name: slideL;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideL {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.slideR {
  animation-name: slideR;
  -webkit-animation-name: slideR;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideR {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
/*X-rotarion*/
.rotationX {
  animation: rotX 2s linear alternate 0s infinite;
  animation: rotX 2s linear 0s infinite;
}

@keyframes rotX {
  0% {
    -webkit-transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*------------------------------
MEDIA SMARTPHONE
------------------------------*/
@media screen and (max-width: 640px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .br:before {
    content: "\a";
    white-space: pre;
  }
}
/*ONLY SMP CLASS*/
@media screen and (max-width: 640px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  p.catch_sp {
    font-size: 12px;
    text-align: center;
    line-height: 2.5em;
    margin: 20px auto 0 auto;
  }
  .smpWidth {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #menu_wrap {
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  #menu .switch {
    position: relative;
    width: 30px;
    height: 50px;
    cursor: pointer;
    top: 26px;
    left: 22px;
    z-index: 999999;
  }
  #menu .switch:before {
    content: "";
    position: absolute;
    border-top: 5px solid #000;
    border-bottom: 15px double #000;
    width: 30px;
    height: 5px;
  }
  #menu .active:before,
  #menu .active:after {
    content: "";
    position: absolute;
    left: 13px;
    top: 0;
    border: 0;
    background-color: #FFF;
    width: 5px;
    height: 25px;
    transform: rotate(45deg);
  }
  #menu .active:after {
    transform: rotate(-45deg);
  }
  #menu .nav {
    display: none;
    position: relative;
    top: -50px;
    widows: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    overflow: scroll;
    font-size: 0;
  }
  /*
  #menu a {
      display: block;
      border-bottom: 1px;
      padding: 12px;
      background-color: rgba(0,0,0,0.5);
      color: #ffffff;
      text-decoration: none;
      text-align: center;
  	height: 70px;
  }
  */
  #menu .nav li {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 30px 0 0 0;
    /*padding: 14% 0 0 0;*/
    color: #FFF;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 80px;
    /*height: 20%;*/
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  /*
  #menu .nav li:first-child{
  	box-sizing:border-box;
      border-bottom: 1px solid rgba(255,255,255,0.6);
      border-right: none;
      width: 100%;
      height:120px;
  }
  */
  #menu .nav li:nth-child(odd) {
    border-right: none;
  }
  #menu .nav li:nth-child(8),
  #menu .nav li:nth-child(9),
  #menu .nav li:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  #menu a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
  }
  .sp_fnav {
    width: 99.5%;
    margin: 0;
    padding: 0;
  }
  .sp_fnav li {
    text-align: center;
    height: 35px;
    padding: 15px 0 0 0;
    background: #FFDCD7;
  }
  .sp_fnav li a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp_fnav li.blank {
    background: #FFEBE6;
    width: 100% !important;
  }
  .sp_fnav li:nth-child(odd) {
    width: 49.5%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    float: left;
    text-align: center;
  }
  .sp_fnav li:nth-child(even) {
    width: 49.5%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: right;
  }
  .w90 {
    width: 90%;
    margin: auto;
  }
}
/* 追加171030 */
.btnAttention {
  font-size: 14px;
  text-align: right;
  font-weight: 200;
  padding-top: 4px;
}

.button {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .btnAttention {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
  }
}
/* 追加200720 */
#wrapper {
  color: #484848;
}

#firstPage .work_name,
#secondPage .secondp_navi .work_name {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  #firstPage .work_name,
  #secondPage .secondp_navi .work_name {
    font-size: 20px;
  }
}

#firstPage .work_name, #secondPage .secondp_navi .work_name span {
  font-size: 20px;
}

#fellows {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 100px;
  text-align: center;
}

#fellows_appBox {
  margin: 100px auto;
  text-align: center;
}

#fellows_appBox .fellows_appBox_cont {
  background: url(/images/fellows/appbox_bg.jpg) no-repeat center center;
  height: 450px;
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 820px) {
  #fellows_appBox .fellows_appBox_cont {
    background-position: 54% 50%;
  }
}

#fellows_shigoto {
  background: url(/images/fellows/shigoto_bg.jpg) no-repeat center center;
  height: 450px;
  width: 100%;
  margin: 100px auto;
}

#fellows_omoide {
  background: url(/images/fellows/memories_key.jpg) no-repeat center center;
  height: 450px;
  width: 100%;
  margin: 100px auto;
}

#fellows_appBox .fellows_appBox_cont .fellows_appBox_cont_text,
#fellows_shigoto .fellows_shigoto_text,
#fellows_omoide .fellows_omoide_text {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  padding-top: 190px;
  font-weight: bold;
}

#fellows_appBox .fellows_appBox_cont .fellows_appBox_cont_text p span,
#fellows_shigoto .fellows_shigoto_text p span,
#fellows_omoide .fellows_omoide_text p span {
  font-size: 36px;
  line-height: 2;
}

.appBox_campaign_bg_pc {
  margin-bottom: 40px auto 100px auto;
  text-align: center;
}

.appBox_campaign_bg_pc img {
  width: 1000px;
  height: auto;
}

#fellows_appBox .fellows_appBox_logo img {
  width: 400px;
  height: auto;
}

#fellows_appBox .fellows_appBox_setsumei {
  width: 1000px;
  margin: 0 auto;
}

#fellows_appBox .fellows_appBox_setsumei .fellows_appBox_setsumei_text {
  margin: 40px auto 40px auto;
  text-align: left;
}
#fellows_appBox .fellows_appBox_setsumei .fellows_appBox_setsumei_text:last-child {
  margin-bottom: 80px;
}

.c-banner {
  border: 4px solid #d9d9d9;
  border-radius: 10px;
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  margin: 40px auto;
  width: 940px;
}

@media screen and (max-width: 820px) {
  .c-banner {
    border: 4px solid #d9d9d9;
    border-radius: 10px;
    display: block;
    background: #fff;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
    margin: 40px auto;
    width: 80%;
  }
  .c-banner__apps {
    width: 105% !important;
    display: block;
  }
  .c-banner__apps img {
    display: block;
  }
}
.c-banner__apps {
  width: 440px;
  display: flex;
}

.c-banner__apps a {
  padding: 10px 20px 0 0;
  display: block;
}

.c-banner__apps img {
  width: 100%;
  padding: 0 20px 0 0;
  display: block;
}

.appBox_campaign_bg .appBox_campaign_bg_sp {
  display: none;
}

.agent_howto,
.pro_howto,
.blogger_howto {
  text-align: left;
}

#thirdPage .fellows_introduction {
  width: 1000px;
  margin: 0 auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  #header_key {
    width: 90%;
  }
  #header_key .key_textBig {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 30px;
  }
  .contents p {
    font-size: 14px;
  }
  .button.r {
    width: 100%;
  }
  #fellows {
    margin: 100px auto;
    text-align: left;
  }
  #fellows_appBox .fellows_appBox_setsumei {
    width: 90%;
    margin: 0 auto;
  }
  #fellows_appBox .fellows_appBox_setsumei .fellows_appBox_setsumei_text {
    font-size: 14px;
    text-align: left;
  }
  #fellows_appBox .fellows_appBox_setsumei .fellows_appBox_setsumei_text:last-child {
    margin-bottom: 50px;
  }
  #fellows_appBox .fellows_appBox_logo img {
    max-width: 300px;
    width: 100%;
  }
  #fellows_shigoto {
    background-position: left center;
  }
  #fellows_shigoto .fellows_shigoto_text {
    width: 90%;
  }
  #fellows_appBox .fellows_appBox_cont .fellows_appBox_cont_text p span,
  #fellows_shigoto .fellows_shigoto_text p span {
    line-height: 1.4;
  }
  .appBox_campaign_bg {
    width: 90%;
    margin: 0 auto;
  }
  #memory_list .btn_list a {
    width: 100%;
  }
  #memories_guide {
    width: 90%;
  }
  #secondPage .secondp_navi {
    margin: 100px auto 0 auto;
  }
  .appBox_campaign_bg .appBox_campaign_bg_sp {
    display: block;
  }
  .appBox_campaign_bg .appBox_campaign_bg_sp img {
    width: 100%;
    height: auto;
  }
  .appBox_campaign_bg .appBox_campaign_bg_pc {
    display: none;
  }
  #thirdPage .fellows_introduction {
    width: 90%;
  }
  #thirdPage .thirdp_navi .howto_worker01,
  #thirdPage .thirdp_navi .howto_worker02,
  #thirdPage .thirdp_navi .howto_worker03 {
    background-color: #f5f5f5;
  }
  .c-banner_logo {
    width: 100%;
  }
}
/*------------------------------
BENEFIT
------------------------------*/
#oakmatching {
  text-align: center;
  margin: 70px auto 0;
}

#oakmatching #oakmatching_kv {
  background: url("/images/fellows/oakmatching_bg.jpg") no-repeat center center;
  height: 450px;
  width: 100%;
  margin: 100px auto;
}

#oakmatching #oakmatching_kv .oakmatching_text {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  padding-top: 156px;
  font-weight: bold;
}

#oakmatching #oakmatching_kv .oakmatching_text p span {
  font-size: 36px;
  line-height: 2;
}

#oakmatching #oakmatching_kv .oakmatching_text p.titleTextSmall {
  font-size: 18px;
  font-weight: normal;
}

#oakmatching .oakmatching_graph {
  position: relative;
  width: 840px;
  margin: 0 auto;
  text-align: center;
}

#oakmatching .oakmatching_graph ul li {
  border-radius: 10px;
  padding: 10px 26px;
  box-shadow: 0 0.4rem 0.4rem hsla(0, 0%, 0%, 0.06);
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

#oakmatching .oakmatching_graph .graph_red {
  background-color: #FFE5E5;
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#oakmatching .oakmatching_graph .graph_green {
  background-color: #E4F8E7;
  position: absolute;
  top: 84px;
  right: 0;
}

#oakmatching .oakmatching_graph .graph_blue1 {
  background-color: #EAF7FF;
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#oakmatching .oakmatching_graph .graph_blue2 {
  background-color: #ADD9F4;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#oakmatching .oakmatching_graph .graph_yellow {
  background-color: #FFF5E2;
  position: absolute;
  top: 84px;
  left: 0;
}

#oakmatching .oakmatching_graph .graph_cicle {
  border-radius: 200px;
  border: 1px solid #CBCBCB;
  width: 600px;
  height: 160px;
  margin: 0 auto;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#oakmatching .oakmatching_graph .graph_bar {
  border: 1px solid #CBCBCB;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 211px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#oakmatching .oakmatching_graph .oakmatching_text {
  padding-top: 370px;
  font-size: 14px;
}

#oakmatching .charazukan {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
}

#oakmatching .work_name,
#fellows_appBox .work_name {
  font-size: 20px;
  font-weight: bold;
  margin: 100px 0 50px 0;
  line-height: 1.4;
}

#oakmatching .charazukan ul {
  margin: 40px auto 20px;
  text-align: center;
  background: #f8f8f8;
  padding: 14px;
  border-radius: 10px;
}

#oakmatching .charazukan ul li.charazukan_person {
  display: inline-block;
}

#oakmatching .charazukan ul li.charazukan_person .charazukan_person_img {
  width: 220px;
  height: auto;
}

#oakmatching .charazukan ul li.charazukan_person .charazukan_person_text {
  padding: 0 25px 25px 25px;
}

#oakmatching .charazukan ul li.charazukan_person .charazukan_person_text .charazukan_person_name {
  text-align: center;
  font-weight: bold;
}

#oakmatching .charazukan .charazukan_person_subText {
  text-align: right;
  margin: 0 auto;
  font-size: 12px;
}

#oakmatching .charazukan_benefit {
  margin: 80px auto 0 auto;
  width: 700px;
  font-size: 14px;
}

#oakmatching .charazukan_benefit .charazukan_benefitTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#oakmatching .charazukan_benefit .charazukan_benefitTitle span {
  display: block;
  font-size: 12px;
}

#oakmatching .charazukan_benefit .charazukan_benefitTitle img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}

#oakmatching .charazukan_benefit ul {
  margin: 20px 0;
}

#oakmatching .charazukan_benefit ul li {
  display: inline-block;
  vertical-align: top;
}

#oakmatching .charazukan_benefit ul li img {
  margin: 0 auto;
  text-align: center;
}

#oakmatching .charazukan_benefit ul li .fukidashi_green {
  border-radius: 10px;
  background-color: #E4F8E7;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}

#oakmatching .charazukan_benefit ul li .fukidashi_blue {
  border-radius: 10px;
  background-color: #EAF7FF;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}

#oakmatching .charazukan_benefit ul li .fukidashi_yellow {
  border-radius: 10px;
  background-color: #FFF5E2;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}

#oakmatching .charazukan_benefit ul li p {
  vertical-align: top;
}

#oakmatching .charazukan_benefit ul.charazukan_happyhouse li {
  margin-right: 6px;
}

#oakmatching .charazukan_benefit .charazukan_arrow {
  margin: 20px 0;
}

#oakmatching .charazukan_benefit .bukatsu {
  background-color: #FFE5E5;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
}

.charazukan_benefit .link_inquiry {
  text-decoration: underline;
}

.charazukan_benefit p.ext-button {
  line-height: 1;
  margin-top: 35px;
}

.charazukan_benefit p.ext-button .c-button {
  width: 100%;
  height: 45px;
  border-radius: 23px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.c-button {
  border-radius: 7px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background: #3C3C3C;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: inherit;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
}

/*SMP SETTEING*/
@media screen and (max-width: 640px) {
  .oakmatching_graph,
  .charazukan,
  .charazukan_benefit {
    width: 100%;
    margin: 0 auto;
  }
  #oakmatching {
    width: 90%;
  }
  #oakmatching #oakmatching_kv .oakmatching_text {
    width: 90%;
  }
  #oakmatching .charazukan {
    width: 100%;
  }
  #oakmatching .charazukan ul {
    width: auto;
  }
  #oakmatching .charazukan ul li.charazukan_person .charazukan_person_img {
    width: 94px;
  }
  #oakmatching .charazukan_benefit {
    width: 100%;
  }
  #oakmatching .charazukan_benefit ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #oakmatching .charazukan_benefit ul.charazukan_happyhouse li img {
    width: 100px;
    height: auto;
  }
  #oakmatching .charazukan_benefit .bukatsu {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
  }
  #oakmatching .oakmatching_graph {
    width: 100%;
  }
  #oakmatching .oakmatching_graph ul li {
    font-size: 12px;
    padding: 14px 18px;
  }
  #oakmatching .oakmatching_graph .graph_cicle {
    width: 90%;
    height: 200px;
  }
  #oakmatching .oakmatching_graph .graph_bar {
    top: 240px;
  }
  #oakmatching .oakmatching_graph .graph_green {
    top: 70px;
  }
  #oakmatching .oakmatching_graph .graph_blue1 {
    top: 200px;
    width: -moz-max-content;
    width: max-content;
  }
  #oakmatching .oakmatching_graph .graph_blue2 {
    top: 270px;
  }
  #oakmatching .oakmatching_graph .graph_yellow {
    top: 130px;
  }
  #oakmatching .oakmatching_graph .oakmatching_text {
    padding-top: 400px;
  }
  #oakmatching .charazukan .charazukan_person_subText {
    width: auto;
  }
  .c-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  #wrapper .exercise {
    padding: 0 20px;
  }
}
#wrapper .exercise__title {
  border-top: 1px solid #d1d1d1;
  max-width: 600px;
  padding-top: 2em;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__title {
    font-size: 20px;
  }
}
#wrapper .exercise__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__list {
    flex-direction: column;
  }
}
#wrapper .exercise__list li {
  width: 33.3%;
  max-width: 320px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__list li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
#wrapper .exercise__list li img {
  width: 180px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
#wrapper .exercise__list li p {
  background: #F8F8F8;
  border-radius: 14px;
  padding: 1.2em;
  font-size: 16px;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__list li p {
    font-size: 14px;
  }
}
#wrapper .exercise__list li p:after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #F8F8F8;
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -10px;
}
#wrapper .exercise__list li p span {
  font-size: 0.8em;
  display: block;
  line-height: 1.4;
  margin-top: 0.8em;
}
#wrapper .exercise__list li + li {
  margin-left: 2em;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__list li + li {
    margin-left: 0;
    margin-top: 3em;
  }
}
#wrapper .exercise__text {
  max-width: 600px;
  font-size: 18px;
  text-align: left;
  margin: 50px auto 40px;
  color: #2a2a2a;
  line-height: 1.4em;
}
#wrapper .exercise__text.ext-center {
  text-align: center;
}
#wrapper .exercise__text span {
  display: block;
  margin: 1em;
}
#wrapper .exercise__text strong {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0.2em;
  display: inline-block;
}
#wrapper .exercise__text a {
  font-size: 1.3em;
  font-weight: bold;
  color: #E35D54;
  margin: 0 0.2em;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #wrapper .exercise__text {
    font-size: 14px;
    text-align: center;
    margin: 40px auto;
    color: #2a2a2a;
    line-height: 1.6em;
  }
  #wrapper .exercise__text span {
    margin: 0.5em;
  }
  #wrapper .exercise__text strong {
    font-size: 1.3em;
  }
  #wrapper .exercise__text a {
    font-size: 1.3em;
  }
}
#wrapper .exercise__button {
  margin-top: 50px;
  text-align: center;
}

.a8pgmInduction {
  position: relative;
}
.a8pgmInduction > div {
  position: relative;
  width: 100vw;
  padding: 40px 15px;
  background: #F8F8F8 url(/images/rwd/affiliate/bg-intro.svg) no-repeat center center;
  background-size: 1209px 1209px;
  box-sizing: border-box;
  text-align: center;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (max-width: 820px) {
  .a8pgmInduction {
    background-size: 375px 375px;
  }
}
.a8pgmInduction .c-button {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .a8pgmInduction .c-button {
    font-size: 14px;
  }
}
.a8pgmInduction .c-button.ext-cart {
  max-width: 600px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em auto;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .a8pgmInduction .c-button.ext-cart {
    max-width: 516px;
    height: 48px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
  }
}
.a8pgmInduction__image {
  max-width: 380px;
  height: auto;
  width: calc(100% - 30px);
  margin: 0 15px;
}
.a8pgmInduction__subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
  text-shadow: 2px 2px 0 #ffffff;
  margin: 21px auto 0;
  max-width: 516px;
}
@media screen and (max-width: 820px) {
  .a8pgmInduction__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.a8pgmInduction__subtitle:after {
  content: "";
  display: block;
  max-width: 516px;
  height: 0;
  padding-top: 7.7519379845%;
  background: url(/images/rwd/affiliate/icn-arrow_v.svg) no-repeat center center;
  background-size: contain;
  margin: 19px auto 0;
}
.a8pgmInduction__text {
  max-width: 516px;
  margin: 19px auto 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 820px) {
  .a8pgmInduction__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.a8pgmInduction__note {
  max-width: 516px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.3333333333;
}
.a8pgmInduction__note a {
  text-decoration: underline;
}

.a8pgmDownload {
  margin: 80px auto;
  max-width: 550px;
}
@media screen and (max-width: 820px) {
  .a8pgmDownload {
    margin: 140px auto 0;
  }
}
.a8pgmDownload__inner {
  color: #fff;
  border-radius: 6px;
  background-color: #FB81AB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}
.a8pgmDownload__inner:hover {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .a8pgmDownload__inner {
    flex-direction: column;
    margin: 0 20px;
  }
}
.a8pgmDownload__image {
  width: 124px;
  height: auto;
  display: inline-block;
  margin-top: -40px;
  font-size: 18px;
  vertical-align: top;
}
@media screen and (max-width: 820px) {
  .a8pgmDownload__image {
    margin-top: -100px;
  }
}
.a8pgmDownload__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1em 0 0 1em;
  vertical-align: top;
}
.a8pgmDownload__banner {
  display: flex;
  margin-top: 1.3em;
}
.a8pgmDownload__banner > a {
  color: #ffffff;
}
.a8pgmDownload__banner > a img {
  vertical-align: bottom;
  height: 48px;
  width: auto;
}
@media screen and (max-width: 820px) {
  .a8pgmDownload__banner > a img {
    height: 42px;
  }
}
.a8pgmDownload__banner > a + a {
  margin-left: 1em;
}
.a8pgmDownload .c-button {
  text-decoration: none;
  margin-top: 2em;
}