@charset 'UTF-8';
/*
#colors

@main-color #33b668
@text-color #333333
@base-color #fff
@body-color #eee
@form-color #f5f5f5
@notice-color #d9534f
@attention-color #b20000



*/
@media print, screen and (min-width: 768px) {
	.contact-title {
		margin-bottom: 50px;
	}

	.contact-group {
		margin-bottom: 30px;
	}

	.box {
		padding-top: 40px;
	}

	.box h2 {
		margin-bottom: 20px;
		color: #333;
		font-size: 2.2rem;
	}

	.box address {
		font-size: 1.8rem;
		font-style: normal;
		line-height: 1.7;
	}

	.box address img {
		height: 20px;
		vertical-align: middle;
	}

	.box h3 {
		color: #33b668;
		font-size: 1.8rem;
	}

	.box h3.mt {
		margin-top: 40px;
	}

	.box ul {
		display: block;
		margin-top: 10px;
	}

	.box ul li {
		line-height: 1.6;
	}

	.box ul li:before {
		content: '●';
		display: inline-block;
		margin-right: 5px;
		color: #33b668;
	}

	.box ul li a.blank {
		display: inline-block;
		margin-left: 1.2em;
	}

	.box ul li a.blank i {
		display: inline-block;
		width: 1.6em;
		height: 1.6em;
		margin-left: 10px;
		background: url('/img/common/icon-blank2.png') no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
	}

	.contact-section {
		margin-top: 40px;
	}

	.contact-section h2 {
		margin-bottom: 25px;
	}

	.contact-section h3 {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.contact-section .contact-check .checkbox {
		margin-bottom: 10px;
	}

	.contact-section .contact-check .checkbox label {
		margin-right: 0;
	}

	.contact-section .submit-group {
		margin-top: 20px;
	}

	.contact-section .sub {
		margin-top: 40px;
	}

	.contact-section .caption {
		margin-bottom: 40px;
	}

	.contact-section .checkbox-group {
		margin-top: 30px;
	}

	.contact-section .how {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.contact-section .how .checkbox {
		width: 14em;
	}

	.grecaptcha-badge {
		bottom: 100px !important;
	}

}

@media print, screen and (max-width: 767px) {
	.contact-title {
		margin-bottom: 50px;
	}

	.contact-group {
		margin-bottom: 30px;
	}

	.box {
		padding-top: 40px;
	}

	.box h2 {
		margin-bottom: 20px;
		padding: 15px 15px 0;
		color: #333;
		font-size: 1.6rem;
	}

	.box address {
		font-size: 1.1rem;
		font-style: normal;
		line-height: 1.7;
	}

	.box address img {
		height: 14px;
		vertical-align: middle;
	}

	.box h3 {
		color: #33b668;
		font-size: 1.2rem;
	}

	.box h3.mt {
		margin-top: 40px;
	}

	.box p {
		font-size: 1.1rem;
	}

	.box ul {
		display: block;
		margin-top: 10px;
	}

	.box ul li {
		font-size: 1.1rem;
		line-height: 1.6;
	}

	.box ul li:before {
		content: '●';
		display: inline-block;
		margin-right: 5px;
		color: #33b668;
	}

	.box ul li a.blank {
		display: inline-block;
		margin-left: 1.2em;
	}

	.box ul li a.blank i {
		display: inline-block;
		width: 1.6em;
		height: 1.6em;
		margin-left: 10px;
		background: url('/img/common/icon-blank2.png') no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
	}

	.contact-section {
		margin-top: 30px;
	}

	.contact-section h2 {
		margin-bottom: 25px;
	}

	.contact-section h3 {
		margin-bottom: 5px;
		font-size: 1.1rem;
		font-weight: bold;
	}

	.contact-section .contact-check .checkbox-group {
		margin-top: 0;
	}

	.contact-section .contact-check .checkbox {
		margin-bottom: 10px;
	}

	.contact-section .contact-check .grid__sp2column {
		margin-bottom: 10px;
	}

	.contact-section .submit-group {
		margin-top: 20px;
	}

	.contact-section .sub {
		margin-top: 40px;
	}

	.contact-section .checkbox-group {
		margin-top: 30px;
	}

	.contact-section .how {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.1rem;
	}

	.contact-section .how .checkbox {
		flex-grow: 1;
		width: 10em;
	}

	.contact-section .how .checkbox label {
		display: block;
		margin-right: 10px;
	}

	.contact-section .how div:nth-child(2) {
		flex-grow: 1;
		width: 5em;
	}

	.contact-section .how div:last-child {
		flex-grow: 1;
		width: calc(100% - 19em);
	}

	.grecaptcha-badge {
		bottom: 50px !important;
	}

}
