@charset "UTF-8";

ul.step{
	list-style-type: none;
	display:flex;
	width:100%;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
	border: 0 none;
	height: 60px;
}
ul.step li{
	flex-basis: 33%;
  position:relative;
  background: #ddd;
  padding: 10px 0.5rem 10px 2rem;
  color: #fff;
}
ul.step li:nth-child(2){
flex-grow: 1.5;
}
ul.step li span{
	display: block;
	font-size: 1.2rem;
}
ul.step li p{
	display: block;
	font-size: 1.5rem;margin: 0;padding: 0;
	text-indent: 0;
}
ul.step li:first-child{
	border-radius: 6px 0 0 6px;
  padding-right: 1em;
}
ul.step li:last-child{
	border-radius: 0 6px 6px 0;
  padding-right: 1em;
}
ul.step li:last-child:before,
ul.step li:last-child:after{
  display:none;
}
ul.step li:before,
ul.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;overflow: hidden;  border-width:34px 0 34px 15px;
}
ul.step li:before{
  top:-4px;
  right:-17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;

  z-index: 1;
}
ul.step li:after{
  top:-4px;  right:-15px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  z-index: 1;
}
ul.step li.is-current{
  background: #ff88aa;
  font-weight: bold;
}
ul.step li.is-current:after{
  border-color: transparent transparent transparent #ff88aa;
}




#contents{
	margin-top: 30px;
}
.contents_box{}
.contents_box .inner{
	margin: 30px 10px;
}
.contact_list{
	margin-bottom: 20px;
}
.contact_list dl{
	display: flex;
	flex-direction:column;
}
.contact_list dt{
	margin: 0;
	padding: 5px;
	border-left: 3px solid #ff88aa;
	background: #ffd7e6;
	position: relative;
}
.required{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #dc0011;
    color: #fff;
    padding: 0 1em;
    font-size: 1.2rem;
    display: block;
    line-height: 2em;
    height: 2em;
    border-radius: 4px;
}
.contact_list dd{
	margin: 0;
	padding: 5px;
	position: relative;
}
.contact_list dd p{
	margin: 0;
	padding: 0;
}
.article{
    position: relative;
    background: #ffd7e6;
    box-shadow: 0px 0px 0px 5px #ffd7e6;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
	margin: 10px 5px;
}
.article:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ff88aa #fff #ff88aa;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.article p {
    margin: 0; 
    padding: 10px;
}
.contact_btn{
	margin-top: 20px;
	display: flex;
	height: 5rem;
	position: relative;
}
.contact_btn.flex{
    height: 5rem;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
}
.main_btn{
	flex-grow: 2;
}
.sub_btn{
	flex-grow: 0;
	margin-right: 1em;
}
.contact_btn form{
	display: block;
	position: relative;
}
.contact_btn form btn{
	width: 90%;
}
.contact_btn a.btn,
.contact_btn button.btn
{
	display: block;
	margin: auto;
	width: 100%;
	padding: 1rem;
	border: 0;
	border-bottom: 5px solid #9f000c;
	color: #fff;
	background: #dc0011;	
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2em;
	outline: none;
}
.contact_btn button.btn.main
{
	left: auto;
}

.contact_btn button.sub
{
	padding: 1rem;	border: 0;
	border: 1px solid #ccc;
	color: #666;
    background: #fff;
	font-size: 1.6rem;
	outline: none;
	line-height: 1.5;}

.contact_btn a:hover,
.contact_btn button.btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}
.contact_btn button.btn.sub:hover {
  margin-top: 3px;
  border-bottom: 2px solid #aaa;
}

input:focus,textarea:focus{
	outline: none;
	background:rgba(255,215,230,0.5);
}
input,textarea{
	max-width: 100%;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 2px;
	
}

.radio-inline,
.radio-block {
  border: none;
  padding: 0;
  margin: 0;

}
.radio-inline input,
.radio-block input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline label,
.radio-block label {
    display: inline-block;
    padding: .5rem 2rem;
	margin-top: 5px;
	margin-right: 18px;
    transition: all .2s;
    background: #fafafa;
    border-radius: 4px;
}
.radio-block label {
    display: block;
}

.radio-inline input:checked + label,
.radio-block input:checked + label {
    background: #ff88aa;
    color: #fff;
    border-radius: 35px;
    text-shadow: 0 0 1px rgba(0,0,0,.7);

}
#gender.radio-inline input:first-child:checked + label {
    background: #0263B4;
}
#gender.radio-inline input:checked + label {
    background: #f00;
}

.radio-inline label::before,
.radio-block label::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 400;
	margin-right: .5rem;
}

.radio-inline input:checked + label::before,
.radio-block input:checked + label::before {
	font-weight: 900;	content: "\f058";
}

@media (min-width: 768px) {
	.contents_box{}
	.contents_box .inner{
		width: 1050px;
		max-width: 100%;
		margin: auto;
	}
	.contact_list{
		margin:0 10px 20px;
	}
	.contact_list dl{
		display: flex;
		flex-direction:row;
		border: 1px solid #ccc;
		border-left: 3px solid #ff88aa;
		margin: 0;
	}
	.contact_list dl+dl{
		border-top: 0 solid #ccc;
	}
	.contact_list dt{
		width: 12em;
		padding: 10px;
	}
	.contact_list dd{
		width:calc(100% - 12em);
		padding: 10px;
	}
	.article{
		margin: 20px 15px;
	}
	.contact_btn {
		display: block;
		position: relative;
	}
	.contact_btn .main_btn{
		position: absolute;
		display: block;
		width: 100%;
		max-width: 14em;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.contact_btn .sub_btn{
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
	}

	.contact_btn button.btn{
		width: 100%;
		max-width: 14em;
		margin: auto;
		left: 0;
		right: 0;

	}
.radio-block label {
    display: inline-block;
}

}

@media (min-width: 850px) {



}



