@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
    position: relative;
}
.comTextBox p {
    width: 694px;
    position: absolute;
    left: 50%;
    bottom: 141px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.56;
    transform: translateX(-50%);
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    position: absolute;
    bottom: 28.5%;
    left: 130px;
}
.comBtn img {
    width: 706px;
}
.comBtn a {
    display: block;
}
.comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 950px) {
    .comBtn a:hover {
        opacity: 1;
    }
}
/*------------------------------------------------------------
	comTextArea
------------------------------------------------------------*/
.comTextArea {
    position: relative;
}
.comTextArea .textBox {
    margin: 0 auto;
    width: 860px;
    position: absolute !important;
    left: 48px;
    top: 61px;
}
.comTextArea .textBox p {
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: -0.055em;
}
.comTextArea .textBox .note {
    margin-bottom: 0;
    font-size: 1.8rem;
    text-align: left;
}