@charset 'UTF-8';

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.pt10
{
    padding-top: 1em !important;
}

.pt15
{
    padding-top: 1.5em !important;
}

.pt20
{
    padding-top: 2em !important;
}

.pt25
{
    padding-top: 2.5em !important;
}

.pt30
{
    padding-top: 3em !important;
}

.pb0
{
    padding-bottom: 0 !important;
}

.mb0
{
    margin-bottom: 0 !important;
}

.mb5
{
    margin-bottom: .5em !important;
}

.mb10
{
    margin-bottom: 1em !important;
}

.mb30
{
    margin-bottom: 3em !important;
}

.mr50
{
    margin-right: 50px !important;
}

.ma0
{
    margin: 0 0 0 0 !important;
}

.p_ttl{
    font-size: 50px;
    font-weight: 400;
    position: relative;
    display: block;
    width: 1124px;
    margin: 0 auto 60px;
    padding: 40px 0 0;
    text-align: center;
    color: #36c;
}
.p_ttl.surv{
    font-size: 40px;
}
.p_ttl.surv span{
    font-size: 30px;
}

.p_ttl::before,
.p_ttl::after
{
    position: absolute;
    top: 0;
    bottom: 0;

    display: block;

    width: 130px;
    height: 165px;

    content: '';
}

.program_title
{
    font-size: 30px;
}

.program_title span
{
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    min-height: 1.7em;
    margin-right: 10px;
    padding: .5em 1em .4em;

    background: #dbdcdc;
}

.p_btn
{
    font-size: 21px;

    display: block;

    width: 600px;
    margin: 90px auto 40px;
    margin-top: 60px;
    padding: 20px 0;

    text-align: center;

    color: #fff;
    background: #5cb732;
    background-color: #1563d5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dlist_1
{
    display: flex;

    margin: 0;

    flex-wrap: wrap;
}

.dlist_1 dt,
.dlist_1 dd
{
    font-size: 17px;
    font-weight: bold;

    margin-bottom: 20px;
    padding: .5em 0;
}

.dlist_1 dt
{
    width: 6em;

    text-align: center;

    color: #276cc7;
    background: #dadbdb;
}

.dlist_1 dd
{
    width: calc(100% - 7em);
    margin-left: 1em;
}

.dlist_2
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.dlist_2 dt,
.dlist_2 dd
{
    font-size: 14px;
    font-weight: bold;

    box-sizing: border-box;
    margin: 0 0 20px;
    padding: .5em 0;
}

.dlist_2 dt
{
    width: 25%;

    text-align: center;

    color: #fff;
    background: #6c6;
}

.dlist_2 dd
{
    width: 70%;
}

.dlist_3
{
    font-size: 14px;
    font-weight: bold;

    margin: 0 0 15px 8px;
}

.dlist_3 dd
{
    margin-left: 40px;
}

.dlist_4
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.dlist_4 dt,
.dlist_4 dd
{
    font-size: 14px;
    font-weight: bold;

    box-sizing: border-box;
    margin: 0 0 20px;
    padding: .5em 0;
}

.dlist_4 dt
{
    width: 37%;

    text-align: center;

    color: #fff;
    background: #00b9ef;
}

.dlist_4 dt:first-of-type{
    background: #f39800;
}

.dlist_4 dd{
    width: 60%;
}

.ulist_1{
    margin: 0 0 0;
    list-style: none;
}

.ulist_1 li{
    font-size: 14px;
    line-height: 1.3em;
    position: relative;
    margin-bottom: 0;
    padding-left: .8em;
    letter-spacing: 0;
}

.ulist_1 li::before{
    position: absolute;
    top: .5em;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 auto auto 0;
    content: '';
    border-radius: 100%;
    background: #333;
}

.ulist_1.surv{
    color: #3366CC;
    margin-bottom: 2em;
}
.ulist_1.surv li{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}
.ulist_1.surv li::before{
    background-color: #3366CC;
}

.ulist_tri{
    font-size: 14px;
    margin: 0;
    list-style: none;
}

.ulist_tri li{
    line-height: 1.3em;
    position: relative;
    margin-bottom: .4em;
    padding-left: 1em;
    letter-spacing: 0;
}

.ulist_tri li::before{
    font-size: .8em;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: -5px;
    display: block;
    width: .8em;
    height: .8em;
    margin: 0 auto auto 0;
    content: '▼';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.ulist_line{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    list-style: none;
}

.ulist_line li{
    line-height: 1.3em;
    position: relative;
    margin-bottom: .4em;
    padding-left: 1.2em;
    letter-spacing: 0;
}

.ulist_line li::before{
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: .4em;
    height: 2px;
    margin: 0 auto auto 0;
    content: '';
    background: #666;
}

.olist_1
{
    margin: 0 0 0;

    list-style: none;

    counter-reset: number 0;
}

.olist_1 li
{
    font-size: 14px;
    line-height: 1.5em;

    position: relative;

    margin-bottom: 10px;
    padding-left: 1.3em;

    letter-spacing: 0;
}

.olist_1 li::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 1em;
    height: 1em;
    margin: 0 auto auto 0;

    content: counter(number) '.';
    counter-increment: number 1;
}

.stg_1,
.stg_2
{
    padding: .5em 1em;

    color: #fff;
}

.stg_1
{
    background: #ffa500;
}

.stg_2
{
    background: #36c;
}

.p_box_1{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.p_box_1 h3{
    font-size: 20px;
    position: absolute;
    top: -1em;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: 0 auto auto;
    padding: 0 .8em;
    text-align: center;
    background: #fff;
}

.p_box_1 figure{
    margin: 0 0 15px;
}

.p_box_1 figure img{
    width: 320px;
    height: auto;
}

.p_box_1 div{
    position: relative;
    box-sizing: border-box;
    width: 46.5%;
    padding: 45px 35px 45px 45px;
    border: #276cc7 solid 5px;
}

.p_box_1 div.l_box h3{
    width: 330px;
}

.p_box_1 div.l_box::after{
    position: absolute;
    top: 0;
    right: -65px;
    bottom: 0;
    left: 0;
    display: block;
    width: 38px;
    height: 52px;
    margin: auto 0 auto auto;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/program/p_1/icon_p_arw_r.png) no-repeat;
    background-size: 100% auto;
}

.p_box_1 div.r_box h3{
    width: 280px;
}

.p_box_1 div.r_box p{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2em;
    padding-top: .7em;
    text-align: center;
    letter-spacing: 1px;
    color: #276cc7;
}

.p_box_2{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p_box_2 div{
    box-sizing: border-box;
}

.p_box_2 div figure{
    margin: 0;
}

.p_box_2 div.l_box{
    width: 60%;
}

.p_box_2 div.r_box{
    width: 37%;
}

.p_box_2 div.r_box h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0;
    margin-bottom: 30px;
}

.p_box_2 div.r_box p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.p_box_3{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p_box_3 div{
    box-sizing: border-box;
}

.p_box_3 div figure{
    margin: 0;
}

.p_box_3 div.l_box{
    width: 48%;
}

.p_box_3 div.r_box{
    width: 48%;
}

.p_box_3 div.r_box h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.p_box_3 div.r_box p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.p_box_4{
    position: relative;
    counter-reset: number 0;
}

.p_box_4 h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.35em;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 1.5em;
    letter-spacing: 0;
    color: #36c;
}

.p_box_4 h3::before{
    font-size: 38px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    margin: auto auto auto 0;
    content: counter(number) ' ';
    counter-increment: number 1;
}

.p_box_4 figure{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    margin: 0;
}

.p_box_4 figure img{
    max-width: 100%;
}

.p_box_4 p{
    font-size: 16px;
    line-height: 1.4em;
    width: 100%;
    margin-bottom: .5em;
    letter-spacing: 0;
}

.p_box_4in{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.p_box_4in dt{
    width: 28%;
}

.p_box_4in dd{
    position: relative;
    box-sizing: border-box;
    width: 72%;
    margin: 0;
    padding-left: 1em;
}

.p_box_4in dd::before{
    font-size: .8em;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: -5px;
    display: block;
    width: .8em;
    height: .8em;
    margin: 0 auto auto 0;
    content: '▼';
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.p_box_5{
    width: 60%;
    padding: 30px 80px;
    border: #36c solid 5px;
}

.p_box_5 h3{
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #36c;
}

.p_box_5 h4{
    font-size: 22px;
    margin: 0 0 .3em;
    letter-spacing: 0;
    color: #36c;
}

.p_box_5 p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: .5em;
}

.p_box_5 .ulist_line{
    margin-bottom: .6em;
}

.p_box_6{
    display: flex;
    padding-bottom: 80px;
}

.p_box_6 div{
    position: relative;
    width: calc(33% - 68px);
    margin-left: 68px;
    padding: 35px 30px;
    border-radius: 1em;
    background: #e7f6fc;
}

.p_box_6 div::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: -30px;
    left: 60px;
    display: block;
    width: 65px;
    height: 30px;
    margin: auto auto 0 0;
    content: '';
    background: url(../images/program/p_1/icon_p_s0.png) no-repeat;
    background-size: 100% auto;
}

.p_box_6 div::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: -80px;
    left: -60px;
    display: block;
    width: 130px;
    height: 105px;
    margin: auto auto 0 0;
    content: '';
}

.p_box_6 div.man_1::before{
    background: url(../images/program/p_1/icon_p_s1.png) no-repeat center top;
    background-size: 100% auto;
}

.p_box_6 div.man_2::before{
    background: url(../images/program/p_1/icon_p_s2.png) no-repeat center top;
    background-size: 100% auto;
}

.p_box_6 div.man_3::before
{
    background: url(../images/program/p_1/icon_p_s3.png) no-repeat center top;
    background-size: 100% auto;
}

.p_box_6 div p{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.65em;
    letter-spacing: 0;
}

.p_box_7{
    position: relative;
}

.p_box_7 div.l_box{
    width: 82%;
}

.p_box_7 div.l_box figure{
    margin: 0;
}

.p_box_7 div.r_box{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}

.p_box_7 div.r_box p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.p_box_8{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.p_box_8 figure{
    margin: 0 0 15px;
}

.p_box_8 div.l_box{
    width: 32%;
}

.p_box_8 div.c_box{
    width: 26%;
}

.p_box_8 div.c_box p{
    margin-bottom: 1em;
}

.p_box_8 div.r_box{
    width: 37%;
}

.p_box_8 div.r_box h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0;
    margin-bottom: 30px;
}

.program_cont3_in .box2 a{
    position: absolute;
    top: 10px;
    left: 165px;
    display: block;
    width: 90px;
}

.program_cont3_in .box5{
    top: 644px;
    left: 303px;
}

.program_cont3_in .box7{
    top: 644px;
    left: 704px;
}

.program_menu{
    padding: 60px 0;
}

.program_menu .ext_m_h2{
    text-align: center;
    color: #ccc;
}

.program_menu ul{
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.program_menu ul li{
    font-size: 15px;
    display: block;
    margin: 0 15px;
    padding: 5px 20px 35px;
    list-style: none;
    color: #fff;
    background: #303f9f;
    flex: 1;
}

.program_menu ul li h3{
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 20px;
    display: block;
    display: flex;
    flex-direction: column;
    height: 90px;
    margin: 0;
    text-align: center;
    justify-content: center;
}

.program_menu ul li p{
    height: 6em;
}

.program_menu ul li:first-child{
    margin-left: 0;
}

.program_menu ul li:last-child{
    margin-right: 0;
}

.program_menu ul li a{
    display: block;
    width: 200px;
    margin: 30px auto 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.program_menu ul li a:hover{
    text-decoration: none;
    color: #303f9f;
    background: #fff;
}

.program_menu.ext_1 ul li p{
    height: 8em;
}

.hc_atcl{
    background: url(../images/hc/hc_ttl_bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.hc_atcl figure{
    margin: 0;
}

.hc_atcl section{
    margin-bottom: 50px;
}

.hc_atcl section.hc_ttl{
    margin-bottom: 35px;
    padding: 60px 0;
}

.hc_atcl section.hc_ttl .inner{
    padding: 25px 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 57%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
}

.hc_atcl section.hc_ttl .inner .ttl_box{
    display: flex;
    width: 1124px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hc_atcl section.hc_ttl .inner .ttl_box figure{
    margin: 0 0 15px;
}

.hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_1{
    width: 69%;
}

.hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_2{
    width: 26%;
    padding: 5px 1.5em 0 0;
}

.hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_3{
    width: 50%;
}

.hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_4{
    width: 45%;
    padding-right: 1em;
}

.hc_atcl section h1{
    font-size: 22px;
    font-weight: normal;
    display: block;
    margin: 0 0 30px;
    text-align: center;
}

.hc_atcl section h2{
    font-size: 34px;
    display: block;
    width: 1124px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #36c;
}

.hc_atcl section .text{
    width: 1124px;
    margin: 0 auto 30px;
}

.hc_atcl section .text:last-of-type{
    margin-bottom: 0;
}

.hc_atcl section .text p{
    line-height: 1.5em;
    margin-bottom: 1em;
}

.hc_atcl .rpt_ttl{
    margin-bottom: 25px;
    /* IE6-9 */
    padding: 15px 20px;
    color: #fff;
    background: #0081cc;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0081cc 0%, #99cdeb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081cc', endColorstr='#99cdeb',GradientType=1 );
}

.hc_atcl .rpt_ttl p{
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: #fff solid 3px;
}

.hc_atcl .rpt_ttl p strong{
    font-size: 32px;
}

.hc_atcl .rpt_ttl p span{
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: .3em .5em .5em;
    border: #fff solid 2px;
}

.hc_atcl .rpt_ttl h3{
    font-size: 30px;
    margin: 15px 0;
    text-shadow: 3px 3px 8px #555;
}

.hc_atcl .rpt_ttl h4{
    font-size: 25px;
    margin: 15px 0;
    text-shadow: 3px 3px 8px #555;
}

.hc_atcl .hc_box_1{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hc_atcl .hc_box_1 .l_box{
    display: flex;
    width: 42%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc_atcl .hc_box_1 .l_box figure{
    width: calc(50% - .5px);
    margin-bottom: 1px;
}

.hc_atcl .hc_box_1 .l_box figure:first-of-type{
    width: 100%;
    margin-bottom: -3px;
}

.hc_atcl .hc_box_1 .r_box{
    width: 55%;
}

.hc_atcl .hc_box_1 .r_box p
{
    font-size: 18px;
}

.hc_atcl .hc_box_1 .r_box .ulist_tri
{
    font-size: 18px;
    line-height: 1.5em;

    margin-bottom: 1em;
}

.hc_atcl .hc_box_2
{
    display: flex;

    margin-bottom: 30px;

    justify-content: space-between;
}

.hc_atcl .hc_box_2 .l_box p
{
    font-size: 14px;
}

.hc_atcl .hc_box_3
{
    display: flex;

    margin-bottom: 50px;

    justify-content: space-between;
    flex-flow: row-reverse;
}

.hc_atcl .hc_box_3 .l_box
{
    width: 40%;
}

.hc_atcl .hc_box_3 .r_box
{
    width: 55%;
}

.hc_atcl .hc_box_3 .r_box p
{
    font-size: 14px;
}

.hc_atcl .hc_box_3 .r_box p.hc_btn a
{
    font-size: 18px;

    width: 45%;
    margin: 0 0 0 auto;
}

.hc_atcl .box_lec figure
{
    float: left;

    width: 140px;
    margin: 0 12px 0 0;
}

.hc_atcl .box_lec p
{
    font-size: 11px;

    display: block;
    float: left;

    padding-top: 45px;
}

.hc_atcl .box_lec p strong
{
    font-size: 20px;
    font-weight: normal;

    display: block;

    margin-bottom: 15px;
}

.hc_atcl .lec_txt_1
{
    width: 40%;
}

.hc_atcl .lec_txt_2
{
    width: 60%;
}

.hc_atcl .lec_txt_3
{
    width: 43%;
}

.hc_atcl .lec_1
{
    width: 30%;
}

.hc_atcl .lec_2
{
    width: 28%;
}

.hc_atcl .lec_3
{
    width: 36.5%;
}

.hc_atcl .lec_4
{
    width: 28%;
}

.hc_atcl .lec_5
{
    width: 27%;
}

.hc_atcl .t_c
{
    font-size: 20px;

    text-align: center;
}

.hc_atcl .hc_btn
{
    text-align: center;
}

.hc_atcl .hc_btn a
{
    font-size: 24px;
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 17px 0 18px;
    color: #fff;
    background: #36c;
}
.hc_atcl .hc_btn.ex a
{
    background: #F39800;
}

.mentality_atcl
{
    width: 100%;
    max-width: 1124px;
    margin: 0 auto;
}

.mentality_atcl section
{
    margin-bottom: 50px;
}

.mentality_atcl section h1
{
    font-size: 40px;
    font-weight: bold;

    display: block;

    width: 100%;
    margin-top: 0;
    padding: 1.5em 0 .5em;

    text-align: center;
    letter-spacing: 2px;

    color: #36c;
}

.mentality_atcl section h2
{
    font-size: 26px;
    font-weight: bold;

    margin-top: 0;

    color: #36c;
}

.mentality_atcl section h2.t_c
{
    text-align: center;
}

.mentality_atcl section h3
{
    font-size: 20px;
    font-weight: bold;

    margin-top: 0;

    color: #36c;
}

.mentality_atcl section p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 2.3em;

    margin-bottom: 2em;

    letter-spacing: 1px;
}

.mentality_atcl section.ttl
{
    height: 430px;

    background: url(../images/mentality/ment_bg.jpg) no-repeat center top;
    background-size: auto 100%;
}

.mentality_atcl section.ttl h1
{
    width: 100%;
    max-width: 1124px;
    margin: 0 auto;
}

.mentality_atcl section.ttl h1 img
{
    width: auto;
    height: 320px;
    margin: 65px 0 45px;
}

.mentality_atcl section .ulist_1
{
    margin-bottom: 25px;
}

.mentality_atcl section .ulist_1 li
{
    font-size: 15px;
    line-height: 1.65em;

    margin-bottom: 1em;

    letter-spacing: 1px;
}

.mentality_atcl .ment_imgbox1
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}

.mentality_atcl .ment_imgbox1 figure
{
    width: 29%;
    margin: 0 0 30px 6.5%;
}

.mentality_atcl .ment_imgbox1 figure:nth-of-type(3n+1)
{
    margin-left: 0;
}

.mentality_atcl .ment_imgbox1 figure img
{
    width: auto;
    max-width: 100%;
}

.mentality_atcl .ment_imgbox2
{
    display: flex;

    justify-content: space-between;
}

.mentality_atcl .ment_imgbox2 figure
{
    width: 32%;
    margin: 0;
}

.mentality_atcl .ment_imgbox2 figure img
{
    width: auto;
    max-width: 100%;
}

.mentality_atcl .ment_imgbox3
{
    display: flex;

    margin-bottom: 30px;

    justify-content: space-between;
}

.mentality_atcl .ment_imgbox3 figure
{
    width: 48%;
    margin: 0 0 20px;
}

.mentality_atcl .ment_imgbox3 figure img
{
    width: auto;
    max-width: 100%;
    height: auto;
}

.mentality_atcl .cont_wrapper
{
    display: flex;

    height: auto;

    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.mentality_atcl .cont_wrapper .cont_main
{
    width: 72%;
}

.mentality_atcl .cont_wrapper .cont_main .btn
{
    width: 100%;
    max-width: 70%;
    margin: 0 auto 50px;

    background: #36c;
}

.mentality_atcl .cont_wrapper .cont_main .btn a
{
    font-weight: 600;

    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    padding: 1em;

    text-align: center;

    color: #fff;
}

.mentality_atcl .cont_wrapper .cont_main .btn a::after
{
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    left: 0;

    display: block;

    width: 18px;
    height: 42px;
    margin: auto 0 auto auto;

    content: '';

    background: url(../images/mentality/ment_arw.png) no-repeat;
    background-size: auto 100%;
}

.mentality_atcl .cont_wrapper .cont_nav
{
    width: 25%;
    height: 10586px !important;

    transition-duration: 1s;
}

.mentality_atcl .cont_wrapper .cont_nav nav
{
    box-sizing: border-box;
    width: 280px;
    padding: 100px 0 100px .5em;

    border-radius: 2px;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul
{
    margin: 0 0 .5em;
    padding: 0;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul:last-of-type
{
    margin-bottom: 0;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li
{
    line-height: 1.2em;

    margin-bottom: 1em;
    padding: 0 0 0 .5em;

    list-style: none;

    letter-spacing: 1px;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li a
{
    font-size: 14px;
    font-weight: 400;

    position: relative;

    color: #36c;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li a::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -13px;

    display: block;

    width: 4px;
    height: 0;
    margin: auto auto auto 0;

    content: '';
    transition: .4s .1s;

    background: #1563d5;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li a.current
{
    font-weight: bold;

    text-decoration: none;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li a.current::before
{
    height: 100%;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul li:last-of-type
{
    margin-bottom: 0;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul ul
{
    margin: 10px 0 0;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul ul li
{
    margin-bottom: .5em;
    padding: 0 0 0 .8em;
}

.mentality_atcl .cont_wrapper .cont_nav nav ul ul li a
{
    font-size: 12px;
}

.m_ttl
{
    display: block;

    width: 100%;
    margin-bottom: 60px;
    padding-top: 0;

    text-align: center;
}

.m_ttl img
{
    width: 50%;
    margin: 0 auto;
}

.m_ttl_txt1,
.m_ttl_txt2,
.m_ttl_txt3
{
    font-size: 42px;
    font-weight: 400;

    display: block;

    margin-bottom: 50px;
    padding-top: 40px;

    text-align: center;
}

.m_ttl_txt1
{
    color: #e9a628;
}

.m_ttl_txt2
{
    color: #9e94c1;
}

.m_ttl_txt3
{
    color: #7bbadb;
}

.m_lead_1,
.m_lead_2,
.m_lead_3
{
    font-size: 22px;

    margin-bottom: 60px;
    padding: 45px 0;

    text-align: center;
}

.m_lead_1 strong,
.m_lead_2 strong,
.m_lead_3 strong
{
    color: #d00;
}

.m_lead_1
{
    background: #fcf4d2;
}

.m_lead_2
{
    background: #eceaf3;
}

.m_lead_3
{
    background: #e5f1f8;
}

.mem_wrapper h2.program_title
{
    border-color: #187c3a;
}

.mem_wrapper h3
{
    color: #187c3a;
}

.mem_wrapper .p_box_1 div
{
    border-color: #e9a628;
}

.mem_wrapper .p_box_1 div.l_box h3
{
    color: #333;
}

.mem_wrapper .p_box_1 div.l_box::after
{
    background: url(../images/program/membership/icon_m_arw_r1.png) no-repeat;
    background-size: 100% auto;
}

.mem_wrapper .p_box_1 div.r_box h3
{
    color: #333;
}

.mem_wrapper .p_box_1 div.r_box p
{
    color: #1b572f;
}

.mem_wrapper .p_box_1 div figure img
{
    width: 430px;
}

.mem_wrapper .p_box_1 .dlist_1 dt
{
    color: #1b572f;
}

.mem_wrapper .p_box_1.ext_1 div
{
    border-color: #9e94c1;
}

.mem_wrapper .p_box_1.ext_1 div.l_box::after
{
    background: url(../images/program/membership/icon_m_arw_r2.png) no-repeat;
    background-size: 100% auto;
}

.mem_wrapper .p_box_1.ext_2 div
{
    border-color: #7bbadb;
}

.mem_wrapper .p_box_1.ext_2 div.l_box::after
{
    background: url(../images/program/membership/icon_m_arw_r3.png) no-repeat;
    background-size: 100% auto;
}

.mem_wrapper .p_box_3 div.r_box h3
{
    font-size: 26px;

    margin-bottom: 20px;

    color: #187c3a;
}

.mem_wrapper .p_box_4 figure
{
    top: 20%;

    width: 260px;
}

.mem_wrapper .p_box_4 h3
{
    margin-bottom: 20px;

    color: #187c3a;
}

.mem_wrapper .p_box_4in
{
    font-weight: normal;
}

.mem_wrapper .p_box_4in dt,
.mem_wrapper .p_box_4in dd
{
    margin-bottom: 5px;
}

.mem_wrapper .p_box_4in dt
{
    width: 60%;
}

.mem_wrapper .p_box_4in dd
{
    width: 40%;
}

.mem_wrapper .ppl
{
    margin-bottom: 40px;
}

.mem_wrapper .ppl img
{
    width: 15%;
}

.mem_wrapper .p_box_5
{
    border: #1b572f solid 5px;
}

.mem_wrapper .p_box_5 h3
{
    font-size: 24px;
}

.mem_wrapper .p_box_5 h4
{
    font-size: 20px;

    color: #187c3a;
}

.mem_wrapper .p_box_5 p
{
    margin-bottom: 30px;
}

.mem_wrapper .p_box_5.ext_1
{
    margin-bottom: 0;
}

.mem_wrapper .p_box_5.ext_2
{
    border-top: none;
}

.mem_wrapper .p_box_5.ext_2 h3
{
    font-size: 18px;

    display: inline-block;

    margin-bottom: 20px;
    padding: .5em 1em .4em;

    color: #1b572f;
    background: #dcdcdc;
}

.mem_wrapper .p_box_6
{
    margin-bottom: 80px;
}

.mem_wrapper .p_box_6 div
{
    background: #e7f2eb;
}

.mem_wrapper .p_box_6 div::after
{
    background: url(../images/program/membership/icon_m_s0.png) no-repeat;
    background-size: 100% auto;
}

.mem_wrapper .p_box_6 div.man_1::before
{
    background: url(../images/program/membership/icon_m_s1.png) no-repeat center top;
    background-size: 100% auto;
}

.mem_wrapper .p_box_6 div.man_2::before
{
    background: url(../images/program/membership/icon_m_s2.png) no-repeat center top;
    background-size: 100% auto;
}

.mem_wrapper .p_box_6 div.man_3::before
{
    background: url(../images/program/membership/icon_m_s3.png) no-repeat center top;
    background-size: 100% auto;
}

.colum_top
{
    display: flex;

    flex-flow: column;
}

.clm_wrapper
{
    display: inline-flex;

    width: 100%;
    max-width: 1024px;
    margin: 0 auto;

    flex-flow: wrap;
    justify-content: space-between;
}

.clm_wrapper .item_article
{
    position: relative;

    width: 100%;
    max-width: 320px;
    margin-bottom: 25px;

    background: #eee;
}

.clm_wrapper .item_article figure
{
    margin: 0 0 10px;
}

.clm_wrapper .item_article figure img
{
    max-width: 100%;
}

.clm_wrapper .item_article p
{
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 15px;
    font-weight: bold;

    display: block;
    overflow: hidden;

    height: 4.7em;
    margin-bottom: 15px;
    padding: 0 15px;
}

.clm_wrapper .item_article span
{
    position: absolute;
    top: 176px;

    display: block;

    width: auto;
    height: 22px;
}

.clm_wrapper .item_article span img
{
    height: 100%;
}

.clm_wrapper .item_article time
{
    font-size: 12px;

    display: block;

    padding: 0 15px 15px;

    text-align: right;
}

.clm_wrapper .clm_w_1,
.clm_wrapper .clm_w_2,
.clm_wrapper .clm_w_3,
.clm_wrapper .clm_w_4,
.clm_wrapper .clm_w_5,
.clm_wrapper .clm_w_6
{
    display: flex;

    flex-flow: wrap;
    justify-content: space-between;
}

.clm_wrapper .clm_w_1
{
    width: 674px;
}

.clm_wrapper .clm_w_2
{
    width: 320px;
    margin-bottom: 25px;

    background: #f2f2f2;
}

.clm_wrapper .clm_w_2 .fb_box
{
    width: 100%;
}

.clm_wrapper .clm_w_2 .fb_box .ttl
{
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 16px;

    box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px 24px 12px 62px;

    color: #fff;
    background: #3c5998 url(../images/post/fb_icon.png) no-repeat scroll 26px 12px/24px auto;
}

.clm_wrapper .clm_w_2 .fb_box .fb_iframe_widget
{
    width: calc(100% - 20px);
    height: 360px;
    margin: 0 0 0 15px;
}

.clm_wrapper .clm_w_2 .mm_box p
{
    font-size: 14px;

    margin: 0 15px;
}

.clm_wrapper .clm_w_2 .mm_box p.ttl
{
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 16px;

    margin: 0 0 15px;
    padding: 12px 24px;

    color: #fff;
    background: #1563d5;
}

.clm_wrapper .clm_w_2 .mm_box p.more a
{
    display: block;

    margin: 20px 0 0;
    padding: 12px 0;

    text-align: center;

    color: #1563d5;
    border: 1px solid #1563d5;
}

.clm_wrapper .clm_w_3,
.clm_wrapper .clm_w_6
{
    width: 100%;
}

.clm_wrapper .clm_w_4
{
    width: 320px;
}

.clm_wrapper .clm_w_4 .pp_box
{
    margin-bottom: 25px;

    background: #f2f2f2;
}

.clm_wrapper .clm_w_4 .pp_box .ttl
{
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 16px;

    margin: 0 0 15px;
    padding: 12px 24px;

    color: #fff;
    background: #1563d5;
}

.clm_wrapper .clm_w_4 .pp_box a
{
    display: flex;

    box-sizing: border-box;
    width: 100%;
    padding: 1em;

    justify-content: space-between;
}

.clm_wrapper .clm_w_4 .pp_box a figure
{
    position: relative;

    width: 25%;
    margin: 0;
}

.clm_wrapper .clm_w_4 .pp_box a figure img
{
    height: 80px;

    -o-object-fit: cover;
       object-fit: cover;
}

.clm_wrapper .clm_w_4 .pp_box a figure span
{
    position: absolute;
    top: -15px;
    right: -30px;

    display: block;

    width: 60px;
    height: 15px;
}

.clm_wrapper .clm_w_4 .pp_box a figure span img
{
    width: 100%;
    max-height: 100%;
}

.clm_wrapper .clm_w_4 .pp_box a p
{
    font-size: 12px;
    font-weight: bold;

    width: 70%;
    padding-top: 1em;
}

.clm_wrapper .clm_w_5
{
    width: 674px;
}

.clm_wrapper .link_more
{
    width: 100%;
    margin-bottom: 7%;
}

.clm_wrapper .link_more a
{
    display: block;

    max-width: 100px;
    margin: 0 auto;
    padding: 10px 15px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 1px #1563d5 solid;
    border-radius: 30px;
    background-color: #1563d5;
}

.clm_wrapper .link_more a:hover
{
    color: #1563d5;
    background-color: #fff;
}

.clm_wrapper .alm-reveal
{
    display: inline-flex;

    width: 100%;

    flex-flow: wrap;
}

.clm_wrapper .alm-reveal .item_article
{
    margin-left: 32px;
}

.clm_wrapper .alm-reveal .item_article:nth-child(3n+1)
{
    margin-left: 0;
}

.clm_wrapper .alm-btn-wrap
{
    text-align: center;
}

.clm_wrapper .alm-btn-wrap .alm-load-more-btn
{
    padding: .8em 2em;

    color: #fff;
    border: none;
    border-radius: 25px;
    background-color: #1563d5;
}

.clm_wrapper .alm-btn-wrap .alm-load-more-btn:focus
{
    outline: 0;
}

@media screen and (min-width: 480px)
{
    .sp_only
    {
        display: none;
    }
}

@media screen and (max-width: 768px)
{
    .program_cont3_in .box2
    {
        position: static;

        display: block;

        width: 100%;
        height: auto;
        margin: 0 auto 5% auto;

        border: 2px solid #1563d5;
    }

    .program_cont3_in .box2 h3
    {
        font-size: 16px;

        display: flex;
        flex-direction: column;

        height: 80px;

        text-align: center;

        color: #fff;
        background-color: #1563d5;

        justify-content: center;
    }

    .program_cont3_in .box2 h3 br
    {
        display: none;
    }

    .program_cont3_in .box2 a
    {
        position: static;

        width: 80%;
        height: auto;
        margin: 0 auto 5% auto;
    }

    .program_cont3_in .box2 a br
    {
        display: none;
    }
}

@media (max-width: 768px)
{
    .program_menu ul li
    {
        width: 100%;
        height: auto;
        margin: 0 auto 5% auto;
    }

    .program_menu ul li p
    {
        font-size: 12px;

        height: auto;
    }

    .program_menu.ext_1 ul li p
    {
        height: auto;
    }
}

@media screen and (max-width: 767px)
{
    .clm_wrapper .item_article
    {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .clm_wrapper .item_article figure
    {
        padding-top: 1.5em;

        text-align: center;
    }

    .clm_wrapper .item_article span
    {
        left: 4%;
    }

    .clm_wrapper .item_article p
    {
        max-width: 320px;
        margin: 0 auto 1em;
        padding: 0;
    }

    .clm_wrapper .item_article time
    {
        padding: 0 25px 15px;
    }

    .clm_wrapper .clm_w_1,
    .clm_wrapper .clm_w_2,
    .clm_wrapper .clm_w_3,
    .clm_wrapper .clm_w_4,
    .clm_wrapper .clm_w_5,
    .clm_wrapper .clm_w_6
    {
        flex-flow: column;
    }

    .clm_wrapper .clm_w_2
    {
        margin: 0 auto 25px;
    }

    .clm_wrapper .clm_w_2 .mm_box p.more
    {
        margin-bottom: 1em;
    }

    .clm_wrapper .clm_w_4
    {
        margin: 0 auto;
    }

    .clm_wrapper .ajax-load-more-wrap
    {
        width: 100%;
    }

    .clm_wrapper .alm-reveal
    {
        flex-flow: column;
    }

    .clm_wrapper .alm-reveal .item_article
    {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px)
{
    .pc_only
    {
        display: none;
    }

    .p_ttl
    {
        font-size: 22px;
        line-height: 1.25em;

        width: 100%;
        margin-bottom: 40px;
        padding: 1em 0 0;
    }

    .program_title
    {
        font-size: 20px;
        line-height: 1.5em;

        padding-left: 10px;
    }

    .program_title span
    {
        min-height: 0;
        padding: 0 1em;
    }

    .p_btn
    {
        width: 80%;
    }

    .dlist_1
    {
        margin-bottom: 20px;

        flex-flow: column;
    }

    .dlist_1 dt,
    .dlist_1 dd
    {
        font-size: 15px;

        width: 100%;
        margin: 0;
        padding: .5em;
    }

    .dlist_2
    {
        margin-bottom: 20px;

        flex-flow: column;
    }

    .dlist_2 dt,
    .dlist_2 dd
    {
        font-size: 15px;

        width: 100%;
        margin: 0;
        padding: .5em;
    }

    .dlist_2 dt.pt15,
    .dlist_2 dd.pt15
    {
        padding-top: .5em !important;
    }

    .dlist_2 dd
    {
        margin-bottom: 10px;
    }

    .dlist_4
    {
        margin-bottom: 20px;

        flex-flow: column;
    }

    .dlist_4 dt,
    .dlist_4 dd
    {
        font-size: 15px;

        width: 100%;
        margin: 0;
        padding: .5em;
    }

    .dlist_4 dt.pt15,
    .dlist_4 dd.pt15
    {
        padding-top: .5em !important;
    }

    .dlist_4 dd
    {
        margin-bottom: 10px;
    }

    .p_box_1
    {
        flex-flow: column;
    }

    .p_box_1 figure
    {
        margin: 0 0 15px;
    }

    .p_box_1 figure img
    {
        max-width: 100%;
    }

    .p_box_1 div
    {
        width: 100%;
        padding: 3em 1em .5em;
    }

    .p_box_1 div.l_box
    {
        margin-bottom: 30px;
    }

    .p_box_1 div.l_box h3
    {
        width: 80%;
    }

    .p_box_1 div.r_box h3
    {
        width: 80%;
    }

    .p_box_2
    {
        flex-flow: column;
    }

    .p_box_2 div.l_box
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .p_box_2 div.r_box
    {
        width: 100%;
    }

    .p_box_2 div.r_box h3
    {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .p_box_2 div.r_box h3.pt20
    {
        padding-top: 0 !important;
    }

    .p_box_3
    {
        flex-flow: column;
    }

    .p_box_3 div.l_box
    {
        width: 100%;
        margin-bottom: 25px;
    }

    .p_box_3 div.r_box
    {
        width: 100%;
    }

    .p_box_3 div.r_box h3
    {
        font-size: 22px;

        margin-bottom: 20px;
    }

    .p_box_4 figure
    {
        position: relative;

        width: 100%;

        text-align: center;
    }

    .p_box_4 h3
    {
        font-size: 20px;
    }

    .p_box_4 h3::before
    {
        font-size: 24px;
    }

    .p_box_4in
    {
        flex-flow: column;
    }

    .p_box_4in dt
    {
        width: 100%;
    }

    .p_box_4in dd
    {
        line-height: 1.3em;

        width: 95%;
        margin-bottom: 5px;
        margin-left: 5%;
    }

    .p_box_5
    {
        width: 100%;
        padding: 1em;
    }

    .p_box_5 h3
    {
        font-size: 20px;

        margin-bottom: 15px;
    }

    .p_box_5 h4
    {
        font-size: 18px;

        margin-bottom: 15px;
    }

    .p_box_6
    {
        padding-bottom: 0;

        flex-flow: column;
    }

    .p_box_6 div
    {
        width: calc(100% - 38px);
        margin: 0 0 100px 38px;
    }

    .p_box_7 div.l_box
    {
        width: 100%;
        margin-bottom: 15px;
    }

    .p_box_7 div.l_box figure
    {
        margin: 0;
    }

    .p_box_7 div.r_box
    {
        position: relative;

        width: 100%;
    }

    .p_box_8
    {
        flex-flow: column;
    }

    .p_box_8 div.l_box,
    .p_box_8 div.c_box,
    .p_box_8 div.r_box
    {
        width: 100%;
    }

    .hc_atcl section .text
    {
        width: 100%;
        padding: 0 5px;
    }

    .hc_atcl section h2
    {
        width: 100%;
        padding: 0 5px;
    }

    .hc_atcl section.hc_ttl
    {
        padding: 30px 0;
    }

    .hc_atcl section.hc_ttl .inner .ttl_box
    {
        width: 100%;
        padding: 0 1em;

        flex-flow: column;
    }

    .hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_1
    {
        width: 100%;
    }

    .hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_2
    {
        width: 55%;
    }

    .hc_atcl section.hc_ttl .inner .ttl_box figure.ttl_img_3
    {
        width: 100%;
    }

    .hc_atcl .rpt_ttl
    {
        padding: 10px;
    }

    .hc_atcl .rpt_ttl p
    {
        font-size: 18px;

        padding-top: 2em;
    }

    .hc_atcl .rpt_ttl p span
    {
        top: 0;
        bottom: auto;
    }

    .hc_atcl .rpt_ttl h3
    {
        font-size: 20px;
        line-height: 1.35em;
    }

    .hc_atcl .hc_box_1
    {
        flex-flow: column;
    }

    .hc_atcl .hc_box_1 .l_box
    {
        width: 100%;
        margin-bottom: 15px;
    }

    .hc_atcl .hc_box_1 .l_box figure:first-of-type
    {
        margin-bottom: 1px;
    }

    .hc_atcl .hc_box_1 .r_box
    {
        width: 100%;
    }

    .hc_atcl .hc_box_1 .r_box p,
    .hc_atcl .hc_box_1 .r_box .ulist_tri
    {
        font-size: 14px;
    }

    .hc_atcl .hc_box_2
    {
        flex-flow: column;
    }

    .hc_atcl .hc_box_2 .l_box,
    .hc_atcl .hc_box_2 .box_lec
    {
        width: 100%;
    }

    .hc_atcl .hc_box_2 .box_lec
    {
        margin-bottom: 15px;
    }

    .hc_atcl .hc_box_3
    {
        flex-flow: column;
    }

    .hc_atcl .hc_box_3 .l_box,
    .hc_atcl .hc_box_3 .r_box
    {
        width: 100%;
    }

    .hc_atcl .hc_box_3 .l_box
    {
        margin-bottom: 15px;
    }

    .hc_atcl .hc_box_3 .r_box p.hc_btn a
    {
        width: 80%;
        margin: 0 auto;
    }

    .hc_atcl .box_lec.lec_1 p
    {
        width: 50%;
    }

    .hc_atcl .hc_btn a
    {
        font-size: 16px;

        width: 90%;
    }

    .mentality_atcl section h1
    {
        font-size: 30px;
        line-height: 1.4em;
    }

    .mentality_atcl section h2
    {
        font-size: 22px;

        padding: 0 10px;
    }

    .mentality_atcl section h3
    {
        font-size: 18px;

        padding: 0 10px;
    }

    .mentality_atcl section p
    {
        line-height: 1.8em;

        margin-bottom: 1.5em;
        padding: 0 10px;
    }

    .mentality_atcl section.ttl
    {
        height: auto;
    }

    .mentality_atcl section.ttl h1 img
    {
        width: 70%;
        height: auto;
        margin: 20px 0 0;
    }

    .mentality_atcl section .ulist_1
    {
        padding: 0 10px;
    }

    .mentality_atcl .ment_imgbox1
    {
        padding: 0 10px;

        flex-flow: wrap;
    }

    .mentality_atcl .ment_imgbox1 figure
    {
        width: 48%;
        margin: 0 0 15px 4%;
    }

    .mentality_atcl .ment_imgbox1 figure:nth-of-type(3n+1)
    {
        margin-left: 4%;
    }

    .mentality_atcl .ment_imgbox1 figure:nth-of-type(2n+1)
    {
        margin-left: 0;
    }

    .mentality_atcl .ment_imgbox2
    {
        padding: 0 10px;

        flex-flow: wrap;
    }

    .mentality_atcl .ment_imgbox2 figure
    {
        width: 48%;
        margin-bottom: 15px;
    }

    .mentality_atcl .ment_imgbox2 figure:last-of-type
    {
        margin: 0 auto 15px;
    }

    .mentality_atcl .ment_imgbox3
    {
        margin-bottom: 0;
        padding: 0 10px;

        flex-flow: column;
    }

    .mentality_atcl .ment_imgbox3 figure
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .mentality_atcl .cont_wrapper .cont_main
    {
        width: 100%;
    }

    .mentality_atcl .cont_wrapper .cont_main #lv3 figure
    {
        margin: 0;
        padding: 0 10px;
    }

    .mentality_atcl .cont_wrapper .cont_main .btn
    {
        box-sizing: border-box;
        max-width: calc(100% - 20px);
        margin: 0 10px 50px;
    }

    .mentality_atcl .cont_wrapper .cont_main .btn a::after
    {
        width: 12px;
        height: 29px;

        background-size: 100% auto;
    }

    .mentality_atcl .cont_wrapper .cont_nav
    {
        display: none;
    }

    .m_ttl
    {
        margin-bottom: 40px;
    }

    .m_ttl img
    {
        width: 90%;
    }

    .m_ttl_txt1,
    .m_ttl_txt2,
    .m_ttl_txt3
    {
        font-size: 26px;
        line-height: 1.65em;

        margin-bottom: 20px;
        padding-top: 0;
    }

    .m_lead_1,
    .m_lead_2,
    .m_lead_3
    {
        padding: 30px 10px 20px;
    }

    .m_lead_1 p,
    .m_lead_2 p,
    .m_lead_3 p
    {
        font-size: 18px;
    }
}

/* add_20200716-case05 */
.case_ex .case_detail_head_cont{
	left: 450px;
	top: 100px;
}

.case_ex .case_detail_head_cont p span{
	font-size: 24px;
}

.case_ex .case_detail_body p{
	margin-bottom: 1em;
}
.case_ex .case_detail_body p strong{
	font-size: 130%;
}
.case_ex .case_detail_body .case_box1{
	background-color: #FFFDAF;
	padding: 1em .2em;
	border-radius: 3px;
}
.case_ex .case_detail_body .case_box1 p:last-child{
	margin-bottom: 0;
}


/*　セミナースケジュールカレンダー　*/

.monthly-calendar, .day-calendar{
	padding: 7% 3%;
}
.content-form{
	padding: 5% 3%;
	max-width: 1124px;
    margin: 0 auto;
}
.monthly-calendar table{
	margin: 0 0 5%;
	width: 100%;
}
.monthly-calendar table caption, .day-calendar h3{
	font-size: 150%;
	margin-bottom: 3%;
	padding-bottom: 5px;
	border-bottom: #1563d5 solid 2px;
}
.monthly-calendar table td{
	background: #f4f5f6;
	padding: 1%;
	border-bottom: #fff solid 2px;
}
.monthly-calendar table td .day-number{
	margin-bottom: 10px;
}
.monthly-calendar table th{
	padding: 1%;
}
.monthly-calendar table td.vacant{
	color: #1563d5;
	font-weight: bold;
	font-size: 110%;
}
.monthly-calendar table td.vacant a.calendar-daylink{
	background-color: #fff;
	border-radius: 4px;
}

.monthly-calendar .day-box.no-day{
	background-color: #e3ebf6;
}

.day-calendar p{
	text-align: center;
	font-size: 120%;
}
.day-calendar table{
	margin: 0 auto;
}
.monthly-prev, .monthly-next{
	position: relative;
	padding: 0 1em;
	margin: 0;
	line-height: 1;
}
.monthly-prev::before, .monthly-next::before{
	position: absolute;
	display: block;
	content: '▼';
	width: .8em;
	height: .8em;
	top: -4px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.monthly-prev::before{
	margin-left: 0;
	top: -5px;
	transform: rotate(90deg);
}
.monthly-next::before{
	margin-right: 0;
	top: -2px;
	transform: rotate(-90deg);
}

@media (max-width: 768px){
	.monthly-calendar, .day-calendar{
		padding: 7% 0;
	}
	.content-form{
		padding: 5% 0;
	}
}

/* 20201217 */

@media (min-width: 768px){
	.case_detail_body img.img_fl{
		float: left;
		margin: 0 2em 1em 0;
		width: auto;
		height: auto;
		max-width: 260px;
		text-align: left;
	}
	.case_detail_body img.img_fr{
		float: right;
		margin: 0 0 1em 2em;
		width: auto;
		height: auto;
		max-width: 260px;
		text-align: right;
	}
}
.case_detail_addbg::after{
	content: "";
	display: block;
	clear: both;
}
.case_detail_body h3{
	margin-bottom: 1.5em;
}
@media (max-width: 767px){
	.case_detail_body .case_detail_addbg img{
		margin: 0 auto 1.5em;
		width: auto;
	}
}

.nenga_1 {
  background: url(../images/ny_2021/nenga_bg1_l.jpg) no-repeat left top, url(../images/ny_2021/nenga_bg1_r.jpg) no-repeat right top;
  background-size: auto 90%, auto 90%;
  padding: 0 0 7%;
}

.nenga_1 img {
  max-width: 1300px !important;
  width: 70%;
  display: block;
  margin: 0 auto 1em;
}

.nenga_1 h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: .2em;
}

.nenga_1 p {
  text-align: center;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .nenga_1 {
    background: url(../images/ny_2021/nenga_bg1_l.jpg) no-repeat -20% top, url(../images/ny_2021/nenga_bg1_r.jpg) no-repeat 120% top;
    background-size: 45% auto, 45% auto;
    padding: 0 3% 10%;
  }
  .nenga_1 img {
    width: 95%;
  }
  .nenga_1 h2 {
    font-size: 1.5em;
    margin-bottom: .2em;
  }
  .nenga_1 p {
    font-size: 1em;
  }
  .nenga_1 p br {
    display: none;
  }
}

.nenga_2 {
  background: url(../images/ny_2021/nenga_bg2.png) no-repeat right top, url(../images/ny_2021/nenga_bg3.png) no-repeat left 40%, url(../images/ny_2021/nenga_bg4.png) no-repeat right 55%, url(../images/ny_2021/nenga_bg5.png) no-repeat left bottom, url(../images/ny_2021/nenga_bg6.png) no-repeat right bottom;
}

.nenga_2 .nenga_box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.nenga_2 .nenga_box .box_item {
  background: #fff;
  border: #DB4F4F solid 3px;
  width: 31%;
  margin-bottom: 5%;
}

.nenga_2 .nenga_box .box_item .ttl {
  background: url(../images/ny_2021/nenga_ptn.png);
  display: flex;
  align-items: center;
  min-height: 4em;
  padding: 1em 0;
  width: 100%;
}

.nenga_2 .nenga_box .box_item .ttl p {
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

.nenga_2 .nenga_box .box_item .path {
  border-bottom: #DB4F4F solid 3px;
  padding: .5em 1em;
  margin-bottom: 1.5em;
}

.nenga_2 .nenga_box .box_item .path p {
  text-align: left;
  padding: .6em 0 .4em 1.6em;
  line-height: 1em;
  background: url(../images/ny_2021/nenga_icon.png) no-repeat left;
  font-size: .9em;
}

.nenga_2 .nenga_box .box_item .path p span {
  color: #DB4F4F;
}

.nenga_2 .nenga_box .box_item .txt {
  padding: 1em 0 0;
}

.nenga_2 .nenga_box .box_item .txt img {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
}

.nenga_2 .nenga_box .box_item .txt p {
  padding: 0 1em 1em;
  font-size: .8em;
  min-height: 5em;
}

.nenga_2 .nenga_box .box_item .txt a {
  display: block;
  width: 90%;
  margin: 0 auto 1em;
  background: #DB4F4F;
  padding: .8em 0;
  text-align: center;
  color: #fff;
}

.nenga_2 h2 {
  border-left: #1563D5 solid 3px;
  color: #1563D5;
  font-size: 1.2em;
  line-height: 1em;
  padding: .25em .5em .1em;
  margin-bottom: 1em;
}

.nenga_2 h3 {
  font-size: 2em;
  font-weight: normal;
  color: #1563D5;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .nenga_2 {
    background: url(../images/ny_2021/nenga_bg2.png) no-repeat right top, url(../images/ny_2021/nenga_bg3.png) no-repeat left 40%, url(../images/ny_2021/nenga_bg4.png) no-repeat right 55%, url(../images/ny_2021/nenga_bg5.png) no-repeat left bottom, url(../images/ny_2021/nenga_bg6.png) no-repeat right bottom;
    background-size: 15% auto,
 15% auto,
 30% auto,
 35% auto,
 15% auto;
  }
  .nenga_2 .nenga_box {
    flex-flow: column;
  }
  .nenga_2 .nenga_box .box_item {
    background: #fff;
    border: #DB4F4F solid 2px;
    width: 100%;
  }
  .nenga_2 h3 {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}

.case_detail_head dl.cs_6{
padding-top: 30px;
}
.case_detail_head dl.cs_6 dt{
width: 250px;
}
.case_detail_head dl.cs_6 dt img{
flex-shrink: 0;
}
.case_detail_head dl.cs_6 dd{
padding-top: 30px;
width: 590px;
}
.case_detail_head dl.cs_6 dd p > span{
	display: inline-block;
	width: 6em;
	font-size: 14px;
}
@media (max-width: 768px){
.case_detail_head dl.cs_6 dt {
width: 90%;
}
.case_detail_head dl.cs_6 dd{
width: 90%;
}
.case_detail_head dl.cs_6 dd p{
margin-top: .5em;
}
}

.case_first.knt img.case_name1{
	height: 100px;
    max-width: none;
    width: auto;
}

.case_first_img.ex_height{
	max-width: none;
	height: 328px;
	margin-left: -17%;
}

.top_case_wrap .bx-wrapper{
	max-width: 100% !important;
	box-shadow: none;
	margin-bottom: 0;
}



.p_box_1.surv div.r_box h3{
    width: 320px;
}
.p_box_1.surv div.r_box p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 1em;
    padding-top: 0;
    text-align: left;
    color: #333;
}
.p_box_1.surv figure img{
    width: 430px;
}
.p_box_1.surv p{
    font-size: 14px;
}
.p_box_1.surv p strong{
    font-size: 18px;
}
.p_box_9{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.p_box_9 .item{
    width: 46%;
}
.p_box_9 .item h3{
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 1em;
}
.p_box_9 .item h3.ttl_1{
    background-color: #2BB7B8;
}
.p_box_9 .item h3.ttl_2{
    background-color: #EB6464;
}
.p_box_9 .item p{
    text-align: center;
}
.p_box_9 .item p span{
    color: #E60012;
}
.p_box_9 .item figure{
    margin: 0 0 2em;
}

.p_box_10{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1em;
    position: relative;
}
.p_box_10 .item_1, .p_box_10 .item_3{
    width: 35%;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.p_box_10 .item_1{
    border: #303F9F solid 3px;
}
.p_box_10 .item_2{
    width: 16%;
    background: url(../images/program/surv/surv_bg_1.png) no-repeat center top;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}
.p_box_10 .item_2 p{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
}
.p_box_10 .item_2::before, .p_box_10 .item_2::after{
    display: block;
    content: '';
    position: absolute;
    width: 55%;
    height: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto auto;
    z-index: 1;
}
.p_box_10 .item_2::before{
    left: -54%;
    margin-left: 0;
    background-color: #303F9F;
}
.p_box_10 .item_2::after{
    right: -54%;
    margin-right: 0;
    background-color: #EB6464;
}
.p_box_10 .item_3{
    border: #EB6464 solid 3px;
}
.p_box_10 .item_1, .p_box_10 .item_3{
    padding: 1.5em 1em;
}
.p_box_10 .item_1 p, .p_box_10 .item_3 p{
    font-size: 16px;

}

p.surv{
    margin-bottom: 1em;
}
p.surv span{
    color: #E60012;
}

.p_box_11{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 1em 0;
    position: relative;
}
.p_box_11 .item_1, .p_box_11 .item_2{
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.p_box_11 .item_1{
    width: 35%;
}
.p_box_11 .item_1 figure{
    margin: 0;
}
.p_box_11 .item_2{
    width: 56%;
    background-color: #F7F8F8;
    padding: 1% 3%;
}
.p_box_11 .item_2 h4{
    font-size: 18px;
    text-align: center;
}
.p_box_11 .item_2 h4 span{
    color: #E60012;
}
.p_box_11 .item_2 p.t_c{
    text-align: center;
}
.p_box_11 .item_2 .box_ex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
.p_box_11 .item_2 .box_ex .item{
    width: 48%;
    display: flex;
    flex-flow: column;
}
.p_box_11 .item_2 .box_ex .item p{
    font-size: 13px;
    margin-bottom: 2em;
}
.p_box_11 .item_2 .box_ex .item figure{
    margin: auto 0 1em;
}
.p_box_11 .item_2 .box_ex .item .icon{
    width: 14%;
    margin: 0 0 .8em;
}

.p_box_12{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.p_box_12 figure{
    margin: 0;
    text-align: center;
}
.p_box_12 figure.fig_1{
    width: 8%;
}
.p_box_12 figure.fig_2{
    width: 11%;
}
.p_box_12 .item_1, .p_box_12 .item_2{
    width: 38%;
}
.p_box_12 .item_1 h3, .p_box_12 .item_2 h3{
    padding: 1em 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.p_box_12 .item_1 figure.arw, .p_box_12 .item_2 figure.arw{
    margin: 0 auto 1em;
    width: 15%;
}
.p_box_12 .item_1 p, .p_box_12 .item_2 p{
    text-align: center;
    margin-bottom: 1em;
}
.p_box_12 .item_1 p span, .p_box_12 .item_2 p span{
    color: #E60012;
}
.p_box_12 .item_1 h3{
    background-color: #1A72FF;
}
.p_box_12 .item_2 h3{
    background-color: #0F9900;
}

h3.surv{
    width: 100%;
    font-size: 26px;
}
.surv_img_1{
    margin: 1em 0;
    width: 80%;
}

.p_box_9.ex p{
    text-align: left;
    margin-bottom: 1.5em;
}

.p_box_9_dl{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}
.p_box_9_dl dt{
    width: 45%;
    color: #E8374A;
    background: url(../images/program/surv/surv_bg_2.png) no-repeat center bottom;
    background-size: 100% auto;
    margin: 0 0 1em;
    text-align: center;
    font-size: 18px;
    text-align: center;
    padding: 1em 0 2em;
    font-weight: bold;
}
.p_box_9_dl dd{
    width: 52%;
    margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
    .p_ttl.surv{
        font-size: 22px;
    }
    .p_ttl.surv span{
        font-size: 16px;
        display: block;
    }
    .p_box_1.surv div.r_box h3{
        max-width: 320px;
        width: 95%;
        font-size: 18px;
    }
    .p_box_1.surv p{
        margin-bottom: 1em;
    }
    .p_box_9{
        flex-flow: column;
    }
    .p_box_9 .item{
        width: 100%;
    }
    .p_box_10{
        flex-flow: column;
    }
    .p_box_10 .item_1, .p_box_10 .item_3{
        width: 100%;
    }
    .p_box_10 .item_1 br, .p_box_10 .item_3 br{
        display: none;
    }
    .p_box_10 .item_2{
        width: 40%;
        background-size: 100% auto;
        padding: 2em 1em;
        margin: 1em auto;
    }
    .p_box_10 .item_2::before, .p_box_10 .item_2::after{
        width: 3px;
        height: 50%;
    }
    .p_box_10 .item_2::before{
        top: -50%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto auto;
    }
    .p_box_10 .item_2::after{
        top: 0;
        right: 0;
        bottom: -45%;
        left: 0;
        margin: auto auto 0;
    }
    .p_box_11{
        flex-flow: column;
    }
    .p_box_11 .item_1, .p_box_11 .item_2{
        width: 100%;
        margin-bottom: 1em;
    }
    .p_box_12{
        flex-flow: wrap;
    }
    .p_box_12 figure.fig_1, .p_box_12 figure.fig_2{
        width: 20%;
    }
    .p_box_12 .item_1, .p_box_12 .item_2{
        width: 76%;
    }
    .p_box_12 .item_1 h3, .p_box_12 .item_2 h3{
        font-size: 18px;
    }
    h3.surv{
        font-size: 18px;
    }
    .surv_img_1{
        width: 100%;
    }
    .p_box_9_dl dt{
        width: 40%;
        font-size: 14px;
        padding: 2em 0;
    }
    .p_box_9_dl dd{
        width: 57%;
        font-size: 12px;
    }
    .p_box_9_dl dd br{
        display: none;
    }
}

/* 資料DL */

.catalog_dl_wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.catalog_dl_wrap h2 { text-align: center; font-size: 30px; margin-bottom: 1em; }

@media screen and (max-width: 768px) { .catalog_dl_wrap h2 { font-size: 20px; margin-bottom: 1.5em; } }

#catalog_dl { background: rgba(0, 0, 0, 0) url(../images/catalog_dl/ctg_dl_ttl_bg.jpg) no-repeat scroll center top/cover; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; height: 316px; padding-top: 80px; }

#catalog_dl .philosophy_mv_text { font-size: 32px; }

@media screen and (max-width: 768px) { #catalog_dl { height: 140px; padding-top: 25px; }
  #catalog_dl .philosophy_mv_text { font-size: 12px; line-height: 18px; margin: 20px 0px 20px 0px; } }

.sec_ctg_dl_1 { padding: 30px 2%; }

.sec_ctg_dl_1 .f_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; }

.sec_ctg_dl_1 .f_box h2 { text-align: center; font-size: 36px; font-weight: bold; width: 100%; margin-bottom: .5em; }

.sec_ctg_dl_1 .f_box h2 span { font-size: 20px; padding-left: 1em; }

.sec_ctg_dl_1 .f_box .cat_box, .sec_ctg_dl_1 .f_box .dl_all { background-color: #EFEFEF; border-radius: 20px; padding: 2% 2% 1%; }

.sec_ctg_dl_1 .f_box .cat_box { width: 64%; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a { margin: 0 2% 3%; text-align: center; padding: 2%; background-color: #fff; -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); border-radius: 30px; font-weight: bold; min-width: 30%; font-size: 20px; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_1, .sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_2, .sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_3 { margin: 0 1% 3%; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_1 { color: #ED86B3; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_2 { color: #FCCF00; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_3 { color: #87C796; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_4 { color: #C38FBD; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_5 { color: #F5A33B; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_6 { color: #F96A4E; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_7 { color: #7DCCF3; }

.sec_ctg_dl_1 .f_box .cat_box .lnk_box a.cat_8 { color: #999; min-width: 20%; }

.sec_ctg_dl_1 .f_box .dl_all { width: 34%; background: #EFEFEF url(../images/catalog_dl/ctg_dl_img_01.png) no-repeat 5% 65%; background-size: 40% auto; }

.sec_ctg_dl_1 .f_box .dl_all .txt { width: 52%; margin-left: auto; padding-top: 10%; }

.sec_ctg_dl_1 .f_box .dl_all .txt p { font-size: 22px; text-align: center; font-weight: bold; margin-bottom: 1em; }

@media screen and (max-width: 768px) { .sec_ctg_dl_1 { padding: 5% 3% 0; }
  .sec_ctg_dl_1 .f_box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; margin-bottom: 10%; }
  .sec_ctg_dl_1 .f_box h2 { font-size: 24px; }
  .sec_ctg_dl_1 .f_box h2 span { display: block; font-size: 14px; padding: 0; }
  .sec_ctg_dl_1 .f_box .cat_box, .sec_ctg_dl_1 .f_box .dl_all { width: 100%; margin-bottom: 3%; }
  .sec_ctg_dl_1 .f_box .cat_box { padding: 5% 3%; -ms-flex-flow: wrap; flex-flow: wrap; }
  .sec_ctg_dl_1 .f_box .cat_box .lnk_box a { padding: 4%; font-size: 15px; }
  .sec_ctg_dl_1 .f_box .dl_all { padding: 5%; background-size: 20% auto; }
  .sec_ctg_dl_1 .f_box .dl_all .txt { width: 70%; }
  .sec_ctg_dl_1 .f_box .dl_all .txt p { font-size: 16px; } }

.sec_ctg_dl_2 { min-height: 460px; }

.sec_ctg_dl_2 .f_box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: wrap; flex-flow: wrap; }

.sec_ctg_dl_2 .f_box .item { width: 31%; margin: 0 1% 2.5%; overflow: hidden; border-radius: 20px 20px 0 20px; background-color: #EFEFEF; position: relative; }

.sec_ctg_dl_2 .f_box .item h3 { text-align: center; color: #fff; font-size: 15px; padding: .5em 1em; }

.sec_ctg_dl_2 .f_box .item .txt { padding: 1em 1em; }

.sec_ctg_dl_2 .f_box .item .txt p, .sec_ctg_dl_2 .f_box .item .txt pre { text-align: center; font-size: 17px; font-weight: bold; margin-bottom: 1.5em; font-family: 'NotoSansCJKjp-Regular'; }

.sec_ctg_dl_2 .f_box .item .txt p a, .sec_ctg_dl_2 .f_box .item .txt pre a { background-color: #1563D5; padding: .5em 1.5em; border-radius: 30px; color: #fff; }

.sec_ctg_dl_2 .f_box .item .tag_txt { position: absolute; right: 0; bottom: 0; z-index: 2; font-size: 14px; padding: 0 .7em .4em 0; line-height: 1.2em; }

.sec_ctg_dl_2 .f_box .item .tag_txt::after { z-index: -1; position: absolute; display: block; content: ''; width: 200px; height: 200px; top: 0; right: -120px; bottom: -120px; left: 0; margin: auto 0 0 auto; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: #ccc; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_1 { color: #fff; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_1::after { background-color: #FFB2B2; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_2 { color: #fff; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_2::after { background-color: #82C8FF; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_3 { color: #fff; padding-bottom: 1em; }

.sec_ctg_dl_2 .f_box .item .tag_txt.tag_3::after { background-color: #FFCE6C; }

.sec_ctg_dl_2 .f_box .item.cat_1 h3 { background-color: #ED86B3; }

.sec_ctg_dl_2 .f_box .item.cat_2 h3 { background-color: #FCCF00; }

.sec_ctg_dl_2 .f_box .item.cat_3 h3 { background-color: #87C796; }

.sec_ctg_dl_2 .f_box .item.cat_4 h3 { background-color: #C38FBD; }

.sec_ctg_dl_2 .f_box .item.cat_5 h3 { background-color: #F5A33B; }

.sec_ctg_dl_2 .f_box .item.cat_6 h3 { background-color: #F96A4E; }

.sec_ctg_dl_2 .f_box .item.cat_7 h3 { background-color: #7DCCF3; }

@media screen and (max-width: 768px) { .sec_ctg_dl_2 .f_box { padding: 3%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; }
  .sec_ctg_dl_2 .f_box .item { width: 100%; margin: 0 0 5%; }
  .sec_ctg_dl_2 .f_box .item h3 { font-size: 14px; padding: 1em; }
  .sec_ctg_dl_2 .f_box .item .txt p, .sec_ctg_dl_2 .f_box .item .txt pre { font-size: 14px; }
  .sec_ctg_dl_2 .f_box .item .txt .tag_txt { font-size: 12px; }
  .sec_ctg_dl_2 .f_box .item .txt .tag_txt::after { right: -130px; bottom: -130px; } }
