/*
 Theme Name:   oops_tcd048 Child
 Template:     oops_tcd048
 Version:      2.0.1
*/

/* header */

div.l-header__inner img {
	height: 46px;
}

/* スマホハンバーガーメニューと重ならない修正 */

.l-main {
	margin-top: 50px;
}

/* p-entry__body */

.p-entry__body {
	word-break: break-all;
}

/* p-entry__body 固定ページ共通 */

.p-breadcrumb a:hover {
	color: #3399cc;
}
.p-entry__body h3.l-border {
	font-size: 20px;
	padding: 0 0 0 6px;
	border-left: 6px solid #ddd;
}
.p-entry__body h4 {
	font-size: 24px;
	text-align: center;
}
.p-entry__body h4.l-border {
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 6px;
	border-left: 6px solid #ddd;
}

/* p-entry__body 固定ページ共通-line-heighなど */

.p-entry__body p {
	line-height: 160%;
}
.p-entry__body ul li {
	line-height: 150%;
	margin: 10px 0;
}
.p-entry__body table th,
.p-entry__body table td {
	line-height: 150%;
	font-size: 15px;
	padding: 14px 8px;
	border: 1px solid #bbb;
}

/* p-entry__body 固定ページ共通-well系枠 */

.p-entry__body .well {
	color: #ff3333;
	text-align: center;
	padding: 30px 20px 0 20px;
}
.p-entry__body .well h3 {
	font-size: 24px;
}
.p-entry__body .wel p {
	margin: 0;
}

.p-entry__body .well2 p {
	margin: 10px 0;
}
.p-entry__body .well2 ul,
.p-entry__body .well2 ol {
	margin: 10px 20px;
}

/* p-entry__body 固定ページ共通-ダウンロード表 */

.p-entry__body table.dl-data th {
	text-align: left;
	background-color: #fff;
}
.p-entry__body table.dl-data th.title {
	text-align: center;
	background-color: #e1f0ff;
}
.p-entry__body table.dl-data th.title h4 {
	font-size: 18px;
	margin: 0;
}
.p-entry__body table.dl-data th.title p {
	margin: 0;
}
.p-entry__body table.dl-data th a {
	font-weight: bold;
	padding: 10px 0 10px 60px;
	margin: 0 .5em 0 0;
	background: url(/wp-content/uploads/2017/07/icon_4b_192.png) no-repeat 0 50%;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
	display: block;
}
.p-entry__body table.dl-data th a:hover {
	color: #333;
}
.p-entry__body table.dl-data th a.nopdf {
	background-image: none;
}
.p-entry__body table.dl-data td {
	width: 110px;
	vertical-align: middle;
}

/* input枠の表示 */

.p-entry__body input[type=text],
.p-entry__body input[type=email],
.p-entry__body input[type=password],
.p-entry__body textarea {
	padding: 10px;
	margin: 2px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* select枠の表示 */

.p-entry__body select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	padding: 10px 30px 10px 8px;
	background: #fff url(/wp-content/uploads/2018/06/icon_select.png) no-repeat 97% 50%;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	border: 1px solid #ccc;
}

/* subm_button */

p.subm {
	text-align: center;
}
.subm a.pdfstart {
	width: 90%;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	padding: 12px;
	margin: 20px auto;
	border: 0;
	background-color: #2980b9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
	display: block;
}
.subm a.pdfstart:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.subm input[type=submit],
input#sendbtn[type=submit],
input#makepass[type=submit] {
	width: 90%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 12px;
	margin: 20px auto;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #2980b9;
	box-sizing: border-box;
	display: block;
}
.subm.buy input[type=submit] {
	background-color: #669900;
}
.subm input[type=submit]:hover,
input#sendbtn[type=submit]:hover,
input#makepass[type=submit]:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.subm button#backbtn,
.subm button#logbtn,
.subm button#accbtn {
	width: 90%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 12px;
	margin: 20px auto;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #2980b9;
	display: block;
}
.subm button#backbtn:hover,
.subm button#logbtn:hover,
.subm button#accbtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
button.contactbtn {
	width: 90%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 12px;
	margin: 20px auto;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #2980b9;
	display: block;
}
button.contactbtn.gray.small {
	width: 60%;
	font-size: 14px;
	padding: 8px;
	background-color: #777;
}
button.contactbtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

/* footer */

#js-pagetop a {
	background-color: #0099ff;
}

footer .p-footer-blog h2.p-footer-blog__catch {
	color: #000;
}
footer .p-footer-blog a {
	color: #000;
}
footer .l-footer__logo a {
	color: #000;
}
footer .l-footer__logo a img {
	width: 80%;
}
footer ul.p-social-nav a {
	color: #000;
}
footer ul#menu-footer-menu {
	color: #000;
}
footer ul#menu-footer-menu li a {
	color: #000;
}

/* ログイン時の名前表示 */

#personlogininfo {
	position: absolute;
	top: 22px;
	right: 65px;
	z-index: 1000;
}
#personlogininfo p {
	color: #000;
	font-size: 12px;
}

/* ページトップに戻る 変更 */

.p-pagetop { line-height: 50px; position: fixed; bottom: 0; right: 0; z-index: 9999; }
.p-pagetop a { width: 50px; height: 50px; text-align: center; }
.p-pagetop a::after { position: static; }


@media screen and (min-width: 500px) {

	.subm a.pdfstart {
		width: 300px;
	}
	.subm input[type=submit],
	input#sendbtn[type=submit],
	input#makepass[type=submit] {
		width: 300px;
	}
	.subm button#backbtn,
	.subm button#logbtn,
	.subm button#accbtn {
		width: 300px;
	}
	button.contactbtn {
		width: 300px;
	}
	button.contactbtn.gray.small {
		width: 100px;
	}

}

@media screen and (min-width: 970px) {

	/* header */

	header#js-header {
		height: auto;
	}

	div.l-header__inner {
		padding: 0;
		display: block;
	}
	div.l-header__inner img {
		height: 50px;
	}

	/* スマホハンバーガーメニューと重ならない修正 */

	.l-main {
		margin-top: 0;
	}

	/* p-entry__body 固定ページ共通 */

	.p-entry__body h4 {
		font-size: 30px;
		text-align: left;
	}
	.p-entry__body table th,
	.p-entry__body table td {
		padding: 16px 12px;
	}

	/* p-entry__body 固定ページ共通-well系枠 */

	.p-entry__body .well h3 {
		font-size: 38px;
	}

	/* p-entry__body 固定ページ共通-リンクボタン */

	.p-entry__body a.q_button {
		font-size: 20px;
	}

	/* p-entry__body 固定ページ共通-ダウンロード表 */

	.p-entry__body table.dl-data th.title h4 {
		font-size: 26px;
		margin: 0;
	}
	.p-entry__body table.dl-data th a {
		font-size: 17px;
	}

	/* subm_button */

	.subm a.pdfstart {
		height: 50px;
	}
	.subm input[type=submit],
	input#sendbtn[type=submit],
	input#makepass[type=submit] {
		height: 50px;
	}
	.subm button#backbtn,
	.subm button#logbtn,
	.subm button#accbtn {
		height: 50px;
	}
	button.contactbtn {
		height: 50px;
	}
	button.contactbtn.gray.small {
		height: auto;
	}

	/* footer */

	footer .l-footer__logo a img {
		width: 400px;
	}

	/* ページトップに戻る 変更 */

	.p-pagetop { line-height: 55px; position: fixed; bottom: 0; right: 0; z-index: 9999; }
	.p-pagetop a { width: 55px; height: 55px; text-align: center; }
	.p-pagetop a::after { position: static; }

	.start_none {
		display:none;
	}

}

@media screen and (min-width: 1200px) {

	/* header */

	div.l-header__inner {
		padding: 10px 0 0 0;
		display: block;
	}
	div.l-header__inner img {
		height: 70px;
	}

	/* p-entry__body 固定ページ共通 */

	.p-entry__body h3.l-border {
		font-size: 26px;
	}
	.p-entry__body h4.l-border {
		font-size: 26px;
	}

	/* ログイン時の名前表示 */

	#personlogininfo {
		top: 15px;
		right: 15px;
	}
	#personlogininfo p {
		font-size: 13px;
	}

}