@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  .pc-none {
    display: none;
  }
  div#content {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
  }
  div#inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    color: #00a33e;
    font-size: 24px;
    line-height: 1.7em;
    margin: 0;
    padding: 15px 17% 30px;
  }
  h2 a:link, h2 a:visited, h2 a:active {
    text-decoration: none;
    color: #00a33e;
  }
  h2 a:hover {
    text-decoration: none;
    color: #018bd4;
  }
  .ico {
    width: 15%;
    float: left;
    margin-right: 15px;
  }
  h3 {
    color: #00a33e;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
  }
  .h3_txt {
    color: #313131;
    font-size: 16px;
    line-height: 1.7em;
    margin: 0;
  }
  .lead {
    font-size: 18px;
    color: #313131;
    line-height: 1.8em;
    margin: 20px 40px;
    text-align: center;
  }
  .txt {
    font-size: 16px;
    color: #313131;
    line-height: 1.8em;
    margin: 0px 40px;
  }
  .txtR {
    font-size: 13px;
    color: #313131;
    text-align: right;
    padding: 10px 20px 15px 0;
  }
  .box {
    width: 96%;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxL {
    display: flex;
    flex-direction: column;
    width: 62%;
    height: 100%;
    margin-top: 1%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .boxL img {
    border-radius: 30px;
  }
  .boxR {
    display: flex;
    flex-direction: column;
    width: 35%;
    height: auto;
    margin-top: 1%;
    border: solid 4px #00a33e;
    border-radius: 30px;
    padding: 1.5% 2%;
    box-sizing: border-box;
  }
  .comment p {
    font-size: 16px;
    margin: 1% 0;
    padding: 0;
  }
  .comment .green {
    font-size: 18px;
    color: #00a33e;
    margin: 0 0;
    padding: 0;
  }
  .comment .green span {
    font-weight: bold;
    color: #00a33e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
  }
  .line {
    width: auto;
    border-top: 4px solid #00a33e;
    margin: 16px -7% 14px;
  }
  .line_d {
    width: auto;
    border-top: 1px dashed #7fd09c;
    margin: 0px auto;
  }
  .ph {
    width: 700px;
    margin: 30px auto30;
    text-align: center;
  }
  .sa_logo {
    float: right;
    width: 18%;
    margin-right: 3%;
  }
  /*===== button-area ======*/
  .btn-area {
    width: 100%;
    height: auto;
    margin: -1.5% 1% 0.5% 73%;
  }
  .btn-link {
    position: relative;
    width: 95%;
    height: 25px;
    border-radius: 50px;
    background-color: #00a33e;
    border: 1px solid #00a33e;
    color: #fff;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 2% 3%;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-link span {
    position: absolute;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-link:after {
    position: absolute;
    content: "\e903";
    top: 65%;
    right: 5%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-link:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  .btn-linkL {
    position: relative;
    width: 90%;
    height: auto;
    border-radius: 50px;
    background-color: #00a33e;
    border: 1px solid #00a33e;
    color: #fff;
    font-weight: 500;
    padding: 3.5%;
    margin: 2% auto;
    font-size: 24px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-linkL span {
    position: absolute;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-linkL:after {
    position: absolute;
    content: "\e903";
    top: 60%;
    right: 5%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 20px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-linkL:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  /*====btn//========*/
}
@media screen and (max-width:736px) {
  .sp-none {
    display: none;
  }
  div#content {
    max-width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
  }
  div#inner {
    max-width: 100%;
    margin: 0 auto;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    color: #00a33e;
    font-size: 16px;
    line-height: 1.7em;
    margin: 0;
    padding: 15px 0 30px;
  }
  h2 a:link, h2 a:visited, h2 a:active {
    text-decoration: none;
    color: #00a33e;
  }
  h2 a:hover {
    text-decoration: none;
    color: #018bd4;
  }
  .ico {
    width: 15%;
    float: left;
    margin-right: 5px;
  }
  h3 {
    color: #00a33e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 10px;
  }
  .h3_txt {
    color: #313131;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
  }
  .lead {
    font-size: 14px;
    color: #313131;
    line-height: 1.6em;
    margin: 10px 0;
  }
  .txt {
    font-size: 13px;
    color: #313131;
    line-height: 1.6em;
    margin: 0px;
  }
  .txtR {
    font-size: 11px;
    color: #313131;
    text-align: right;
    margin: 5px 8px 0px 0;
  }
  .box {
    position: relative;
    max-width: 96%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxL {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 4%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .boxL img {
    border-radius: 20px;
  }
  .boxR {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 4%;
    border: solid 3px #00a33e;
    border-radius: 20px;
    padding: 2% 3%;
    box-sizing: border-box;
  }
  .comment p {
    font-size: 14px;
    margin: 1% 0;
    padding: 0;
  }
  .comment .green {
    font-size: 16px;
    color: #00a33e;
    margin: 0 0;
    padding: 0;
  }
  .comment .green span {
    font-weight: bold;
    color: #00a33e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
  }
  .line {
    width: auto;
    border-top: 3px solid #00a33e;
    margin: 10px -4% 7px;
  }
  .line_d {
    width: auto;
    border-top: 1px dashed #7fd09c;
    margin: 0px auto;
  }
  .ph {
    width: 700px;
    margin: 30px auto 0;
    text-align: center;
  }
  .sa_logo {
    float: right;
    width: 30%;
    margin-right: 1%;
  }
  /*===== button-area ======*/
  .btn-area {
    width: 100%;
    height: auto;
    margin: 2% 1% -1% 37%;
  }
  .btn-link {
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background-color: #00a33e;
    border: 1px solid #00a33e;
    color: #fff;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 2% 0;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-link span {
    position: absolute;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-link:after {
    position: absolute;
    content: "\e903";
    top: 70%;
    right: 5%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 13px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-link:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  .btn-linkL {
    position: relative;
    width: 90%;
    height: auto;
    border-radius: 50px;
    background-color: #00a33e;
    border: 1px solid #00a33e;
    color: #fff;
    font-weight: 500;
    padding: 7% 3%;
    margin: 3% auto;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-linkL span {
    position: absolute;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-linkL:after {
    position: absolute;
    content: "\e903";
    top: 60%;
    right: 5%;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "icn_font";
    line-height: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .btn-linkL:hover {
    opacity: 0.6;
    transition-duration: 0.5s;
  }
  /*====btn//========*/
}