@charset "UTF-8";

/* ************************************** _

タイトル：table.css

概要：テーブルのCSSファイル

_ ************************************** */


/* 共通項目
---------------------------------------------------------------------------- */
@media screen and (max-width: 1040px) {
	.column_1 #content #primary-content{
		padding: 0 10px 0 10px !important;
		max-width: 1000px;
		width: 100%;
	}
}

.only-sp{ display: none; }
@media screen and (max-width: 900px) {
	.only-sp{ display: block; }
}

h2.title{
	line-height: normal !important;
	height: auto !important;
	padding: 15px 20px 15px 20px;
}
@media screen and (max-width: 900px) {
	h2.title{
		padding: 10px 20px 10px 20px;
	}	
}
input[type="radio"],
input[type="checkbox"]{
	transform:scale(1.4);
    display: inline-block !important;
}
input[type="text"],
input[type="email"]{
	padding: 6px;
}
@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="email"]{
		width: 100% !important;
	}
	.input-other input[type="text"]{
		width: 70% !important;
	}
}

/* 罫線ありテーブル
---------------------------------------------------------------------------- */
.ruled-line th,
.ruled-line td{
	padding: 10px;
}
.responsive-table th{
	display: block;
	width: 100%;
	font-size: 1.2em;
}
.responsive-table td{
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 900px) {
	.responsive-table th{
		font-size: 1em;
	}
}

.form-list{
	display: flex;
	flex-wrap: wrap;
}
.form-list label{
	width: 30%;
	cursor: pointer;
}
.form-list input[type="radio"]{
	cursor: pointer;
}
form#mailformpro label.mfp_not_checked{
	border: none !important;
}
.level-list-wrap{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 900px) {
	.form-list label{
		width: 48%;
	}
	.level-list-wrap{
		display: block;
	}	
	.level-list{
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.form-list label{
		width: 100%;
	}
	.form-list br{
		display: none;
	}
}

.privacy-check-wrap{
	text-align: center;
}

/*確認画面；上書き*/
#mfp_phase_confirm div.mfp_buttons{
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: row-reverse;
	margin: 0 0 0 -3%;
}
#mfp_phase_confirm div.mfp_buttons button{
	margin: 0 0 0 3%;
}
@media screen and (max-width: 600px) {
	#mfp_phase_confirm div.mfp_buttons{
		display: block;
		margin: 0 auto 0 auto;
		max-width: 300px;
	}
	#mfp_phase_confirm div.mfp_buttons button{
		margin: 0 0 10px 0;
	}	
}







