@charset "UTF-8";
/* Base Style
* --------------------------------------- */
body {
  color: #333;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ' , '游ゴシック Medium' , 'YuGothic' , 'YuGothicM' , arial, helvetica, sans-serif;
  font-size: 1rem;
  font-feature-settings: 'palt';
  margin: 0;
  padding: 0;
  position: relative; }

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover {
  color: #333;
  opacity: .8; }

a:active {
  color: #333;
  opacity: .8; }

.breadcrumb a:link {
   color: #066eb3;}

.breadcrumb a:visited {
   color: #066eb3;}

.breadcrumb a:hover {
   color: #066eb3;
   opacity: 0.8;}

.breadcrumb a:active {
   color: #066eb3;
   opacity: 0.8;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.hover:hover {
  opacity: .8; }

img {
  max-width: 100%; }

br.SP {
  display: none; }
  @media screen and (max-width: 768px) {
    br.SP {
      display: block; } }

br.PC {
  display: block; }
  @media screen and (max-width: 768px) {
    br.PC {
      display: none; } }

h1, h2 {
  margin: 0; }

ul, ol {
  list-style-type: none; }

dd {
  margin: 0; }

#header_sofmap {
  background-color: #f2f2f2;
  line-height: 0;
  padding: 10px;
  text-align: right; }
  #header_sofmap a {
    display: inline-block;
    line-height: 0; }

#header_rakuuru {
  border-top-color: #d44316;
  border-top-style: solid;
  border-top-width: 4px;
  border-bottom-color: #9e9e9e;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  padding: 0 0 0 44px; }
  #header_rakuuru h1 {
    width: 221px; }
    @media screen and (max-width: 768px) {
      #header_rakuuru h1 {
        width: 132px; } }
  @media screen and (max-width: 768px) {
    #header_rakuuru {
      border-top: none;
      padding: .5rem 0 .5rem 5vw; } }

#header_nav {
  display: flex;
  align-content: stretch;
  align-items: center; }
  #header_nav p {
    font-size: .625rem;
    line-height: 1; }
  #header_nav .guide {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #header_nav .guide {
        display: none; } }
  #header_nav .before {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #header_nav .before {
        display: none; } }
  #header_nav .before img {
    width: 27px; }
  #header_nav .login {
    display: flex;
    align-items: center;
    padding: 12px 10px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #header_nav .login {
        display: none; } }
  #header_nav .for_first {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      #header_nav .for_first {
        display: block;
        text-align: center; } }
    #header_nav .for_first p {
      display: inline-block;
      font-size: 1rem;
      font-weight: bold;
      margin: 0 .5em;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        #header_nav .for_first p {
          display: block;
          font-size: .625rem;
          font-weight: normal; } }
      #header_nav .for_first p strong {
        color: #d44316;
        display: inline-block;
        font-size: .875rem;
        font-weight: normal;
        margin: 0 .5em; }
        @media screen and (max-width: 768px) {
          #header_nav .for_first p strong {
            display: none; } }
      @media screen and (max-width: 768px) {
        #header_nav .for_first p img {
          display: none; } }
    #header_nav .for_first::before {
      background-color: #9e9e9e;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 5%;
      height: 90%;
      width: 1px; }
      @media screen and (max-width: 768px) {
        #header_nav .for_first::before {
          display: none; } }
  #header_nav .apply {
    background-color: #d44316;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    padding: 17px 35px 12px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #header_nav .apply {
        display: none; } }
  #header_nav .burger {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0 1rem;
    position: relative;
    width: 25px; }
    #header_nav .burger i {
      background-color: #9e9e9e;
      display: block;
      height: 2px;
      width: 100%; }
    #header_nav .burger::before, #header_nav .burger::after {
      background-color: #9e9e9e;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 100%; }
    #header_nav .burger::after {
      top: auto;
      bottom: 0; }
  #header_nav #nav_for_SP {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1000;
    text-align: right; }
    #header_nav #nav_for_SP nav {
      background-color: #fff;
      display: inline-block;
      height: 100vh;
      text-align: left;
      width: auto; }
      @media screen and (max-width: 768px) {
        #header_nav #nav_for_SP nav {
          width: 70%; } }
    #header_nav #nav_for_SP .close {
      margin: 1em; }
    #header_nav #nav_for_SP ul {
      border-top-color: #ccc;
      border-top-style: solid;
      border-top-width: 1px;
      border-bottom-color: #ccc;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      margin: 1em 0;
      padding: 1em; }
    #header_nav #nav_for_SP li {
      text-align: left; }
    #header_nav #nav_for_SP a {
      display: block;
      padding: .5em 0; }
    #header_nav #nav_for_SP img {
      margin-right: 1em;
      vertical-align: middle; }
    #header_nav #nav_for_SP.show {
      display: block; }

#search_area {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  padding: 1rem 0; }
  #search_area .inner {
    margin: 0 auto;
    max-width: 1000px; }
  #search_area .search_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      #search_area .search_wrap {
        display: block;
        text-align: center; } }
  #search_area .field_wrap {
    display: flex; }
    @media screen and (max-width: 768px) {
      #search_area .field_wrap {
        margin: 2vw auto;
        max-width: 90%; } }
  #search_area label {
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: bold; }
    #search_area label span {
      font-size: .9375rem; }
    @media screen and (max-width: 768px) {
      #search_area label {
        font-size: .75rem; }
        #search_area label span {
          font-size: .625rem; } }
  #search_area .select_wrap {
    display: inline-block;
    position: relative; }
    #search_area .select_wrap::before {
      border: 3px solid #d44316;
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: 0.625em;
      margin-top: -0.4375em;
      pointer-events: none;
      position: absolute;
      right: 10%;
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: center;
      transform-origin: center;
      width: 0.625em;
      z-index: 1; }
    #search_area .select_wrap::after {
      background-color: #9e9e9e;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 10%;
      height: 80%;
      width: 1px; }
  #search_area select {
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: .8125rem;
    height: 100%;
    min-width: auto;
    padding: 0 1.5em;
    position: relative;
    width: 8em; }
    #search_area select::-ms-expand {
      display: none; }
  #search_area .search_text {
    background-image: url(/themes/images/web/ic_lupe.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    border-color: #000;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
    box-sizing: content-box;
    font-size: .9375rem;
    height: 1rem;
    padding: 12px 0 12px 10px;
    position: relative;
    width: 38em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  #search_area .popular_word_list {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #search_area .popular_word_list dt {
      font-size: .875rem;
      font-weight: bold;
      margin-right: 1.5em; }
      #search_area .popular_word_list dt::after {
        border-width: 8px 6px 8px 19px;
        border-color: #d44316 transparent #d44316 #d44316;
        border-style: solid;
        content: '';
        display: inline-block;
        margin-left: .5em;
        vertical-align: middle;
        width: 0; }
        @media screen and (max-width: 768px) {
          #search_area .popular_word_list dt::after {
            border-width: 4px 3px 4px 10px; } }
      @media screen and (max-width: 768px) {
        #search_area .popular_word_list dt {
          font-size: .625rem;
          margin-right: 1em; } }
    #search_area .popular_word_list dd {
      background-color: #e5e5e5;
      border-color: #bfbfbf;
      border-style: solid;
      border-width: 1px;
      border-radius: 4px;
      font-size: .75rem;
      margin-right: 1em; }
      #search_area .popular_word_list dd a {
        line-height: 1.625rem;
        padding: 0 .5em; }
        @media screen and (max-width: 768px) {
          #search_area .popular_word_list dd a {
            padding: 0 .25em; } }
      @media screen and (max-width: 768px) {
        #search_area .popular_word_list dd {
          font-size: .625rem; } }
    @media screen and (max-width: 768px) {
      #search_area .popular_word_list {
        margin: 0 auto;
        max-width: 90%; }
        #search_area .popular_word_list dd:nth-child(n+6) {
          display: none; } }

#slider {
    box-sizing: content-box;
  height: 360px;
  padding-bottom: 60px;
    overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    #slider {
        height: 32.8vw; } }
  #slider::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 360px;
    margin-left: 455px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    z-index: 100; }
  #slider::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 360px;
    margin-right: 455px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    z-index: 100; }
    @media screen and (max-width: 768px) {
        #slider::before {
            height: 32.8vw;
            margin-left: calc(40vw + 5px); }
        #slider::after {
            height: 32.8vw;
            margin-right: calc(40vw + 5px); } }
  #slider .inner {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 50%;
    width: auto;
    z-index: 0; }
    #slider .inner article {
      margin: 0 15px 0 0;
      width: 880px; }
    @media screen and (max-width: 768px) {
      #slider .inner article {
        margin: 0 5px 0 0;
        width: 80%; } }
  #slider .slider_dot {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%; }
    #slider .slider_dot li {
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 0 5px;
      width: 10px; }
      #slider .slider_dot li.current {
        background-color: #d44316; }
    @media screen and (max-width: 768px) {
      #slider .slider_dot {
        bottom: 4vw; }
        #slider .slider_dot li {
            margin: 0 3px;
            height: 8px;
            width: 8px; } }
	@media screen and (max-width: 660px) {
	#slider{padding-bottom: 10vw;}
	#slider .slider_dot {bottom: 3vw; }
		#slider .slider_dot li {
            margin: 0 2px;
            height: 5px;
            width: 5px; } }
  #slider .arrow {
    background-image: none;
    cursor: pointer;
    position: absolute;
    top: 35%;
    height: auto;
    width: auto;
    z-index: 1000; }
    @media screen and (max-width: 768px) {
      #slider .arrow {
        top: 25%;
        width: 3vw; } }
    #slider .arrow.prev {
      margin-left: -520px;
      left: 50%; }
      @media screen and (max-width: 768px) {
        #slider .arrow.prev {
          margin-left: -46vw; } }
    #slider .arrow.next {
      margin-right: -520px;
      right: 50%; }
      @media screen and (max-width: 768px) {
        #slider .arrow.next {
          margin-right: -46vw; } }
.slider_wrap {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .slider_wrap {
      padding-bottom: 10vw; } }
  .slider_wrap .inner {
    height: 360px;
    margin: 0 auto;
    max-width: 880px;
    overflow: visible;
    position: relative; }
    .slider_wrap .inner::before {
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: -102%;
      width: 100%;
      z-index: 100; }
    .slider_wrap .inner::after {
      background-color: rgba(0, 0, 0, 0.2);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: 102%;
      width: 100%;
      z-index: 100; }
    @media screen and (max-width: 768px) {
      .slider_wrap .inner {
        height: 32.8vw;
        width: 80%; } }
  .slider_wrap article {
    display: none;
    position: absolute;
    left: 200%;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: -1; }
    .slider_wrap article.current {
      display: block;
      left: 0%;
      z-index: 10; }
    .slider_wrap article.prev {
      display: block;
      left: -102%;
      z-index: 5; }
    .slider_wrap article.prevprev {
      display: block;
      left: -202%;
      z-index: 0; }
    .slider_wrap article.next {
      display: block;
      left: 102%;
      z-index: 5; }
    .slider_wrap article.nextnext {
      display: block;
      left: 202%;
      z-index: 0; }
  .slider_wrap .slider_dot {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%; }
    .slider_wrap .slider_dot li {
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 0 5px;
      width: 10px; }
      .slider_wrap .slider_dot li.current {
        background-color: #d44316; }
    @media screen and (max-width: 768px) {
      .slider_wrap .slider_dot {
        bottom: 4vw; } }
  .slider_wrap .arrow {
    background-image: none;
    cursor: pointer;
    position: absolute;
    top: 35%;
    height: auto;
    width: auto;
    z-index: 1000; }
    @media screen and (max-width: 768px) {
      .slider_wrap .arrow {
        top: 25%;
        width: 3vw; } }
    .slider_wrap .arrow.prev {
      margin-left: -520px;
      left: 50%; }
      @media screen and (max-width: 768px) {
        .slider_wrap .arrow.prev {
          margin-left: -46vw; } }
    .slider_wrap .arrow.next {
      margin-right: -520px;
      right: 50%; }
      @media screen and (max-width: 768px) {
        .slider_wrap .arrow.next {
          margin-right: -46vw; } }


.btn_apply {
  background-color: #d44316;
  border-right-color: #b73c23;
  border-right-style: solid;
  border-right-width: 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: content-box;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  padding: 1.2em;
  position: absolute;
  right: 0;
  top: 700px;
  text-align: center;
  width: 1.6em; }
  .btn_apply.fixed {
    position: fixed;
    top: 100px; }
  @media screen and (max-width: 768px) {
.btn_apply {display: none;}}


.contents {
  margin: 0 auto 60px;
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    .contents {
      margin: 0 auto 40px;
      max-width: 90%; } }

.title_content {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 22px;
  padding-bottom: .2em;
  position: relative; }
  .title_content:after {
    background-color: #df4525;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20%; }
  .title_content span {
    font-size: .875rem;
    position: absolute;
    right: 0;
    top: .5rem; }
  @media screen and (max-width: 768px) {
    .title_content {
      font-size: 1rem; }
      .title_content span {
        top: .125rem; } }

.list_campaign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .list_campaign li {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 25px;
    width: 230px; }
    .list_campaign li img {
      border-color: #e5e5e5;
      border-style: solid;
      border-width: 1px; }
    .list_campaign li strong {
      display: block;
      margin: .5rem 0; }
    .list_campaign li span {
      display: block;
      font-size: .875rem;
      height: 2.4em;
      overflow: hidden;
      width: 100%; }
    .list_campaign li .date {
      display: block;
      font-size: .75rem;
      font-style: normal;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      .list_campaign li {
        width: 48%; }
        .list_campaign li strong {
          font-size: .6875rem; }
        .list_campaign li span {
          font-size: .625rem;
          height: auto;
          overflow: auto; }
        .list_campaign li .date {
          font-size: .625rem; } }

.ic_list {
  display: block;
  margin: 20px auto;
  text-align: center;
  padding-left: 0; }

.ic_list li {
  box-sizing: content-box;
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 0 2%;
  font-size: .9375rem;
  cursor: pointer; }

.ic_list li.open {
  background-attachment: scroll;
  background-image: url(../img/arrow_down.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 2.6rem;
  padding-bottom: 1.3em; }

.open_box {
  background-color: #f4f4f4;
  display: none;
  margin-bottom: 3rem;
  padding: 0; }

.open_box .inner {
  padding: 3rem 0 1.5rem;
  width: 460px;
  max-width: 90%;
  margin: 0 auto; }

.item_list {
  border: none;
  display: block;
  margin-bottom: 30px;
  letter-spacing: -.5em;
  padding-left: 0;
  margin-left: 0; }

.item_list li {
  box-sizing: content-box;
  display: inline-block;
  letter-spacing: normal;
  width: 22.75%;
  padding: 0 3% 1.5rem 0;
  text-align: center;
  font-size: .8125rem;
  vertical-align: top; }

.item_list li:nth-child(4n) {
  padding-right: 0; }

.list_news {
  margin: 0;
  padding: 0; }
  .list_news li {
    margin-bottom: 1rem; }
    .list_news li .dates {
      font-size: .8125rem;
      font-weight: bold;
      padding-left: .8125rem; }
    .list_news li .cat {
      background-color: #e5e5e5;
      display: inline-block;
      font-size: .6875rem;
      font-style: normal;
      line-height: 1.7;
      margin: 0 .8125rem;
      padding: .0625rem 0;
      text-align: center;
      width: 9.8em; }
    .list_news li a {
      display: inline-block;
      max-width: 76%;
      vertical-align: top; }
    @media screen and (max-width: 768px) {
      .list_news li .dates {
        padding-left: 0; }
      .list_news li a {
        display: block;
        max-width: 100%; } }

.download_belt {
  background-color: #df4525;
  height: 150px; }
  @media screen and (max-width: 768px) {
    .download_belt {
      height: 30vw; } }
  .download_belt .inner {
    background-image: url(/themes/images/web/download.png);
    background-position: right center;
    background-repeat: no-repeat;
	  background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    max-width: 1000px; }
    @media screen and (max-width: 768px) {
      .download_belt .inner {
        background-position: right bottom;
        background-size: auto 100%; } }
  .download_belt .copy {
    font-size: 1.375rem; }
    .download_belt .copy strong {
      font-size: 1.65rem; }
    @media screen and (max-width: 768px) {
      .download_belt .copy {
        display: none; } }
  .download_belt .buttonarea {
    margin-right: 20%;
    text-align: center; }
    .download_belt .buttonarea p {
      display: inline-block;
      font-weight: bold;
      padding: 0 1.8em;
      position: relative; }
      .download_belt .buttonarea p::before, .download_belt .buttonarea p::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 1.5rem;
        height: 1px;
        background-color: black; }
      .download_belt .buttonarea p::before {
        left: 0;
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
      .download_belt .buttonarea p::after {
        right: 0;
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg); }
      .download_belt .buttonarea p strong {
        display: none; }
    .download_belt .buttonarea ul {
      display: flex;
      margin: 0;
      padding: 0; }
      .download_belt .buttonarea ul li {
        margin: 0 .5rem; }
    @media screen and (max-width: 768px) {
      .download_belt .buttonarea {
        margin-left: 5vw;
        margin-right: 0;
        width: 60%; }
        .download_belt .buttonarea p {
          font-size: .625rem;
          padding: 0 0em;
          width: 100%; }
          .download_belt .buttonarea p strong {
            display: block;
            font-size: 1.125rem; }
          .download_belt .buttonarea p::before, .download_belt .buttonarea p::after {
            bottom: 30%;
            top: auto; } }

#footer_nav {
  background-color: #e5e5e5; }
  #footer_nav .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 54px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #footer_nav .inner {
        max-width: 90%; }
        #footer_nav .inner dl {
          margin-bottom: 3.5vw;
          width: 45%; } 
        #footer_nav .inner dl:first-child {
          margin-bottom: .65625rem;
          width: 45%; } }
  #footer_nav dt {
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      #footer_nav dt {
        border-bottom-color: #898989;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: .6875rem;
        padding-left: .5em;
        padding-bottom: 5px; } }
    #footer_nav dt::before {
      border-left-color: #df4525;
      border-left-style: solid;
      border-left-width: 6px;
      content: '';
      display: inline-block;
      height: 1em;
      margin-right: .5em;
      vertical-align: middle; }
  #footer_nav dd {
    padding-left: .825rem; }
    @media screen and (max-width: 768px) {
      #footer_nav dd {
        border-bottom-color: #898989;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 5px; }
        #footer_nav dd li {
          font-size: .625rem; } }
  #footer_nav dt + dt {
    margin-top: 1.3125rem; }
    @media screen and (max-width: 768px) {
      #footer_nav dt + dt {
        margin-top: .65625rem; } }
  #footer_nav dd + dt {
    margin-top: 1.3125rem; }
    @media screen and (max-width: 768px) {
      #footer_nav dd + dt {
        margin-top: .65625rem; } }
  #footer_nav dt + dd {
    margin-top: .65625rem; }
    @media screen and (max-width: 768px) {
      #footer_nav dt + dd {
        margin-top: .328125rem; } }
  #footer_nav ul {
    margin: 0;
    padding: 0; }
  #footer_nav .list_banner li {
    line-height: 0;
    margin-bottom: 1.3125rem; }
  #footer_nav .list_banner a {
    line-height: 0; }
  #footer_nav .list_banner .patent {
    position: absolute;
    right: 0;
    bottom: 1em; }
  @media screen and (max-width: 768px) {
    #footer_nav .list_banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 10vw; }
      #footer_nav .list_banner li {
        width: 48%; }
      #footer_nav .list_banner .patent {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        width: 100%; } }
  #footer_nav .list_terms {
    margin: 65px 0 24px;
    width: 100%; }
    #footer_nav .list_terms li {
      display: inline-block;
      padding-right: .5em; }
    #footer_nav .list_terms a {
      padding-right: .5em; }
    @media screen and (max-width: 768px) {
      #footer_nav .list_terms {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 10vw;
        width: 80%; }
        #footer_nav .list_terms li {
          font-size: .625rem; } }

#logo_footer {
  margin: 3rem 0;
  text-align: center; }
  #logo_footer li {
    margin-bottom: 20px; }

#footer_rakuuru {
  max-width: 217px; }

#anime {
  overflow: hidden; }

#anime svg {
  position: relative;
  left: 50%;
  margin-left: -1300px; }

.anime_box {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  min-height: 160px; }

/*
 *tradein
*/
 #tradein {
  background-color: #f4f4f4;
  color: #333;
  min-height: 100vh;
  position: relative; }
  #tradein .content {
    background-color: #fff;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7vw 10vw;
    position: relative;
    top: -10vw;
    width: 80vw; }
    #tradein .content.product {
      padding: 7vw 5vw; }

#tradetitle {
  background-image: url(../../images/web/tradein/main.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 0 10vw 0;
  text-align: center; }
  #tradetitle h1 {
    background-image: url(../../images/web/tradein/logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    line-height: 0;
    padding: 0.4rem;
    padding-left: 55px;
    text-align: left; }
    #tradetitle h1 span {
      display: block;
      font-size: 0.8125rem;
      font-weight: normal;
      line-height: 1.2; }
    #tradetitle h1 strong {
      font-size: 1.125rem;
      line-height: 1.5; }
  #tradetitle p {
    color: #fff;
    font-size: 0.6875rem; }

.content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .content h2 {
    font-size: 0.875rem;
    text-align: center; }
  .content .lead {
    font-size: 0.75rem; }
  .content .date {
    font-size: 0.5rem;
    margin-top: -1em;
    margin-bottom: 0;
    text-align: right; }
  .content .product_list {
    margin: 0 0 7vw;
    padding: 0; }
    .content .product_list li {
      font-size: 0.75rem;
      margin-bottom: 5px; }
    .content .product_list input[type="radio"] {
      display: none; }
    .content .product_list label {
      border-color: #ccc;
      border-style: solid;
      border-width: 1px;
      border-radius: 3px;
      display: block;
      padding: 1rem 1rem 1rem 35%;
      position: relative;
      text-decoration: none; }
      .content .product_list label::before {
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 100%;
        width: 20%;
        position: absolute;
        top: 0;
        left: 10%; }
      .content .product_list label.disabled {
        color: #dbdbdb; }
    .content .product_list input[type="radio"]:checked + label {
      background-color: #a3e5ef; }
    .content .product_list.year {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      .content .product_list.year li {
        width: 48%; }
      .content .product_list.year label {
        box-sizing: border-box;
        height: 100%;
        padding: 1rem .5rem;
        text-align: center; }
    .content .product_list.product {
      border-top-color: #ededed;
      border-top-style: solid;
      border-top-width: 1px; }
      .content .product_list.product li {
        border-bottom-color: #ededed;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding: 0.5rem 0;
        text-align: center; }
      .content .product_list.product figure {
        display: flex;
        align-items: center;
        margin: 0 0 0.5rem;
        text-align: left; }
        .content .product_list.product figure img {
          margin-right: 2%;
          max-width: 30%; }
        .content .product_list.product figure figcaption .prodname {
          font-size: 0.6875rem;
          line-height: 1.2;
          text-align: left; }
        .content .product_list.product figure figcaption span {
          display: block;
          font-size: 0.625rem;
          margin-top: 0.5rem;
          text-align: right; }
          .content .product_list.product figure figcaption span strong {
            color: #cc3333;
            font-size: 1rem; }
          .content .product_list.product figure figcaption span span {
            display: inline-block; }
  .content .nav_list {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center; }
    .content .nav_list li {
      font-size: 0.875rem;
      width: 40vw; }
    .content .nav_list a {
      background-repeat: no-repeat;
      border-color: #ccc;
      border-style: solid;
      border-width: 2px;
      border-radius: 3px;
      display: block;
      padding: 0.75rem;
      text-decoration: none; }
      .content .nav_list a.next {
        background-image: url(../../images/web/tradein/arrow_r.svg);
        background-position: 90% center; }
        .content .nav_list a.next.active {
          background-color: #96dc5f; }
      .content .nav_list a.prev {
        background-color: #ededed;
        background-image: url(../../images/web/tradein/arrow_l.svg);
        background-position: 10% center;
        border-color: #ededed; }
    .content .nav_list.multiple {
      justify-content: space-between; }
      .content .nav_list.multiple li {
        width: 45%; }
  .content .breadcrumb {
    margin: 0 0 .75rem;
    padding: 0; }
    .content .breadcrumb li {
      display: inline-block;
      font-size: .625rem;
      margin-right: .5em; }

#macnote label::before {
  background-image: url(../../images/web/tradein/ic_macnote.svg); }

#macdesk label::before {
  background-image: url(../../images/web/tradein/ic_macdesk.svg); }

#iphone label::before {
  background-image: url(../../images/web/tradein/ic_iphone.svg); }

#ipad label::before {
  background-image: url(../../images/web/tradein/ic_ipad.svg); }

#ipod label::before {
  background-image: url(../../images/web/tradein/ic_ipod.svg); }

#applewatch label::before {
  background-image: url(../../images/web/tradein/ic_watch.svg); }

#sec2,
#sec3,
#sec4,
#sec5 {
  display: none; }
  .product_list a:link,.product_list a:visited,.product_list a:active,.product_list a:hover {text-decoration: none;}
.content .nav_list a.next.active {    border-color: #96dc5f;}
.content .nav_list.multiple li.gotop {width:80%; margin: 0 auto;}
#tradein .content li + li {margin-top: 0;}
#tradein .content ul { list-style-type: none;}
#tradein .breadcrumb li + li::before {content: "";}
#tradein .content figure figcaption {font-style: normal; width: 100%;}
#tradein .content .product_list.product figure img {max-height: 30vw;}

@media screen and (min-width: 980px) {

/* PC調整 */
#tradein {min-width: 1000px;}
#tradetitle {min-height: 400px;padding: 60px 0 10vw 0;}
#tradetitle h1 {background-size: 95px; padding-left: 110px;}
#tradetitle h1 strong {font-size: 2.50rem; color: #fff;}
#tradetitle h1 span {font-size: 1.5rem;}
#tradetitle p {font-size: 1rem;}

#tradein .content,
#tradein .content.product {padding: 40px 5%; min-width: 1000px;}
#tradein .content h2 { font-size: 1.375rem; margin-bottom: 2em;}
#tradein .content .lead { font-size: 1rem;}

#tradein .content .product_list { display: flex; justify-content: center;}
#prod_check2_list { flex-wrap: wrap;}
#tradein .content .product_list.year { width: 100%;}
#tradein .content .product_list li {min-width: 15%;width: 30%;margin: 0 1% 10px;}
#tradein .content .product_list.year li {}
#tradein .content li + li {margin-top: 0;}
#tradein .content .product_list label {
      padding: 80px 1rem .5vw;
	  text-align: center;}
#tradein #sec2 .product_list label,
#tradein #sec3 .product_list label,
#tradein #sec4 .product_list label,
#tradein .content .product_list.year label { padding: 15px 1rem 15px;}

      .content .product_list label::before {
        display: block;
        height: 80%;
        width: 100%;
        top: 0%;
        left: 0%; }

 
#tradein .content .nav_list {max-width: 520px; margin: 0 auto;}
#tradein .content .nav_list li { max-width: 250px; margin: 30px auto;}
#tradein .content .nav_list a { padding: 20px 0;}
 
#tradein .content .product_list.product {display: block;}
#tradein .content .product_list.product li { width: 100%;display: flex;align-items: center;justify-content: space-between;}
#tradein .content .product_list.product a figure img { max-width: 120px;min-width: auto;max-height: 100px;}
#tradein .content .product_list.product a {display: block;width: 100%;}
#tradein .content .product_list.product a + a {width: 130px;}
#tradein .content .product_list.product a figure {margin-right: 25px; position: relative;min-height: 100px;}
#tradein .content figure figcaption {position: absolute; left: 140px; top: 10px; width: calc( 100% - 140px);}
.content .product_list.product li a img {min-width: 130px; max-width: 130px;}


.content .product_list.product figure figcaption .prodname { font-size: 1rem;}
.content .product_list.product figure figcaption span strong { font-size: 1.25rem;}
.content .product_list.product figure figcaption span { font-size: .8125rem;}
.content .date,
.content .breadcrumb li{font-size: .75rem;}

}

@media screen and (max-width: 768px) {
#tradein .year {width: auto;}
#tradetitle h1 strong { color: #fff;}
#tradein .content .nav_list.multiple li + li {margin-top: 0;}
#tradein .content .product_list.product li a.bt img { display: none;}
#tradein .content .product_list.product li a.bt {display: block; margin: 0 auto;width: 70%; height: 10vw; background-attachment: scroll; background-image: url(/themes/images/web/tradein/button_sp.svg); background-position: center center; background-size: 100%; background-repeat: no-repeat;}

}



/* 4313 20220517 */
#footer_nav ul.bnr2-box { display: flex; width:230px; flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
#footer_nav ul.bnr2-box li {width: 100%; margin-bottom: .85em;}
#footer_nav ul.bnr2-box li span {display: block; margin-bottom: 3px; font-size: .75em; line-height: 1.2; letter-spacing: .02em;}
#footer_nav ul.bnr2-box li img { width: 100%;}
#footer_nav .inner {padding-top: 40px;}
#footer_nav .list_terms {display: flex;margin: 25px 0 24px;}
#footer_nav .list_terms li.patent { padding-right: 0; margin-left: auto;}

@media screen and (max-width: 768px) {
#footer_nav ul.bnr2-box {width: 100%;}
#footer_nav ul.bnr2-box li {width: 48%;}
#footer_nav ul.bnr2-box li span {font-size: 2.4vw;}
#footer_nav .list_terms {margin-top: 0; width: 100%;}
#footer_nav .list_terms li {order: 1;}
#footer_nav .list_terms li.patent {order: 0; margin-bottom: 2em; width: 100%; margin-left: auto; margin-right: auto; text-align: center;}
}