@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index　p  -----------------------------*/
.tx_center {
	text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
/* index  -----------------------------*/
.button-29 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #735aa3;
    border-radius: 5px;
    background-color: #fff;
    color: #735aa3;
	font-weight: bold;
}
.button-29:hover {
    background-color: transparent;
    color: #fff;
}
.button-29::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #735aa3;
    content: '';
    transition: width .3s ease;
}
.button-29:hover::before {
    width: 100%;
}
.button-29::after {
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: 2px solid #735aa3;
    border-right: 2px solid #735aa3;
    content: '';
}
.button-29:hover::after {
    border-color: #fff;
	color: #fff;
}
.list-1 {
	font-size: 19px!important;
	color: #8a1d46;
	font-weight: bold;
}
.list-1_1 {
	color: #000;
	font-size: 17px!important;
	line-height: 1.3;
}
.tx_waku-6 {
	border: solid 2px #8a1d46;
    margin: 30px auto 20px;
	border-radius: 20px;
	padding: 20px!important;
}
.tx_waku-5 {
	border-bottom: dotted 4px #8a1d46;
	margin-top: 10px;
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #8a1d46;
}
.list-2 {
	font-weight: bold;
	color: #442769;
	font-size: 18px;
}
.list-2_ch {
    font-size: 70%;
    padding-right: 2px;
    vertical-align: top;
    display: inline-block;
    padding-top: 5px;
}
.waku {
	margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
	display: inline-flex;
}
.waku_b1 {
    background-color: #004878;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b2 {
    background-color: #9e5323;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b3 {
    background-color: #32543b;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b4 {
    background-color: #442769;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku_b5 {
    background-color: #8a1d46;
    color: #fff;
    padding: 5px 12px;
	margin-right: 10px;
}
.waku-2 {
	margin: 15px 0 30px;
    font-size: 16px;
    font-weight: bold;
}
.waku-2 span.waku_bla {
	border:solid 1px;
	padding: 2px 12px;
	font-size: 16px;
	margin-right: 15px;
}
.image-change_2 {
    content: url('../img/freqship_03-1.png');
}
@media (max-width: 600px) {
.image-change_2 {
    content: url('../img/freqship_03-2.png');
}
}
@media screen and (max-width:425px) {
.waku_b1, .waku_b2, .waku_b3, .waku_b4, .waku_b5 {
    padding: 5px 8px;
	font-size: 80%;
}
}

