﻿@charset "utf-8";
/* CSS Document */

.contents-area {
  background: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}
p {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .spContent {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pcContent {
    display: none!important;
  }
  #res-header img,
  #str_container #res-header-fin img,
  .ttlImg img {
    max-width: none;
    width: 100%;
  }
}

#str_container #res-header-fin .overlay {
  background: rgb(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
  #str_container #res-header,
  #str_container #res-header-fin {
    min-width: 960px;
    width: 1920px;
    margin-left: -470px;
  }
  .deadline_pc {
    font-size: 16px;
  }
  .deadline_pc ul li {
    padding: 0 10px;
  }
  #str_container #res-header-fin .h-txt {
    left: 760px;
  }
}
@media screen and (max-width: 768px) {
  #container{
    position: relative !important;
  }
   #str_container #res-header-fin img {
     width: 100%;
   }
   #res-header,
   #str_container #res-header-fin{
    padding: 33.5vw 0;
    position: relative;
   }
   #str_container #res-header-fin.bg-slider {
     background-size: 100%;
   }
}

@media screen and (min-width: 769px) {
  .bg-slider {
    height: 380px;
    background: url(/special/onep/202107-09/images/header01_pc.jpg) no-repeat;
    /*background-repeat: no-repeat;*/
  }
}
@media screen and (max-width: 768px) {
  .bg-slider {
    background: url(/special/onep/202107-09/images/header01_sp.jpg) no-repeat;
    background-size: cover;
    /*background-repeat: no-repeat;*/
  }
}

.specialInner {
  background: #eeeeee;
  padding: 20px;
  box-sizing: border-box;
}
.specialInner:after {
  content: "";
  display: block;
  clear: both;
}
.specialWrap .specialItem {
  display: table;
  background: #fff;
}
.specialWrap .specialItem > div {
  display: table-row;
  width: 100%;
}

.specialWrap .specialItem > div > span {
  display: table-cell;
  vertical-align: middle;
}
.specialWrap .specialItem > div > span img{
  max-width: inherit;
  height: 100%;
}

.bd_t > span:first-child + * {
   background: url(/special/onep/202107-09/images/border_top_center_pc.png) top repeat-x;
}
.bd_b > span:first-child + * {
   background: url(/special/onep/202107-09/images/border_bottom_center_pc.png) bottom repeat-x;
}
.bd_c > span:first-child {
   background: url(/special/onep/202107-09/images/border_middle_left_pc.png) repeat-y;
}
.bd_c > span:first-child + * + * {
   background: url(/special/onep/202107-09/images/border_middle_right_pc.png) right repeat-y;
}
.specialTxtWrap > span {
  display: inline-block;
  margin-top: -65px;
  padding-bottom: 5px;
  text-align: left;
  position: relative;
}

.specialTxtWrap .subttl {
  margin: 0 -70px 0 -15px;
  font-size: 20px;
}
.specialTxtWrap .spot {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.specialTxtWrap .spot:before {
  content: "";
  background: #fff600;
  width: 100%;
  height: 7px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.specialTxtWrap .txtWrap {
  margin: 0 -70px 0 -55px;
}
.specialTxtWrap .txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.pointWrap {
  margin-top: 20px;
  border-top: 1px solid #242424;
}
.pointWrap .txt {
  font-size: 16px;
}
.pointWrap .txt > .subtxt {
  background: #0e216e;
  padding: 0 8px;
  color: #fff;
  vertical-align: middle;
}

.pointWrap .txt > .subtxt.bgGreen {
  background: #2e990b;
}

.pointWrap .txt .point {
  margin-left: 5px;
  font-size: 36px;
  font-weight: bold;
  color: #e62e6f;
  vertical-align: middle;
}
.pointWrap .txt > .subtxt01 {
  vertical-align: sub;
  margin-left: 3px;
}
.specialTxtWrap .list {
  padding: 5px 0;
  line-height: 1.4;
}
.specialTxtWrap .list > li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .specialWrap .specialItem {
    width: 450px;
    box-sizing: border-box;
    float: left;
  }
  .specialWrap .specialItem:first-child + * {
    float: right;
  }
  .pointWrap.layout01 .txt {
    line-height: 1.15;
    text-indent: -8em;
    padding-left: 8em;
  }
  .pointWrap.layout01 .txt > .subtxt {
    background: #0e216e;
    padding: 0 8px;
    color: #fff;
    vertical-align: middle;
    margin-right: 26px;
  }
  .pointWrap.layout01 .txt > .subtxt01 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .specialWrap .specialItem > div > span img{
    max-width: inherit;
    height: 60%;
  }
  .bd_t > span:first-child + * {
   background: url(/special/onep/202107-09/images/border_top_center_sp.png) top repeat-x;
   background-size: contain;
  }
  .bd_b > span:first-child + * {
   background: url(/special/onep/202107-09/images/border_bottom_center_sp.png) bottom repeat-x;
   background-size: contain;
  }
  .bd_c > span:first-child,.bd_t .cmtL:before {
   background: url(/special/onep/202107-09/images/border_middle_left_sp.png) repeat-y center;
   background-size: contain;
  }
  .bd_c > span:first-child + * + * {
   background: url(/special/onep/202107-09/images/border_middle_right_sp.png) right repeat-y;
   background-size: contain;
  }
  .contents-area.specialWrap {
    width: 100%;
    padding: 0 10px 0;
    margin: 10px 0 0;
    box-sizing: border-box;
  }
  .specialWrap .specialItem {
    margin-top: 20px;
  }
  .specialWrap .specialItem:first-child {
    margin-top: 0;
  }
  .specialInner {
    padding: 15px;
    box-sizing: border-box;
  }
  .specialTxtWrap > span {
    margin-top: -50px;
  }
  .specialTxtWrap .subttl {
    margin: 0 -25px;
    font-size: 18px;
  }
  .specialTxtWrap .txtWrap {
    margin: 0 -50px;
  }
  .specialTxtWrap .txt {
    margin-top: 10px;
  }
  .specialTxtWrap .txt:after {
    content: "";
    display: block;
    clear: both;
  }
  .pointWrap .txt > .point {
    margin-left: 0;
    line-height: 1.2;
  }
  .pointWrap {
    margin-top: 10px;
    text-align: center;
  }
  .pointWrap .pointInner {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
  }
  .pointWrap .pointInner.layout01 {
    float: right!important;
    position: relative;
  }
  .pointWrap .pointInner.layout01:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #000;
    position: absolute;
    left: 1px;
    top: 20%;
  }
  .pointWrap .txt .point {
    margin-left: 0;
    font-size: 24px;
  }
  .specialTxtWrap .pointInner {
    line-height: 1.2;
    font-size: 12px;
  }
}


@media screen and (min-width: 769px) {
  .ttlImg {
    margin-top: 30px;
  }
}


.exInner {
  display: table;
  border-top: 1px solid #242424;
}
.exInner:first-child {
  border-top: none;
}
.exInner > .exItem {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.exItem > div.txt > p span {
  display: inline-block;
  vertical-align: middle;
}
.exItem > div.txt > p span:first-child + * {
  width: 220px;
  padding-right: 30px;
  box-sizing: border-box;
}
.exItem .icon01 {
  width: 43px;
  height: 33px;
  background: url(/special/onep/202107-09/images/pc_icon.png) left center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.exItem .icon02 {
  width: 43px;
  height: 47px;
  background: url(/special/onep/202107-09/images/golf_icon.png)left center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.exInner > .exItem .txt,
.exInner > .exItem .arrw {
  font-size: 18px;
}
.exInner > .exItem .pointTxt {
  margin-right: 10px;
  font-weight: bold;
  font-size: 36px;
  color: #e62e6f;
}
.exInner > .exItem .arrw {
  background: url(/special/onep/202107-09/images/arrw_r01.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 62px;
  color: #fff;
  display: table;
  text-align: center;
}
.exInner > .exItem .arrw > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.exInner .price {
  font-size: 36px;
  font-weight: bold;
  color: #e62e6f;
  text-align: right;
}
.exInner .price .priceCopy {
  background: #0e216e;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  text-align: center;
  margin-right: 25px;
}
.mr00 {
  margin-right: 0!important;
}
@media screen and (min-width: 769px) {
  .exInner {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .exInner.layout01 {
    border-top: 2px solid #242424;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .exInner.layout01 > .exItem {
    width: 50%!important;
    float: right;
  }
  .exInner > .exItem:first-child {
    width: 280px;
  }
  .exInner > .exItem:first-child + * {
    width: 230px;
  }
  .exInner > .exItem:first-child + * + * {
    width: 470px;
    padding-left: 20px;
  }
  .exTtl_sp,
  .exSubttl_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spTtl {
    background: #0e216e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 23px;
  }
  .rs_h3_title_bar {
    font-size: 12px!important;
    text-align: center;
  }
  .exInner,
  .exInner > .exItem {
    width: 100%;
    display: block;
  }
  .exInner > .exItem {
    margin-top: 15px;
    text-align: center;
  }
  .exInner > .exItem .txt {
    font-size: 16px;
    text-align: center;
  }
  .exItem > div.txt > p span:first-child + * {
    width: auto;
    padding-right: 0;
  }
  .exInner > .exItem .arrw {
    background: url(/special/onep/202107-09/images/arrw_b02.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
  }
  .exInner > .exItem .arrw {
    text-align: center;
  }
  .exInner > .exItem > .point.spLayout {
    text-align: center;
    padding: 0 2% 10px;
  }
  .exInner > .exItem > .point.spLayout:after {
    content: "";
    display: block;
    clear: both;
  }
  .exInner > .exItem > .point.spLayout > span {
    width: 33%;
    float: left;
  }
  .exInner > .exItem > .point.spLayout > span:last-child {
    float: right;
  }
  .exInner > .exItem > .point.spLayout .pointTxt {
    margin-right: 0;
  }
  .exInner > .exItem > .point.spLayout > span.spLayout02 {
    width: 34%;
  }
  .exTtl_sp {
    background: #0e216e;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 25px;
  }
  .exSubttl_sp {
    font-size: 12px;
    text-align: left;
    display: block;
    line-height: 1.4;
  }
  .spTaR {
    text-align: right!important;
    display: block;
  }
  .spFR {
    float: right;
  }
  .exInner .price {
    text-align: left;
  }
  .exInner .price .spFR {
    text-align: right;
  }
  .exInner .price:after {
    content: "";
    display: block;
    clear: both;
  }
  .exInner .price .priceCopy {
    margin-top: 10px;
  }
  .exInner.layout01 .exItem {
    text-align: left;
  }
}


.first-box {
  margin-top: 40px;
}
.first-box .pageTitle_oc h2 span {
  background: url(/special/onep/202107-09/images/icon_first.png) no-repeat left center;
  padding: 0 0 0 25px;
}

.first-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
.first-lead > p {
  margin-top: 20px;
  font-size: 14px;
}
.first-intro {
  margin: 0 0 30px;
}
.cbox {
  zoom: 1;
}
.first-point {
  float: left;
  width: 475px;
}
.first-box h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0!important;
  padding: 10px 0!important;
  background-color: #e7e7e7;
  border-left: none!important;
  border-radius: 5px 5px 0 0;
}
.first-content {
  background-color: #f2f2f2;
  padding: 20px 30px;
  border-radius: 0 0 5px 5px;
}
.first-image {
  margin: 0 0 20px;
}
.first-profile {
  float: right;
  width: 475px;
}
.cbox:after {
  content: ".";
  display: block;
  height: 0px;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.first-flow {
  margin: 0 0 30px;
}
.first-review {
  font-size: 14px;
  margin: 0 0 30px;
}
.first-review-box {
  margin: 0 0 10px;
}
.first-review-icon {
  float: left;
  width: 95px;
}
.first-review-profile dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.first-review-profile dd {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single-title {
    background-color: #095a93;
    color: #fff;
    margin: 15px 10px 0;
    padding: 7px 10px;
    font-size: 16px;
  }
  .single-body {
    padding: 10px;
  }
  .one-box {
    position: relative;
  }
  .one-img {
    float: left;
    width: 25%;
  }
  .one-img2 {
    float: right;
    width: 25%;
  }
  .gdoevent-box img {
    width: 100%;
    height: auto;
  }
  .gdoevent-box .arrow img {
    width: 83%;
    height: auto;
  }
  .arrow {
    position: absolute;
    top: 10%;
    left: 26%;
  }
  .arrow2 {
    position: absolute;
    top: 10%;
    left: 71%;
  }
  .one-txt {
    width: 69%;
    padding: 10px;
    background-color: #c8eeff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: right;
    font-size: 16px;
  }
  .one-txt2 {
    width: 67%;
    padding: 10px 10px 0 10px;
    float: right;
    font-size: 16px;
  }
  .one-txt3 {
    width: 69%;
    padding: 10px;
    margin-right: 10px;
    background-color: #c8eeff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    font-size: 16px;
  }
  .boader {
    margin: 6px 0;
    border: #979797 2px solid;
  }
  .first_flow {
    margin: 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .one-txt {
    width: 65%;
    padding: 10px;
    background-color: #c8eeff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: right;
    font-size: 16px;
  }
  .one-txt3 {
    width: 65%;
    padding: 10px;
    margin-right: 10px;
    background-color: #c8eeff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    font-size: 16px;
  }
  .arrow2 {
    position: absolute;
    top: 10%;
    left: 67%;
  }
}


.btn-red a, .btn-red-fin span {
  margin: 0 10px 20px;
}
.btn-area {
  width: 900px;
  margin: 20px auto 0;
  padding: 0 0 5px;
  overflow: hidden;
}
.btn-area .btn-red a {
    display: block;
    float: left;
    width: 430px;
}
.btn-area p {
  margin-top: 0;
}
.btn-area .btn-red-fin span {
    display: block;
    float: left;
    width: 430px;
}
.btn-area .btn-blue a {
    display: block;
    float: right;
    width: 430px;
    background-color: rgb(54, 149, 214);
    box-shadow: rgb(47, 122, 174) 0px 5px 0px 0px;
    color: rgb(255, 255, 255);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px;
    border-radius: 5px;
}
.btn-area .btn-blue-fin span {
    float: right;
    display: block;
    width: 430px;
    background-color: rgb(27, 74, 107);
    box-shadow: rgb(23, 61, 87) 0px 5px 0px 0px;
    color: rgb(127, 127, 127);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px;
    border-radius: 5px;
}
.btn-area a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.mt35 {
  margin-top: 35px!important;
}
.mt37 {
  margin-top: 37px!important;
}
@media screen and (max-width: 768px) {
  .btn-area {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .btn-area .btn-red a {
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  .btn-area .btn-red-fin span {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #541313;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #4f1010;
    -moz-box-shadow: 0px 5px 0px 0px #4f1010;
    -webkit-box-shadow: 0px 5px 0px 0px #4f1010;
    color: #999;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    text-align: center;
    max-height: 999999px;
  }
  .btn-area .btn-blue a {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #3695d6;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #2f7aae;
    -moz-box-shadow: 0px 5px 0px 0px #2f7aae;
    -webkit-box-shadow: 0px 5px 0px 0px #2f7aae;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    text-align: center;
    max-height: 999999px;
  }
  .btn-area .btn-blue-fin span {
    float: none;
    display: block;
    width: 100%;
    background-color: rgb(27, 74, 107);
    box-shadow: rgb(23, 61, 87) 0px 5px 0px 0px;
    color: rgb(127, 127, 127);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
    border-radius: 5px;
  }
  .spMt15 {
    margin-top: 15px!important;
  }
  .spMt20 {
    margin-top: 20px!important;
  }
  .spMt25 {
    margin-top: 25px!important;
  }
  .rs_h2_title_bar.spMt25 {
    margin-top: 25px!important;
  }
  .spMt30 {
    margin-top: 30px;
  }
  .rs_h2_title_bar.spMt30 {
    margin-top: 30px!important;
  }
  .rs_h2_title_bar.spMt35 {
    margin-top: 35px!important;
  }
}

#notice_box ul li.list-style-none {
  list-style-type: none;
}
#notice_box dd.comments {
  padding-left: 190px;
}
@media screen and (min-width: 769px) {
  #str_container h3 {
    margin-top: 40px!important;
  }
  #str_container .first-profile h3,
  #str_container .first-point h3 {
    margin-top: 0!important;
  }
  .pcMt15 {
    margin-top: 15px!important;
  }
  .pcMt25 {
    margin-top: 25px!important;
  }
  .pcMt30 {
    margin-top: 30px!important;
  }
}
@media screen and (max-width: 768px) {
  #notice_box dd.comments {
    padding-left: 0;
  }
}

.bnrWrap > .img {
  text-align: center;
}
.bnrWrap .img a:hover {
  color: #FFF;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3;
}

@media screen and (min-width: 769px) {
  .deadline_pc ul li.ulTitle01 {
    width: 170px;
    box-sizing: border-box;
  }
  .deadline_pc ul li.ulTitle02 {
    width: 160px;
    box-sizing: border-box;
  }
  .deadline_pc ul li:first-child + * {
    width: 250px;
    box-sizing: border-box;
  }
  .deadline_pc ul li:first-child + * + * + * {
    width: 410px;
    box-sizing: border-box;
  }

}

@media screen and (min-width: 769px) {
  .bg-slider {
    height: 430px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .bg-slider {
    background-size: cover;
    background-repeat: no-repeat;
  }
}


@media screen and (min-width: 769px) {
  .btn-area .btn-red a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-decoration: none;
    background: #eb4055;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
  }
  .btn-area .btn-blue a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-decoration: none;
    background: #3695d6;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
  }
  .btn-area .btn-red-fin span {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #75202a;
    color: #7f7f7f;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
  }
  .btn-area .btn-blue-fin span {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #1b4a6b;
    color: #7f7f7f;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 26px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .btn-area .btn-red a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #eb4055;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    max-height: 999999px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .btn-area .btn-blue a {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #3695d6;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    max-height: 999999px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .btn-area .btn-red-fin span {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #75202a;
    color: #7f7f7f;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    max-height: 999999px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .btn-area .btn-blue-fin span {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #1b4a6b;
    color: #7f7f7f;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    max-height: 999999px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.btn-area .btn-red a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-area .btn-blue a:hover {
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#outline_box dl.outline_box_ttl {
  margin: 0;
  padding: 10px 15px;
  background: #e7e7e7;
}
#outline_box dl.outline_box_ttl dt {
  float: none;
  padding: 0;
  color: #222222;
  font-weight: normal;
}
#outline_box dl .list01 li {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
#notice_box .list01 li {
  padding-left: 1em;
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  #outline_box dl .list02 li {
    text-indent: -9em;
    padding-left: 9em;
  }
  #outline_box dl .list03 li {
    text-indent: -8em;
    padding-left: 8em;
  }
}
@media screen and (max-width: 768px) {
  #outline_box dl.outline_box_ttl {
    padding: 10px 8px 10px;
  }
  #notice_box .list01 li {
    padding-left: 0.5em;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

