@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
 */



/*--------------------------------------------------
オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.red { color: #C00000; }
.pick { color: #0068ff; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
p.nm {
	padding-bottom: 0;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
共通
--------------------------------------------------*/
.mb {
	margin-bottom: 40px;
}
.bg_wide {
	position: relative;
}
.bg_wide::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.bg_pad {
	padding: 30px 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_pad {
		padding: 60px 0;
	}
	.bg_fix::before {
		background-attachment: fixed !important;
	}
	.box_w2 {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box_w2.rev {
		flex-direction: row-reverse;
	}
	.box_w2.vcen {
		-webkit-align-items: center;
		align-items: center;
	}
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
.home #mainImg {
	padding-bottom: 0;
}
.home #wrapper {
	overflow: visible;
}
.home #content {
	padding-top: 0;
}
#post-2 .post {
	padding-top: 0;
	background: none;
	border: none;
}
/**/
#top_contents {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#top_contents .box {
	position: relative;
}
#top_contents .box::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
}
#top_contents .bg01::before {
	background-image: url(/struct/wp-content/uploads/top_link_bg01.jpg);
}
#top_contents .bg02::before {
	background-image: url(/struct/wp-content/uploads/top_link_bg02.jpg);
}
#top_contents h1 {
	border-bottom: 1px solid #4774FF;
	color: #4774FF;
	text-align: left;
}
#top_contents p.rit {
	color: #4774FF;
	font-size: 110%;
	font-family: "Prata", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#top_contents .txt {
	padding: 20px 15px;
}
#top_contents .linkBtn {
	margin-bottom: 0;
	box-shadow: -3px -3px 0 rgba(0,0,0,0.3) inset;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .box::before {
		top: 0;
		width: 60%;
		height: 100%;
	}
	#top_contents .bg01 {
		padding-left: 60%;
	}
	#top_contents .bg01::before {
		left: 0;
	}
	#top_contents .bg02 {
		padding-right: 60%;
	}
	#top_contents .bg02::before {
		right: 0;
	}
	#top_contents .txt {
		padding: 80px 10%;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 641px){
	#top_contents .txt {
		padding: 30px 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .box {
		padding-bottom: 150px;
	}
	#top_contents .box::before {
		left: 0;
		bottom: 0;
	}
}
/*--------------------------------------------------
サービスについて
--------------------------------------------------*/
#service_msg {
	position: relative;
	margin-bottom: 60px;
	padding: 10px 0 0 10px;
}
#service_msg::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: rgba(255,255,255,0.6);
	border: 1px solid #1C71FC;
	content: "";
}
#service_msg .in {
	position: relative;
	padding: 20px;
	background: rgba(255,255,255,0.6);
	border: 1px solid #fff;
	color: #000;
}
#service_msg h3 {
	padding-top: 0;
	background: none;
}
/**/
#service_flwo .box {
	position: relative;
	margin-bottom: 60px;
	padding: 20px;
	padding-left: 100px;
	background: rgba(255,255,255,0.8);
	color: #000;
}
#service_flwo .box::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -100px;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid rgba(255,255,255,0.8);
}
#service_flwo .box:last-child {
	margin-bottom: 0;
}
#service_flwo .box:last-child::before {
	display: none;
}
#service_flwo h3 {
	padding-top: 0;
	background: none;
}
#service_flwo h3 img {
	position: absolute;
	top: -10px;
	left: -90px;
	width: 80px;
	margin: 0;
	padding: 0;
	border: none;
}
#service_flwo p.pad {
	padding-left: 1em;
	padding-bottom: 0;
	text-indent: -1em;
}
/*--------------------------------------------------
SIM料金表
--------------------------------------------------*/
#price_msg {
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
}
#price_msg::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: rgba(255,255,255,0.6);
	border: 1px solid #fff;
	content: "";
}
#price_msg .in {
	position: relative;
	padding: 50px 20px;
	background: rgba(255,255,255,0.6);
	border: 1px solid #fff;
	color: #000;
}
#price_msg h3 {
	padding-top: 0;
	background: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#price_msg .in {
		padding: 20px;
	}
}
/**/
#price_tbl {
	margin-bottom: 40px;
}
#price_tbl th,
#price_tbl td {
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#price_tbl th,
	#price_tbl td {
		padding: 6px;
		font-size: 90%;
	}
}
/**/
#price_about {
	padding: 20px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	border-radius: 20px;
	color: #000;
}
#price_about h3 {
	padding-top: 0;
	background: none;
}
#price_about .box_w2 p {
	background: url(/struct/wp-content/uploads/icn_tel.png) no-repeat 30% center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
#price_about p b.red {
	font-size: 25px;
}
#price_about p b.red span {
	font-size: 35px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#price_about .box_w2 p {
		width: 32%;
	}
}
/*--------------------------------------------------
会社概要
--------------------------------------------------*/
#company_tbl {
	margin-bottom: 40px;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td {
	text-align: left;
}
/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 200px;
		white-space: nowrap;
	}
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
}
.post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}


/*
 * 申込フォーム
 */
body.page-registration {
	background:transparent !important;
	color: #212121;
}
body.page-registration h1.title {
	color: #212121;
}
#regist_form th {
	color: #fff;
	background-color: #212121;
}
#regist_form p.msg_area {
	color: #ff3131;
}
#regist_form p.msg_area:empty {
	display: none;
}
#regist_form label {
	cursor: pointer;
}
#regist_form th {
	vertical-align: middle;
	width: 20em;
}
#regist_form .must {
	background: #ff3131;
	display: inline-block;
	padding:0 1em;
	margin-right: 1em;
}
#regist_form .date input,
#regist_form .date select {
	width: 5em;
}
#regist_form input[readonly] {
	display:inline;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}
#regist_form #btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#regist_form #btn_wrap .linkBtn {
	margin: 0 1em;
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	height: 40px;
	font: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 640px) {
	#regist_form th, 
	#regist_form td {
		text-align: left;
	}
	#regist_form .date td {
		padding:10px 0;
	}
}
/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}
