@charset "UTF-8";
/* ===================================================================
SmartPhone CSS
ウィンドウ幅[0～640px]の場合に適用
=================================================================== */
@media screen and (max-width: 640px) {
  /* ===================================================================
  各ページ共通
  =================================================================== */
  /*	body
  --------------------------------------------------------------------*/
  body {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  /*	header
  --------------------------------------------------------------------*/
  .header_logo {
    height: 45px;
    padding: 10px 0;
  }

  .header_logo img {
    width: 80px;
  }

  .main_img {
    padding: 10px 0 0 0;
    height: auto;
  }

  .main_img_wrap {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  /*	main
  --------------------------------------------------------------------*/
  #main {
    margin: 0;
    padding: 10px;
    width: 100%;
}

  /*	contents
  --------------------------------------------------------------------*/
  #contents {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin: 20px 0;
    padding: 0 0 0 10px;
  }

  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  p {
    padding: 0 0 20px 0;
  }

  #contents ul li {
    line-height: 2.3rem;
    padding: 14px 0 14px 1.3em;
    text-indent: -1.3em;
  }

  #contents ul li .svg-inline--fa {
    margin: 0 5px 0 0;
  }

  /*	form
  --------------------------------------------------------------------*/
  #form label {
    display: block;
  }

  #form label p {
    text-align: left;
  }

  /*	sidebar
  --------------------------------------------------------------------*/
  /* #sidebar {
    display: none;
  } */

  /*	footer
  --------------------------------------------------------------------*/
  footer {
    font-size: 1.4rem;
    margin: 0;
    padding: 20px 10px 0 10px;
  }

  footer img {
    margin: 0 0 20px 0;
    width: 80px;
  }

  footer ul {
    margin: 0 0 20px 0;
    text-align: left;
  }

  footer ul li {
    border-bottom: 1px dotted #d8d8d8;
    display: block;
    line-height: 3.5rem;
    margin: 0;
  }

  footer .attention {
    font-size: 1rem;
  }

  footer .copyright {
    font-size: 1.2rem;
  }

  footer p {
    padding: 0 0 20px 0;
  }

  /*	pagetop
  --------------------------------------------------------------------*/
  .pagetop {
    display: none!important;
  }

  /*	-C.php
  --------------------------------------------------------------------*/
  .free_download {
    padding: 10px 0 20px 0;
  }

  /*	CTA
  --------------------------------------------------------------------*/
  .pcnone {
    display: block;
  }

  #sp_btn {
    background: linear-gradient(45deg, #e5a320, #e58620, #e02b2b);
    background-size: 600% 600%;
    animation: AnimationName 3s ease infinite;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
    max-width: 100%;
    padding: 12px 0;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }

@keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

  #sp_cta {
    position: relative;
  }

  #sp_cta_inner {
    background: #fff;
    bottom: 0;
    display: none;
    padding: 10px;
    position: fixed;
  }

  #sp_cta_inner h3 {
    margin: 0 0 10px 0;
  }

  #sp_cta_inner p {
    border-bottom: 1px dotted #d8d8d8;
    padding: 0 0 10px 0;
  }

  form {
    font-size: 1.4rem;
  }

  #form label {
    display: block;
  }

  #form label p {
    text-align: left;
    line-height: normal;
    width: 100%;
  }

  .form_inner {
    padding: 20px;
  }

  form small {
    font-size: 1.1rem;
  }

  form small br {
    display: none;
  }

  form .btn {
    margin: 0;
    width: 100%;
  }

  form #btn_close {
    max-width: 100%;
    padding: 10px 0 20px;
    font-weight: bold;
    color: aaa;
    text-align: center;
  }

}
