@charset "UTF-8";

/*Theme Name: Original*/

@media screen and (min-width: 751px),
print {
    /*--- 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%;
        min-width: 1200px;
        line-height: 1.5;
    }
    a {
        text-decoration: none;
        color: #000;
    }
    a:hover {
        opacity: 0.7;
    }
    .imgleft {
        display: flex;
        align-items: center;
    }
    .imgright {
        display: flex;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }
    .inner {
        width: 1090px;
        margin: 0 auto;
    }
    .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: 760px;
        margin: 0 auto;
        font-size: 2.0rem;
        display: block;
        border-radius: 5px;
        background: #CDF254;
        text-align: center;
        padding: 30px;
        box-shadow: 0 10px 0 #73882E;
        margin-bottom: 80px;
    }
    .btn:hover {
        transition: .5s;
        opacity: .5;
    }
    input,
    textarea {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: bold;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1rem;
        padding: 10px;
    }
    input:hover,
    textarea:hover {
        cursor: pointer;
    }
    /*--- common ---*/
    .catch {
        background: #000000;
        padding: 50px 0;
    }
    .catch ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .catch ul li {
        width: 300px;
        background: #FFFF00;
        text-align: center;
        padding: 30px 0;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .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 {
        text-align: center;
        padding: 50px 0;
        line-height: 300%;
    }
    p span {
        background: linear-gradient(transparent 40%, #FFFF00 20%);
    }
    header .blc {
        width: 1090px;
        margin: 0 auto 50px;
        background: #000;
        padding: 50px 40px;
    }
    header .blc ul li {
        color: #fff;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 250%;
    }
    header .blc ul li span {
        color: #FFFF00;
        font-weight: bold;
    }
    header .inner p {
        line-height: 250%;
    }
    header {
        margin-bottom: 80px;
    }
    header .blc ul li i{
        color: #ffff00;
        margin-right: 20px;
    }
    h2 {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 22px;
        font-size: 2.6rem;
        font-weight: bold;
    }
    h2 span {
        color: #FFFF00;
        font-weight: bold;
    }
    .up .inner {
        background: url(images/bg.jpg)no-repeat center;
        padding: 60px;
    }
    .up .inner p {
        margin-bottom: 30px;
    }
    .up ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .up ul li {
        background: #ffff00;
        font-size: 1.5rem;
        width: 300px;
        border: 10px solid #fff;
        text-align: center;
        font-weight: bold;
        padding: 30px 0;
    }
    .reason h2 {
        margin-bottom: 80px;
    }
    .reason h3 {
        font-size: 1.3rem;
        margin-bottom: 80px;
        font-weight: bold;
    }
    .reason h3 span {
        background: #ffff00;
        padding: 40px 20px;
        margin-right: 20px;
        font-weight: bold;
    }
    .reason ul .imgleft div {
        margin-left: 40px;
    }
    .reason ul .imgright div {
        margin-right: 40px;
    }
    .reason ul .imgleft {
        margin: 30px 0;
    }
    .reason ul .imgright {
        margin: 30px 0;
    }
    .reason ul li p {
        margin-bottom: 30px;
    }
    .reason ul li {
        margin-bottom: 80px;
    }
    .reason .blc_yellow {
        background: #ffff00;
        width: 1090px;
        margin: 0 auto;
        padding: 20px;
    }
    .reason .blc_yellow p {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .important .bigtxt {
        font-size: 2.8rem;
        text-align: center;
        font-weight: bold;
        margin: 50px 0;
    }
    .important h2 .red {
        color: #ff0000;
    }
    .important .inner {
        margin-bottom: 50px;
    }
    .important img {
        display: block;
        margin: 50px auto;
    }
    .important p {
        margin-bottom: 30px;
    }
    .important ul{
        background: #000;
        padding: 40px 40px 20px;
        margin-bottom: 40px;
    }
    .important li{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .important i{
        color: #FFFE39;
        margin-right: 20px;
    }
    .important li p{
        color: #fff;
        margin-bottom: 0;
        line-height: 2;
    }
    .summit .blc {
        background: #000000;
        width: 1090px;
        margin: 0 auto 80px;
        padding: 40px 40px 0px;
    }
    .summit .blc strong {
        color: #fff;
        font-size: 3.0rem;
        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: 2.0rem;
        margin: 40px 0 10px;
        font-weight: bold;
    }
    .summit .blc .title {
        font-size: 5.0rem;
        font-weight: bold;
        color: #FFFF00;
        text-align: center;
        letter-spacing: 4px;
    }
    .summit .inner p {
        margin-bottom: 30px;
        ;
    }
    .summit .bigtxt {
        font-size: 3.0rem;
        font-weight: bold;
        margin: 50px 0;
    }
    .summit .imgleft {
        margin: 50px 0;
    }
    .summit .imgleft div h3 {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .summit .imgleft img {
        margin-right: 40px;
    }
    .summit .inner {
        margin-bottom: 50px;
    }
    .summit .box {
        background: #FFFF00;
        padding: 20px;
        margin: 50px 0;
    }
    .summit .box strong {
        font-size: 2.5rem;
        font-weight: bold;
        display: block;
        text-align: center;
    }
    .summit .top {
        margin-top: 50px;
    }
    .summit .step {
        margin: 80px 0;
    }
    .summit .step li {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .summit .left {
        margin-right: 40px;
        text-align: center;
        background: #FFFF00;
        height: 140px;
        width: 140px;
        padding: 10px 0 0;
    }
    .summit .left p {
        font-size: 2.0rem;
    }
    .summit .left .big {
        display: block;
        font-size: 3.0rem;
        background: none;
        font-weight: bold;
        line-height: 100%;
    }
    .txt {
        font-size: 1.3rem;
        font-weight: bold;
        margin-top: 20px;
    }
    .txt span {
        font-weight: bold;
    }
    .faq h2 {
        margin-bottom: 80px;
    }
    .faq dl {
        width: 1090px;
        margin: 0 auto 50px;
    }
    .faq dt {
        background: #000;
        color: #fff;
        font-size: 1.3rem;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .faq dd {
        padding: 10px 0 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: 0px 0 50px;
    }
    .pro p {
        margin-bottom: 30px;
    }
    .pro p:last-child {
        margin-bottom: 0;
    }
    .pro .inner {
        padding: 50px 0;
    }
    footer {
        background: #000;
    }
    footer a {
        color: #fff;
        text-align: center;
        display: block;
        padding: 50px 0;
    }
    /*--- other ---*/
    .smonly {
        display: none !important;
    }
}