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

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
	color: #CCCCCC; 
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #CCCCCC; 
}

/* Firefox 18- */
:-moz-placeholder {
	color: #CCCCCC; opacity: 1; 
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #CCCCCC; opacity: 1; 
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #CCCCCC; 
}
#entry #content {
    margin-top: 120px;
	margin-bottom: 40px;
    flex-direction: column;
}
body,
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.entry-bg {
    background: #F8F8F8;
    display: flex;
    padding: 40px;
}
.entry-bg h6 {
    width: 20%;
}
.entry-bg ul {
    width: 80%;
}

header.fixed{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
article header.fixed,
section header.fixed{
	box-shadow: none;
}
footer {
	margin-top: auto;
}
.entry-form .disabled {
	display: none !important;
}
.entry-form  h1 {
	font-size: 225.0%;
	line-height: 140%;
	margin: 48px 0px 24px 0px
}
.entry-form  h1.center {
	text-align: center;
}
.entry-form h2 {
	display: block;
	color: #000;
	text-align: center;
	font-size: 125.0%;
	font-weight: 700;
	margin: 24px 0px 24px 0px;
	clear: both;
}
.entry-form select {
	display: block;
	font: 1.000em/1.400em 'Zen Kaku Gothic New', "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100.0%;
	line-height: 54px;
	height:48px;
	padding: 64px;
}
.breadcrumb ul{
	margin-top: 0px;
	
}
.category-top-navigation h2 {
    padding: 60px 0px 48px 0px;
}
.category-top-navigation h3 {
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    color: #333;
    margin: 0px;
    padding: 0px 0px 24px 0px;
}
.category-top-navigation ul {
	list-style-type: none;
	width: 80%;
	padding: 16px 24px;
	line-height: 2em;
	color: #333;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	font-size: 18px;
	margin: -48px auto 24px auto;
}

.category-top-navigation li {
	padding-left: 18px;
	position: relative;
}

.category-top-navigation li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #555;
}

.entry-form div.select {
    position: relative;
    /* width: 100%; */
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    overflow: hidden;
}
.entry-form div select {
	width: 100%;;
	height: 54px;
	color: #000;
	font-size: 112.5%;
	line-height: 54px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	margin-right: 28px;

}
.entry-form div select::-ms-expand {
	display: none;
}
.entry-form div.select::before {
	position: absolute;
	top: 24px;
	right: 12px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}
.entry-form div.select select {
	padding: 0px 8px 0px 8px;
}

.entry-form input:focus ,
.entry-form textarea:focus {
	outline: 0 !important;
	box-shadow: 0 !important;
	border: 2px solid #FFD24D !important;
	background-color: #FFEFBF !important;
}

.entry-form input[type="text"],
.entry-form input[type="tel"],
.entry-form input[type="number"],
.entry-form input[type="email"],
.entry-form textarea{
	font: 1.000em/1.400em 'Zen Kaku Gothic New', "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    -o-border-radius: border-box;
    -ms-border-radius: border-box;
    border-radius: border-box;
}
.entry-form input[type="text"],
.entry-form input[type="tel"],
.entry-form input[type="number"],
.entry-form input[type="email"] {
	width: 100%;
    min-height: 54px;
    font-size: 100%;
    line-height: 54px;
    padding: 0px 8px 0px 8px;
    border: 1px solid #000;
}
.entry-form input[type="text"].widthnone,
.entry-form input[type="tel"].widthnone,
.entry-form input[type="number"].widthnone,
.entry-form input[type="email"] .widthnone{
	display: inline-block;
	width: auto;
	max-width: auto;
}
.entry-form input[type="number"]{
	width: 120px;
	margin: 0px 8px 0px 0px;
	border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    -o-border-radius: border-box;
    -ms-border-radius: border-box;
    border-radius: border-box;
}

.entry-form textarea {
    display: block;
    width: 100%;
    height: 160px;
    font-size: 100.0%;
    padding: 8px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    -o-border-radius: border-box;
    -ms-border-radius: border-box;
    border-radius: border-box;
}
.entry-form label {
	display: inline-block;
	position: relative;
	font-size: 87.5%;
	line-height: 18px;
	padding: 0px 16px 8px 0px;
	cursor: pointer;
}
.entry-form label input[type="checkbox"] {
	display: none;
}
.entry-form label input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
	margin: 2px 8px 0px 0px;
	background: #CCCCCC;
}
.entry-form label input[type="checkbox"] + span i {
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
}
.entry-form label input[type="checkbox"]:checked + span i {
	transition: width 0.1s ease-out 0s;
	width: 0;
}
.entry-form label input[type="checkbox"]:checked + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	z-index: 2;
}
.entry-form label input[type="checkbox"]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 1px;
	width: 6px;
	height: 2px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	z-index: 2;
}
.entry-form .EditErorr{
	background: #FFEAEC !important;
	border: 2px solid #FFDBDF !important;
}

.entry-form button {
	display: inline-block;
    width: 400px;
    color: #000;
    font-family: 'Zen Kaku Gothic New', "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin: 0 12px 24px;
    background: #F2DA3E;
    border: 2px solid #000;
    cursor: pointer;
    transition: all .3s ease;
}
.entry-form button:disabled {
	background: #EEEEEE;
	cursor: inherit;
}
.entry-form button.Edit {
	background: #A4AAB3;
}

.entry-form header  {
	display: block;
	text-align: center;
}
.entry-form #Step {
	display: block;
	margin: 32px auto 64px auto; 
}
.entry-form #Step .entry-form #Step{
	display: block;
	width:100;
	margin: 0px auto 16px auto; 
	overflow: hidden;
}
.entry-form #Step ul {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.entry-form #Step li {
	display: inline-block;
	position: relative;
	width: calc((100% / 3) - 12px);
	color: #A4AAB2;
	font-size: 112.5%;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	padding: 16px 10px 16px 0px;
	background: #EEEEEE;
	margin: 0% 0% 2% 0%;
}
.//entry-form #Step li:first-child {
	border-left: 2px solid #4276E6;
}
.//entry-form #Step li:last-child {
	border-right: 2px solid #4276E6;
}
.//entry-form #Step li:last-child:before,
.//entry-form #Step li:last-child:after {
	display: none;
}
.//entry-form #Step li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border-width: 30px 3px 30px 16px;
	border-style: solid;
	border-color: #4276E6 #4276E6 #4276E6 transparent;
}
.//entry-form #Step li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border-width: 30px 0px 30px 16px;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
}
.//entry-form #Step li.done::before {
	border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
}
.//entry-form #Step li.done::after {
	border-color: #4276E6 #4276E6 #4276E6 transparent;
}
.entry-form #Step li.active {
	color: #FFFFFF;
	background: #4276E6;
}
.entry-form #Step li.done {
	color: #FFFFFF;
	background: #4276E6;
}

.entry-form {
	display: block;
}
.entry-form dl {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 24px auto;
    justify-content: space-between;
}
.entry-form dl dt {
	font-size: 112.5%;
    line-height: 40px;
    margin: 0px;
    width: 30%;
    text-align: left;
	border-bottom: 1px dotted #000;
}
.entry-form dl dt span {
	display: inline-block;
	float: right;
	color: #FFFFFF;
	font-size: 75.0%;
	line-height: 24px;
	vertical-align: middle;
	background: #FF6D6D;
	padding: 0px 10px;
	margin: 8px 0px;
}
.entry-form dl dt span.elective {
	background: #A4AAB2;
}
.entry-form  dl dd{
    margin: 0px;
    word-wrap: break-word;
    width: 70%;
    margin-left: 40px;
	text-align: left;
}

.entry-form #Agreement {
	display: block;
	margin: 64px auto; 
}
.entry-form #Agreement h2 {
	color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.entry-form #Agreement .Policy{
	display: block;
	width: 100%;
	max-width: 480px;
	height: 220px;
	font-size: 87.5%;
	padding: 12px;
	margin: 0px auto 32px auto;
	border: 2px solid #4276E6;
	overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    -o-border-radius: border-box;
    -ms-border-radius: border-box;
    border-radius: border-box;
}
.entry-form #Agreement p{
	text-align: center;
}
.entry-form div.select p{
	margin: 0px 0px 0.5em 0px; 
}
.entry-form #Agreement label {
    display: block;
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 125%;
    line-height: inherit;
    letter-spacing: 0px;
    padding: 0px;
    margin: 24px auto 0px auto;
    cursor: pointer;
    text-align: center;
}
.entry-form #Agreement label input[type="checkbox"] + span {
	display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0px 12px 0px 0px;
    background: #000;
}
.entry-form #Agreement label input[type="checkbox"] + span i {
	display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
}
.entry-form #Agreement label input[type="checkbox"]:checked + span i {
	transition: width 0.1s ease-out 0s;
	width: 0;
}
.entry-form #Agreement label input[type="checkbox"]:checked + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
    left: 10px;
    width: 27px;
    height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	z-index: 2;
}
.entry-form #Agreement label input[type="checkbox"]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
    left: 3px;
    width: 14px;
    height: 4px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	z-index: 2;
}
.entry-form #Post {
	display: block;
	text-align: center;
	margin: 64px auto 0; 
}
.entry-form #Post p {
	display: block;
	color: #000;
	font-size: 112.5%;
	text-align: center;
	margin: 64px auto; 
}
.entry-form #Confirm {
	display: block;
	margin: 64px auto; 
}
.entry-form #Confirm dl {
	display:flex;
	width: 80%;
	max-width: 80%;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
		border-bottom: 1px solid #000;
	margin: 0px auto;
	overflow: hidden;
}
.entry-form #Confirm dl:first-of-type {
	border-top: 2px solid #000;
	margin: 32px auto 0px auto;
}
.entry-form #Confirm dl:last-of-type {
	border-bottom: 2px solid #000;
}
.entry-form #Confirm dl dt {
	display: block;
	width: 35%;
	float: left;
	font-size: 112.5%;
	line-height: 125%;
	padding: 16px 16px;
	margin: 0px;
	border-right: 2px solid #000;
	background: #FAFAFA;
}
.entry-form #Confirm dl dd{
	display: block;
	width: 65%;
	float: left;
	font-size: 112.5%;
	line-height: 125%;
	background: #FFFFFF;
	word-wrap: break-word;
	padding: 16px 16px;
	margin: 0px;
}
@media only screen and (max-width: 1019px) {
	.entry-form #Confirm dl{
		display: block;
    	width: 96%;
   		max-width: 96%;
   }
	.entry-form #Confirm dl dd{
        width: auto;
		float: none;
		clear: both;
    }
	.entry-form #Confirm dl dt {
        width: 100%;
		float: none;
		clear: both;
		border-right: none;
   }
}


.entry-form a.Restart {
	display: block;
	width: 480px;
	color: #FFFFFF;
	font-size: 150.0%;
	text-align: center;
	line-height: 100px;
	margin: 32px auto 32px auto;
	background: #4276E6;
	cursor: pointer;
}


#Information ul {
	list-style-type: none;
	width: 60%;
	padding: 16px 24px;
	line-height: 2em;
	color: #333;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	margin: 48px auto 24px auto;
}

#Information li {
	padding-left: 18px;
	position: relative;
	text-align: left;
    margin-bottom: 16px;
}

#Information li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #555;
}
.sub-navigation{
	position:relative;
}

ul.Error {
    list-style-type: none;
    width: 80%;
    padding: 16px 24px;
    line-height: 2em;
    color: #BA422D;
    background-color: #F9EAEB;
    border: 1px solid #F5DCDE;
    border-radius: 4px;
    font-size: 112.5%;
    margin: -48px auto 24px auto;
    text-align: left;
}

ul.Error li {
	padding-left: 18px;
	position: relative;
}

ul.Error li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #BA422D;
}

@media screen and (max-width: 769px) {
	#entry #pankuzumenu {
		margin: 24px auto 0;
	}
	#entry #content {
		margin-top: 80px;
	}
	.entry-bg {
		flex-direction: column;
		padding: 24px;
	}
	.entry-bg h6 {
		width: 100%;
	}
	.entry-bg ul {
		width: 90%;
	}
	.entry-form #Step li {
		font-size: 0.875em;
		padding: 8px 10px;
		width: calc((100% / 3) - 4px);
	}
	.entry-form dl {
		display: flex;
		flex-direction: column;
	}
	.entry-form dl dt {
		width: 100%;
		border-bottom: none;
		font-size: 1em;
	}
	.entry-form dl dd {
		width: 100%;
		margin: 0;
	}
	.entry-form div select {
		font-size: 1em;
	}
	.entry-form div select option {
		width: 100%;
	}
	section.content-section {
	}
	.entry-form #Agreement h2 {
		font-size: 1em;
	}
	.entry-form #Agreement label {
		font-size: 1em;
	}
	.entry-form #Agreement label input[type="checkbox"] + span {
		width: 22px;
		height: 22px;
	}
	.entry-form #Agreement label input[type="checkbox"] + span i {
		width: 18px;
		height: 18px;
	}
	.entry-form #Agreement label input[type="checkbox"]:checked + span:before {
		top: 8px;
		left: 6px;
		width: 16px;
		height: 4px;
	}
	.entry-form #Agreement label input[type="checkbox"]:checked + span:after {
		top: 10px;
		left: 2px;
		width: 11px;
		height: 4px;
	}
	.entry-form button {
		width: 100%;
		margin: 0 auto 24px;
	}
	ul.Error {
		width: 100%;
		margin: 0 auto;
		font-size: 0.875em;
		line-height: 1.5;
	}
	ul.Error li {
		padding-bottom: 12px;
	}
	ul.Error li:last-child {
		padding-bottom: 0;
	}
	.entry-form #Confirm {
		margin-top: 0;
	}
	.entry-form #Step {
		margin-bottom: 24px;
	}
	.entry-form #Confirm dl dt {
		font-size: 1em;
		background: #f1f1f1;
		border-bottom: 1px dotted #999;
	}
	.entry-form #Confirm dl dd {
		font-size: 1em;
	}
	.entry-form #Confirm h2 {
	}
	.entry-form #Post p {
		font-size: 0.875em;
	}
	.entry-form #Confirm dl {
		width: 100%;
		max-width: 100%;
	}
	#Information ul {
		width: 100%;
	}
	#Information ul h2 {
		font-size: 1em;
	}
	#Information ul li {
		font-size: 0.875em;
		line-height: 1.5;
	}
}
	