@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */

@media print {

  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * ----------------------------------------------- */

body {
  color: #555;
  font-family: "游明朝, YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fffbf0;
}

h1, h2, h3, h4, h5 {
  font-family: "游明朝, YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p a {
	color: #ff5473
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.container {
  overflow: hidden;
}

.wrap {
  padding: 70px 0 0;
}

.content {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 100px;
}

/* RESPONSIVE
 * ----------------------------------------------- */

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-between {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 9999;
}

img {
  display: block;
  max-width: 100%;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}


/* FRONT PAGE
 * ----------------------------------------------- */


/*ヘッダー*/
.header{
  width: 100%;
  height: 70px;
  position: fixed;
  background: #fffbf0;
  text-align: center;
  z-index: 99;
}

.header img{
  height: 50px;
  padding: 20px 0 0 20px;
  float: left;
}

/*グロナビ*/
.menu {
  position: relative;
  list-style: none;
  overflow: hidden;
  float: right;
}
 
.menu li {
  width: 120px; 
  float: left;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #5a4f45;
  font-weight: 700;
}
 
.menu li a {
  padding: 20px;
}

/*MV*/
.mv {
  clear: right;
  height: 35vw;
  margin-bottom: 80px;
  position: relative;
}

.mv h1{
  position: absolute;
  top: 45%;
  left: 150px;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 400%;
  z-index: 9;
}

.top-movie-box {
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.movie-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.movie-cover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*スライド*/
/*.slide {
  margin-bottom: 80px;
}

.slider {
  width: 94%;
  margin: 0 auto;
}

.slider li a {
  display:block
}

.slider img {
  width: 40vw;
  height: auto;
}

.slider .slick-slide {
	transform: scale(0.8);
	transition: all .5s;
	opacity: 0.5;
}

.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
	margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button{
    background:#666;
}*/

/*TOP NEWS*/
/*.news {
  width: 100%;
  background: #DBB8BE;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.news h2{
  font-size: 400%;
  color: #FFF;
  padding-top: 30px;
}

.news_list {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
  text-align: left;
}
 
.news_list li {
  width: 23.5%;
  background: #FFF;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0.5%;
  border-radius: 5px;
}

.news_list li .news_thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.news_list li .news_info {
  padding: 10px;
}

.news_list li .news_info .news_category {
  background: #5a4f45;
  color: #FFF;
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.news_list li .news_info p {
  margin-top: 10px;
}

.news_bn {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 150%;
  color: #FFF;
}

.lineArrow {
  width: 160px;
  height: 15px;
  border-bottom: 2px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
  margin: -10px 0 0 -10px;
}*/

/*TOP ITEM*/

.top_content {
	text-align: center;
}

.top_item {
  width: 80%;
  height: 400px;
  position: relative;
  background: #FFF;
	display: inline-block;
  margin: 0 auto 200px;
	text-align: left;
}

.top_item h2 {
  font-size: 400%;
  color: #5a4f45;
  position: absolute;
}

.top_item .top_item_img {
  width: 40%;
  object-fit: cover;
  position: absolute;
}

.top_item .top_item_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.top_item .top_item_text {
  width: 50%;
  position: absolute;
}

.top_item .top_item_text p {
  font-size: 110%;
  line-height: 2em;
  letter-spacing: 0.2em;
}

a:nth-child(odd) .top_item h2{
  top: 50px;
  left: 5%;
}

a:nth-child(odd) .top_item .top_item_img {
  top: 0;
  right: 0;
}

a:nth-child(odd) .top_item .top_item_text {
  top: 150px;
  left: 5%;
}

a:nth-child(even) .top_item h2{
  top: 50px;
  left: 45%;
}

a:nth-child(even) .top_item .top_item_img {
  top: 0;
  left: 0;
}

a:nth-child(even) .top_item .top_item_text {
  top: 150px;
  left: 45%;
}

.viewmore{
  background: #5a4f45;
  color: #FFF;
  font-size: 110%;
  padding: 10px 20px;
  border-radius: 5px;
  float: right;
  margin: 20px 0;
}

.img_design {
	position: relative;
}

.img_design:before, .img_design:after {
	content: '';
	position: absolute;
	z-index: 1;
}

.img_design:before {
	top: 0px;
	left: 0px;
  border-top: 40px solid #FFF;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #FFF;
}

.img_design:after {
	bottom: 0px;
	right: 0px;
  border-top: 40px solid transparent;
  border-right: 40px solid #FFF;
  border-bottom: 40px solid #FFF;
  border-left: 40px solid transparent;
}

/* フッター
 * ----------------------------------------------- */

footer{
  width: 100%;
  height: 100px;
  background: #5a4f45;
  position: relative;
  color: #FFF;
}

footer .copyright{
  display:inline-block;
  padding: 42px 0 0 20px; 
}

footer .sns-button{
  position:relative;
  list-style: none;
  overflow: hidden;
  float: right;
  margin: 26px 50px 0 0;
}

footer .sns-button li {
  width: 50px; 
  float: left;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

footer .sns-button li a::before{
   font-family: "Font Awesome 5 Brands";
   font-weight: 400;
   font-size: 2.5em;
   color: #FFF;
}

footer .sns-button li a.twitter::before {
   content: "\f099";
}

footer .sns-button li a.facebook::before {
   content: "\f082";
}

footer .sns-button li a.insta::before {
   content: "\f16d";
}

footer .sns-button li a.youtube::before {
   content: "\f167";
}

/*ページトップ*/
#page_top {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #5a4f45;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -22px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*404*/
.error {
	margin: 200px 0;
	text-align: center;
}


/* NEWS ITEM
 * ----------------------------------------------- */

/*.news_item h1 {
  font-size: 300%;
  color: #5a4f45;
  margin-bottom: 20px;
}

.news_item span {
  background: #5a4f45;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.news_item .news_mv {
  width: 60%;
  margin: 50px auto;
}

.news_item p {
  margin-bottom: 30px;
}*/


/* PAGES
 * ----------------------------------------------- */

/*NEWS BN*/

/*.news_content{
  margin: 0 auto;
  width: 100%;
  padding-top: 50px;
  background: #DBB8BE;
}*/

/*PAGE*/
.title {
  position: relative;
  padding-top: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.title h1 {
  position: absolute;
  top: 42%;
  left: 150px;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 300%;
  z-index: 9;
}

/*PAGE ITEM*/
.lead {
  margin: 100px 0;
}

.lead p {
  font-size: 120%;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 700;
}

.cv_bottun {
  width: 40%;
  background: linear-gradient(#ffa0a0, #ff5473);
  font-size: 140%;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto 100px;
}

.cv_bottun a {
  display: block;
  padding: 30px;
}

.cv_bottun a:hover {
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
}

.cv_bottun a span {
  border-bottom: 2px dotted #FFF;
  padding: 5px 30px;
}

.nocontent {
	text-align: center;
	margin: 150px 0;
}

.access {
  background: #d4c7bc;
}

.access .access_box {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.access .access_box .address {
  width: 50%;
  padding: 30px 50px;
}

.access .access_box .address h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.access .access_box .address h2 span{
  font-size: 50%;
}

.access .access_box .address p + p {
  margin-top: 30px;
}

.access .access_box .address p.comment {
  font-size: 94%;
  text-align: center;
}

.access .access_box .map {
  width: 50%;
  height: 300px;
}

.access .access_box iframe {
  width: 100%;
  height: 320px;
}

.item1, .item2 {
  width: 80%;
  position: relative;
  margin: 0 auto 100px;
  background: #FFF;
}

.item1 h2, .item2 h2 {
  font-size: 200%;
  color: #5a4f45;
  font-weight: 700;
  position: absolute;
}

.item1 .item_img, .item2 .item_img {
  width: 40%;
  object-fit: cover;
  position: absolute;
}

.item1 .item_img img, .item2 .item_img img {
  width: 100%;
  object-fit: cover;
}

.item1 .item_text, .item2 .item_text {
  width: 50%;
  position: absolute;
}

.item1 .item_text p, .item2 .item_text p {
  font-size: 100%;
  line-height: 2em;
  letter-spacing: 0.2em;
}

.item1 h2{
  top: 50px;
  left: 5%;
}

.item1 .item_img {
  top: 0;
  right: 0;
}

.item1 .item_text {
  top: 150px;
  left: 5%;
}

.item2 h2{
  top: 50px;
  left: 45%;
}

.item2 .item_img {
  top: 0;
  left: 0;
}

.item2 .item_text {
  top: 150px;
  left: 45%;
}

/*PAGE ITEM LIST*/

.item_list {
  width: 90%;
  overflow: hidden;
  margin: 0 auto 100px;
  text-align: left;
}
 
.item_list li {
  width: 23.5%;
	height: 500px;
  background: #FFF;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0.5%;
  border-radius: 5px;
  position: relative;
}

.item_list li .item_thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.item_list li .item_info {
  width: 100%;
}

.item_list li .item_info .item_category {
  position: absolute;
  top: 0;
  left: 0;
  background: #5a4f45;
  color: #FFF;
  font-size: 10px;
  padding: 5px;
  border-radius: 5px 0 0 0;
  margin-right: 10px;
  z-index: 9;
}

.item_list li .item_info h2 {
  font-size: 120%;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.item_list li .item_info p {
  margin: 5px 0 15px 15px;
}

.item_list li .item_more {
  width: 100%;
  background: #5a4f45;
  color: #FFF;
  text-align: center;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  position: absolute;
	bottom: 0;
}

.item_list li .item_more span::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f101';
  font-size: 1em;
  margin-left:5px;
}


/*Profile*/
.profile .profimage {
  width: 30%;
  margin: 100px auto;
}

.profile .proftxt {
  width: 80%;
  margin: 0 auto 100px;
}

.profile .proftxt h2 {
  font-size: 200%;
  color: #5a4f45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.profile .proftxt p {
  margin-bottom: 30px;
}

.profile .profmenu ul {
  width: 80%;
  margin: 0 auto 100px;
  display: flex;
}

.profile .profmenu ul li {
  width: 100%;
  margin: 1%;
  background-size: cover;
  border-radius: 5px;
}

.profile .profmenu ul li a {
  display: block;
  padding: 80px 30px;
  font-size: 150%;
  color: #FFF;
  font-weight: 700;
}

.profile .profmenu ul li a:hover {
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  color: #555; 
}

/*Session*/
.session .about {
  height: 350px;
}

.session .about .item_img img{
  height: 350px;
}

.session .question {
  margin: 100px auto;
  background: #d4c7bc;
  padding: 20px;
}

.session .question h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.session .question .question_ul {
  display: flex;
  margin: 0 auto;
  width: 45%;
}

.session .question .question_ul ul {
  width: 50%;
}

.session .question .question_ul ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  padding-bottom: 10px;
  font-weight: 700;
}

.session .question .question_ul ul li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #5a4f45;
}

.session .effect {
  margin: 100px auto;
  width: 80%;
  height: 650px;
  background: #FFF;
  padding: 50px 80px;
}

.session .effect h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.session .effect p {
  font-size: 100%;
  line-height: 2em;
  letter-spacing: 0.2em;
}

.session .effect h3 {
  font-size: 150%;
  font-weight: 700;
  margin-top: 50px;
}

.session .effect_list {
  margin-top: 20px;
  display: flex;
}

.session .effect .effect_list ul {
  margin-right: 50px;
  width: 60%;
}

.session .effect .effect_list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  padding-bottom: 10px;
}

.session .effect .effect_list ul li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #5a4f45;
}

.session .effect .effect_list img {
  width: 40%;
}

.session .flow {
  margin: 0 auto 100px;
  background: #FFF;
  width: 80%;
  padding: 50px;
}

.session .coler01 {
  background: #239ebe;
}

.session .coler02 {
  background: #51c8e6;
}

.session .flow h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.session .flow .step {
  display: flex;
}

.session .flow .step .step_number {
  width: 100px;
  padding: 60px 10px 10px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 120%;
}

.session .flow .step .step_number span {
  font-size: 80%;
}

.session .flow .step div.step_number:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  z-index: 1;
}

.session .flow .step div.coler01:before {
  border-color: #239ebe transparent transparent transparent;
}

.session .flow .step div.coler02:before {
  border-color: #51c8e6 transparent transparent transparent;
}

.session .flow .step .step_guide {
  padding: 20px 20px 20px 50px;
  border-bottom: dotted 1px #ccc;
  display: flex;
  width: 90%;
}

.session .flow .step .step_guide ul {
  width: 80%;
}

.session .flow .step .step_guide ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.6em;
  padding-bottom: 10px;
}

.session .flow .step .step_guide ul li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #5a4f45;
}

.session .flow .step .step_guide img {
  width: 30%;
  border-radius: 5px;
}

.session .course h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.session .course .table {
  width: 80%;
  margin: 0 auto 100px;
  display: table;
  border-collapse: separate; 
  border-spacing: 15px 0;
}

.session .course .table_cell {
  width: 20%;
  display: table-cell;
  background: #5a4f45;
  padding: 20px 0;
  border-radius: 5px;
}

.session .course .table_cell:nth-child(even) {
  background: #807469;
}

.session .course .table_cell h3 {
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
  background: #51c8e6;
  padding: 10px 0;
}

.session .course .table_cell p {
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}

.session .course .table_cell p span {
  font-size: 84%;
}


/*Stone*/
.stone h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.stone .flow {
	width: 80%;
	margin: 0 auto 100px;
}

.stone .flow .step {
	width: 80%;
	margin: 50px auto 0;
}

.stone .flow .step .step_number {
	width: 100%;
	margin: 0;
	padding: 15px 10px 15px 40px;
	background: #807469;
	color: #fff;
}

.stone .flow .step .step_number span {
	padding: 5px;
	background: #fff;
	color: #5a4f45;
	border-radius: 3px;
}

.stone .flow .step .step_guide {
  padding: 20px 40px 40px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 0 0 5px 5px;
}

.stone .flow .step .step_guide span {
  font-size: 84%;
	display: block;
	margin-top: 10px;
}


/*FORM*/
.mw_wp_form .error { color: #5a4f45 !important; }
.mw_wp_form .vertical-item label { cursor: pointer; }
.mw_wp_form .vertical-item + .vertical-item { margin-top: 0 !important; }
.mw_wp_form { padding : 0 20%; }
.mw_wp_form dl { display: table; margin-top: 20px; width: 100%; }
.mw_wp_form dl:last-of-type { padding-bottom: 20px; }
.mw_wp_form dt, .mw_wp_form dd { display: table-cell; vertical-align: top; }
.mw_wp_form dt { font-weight: 700; padding-top: 5px; width: 200px; }
.mw_wp_form dt span { vertical-align: middle; }
.mw_wp_form textarea { height: 100px; padding: 10px; }
.mw_wp_form p { text-align: center; }
.mw_wp_form .ex { font-size: 12px; color:#777777; }
.mw_wp_form .btns { text-align: center; margin-bottom: 80px;}
.mw_wp_form .btns .edit, .mw_wp_form .btns .send, .mw_wp_form .btns input { display: none; }
.mw_wp_form .btns .btn { display: inline-block; margin: 0 10px; width: 200px; cursor: pointer;}

.mw_wp_form_input dt.radio { padding-top: 0; }
.mw_wp_form_input .note { display: inline-block; padding-top: 2em; text-align: left; }

.mw_wp_form_confirm .req, .mw_wp_form_confirm .opt, .mw_wp_form_confirm .evlead { display: none; }

.mw_wp_form_complete .req, .mw_wp_form_complete .opt, .mw_wp_form_complete .evlead { display: none; }

.mw_wp_form_confirm dd { padding: 5px 10px; }
.mw_wp_form_confirm .ex { display:none; }
.mw_wp_form_confirm .btns dd { background: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; padding: 0; }
.mw_wp_form_confirm .btns .confirm { display: none; }
.mw_wp_form_confirm .btns .edit, .mw_wp_form_confirm .btns .send { display: inline-block; }

.mw_wp_form_confirm .contact-hidden, .mw_wp_form_complete .contact-hidden { display: none; }

@media screen and (max-width: 767px) { .mw_wp_form { padding : 0 10%; }
  .mw_wp_form dl, .mw_wp_form dt, .mw_wp_form dd { display: block; width: 100%; }
  .mw_wp_form dt { width: auto; }
  .mw_wp_form .btns .btn { margin-bottom: 20px; }}
/* ------------------------------
form-input
------------------------------ */
form .req, form .opt { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #fff; display: inline-block; font-size: 72%; line-height: 1.5; margin-left: 5px; padding: 1px 3px; }
form .req { color: #5a4f45; }

.form-input { background: #fff; border: 1px solid #c5cbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; padding: 0 10px; width: 100%; height: 40px; }

.form-input-200 { width: 200px; }

.form-select:after { content: '\f0dd'; font-family: 'Font Awesome 5 Free'; font-weight: 700; line-height: 20px; margin-top: -10px; pointer-events: none; position: absolute; right: 10px; top: 50%; }
.form-select select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background: #fff; border: 1px solid #c5cbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; line-height: 20px; padding: 10px 30px 10px 10px; width: 100%; }
.form-select.is-s select { padding-top: 5px; padding-bottom: 5px; }
.form-select.is-200 { max-width: 200px; }

#mw_wp_form_mw-wp-form-1996 .mwform-radio-field.vertical-item:last-of-type { display: inline-block; margin-right: 5px; }

.mw_wp_form .horizontal-item + .horizontal-item {	margin-left: 0!important;}
.mwform-radio-field-text { margin-right: 10px; line-height: 2em;}
/* ------------------------------
btn
------------------------------ */
.btn { background: #777; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #fff; font-size: 110%; font-weight: 700; display: block; line-height: 1.5; padding: 8px 5px; text-align: center; }
.btn:hover { background: #999; color: #fff; }
.btn-red { background: #5a4f45; }
.btn-red:hover { opacity: 0.8; }
.btn-m { font-size: 1em; font-weight: 400; padding-top: 8px; padding-bottom: 8px; }
