@charset 'UTF-8';

#privacy,#mail{
	margin-top: -110px;
	padding-top: 130px;
}

h3.headding{
	margin-bottom: 34px;
}
.main .info{
	margin-bottom: 80px;
}
.main .info .tel{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 0.8;
	color: #032B4C;
	margin-bottom: 18px;
}
.main .info .tel span{
	font-size: 4.0rem;
	margin-left: 6px;
}
.contact-text span {
	font-weight: bold;
	color: #C71616;
}

/* #malform
------------------------------*/
#mailform {
	margin-top: 32px;
}
#mailform .row01,
#mailform .row02,
#mailform .row03{
	display: none;
}
#mailform .table:last-child{
	margin-bottom: 0;
}
#mailform .table tr:first-child th,
#mailform .table tr:first-child td{
	padding: 12px 19px 11px !important;
}
#mailform .table tr:last-child th,
#mailform .table tr:last-child td{
	padding: 15px 19px 15px;
}
#mailform th,
#mailform td {
	vertical-align: top;
}
#mailform th .req {
	display: inline-block;
	margin-left: 8px;
	color: #FF421D;
	font-size: 1.0rem;
	line-height: 2.8;
	font-weight: bold;
}
#mailform th .any{
	display: inline-block;
	margin-left: 8px;
	color: #0866A5;
	font-size: 1.0rem;
	line-height: 2.8;
	font-weight: bold;
}
#mailform th img {
	vertical-align: -2px;
}
#mailform th span.text{
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	display: block;
}
#mailform td .custom-control {
    display: inline-block;
}
#mailform td .example {
	display: inline-block;
	margin: 15px 0 5px;
	line-height: 1.4;
}
#mailform td .example02,
#mailform td .example03 {
	display: inline-block;
	margin-bottom: 9px;
}
#mailform td .example03 {
	margin-left: 1em;
}
#mailform td .menulink {
	margin-top: 10px;
	line-height: 1.4;
}
#mailform td .menulink a {
	text-decoration: underline;
	font-weight: normal;
}
#mailform td .menulink a:hover {
	text-decoration: none;
}

#mailform th .att {
	font-size: 1rem;
	display: block;
}

#mailform input[type='text'] {
	width: 100%;
	height: 36px;
	background: #EFEFEF;
	padding: 5px 10px;
}
#mailform input.short {
	width: 222px;
	max-width: 100%;
}
#mailform input.postage {
	width: 140px;
	max-width: 100%;
	margin: 9px 0 0 5px;
}
#mailform input.middle {
	margin: 20px 0;
}
#mailform input[type='radio'] {
	display: none;
}
#mailform input[type='radio'] ~ label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	cursor: pointer;
}
#mailform input[type='radio'] ~ label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 50%;
	margin-top: -8px;
}
#mailform input[type='radio'] ~ label::after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #63C1B3;
	border-radius: 50%;
	margin-top: -5px;
}
#mailform input[type='radio']:checked ~ label::after {
	display: block;
}
#mailform .select {
	overflow: hidden;
	position: relative;
	width: 400px;
	max-width: 100%;
	height: 38px;
}
::-webkit-input-placeholder {
  	color: #9E9E9E;
}
::-moz-placeholder {
 	color: #9E9E9E;
}
:-ms-input-placeholder {
  	color: #9E9E9E;
}
#mailform .select::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url('../image/mail_select.jpg') center no-repeat;
	pointer-events: none;
}
#mailform .select select {
	width: 100%;
	height: 38px;
	background: #F0F0F0;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 5px;
	margin: 0;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#mailform textarea {
	width: 100%;
	min-height: 120px;
	background: #F0F0F0;
	padding: 5px 10px;
	font-family: inherit;
	font-size: inherit;
}
#mailform p.submit {
	margin-top: 40px;
	text-align: center;
}
#mailform p.submit .link-btn{
	background: #FFC51B;
	font-weight: bold;
}
#mailform p.submit button {
	font-family: 'Noto Sans JP', sans-serif;
	background: none;
	border: none;
	font-weight: bold;
	outline: none;
	-webkit-transform: skew(16deg);
    -moz-transform: skew(16deg);
    -o-transform: skew(16deg);
    transform: skew(16deg);
    font-size: 2.0rem;
    color: #032B4C;
    display: block;
    width: 100%;
    height: 100%;
}
.privacy .policy > li {
	padding-left: 10px;
	margin: 0 0 15px 12px;
	list-style: decimal outside;
}
.privacy .policy > li:last-child {
	margin-bottom: 0;
}
.privacy .policy .list li {
	position: relative;
	padding-left: 1em;
}
.privacy .policy .list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.thanks-text {
	text-align: center;
}

