.relactive {
    position: relative
}

.overhidden {
    overflow: hidden;
}

.white {
    color: #fff;
}

.y_btn {
	display: inline-block;
    padding: 20px 40px;
    color: #fff;
    font-size: 20px;
    background: #ffc600;
    font-weight: bold;
    transition: .2s;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.y_btn:hover {
    color: #fff;
    background: #f0bb03;
}

#main {
    width: 100%;
    height: 100vh;
    background-image: url(../images/mainBack.jpg);
    background-size: cover;
    background-position: center center;
}

#main .main_box {
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 100vw;
}

#main h1 {
    margin-top: 20%;
    font-size: 9em;
    text-align: center;
    color: #fff;
    line-height: .6em;
    font-family: serif;
    text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
}

h1 span {
    font-size: .28em;
    letter-spacing: .2em;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.main_text {
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 2em;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, .3);
    text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
}

/* add */
.authorIntroduction h3 span {
	font-size: 16px;
}

@media(max-height:800px) {
    #main h1 {
        margin-top: 220px;
        font-size: 6em;
    }
}

@media(max-width:1115px) {
    #main h1 {
        margin-top: 200px;
        font-size: 5em;
    }
    .main_text {
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 1.8em;
        padding-top: 50px;
        padding-bottom: 50px;
        background: rgba(0, 0, 0, .3);
        text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
    }
}

@media(max-width:991px) {
    #main {
        background-image: url(../images/mainBack_phone.jpg);
        background-size: cover;
        background-position: center center;
    }
}

@media(max-width:522px) {
    #main h1 {
        margin-top: 180px;
        font-size: 4em;
    }
}


/*TOP*/

.sub_title {
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 60px;
}

.sub_title span {
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.service {
    padding-top: 20px;
    padding-bottom: 160px;
}

.service_box {
    height: 650px;
    padding: 0;
    background: #F9F9F9;
}

.service_box02 {
    background: #fff;
}

.service_box h4 {
    font-size: 25px;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.service_box p {
    padding: 0 20px;
    font-size: 17px;
    line-height: 28px;
}

.book01 {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.publishing {
    background: #F9F9F9;
}

.publishing .subtitle_text {
    font-size: 16px;
    text-align: justify;
}

.publishing_left {
    background-image: url(../images/publishing_back.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.publishing_right {
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

.works {
    padding-top: 130px;
    padding-bottom: 130px;
}

.book02 {
    position: absolute;
}

.works h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.works p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

@media(max-width:1199px) {
    .book02 {
        width: 500px;
    }
}

@media(max-width:991px) {
    .book02 {
        width: 100%;
        position: relative;
        display: block;
        margin: auto;
    }
    .book01 {
        bottom: 20px;
        right: 0;
        width: 270px
    }
}

@media(max-width:460px) {
    .service_PC {
        display: none;
    }
    .service_box {
        height: auto;
        padding-bottom: 25px;
    }
    .service_box p {
        font-size: 15px;
        text-align: justify;
        line-height: 23px
    }
    .service_box h4 {
        font-size: 22px;
        margin-top: 30px;
    }
}

@media(min-width:461px) {
    .service_SP {
        display: none;
    }
}

.plans {
    background-image: url(../images/plans_back.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 150px;
}

.font_19 {
    font-size: 19px !important;
}

.font_17 {
    font-size: 17px !important;
}

.plans_icon {
    width: 14%;
    float: left;
}

@media(max-width:991px) {
    .plans_icon img {
        width: 100px
    }
    .phone_MT_3 {
        margin-top: 30px
    }
    .results_img2 {
        display: none;
    }
    .results_img {
        padding-left: 14%;
    }
}

@media(max-width:696px) {
    .results_img {
        padding-left: 15%;
    }
}

@media(max-width:670px) {
    .plans_icon {
        width: 33.333%
    }
    .plans_icon img {
        width: 80px
    }
    .plans_iconLast {
        margin-left: 33.333%;
    }
    .results_img {
        padding-left: 17%;
    }
}

@media(max-width:555px) {
    .results_img {
        padding-left: 19%;
    }
}

@media(max-width:526px) {
    .results_img {
        padding-left: 16%;
    }
}

@media(max-width:466px) {
    .results_img {
        padding-left: 13%;
    }
}

@media(max-width:410px) {
    .results_img {
        padding-left: 10%;
    }
}

@media(max-width:320px) {
    .results_img {
        padding-left: 4%;
    }
}


/*FOOTER*/

footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #333;
    /*background-image: url(../images/footer_back.jpg);*/
	background-color: #000;
    background-size: cover;
    background-position: center center;
}

footer a {
    padding: 10px;
    margin: 10px;
    color: #fff;
    font-size: 16px;
    transition: .2s;
}

@media(max-width:600px) {
    footer a {
        padding: 10px;
        margin: 5px;
        color: #fff;
        font-size: 16px;
        transition: .2s;
        display: inline-block;
    }
}

footer a:hover {
    color: #ddd;
}

.w_btn {
    padding: 15px 60px;
    border: 1px solid #fff;
    transition: .3s;
}

.w_btn:hover {
    background: #fff;
    color: #333;
}

.footer_SNS {
    width: 300px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.footer_SNS a {
    padding: 5px;
    margin: 5px;
}

.footer_SNS a img {
    transition: .2s;
}

.footer_SNS a img:hover {
    transform: scale(1.1);
}

.footer_SNS_F {
    padding-left: 30px;
}


/*SUBPAGE*/

#sub_title {
    width: 100%;
    height: 440px;
    background-image: url(../images/about/main_back.jpg);
    background-size: cover;
    background-position: center center;
}

#sub_title.aboutCover {
    background-image: url(../images/about/main_back_about.jpg);
}

#main .main_box {
    height: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 100vw;
}

#sub_title h2 {
    margin-top: 200px;
    font-size: 2.8em;
    letter-spacing: .08em;
    text-align: center;
    color: #fff;
    line-height: .6em;
    text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
}

.sub_text {
    font-size: 20px;
    line-height: 32px
}

.subtitle_text {
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
    font-size: 19px;
    line-height: 2em;
    text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
}

@media(max-width:767px) {
    #sub_title {
        height: 300px;
    }
    #sub_title h2 {
        margin-top: 140px;
        font-size: 1.7em;
        text-align: center;
        color: #fff;
        line-height: .6em;
        text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
    }
    .subtitle_text {
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 1.8em;
        margin-top: 20px;
        text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
    }
    .list_title {
        background-image: url("../images/list/main_back_mobile.jpg") !important;
    }
    .sub_title {
        font-size: 44px !important;
    }
    #content .sub_title {
        margin-top: 70px;
    }
}

@media(max-width:420px) {
    #sub_title {
        height: 280px;
    }
    #sub_title h2 {
        margin-top: 120px;
        font-size: 1.5em;
        text-align: center;
        color: #fff;
        line-height: .6em;
        text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
    }
    .subtitle_text {
        margin-top: 15px;
        color: #fff;
        text-align: center;
        font-size: 14px !important;
        line-height: 23px !important;
        text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.4);
    }
    .works h3 {
        font-size: 22px !important;
    }
    .works p {
        font-size: 15px;
        line-height: 26px
    }
}

.abou3_box1 {
    height: 470px;
    border-bottom: 5px solid #5399c5;
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.2);
}

.abou3_box1 h4 {
    color: #5399c5;
    font-size: 21px;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.abou3_box1 p {
    font-size: 17px;
    letter-spacing: .01em;
    line-height: 29px;
    padding: 10px 40px;
    text-align: justify;
}

.abou3_boxBack1 {
    position: absolute;
    bottom: 50px;
    width: 90px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .1
}

.abou3_boxBack2 {
    position: absolute;
    bottom: 50px;
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .1
}

.abou3_boxBack3 {
    position: absolute;
    bottom: 50px;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .1
}

.sub_title {
    font-size: 60px;
    line-height: 33px
}

.sub_title span {
    font-size: 20px;
    font-weight: 600;
}

.flow_back {
    background: #f7f7f7;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-timeline-img_sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.border_none p {
    font-size: 17px !important;
    margin-bottom: -5px !important;
    font-weight: 600;
    color: #a7997f;
}


/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline h4 {
    font-weight: bold;
    font-size: 20px;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

#cd-timeline p {
    font-size: 17px
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #dfeab6;
}

.cd-timeline-block {
    position: relative;
    margin: 5em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-picture p {
    font-size: 30px !important;
    margin-left: 12px !important;
    margin-top: 0px !important;
}

.cd-picture {
    background-image: url(../../images/news_btn.jpg) !important;
}

.cd-picture_sub {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    display: none;
}

.cd-timeline-content .flow_font {
    font-size: 14px !important;
    color: #9ba77f;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cd-picture p {
    font-size: 26px !important;
    font-weight: 600;
    margin-left: 21px;
    margin-top: 5px;
    color: #fff;
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background-image: linear-gradient(to top, #8BB92B 0%, #BBD53B 100%) !important;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    padding: 1em;
}

.border_none {
    box-shadow: none !important;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.flow_subLeft {
    margin-bottom: -30px;
    width: 200px !important;
    float: none !important;
    left: 22%;
    text-align: center;
}

.flow_subRight {
    border-bottom: solid 1px #ffdecc;
    margin-bottom: -30px;
    width: 200px !important;
    right: 22%;
    text-align: center;
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.flow_text {
    text-align: center;
    font-size: 20px;
}

.bold {
    font-weight: bold;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.results h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.results .book_about h5 {
    padding-left: 20px;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.results h5 {
    font-size: 22px;
    font-weight: bold;
}

.results .book_text {
    font-size: 17px;
    padding: 10px 20px;
}

.bottomBox01,
.bottomBox02,
.bottomBox03,
.bottomBox04 {
    height: 290px;
    border: 10px solid #fff;
    background: #333;
    position: relative;
}

.botttomBoxIn {
    margin: 0 auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    position: absolute;
    transition: .2s;
    border-radius: 13px;
}

.botttomBoxIn:hover {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
}

.bottomLink {
    width: 100vw;
    height: 290px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: .05em;
    line-height: 46px;
}

.bottomLink span {
    font-size: 16px;
    font-family: "a-otf-gothic-bbb-pr6n";
    font-weight: normal;
    display: block;
    line-height: 26px;
}

.bottomBox01 {
    background-image: url(../images/about/bottomBox01.jpg);
    background-size: cover;
    background-position: center;
}

.bottomBox02 {
    background-image: url(../images/about/bottomBox02.jpg);
    background-size: cover;
    background-position: center;
}

.bottomBox03 {
    background-image: url(../images/about/bottomBox03.jpg);
    background-size: cover;
    background-position: left;
}

.bottomBox04 {
    background-image: url(../images/about/bottomBox04.jpg);
    background-size: cover;
    background-position: center;
}

.hyou01,
.hyou02,
.hyou03 {
    height: 65px;
    float: left;
    width: 100%;
    display: table;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.hyou01_1 {
    width: 13%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #A5C934;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.hyou01_2 {
    width: 36%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.hyou01_3 {
    width: 13%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #FDCA36;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.hyou01_4 {
    width: 36%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.hyou02_1 {
    width: 13%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #A5C934;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.hyou02_2 {
    width: 38%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.hyou02_3 {
    width: 25%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #FDCA36;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.hyou02_4 {
    width: 36%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.hyou03_1 {
    width: 13%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #A5C934;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.hyou03_2 {
    width: 60%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.hyou03_3 {
    width: 13%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #FDCA36;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.hyou03_4 {
    width: 14%;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    display: table-cell;
    background: #F2F2F2;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.phone_1 {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #A5C934;
}

@media(min-width:768px) {
    .phone_1 {
        display: none;
    }
}

@media(max-width:767px) {
    .hyou01_1,
    .hyou02_1,
    .hyou03_1 {
        display: none;
    }
    .hyou01_2 {
        font-size: 16px;
    }
    .hyou01_3 {
        font-size: 26px;
    }
    .hyou01_4 {
        font-size: 16px;
    }
    .hyou02_1 {}
    .hyou02_2 {
        font-size: 16px;
    }
    .hyou02_3 {
        font-size: 25px;
        padding: 0 10px
    }
    .hyou02_4 {
        font-size: 16px;
        padding-left: 10px
    }
    .hyou03_2 {
        font-size: 16px;
    }
    .hyou03_3 {
        font-size: 26px;
    }
    .hyou03_4 {
        font-size: 17px;
    }
}


/*FEE*/

.fee_table td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top: none;
    vertical-align: middle !important;
}

.fee_table tr td {
    border-top: none !important;
}

.fee_table td .price {
    font-size: 50px;
    font-family: "futura-pt";
}

.fee_table .priceBox {
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px !important;
}

.maru {
    font-size: 23px;
}

.maru2 {
    font-size: 25px;
}

.sankaku {
    font-size: 21px;
}

.batsu {
    font-size: 28px;
}

.fee_table i {
    color: #fff;
    font-size: 26px;
}

.table_gray {
    background: #FAFAFA;
}

.table_gray2 {
    background: #F3F3F3;
}

.fee_table .green01 {
    background: #93CC27;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    font-family: "a-otf-midashi-go-mb31-pr6n";
    font-size: 24px;
    line-height: 25px;
}

.fee_table .green02 {
    background: #74b700;
    padding-top: 20px;
    padding-bottom: 30px !important;
    color: #fff;
    font-family: "a-otf-midashi-go-mb31-pr6n";
    font-size: 24px;
    line-height: 25px;
}

.fee_table .green01 div,
.fee_table .green02 div {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: -15px;
}

.fee_table .plan_pd01 {
    padding-top: 30px !important;
}

.yellow01 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 18px;
    letter-spacing: .05em;
    background: #FED731;
    text-align: center;
}

.yellow02 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 18px;
    letter-spacing: .05em;
    background: #FEC42D;
    text-align: center;
}

@media(max-width:1199px) {
    .plans_table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media(max-width:1100px) {
    .fee_table .green02,
    .fee_table .green01 {
        font-size: 21px;
        line-height: 23px;
    }
    .yellow01,
    .yellow02 {
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .displayNONE_display {
        display: none;
    }
    .yellow02 br,
    .yellow01 br {
        display: none;
    }
}

@media(max-width:767px) {
    .displayNONE_phone {
        display: none;
    }
    .fee_table i,
    .fee_table .yellow02 br,
    .fee_table .yellow01 br {
        display: none;
    }
    .fee_table td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .yellow01 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        font-size: 12px;
        letter-spacing: 0em;
        background: #FED731;
        text-align: center;
    }
    .yellow02 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        font-size: 12px;
        letter-spacing: 0em;
        background: #FEC42D;
        text-align: center;
    }
    .plans_table .table > tbody > tr > td {
        padding: 0;
    }
    .fee_table .green02,
    .fee_table .green01 {
        font-size: 17px;
        line-height: 18px;
    }
    .fee_table td .price {
        font-size: 40px;
    }
    .priceBox {
        font-size: 13px !important;
    }
    .fee_table .plan_pd01 {
        padding-top: 16px !important;
    }
}

.fee_back {
    background-image: url(../images/fee/main_back.jpg) !important;
}

.padding0 {
    padding: 0;
}

.fee h4 {
    font-size: 19px;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.feeBox01 {
    height: 400px;
    background-image: url(../images/fee/fee01.jpg);
    background-size: cover;
    background-position: center;
}

.feeBox01_2 {
    padding: 50px;
    margin-top: 10px;
    display: inline-block;
}

.feeBox02 {
    height: 400px;
    background-image: url(../images/fee/fee02.jpg);
    background-size: cover;
    background-position: center;
}

.feeBox02_2 {
    padding: 50px;
    margin-top: 40px;
    display: inline-block;
}

.feeBox03 {
    height: 400px;
    background-image: url(../images/fee/fee03.jpg);
    background-size: cover;
    background-position: center;
}

.feeBox03_2 {
    padding: 50px;
    margin-top: 40px;
    display: inline-block;
}

.feeBox04 {
    height: 400px;
    background-image: url(../images/fee/fee04.jpg);
    background-size: cover;
    background-position: right center;
}

.feeBox04_2 {
    padding: 50px;
    margin-top: 40px;
    display: inline-block;
}

.feeBox05 {
    height: 400px;
    background-image: url(../images/fee/fee05.jpg);
    background-size: cover;
    background-position: center;
}

.feeBox05_2 {
    padding: 50px;
    margin-top: 60px;
    display: inline-block;
}

@media(min-width:992px) {
    .feeBox01_2 {
        padding: 80px 50px;
    }
    .feeBox02_2 {
        padding: 80px 55px;
    }
    .feeBox03_2 {
        padding: 100px 55px;
    }
    .feeBox04_2 {
        padding: 100px 55px;
    }
    .feeBox05_2 {
        padding: 100px 55px;
    }
}

.fee_boxText {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

@media(max-width:991px) {
    .feeBox01,
    .feeBox02,
    .feeBox03,
    .feeBox04,
    .feeBox05 {
        height: 220px
    }
    .feeBox01_2,
    .feeBox02_2,
    .feeBox03_2,
    .feeBox04_2,
    .feeBox05_2 {
        margin-top: 0;
        padding: 50px 25px;
    }
    .bookList img {
        width: 220px
    }
    .list .p_margin {
        margin-top: 120px;
    }
}


/*CONTACT*/

.strong {
    font-weight: 600;
    font-family: "a-otf-midashi-go-mb31-pr6n";
}

.contact table tr td,
.contact table .tbody {
    border: none;
}

.contact table {
    font-size: 17px;
}

.contact table tr td {
    padding-top: 20px;
    line-height: 30px;
}

.contact_box {
    background-image: url(../images/contact/contactBack.jpg);
    background-size: cover;
    background-position: right;
}

.contact_name {
    font-size: 1.8em;
    display: inline-block;
    border-bottom: 4px solid #F6DA4D !important;
}

.contact_box dl {
    font-size: 17px;
    line-height: 30px;
}

.contact_box dl span {
    color: orangered;
    font-size: 14px;
    padding-left: 4px;
}

input[type="text"],
input[type="email"] {
    height: 45px !important;
    padding-left: 10px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .8);
}

textarea {
    margin-top: 10px;
    background: rgba(255, 255, 255, .8);
}

input[type="text"],
input[type="email"],
textarea {
    border: none;
    border-bottom: 3px solid #F5D959;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #F5D959;
    border-bottom: 3px solid #F5D959;
}

@media(max-width:991px) {
    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
    }
    .contact table {
        font-size: 14px;
    }
    .company_table {
        width: 120px !important;
    }
}


/*LIST*/

.list h4 {
    line-height: 28px;
    font-family: "ryo-gothic-plusn";
}

.list h4 span {
    font-size: .8em;
}

.list ul {
    padding-left: 0px;
}

.list li {
    list-style: none;
    line-height: 28px;
    font-size: 16px;
}

.list hr {
    border-top: 1px solid #BDBDBD;
}

.list_title {
    background-image: url(../images/list/main_back.jpg) !important;
}

@media(max-width:767px) {
    .list_title {
        background-image: url("../images/list/main_back_mobile.jpg") !important;
    }
}

.listBook_title {
    font-family: "ryo-gothic-plusn";
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
    border-bottom: 4px solid #F490A6;
    display: inline-block;
    padding-bottom: 5px;
}

.listBook_title2 {
    font-family: "ryo-gothic-plusn";
    font-weight: 900;
    font-style: italic;
    font-size: 26px;
    border-bottom: 4px solid #F490A6;
    padding-bottom: 3px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.listBook_text {
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}

.allBox {}

.box01,
.box02 {
    display: inline-block;
    float: left;
    padding: 40px;
}

.box01_shop {
    padding-top: 0;
}

.box01 div {
    padding-bottom: 20px;
}

.list_back {
    position: absolute;
    opacity: .15;
    right: 0;
    top: 0;
    width: 460px;
}

.list_back2 {
    position: absolute;
    opacity: .3;
    right: 0;
    top: 0;
    width: 460px;
}

.backIcon {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 110px;
    opacity: .3;
    color: #f6c744;
}



@media(max-width:991px) {
    .listPoint h3 {
        font-size: 20px;
    }
    .list_back {
        width: 320px;
    }
    .list_back2 {
        width: 320px;
    }
    .backIcon {
        font-size: 80px;
        opacity: .1;
    }
}



@media(max-width:480px) {
    .book_about h5 {
        text-align: center;
        font-size: 18px
    }
}





@media(max-width:420px) {
    .advantage_box h4 {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .abou3_box1 {
        height: auto;
        padding-bottom: 30px;
    }
}



@media(max-width:380px) {
    .advantage_box h4 {
        font-size: 15px;
    }
    .advantage_box p {
        font-size: 14px;
    }
}

@media(max-width:320px) {
    .allBox .y_btn {
        padding: 10px 20px !important;
    }
}



.list04_name {
    font-size: 1.7em;
}

.amazon_text {
    font-size: 18px;
    letter-spacing: .05em;
    border-bottom: 2px solid #FEC52E;
    padding-bottom: 5px;
}

.listPoint {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    border: 5px solid #fff;
    border-radius: 30px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.08));
}

.listPoint h3 {
    margin-bottom: 0;
    background: #f6c744;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}

.cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    padding: 3em 5%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-modal p {
    color: #333;
    line-height: 1.6;
    margin: 2em 0;
}

.modal-is-visible .cd-modal {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}

.modal-is-visible .cd-modal .cd-modal-content {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .cd-modal .cd-modal-content {
        padding: 4em 10%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-modal .cd-modal-content {
        padding: 6em 10%;
    }
    .cd-modal p {
        line-height: 1.9;
    }
}

.cd-modal-action {
    position: relative;
}

.cd-modal-action .btn,
.cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 14em;
    background-color: rgba(0, 0, 0, .7);
}

.cd-modal-action .btn {
    width: 12.5em;
    border-radius: 5em;
    color: #ffffff;
    line-height: 4em;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
}

.cd-modal-action .btn.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
    -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
    transition: color 0.2s 0s, width 0.3s 0.2s;
}

.cd-modal-action .cd-modal-bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-2em);
    -moz-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    -o-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}

.cd-modal-action .cd-modal-bg.is-visible {
    opacity: 1;
    visibility: visible;
}

.cd-modal-close {
    position: fixed;
    z-index: 1;
    top: 110px;
    right: 5%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1) url(../images/cd-icon-close.svg) no-repeat center center;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}

.no-touch .cd-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-is-visible .cd-modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media only screen and (min-width: 768px) {
    .cd-modal-close {
        top: 160px;
    }
}

.sample_book {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0px 20px;
    margin-top: 120px;
    width: 100%;
    height: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    background: #fff;
}

/* 縦レイアウト */
.sample_book_horizontal {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 0px 20px;
    margin-top: 120px;
    width: 100%;
    height: 80%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    background: #fff;
}


.sample_book p {
    font-size: 17px;
    letter-spacing: .03em;
}

.sample_text {
    background: rgba(0, 0, 0, .06)
}

@media only screen and (min-width: 1280px) {
    .sample_book p,
	.sample_book_horizontal p {
        font-size: 19px;
    }
}

.img-shadow {
    box-shadow: 10px 10px 42px -8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .results_img img {
        margin-left: -40px;
    }
}

@media(max-width:991px) {
    p {
        font-size: 15px;
    }
    .sub_text {
        font-size: 16px;
        line-height: 26px;
    }
    #cd-timeline p {
        font-size: 16px
    }
    .flow_text {
        font-size: 16px;
        line-height: 26px;
    }
    .subtitle_text {
        padding: 0 10px;
    }
    .results_img {
        margin-left: 10%;
    }
    .results_img2 {
        margin-left: 18%;
    }
    .results_img2 img {
        width: 1000px
    }
    .main_text {
        font-size: 16px;
        padding: 50px 10px;
    }
    .publishing_left {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .publishing_right {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .works_img img {
        width: 200px;
    }
    .listBook_title {
        font-size: 22px;
        line-height: 31px;
    }
    .bottomLink span {
        font-size: 16px;
        font-family: "a-otf-gothic-bbb-pr6n";
        font-weight: normal;
        display: block;
        line-height: 22px;
        padding-bottom: 30px;
    }
    .margin-top-20 {
        margin-top: 140px;
    }
    .listPoint p {
        padding: 10px;
    }
}

@media(max-width:624px) {
    .box01,
    .box02 {
        width: 100%;
        text-align: center;
    }
}

@media(max-width:480px) {
    .main_text {
        font-size: 15px;
        padding: 40px 15px;
    }
}

.news_box {
    padding: 20px;
    box-shadow: 0px 0px 56px -13px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #333;
    height: 300px;
    overflow-y: scroll;
}

.news_box2 {
    padding: 20px;
    box-shadow: 0px 0px 56px -13px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #333;
    height: 300px;
    overflow-y: scroll;
}

.news_title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    line-height: 30px;
}

.news h2 {
    font-size: 3em;
}


/*H担当*/

.sample_book {
    word-wrap: break-word;
    text-align: justify;
    padding-left: 50px;
}

.sample_book h3 {
    font-size: 26px;
    padding-top: 50px;
    margin-right: 50px;
    padding-bottom: 30px;
}

.sample_book h4 {
    font-size: 20px;
    padding-top: 53px;
    margin-left: -15px;
    padding-bottom: 30px;
}

.sample_book img {
    margin-top: 50px;
}

.sample_book p {
    padding-top: 15px;
    padding-bottom: 30px;
}

.sample_book ul {
    padding-top: 74px;
    padding-bottom: 30px;
    font-size: 20px;
}

.sample_book ul li {
    list-style-type: disc;
    font-size: 17px;
    letter-spacing: .03em;
    line-height: 30px;
}

.sample_book h4 + p {
    margin-right: 20px;
}

.sample_book i {
    font-style: normal;
}

p.danraku {
    margin-right: 25px;
}

p.danraku2 {
    margin-right: 35px;
}

p.danraku3 {
    margin-right: 65px;
}

/* ltext-indent */
.indent01 		{ padding-top: 1em;}
.indent01_all 	{ margin-top: 1em; display: inline-block;}
.indent02 		{ padding-top: 2em;}
.indent02_all 	{ margin-top: 2em; display: inline-block;}
.indent04_all 	{ margin-top: 4em; display: inline-block;}


/* 縦レイアウト */
.sample_book_horizontal h3 				{ font-size: 26px; padding-top: 50px; margin-right: 0px; padding-bottom: 0px;}
.sample_book_horizontal h4 				{ font-size: 20px; padding-top: 53px; margin-left: -15px; padding-bottom: 30px;}
.sample_book_horizontal p 				{ padding-top: 0px; padding-bottom: 0px;}
.sample_book_horizontal p.danraku 		{ padding-top: 15px; margin-right: 0px;}

.sample_book_horizontal .indent01_all	{ margin-top: 0em; display: inline-block; text-indent: 1em;}
.sample_book_horizontal .indent02_all 	{ margin-top: 0em; display: inline-block; text-indent: 2em;}


.cd-modal h4 {
    font-style: normal
}

@media (max-width:767px) {
    .plans7 {
        width: 140px
    }
    .advantage_box {
        padding: 0px 30px !important;
    }
    .tyosya p {
        padding: 0px 20px;
    }
}

@media (max-width:991px) {
    .listPoint p {
        padding: 25px;
    }
}

.screen-reader-text {
    display: none;
}

.more-link {
    color: #ebac06;
    text-align: right;
    float: right;
    transition: .2s;
}

.more-link:hover {
    color: #d9a009;
}

@media(max-width:504px) {
    .news_rightBox,
    .news_rightBox02 {
        width: 100% !important;
        margin-top: 10px;
    }
    .thum img {
        margin: 0 auto;
        display: block;
    }
    .thum {
        float: inherit !important;
        margin-bottom: 10px;
    }
    .more-link {
        margin-bottom: 30px;
    }
}

.main_blogBox {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
}

.title_left {
    display: inline-block;
    padding: 15px;
    padding-right: 20px;
    float: left;
}

.title_right {
    padding-top: 30px;
}

.title_right p {
    font-size: 15px;
    margin-top: -10px;
    letter-spacing: .05em;
    color: #333;
}

.title_right h1 {
    font-size: 50px;
    color: #333;
}

.title_box {
    width: 60%;
    float: left;
    padding: 10px;
}

.title_boxRight {
    width: 40%;
    float: left;
    padding: 10px;
    padding-top: 90px;
}

.title_boxRight a {
    margin: 0;
    padding: 0;
    float: right;
}

.main_blogBox hr,
.blog_footer hr {
    border-top: 1px solid #888;
}

.blog_footer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 30px;
}

.blog_footer li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer_title {
    font-size: 24px;
    font-family: serif;
    margin: 0;
}

.footer_title span {
    font-size: 14px;
}

.footer_sitemap {
    width: 50%;
    float: left;
}

.footer_left {
    width: 50%;
    float: left;
}

.footer_left ul {
    margin-top: 0;
}

.footer_InBox {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

.footer_Icon {
    width: 145px;
    margin: 0 auto;
    margin-top: 30px;
}

.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

@media(max-width:1000px) {
    .title_box {
        width: 100%;
    }
    .title_boxRight {
        width: 100%;
        padding-top: 10px;
    }
    .title_left img {
        width: 80px;
        padding-top: 10px;
    }
    .title_right h1 {
        font-size: 38px;
    }
}

@media(max-width:600px) {
    .footer_left {
        width: 100%;
    }
    .footer_sitemap {
        width: inherit;
        margin: 0 auto;
        max-width: 300px;
        padding-top: 30px;
        float: inherit;
        clear: left;
    }
    .list_phoneBook img {
        width: 180px;
    }
}


.readmore {
    float: right;
    color: #E4B34B
}


/*ロード画面・読み込み*/

#loading {
    position: absolute;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 40px;
    width: 40px;
    border: 8px solid #fec52e;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}



.loading-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 48%;
    margin: -15px 0 -15px;
}








/* add */
/*------------ＰＣ用------------------*/

@media (min-width:1116px) {
	
/* link move
----------------------------------------------------------- */
.slick-slide {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	cursor: pointer;
	}

.slick-slide:hover {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

/* common */
.pc_mt0 		{ margin-top: 0 !important;}
.pc_font14		{ font-size: 16px !important;}

/* headerImgBlock */
#headerImgBlock {
margin-top: 82px;
margin-bottom: 23px;
border-top: #080404 8px solid;
border-bottom: #080404 8px solid;
height: 250px;
box-sizing: border-box;
background: #ffd686 url(../images/bg_headerimg.jpg) no-repeat right center;
/*background-size: contain;*/
background-size: 1600px auto;
}
	
#headerImgBlock h1 {
display: block;
width: 473px;
height: 174px;
margin: 40px auto 25px auto;
}
	
#headerImgBlock h1 img {
width: 100%;
height: 100%;
}

/* mainImg */
#mainImg 		{ /*margin-top: 150px;*/ margin: 1rem;}
#mainImg img 	{ width: 100% !important; height: 100% !important; max-width: 100% !important;}
	
.slick-slide 	{ padding: 0 20px !important; width: 720px;}
.slick-prev 	{ left: 25px !important; z-index: 2 !important;}
.slick-next 	{ right: 25px !important; z-index: 2 !important;}
.slick-dots		{ z-index: 2 !important;}

/* 新着 サムネイル */	
.thum {
	width: 150px;
}
.thum img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

/* 新着 BLOG 執筆ドットコム 最新情報 */	
.news_rightBox02 h2 {
font-size: 1.5em;
}
	

/* footer */
footer {
position: relative;
}
	
footer .footer_logo {
position: absolute;
bottom: 85px;
right: 60px;
}

.newsBoxFull {
	width: 75%;
	margin: 70px auto 0 auto;
	float: none;
}

	
}



/* add */
/*------------タブレット（スマホ）用------------------*/

@media screen and (max-width: 1115px) {
	
/* headerImgBlock */
#headerImgBlock {
border-top: #080404 8px solid;
border-bottom: #080404 8px solid;
/*
min-height: 100px !important;
box-sizing: border-box;
background: url(../images/bg_headerimg.jpg) no-repeat center center;
background-size: cover;
*/
}
/*
#headerImgBlock h1 {
display: block;
width: 238px;
height: 87px;
margin: 35px auto 20px auto;
}
	
#headerImgBlock h1 img {
max-width: 100%;
max-height: 100%;
}
*/

#headerImgBlock h1 {
width: 100%;
height: 0;
padding-top: calc(405 / 1080 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
background: url(../images/bg_headerimg_sp.jpg)center center / cover no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin: 0 !important;
}

#sub_title { margin-top: -40px;}

/* mainImg */
#mainImg 		{ /*margin-top: 100px;*/ margin: 1.5rem;}
#mainImg img 	{ width: 100% !important; height: 100% !important; max-width: 100% !important;}

.slick-prev 	{ left: 10px !important; z-index: 2 !important;}
.slick-next 	{ right: 10px !important; z-index: 2 !important;}
.slick-dots		{ z-index: 2 !important;}
	
.mtsp20			{ margin-top: 20px;}

/* 新着 サムネイル */
.thum {
	width: 100%;
}
.thum img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

/* 新着 BLOG 執筆ドットコム 最新情報 */	
.news_rightBox02 h2 {
font-size: 1.3em;
}

.newsBoxFull {
	width: 100%;
}

/* footer */	
footer .footer_logo {
text-align: center;
margin: 28px 0 0;
}
	
footer .footer_logo img {
width: 92px;
height: 27px;
}
	
footer p.margin-top-4 {
margin-top: 23px !important;
}

	
}


/* add */
/*------------タブレット（のみ）------------------*/

@media (min-width: 768px) and (max-width: 1115px) {

#headerImgBlock {
margin-top: 0px;
}
	
/* 新着 サムネイル */
.news_box2 li > a {
	float: left;
	width: 37%;
	margin-right: 3%;
}
.thum img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
	
	
}

/*-----------スマホ（のみ）-------------*/
@media screen and (max-width: 767px) {

}

