@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
  #wrap {
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #contents_area {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  .is_pc #yodogawa .btn_detail img:hover,
  .is_sp #yodogawa .btn_detail img.touch {
    background: #fff;
    -webkit-transition: background .2s ease .05s;
    transition: background .2s ease .05s;
  }
  #yodogawa_mov {
    margin: 40px 0 40px 0;
    text-align: center;
    padding: 0 80px;
  }
  #yodogawa_mov .inner {
    border: 2px solid #fff;
    margin: 0 0 20px 0;
  }
  #yodogawa_mov img {
    width: 100%;
  }
  #yodogawa_mov .caption {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
    color: #603813;
  }
  /* --------------------------------------------------
*
    #information
*
-------------------------------------------------- */
  #information {
    width: 560px;
    margin: 0 auto 90px auto;
    border: 6px solid #023E21;
    background-color: #fff;
    text-align: left;
  }
  #information .inner {
    padding: 50px;
  }
  #information h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: bold;
  }
  #information .inner .desc,
  #information .inner dl {
    font-size: 16px;
    line-height: 2em;
  }
  #information .inner .i_list {
    margin: 0 0 4.5em 0;
  }
  #information .inner dt {
    margin: 2em 0 0 0;
    font-weight: bold;
  }
  #information .inner dd p {
    margin: 0 0 2em 0;
  }
  #information .inner .s_list {
    margin: 2.5em 0 2em 0;
  }
  #information .inner .s_list dt {
    color: #E95532;
  }
  #information .inner .s_list dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  #information .inner a {
    text-decoration: underline;
  }
  .is_pc #information .inner a:hover,
  .is_sp #information .inner a.touch {
    text-decoration: none;
  }
  #information .inner .afterword {
    margin: 0 0 3em 0;
    line-height: 2em;
  }
  .btn_pagetop {
    text-align: center;
    cursor: pointer;
  }
  .btn_pagetop img {
    width: auto;
    height: 15px;
    -webkit-transition: opacity .15s ease .0s;
    transition: opacity .15s ease .0s;
  }
  .is_pc .btn_pagetop img:hover,
  .is_sp .btn_pagetop img.touch {
    opacity: .7;
    -webkit-transition: opacity .2s ease .05s;
    transition: opacity .2s ease .05s;
  }
  /* --------------------------------------------------
*
    #notice
*
-------------------------------------------------- */
  #notice {
    margin: 0 0 90px 0;
  }
  #notice p {
    margin: 0 0 25px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
  }
  #notice .btn img {
    width: 320px;
    opacity: 1 !important;
    background-color: transparent;
    -webkit-transition: background .15s ease .0s;
    transition: background .15s ease .0s;
  }
  .is_pc #notice .btn img:hover,
  .is_sp #notice .btn img.touch {
    background-color: #fff;
    -webkit-transition: background .2s ease .05s;
    transition: background .2s ease .05s;
  }
  /* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
  footer {
    width: 803px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
    background-image: url("../images/base/parts_line.png");
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
  }
  footer:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
  }
  footer .col_l {
    width: 240px;
    margin: 0 0 0 80px;
    float: left;
  }
  footer .col_r {
    width: 400px;
    float: right;
    display: table;
    font-size: 13px;
    text-align: left;
  }
  footer .col_l img {
    width: 240px;
  }
  footer .col_l p {
    margin: 0 0 10px 0;
  }
  footer .col_r .l {
    display: table-cell;
    vertical-align: top;
  }
  footer .col_r .r {
    display: table-cell;
    vertical-align: top;
  }
  footer .col_r .contact {
    margin: 0 0 20px 0;
  }
  footer .col_r .contact li {
    line-height: 2.23em;
  }
  footer .col_r a:hover,
  footer .col_r a.touch {
    text-decoration: underline;
  }
  footer .col_r .share p {
    margin: 0 0 5px 0;
  }
  footer .col_r .share img {
    width: 29px;
  }
  footer .col_r .share li {
    margin: 0 3px 0 0;
    display: inline-block;
  }
  footer .col_r .r p {
    line-height: 2.23em;
  }
  footer .col_r .credit {
    padding: 10px 0 0 0;
  }
  footer .col_r .hobo {
    margin: 0 0 -7px 0;
    line-height: 1em;
  }
  footer .col_r .hobo img {
    width: 101px;
  }
}

/* ----- min-width : 641px ----- */
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  #wrap {
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  header {
    padding: 25px 10%;
    text-align: center;
  }
  #yodogawa_mov {
    margin: 40px 0 40px 0;
    text-align: center;
  }
  #yodogawa_mov .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin: 0 0 20px 0;
  }
  #yodogawa_mov img {
    width: 100%;
  }
  #yodogawa_mov .caption {
    font-size: 12px;
    line-height: 1.7em;
    font-weight: bold;
    color: #603813;
  }
  #yodogawa_mov .caption br {
    display: inherit !important;
  }
  /* --------------------------------------------------
*
    #information
*
-------------------------------------------------- */
  #information {
    margin: 0 5% 50px 5%;
    border: 5px solid #023E21;
    background-color: #fff;
    text-align: left;
  }
  #information .inner {
    padding: 25px 5%;
  }
  #information h2 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
  }
  #information .inner .img {
    margin: 10px 0 0 0;
    text-align: center;
  }
  #information .inner .img img {
    width: 100%;
    max-width: 420px;
    margin: 10px auto -5px auto;
    display: block;
  }
  #information .inner .img.li {
    margin: -10px 0 -40px 0 !important;
  }
  #information .inner .img.btm {
    margin: 0 0 30px 0 !important;
  }
  #information .inner .img.li p {
    margin: 0 !important;
  }
  #information .inner .txt,
  #information .inner .desc,
  #information .inner dl {
    font-size: 14px;
    line-height: 2em;
  }
  #information .inner .i_list {
    margin: 0 0 4.5em 0;
  }
  #information .inner dt {
    margin: 2em 0 0 0;
    font-weight: bold;
  }
  #information .inner dd p {
    margin: 0 0 2em 0;
  }
  #information .inner .s_list {
    margin: 2.5em 0 2em 0;
  }
  #information .inner .s_list dt {
    color: #E95532;
  }
  #information .inner .s_list dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  #information .inner a {
    text-decoration: underline;
  }
  .is_pc #information .inner a:hover,
  .is_sp #information .inner a.touch {
    text-decoration: none;
  }
  #information .inner .afterword {
    font-size: 14px;
    margin: 0 0 1em 0;
    line-height: 2em;
  }
  .btn_pagetop {
    text-align: center;
    cursor: pointer;
  }
  .btn_pagetop img {
    width: auto;
    height: 14px;
    -webkit-transition: opacity .15s ease .0s;
    transition: opacity .15s ease .0s;
  }
  .is_pc .btn_pagetop img:hover,
  .is_sp .btn_pagetop img.touch {
    opacity: .7;
    -webkit-transition: opacity .2s ease .05s;
    transition: opacity .2s ease .05s;
  }
  /* --------------------------------------------------
*
    #notice
*
-------------------------------------------------- */
  #notice {
    margin: 0 0 50px 0;
    padding: 0 5%;
    text-align: center;
  }
  #notice p {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
  }
  #notice .btn img {
    width: 90%;
    max-width: 320px;
    opacity: 1 !important;
    background-color: transparent;
    -webkit-transition: background .15s ease .0s;
    transition: background .15s ease .0s;
  }
  .is_pc #notice .btn img:hover,
  .is_sp #notice .btn img.touch {
    background-color: #fff;
    -webkit-transition: background .2s ease .05s;
    transition: background .2s ease .05s;
  }
  /* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
  footer {
    margin: 0 auto;
    margin: 0 5%;
    padding: 30px 0 40px 0;
    background-image: url("../images/base/parts_line.png");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    overflow: hidden;
  }
  footer:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
  }
  footer .col_l {
    margin: 0 0 40px 0;
  }
  footer .col_r {
    font-size: 13px;
  }
  footer .col_l img {
    width: 240px;
  }
  footer .col_l p {
    margin: 0 0 10px 0;
  }
  footer .col_r .contact {
    margin: 0 0 20px 0;
  }
  footer .col_r .contact li {
    line-height: 2.23em;
  }
  footer .col_r a:hover,
  footer .col_r a.touch {
    text-decoration: underline;
  }
  footer .col_r .share {
    margin: 30px 0 20px 0;
  }
  footer .col_r .share p {
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
  }
  footer .col_r .share ul {
    margin: -10px 0 0 5px;
    display: inline-block;
    vertical-align: top;
  }
  footer .col_r .share img {
    width: 29px;
  }
  footer .col_r .share li {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  footer .col_r .r p {
    line-height: 2.23em;
  }
  footer .col_r .credit {
    padding: 10px 0 0 0;
  }
  footer .col_r .hobo {
    display: inline-block;
    margin: 0 15px;
    line-height: 1em !important;
    vertical-align: middle;
  }
  footer .col_r .copyright {
    margin: 0 15px;
    line-height: 1em !important;
    display: inline-block;
    vertical-align: middle;
  }
  footer .col_r .hobo img {
    width: 101px;
  }
}

/* ----- max-width: 640px ----- */
/* ==========================================================================
   main.css
   ========================================================================== */
iframe,
embed,
object {
  max-width: 100%;
}

.header {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0 40px;
}

.header a:hover img {
  opacity: 1;
}

.header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #023E21;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .header {
    max-width: 90%;
    padding: 20px 0 22px;
  }
}

.header-title {
  max-width: 864px;
  margin: 0 auto;
}

.header-title img {
  width: 100%;
  height: auto;
}

.intro {
  max-width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 640px) {
  .intro {
    max-width: 90%;
    margin-top: 30px;
  }
}

.intro-heading {
  width: 100%;
}

.intro-heading img {
  width: 100%;
  height: auto;
}

.intro-body {
  max-width: 535px;
  margin: 40px 0 0 auto;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .intro-body {
    margin-top: 20px;
  }
}

.intro-text {
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .intro-text {
    font-size: 14px;
  }
}

.intro-profile-btn {
  display: inline-block;
  margin-top: 1.5em;
  line-height: 0;
}

.intro-profile-btn a:hover img {
  background-color: #fff;
  -webkit-transition: background .2s ease .05s;
  transition: background .2s ease .05s;
}

.intro-profile-btn img {
  max-width: 100%;
  height: auto;
  -webkit-transition: background .15s ease .0s;
  transition: background .15s ease .0s;
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {
  .intro-profile-btn {
    display: block;
    width: 90%;
    margin: 1.5em auto 0;
    text-align: center;
  }
}

.content {
  max-width: 600px;
  margin: 60px auto 60px;
  padding: 40px 0;
  text-align: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .content {
    max-width: 90%;
    margin: 30px auto;
    padding: 25px 0;
  }
}

.content-head {
  max-width: 480px;
  margin: 0 auto 3em;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-head p,
.content-head dl {
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .content-head {
    max-width: 90%;
    margin-bottom: 2em;
    padding: 0;
  }
  .content-head p,
  .content-head .interviewer,
  .content-head .talker {
    font-size: 14px;
  }
  .content-head .interviewer,
  .content-head .talker {
    display: block;
  }
  .content-head .interviewer dt,
  .content-head .talker dt {
    display: inline-block;
    text-align: left;
  }
}

.content-heading {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.content-heading span {
  font-size: 21px;
}

@media screen and (max-width: 640px) {
  .content-heading {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  .content-heading span {
    display: block;
    font-size: 16px;
  }
}

.content-text-block {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-text-block p,
.content-text-block dl {
  line-height: 2;
  font-weight: 500;
}

.content-text-block .interviewer,
.content-text-block .talker {
  width: 100%;
}

.content-text-block .interviewer + .interviewer,
.content-text-block .interviewer + .talker,
.content-text-block .talker + .interviewer,
.content-text-block .talker + .talker {
  margin-top: 2em;
}

.content-text-block .interviewer dt,
.content-text-block .talker dt {
  font-size: 12px;
  line-height: 1.1;
}

.content-text-block .avatar {
  text-align: center;
}

.content-text-block .name {
  padding-top: 0.3em;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .content-text-block dt {
    float: left;
    padding-left: 6px;
  }
  .content-text-block dd {
    margin-left: 70px;
  }
  .content-text-block .interviewer .avatar {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .content-text-block .talker .avatar {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@media screen and (max-width: 640px) {
  .content-text-block {
    max-width: 90%;
    padding: 0;
  }
  .content-text-block p,
  .content-text-block .interviewer,
  .content-text-block .talker {
    font-size: 14px;
  }
  .content-text-block .interviewer,
  .content-text-block .talker {
    display: block;
  }
  .content-text-block .interviewer dt,
  .content-text-block .talker dt {
    display: inline-block;
    text-align: left;
  }
  .content-text-block .name {
    padding-top: 0.3em;
    font-size: 11px;
  }
}

.content-image-block {
  width: 100%;
  margin: 2em 0;
}

.content-image-block .caption {
  margin-top: 1em;
  padding: 0 10%;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  color: #603813;
}

@media screen and (max-width: 640px) {
  .content-image-block .caption {
    font-size: 12px;
  }
}

.content-foot {
  margin-top: 2em;
  text-align: center;
  line-height: 2;
}

.content2 {
  max-width: 600px;
  margin: 60px auto 60px;
  text-align: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content2 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .content2 {
    max-width: 90%;
    margin: 30px auto;
  }
}

.content2-heading {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.content2-heading h3 {
  margin-top: 0.4em;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .content2-heading {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .content2-heading h3 {
    font-size: 16px;
  }
}

.content2-image-block {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .content2-image-block {
    margin-bottom: 1em;
  }
}

.content2-text-block {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content2-text-block p,
.content2-text-block dl {
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .content2-text-block {
    max-width: 90%;
    padding: 0 0 2em;
  }
  .content2-text-block p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.students-voice {
  max-width: 480px;
  margin: 90px auto;
}

.students-voice img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .students-voice {
    max-width: 90%;
    margin: 50px auto;
  }
}

.students-voice_heading {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .students-voice_heading {
    margin-bottom: 18px;
  }
  .students-voice_heading img {
    max-width: 90%;
  }
}

.students-voice_text-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 6%;
  border: 2px solid #023E21;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}

.students-voice_text-block + .students-voice_text-block {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .students-voice_text-block {
    margin-top: 18px;
    font-size: 14px;
  }
  .students-voice_text-block + .students-voice_text-block {
    margin-top: 18px;
  }
}

/* date
===================================================================== */
.date {
  margin-top: 2em;
  text-align: center;
  line-height: 2;
}

.pagenav {
  position: relative;
  width: 100%;
  max-width: 602px;
  margin: 80px auto 110px;
  padding: 16px 0;
}

.pagenav img {
  max-width: 100%;
  height: auto;
}

.pagenav:before, .pagenav:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/base/nav_line.svg) 50% 50%/cover no-repeat;
}

.pagenav:before {
  top: 0;
}

.pagenav:after {
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .pagenav {
    max-width: 90%;
    margin: 30px auto 50px;
    padding: 12px 0;
  }
  .pagenav:before, .pagenav:after {
    border-radius: 2px;
    background: #023E21;
  }
}

.pagenav-prev,
.pagenav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .pagenav-prev,
  .pagenav-next {
    width: 53px;
  }
}

.pagenav-prev {
  left: 3%;
}

@media screen and (max-width: 640px) {
  .pagenav-prev {
    left: 4%;
  }
}

.pagenav-index {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .pagenav-index {
    display: block;
    width: 70px;
  }
}

.pagenav-next {
  right: 3%;
}

@media screen and (max-width: 640px) {
  .pagenav-next {
    right: 4%;
  }
}

/* modal
===================================================================== */
html.show-modal::-webkit-scrollbar {
  display: none;
}

html.show-modal {
  -ms-overflow-style: none;
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: left;
  z-index: 5000;
}

.modal-content-scrollarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content-body {
  padding: 50px 10%;
  max-width: 400px;
  margin: 0 auto;
  line-height: 2;
  font-size: 14px;
}

.modal-content-body h2 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}

.modal-content-body p,
.modal-content-body ul {
  margin-bottom: 2em;
}

.modal-content-body a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .modal-content-body {
    padding: 30px 8%;
  }
  .modal-content-body h2 {
    font-size: 15px;
  }
}

.modal-content_close {
  margin-top: 3em;
  margin-bottom: 0 !important;
  cursor: pointer;
  text-align: center;
}

/* ==========================================================================
   utility.scss
   Prefix : .u-
   ========================================================================== */
/* clearfix */
.u-cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* end clearfix */
.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-d-inline {
  display: inline;
}

.u-clear {
  clear: both;
}

.u-fl {
  display: inline;
  float: left;
}

.u-fr {
  display: inline;
  float: right;
}

.u-al {
  text-align: left;
}

.u-ar {
  text-align: right;
}

.u-ac {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .u-dt-ac {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .u-mb-ac {
    text-align: center;
  }
}

.u-m-a {
  margin-lef: auto;
  margin-right: auto;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-superscript {
  vertical-align: super;
  font-size: 60%;
}

.u-pos-t {
  position: absolute;
  top: 0;
}

.u-pos-b {
  position: absolute;
  bottom: 0;
}

.u-pos-l {
  position: absolute;
  left: 0;
}

.u-pos-r {
  position: absolute;
  right: 0;
}

.u-indent1 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.u-indent2 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.u-indent3 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}

.u-fz-s {
  font-size: 80%;
}

.u-fw-nml {
  font-weight: normal !important;
}

.u-fw-bld {
  font-weight: bold !important;
}

.u-break-word {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.u-disable-event {
  pointer-events: none;
}

.u-bdr-t-none {
  border-top: none !important;
}

.u-bdr-l-none {
  border-left: none !important;
}

.u-bdr-r-none {
  border-right: none !important;
}

.u-bdr-b-none {
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .u-dt-br {
    display: none;
  }
}

.u-mb-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-mb-br {
    display: inline;
  }
}

.u-alpha-over {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.u-alpha-over:hover {
  opacity: 0.85;
}

/* インラインスクロールを滑らかに */
.u-overflow-scrolling {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.android p,
.android li,
.android dt,
.android dd,
.android h1,
.android h2,
.android h3,
.android h4,
.android h5,
.android h6,
.android span {
  max-height: 100%;
}

.u-textfix {
  max-height: 100%;
}
