@charset "UTF-8";
/*=========================
ver.6   2021.05.13
=========================*/

/*=========================
reset
=========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0 none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block;
}
img {
	height: auto;
}
img, object, embed, video, iframe {
	max-width: 100%;
}
/* スマホ独自のボタン無効 */
* {
	-webkit-appearance: none;
	border-radius: 0;
}
/*=========================
content
=========================*/
html {
	font-family: Gotham Book, "M Hei PRC W45", "M Hei HK W42", "M Hei HK W40", "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	position: relative;
	line-height: 1.25;
	background-color: #fafafa;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	box-sizing: border-box;
}
.content-constrain {
	max-width: 1440px;
	margin: auto;
	position: relative;
	background-color: #fff;
}
.container {
	max-width: 66.25rem;
	width: auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.left {
	width: 65.9575%;
}
section {
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.about section {
	border-bottom: 1px solid #ccc;
}
.br-sp {
	display: none;
}
.mrgB20 {
	margin-bottom: 20px;
}

/*=========================
header
=========================*/
header.main {
	padding-top: 1rem;
	padding-right: 0px;
	padding-left: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	position: relative;
	background-color: #222;
	height: 35.5px;
}
header.main .container {
	max-width: 1020px;
	width: auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*[id="logo-link"] .logo {
	width: 100px;
	width: 6.25rem;
	height: 13px;
	height: 0.8125rem;
	left: 20px;
	left: 1.25rem;
	top: 2px;
	top: 0.125rem;
	position: absolute;
	text-indent: -999em;
	display: block;
	overflow: hidden;
	background: transparent url("../images/theme/logo.svg") no-repeat center;
	background-size: 100px 13px;
}*/
/*.lt-ie9 [id="logo-link"] .logo,
.no-svg [id="logo-link"] .logo {
	background: transparent url("../images/theme/logo.png") no-repeat center;
}*/

/*=========================
footer
=========================*/
footer {
	clear: both;
	font-size: 13px;
	font-size: 0.8125rem;
	background-color: #333;
	padding: 20px;
	color: #ccc;
	overflow: hidden
}
footer ul li {
	float: left;
	color: #ccc;
}
footer ul li a, footer ul li a:hover {
	color: #ccc;
}
footer .vertical-separator {
	border-left: 1px solid rgba(204,204,204,0.5);
	padding-left: 8px;
	margin-left: 8px;
}
footer ul li.copyright {
}
/*=========================
 H tag
=========================*/
h1, h2, h3 {
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 35px;
	padding-top: 44px;
	padding-bottom: 25px;
	position: relative;
	top: 0;
	border-bottom: 1px solid #ccc;
}
h2, h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 35px;
}
h3 {
	margin: 20px 0;
	color: #666;
}
h4 {
	font-weight: bold;
	color: #666;
}
h5 {
	font-weight: bold;
	padding-bottom: 30px;
	line-height: 1.5;
}
/*=========================
 font
=========================*/
.font13 {
	font-size: 13px;
	font-size: 0.8125rem;
}
.font14 {
	font-size: 14px;
	font-size: 0.875rem;
}
.font15 {
	font-size: 15px;
	font-size: 0.9375rem;
}
.font16 {
	font-size: 16px;
	font-size: 1rem;
}
.font17 {
	font-size: 17px;
	font-size: 1.0625rem;
}
/*=========================
 link list p
=========================*/
a {
	color: #c00;
	text-decoration: none;
	cursor: pointer
}
a:active, a:hover {
	color: #f00;
}
a:hover {
	text-decoration: none;
}
p, table, tr, th, td, caption, li {
	color: #666;
}
ul.aten {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 20px;
	text-indent: -2em;
	padding-left: 2em;
}
ul.aten li {
	margin-bottom: 20px;
}
section p {
	margin-top: 1.375rem;
	margin-bottom: 1.375rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	line-height: 1.5rem;
}
/*=========================
 table
=========================*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table, thead, tbody, tfoot, tr, th, td, caption {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.table {
	width: 100%;
	margin: 0 auto;
}
/*.table th.howto {
	width: 45%;
}*/
.table th.target {
	width: 20%;
}
.table th.company {
	width: 70%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.table-head th {
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #333;
}
.table-row td, .table-row th {
	vertical-align: top;
	padding: 0.5rem 0 0.5rem;
	border-top: 1px solid #ccc;
}
.table-head .table-row td, .table-head .table-row th {
	border-top-width: 0px;
	border-top-style: none;
}
.table .title {
	color: #000;
}
.table .bold {
	font-weight: bold;
}
/*=========================
 box
=========================*/
.box-gray {
	background: #f7f7f7;
	padding: 20px 40px;
	color: #666;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-left: -40px;
	width: 660px;
}
.box-gray span {
	display: block;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
.box-hidden {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin-bottom: 20px;
	display: none;
}
/*=========================
 modal
=========================*/
.modal-content {
	width: 60%;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
}
.modal-content {
	width: 60%;
	margin: 0;
	padding: 10px 20px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close {
	float: right
}
/*=========================
 form
=========================*/
#JSNG {
	color: #cc0000;
	padding: 15px;
}
#contact-form {
	width: 100%;
	margin: 0 auto;
}
.form-alternate {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	background-color: #f7f7f7;
	margin-left: -40px;
	padding: 40px;
	width: 660px;
}
.form-item {
	margin-bottom: 20px;
	position: relative;
}
.flex-box {
	width: 50%;
	float: left;
}
[type="button"] {
	cursor: pointer;
}
/*[type="tel"],*/
[type="text"], [type="email"], .form-textarea, .form-select-overlay {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	margin: 0;
	padding: 0.625rem;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
}
 [type="tel"]::-webkit-input-placeholder, [type="text"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder, .form-select-overlay::-webkit-input-placeholder {
 color:#999;
}
[type="tel"]:-moz-placeholder, [type="text"]:-moz-placeholder, [type="email"]:-moz-placeholder, .form-textarea:-moz-placeholder, .form-select-overlay:-moz-placeholder {
 color:#999;
}
[type="tel"]::-moz-placeholder, [type="text"]::-moz-placeholder, [type="email"]::-moz-placeholder, .form-textarea::-moz-placeholder, .form-select-overlay::-moz-placeholder {
 color:#999;
}
[type="tel"]:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, .form-textarea:-ms-input-placeholder, .form-select-overlay:-ms-input-placeholder {
 color:#999;
}
[type="tel"].placeholder, [type="text"].placeholder, [type="email"].placeholder, .form-textarea.placeholder, .form-select-overlay.placeholder {
	color: #999;
}
[type="text"], [type="email"], [type="tel"], [type="checkbox"], [type="radio"], [type="email"], .form-textarea, .form-select {
	outline: 0;
	border: 1px solid #ccc;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
[type="text"]:focus, [type="text"]:active, [type="email"]:focus, [type="email"]:active, [type="tel"]:focus, [type="tel"]:active, [type="checkbox"]:focus, [type="checkbox"]:active, [type="radio"]:focus, [type="radio"]:active, [type="tel"]:focus, [type="tel"]:active, [type="email"]:focus, [type="email"]:active, .form-textarea:focus, .form-textarea:active, .form-select:focus, .form-select:active, .form-select-overlay .form-select:focus, .form-select-overlay .form-select:active {
	outline: 0;
	border-color: #666;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.form-alternate .form-textarea, .form-alternate .form-text, .form-alternate .form-select-overlay {
	background-color: #fff;
}
.form-label {
	font-weight: normal;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 15px;
	line-height: 0.9375rem;
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	color: gray;
}
.label-checkbox {
	padding-top: 11px;
	padding-left: 40px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 21px;
	line-height: 1.3125rem;
	text-transform: none;
	font-weight: normal;
	color: #999;
}
.label-checkbox.form-label, .label-radio.form-label {
	display: inline-block;
}
.icon-checkbox, .icon-radio {
	border: 1px solid #ccc;
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 9px;
	left: 0;
	background-color: #f7f7f7;
}
.radio:checked + .icon-checkbox, .radio:checked + .icon-radio {
	background-color: #fefefe;
}
.form-alternate .icon-checkbox, .form-alternate .icon-radio {
	background-color: #fff;
}
.icon-checkbox:before, .icon-radio:before {
	-webkit-transition: opacity 0.09s ease-in-out;
	-moz-transition: opacity 0.09s ease-in-out;
	-o-transition: opacity 0.09s ease-in-out;
	transition: opacity 0.09s ease-in-out;
	opacity: 0;
	content: " ";
	position: absolute;
}
.radio, .checkbox {
	display: none;
}
.radio:checked + .icon-checkbox:before, .radio:checked + .icon-radio:before, .checkbox:checked + .icon-checkbox:before, .checkbox:checked + .icon-radio:before {
	-webkit-transition: opacity 0.09s ease-in-out;
	-moz-transition: opacity 0.09s ease-in-out;
	-o-transition: opacity 0.09s ease-in-out;
	transition: opacity 0.09s ease-in-out;
	opacity: 1;
}
.lt-ie9 .radio, .lt-ie9 .checkbox {
	display: block;
}
.icon-radio {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.lt-ie9 .icon-radio {
	display: none;
}
.icon-radio:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 3px;
	left: 3px;
	background-color: #c00;
}
.lt-ie9 .icon-radio:before {
	display: none;
}
.icon-checkbox:before {
	top: -1px;
	left: 3px;
	width: 27px;
	height: 18px;
	background: url("../images/theme/icon-checkmark.svg") no-repeat 0 0;
}
.lt-ie9 .icon-checkbox:before {
	display: none;
}
.lt-ie9 .icon-checkbox:before, .no-svg .icon-checkbox:before {
	display: none;
}
.lt-ie9 .icon-checkbox {
	display: none;
}
.form-textarea {
	resize: vertical;
}
.form-item-post {
	width: 50%;
}
/*tel 3分割に変更*/
.form-item-tel {
	width: 30.43478%;
	float: left
}
[type="tel"] {
	font-size: 16px;
	font-size: 1rem;
	width: 92%;
	margin: 0;
	padding: 0.625rem;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
}
.tel-separate {
	background-image: url("../images/theme/hyphen.svg");
	background-repeat: no-repeat;
	background-position: right 2% top 50%;
	background-size: 5px 5px;
}
/*select*/
.lte9 .form-select-overlay {
	background: none;
}
.form-select-overlay {
	margin: 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-color: #f2f2f2;
	background-image: url("../images/theme/CombinedShape.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 17px) center;
	background-size: 10px 10px;
	width: 80%;
}
.lte9 .form-select-overlay .form-select {
	padding: 10px;
}
.form-select-overlay .form-select {
	padding: 10px 40px 10px 10px;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ccc;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.ie9 .form-select-overlay .form-select {
	padding: 10px;
}
.form-select-overlay .form-select::-ms-expand {
 display:none;
}
.form-select-overlay:multiple {
 background-image:none;
}
.form-select-overlay.multi-select {
	background-image: none;
}
/*エラー*/
.form-item [class*="error"] {
	color: #c00;
	border-color: #c00;
}
.form-item [class*="error"]:active, .form-item [class*="error"]:focus {
	color: #000;
	border-color: #000;
}
.form-item [class*="error"] [class*="error"] {
	color: #c00;
	border-color: #c00;
}
.form-item [class*="required"], .form-item [class*="errors-list"] {
	font-size: 11px;
	font-size: 0.6875rem;
}
.form-item [class*="errors-list"] [class*="required"] {
	color: #c00;
	border-color: #c00;
}
/*ラジオボタンのエラー用*/
#parsley-id-multiple-mymultiplelink .parsley-required {
	color: #c00;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-top: -15px;
}
.parsley-error .label {
	border: #c00 solid 1px;
}
/* ラジオボタンは非表示 */
input[type=radio] {
	display: none;
}
/* チェック時 */
input[type="radio"]:checked + label {
	border: #3399ff solid 3px;
}
/* マウスオーバー時 */
.label:hover {
	border: #3399ff solid 3px;
}
/* lableをボタンに */
.label {
	border: #cccccc solid 1px;
	display: block;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	/* padding-top: 40px; */
	/* height: 120px; */
  height: 170px; /* 2024.7.22追加 */
	width: 49%
}
.label span {
	display: block;
}
.label span span {
	font-size: 80%;
	padding-top: 10px;
	line-height: 1.4;
}
.label.private {
	float: left
}
.label.corporate {
	float: right;
	/* padding-top: 32px; */
}
.privacy {
	padding: 10px 0 5px 0;
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}
/* btn */
.btn-primary {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	margin: 2px;
	padding: 12px 20px 10px 20px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: uppercase;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	color: #fff;
	/*background-color: #cc0000;*/
	background-color: #7F7F7F;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	min-width: 125px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:disabled {
	text-decoration-line: none;
	text-decoration-style: solid;
	color: #ffffff;
}

/*2021削除
.btn-primary:hover {
	background-color: #bf0000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
*/

/* ボタン無効時 （個人法人未選択時）*/
input[type="submit"][disabled] {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 2px;
	padding: 12px 20px 10px 20px;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #7F7F7F;
	color: #C9C9C9;
	border: 0;
	min-width: 125px;
}
.parsley-error label {
	color: #333
}

/*2021削除
#info-person{
	display: none;
}
*/

#person-error{
	display: none;
	color: #ff0000;
	font-size: 0.6875rem;
	margin: 0px
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media (min-width:0) and (max-width:640px) {
.container {
	/*padding: 10px*/
	padding: 0;
}
main, header.main, footer.main {
	width: 100%;
}
header.main {
	padding: 6.5px 0 0 0;
}
footer {
	padding: 1rem 0;
	line-height: 2;
	text-align: center
}
footer a {
	display: block;
}
footer .vertical-separator {
	border-left: none;
	padding: 0;
	margin: 0
}
footer ul li, footer ul li.copyright {
	float: none
}
.left {
	width: 100%;
	clear: both;
	display: block;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}
.table-wrapper{ padding:0 20px;}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-bottom: 10px;
	padding:32px 20px 0 20px;
}
h2,
h3,
h4,
ul{
	padding:0 20px;
}
ul ul{
	padding:0;
}
ul.parsley-errors-list{
	padding:0;
}
p {
	padding: 0 20px;
}
ul.aten {
	margin: 20px;
	text-indent: -2em;
	padding-left: 2em;
}
ul.aten li {
	margin-bottom: 20px;
}
tbody, td{
	font-size: 13px;
	font-size: 0.8125rem;
}
.flex-box {
	float: none;
	width: 100%;
}
.box-gray {
	padding: 0px;
	margin-left: 0px;
	width: 100%;
}
.box-gray-inner {
	padding: 20px
}
/*form*/
.form-alternate {
	margin-left: 0px;
	padding: 0px;
	width: 100%;
}
.form-alternate-inner {
	padding: 20px;
}
.form-select-overlay {
	width: 100%;
}
.form-item-tel {
	width: 33.333%;
}
.form-item-post {
	width: 100%;
}
.label.private, .label.corporate {
	float: none;
	width: 100%;
}
.label.private {
	margin-bottom: 10px;
}
.br-sp {
	display: block;
}
	#parsley-id-multiple-mymultiplelink .parsley-required {
		padding-left: -1em;
}
}

/*=========================
 about
=========================*/
.about section p{
	margin-top: 0;
	margin-bottom: 0;
}
.about section p,
.about h4{
	margin-bottom: 20px;
}
.about .mrgB20{
	margin-bottom: 20px;
}
.about .table {
	margin-bottom: 30px;
}
.about .table th {
	width: 50%;
}
.txt-right{
	text-align: right;
}
.about section ul li{
	line-height: 20px;
	line-height: 1.5rem;
}
.about section ul{
	font-size: 15px;
	font-size: 0.9375rem;
}
.about section ul > li,
.about section .list-type-mrgn li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-position: inside;
}
.about section ul.indent-none li{
	text-indent: -2em;
	padding-left: -2em;
}
.list-type-number > li{
	list-style-type: decimal;
}
.list-type-parentheses > li{
  list-style-type:none;
  counter-increment: cnt;
}
.list-type-parentheses > li:before{
  display: marker;
  content: "(" counter(cnt) ")";
}
.list-type-loweralpha > li{
	list-style-type:lower-alpha;
}
.list-type-lowerlatin > li{
	list-style-type:lower-latin;
}
.list-type-upperlatin > li{
	list-style-type:upper-latin;
}
.list-type-disc > li{
  list-style-type:none;
}
.list-type-disc > li:before{
  display: marker;
  content: "・";
	font-weight: bold;
}

/*=========================
 thanks
=========================*/
.thanks-contact{
	color: #333;
	background: #f7f7f7;
	text-align: center;
	padding: 20px;
	margin: 30px 0;
	overflow: hidden;
	line-height: 14px;
}

.thanks-contact .tel-wrapper{
	display: inline-block;
}

.thanks-contact .tel{
	font-size: 40px;
	font-size: 2.5rem ;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	color: #333;
}

.thanks-contact .tel a{
	color: #333;
}

.thanks-contact .tel-info{
	float: left;
	font-weight: bold;
	color: #666;
}

.thanks-contact .tel-info span{
	display: block;
	background: #333;
	font-weight: normal;
	color: #fff;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-top:-5px;
}

.thanks-contact p.atention{
	color: #c00;
	font-size: 13px;
	font-size: 0.8125rem;
	clear: both;
}

.footer-company {
	background: #f7f7f7;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 20px;
	margin-bottom: 30px;
}
.box-company {
	float: left;
	margin: 0 0 25px;
	width: 50%;
}
.box-company:nth-child(2n) {
	float: right;
}
.box-company:nth-child(2n)::after {
	clear: both;
	content: '';
	display: block;
}
.box-company dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.box-company dd {
	margin: 0;
}
.box-company:nth-child(2n) dt,
.box-company:nth-child(2n) dd {
	margin-left: 20px;
}
.footer-company p{
	color: #333;
	padding: 0;
}

@media (min-width:0) and (max-width:640px) {
	.thanks-contact .tel,
	.thanks-contact .tel-info{
		float: none;
		display: inline-block;
	}
	.thanks-contact .tel{
		margin-right: 0;
		color: #333;
	}
	.thanks-contact .tel-wrapper{
		display: block;
	}
	.thanks-contact p.atention{
		margin-top: 15px;
	}
	.footer-company {
		margin-bottom: 0px;
	}
	.box-company,
	.box-company:nth-child(2n){
		float: none;
		width: 100%;
	}
	.box-company:nth-child(2n) dt,
	.box-company:nth-child(2n) dd {
		margin-left: 0px;
	}
}

/* 2024.7.22
========================================================= */
.form-balloon {
  position: relative;
  display: inline-block;
  margin: .5em .5em  1.5em .5em;
  padding: .75em .6em;
  min-width: 120px;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.4;
  background: #e5e5e5;
}

.form-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e5e5e5;
}

.mt-10 {
  margin-top: 10px;
}