@charset "utf-8";
/*
Theme Name:癒しの部屋Duetのテーマ
Theme URI:https://
Description: :癒しの部屋Duetのテーマ
Version: 1.0
Author: 
Author URI:https://
Tags: 
*/

* {
/*	font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
/*    outline: 1px solid #e61111; */
}
@media screen and (min-width: 1200px) {
	.nonpc {
	  display: none;
	}
}
@media screen and (max-width: 1199px) {
    .nonsp {
        display: none;
    }
}
a {
	text-decoration: none;
	color: #000;
}
ul {
	list-style: none;
}
/* header */
header {
	background: linear-gradient(45deg, #f19ec2, #e38eb3);
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
    left: 0;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	z-index: 100;
}
.header {
	padding-top: 1rem;
	display: flex;
	justify-content: space-between; /* ロゴとリストを左右に配置 */
    align-items: center;
}
.h1text {
	font-size: 0.825rem;
	font-weight: 600;
	margin-bottom:0.25rem;
	padding-left: 10px;
}
.logo {
	font-size: 2.2rem;
	font-family: 'Kaisei Tokumin', serif;
	font-weight: 500;
	padding-left: 10px;
}
.gnav{
	display : flex;
	margin-bottom: 0;
	padding-left: 0;
}
.gnav a, .gnav p {
	display: inline-block;
    margin-left: 10px;
	font-size: 1.1rem;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	transition: all 0.3s ease;
	margin-bottom: 0;
}
.gnav a:hover, .gnav p:hover {
	background: rgba(150,122,225,1);
}
.gnav li .lilast {
	background: #967ae1;
	font-size: 1.2rem;
}
/* dropdwon */
.fa-chevron-down {
	font-size: 1rem;
}
.dropdown__lists {
    display: none;
    position: absolute;
    top: 70px;
	padding: 1px 1rem 1px 0;
	background: #f19ec2;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.gnavi__list:hover .dropdown__lists {
    display: block;
}

.mv {
	margin-top:100px;
	position: relative;
	padding-top: calc(800/1920 * 100%);
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
  }
.mvcatch {
	position: absolute;
	top: 40%;
	left: 50%;
    transform: translateX(-50%);
	color: #fff;
	text-shadow: 0 0 10px #000;
	z-index: 2;
  }
 .mvcatch p, .mvcatch h1 {
    font-size: 3.8rem;
	font-weight: 400;
    line-height: 1.8;
	white-space: nowrap;
	text-align: center;
    margin-bottom: 0;
  }
/* sub mv */
.mvs {
    margin-top:100px;
	position: relative;

	background-position: top center;
	background-size: cover;
	height: 300px;
	overflow: hidden;
}
.mvt p, .mvt h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(150, 122, 225, 0.7);
	text-align: center;
	text-shadow: 0 0 25px rgba(150, 122, 225, 0.2);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.1;
  }
/* TOP共通 */
.h2title {
    position: relative;
	font-size: 2.5rem;
    font-weight: bold;
	color: #967ae1;
	text-align: center;
    margin-top: 1rem;
	margin-bottom: 1.5rem;
    padding: 0.5rem 0 1rem;
    background-image: linear-gradient(135deg, #967ae1 10%, #b2d5de 100%);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
    background-position: bottom;
}
.h3title {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.ptitle {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}
.bg_m {
    padding-top: 3rem;
	padding-bottom: 3rem;
    width: 100%;
  	height: auto; 
}
.text_centersec {
    margin: 2rem 0;
	text-align: center;
	font-size: 1.05rem;
}
.text_centersec .newsp a {
    text-decoration: underline;
}
.text_centersec .newsp a:hover {
    opacity: 0.7;
}
.line_center {
	display: inline-block;
}
.linefrend {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(29, 205, 0, 1);
	padding: 10px;
	width: 100%;
	max-width: 375px;
	height: auto;
	color: #fff;
}
.linefrend p {
	width: 50%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 0;
	font-size: 1.2rem;
}
.linefrend span {
	font-size: 2rem;
}
.linefrend a {
	width: 50%;
}
.linefrend img {
	width: 100%;
	height: auto;
}
.btn1 {
    display: inline-block;
    background: #967ae1;
    color: #fff;
	font-size: 1.1rem;
	padding: 5px 10px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.btn1:hover {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}
/* お知らせ */
.newssec {
	background-image: url(/wp-content/themes/duet/img/home/textbg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bg_news {
    background: #fff;
    border: double 4px #ff69b4;
    border-radius: 20px;
}
/* メニュー */
.swiper {
	background: linear-gradient(180deg, #fdf2f6 0%, #fce7ee 100%);
}
.menusec{
	position: relative;
	width: 100%;
	height: 100%;
}
.menusec_p{
	background-image: url(/wp-content/themes/duet/img/home/bg0.jpg);
    position: fixed; 
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.menuwaku {
	padding: 1em 1.5rem;
	background: rgba(255, 255, 255, 0.9);
}
.menuc1 {border: double 4px #ff69b4;}
.menuc2 {border: double 4px #009700;}
.menuc3 {border: double 4px #e76d80;}
.menuc4 {border: double 4px #ff9900;}
.menuc5 {border: double 4px #9900ff;}
.menuitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
}
.menuitem a {
	font-size: 1.5rem;
	line-height: 1.5rem;
	min-height: 3rem;
	text-decoration: underline;
	color: #a1004e;
}
.menuitem a:hover {opacity: 0.7;}
.menusec img {
	width: 100%;
	max-width: 365px;
	margin-bottom: 1rem;
}
/* ごあいさつ */
.bg_greeting {
	background-image: url(/wp-content/themes/duet/img/home/textbg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.greeting {
    background: rgba(255, 255, 255, 0.9);
    border: solid 4px rgba(255, 255, 255, 0.7);
    border-radius: 20px;
}
/* アクセス */
.bg_access {
	background-image: url(/wp-content/themes/duet/img/home/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.access_sec{
	background: rgba(255, 255, 255, 0.9);
	border: solid 1px #967ae1;
	padding-bottom: 1rem;
}
.mapsize {
    height: 350px;
}
/* ブログ */
.bg_blog {
	background: linear-gradient(180deg, #fdf2f6 0%, #fce7ee 100%);
}
.front_blog_bg {
	background: rgba(255, 255, 255, 0.9);
	border: solid 1px #ff69b4;
	border-radius: 20px;
	padding-bottom: 1rem;
}
.front_blog img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}
.front_blog img:hover {
	opacity: 0.8;
}
.front_blog .day {
	background:#967ae1;
	color: #fff;
	text-align: right;
	padding: 2px 5px;
	margin-bottom: 0rem;
}
.front_blog .blog_a {
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
}
.front_blog .blog_a:hover {
	opacity: 0.7;
}
.bloglink {
	margin-top: 1rem;
	text-align: center;
}
/* お問い合わせ */
.bg_cv {
	background-image: url(/wp-content/themes/duet/img/home/bg22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	text-align: center;
}
.con_cv {
	display: inline-block;
	background: #967ae1;
	color: #fff;
	max-width: 700px;
	width: 100%;
	padding: 15px 0;
	border-radius: 20px;
	text-align: center;
}
.con_cv p {
	margin-bottom: 0;
}
.con_cv .holiday {
	color: #fff;
	text-decoration: underline;
}
.con_cv .holiday:hover {
	opacity: 0.8;
}
.con_cv .btn1_cv {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	width:200px;
	margin: 10px auto 0;
	padding: 5px 0;
	border: solid 1px #fff;
}
.con_cv .btn1_cv:hover {
	color: #000000;
	background-color: #ffffff;
}
/* footer */
footer {
	background: linear-gradient(45deg, #f19ec2, #e38eb3);
	padding-top: 1rem;
	width: 100%;
	height: auto;
}
.fleft {
    margin-top: 1rem;
}
.fleft p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}
footer ul {
	margin-top: 1rem;
}
footer li {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
footer li a {
	color: #fff;
}
.snssec {
	display: flex;
	align-items: center;
    padding-left: 2rem;
}
.snssec a {
  margin-right: 10px;
}
.copy {
	text-align: center;
    margin-bottom: 0;
}
/* 各ページ */
.t-senter {
    text-align: center;
}
.flexcenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lavetext {
	color: #967ae1;
}
.anchor{
	display: block;
    padding-top: 180px;
    margin-top: -180px;
	z-index: -1;
}
.anchor_link a {
	border-bottom: dotted 1px #967ae1;
}
.anchor_link a:hover {
	opacity: 0.7;
}
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
/* パンくずリスト */
.bread {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.bread a {
	margin-left: 1rem;
}
.bread p {
	margin-bottom: 0;
}
.bread a, .bread span, .bread p {
	color: #000;
	text-decoration: none;
	font-size: 0.9rem;
}
.bread a:hover {
	opacity: 0.7;
}
/* menu タロット占いpage */
.menu_ul {
	padding: 0;
	margin: 0;
}
.menuwaku .ex-text h3{
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fff0f2;/*背景色*/
	border-left: solid 5px #e76d80;
}
.menuwaku .ex-text p {
	font-size: 0.9rem;
}
.orcard {
	margin-top: 0.4rem;
	font-size: 1rem;
	line-height: 1rem;
	min-height: 3rem;
}
/* スピリチュアルヒーリング */
.menuwaku .ex-text p a{
	border-bottom: solid 2px #967ae1;
}
.menuwaku .ex-text p a:hover {
	opacity: 0.7;
}
.menuwaku .h2_all {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.menuwaku .h2_all:before, .menuwaku .h2_all:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 3px;
	border-top: solid 1px #967ae1;
	border-bottom: solid 1px #967ae1;
}  
.menuwaku .h2_all:before {
	left:0;
}
.menuwaku .h2_all:after {
	right: 0;
}
.triangle3{
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #e76d80;
    margin: 0 auto 1rem;
}
.menu_1 img, .menu_cont img, .menu_cont1 img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.menu_cont {
	border: solid 2px #ff69b4;
	border-radius: 20px;
	padding: 10px 5px;
	margin-bottom: 1.5rem;
}
.imgcont img {
	max-width: 295px;
}
/* menu page popup*/
.menu_1 input {
    display: none;
}
/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 80%;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
.msg_text {
	overflow: auto;
    height: 300px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.9em;
    margin-top: 10px;
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CE5D8B;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}
/* クリックで表示 */
#popup:checked ~ #overlay, #popup1:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window, #popup1:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}
/* コンテンツ部分のスタイル */
#txt_label {
    text-decoration: underline;
    cursor: pointer;
}
#txt_label:hover {
    opacity: 0.7;
}
#msg h2 {
	margin-top: 40px;
}
/* schoolpage */
.menu_cont1 {
	border: solid 2px #ff69b4;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 1.5rem;
}
.menuwaku .ex-text .h3min {
	font-size: 1.2rem;
	font-weight: 400; /* 普通の太さ */
	padding: 0.5em; /* 文字周りの余白 */
	color: #494949; /* 小見出しの文字色 */
	background: #fff0f2; /* 小見出しの背景色 */
	border-left: solid 5px #967ae1;
}
.curriculum {
	background: #fff0f2;
	border-left: solid 5px #967ae1;
	margin: 5px;
}
.curriculum p {margin-bottom: 0;}
/* プロフィールpage */
.main_profile {
	background: linear-gradient(180deg, #fdf2f6 0%, #fce7ee 100%);
}
.profile {
	background: #fff;
    border: double 4px #ff69b4;
    border-radius: 20px;
	padding: 0 1rem 1rem;
}
.profleft {
/*	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}
.profleft img {
	width: 100%;
	height: auto;
	border-radius: 30px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.venus {
	background-image: url(/wp-content/themes/duet//img/prof/venus2.jpg);
	background-repeat: no-repeat;
    background-position: right bottom;
}
.venus_sp {
	display: none;
}
.rowcolor {
	background: rgba(255, 255, 255, 0.7);
}
.profright {
	padding: 20px;
}
.profright h3 {
	font-size: 1.2rem;
}
.profright p {
	margin-bottom: 0;
}
.profile-history {
	background: #fff;
    border: double 4px #9900ff;
    border-radius: 20px;
	padding: 0 1rem 1rem;
}
.p-ct {color: #ff69b4;}
.g-ct {color: #00ff00;}
.r-ct {color: #ff0000;}
.l-ct {color: #9900ff;}
.o-ct {color: #ff9900;}
.profile-qua {
	background: #fff;
    border: solid 2px #ff9900;
    border-radius: 20px;
	padding: 1rem 1rem 1rem;
}
.profile-history img {
	width: 100%;
	height: auto;
}
/* アクセスpage */
.main_access {
	background: linear-gradient(180deg, #fdf2f6 0%, #fce7ee 100%);
}
.strtext {
	font-size: 1.1rem;
	color: #967ae1;
	border-bottom: dotted 2px #967ae1;
}
.access {
	background: #fff;
	border: solid 2px #ff69b4;
	border-radius: 20px;
	padding: 0 1rem 1rem;
}
.access_con {
	background: #fff;
	border: double 4px #9900ff;
	border-radius: 20px;
	padding: 0 1rem 1rem;
}
.access_par {
	background: #fff;
	border: solid 2px #ff9900;
	border-radius: 20px;
	padding: 0 1rem 1rem;
}
.parking img, .parking iframe {
	width: 100%;
	height: auto;
}
/* アーカイブページ */
.archive_blog_bg {
	background: rgba(255, 255, 255, 0.9);
	border: double 4px #ff69b4;
    border-radius: 20px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.archive_blog {
	margin-bottom: 2rem;
}
.cate {
	background:#967ae1;
	color: #fff;
	text-align: right;
	font-size: 0.9rem;
	line-height: 0.9rem;
	min-height: 1.8rem;
	margin-bottom: 0rem;
	padding: 0 2px;
}
.archive_blog .cate a{
	color: #fff;
	text-align: right;
	font-size: 0.9rem;
	line-height: 0.9rem;
	min-height: 1.8rem;
}
.archive_blog .cate a:hover{
	opacity: 0.8;
}
.archive_blog h3 {
	font-size: 1rem;
    line-height: 1rem;
    min-height: 3rem;	
	margin-top: 0.5rem;
}
.archive_blog h3 a {
	font-weight: 600;
}
.archive_blog h3:hover {
	opacity: 0.7;
}
.blog_detail {
	border-bottom: 1px dotted #999999;
}
/* pagination */
.pagination{

}
/* リンクの枠 */
.pagination .nav-links{
	margin:0 auto;
}
/* ページの数字 */
.pagination .nav-links .page-numbers{
	border: solid 1px #ff69b4;
	padding: 5px 10px;
}
.pagination .nav-links a {
	background: #f19ec2;
	color: #fff;
}
/* 前へ、次へボタン */
.pagination .nav-links .prev,
.pagination .nav-links .next{

}
/* ドット */
.pagination .nav-links .dots{

}
/* 現在のページ */
.pagination .nav-links .current{
	color:#f19ec2;
}
/* ドットと現在位置以外にホバーした時 */
.pagination .nav-links a:hover{
	background: #967ae1;
}
/* アーカイブカテゴリー */
.catelist ul {
	margin: 0;
	padding: 0;
}
.catelist li {
	padding: 0;
	margin-bottom: 0.5rem;
}
.catelist li a:hover{
	opacity: 0.7;
}
/* single */
.blogsec {
	background: #fff;
	border: solid 2px #ff69b4;
	border-radius: 20px;
	padding: 0;
}
.blog-single {
	padding: 30px;
}
.blogtitle {
	color: #967ae1;
}
.cate-single {
	text-align: right;
}
.cate-single a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.blog_text {
	width: 100%;
	padding: 20px;
}
.blog_text a {
	text-decoration: underline;
}
.blog_text img {
	width: auto;
	height: 350px;
}
.blog_text a:hover {
	opacity: 0.7;
}
/* お問い合わせ */
/* MWWPform */
.con_form {
	border: solid 1px #ff69b4;
	border-radius: 30px;
	background: #fff;
}
.con_form .wp-block-table tbody,
.con_form .wp-block-table td {
	border: none;
}
.mw-wp-form__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/*	margin-bottom: 50px; */
  }
  .mw-wp-form dt,
  .mw-wp-form dd {
	line-height: 1.75;
  }
  .mw-wp-form dt:not(:first-of-type),
  .mw-wp-form dd:not(:first-of-type) {
	margin-top: 20px;
  }
  .mw-wp-form dt {
	width: 100%;
	max-width: 320px;
	padding-top: 5px;
  }
  .mw-wp-form dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width:660px;
  }
  .mw-wp-form__label {
	margin-right: 15px;
	padding: 5px 19px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	vertical-align: 1px;
  }
  .mw-wp-form__label--req {
	background: #BE1D1D;
  }
  .mw-wp-form__label--opt {
	background: #878D8E;
  }
  .mw-wp-form dd input[type="text"],
  .mw-wp-form dd input[type="email"],
  .mw-wp-form dd textarea {
	box-sizing: content-box;
	width: calc(100% - (20px * 2));
	padding: 5px 5px;
	background: #fcf5df;
	border: 1px solid #878D8E;
  }
  .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
	margin-top: 15px;
  }
  .mw-wp-form dd input[type="tel"] {
	box-sizing: content-box;
	width: 66px;
	padding: 5px 10px;
	background: #fcf5df;
	border: 1px solid #878D8E;
  }
  .mw-wp-form dd textarea {
	height: calc(1.75em * 10);
  }
  .mw-wp-form dd input[type="text"]::placeholder,
  /*.mw-wp-form dd input[type="tel"]::placeholder,*/
  .mw-wp-form dd input[type="email"]::placeholder,
  .mw-wp-form dd textarea::placeholder {
	color: #797979;
  }
  /* Microsoft Edge */
  .mw-wp-form dd input[type="text"]::-ms-input-placeholder,
  /*.mw-wp-form dd input[type="tel"]::-ms-input-placeholder,*/
  .mw-wp-form dd input[type="email"]::-ms-input-placeholder,
  .mw-wp-form dd textarea::-ms-input-placeholder {
	color: #797979;
  }
  /* Internet Explorer */
  .mw-wp-form dd input[type="text"]:-ms-input-placeholder,
  /*.mw-wp-form dd input[type="tel"]:-ms-input-placeholder,*/
  .mw-wp-form dd input[type="email"]:-ms-input-placeholder,
  .mw-wp-form dd textarea:-ms-input-placeholder {
	color: #797979;
  }
  .mw-wp-form__buttons {
	display: flex;
	justify-content: center;
  }
  .mw-wp-form__buttons button[type="submit"] {
	display: block;
	position: relative;
	width: 360px;
	height: 60px;
	margin: 0 30px 30px;
	border: 1px solid #ff69b4;
	color: #fff;
	transition: opacity .6s;
	background: #f19ec2;
  }
  .mw-wp-form__buttons button[type="submit"]:hover {
	background: #967ae1;
  }
  .mw-wp-form__buttons button[type="submit"]:before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
  }
  .mw_wp_form_confirm .mw-wp-form dd {
	padding-top: 15px;
  }
