@charset "UTF-8";

/* CSS Document */

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

    #wp_intro

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

#wp_intro {
    padding: 20px 20px;
}
#wp_intro .inner {
    background: url(../images/fv_pc.webp) right 0 top 50%;
    background-size: cover;
    border: 1px solid var(--bg-main-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 20px;
}
#wp_intro .inner h2 {
    font-size: 150%;
    line-height: 1.5em;
    font-weight: 200;
    margin-bottom: 60px;
    color: var(--bg-main-color);
}
#wp_intro .inner h3 {
    font-size: 120%;
    line-height: 1.5em;
}
#wp_intro .inner h3 span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 100%;
}
#wp_intro .inner h3 span strong {
    font-size: 150%;
}

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

    #intro_text

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

#intro_text {
    padding: 40px 30px;
}
#intro_text h2 {
    width: 100%;
    font-size: 120%;
    margin-bottom: 30px;
}
#intro_text p {
    margin: 0 auto;
}

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

    #wp_promise

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

#wp_promise {
}
#wp_promise .inner {
}
#wp_promise .inner .ttl {
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 60px;
}
#wp_promise .inner .ttl span {
    display: block;
    font-size: 150%;
    line-height: 1em;
    padding: .5em 0 0 0;
}
#wp_promise .inner .ph {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
#wp_promise .inner .list {
}
#wp_promise .inner .list ul {
    width: 100%;
}
#wp_promise .inner .list ul li {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}
#wp_promise .inner .list ul li p {
}
#wp_promise .inner .list ul li p span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 200%;
    color: var(--bg-main-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg-main-color);
}

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

    #wp_reason

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

#wp_reason {
}
#wp_reason .inner {
}
#wp_reason .inner h3 {
    color: #fff;
    border-left: 1px solid #fff;
}
#wp_reason .inner h3 span {
    color: #fff;
}
#wp_reason .inner .list {
}
#wp_reason .inner .list .cell {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
#wp_reason .inner .list .cell:last-child {
    margin-bottom: 0px;
}
#wp_reason .inner .list .cell .icon {
    font-size: 200%;
    color: #fff;
    line-height: 1em;
    margin-bottom: 20px;
}
#wp_reason .inner .list .cell .icon span {
    font-style: italic;
    font-size: 200%;
    padding: 0 0 0 .1em;
}
#wp_reason .inner .list .cell .ph {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#wp_reason .inner .list .cell .text {
}
#wp_reason .inner .list .cell .text h4 {
    font-size: 150%;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#wp_reason .inner .list .cell .text p {
    color: #fff;
}
#wp_reason .inner .list .cell:after {
    content: '';
    width: 60%;
    height: 80%;
    z-index: -1;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2);
}

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

    #wp_compare

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

#wp_compare {
	padding: 60px 20px;
	background: #fff;
}

#wp_compare .compare_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background:
		linear-gradient(
			to right,
			#eeeeee 0%,
			#eeeeee 50%,
			#fafafa 50%,
			#fafafa 100%
		);
}


/* 上部画像 */
#wp_compare .compare_head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 35px 10px 20px;
}

#wp_compare .compare_side {
	text-align: center;
	padding: 0 8px;
}

#wp_compare .compare_ph {
	width: 100%;
	margin: 0 auto 10px;
	border-radius: 12px;
	overflow: hidden;
}

#wp_compare .compare_ph img {
	display: block;
	width: 100%;
	height: auto;
}

#wp_compare .compare_side h4 {
	font-size: 100%;
	font-weight: 600;
}


/* 各比較行 */
#wp_compare .compare_row {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 76px;
	align-items: center;
	border-bottom: 1px dotted #bbb;
}

#wp_compare .compare_value {
	text-align: center;
	font-size: 140%;
	line-height: 1.4;
	padding: 15px 45px 15px 5px;
}

#wp_compare .compare_right {
	padding: 15px 5px 15px 45px;
}

#wp_compare .compare_value strong {
	font-size: 125%;
	font-weight: 600;
}

#wp_compare .compare_text {
	font-size: 90%;
	font-weight: 600;
}


/* 中央ラベル */
#wp_compare .compare_label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 88px;
	padding: 10px 5px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 85%;
	font-weight: 600;
	z-index: 2;
}

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

    #wp_diamond

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

#wp_diamond {
	padding: 60px 20px;
	background: #fff;
}

#wp_diamond .diamond_heading {
	text-align: center;
	margin-bottom: 35px;
}

#wp_diamond .diamond_lead {
	font-size: 200%;
	letter-spacing: .05em;
	margin-bottom: 12px;
}

#wp_diamond .diamond_title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 135%;
	font-weight: 400;
	line-height: 1.6;
}

#wp_diamond .diamond_title::before,
#wp_diamond .diamond_title::after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: #666;
	flex-shrink: 0;
}

#wp_diamond .diamond_title span {
	display: block;
}

#wp_sd section .diamond_heading .diamond_title span {
	padding-top: 0em !important;
	font-size: 35% !important;
}

#wp_sd section .diamond_heading .diamond_title {
        padding:.1em 0 0 !important;
    }


/* コンテンツ */
#wp_diamond .diamond_content {
	width: 100%;
}

#wp_diamond .diamond_ph {
	width: 100%;
	background: #f7f8fa;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
}

#wp_diamond .diamond_ph img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#wp_diamond .diamond_text {
	width: 100%;
}

#wp_diamond .diamond_text p {
	font-size: 90%;
	line-height: 2;
	letter-spacing: .03em;
	margin-bottom: 15px;
}

#wp_diamond .diamond_text p:last-child {
	margin-bottom: 0;
}

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

    #wp_symptoms

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

#wp_symptoms {
}
#wp_symptoms .inner {
}
#wp_symptoms .inner .list {
    width: 100%;
    margin-bottom: 40px;
}
#wp_symptoms .inner .list dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px;
}
#wp_symptoms .inner .list dl dt {
    width: 60px;
}
#wp_symptoms .inner .list dl dd {
    flex: 1;
    padding-left: 20px;
    font-size: 120%;
}
#wp_symptoms .inner .ex {
}
#wp_symptoms .inner .ex p {
    width: 100%;
    text-align: center;
    font-size: 120%;
    line-height: 1.5;
}
#wp_symptoms .inner .ex p span {
    background:linear-gradient(transparent 60%, #ff6 60%);
    font-size: 120%;
}

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

    #wp_mouthpiece

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

#wp_mouthpiece {
}
#wp_mouthpiece .inner {
}
#wp_mouthpiece .inner h3 {
    color: #fff;
}
#wp_mouthpiece .inner .list {
}
#wp_mouthpiece .inner .list .cell {
    padding: 30px 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell h4 {
    font-size: 150%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ex {
    font-size: 110%;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .ph {
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit {
    width: 100%;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box {
    border-radius: 20px;
    overflow: hidden;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_ttl {
    color: #fff;
    padding: 10px 20px;
    font-size: 130%;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box .box_content {
    padding: 20px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit {
    border: 1px solid var(--bg-main-color);
    margin-bottom: 10px;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_ttl {
    background: var(--bg-main-color);
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_merit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_merit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit {
    border: 1px solid #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_ttl {
    background: #aaa;
}
#wp_mouthpiece .inner .list .cell .merit_demerit .box_demerit .box_content p:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check_demerit.svg);
    display: inline-block;
    margin: 0 6px -4px 0;
}
#wp_mouthpiece .inner .attention {
}
#wp_mouthpiece .inner .attention h4 {
    font-size: 120%;
    color: #fff;
    margin-bottom: 20px;
}
#wp_mouthpiece .inner .attention ul {
}
#wp_mouthpiece .inner .attention ul li {
    color: #fff;
    font-size: 90%;
}

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

    #wp_achievements

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

#wp_achievements {
}
#wp_achievements .inner {
}
#wp_achievements .inner h3 {
}
#wp_achievements .inner .ex {
    margin-bottom: 20px;
}
#wp_achievements .inner .list {
}
#wp_achievements .inner .list .cell {
    border: 1px solid var(--bg-main-color);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background: #FCF9FE;
}
#wp_achievements .inner .list .cell:last-child {
    margin-bottom: 0px;
}
#wp_achievements .inner .list .cell .ttl {
    color: var(--bg-main-color);
    font-size: 140%;
    border-bottom: 1px solid var(--bg-main-color);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#wp_achievements .inner .list .cell .ph {
    width: 100%;
}
#wp_achievements .inner .list .cell .ph img {
    margin-bottom: 20px;
}
#wp_achievements .inner .list .cell ul {
    width: 100%;
}
#wp_achievements .inner .list .cell ul li {
    border: 1px solid var(--bg-main-color);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
}
#wp_achievements .inner .list .cell ul li:last-child {
    margin-bottom: 0px;
}
#wp_achievements .inner .list .cell ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 6px 0;
}
#wp_achievements .inner .list .cell ul li dl dt {
    width: 90px;
    color: var(--bg-main-color);
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li dl dd {
    flex: 1;
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li .comment {
}
#wp_achievements .inner .list .cell ul li .comment h4,
#wp_achievements .inner .list .cell ul li .lisk h4,
#wp_achievements .inner .list .cell ul li .text h4 {
    color: var(--bg-main-color);
    font-size: 110%;
    margin-bottom: 10px;
}
#wp_achievements .inner .list .cell ul li .comment p {
    font-size: 90%;
}
#wp_achievements .inner .list .cell ul li .lisk {
}
#wp_achievements .inner .list .cell ul li .lisk p {
    font-size: 90%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 6px 0;
}

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

    #wp_price

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

#wp_price {
}
#wp_price .inner {
}
#wp_price .inner h3 {
    color: #fff;
}
#wp_price .inner .content {
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}
#wp_price .inner .content .ttl {
    background: #fff;
    padding: 20px 20px;
    font-size: 120%;
}
#wp_price .inner .content .list {
    padding: 20px;
}
#wp_price .inner .content .list dl {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}
#wp_price .inner .content .list dl:first-child {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#wp_price .inner .content .list dl dt {
    width: 400px;
    color: #fff;
}
#wp_price .inner .content .list dl dd {
    flex: 1;
    color: #fff;
    text-align: right;
}
#wp_price .inner .content .list .cap {
    color: #fff;
    font-size: 80%;
    text-align: right;
}

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

    #wp_payment

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

#wp_payment {
	padding: 60px 30px;
	background: #fff;
}

#wp_payment .payment_block {
	margin-bottom: 55px;
}

#wp_payment .payment_block:last-child {
	margin-bottom: 0;
}


/* 見出し */
#wp_payment .payment_ttl {
	display: inline-block;
	font-size: 140%;
	line-height: 1.5;
	margin-bottom: 25px;
	padding-bottom: 7px;
	border-bottom: 1px solid #333;
	color: #222;
}

#wp_payment .payment_subttl {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}


/* 支払い方法 */
#wp_payment .payment_row {
	margin-bottom: 30px;
}

#wp_payment .payment_name {
	width: 100%;
	font-size: 105%;
	margin-bottom: 8px;
	line-height: 1.7;
}

#wp_payment .payment_text {
	width: 100%;
}

#wp_payment .payment_text p {
	font-size: 90%;
	line-height: 1.9;
}


/* カード */
#wp_payment .payment_cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
}

#wp_payment .payment_cards img {
	width: auto;
	height: 20px;
}


/* 横スクロール表 */
#wp_payment .table_scroll {
	width: calc(100vw - 60px);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 8px;
}

#wp_payment .table_scroll::after {
	content: "← 横にスクロールできます →";
	display: block;
	width: 100%;
	margin-top: 8px;
	font-size: 75%;
	text-align: center;
	color: #888;
}

#wp_payment .payment_table {
	width: auto;
	min-width: 920px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

#wp_payment .payment_table th,
#wp_payment .payment_table td {
	border: 1px solid #ddd;
	padding: 12px 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	line-height: 1.7;
	white-space: nowrap;
}

#wp_payment .payment_table th {
	background: #fafafa;
	font-weight: 600;
}

#wp_payment .payment_table th:first-child {
	width: 100px;
}

#wp_payment .payment_table span {
	font-size: 90%;
	font-weight: normal;
}


/* 医療費控除 */
#wp_payment .medical_block {
	margin-top: 65px;
}

#wp_payment .medical_text p {
	font-size: 90%;
	line-height: 2;
	margin-bottom: 5px;
}


/* 還付金表 */
#wp_payment .deduction_table {
	min-width: 800px;
}

#wp_payment .deduction_table th:first-child {
	width: 170px;
}

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

    #wp_flow

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

#wp_flow {
    padding: 40px 30px;
}
#wp_flow .ex {
    margin-bottom: 40px;
}
#wp_flow .list {
}
#wp_flow .list .cell {
    width: 100%;
    border: 1px solid var(--bg-main-color);
    border-radius: 20px;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
}
#wp_flow .list .cell:after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(../images/arrow_flow.svg) center center no-repeat;
    background-size: 40px;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
}
#wp_flow .list .cell:last-child:after {
    content: none;
}
#wp_flow .list .cell .number {
    display: grid;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}
#wp_flow .list .cell .number h6 {
    font-size: 400%;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
#wp_flow .list .cell .number h6 span {
    display: block;
    font-size: 40%;
    padding-bottom: .5em;
    line-height: 1em;
}
#wp_flow .list .cell .text {
    margin-bottom: 10px;
}
#wp_flow .list .cell .text h4 {
    font-size: 130%;
    margin-bottom: 10px;
}
#wp_flow .list .cell .text p {
    font-size: 100%;
}
#wp_flow .list .cell .ph {
}
#wp_flow .list .cell .ph img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

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

    #wp_faq

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

#wp_faq {
    padding: 40px 30px;
}
#wp_faq .wp_accodion .item {
    width: 100%;
    border-bottom: 1px solid #000;
}
#wp_faq .wp_accodion .item:first-child {
    border-top: 1px solid #000;
}
#wp_faq .wp_accodion .item .ac_ttl {
    position: relative;
    background: none;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font-size: 120%;
    font-family: "Zen Old Mincho", serif;
    padding: 20px 50px 20px 0 ;
    border: none;
    color: #000;
}
#wp_faq .wp_accodion .item .ac_ttl:active,
#wp_faq .wp_accodion .item .ac_ttl:hover {
    background: var(--bg-sub-aw-color);
}
#wp_faq .wp_accodion .item .ac_ttl::before,
#wp_faq .wp_accodion .item .ac_ttl::after {
    content: "";
    background: var(--bg-main-color);
    margin: auto;
    transition: .6s ease;
}
#wp_faq .wp_accodion .item .ac_ttl::before {
    width: 1px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl::after {
    width: 16px;
    height: 1px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::before{
    transform: rotate(90deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open::after{
    transform: rotate(-180deg);
}
#wp_faq .wp_accodion .item .ac_ttl.is-accordion--open + .ac_content{
    height: auto;
    opacity: 1;
}#wp_faq .wp_accodion .item .ac_ttl--close {
    display: none;
}
#wp_faq .wp_accodion .item .ac_content {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
}
#wp_faq .wp_accodion .item .ac_content p {
    margin: 10px 0;
    font-size: 100%;
}

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

    #wp_kids

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

#wp_kids {
	padding: 60px 30px;
	background: #fff;
}

#wp_kids .kids_intro {
	margin-bottom: 30px;
}

#wp_kids .kids_intro p {
	font-size: 95%;
	line-height: 1.9;
}


/* 全体 */
#wp_kids .kids_content {
	border: 1px solid var(--bg-main-color);
	border-radius: 20px;
	overflow: hidden;
}


/* タイトル */
#wp_kids .kids_ttl {
	padding: 15px 20px;
	background: var(--bg-main-color);
	color: #fff;
	font-size: 115%;
}


/* リスト */
#wp_kids .kids_price_list {
	padding: 20px;
}

#wp_kids .kids_price_list dl {
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid #ddd;
}

#wp_kids .kids_price_list dl:first-child {
	border-top: 1px solid #ddd;
}

#wp_kids .kids_price_list dt {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 95%;
}

#wp_kids .kids_price_list dd {
	width: 100%;
	text-align: right;
	font-size: 100%;
}


/* 番号 */
#wp_kids .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--bg-main-color);
	color: #fff;
	font-size: 75%;
	flex-shrink: 0;
}


/* 価格 */
#wp_kids .old_price {
	text-decoration: line-through;
	color: #999;
}

#wp_kids .arrow {
	display: inline-block;
	margin: 0 8px;
}

#wp_kids .kids_price_list dd strong {
	font-size: 115%;
	color: var(--bg-main-color);
}


/* 年齢別 */
#wp_kids .age_price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

#wp_kids .age {
	padding: 15px 8px;
	background: #f7f7f7;
	border-radius: 12px;
	text-align: center;
}

#wp_kids .age span {
	display: block;
	margin-bottom: 6px;
	font-size: 85%;
}

#wp_kids .age strong {
	display: block;
	font-size: 90% !important;
	line-height: 1.5;
}


/* 注意書き */
#wp_kids .kids_note {
	margin-top: 10px;
	font-size: 75%;
	line-height: 1.6;
	text-align: left;
	color: #666;
}

#wp_kids .kids_tax {
	padding: 0 20px 20px;
	font-size: 75%;
	text-align: right;
	color: #666;
}

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

    #wp_kids_contact

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

#wp_kids_contact {
	padding: 30px 0px 0px !important;
	background: #fff;
}

#wp_kids_contact .inner {
	padding: 35px 20px;
	background: var(--bg-main-color);
	border-radius: 35px;
}


/* 見出し */
#wp_kids_contact .kids_contact_heading {
	margin-bottom: 25px;
	color: #fff;
}

#wp_kids_contact .kids_contact_heading > p {
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1.6;
}

#wp_kids_contact .kids_contact_heading h3,
#wp_kids_contact .kids_contact_heading h3 span {
	color: #fff;
}


/* ボタン */
#wp_kids_contact .kids_contact_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#wp_kids_contact .kids_contact_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 78px;
	padding: 12px 15px;
	background: #fff;
	border: 1px solid #222;
	border-radius: 40px;
	color: #222;
	text-align: center;
	text-decoration: none;
}


/* 小文字 */
#wp_kids_contact .contact_small {
	display: block;
	margin-bottom: 4px;
	font-size: 75%;
	line-height: 1.4;
	letter-spacing: .03em;
}


/* メイン */
#wp_kids_contact .contact_main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 125%;
	line-height: 1.3;
}


/* 電話 */
#wp_kids_contact .contact_icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 0;
}


/* LINE */
#wp_kids_contact .line_label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#wp_kids_contact .line_icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #06c755;
	border-radius: 50%;
	font-size: 0;
}
















