@charset "utf-8";

/* CSS Document */

html {
    font-size: 10px;
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    webkit-text-size-adjust: 100%;
    ms-text-size-adjust: 100%;
}


/*====================================================
	reset
====================================================*/

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
}


/* ////////// mobile ////////// */

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
        vertical-align: middle;
    }

    /* mobile end */
}


/*====================================================
	float and clearfix
====================================================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/* For IE 6/7 */


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {

    .pc_cf:before,
    .pc_cf:after {
        content: "";
        display: table
    }

    .pc_cf:after {
        clear: both
    }

    .pc_cf {
        zoom: 1
    }

    /*////// left right //////  */
    .pc_left {
        float: left;
    }

    .pc_right {
        float: right;
    }

    /* pc */
}


/*====================================================
	anchor
====================================================*/

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #9e0905;
}

a.line {
    text-decoration: underline;
}

a .arrow {
    margin-right: 0.5em;
    background: #8e519b;
    color: #fff;
    padding: 0 0.3em;
    -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草案 */
}

a:hover .arrow {
    background: #0648c1;
}

a.opacity:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    a .arrow {
        padding: 0 0.4em;
    }

    /* mobile */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    a .arrow {
        padding: 0 0.3em;
    }

    /* pc end */
}


/*====================================================
	ul.apply
====================================================*/

ul.apply li a {
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    text-decoration: none;
    -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草案 */
    display: block;
    background: #bc0601;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0400', endColorstr='#ea0500');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9b0400', endColorstr = '#ea0500')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #9b0400, #ea0500);
    background-image: -ms-linear-gradient(top, #9b0400, #ea0500);
    background-image: -o-linear-gradient(top, #9b0400, #ea0500);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#9b0400), to(#ea0500));
    background-image: -webkit-linear-gradient(top, #9b0400, #ea0500);
    background-image: linear-gradient(top, #9b0400, #ea0500);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    box-shadow: 0 5px 8px 0 #aaa;
}

ul.apply li a:hover {
    background: #d1012c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40029', endColorstr='#fd1241');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c40029', endColorstr = '#fd1241')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #c40029, #fd1241);
    background-image: -ms-linear-gradient(top, #c40029, #fd1241);
    background-image: -o-linear-gradient(top, #c40029, #fd1241);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#c40029), to(#fd1241));
    background-image: -webkit-linear-gradient(top, #c40029, #fd1241);
    background-image: linear-gradient(top, #c40029, #fd1241);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}


/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {

    /* mobile */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    ul.apply li a {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /* pc end */
}





/*====================================================
	ul.applyEND
====================================================*/

ul.applyEND li {
    margin-bottom: 3em;
    padding: 1em;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    text-decoration: none;
    -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草案 */
    display: block;
    background: #eee;

}



/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    ul.applyEND li {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /* pc end */
}













/*====================================================
	commomn classes
====================================================*/

.d_none {
    display: none;
}

.d_block {
    display: block;
}

ul.disc li {
    list-style: disc;
    list-style-position: outside;
}

ul.number li {
    list-style: decimal;
    list-style-position: outside;
}

.under_line {
    text-decoration: underline;
}

.dot_line {
    padding-bottom: 1em;
    border-bottom: #999 1px dotted;
}

.shadow {
    box-shadow: 0 3px 5px 0 #999;
}

.inb {
    display: inline-block;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    br.brPC {
        display: none;
    }

    img.imgPC {
        display: none;
    }

    .d_noneMOB {
        display: none;
    }

    /* mobile end */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    br.brMOB {
        display: none;
    }

    .imgMOB {
        display: none;
    }

    .d_nonePC {
        display: none;
    }

    /* pc end */
}


/*====================================================
	font 
====================================================*/

.f_10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.f_11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f_12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f_13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f_14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f_16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f_17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f_18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f_20 {
    font-size: 20px;
    font-size: 2.0rem;
}

.fw_normal {
    font-weight: normal;
}

.fw_bold {
    font-weight: bold;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.red {
    color: #cc0802;
}

.red_02 {
    color: #f00;
}

.gray {
    color: #838383;
}

.key_red {
    color: #ae0024;
}

.key_red_hov_01 {
    color: #ca002a;
}

.key_red_hov_02 {
    color: #e30031;
}

.orange {
    color: #e5543d;
}

.green {
    color: #47d46f;
}

.green2 {
    color: #01a9ae;
}

.pink {
    color: #fc6058;
}

/*====================================================
	margin
====================================================*/


/* margin bottom */

.mb_0 {
    margin-bottom: 0;
}

.mb_05em {
    margin-bottom: 0.5em;
}

.mb_1em {
    margin-bottom: 1em;
}

.mb_15em {
    margin-bottom: 1.5em;
}

.mb_2em {
    margin-bottom: 2em;
}

.mb_3em {
    margin-bottom: 3em;
}

.mb_4em {
    margin-bottom: 4em;
}

.mb_5em {
    margin-bottom: 5em;
}


/* margin right */

.mr_0 {
    margin-right: 0;
}

.mr_5px {
    margin-right: 5px;
}

.mr_10px {
    margin-right: 10px;
}


/* margin left */

.ml_1em {
    margin-left: 1em;
}


/* margin top */

.mt_05em {
    margin-top: 0.5em;
}

.mt_1em {
    margin-top: 1em;
}

.center {
    margin-left: auto;
    margin-right: auto;
}


/*====================================================
	radius
====================================================*/

.rd_02 {
    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草案 */
}

.rd_05 {
    webkit-border-radius: 0.5em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.5em;
    /* Firefox用 */
    -ms-border-radius: 0.5em;
    /* Internet Explorer用 */
    border-radius: 0.5em;
    /* CSS3草案 */
}

.rd_1 {
    webkit-border-radius: 1em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 1em;
    /* Firefox用 */
    -ms-border-radius: 1em;
    /* Internet Explorer用 */
    border-radius: 1em;
    /* CSS3草案 */
}

.rd_15 {
    webkit-border-radius: 1.5em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 1.5em;
    /* Firefox用 */
    -ms-border-radius: 1.5em;
    /* Internet Explorer用 */
    border-radius: 1.5em;
    /* CSS3草案 */
}


/*====================================================
	wrapper
====================================================*/

#wrapper {
    width: 100%;
    padding-bottom: 3em;
    overflow: hidden;
}



/*====================================================
	contents 
=====================================================*/

.inner_box {
    width: 96%;
    max-width: 960px;
    margin: auto;
}

#contents img {
    width: 100%;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    /* mobile */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    #contents {
        /*width: 960px;*/
        margin: 0 auto;
    }

    /* pc end */
}


/*====================================================
	.tothetop
=====================================================*/


div#tothetop a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #7b593c;
    filter: alpha(opacity=85);
    moz-opacity: 0.85;
    opacity: 0.85;
}



div#tothetop a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}




/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    div#tothetop {
        position: fixed;
        right: 1.8em;
        bottom: 2.5em;
        z-index: 1500;
    }

    div#tothetop a {
        padding: 1.8em 1em;
        font-size: 1.1rem;
    }

    div#tothetop a {
        -webkit-border-radius: 2.5em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 2.5em;
        /* Firefox用 */
        -ms-border-radius: 2.5em;
        /* Internet Explorer用 */
        border-radius: 2.5em;
        /* CSS3草案 */
    }

    /* mobile end */
}

/* ////////// pc ////////// */
@media screen and (min-width: 769px) {
    div#tothetop {
        position: fixed;
        right: 8px;
        bottom: 13px;
        z-index: 1500;
    }

    div#tothetop {
        right: 30px;
    }

    div#tothetop a {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 19px 9px;
        display: block;
    }

    div#tothetop a {
        display: block;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        -webkit-border-radius: 2.5em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 2.5em;
        /* Firefox用 */
        -ms-border-radius: 2.5em;
        /* Internet Explorer用 */
        border-radius: 2.5em;
        /* CSS3草案 */
        filter: alpha(opacity=85);
        moz-opacity: 0.85;
        opacity: 0.85;
    }

    /* pc end */
}




/*====================================================
	footer
=====================================================*/

footer#all_footer {
    padding-bottom: 2em;
    /*border: #f00 1px solid;*/
}






/* ////////// pc ////////// */
@media screen and (min-width: 769px) {
    .footer {
        /*width:900px;*/
        font-size: 0.81rem;
        /* 13px */
        margin: 10px auto 10px auto;
        text-align: left;
        color: #333;
        /*border:#F00 1px solid;*/
    }

    .footer li {
        float: left;
        margin-bottom: 7px;
    }

    .footer ul {
        list-style-type: none;
        margin-top: 10px;
    }


    .footer li a:link, .footer li a:visited {
        color: #666;
        font-weight: normal;
    }

    .footer li a:hover {
        color: #d2222a;
        font-weight: normal;
        text-decoration: underline;
    }

    .footer img {
        margin: 10px 20px 5px 0;
        border: #fff 3px solid;
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome?p */
        -moz-border-radius: 3px;
        /* Firefox?p */
        -ms-border-radius: 3px;
        /* Internet Explorer?p */
        border-radius: 3px;
        /* CSS3???? */
    }

    .footer .copyright {
        margin: 0px 0px 5px 0px;
        padding-top: 10px;
        line-height: 130%;
    }


    .footer dl {
        /*width:860px;*/
        margin: 5px 0px 0px 0;
        padding: 0px;
        clear: both;
        font-size: 10px;
        white-space: nowrap;
        position: relative;
        display: table;
    }

    .footer dt {
        float: left;
        margin: 4px 20px 0px 0px;
        width: 40px;
    }

    .footer dt#scl {
        float: left;
        margin: 5px 20px 0px 0px;
        width: 40px;
        height: 100px;
    }

    .footer dt#divition {
        float: left;
        margin: 5px 20px 0px 0px;
        width: 40px;
        height: 30px;
    }

    .footer dd {
        float: left;
        margin: 5px 5px 2px 0px;
    }

    .footer dd a:link, .footer dd a:visited {
        color: #333;
        text-decoration: none;
        font-size: 10px;
        font-weight: normal;
    }

    .footer dd a:hover {
        color: #d2222a;
        text-decoration: none;
        font-size: 10px;
        font-weight: normal;
    }



    /* pc end */
}




/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    footer#all_footer .footer {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
    }

    footer#all_footer li {
        display: inline;
        /*border: #f00 1px solid;*/
    }

    footer#all_footer dt {
        margin-top: 2em;
    }

    footer#all_footer dd {
        display: inline;
    }

    footer#all_footer .footer .copyright {
        width: 90%;
        /*border: #f00 1px solid;*/
        float: none;
    }

    footer#all_footer a.miyajilogo {
        width: 100%;
        display: block;
        /*border: #f00 1px solid;*/
    }


    /* mobile end */
}