/* CSS Document */
.contents_box{
	padding-top:50px;
}
.c_01{
	margin-bottom:-20px;
	padding-left:50px;
}
.d1_img{
	padding-left:50px;
}
.contactbox{
	width:400px;
	float:right;
	margin:40px;
	padding-bottom:10px;
	padding-left:20px;
	text-align:left;
	border-left: 1px solid #cccccc;
}
table{
	margin-top:0px;
	margin-bottom:30px;
	padding:0px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}
table.form{
	margin-top:30px;
	text-align:left;
}
th{
	width:400px;
	padding-left:10px;
	vertical-align: top;
	text-align:left;
}

td{
	padding:7px;
	margin:5px;
}
td ul{
	margin-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}
.center{
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
input, textarea{
	background-color:#F5F5F5;
}
input{
	height:20px;
}
input#submit_button {
	border-radius:4px;
	margin:0 10px;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size: 1.2em;
	background-color: #13285f;
	color: #FFFFFF;
	border-style: none;
	height:40px;
}
input#reset_button {
	 border-radius:4px;
	margin:0 10px;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	font-size: 1.2em;
	background-color: #cccccc;
	color: #000000;
	border-style: none;
	height:40px;
}
.contact_form{
	color:#A37A79;
}
.contact_form table{
	border-collapse:collapse;
}
table, tbody, tr, th, td {
}
.contact_form th{
	width:240px;
}
.contact_form td{
	position:relative;
	top:-10px;
}
.contact_form .tr_radio td{
	position:relative;
	top:-5px;
}
.contact_form input[type="text"].number{
	width:200px;
}
.contact_form textarea{
	width:510px;
}
.contact_form input.check{
	vertical-align:middle;
	margin-left:20px;
	width:10px;
	display: none;
	border-radius: 3px;
	background-color: #fafafa;
	border: 1px solid #cacece;
}
label {
    display: inline;
}
.item_title{
	font-size:14px;
	margin-right:30px;
}
.item_01{
	margin-top:30px;
	margin-bottom:30px;
}
th.item_02 .item_title_no_2 {
	margin-right:-20px;
}
@media (min-width: 1px) {
	input[type="text"]{
		border:0;
		height:29px;
		background:#ececec;
	}
	textarea{
		border:0;
		background:#ececec;
	}
	.tr_select{
		padding:0;
		margin:0;
	}
	.tr_select td{
    position: relative;
	padding-right:0px;
	margin-right:0px;
    z-index: 10;
	left:0px;
	right:7px;
	top:-7px;
	overflow: hidden;
    }
	.tr_select select{
	border-radius: 0;
	font-size:14px;
	font-weight:normal;
    padding: 0px 0 0px 10px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: block;
    height: 30px;
    cursor: pointer;
    background: #ececec;
    background-image: url(../semminer_contact/images/arrow_btm.png);
	background-position: 475px center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 15;
    vertical-align: middle;
    line-height: 22px;
    box-sizing: border-box;
    border: none;
	}
.tr_select select.nittei{
	background-position: 175px center;
}
	.tr_radio input{
        display: none;
    margin: 0px;
	}
.tr_radio label{
	display: block;
	position: relative;
	cursor: pointer;
	/* margin-left: 10px; */
	padding: 0px 10px 0 25px;
	line-height: 25px;
	height: 25px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	/* text-align: center; */
}
.tr_radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #FFFFFF;
	border:1px solid;
	border-radius: 50%;
}
.tr_radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-radius: 50%;
	background: #3e4956;
}
.tr_check{
	padding-top:80px;
}
.tr_check input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.tr_check input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
    .tr_check input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .tr_check input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .tr_check input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #F7F5EE;
    }
    .tr_check input[type=checkbox] + label::before {
        border: 1px solid #392C2F;
    }
    .tr_check input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .tr_check input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #392C2F;
        border-bottom: 3px solid #392C2F;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
/* Checkbox ------------------------------------------------*/
input[type="checkbox"] {
    display: none;

    & + label {
        display: block;
        cursor: pointer;
        margin: 20px;

        /*通常時の見た目*/
        &::before {
            width: 34px;
            height: 34px;
            line-height: 32px;
            font-size: 42px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            content: "\2713";
            color: transparent;
            padding: 0;
            border-radius: 5px;
            border: 2px solid #dddddd;
            background: #f0f0f0;
            margin: -2px 5px 0 0;
            -webkit-transition: .1s;
                    transition: .1s;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
        /*hover時の見た目*/
        &:hover {
            color: #808080;
            &::before {
                background-color: #fff;
            }
        }
    }
    /*checked時の見た目*/
    &:checked + label {
        color: $blue;
        &::before {
            font-size: 25px;
            background: #fff !important;
            border-color: $blue !important;
            color: $blue !important;
        }
    }
}
