@charset "UTF-8";
@media screen and (max-width: 750px) {
    /*--- common ---*/
    html {
        font-size: calc(100% * 15 / 16);
    }
    /*--- common ---*/
/*    html {
        font-size: calc(100% * 20 / 16);
    }
*/    body {
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        overflow: hidden;
        margin: 0 auto;
        color: #000;
        width: 100%;
        line-height: 1.5;
    }
    a {
        text-decoration: none;
        color: #000;
    }
    .btn a {
        color: #4D6C1C;
        font-weight: bold;
        text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0-3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2rem;
        display: block;
        border-radius: 5px;
        background: #CDF254;
        text-align: center;
        padding: 10px;
        box-shadow: 0 10px 0 #73882E;
        margin-bottom: 80px;
    }
    .btn:hover {
        transition: .5s;
        opacity: .5;
    }
    /*--- common ---*/
    .catch {
        background: #000000;
        padding: 50px 0;
    }
    .catch ul {
        margin-bottom: 50px;
    }
    .catch ul li {
        background: #FFFF00;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .catch strong {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        display: block;
    }
    .catch .big {
        font-size: 3rem;
        font-weight: bold;
    }
    .catch .yellow {
        color: #FFFF00;
        font-weight: bold;
    }
    header .center {
        padding: 30px 20px;
    }
    .inner {
        margin: 0 20px;
    }
    p span {
        background: linear-gradient(transparent 40%, #FFFF00 20%);
    }
    header .blc {
        margin: 0 auto 50px;
        background: #000;
        padding: 50px 20px;
    }
    header .blc ul li {
        color: #fff;
        font-weight: bold;
        line-height: 200%;
    }
    header .blc ul li span {
        color: #FFFF00;
        font-weight: bold;
    }
    header .inner p {
        line-height: 200%;
    }
    header {
        margin-bottom: 30px;
    }
    h2 {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 22px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    h2 span {
        color: #FFFF00;
        font-weight: bold;
    }
    .up .inner {
        background: url(../images/bg.jpg)repeat center;
        padding: 20px;
        margin: 0;
    }
    .up .inner p {
        margin-bottom: 30px;
    }
    .up ul {
        margin-bottom: 20px;
    }
    .up ul li {
        background: #ffff00;
        font-size: 1.2rem;
        width: 100%;
        border: 10px solid #fff;
        text-align: center;
        font-weight: bold;
        padding: 30px 0;
    }
    .reason h2 {
        margin-bottom: 30px;
    }
    .reason h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: center;
    }
    .reason h3 span {
        background: #ffff00;
        padding: 10px;
        margin-right: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
    }
    .reason ul .imgleft {
        margin: 30px 0;
    }
    .reason ul .imgright img,
    .reason ul .imgleft img {
        display: block;
        margin: 0 auto 10px;
    }
    .reason ul .imgright {
        margin: 30px 0;
    }
    .reason ul li p {
        margin-bottom: 30px;
    }
    .reason ul li {
        margin-bottom: 30px;
    }
    .reason .blc_yellow {
        background: #ffff00;
        margin: 0 auto;
        padding: 20px;
    }
    .reason .blc_yellow p {
        font-weight: bold;
    }
    .important .bigtxt {
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
        margin: 30px 0;
    }
    .important h2 .red {
        color: #ff0000;
    }
    .important .inner {
        margin-bottom: 50px;
    }
    .important img {
        display: block;
        margin: 20px auto;
    }
    .important p {
        margin-bottom: 30px;
    }
    .important ul{
        background: #000;
        padding:  20px;
        margin-bottom: 40px;
    }
    .important li{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .important i{
        color: #FFFE39;
        margin-right: 10px;
    }
    .important li p{
        color: #fff;
        margin-bottom: 0;
    }
    .summit .blc {
        background: #000000;
        margin: 0 auto 30px;
        padding: 20px;
    }
    .summit .blc strong {
        color: #fff;
        font-size: 1.5rem;
        display: block;
        text-align: center;
    }
    .summit .blc strong span {
        border-bottom: 5px solid #FFFF00;
        font-weight: bold;
    }
    .summit .sub_title {
        color: #fff;
        text-align: center;
        font-size: 1.2rem;
        margin: 40px 0 10px;
        font-weight: bold;
    }
    .summit .blc .title {
        font-size: 3.0rem;
        font-weight: bold;
        color: #FFFF00;
        text-align: center;
        letter-spacing: 4px;
    }
    .summit .inner p {
        margin-bottom: 30px;
        ;
    }
    .summit .bigtxt {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 30px 0;
    }
    .summit .imgleft {
        margin: 20px 0;
    }
    .summit .imgleft div h3 {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .summit .imgleft img {
        margin: 0 auto 10px;
    }
    .summit .inner {
        margin-bottom: 50px;
    }
    .summit .box {
        background: #FFFF00;
        padding: 20px;
        margin: 30px 0;
    }
    .summit .box strong {
        font-weight: bold;
        text-align: center;
    }
    .summit .top {
        margin-top: 50px;
    }
    .summit .step li {
        margin-bottom: 30px;
    }
    .summit .left {
        text-align: center;
        background: #FFFF00;
    }
    .summit .left p {
        font-size: 1.2rem;
    }
    .summit .left .big {
        background: none;
        font-weight: bold;
    }
    .txt {
        font-weight: bold;
        margin-top: 20px;
    }
    .txt span {
        font-weight: bold;
    }
    .faq dl {
        margin: 30px auto 50px;
    }
    .faq dt {
        background: #000;
        color: #fff;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .faq dd {
        padding: 10px 20px 20px;
    }
    .faq dd p: last-child {
        margin: 0;
    }
    .faq strong {
        background: #FFFF00;
        display: block;
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        padding: 10px;
    }
    .faq .blc {
        background: #FFFFED;
        padding: 50px 0;
    }
    .faq p {
        margin-bottom: 30px;
    }
    .faq .top {
        margin-top: 50px;
    }
    .faq .inner {
        margin-bottom: 50px;
    }
    .wrap {
        border-left: 10px solid #000;
        border-right: 10px solid #000;
    }
    .pro ul {
        display: flex;
        justify-content: space-between;
        margin: 0 0 30px;
    }
    .pro p {
        margin-bottom: 30px;
    }
    .pro p:last-child {
        margin-bottom: 0;
    }
    .pro .inner {
        padding: 20px 0;
    }
    footer {
        background: #000;
    }
    footer a {
        color: #fff;
        text-align: center;
        display: block;
        padding: 50px 0;
    }
    /*--- other ---*/
    .pconly {
        display: none !important;
    }
}