
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
p {
	font-size: 16px;
	line-height: 1.4;
}

u{
	color:#42B5D8;
}
/* デフォルトの装飾を削除 */
input, textarea {
	-webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
:focus {
    outline: -webkit-focus-ring-color none;
}


header {
	width: 100%;
	padding: 20px 0!important;
}
header .logo {
	width: 260px;
	margin-right: 20px;
}

/* レイアウト */
.container {
	width: calc(100% - 40px);
	max-width: 1080px;
	padding: 0 20px;
	margin: auto;
}
.max460 {
	max-width: 460px;
	margin: auto;
}
.max680 {
	max-width: 680px;
	margin: auto;
}
.max980 {
	max-width: 980px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.just_center {
	justify-content: center;
}
.row.just_start {
	justify-content: flex-start;
}
.row.align_center {
	align-items: center;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_120 {
	margin-bottom: 120px;
}
.mr_20 {
	margin-right: 20px;
}

/* フォント */
h1 {
	padding: 20px!important;
	background: #42B5D8;
	color: #fff;
	font-size: 36px;
	text-align: center;
}
h2 {
	color: #42B5D8;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px;
}
.font_12 {
	font-size: 12px;
	line-height: 24px!important;
}
.font_14 {
	font-size: 14px;
	line-height: 24px!important;
}

.font_18 {
	font-size: 18px;
}
.font_24 {
	font-size: 24px;
}
.font_36 {
	font-size: 36px;
}
.bold {
	font-weight: bold;
}
.txt_center {
	text-align: center;
}
.blue {
	color: #42B5D8;
}

/* BOX */
.shadow_box {
	display: inline-block;
	width: calc(320px - 2px);
	margin: 0 15px 30px;
	background: #fff;
	border: 1px #B5B5B6 solid;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.30);
}
.shadow_box .ttl {
	padding: 10px;
	background: #42B5D8;
	color: #fff;
	line-height: 1;
}
.shadow_box .inner {
	padding: 20px 10px;
}
.shadow_box .inner .img {
	display: flex;
	align-items: center;
	width: 70px;
	height: 124px;
}
.shadow_box .inner .img.end {
	align-items: flex-end;
}


.bg_yellow {
	display: inline-block;
	padding: 20px;
	background: #FFFDE5;
}
.bg_yellow p.formula {
	padding: 5px;
	background: #fff;
	border: 1px #000 solid;
}
.bg_yellow .sp_wrap {
	display: none;
}

ul.pan_nav {
	display: flex;
	flex-wrap: nowrap;
}
ul.pan_nav li {
	margin-right: 30px;
	position: relative;
}
ul.pan_nav li::after {
	content: ">";
	display: block;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: -20px;
}
ul.pan_nav li:last-child::after {
	display: none;
}
ul.pan_nav li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
ul.pan_nav li:last-child a {
	pointer-events: none;
}

.error_link {
	display: inline-block;
	width: calc(50% - 15px);
}
.error_link .ttl {
	display: inline-block;
	width: 160px;
	padding: 10px 0;
	background: #42B5D8;
	border-radius: 8px 8px 0 0;
	color: #fff;
	position: relative;
}
.error_link .ttl::after {
	content: "";
	display: block;
	border-top: 17px transparent solid;
	border-right: 14px transparent solid;
	border-bottom: 17px #42B5D8 solid;
	border-left: 14px #42B5D8 solid;
	border-radius: 8px 0 0 0;
	position: absolute;
	top: 0;
	right: -24px;
}
.error_link .inner {
	margin-top: -5px;
	padding: 20px;
	background: #fff;
	border: 2px #42B5D8 solid;
	border-radius: 8px;
	position: relative;
}
.error_link .inner p {
	position: relative;
}
.error_link .inner p::before {
	content: "";
	display: block;
	width: 180px;
	height: 2px;
	background: #42B5D8;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.error_link .inner p::after {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	background: #42B5D8;
	transform: rotate(35deg);
	position: absolute;
	bottom: 12px;
	right: 0;
}

section {
	padding: 60px 0!important;
}
.error {
	border: 3px #42B5D8 solid;
	border-radius: 15px;
	background: #fff;
}
.error .ttl {
	width: calc(340px - 20px);
	padding: 10px;
	background: #42B5D8;
	border-radius: 10px 0 0 10px;
	color: #fff;
}
.error.other .ttl {
	width: calc(340px - 40px);
	padding: 20px;
}
.error .txt {
	width: calc(100% - 340px - 80px);
	padding: 10px 40px;
}
table.process {
	width: 100%;
}
table.process th {
	width: 120px;
	padding: 0 20px 0 0;
	border-right: 1px #000 solid;
	text-align: right;
	vertical-align: top;
}
table.process th.space {
	border-right: none;
	padding: 0 20px 20px 0;
}
table.process td {
	padding: 0 20px;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.abnomal {
	display: inline-block;
	margin: 0 5px;
	padding: 3px;
	background: #E60012;
	color: #fff;
}

.btn_contact {
	display: inline-block;
	padding: 10px 60px;
	background: #fff;
	border: 2px #42B5D8 solid;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.30);
}
.btn_contact span {
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
.btn_contact span::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/icon_mail.png") center center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.hurry {
	display: inline-block;
	padding: 30px 60px 20px;
	border: 1px #42B5D8 solid;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.hurry .ttl {
	display: inline-block;
	white-space: nowrap;
	padding: 0 15px;
	background: #fff;
	letter-spacing: 1px;
	line-height: 1;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.hurry .ttl::before {
	content: "";
	display: block;
	height: 30px;
	border-left: 1px #42B5D8 solid;
	transform: rotate(-20deg);
	position: absolute;
	top: -4px;
	left: 0;
}
.hurry .ttl::after {
	content: "";
	display: block;
	height: 30px;
	border-left: 1px #42B5D8 solid;
	transform: rotate(20deg);
	position: absolute;
	top: -4px;
	right: 0;
}
.btn_tel {
	display: inline-block;
}
.btn_tel span {
	padding-left: 45px;
	position: relative;
}
.btn_tel span::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/icon_tel.png") center center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}




.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}


/* 追記 */

.mailbox{
padding-left:33%;padding-right:33%;
}

.title-border-right {
font-weight: bold;
display: flex;
align-items: center;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

/* 2022/03/24 追記 ----------------*/
.bg_gray {
	padding: 40px;
	background: #EFEFEF;
}
.touchpanel .error_link .inner p::before {
    width: 80px;
}
.touchpanel section {
	padding: 0!important;
}
.touchpanel .error.other .ttl {
    width: calc(200px - 40px);
    padding: 20px;
}
.touchpanel .error .txt {
	width: calc(100% - 200px - 80px);
}
.touchpanel table.process th {
	width: 200px;
}


@media screen and (max-width : 980px) {
	.pc {display: none;}
	.tb {display: inline;}

	p {font-size: 14px;}

	header {
		padding: 10px 0!important;
	}
	header .logo {
		width: 180px;
		margin-right: 0;
	}

	/* レイアウト */
	.container {
		max-width: 680px;
	}

	.mb_10 {
		margin-bottom: 5px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_30 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_120 {
		margin-bottom: 80px;
	}
	.mr_20 {
		margin-right: 15px;
	}

	/* フォント */
	h1 {
		padding: 20px!important;
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
	.font_18 {
		font-size: 16px;
	}
	.font_24 {
		font-size: 18px;
	}
	.font_36 {
		font-size: 24px;
	}

	/* BOX */
	.shadow_box {
		width: calc(240px - 2px);
		margin: 0 10px 20px;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.30);
	}
	.shadow_box .inner {
		padding: 10px;
	}
	.shadow_box .inner .img {
		width: 50px;
		height: 85px;
	}

	.bg_yellow {
		max-width: 360px;
		margin: auto;
	}
	.bg_yellow .formula {
		width: 100%;
	}

	ul.pan_nav li::after {
		font-size: 12px;
	}
	ul.pan_nav li a {
		font-size: 12px;
	}

	.error_link {
		width: calc(50% - 10px);
		min-width: 320px;
		margin: 0 auto 20px;
	}
	.error_link .ttl {
		width: 120px;
	}
	.error_link .inner {
		padding: 15px;
	}
	.error_link .inner p {
		padding-bottom: 20px;
	}
	.error_link .inner p::before {
		width: 120px;
	}

	section {
		padding: 40px 0!important;
	}
	.error {
		border-radius: 10px;
	}
	.error .ttl {
		width: calc(240px - 20px);
		border-radius: 5px 0 0 5px;
	}
	.error.other .ttl {
		width: calc(240px - 30px);
		padding: 15px;
	}
	.error .txt {
		width: calc(100% - 240px - 40px);
		padding: 10px 20px;
	}
	table.process th {
		width: 100px;
		padding: 0 10px 0 0;
	}
	table.process th.space {
		padding: 0 10px 20px 0;
	}
	table.process td {
		padding: 0 0 0 10px;
	}

	.btn_contact {
		padding: 10px 40px;
	}
	.btn_contact span {
		padding-left: 40px;
	}
	.btn_contact span::before {
		width: 30px;
		height: 30px;
	}

	.hurry {
		padding: 20px 40px 15px;
	}
	.btn_tel span {
		padding-left: 30px;
	}
	.btn_tel span::before {
		width: 25px;
		height: 25px;
	}


	.font_18 {
		font-size: 16px;
	}
	.font_36 {
		font-size: 24px;
	}
	/* 追記 */
.mailbox{
padding-left:15px;padding-right:15px;
}
	
	/* 2022/03/24 追記 ----------------*/
	.bg_gray {
		padding: 20px;
	}
	.touchpanel .error_link {
	 	min-width: 250px;
	}
	.touchpanel .error.other .ttl {
	    width: calc(100px - 30px);
	    padding: 15px;
	}
	.touchpanel .error .txt {
		width: calc(100% - 100px - 40px);
	}
	.touchpanel table.process th {
		width: 130px;
	}


}

@media screen and (max-width : 540px) {
	.tb {display: none;}
	.sp {display: inline;}

	.max460 {
		width: 80%;
	}
	
	.error {
		border-radius: 10px;
	}
	.error .ttl {
		width: calc(100% - 20px);
		border-radius: 5px 5px 0 0;
	}
	.error.other .ttl {
		width: calc(100% - 30px);
		text-align: center;
	}
	.error .txt {
		width: calc(100% - 40px);
		padding: 20px;
	}
	.error.other .txt {
		text-align: center;
	}
	
	/* 2022/03/24 追記 ----------------*/
	.touchpanel .error.other .ttl {
	    width: calc(100% - 30px);
	}
	.touchpanel .error .txt {
		width: calc(100% - 40px);
	}
}


