@charset "utf-8";
/**
 *
 *
 *
 */

/*********************************************
**********************************************
		mail form
**********************************************
**********************************************/
@media print,screen {
	#formsection .formwrapper1 {
		margin: 0;
	}
	/*--- error ---*/
	#formsection .formwrapper1 .errormsg {
		display: none;
		background-color: #9d1e24;
		font-size: 1.2rem;
		color: #fff;
		padding: 0 10px;
		border-radius: 3px;
		margin: 1px 0 0 0;
	}
	#formsection .formwrapper1 #errflag {
		margin: 0 0 10px 0;
		text-align: center;
		padding: 10px;
	}
	/*--note--*/
	#formsection .formwrapper1 .note {
		font-size: 1.2rem;
		line-height: 1.5;
		color: #333;
		text-align: center;
		margin-top: 5px;
	}
	#formsection .formwrapper1 .note.mini {
		font-size: 1.1rem;
	}
	#formsection .formwrapper1 .note > .red {
		color: #c01;
	}
	/*--submit--*/
	#formsection .formwrapper2 {
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}
	#formsection .formwrapper2 .formbutton {
		display: inline;
		margin: 0 20px 0 0;
		text-decoration: none;
	}
	#formsection .formwrapper2 .formbutton span {
		display: block;
		background-color: #333;
		padding: 10px 4em 10px 2em;
		font-size: 1.8rem;
		color: #fff;
		line-height: 1;
		cursor: pointer;
		letter-spacing: 0.1em;
		position: relative;
		border-style: solid;
		border-width: 1px;
		border-color: #111;
		background-image: url(../image/icon_chevron_right_fff.svg);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		transition: 0.2s;
	}
	#formsection .formwrapper2 .formbutton span:hover {
		opacity: 0.7;
	}
	#formsection .formwrapper2 .formbutton.formbuttonBack span {
		padding: 10px 2em 10px 4em;
		background-image: url(../image/icon_chevron_left_fff.svg);
		background-position: 5% 50%;
	}
}
@media screen and (max-width:779px) {
	#formsection .formwrapper1 .note {
		text-align: left;
	}
	#formsection .formwrapper1 .note.mini > br {
		display: none;
	}
}
@media screen and (max-width:479px) {
	#formsection .formwrapper2 .formbutton span {
		padding: 5px 2em 5px 1em;
		font-size: 1.4rem;
	}
	#formsection .formwrapper2 .formbutton.formbuttonBack span {
		padding: 5px 1em 5px 2em;
	}
}
/*----*/
@media print,screen {
	#formsection #form-first-area {
	}
	#formsection #form-second-area
	,#formsection #form-third-area {
		display: none;
	}
}
/*--- first ---*/
@media print,screen {
	#formsection #first {
		margin-top: 10px;
	}
	#formsection #first .item {
		display: flex;
	}
	#formsection #first .item.wide {
		display: flex;
		align-items: center;
	}
	#formsection #first .item.full {
		display: block;
	}
	#formsection #first .item .itemName {
		font-size: 1.2rem;
		line-height: 1.2;
		color: #333;
		text-align: left;
		min-width: 130px;
		width: 130px;
		padding: 5px 8px;
		margin: 3px 5px 4px 0;
		border: solid 1px #ccc;
		background-color: #f6f6f6;
	}
	#formsection #first .item.wide .itemName {
		width: auto;
		height: 30px;
	}
	#formsection #first .item .itemName.required:after {
		content: " ＊";
		font-size: 1.1rem;
		color: #9d1e24;
	}
	#formsection #first .item .itemInput {
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.5;
		color: #333;
		padding: 3px 0;
	}
	#formsection #first .item .itemInput .handlenameinput {
		display: flex;
	}
	#formsection #first .item .itemInput .handlenameinput #handle_name {
		width: 322px;
		margin-right: 7px;
	}
	#formsection #first .item .itemInput textarea {
		font-size: 1.4rem;
		width: 536px;
	}
	#formsection #first .item .itemInput input[type=text],
	#formsection #first .item .itemInput input[type=password] {
		width: 536px;
	}
	#formsection #first .item .itemInput select {
		width: 536px;
	}
	#formsection #first .item .itemInput #prefecturesOrCountryName {
		display: block;
		width: 536px;
		color: #399;
		height: 44px;
		box-sizing: border-box;
		border: solid 1px #ccc;
		border-radius: 3px;
		padding: 10px;
	}
	#formsection #first .item .itemInput p {
		max-width: 536px;
		margin-top: 3px;
		font-size: 1.3rem;
		line-height: 1.3;
		color: #333;
	}
	#formsection #first .item .itemInput p.red {
		color: #9d1e24;
	}
	#formsection #first .item ul.policy {
		list-style: none;
		margin-top: 10px;
		padding: 0;
	}
	#formsection #first .item ul.policy li {
		font-size: 1.4rem;
		line-height: 1.4;
		color: #666;
		margin-left: 1em;
		text-indent: -1em;
	}
	#formsection #first .item .policy a {
		padding: 0 2px;
		white-space: nowrap;
		text-decoration: underline;
		color: #039154;
	}
	#formsection #first .item .policy a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:869px) {
	#formsection #first .item {
		flex-direction: column;
		margin-top: 5px;
	}
	#formsection #first .item .itemName {
		height: auto;
		width: calc(100% - 20px);
	}
	#formsection #first .item .itemName.required:after {
		content: " ＊";
		color: #f21;
	}
	#formsection #first .item .itemInput .handlenameinput #handle_name {
		width: 322px;
	}
	#formsection #first .item .itemInput textarea {
		width: calc(100% - 2px);
	}
	#formsection #first .item .itemInput input[type=text],
	#formsection #first .item .itemInput input[type=password] {
		width: calc(100% - 2px);
	}
	#formsection #first .item .itemInput select {
		width: calc(100% - 2px);
	}
	#formsection #first .item .itemInput #prefecturesOrCountryName {
		width: calc(100% - 2px);
	}
}
@media screen and (max-width:619px) {
	#formsection #first .item .itemInput .handlenameinput {
		flex-direction: column;
	}
	#formsection #first .item .itemInput .handlenameinput #handle_name {
		width: 100%;
		margin: 0px;
	}
}
/*--- second ---*/
@media print,screen {
	#formsection table#second {
		border-collapse: collapse;
		width: 100%;
	}
	#formsection table#second tr th {
		font-size: 1.5rem;
		line-height: 1.5;
		color: #9d1e24;
		font-weight: normal;
		text-align: left;
		padding: 10px 10px;
		border-style: solid none;
		border-width: 1px;
		border-color: #9d1e24;
	}
	#formsection table#second tr td {
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.5;
		color: #333;
		padding: 10px 10px;
		border-style: solid none;
		border-width: 1px;
		border-color: #9d1e24;
	}
	#formsection table#second tr td:nth-of-type(2) {
		min-width: 50%;
	}
	/*----*/
	#formsection #form-second-area .formwrapper1 .item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 10px;
	}
	#formsection #form-second-area .formwrapper1 .item .itemName {
		font-size: 1.3rem;
		line-height: 1.2;
		color: #333;
		text-align: left;
		padding: 5px 8px;
		margin: 3px 5px 4px 0;
		border: solid 1px #70d3a3;
		background-color: #ebf1ee;
		height: 30px;
	}
	#formsection #form-second-area .formwrapper1 .item .itemInput {
	}
}
@media screen and (max-width:699px) {
	#formsection table#second tr th {
		font-size: 1.1rem;
		padding: 10px 0;
	}
	#formsection table#second tr td {
		font-size: 1.2rem;
		padding: 10px 0 10px 5px;
	}
}
/*--- third ---*/
#formsection #form-third-area #formwrapper1 {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
}

/*--- end of file ---*/
