@charset "UTF-8";
html {
  line-height: 1.7;
}

@media only screen and (max-width: 768px), print {
  #globalFooter .footer01 {
    color: #333;
    background: #fff;
  }
  #globalFooter .footer02 {
    color: #333;
    background: #fff;
  }
  #globalFooter .footer02 a {
    color: #333 !important;
  }
  #globalFooter .footer02 .link li a {
    border-bottom: 1px dotted #333;
  }
}

/* ////////////////////////////////////////////////////////////////////
/* .g__header
//////////////////////////////////////////////////////////////////// */
.g__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-top: 5px solid #900;
}

.g__header > * {
  -ms-flex-item-align: center;
  align-self: center;
}

.id__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.2;
}

/*.id__site > * {
  align-self: center;
}*/
.logo__univ {
  width: 70px;
  margin-right: 14px;
}

.id__content {
  padding-top: 3px;
  font-size: 10.5px;
  font-weight: normal;
}

.g__header .time__content {
  font-size: 10px;
}

/*sns_box*/
#sns_box a {
  margin: 0;
}

#sns_box .at-icon-wrapper {
  display: block;
}

@media screen and (max-width: 768px) {
  .g__header {
    padding: 5px 10px;
    padding: 8px 4.6875% 5px;
    border-bottom: 1px #ccc solid;
    /*    position: static;*/
  }
  .id__site {
    font-size: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .id__site > * {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .logo__univ {
    /*width: 34px;*/
    margin-right: 5px;
  }
  /*sns_box*/
  #sns_box {
    position: fixed;
    padding-bottom: 12px;
    padding-left: 10px;
    z-index: 20;
  }
  .g__header .nav__filter {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .nav__toggle {
    /*width: 25px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 3.125%;*/
    position: absolute;
    top: 4px;
    right: 0;
    width: 52px;
    height: 54px;
  }
  .nav__toggle span {
    /*display: block;
    width: 100%;
    height: 2px;
    background-color: #111;
    position: absolute;
    left: 0;
    transition: all 0.3s;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    display: block;
    width: 28px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .nav__toggle span:nth-of-type(1) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .nav__toggle span:nth-of-type(2) {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  .nav__toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .nav_active .nav__toggle span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .nav_active .nav__toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_active .nav__toggle span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .nav_active .id__site {
    opacity: 0;
  }
}

/* ////////////////////////////////////////////////////////////////////
#g-navi
//////////////////////////////////////////////////////////////////// */
.colorbox_contents {
  display: none;
}

#g-navi {
  width: 100%;
  background: #000;
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 6;
}

#g-navi ul {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

#g-navi ul li {
  width: 20%;
  float: left;
}

@media only screen and (min-width: 769px), print {
  #g-navi ul li {
    font-size: 16px;
    padding: .3em;
  }
}

#g-navi ul li a {
  display: block;
  padding: 10px 5px;
}

#g-navi ul li a span {
  display: block;
}

#g-navi ul li a:link, #g-navi ul li a:visited {
  color: #FFF;
  text-decoration: none;
}

#g-navi ul li a:hover, #g-navi ul li a:active {
  color: #FFF;
  text-decoration: none;
  background: #536A88;
}

/* Toggle Button */
#nav_toggle {
  display: none;
}

@media only screen and (max-width: 768px), print {
  #g-navi {
    display: none;
    position: fixed;
    left: 0;
    top: 68px;
    width: 100%;
  }
  #g-navi ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #BAC3CF;
  }
  #g-navi ul li:last-child {
    border-bottom: none;
  }
  #g-navi ul li a {
    padding: 10px 3px;
  }
  /* Toggle Button */
  #nav_toggle {
    display: block;
    position: fixed;
    right: 18px;
    top: 18px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 8px 4px 0 4px;
  }
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #193860;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 10px;
}

#nav_toggle span:nth-child(3) {
  top: 20px;
}

#nav_toggle.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav_toggle.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

#nav_toggle.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: .7;
}

section .inner {
  margin: 0 auto;
}

section#s01 .inner,
section#s02 .inner {
  max-width: 880px;
}

section#s03 .inner,
section#s04 .inner,
section#s05 .inner {
  max-width: 1080px;
}

.lyt-inner {
  max-width: 1056px;
}

div.frm1 {
  padding-left: 12px;
  padding-right: 12px;
}

div.frm2 {
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (min-width: 769px), print {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .show_sp {
    display: none;
  }
}

@media only screen and (max-width: 768px), print {
  .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_sp.flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .show_pc {
    display: none;
  }
}

@media only screen and (max-width: 768px), print {
  #mainVisual {
    margin-top: 71px;
  }
}

@media only screen and (min-width: 769px), print {
  #mainVisual {
    margin-top: 134px;
  }
}

#s01 {
  background: #000;
  color: #fff;
  padding: 1px 0;
}

@media only screen and (min-width: 769px), print {
  #s01 {
    background: #000 url(/features/yell/2018rugby/common/img/bg_s1_top.png) no-repeat left top;
    background-size: contain;
  }
}

@media only screen and (min-width: 769px), print {
  #s01 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

#s01 h2 {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  margin: 50px 0;
  background: url(/features/yell/2018rugby/common/img/ttl_introduction.png) no-repeat center top;
  background-size: 80%;
}

@media only screen and (min-width: 769px), print {
  #s01 h2 {
    background-size: auto;
    padding-top: 60px;
    font-size: 22px;
  }
}

#s01 p {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 3em;
}

@media only screen and (min-width: 769px), print {
  #s01 p {
    font-size: 16px;
  }
}

#s01 div.btn {
  margin: 4em auto;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  #s01 div.btn {
    width: 240px;
  }
}

#s01 div.btn a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  width: 100%;
  padding: .7em .5em;
  color: #fff;
  text-decoration: none;
}

#s01 div.btn a::after {
  content: url(/features/yell/2018rugby/common/img/icon_window.png);
  padding-left: .5em;
}

#s02 {
  padding: 1px 0;
}

@media only screen and (min-width: 769px), print {
  #s02 {
    background: #000 url(/features/yell/2018rugby/common/img/bg_schedule_pc.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px), print {
  #s02 {
    background: #0e6b8a url(/features/yell/2018rugby/common/img/bg_schedule_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px), print {
  #s02 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 769px), print {
  #s02 {
    padding-bottom: 80px;
  }
}

#s02 h2 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  margin: 50px 0;
  background: url(/features/yell/2018rugby/common/img/ttl_schedule.png) no-repeat center top;
  background-size: 80%;
}

@media only screen and (min-width: 769px), print {
  #s02 h2 {
    margin-top: 60px;
    background-size: auto;
    padding-top: 60px;
    font-size: 22px;
  }
}

#s02 .box {
  background: #fff;
  padding: 12px;
  margin-bottom: 24px;
}

#s02 .box h3 {
  font-size: 21px;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  #s02 .box h3 {
    font-size: 28px;
  }
}

#s02 .box h3 .vs {
  font-size: 18px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box h3 .vs {
    font-size: 30px;
  }
}

#s02 .box p {
  text-align: center;
  font-weight: bold;
  margin: .5em 0;
}

#s02 .box p img {
  max-width: 120px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box p img {
    max-width: 100%;
  }
}

#s02 .box p.date {
  margin-top: 1.3em;
}

#s02 .box p.place {
  margin-bottom: 1.5em;
  font-size: 15px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box p.place {
    font-size: 24px;
  }
}

#s02 .box table {
  width: 100%;
  font-size: 13px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box table {
    font-size: 18px;
  }
}

#s02 .box table tr th,
#s02 .box table tr td {
  padding: 1em .5em;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
}

#s02 .box table tr th:nth-child(2) {
  text-align: left;
}

#s02 .box table tr th:nth-child(1) {
  white-space: pre;
}

#s02 .box table tr td {
  text-align: center;
}

#s02 .box table tr td .win {
  color: #f00;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.main {
    padding: 36px 24px 48px;
  }
}

#s02 .box.main h3 {
  position: relative;
}

#s02 .box.main h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  background: #333;
}

#s02 .box.main h3 > span {
  display: inline-block;
  position: relative;
  padding: 0 .7em;
  background: #fff;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.main table tr :nth-child(1) {
    width: 10em;
  }
}

#s02 .box.main table tr :nth-child(4) {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub {
    padding: 12px 24px 24px;
  }
}

#s02 .box.sub .title_main {
  margin: 1em auto;
  line-height: 1.3;
}

#s02 .box.sub .title_main h3 {
  font-size: 18px;
  margin: 1em 0 1.5em;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub .title_main h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub .match_box {
    width: 48%;
  }
  #s02 .box.sub .match_box_full {
    width: 100%;
  }
}

#s02 .box.sub .title {
  background: #0e6b8a;
  color: #fff;
  padding: 0.2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#s02 .box.sub .title h3 {
  font-size: 15px;
  line-height: 2;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub .title h3 {
    font-size: 18px;
  }
}

#s02 .box.sub .title h3 span {
  font-size: 11px;
  padding-right: .3em;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub .title h3 span {
    font-size: 12px;
  }
}

#s02 .box.sub .title p {
  line-height: 1.3;
  text-align: right;
  font-size: 11px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub .title p {
    font-size: 13px;
  }
}

#s02 .box.sub table {
  font-size: 12px;
  margin-bottom: .5em;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub table {
    font-size: 15px;
  }
}

#s02 .box.sub table tr th,
#s02 .box.sub table tr td {
  padding-top: .5em;
  padding-bottom: .5em;
}

#s02 .box.sub table tr th:nth-child(1),
#s02 .box.sub table tr td:nth-child(1) {
  min-width: 7em;
}

#s02 .box.sub table tr th:nth-child(3),
#s02 .box.sub table tr td:nth-child(3) {
  min-width: 3em;
  white-space: pre;
}

#s02 .box.sub table tr th:nth-child(4),
#s02 .box.sub table tr td:nth-child(4) {
  min-width: 2em;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#s02 .box.sub table tr .time {
  font-size: 11px;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.sub table tr .time {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px), print {
  #s02 .box.addition {
    padding: 1px 24px 24px;
  }
}

#s02 .box.addition h3 {
  font-size: 18px;
  margin: 1em 0;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.addition h3 {
    font-size: 24px;
  }
}

#s02 .box.addition table tr {
  background: #dcb6c3;
  border-bottom: 2px solid #fff;
}

#s02 .box.addition table tr th:nth-child(1) {
  text-align: left;
}

@media only screen and (min-width: 769px), print {
  #s02 .box.addition table tr th:nth-child(1) {
    padding: 0 2em;
  }
}

#s02 .box.addition table tr td:nth-child(2) {
  text-align: left;
}

#s03 {
  color: #fff;
  padding: 1px 0 80px;
}

@media only screen and (min-width: 769px), print {
  #s03 {
    background: #000 url(/features/yell/2018rugby/common/img/bg_players_pc.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px), print {
  #s03 {
    background: #000 url(/features/yell/2018rugby/common/img/bg_players_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (min-width: 769px), print {
  #s03 {
    position: relative;
    padding-bottom: 800px;
    z-index: 0;
  }
  #s03::after {
    z-index: -1;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 150%;
    height: 900px;
    background: #fff;
    -webkit-transform: translate(0%, 50px) rotate(-25deg);
    -ms-transform: translate(0%, 50px) rotate(-25deg);
    transform: translate(0%, 50px) rotate(-25deg);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  #s03 > .inner {
    position: relative;
    z-index: 1;
  }
}

#s03 h2 {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  margin: 50px 0;
  background: url(/features/yell/2018rugby/common/img/ttl_playsers.png) no-repeat center top;
  background-size: 80%;
}

@media only screen and (min-width: 769px), print {
  #s03 h2 {
    margin-top: 60px;
    margin-bottom: 100px;
    background-size: auto;
    padding-top: 60px;
    font-size: 22px;
  }
}

#s03 .pbox {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px), print {
  #s03 .pbox {
    width: 31%;
  }
}

#s03 .pbox .pic img {
  width: 90%;
  height: auto;
}

@media only screen and (max-width: 768px), print {
  #s03 .pbox .pic img {
    width: 60%;
  }
}

#s03 .pbox .box {
  background: #0e6b8a;
  padding: 12px;
}

#s03 .pbox .box .box_in {
  border: 1px solid #fff;
}

#s03 .pbox .box .box_in ul {
  margin: 10px;
}

#s03 .pbox .box .box_in ul li:nth-child(1) {
  font-size: 29px;
}

@media only screen and (min-width: 769px), print {
  #s03 .pbox .box .box_in ul li:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
  }
}

#s03 .pbox .box .box_in ul li:nth-child(2),
#s03 .pbox .box .box_in ul li:nth-child(3) {
  font-size: 14px;
}

@media only screen and (min-width: 769px), print {
  #s03 .pbox .box .box_in ul li:nth-child(2),
  #s03 .pbox .box .box_in ul li:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
  }
}

#s03 .pbox .box .box_in ul li:nth-child(4) {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px), print {
  #s03 .pbox .box .box_in ul li:nth-child(4) {
    font-size: 16px;
    margin: 30px auto 50px;
  }
}

#s03 .pbox .box .box_in ul li:nth-child(4) a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  width: 100%;
  padding: .2em;
  color: #fff;
  text-decoration: none;
}

#s04 {
  position: relative;
  padding: 1px 0;
  background-size: 150%;
  padding-bottom: 50px;
}

@media only screen and (min-width: 769px), print {
  #s04 {
    position: relative;
    z-index: 1;
    margin-top: -550px;
  }
}

#s04::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-color: #0e6b8a;
  border-bottom-color: #0e6b8a;
  border-width: 40px 100px 40px 100px;
}

@media only screen and (min-width: 769px), print {
  #s04::after {
    border-width: 80px 200px 80px 200px;
  }
}

@media only screen and (min-width: 769px), print {
  #s04 {
    padding-bottom: 150px;
  }
}

#s04 h2 {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  margin: 50px 0 30px;
  background: url(/features/yell/2018rugby/common/img/ttl_team_staff.png) no-repeat center top;
  background-size: 80%;
}

@media only screen and (min-width: 769px), print {
  #s04 h2 {
    margin-top: 100px;
    background-size: auto;
    padding-top: 80px;
    font-size: 22px;
  }
}

#s04 .pbox {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 769px), print {
  #s04 .pbox {
    width: 48%;
  }
  #s04 .pbox.person1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #s04 .pbox.person2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 200px;
  }
}

#s04 .pbox ul li {
  font-size: 12px;
}

@media only screen and (min-width: 769px), print {
  #s04 .pbox ul li {
    font-size: 16px;
  }
}

#s04 .pbox ul li span {
  font-size: 15px;
}

@media only screen and (min-width: 769px), print {
  #s04 .pbox ul li span {
    font-size: 20px;
  }
}

#s04 .pbox ul li:nth-child(1) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px), print {
  #s04 .pbox ul li:nth-child(1) {
    margin-bottom: 20px;
  }
}

#s04 .pbox ul li:nth-child(2) {
  line-height: 1.5;
}

#s04 .pbox ul li:nth-child(3) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px), print {
  #s04 .pbox ul li:nth-child(3) {
    line-height: 1;
    margin-bottom: 30px;
  }
}

#s04 .pbox ul li.btn a {
  display: inline-block;
  border: 1px solid #666;
  width: 50%;
  padding: .2em;
  color: #333;
  text-decoration: none;
}

#s05 {
  background: #000;
  color: #fff;
  padding: 0 0 1px;
}

@media only screen and (min-width: 769px), print {
  #s05 {
    position: relative;
    z-index: 1;
    background: #000 url(/features/yell/2018rugby/common/img/bg_yell.jpg) no-repeat top right;
    background-size: auto;
    padding: 1px 0;
  }
}

#s05 h2 {
  font-size: 35px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 40px;
  background: url(/features/yell/2018rugby/common/img/ttl_syell.png) no-repeat center bottom;
  background-size: 75%;
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px), print {
  #s05 h2 {
    text-align: left;
    margin-top: 80px;
    background-position: left bottom;
    background-size: auto;
    padding-bottom: 10px;
    font-size: 55px;
  }
}

#s05 p.disc {
  font-size: 14px;
  text-align: justify;
  margin: 30px 0;
}

@media only screen and (min-width: 769px), print {
  #s05 p.disc {
    font-size: 16px;
    max-width: 380px;
  }
}

#s05 dl {
  margin-bottom: 50px;
}

#s05 dl dt {
  display: inline-block;
  border: 1px solid #fff;
  width: 40%;
  text-align: center;
  padding: .2em;
  font-size: 12px;
  margin-top: 2em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px), print {
  #s05 dl dt {
    font-size: 16px;
    width: 12em;
    margin-top: 3em;
  }
}

@media only screen and (min-width: 769px), print {
  #s05 dl dd {
    max-width: 430px;
  }
}

#s05 dl dd.access p {
  font-size: 15px;
  margin: 0em 0 1em;
}

@media only screen and (min-width: 769px), print {
  #s05 dl dd.access p {
    font-size: 16px;
    max-width: 380px;
  }
}

#s05 dl dd.access iframe {
  width: 100%;
  height: 200px;
  border: none;
}

@media only screen and (min-width: 769px), print {
  #s05 dl dd.access iframe {
    max-width: 430px;
    height: 280px;
  }
}

#s05 dl dd.goods {
  font-size: 14px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px), print {
  #s05 dl dd.goods {
    font-size: 16px;
    margin-bottom: 100px;
  }
}

#s05 dl dd.goods .title {
  margin: .5em auto .3em;
  font-size: 20px;
  font-weight: bold;
}

#s05 dl dd.goods p {
  text-align: justify;
}

#s05 dl dd.msg .img {
  margin-bottom: 50px;
}

#s05 dl dd.msg .img:last-child {
  margin-bottom: 180px;
}

@media only screen and (min-width: 769px), print {
  body #cboxLoadedContent {
    padding: 65px;
  }
}

.voice_box {
  max-width: 1350px;
}

.voice_box .cb_img {
  margin-bottom: 10px;
}

.voice_box .cb_img img {
  width: 100%;
}

.voice_box .btn {
  display: none;
}

.voice_box h3 {
  font-size: 11px;
  font-weight: normal;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;
}

@media only screen and (min-width: 769px), print {
  .voice_box h3 {
    font-size: 14px;
  }
}

.voice_box h3 .belong {
  display: block;
  line-height: 1.5;
}

.voice_box h3 .name {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 769px), print {
  .voice_box h3 .name {
    font-size: 24px;
  }
}

.voice_box dl {
  line-height: 1.5;
}

.voice_box dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #0e6b8a;
  margin-top: 1em;
}

@media only screen and (min-width: 769px), print {
  .voice_box dl dt {
    font-size: 16px;
  }
}

.voice_box dl dd {
  font-size: 11px;
  text-align: justify;
}

@media only screen and (min-width: 769px), print {
  .voice_box dl dd {
    font-size: 14px;
  }
}

.voice_box div.add_pict {
  margin: 3em 0;
}

.voice_box div.add_pict > div:nth-child(1) img {
  padding-rihgt: 5px;
}

.voice_box div.add_pict > div:nth-child(2) img {
  padding-left: 5px;
}

.voice_box div.add_pict > div p {
  margin: .1em 0;
}

.voice_box p {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px), print {
  .voice_box p {
    font-size: 14px;
  }
}

.voice_box p:nth-of-type(1) {
  margin-top: 1em;
}

.voice_box div.btn {
  margin: 2em auto;
  padding: .3em;
  text-align: center;
  border: 1px solid #595757;
  width: 70%;
}

.voice_box div.btn a {
  color: #333;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
