@charset "UTF-8";
@media screen and (min-width: 641px) {
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 27px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #f8f8f8;
    padding-bottom: 167px;
  }
  #contents img {
    display: block;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents .auto {
    width: 1080px;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents .pc_none {
    display: none !important;
  }
  #contents a.no_link {
    pointer-events: none;
  }
  #contents #main_img_conts {
    width: 100%;
    height: 630px;
    float: left;
    clear: both;
    padding-top: 65px;
    box-sizing: border-box;
    background-image: url("../img/fv_img_bg.jpg?2025");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #contents #main_img_conts .auto {
    width: 100%;
  }
  #contents #main_img_conts .main_title {
    width: 1252px;
    margin: 0 auto;
  }
  #contents #main_img_conts .main_title img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #contents #list_conts {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 52px;
  }
  #contents #list_conts .top_text {
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
  }
  #contents #list_conts .top_text h3 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.3;
    color: #1c5dbf;
    margin-bottom: 9px;
  }
  #contents #list_conts .top_text .text {
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
    color: #1c5dbf;
  }
  #contents #list_conts .select_btn {
    width: 100%;
    text-align: center;
    margin: 0 auto 21px;
  }
  #contents #list_conts .select_btn dt {
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    color: #1c5dbf;
    display: inline-block;
    margin-right: 10px;
  }
  #contents #list_conts .select_btn dd {
    width: 343px;
    display: inline-block;
    margin: 0;
  }
  #contents #list_conts .select_btn dd select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #1c5dbf;
    background-color: #fff;
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    color: #1c5dbf;
    border-radius: 100px;
    padding: 11px 35px 8px;
    background-image: url("../img/icon_01_bl.png");
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 17px;
    box-shadow: 2px 2px 0px 0px #1c5dbf;
  }
  #contents #list_conts .select_btn dd select option {
    width: 100%;
  }
  #contents #list_conts .area_contents {
    width: 100%;
  }
  #contents #list_conts .area_contents .area_detail {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents #list_conts .area_contents .area_detail h4 {
    width: 100%;
    font-size: 29px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 18px 0 17px;
    background-color: #1c5dbf;
    position: relative;
  }
  #contents #list_conts .area_contents .area_detail h4::after {
    content: "";
    display: block;
    width: 29px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -14px;
    background-image: url("../img/parts_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #contents #list_conts .area_contents .area_detail .area_img {
    width: 1080px;
  }
  #contents #list_conts .area_contents .area_detail .area_img img {
    width: 100%;
    height: auto;
  }
  #contents #list_conts .area_contents .area_detail .bg_box {
    width: 980px;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 29px 18px;
    position: relative;
    margin: -67px auto 0;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .name_list {
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 0 10px;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .name_list li {
    display: inline;
    list-style: none;
    font-size: 14px;
    line-height: 27px;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .name_list li::after {
    content: "｜";
  }
  #contents #list_conts .area_contents .area_detail .bg_box .apply_btn {
    width: 920px;
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .apply_btn a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #1c5dbf;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #1c5dbf;
    border-radius: 6px;
    padding: 24px 35px 22px;
    box-shadow: 3px 3px 0px 0px #1c5dbf;
    text-decoration: none;
    transition-duration: .3s;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .apply_btn a:hover {
    background-color: #1c5dbf;
    color: #fff;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .apply_btn a span {
    display: inline-block;
    font-weight: bold;
    color: #1c5dbf;
    padding-right: 34px;
    text-decoration: none;
    background-image: url("../img/icon_01_bl.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
    transition-duration: .3s;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts .area_contents .area_detail .bg_box .caution_text {
    text-align: center;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .caution_text .red {
    color: #f10c2d;
    text-decoration: underline;
  }
  #contents #list_conts .area_contents .area_detail .bg_box .caution_text .red:hover {
    text-decoration: none;
  }
  #contents #list_conts .area_contents .box_list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  #contents #list_conts .area_contents .box_list .box {
    width: 530px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 30px 43px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.03);
  }
  #contents #list_conts .area_contents .box_list .box .area_name {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px 2px;
    background-color: #1c5dbf;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents #list_conts .area_contents .box_list .box h5 {
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    color: #1c5dbf;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 7px;
  }
  #contents #list_conts .area_contents .box_list .box h5 a {
    color: #1c5dbf;
    text-decoration: none;
    vertical-align: middle;
  }
  #contents #list_conts .area_contents .box_list .box h5 a:hover {
    text-decoration: underline;
  }
  #contents #list_conts .area_contents .box_list .box h5 .map {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #aeaeae;
    margin-left: 12px;
  }
  #contents #list_conts .area_contents .box_list .box h5 .map a {
    display: block;
    border: 1px solid #aeaeae;
    padding: 3px 4px 2px 20px;
    color: #aeaeae;
    line-height: 1.3;
    text-decoration: none;
    background-image: url("../img/icon_04.png");
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 9px;
    transition-duration: .3s;
  }
  #contents #list_conts .area_contents .box_list .box h5 .map a:hover {
    background-color: #aeaeae;
    color: #fff;
    background-image: url("../img/icon_04_wh.png");
  }
  #contents #list_conts .area_contents .box_list .box .text {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  #contents #list_conts .area_contents .box_list .box .present_detail {
    width: 100%;
    display: table;
    margin-bottom: 10px;
  }
  #contents #list_conts .area_contents .box_list .box .present_detail dt {
    width: 83px;
    display: table-cell;
    background-color: #1c5dbf;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 48px 0 7px;
    background-image: url("../img/icon_03.png");
    background-repeat: no-repeat;
    background-position: center top 12px;
    background-size: 27px;
    vertical-align: bottom;
  }
  #contents #list_conts .area_contents .box_list .box .present_detail dd {
    width: auto;
    display: table-cell;
    border: 1px solid #1c5dbf;
    padding: 15px 10px 12px;
    color: #1c5dbf;
    font-size: 17px;
    position: relative;
    vertical-align: middle;
  }
  #contents #list_conts .area_contents .box_list .box .present_detail dd .winnings {
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -12px;
    background-color: #1c5dbf;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.3;
    padding: 1px 12px;
    color: #fff;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail {
    font-size: 13px;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail tr {
    width: 100%;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail th {
    width: 83px;
    padding: 3px 0 2px;
    background-color: #1c5dbf;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-bottom: 8px solid #fff;
    vertical-align: middle;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail tr:last-of-type th {
    border-bottom: 0;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail td {
    font-size: 15px;
    padding-left: calc(6px + 1em);
    vertical-align: top;
    text-indent: -1em;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail td a {
    color: #000;
    text-decoration: none;
  }
  #contents #list_conts .area_contents .box_list .box .resort_detail td a:hover {
    color: #000;
    text-decoration: underline;
  }
  /* -----#area2-----*/
  #contents #list_conts #area2 .area_detail h4 {
    background-color: #f06821;
  }
  #contents #list_conts #area2 .area_detail h4::after {
    background-image: url("../img/parts_01_or.png");
  }
  #contents #list_conts #area2 .area_detail .bg_box .apply_btn a {
    border: 2px solid #f06821;
    color: #f06821;
    box-shadow: 3px 3px 0px 0px #f06821;
  }
  #contents #list_conts #area2 .area_detail .bg_box .apply_btn a:hover {
    background-color: #f06821;
  }
  #contents #list_conts #area2 .area_detail .bg_box .apply_btn a span {
    color: #f06821;
    background-image: url("../img/icon_01_or.png");
  }
  #contents #list_conts #area2 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area2 .box_list .box .area_name {
    background-color: #f06821;
  }
  #contents #list_conts #area2 .box_list .box h5 a {
    color: #f06821;
  }
  #contents #list_conts #area2 .box_list .box .present_detail dt {
    background-color: #f06821;
  }
  #contents #list_conts #area2 .box_list .box .present_detail dd {
    border: 1px solid #f06821;
    color: #f06821;
  }
  #contents #list_conts #area2 .box_list .box .present_detail dd .winnings {
    background-color: #f06821;
  }
  #contents #list_conts #area2 .box_list .box .resort_detail th {
    background-color: #f06821;
  }
  /* -----#area3-----*/
  #contents #list_conts #area3 .area_detail h4 {
    background-color: #48b6ce;
  }
  #contents #list_conts #area3 .area_detail h4::after {
    background-image: url("../img/parts_01_lb.png");
  }
  #contents #list_conts #area3 .area_detail .bg_box .apply_btn a {
    border: 2px solid #48b6ce;
    color: #48b6ce;
    box-shadow: 3px 3px 0px 0px #48b6ce;
  }
  #contents #list_conts #area3 .area_detail .bg_box .apply_btn a:hover {
    background-color: #48b6ce;
  }
  #contents #list_conts #area3 .area_detail .bg_box .apply_btn a span {
    color: #48b6ce;
    background-image: url("../img/icon_01_lb.png");
  }
  #contents #list_conts #area3 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area3 .box_list .box .area_name {
    background-color: #48b6ce;
  }
  #contents #list_conts #area3 .box_list .box h5 a {
    color: #48b6ce;
  }
  #contents #list_conts #area3 .box_list .box .present_detail dt {
    background-color: #48b6ce;
  }
  #contents #list_conts #area3 .box_list .box .present_detail dd {
    border: 1px solid #48b6ce;
    color: #48b6ce;
  }
  #contents #list_conts #area3 .box_list .box .present_detail dd .winnings {
    background-color: #48b6ce;
  }
  #contents #list_conts #area3 .box_list .box .resort_detail th {
    background-color: #48b6ce;
  }
  /* -----#area4-----*/
  #contents #list_conts #area4 .area_detail h4 {
    background-color: #ec5882;
  }
  #contents #list_conts #area4 .area_detail h4::after {
    background-image: url("../img/parts_01_re.png");
  }
  #contents #list_conts #area4 .area_detail .bg_box .apply_btn a {
    border: 2px solid #ec5882;
    color: #ec5882;
    box-shadow: 3px 3px 0px 0px #ec5882;
  }
  #contents #list_conts #area4 .area_detail .bg_box .apply_btn a:hover {
    background-color: #ec5882;
  }
  #contents #list_conts #area4 .area_detail .bg_box .apply_btn a span {
    color: #ec5882;
    background-image: url("../img/icon_01_re.png");
  }
  #contents #list_conts #area4 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area4 .box_list .box .area_name {
    background-color: #ec5882;
  }
  #contents #list_conts #area4 .box_list .box h5 a {
    color: #ec5882;
  }
  #contents #list_conts #area4 .box_list .box .present_detail dt {
    background-color: #ec5882;
  }
  #contents #list_conts #area4 .box_list .box .present_detail dd {
    border: 1px solid #ec5882;
    color: #ec5882;
  }
  #contents #list_conts #area4 .box_list .box .present_detail dd .winnings {
    background-color: #ec5882;
  }
  #contents #list_conts #area4 .box_list .box .resort_detail th {
    background-color: #ec5882;
  }
  /* -----#area5-----*/
  #contents #list_conts #area5 .area_detail h4 {
    background-color: #0ca863;
  }
  #contents #list_conts #area5 .area_detail h4::after {
    background-image: url("../img/parts_01_gr.png");
  }
  #contents #list_conts #area5 .area_detail .bg_box .apply_btn a {
    border: 2px solid #0ca863;
    color: #0ca863;
    box-shadow: 3px 3px 0px 0px #0ca863;
  }
  #contents #list_conts #area5 .area_detail .bg_box .apply_btn a:hover {
    background-color: #0ca863;
  }
  #contents #list_conts #area5 .area_detail .bg_box .apply_btn a span {
    color: #0ca863;
    background-image: url("../img/icon_01_gr.png");
  }
  #contents #list_conts #area5 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area5 .box_list .box .area_name {
    background-color: #0ca863;
  }
  #contents #list_conts #area5 .box_list .box h5 a {
    color: #0ca863;
  }
  #contents #list_conts #area5 .box_list .box .present_detail dt {
    background-color: #0ca863;
  }
  #contents #list_conts #area5 .box_list .box .present_detail dd {
    border: 1px solid #0ca863;
    color: #0ca863;
  }
  #contents #list_conts #area5 .box_list .box .present_detail dd .winnings {
    background-color: #0ca863;
  }
  #contents #list_conts #area5 .box_list .box .resort_detail th {
    background-color: #0ca863;
  }
  /* -----#area6-----*/
  #contents #list_conts #area6 .area_detail h4 {
    background-color: #0089cd;
  }
  #contents #list_conts #area6 .area_detail h4::after {
    background-image: url("../img/parts_01_ocean.png");
  }
  #contents #list_conts #area6 .area_detail .bg_box .apply_btn a {
    border: 2px solid #0089cd;
    color: #0089cd;
    box-shadow: 3px 3px 0px 0px #0089cd;
  }
  #contents #list_conts #area6 .area_detail .bg_box .apply_btn a:hover {
    background-color: #0089cd;
  }
  #contents #list_conts #area6 .area_detail .bg_box .apply_btn a span {
    color: #0089cd;
    background-image: url("../img/icon_01_ocean.png");
  }
  #contents #list_conts #area6 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area6 .box_list .box .area_name {
    background-color: #0089cd;
  }
  #contents #list_conts #area6 .box_list .box h5 a {
    color: #0089cd;
  }
  #contents #list_conts #area6 .box_list .box .present_detail dt {
    background-color: #0089cd;
  }
  #contents #list_conts #area6 .box_list .box .present_detail dd {
    border: 1px solid #0089cd;
    color: #0089cd;
  }
  #contents #list_conts #area6 .box_list .box .present_detail dd .winnings {
    background-color: #0089cd;
  }
  #contents #list_conts #area6 .box_list .box .resort_detail th {
    background-color: #0089cd;
  }
  /* -----#area7-----*/
  #contents #list_conts #area7 .area_detail h4 {
    background-color: #eba319;
  }
  #contents #list_conts #area7 .area_detail h4::after {
    background-image: url("../img/parts_01_yl.png");
  }
  #contents #list_conts #area7 .area_detail .bg_box .apply_btn a {
    border: 2px solid #eba319;
    color: #eba319;
    box-shadow: 3px 3px 0px 0px #eba319;
  }
  #contents #list_conts #area7 .area_detail .bg_box .apply_btn a:hover {
    background-color: #eba319;
  }
  #contents #list_conts #area7 .area_detail .bg_box .apply_btn a span {
    color: #eba319;
    background-image: url("../img/icon_01_yl.png");
  }
  #contents #list_conts #area7 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area7 .box_list .box .area_name {
    background-color: #eba319;
  }
  #contents #list_conts #area7 .box_list .box h5 a {
    color: #eba319;
  }
  #contents #list_conts #area7 .box_list .box .present_detail dt {
    background-color: #eba319;
  }
  #contents #list_conts #area7 .box_list .box .present_detail dd {
    border: 1px solid #eba319;
    color: #eba319;
  }
  #contents #list_conts #area7 .box_list .box .present_detail dd .winnings {
    background-color: #eba319;
  }
  #contents #list_conts #area7 .box_list .box .resort_detail th {
    background-color: #eba319;
  }
  /* -----#area8-----*/
  #contents #list_conts #area8 .area_detail h4 {
    background-color: #674be0;
  }
  #contents #list_conts #area8 .area_detail h4::after {
    background-image: url("../img/parts_01_pur.png");
  }
  #contents #list_conts #area8 .area_detail .bg_box .apply_btn a {
    border: 2px solid #674be0;
    color: #674be0;
    box-shadow: 3px 3px 0px 0px #674be0;
  }
  #contents #list_conts #area8 .area_detail .bg_box .apply_btn a:hover {
    background-color: #674be0;
  }
  #contents #list_conts #area8 .area_detail .bg_box .apply_btn a span {
    color: #674be0;
    background-image: url("../img/icon_01_pur.png");
  }
  #contents #list_conts #area8 .area_detail .bg_box .apply_btn a:hover span {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #list_conts #area8 .box_list .box .area_name {
    background-color: #674be0;
  }
  #contents #list_conts #area8 .box_list .box h5 a {
    color: #674be0;
  }
  #contents #list_conts #area8 .box_list .box .present_detail dt {
    background-color: #674be0;
  }
  #contents #list_conts #area8 .box_list .box .present_detail dd {
    border: 1px solid #674be0;
    color: #674be0;
  }
  #contents #list_conts #area8 .box_list .box .present_detail dd .winnings {
    background-color: #674be0;
  }
  #contents #list_conts #area8 .box_list .box .resort_detail th {
    background-color: #674be0;
  }
  #contents #list_conts #area2 .box_list .box h5 .map a, #contents #list_conts #area3 .box_list .box h5 .map a, #contents #list_conts #area4 .box_list .box h5 .map a, #contents #list_conts #area5 .box_list .box h5 .map a, #contents #list_conts #area6 .box_list .box h5 .map a, #contents #list_conts #area7 .box_list .box h5 .map a, #contents #list_conts #area8 .box_list .box h5 .map a {
    color: #aeaeae;
  }
  #contents #list_conts #area2 .box_list .box h5 .map a:hover, #contents #list_conts #area3 .box_list .box h5 .map a:hover, #contents #list_conts #area4 .box_list .box h5 .map a:hover, #contents #list_conts #area5 .box_list .box h5 .map a:hover {
    color: #fff;
  }
  #contents #guideline_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #contents #guideline_conts h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #contents #guideline_conts .guideline {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 57px;
  }
  #contents #guideline_conts .guideline th {
    width: 230px;
    font-weight: bold;
    padding: 27px 15px 25px 19px;
    border-bottom: 3px solid #1c5dbf;
    vertical-align: top;
  }
  #contents #guideline_conts .guideline tr:first-of-type th {
    border-top: 3px solid #1c5dbf;
  }
  #contents #guideline_conts .guideline tr td {
    padding: 20px 30px 20px 30px;
    font-weight: bold;
    border-bottom: 3px solid #e3e3e3;
  }
  #contents #guideline_conts .guideline tr:first-of-type td {
    border-top: 3px solid #e3e3e3;
  }
  #contents #guideline_conts .guideline tr td ul {
    padding: 0;
    margin: 0;
  }
  #contents #guideline_conts .guideline tr td p, #contents #guideline_conts .guideline tr td li {
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
  }
  #contents #guideline_conts .apply_btns {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  #contents #guideline_conts .apply_btns li {
    width: 920px;
    font-size: 22px;
    line-height: 1.4;
    display: inline-block;
    text-align: center;
    margin: 0 15px 17px 0;
  }
  #contents #guideline_conts .apply_btns li:nth-of-type(3) {
    margin-right: 0;
  }
  #contents #guideline_conts .apply_btns li:nth-of-type(4) {
    width: 495px;
  }
  #contents #guideline_conts .apply_btns li:last-of-type {
    margin-right: 0;
  }
  #contents #guideline_conts .apply_btns a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #1c5dbf;
    background-color: #fff;
    font-weight: bold;
    color: #1c5dbf;
    border-radius: 6px;
    padding: 26px 0 23px;
    box-shadow: 3px 3px 0px 0px #1c5dbf;
    text-decoration: none;
    transition-duration: .3s;
  }
  #contents #guideline_conts .apply_btns a:hover {
    background-color: #1c5dbf;
    color: #fff;
  }
  #contents #guideline_conts .apply_btns a .big {
    font-size: 18px;
  }
  #contents #guideline_conts .apply_btns a .icon {
    display: inline-block;
    font-weight: bold;
    color: #1c5dbf;
    padding-right: 24px;
    text-decoration: none;
    background-image: url("../img/icon_01_bl.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
    transition-duration: .3s;
  }
  #contents #guideline_conts .apply_btns a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(2) a {
    border: 2px solid #f06821;
    color: #f06821;
    box-shadow: 3px 3px 0px 0px #f06821;
  }
  #contents #guideline_conts .apply_btns li:nth-child(2) a:hover {
    background-color: #f06821;
  }
  #contents #guideline_conts .apply_btns li:nth-child(2) a .icon {
    color: #f06821;
    background-image: url("../img/icon_01_or.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(2) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(3) a {
    border: 2px solid #48b6ce;
    color: #48b6ce;
    box-shadow: 3px 3px 0px 0px #48b6ce;
  }
  #contents #guideline_conts .apply_btns li:nth-child(3) a:hover {
    background-color: #48b6ce;
  }
  #contents #guideline_conts .apply_btns li:nth-child(3) a .icon {
    color: #48b6ce;
    background-image: url("../img/icon_01_lb.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(3) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(4) a {
    border: 2px solid #ec5882;
    color: #ec5882;
    box-shadow: 3px 3px 0px 0px #ec5882;
  }
  #contents #guideline_conts .apply_btns li:nth-child(4) a:hover {
    background-color: #ec5882;
  }
  #contents #guideline_conts .apply_btns li:nth-child(4) a .icon {
    color: #ec5882;
    background-image: url("../img/icon_01_re.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(4) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(5) a {
    border: 2px solid #0ca863;
    color: #0ca863;
    box-shadow: 3px 3px 0px 0px #0ca863;
  }
  #contents #guideline_conts .apply_btns li:nth-child(5) a:hover {
    background-color: #0ca863;
  }
  #contents #guideline_conts .apply_btns li:nth-child(5) a .icon {
    color: #0ca863;
    background-image: url("../img/icon_01_gr.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(5) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(6) a {
    border: 2px solid #0089cd;
    color: #0089cd;
    box-shadow: 3px 3px 0px 0px #0089cd;
  }
  #contents #guideline_conts .apply_btns li:nth-child(6) a:hover {
    background-color: #0089cd;
  }
  #contents #guideline_conts .apply_btns li:nth-child(6) a .icon {
    color: #0089cd;
    background-image: url("../img/icon_01_ocean.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(6) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(7) a {
    border: 2px solid #eba319;
    color: #eba319;
    box-shadow: 3px 3px 0px 0px #eba319;
  }
  #contents #guideline_conts .apply_btns li:nth-child(7) a:hover {
    background-color: #eba319;
  }
  #contents #guideline_conts .apply_btns li:nth-child(7) a .icon {
    color: #eba319;
    background-image: url("../img/icon_01_yl.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(7) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(8) a {
    border: 2px solid #674be0;
    color: #674be0;
    box-shadow: 3px 3px 0px 0px #674be0;
  }
  #contents #guideline_conts .apply_btns li:nth-child(8) a:hover {
    background-color: #674be0;
  }
  #contents #guideline_conts .apply_btns li:nth-child(8) a .icon {
    color: #674be0;
    background-image: url("../img/icon_01_pur.png");
  }
  #contents #guideline_conts .apply_btns li:nth-child(8) a:hover .icon {
    color: #fff;
    background-image: url("../img/icon_01_wh.png");
  }
}