@charset "UTF-8";

/**
 * static/css/unique/online.css
 */

/**
 * 説明文
 */
._description {
    text-align: center;
    margin-bottom: 30px;
}
._description-left {
    text-align: left;
}
    /**
     * for Tablet/SmartPhone
     */
    @media screen and (max-width: 479px) {
        ._description {
            text-align: left;
        }
    }


.layout_online {
    width: 1000px;
    margin: 0 auto;
    font-size: 15px;
}
	.layout-panel_online {
	    width: 800px;
    	margin: 0 auto;
	}

._description_online_bold {
	font-size: 18px;
	font-weight: bold;
	color: #C99C00;
	margin-bottom: 10px;
}

._description-left_online {
	text-align: left;
	margin-bottom: 20px;
}
._description-left_online_margin {
	margin-left: 20px;
}
._description-left_online_margin2 {
	margin-left: 40px;
}
._description-left_online_align_center {
	text-align: center;
}
._description-left_compl {
	text-align: left;
}
/**
 * テストエラーメッセージ
 */
._description_online_error {
    text-align: left;
    margin-bottom: 10px;
    color: #990000;
    background: #ffe9ff;
}

._explanation {
	padding: 10px;
	color: #0033cc;
}

._explanation_normal {
	padding-left: 20px;
}

._online_list_new_registration {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: left;
}
	._online_list_new_registration ul {
        border-top: 1px solid #CCCCCC;
        margin-bottom: 10px;
	}
	._online_list_new_registration li {
        padding: 20px 20px;
        border-bottom: 1px solid #CCCCCC;
        background: #FAF5E5;
        font-size: 15px;
	}

._online_list_new_registration_for_found {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: center;
}
	._online_list_new_registration_for_found ul {
        margin-bottom: 10px;
	}
	._online_list_new_registration_for_found li {
        padding: 20px 20px;
        font-size: 15px;
	}

.submit-list {
    text-align: center;
	margin-bottom: 20px;
    margin-bottom: 60px;
}
    .submit-list li {
        display: inline-block;
        display: inline;
        zoom: 1;
        vertical-align: top;
        margin: 0 10px;
    }

.compl-block {
    margin-bottom: 55px;
}

img.dl_pdf {
    height: 25px;
    width: 20px;
}

a.found3_link {
    font-size: 16px;
    font-weight: bold;
}

/**
 * テーブル
 */
table._online-table {
    width: 100%;
	margin-top: 1px;
	margin-bottom: 15px;
}
    table._online-table tbody {
    }
        table._online-table tbody th {
            background: #F4F4F4;
            padding: 15px;
            border: 0px solid #ccc;
            width: 75%;
            text-align: left;
            font-weight: normal;
            vertical-align: middle;
        }
        table._online-table tbody th._explanation_th {
            background: #F4F4F4;
			padding: 15px;
            border: 0px solid #ccc;
            width: 100%;
            text-align: left;
            font-weight: normal;
            vertical-align: middle;
        }
        table._online-table tbody td {
            padding: 15px;
            border: 0px solid #ccc;
            vertical-align: middle;
            background: #F4F4F4;
            text-align: right;
        }
        table._online-table tbody td._explanation_td {
            background: #ffead5;
			padding: 15px;
            border: 0px solid #ccc;
            vertical-align: middle;
            text-align: left;
        }

table._found-table {
    width: 100%;
}
    table._found-table tbody {
    }
        table._found-table tbody th {
            background: #F4F4F4;
            padding: 15px;
            border: 1px solid #ccc;
            width: 33%;
            text-align: left;
            font-weight: normal;
            vertical-align: middle;
        }
        table._found-table tbody td {
            padding: 15px;
            border: 1px solid #ccc;
            vertical-align: middle;
            text-align: left;
        }

table._found-table_for_conf {
    width: 50%;
    text-align: center;
}
    table._found-table_for_conf tbody {
    }
        table._found-table_for_conf tbody th {
            background: #F4F4F4;
            padding: 15px;
            border: 0px solid #ccc;
            width: 33%;
            text-align: left;
            font-weight: normal;
            vertical-align: middle;
        }
        table._found-table_for_conf tbody td {
            padding: 15px;
            border: 1px solid #ccc;
            vertical-align: middle;
            text-align: left;
        }


._q_cap {
	font-weight: bold;
}
/**
 * for Tablet
 */
@media screen and (max-width: 999px) {
    .layout_online {
        width: auto;
        padding: 0 10px;
    }
		.layout-panel_online {
		    width: auto;
    		margin: 0 auto;
		}

}

/**
 * for Tablet
 */
@media screen and (max-width: 800px) {
	._online_list_new_registration {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		text-align: left;
	}

	._button-lg {
    	font-size: 16px;
	}

    table._online-table,
    table._online-table tbody,
    table._online-table tbody tr {
        width: auto;
        display: block;
    }
    table._online-table tbody th {
        width: auto;
        display: block;
        padding: 10px 15px 5px;
    }
    table._online-table tbody th._explanation_th {
        width: auto;
        display: block;
        padding: 10px 15px 5px;
    }
    table._online-table tbody td {
        width: auto;
        display: block;
        padding: 5px 15px 10px;
    }
    table._online-table tbody td._explanation_td {
        width: auto;
        display: block;
        padding: 5px 15px 10px;
    }
}

/**
 * for Tablet/SmartPhone
 */
@media screen and (max-width: 750px) {
	._online_list_new_registration {
		margin-top: 20px;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		text-align: left;
	}

	._button-lg {
    	font-size: 12px;
	}
}

/** アイコンフォント */
@font-face {
    font-family: 'icomoon';
    src:url('../../fonts/icomoon.eot?-omtv7b');
    src:url('../../fonts/icomoon.eot?#iefix-omtv7b') format('embedded-opentype'),
        url('../../fonts/icomoon.woff?-omtv7b') format('woff'),
        url('../../fonts/icomoon.ttf?-omtv7b') format('truetype'),
        url('../../fonts/icomoon.svg?-omtv7b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e616";
}
.icon-menu:before {
    content: "\e60e";
}
.icon-trash:before {
    content: "\e614";
}
.icon-tri-mirror:before {
    content: "\e615";
}
.icon-tri:before {
    content: "\e613";
}
.icon-arrow-t:before {
    content: "\e60f";
}
.icon-close:before {
    content: "\e60d";
}
.icon-point-f:before {
    content: "\e60c";
}
.icon-point:before {
    content: "\e610";
}
.icon-arrow-f:before {
    content: "\e600";
}
.icon-arrow:before {
    content: "\e601";
}
.icon-bonus-f:before {
    content: "\e602";
}
.icon-bonus:before {
    content: "\e603";
}
.icon-contact:before {
    content: "\e604";
}
.icon-data:before {
    content: "\e605";
}
.icon-faq-f:before {
    content: "\e606";
}
.icon-faq:before {
    content: "\e607";
}
.icon-logout:before {
    content: "\e608";
}
.icon-order-f:before {
    content: "\e609";
}
.icon-order:before {
    content: "\e60a";
}
.icon-password:before {
    content: "\e60b";
}
.icon-seminar-f:before {
    content: "\e611";
}
.icon-seminar:before {
    content: "\e612";
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
/*    max-width: 400px;*/
/*    width: 90%;*/
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダルタイトルの指定*/
.modal-title {
    width: 100%;
    height: 45px;
    background: #ca9d00;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 16px;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
}
