@charset "UTF-8";
/* 

common 
PC：960px〜
Tablet：959px〜
SP：640px〜 

*/
/* mixin */
@keyframes head-menutext01 {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -20px;
    opacity: 1; } }
@keyframes head-menutext02 {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -20px;
    opacity: 1; } }
@keyframes head-menubox {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: 100%;
    opacity: 1; } }
@keyframes head-bg {
  0% {
    background: #000; }
  100% {
    background: #333; } }
@-webkit-keyframes active-btn19 {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg); } }
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    transform: rotate(-680deg); } }
@keyframes top-box-move {
  0% {
    transform: translateY(-60px); }
  100% {
    transform: translateY(60px); } }
@keyframes flash {
  10% {
    opacity: 0.6; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeinY {
  0% {
    opacity: 0;
    transform: translateY(5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes e_scroll {
  0% {
    opacity: 0;
    transform: translateY(2%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes e_head {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes e_txt01 {
  90% {
    color: #fff; }
  100% {
    color: #333; } }
@keyframes e_txt02 {
  0% {
    transform: translateY(128%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes e_txt03 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes b_ttl {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
    opacity: 1; }
  25% {
    transform: rotateY(-45deg); }
  50% {
    transform: rotateY(0deg); }
  75% {
    transform: rotateY(45deg); }
  100% {
    transform: rotateY(0deg);
    opacity: 1; } }
@keyframes rhand {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(20px); } }
@keyframes mv_bg {
  0% {
    transform: translateX(20%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes mv_ttl {
  0% {
    transform: translateX(-20%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes p_overlay {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
/* 
	base 
*/
html {
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0 !important;
  padding: 0;
  font-family: "Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  line-height: 2;
  color: #000; }

a {
  display: block;
  text-decoration: none;
  color: #2a4e5a; }
  a:hover {
    color: #2a4e5a; }
  @media (min-width: 960px) {
    a.link:hover {
      opacity: 0.5; } }
  a:focuss, a:active {
    outline: none;
    color: #2a4e5a; }
  a:visited {
    outline: none;
    color: #2a4e5a; }
  a.link-01 {
    display: inline-block;
    position: relative; }
    a.link-01::after {
      display: block;
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: #2a4e5a;
      transition: .2s; }
    a.link-01:hover::after {
      width: 100%; }

h1 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 38px; }

h2, h3 {
  margin: 0;
  font-weight: 900; }

p {
  margin: 0 0 10px;
  padding: 0; }

b {
  font-weight: 900; }

img, svg {
  max-width: 100%;
  height: auto; }

div:focus,
form :focus {
  outline: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.img {
  line-height: 0; }

.onlypc {
  display: block; }

.onlytb {
  display: none; }

.onlysp {
  display: none; }

.svg-container {
  display: none; }

.inner {
  width: 94%;
  max-width: 1200px;
  margin: auto; }

.btn {
  margin: 0 auto;
  text-align: center; }
  .btn a {
    display: block;
    width: 100%;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #000;
    transition: all 0.3s ease; }

.video {
  line-height: 0; }
  .video video {
    width: 100%; }

@keyframes fadeinY {
  0% {
    opacity: 0;
    transform: translateY(5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.__effect {
  opacity: 0; }
  .__effect.__active {
    animation: fadeinY .4s ease forwards;
    animation-delay: .6s;
    -webkit-transition: all .3s;
    transition: all .3s; }

header.site-header .inner {
  padding: 14px 0;
  text-align: center; }
header.site-header .logo {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  line-height: 0; }

footer .shop {
  position: relative;
  padding-top: 36.0576923077%;
  background: url("../img/top/05.jpg") no-repeat;
  background-size: cover; }
  footer .shop p {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1%;
    border: 2px solid #000;
    color: #000;
    text-align: center; }
    footer .shop p b {
      display: block;
      font-size: 22px;
      font-weight: bold; }
  footer .shop .btn {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    footer .shop .btn a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      width: 9px;
      height: 9px;
      margin: auto;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(45deg);
      box-sizing: border-box;
      transition: all 0.2s ease; }
    footer .shop .btn a:hover:after {
      right: 12px; }
footer .shop-detail {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8; }
  footer .shop-detail b {
    display: block;
    font-size: 30px;
    font-weight: bold; }
  footer .shop-detail a {
    display: inline-block;
    font-size: 12px; }
footer .inner {
  padding: 60px 0 0; }
footer .f-logo {
  width: 30%;
  margin: 0 auto; }
  footer .f-logo a {
    display: block;
    width: 100%;
    text-align: center; }
footer .f-link {
  font-size: 35px;
  letter-spacing: 2px; }
  footer .f-link a {
    position: relative;
    background-image: linear-gradient(to right, #5e8ed5, #5e8ed5 50%, #2a4e5a 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    footer .f-link a:hover {
      background-position: 0; }
@media (min-width: 641px) {
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; } }
footer ul li {
  margin-left: 25px; }
footer small {
  display: block;
  padding: 4% 0 2%;
  font-weight: normal;
  text-align: center; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .onlytb {
    display: block; }

  footer .f-link {
    font-size: 20px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .onlypc {
    display: none !important; }

  .onlytb {
    display: none; }

  .onlysp {
    display: block !important; }

  header.site-header .inner {
    padding: 12px 0; }
  header.site-header .logo {
    width: 160px; }

  footer {
    padding: 0 0 16px;
    background-position: center; }
    footer .f-logo {
      width: 50%; }
    footer .f-link {
      width: 100%;
      margin-top: 30px;
      font-size: 25px; }
    footer ul li {
      width: 100%;
      margin-bottom: 10px;
      margin-left: 0;
      text-align: center; }
    footer small {
      display: block;
      padding: 4% 0 2%;
      font-weight: normal;
      font-size: 10px;
      text-align: center; } }
/* TOP */
.page-template-page-products .mv-block .mv {
  padding-top: 42.8571428571%;
  background: url("../img/products/mv.jpg") no-repeat;
  background-size: cover; }
.page-template-page-products .block-01 {
  padding: 6% 0;
  background: #e9e9e9; }
  .page-template-page-products .block-01 h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
  .page-template-page-products .block-01 .ttl {
    font-size: 20px;
    text-align: center; }
  .page-template-page-products .block-01 .txt {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 15px 10px 20px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    background: #3d75b4;
    line-height: 1.6; }
  .page-template-page-products .block-01 .item-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .page-template-page-products .block-01 .item-box .item {
      width: 46%;
      margin-bottom: 20px;
      background: #fff; }
      .page-template-page-products .block-01 .item-box .item.last {
        background: #e9e9e9; }
    .page-template-page-products .block-01 .item-box .detail {
      padding: 5%; }
    .page-template-page-products .block-01 .item-box h3 {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4; }
    .page-template-page-products .block-01 .item-box .txt01 {
      padding: 4px;
      font-size: 15px;
      color: #fff;
      background: #a65561;
      text-align: center; }
    .page-template-page-products .block-01 .item-box .price {
      margin-bottom: 10px; }
    .page-template-page-products .block-01 .item-box .btn a {
      position: relative;
      border: 2px solid #000;
      text-align: center;
      font-size: 24px; }
      .page-template-page-products .block-01 .item-box .btn a:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 27px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        box-sizing: border-box;
        transition: all 0.2s ease; }
      .page-template-page-products .block-01 .item-box .btn a:hover:after {
        right: 12px; }

/* 
	TB 959px〜 
*/
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-products .block-01 {
    padding: 8% 0; }
    .page-template-page-products .block-01 h2 {
      margin-bottom: 5px;
      font-size: 14px; }
    .page-template-page-products .block-01 h3 {
      font-weight: bold; }
    .page-template-page-products .block-01 .ttl {
      font-size: 16px;
      line-height: 1.8; }
    .page-template-page-products .block-01 .txt {
      font-size: 17px; }
    .page-template-page-products .block-01 .item-box {
      margin-top: 20px; }
      .page-template-page-products .block-01 .item-box .item {
        width: 100%; } }
/* NEWS */
.page-template-page-news main {
  padding: 5% 0 20%; }
.page-template-page-news h1 {
  margin-bottom: 10%;
  text-align: center; }
.page-template-page-news .post-block {
  opacity: 0;
  visibility: visible;
  width: 100%;
  animation: fadeinY .4s forwards;
  animation-delay: .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .page-template-page-news .post-block li {
    border-bottom: 1px solid #ddd; }
    .page-template-page-news .post-block li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      padding: 3% 0;
      transition: all .2s ease;
      font-family: "Roboto", sans-serif;
      font-style: normal; }
      .page-template-page-news .post-block li a:hover {
        background: #f4f6f8; }
.page-template-page-news .date {
  width: 12%;
  font-size: 16px;
  font-weight: 400;
  text-align: center; }
.page-template-page-news .icon {
  width: 10%;
  text-transform: uppercase; }
  .page-template-page-news .icon span {
    display: block;
    max-width: 100px;
    border-radius: 50px;
    font-weight: 500;
    padding: 4% 10%;
    font-size: 12px;
    background: #36475f;
    color: #fff;
    text-align: center;
    letter-spacing: 3px; }
.page-template-page-news .news-ttl {
  width: 60%; }

.single-post header.site-header {
  position: relative; }
.single-post main {
  padding: 5% 0 20%; }
.single-post article {
  margin-bottom: 100px; }
.single-post h1 {
  margin-bottom: 5%;
  font-size: 26px;
  line-height: 1.3;
  text-align: left; }
.single-post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 5%;
  font-family: "Roboto", sans-serif;
  font-style: normal; }
  .single-post .entry-meta .date {
    padding: 0 4%;
    font-size: 16px;
    font-weight: 400; }
  .single-post .entry-meta .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-transform: uppercase; }
    .single-post .entry-meta .icon span {
      display: block;
      width: 100px;
      border-radius: 50px;
      font-weight: 500;
      padding: 4% 10%;
      font-size: 12px;
      background: #36475f;
      color: #fff;
      text-align: center;
      letter-spacing: 3px; }
.single-post .post-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 33.3333333333%;
  overflow: hidden;
  line-height: 0;
  background: #f4f6f8; }
  .single-post .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.single-post .entry-content h2 {
  margin: 6% 0 4%;
  padding-bottom: 10px;
  border-bottom: 2px solid #333; }
.single-post .entry-content h3 {
  position: relative;
  margin: 6% 0 4%;
  padding-left: 20px; }
  .single-post .entry-content h3::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #333; }
.single-post .entry-content h4 {
  position: relative;
  margin: 6% 0 4%;
  padding-left: 20px; }
  .single-post .entry-content h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translate(0, -50%);
    background: #333; }
.single-post .entry-content p {
  margin-bottom: 20px;
  font-size: 18px; }
.single-post .entry-content a {
  display: inherit;
  margin: 5px 0;
  text-decoration: underline; }
.single-post .entry-content .btn-01 {
  width: 90%;
  max-width: 600px;
  margin: 60px auto; }
  .single-post .entry-content .btn-01 a {
    display: block;
    padding: 4% 2%;
    text-decoration: none; }
.single-post .wp-block-embed {
  padding: 2%;
  background: #000; }
  .single-post .wp-block-embed .wp-block-embed__wrapper {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .single-post .wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.single-post .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 4% 0;
  border-top: 1px solid #333; }
  .single-post .nav-links .nav-previous {
    width: 40%; }
  .single-post .nav-links .nav-next {
    width: 40%;
    text-align: right; }
  .single-post .nav-links a {
    display: inline-block;
    padding: 2% 0;
    position: relative; }
    @media (min-width: 769px) {
      .single-post .nav-links a:hover::after {
        width: 100%; } }
    @media (max-width: 768px) {
      .single-post .nav-links a::after {
        width: 100%; } }
.single-post .btn-01 {
  width: 80%;
  max-width: 300px;
  margin: auto; }
  .single-post .btn-01 a {
    padding: 6%; }
.single-post .btn {
  width: 50%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .single-post h1 {
    font-size: 22px; }
  .single-post .entry-meta {
    margin-bottom: 10%; }
  .single-post .entry-content p {
    font-size: 16px; }
  .single-post .entry-content a {
    word-break: break-all; }
  .single-post .nav-links {
    margin-bottom: 40px; }
    .single-post .nav-links a {
      padding: 4% 0; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-news main {
    padding: 10% 0 20%; }
  .page-template-page-news .post-block li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 6% 0 5%; }
  .page-template-page-news .date {
    width: 26%;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left; }
  .page-template-page-news .icon {
    width: 40%;
    margin-bottom: 8px; }
    .page-template-page-news .icon span {
      padding: 2% 10%; }
  .page-template-page-news .news-ttl {
    width: 100%; }

  .single-post h1 {
    font-size: 20px;
    line-height: 1.5; }
  .single-post main {
    padding: 10% 0 20%; }
  .single-post .nav-links {
    font-size: 12px; }
    .single-post .nav-links a {
      padding: 6% 0; } }
/* TOP */
.home .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #aaafb2;
  z-index: 100000;
  animation: p_overlay .3s ease-in forwards;
  animation-delay: .8s; }
.home .mv-block {
  text-align: center;
  background: #4c4d4d; }
  .home .mv-block img {
    margin: 0 auto; }
.home .block-01 {
  background: url("../img/top/01-bg.jpg");
  background-size: cover; }
  .home .block-01 .inner {
    padding: 4% 0; }
  .home .block-01 h2 {
    font-size: 18px;
    font-weight: normal; }
  .home .block-01 .txt {
    padding: 2% 0;
    font-size: 22px;
    font-family: YuMincho,"Hiragino Mincho ProN",serif;
    text-align: center; }
    .home .block-01 .txt p {
      margin-bottom: 20px;
      line-height: 1.6; }
    .home .block-01 .txt .t01 {
      font-size: 28px; }
.home .block-02 .img {
  text-align: center;
  background: #4c4d4d; }
  .home .block-02 .img img {
    margin: 0 auto; }
.home .block-02 .inner {
  margin: 40px auto; }
.home .block-02 .item {
  line-height: 0; }
.home .block-02 ._item {
  display: flex;
  flex-wrap: wrap;
  line-height: 0; }
  .home .block-02 ._item img {
    width: 50%; }
.home .block-03 {
  padding: 6% 0;
  background: #cacbcd; }
  .home .block-03 h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
  .home .block-03 .ttl {
    font-size: 20px;
    text-align: center; }
  .home .block-03 .txt-box {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 15px 8px 20px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    background: #3d75b4;
    line-height: 1.6; }
    .home .block-03 .txt-box .txt01 {
      font-size: 22px; }
    .home .block-03 .txt-box .btn {
      width: 80%;
      max-width: 300px;
      margin: 20px auto 10px; }
      .home .block-03 .txt-box .btn a {
        border: 2px solid #fff;
        font-size: 18px;
        color: #fff; }
        .home .block-03 .txt-box .btn a:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
  .home .block-03 .btn a {
    position: relative;
    border: 2px solid #000;
    text-align: center;
    font-size: 24px; }
    .home .block-03 .btn a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      width: 9px;
      height: 9px;
      margin: auto;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(45deg);
      box-sizing: border-box;
      transition: all 0.2s ease; }
    .home .block-03 .btn a:hover:after {
      right: 12px; }
  .home .block-03 .pay {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
    font-size: 18px;
    text-align: center; }
    .home .block-03 .pay ._box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
    .home .block-03 .pay .img {
      line-height: 0; }
    .home .block-03 .pay p {
      font-size: 22px; }
    .home .block-03 .pay .btn-box {
      padding: 15px 5px 35px;
      background: #fff; }
    .home .block-03 .pay .btn {
      width: 90%;
      max-width: 500px;
      background: #fff; }
    .home .block-03 .pay span {
      color: #1a5095;
      background: linear-gradient(transparent 0%, #f6ff5f 0%); }
    .home .block-03 .pay small {
      display: block;
      padding-left: 1em;
      text-indent: -1em; }
    .home .block-03 .pay a {
      padding: 18px 10px;
      font-size: 16px;
      line-height: 1.4; }
      .home .block-03 .pay a b {
        font-size: 22px; }
  .home .block-03 .item-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .home .block-03 .item-box .item {
      width: 46%;
      margin-bottom: 20px;
      background: #fff; }
      .home .block-03 .item-box .item.last {
        background: #e9e9e9; }
    .home .block-03 .item-box .detail {
      padding: 5%; }
    .home .block-03 .item-box h3 {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4; }
    .home .block-03 .item-box .txt01 {
      padding: 2px;
      font-size: 19px;
      color: #fff;
      background: #a65561;
      text-align: center; }
    .home .block-03 .item-box .price {
      width: 80%;
      margin: 15px auto; }
  .home .block-03 .rate {
    margin: 40px auto 0; }
    .home .block-03 .rate .ttl {
      margin: 0 auto 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .home .block-03 .rate .ttl .img {
        margin-right: 2%; }
      .home .block-03 .rate .ttl p {
        font-weight: bold; }
    .home .block-03 .rate #currency-converter-570219 {
      margin: 0 auto;
      max-width: 700px !important; }
.home .dl-box {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 50px;
  padding: 30px 5px;
  text-align: center;
  background: #fff; }
  .home .dl-box p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: bold; }
    .home .dl-box p b {
      font-size: 22px;
      color: #1a5095; }
  .home .dl-box .btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
.home .block-04 {
  padding-top: 15.3681200858%;
  background: url("../img/top/04.jpg") no-repeat;
  background-size: cover; }
.home .block-05 {
  margin: 10% auto; }
  .home .block-05 h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
  .home .block-05 .ttl-box {
    margin-bottom: 6%; }
  .home .block-05 ul {
    margin-bottom: 80px; }
  .home .block-05 li {
    border-bottom: 1px solid #ddd; }
    .home .block-05 li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      padding: 3% 0;
      transition: all .2s ease;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      color: #000; }
      .home .block-05 li a:hover {
        background: #f4f6f8; }
  .home .block-05 .date {
    width: 12%;
    font-size: 16px;
    font-weight: 400;
    text-align: center; }
  .home .block-05 .icon {
    width: 10%;
    text-transform: uppercase; }
    .home .block-05 .icon span {
      display: block;
      max-width: 100px;
      border-radius: 50px;
      font-weight: 500;
      padding: 4% 10%;
      font-size: 12px;
      background: #36475f;
      color: #fff;
      text-align: center;
      letter-spacing: 3px; }
  .home .block-05 .news-ttl {
    width: 60%; }
  .home .block-05 .btn-01 {
    width: 30%;
    max-width: 300px;
    margin: auto; }
    .home .block-05 .btn-01 a {
      padding: 4% 2%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .home .block-05 .ttl-box p {
    font-size: 14px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .home .block-01 h2 {
    font-size: 14px; }
  .home .block-01 .txt {
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600; }
    .home .block-01 .txt p {
      margin-bottom: 15px; }
    .home .block-01 .txt .t01 {
      font-size: 22px; }
  .home .block-02 .inner {
    width: 100%;
    margin: 10px auto; }
  .home .block-02 .item.i-row {
    flex-direction: column-reverse; }
  .home .block-02 .item img {
    width: 100%; }
  .home .block-03 {
    padding: 8% 0; }
    .home .block-03 h2 {
      margin-bottom: 5px;
      font-size: 14px; }
    .home .block-03 h3 {
      font-weight: bold; }
    .home .block-03 .ttl {
      font-size: 16px;
      line-height: 1.8; }
    .home .block-03 .txt-box {
      margin-top: 0;
      font-size: 17px; }
    .home .block-03 .pay {
      margin: 20px auto 40px; }
      .home .block-03 .pay p {
        font-size: 20px;
        line-height: 1.6; }
      .home .block-03 .pay small {
        margin-top: 5px;
        font-size: 13px;
        text-align: left; }
    .home .block-03 .item-box {
      margin-top: 20px; }
      .home .block-03 .item-box .item {
        width: 100%; }
        .home .block-03 .item-box .item.last {
          display: none; }
    .home .block-03 .rate {
      margin: 0 auto; }
    .home .block-03 .btn a {
      padding-left: 14px;
      text-align: left; }
      .home .block-03 .btn a b {
        font-size: 20px; }
  .home .dl-box {
    margin-top: 0;
    margin-bottom: 30px; }
    .home .dl-box .btn01 {
      width: 70%;
      margin-bottom: 20px; }
  .home .block-05 ul {
    margin-bottom: 40px; }
  .home .block-05 li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 6% 0 5%; }
  .home .block-05 .date {
    width: 26%;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left; }
  .home .block-05 .icon {
    width: 40%;
    margin-bottom: 8px; }
    .home .block-05 .icon span {
      padding: 2% 10%; }
  .home .block-05 .news-ttl {
    width: 100%; }
  .home .block-05 .btn-01 {
    width: 100%; } }
