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

/*----------------------- 
ステップ式フォーム 
------------------------*/

/* ボタンが非アクティブ（disabled）の時 */
.btn__link.disabled, .btn__link:disabled {
    opacity: .2;
}

/* ナビゲーションアイテム */
.c-form-step__step-items {
    display: none;
    padding: 10px 0;
    justify-content: space-between;
}

.c-form-step__step-items::after {
  content: none !important;
}

/* ステップフォームの内容 */
label {
    margin-bottom: .5rem;
    align-items: center;
}

.c-form-step__step-items__item-box{
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 5px;
    border: 1px solid #90caf8;
    color: #90caf8;
	line-height: 30px;
}
.c-form-step__step-items__item-box:nth-of-type(1):after,
.c-form-step__step-items__item-box:nth-of-type(2):after{
	content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 15px solid #90caf8;
	z-index: 998;
}
.c-form-step__step-items__item-box:nth-of-type(1):before,
.c-form-step__step-items__item-box:nth-of-type(2):before{
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 19px solid transparent;
    border-left: 15px solid #fff3f3;
	z-index: 999;
}

.c-form-step__step-items__item-box.current {
    transition: 0.8s;
    background-color: #90caf8;
    color: #fff;
    border: 1px solid #90caf8;
}
.c-form-step__step-items__item-box:nth-of-type(1).current:before,
.c-form-step__step-items__item-box:nth-of-type(2).current:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 15px solid #90caf8;
	z-index: 999;
}

.c-form-step__wrapper-box {
  display: none;
}

.c-form-step__wrapper-box.current {
  display: block;
}

.birth-year .form-control,
.birth-month .form-control,
.birth-day .form-control{
    display: inline-block;
    width: 15%;
}

/* ボタン */
.c-form-step .btn__link-previous {
  border: 1px solid #212529;
  border-radius: 30px;
  box-shadow: #4e5862 0px 1px 0px;
  font-size: 1.4rem;
  padding: 2px 12px 2px 20px;
}

.c-form-step .btn__link-previous::before {
  left: 10px;
  right: auto;
  border-top: 0;
  border-right: 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.btn_block {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.c-form-step .btn_block .btn__link-primary {
    padding: 25px 90px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 1;
    margin: 1rem auto 0 !important;
    transition: .15s;
    border-color: #FFFFFF !important;
}
.c-form-step .btn_block .btn__link-primary:hover {
    background-color: #fff;
    color: #BB7A8C;
    border: 2px solid #BB7A8C !important;
}
.entry-content .btn_block .backbtn01 {
    text-align: center;
    background-color: #c4c4c5;
    display: inline-block;
    border-radius: 18px;
    color: #FFFFFF;
    background-image: url(../images/common/ar01.png);
    background-position: left 15px center;
    font-size: 22px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 12px auto;
    float: left;
    margin-left: auto;
}
.entry-content .btn_block .nextbtn01 {
    text-align: center;
    background-color: #dbc4c9;
    display: inline-block;
    border-radius: 18px;
    color: #FFFFFF;
    background-image: url(../images/common/ar02.png);
    background-position: right 15px center;
    font-size: 22px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 12px auto;
    float: right;
}
.btn_block {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.btn_block02 {
    display: flex;
    justify-content: center;
    width: 100%;
flex-direction: row-reverse;
}
.entry-content .backbtn02 {
    text-align: center;
    background-color: #c4c4c5;
    display: inline-block;
    border-radius: 10px;
    color: #FFFFFF;
    background-image: url(../images/common/ar01.png);
    background-position: left 15px center;
    font-size: 18px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 12px auto;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 30px);
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: none;
    border-color: #FFFFFF;
}
.entry-content .nextbtn02 {
    text-align: center;
    background-color: #dbc4c9;
    display: inline-block;
    border-radius: 10px;
    color: #FFFFFF;
    background-image: url(../images/common/ar02.png);
    background-position: right 25px center;
    font-size: 18px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 12px auto;
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: none;
    border-color: #FFFFFF;
}
.entry-content .backbtn02:hover {
    background-color: #ffffff;
    color: #BB7A8C;
    border: 1px solid #BB7A8C;
}
.entry-content .nextbtn02:hover {
    background-color: #ffffff;
    color: #BB7A8C;
    border: 1px solid #BB7A8C;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f44336;
    font-size: 1.1rem;
}
.wrap-2cont p .mt-3 br {
    display: block;
}

/* モバイル対応 */
@media not all and (min-width: 600px){
	.birth-year .form-control, .birth-month .form-control, .birth-day .form-control {
    width: 25%;
}
	.birth-year .form-control{
    width: 35%;
	}
.wpcf7 .ajax-loader {
    position: absolute;
}
}

@media screen and (max-width:450px){
.c-form-step .btn_block .btn__link-primary {
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 1;
    margin: 1rem auto 0 !important;
    transition: .15s;
    background-image: none;
    font-size: 1rem;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.entry-content .backbtn02,.entry-content .nextbtn02 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.entry-content .backbtn02:hover,.entry-content .nextbtn02:hover {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media screen and (min-width:451px) and (max-width:649px){
.c-form-step .btn_block .btn__link-primary {
    padding: 15px 50px;
    font-size: 1rem;
}	
.entry-content .backbtn02,.entry-content .nextbtn02 {
    padding-top: 15px;
    padding-bottom: 15px;
}	
.entry-content .backbtn02:hover,.entry-content .nextbtn02:hover {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.btn_block02 {
    display: flex;
    justify-content: center;
    width: 80%;
	margin-left: 10%;
	margin-right: 10%;
flex-direction: row-reverse;
}	
}



@media screen and (min-width:650px) and (max-width:781px){
.btn_block02 {
    display: flex;
    justify-content: center;
    width: 80%;
	margin-left: 10%;
	margin-right: 10%;
flex-direction: row-reverse;
}	
}



