@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans Japanese',   sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #171919;
	text-align: left;
}
/*=========================
▼▼共通▼▼
===========================*/
.loading header {
	display: none;
}
.loading .arrowInner {
	display: none;
}
.loading #hamburgler {
	display: none;
}

.sp_none{
    display: none;
}
.vadodara {
 font-family: 'Hind Vadodara', sans-serif;
}
.auto {
    width: 90%;
	margin: 0 auto;
}
.link_btn {
    width: 232px;
    margin: 0 auto;
}
.link_btn a {
    display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
    text-decoration: none;
	background-color: #081225;
    padding: 16px 22px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.link_btn a .arrow {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -5px;
}
.link_btn a:hover .arrow {
	animation: arrow_01 .6s;
}
@keyframes arrow_01 {
  50% {
    right: -2.5em;
  }
  100% {
    right: -15px;
  }
}
.link_btn a .arrow img {
	display: block;
}

/*=========================
▲▲共通▲▲
===========================*/
/*=========================
▼▼ローディング▼▼
===========================*/
#loader_bg {
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
    background-color: #000;
    z-index: 100;
}
#loader {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-46%, -50%);
}

#loading_over {
	height: 100vh;
	width: 100%;
	background-color: rgba(100, 100, 100, 0.18);
	overflow: hidden;
	position: absolute;
	top:0; 
	left: -100vw;
	z-index: 100;
}
.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple > div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}
/*=========================
▲▲ローディング▲▲
===========================*/
#container {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(../images/share/bg_line.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 90%;
}
header {
	width: 100%;
	padding-top: 12px;
    padding-bottom: 4px;
	z-index: 99;
    position: fixed;
	top: 0;background-color: rgba(255, 255, 255, 0.9);
}
header .main_logo {
    width: 180px;
    margin-left: 20px;
}
header .main_logo a {
	width: 100%;
	display: block;
}

header .wow,
#hamburgler.wow
 {
	visibility: visible !important;
}

#main_image_bg {
    width: 100%;
	height: 300px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 76px;
}
#main_image_bg::before {
    content: "";
	width: 95%;
	height: 222px;
	position: absolute;
	right: 0;
	bottom: 54px;
	z-index: 0;
	background-color: #f9f9f9;
}
#main_image_bg .main_img_wrapper {
    width: 90%;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#main_image_bg .main_img_wrapper .slide_in_image {
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    opacity: 0;
    overflow: hidden;
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(23,30,99,1) 11.2%, rgba(6,98,171,1) 91.1% );
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
#main_image_bg .main_title {
    width: 64%;
	height: 106px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 72px;
	display: table;
	box-shadow:1px 1px 10px 6px rgba(0,0,0,0.05);
}
#main_image_bg .main_title .text_box {
    width: 100%;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#main_image_bg .main_title h2 {
    width: 100%;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
    margin-bottom: 6px;
}
#main_image_bg .main_title .sub_title {
    width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	color: #075ea6;
}
#main_image_bg .breadcrumbs {
    width: 90%;
	padding-top: 254px;
	margin: 0 auto;
}
#main_image_bg .breadcrumbs ul {
    width: 100%;
    line-height: 1.5;
}
#main_image_bg .breadcrumbs li {
	display: inline;
    vertical-align: middle;
    padding-right: 2px;
	font-size: 11px;
	color: #8e8e8e;
}
#main_image_bg .breadcrumbs li::before {
	content: ">";
	font-size: 11px;
	color: #8e8e8e;	
    display: inline;
    padding-right: 6px;
    vertical-align: middle;
}
#main_image_bg .breadcrumbs li:first-of-type::before {
	content: "";
    padding-right: 0px;
}
#main_image_bg .breadcrumbs li a {
	display: inline;
	width: 100%;
	font-size: 11px;
	color: #8e8e8e;
}

#contents {
	width: 100%;
	clear: both;
	float: left;
    padding-top: 20px;
}

#conts_common {
	width: 100%;
	padding-top: 80px;
    margin-bottom: 75px;
}
#conts_common .wrapper {
    display: inline-block;
    padding-top: 49px;
}
#conts_common h3 {
    font-size: 2.5rem;
	line-height: 1.3;
	position: relative;
    margin-bottom: 6px;
}
#conts_common h3 span.border {
	position: absolute;
    width: 70px;
	right: -85px;
	top: 49%;
}
#conts_common h3 span.border img {
	display: block;
}
#conts_common .sub_title {
	font-size: 1.1rem;
	line-height: 1.4;
    margin-bottom: 24px;
	color: #075ea6;
}
#conts_common .link_img {
	width: 100%;
    height: 128px;
    background-image: url(../images/index/img_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow:1px 2px 8px 2px rgba(0,0,0,0.1);
}
#conts_common .link_img a {
	display: block;
    width: 100%;
    height: 100%;
}

footer {
	width: 100%;
	clear: both;
	float: left;
	background-color: #f2f2f2;
	padding-top: 42px;
}
footer .link_list {
	width: 100%;
	letter-spacing: -.4em;
    padding-bottom: 24px;
    border-bottom: 1px solid #e9e8e8;
	margin-bottom: 27px;
}
footer .link_list li {
	width: 49%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 2%;
}
footer .link_list li:nth-of-type(2n) {
	margin-right: 0;
}
footer .link_list li a {
	width: 100%;
	display: block;
}
footer .link_list li .link_img {
	margin-bottom: 6px;
}
footer .link_list li .link_img img {
	width: 100%;
	display: block;
}
footer .link_list li .name {
	display: inline-block;
	font-size: 0.8rem;
    line-height: 1.4;
	font-weight: bold;
	padding-right: 16px;
	background-image: url(../images/share/icon_footer_01.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: 8px;
    vertical-align: top;
	margin-bottom: 16px;
}
footer .footer_body {
	width: 100%;
}
footer .footer_body .left_box {
	width: 100%;
	text-align: center;
    margin-bottom: 32px;
}
footer .footer_body .left_box h2 {
	width: 180px;
    margin: 0 auto 12px;
}
footer .footer_body .left_box h2 a {
	width: 100%;
	display: block;
}
footer .footer_body .left_box h2 img {
	width: 100%;
	display: block;
}
footer .footer_body .left_box .address {
	font-size: 1.2rem;
	line-height: 1.6;
    margin-bottom: 14px;
}
footer .footer_body .left_box .tel {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 8px;
}
footer .footer_body .left_box .tel .tel-link {
	font-weight: bold;
}
footer .footer_body .left_box .tel .tel-link a {
	font-weight: bold;
    color: #171919;
    text-decoration: none;
}
footer .footer_body .left_box .time {
	font-size: 1rem;
	line-height: 1.5;
}
footer .footer_body .right_box {
	width: 100%;
    margin-bottom: 38px;
}
footer .footer_body .right_box .footer_nav {
	width: 100%;
    border-top: 1px solid #e9e8e8;
}
footer .footer_body .right_box .footer_nav li {
	width: 100%;
    border-bottom: 1px solid #e9e8e8;
}
footer .footer_body .right_box .footer_nav li a {
	width: 100%;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-top: 17px;
    padding-bottom: 13px;
	display: block;
}
footer .footer_body .right_box .footer_nav li a span.arrow {
	display: none;
}
footer .footer_body .copy {
	font-size: 1rem;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 8px;
}
#back-top {
    display: none;
	position: fixed;
	bottom: 38px;
	right: 26px;
	width: 48px;
	z-index: 99;
	clear: both;
	float: left;
}
/*===============================================
●スマホメニュー
===============================================*/
.hamburgler-icon-wrapper {
  position: fixed;
  top: 22px;
  right: 5%;
  height: 26px;
  width: 26px;
  cursor: pointer;
  z-index: 9999;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 1px;
  width: 26px;
  background: black;
  transition: all 0.2s ease;
}

.hamburgler-icon {
  top: 0.75em;
}

.hamburgler-icon:before {
  top: -0.55em;
}

.hamburgler-icon:after {
  top: 0.55em;
}

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg);
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0;
}

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg);
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: #ffffff;
}

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient( 109.6deg,  rgba(23,30,99,1) 11.2%, rgba(6,98,171,1) 91.1% );
  text-align: center;
  height: 100vh;
}

.hamburgler-active .hamburgler-menu {
  opacity: 0.97;
  pointer-events: initial;
  z-index: 999;
}

.hamburgler-menu .logo {
	width: 180px;
	display: block;
	transition: all 0.4s ease;
	top: 20px;
	left: 20px;
	position: absolute;
}
.hamburgler-menu .close {
	color: #ffffff;
	display: block;
	transition: all 0.4s ease;
	bottom: 7vh;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%) scale(1.2);
}
.hamburgler-active .hamburgler-menu .close {
	transform: translate(-50%, -50%) scale(1);
}
.hamburgler-menu-list {
	display: block;
	transition: all 0.4s ease;
	padding: 0;
	list-style-type: none;
	position: absolute;
    text-align: left;
    top: 45vh;
	left: 28vw;
	transform: translate(-50%, -50%) scale(1.2);
}

.hamburgler-active .hamburgler-menu-list {
	transform: translate(-50%, -50%) scale(1);
}
.hamburgler-menu-list li{
	font-size: 1.5rem;
	margin: 2.4vh 0px;
}
.hamburgler-menu-list li a{
	color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
}
.hamburgler-menu-list li a .eng{
	color: #ffffff;
    text-decoration: none;
    font-size: 2.4rem;
}
.form {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: left;
  }
  .form .auto {
    width: 90%;
    padding: 70px 0 70px;
  }
  .form dl {
    margin-bottom: 28px;
  }
  .form dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .form dl dt .form_title {
    display: inline-block;
    margin: 0 8px 4px 0;
  }
  .form dl dt .small,
  .form dl dt .multi-select {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 0;
    color: var(--color_red);
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    padding: 2px 5px 1px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form dl dd .input_field .note {
    width: 100%;
    font-size: 12px;
  }
  .form dl.form-treatment dd .input_field,
  .form dl.form-monitor dd .input_field {
    justify-content: space-between;
  }

  .form input[type="radio"] + label,
  .form input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    width: calc(100% / 4 - 6px);
    margin: 0 8px 8px 0;
    padding: 14px 0 13px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_gray);
  }
  .form input[type="radio"] + label:nth-of-type(4n),
  .form input[type="checkbox"] + label:nth-of-type(4n){
    margin-right: 0;
  }
  .form .form-treatment .input-area,
  .form .form-monitor .input-area {
    display: flex;
    width: calc(100% / 2 - 4px);
    margin: 0 0 8px 0;
    text-align: center;
  }
  .form .form-treatment input + label,
  .form .form-monitor input[type="radio"] + label {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 65px;
    margin: 0;
    padding: 4px 2px 3px;
    letter-spacing: -0.02em;
  }
  .form input[type="radio"],
  .form input[type="checkbox"]{
    display: none;
  }
  .form input[type="radio"]:checked + label,
  .form input[type="checkbox"]:checked + label{
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"] {
    font-size: 17px;
    width: 100%;
    height: 48px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  .form input[type="text"].form-calendar {
    width: 150px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    font-size: 16px;
    position: relative;
    width: 140px;
    height: 50px;
    padding: 0 10px;
    color: var(--color_black);
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
    outline: none;
    background-color: var(--color_white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-birth-date select {
    width: 60px;
  }
  .form .form-birth-date select[name="birth_year"] {
    width: 90px;
  }
  .form .list-item {
    position: relative;
    margin-right: 10px;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-birth-date .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 14px 14px 0 0;
  }
  .form textarea {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding: 10px 10px 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 5%;
    text-align: center;
    color: var(--color_red);
    border: 1px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 4px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    box-sizing: border-box;
    width: 250px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
    padding: 12px 0 10px;
    color: var(--color_blue);
    border: 0;
    border: 2px solid var(--color_blue);
    background: none;
    background-color: var(--color_white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
	form dd input[type="text"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="text"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="text"]:-ms-input-placeholder {
	color: #ccc;
}
form dd input[type="tel"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="tel"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="tel"]:-ms-input-placeholder {
	color: #ccc;
}
form dd input[type="email"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="email"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="email"]:-ms-input-placeholder {
	color: #ccc;
}
form dd textarea::-webkit-input-placeholder {
	color: #ccc;
}
form dd textarea::-moz-placeholder {
	color: #ccc;
}
form dd textarea:-ms-input-placeholder {
	color: #ccc;
}
form dt .att {
	font-size: 12px;
	margin-left: 10px;
}
form select, form input {
    font-size: 18px;
}
.wpcf7-display-none {
    display: none;
}
	
	form {
		background: #ecf6f8;
		padding: 5%;
    	width: 100%;
		margin: auto;
	}
	form dt {
		font-size: 14px;
		margin-bottom: 3px;
	}
	form dt span.req {
    	font-size: 10px;
	}
	form dd .wpcf7-text {
		height: 36px;
		width: 100%;
	}
	form dd .wpcf7-list-item-label {
		background: #fff;
		color: #eee;
		padding: 5px;
		width: 20%;
		text-align: center;
		margin-right: 5px;
		display: block;
		float: left;
		font-size: 14px;
		cursor: pointer;
		border-radius: 3px;
		border: none;
	}
	form dd select {
		height: 38px;
		width: 18%;
	}
	form dd select.menu-00 {
		width: 90%;
	}
	form dd textarea {
		width: 100%;
		padding: 10px 0 10px 10px;
	}
	form dt .att {
		display: block;
		font-size: 10px;
    	margin-left: 0;
	}
	form p .wpcf7-submit {
    width: 80%;
	}
	form dd .wpcf7-list-item-label {
    background: #fff;
    color: #eee;
    padding: 1.6vw;
    width: auto;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
	#form {

    padding: 80px 0 50px;
  }
  #form h2 {
    width: 108px;
    margin: 0 auto 10px;
  }
  #form .sub_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 27px;
    text-align: center;
  }
  #form .form_list {
    margin: 0 auto;
  }
  #form .form_list li {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.03);
    font-size: 1.3rem;
    font-weight: 900;
    padding: 20px 0;
    margin: 15px auto;
    text-align: center;
    width: 90%;
    line-height: 1.1;
  }
  #form .form_list li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #form .form_list .yoyaku {
    font-size: 0.8rem;
    font-weight: 100;
  }
	form {
	background: #efefef;
	padding: 40px;
    width: 80%;;
	margin: auto;
}
form dl {
	font-weight: bold;
	margin-bottom: 30px;
	clear: both;
	display: inline-block;
    width: 100%;
}
form dt {
	font-size: 18px;
	margin-bottom: 3px;
}
form dt span.req {
	font-size: 12px;
	color: #fff;
	background: #f994c0;
	padding: 5px;
    margin: 0 5px 0;
    position: relative;
    top: -2px;
}
form dd .wpcf7-text {
	height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
}
form dd .wpcf7-list-item input {
	display: none;
}
form dd .wpcf7-list-item-label {
	background: #fff;
	color: #ccc;
	padding: 5px;
	width: 20%;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
    border: none;
}
	form dd .radio-bui, form dd .menu {
	width: 100%;
	display: block;
}
form dd input[type="radio"]:checked + .wpcf7-list-item-label { 
	background: #f994c0;
	color: #fff;
}
form dd textarea {
	width: 100%;
	padding: 10px 0 10px 10px;
}
form dd .years select {
	margin: 0 4px 0 0;
}
form dd select {
	height: 48px;
	width: 12%;
    margin: 0;
}
form dd.dr_c select {
	width: 50%;
}
form p .wpcf7-submit {
	width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
	cursor: pointer;
	margin: auto;
    display: block;
}
form p .wpcf7-submit:hover {
	color: #fff;
	background: #f994c0;
}
form p.tel_error, form p.email_error, form p.name_error {
	display: none;
	margin: 2px 0 0;
	color: #FF282B;
}
.wpcf7-not-valid-tip {
	color: #FF282B;
	display: inline-block;
}
.wpcf7-validation-errors {
	text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
	text-align: center;
    padding: 10px 0;
    font-weight: bold;
	background: #fff;
	display: none;
}
.screen-reader-response, .wpcf7-display-none {
	display: none;
}
	
.thanks_box {
		width: 80%;
    margin: 30vw auto;
    border: 2px solid #333;
    padding: 4vw;
	}
	.thanks_box .thanks_title {
		font-size: 4vw;
	}
}

















