@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #464f5e;
    background: #ffffff;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}

.window {
    width: 100%;
}

.page {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

@media screen and (max-width: 1200px) {
    .page {
        width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1054px) {
    .page {
    }
}

.page33 {
    width: 33%;
    margin: 0 auto;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

.page40 {
    width: 40%;
    margin: 0 auto;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

.page50 {
    width: 50%;
    margin: 0 auto;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

.page60 {
    width: 60%;
    margin: 0;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

.page70 {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    /*border: 1px solid #ff0000;*/
}

.page80 {
    width: 70%;
    margin: 0 auto;
    padding: 0 50px;
    /*border: 1px solid #ff0000;*/
}

.m_top0 {
    margin-top: 0px !important;
}
.m_top10 {
    margin-top: 10px !important;
}
.m_top20 {
    margin-top: 20px !important;
}
.m_top30 {
    margin-top: 30px !important;
}
.m_top40 {
    margin-top: 40px !important;
}
.m_top50 {
    margin-top: 50px !important;
}
.m_top60 {
    margin-top: 60px !important;
}
.m_top70 {
    margin-top: 70px !important;
}
.m_top80 {
    margin-top: 80px !important;
}
.m_top90 {
    margin-top: 90px !important;
}
.m_top100 {
    margin-top: 100px !important;
}
.m_bottom0 {
    margin-bottom: 0px !important;
}
.m_bottom10 {
    margin-bottom: 10px !important;
}
.m_bottom20 {
    margin-bottom: 20px !important;
}
.m_bottom30 {
    margin-bottom: 30px !important;
}
.m_bottom40 {
    margin-bottom: 40px !important;
}
.m_bottom50 {
    margin-bottom: 50px !important;
}
.m_bottom60 {
    margin-bottom: 60px !important;
}
.m_bottom70 {
    margin-bottom: 70px !important;
}
.m_bottom80 {
    margin-bottom: 80px !important;
}
.m_bottom90 {
    margin-bottom: 90px !important;
}
.m_bottom100 {
    margin-bottom: 100px !important;
}
.m_left10 {
    margin-left: 10px !important;
}
.m_left20 {
    margin-left: 20px !important;
}
.m_left30 {
    margin-left: 30px !important;
}
.m_left40 {
    margin-left: 40px !important;
}
.m_left50 {
    margin-left: 50px !important;
}
.m_right10 {
    margin-right: 10px !important;
}
.m_right20 {
    margin-right: 20px !important;
}
.m_right30 {
    margin-right: 30px !important;
}
.m_right40 {
    margin-right: 40px !important;
}
.m_right50 {
    margin-right: 50px !important;
}
.f_size12 {
    font-size: 12px !important;
}
.f_size14 {
    font-size: 14px !important;
}
.f_size15 {
    font-size: 15px !important;
}
.f_size16 {
    font-size: 16px !important;
}
.f_size18 {
    font-size: 18px !important;
}

div,
section {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

section {
    margin-bottom: 0px;
}

.block_left {
    float: left;
}

.block_right {
    float: right;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    a {
        font-size: 12px;
    }
    .block_left {
        float: none;
    }
    .block_right {
        float: none;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.block_flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block_flexbox1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.edu_block_flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .block_flexbox {
        flex-direction: column;
        justify-content: space-evenly;
    }
}

.tb,
.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 992px) {
    .pc,
    .sp {
        display: none !important;
    }
    .tb {
        display: block !important;
    }
}
/*元のブレークポイント→767px → 426px → 666px*/
@media screen and (max-width: 666px) {
    .pc,
    .tb {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

a {
    color: #313c4e;
    text-decoration: none;
}

a:hover {
    color: #0f6cb4;
}

a img {
    border: none;
}

a:hover img:not(.changepng):not(.noopacity) {
    opacity: 1;
}

li a:hover {
    opacity: 0.6;
}

hr {}

p {
    text-align: justify;
}


button {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

button img {
    display: block;
    cursor: pointer;
}

button:hover,
button img:hover {
    opacity: 0.6;
}

.center {
    text-align: center;
}
p.font_small.center {
    text-align: center;
    margin-top: -40px;
}

.case_txt_right .font_small {
    font-size: 12px;
    text-align: center;
}

.case_txt_left .font_small {
    font-size: 12px;
    text-align: center;
}

.toggle {
    cursor: pointer;
}

.icon_demo:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(/files/user/images/demo.png?v=1522078085) center center no-repeat;
    padding-right: 34px;
}

.icon_sample:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(/files/user/images/sample.png?v=1522078101) center center no-repeat;
    padding-right: 34px;
}

.icon_download:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(/files/user/images/download.png?v=1522078085) center center no-repeat;
    padding-right: 34px;
}

.icon_check:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(/files/user/images/check.png?v=1522078084) center center no-repeat;
    padding-right: 100px;
}

.icon_note:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(/files/user/images/icon_note.png?v=1522078088) center center no-repeat;
    padding-right: 30px;
}

.icon_mail:before {
    content: '';
    width: 21px;
    height: 14px;
    background: url(/files/user/images/icon_mail.png?v=1522078088) center center no-repeat;
    padding-right: 34px;
}

.icon_light:before {
    content: '';
    width: 28px;
    height: 26px;
    background: url(/files/user/images/icon_light.png?v=1522078088) center center no-repeat;
    padding-right: 34px;
}

.icon_syllabary:before {
    content: '';
    width: 23px;
    height: 22px;
    background: url(/files/user/images/icon_syllabary.png?v=1522078089) center center no-repeat;
    padding-right: 34px;
}

.icon_tag:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(/files/user/images/icon_tag.png?v=1522078089) center center no-repeat;
    padding-right: 34px;
}

.icon_right:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/files/user/images/icon_right.png?v=1522078088) center center no-repeat;
    padding-right: 34px;
}

.icon_outer_link:after {
    content: '';
    width: 11px;
    height: 11px;
    background: url(/files/user/images/outer_link.png?v=1522078099) center center no-repeat;
    padding-right: 34px;
}

.icon_zoom:after {
    content: '';
    width: 11px;
    height: 11px;
    background: url(/files/user/images/icon_zoom_small.png?v=1522078089) center center no-repeat;
    padding-right: 34px;
}

.icon_arrow:after {
    content: '';
    background: url(/files/user/images/icon_arrow.png?v=1522078087) center center no-repeat;
    width: 20px;
    height: 36px;
    /*padding-right: 60px;*/
    padding-right: 72px;
}

.icon_arrow_nar:after {
    content: '';
    background: url(/files/user/images/icon_arrow.png?v=1522078087) center center no-repeat;
    width: 20px;
    height: 36px;
    /*padding-right: 60px;*/
    padding-right: 10px;
}

.icon_arrow_big:after {
    content: '';
    background: url(/files/user/images/icon_arrow_big.png?v=1522078087) center center no-repeat;
    width: 20px;
    height: 36px;
    padding-right: 60px;
}

.link_arrow:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #313c4e;
    border-right: solid 1px #313c4e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: 9px;
    margin-left: 4px;
}

/* pdfアイコン */
.icon-pdf {
    display: inline-block;
    margin-left: 10px;
    margin-top: 7px;
    vertical-align: middle; }


@-moz-document url-prefix() {
    .btn_list.link_arrow:after {
        position: static;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn_list.link_arrow:after {
        position: relative;
    }
}

.back_link_arrow:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #313c4e;
    border-right: solid 1px #313c4e;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    margin-top: 1px;
    margin-left: -62px;
}

.under_link_arrow:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
}

.syllabary_link_arrow:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #0f6cb4;
    border-right: solid 1px #0f6cb4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: 7px;
    margin-left: -12px;
}

.syllabary_link_arrow {
    padding-left: 20px;
}



.syllabary_teach:after {
    content: '教';
    padding: 2px 4px;
    margin-left: 3px;
    background-color: #d3d8de;
}

.syllabary_new:after {
    content: 'NEW';
    padding: 1px 3px;
    margin-left: 3px;
    background-color: #ff0000;
    font-size: 10px;
    color: #ffffff;
}

.syllabary_req:after {
    content: '＊';
    padding: 2px 4px;
    margin-left: 3px;
    color: #ff0000;
    font-size: 80%;
}
.syllabary_req_en:after {
    content: '＊';
    padding: 2px 4px;
    margin-left: 3px;
    color: #ff0000;
    font-size: 80%;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .up_link_arrow:after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        margin-top: -28px;
        margin-left: 90%;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    .up_link_arrow.open:after {
        transform: rotate(135deg);
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
}

/******************
    ヘッダー部
*******************/

header {
    height: 80px;
    background: #ffffff;
    position: fixed;
    z-index: 100000;
}

header #header_logo {
    margin-top: 13px;
    margin-left: 0px;
    float: left;
}

header #header_name {
    float: left;
    margin-top: 28px;
    margin-left: 20px;
    font-size: 12px;
    color: #313c4e;
}

header .header_linklist {}

header .header_linklist li {
    float: left;
}

header .header_linklist li a {
    display: inline-block;
    height: 36px;
    color: #919191;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
}

header .header_linklist li a.btn_trial {
    color: #ffffff;
    background: #0f6cb4;
    border-radius: 3px;
}

header .header_linklist li a.btn_contact {
    color: #ffffff;
    background: #ecaa00;
    border-radius: 3px;
    margin-left: 10px;
}
header .header_linklist li a.btn_faq {
    color: #ffffff;
    background: #133069;
    border-radius: 3px;
}

header .header_linklist li.form_search_li {
    height: 36px;
    padding-right: 10px;
    box-sizing: border-box;
    background: #ececec;
}

header .header_linklist li .form_search {
    border: none;
    background: #ececec;
    width: 150px;
    height: 34px;
}

header .header_linklist li .form_button {}

header .header_linklist li .btn_search {
    padding-top: 5px;
}

header .header_gmenu {
    margin-top: 5px;
}

header .header_gmenu ul {}

header .header_gmenu ul li {
    float: left;
    padding: 5px 9px;
}

header .header_gmenu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #2f2f2f;
}

header .header_gmenu ul li a:hover {
    color: #133069;
    border-bottom: 4px solid #133069;
    opacity: 1;
}

@media screen and (max-width: 992px) {
    header .header_linklist li .form_search {
        width: 120px;
    }
    header .header_gmenu ul li a {
        font-size: 13px;
        font-weight: bold;
        color: #2f2f2f;
    }
}

@media screen and (max-width: 1200px) {
    header #header_logo_wrap{
	    width: 15%;
    }
    img#header_logo{
	    width: 98%;
        max-width: 150px;
    }
    header #header_menu_wrap {
        width: 85%;
    }
    header .header_linklist li a {
        font-size: 12px;
        height: 30px;
    }
    header .header_gmenu {
        float: right;
    }
    header .header_gmenu ul {
        margin-left: 10px;
    }
    header .header_gmenu ul li {
        padding: 0px 9px;
        font-size: 14px;
    }
    header .header_gmenu ul li a {
        font-size: 12px;
    }
    header .header_gmenu {
        margin-top: 0px;
    }
    header {
        height: 80px;
    }
    header #header_page {
        height: 80px;
    }
    .line_fixed {
        top: 80px;
    }
}

@media screen and (max-width: 740px) {
    /* header #header_page {
        padding: 0px 5px;
    }
    header #header_logo_wrap{
	    width: 15%;
    }
    img#header_logo{
	    width: 98%;
    }
    header #header_menu_wrap {
        width: 85%;
    }
    header .header_linklist li a {
        font-size: 12px;
        height: 30px;
    }
    header .header_gmenu ul {
        margin-left: 10px;
    }
    header .header_gmenu ul li {
        padding: 0px 9px;
    }
    header .header_gmenu ul li a {
        font-size: 12px;
    }
    header .header_gmenu {
        margin-top: 0px;
    }
    header {
        height: 65px;
    }
    header #header_page {
        height: 65px;
    }
    .line_fixed {
        top: 65px;
    } */
    #footer2 .page {
        padding: 0px 5px;
    }
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    header #header_logo_sp {
        margin-top: 13px;
        margin-left: 13px;
    }

    /* ハンバーガーボタン */
    #sp_toggle {
        position: fixed;
        top: 25px;
        right: 20px;
        width: 44px;
        height: 36px;
        cursor: pointer;
        z-index: 10001;
    }
    #sp_toggle div {
        position: relative;
    }
    #sp_toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #sp_toggle span:nth-child(1) {
        top: 0;
    }
    #sp_toggle span:nth-child(2) {
        top: 8px;
    }
    #sp_toggle span:nth-child(3) {
        top: 16px;
    }
    #sp_toggle.open span:nth-child(1) {
        top: 11px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #sp_toggle.open span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    #sp_toggle.open span:nth-child(3) {
        top: 11px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* ハンバーガーメニュー */
    #sp_nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        background: #ececec;
        padding-top: 60px;
        z-index: 10000;
        -ms-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }
    #sp_nav.open {
        left: 0%;
    }
    #sp_nav #sp_nav_list {}
    #sp_nav #sp_nav_list > li {
        position: relative;
        margin-bottom: 0px;
        border-top: 1px solid #000000;
    }
    #sp_nav #sp_nav_list > li a {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    #sp_nav #sp_nav_list > li a.link_arrow:after {
        display: none;
/*
        margin-left: 0px;
        right: 10px;
*/
    }

    #sp_nav #sp_nav_list > li.form_search_li_sp {
        width: 100%;
        padding: 5px 20px;
        box-sizing: border-box;
    }
    #sp_nav #sp_nav_list > li .form_search {
        float: left;
        border: none;
        background: #ececec;
        width: 90%;
        height: 34px;
    }
    #sp_nav #sp_nav_list > li .form_button {
        float: right;
    }
    #sp_nav #sp_nav_list > li .btn_search {
        margin-top: 10px;
    }
}

#border_line {
    position: fixed;
}

.line_fixed {
    position: fixed;
    top: 80px;
    z-index: 999;
    width: 100%;
    height: 2px;
    background: #609dff;
    background: #dcdcdc;
    z-index: 999;
}

/******************
    フッター部
*******************/

footer a.btn_contact:hover {
    color: #ffffff;
    opacity: 0.6;
}
#footer2 a {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    #footer1 #footer_button_wrap {
        width: 210px;
    }
}

@media screen and (max-width: 992px) {
    #footer2 #btnGoTop {
        display: none;
    }
    #footer2 {
        height: 105px;
    }
    #footer2 .footername, #footer2 .copyright {
        margin-right: 0px;
    }
    #footer1 .footer_linklist {
        width: 22%;
        margin-right: 12px;
        margin-bottom: 30px;
    }

    #footer1 #footer_button_wrap {
        width: 210px;
    }
    #footer1 .footer_linklist dl dd ul li {
        font-size: 11px;
    }
    #footer1 #footer_linklist_wrap {
        width: 70%;
    }
    #footer2 .block_left {
        font-size: 12px;
    }

}


@media screen and (max-width: 740px) {

    #footer1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer1 .footer_linklist dl dd ul li {
        font-size: 9px;
    }
    #footer1 .footer_linklist dl dd ul li {
        width: 100px;
    }
    #footer1 .footer_linklist {
        margin-right: 5px;
    }
    #footer1 {
        font-size: 9px;
    }
    #footer_linklist_wrap .block_flexbox {
        margin-right: -40px;
    }
    #footer1 #footer_linklist_wrap {
        width: 60%;
    }
    #footer1 .footer_linklist {
        width: 100px;
    }
    #footer2 a {
        font-size: 14px;
    }
/*    #footer2 .block_left {
        width: 54%;
    }*/
    #footer2 .block_right {
    }
    #footer2 .footername {
    }
    #footer2 .copyright {
        text-align: right; 
    }
}


/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    ul {
        margin-top: 5px;
    }
    #footer2 #btnGoTop {
        display: none;
    }
    #footer1 .footer_linklist dl dd {
        display: block;
    }
    #footer2 ul {
        margin-bottom: 20px;
    }
    #footer1 {
        padding-top: 0px;
    }

    #footer1 #footer_linklist_wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    #footer1 .footer_linklist {
        width: 50%;
        margin-right: 5px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px;
        border-bottom: 1px solid #a3a3a3;
    }
    #footer1 .footer_linklist dl dt {
        cursor: pointer;
    }
    #footer1 .footer_linklist dl dd ul li {
        font-size: 14px;
        width: 100%;
    }
    #footer1 .footer_linklist.linklist_c2 {
        width: 100%;
    }
    #footer1 .footer_linklist.linklist_c2 dl dd ul li {
        float: none;
    }

    #footer1 .footer_linklist dl dt:after {
        content: '';
        width: 16px;
        height: 16px;
        border: 0px;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        margin-top: 18px;
        right: 30px;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #footer1 .footer_linklist dl dt.open:after {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #footer1 .footer_linklist dl dd {
        font-size: 18px;
    }
    #footer1 #footer_button_wrap {
        width: 100%;
        text-align: center;
    }
    #footer1 #footer_button_wrap .block_left {
        width: 100%;
    }
    footer .btn_contact {
        width: 100%;
        height: 45px;
        padding-top: 11px;
    }
    #footer2 ul li {
        float: none;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 20px;
    }
    #footer2 .footername,
    #footer2 .copyright {
        font-size: 14px;
        text-align: center;
        opacity: 1;
        width: 100%;
    }
    #footer2 a {
        font-size: 11px;
    }
    #footer2 .block_left {
        width: 100%;
    }
    #footer2 .block_right {
        width: 100%;
    }
    #footer2 .page {
        display: block;
    }
    #footer2 .block_left {
        font-size: 11px;
    }
}


/******************
    コンテンツ部
*******************/

.contents {}

.img_title {
    text-align: center;
}

.img_title h2 {}

h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #313c4e;
}

h2 strong {
    color: #0f6cb4;
}

.subtitle {
    margin-top: 20px;
    font-size: 16px;
    color: #464f5e;
    text-align: center;
}


.btn_list {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    font-size: 16px;
    color: #313c4e;
    border: 2px solid #313c4e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.btn_list.link_arrow:after {
    margin-top: 6px;
}

/* 元のブレークポイント → 767px  → 426px → 666px*/
@media screen and (max-width: 666px) {
    h2 {
        font-size: 22px;
    }
    .subtitle {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 0px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .btn_list {
        width: 100%;
        font-size: 28px;
        padding: 10px 0;
    }
    .btn_list.link_arrow:after {
        width: 10px;
        height: 10px;
        margin-top: 2px;
        margin-left: 8px;
    }
}

/******************
    トップページ
*******************/

#top {
    padding-top: 80px;
}

/* スライダー */

#top_mainvisual {
    position: relative;
}

#top_mainvisual #top_newsboxbg {
    height: 50px;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}

#top_mainvisual #top_newsbox {
    height: 50px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
}

#top_mainvisual #top_newsbox .newsbox,
#top_mainvisual #top_newsbox .newsbox > div {
    height: 50px;
    display: flex;
    align-items: center;
}

#top_mainvisual #top_newsbox .newsbox .news_news {
    float: left;
    width: 50px;
    border-right: 1px solid #ffffff;
}

#top_mainvisual #top_newsbox .newsbox .news_date {
    float: left;
    width: 90px;
    margin-left: 10px;
}

#top_mainvisual #top_newsbox .newsbox .news_type {
    float: left;
    width: 110px;
    text-align: center;
    background: #0f6cb4;
    border: 1px solid #ffffff;
}

#top_mainvisual #top_newsbox .newsbox .news_title {
    margin-left: 10px;
    text-align: left;
}


.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0 !important;
}

.bx-wrapper img {
    width: 100%;
}

/* 元のブレークポイント → 767px  → 426px → 666px*/
@media screen and (max-width: 666px) {
    #top_mainvisual #top_newsboxbg {
        height: 90px;
    }
    #top_mainvisual #top_newsbox {
        height: 90px;
    }
    #top_mainvisual #top_newsbox .newsbox {
        display: block;
        padding-top: 10px;
    }
    #top_mainvisual #top_newsbox .newsbox > div {
        width: 100%;
        height: auto;
    }
    #top_mainvisual #top_newsbox .newsbox .news_title {
        margin-left: 0px;
    }

    .bx-wrapper img {
        width: 200%;
    }
}


/* サービス */

#top_service {}

#top_service .page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top_service_wrap {
    margin-top: 30px;
    justify-content: space-between;
}

#top_service .top_service_listwrap {
    padding-bottom: 30px;
}

#top_service .top_service_listwrap h2 {
    text-align: left;
    font-size: 24px;
    color: #313c4e;
}

#top_service .top_service_listwrap .top_service_list {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    padding: 20px 26px;

}

#top_service .top_service_listwrap .top_service_list ul {}

#top_service .top_service_listwrap .top_service_list ul li {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

#top_service .top_service_listwrap .top_service_list ul li a {}


#top_service_purpose {
    width: 66%;
}

#top_service_category {
    width: 32%;
}

@media screen and (max-width: 992px) {
    .top_service_wrap {
        flex-direction: column;
    }
    #top_service_purpose {
        width: 100%;
    }
    #top_service_category {
        width: 100%;
    }
}

.categorybox_wrap {
    margin-top: 30px;
    justify-content: space-between;
}

.categorybox_wrap.column2 {
    justify-content: center;
}

.categorybox_wrap.column2 > * {
    margin-left: 10px;
    margin-right: 10px;
}

.categorybox_frame {
    position: relative;
    margin-bottom: 30px;
}

.categorybox {
    text-align: center;
    width: 270px;
    height: 160px;
    border: 2px solid #0f6cb4;
    background: #f9f9f9;
}

.categorybox_frame .categorybox:hover {
    border: 2px solid #000000;
}

.categorybox_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_category_inner_ttl h2 {
    color: #0f6cb4;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}

.categorybox_wrap img {}

@media screen and (max-width: 992px) {
    .categorybox_wrap {
        justify-content: center;
    }
    .categorybox_frame {
        margin: 0px 10px 30px 10px;
    }
}


/* 主要サービス */

#top_pickup {}

.bg_blue {
    background: #f4f6fb;
}

.bg_white {
    background: #ffffff;
}


#top_pickup .page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pickupbox_wrap {
    margin-top: 30px;
    justify-content: space-between;
}

.pickupbox_wrap.column2 {
    justify-content: space-evenly !important;
}

.pickupbox_wrap.column2 > * {
    margin-left: 10px;
    margin-right: 10px;
}

.pickupbox_wrap .pickupbox {
    width: 330px;
    height: 272px;
    position: relative;
    margin-bottom: 0px;
}

.pickupbox_wrap .pickupbox img {
    width: 100%;
    /*border: 2px solid #0f6cb4;*/
}

.pickupbox_wrap .pickupbox .pickup_name {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0px 10px;
    background: #0f6cb4;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.pickupbox_wrap .pickupbox .pickup_name:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 27px 0 0;
    border-color: #0f6cb4 transparent transparent transparent;
    position: absolute;
    margin-left: 10px;
}

.pickupbox_wrap .pickupbox .pickup_symmary_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    opacity: 0.7;
}

.pickupbox_wrap .pickupbox .pickup_symmary {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 7px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.pickuptext_wrap {
    justify-content: space-between;
}

.pickuptext_wrap.column2 {
    justify-content: center;
}

.pickuptext_wrap.column2 > * {
    margin-left: 10px;
    margin-right: 10px;
}

.pickuptext_wrap .pickuptext {
    width: 370px;
    height: 70px;
    margin-bottom: 30px;
    background: #0f6cb4;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickuptext_wrap .pickuptexttop {
    width: 330px;
    height: 66px;
    margin-bottom: 30px;
    border: 2px solid #0f6cb4;
    background: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #0f6cb4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickuptext_wrap .pickuptexttop:hover {
    border: 2px solid #53b3db;
    background: #53b3db;
    color: #ffffff;
}

.pickuptext_wrap .pickuptext:hover {
    opacity: 0.6;
}

.pickuptext_wrap .link_arrow:after {
    width: 10px;
    height: 10px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    margin-top: 8px;
    margin-left: 4px;
}

.pickuptext_wrap .link_arrowedu:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #0f6cb4;
    border-right: solid 1px #0f6cb4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin-top: 4px;
    margin-left: 4px;
}

.pickuptext_wrap .pickuptexttop:hover.link_arrowedu:after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}


@media screen and (max-width: 992px) {
    .pickupbox_wrap {
        justify-content: space-evenly !important;
    }
    .pickupbox_wrap .pickupbox {
        width: 280px;
        height: 197px;
        margin: 20px 15px;
    }
    .pickuptext_wrap .pickuptexttop {
        width: 290px;
        font-size: 16px;
        margin: 0 15px 30px 15px;
    }
    .pickupbox_wrap .pickupbox .pickup_name {
        height: 30px;
        font-size: 18px;
    }
    .pickupbox_wrap .pickupbox .pickup_name:after {
        border-width: 30px 21px 0 0;
    }
    .pickupbox_wrap .pickupbox .pickup_symmary_bg {
        height: 50px;
    }
    .pickupbox_wrap .pickupbox .pickup_symmary {
        height: 50px;
        padding: 7px 10px;
        font-size: 14px;
    }

    .pickuptext_wrap {
        margin-top: 30px;
        justify-content: space-evenly !important;
    }
    .pickuptext_wrap .link_arrow:after {
        width: 8px;
        height: 8px;
        margin-top: 7px;
    }
    #edu_top_service .top_service_listwrap .top_service_list ul li {
        margin: 5px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 740px) {
    /* header #header_logo_wrap{
	    width: 15%;
    }
    img#header_logo{
	    width: 98%;
    }
    header #header_menu_wrap {
        width: 85%;
    }
    header .header_linklist li a {
        font-size: 12px;
        height: 30px;
    }
    header .header_gmenu ul {
        margin-left: 10px;
    }
    header .header_gmenu ul li {
        padding: 0px 9px;
    }
    header .header_gmenu ul li a {
        font-size: 12px;
    }
    header .header_gmenu {
        margin-top: 0px;
    }
    header {
        height: 65px;
    }
    header #header_page {
        height: 65px;
    }
    .line_fixed {
        top: 65px;
    } */
    .pickupbox_wrap .pickupbox {
        width: 240px;
        height: 150px;
    }    
    #footer1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer1 .footer_linklist dl dd ul li {
        font-size: 9px;
    }
    #footer1 .footer_linklist dl dd ul li {
        width: 100px;
    }
    #footer1 .footer_linklist {
        margin-right: 5px;
    }
    #footer1 {
        font-size: 9px;
    }
    #footer_linklist_wrap .block_flexbox {
        margin-right: -40px;
    }
    #footer1 #footer_linklist_wrap {
        width: 60%;
    }
    #footer1 .footer_linklist {
        width: 100px;
    }
    #footer2 .block_left {
        font-size: 11px;
/*        width: 50%;*/
    }
    #footer2 .copyright {
        margin-right: 0px;
    }
    #footer2 .page {
        padding: 0px 5px;
    }
/*    #footer2 ul li {
        margin-right: 20px;
    }*/
    #footer2 .footername, #footer2 .copyright {
        margin-right: 0px;
    }
}


/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .pickupbox_wrap .pickupbox {
        width: 100%;
        height: auto;
    }
    .pickupbox_wrap .pickupbox .pickup_name {
        height: 70px;
        font-size: 40px;
    }
    .pickupbox_wrap .pickupbox .pickup_name:after {
        border-width: 70px 53px 0 0;
    }
    .pickupbox_wrap .pickupbox .pickup_symmary_bg {
        bottom: 5px;
        height: 100px;
    }
    .pickupbox_wrap .pickupbox .pickup_symmary {
        bottom: 5px;
        height: 100px;
        padding: 10px 20px;
        font-size: 26px;
    }

    .pickuptext_wrap {
        margin-top: 30px;
    }
    .pickuptext_wrap .pickuptext {
        width: 100%;
        height: 130px;
        margin-bottom: 30px;
        font-size: 26px;
    }
    .pickuptext_wrap .link_arrow:after {
        width: 13px;
        height: 13px;
        margin-top: 12px;
    }
}


/* 導入事例 */

#top_casestudy {}

#top_casestudy .page {
    padding-top: 30px;
    padding-bottom: 60px;
}

div#Casestudy {
    margin-bottom: 30px;
}

.casebox_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.casebox_wrap .casebox {
    width: 260px;
    margin-bottom: 35px;
}

.casebox_wrap .casebox img {
    width: 100%;
}

.casebox_wrap .casebox .case_name {
    margin-top: 10px;
    color: #0f6cb4;
    font-weight: bold;
}

.casebox_wrap .casebox .link_arrow:after {
    border-top: solid 1px #0f6cb4;
    border-right: solid 1px #0f6cb4;
}

.casebox_wrap .casebox .case_summary {
    color: #2f2f2f;
    line-height: 1.4;
}

.casebox_wrap .casebox .case_nikkeilist {
    margin-top: 10px;
}

.casebox_wrap .casebox .case_nikkeilist li {}

.casebox_wrap .casebox .case_nikkeilist li span {
    padding: 1px 5px;
    background: #464f5e;
    color: #ffffff;
    font-size: 12px;
}

.float_right {
    float: right;
    margin: 0px 0px 20px 20px;
}

.float_left {
    float: left;
    margin: 0px 20px 20px 0px;
}


@media screen and (max-width: 992px) {
    .casebox_wrap .casebox {
        width: 210px;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .casebox_wrap {
        flex-direction: row;
    }
    .casebox_wrap .casebox {
        /*width: 320px;*/
        width: 47.76%;
        font-size: 28px;
    }
    .casebox_wrap .casebox .link_arrow:after {
        width: 16px;
        height: 16px;
        margin-top: 16px;
        margin-left: 4px;
    }
    .casebox_wrap .casebox .case_nikkeilist li span {
        font-size: 24px;
    }
}


/* お知らせ */

#top_information .page {
    padding-top: 30px;
    padding-bottom: 60px;
}

.infobox_list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.infobox_list li {
    border-top: 1px solid #dedede;
    padding: 10px;
}

.infobox_list li:last-child {
    border-bottom: 1px solid #dedede;
}

.infobox_list li .infobox,
.infobox_list li .infobox > div {
    display: flex;
    align-items: center;
    min-width: 290px;
}

.infobox_list li .infobox .info_date {
    float: left;
    min-width: 180px;
    padding: 3px 0;
    color: #2b78c2;
    line-height: 1.4;
}

.infobox_list li .infobox .info_type {
    float: left;
    min-width: 90px;
    margin-left: 10px;
    padding: 3px 0;
    background: #ffffff;
    font-size: 12px;
    color: #0f6cb4;
    text-align: center;
    border: 1px solid #0f6cb4;
}

.infobox_list li .infobox .info_title {
    margin-left: 10px;
    padding: 3px 0;
}

.case_info_ttl {
    margin-bottom: 15px;
}

.case_info_ttl h2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
    color: #313c4e;
}

.case_info_txt {
    color: #313c4e;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.info_sub_link {
    font-size: 18px;
    color: #0f6cb4;
    margin-right: 80px;
}

.info_txt_link {
    font-size: 16px;
    color: #313c4e;
    margin-right: 80px;
}

.info_sub {
    font-size: 18px;
    color: #0f6cb4;
}

.info_txt {
    font-size: 16px;
    color: #464f5e;
}

.info_back_case {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.case_info_link {
    min-width: 210px;
    border: 1px solid #0f6cb4;
    padding: 5px 20px;
    color: #0f6cb4;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .infobox_list li .infobox .info_date {
        width: auto;
    }
    .infobox_list li .infobox {
        display: block;
        font-size: 28px;
    }

    .infobox_list li .infobox > div {
        width: 100%;
        display: block;
    }
    .infobox_list li .infobox .info_date {
        font-weight: bold;
        font-size: 22px;
    }
    .infobox_list li .infobox .info_type {
        width: 200px;
        font-size: 26px;
    }
    .infobox_list li .infobox .info_title {
        width: 100%;
        font-size: 22px;
        margin-left: 0px;
    }

    .infobox_list li .infobox .info_date {
        width: 100%;
    }
    .infobox_list li .infobox {
        display: block;
        font-size: 28px;
    }

    .infobox_list li .infobox > div {
        width: 100%;
        display: block;
    }
    .infobox_list li .infobox .info_date {
        font-weight: bold;
        font-size: 14px;
    }
    .infobox_list li .infobox .info_type {
        width: 200px;
        font-size: 26px;
    }
    .infobox_list li .infobox .info_title {
        margin-left: 0px;
        font-size: 13px;
    }
    .infobox_list li .infobox .info_type {
        width: 140px;
        height: 30px;
        font-size: 13px;
        margin-left: 0px;
        padding: 3px 0;
    }

}

/* リンクバナー */

#top_linkbanner .page {
    padding-top: 40px;
    padding-bottom: 40px;
}

#top_linkbanner #top_bunnerbox_wrap {
    justify-content: space-between;
}

#top_linkbanner #top_bunnerbox_wrap.column2 {
    justify-content: center;
}

#top_linkbanner #top_bunnerbox_wrap.column2 > * {
    margin-left: 10px;
    margin-right: 10px;
}

#top_linkbanner #top_bunnerbox_wrap div {
    width: 210px;
    height: 210px;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
}

#top_linkbanner #top_bunnerbox_wrap div:hover {
    opacity: 0.6;
}

#top_linkbanner #top_bunnerbox_wrap .bg00 {
    background-image: url(/files/user/images/img_bunner00.png?v=1522078089);
}

#top_linkbanner #top_bunnerbox_wrap .bg01 {
    background-image: url(/files/user/images/img_bunner01.png?v=1552635284);
}

#top_linkbanner #top_bunnerbox_wrap .bg02 {
    background-image: url(/files/user/images/img_bunner02.png?v=1552635292);
}

#top_linkbanner #top_bunnerbox_wrap .bg03 {
    background-image: url(/files/user/images/img_bunner03.png?v=1552635300);
}

#top_linkbanner #top_bunnerbox_wrap .bg04 {
    background-image: url(/files/user/images/img_bunner04.png?v=1552635308);
}

@media screen and (max-width: 992px) {
    #top_linkbanner #top_bunnerbox_wrap div {
        width: 165px;
        height: 165px;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    #top_linkbanner #top_bunnerbox_wrap {
        flex-direction: row;
    }
    #top_linkbanner #top_bunnerbox_wrap div {
        width: 210px;
        height: 210px;
        margin-bottom: 20px;
        font-size: 28px;
    }
}

/******************
    導入事例一覧ページ
*******************/

/* メインビジュアル */

#case_main_visual {
    background: url(/files/user/images/case_main_bg.png?v=1522078073) no-repeat center;
    background-size: cover;
    min-height: 140px;
}

#case_main_visual h1 {
    font-weight: normal;
    font-size: 58px;
    line-height: 1.2em;
    color: #ffffff;
    width: 100%;
    align-items: center;
    display: flex;
    height: 140px;
}

/*　アンカーメニュー */

#anchor {
    background-color: #3a4d69;
}

#anchor2 {
    background-color: #47a1b3;
}

.fixed {
    position: fixed;
    top: 80px;
    z-index: 99999;
}
@media screen and (max-width: 740px) {
    .fixed {
        top: 65px;
    }
}


.anchor_menu_wrap {
    justify-content: space-between;
    display: flex;
    text-align: center;
    flex-grow: 1;
}

.anchor_menu_wrap .three-link {
    width: 100%;
    height: 50px;
}

.anchor_menu_wrap .four-link {
    width: 100%;
    height: 50px;
}

.anchor_menu_wrap .five-link {
    width: 100%;
    height: 50px;
}

.anchor_menu_wrap .six-link {
    width: 100%;
    height: 50px;
}

.anchor_menu:hover {
    background-color: #617187;
}

.anchor_menu2:hover {
    background-color: #73cfe1;
}

#active {
    background-color: #617187;
}

#active2 {
    background-color: #73cfe1;
}

.anchor_menu {
    background-color: #3a4d69;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 10px;
}

.anchor_menu2 {
    background-color: #47a1b3;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 10px;
}

#anchor input[type="radio"] {
    display: none;
}

#anchor label {
    background-color: #3a4d69;
    color: #ffffff;
    font-size: 16px;
    width: 200px;
    height: 50px;
    text-align: center;
    height: 50px;
    padding-top: 10px;
}

#anchor label:hover {
    background-color: #617187;
}


#anchor input[type="radio"]:checked + label {
    background-color: #617187;
    color: #ffffff;
}

/* パンくず */

@media screen and (min-width:427px) and ( max-width:1024px) {
    .bread_list {
        margin-left: 20px;
    }
    .case_school_link{
        margin-right: 20px;
    }
}

.bread_list_flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.bread_list {
    padding: 15px 0;
    font-size: 14px;
}

.bread_list li {
    display: inline-block;
    text-align: center;
    padding-right: 20px;
}


.bread_list li:last-child {
    color: #464f5e;
}

.case_school {
    padding: 7px 0;
}

.case_school_link {
    border: 1px solid;
    padding: 7px 20px;
}

/* 事例メニュー */

#case_menu {
    background-color: #f7f7f7;
    padding: 30px 0;
}

#active_case {
    background-color: #53b3db;
}

.case_menu_wrap {
    justify-content: space-between;
}

.case_menu_wrap a {
    display: inline-block;
    width: calc(98%/5);
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #0f6cb4;
    margin-bottom: 10px;
    position: relative;
}

.case_menu_wrap .case_menu_none {
    display: inline-block;
    width: calc(98%/5);
    height: 50px;
    color: #d3d8de;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 10px;
    position: relative;
}

.case_menu_wrap a:hover {
    background-color: #53b3db;
}

.case_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    min-width: 210px;
}

@media screen and (max-width: 992px) {
    #case_menu {
        background-color: #f7f7f7;
    }
    #active_case {
        background-color: #53b3db;
    }
    .case_menu_wrap {}
    .case_menu_wrap a {
        display: inline-block;
        width: 100%;
        height: 50px;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding-top: 12px;
        box-sizing: border-box;
        background: #0f6cb4;
        margin-bottom: 1px;
        position: relative;
    }

    .case_menu_wrap .case_menu_none {
        display: inline-block;
        width: 100%;
        height: 50px;
        color: #d3d8de;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding-top: 12px;
        box-sizing: border-box;
        background: #f7f7f7;
        margin-bottom: 10px;
        position: relative;
    }

    .case_menu_wrap a:hover {
        background-color: #53b3db;
    }
    .case_menu {
        position: absolute;
    }
}


/*　事例一覧 */

.case_all {
    margin-bottom: 40px;
}

#case_studies {
    padding: 50px 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #d3d8de;
}

.case_studies_flex {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px solid #ffffff;
}

#case_studies:hover {
    border: 1px solid #000000;
}

section .case {
    margin: 0px;
}

.case_flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.case_single_img {
    width: 400px;
}

.case_img img {
    width: 300px;
}

.case_info {
    padding-left: 30px;
}

.case_info_noimg {
    width: 100%;
    padding-left: 30px;
}

.case_info_single {
    width: 65%;
    padding-left: 30px;
}

.ellipsis {
    position: relative;
    height: 55px;
    overflow: hidden;
    line-height: 10px;
}

.ellipsis:before,
.ellipsis:after {
    position: absolute;
    background: #fff;
}

.ellipsis:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.ellipsis:after {
    content: "";
    width: 100%;
    height: 100%;
}

.case_ttl {}

.case_ttl h2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
    color: #313c4e;
}

.case_company {
    margin: 10px 0 10px;
    color: #313c4e;
}

.case_company_juku {
    margin: -10px 0 10px 0;
    color: #313c4e;
}

.case_company p {
    font-size: 22px;
}

.case_name {
    padding: 5px 0px 20px;
    color: #313c4e;
}

.case_name p {
    font-size: 18px;
    line-height: 1.1;
}

.case_service {
    border-left: 4px solid #0f6cb4;
    padding: 0px 10px;
}

.case_service_ttl {
    line-height: 1;
    font-size: 18px;
    color: #0f6cb4;
    padding-bottom: 10px;
}

.case_service ul {
    color: #0f6cb4;
    font-size: 17px;
}

.case_service li {
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 1px;
    line-height: 1.1;
}

.case_service li span {
    padding: 5px 10px;
    background: #464f5e;
    color: #ffffff;
    font-size: 12px;
}


@media screen and (max-width: 992px) {
    .case_info {
        width: 65%;
        padding-left: 30px;
    }
    .case_img {
        width: 35%;
    }
    .case_img img {
        width: 100%;
    }
    .case_ttl h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .case_company p {
        font-size: 20px;
    }
    #case_main_visual {
        min-height: 140px;
    }
    #case_main_visual h1 {
        font-size: 40px;
        height: 140px;
    }
    .case_menu_wrap a {
        width: 100%
    }
    .case_menu_wrap .case_menu_none {
        width: 100%
    }
}


@media screen and (max-width: 740px) {

    #case_main_visual {
        height: 120px;
        min-height: 120px;
        margin-top: -15px;
    }
    #case_main_visual h1 {
        font-size: 40px;
        height: 120px;
    }
    .line_fixed {
        top: 65px;
    }
    .anchor_menu_wrap .two-link {
      height: 25px !important;
    }
    .anchor_menu_wrap .three-link {
      height: 25px !important;
    }
    .anchor_menu_wrap .four-link {
      height: 25px !important;
    }
    .anchor_menu_wrap .five-link {
      height: 25px !important;
    }
    .anchor_menu_wrap .six-link {
      height: 25px !important;
    }
    .anchor_menu {
      height: 25px;
      font-size: 12px;
      padding-top: 3px;
    }
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .line_fixed {
        top: 80px;
    }
    .block_flexbox {
        flex-direction: row;
    }
    #anchor .page {
        padding: 0;
    }
    .anchor_menu {
        font-size: 13px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
    }
    .case_menu_wrap {
        justify-content: space-around;
    }
    #case_menu {
        padding: 0;
    }
    .case_menu {
        min-width: 0;
        width: 100%;
    }
    .case_menu_wrap a {
        width: 90%;
        font-size: 14px;
        height: auto;
        padding: 20px;
    }
    #case_studies .block_flexbox {
        display: block;
    }
    .case_school_link {
        padding: 7px 7px;
    }
    .case_menu_wrap .case_menu_none {
        display: none;
    }
    .case_ttl h2 {
        font-size: 20px;
        color: #313c4e;
    }
    #case_main_visual h1 {
        font-size: 18px;
        height: 55px;
    }
    #case_main_visual {
        min-height: 45px;
        margin-top: 0px;
        height: 55px;
    }
    #footer_linklist_wrap .block_flexbox {
        margin-right: 0px;
    }
    
}

/******************
    導入事例詳細ページ
*******************/

.case_single_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #313c4e;
}

.case_print_btn {
    display: flex;
    border: 1px solid;
    padding: 5px 20px 0px;
    margin-top: 7px;
}

.case_print_btn a {}

.case_print_btn img {
    margin: 5px 3px;
}

.case_single_img img {
    width: 400px;
}

/*　事例詳細 */

#case_studie {
    padding: 20px 0 30px;
}


.case_txt_ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    margin-top: 25px;
}

.case_txt_ttl h2 {
    text-align: left;
    font-size: 24px;
    color: #313c4e;
}

.case_point_first_txt {
    background-color: #f2f6fa;
    padding: 30px 40px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #464f5e;
}

.case_point_first_txt a {
    color: #0f6cb4;
}

.case_point_txt p {
    color: #464f5e;
}

.case_point_txt a {
    color: #0f6cb4;
}

.case_point_txt h3 {
    color: #0f6cb4;
    font-size: 18px;
}

.case_point_2nd_txt {
    background-color: #fafafa;
    padding: 30px 40px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #464f5e;
    border: 1px solid #dbdbdb;
}

.case_point_3rd_txt {
    background-color: #ffffff;
    padding: 30px 40px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #464f5e;
    border: 1px solid #47a1b3;
}

.case_txt h2 {
    line-height: 1.4;
    font-size: 26px;
    text-align: left;
    padding-bottom: 15px
}

.case_txt h3 {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
    color: #0f6cb4;
}

.case_txt p {
    margin-bottom: 30px;
    color: #464f5e;
    font-size: 16px;
}

.case_txt p a {
    color: #0f6cb4;
}

.case_txt p a:hover {
    opacity: .8;
}

.case_txt_flex {
    display: flex;
    justify-content: space-between;
}

.case_txt_flex .case_txt_left {
    padding-right: 15px;
}

.case_txt_flex .case_img_right {}

.case_txt_flex .case_txt_left h2 {
    line-height: 1.4;
    font-size: 26px;
    text-align: left;
    padding-bottom: 30px;
    height: auto;
    color: #313c4e;
}

.case_txt_flex p {
    margin-bottom: 20px;
}

.case_txt_flex p a {}

.case_txt_flex .case_img_left {
    padding-right: 15px;
}

.case_txt_flex .case_txt_right {
    width: 100%;
}

.case_txt_flex .case_txt_right a {}

.case_txt_flex .case_txt_right h2 {
    line-height: 1.4;
    font-size: 26px;
    text-align: left;
    padding-bottom: 15px;
    height: auto;
    color: #313c4e;
}

.case_txt_flex img {}

.case_txt_flex .case_txt_img_link {
    text-align: right;
    color: #0f6cb4;
}

.case_txt_flex .case_2clm_left {
    flex-shrink: 1;
    flex-basis: 50%;
    padding-right: 20px;
}

.case_txt_flex .case_2clm_right {
    flex-shrink: 1;
    flex-basis: 50%;
    padding-left: 20px;
}

.case_graph {
    margin-bottom: 20px;
}

.case_graph .case_graph_ttl {
    font-size: 18px;
}

.case_graph ul {}

.case_graph li {
    color: #464f5e;
    font-size: 16px;
}

.case_graph_img {
    text-align: center;
    margin-bottom: 50px;
}

.case_graph_img img {
    max-width: 100%;
    height: auto;
}

.case_point_txt {
    background-color: #f2f6fa;
    padding: 30px 40px;
    font-size: 16px;
    margin-bottom: 30px;
}

.case_last_txt p {
    text-align: right;
    color: #464f5e;
    padding: 30px 0 60px;
}

/* トライアルリンク */

.trial_link {
    text-align: center;
}

.trial_link .trial_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 640px;
    margin: 20px auto;

}

.trial_link .trial_btn_single {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.trial_btn1 {
    background: #133069;
    width: 640px;
    height: 60px;
    border-radius: 3px;
}

.trial_btn1:hover {
    opacity: 0.6;
}

.trial_btn2 {
    background: #47a1b3;
    width: 640px;
    height: 60px;
    border-radius: 3px;

}

.trial_btn2:hover {
    opacity: 0.6;
}

.trial_btn3 {
    background: #ecaa00;
    width: 640px;
    height: 60px;
    border-radius: 3px;

}

.trial_btn3:hover {
    opacity: 0.6;
}

.trial_btn4 {
    background: #e37697;
    width: 640px;
    height: 60px;
    border-radius: 3px;

}

.trial_btn4:hover {
    opacity: 0.6;
}

.trial_btn5 {
    background: #8bb64e;
    width: 640px;
    height: 60px;
    border-radius: 3px;

}

.trial_btn5:hover {
    opacity: 0.6;
}

a .trial_txt {
    height: 100%;
    padding-top: 12px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background: url(/files/user/images/trial_bg.png?v=1522078105) no-repeat center;
}


/* 企業プロフィール */

#case_company_info {
    margin-bottom: 30px;
}

table {
    width: 80%;
    margin: 0px auto 20px;
}

table tbody {}

table tr {
    background-color: #f2f6fa;
}

table tr:nth-child(even) {
    background-color: #dae6f2;
}

table .biz_tbody tr:nth-child(even) {
    background-color: #f2f6fa;
}

table .biz_tbody tr {
    background-color: #dae6f2;
}

table .biz_tbody .table_first {
    background-color: #3a4d69;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

table .table_first td {
    border-left: 1px solid #91b9dc;
}

table th {
    padding: 8px 15px;
    text-align: left;
    border: 1px solid #c5daec;
    white-space: nowrap;
}

table .ttl {
    background-color: #b1cce6;
    font-weight: normal;
    border-left: 1px solid #91b9dc;
    border-right: 1px solid #91b9dc;
    border-bottom: 1px solid #91b9dc;
}

table td {
    padding: 8px 15px;
    border: 1px solid #c5daec;
    max-width: 800px;
}

table td a {
    color: #0f6cb4;
}

table .cell-border-none {
    border: none;
}

table .cell-align-right {
    text-align: right;
}

table .cell-white {
    background: #fff;
}



/*　関連するサービスの導入事例 */

.other_case {
    margin: 30px 0 30px;
}

.link_other_case {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    padding: 20px 0 20px 60px;
}

.link_other_case:hover {
    background: #f9f9f9;
    border: 1px solid #000000;
    margin-top: 10px;
    padding: 20px 0 20px 60px;
}

.link_other_case_ttl h2 {
    font-size: 24px;
    text-align: left;
    color: #313c4e;
    margin-bottom: 10px;
}

.link_other_case_company {}

.link_other_case_company p {
    font-size: 18px;
    font-weight: bold;
}

.link_other_case_txt {
    margin-bottom: 20px;
}

.link_other_case_txt p {
    color: #464f5e;
    margin-top: 20px;
}

.link_other_case_service {}

.link_other_case_service li {
    display: inline-block;
    text-align: center;
    color: #0f6cb4;
    font-size: 18px;
    font-weight: bold;
}

.link_other_case_service li span {
    padding: 4px 10px;
    background: #464f5e;
    color: #ffffff;
    width: 140px;
    font-size: 14px;
    font-weight: normal;
}

.link_other_txt_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_near_service {
    width: 50%;
    color: #0f6cb4;
}

#near_service,
top_service_listwrap .top_service_list {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 18px;
}

.back_case {
    margin: 60px 10px 80px 10px;
}

@media screen and (max-width: 992px) {
    .case_single_img {
        width: 35%;
    }
    .case_single_img img {
        width: 100%;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    #case_studie .block_flexbox {
        display: block;
    }
    .case_single_img {
        width: 100%;
    }
    .case_info {
        width: 100%;
        padding: 0;
    }
    .case_txt_flex {
        display: block;
    }
    .case_txt_flex .case_txt_left {
        padding-right: 0;
    }
    /*.case_txt_right {*/
    /*    text-align: center;*/
    /*}*/

    .case_point_first_txt {
        padding: 20px;
    }
    .case_point_2nd_txt {
        padding: 19px;
    }
    .case_point_txt {
        padding: 20px;
    }
    .case_graph_img img {
        width: 100%;
        height: auto;
    }
    .trial_link .trial_btn {
        width: 345px;
        height: 60px;
    }
    .trial_txt {
        font-size: 16px;
    }
    .case_near_service {
        width: 100%;
    }
    #near_service,
    top_service_listwrap .top_service_list {
        padding: 20px;
    }
    .back_case .btn_list {
        font-size: 14px;
        width: 240px;
        height: 45px;
        padding: 0;
    }
    .back_link_arrow:before {
        width: 16px;
        height: 16px;
        margin-top: 1px;
        margin-left: -114px;
    }
    .link_other_case {
        padding: 20px;
    }
    .link_other_case_ttl h2 {
        font-size: 20px;
    }
    .link_other_case_company p {
        font-size: 16px;
    }
    .trial_btn1 {
        width: 98%;
    }
    .trial_btn2 {
        width: 98%;
    }

    /* サービス一覧「>」非表示 */
    .icon_arrow_big:after{
        display: none;
    }
    .anchor_menu_wrap .six-link{
        height: 25px;
    }
}

/******************
    導入事例詳細ページ
*******************/

.case_biz_txt {
    background-color: #f2f6fa;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 50px;

}

.service_link {
    padding: 40px 60px;
    background-color: #f2f6fa;
    margin-bottom: 30px;
}

.service_link_none_bg {
    border-top: 1px solid #d9d9d9;
    padding: 40px 60px;
    margin-bottom: 30px;
}

.service_link_inner {
    padding: 0 60px;
    background-color: #f2f6fa;
}

.service_link h2 {
    font-weight: normal;
    padding: 20px;
    font-size: 22px;
    color: #133069;
    margin-bottom: 20px;
}

.service_link_btn {
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.service_link_btn a:hover {
    color: white;
    opacity: .6;
}

.service_info_btn {
    background: #133069;
    padding: 20px;
    color: #ffffff;
    width: 300px;
    font-size: 15px;
    margin: 10px;
    border-radius: 3px;
}

.service_trial_btn {
    background: #0f6cb4;
    padding: 20px;
    color: #ffffff;
    width: 300px;
    font-size: 15px;
    margin: 10px;
    border-radius: 3px;
}

.service_sample_btn {
    background: #47a1b3;
    padding: 20px;
    color: #ffffff;
    width: 300px;
    font-size: 15px;
    margin: 10px;
    border-radius: 3px;
}

.service_link_btn p {
    text-align: center;
}

.ttl_txt {
    font-size: 20px;
    display: flex;
    color: #313c4e;
}

.ttl_txt_bg {
    background: url(/files/user/images/ttl_bg.png?v=1522078105) no-repeat;
    min-width: 99px;
    text-align: center;
    padding: 3px 0px;
}

.ttl_sub {
    padding: 0;
}

.case_check_txt {
    background: #f2f6fa;
    padding: 10px;
    margin-bottom: 50px;
    max-width: 907px;
}

.case_check_txt p {
    text-indent: -7.2em;
    padding-left: 7.2em;

}

.link_paradigm {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    padding: 20px 60px;
}

.case_padding {
    padding-bottom: 30px;
}

/******************
    カテゴリー検索ページ
*******************/

.cat_flex {
    display: flex;
}

.service_cat_ttl h2 {
    text-align: left;
    padding-right: 35px;
    color: #313c4e;
    min-width: 240px;
}

.service_top_cat {
    padding: 30px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 60px;
}

.service_top_cat .page {}

.service_top_cat .page.service_top_cat .service_cat_ttl {}

.service_top_cat h2 {}

.service_top_cat .service_cat li {
    display: inline-block;
    text-align: center;
    padding-right: 5px;
    margin-bottom: 10px;
}

.service_top_cat ul {}

.service_top_cat li {}

.service_top_cat a {}

.case_category_txt {
    background-color: #f2f6fa;
    border: 1px solid #d9d9d9;
    padding: 30px 0 30px 40px;
    font-size: 16px;
    margin-bottom: 30px;
}

.case_category_txt p {
    color: #464f5e;
}

.case_category_txt a {
    color: #0f6cb4;
}

.case_category_txt h3 {
    color: #0f6cb4;
    font-size: 18px;
}

.service_cat_txt {
    padding: 5px 25px 5px 15px;
    color: #ffffff;
}

.service_cat .cat_on {
    background-color: #53b3db;
}

.service_cat li {
    background-color: #0f6cb4;
    margin-right: 5px;
    border-radius: 3px;
}

.service_cat li:hover {
    background-color: #53b3db;
}

.case_service_txt {
    /*    width: 570px;*/
    width: 100%;
    /*    height: 200px;*/
    background-color: #f9f9f9;
    border: 1px solid #ffffff;
    padding: 20px 0 20px 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.case_service_txt:hover {
    border: 1px solid #000000;
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .service_top_cat {
        padding: 0px;
        margin-bottom: 30px;
    }

    .service_top_cat .service_cat li {
        padding: 0px;
    }

    .service_cat_txt {
        padding: 0px;
    }
}


/******************
    カテゴリー検索ページ
*******************/

.case_service_search_ttl {
    margin: 30px 0;
    color: #313c4e;
}

.case_txt_flex .cate_txt_left {
    padding-right: 15px;
    width: 50%;
}

.case_txt_flex .cate_txt_left h2 {
    line-height: 1.4;
    font-size: 26px;
    text-align: left;
    padding-bottom: 30px;
    height: auto;
}

.case_txt_flex .cate_txt_right {
    padding-left: 15px;
    width: 50%;
}

.case_txt_flex .cate_txt_right h2 {
    line-height: 1.4;
    font-size: 26px;
    text-align: left;
    padding-bottom: 30px;
    height: auto;
}

.case_txt_flex .case_txt_left .link_other_service_ttl h2 {
    padding: 0;
    color: #0f6cb4;
    font-size: 22px;
}

.case_txt_flex .case_txt_right .link_other_service_ttl h2 {
    padding: 0;
    color: #0f6cb4;
    font-size: 22px;
}

.link_other_service_ttl h2 {
    font-weight: normal;
    padding: 0;
    height: 50px;
}

.case_service_search_ttl h2 {
    text-align: left;
    font-size: 26px;
}

.link_other_service_txt {
    margin-top: 20px;
}

.case_service_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.case_service_flex a {
    display: inline-block;
    width: calc(93%/3);
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.case_service_flex .case_service_flex_none {
    border: none;
}

.case_service_flex a:hover {
    background-color: #0f6cb4;
    color: #ffffff;
}

.case_service_flex a:hover h2 {
    background-color: #0f6cb4;
    color: #ffffff;
}

.case_service_flex a:hover .icon_arrow:after {
    content: '';
    background: url(/files/user/images/icon_arrow_hover.png?v=1522078087) center center no-repeat;
    width: 20px;
    height: 36px;
    padding-right: 72px;
}

.case_service_inner_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0 17px 17px;
    min-height: 130px;
    position: relative;
}

.case_service_inner_ttl h2 {
    color: #0f6cb4;
    font-size: 22px;
    padding: 10px;
    text-align: left;
}

.case_service_inner_txt {
    padding: 0 10px;
    font-size: 16px;
}

.syllabary_flex {
    display: flex;
    justify-content: space-between;
}

.case_syllabary {
    display: inline-block;
    width: calc(93%/3);
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#syllabary {
    position: relative;
}

.case_syllabary dd {
    background-color: #f2f6fa;
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
}

.case_syllabary dl {
    margin-bottom: 20px;
}

.case_syllabary li {
    padding-bottom: 5px;
    text-indent: -2.6em;
    padding-left: 3em;
}

.case_syllabary li a {
    font-size: 14px;
}

.syllabary_head {
    background: #0f6cb4;
}

.syllabary_head h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    width: 90%;
}

@media screen and (max-width: 992px) {
    .case_service_flex a {
        display: inline-block;
        width: calc(93%/2);
        margin: 10px;
    }
    .case_service_flex {
        justify-content: center;
    }
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .case_txt_flex .cate_txt_left {
        width: 100%;
        padding: 0px
    }

    .case_txt_flex .cate_txt_right {
        width: 100%;
        padding: 0px
    }

    .case_txt_flex .case_txt_left .link_other_case_ttl h2 {
        font-size: 20px;
    }

    .cat_flex {
        display: block;
    }

    .service_top_cat .service_cat ul {
        padding: 10px;
    }

    .service_top_cat .service_cat li {
       padding: 0 20px 2px 5px;
    }
    
    .under_link_arrow:after{
        margin-top: 8px;
    }

    .service_link {
        padding: 0;
    }

    .service_link_btn {
        display: block;
        text-align: left;
    }

    .case_syllabary dd {

        display: none;
    }

    .service_link_none_bg {
        padding: 0px;
    }

    .service_info_btn {
        width: 100%;
        display: flex;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .service_link_btn p {
        margin: auto;
    }

    .service_trial_btn {
        width: 100%;
        display: flex;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .service_sample_btn {
        width: 100%;
        display: flex;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .case_txt_right img {}
    .case_syllabary {
        width: 100%;
        margin-bottom: 0;
    }

    .syllabary_flex {
        display: block;
    }

    .case_service_flex a {
        width: 100%;
    }

    .service_cat_ttl h2 {
        padding-right: 35px;
    }

    .service_link {
        padding: 30 10px;
    }

    .service_link h2 {
        padding: 0;
    }

    .service_link_inner {
        padding: 20px 0;
    }

    .link_paradigm {
        padding: 20px;
    }
}

.case_txt p {
    margin-bottom: 30px;
    color: #464f5e;
    font-size: 16px;
}

/**強調枠下のマージンをトル**/
.case_point_first_txt p {
    margin: 0px;
}

p.doc-annotaion {
    margin: 0;
}

/******************
    FAQページ
*******************/

.faq_list dt {
    display: flex;
    align-items: center;
    font-size: 18px;
    min-height: 50px;
    padding-left: 66px;
    margin-top: 30px;
    font-weight: bold;
    background: url(/files/user/images/faq_question.png?v=1522078086) no-repeat;
}

.faq_list dd {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-bottom: 30px;
    padding-left: 66px;
    margin-top: 10px;
    margin-bottom: 29px;
    background: url(/files/user/images/faq_answer.png?v=1522078085) no-repeat;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

.faq_txt_ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.faq_txt_ttl h2 {
    text-align: left;
    font-size: 24px;
}

.faq_txt p {
    margin-bottom: 0px;
    color: #464f5e;
    font-size: 16px;
}

.faq_list .accordion {
    width: 100%;
}

.faq_list span {
    width: 100%;
}

.accordion ul {
    width: 95%;
    padding: 0;
}

.accordion li {
    position: relative;
    list-style: none;
}

.accordion li:first-child {
    border-top: 1px solid #ffffff;
}

.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    color: #313c4e;
    cursor: pointer;
    padding: 5px 0px 0px;
    position: relative;
    opacity: 1;
}

.accordion > ul > li > a:hover {
    text-decoration: none;
    color: #0f6cb4;
}

.accordion > ul > li > a:visited {
    text-decoration: none;
    color: #313c4e;
}

.accordion > ul > li > p {
    display: none;
    text-align: left;
    padding: 0px;
    color: #313c4e;
}

.accordion > ul > li > .a_seminar_list {
    width: 100%;
    display: none;
}

.accordion > ul > li > .a_seminar_list li {
    border-top: 1px solid #dedede;
    padding: 10px;
}

.accordion > ul > li > .a_seminar_list li:last-child {
    border-bottom: 1px solid #dedede;
}

.accordion > ul > li > .a_seminar_list li .a_seminar {
    display: flex;
    align-items: flex-start;
}

.accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar01 {
    width: 410px;
    align-items: center;
    flex-wrap: wrap;
}

.accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar02 {
    width: 100%;
}

.accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar_date {
    float: left;
    width: 180px;
    padding: 3px 0;
    color: #2b78c2;
    line-height: 1.4;
    margin-bottom: 2px;
    text-align: justify;
}

.accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar_place {
    float: left;
    width: 90px;
    margin-left: 10px;
    padding: 3px 0;
    font-size: 16px;
    color: #6b8dff;
    text-align: center;
    margin-bottom: 2px;
}

.a_seminar_txt h3 {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
    color: #0f6cb4;
}

.accordion > ul > li > .a_info_list {
    width: 95%;
    display: none;
}

.accordion > ul > li > .a_info_list li {
    border-top: 1px solid #dedede;
    padding: 10px;
}

.accordion > ul > li > .a_info_list li:last-child {
    border-bottom: 1px solid #dedede;
}

.accordion > ul > li > .a_info_list li .a_info {
    display: flex;
    align-items: flex-start;
}

.accordion > ul > li > .a_info_list li .a_info .a_info01 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    align-items: center;
    flex-wrap: wrap;
}

.accordion > ul > li > .a_info_list li .a_info .a_info02 {
    max-width: 840px;
}

.accordion > ul > li > .a_info_list li .a_info .a_info_date {
    float: left;
    width: 180px;
    padding: 3px 0;
    color: #2b78c2;
    line-height: 1.4;
}

.accordion > ul > li > .a_info_list li .a_info .a_info_place {
    float: left;
    width: 90px;
    margin-left: 10px;
    padding: 3px 0;
    background: #ffffff;
    font-size: 12px;
    color: #0f6cb4;
    text-align: center;
    border: 1px solid #0f6cb4;
}

.a_info_txt h3 {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
    color: #0f6cb4;
}


.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.accordion li .accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: -25px;
}

.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
    span {
        width: 100%;
    }
    .accordion {
        width: 100%;
        position: relative;
    }
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {

    .accordion > ul > li > .a_info_list li .a_info .a_info_date {
        float: none;
    }
    .accordion > ul > li > .a_info_list li .a_info .a_info_place {
        float: none;
    }

    .accordion > ul > li > .a_info_list li .a_info {
        display: block;
    }


}


/******************
    セミナーページ
*******************/

.seminar {
    display: flex;
    align-items: center;
}

.block_left.seminar01 {
    display: flex;
    align-items: center;
}

.seminar_top_cat {
    padding: 30px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}

.seminar_list {
    margin-top: 0;
    margin-bottom: 40px;
}

.seminar_list li {
    border-top: 1px solid #dedede;
    padding: 10px;
}

.seminar_list li:last-child {
    border-bottom: 1px solid #dedede;
}

.seminar_list li .seminar,
.seminar_list li .seminar > div {
    display: flex;
    align-items: center;
}

.seminar_list li .seminar .seminar01 {
    width: 400px;
    align-items: center;
}

.seminar_list li .seminar .seminar02 {
    width: 100%;
}

.seminar_list li .seminar .seminar_date,
.accordion .seminar_date {
    float: left;
    min-width: 180px;
    padding: 3px 0;
    color: #2b78c2;
    line-height: 1.4;
    margin-bottom: 2px;
    text-align: justify;
}

.seminar_list li .seminar .seminar_place,
.accordion .seminar_place {
    float: left;
    min-width: 120px;
    margin-left: 10px;
    padding: 3px 0;
    font-size: 16px;
    color: #6b8dff;
    text-align: center;
    margin-bottom: 2px;
}

.seminar_list li .seminar .seminar_title,
.a_seminar_list li .seminar .seminar_title {
    margin-left: 10px;
    padding: 3px 0;
    margin-bottom: 0;
}

.seminar_txt {
    margin-bottom: 20px;
}

.seminar_txt h3 {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
    color: #0f6cb4;
    margin-bottom: 0px;
}

.seminar_cat_ttl h2 {
    text-align: left;
    padding-right: 35px;
    padding-bottom: 20px;
    color: #313c4e;
}

.seminar_title14 {
    font-size: 14px;
}

/* ページャー */
.pageLink {
    overflow: hidden;
}

.pageLink .summary {
    text-align:center;
}
 
.pageLink ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pageLink ul li {
    margin: 0 3px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pageLink ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 0.3em 1em;
    border-radius: 3px;
}
 
.pageLink ul li a:hover {
    background: #333;
    color: #FFF;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .seminar_list li .seminar .seminar_date {
        width: auto;
    }

    .seminar_list li .seminar {
        display: block;
    }

    .seminar_list li .seminar > div {
        width: 100%;
    }

    .seminar_list li .seminar .seminar_date,
    .accordion .seminar_date {
        width: 200px;
        font-weight: bold;
    }

    .seminar_list li .seminar .seminar_place {
        width: 90px;
    }

    .seminar_list li .seminar .seminar_place:after {
        content: '';
        display: block;
    }

    .seminar_list li .seminar .seminar_title {
        margin-left: 0px;
    }

    .seminar_list li .seminar .seminar01 {
        min-width: 0;
        max-width: none;
        justify-content: flex-start;
        width: 100%;
    }

    .a_seminar_list li .seminar {
        display: block;
    }
}

.two-col-left {
    width: calc(50% + 30px);
}

.two-col-right {
    width: 50%;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .two-col-left,
    .two-col-right {
        width: 100%;
    }
}

.anchor_menu_wrap .two-link {
    width: 50%;
    height: 50px;
}


.flex-end {
    justify-content: flex-end;
}

.link_other_service_ttl img {
    width: auto;
    height: 70px;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .link_other_service_ttl img {
        max-width: 100%;
        height: auto;
    }
}

.kanren_service {
    padding: 20px 30px 20px;
}

.kanren_service .link_other_service_txt {
    margin-top: 10px;
}

.trial_link.case_txt_flex {
    display: flex;
    flex-wrap: wrap;
}

.trial_link.case_txt_flex .trial_btn {
    max-width: 280px;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .trial_link.case_txt_flex .trial_btn {
        max-width: none;
    }
}

.mailmaga {
    float: right;
}

.mailmaga .service_info_btn {
    margin: 5px 0 20px 20px;
}

.mailmaga .service_info_btn p {
    color: #fff;
    margin: 0;
    width: 100%;
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .mailmaga {
        width: 100%;
    }

    .mailmaga .service_info_btn {
        margin: 0 0 10px;
        text-align: center;
    }
}

/****************
情報活用塾講師別一覧
****************/

#case_juku {
    padding: 30px 20px 60px;
    border-bottom: 1px solid #d3d8de;
}

#case_juku_last {
    padding: 30px 0 60px;
}

.case_juku_info {
    width: 89%;
    padding-left: 20px;
}

.case_juku_info_single {
    width: 75%;
}

.case_juku_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffffff;
}


.case_juku_info ul li {
    margin: 10px 0;
    font-size: 18px;
    text-indent: -2em;
    padding-left: 2em;
}

.case_juku_info ul li a {
    color: #0f6cb4;
}

.case_juku_sub p {
    font-size: 22px;
    margin-bottom: 10px;
}

.case_juku_ttl {
    margin-bottom: 15px;
}

.case_juku_ttl h2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
    color: #313c4e;
}

.case_juku_txt {
    color: #313c4e;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.case_juku_top_txt {
    width: 100%;
    color: #313c4e;
    font-size: 16px;
    padding: 30px 0;
}

.case_txt {
    margin-bottom: 50px;
    font-size: 16px;
}

.case_lect_name {
    color: #313c4e;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.back_num_arrow:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #313c4e;
    border-right: solid 1px #313c4e;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 1px;
    margin-left: 0px;
}

.backnum_btn_flex {
    justify-content: space-between;
    display: flex;
}

/****************
情報活用塾
****************/

#juku_menu {
    background-color: #f7f7f7;
    padding: 30px 0;
    margin-bottom: 30px
}
@media screen and (max-width: 666px) {
    #juku_menu {
        padding: 0;
        margin-bottom: 0;
        margin-top: 5px;
    }
}


#juku {
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #d3d8de;
}

#juku_nolink {
    padding: 10px 0;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#juku:hover {
    border: 1px solid #000000;
}

.juku_cat {
    background-color: #ffffff;
    color: #0f6cb4;
    padding: 5px 0;
    text-align: center;
    margin: auto 30px auto 0px;
    min-width: 120px;
    border: 1px solid #0f6cb4;
}

.juku_sub {
    font-size: 18px;
    margin-right: 30px;
}

.juku_sub .juku_name {
    color: #464f5e;
    font-size: 16px;
}

.juku_ttl {
    font-size: 18px;
    font-weight: bold;
}

.juku_flexbox {
    display: flex;
    align-items: baseline;
    width: 100%;
    vertical-align: middle;
}

.juku_menu_wrap {
    justify-content: space-between;
}

.juku_menu_wrap a {
    display: inline-block;
    width: calc(95%/3);
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #0f6cb4;
    margin-bottom: 10px;
    position: relative;
}

.juku_menu_wrap .case_menu_none {
    display: inline-block;
    width: calc(98%/5);
    height: 50px;
    color: #d3d8de;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 10px;
    position: relative;
}

.juku_menu_wrap a:hover {
    background-color: #53b3db;
}

.juku_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    min-width: 210px;
}

.buttonGroup input[type="radio"] {
    display: none;
}

.buttonGroup label {
    width: 140px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #0f6cb4;
    margin: 0px 10px 5px;
    position: relative;
    border-radius: 3px;
}

.buttonGroup label:hover {
    background-color: #53b3db;
}


.buttonGroup input[type="radio"]:checked + label {
    background-color: #53b3db;
    color: #ffffff;
}

/****絞り込みボタン上*****/
li.btn1{
    width: calc(98%/5);
    height: 50px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #0f6cb4;
    margin: 0 0.15% 0 0;
    position: relative;
    border-radius: 0;
}
@media screen and (max-width: 992px) {
    li.btn1 {
        width: 100%;
        height: 50px;
        padding: 12px;
        font-size: 16px;
        margin: 0 0 1px 0;
        border-radius: 0;
    }
}
@media screen and (max-width: 666px) {
    li.btn1 {
        height: 35px;
        padding: 6px;
        font-size: 12px;
        margin: 0 0 10px 0;
    }
}

/****active色変え*****/
li.btn1.active {
  background-color: #53b3db;
}

/****絞り込みボタン下*****/
li.btn2{
    width: 135px;
    height: 50px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #0f6cb4;
    margin: 0px 10px 5px;
    position: relative;
    border-radius: 3px;
}
/****active色変え*****/
li.btn2.active {
  background-color: #53b3db;
/****絞り込みボタンhover*****/
}
a li.btn1:hover {
    background-color: #53b3db;
}
#active_btn1 {
    background-color: #53b3db;
}


.cap_katsuyou {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.tribox_katsuyou {
    text-align: center;
    width: 445px;
}

.prev_column:before {
    content: '前回のコラム';
    padding: 0px 8px 2px 8px;
    margin-right: 10px;
    background-color: #ffffff;
    font-size: 12px;
    color: #0f6cb4;
    border: 1px solid #0f6cb4;
}

.next_column:before {
    content: '次回のコラム';
    padding: 0px 8px 2px 8px;
    margin-right: 10px;
    background-color: #ffffff;
    font-size: 12px;
    color: #0f6cb4;
    border: 1px solid #0f6cb4;
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .page70 {
        width: 100%;
        padding: 0;
    }

    .buttonGroup label {
        width: 33%;
        height: 50px;
        padding: 8px;
    }

    .buttonGroup .block_flexbox {
        display: block;
        line-height: 2.7;
    }

    .cap_katsuyou {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .tribox_katsuyou {
        text-align: center;
        width: 100%;
    }
}

.and_more {
    text-align: center;
    margin-bottom: 60px;
}

.and_more_dot {
    text-align: center;
    margin-bottom: 60px;
    color: #667780;
    font-weight: bold;
    font-size: 30px;
}

.and_more a {
    color: #0f6cb4;
    font-size: 16px;
}

#trial_juku {
    padding: 30px 0;
}

.case_juku_link {
    border: 1px solid;
    padding: 5px 20px;
}

.juku_en {
    font-size: 16px;
}

.instructor_img {
    width: 11%;
}

.instructor_img img {
    width: 100%;
}

#more_btn {
    text-align: center;
    padding: 60px;
    color: #0f6cb4;
    font-size: 16px;
}

.ranking_img {
    text-align: center;
}

.ranking_img img {
    width: 100%;
    max-width: 1090px;
}

@media screen and (max-width: 992px) {}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {

    #more_btn {
        padding: 20px;
    }

    .instructor_img {
        width: 35%;
        height: 100%
    }

    .instructor_img img {
        width: 100%;
    }

    .juku_flexbox {
        display: block;
    }

    .juku_cat {
        width: 120px;
        height: 30px;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px;
    }

    .case_juku_info {
        width: 100%;
        padding: 0;
    }
    .case_juku_info_single {
        width: 100%;
        padding: 0;
    }

    #case_juku .btn_list {
        font-size: 16px;
    }

    #case_juku_last .btn_list {
        font-size: 14px;
    }

    .back_juku_link_arrow:before {
        width: 16px;
        height: 16px;
        margin-top: 0px;
        margin-left: -110px;
    }

    .case_juku_ttl h2 {
        font-size: 20px;
    }

    .case_flexbox {
        display: block;
    }

    a .trial_txt {
        padding-top: 0;
        font-size: 16px;
        line-height: 1.2;
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/****************
お知らせ
****************/

.back_info {
    margin: 20px 0 20px;
}



/***************
大学・教育機関
***************/

/* 重点サービス */

.service_contents {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #0f6cb4;
    background-color: #fff;
    width: 335px;
    height: 240px;
    margin: 0 auto;
}

.pickupbox .service_contents .service_contents_logo {
    display: block;
    width: 220px;
    margin: 18px auto 13px;
}

.pickupbox .service_contents .service_contents_img {
    position: absolute;
    top: 40%;
    left: 38%;
    width: 25%;
    display: block;
}

.pickupbox_wrap span {
    font-size: 14px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    color: #667780;
    text-align: center;
}

.service_contents:hover {
    border: solid 2px #000;
}

.service_contents:hover .service_contents_img {
    transform: scale(1.07, 1.07);
}

/* ここまで */

.edu_service_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.edu_service_flex a {
    display: inline-block;
    width: calc(93%/5);
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.edu_service_flex .edu_service_flex_none {
    border: none;
}

.edu_service_flex a:hover {
    background-color: #0f6cb4;
    color: #ffffff;
}

.edu_service_flex a:hover h2 {
    background-color: #0f6cb4;
    color: #ffffff;
}

.edu_service_flex a:hover .icon_arrow:after {
    content: '';
    background: url(/files/user/images/icon_arrow_hover.png?v=1522078087) center center no-repeat;
    width: 20px;
    height: 36px;
    padding-right: 32px;
}

.edu_service_inner_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    min-height: 60px;
}

.edu_service_inner_ttl h2 {
    color: #0f6cb4;
    font-size: 22px;
    padding: 7px;
    text-align: left;
}

.edu_service_inner_txt {
    padding: 0 10px;
    font-size: 16px;
}

.syllabary_flex {
    display: flex;
    justify-content: space-between;
}

.edu_syllabary {
    display: inline-block;
    width: calc(93%/3);
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#syllabary {
    position: relative;
}

@media screen and (max-width: 992px) {
    .pickuptext_wrap.column2 > * {
        margin-left: 0px;
        margin-right: 0px;
    }

    .casebox_wrap {
        justify-content: center;
    }

    .casebox_wrap .casebox {
        margin-left: 10px;
        margin-right: 10px;
    }

    .edu_service_inner_ttl h2 {
        font-size: 20px;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {

    .edu_block_flexbox {
        display: block;
    }

    #edu_top_service_occup {
        width: 100%;
    }

    #edu_top_service_purpose {
        width: 100%;
    }

    #edu_top_service_category {
        width: 100%;
    }

    .edu_service_flex {
        display: block;
    }

    .edu_service_flex a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .anchor_menu_wrap .five-link{
        height: 25px;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .casebox_wrap {
        flex-direction: row;
    }

    .casebox_wrap .casebox {
        /*width: 320px;*/
        width: 100%;
    }

    .casebox_wrap .casebox .link_arrow:after {
        width: 10px;
        height: 10px;
        margin-top: 15px;
        margin-left: 4px;
    }

    .casebox_wrap .casebox .case_nikkeilist li span {
        font-size: 16px;
    }

    .casebox_wrap .casebox .case_name {
        font-size: 22px;
    }

    .casebox_wrap .casebox .case_summary {
        font-size: 18px;
        line-height: 1.4;
    }

    .pickuptext_wrap .pickuptext {
        margin: 0px;
        margin-bottom: 20px;
    }

    .block_flexbox.column2 > * {
        margin-left: 0px;
        margin-right: 0px;
        /*height: 30px;*/
        margin-bottom: 10px;
        margin: 5px auto 5px;
    }
    .block_flexbox1.column2 > * {
        margin-left: 0px;
        margin-right: 0px;
        /*height: 30px;*/
        margin-bottom: 10px;
    }
}


/*****************
ランキング移植用
*****************/

table.main_rank {
    width: 70%;
    margin: 0px auto 40px auto;
}

table.main_rank thead tr {
    vertical-align: middle;
}

table.main_rank thead th {
    color: #fff;
    padding: 8px 2px;
    background-color: #258;
    background: #258;
    background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));

    font-weight: bold;
    border-left: 1px solid #258;
    border-top: 1px solid #258;
    border-bottom: 1px solid #258;
    /*border-right:1px solid #258;*/
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;

    background: #258 !important;
    background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%) !important;
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9))) !important;

    border: solid 1px #CCC\9;
}

.lt-ie8 table.main_rank thead th,
lt-ie7 table.main_rank thead th {

    background: #258 !important;
}

#table_line thead th {}

.lt-ie9 table.main_rank thead th {
    background-color: #258 !important;
}

table.main_rank thead th.green {
    background: #21753c !important;
    background: -moz-linear-gradient(rgba(33, 117, 60, 0.7), rgba(33, 117, 60, 0.9) 50%) !important;
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(33, 117, 60, 0.7)), to(rgba(33, 117, 60, 0.9))) !important;
}

table.main_rank thead th:first-child {}

table.main_rank thead th:last-child {
    border-right: 1px solid #258;
}

table.main_rank tbody th {
    text-align: left;
    background-color: #F5F5F5;
    border: solid 1px #ccc;
    font-size: 16px;
    font-weight: normal;
    padding-left: 5px;
}

table.main_rank tbody td {
    text-align: right;
    padding: 5px 5px;
    background-color: #F5F5F5;
    border: solid 1px #ccc;
    font-size: 16px;
}

table.main_rank tbody td.number {
    text-align: center;
}

table.main_rank td.number div {
    padding-left: 40px;
}

table.main_rank td.number div.center {
    text-align: center;
    padding-left: 0px;
    background-image: none !important;
}

table.main_rank tr.rank1 td,
table.main_rank tr.rank1 th {
    font-size: 20px;
    font-weight: bold;
    color: #987e1a;
}

table.main_rank tr:nth-child(2n+1) th,
table.main_rank tr:nth-child(2n+1) td {

    background-color: #FFF;
}

table.main_rank tr.rank1 td.number div {
    background-image: url(/files/user/images/rank1.png?v=1522078100);
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    background-position: 2px 0px;
    padding-top: 3px;
}

table.main_rank tr.rank2 td,
table.main_rank tr.rank2 th {
    font-size: 18px;
    font-weight: bold;
    color: #7d7d7d;
}

table.main_rank tr.rank2 td.number div {
    background-image: url(/files/user/images/rank2.png?v=1522078100);
    background-repeat: no-repeat;
    height: 23px;
    line-height: 23px;
    background-position: 6px 0px;
}



table.main_rank tr.rank3 td,
table.main_rank tr.rank3 th {
    font-size: 16px;
    font-weight: bold;
    color: #7c3019;
}

table.main_rank tr.rank3 td.number div {
    background-image: url(/files/user/images/rank3.png?v=1522078101);
    background-repeat: no-repeat;
    height: 23px;
    line-height: 23px;
    background-position: 6px 0px;
}

table.main_rank td.alignleft {
    text-align: left;
}

table.main_rank td.aligncenter {
    text-align: center;
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {

    table.main_rank {
        width: 100%;
        margin: 0px auto 30px auto;
    }
}

/*****************
コラム内表組移植用
*****************/

.column_material {
    width: 100%;
    margin-bottom: 30px;
}

.column_material th,
.column_material td {
    border: solid 1px #CCC;
    padding: 5px 10px;
}

.column_material th {
    background-color: #F8F8F8;
}

.column_material td {}

.column_material td a {
    color: #087fc4;
    text-decoration: underline;
}

/****************
会社案内
****************/

.clumn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.corporate_1image img {
    width: 100%;
}

.corporate_2image img {
    width: 100%;
}

.corporate p {
    margin-bottom: 15px;
}

.h3_txt {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 5px;
    color: #0f6cb4;
}

.history_list {}

.history_list li:first-child {
    border-top: 1px solid #dedede;
}

.history_list li {
    border-bottom: 1px solid #dedede;
    padding: 25px 0px;
}

.history_frex {
    display: flex;
    align-items: center;
}

.history_date {
    min-width: 125px;
}

.history_txt {
    padding: 0 10px 0 50px;
}

.corporate {
    margin-bottom: 70px;
}

.corporate_list {
    margin: 0px auto 60px;
    width: 70%;
}

.corp_add li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dae6f2;
    padding: 8px 15px;
}

.corp_add li:last-child {
    border-bottom: 0;
}

.corporate_list tr:last-child td {
    padding: 0;
}

.corp_map {
    padding-top: 20px;
}

.corp_map_link {
    color: white;
    background-color: #0f6cb4;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 20px;
}

.english {
    padding: 7px 0;
}

.english_link {
    border: 1px solid;
    border-radius: 4px;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .corp_add li {
        display: block;
    }

    .corp_map_link {
        width: 80px;
    }

    .corporate_list th {
        min-width: 56px;
    }
    .corporate_list {
        margin: 0px auto 30px;
        width: 100%;
    }
    .english_link {
        padding: 2px;
        text-align: center;
    }
    .english_link .header_font {
        font-size: 14px;
        padding: 1px;
    }
}

/****************
アクセス
****************/

.access_txt {
    margin-bottom: 30px;
    color: #464f5e;
    font-size: 16px;
}

.map_txt {
    margin: 30px 0 80px;
    color: #464f5e;
    font-size: 16px;
}

#access_img {
    width: 90%;
    height: 450px;
    margin: auto;
}

.access_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.pdf_btn1 {
    background: #133069;
    padding: 12px;
    width: 640px;
    height: 40px;
    border-radius: 3px;
}

/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .pdf_btn1 {
        height: 30px;
    }

}

/****************
サポート
****************/

.read {
    margin-top: 20px;
    margin-bottom: 10px;
}

.support_menu_wrap {
    text-align: center;
    margin-left: 30px;
}

.sp_needs_menu_wrap {
    text-align: center;
    margin-left: 30px;
}

.support_menu_wrap a {
    display: inline-block;
    width: 320px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #0f6cb4;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
}

.sp_needs_menu_wrap a {
    display: inline-block;
    width: 320px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: #83969f;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
}

.support_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 270px;
}

.support_btn_list {
    min-width: 318px;
    max-width: 318px;
    height: 48px;
    text-align: center;
    margin: 5px auto;
    font-size: 16px;
    color: #313c4e;
    border: 2px solid #313c4e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.school_top_cat {
    padding: 30px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0px;
}

.school_top_cat .page {}

.school_top_cat .page.school_top_cat .service_cat_ttl {}

.school_top_cat h2 {}

.school_top_cat .service_cat li {
    display: inline-block;
    text-align: center;
    padding-right: 5px;
}

.school_top_cat ul {}

.school_top_cat li {}

.school_top_cat a {}

.table_width {
    width: 60%;
    margin: auto;
    text-align: left;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.support_menu_wrap th {
    text-align: center;
}

/****************
お問い合わせ
****************/

.contact_txt_flex {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 20px 30px;
    border: 1px solid #dedede;
}

.contact_txt_flex .case_txt_left {
    width: 100%;
    flex: 1 1 auto;
}

.contact_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 270px;
}

.contact_menu_wrap a {
    display: inline-block;
    width: 320px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
}

.contact_menu_wrap a:hover {
    opacity: 0.6;
}

.navy {
    background: #133069;
}

.blue {
    background: #47a1b3;
}

.yellow {
    background: #ecaa00;
}

.cb_color {
    background: #0f6cb4;
}

.form_txt_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.form_txt_flex .case_txt_left {
    width: 24%;
    margin-right: 20px;
    flex: 0 0 auto;
}

.form_right {
    display: flex;
    width: calc(100% - 24% - 20px);
    flex-wrap: wrap;
    /* padding: 5px; */
}

.form-control {
    min-height: 24px;
}

.c-error__input {
    border: 1px solid #f00;
    background-color: #fff2f2;
}

textarea {
    width: 900px;
    height: 150px;
}
.form_right textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.width900 {
    width: 900px;
}

.width500 {
    width: 500px;
}

.width300 {
    width: 300px;
}

.width100 {
    width: 100px;
}

select {
    height: 30px;
    width: 210px;
}

/*
.form_right label {
    display: inline-block;
}
*/

.form_right label:not(:last-child) {
    margin-right: 20px;
}

input[type="checkbox"] {
    zoom: 1.5;
}
@media all and (-ms-high-contrast: none) {
    input[type="checkbox"] {
        zoom: 1;
    }
}

.form_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 190px;
}

.form_menu_wrap a {
    float: left;
    display: inline-block;
    width: 200px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
}

.form_menu_wrap a:hover {
    background: #53b3db;
}

iframe {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

.s_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 7px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
    background: #0f6cb4;
    border-style: none;
    cursor: pointer;
}

.s_button :hover {
    background: #53b3db;
}

.m_button {
    display: inline-block;
    width: 290px;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 7px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
    background: #0f6cb4;
    border-style: none;
    cursor: pointer;
}
.m_button:hover {
    background: #53b3db;
}


/* エラー */

.bg-danger {
    padding: 20px;
    border: 2px solid #f00;
    background-color: #fff3f3;
}

.text-danger {
    color: #f00;
}

.alert {
    width: 50%;
    margin: 0 auto 20px;
}

.alert ul {
    margin-top: 5px;
}

.alert li + li {
    margin-top: 2px;
}

.alert li::before {
    content: "・";
}

.c-form-error__msg {
    color: #f00;
}

@media screen and (max-width: 992px) {
    .form_right {
        /* display: flex; */
        width: 70%;
        padding: 5px;
    }
}
/* 元のブレークポイント → 767px → 426px → 666px */
@media screen and (max-width: 666px) {
    iframe {
        border: 0px !important;
    }

    
    .form_right {
        /*    display: flex;*/
        width: 75%;
        padding: 5px;
    }
    textarea {
        width: 75%;
        height: 150px;
    }
    .width900 {
        width: 75%;
    }
    .width500 {
        width: 45%;
    }
    .width300 {
        width: 25%;
    }
    .width100 {
        width: 8%;
    }

    .form_txt_flex {
        display: flex;
        padding-top: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_txt_flex .case_txt_left {
        width: 100%;
        margin-right: 0;
    }
    
    .case_txt_left .control-label {
        margin-bottom: 10px;
    }

    .form_right {
        width: 100%;
        padding: 0;
    }

    .form-control {
        width: 100%;
        min-height: 36px;
        padding: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        font-size: 16px;
    }

    .form_right select {
        width: 100%;
        min-height: 36px;
        border: 1px solid #ccc;
        font-size: 16px;
    }

    .contact_txt_flex {
        display: block;
    }
    
    .support_btn_list {
        box-sizing: border-box;
        width: 240px;
        min-width: 240px;
        max-height: 45px;
        font-size: 14px;
    }
    
    .contact_menu_wrap a {
        width: 100%;
    }

    .alert {
        width: 90%;
    }

}

/****************
当社の強み
****************/

.s_input_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.s_input_field {
    width: 70%;
    height: 35px;
    margin-right: 20px;
}

table tr.advan_or {
    background-color: #fcc47c;
}

table tr.advan_ye {
    background-color: #f0fa51;
}

table tr.advan_gr {
    background-color: #88e286;
}

table th.advan_or {
    background-color: #fcc47c;
}

table th.advan_ye {
    background-color: #f0fa51;
}

table th.advan_gr {
    background-color: #88e286;
}

table td.b_top {
    border-top: 1px solid #7b8eae;
}

table td.b_left {
    border-left: 1px solid #7b8eae;
}

table td.b_right {
    border-right: 1px solid #7b8eae;
}

table td.b_bottom {
    border-bottom: 1px solid #7b8eae;
}

table th.b_top {
    border-top: 1px solid #7b8eae;
}

table th.b_left {
    border-left: 1px solid #7b8eae;
}

table th.b_right {
    border-right: 1px solid #7b8eae;
}

table th.b_bottom {
    border-bottom: 1px solid #7b8eae;
}

.advantage_cat_ttl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.advantage_cat_ttl h2 {
    text-align: left;
    padding-right: 35px;
    padding-bottom: 20px;
    color: #313c4e;
}

.advantage_txt_ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.advantage_txt_ttl h2 {
    text-align: left;
    font-size: 24px;
    color: #313c4e;
}

.advantage_txt {
    margin: 0px 20px 60px 0px;
}

.advantage_txt_left {
    margin: 0px 20px 60px 0px;
}

.advantage_txt_left p {
    margin-bottom: 30px;
    color: #464f5e;
    font-size: 16px;
}


.advantage_txt h3 {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    color: #0f6cb4;
}

.advantage_txt p {
    margin-bottom: 30px;
    color: #464f5e;
    font-size: 16px;
}

.advantagebox_flex .table_area {
    width: 100%;
    margin: 0 auto;
}

.advantage_txt .table_area p {
    font-size: 16px;
}

.advantage_h2 {
    padding: 60px 0 40px;
}

.advantage_org_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    margin: 20px auto 100px;
}

.advantagebox_flex {
    display: flex;
    justify-content: space-between;
}

.advantagebox_flex img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .advantage_org_list {
        justify-content: center;
    }
    
    .advantage_org_list img {
        margin: 0px 10px 30px 10px;
    }
    
    .info_back_case {
        flex-wrap: wrap;
    }
    
    .case_info_link {
        margin: 10px;
    }
    
}
/* 元のブレークポイント→767px → 426px → 666px */
@media screen and (max-width: 666px) {
    .advantagebox_flex {
        display: block;
    }
    
    .advantage_txt_left {
        margin: 0px;
    }
    
    .page50 {
        width: 100%;
    }
    
    #top_bunnerbox_wrap .sp {
        width: 0px !important;
        height: 0px !important;
    }
    
    .s_input_field {
        width: 90%;
        margin-bottom: 20px;
    }
    
    .info_back_case {
        flex-wrap: wrap;
    }
    
    .case_info_link {
        margin: 5px;
    }
    
    .advantage_cat_ttl{
        margin-top: 20px;
        margin-bottom: 0;
    }

}

/****************
当サイトについて
****************/

.note {
    width: 90%;
    margin: 0 auto;
}

.list_dot {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 15px;
}


/****************
個人情報保護について
****************/

blockquote {
    padding: 0 0 0 15px;
    margin: 20px 0 18px;
    border-left: 5px solid #a9e0c1;
}

/******************
    35周年ページ
*******************/

/* メインビジュアル */

#anni_main_visual {
    background: url(/files/user/images/case_main_bg.png?v=1522078073) no-repeat right;
    background-size: cover;
    min-height: 140px;
}

#anni_main_visual h1 {
    font-weight: normal;
    font-size: 60px;
    display: flex;
    color: #ffffff;
    width: 100%;
    margin: auto;
    padding: 70px 0px 0px 0px;
    left: -10px;
    position: relative;
    line-height: 70px;
}

#anni_main_visual h3 {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    margin: auto;
}

.anni_txt {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #464f5e;
    font-size: 16px;
}

.anni_cap {
    margin-top: 5px;
    color: #464f5e;
    font-size: 16px;
}

.anni_prof_ttl {
    font-weight: bold;
    color: #464f5e;
    font-size: 16px;
}

.anni_prof_txt {
    color: #464f5e;
    font-size: 16px;
}

.anni_point_txt {
    background-color: #fafafa;
    padding: 20px;
    font-size: 16px;
    margin: 20px 0px 30px 0px;
    border: 1px solid #dbdbdb;
}

.link_other_case_txt .block_right {
    margin-left: 20px;
}

.anniv {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.anniv .link_wrap {
    width: 100%;
}

.anniv .block_right img {
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    .anniv {
        width: 100%;
        padding: 0 5px;
    }
}

.anniv .link_other_case {
    margin-bottom: 10px;
}

.anniv .link_other_case_txt {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
    #anni_main_visual {
        background-position: 70%;
        background-size: 175%;
    }
    .service_contents {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 830px) {
    #footer2 .page {
        display: block;
    }
}

/* アンカーメニュー */
.current{
    background-color: #617187;
}

/****************
スマートフォン
****************/
/* 元のブレークポイント→767px → 426px → 666px */
@media screen and (max-width: 666px) {
    
    a {
        font-size: 100%;
        word-wrap: break-word;
    }

    .resp_img {
        width: 55px;
    }
    
    h2 {
        font-size: 18px;
    }
/* 当社の強みタイトル */
    .advantage_txt_ttl h2 {
        font-size: 22px;
        line-height: 1.2;
    }
    
    
/* サービスタイトル */
    .case_txt_ttl h2 {
    font-size: 22px;
    line-height: 1.2;
    }
    
    .case_info_ttl h2{
        font-size: 22px;
    }
/****************
サービス一覧
****************/
    /* ヘッダー */
    a img.homeicon {
        padding-right: 1px;
        height: 10px;
    }

    #top {
        padding-top: 60px;
    }

    header {
        height: 60px;
    }

    .line_fixed {
        top: 60px;
    }

    header #header_logo_sp {
        width: 100px;
        height: 38px;
    }

    #sp_toggle {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 28px;
        height: 18px;
        cursor: pointer;
        z-index: 10001;
    }
    
    .header_font{
        font-size: 13px;
        padding: 5px;
    }

    /* トップ画像 */
    .page {
        overflow: hidden;
        padding: 0 15px;
    }

    /* パンくず */
    .bread_list {
        /*height: 20px;*/
        font-size: 12px;
        padding: 10px 0 0 0;
    }

    .bread_list li:last-child {
        font-size: 14px;
    }

    .bread_list li {
        display: inline;
        padding-right: 10px;
    }

    .case_school {
        padding: 10px 0;
    }

    .case_school_link {
        display: inline-block;
        float: right;
        padding: 0;
        /*max-width: 165px;*/
        /*width: 47%;*/
        font-size: 12px;
        /*margin-left: auto;*/
    }
    
    .link_arrow {
        font-size: 14px;
        width: 170px;
        padding-left: 2px;
    }
    
    .link_arrow:after {
        width: 8px;
        height: 8px;
        margin-top: 10px;
        margin-left: 5px;
    }

    /* 小タイトル */
    .icon_light:before {
        background-size: contain;
    }

    .case_service_search_ttl h2 {
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 3px;
    }
    .case_service_search_ttl {
        margin-bottom: 5px;
        margin-top: 0;
    }
    
    /* 重点サービスリンク */
    .pickupbox_wrap.column2 {
        justify-content: space-between;
    }
    
    .pickupbox_wrap .pickupbox {
        margin-bottom: 10px;
        width: 48%;
    }
    .service_contents {
        position: relative;
        box-sizing: border-box;
        border: 2px solid #0f6cb4;
        background-color: #fff;
        width: 100%;
        height: 94px;
        margin: 0 auto;
    }
    .pickupbox .service_contents .service_contents_logo {
        display: block;
        width: 120px;
        margin: 10px auto 13px;
    }
    .pickupbox .service_contents .service_contents_img {
        position: absolute;
        top: 45%;
        left: 38%;
        width: 25%;
        display: block;
    }
    .pickupbox_wrap {
        margin-top: 5px;
        padding: 0;
    }
    .pickuptext_wrap {
        margin-top: 0;
    }
    .pickupbox_wrap .pickupbox img {
        width: 98%;
        margin: 0 auto;
    }
    
    /* 一括記事検索サポート */
    .case_point_3rd_txt{
        padding: 30px 15px;
    }

    /* 目的で探す */
    .case_service_flex {
        margin-bottom: 20px;
    }

    .case_service_flex a {
        margin: 0 10px 10px 10px;
    }

    .case_service_inner_flex {
        min-height: 50px;
        padding: 0;
    }

    .case_service_flex a {
        height: 50px;
    }

    .case_service_inner_ttl h2 {
        font-size: 14px;
        padding: 0 0 0 10px;
    }

    .case_service_inner_txt {
        padding-left: 10px;
        font-size: 12px;
        width: 345px;
    }

    .page .case_service_flex p:after {
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        right: 15px;
        top: 40%;
        border: 0px;
        border-top: solid 1px #0f6cb4;
        border-right: solid 1px #0f6cb4;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    /* カテゴリーで探す */
    .icon_tag:before {
        background-size: contain;
    }

    .categorybox {
        width: 155px;
        height: 90px;
    }

    .categorybox_wrap img {
        width: 155px;
        height: 90px;
    }

    .categorybox_wrap {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .categorybox_frame {
        margin: 0 0 10px 0;
    }

    .categorybox {
        text-align: center;
        margin-right: 5px;
        margin-left: 5px;
        width: 150px;
        height: 94px;
    }

    .categorybox_wrap.block_flexbox.column2 .categorybox{
        height: 110px;
    }

    .categorybox_wrap.block_flexbox.column2.categorybox_wrap img {
        width: 80px;
        height: 80px;
    }
    .categorybox_wrap.block_flexbox1.column2.categorybox_wrap img {
        width: 145px;
        height: 90px;
    }

    
    .categorybox_wrap.block_flexbox.column2 .categorybox_flex {
        margin-top: -15px;
    }
    
    .categorybox_wrap.block_flexbox.column2 .case_category_inner_ttl h2 {
        font-size: 18px;
    }

    /* サービス名で探す */
    .case_syllabary li a {
        font-size: 12px;
    }

    .case_syllabary dd {
        padding: 5px 25px;
    }

    .icon_syllabary:before {
        background-size: contain;
    }

    .syllabary_flex {
        display: block;
    }

    .syllabary_head h3 {
        width: 100%;
        height: 20px;
    }

    .syllabary_head h3 {
        padding: 5px 0 5px 5px;
        font-size: 12px;
    }

    .up_link_arrow:after {
        margin-top: -13px;
        width: 5px;
        height: 5px;
        margin-left: 95%;
        top: 23px;
        left: 0;
    }

    /* フッター1 */
    #footer1 {
        padding: 20px 0;
    }

    #footer1 .footer_linklist dl dd ul li {
        font-size: 8px;
    }

    #footer1 .footer_linklist dl dd ul li a {
        font-size: 8px;
    }

    #footer1 .footer_linklist {
        padding: 10px 30px;
        width: 47%;
    }

    #footer1 #footer_linklist_wrap {
        margin-bottom: 10px;
        width: 100%;
    }

    /* フッター2 */
    #footer2 ul {
        text-align: center;
        margin-top: 0;
    }

    #footer2 ul li {
        display: inline;
        padding-right: 6px;
        float: none;
        margin-right: 0px;
        margin-left: 5px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 15px;
    }

    #footer2 ul li a {
        font-size: 12px;
    }

    #footer2 .footername {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    #footer2 .copyright {
        font-size: 11px;
        text-align: center;
    }

    #footer2 ul {
        margin-bottom: 0;
    }

    #footer2 {
        height: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
    /* 目的で探す > */
    .cat_flex{
        text-align: left;
    }
    
    .case_txt_flex .cate_txt_left h2,
    .case_txt_flex .cate_txt_right h2 {
        padding-bottom: 0;
    }
    
    .case_service_txt{
        padding: 20px 20px 0 20px;
    }
    
    /* お知らせ > */
    
    .info_sub_link,
    .info_txt_link {
        margin-right: 0;
    }
    
/****************
導入事例一覧
****************/
    .case_all {
        margin-bottom: 10px;
    }

    /* グローバルナビ */
    .fixed {
        top: 60px;
    }
    
    .case_img {
        max-width: 100%;
    }

    .anchor_menu {
        max-width: 345px;
        font-size: 11px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
        height: 25px;
    }

    .anchor_menu_wrap .four-link {
        height: 25px;
    }

    /* サービス別絞り込みボタン */
    .case_menu {
        max-width: 345px;
        width: 100%;
    }

    .case_menu_wrap a {
        width: 100%;
        font-size: 12px;
        height: 35px;
        padding: 5px;
    }

    #case_menu{
        margin-top: 5px;
    }

    /* 各事例リンク */
    
    .icon_arrow:after {
        display: none;
    }

    .case_img img {
        width: 345px;
    }

    #case_studies {
        padding: 10px 0;
        margin-top: 10px;
    }

    .case_ttl h2 {
        font-size: 22px;
    }

    .case_company {
        margin: 10px 0;
    }

    .case_company p {
        font-size: 16px;
    }

    .case_name {
        padding: 0 0 10px 0;
    }

    .case_name p {
        font-size: 16px;
    }

    .case_service_ttl {
        font-size: 18px;
    }

    .case_service li span {
        display: flex;
        padding: 2px 5px;
        font-size: 12px;
        height: 20px;
        justify-content: center;
        align-items: center;
    }

    .case_studies_flex {
        padding: 0 80px;
    }

    .case_info_noimg {
        padding-left: 0;
    }
    
    .case_service_ttl {
        padding-bottom: 3px;
    }
    
    /* サービス詳細 */
    table.small {
        font-size: 9px;
    }
    
    table.small th {
        padding: 0px;
    }
    
    table.small td {
        padding: 0px;
    }
    
    table.small td p {
        font-size: 9px;
    }
    
    .case_txt_flex img {
        max-width: 100%;
        min-width: 40%;
    }
    
    .corporate .case_txt_flex img {
        width: 196px;
    }
    
    /* 会社概要 */
    .history_frex {
        align-items: baseline;
    }
    
    .trial_btn2{
        height: 60px;
    }
    
    .english_link{
        margin-left: auto;
        width: 70px;
    }
    
    /****************
    情報活用塾
    ****************/
    .juku_sub{
        font-size: 13px;
        margin-right: 0px;
    }
    .juku_name {
        font-size: 16px;
    }
    .juku_ttl{
        font-size: 13px;
    }
    #case_juku{
        padding: 20px 0;
    }
    .case_juku_info ul li a{
        font-size: 16px;
    }
    
    .case_juku_link {
        display: inline-block;
        float: right;
        position: relative;
        padding: 0 2px;
/*
        margin-left: auto;
        width: 100px;
*/
    }
    
    .bread_list_flex{
        display: block;
    }
    #trial_juku{
        padding: 0;
    }
    
    /* セミナーページ */
    .accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar_date {
        font-size: 14px;
    }
    .accordion > ul > li > .a_seminar_list li .a_seminar .a_seminar_place {
        font-size: 14px;
    }
    .anchor_menu_wrap .two-link{
        height: 25px;
    }
    
    .seminar_top_cat{
        padding: 0;
    }
    
    .case_img_left img{
        max-width: 345px;
    }
    
    .btn_block a{
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }
    
    .btn_block{
        padding: 0px;
    }
    
    .case_txt_flex .case_2clm_right{
        padding-left: 0;
    }
    
    .a_seminar_title {
        font-size: 13px;
    }

    /* セミナー報告 > 記事 */
    
    .seminar_cat_ttl h2{
        padding-right: 0;
        line-height: 1.2;
    }
    
    /****************
    35周年
    ****************/
    #anni_main_visual h1{
        font-size: 26px;
        padding: 0;
    }
    #anni_main_visual h3{
        font-size: 12px;
    }
    #anni_main_visual{
        min-height: 0;
    }
    .btn_block a.col1{

    }
    .anniv .block_right img {
     margin-left: 0; 
    }
    .position_link_other_case_ttl {
        position: relative;
        top: -150px;
        left: 120px;
        width: 210px;
    }
    .position_link_other_case_company {
        position: relative;
        top: -150px;
        left: 120px;
        width: 200px;
    }
    .anniv .position_link_other_case_txt {
        margin-bottom: -130px;
        position: relative;
        top: -120px;
    }
    .anniv .link_other_case_txt p {
        display: none;
    }
    .anniv .link_wrap {
        width: 100%;
        height: 150px;
    }
    
    
    /* 大学・教育機関向け */
    
    .pickuptext_wrap .link_arrowedu:after{
        display: none;
    }
    .pickupbox_wrap .pickupbox {
        margin-top: 0px;
    }
    
    .icon_occ:before {
        padding-bottom: 2px;
    }
    
    .pickuptext_wrap .pickuptexttop {
        width: 345px;
        height: 60px;
        font-size: 14px;
        margin: 0;
    }
    .btn_list {
        width: 240px;
        height: 45px;
        font-size: 14px;
        box-sizing: border-box;
        margin: 10px auto;
    }
    
     /* 大学トップ */
    #edu_top_service .top_service_listwrap h2 {
        font-size: 18px;
    }
    
    #edu_top_service #edu_top_service_occup .top_service_list ul li {
        margin: 0;
    }
    #edu_top_service #edu_top_service_occup .top_service_list ul li a {
        font-size: 16px;
    }
    
    #edu_top_service #edu_top_service_purpose .top_service_list ul li {
        margin: 0;
    }
    #edu_top_service #edu_top_service_purpose .top_service_list ul li a {
        font-size: 16px;
    }
    
    #edu_top_service #edu_top_service_category .top_service_list ul li {
        margin: 0;
    }
    #edu_top_service #edu_top_service_category .top_service_list ul li a {
        font-size: 16px;
    }


    /* お客様サポート */
    .school_top_cat {
        padding: 0px;
    }
    .school_top_cat ul {
        margin-top: 10px;
    }
    .contact_txt_flex{
        padding: 30px 20px 20px 20px;
    }
    .sp_needs_menu_wrap a{
        left: 0px;
        width: 100%;
    }
    .support_menu_wrap a{
        left: 0px;
        width: 100%;
    }
    .support_menu_wrap {
        text-align: center;
        margin: auto;
        max-width: 320px;
    }
    .sp_needs_menu_wrap {
        text-align: center;
        margin: auto;
        max-width: 320px;
    }
    .ttl_txt_bg {
        font-size: 16px;
        margin-top: 10px;
    }
    /* 関連サービス */
    
    .case_txt_flex .case_2clm_left{
        padding-right: 0;
    }
    /* 会社案内 */
    
    .corporate_1image img {
        width: 130%;
        margin: -20px 0 -30px -50px;
    }
    .corporate_2image img {
        width: 130%;
        margin: -20px 0 -30px -26px;
    }
    /* サイトマップ */
    
    .page33 {
        width: 345px;
        margin: 0 auto;
        padding-left: 60px;
    }
    
    .case_txt_ttl {
        padding-bottom: 15px;
        border-bottom: 1px solid;
        margin-bottom: 15px;
        margin-top: 15px;
    }

}

/* スマホ改行用 */
.is-sp {
    display: none !important;
} 
@media screen and (max-width: 767px) {
    .is-sp {
        display: block !important;
    }
}

/****************
mobileM(425px)　※ブレイクポイントが確定かどうかが分からないため、上記と分けた状態にしておきます。
****************/

@media screen and (max-width: 426px) {
    /* グローバルナビ*/
    .anchor_menu {
        font-size: 11px;
    }

    /* 各事例リンク*/
    .case_studies_flex {
        padding: 0;
    }
    
     /* 導入事例 */
    .case_info_single {
        width: 100%;
        padding-left: 0;
    }
    
     /* 個人情報保護 */
    .page80 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

/****************
iPhone(375px)
****************/

@media screen and (max-width: 376px) {
    
    /* 各事例リンク */
    
    .anchor_menu_wrap .six-link {
    width: 100%;
    height: 25px;
    }
    
    .advantage_txt {
    margin: 0px 0px 60px 0px;
    }
    
    .page50 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
    
    table {
    width: 100%;
    margin: 0px;
    }
    
    .case_txt_flex .case_img_left {
    padding-right: 0;
    text-align: center;
    }
    
    .case_txt_flex .case_img_right {
    padding-right: 0;
    text-align: center;
    }
    
    .page80.case_txt_flex div {
        text-align: center;
    }
    
    .page80.case_txt_flex .case_info_txt {
        text-align: left;
    }
    
    #footer1 .footer_linklist dl dd ul li a {
    font-size: 12px;
    }
    
    #footer1 .footer_linklist {
    padding: 10px 10px;
    margin-right: 5px;
    margin-top: 5px;
    }
    
    .support_btn_list {
    width: 240px;
    min-width: 240px;
    max-height: 45px;
    }
    
    .link_arrow {
    font-size: 14px;
    /*width: 100%;*/
    }
    
    .link_arrow:after {
    width: 5px;
    height: 5px;
   margin-top: 9px;
    margin-left: 4px;
    }
    
}



/****************
印刷関連
****************/

#print_footer {
    display: none;
}

.print_icon {
    width: 250px;
    margin-right: 50px;
}

.print_logo {
    width: 100%;
}

.comp_name {
    font-size: 26px;
}

.comp_tel {
    font-size: 24px;
}

.footer_waku {
    background-color: #ffffff;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #47a1b3;
}

/*用紙サイズ*/
@media print {
    /*印刷から除外するアイテム*/
    header,
    #btnGoTop,
    #anchor,
    #border_line,
    .line_fixed {
        display: none;
    }
    /*印刷幅*/
    body {
        -webkit-print-color-adjust: exact;
        max-width: 100%;
    }

    #top {
        padding-top: 0px;
    }
    
    .bread_list li {
        position: relative;
    }
}
/*エラーページ調整*/
.err_block {
    width: 100% !important;
    padding: 20px 0 0 !important;
    margin: 20px auto 10px !important;
}
/*トップへ戻るを非表示*/
img#btnGoTop.delbtn {
    display: none;
}