@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background:#ffffff url(/images/bg_home.png) repeat-x 50% 0;
	font-size: 12px;
}

img {
vertical-align: top;
border: 0;
}

li {list-style-type: none;}

a {color: #41add9;}

a:hover {
color: #299dc8;
text-decoration: none;
}

a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}



#base {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



.clear{clear:both;}

/*
ヘッダー
-------------------------------------------*/
#header {
	background-image: url(/images/header_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 160px;
	position: relative;
	width: 960px;
}
#header h1 {
	position: absolute;
	top: 55px;
	left: 20px;
}
#header h1 a {
	text-decoration: none;
}

#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 0px;
	top: 10px;
}
#header #info {
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 65px;
	right: 10px;
}

#header-nav {
	background-image: url(/images/header_nav.png);
	height: 45px;
	width: 220px;
	right:0;
	position: absolute;
	text-align: center;
}

#header-nav img{
	padding: 15px 5px 5px 5px;
}


/******************
/* メインナビゲーション
******************/

ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(/images/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:240px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 240px;
height: 60px;
background:url(/images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#menu1{background-position:0 0;}
ul#mainnav a#menu2{background-position:-240px 0;}
ul#mainnav a#menu3{background-position:-480px 0;}
ul#mainnav a#menu4{background-position:-720px 0;}

ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:0 -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-240px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-480px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-720px -60px;}



/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}

#top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	float: right;
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content #mainlist {
	margin-bottom: 15px;
	background-image: url(images/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mainlist ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainlist ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainlist li {
	font-size: 14px;
	line-height: 20px;
}
*html #mainlist li {
	line-height: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#mainlist li a {
	background-image: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
*html #mainlist li a {
	line-height: 6px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
#content #mainlist h3 {
	color: #7A9496;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #F6F6F6;
	margin-top: 1px;
	margin-bottom: 20px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 2px;
}

#content h2 {
	background-image: url(/images/h2_bg.png);
	font-size: 12px;
	line-height: 42px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 20px 0px;
}

#content h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #3AAECB;
}
#content h3 {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #23bbc8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	font-weight: normal;
	margin-bottom: 13px;
}
#content h3 span {
	font-size: 12px;
	color: #EEFDFF;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h3 a {
	color: #FFFFFF;
}
#content h4 {
}


#content h4 span {
	font-size: 12px;
	color: #638F9D;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	line-height: 1.8em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/*
STEP 見出し
-------------------------------------------*/

.step-01{
	background-image: url(/images/step_bg_01.png);
	background-repeat: no-repeat;
	color: #e40213;
	line-height: 40px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
	padding: 0px 5px 0px 100px;
}

.step-02{
	background-image: url(/images/step_bg_02.png);
	background-repeat: no-repeat;
	color: #e40213;
	line-height: 40px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
	padding: 0px 5px 0px 100px;
}

.step-03{
	background-image: url(/images/step_bg_03.png);
	background-repeat: no-repeat;
	color: #e40213;
	line-height: 40px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
	padding: 0px 5px 0px 100px;
}

.step-04{
	background-image: url(/images/step_bg_04.png);
	background-repeat: no-repeat;
	color: #e40213;
	line-height: 40px;
	font-weight: normal;
	margin: 15px 5px 5px 15px;
	padding: 0px 5px 0px 100px;
}



/*
ボトルアイコンの見出し設定
-------------------------------------------*/

.icon-01{
	background-image: url(/images/icon_bottle_01.png);
	background-repeat: no-repeat;
	color: #e40213;
	font-size: 13px;
	line-height: 28px;
	margin: 15px 5px 5px 15px;
	padding: 3px 5px 3px 30px;
}

.icon-02{
	background-image: url(/images/icon_bottle_02.png);
	background-repeat: no-repeat;
	color: #ff7ca1;
	font-size: 13px;
	line-height: 28px;
	margin: 15px 5px 5px 15px;
	padding: 3px 5px 3px 30px;
}

/*----------*/


.alignleft {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignright {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}


#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

#date {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	color: #ab6aaf;
	font-weight: bold;
	padding: 5px 20px 5px 5px;
}
#next {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #505050;
	padding-bottom: 20px;
}

/*
サイド
-------------------------------------------*/

#side {
	float: left;
	width: 210px;
	padding-top: 20px;
}

#side h3 {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	background-image: url(images/h3_side.gif);
	height: 26px;
	padding-bottom: 6px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-left: 32px;
}
#side .side_box {
	width: 190px;
	background-color: #f7f7f7;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
}

#side .side_box .side_inbox {
	border-bottom: solid 1px #dcdcdc;
}

#side .side_box_end {
	height: 5px;
	background-image: url(/images/side_box_end.png);
	padding-bottom: 20px;
}

#side .side_box_link {
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#side .side_box_link img{
	padding: 5px;
}


#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	background-color: #F9F9F9;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	background-image: url(/images/side_li.png);
	border-top: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
}

#side li a:hover {
	background-color: #23bbc8;
	color: #FFFFFF;
	background-image: url(/images/side_li_ov.png);
}



/*******************************
/* BOX操作
*******************************/
.box-1{
float: left;
width: 355px;
margin: 20px 10px 20px 0px;
}

.box-2{
float: right;
width: 265px;
padding: 20px 10px 20px 0px;
}

.box-3{
width: 100%;
height: 140px;
background-image: url(/images/box_bg_01.png);
background-repeat: no-repeat;
background-position: 20px 0px;
padding: 0px 10px 10px 140px;
}

.box-4{
width: 100%;
background-image: url(/images/box_bg_01.png);
background-repeat: no-repeat;
background-position: 20px 0px;
padding: 0px 10px 10px 140px;
}

.box-5{
float: left;
width: 350px;
text-align: center;
}


.box-6{
float: right;
width: 265px;
padding: 20px 10px 20px 0px;
}


.box-7{
float: right;
width: 245px;
}

.box-8-in{
	float: right;
	width: 480px;
	text-align: left;
}

.box-8 img{
	float: left;
	margin:10px 0px 0px 30px;
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}

.box-8 p{
	padding-bottom: 40px;
	font-size:11px;
}

.box-8 h4{
	border-left:7px solid #ff7fa6;  
	padding:5px 5px 5px 15px;
	margin:10px 0px 0px 0px;
}

.box-8 span.price{
	float: right;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	width: 140px;
	padding: 5px 5px 5px 5px;
	margin: 5px 20px 0px 20px;
	background:#23bbc8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.box-9{
float: right;
width: 130px;
}

.box-9 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}

.box-10{
float: right;
width: 320px;
}

.box-10 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}

.box-11{
float: right;
width:　200px;
}

.box-11 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}

.box-corporate{
background-image: url(/images/corporate_bg.png);
background-repeat: no-repeat;
background-position: 20px 0px;
padding: 80px 10px 10px 75px;
margin-bottom: 40px;
}

.box-corporate p{
padding: 0px 0px 0px 20px;
}


.box-contact{
background-image: url(/images/contact_bg.png);
background-repeat: no-repeat;
background-position: 20px 0px;
padding: 80px 10px 10px 75px;
margin-bottom: 40px;
}

.box-contact p{
padding: 0px 0px 0px 20px;
}
.last{margin-right:0;}


/*******************************
/* BOX＋画像エフェクト
*******************************/

.box-5 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	 box-shadow: 0 10px 8px -6px #8d8c8c;
}

.box-6 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	 box-shadow: 0 10px 8px -6px #8d8c8c;
}

.box-2 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}


.box-7 img{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
	margin: 10px 40px 0px 40px;
}

img.grimg{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #cbcbcb;
	-moz-box-shadow: 0 10px 8px -6px #cbcbcb;
	 box-shadow: 0 10px 8px -6px #cbcbcb;
}



/*******************************
/* listbox
*******************************/

div.listbox {
width: 680px;
margin: 0 auto 0 auto;
}


/* --- リスト部 --- */
div. listboxdl {
padding: 10px;
}

/* --- 見出し部 --- */
div.listbox dt {
float: left;
color:#ffffff;
font-weight:bold;
font-size:10px;
width: 140px;
padding: 5px;
margin: 0px 20px 10px 0px;
background:#23bbc8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
}

/* --- 本文 --- */
div.listbox dd {
width: 510px;
font-size:10px;
padding: 5px;
margin: 0px 20px 10px 160px;
background:#f7f7f7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}



#list-01 ul {
	padding: 10px;
}
#list-01 ul ul {
	padding: 0px;
}
#list-01 li {
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#list-01 li a {
	background-image: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 0px 5px 20px;
	margin-bottom: 2px;
}

#list-01 p {
	padding: 5px 20px 5px 20px;
	margin: 0px;
	font-size:11px;
}



/*******************************
/* フッター
*******************************/
#footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet2.gif) no-repeat 0 5px;
}

#footerUpper{
clear:both;
padding: 20px 0;
border-top:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
overflow: hidden;
background:#f7f7f7;
}

#footerUpper .inner{
	background:url(/images/footerBorder.png) repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footerUpper .inner .box{
float: left;
width: 165px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 150x;
margin-right:0;
}

#footerUpper ul li{
color:#fff;
background:url(/images/bullet.png) no-repeat 0 3px;
}

#footerUpper a{color:#222222;text-decoration:none;}
#footerUpper a:hover{color:#999999;text-decoration:none;}

#footerLower{
	clear:both;
	text-align:right;
	background-repeat: repeat-x;
	background-position: center top;
}

address{
	color: #fff;
	font-style:normal;
	font-size:10px;
	text-align:center;
	padding: 9px 0px 9px 0px;
	background:#23bbc8;
}


#footerLower a{color:#FFFFFF;text-decoration:none;}
#footerLower a:hover{color:#FFFFFF;text-decoration:none;}


#footerLower #footertop {
	width: 960px;
	height: 60px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size:10px;
	background:url(/images/footer_bg.png)no-repeat 0 0px;
}

#footertop a{color:#41add9;text-decoration:none;}
#footertop a:hover{color:#299dc8;text-decoration:none;}




/*******************************
/* リスト
*******************************/

#linelist01 {
	padding:0px 19px 20px 20px;
}

#linelist01-in{
	padding:15px 15px 30px 15px;
	position:relative;
	margin-top:25px;
	background-color: #f8f8f8;
}

#linelist01-in h4{
	border-left:7px solid #ff7fa6;  
	padding:5px 5px 5px 15px;
	margin:5px 0px 20px 10px;
}

#linelist01 dl{
	width:600px;
	padding:0;
}
#linelist01 dt{
	float:left;
	padding:10px 0 10px 10px;
	color:#23bbc8;
	font-weight:bold;
}
#linelist01 dd{
	padding:10px 10px 10px 10em;
	display:block;
	border-bottom:1px dotted #CCCCCC;
}





#linelist02 {
	padding:0px 19px 20px 20px;
}

#linelist02-in{
	padding:15px 15px 30px 15px;
	position:relative;
	margin-top:25px;
	background-color: #f8f8f8;
}


#linelist02 dl{
	width:600px;
	padding:0;
}
#linelist02 dt{
	float:left;
	width: 400px;
	padding:10px 0 10px 10px;
	color:#23bbc8;
	font-weight:bold;
}
#linelist02 dd{
	padding:10px 10px 10px 10em;
	display:block;
	border-bottom:1px dotted #CCCCCC;
}

/******************
/* セミナー&イベント情報
******************/
.newsemi-table{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.newsemi-table tr{
	padding: 0;
}

.newsemi-table td{
	width: 25%;
	border: 1px solid #AAAAAA;
	padding: 0.5em;
}

/******************
/* 色彩心理テスト
******************/
#shinritest{
	margin: 0 auto;
}

#shinritest td{
	text-align: center;
	padding: 1em;
}

#shinritest select{
	margin-bottom: 2em;
}

#shinritest .font-up{
	color: #23BBC8;
	font-size: 120%;
} 

.btn a {
    background-image: url("/images/li.gif");
    background-position: 5px center;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    padding: 5px 0 5px 20px;
}

/******************
/* content追加分
******************/
.page-id-192 #content p,
.page-id-192 #content ul,
.page-id-192 #content dl,
.page-id-192 #content blockquote,
.page-id-364 #content p,
.page-id-364 #content ul,
.page-id-364 #content dl,
.page-id-364 #content blockquote,
.page-id-189 #content p,
.page-id-189 #content ul,
.page-id-189 #content dl,
.page-id-189 #content blockquote{
	margin: 20px;
}

.page-id-192 #content h5,
.page-id-364 #content h5,
.page-id-189 #content h5{
	color:#ff3f88;
	font-weight: normal;
	font-size: 100%;
	margin-left: 20px;
	margin-bottom: -20px;
}

.page-id-192 #content dl,
.page-id-364 #content dl,
.page-id-189 #content dl{
	margin: 2em;
	padding: 0.5em;
} 

.page-id-192 #content dt,
.page-id-364 #content dt,
.page-id-189 #content dt{
	float: left;
	width: 80px;
	margin: 0;
	padding: 0.5em;
	background: #23BBC8;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.page-id-192 #content dd,
.page-id-364 #content dd,
.page-id-189 #content dd{
	padding: 0.5em;
	background-color: #F7F7F7;
	margin-left: 100px;
	margin-bottom: 1em;
}

.page-id-364 #content ul li{
	color: #ff3f88;
}

.page-id-767 .box-4{
	background-image: url("/images/box_bg_767.png");
}

/******************
/*MWWP
******************/

dl.mwform {
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
*/
}

.mw_wp_form dt {
    color: #0f5694;
    font-weight: 300;
/*    font-size: 1.4rem;*/
}

dl.mwform dt {
/*    width: 100%;*/
    margin: 0 0 5px;
    padding: 10px 15px;
    border-bottom: 1px solid #a0a0a0;
    font-weight: bold;
	background-color: #efefef;
}

dl.mwform dt span.red {
    color: red;
/*    font-size: 1.4rem;*/
    margin-bottom: 0.5rem;
/*    display: block;*/
}

dl.mwform dd {
    margin: 0 0 10px;
    padding: 10px 15px;
/*    width: 100%;*/
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mw_wp_form dd span {
/*    font-size: 1.4rem;*/
}

.mwform-radio-field input + .mwform-radio-field-text:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #ccc;
/*    font-size: 18px;*/
    margin-right: 0.5rem;
}

.mwform-radio-field input:checked + .mwform-radio-field-text:before {
    content: "\f058";
    color: #ff6c00;
}

.mwform-radio-field input {
    display: none;
}

.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    width: 100%;
    padding: 5px;
    border: 0;
    background-color: #efefef;
    border-radius: 5px;
}

.mwform-radio-field label {
    display: block;
}

div .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
    width: calc(100% / 2);
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px;
    width: 25%;
}

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