@charset "utf-8";

/*===========================================================
contact01
===========================================================*/

.contact01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 12rem 1.5rem 0;
}

.contact01-container {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.5rem 5rem;
    background: linear-gradient(120deg, rgba(5, 46, 135, 100%), rgba(16, 75, 203, 80%));
}

.contact01-area {
    max-width: 69rem;
    width: 100%;
    margin: 0 auto;
}

.contact01-text-box {
    color: var(--white);
}

.contact01-btn-area {
    margin: 4rem 0 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 3rem;
}

.contact02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 9rem 1.5rem 15rem;
}

.contact02-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.contact02-text-box {
    text-align: center;
}

.snow-monkey-form {
    margin: 5rem 0 0;
}

/* フォーム */
.formTable.smf-form--business .smf-item {
    padding: 2.5rem 0;
    border: none;
    border-bottom: 1px solid #000;

}

.formTable.smf-form--business .smf-item__col {
    padding: 0;
}

.formTable.smf-form--business .smf-item__col--label {
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 0;
}

.formTable .smf-item__label__text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.formTable .smf-item__label__text br {
    display: none;
}

.formTable .smf-text-control__control {
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .validate-text01,
.formTable .validate-text02 {
    padding: 0.1rem 1.4rem;
    font-size: 1.6rem;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1.45;
    background: #F48B90;
}

.formTable .zip-text01 {
    font-size: 1.6rem;
    line-height: 1.45;
    margin: 1rem 0;
}

.formTable .zip1-text02 {
    font-size: 1.6rem;
    line-height: 1.45;
}


.formTable .validate-text01 {
    background: #F48B90;
}

.formTable .validate-text02 {
    background: #707070;
}

.formTable.smf-form .smf-text-control__control {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .zip1-box {
    display: flex;
    align-items: center;
}

.formTable.smf-form .smf-select-control__control {
    display: block;
    padding: .75rem 2.5rem .75rem 1rem;
    line-height: 1.45;
    font-size: 1.6rem;
}

.formTable.smf-form .smf-checkbox-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formTable.smf-form .smf-checkbox-control__control {
    margin: 0;
}

.formTable .smf-checkboxes-control {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 2.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .smf-checkboxes-control__control {
    display: flex;
    align-items: center;
    margin: 0;
}

.formTable .smf-checkboxes-control a {
    text-decoration: underline;
}

.formTable .smf-checkboxes-control a:hover {
    text-decoration: none;
}

.smf-action .smf-button-control {
    display: flex;
    justify-content: center;
    margin: 7rem 0 0;
}

.smf-action .smf-button-control .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 31.6rem;
    height: 6.4rem;
    font-size: 2rem;
    font-family: var(--fontD);
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
    transition: all .3s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .1em;
    line-height: 1.45em;
    font-weight: 600;
    background: var(--primary);
    color: var(--white);
    border: none;
}

.smf-action .smf-button-control .smf-button-control__control::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 2.45rem;
    width: .8rem;
    height: 1.35rem;
    margin: auto 0;
    background: url(../../../../uploads/arrow_white.svg) no-repeat
}

.smf-button-control__control:hover{
    filter: brightness(1.15);
}

/* ポリシー */

.priTit01 {
    text-align: center;
    font-size: 2rem;
}

.priTit {
    display: flex;
    margin: 4rem 0 0;
    border-left: 1rem solid var(--primary);
}

.priTit p {
    font-size: 2.4rem;
    line-height: 1.5em;
    padding: 0 0 0 2rem;
}

.priBx p:last-of-type {
    flex: 1;
}

.priFl {
    display: flex;
}

.priFl p {
    display: inline;
}

.inBtm a {
    text-decoration: underline;
}

.inBtm a:hover {
    text-decoration: none;
}

.smf-system-error-content {
	text-align: center;
	color: red;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================

===========================================================*/



} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {


/*===========================================================

===========================================================*/


.ctcReadTxt01 {
	font-size: 1.4rem;
	text-align: left;
}

.ctcReadTxt01 br {
	display: none;
}

.ctcBtnItemTxt01 {
	font-size: 1.6rem;
}

.ctcBtnItem {
	padding: 2.5rem 1.5rem;
}

.smf-action .smf-button-control {
	margin: 3rem 0 0;
}

.ctcFormTxt01 {
	font-size: 1.8rem;    
}

.formTable .smf-item__label__text {
	font-size: 1.4rem;
}

.formTable .validate-text01,
.formTable .validate-text02 {
	font-size: 1.4rem;
}

.formTable .zip-text01 {
	font-size: 1.4rem;
}

.formTable .zip1-text02 {
	font-size: 1.4rem;
}

.formTable.smf-form .smf-text-control__control {
	font-size: 1.4rem;
}

.formTable.smf-form .smf-select-control__control {
	font-size: 1.4rem;
}

.formTable .smf-checkboxes-control {
	font-size: 1.4rem;
}


.formWr {
	margin: 2rem 0 0;
}

/* ポリシー */


.priTit {
	display: flex;
	margin: 2rem 0 0;
}

.priBx p {
	font-size: 1.4rem;
}

.priTit p {
	font-size: 2rem;
}

} 

@media screen and (width <= 640px) {

	.formTable.smf-form--business .smf-item__col--label {
	    margin-bottom: 1.5rem;
	}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {


/*===========================================================

===========================================================*/


.contact01-btn-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.priBx a{
	font-size: 1.1rem;
}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */