@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

table {
	font-size: 100%;
	line-height: 1.6;
	color: #111;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	padding: 0;
}
form {
	margin: 15px auto 30px;
}
input, textarea, select {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	text-decoration: none;
	color: #646464;
}
a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	color: #999;
}
a:active {
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.formWrap {
	width: 908px;
	margin: 40px auto;
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	line-height: 1.8;
	transition-duration: .8s;
	transition-property: opacity;
	padding: 0;
	overflow : hidden;
}
.formWrapIn {
	width: 908px;
	min-height: 500px;
	overflow: hidden;
}
.header {
	width: 100%;
	padding: 5px 0 15px 0;
}
h2 {
	font-size: 131%;
	color: #111;
	padding: 5px;
	border-bottom: #CCC 1px solid;
	font-weight: bold;
}
h3 {
	font-size: 116%;
	color: #111;
	padding: 20px 0;
	font-weight: bold;
}
.description, .title01, .title02 {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.exArea {
}
.exArea ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.exArea ol {
	list-style: decimal;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.exArea dl {
	position: relative;
}
.exArea dl dt {
	position: absolute;
}
.exArea dl dd {
	padding: 0 0 0 20px;
}
.center {
	text-align: center;
}
.description {
	color: #111;
	text-align: left;
	margin: 5px 0;
	font-size: 100%;
}
.question {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
	display: block;
}
.answer p {
	margin: 0 5px 5px 5px;
	padding: 0;
}
.input_item_list {
	margin: 10px auto;
	padding: 15px 5px 0;
	text-align: left;
	width: 100%;
	max-width: 898px;
	border-top: #CCC 1px dotted;
	font-size: 100%;
	overflow: hidden;
	display: block;
}
.error_color, .required_color {
	color: red;
}
.answer p.tx_about {
	margin-top: 10px;
}
.answer p.tx_about a {
	text-decoration: none;
}
.answer p.tx_about a span {
	color: #337ab7;
	text-decoration: underline;
}
.answer p.tx_about a span:hover {
	text-decoration: none;
}
/*.result { margin: 5px 15px; }*/
.result {
	margin: 10px auto 30px;
	padding: 0 0 10px;
	text-align: left;
	width: 100%;
	max-width: 610px;
	border-bottom: #CCC 1px dotted;
	font-size: 100%;
	overflow: hidden;
	display: block;
}
.error {
	margin-left: 15px;
}
/*追加項目*/
.red {
	color: #CC0000;
}
input, textarea, select {
	border: 0;
	padding: 7px;
	font-size: 100%;
	color: #111;
	border: solid 1px #ccc;
	margin: 0 0 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	max-width: 610px;
}
input:focus, textarea:focus, select:focus {
	border: solid 1px #EEA34A;
}
.input_submit {
	margin: 0 auto;
    width: 304px;
    text-align: center;
}
.input_submit input {
    margin: 10px 5px 0;
	padding: 0;
}
p.page-txt-contact {
	margin-bottom: 25px;
}
/*-- BASE --*/
.button {
	display: inline-block;
	width: 100px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*-- BASE* --*/
.button {
	position: relative;
	z-index: 2;
	background-color: #337ab7;
	border: 2px solid #2e6da4;
	color: #fff;
	line-height: 1;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before, .button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #337ab7;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before, .button:hover::after {
	height: 0;
	background-color: #59b1eb;
}
.success {
	margin: 20px 0;
}
.message {
	margin: 0 0 20px 0;
}
.wtn_copyright {
	display: none;
}
/* モーダル コンテンツエリア */
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	border: none;
	z-index: 200;
	border-radius: 6px;
}
.modal-content p.page-txt {
	margin: 0 20px;
}
.modal-content li {
	float: left;
	font-size: 13px;
	margin: 15px 0 0 20px;
	width: 367px;
}
.modal-content li a {
	display: block;
	padding: 10px;
	-moz-appearance: none;
	background-attachment: scroll, scroll;
	background-clip: border-box, border-box;
	background-image: url(/map/smt/images/arrow03.png), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-origin: padding-box, padding-box;
	background-position: right 50%, 0 0;
	background-repeat: no-repeat, repeat;
	background-size: auto 40px;
	color: #111;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}
.modal-content li p {
	font-size: 12px;
	color: #646464;
	text-indent: 1em;
}
.modal-content li a:hover {
	color: #337ab7;
	text-decoration: none;
}
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}
.modal-open {
}
.modal-open:hover {
	cursor: pointer;
}
.modal-close {
}
.modal-close:hover {
	cursor: pointer;
}
.lightbox-close {
	border: medium none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 100;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	text-indent: 100%;
	white-space: nowrap;
}
.lightbox-close .modal-close {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	height: 30px;
	right: -7.5px;
	text-indent: 200%;
	top: -7.5px;
	white-space: nowrap;
	width: 30px;
	z-index: 100;
}
.lightbox-close .modal-close::before {
	content: "×";
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 8px;
	text-indent: 0;
	top: 0;
	transition: color 0.15s linear 0s;
}
#main-container {
	margin-bottom: 40px;
}
.main-container-inner h1 {
	margin-top: 40px!important;
	font-size: 27px!important;
}
.main-container-inner h2 {
	margin-top: 40px!important;
	font-size: 24px!important;
	padding: 0!important;
	border-bottom: #CCC 1px solid!important;
	font-weight: normal!important;
	margin-bottom: 15px;
}
#main-container {
	margin-bottom: 40px;
}
.main-container-inner h1 {
	margin-top: 40px!important;
	font-size: 27px!important;
}
.main-container-inner h2 {
	margin-top: 40px!important;
	font-size: 24px!important;
	padding: 0!important;
	border-bottom: #CCC 1px solid!important;
	font-weight: normal!important;
	margin-bottom: 15px;
}
.arrow2 {
	position: relative;
	display: inline-block;
	padding: 4px 40px 4px 18px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
}
.arrow2::before, .arrow2::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.otoiawse-arrow::after {
	right: 8px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}
.otoiawse-arrow {
	color: #fff!important;
	background-color: #396ab1;
	border-radius: 4px;
	text-decoration: none!important
}
.otoiawse-arrow:hover {
	color: #fff;
}
.tel-link-wrap {
	margin: 40px auto 30px;
	padding: 0 40px;
}
.tel-link-wrap h5 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}
.tel-link-wrap a.tel-link {
	position: relative;
	font-size: 32px;
	margin: 23px 0 15px !important;
	display: inline-block;
	line-height: 37px!important;
	height: 37px;
	color: #111;
}
.tel-link-wrap a.tel-link:before{
content: '';
display: inline-block;
width:  46px;
height:  37px;
margin-right: .45em;
background-image: url(/mail/images/freecall_icon.png);
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
}
.tel-link-wrap a.tel-link+p {
	font-size: 18px;
}
.tel-link-wrap a.tel-link+p span {
	display: inline-block;
	font-size: 14px;
}
	.list-astarisk {
	margin-top: 7px;
}
.list-astarisk li {
	font-feature-settings: "palt";
	line-height: 1.43;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
}
.list-astarisk li span {
	display: inline-block;
	width: 1em;
	text-indent: 0
}
.list-astarisk li+li {
	margin-top: .5%
}
input[type="submit"],input[type="reset"]  {
border-radius: 3px;
}

.tel-link-wrap dl {
	margin-top: 20px;
	font-feature-settings: "palt";
	line-height: 1.43;
	font-size: 14px;
}

.tel-link-wrap dl dt {
	color: #ed0000;
	font-weight: bold;
	margin-bottom: 5px;
}

.tel-link-wrap dl dd {
	color: #ed0000;
}