@charset "utf-8";
/*!
 * guidelines CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
	element
=====================================*/
.inner {
	width: 967px;
}
.sec h2 {
    margin-bottom: 112px;
}
.sec h3 {
    margin-bottom: 9px;
    padding: 0.4em 36px;
    font-size: 26px;
    line-height: 1.4;
}
.ringerhut .sec h3 {
    background: #ffbb00;
}
.hamakatsu .sec h3 {
    background: #c6000b;
    color: #fff;
}
.sec a {
    text-decoration: underline;
}
.sec a:hover {
    text-decoration: none;
}

/*===================================
	guidelines__tbl
=====================================*/
.guidelines__tbl {
    width: 100%;
    margin-bottom: 90px;
    border-collapse: collapse;
    line-height: 1.6;
}
.guidelines__tbl th {
    width: 194px;
    border-bottom: solid 4px #fff;
    border-right: solid 26px #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
.ringerhut .guidelines__tbl th {
    background: #fff9b3;
}
.hamakatsu .guidelines__tbl th {
    background: #f6b99b;
}
.guidelines__tbl td {
    padding: 1.4em 1em;
    border-bottom: dotted 2px #cbcbcb;
    font-size: 18px;
}
td strong {
    color: #ff0000;
}
.guidelines__tbl th.valigntop {
    vertical-align: top;
    padding-top: 7em;
}

/*===================================
	応募規約
=====================================*/
.terms {
    margin: 0 100px 0 90px;
    font-size: 18px;
}
.terms h4 {
    margin-bottom: 1em;
    border-bottom: solid 2px;

    font-size: 22px;
    line-height: 1.4;
}
.ringerhut .terms h4 {
    border-bottom-color: #ffdd80;
    color: #ffbb00;
}
.hamakatsu .terms h4 {
    border-bottom-color: #e38085;
    color: #c6000b;
}
.terms ul {
    margin-bottom: 124px;
    line-height: 1.6;
}
.terms form {
    margin-top: 40px;
    text-align: center;
}
.terms form input[type="checkbox"] + label {
    font-size: 21px;
}
.terms form input[type="button"] {
    display: inline-block;
    margin-top: 36px;
    padding: 0.5em 0.8em;
    border-radius: 10px;
    background: #00ac34;
    color: #fff;
    font-size: 26px;
}
.terms form input[type="button"].regulation {
    background: #afafaf;
    cursor: default;
}
.mode__pc input[type="button"].regulation:hover {
    opacity: 1;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-device-width: 660px) {

	/*===================================
        element
    =====================================*/
    .inner {
        width: 640px;
        padding: 0 30px;
    }
    .sec h2 {
        margin: 0 0 50px;
    }
    .sec h3 {
        font-size: 30px;
    }

	/*===================================
        guidelines__tbl
    =====================================*/
    .guidelines__tbl th,.guidelines__tbl td {
        display: block;
    }
    .guidelines__tbl th {
        width: auto;
        padding: 0.5em 1em;
        border-right: none;
        background: #fff9b3;
        font-size: 28px;
        text-align: left;
    }
    .guidelines__tbl td {
        padding: 0.8em 1em;
        font-size: 24px;
    }
	.guidelines__tbl th.valigntop {
        padding-top: 0.5em;
    }

    /*===================================
        応募規約
    =====================================*/
    .terms {
        margin: 0;
        font-size: 24px;
    }
    .terms h4 {
        font-size: 28px;
    }
    .terms ul {
        margin-bottom: 100px;
    }
    .terms form {
        margin-top: 60px;
    }
	.terms form input[type="checkbox"] + label {
        font-size: 28px;
    }
    .terms form input[type="button"] {
        margin-top: 40px;
        font-size: 32px;
    }
}
