@charset "utf-8";
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
.page-contents {
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: -0.001em;
}

@media screen and (min-width: 375px) {
.page-contents {
	font-size: 14px;
	font-size: 1.4rem;
}
}
@media screen and (min-width: 480x) {
.page-contents {
font-size: 17.92px;
font-size: 1.792rem;
}
}

@media screen and (min-width: 640px) {
.page-contents {
	font-size: 23.89333px;
	font-size: 2.389333rem;
}
}

@media screen and (min-width: 768px) {
.page-contents {
	font-size: 28.672px;
	font-size: 2.8672rem;
}
}
.page-contents {
	line-height: 1.6!important
}
.page-contents p {
	padding: 0
}
.page-title {
	font-weight: 700;
	display: block;
	margin: 0 4%!important
}
.page-contents h3 {
}
.notes {
	margin: 24px 0;
}
.notes p {
	margin-top: 12px
}
.notes ul {
	margin-top: 12px;
	margin-bottom: 24px
}
.notes ul li {
	text-indent: -1em;
	margin-left: 1em;
	padding-bottom: 5px
}
.notes .tx-red {
	color: red
}
input, textarea, select {
	margin: 0;
	border: 0;
	line-height: 1.467;
	padding: 6px 10px;
	color: #111;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
input, textarea {
	color: #111;
	padding: 8px 10px 6px
}
input::-webkit-input-placeholder {
color:#ccc;
font-weight:400
}
input:-ms-input-placeholder {
color:#ccc;
font-weight:400
}
input::-moz-placeholder {
color:#ccc;
font-weight:400
}
.input_item_list {
	margin: 2.5% auto;
	padding: 3% 0;
	text-align: left;
	width: 100%;
	border-top: #ccc 1px dotted;
	overflow: hidden;
	display: block
}
.input_item_list:first-child {
	border: none;
	padding-top: 0!important
}
.success {
	margin: 6% auto
}
.ssl-text {
	margin: 2% auto 0;
	padding: 3% 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	display: block
}
.question {
	font-weight: 700;
	padding: 8px 0!important;
}
.question span {
	font-weight: 400;
	color: #F90;
}
.question .required_color {
	color: #F00!important;
	font-weight: bold!important
}
#mail_index .required {
	color: #F66!important
}
#form_error .required {
	color: #F00!important
}
#zipcode {
	margin-right: 6px;
	width: 37%
}
#zipcode+input {
	width: 25%;
	max-width: 70px;
	background-color: #efefef
}
p.tx_about {
	margin: 15px 0
}
p.tx_about a {
	color: #337ab7
}
p.tx_about a span {
	text-decoration: underline
}
.summary {
	padding: 5px 0!important
}
.input_item_list#check_email {
	padding-bottom: 1%
}
.input_item_list#check_email2 {
	margin-top: 0;
	padding-top: 0;
	border: none
}
.input_item_list#check_email2 .question {
	margin-top: 0;
	padding-top: 0!important
}
.input_submit {
	margin: 5% auto;
	overflow: hidden;
}
.input_submit .button {
	width: 48%;
	margin: 0!important;
	font-weight: 700;
	padding: 2% 0
}
.input_submit .button:first-child {
	float: left
}
.input_submit .button:only-child {
	float: none;
	margin-left: auto!important;
	margin-right: auto!important
}
#form_error .answer {
}
.submit_content .required_color {
	color: red;
	text-align: left;
	padding-bottom: 10px;
	font-weight: normal!important
}
.submit_content .message {
	margin-bottom: 5%!important;
	text-align: left
}
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 88%;
	margin: 0;
	padding: 0 15px;
	background: #fff;
	border: none;
	z-index: 200
}
.modal-content p.page-txt {
	margin: 20px 0 0
}
.modal-content ul {
}
.modal-content li {
	margin: 15px 0;
	width: 100%;
	vertical-align: top
}
.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 a:hover {
	text-decoration: none
}
.modal-content li p {
	color: #646464;
	padding: 2px 0 0 1em
}
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75)
}
.modal-open:hover, .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;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 8px;
	text-indent: 0;
	top: 0;
	transition: color 0.15s linear 0s
}
.notes p.page-txt-contact {
	margin-bottom: 30px
}

@media only screen and (min-width:570px) {
.modal-content li {
	display: inline-block;
	margin: 15px 0;
	width: 48.5%
}
.modal-content li:nth-child(even) {
	margin: 15px 0 0 3%
}
}
.answer p.tx_about.tx_mail {
	padding-left: 1em
}
.answer p.tx_about.tx_mail span {
	display: inline-block;
	text-align: center;
	width: 1em;
	margin-left: -1em
}
.page-contents h1, .page-contents h2 {
	font-size: 114.2857%;
	font-weight: 700;
}
.page-contents h3 {
	font-size: 100%;
	font-weight: 700;
}
.page-contents h2 {
	margin-top: 5%;
}
.arrow2 {
	position: relative;
	display: inline-block;
	padding: 3px 30px 3px 13px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 100%;
}
.arrow2::before, .arrow2::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.otoiawse-arrow::after {
	right: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
.otoiawse-arrow {
	background-color: #396ab1;
	border-radius: 6px;
	text-decoration: none!important
}
.otoiawse-arrow:hover {
	color: #fff;
}
.tel-link-wrap {
	margin: 11% auto 5%;
	padding-top: 11%!important;
	border-top: #efefef 1px solid;
}
.tel-link-wrap h5 {
	font-size: 103.5714%;
	line-height: 1;
	font-weight: bold;
}
.tel-link-wrap a.tel-link {
	position: relative;
	font-size: 150%;
	margin: 2.5% 0 5% !important;
	display: inline-block;
	font-weight: bold;
}
.tel-link-wrap a.tel-link:before{
content: '';
display: inline-block;
width:  1.5em;
height:  1.5em;
margin-right: .45em;
background-image: url(/smp/mail/images/freecall_icon.png);
background-repeat: no-repeat;
background-position: 50% 20%;
background-size: 1.5em auto;
vertical-align: middle;
}
.tel-link-wrap a.tel-link+p {
	font-size: 96.42857%;
}
.tel-link-wrap a.tel-link+p span {
	text-indent: 6em;
	display: inline-block;
}
.list-astarisk {
	margin-top: 4.5%;
}
.list-astarisk li {
	font-feature-settings: "palt";
	line-height: 1.43;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 89.28571%;
}
.list-astarisk li span {
	display: inline-block;
	width: 1em;
	text-indent: 0
}
.list-astarisk li+li {
	margin-top: .5%
}

.tel-link-wrap dl {
	margin-top: 4.5%;
	font-feature-settings: "palt";
	line-height: 1.43;
	font-size: 89.28571%;
}

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

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

