@charset "UTF-8";

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media only screen and (max-width : 1200px) {
    #header_menu li {
        font-size: 13px;
        padding: 0px;
        margin: 16px 0;
    }

    /*    #header_menu li span {
    width: 90px;
    }*/

}

/*解像度1200px以下*/

@media only screen and (max-width : 1080px) {
    #header_menu li {
        font-size: 12px;
        padding: 18px 4px;
    }

    /*    #header_menu li span {
    width: 78px;
    }*/

}

/*解像度1080px以下*/

@media only screen and (max-width: 1080px) {
    #header_menu li {
        padding: 0;
    }
}



/*--------------------------------------------------------
解像度737px以上950px以下
--------------------------------------------------------*/
@media only screen and (max-width : 950px) {

    .top_mv_in {
        width: 100%;
    }

    .in-cont {
        width: 100%;
    }

    .top_right {
        width: 100%;
        padding: 40px 15px 20px;
    }

    .top_right dd .top_side_news ul li a {
        font-size: 12px;
    }

    .top_left {
        width: 100%;
        padding: 0px 15px;
        margin: 0 auto;
    }

    .menu_wrap {
        display: none;
    }

    .top_section1 ul li {
        margin: 0 1%;
        width: 32%;
    }

    .top_section2 ul li {
        width: 23.5%;
        margin: 0 1% 15px;
    }

    .top_section3 ul li {
        margin: 0 1% 15px;
        width: 32%;
    }

    .top_section4 ul li {
        margin: 0 1% 15px;
        width: 32%;
    }

    .top_section5 ul li {
        width: 100%;
    }

    .top_section5 {
        background-image: url(../images/top/top_section5_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom left, center top;
        padding: 30px 15px 15px;
    }

    .top_section5 ul li {
        margin: 0 0 30px;
    }

    .top_section6 {
        background-image: none;
    }

    .top_author_wrap {
        width: 100%;
    }

    .top_section6 {
        padding: 45px 0px;
    }

    .top_author_i {
        width: 175px;
        float: unset;
        margin: 0 auto;
    }

    .top_author_cont {
        width: 100%;
        float: unset;
        padding: 0 90px;
    }

    .top_author_cont h3 {
        text-align: center;
        margin: 30px 0 0;
    }

    .top_section6 .swiper-button-prev {
        left: 10px;
    }

    .top_section6 .swiper-button-next {
        right: 10px;
    }

    .top_section6 .link_base {
        right: 60px;
    }

    .top_fb {
        width: 400px;
        margin: 0 auto 30px;
    }

    .top_ig {
        width: 400px;
        margin: 0 auto;
    }

    .top_sns_wrap {
        display: block;
        width: 100%;
    }

    .top_feature {
        padding: 30px 30px;
    }

    .top_feature_in h3 {
        font-size: 18px;
    }

    .top_feature_in ul li p {
        font-size: 10px;
    }

    .top_section2 ul li:before {
        display: none;
    }

    .top_results_data {
        display: none;
    }

    .footer_box {
        width: 50%;
        text-align: center;
        padding: 0 30px 45px;
        box-sizing: border-box;
    }

    .footer_list_wrap {
        padding: 30px 15px;
    }

    .footer_box .title {
        margin: 0 0 15px;
        font-size: 14px;
        padding: 5px 0;
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    .footer_list_wrap {
        padding: 30px 15px 0;
    }

    .footer_menu ul li {
        padding: 15px 0;
        width: 33.3%;
    }

    .copyright p {
        font-size: 10px;
        padding: 15px 0 30px;
        text-align: center;
    }

    #nav_toggle {
        display: block;
    }

    #nav_toggle {
        display: block;
        width: 30px;
        height: 26px;
        position: fixed;
        top: 11px;
        z-index: 9999;
        right: 15px;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: #333;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 10px;
    }

    #nav_toggle span:nth-child(3) {
        top: 20px;
    }

    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        background: #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        background: #fff;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .menu_wrap {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        top: 0;
        right: -320px;
        width: 320px;
        z-index: 9998;
        height: 100vh;
        padding: 44px 0 60px;
        box-sizing: border-box;
        -webkit-transition: .9s;
        -o-transition: .9s;
        transition: .9s;
    }

    .open .menu_wrap {
        right: 0;
        -webkit-transition: .9s;
        -o-transition: .9s;
        transition: .9s;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    #header_menu {
        border-bottom: 1px solid #444;
        border-top: 1px solid #444;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 100%;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    #header_menu li {
        width: 50%;
        box-sizing: border-box;
        padding: 0 5px;
        text-align: center;
        line-height: 3;
    }

    #header_menu li .header_hover_menu ul .add_sp_w {
        /*width: 100%;*/
    }

    #header_menu>li span:before,
    #header_menu>li span:after {
        width: 0 !important;
    }

    #header_menu li:nth-child(4),
    #header_menu li:nth-child(5) {
        border-bottom: 0;
    }

    #header_menu li a {
        color: #fff;
        font-size: 12px;
    }

    .header_main {
        padding: 5px 15px;
        height: 44px;
        box-sizing: border-box;
        position: fixed;
        width: 100%;
        z-index: 9999;
        background: #fff;
        top: 0;
        left: 0;
        overflow: visible;
    }

    .container {
        padding-top: 44px;
        padding-bottom: 60px;
    }

    .footer_box:nth-child(1) {
        width: 50%;
    }

    .footer_box:nth-child(5) {
        width: 100%;
    }

    #header_menu li:nth-child(1) {
        width: 100%;
    }

    .header_in {
        display: none;
    }

    .header_logo {
        width: 122px;
    }

    .map_wrap {
        height: auto;
    }

    .map_data {
        width: 100%;
        padding: 30px 45px 30px;
    }

    .map_body {
        padding: 15px 15px;
    }

    .map_wrap {
        margin: 30px 0 30px;
        position: relative;
    }

    #page_mv {
        height: 180px;
    }

    .map_iframe {
        width: 450px;
        margin: 0 auto 75px;
    }

    .googlemap_link {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin: 0 0 0 -100px;
    }

    .breadcrumbs-in {
        width: 100%;
        font-size: 10px;
    }

    .breadcrumbs {
        padding: 10px 15px;
    }

    .outline_body {
        padding: 30px 15px;
    }

    .qa_wrap .left {
        width: 100%;
    }

    .qa_body {
        padding: 30px 15px 0;
    }

    .left_in img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    .left_in .link_base {
        margin: 0 auto;
    }

    .qa_wrap .right {
        width: 100%;
        padding: 30px 0;
    }

    .ChangeElem_Btn {
        width: 20%;
        margin: 0;
    }

    .form_wrap {
        width: 90%;
    }

    .form_lead {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .header_logo {
        margin: 0;
    }

    #header_menu li .header_hover_menu {
        width: 100%;
        background: none;
        position: relative;
        display: block;
        top: auto;
        height: auto;
    }

    #header_menu li .header_hover_menu ul li {
        background: none;
        height: auto;
        text-align: left;
        margin: 0;
        font-weight: normal;
        font-size: 12px;
        padding: 4px 0px;
        width: 50%;
        float: left;
        border: 0;
    }

    #header_menu li .header_hover_menu ul li a {
        padding: 0 16px;
    }

    #header_menu li .header_hover_menu ul li span {
        background: none;
        line-height: 2.0;
    }

    #header_menu li span {
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        display: block;
        padding: 14px 0 0 15px;
        box-sizing: border-box;
        border: 0;
        text-align: left;
    }

    #header_menu li {
        font-size: 12px;
        text-align: left;
        padding: 0;
        width: 100%;
    }

    #header_menu .hv_h6 {
        display: block;
        text-align: left;
        height: auto;
        line-height: auto;
        cursor: default;
        font-weight: bold;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        width: 100%;
        z-index: 9998;
    }

    .head_contact {
        display: none;
    }

    #header_menu .hv_h6 .header_hover_menu {
        top: 0;
        display: block !important;
    }

    #header_menu .hv_h6 .header_hover_menu ul li {
        width: 50%;
    }

    #header_menu li .header_hover_menu ul .head_gr {
        width: 100%;
    }

    #header_menu li .header_hover_menu ul {
        display: block;
    }

    .header_slogan {
        display: none;
    }

    .product_body {
        padding: 60px 15px;
    }

    .product_wrap ul li {
        width: 46%;
    }

    .product_wrap ul li:nth-child(odd) {
        margin: 0 4% 30px 0;
    }

    .product_wrap ul li:nth-child(even) {
        margin: 0 0 30px 4%;
    }

    .product_d_wrap .left {
        width: 260px;
        padding: 0;
        margin: 0 auto 30px;
    }

    .product_d_wrap .right {
        width: 100%;
        padding: 0;
    }

    .column_wrap .left {
        width: 250px;
        margin: 0 auto 30px;
    }

    .column_wrap .right {
        width: 100%;
        padding: 0;
    }

    .column_wrap {
        padding: 30px 15px;
    }

    .event_list li {
        width: 48%;
    }

    .event_list li:nth-child(odd) {
        margin: 0 2% 15px 0;
    }

    .event_list li:nth-child(even) {
        margin: 0 0 15px 2%;
    }

    .event_list {
        padding: 0px 15px 15px;
    }

    .page-template-page-event .event_list {
        margin: 0 0 0 0;
    }

    .page-template-page-event .event_list>li {
        width: 100%;
        margin: 0 0 90px 0;
    }

    .event_list li h2 {
        line-height: 16px;
    }

    .interview_wrap .left {
        margin: 0 auto 30px;
    }

    .interview_wrap .right {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .interview_wrap {
        padding: 30px 15px;
    }

    .interview_list li {
        width: 48%;
        margin: 0 2% 15px;
    }

    .interview_list_i {
        width: 25%;
        height: auto;
    }

    .interview_list_data {
        width: 59%;
        padding: 0 4%;
    }

    .interview_list_book {
        width: 16%;
    }

    .feature_point_wrap .left {
        width: 50%;
    }

    .feature_point_wrap .right {
        width: 50%;
    }

    .right_in {
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .feature_point_add .right_in {
        margin: 0 0px 0 auto;
    }

    .feature_sec1_in {
        background-size: 180px;
        padding: 0 0 45px 180px;
    }

    .feature_sec1_in li {
        margin: 0 1% 15px;
        border: 1px solid #000;
        width: 30%;
        box-sizing: border-box;
    }

    .feature_flow {
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .flow-img {
        width: 30%;
    }

    .flow-txt {
        width: 70%;
        padding: 0 0 0 30px;
    }

    .service_com {
        position: relative;
        padding: 25px 0 0 100px;
        left: auto;
        bottom: -10px;
        width: 100%;
        box-sizing: border-box;
    }

    .feature_tt {
        font-size: 28px;
    }

    .cta_lead {
        font-size: 14px;
    }

    .cta_list li {
        width: 300px;
        margin: 0 auto 15px;
    }

    .cta_list {
        display: block;
    }

    .cta_menu li {
        margin: 0 2%;
        width: 48%;
    }

    .cta_menu li:nth-child(odd) {
        margin: 0 2% 15px 0;
    }

    .cta_menu li:nth-child(even) {
        margin: 0 0 15px 2%;
    }

    .cta {
        padding: 30px 15px;
    }

    .top_feature_left {
        display: none;
    }

    .top_feature_center {
        position: relative;
        left: auto;
        margin: 0;
        opacity: auto;
        width: 50%;
    }

    .top_feature_right {
        width: 50%;
        height: auto;
    }

    .wpcfs-label {
        width: 25%;
    }

    .wpcfs-search-form .wpcfs-input {
        width: 75%;
    }

    .top_section3 ul li h3 {
        font-size: 10px;
        margin: 8px 0;
        padding: 0 10px;
        height: auto;
        line-height: 1.4;
    }

    .tips_wrap {
        padding: 15px 15px 0;
    }

    .tips_wrap .left {
        width: 100%;
    }

    .tips_cat1100:before {
        top: 0px;
        left: 5px;
        background: none;
        padding: 5px;
        font-size: 12px;
    }

    .tips_cat1100:after {
        top: 0px;
        left: 70px;
        background: none;
        padding: 5px;
        font-size: 12px;
    }

    .tips_wrap .left_in span {
        height: 30px;
        background: #eee;
    }

    .tips_wrap .right {
        width: 100%;
        padding: 15px 0;
    }

    .tips_d_cont h1 {
        margin: 0 0 15px;
        font-size: 21px;
    }

    .tips_d_cont h2 {
        margin: 15px 0 15px;
    }

    .tips_d_cont h2 {
        margin-top: 2em;
        font-size: 18px;
        line-height: 1.3;
    }

    .tips_d_cont h3 {
        padding: 0px 0 0 36px;
        background-size: 18px;
        font-size: 18px;
        margin: 0 0 15px;
    }

    .tips_d_cont p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }

    .tips_in h4 {
        font-size: 16px;
    }

    .tips_d_cont {
        padding: 0 0 30px;
    }

    .event_Elem_Btn {
        font-size: 12px;
        width: 50%;
        margin: 0;
    }

    .event_Btn_Content .is-active:after {
        height: 0;
    }

    .event_Btn_Content {
        margin: 0 15px 30px;
    }

    .tips_wrap {
        padding: 30px 15px 0;
        width: 100%;
        box-sizing: border-box;
    }

    #header_menu li .menu_box1,
    #header_menu li .menu_box2,
    #header_menu li .menu_box3,
    #header_menu li .menu_box4 {
        display: block !important;
        opacity: 1 !important;
    }

    #header_menu li span {
        height: auto;
        padding: 10px 0 10px 15px;
    }

    #header_menu .hv_h6 span {
        height: auto;
    }

    #header_menu .hv_h1 {
        background-color: #1e2f23;
    }

    #header_menu .hv_h2 {
        background-color: #34623f;
    }

    #header_menu .hv_h3 {
        background-color: #607744;
    }

    #header_menu .hv_h4 {
        background-color: #768948;
    }

    #header_menu .hv_h6 {
        background-color: #b39c4d;
    }
}

/*解像度737px以上950px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media only screen and (max-width : 736px) {

    body {
        font-size: 16px;
        line-height: 1.8;
    }

    .top_mv_in .swiper-pagination {
        text-align: center;
    }

    .top_mv_in .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .top_mv_in .swiper-container-horizontal>.swiper-pagination-bullets,
    .top_mv_in .swiper-pagination-custom,
    .top_mv_in .swiper-pagination-fraction {
        bottom: -15px;
    }


    .tt_base {
        font-size: 18px;
    }

    .tt_base:before,
    .tt_base:after {
        top: 22px;
    }

    .top_feature {
        padding: 15px 15px;
    }

    .top_feature_in {
        padding: 15px 15px 30px;
        background: #fff;
        margin: 30px 0 15px;
        position: relative;
    }

    .link_base {
        padding: 8px 1em;
        border-radius: 16px;
        line-height: 1;
        font-size: 18px;
    }

    .top_feature_in .link_base {
        bottom: -14px;
    }

    .top_feature_in ul li img {
        width: 30px;
    }

    .top_feature_in h3 {
        font-size: 12px;
        letter-spacing: 0;
    }

    .top_feature_in ul li {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .top_body {
        padding: 15px 0;
    }

    .top_section1 ul {
        padding: 15px 0;
    }

    .top_section1 ul li a {
        font-size: 12px;
        padding: 15px 0;
        height: 40px;
    }

    .top_section1 ul li:nth-child(1) a,
    .top_section1 ul li:nth-child(2) a,
    .top_section1 ul li:nth-child(3) a {
        background-size: 60px;
    }

    .top_section2 ul {
        padding: 15px 0 0px;
    }

    .top_section2 {
        padding-bottom: 30px;
    }

    .top_section3 ul {
        padding: 15px 0 0px;
    }

    .top_section4 ul {
        padding: 15px 0 0;
    }

    .top_section3 ul li {
        margin: 0 2% 15px;
        width: 48%;
    }

    .top_section3 ul li:nth-child(2) {
        margin-right: 0;
    }

    .top_section3 ul li:nth-child(3),
    .top_section3 ul li:nth-child(5) {
        margin-left: 0;
        margin-right: 2%;
    }

    .top_section3 ul li:nth-child(4),
    .top_section3 ul li:nth-child(6) {
        margin-left: 2%;
        margin-right: 0;
    }

    .top_section4 ul li {
        margin: 0 2% 15px;
        width: 48%;
    }

    .top_section4 ul li:nth-child(2) {
        margin-right: 0;
    }

    .top_section4 ul li:nth-child(3),
    .top_section3 ul li:nth-child(5) {
        margin-left: 0;
        margin-right: 2%;
    }

    .top_column_date {
        font-size: 10px;
        display: block;
        padding: 4px 0 0;
    }

    .top_column_data {
        padding: 0;
    }

    .top_column_data span {
        font-size: 10px;
        display: block;
        line-height: 1;
    }

    .top_column_data h3 {
        font-size: 10px;
        margin: 0;
        height: auto;
        line-height: 1.4;
    }

    .top_section5_i {
        width: 40%;
        margin-right: 5%;
    }

    .top_section5_right {
        width: 55%;
    }

    .top_section5_right .link_base {
        width: 100%;
    }

    .top_section5 ul {
        padding: 15px 0 0;
    }

    .top_section5 {
        padding: 15px 15px 30px;
    }

    .top_section5 ul li {
        margin: 0 0 15px;
        padding: 15px;
    }

    .top_section6 {
        padding: 15px 0px 30px;
    }

    .top_author_i {
        width: 100px;
    }

    .top_author_wrap {
        padding: 15px 0 30px;
    }

    .top_author_cont h3 {
        margin: 15px 0 0;
        font-size: 12px;
    }

    .top_author_cont {
        padding: 0 45px;
    }

    .top_author_book span {
        font-size: 10px;
        margin: 0;
    }

    .top_author_book p {
        font-size: 14px;
    }

    .top_author_cont_in img {
        width: 60px;
        margin-right: 10px;
    }

    .top_section6 .link_base {
        right: 45px;
    }

    .top_section6 .swiper-button-prev {
        left: 10px;
    }

    .top_section6 .swiper-button-next {
        right: 10px;
    }

    .top_section6 .swiper-button-prev {
        background-size: 20px;
        height: 80px;
        width: 20px;
        margin-top: -76px;
    }

    .top_section6 .swiper-button-next {
        background-size: 20px;
        height: 80px;
        width: 20px;
        margin-top: -76px;
    }

    .top_sns_wrap {
        display: none;
    }

    .footer_box {
        padding: 0 15px 30px;
    }

    .footer_box ul li {
        font-size: 11px;
        padding: 6px 0;
    }

    .footer_box .title {
        margin: 0 0 10px;
        font-size: 12px;
    }

    .footer_menu ul li {
        width: 100%;
    }

    .footer_menu ul li:nth-child(odd) {
        background: #fafafa;
    }

    .footer_menu ul {
        font-size: 12px;
        padding: 0;
    }

    .cv_fixed {
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 0px;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        font-size: 12px;
    }

    .cv_fixed_in1 {
        width: 66%;
        width: -webkit-calc((100% / 3) * 2);
        width: -moz-calc((100% / 3) * 2);
        width: calc((100% / 3) * 2);
        padding: 0;
        height: 60px;
        display: flex;
        flex-wrap: nowrap;
    }

    .cv_fixed_in2 {
        width: 33%;
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        padding: 5px 0 5px 30px;
        box-sizing: border-box;
        height: 60px;
    }

    .cv_fixed_in2 ul li {
        margin: 0;
        line-height: 22px;
        letter-spacing: 0px;
        width: 50%;
        float: left;
        line-height: 1;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }

    .cv_fixed_in1 a {
        width: 50%;
        height: 100%;
        padding: 34px 0 0;
        letter-spacing: 0;
        background-position: 46% 8px;
        box-sizing: border-box;
        background-size: 26px;
    }

    .cv_fixed_in1 a+a {
        border-left: #FFF solid 1px;
    }

    .cv_fixed_in2 ul li span {
        font-size: 12px;
        padding: 2px 4px;
        margin: 0;
        letter-spacing: 1px;
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 2;
    }

    .cv_fixed_in2 {
        padding: 0;
        background-image: none;
    }

    .cv_fixed_in2 a {
        position: relative;
        background-image: url(../images/common/cv_icon2.png);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: 16px 10px;
        float: unset;
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        padding: 42px 0 0px;
        background-color: #222;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 46% 10px;
        box-sizing: border-box;
    }

    .cv_fixed_in2 ul {
        width: 33%;
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        display: block;
        position: absolute;
        bottom: 60px;
        left: 0;
    }

    .cv_fixed_in2 ul li {
        width: 100%;
        height: 60px;
        position: relative;
        overflow: visible;
        float: unset;
    }

    .btn-more {
        background-image: url(../images/common/cv_icon2.png);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: 16px 10px;
        float: unset;
        text-align: center;
        width: 100%;
        height: 60px;
        display: block;
        padding: 34px 0 0px;
        background-color: #222;
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 46% 10px;
        color: #FFFFFF;
        border-right: #FFFFFF solid 1px;
        box-sizing: border-box;
    }

    #page_mv h1 {
        font-size: 20px;
    }

    #page_mv .subTitle {
        font-size: 16px;
        line-height: 1.3;
    }

    #page_mv {
        height: 90px;
    }

    .map_data {
        padding: 15px;
        letter-spacing: 0;
    }

    .map_iframe {
        width: 100%;
        margin: 0 auto 60px;
    }

    .map_iframe iframe {
        width: 100%;
        height: 240px;
    }

    .googlemap_link {
        display: none;
    }

    .googlemap_app {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -100px;
    }

    .outline_president_i {
        width: 100%;
    }

    .outline_message {
        padding: 15px 0;
    }

    .outline_message img {
        width: 80%;
        margin: 0 auto 30px;
        display: block;
    }

    .outline_message h3 img {
        width: 100%;
    }

    .outline_message_bnr img {
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    .outline_message_in {
        width: 100%;
        padding: 0;
    }

    .outline_message_in h3 {
        font-size: 18px;
    }

    .outline_message_in p {
        font-size: 16px;
        line-height: 1.8;
    }

    .outline_data dl {
        margin: 30px 0;
        font-size: 12px;
    }

    .breadcrumbs {
        padding: 4px 15px;
    }

    .outline_body {
        padding: 15px 15px;
    }

    .outline_data dl {
        margin: 30px 0 0;
    }

    .left_in img {
        width: 100px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .qa_name {
        font-weight: bold;
        text-align: left;
        padding: 0px 0 5px;
    }

    .pc-only {
        display: none;
    }

    .ChangeElem_Btn {
        font-size: 10px;
    }

    .ChangeElem_Panel {
        padding: 15px 0;
    }

    .ChangeElem_Panel ul li {
        background-size: 14px;
        padding: 15px 15px 15px 25px;
        background-position: 0px 15px;
    }

    .qa_detail_cont h1 {
        font-size: 18px;
    }

    .qa_detail_cont p {
        font-size: 16px;
        margin: 0 0 30px;
    }

    .qa_a_wrap {
        padding-bottom: 15px;
    }

    .qa_wrap .right {
        padding: 30px 0 15px;
    }

    .qa_wrap .qa_detail_cont {
        padding-top: 45px;
    }

    #form_mv h1 {
        font-size: 22px;
    }

    #form_mv .tt_base:before {
        width: 30px;
        top: 30px;
        height: 3px;
    }

    #form_mv .tt_base:after {
        width: 30px;
        top: 30px;
        height: 3px;
    }

    #form_mv {
        padding: 30px 0;
    }

    .form_head p {
        padding: 15px 15px 0;
        text-align: left;
    }

    .form_description {
        width: 100%;
    }

    .form_description .left {
        width: 100%;
    }

    .form_description .right {
        width: 100%;
    }

    .form_description {
        padding: 0 15px;
        box-sizing: border-box;
        border: 0;
    }

    .form_description .left {
        border-left: 1px solid #f1efde;
    }

    .form_description .right {
        border-left: 1px solid #f1efde;
        border-right: 1px solid #f1efde;
        border-bottom: 1px solid #f1efde;
    }

    .form_description .right dl dd {
        height: auto;
    }

    .form_wrap dl {
        margin: 30px 0 30px;
    }

    .form_wrap dl dt {
        width: 100%;
        border-bottom: 0px solid #fff;
        padding: 20px 30px 20px 30px;
    }

    .form_wrap dl dd {
        width: 100%;
        background: #fff;
        border-bottom: 0px solid #fff;
    }

    .form_wrap dl dt span {
        left: auto;
        right: 30px;
    }

    .add_center {
        height: auto;
    }

    #form_area1 {
        padding: 0;
    }

    .form_lead h2 {
        font-size: 18px;
    }

    .meetingform .form_lead h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
    }

    .meetingform_place div {
        border: none;
    }

    .meetingform_place div h3 {
        text-align: center;
    }

    .meetingform_place div+div {
        margin-top: 2em;
    }

    .form_wrap dl dd {
        padding: 20px 30px 20px 30px;
        box-sizing: border-box;
    }

    .form_wrap dl dd input[type="text"],
    .form_wrap dl dd input[type="email"] {
        width: 100%;
        box-sizing: border-box;
    }

    .form_bt_wrap {
        padding: 0 0 45px;
    }

    #manuscriptform.form_body .select_appli {
        width: 95%;
        flex-wrap: wrap;
    }

    #manuscriptform.form_body .select_appli a {
        width: 100%;
        margin-bottom: 2em;
    }

    #manuscriptform .form_wrap {
        position: relative;
    }

    #manuscriptform .form_wrap h5 {
        text-align: center;
    }

    .seminar_head ul li a {
        font-size: 12px;
        height: 80px;
    }

    .seminar_head ul {
        padding: 15px 15px;
    }

    #seminar1 {
        padding: 0px 15px 30px;
        margin-bottom: 3em;
    }

    #seminar1 p,
    #seminar2 p,
    #seminar4 p {
        font-size: 14px;
        padding: 15px 0 0;
    }

    .seminar_dl1 dt {
        width: 100%;
        padding: 15px 0;
    }

    .seminar_dl1 dd {
        width: 100%;
        margin: 15px 0;
        padding: 0px;
        box-sizing: border-box;
    }

    .seminar_dl2 dd {
        padding: 2px;
    }

    .link_base {
        box-sizing: border-box;
        margin: 1em auto;
    }

    .seminar_dl1 {
        padding: 25px 0 0;
        margin: 0;
    }

    #seminar2 {
        padding: 15px 15px;
        margin-bottom: 3em;
    }

    #seminar2 .seminar_dl2 {
        margin: 15px 0 5px;
    }

    #seminar3 {
        padding: 15px 15px;
        margin-bottom: 3em;
    }

    #seminar3 p {
        padding: 15px 0 0;
        font-size: 12px;
    }

    #seminar4,
    .seminar_addtel {
        margin-bottom: 3em;
    }

    .seminar_addtel {
        padding: 40px 0;
    }

    .seminar_addtel:before {
        height: 0;
        display: none;
    }

    .seminar_tel .left,
    .seminar_tel .right {
        width: 100%;
    }

    .seminar_tel .left {
        height: 200px;
        overflow: hidden;
    }

    .seminar_d_cont .left {
        width: 100%;
        order: 2;
    }

    .seminar_d_cont .right {
        width: 100%;
        padding: 30px 15px;
        order: 1;
    }

    .seminar_d_cont {
        padding: 0px 0;
    }

    .seminar_d_cont .left h2 {
        font-size: 16px;
    }

    .seminar_d_cont .right h2 {
        font-size: 18px;
    }

    .seminar_d_box p {
        font-size: 14px;
    }

    .seminar_d_form h3 {
        font-size: 22px;
        margin: 0;
    }

    .form_wrap dl dd input[type="text"],
    .form_wrap dl dd input[type="email"] {
        padding: 4px;
    }

    .form_wrap dl dd input.date_class2[type="text"] {
        width: 20%;
        margin-right: 2%;
    }

    .form_wrap dl dd input.date_class[type="text"] {
        width: 56%;
        margin-right: 0;
    }

    .product_search {
        border: 5px solid #333;
        padding: 15px 15px 15px;
    }

    .product_search_tt {
        top: -32px;
        left: -5px;
        padding: 6px 16px 6px 35px;
        background-position: 10px 6px;
    }

    .product_search dd input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    .product_search dt {
        width: 25%;
    }

    .product_search dd {
        width: 75%;
    }

    .product_search .link_base {
        margin: 15px auto 0;
    }

    .product_wrap {
        padding: 30px 0 0;
    }

    .product_d_wrap .left img {
        width: 100%;
    }

    .product_body {
        padding: 30px 15px;
    }

    .product_d_wrap .left {
        width: 50%;
    }

    .product_d_wrap h1 {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 30px;
    }

    .product_d_wrap p {
        font-size: 14px;
    }

    .product_link ul li a {
        padding: 4px 12px;
        letter-spacing: 0;
    }

    .product_link ul li {
        margin: 0 10px 10px 0;
    }

    .product_box1 {
        padding: 30px 0 0;
    }

    .product_box2 {
        padding: 30px 0 0;
    }

    .product_chosya {
        padding: 15px 15px;
        margin: 30px 0;
    }

    .column_list_i {
        width: 120px;
        height: 80px;
    }

    .column_list li h2 {
        font-size: 14px;
        margin: 0;
        line-height: 1.4;
    }

    .column_list li p {
        display: none;
    }

    .column_list_data {
        padding: 0px 0 5px;
        font-size: 10px;
    }

    .column_list_cate:before {
        font-size: 14px;
    }

    .column_d_cont h1 {
        font-size: 18px;
    }

    .column_d_cont p {
        font-size: 16px;
        margin: 0 0 30px;
    }

    .column_wrap .left {
        order: 2;
    }

    .interview_d_description {
        padding: 15px;
    }

    .interview_d_book {
        position: relative;
        top: auto;
        right: auto;
    }

    .interview_d_cont p {
        font-size: 16px;
    }

    .interview_list li {
        width: 100%;
        margin: 0 0 15px;
    }

    .feature_lead span {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .feature_lead {
        text-align: center;
        padding: 15px 15px;
    }

    .feature_lead p {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }

    .feature_point_wrap .left {
        width: 100%;
        height: 120px;
    }

    .feature_point_wrap .right {
        width: 100%;
        padding: 15px 0;
    }

    .feature_point_add .left {
        order: 1;
    }

    .right_in p {
        padding: 15px 0;
    }

    .feature_body {
        padding: 0 0 15px;
    }

    #feature_sec1 h2 {
        font-size: 13px;
    }

    #feature_sec1 h2 span {
        font-size: 15px;
    }

    #feature_sec1 {
        padding: 15px 15px 0;
    }

    .feature_sec1_in {
        background-size: 140px;
        padding: 0 0 150px 0px;
    }

    .feature_sec1_in li {
        padding: 4px 0;
        margin: 0 1% 10px;
        width: 31.3%;
    }

    #feature_sec2 h3 {
        margin: 15px 0;
        font-size: 13px;
    }

    #feature_sec2 h3 span {
        font-size: 15px;
    }

    .feature_tt {
        font-size: 16px;
    }

    .service_add1 span {
        font-size: 30px;
    }

    .service_add1 {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #feature_sec3 h3 {
        font-size: 16px;
        padding: 8px 40px;
    }

    .service_add2 {
        font-size: 12px;
    }

    .service_add2 span {
        font-size: 26px;
    }

    .service_add2 {
        width: 50px;
        height: 50px;
        line-height: 1;
        padding: 7px 0 0;
        top: 0px;
    }

    .feature_sec3_in {
        padding: 15px 15px;
    }

    .feature_sec3_in p {
        padding: 0 15px;
        font-size: 12px;
        line-height: 1.4;
    }

    #feature_sec3 ul {
        padding: 15px 15px 30px;
    }

    #feature_sec4 h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    #feature_point .point-list .point-list_item p {
        line-height: 1.8;
    }

    .service_add3 {
        font-size: 10px;
    }

    .service_add3 span {
        font-size: 24px;
    }

    .feature_flow {
        padding: 15px;
        width: 100%;
    }

    .flow-img {
        width: 80%;
        float: unset;
        margin: 15px auto;
    }

    .flow-txt {
        width: 100%;
        padding: 0 0 30px;
    }

    .service_menu_sec {
        width: 100%;
        height: 200px;
    }

    .service_menu_web {
        width: 100%;
        height: 200px;
    }

    .service_menu a {
        margin: 15px auto 0;
    }

    .knowledge_body {
        padding: 15px 0;
        line-height: 1.6;
        font-size: 15px;
    }

    .knowledge_lead {
        padding: 0 15px 15px;
    }

    .knowledge_cont1 {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .knowledge_cont2 {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .knowledge_cont1 .box1 {
        width: 100%;
    }

    .knowledge_cont1 .box2 {
        width: 100%;
        padding: 15px 0px;
        box-sizing: border-box;
    }

    .knowledge_cont2 .box1 {
        width: 100%;
        order: 1;
    }

    .knowledge_cont2 .box2 {
        width: 100%;
        padding: 15px 0px;
        box-sizing: border-box;
        order: 2;
    }

    .knowledge_body h2 {
        font-size: 18px;
        margin: 0 0 10px;
        line-height: 1.6;
    }

    .knowledge_body h2 span {
        font-size: 14px;
    }

    .knowledge_link {
        width: 90%;
        margin: 30px auto;
        box-sizing: border-box;
        font-size: 15px;
        letter-spacing: 0;
    }

    .outline_pic span {
        font-size: 9px;
    }

    .outline_pic {
        padding: 15px 0px 0px;
    }

    .top_section4 ul li img {
        height: 30vw;
    }

    .top_section4 ul {
        display: block;
        overflow: hidden;
    }

    .top_section4 ul li {
        float: left;
    }

    .top_section5_add {
        margin: 15px auto 0;
    }

    .cta_in {
        padding: 15px;
    }

    .cta_lead {
        font-size: 12px;
        font-weight: normal;
        text-align: left;
    }

    .cta_list {
        margin: 15px 0;
    }

    .cta_list li p {
        padding: 10px;
        height: 7em;
    }

    .cta_list li {
        width: 100%;
    }

    .cta_menu li {
        height: 80px;
    }

    .cta_menu li a {
        font-size: 16px;
    }

    .top_feature_center h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .top_feature_center {
        height: auto;
        font-size: 12px;
        width: 100%;
        background: none;
        color: #333;
        text-align: center;
        padding: 0;
    }

    .top_feature_right {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .second_body {
        padding: 15px 15px;
    }

    .second_lead {
        font-size: 15px;
        text-align: left;
    }

    .second_in {
        padding: 15px 0 30px;
    }

    .second_in h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .second_in p {
        font-size: 15px;
    }

    .service_menu_main {
        height: 200px;
        width: 100%;
    }

    .feature_menu ul li {
        width: 50%;
    }

    .feature_menu ul {
        padding: 10px 0;
    }

    .feature_menu ul li a {
        padding: 5px 0;
    }

    .web_creators {
        padding: 15px 15px 60px;
        margin-top: 0px;
    }

    .web_creators h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .web_creators p {
        font-size: 15px;
    }

    .web_creators {
        padding: 15px 15px 30px;
    }

    .event_body {
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .event_wrap {
        padding: 30px 0 0px;
    }

    .seminar_tel .right {
        padding: 0 0 0 15px;
    }

    /*
#seminar3 .seminar_tel .right p {
    margin: 0 0 15px;
    font-size: 12px;
    padding: 0;
}
*/
    .seminar_tel_box dl {
        width: 100%;
    }

    .seminar_tel_box {
        padding: 0;
    }

    .seminar_tel_box dl dt {
        padding: 5px 0;
    }

    .seminar_tel_box dl dd {
        padding: 5px 0;
    }

    .seminar_tel_box dl dd a {
        background: none;
        font-size: 12px;
    }

    .seminar_tel h3 {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    .top_feature_in {
        background: none;
    }

    .top_feature_center p {
        font-size: 12px;
        line-height: 1.4;
    }

    .top_feature_in {
        padding: 15px 15px 0px;
        position: relative;
    }

    .top_feature_in .link_base {
        margin: 10px auto 0;
    }

    .form_comp h3 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .form_comp p {
        font-size: 12px;
        line-height: 1.5;
        margin: 0 0 15px;
        text-align: left;
    }

    .interview_d_cont h1 p {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    .interview_d_book {
        display: block;
        margin: 15px auto 15px;
    }

    .wpcfs-input input[type="text"] {
        width: 100%;
    }

    .btn-gradient-3d-orange {
        display: none;
    }

    #top_mv {
        padding: 15px 0;
    }

    .to-result {
        font-size: 14px;
        width: 90%;
        box-sizing: border-box;
    }

    .wp-pagenavi a {
        font-size: 12px;
        width: 50px;
    }

    .wp-pagenavi .current {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .second_lead h2 {
        font-size: 18px;
    }

    .second_bg1 {
        padding: 20px 0;
    }

    .second_lead {
        line-height: 1.6;
        padding: 0 15px;
    }

    .experienced_sec1 h3 {
        font-size: 18px;
        margin: 0 0 14px;
        padding: 0 0 0 38px;
        background-size: 30px;
    }

    .experienced_sec1 .left .left_in {
        width: 100%;
        padding: 0;
    }

    .experienced_sec1 .left {
        width: 70%;
        padding: 30px 15px 0;
    }

    .experienced_sec1 .right {
        width: 30%;
    }

    .second_bg3 {
        padding: 30px 15px 30px;
    }

    .experienced_sec2 .box_img {
        width: 30%;
        height: auto;
    }

    .experienced_sec2 .box_txt {
        width: 70%;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }

    .experienced_sec2 .box_txt h3 {
        font-size: 16px;
    }

    .change_rl .box_txt {
        padding: 0 15px 0 0;
    }

    .add_num1 .box_txt:before,
    .add_num2 .box_txt:before,
    .add_num3 .box_txt:before,
    .add_num4 .box_txt:before {
        font-size: 160px;
    }

    .second_tt222 {
        margin: 0 0 20px;
        font-size: 18px;
    }

    .second_tel_box {
        width: 90%;
    }

    .second_tel_box li:nth-child(1):after {
        content: "";
    }

    .second_cvarea {
        margin-bottom: 0;
    }

    .seminar_dl1 dd {
        margin: 0;
    }

    .seminar_dl2 .dt_w40 {
        width: 34%;
    }

    .seminar_dl2 .dt_w18 {
        width: 24%;
    }

    .seminar_dl2 dd .link_base {
        position: relative;
        padding: 5px 8px 5px 0;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .seminar_dl2 dd .link_base:before {
        right: 2px;
    }

    .seminar_dl2 dd .link_base:after {
        right: 5px;
    }

    .experienced_sec1 {
        margin: 0 auto;
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
        box-sizing: border-box;
    }

    .experienced_sec1 .left {
        position: relative;
        width: 48%;
        height: auto;
        bottom: auto;
        padding: 10px;
        background-size: 100px;
    }

    .experienced_sec1 .right {
        position: relative;
        width: 48%;
        height: auto;
        bottom: auto;
        padding: 10px;
        background-size: 140px;
    }

    .experienced_sec1 h3 {
        font-size: 12px;
        line-height: 1.4;
        padding: 3px 2px 3px 30px;
        background-size: 20px;
        background-position: 5px 10px;
        width: 100%;
        box-sizing: border-box;
        height: 37px;
        vertical-align: middle;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin: 0 0 6px;
    }

    .second_txt_add {
        font-size: 14px;
    }

    .experienced_sec1 p {
        margin: 0 0 60px;
        line-height: 1.4;
    }

    .seminar_add_box .box1 {
        width: 100%;
    }

    .seminar_add_box .box2 {
        width: 100%;
        padding: 15px 0;
    }

    .seminar_add_box .box3 {
        width: 100%;
    }

    .seminar_add_box {
        padding: 30px 0 0;
    }

    .seminar_dl2 .dt_w53 {
        width: 47%;
    }

    .seminar_txt_add2 span {
        display: none;
    }

    .seminar_add_tt {
        margin: 30px 0;
        font-size: 16px;
    }

    .second_ul li:before {
        width: 12px;
        height: 12px;
    }

    .second_ul li {
        padding-left: 16px;
    }

    .bt_add0221 {
        padding: 30px 0;
    }

    .bt_add0221 a {
        margin: 30px auto 0;
    }

    #header_menu li {
        margin: 0;
        border: 0;
    }

    #header_menu .hv_h6 span {
        background: rgba(0, 0, 0, 0.8);
    }

    #header_menu .hv_h6 {
        border: 0;
    }

    #header_menu li span p {
        display: none;
    }

    .related_list ul li {
        width: 48%;
    }

    .related_list ul li .related_list_thumb {
        height: 100px;
        width: 100%;
    }

    .top_section_new ul li {
        padding: 0px;
    }

    .top_date_add1 {
        position: relative;
    }

    .top_date_add2 {
        position: relative;
        top: 0;
        left: 0px;
        padding: 4px 6px;
        margin: 0 10px 10px;
        display: inline-block;
    }

    .top_section_new ul li a {
        display: block;
    }


    .news_list li {
        padding: 0px;
    }

    .news_list li a {
        display: block;
    }

    .news_wrap {
        width: 100%;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .news_list {
        padding: 0px 0 0;
    }



}

/*解像度480px以下*/


/* 大賞用 */
.taisho-area {
    background-color: #1a1a1a;
}

.taisho-area p {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.section-prize .section-inner {
    padding: 70px 20px 40px;
}

.section-inner {
    max-width: 1000px;
    margin: 0px auto;
    padding: 40px 0;
}

.section-prize .section-inner .prize-novel {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding: 60px 40px 40px;
}

.prize-novel .title-label {
    width: 290px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.section-inner p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}

.prize-novel .novel-title {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.prize-novel .novel-writer {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-inner p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.content-inner {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 50px;
    box-sizing: border-box;
    border-radius: 10px;
}

.section-title {
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 40px;
}

.taisho-area p img {
    width: 50%;
}

.prize-novel {
    max-width: 100% !important;
    /* padding: 1em; */
    margin: 0 !important;
}

.title-label {
    background: none;
}

@media only screen and (max-width: 720px) {
    .taisho-area p img {
        width: 90%;
    }

    .taisho-area p {
        text-align: center;
        padding-top: 2em;
    }

    .section-prize .section-inner {
        padding: 50px 0 40px;
    }

    .section-inner {
        width: 100%;
        padding: 30px 0;
    }

    .section {
        padding: 0 20px;
    }

    .content-inner {
        padding: 0;
    }
}


/*---------------------------------------------------------------------
    generated by Keni Template Maker Ver.7.1 on 2019-04-06 18:21:01
----------------------------------------------------------------------*/
