@charset "utf-8";

/* メンテナンス表示用 -------------------------------------------- */
p.atn {
	background: #f1ecec;
	padding: 25px;
	margin: 20px 0;
	color: #b90d0d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/* End  ------------------------------------------------------ */

/* ヘッダー ----------------------------------------------------- */
#view {
	background: url(https://www.asahi-japan.com/images/contact-bg.jpg) center center no-repeat;
	background-size: cover;
}
.inner {
	width: 1200px;
	background: #f7f7f7;
	margin: 0 auto;
}
#header {
	background: url(https://www.asahi-japan.com/images/header-line-bg.jpg) top left repeat-x #eee;
	padding-top: 13px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
#header .inner {
	background: none;
}
#view h2 {
	line-height: 1.4em;
	text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}
#main .inner {
	margin-top: -90px;
	margin-bottom: 100px;
	padding: 50px 0 100px 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a {
	color: #fff;
}
/* End  ------------------------------------------------------ */

/* フォームエリアヘッダー -------------------------------------------- */
#mp-head {
	margin: 20px auto 0 auto;
	width: 1000px;
	text-align: center;
}
#mp-head h1 {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: medium;
	color: #ffffff;
	height: 25px;
	font-weight: normal;
	padding-left: 1em;
}
#mp-head p {
	text-align: center;
}
#mp-head h3 {
	text-align: center;
	font-size: 28px;
}
#mp-head h3 span {
	display: block;
	margin: 15px auto;
	font-family: var(--font_en);
	font-size: 16px;
}
.email_domain {
	width: 80%;
	background: #f1f1f1;
	padding: 20px 50px;
	margin: 30px auto;
}
.email_domain p {
	font-size: 13px;
}
/* End  ------------------------------------------------------ */

/* フォームメイン  ------------------------------------------------ */
#mp-main {
	margin: 30px auto 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
	width: 740px;
}
#mp-main p,
li,
dt,
dl {
	line-height: 1.6;
	font-size: 16px;
}
#mp-main p {
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-align: center;
}
#mp-main dt {
	font-size: 17px;
}
#mp-main a:hover {
	font-size: small;
	color: #dd8d2a;
	text-decoration: underline;
}
#mp-main a {
	font-size: small;
	color: #4c4c4c;
	text-decoration: none;
}


#mp-main input.text,
input.password,
textarea,
select {
	padding: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	background-color: #fff;
	background-repeat: repeat-x;
	border: 1px solid #cbc8c8;
	padding: 15px 20px;
	width: 500px;
}
/* for browsers except IE6  */
#mp-main input[type="text"],
input[type="password"],
textarea[name],
select[name] {}
/* */
#mp-main input.submit,
input.reset,
button {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	overflow: visible;
	padding: 0em 0.5em 0em 0.5em;
	height: 2.2em;
}
#mp-main select {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
#mp-main option {
	padding-right: 1em;
}
#mp-main option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#mp-main img {
	border: 0px;
}
#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	padding: 0.5em;
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding: 0;
}
#mp-main div.fieldset dt {
	color: #5a5a5a;
	height: 24px;
	line-height: 24px;
	margin: 0.5em;
	padding-left: 15px;
	padding-top: 1px;
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
}
#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dt span.required {
	background-image: url("../imgs/required.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #880000;
}
#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset select.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset dl dt,
#mp-main div.fieldset dl dd {
	text-align: left;
}
#mp-main div.errs {
	background-image: url("../imgs/warning.png");
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 30px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main input.text {
	width: 650px !important;
	border: 1px solid #cbc8c8;
}
#mp-main textarea {
	resize: vertical;
	width: 650px;
	height: 200px;
}
#mp-main input.submit {
	height: 60px;
	padding: 20px 70px;
	background: #ee943b;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	color: #fff;
	border-style: none;
	border: none;
	font-size: 16px;
	letter-spacing: 0.06em;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #868686;
	font-size: 15px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #868686;
	font-size: 15px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #868686;
	font-size: 15px;
}

p#pp-note {
	letter-spacing: 0.06em;
}
#message {
	margin-top: 50px;
}
#message p {
	margin: 15px 0;
	font-size: 15px;
}

#inline-box {
	width: 840px;
	height: 200px;
	background: #fff;
	border: 1px solid #cbc8c8;
	overflow: scroll;
	overflow-x: hidden;
	margin-left: -100px;
	margin-top: 50px;
	margin-bottom: 80px;
	padding: 30px 50px;
	text-align: left;
	font-size: 13px;
}
#inline-box p {
	text-align: left;
	font-size: 14px;
}
#inline-box h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}
#inline-box h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
#inline-box h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
#breadcrumbs li,
#breadcrumbs li a {
	color: #777777;
}
p.red-message {
	font-size: 18px;
	font-weight: bold;
	color: #c5000a;
}

@media screen and (max-width:768px) {
	p.atn {
		font-size: 15px;
	}
	.inner {
		width: 90%;
		background: #f7f7f7;
		margin: 0 auto;
	}
	#mp-head {
		width: 100%;
	}
	#mp-head p {
		width: 90%;
		margin: 20px auto;
	}
	#mp-head h3 {
		font-size: 20px;
	}
	#mp-head h3 span {
		font-size: 14px;
	}
	.email_domain {
		width: 70%;
		padding: 20px 5%;
		margin: 20px auto;
	}
	#mp-main {
		width: 100%;
	}
	#mp-main input.text,
	input.password,
	textarea,
	select {
		width: 92%;
		padding: 15px 4%;
	}
	#mp-main p,
	li,
	dt,
	dl {
		font-size: 15px;
	}
	#mp-main p {
		width: 90%;
		margin: 20px auto;
	}
	#mp-main input.text {
		width: 86% !important;
	}
	#mp-main textarea {
		width: 86%;
		height: 150px;
	}
	#mp-main div.errs {
		width: 90%;
		margin: 30px auto;
		background-size: 20px auto;
		background-position: top left 20px;
	}
	#mp-main div.errs ul li {
		font-size: 14px;
	}
	#inline-box {
		width: 82%;
		height: 200px;
		padding: 30px 4%;
		margin: 60px auto;
	}
	#inline-box p {
		font-size: 14px;
	}
	p#pp-note {
		width: 90%;
		margin: 50px auto 30px auto;
	}
	#message {
		width: 90%;
		margin: 50px auto;
	}
	#mp-main input.submit {
		height: 60px;
		padding: 20px 40px;
		margin: 20px auto;
	}

}