/*====================================================

	header 

=====================================================*/


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    /*header .outside{ border-bottom:#f00 1px solid; }*/
    /* pc end */
}


/*====================================================

	#contents commomn

=====================================================*/

h2 {
    border-bottom: #ae0024 3px solid;
}

.h2_imgbox {
    margin-bottom: none;
    /*border: #f00 1px solid;*/
}

.h2_imgbox h2 {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1;
    border: none;
}

.h2_imgbox img {
    /*box-shadow: 0 3px 8px 0 #999;*/
    width: 100%;
}

h2.simple {
    padding: 0.5em 0 0 0
}

h2.simple2 {
    padding: 0.5em 0 0 0
}

#new_info {
    margin-bottom: 3em;
}

#news_list {
    font-size: 13px;
    font-size: 1.3rem;
}

#news_list li {
    margin-bottom: 0.5em;
}

#news_list .icon {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: #ae0024;
    padding: 0 0.5em;
    -webkit-border-radius: 0.2em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.2em;
    /* Firefox用 */
    -ms-border-radius: 0.2em;
    /* Internet Explorer用 */
    border-radius: 0.2em;
    /* CSS3草案 */
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    border-bottom: #ae0024 1px solid;
}

h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

.first_lead {
    padding: 0 2em 0 1.5em;
    font-size: 15px;
    font-size: 1.5rem;
}

.first_lead p {
    margin-bottom: 1em;
}

.link_list {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

#bnr_area li.top {
    display: none;
}

.screen-reader-text {
    /* 読み上げつつ非表示 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.shop_tel {
    /* inc/teltoi.php を大きく表示 */
    display: block;
    width: auto;
    line-height: 2.4rem;
    padding: 0.6rem;
    margin: 1em auto 0.5em auto;
}

.shop_tel dt {
    display: inline-block;
    font-size: 1.6rem;
}

.shop_tel dd.tel {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
}


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    h2 {
        width: 90%;
        margin-bottom: 0.5em;
        font-size: 2.0rem;
        margin-top: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    h2.simple {
        margin-bottom: 1.5em;
    }

    h2.simple2 {
        width: 80%;
        margin-bottom: 1.5em;
        padding: 1em 1em 0.7em 1em;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.3;
        background: #ae0024;
        -webkit-border-radius: 0.2em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 0.2em;
        /* Firefox用 */
        -ms-border-radius: 0.2em;
        /* Internet Explorer用 */
        border-radius: 0.2em;
        /* CSS3草案 */
    }

    #contents {
        width: 100%;
        /* padding-top:1em;*/
        margin-left: auto;
        margin-right: auto;
    }

    #pankuz {
        display: none;
    }

    #right_box {
        margin-bottom: 5em;
    }

    .lv_02 {
        /*width:90%;*/
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        /*border: #f00 1px solid;*/
    }

    .first_lead {
        margin-bottom: 2em;
    }

    #bnr_area {
        margin-bottom: 1em;
    }

    .bnr_area {
        margin-bottom: 1em;
    }

    #news_list {
        padding: 1em 0;
    }

    #news_list .icon {
        margin-right: 0.2em;
    }

    /* mobiel end */
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    h2 {
        margin-bottom: 1em;
        font-size: 24px;
        font-size: 2.4rem;
    }

    #contents {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em;
        /*padding-top:15px;*/
    }

    #right_box {
        width: 720px;
        /*width:75%;*/
        float: right;
        /*border: #f00 1px solid;*/
    }

    #pankuz {
        margin-bottom: 0.5em;
        padding: 1.2em 0 0.2em 0;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #pankuz li {
        margin-left: 1em;
        float: left;
    }

    #pankuz li a {
        text-decoration: underline;
    }

    #pankuz li:after {
        content: "\003E";
        padding-left: 1em;
    }

    #pankuz li:first-child {
        margin-left: 0;
    }

    #pankuz li:last-child:after {
        content: none;
    }

    .first_lead {
        width: 690px;
        margin: 0.5em 30px 2em 0;
    }

    .first_lead p {
        font-size: 15px;
        font-size: 1.5rem;
    }

    h3 {
        margin-bottom: 0.5em;
    }

    #bnr_area {
        margin-bottom: 1em;
    }

    .bnr_area {
        margin-bottom: 1em;
    }

    #news_list .icon {
        margin-right: 0.5em;
    }

    /* pc end */
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
    #contents {
        max-width: 96%;
        width: 96%;
    }

    #right_box {
        width: 70%;
    }

    .first_lead {
        width: 100%;
        padding: 0;
    }
}


/*====================================================

	#article_box

=====================================================*/

#article_box {
    font-size: 14px;
    font-size: 1.4rem;
}

#article_box .inner {
    margin-bottom: 0.8em;
}

#article_box p.more {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
}

#article_box p.more a {
    padding: 0.3em 1.2em;
    color: #fff;
    background: #ae0024;
}

#article_box p.more a:hover {
    background: #e30031;
}


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #article_box {
        width: 90%;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    #article_box p.box {
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: #ccc 1px solid;
    }

    #article_box .box img.wp_thumb {
        /*width: 15%;
        margin-right: 1em;
        float: left; */
        display: none;
    }
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    #article_box {
        width: 682px;
        margin-left: 18px;
        margin-bottom: 3em;
        font-size: 14px;
        font-size: 1.4rem;
        /*border: #ccc 1px solid;*/
    }

    #article_box .inner {
        border: #ccc 1px solid;
    }

    #article_box .box {
        width: 196px;
        padding: 10px;
        float: left;
        border-right: #ccc 1px solid;
    }

    #article_box .box a {
        display: block;
    }

    #article_box .box a:hover img {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    #article_box .box:nth-child(3n) {
        border: none;
    }

    #article_box .box img.wp_thumb {
        width: 68px;
        margin-right: 10px;
        float: left;
    }

    #article_box .box span {
        width: 105px;
        float: left;
    }
}


/*====================================================

	list contents

=====================================================*/

#list {
    /*border:#f00 1px solid;*/
}

#list .row {
    padding-bottom: 2em;
}


/*#list .row h3{
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    border-bottom: #ae0024 1px solid;
}*/

#list .row h4 {
    margin-bottom: 0.5em;
}

#list .row h4.maker {
    color: #fff;
    font-size: 14px;
    font-size: 1.3rem;
    background: #ae0024;
    padding: 0.3em 0.5em;
    display: inline;
}

#list .row p,
#list .row ul,
#list .row dl {
    font-size: 14px;
    font-size: 1.4rem;
}

#list .inq_btn a {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1em;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    display: block;
}


#list .row .photo_box.v2 img {
    width: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #list {
        width: 90%;
        /*width: 95%;*/
        margin-left: auto;
        margin-right: auto;
        /*border: #f00 1px solid;*/
    }

    #list .row {
        /* width: 90%;*/
        margin-bottom: 2em;
    }

    #list .row h3 {
        font-size: 1.6rem;
        /*margin-bottom: 0.8em;*/
        padding-bottom: 0.3em;
        letter-spacing: 0.1em;
        border-bottom: #ae0024 1px solid;
        line-height: 1.3;
    }

    #list .row .photo_box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }

    #list .row .photo_box img {
        /*box-shadow: 0 5px 5px 0 #999;*/
    }

    #list .row h4 {
        padding: 0.5em;
        background: #f9f0e4;
        webkit-border-radius: 0.2em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 0.2em;
        /* Firefox用 */
        -ms-border-radius: 0.2em;
        /* Internet Explorer用 */
        border-radius: 0.2em;
        /* CSS3草案 */
    }

    #list .row h4.maker {
        margin-left: 0.5em;
    }

    #list .row p,
    #list .row ul,
    #list .row dl {
        /*width: 90%;*/
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    #list p.linkbox {
        margin-bottom: 0.5em;
    }

    #list p.linkbox .arrow {
        float: left;
    }

    #list p.linkbox .txt {
        line-height: 1.3;
        float: left;
    }

    #list .inq_btn {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* mobile end */
}


/* ////////// pc ////////// */





@media print,
screen and (min-width: 769px) {
    #list {
        /*width:95%;*/
        width: 684px;
        margin-left: auto;
        margin-right: auto;
    }

    #list h4 {
        font-size: 15px;
        font-size: 1.5rem;
    }

    #list .row {
        /*width: 100%;*/
        /* width: 684px;*/
        margin-bottom: 1em;
    }

    #list .row h3 {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        border-bottom: #ae0024 1px solid;
    }

    #list .row .photo_box {
        /*width:246px;*/
        width: 222px;
        margin-top: 0.5em;
        margin-right: 20px;
        float: left;
    }


    #list .row .photo_box img {
        width: 222px;
        height: 164px;
        margin-bottom: 1em;
        /* box-shadow: 0 3px 8px 0 #ccc;*/
    }

    #list .row .txt_box {
        /*width:415px;*/
        width: 432px;
        padding-top: 1em;
        float: left;
    }

    #list .row .txt_box2 {
        width: 100%;
        padding-top: 1em;
    }

    #list .row p,
    #list .row ul,
    #list .row dl {
        margin-bottom: 2em;
    }

    #list .row dd {
        margin-left: 1em;
    }

    #list p.linkbox {
        margin-bottom: 0.5em;
    }

    /* pc end */
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
    #list {
        width: 100%;
    }
}

/*====================================================
	#first_info
=====================================================*/
#first_info .h2_imgbox {
    margin-bottom: 1em;
}

#first_info #seminar .h2_imgbox {
    margin-top: 3em;
}

#first_info .h3_box {
    text-align: center;
    color: #fff;
    padding: 5px 0.5em !important;
    margin: 20px auto 10px;
    background: #ed8097;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

#first_info .h3_seminar {
    margin-top: 40px;
}

#first_info h3 {
    margin: 0 0.5em !important;
    line-height: 1;
    border: none;
}

#first_info li.teacher, #first_info li.date, #first_info li.place {
    margin-left: 4em;
}

#first_info li.content {
    line-height: 1.4
}

#first_info li.teacher:before {
    content: '\3010\8B1B\5E2B\3011';
    margin-left: -4em;
}

#first_info li.date:before {
    content: '\3010\65E5\6642\3011';
    margin-left: -4em;
}

#first_info li.place:before {
    content: '\3010\4F1A\5834\3011';
    margin-left: -4em;
}

#first_info li.attention {
    font-size: 1.1rem;
    margin-top: 0.5em;
    line-height: 1.4
}

#first_info a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#first_info li.btn_fi {
    display: inline-block;
    font-size: 1.1rem;
    padding: 1px 1em;
    margin: 0.5em 0 0;
    color: #fff;
    background: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#first_info a:hover li.btn_fi {
    background: #ae0024;
}

#first_info .btn_mtc {
    padding-top: 1.5em;
}

#first_info .to_mtc {
    text-align: left;
    margin: 0.5em auto 0 auto;
    padding: 2px 0.5em;
    color: #fff;
    font-size: 1.4rem;
    background: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#first_info .to_mtcSR {
    text-align: left;
    margin: 0.5em auto 0 auto;
    padding: 2px 0.5em;
    color: #fff;
    font-size: 1.4rem;
    background: #ae0024;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#first_info .to_mtc:hover, #first_info .to_mtcSR:hover {
    background: #777;
}

#first_info .to_mtc a, #first_info .to_mtcSR a {
    display: block;
    color: #fff;
}

#first_info a:hover {
    text-decoration: none;
}

#first_info li.report {
    font-size: 1.3rem
}

#first_info li .report_icon {
    background: url(../inc/top/mtc/img/pencil.png) no-repeat left;
    display: block;
}

#first_info li:hover .report_icon {
    background: url(../inc/top/mtc/img/pencil_on.png) no-repeat left;
}

#first_info li .report_title {
    display: block;
    float: left;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #first_info .h3_box {
        width: 85%;
    }

    #first_info h3 {
        font-size: 1.4rem !important;
    }

    #first_info .box,
    #first_info .topinfo_box,
    #first_info .row {
        width: 100%;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: #ccc 1px solid;
    }

    #first_info .img_box,
    #first_info figure {
        width: 35%;
        float: left;
    }

    #first_info .txt_box,
    #first_info dl {
        width: 62%;
        margin-top: 0.2em;
        font-size: 14px;
        font-size: 1.4rem;
        float: right;
    }

    #first_info dt, #first_info li.seminar_title {
        font-weight: bold;
    }

    #first_info .box h4,
    #first_info .topinfo_box h4,
    #first_info .row dt {
        margin-bottom: 0.3em;
        padding-bottom: 0.3em;
    }

    #first_info ul.next_seminar {
        margin: auto 0.5em;
        font-size: 1.3rem;
    }

    #first_info li.report {
        line-height: 1.4;
        margin-bottom: 5px;
        color: #ae0024
    }

    #first_info li .report_icon {
        padding: 0 1em 0 18px;
        margin-left: 1%;
    }

    #first_info li .report_title {
        margin: 0 1em 0 2.5em;
    }

    #seminar .to_mtc {
        max-width: 420px;
        font-size: 1.3rem;
    }

    /* mobile end */
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    #first_info .h3_box {
        width: 340px;
    }

    #first_info h3 {
        font-size: 1.6rem !important;
    }

    #first_info .box,
    #first_info .topinfo_box,
    #first_info .row {
        width: 100%;
        margin: 0 auto 10px;
        border: #ddd 1px solid;
    }

    #first_info .img_box,
    #first_info figure {
        width: 160px;
        float: left;
    }

    #first_info .img_box img,
    #first_info figure img {
        width: inherit;
    }

    #first_info .topinfo_box .bnr_box img {
        width: 100%;
        display: block;
    }

    #first_info .txt_box,
    #first_info dl {
        width: 533px !important;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 15px;
        float: right !important;
        margin-bottom: 0 !important;
    }

    #first_info .txt_box p,
    #first_info .topinfo_box .txt_box p,
    #first_info dd {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    #first_info dt, #first_info li.seminar_title {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0.1em;
    }

    #first_info ul.next_seminar {
        font-size: 1.2rem;
        margin: 8px 1em;
    }

    #first_info .brMOB_fi {
        display: none
    }

    #first_info li.report {
        display: inline-block;
    }

    #first_info li .report_icon {
        float: left;
        width: 80px;
        padding: 0 1em 0 18px;
        margin-left: 1em;
    }

    #first_info li .report_title {
        float: left;
    }

    #seminar .to_mtc, #seminar .to_mtcSR {
        width: 420px;
        font-size: 1.4rem;
    }

    /* pc end */
}

/*====================================================
	.arrow_icon
=====================================================*/

.arrow_icon {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    background: transparent;
}

.arrow_icon:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    left: -15px;
    margin-top: -5px;
}



/*====================================================
     triangle
====================================================*/

.triangle_right, .triangle_bottom {
    position: relative;
    padding-left: 1em;
}

.triangle_right:before, .triangle_bottom:before {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    content: '';
    border: solid 8px transparent;
}

.triangle_right:before {
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left-color: #c00;
}

.triangle_bottom:before {
    top: 9px;
    bottom: 0;
    left: 2px;
    margin: auto;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top-color: #c00;
}




/*====================================================
	#detail_item
=====================================================*/






/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    img.maker_photo {
        width: 60%;
    }

    /* mobile end */
}


/* ////////// pc ////////// */
@media print, screen and (min-width: 769px) {
    img.maker_photo {
        margin-bottom: 1em;
    }

    /* pc end */
}



/*====================================================

	#acce_page

=====================================================*/


/*
#acce_page .link_list{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
*/


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {

    #acce_page #list .row div.lead,
    #acce_page #list .row p.lead {
        width: 90%;
        padding: 1em;
        background: #f9f0e4;
    }

    #acce_page #list .row li {
        margin-bottom: 0.3em;
        padding-bottom: 0.3em;
        border-bottom: #ccc 1px dotted;
    }
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    #acce_page #list .row p {
        margin-bottom: 1em;
    }
}



/*====================================================
	#bnr_ec
=====================================================*/
#bnr_ec {
    border-top: solid 1px #ccc;
    border-bottom: solid thin #ccc;
    margin-bottom: 20px;
}

#bnr_ec a {
    text-decoration: none;
    display: inline-block;
}

#bnr_ec .ec_box {
    width: 32%;
    margin: 10px auto;
    margin-right: 2%;
    float: left;
    text-align: center;
}

#bnr_ec .ec_box:last-child {
    margin-right: 0;
    padding-top: 10px;
}

#bnr_ec .shopget {
    display: block;
    margin-top: 3px;
}

#bnr_ec .shopget span {
    background: #999;
    padding: 0 1em;
    line-height: 1.8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 0.9rem;
    color: #fff;
}

#bnr_ec a:hover .shopget span {
    background: #aaa;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #bnr_ec .ec_box img {
        width: 80%;
    }
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    #bnr_ec .ec_box {
        /*background: #fff;
        box-shadow: 0px 3px 5px 0 #999;
        padding: 20px 0;*/
    }

    #bnr_ec .ec_box img {
        max-width: 120px;
    }
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {}