@charset "UTF-8";
/* layout
----------------------------- */
.co_container_box_inner {
  margin: 0 auto;
}
.mainContent {
  width: 770px;
  margin: 0 auto;
  padding-bottom: 16px;
  float: right;
  background: #0095ff;
  color: #26303d;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.mainContent * {
  box-sizing: border-box;
  font-size: inherit;
}
.mainContent img {
  width: 100%;
  max-width: 770px;
  height: auto;
}
.container {
  padding: 32px;
}
/* common
----------------------------- */
.mainContent a {
  transition: opacity .2s;
}
.mainContent a:hover {
  opacity: .6;
}
.mainContent a:hover img {
  opacity: 1;
}
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.bold {
  font-weight: bold;
}
.pc_hidden {
  display: none;
}
/* Component
----------------------------- */
.section_title {
  margin: auto;
  text-align: center;
}
.section_title img {
  width : auto;
  height: 40px;
}
.text_attention {
  margin-top: 10px;
  color: #e95504;
  font-size: 14px;
}
.btn_orange {
  display: flex;
  justify-content: center;
}
.btn_orange:not(:first-child) {
  margin-top: 8px;
}
.btn_orange a {
  padding: 12px 48px;
  transition: opacity .2s;
  border-radius: 40px;
  background: #ff7025;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.btn_orange a:hover {
  opacity: .6;
  text-decoration: none;
}
.text_entried {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 10px;
  border: 2px solid #e95504;
  color: #e95504;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
/* エントリーエリア
----------------------------- */
.entry_area {
  margin: 24px 32px 0;
  padding: 24px 32px;
  border: 3px solid #233f99;
  border-radius: 4px;
  background: #fffe97 url("/auto/images/freemarathon/common/entry_bg.png") no-repeat 0 0 / 96px;
  color: #233f99;
  text-align: center;
}
.entry_area .section_title img {
  width: 100%;
  max-width: 355px;
  height: auto;
}
.entry_area p {
  margin-top : 8px;
  font-size: 16px;
}
.entry_area .text_lead {
  font-size: 18px;
}
.entry_area .btn_orange a {
  padding: 8px 40px;
  font-size: 14px;
}
.entry_area .link_text {
  color: #06f;
  text-decoration: underline;
}
/* ピックアップ作品
----------------------------- */
.term_wrap {
  margin-top: 4px;
  text-align: center;
}
.term_date {
  color: #233f99;
  font-size: 20px;
  font-weight: bold;
}
.next_date {
  font-size: 16px;
}
.pickup_area {
  margin: 16px 32px 0;
  border: 3px solid #233f99;
  border-radius: 4px;
  background: #f1f6fe;
}
.pickup_area .section_title img {
  height: 72px;
}
.title_wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  padding: 16px;
  border: 2px solid #233f99;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 0 0 #233f99;
  gap: 12px;
}
.title_wrap a {
  color: #26303d;
  text-decoration: none;
}
.title_wrap.achieved {
  background: #e0ebfe;
}
.title_wrap .thum_box {
  flex: 0 0 131px;
  max-width: 131px;
  overflow: hidden;
  background: #efefef;
  text-align: center;
  aspect-ratio: 3/4;
}
.title_wrap .thum_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.title_wrap .thum_box img {
  width: auto;
  height: 100%;
}
.title_wrap .text_box {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.title_wrap .text_box .title_name {
  color: #233f99;
  font-size: 18px;
}
.title_wrap .text_box .story {
  display: -webkit-box;
  max-height: calc(3em * 1.6); /* line-clampがサポート外のときの措置 */
  margin-top: 8px;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.title_wrap .text_box .btn_read {
  display: block;
  min-width: 214px;
  margin-top: 16px;
  margin-left: auto;
  padding: 14px 20px;
  transition: opacity .2s;
  border: 1px solid #233f99;
  border-radius: 40px;
  background: #fbda37;
  box-shadow: 0 1px 0 0 #233f99;
  color: #26303d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.title_wrap .text_box .btn_read:hover {
  opacity: .6;
  text-decoration: none;
}
.title_wrap.achieved .text_box .btn_read {
  margin-top: 8px;
  border: 1px solid #6983d8;
  background: #b2cefe;
  box-shadow: none;
  color: #6983d8;
}
.title_wrap.achieved .text_box .btn_read:hover {
  opacity: 1;
}
.title_wrap .text_box .link_read {
  display: inline;
  position: relative;
  margin-top: 24px;
  margin-left: auto;
  padding-right: 10px;
  color: #233f99;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.title_wrap .text_box .link_read::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  width: 6px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #233f99;
  mask: url("/auto/images/freemarathon/common/icon_arrow_link.svg") no-repeat center / contain;
}
/* 参加方法
----------------------------- */
.howto_area {
  margin-top: 32px;
  background-color: #fffe97;
  background-image: radial-gradient(circle, #fff88c 3px, transparent 3px), radial-gradient(circle, #fff88c 3px, transparent 3px);
  background-position: 0 0, 13px 6px;
  background-size: 26px 12px;
}
.howto_area .section_title img {
  height: 40.5px;
}
.howto_area_inner {
  text-align: center;
}
.howto_box {
  position: relative;
  max-width: 520px;
  margin: 48px auto 0;
  padding: 32px 20px 20px;
  border: 3px solid  #233f99;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
}
.howto_box.nologin {
  margin-top: 24px;
  padding: 24px 16px;
  border: none;
}
.howto_box.nologin + .howto_box {
  margin-top: 24px;
}
.howto_box.nologin .btn_orange a {
  font-size: 16px;
}
.howto_box.nologin .link_text {
  display: inline-block;
  margin-top: 8px;
  color: #e95504;
  font-size: 14px;
  text-decoration: underline;
}
.howto_box .step_icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.howto_box img {
  max-width: 342px;
  margin-top: 8px;
}
.howto_box .text_entried {
  font-size: 18px;
}
.howto_box .col_2_wrap {
  display: flex;
  position: relative;
  margin-top: 20px;
  gap: 16px;
}
.howto_box .col_2_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 58px;
  transform: translate(-50%, -50%);
  background-color: #0095ff;
  mask: url("/auto/images/freemarathon/common/icon_arrow.svg") no-repeat center / contain;
}
.howto_box .col_2_box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px;
  border: 2px solid #233f99;
  border-radius: 4px;
  background: #ffffe5;
  line-height: 1.4;
}
.howto_box .col_2_box:first-child img {
  margin-top: 20px;
}
.howto_box .col_2_box p {
  margin-top: 8px;
  font-size: 16px;
}
.howto_box .col_2_box img {
  margin: 0;
}
.howto_box.step2 .col_2_box p {
  margin-right: -1em;
  margin-left: -1em;
}
.howto_box .bg_box {
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  background: #ffffe5;
}
.howto_box .bg_box p {
  margin: auto;
  font-size: 14px;
}
/* キャンペーン詳細
----------------------------- */
.detail_area {
  margin-top: 16px;
  background: #d1ecff url("/auto/images/freemarathon/common/detail_bg.png");
}
.detail_area .section_title img {
  height: 38.5px;
}
.detail_area_inner {
  margin-top: 24px;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
}
.detail_area .orange {
  color: #e95504;
}
.detail_area h3 {
  margin-left: -.5em;
  font-weight: bold;
}
.detail_area h3:not(:first-child) {
  margin-top: 16px;
}
.detail_area a {
  color: #06f;
  text-decoration: underline;
}
/* バナーエリア
----------------------------- */
.banner_area {
  margin-top: 16px;
  background: #f1f6fe;
}
.banner_area .section_title img {
  height: 66.5px;
}
.banner_wrap {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
.banner_wrap > li {
  flex: 0 0 calc((100% - 12px) / 2);
}
/* 終了メッセージ
----------------------------- */
.end_area {
  padding: 24px 32px 16px;
}
.end_area_inner {
  padding: 32px;
  border: 3px solid #233f99;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}
.end_area_box {
  padding: 24px;
  border-radius: 4px;
  background: #f2f2f2;
}
.end_area_inner .end_msg {
  color: #6983d8;
  font-size: min(5vw, 20px);
}
.end_area_inner p {
  color: #6983d8;
  font-size: 16px;
}
/* SNSボタン
----------------------------- */
.sns_area {
  padding-top: 24px;
  font-size: 12px;
}
.sns_area img {
  display: block;
  height: 20px;
}
