@charset "utf-8";

@media all {
	.c-contentsMain {
		margin-top: 60px;
	}
	
	.c-contactMain__inner {
		margin: 0 -15px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-contactMain__box {
		width: calc((100% / 2) - 30px);
		margin: 0 15px;
		padding: 40px;
		border: 5px solid #f0f0f0;
	}
	
	.c-contactMain__box small {
		font-size: 1.6rem;
		font-weight: 400;
		display: block;
	}
	
	.c-contactMain__box .u-button a {
		width: 100%;
	}
	
	:lang(en) .c-contactMain__box .u-title__mid em {
		font-size: 1.8rem;
	}
	
	.c-contactMain__box--etc .u-title__mid {
		border-color: #009bdc;
	}
	
	.c-contactMain__box--etc .u-button a {
		background: #009bdc;
		border-color: #009bdc;
	}
	
	.no-touch .c-contactMain__box--etc .u-button a:hover {
		color: #009bdc;
	}
	
	.c-productContact__wrap {
		padding: 40px;
		border: 5px solid #f0f0f0;
	}
	
	.c-productContact__inner {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-productContact__inner .u-title__mid {
		width: 100%;
	}
	
	.c-productContact__child {
		width: calc(100% / 2);
	}
	
	.c-productContact__address {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.c-productContact__address dt {
		text-align: center;
		width: 4em;
		padding: .25em 0 0;
	}
	
	.c-productContact__address dt em {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		padding: .35em 0 .6em;
		background: #333;
		display: block;
	}
	
	.c-productContact__address dd {
		width: calc(100% - 5em);
		padding: 0 0 0 .5em;
	}
	
	.c-productContact__address .e-tel {
		font-size: 3rem;
		font-weight: 700;
	}
	
	.c-productContact__address .e-tel:before {
		content: 'TEL.';
		font-size: 1.4rem;
		display: inline-block;
		transform: translate(0,-.45em);
	}
	
	.c-productContact__address .e-fax {
		font-size: 1.8rem;
		font-weight: 700;
	}
	
	.c-productContact__address .e-fax:before {
		content: 'FAX.';
		font-size: 1.4rem;
		margin: 0 .25em 0 0;
		display: inline-block;
	}
	
	.c-productContact__inner--unknown {
		padding: 30px;
		background: #f0f0f0;
	}
	
	.c-productContact__inner--unknown .c-productContact__address {
		width: 100%;
	}
	
	.c-productContact__inner--unknown .c-productContact__address dt {
		width: 15em;
	}
	
	.c-productContact__inner--unknown .c-productContact__address dd {
		width: calc(100% - 15em);
	}
	
	.c-productContact__inner--unknown .c-productContact__address ul {
		display: flex;
		align-items: center;
	}
	
	.c-productContact__inner--unknown .e-tel {
		margin: 0 .5em 0 .25em;
	}
	
	.c-productContact .u-button {
		text-align: center;
	}
	
	.c-productContact__title--hi {
		text-align: center;
		padding: 0 0 .75em;
		border-bottom: 1px solid #333;
	}
	
	.c-form__inner th {
		width: calc(100% / 4);
		padding: 1em 4.5em 1em 1em;
		position: relative;
	}
	
	.c-form__inner th .mustSpan {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 700;
		padding: .25em;
		background: #d00000;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0,-50%);
	}
	
	:lang(en) .c-form__inner th .mustSpan {
		font-size: 1.2rem;
		right: 5px;
	}
	
	.c-form__inner td {
		border-left: 0;
	}
	
	.c-form__inner .contactP01:not(:first-child) {
		margin-top: 10px;
	}
	
	.c-form__inner .contactP01 br {
		display: none;
	}
	
	:lang(en) .c-form__inner .contactP01 br {
		display: block;
	}
	
	
	
	.u-button--inputButton {
		color: #fff;
		background: #e76a29;
		border: 2px solid #e76a29;
		display: inline-block;
		transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.no-touch .u-button--inputButton:hover {
		background: #fff;
	}
	
	.u-button--inputButton input {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.25;
		padding: .75em 2.5em 1em 2em;
		background: transparent;
		display: block;
		position: relative;
	}
	
	
	.no-touch .u-button--inputButton:hover input {
		color: #e76a29;
	}
	
	.no-touch .u-button--inputButton input:hover {
		
	}
	
	#ssl-seal {
		text-align: center;
		vertical-align: middle;
		width: 100px;
		display: table-cell;
	}
	
	#ssl-seal img {
		width: auto;
		max-width: 100%;
	}
	
	#ssl-text {
		vertical-align: middle;
		width: calc(100% - 100px);
		padding: 0 0 0 20px;
		display: table-cell;
	}
	
	#captcha {
		width: auto;
		max-width: none;
		border: 2px solid #ddd;
	}
	
	.c-buttonImageChange {
		padding: .5em 1em .75em;
		background: #fff;
		border: 1px solid #333;
		border-radius: 3px;
		transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.no-touch .c-buttonImageChange:hover {
		color: #fff;
		background: #333;
	}
	
	.c-formButton span {
		position: relative;
		background: #e76a29;
		border-color: #e76a29;
		display: inline-block;
	}
	
	.c-formButton input {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		padding: .75em 2.5em 1em 2em;
		background: transparent;
		border: 3px solid #e76a29;
		transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.no-touch .c-formButton input:hover {
		color: #e76a29;
		background: #fff;
	}
	
	
	.u-form__require {
		color: #fff;
		font-size: 1.6rem;
		line-height: 1;
		margin-left: 1.5em;
		padding: .225em .5em .35em;
		display: inline-block;
		background: #ff0000;
		border-radius: 3px;
	}
	
	.u-form__require--none {
		background: #00B103;
	}
	
	.u-table input[type='email'] {
		width: 100%;
	}
	
	.u-button__next,
	.u-button__prev {
		color: #fff !important;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.25;
		min-width: 300px;
		margin: 0 3px;
		padding: .75em 0 1em;
		display: inline-block;
		transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.u-button__next {
		background: #e76a29;
		border: 2px solid #e76a29;
	}
	
	.no-touch .u-button__next:hover {
		color: #e76a29 !important;
		background: #fff;
	}
	
	.u-button__prev {
		background: #999;
		border: 2px solid #999;
	}
	
	.no-touch .u-button__prev:hover {
		color: #666 !important;
		background: #fff;
	}
	
	.u-form__error {
		color: #ff0000;
		font-size: 1.6rem;
		font-weight: 700;
		display: block;
		margin: 0 0 15px;
	}
	
	.c-form__inner th .mustSpan--floatNone {
		margin-left: 1em;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	
}
