@charset "UTF-8";

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/*共通*/



#mainColumn {
	margin-bottom: 165px;
}

#mainColumn .inner {
	width: 900px;
}

.hType-leftBd {
	font-size: 22px;
}

/*PC*/


#pageHead {
	background-color: #F3F4F7;
}

#pageHead .inner {
	background-repeat: no-repeat;
	/*background-image: url(/kaigyo/common/images/pageHead_bgHeart.png);*/
	background-position: top -8px left 4vw;
	background-size: 335px auto;
}

#pageHead h1 {
	text-align: center;
}

/*kaigyo_setsumeikaiの時メインビジュアル*/
#kaigyo_setsumeikai #pageHead {
	background-color: #F3F4F7;
	background-image: url(/kaigyo/archive-setsumeikai/images/pageHead_bg.jpg);
	background-position: top right;
	background-size: cover;
}

#kaigyo_setsumeikai #pageHead .inner {
	height: 230px;
	background: no-repeat;
	/*background-image: url(/kaigyo/common/images/pageHead_bgHeart.png);*/
	background-position: top -12px left 35px;
	background-size: 470px auto;
}

#kaigyo_setsumeikai #pageHead h1 {
	text-align: left;
	font-size: 42px;
}

#kaigyo_setsumeikai #pageHead h1 span {
	color: #CD0414;
	font-size: 54px;
}


#kaigyo_setsumeikai table td input.ymd {
	width: 8em;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	margin: 0;
	padding: 0;
	display: inline;
	pointer-events : none;
}
/*kaigyo_setsumeikaiここまで*/

/*confここから*/

#conf #section02 table td .input-show {
	display: none;
}

/*confここまで*/


#section01 {
	margin: 85px 0 0;
}

#section01 .lead {
	text-align: center;
}

#section01 .telContact {
	border-top: 1px solid #CDCFD3;
	border-bottom: 1px solid #CDCFD3;
	margin: 25px 0 0;
	padding: 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#section01 .telContact h3 {
	font-size: 20px;
	font-weight: bold;
}

#section01 .telContact .mado {
	
}

#section01 .telContact .mado h4 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background: #2D7DE6;
	padding: 2px 70px;
	box-sizing: border-box;
}

#section01 .telContact .mado p {
	font-size: 13px;
	margin: 7px 0 0;
}

#section01 .telContact ul {
	
}

#section01 .telContact ul li {
	
}

#section01 .telContact ul li span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


#section02 .flow {
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0;
	overflow: hidden;
}

#section02 .flow li {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: bold;
	width: 290px;
	background: #F1F1F1;
	line-height: 50px;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none; 
	-ms-user-select: none; 
	position: relative;
}

#section02 .flow li:nth-child(2) { 
	padding: 0 0 0 10px;
}

#section02 .flow li::before,
#section02 .flow li::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}

#section02 .flow li::before {
	border: solid 32px transparent;
	border-right: solid 13px transparent;
	border-left: solid 13px #FFF;
	top: -7px;
	left: 0;
	z-index: 1;
}

#section02 .flow li::after {
	border: solid 25px transparent;
	border-left: solid 10px #F1F1F1;
	border-right: solid 10px transparent;
	top: 0;
	right: -20px;
	z-index: 2;
}

#section02 .flow li:first-child::before,
#section02 .flow li:last-child::after {
	display: none;
}

#section02 .flow li:first-child {
	color: #FFF;
	background: #CF0414;
}

#section02 .flow li:first-child::after {
	border-left: solid 10px #CF0414;
}


/*確認ページ*/
#conf #section02 .flow li:first-child {
	color: #3F3F3F;
	background: #F1F1F1;
}
#conf #section02 .flow li:first-child::after {
	border-left: solid 10px #F1F1F1;
}
#conf #section02 .flow li:nth-child(2) {
	color: #FFF;
	background: #CF0414;
}
#conf #section02 .flow li:nth-child(2)::after {
	border-left: solid 10px #CF0414;
}


/*完了ページ*/
#thanks #section02 .flow li:first-child {
	color: #3F3F3F;
	background: #F1F1F1;
}
#thanks #section02 .flow li:first-child::after {
	border-left: solid 10px #F1F1F1;
}
#thanks #section02 .flow li:nth-child(3) {
	color: #FFF;
	background: #CF0414;
}
#thanks #section02 .flow li:nth-child(3)::after {
	border-left: solid 10px #CF0414;
}

#thanks .pdfBlock {
	text-align: center;
	background: #FFF7EE;
	margin: 0 0 30px;
	padding: 30px 0;
}

#thanks .pdfBlock a {
	color: #FFF;
	font-weight: bold;
	background: rgb(241,92,39);
	background: url("../images/iArrowCircle02.png"), linear-gradient(90deg, rgba(241,92,39,1) 0%, rgba(237,29,36,1) 100%);
	background-size: 14px auto , auto auto;
	background-position: 20px center , left top;
	background-repeat: no-repeat, repeat;
	border-radius: 50vh;
	display: inline-block;
	padding: 10px 40px 10px 60px;
	transition: .3s;
}

#thanks .pdfBlock a:hover {
	text-decoration: none;
	opacity: .7;
}

#thanks .mailBlock {
	color: #666;
	font-size: 84%;
	margin: 40px 0;
}

#thanks .mailBlock dt {
	border-bottom: solid 1px #DDD;
	margin: 0 0 15px;
	padding: 0 0 15px;
}




#section02 h2 {
	margin: 60px 0 0;
}

#section02 table {
	width: 100%;
	text-align: left;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin: 20px 0 0;
}

	#section02 table.picker__table {
		text-align: center;
		border-top: none;
		border-left: none;
		margin-bottom: 0;
	}

#section02 table tr {
	
}

#section02 table th {
	font-size: 18px;
	font-weight: bold;
	width: 260px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 25px 20px;
	box-sizing: border-box;
}
	#section02 table.picker__table th {
		font-size: .75em;
		font-weight: bold;
		width: auto;
		vertical-align: middle;
		border-bottom: none;
		border-right: none;
		padding: 0;
	}

#section02 table tr.required > th::after {
	content: '必須';
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	background: #F54B48;
	border-radius: 5px;
	margin-left: 9px;
	padding: 2px 7px;
	display: inline-block;
}

#section02 table th small {
	color: #F54B48;
	font-size: 14px;
	font-weight: normal;
}

#section02 table td {
	width: 650px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 15px 30px;
	box-sizing: border-box;
}
	#section02 table.picker__table td {
		width: auto;
		border-bottom: none;
		border-right: none;
		padding: 0;
	}

#section02 table td input,
#section02 table td select,
#section02 table td textarea {
	color: #333;
	background: #F2F2F2;
	border: 1px solid #CBCBCB;
	border-radius: 0;
	outline: none;
	margin: 10px 0;
	padding: 8px 15px;
	display: inline-block;
	box-sizing: border-box;
}

#section02 table td .Ssize {width: 130px;}
#section02 table td .Msize {width: 210px;}
#section02 table td .Lsize {width: 450px;}
#section02 table td .Maxsize {width: 100%;}

#section02 table td input[type="radio"] {

}
#section02 table td ::placeholder {
	color: #CCC;
}
#section02 table td .selectwrap {
	position: relative;
	display: inline-block;
}
#section02 table td .selectwrap select {
	padding-right: 30px;
}
#section02 table td .selectwrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #444 transparent transparent transparent;
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
}
.mw_wp_form_confirm #section02 table td .selectwrap::after {
	content: none;
}
.mw_wp_form_confirm #section02 table .address .confHide {
	display: none!important;
}
#section02 table td p {
	display: inline-block;
}
#section02 table td.naiyouArea p {
	display: block;
}





/*  以下実装不可

#section02 table td input[type="radio"] + label{
	margin: 10px 0;
	padding-left: 30px;
	position:relative;
	display: inline-block;
}

#section02 table td input[type="radio"] + label::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: #F2F2F2;
	border: 1px solid #CBCBCB;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 0;
	box-sizing: border-box;
}

#section02 table td input[type="radio"]:checked + label::before {
	background: #2B78D9;
	border: none;
}

#section02 table td input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 7px;
	box-sizing: border-box;
}

*/

#section02 table td small {
	color: #999;
	font-size: 12px;
}

/**
 * mwwpformのcss一部無効化
 */
#section02 table td .horizontal-item {margin-left: 0; margin-right: 10px; display: inline-block;}
#section02 table td .horizontal-item:last-of-type {margin-right: 0;}


#section02 .submitArea {
	background: #F2F2F2;
	margin: 60px 0 0;
	padding: 35px 0;
}

#section02 .submitArea p {
	text-align: center;
}

#section02 .submitArea p a {
	text-decoration: underline;
}

#section02 .submitArea p a:hover {
	text-decoration: none;
}


#section02 .submitArea .nextpageBtn2 {
	margin: 15px 0 0;
}

#section02 .submitArea .nextpageBtn2 input {
	font-size: 22px;
}

#section02 .submitArea .nextpageBtn2 input::before {
	content: none;
}

/*完了ページ*/

#section02 .text p {
	margin-top: 1em;
}



/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {
	/*共通*/


	#mainColumn {
		margin-bottom: 19.3vw;
	}

	#mainColumn .inner {
		width: calc(100% - 8vw);
		margin: 0 4vw;
	}

	.hType-leftBd {
		font-size: 1.72rem;
	}

	/*SP*/

	#pageHead .inner {
		background-position: top -2vw left ;
		background-size: 60vw auto;
	}

	#pageHead h1 {
	}

	/*kaigyo_setsumeikaiの時メインビジュアル*/
	#kaigyo_setsumeikai #pageHead {
		background-image: url(/kaigyo/archive-setsumeikai/images/pageHead_bg_sp.jpg);
	}

	#kaigyo_setsumeikai #pageHead .inner {
		width: calc(100% - 8vw);
		height: 34.6vw;
		margin: 0 4vw;
		padding: 1.6vw 0 0;
		background-image: none;
	}

	#kaigyo_setsumeikai #pageHead h1 {
		font-size: 6.6vw;
		text-align: left;
		line-height: 1.34;
		margin-left: 2.6vw;
	}

	#kaigyo_setsumeikai #pageHead h1 span {
		font-size: 7.9vw;
	}
	/*kaigyo_setsumeikaiここまで*/

	#section01 {
		margin: 12vw 0 0;
	}

	#section01 .lead {
		text-align: left;
	}

	#section01 .telContact {
		margin: 6vw 2.6vw 0;
		padding: 3vw 0;
		display: block;
	}

	#section01 .telContact h3 {
		font-size: 1.26rem;
		text-align: center;
	}

	#section01 .telContact .mado {
		margin: 3vw 0 0;
	}

	#section01 .telContact .mado h4 {
	}

	#section01 .telContact .mado p {
		font-size: 0.87rem;
		margin: 1.3vw 0 0;
		text-align: center;
	}

	#section01 .telContact ul {
		margin: 3vw 0 0;
	}

	#section01 .telContact ul li {
		font-size: 1.17rem;
		text-align: center;
	}

	#section01 .telContact ul li span {
		font-size: 1.35em;
	}


	#section02 .inner {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	#section02 .flow {
		margin: 10.6vw auto 0;
	}

	#section02 .flow li {
		font-size: 11px;
		width: 33%;
		line-height: 50px;
	}

	#section02 .flow li:nth-child(2) { 
		padding: 0 0 0 0.5%;
	}

	#section02 .flow li::before {
		border: solid 32px transparent;
		border-right: solid 13px transparent;
		border-left: solid 13px #FFF;
		top: -7px;
		left: 0;
		z-index: 1;
	}

	#section02 .flow li::after {
		border: solid 25px transparent;
		border-left: solid 10px #F1F1F1;
		border-right: solid 10px transparent;
		top: 0;
		right: -20px;
		z-index: 2;
	}

	#section02 .flow li.current {
		color: #FFF;
		background: #CF0414;
	}

	#section02 .flow li.current::after {
		border-left: solid 10px #CF0414;
	}

	#section02 h2 {
		margin: 9.5vw 4vw 0;
	}

	#section02 table {
		border-left: none;
		margin: 4vw 0 0;
	}

	#section02 table tr {

	}

	#section02 table th {
		font-size: 1.26rem;
		width: 100%;
		border-bottom: none;
		border-right: none;
		padding: 6.6vw 4vw 2.6vw;
		display: block;
	}
/* pickadateカスタマイズ用 */
		.picker {
			width: 92vw!important;
		}
/* pickadateカスタマイズ用 */
		#section02 table.picker__table th {
			font-size: 1rem;
			width: 100%;
			padding: 0;
			display: table-cell;
		}

	#section02 table tr.required th::after {
		font-size: 0.93rem;
		margin-left: 5px;
	}

	#section02 table th small {
		font-size: 0.9rem;
		margin-left: 1em;
	}

	#section02 table td {
		width: 100%;
		border-right: none;
		padding: 2.6vw 3.3vw 6.6vw;
		display: block;
	}
		#section02 table.picker__table td {
			width: auto;
			padding: 0;
			display: table-cell;
		}

	#section02 table td input,
	#section02 table td select,
	#section02 table td textarea {
		margin: 3.3vw 0;
		padding: 3.3vw 4vw;
	}

	#section02 table td .Ssize {width: 24vw;}
	#section02 table td .Msize {width: 44vw;}
	#section02 table td .Msize[name="sei"],
	#section02 table td .Msize[name="mei"],
	#section02 table td .Msize[name="seikana"],
	#section02 table td .Msize[name="meikana"] {
		width: 34vw;
	}
	#section02 table td .Lsize {width: 100%;}
	#section02 table td .Maxsize {width: 100%;}

	#section02 table td input[type="radio"] {
	}

/*  以下実装不可

	#section02 table td input[type="radio"] + label{
	}

	#section02 table td input[type="radio"] + label::before {
	}

	#section02 table td input[type="radio"]:checked + label::before {
	}

	#section02 table td input[type="radio"]:checked + label::after {
	}

*/

	#section02 table td small {
		font-size: 0.9rem;
	}

	#section02 table td small.mbt {
		margin-bottom: 3.3vw;
		display: inline-block;
	}

	#section02 .text {
		width: calc(100% - 8vw);
		margin: 0 4vw;
	}

	#section02 .submitArea {
		margin: 16vw 0 0;
		padding: 10.6vw 0;
	}

	#section02 .submitArea p {
		font-size: 1.08rem;
	}

	#section02 .submitArea p a {
	}

	#section02 .submitArea p a:hover {
	}


	#section02 .submitArea .nextpageBtn2 {
		margin: 4vw 0 0;
	}

	#section02 .submitArea .nextpageBtn2 a {
		font-size: 1.3rem;
		padding: 5vw 25vw;
	}

	#section02 .submitArea .nextpageBtn2 a::before {
	}


	#thanks .pdfBlock {
		margin: 4vw 0;
	}
	
	#thanks .pdfBlock a {
		font-size: 4vw;
		line-height: 1.3;
		width: calc(100% - 30px);
		box-sizing: border-box;
	}
}