/*
 Theme Name:   pure-child
 Theme URI:    http://example.com/pure-child/
 Description:  pure child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     pure
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pure-child
*/

/* 追加CSS */

footer {
    background: #F784B0 !important;
    color: #fff !important;
}

.entry-title {
    text-transform: none;
}

/*table {
    margin-bottom: 40px;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #cccccc;
    padding: 5px 20px;
}*/

.cform th {
	font-size: 14px;
	width: 27%; /*変なところで改行される場合はここの数字を変更します。*/
	font-weight: normal;
	text-align: left;
	background: #fcd9d9;
	border: solid 1px #ccc;
	padding: 2%;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #ccc;
	padding: 2%;
}

.cform {
	width: 80%;
	margin: auto;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #F94E93;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}


.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

#concept_all{
	width: 80%;
	margin: 5% auto;
}

.concept_box{
	display:flex
}


@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
.concept_box{
	flex-direction: column;
}

.cform {
	width: 100%;
	text-align: center;
}

.cform th {
	border: none;
	padding: 2% 0;
}
.cform td {
	border: none;
	padding: 4% 0;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}
.submit-btn input {
	padding: 15px;
}
}