@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*
@mixin ll_pc_size{
  @media screen and (min-width: $l_desktop) {
    @content;
  }
}
*/
header .header_wrap {
  position: fixed; }

.main_title {
  font-size: 1.8rem;
  color: #34578E;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .main_title {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 2.34375 ); } }
  @media (min-width: 1280px) {
    .main_title {
      font-size: 3rem; } }

.en {
  font-size: 1.5rem;
  color: #34578E;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .en {
      font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
  @media (min-width: 1280px) {
    .en {
      font-size: 1.8rem; } }

.read_txt {
  margin: 0 auto;
  max-width: 856px;
  font-size: 1.5rem;
  color: #707070;
  text-align: center;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .read_txt {
      font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
  @media (min-width: 1280px) {
    .read_txt {
      font-size: 1.8rem; } }

.section_title {
  margin-bottom: 73px; }

#contents #body_content {
  position: relative;
  background: #D5F0FF; }
  #contents #body_content #plan_wrap {
    margin-bottom: 70px; }
    #contents #body_content #plan_wrap .plan_box {
      margin: 0 auto;
      border: 1px solid #4B7CC7; }
      #contents #body_content #plan_wrap .plan_box tr td {
        font-feature-settings: "palt" 1;
        letter-spacing: 1px;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #4B7CC7;
        border-right: 1px solid #4B7CC7; }
      #contents #body_content #plan_wrap .plan_box tr .main_txt {
        background: #EAF7FF; }
      #contents #body_content #plan_wrap .plan_box .plan_title {
        background: #4B7CC7;
        color: #fff; }
        #contents #body_content #plan_wrap .plan_box .plan_title td {
          border-right: 1px solid #fff; }
          #contents #body_content #plan_wrap .plan_box .plan_title td:last-child {
            border-right: 1px solid #4B7CC7; }
  #contents #body_content #rental_wrap .rental_list {
    padding-bottom: 150px; }
    #contents #body_content #rental_wrap .rental_list ul li .item {
      font-size: 1.4rem;
      color: #4B7CC7; }
      @media (min-width: 768px) {
        #contents #body_content #rental_wrap .rental_list ul li .item {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.171875 ); } }
      @media (min-width: 1280px) {
        #contents #body_content #rental_wrap .rental_list ul li .item {
          font-size: 2rem; } }
    #contents #body_content #rental_wrap .rental_list ul li .txt {
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: #707070; }
      @media (min-width: 768px) {
        #contents #body_content #rental_wrap .rental_list ul li .txt {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.5859375 ); } }
      @media (min-width: 1280px) {
        #contents #body_content #rental_wrap .rental_list ul li .txt {
          font-size: 1.5rem; } }
    #contents #body_content #rental_wrap .rental_list ul li .img_wrap .img {
      flex: 0 1 49%;
      width: 49%;
      max-width: 49%;
      margin-bottom: 20px; }
    #contents #body_content #rental_wrap .rental_list .rental_attention {
      font-size: 1.2rem;
      color: #707070; }
      @media (min-width: 768px) {
        #contents #body_content #rental_wrap .rental_list .rental_attention {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.390625 ); } }
      @media (min-width: 1280px) {
        #contents #body_content #rental_wrap .rental_list .rental_attention {
          font-size: 1.4rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents #body_content #rental_wrap .rental_list ul li .img_wrap {
    margin-bottom: 58px; }
    #contents #body_content #rental_wrap .rental_list ul li .img_wrap .img {
      margin-right: 27px;
      margin-bottom: 0;
      flex: 0 1 calc((100% - 81px) / 4);
      width: calc((100% - 81px) / 4);
      max-width: calc((100% - 81px) / 4); }
      #contents #body_content #rental_wrap .rental_list ul li .img_wrap .img:nth-last-child(1) {
        margin-right: 0; } }
/*------------------------------
		980px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
