﻿/*---------------------------------
  　ページ独自
-----------------------------------*/
#container{ width: 960px; margin: 0 auto;}
#container .pc{ display: block;}
#container .sp{ display: none;}
#container .inner{ width: 960px; margin: 0 auto; position: relative;}
#pgm2025-coupon{ font-family: "Noto Sans JP"; width: 2000px; margin: 0 0 0 -520px;}
#main .head{ background: url(../images/main-bg_pc.jpg) center top no-repeat; height: 600px; margin-bottom: 40px;}
#main .head .tit{ position: absolute; top: 54px; left: 16px;}
#main .head .video-box{ background: url(../images/main-video-bg.jpg) center center no-repeat; background-size: cover; border-radius: 10px; width: 500px; box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4); position: absolute; top: 230px; left: 230px; padding: 10px;}
#main .head .video-box video{ width: 100%; height: auto; border-radius: 4px;}
#main .detail{ padding-bottom: 80px;}
#main .detail .read{ font-size: 19px; line-height: 2.0; font-weight: 700; text-align: center; margin-bottom: 20px;}
#main .detail .read strong{ color: #0071be;}
#main .detail .read span{ background: linear-gradient(transparent 70%, #c7eaff 70%);}
#main .detail .notes-list{ font-size: 12px; line-height: 1.8; text-align: center; margin-bottom: 35px;}
#main .detail .box{ background: #c7eaff; border-radius: 16px; padding: 20px 10px 10px;}
#main .detail .box .stit{ text-align: center; margin-bottom: 15px;}
#main .detail .box .bg{ background: #fff; border-radius: 8px; padding: 20px; display: flex; flex-flow: row-reverse;}
#main .detail .box .bg .coupon{ width: 430px; flex-shrink: 0;}
#main .detail .box .bg .coupon a{ display: block; filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25)); transition: .4s;}
#main .detail .box .bg .coupon a:hover{ filter: none; opacity: 0.8;}
#main .detail .box .bg .text{ padding-right: 40px;}
#main .detail .box .bg .text ul li{ font-size: 15px; line-height: 1.6; text-indent: -15px; padding-left: 15px; margin-bottom: 10px;}
#main .detail .box .bg .text ul li:last-of-type{ margin-bottom: 0;}
#main .detail .box .bg .text p{ font-size: 15px; text-align: right; color: #0071be;}
#main .detail .box .bg .text p a{ color: #0071be; text-decoration: underline;}
#sec01{ background: #d9f1ff url(../images/sec01-bg.jpg) left top repeat; background-size: 399px; padding: 60px 0 80px;}
#sec01 h2{ text-align: center; margin-bottom: 60px;}
#sec01 .point-list li{ background: rgba(255, 255, 255, 0.6); position: relative; border-radius: 16px; box-shadow: 4px 4px 4px rgba(0, 152, 255, 0.25); padding: 60px 30px 70px; margin-bottom: 80px;}
#sec01 .point-list li:last-of-type{ margin-bottom: 0;}
#sec01 .point-list li .img{ position: absolute; top: 50%; transform: translateY(-50%);}
#sec01 .point-list li:nth-of-type(odd) .img{ left: 30px;}
#sec01 .point-list li:nth-of-type(even) .img{ right: 30px;}
#sec01 .point-list li .text{ width: 450px;}
#sec01 .point-list li:nth-of-type(odd) .text{ margin-left: 450px;}
#sec01 .point-list li .text .no{ background: #0071be; font-size: 21px; font-weight: 700; color: #fff; display: inline-block; border-radius: 20px; padding: 4px 20px; margin-bottom: 10px;}
#sec01 .point-list li .text h3{ font-size: 40px; font-weight: 900; color: #0071be; margin-bottom: 10px;}
#sec01 .point-list li .text p:nth-of-type(1){ font-size: 17px; font-weight: 700; line-height: 1.8;}
#sec01 .point-list li .text p:nth-of-type(2){ font-size: 12px; text-align: right; margin-top: 10px;}
#sec02{ background: #f1f9fe url(../images/sec02-bg.jpg) left top repeat; padding: 60px 0 80px;}
#sec02 h2{ text-align: center; margin-bottom: 60px;}
#sec02 .comment-list li{ display: flex; align-items: center; margin-bottom: 50px;}
#sec02 .comment-list li:nth-of-type(even){ flex-flow: row-reverse;}
#sec02 .comment-list li:last-of-type{ margin-bottom: 0;}
#sec02 .comment-list li .ico{ flex-shrink: 0; position: relative; z-index: 1;}
#sec02 .comment-list li .comment{ background: #fff; border: 6px solid #0171be; border-radius: 16px; box-shadow: 0 0 12px rgba(0, 152, 255, 0.25); width: 100%; padding: 30px;}
#sec02 .comment-list li:nth-of-type(3) .comment{ border: 6px solid #db5b89;}
#sec02 .comment-list li .comment p:nth-of-type(1){ font-size: 17px; line-height: 1.8;}
#sec02 .comment-list li .comment p:nth-of-type(2){ font-size: 15px; font-weight: 700; text-align: right; margin-top: 10px;}
#sec03 h2{ text-align: center;}

/* ==== SP ===== */
@media screen and (max-width: 767px){
#container{ width: 100%;}
#container .pc{ display: none;}
#container .sp{ display: block;}
#container .inner{ width: 100%; margin: 0 auto; position: relative;}
#pgm2025-coupon{ width: 100%; margin: 0;}
#main .head{ background: none; height: auto; margin-bottom: 20px;}
#main .head .tit{ position: static;}
#main .head .video-box{ top: inherit; bottom: 30px; left: 20px; padding: 5px; width: calc(100% - 40px);}
#main .detail{ padding-bottom: 40px;}
#main .detail .inner{ padding: 0 20px;}
#main .detail .read{ font-size: 17px; line-height: 1.8; text-align: center; margin-bottom: 15px;}
#main .detail .read strong{ color: #0071be;}
#main .detail .read span{ background: linear-gradient(transparent 70%, #c7eaff 70%);}
#main .detail .notes-list{ font-size: 12px; line-height: 1.8; text-align: left; margin-bottom: 20px;}
#main .detail .notes-list li{ text-indent: -12px; padding-left: 12px;}
#main .detail .box{ background: #c7eaff; border-radius: 8px; padding: 20px 10px 10px;}
#main .detail .box .stit{ text-align: center; margin-bottom: 15px;}
#main .detail .box .bg{ border-radius: 4px; padding: 10px 10px 20px; display: block;}
#main .detail .box .bg .coupon{ width: 100%; margin-bottom: 10px;}
#main .detail .box .bg .coupon a:hover{ opacity: 1;}
#main .detail .box .bg .text{ padding-right: 0;}
#main .detail .box .bg .text ul{ margin-bottom: 10px;}
#main .detail .box .bg .text ul li{ font-size: 14px; line-height: 1.6; text-indent: -14px; padding-left: 14px; margin-bottom: 5px;}
#main .detail .box .bg .text p{ font-size: 14px;}
#sec01{ padding: 30px 0 40px;}
#sec01 .inner{ padding: 0 20px;}
#sec01 h2{ width: 77.8%; margin: 0 auto 105px;}
#sec01 .point-list li{ border-radius: 8px; padding: 200px 15px 20px; margin-bottom: 105px;}
#sec01 .point-list li .img{ top: -100px; left: calc(50% - 150px) !important; right: 0 !important; transform: translate(0 , 0); width: 300px;}
#sec01 .point-list li .text{ width: 100%; text-align: center;}
#sec01 .point-list li:nth-of-type(odd) .text{ margin-left: 0;}
#sec01 .point-list li .text .no{ font-size: 14px; margin-bottom: 5px;}
#sec01 .point-list li .text h3{ font-size: 27px; margin-bottom: 5px;}
#sec01 .point-list li .text p:nth-of-type(1){ font-size: 15px;}
#sec01 .point-list li .text p:nth-of-type(2){ font-size: 12px; text-align: center; margin-top: 5px;}
#sec02{ padding: 30px 0 40px;}
#sec02 .inner{ padding: 0 20px;}
#sec02 h2{ width: 72.1%; margin: 0 auto 20px;}
#sec02 .comment-list li{ margin-bottom: 25px;}
#sec02 .comment-list li .ico{ width: 115px;}
#sec02 .comment-list li .comment{ border: 4px solid #0171be; border-radius: 8px; padding: 15px;}
#sec02 .comment-list li:nth-of-type(3) .comment{ border: 4px solid #db5b89;}
#sec02 .comment-list li .comment p:nth-of-type(1){ font-size: 14px; line-height: 1.6;}
#sec02 .comment-list li .comment p:nth-of-type(2){ font-size: 11px; margin-top: 8px;}
#sec03 h2{ width: 68.8%; margin: 0 auto;}
}

/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box {
  margin: 0 0 15px;
  border: 2px solid #3695d6;
  font-size: 1.2em;
}
#outline_box dl {
  margin: 5px 0;
}
#outline_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  color: #3695d6;
  float: left;
}
#outline_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#outline_box dd.last {
  border: 0;
}

#outline_box dd a{
  color: #3695d6;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  #outline_box {
    margin: 0 10px;
    padding-top: 5px;
  }
  #outline_box dl {
    margin: 0;
    padding: 3px;
  }
  #outline_box dt {
    float: none;
    padding: 0 0 0 5px;
    max-height: 999999px;
  }
  dl.outline dt {
    padding: 5px;
  }
  #outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  #outline_box {
    margin: 0 5px;
    border: 1px solid #3695d6;
  }
}
@media screen and (max-width: 340px) {
  #outline_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
  padding: 8px 15px;
  background-color: #ccc;
  font-size: 1.2em;
}
#notice_box {
  margin: 0 0 10px;
  border: 2px solid #ccc;
  font-size: 1.2em;
}
#notice_box dl {
  margin: 0;
}
#notice_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  float: left;
}
#notice_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#notice_box dd.last {
  border: 0;
}
#notice_box ul {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .indent02{
    padding-left: 128px;
  }
}
@media screen and (max-width: 768px) {
  .notice_tit {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 10px;
  }
  #notice_box {
    margin: 0 10px 20px;
    width: auto;
    padding-top: 5px;
  }
  #notice_box dl {
    margin: 0;
    /*padding: 3px;*/
  }
  #notice_box dt {
    float: none;
    /*padding: 0 0 0 5px;*/
  }
  #notice_box dd {
    /*padding: 10px 15px;*/
  }
  /*#notice_box ul{
		margin-left:10px;
	}*/
  #notice_box ul li {
    /*list-style: disc;
		list-style-position: outside;*/
    max-height: 999999px;
  }
  .btn_info {
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .notice_tit {
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
  }
  #notice_box {
    margin: 0 5px 20px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 340px) {
  .notice_tit {
    font-size: 14px;
  }
  #notice_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
  display: block;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #3695d6;
  color: #3695d6;
  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: 0.3s ease-out;
}
.btn_info a:hover {
  color: #5fb0e7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  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);
}
.btn_info a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn_info a {
    width: 90%;
  }
}

/*--------------------------------------
  　キャンペーン終了対応
--------------------------------------*/
#str_container #res-header {
  position: relative;
}
#str_container #res-header .h-txt {
  display: none;
}
#str_container #res-header-fin {
  position: relative;
  background: #000;
}
#str_container #res-header-fin:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 999;
  /*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#str_container #res-header-fin .h-txt {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  top: 50%;
  left: 290px;
  margin: -50px 0 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 999999;
  text-align: center;
}
#str_container #res-header-fin .h-txt p {
  font-size: 160%;
  font-weight: bold;
  color: #ff0000;
}
#str_container #res-header-fin .h-txt p span {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #str_container #res-header-fin {
    margin: 0 0 10px;
  }
  #str_container #res-header-fin .sp-head {
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    line-height: 0;
  }
  #str_container #res-header-fin .h-txt {
    max-height: 999999px;
    line-height: 1.3;
    margin-left: -38%;
    left: 50%;
    width: 66%;
    padding: 5% 5%;
  }
  #str_container #res-header-fin .h-txt p {
    font-size: 14px;
  }
  #str_container #res-header-fin .h-txt p span {
    font-size: 14px;
  }
}

/*---------------------------------
  　course
-----------------------------------*/
.course-wrap {
  margin: 60px 0 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "HG明朝B", "MS Mincho", serif;
}
.course-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.course-note {
  margin: 40px 0 0;
  font-size: 14px;
  text-align: right;
}
.icon-pgm {
  display: flex;
  align-items: center;
}
.icon-pgm:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("../images/icon-pgm.png") no-repeat;
  background-size: contain;
}
.icon-pgm.NEW:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-top: 0px;
  background: url("../images/icon_new.png") no-repeat;
  background-size: contain;
}
.icon-pgm.none:before {
  display: none;
}
.course-list .icon-pgm:before {
  margin-right: 5px;
}
.icon-map:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 24px;
  margin: 0 0 0 10px;
  background: url("../images/icon-map.png") no-repeat;
  background-size: contain;
}
.course-map {
  margin: 10px 0 0;
}
.course-map-list {
  display: flex;
  justify-content: space-between;
}
.course-map-ttl {
  width: calc(960px / 7);
  padding: 15px 0;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background: #f0f0f0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.course-map-ttl:last-child {
  border-right: none;
}
.course-map-ttl.show {
  background: #4d5357;
  color: #fff;
}
.course-list {
  display: none;
}
.course-list.show {
  display: block;
}
.course-list table {
  width: 100%;
  margin: 5px 0 0;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.course-list tr {
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.course-list th,
.course-list td {
  vertical-align: middle;
  padding: 15px 0;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.course-list-ttl th {
  vertical-align: middle;
  padding: 10px 0;
  border-right: 1px solid #fff;
  background: #007fb4;
  box-sizing: border-box;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "HG明朝B", "MS Mincho", serif;
  text-align: center;
  color: #fff;
}
.course-list-ttl th:last-child {
  border-right: none;
}
.course-detail {
  font-weight: bold;
  font-size: 18px;
}
.course-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 360px;
}
.course-access {
  font-size: 14px;
}
.icon-access {
  display: block;
  width: 145px;
  margin: 0 auto 5px;
  padding: 5px;
  background: #33773e;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.course-access-txt {
  display: inline-block;
  vertical-align: middle;
}
.course-day {
  font-size: 14px;
  text-align: center;
}
.course-list .course-btn-wrap {
  padding: 20px;
  box-sizing: border-box;
}
.course-btn {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.course-btn:first-child {
  margin-top: 0;
}
.course-btn:hover {
  color: #fff;
}
.course-btn.blue {
  background: #0086cd;
}
.course-btn.gray {
  pointer-events: none;
  background: #cccccc;
}

@media screen and (min-width: 769px) {
  .course-detail-item {
    display: none;
  }
  .course-list .course-list-map {
    width: 100px;
    text-align: center;
  }
  .course-list .course-detail {
    width: 460px;
    padding-left: 10px;
  }
  .course-list .course-access {
    width: 200px;
    text-align: center;
    line-height: 1.4;
  }
  .course-list .course-btn-wrap {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .course-wrap {
    margin: 30px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .course-ttl {
    font-size: 22px;
  }
  .course-note {
    margin: 30px 0 0;
  }
  .course-map-list {
    flex-wrap: wrap;
  }
  .course-map-ttl {
    width: calc(100% / 3);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .course-map-ttl:nth-child(1) {
    width: 100%;
    border-top: none;
    border-right: none;
  }
  .course-map-ttl:nth-child(4),
  .course-map-ttl:nth-child(7) {
    border-right: none;
  }
  .course-list table {
    font-size: 14px;
  }
  .course-list-ttl th:nth-child(3),
  .course-list-ttl th:nth-child(4),
  .course-list-ttl th:nth-child(5),
  .course-list table tr td:nth-child(3),
  .course-list table tr td:nth-child(4),
  .course-list table tr td:nth-child(5) {
    display: none;
  }
  .course-list-ttl th:nth-child(1) {
    width: 18%;
    font-size: 13px;
  }
  .course-list-ttl th:nth-child(2) {
    width: 82%;
  }
  .course-list-map {
    text-align: center;
  }
  .course-detail-item {
    margin: 5px 0 0;
  }
  .icon-pgm:before {
    width: 14px;
    height: 14px;
  }
  .icon-pgm.NEW:before {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }
  .icon-map:after {
    width: 36px;
    height: 19px;
    margin: 0 0 0 5px;
  }
  .course-detail {
    font-size: 14px;
  }
  .course-name {
    font-size: 15px;
    max-width: 220px;
  }
  .icon-access {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin: 0 4px 0 0;
    padding: 5px 2px;
    font-size: 12px;
    line-height: 1.2;
  }
  .course-access-txt {
    font-size: 13px;
  }
  .course-day {
    margin: 5px 0 0;
    font-size: 13px;
    text-align: left;
  }
  .course-list .course-btn-wrap {
    display: flex;
    margin: 5px 0 0;
    padding: 0;
  }
  .course-btn {
    width: 46%;
    margin: 0 0 0 4%;
    font-size: 14px;
  }
  .course-btn:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .course-detail {
    font-size: 12px;
  }
}
/*---------------------------------
  　outline
-----------------------------------*/
.outline-wrap {
  margin-top: 90px;
  /*font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","Times New Roman","HG明朝B","MS Mincho",serif;*/
}
#outline_box.outline-wrap {
  margin-top: 0;
  font-size: 16px;
}
.outline_tit {
  padding: 10px 15px;
  background-color: #3695d6;
  color: #fff;
  font-size: 16px;
}
#outline_box.outline-wrap dt,
#outline_box.outline-wrap dd {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .outline-wrap {
    margin-top: 60px;
  }
  #outline_box.outline-wrap {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
  }
  .outline_tit {
    margin: 60px 5px 0;
    font-size: 16px;
  }
  #outline_box.outline-wrap dl {
    padding: 0;
  }
  #outline_box.outline-wrap dt {
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  #outline_box.outline-wrap dd {
    padding: 5px 10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
  }
}

/*---------------------------------
  　notice
-----------------------------------*/
.notice-wrap {
  margin-top: 30px;
  /*font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","Times New Roman","HG明朝B","MS Mincho",serif;*/
}
#notice_box.notice-wrap {
  margin-top: 0;
  font-size: 16px;
}
#notice_box.notice-wrap dt,
#notice_box.notice-wrap dd {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
  .notice-wrap {
    margin-top: 15px;
  }
  #notice_box.notice-wrap {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
  }
  #notice_box.notice-wrap dl {
    padding: 0;
  }
  #notice_box.notice-wrap dt {
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  #notice_box.notice-wrap dd {
    padding: 5px 10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #container {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
