@charset "UTF-8";
/* --- common -------------------------------------- */
body {
	font-size: 16px;
	line-height: 1.6;
}
/* --- clear --------------------------------------- */
.cl { clear: both; }
.clf:after {
	content: " ";
	display: block;
	clear: both;
}
/* --- modules ------------------------------------- */
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
.w100{ width: 100%; }
.w15{ width: 15%; }
.aligncenter { margin: 0 auto; }
.alignright { float: right; }
.alignleft { float: left; }
.fsize10 { font-size: 10px; }
.fsize11 { font-size: 11px; }
.fsize12 { font-size: 12px; }
.fsize13 { font-size: 13px; }
.fsize14 { font-size: 14px; }
.fsize15 { font-size: 15px; }
.fsize16 { font-size: 16px; }
.fsize17 { font-size: 17px; }
.fsize18 { font-size: 18px; }
.fsize19 { font-size: 19px; }
.fsize20 { font-size: 20px; }
.strong  { font-weight: bold;}
.border_none { border-bottom:none!important; }
a {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #111;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
section{
	margin-top: -100px;
	padding-top: 100px;
  padding-bottom: 20px;
}
.anchor_link{
	margin-top: -100px;
	padding-top: 100px;	
}
/* --- header -------------------------------------- */
header {
	position: relative;
	padding: 20px 0 15px;
}

/* --- header ----------------------------------------- */
header {
	height: 130px;
	margin-bottom: 86px!important;
}
.discript {
	padding-top: 0px;
	font-size: 14px;
	line-height: 1.4;
}
.logo {
	display: inline-block;
	margin-top: 8px;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: normal;
}
.logo a {
	position: relative;
	display: block;
	padding-left: 90px;
}
.logo img {
	position: absolute;
	top: 2px;
	left: 0;
	width: 84px;
	height: 52px;
}
.logo .sub {
	display: block;
	font-size: 16px;
}
.box_contact {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 8px 10px 10px;
	border: 1px solid #b9dee9;
	border-radius: 5px;
	background-color: #ffffff;
	font-size: 19px;
}
.box_contact .tel {
	display: inline-block;
	margin-right: 10px;
	padding-top: 0px;
	color: #0fa5d3;
	font-size: 28px;
	vertical-align: middle;
}
.box_contact .tel img { vertical-align: middle; }
.box_contact .btn_skin01 {
	margin-top: 0px;
	padding: 7px 8px;
	vertical-align: middle;
}
/* --- nav ----------------------------------------- */
.box_navigation {
	position: absolute;
	top: 130px;
	z-index: 5000;
	width: 100%;
	height: 86px;
	background: #fff;
}
.box_navigation.fixed {
	position: fixed;
	top: 0;
	
}
.navigation {
	width: 100%;
	*zoom: 1;
}
.navigation:before, .navigation:after{
	content: "";
	display: table;
}
.navigation:after{
	clear: both;
}
.navigation li {
	position: relative;
	float: left;
	display: table;
	padding: 8px;
}
.navigation > li:before {
	position: absolute;
	right: 0;
	top: 27px;
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color:#e2e2e2;
}
.navigation > li:first-child:after {
	position: absolute;
	left: 0;
	top: 27px;
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color:#e2e2e2;
}
.navigation li a {
	position: relative;
	display: table-cell;
	height: 70px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}
.navigation li a:hover {
	border-radius: 5px;
	background: rgba(216,245,254,0.47);
}
.navigation li a span {
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	display: block;
	color: #56a3bb;
	font-size: 12px;
	font-weight:  normal;
}
.navigation li:nth-child(1) { width: 10.5%;}
.navigation li:nth-child(2) { width: 21%;}
.navigation li:nth-child(3) { width: 17.6%;}
.navigation li:nth-child(4) { width: 18%;}
.navigation li:nth-child(5) { width: 14.8%;}
.navigation li:nth-child(6) { width: 18.1%;}

.navigation li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 90%;
  visibility: hidden;
  transition: .5s;
  background-color:#fff;
}
.navigation li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.navigation li ul li{
  	width: 100%;
	padding: 0;
}

.navigation li ul li a{
    text-align: left;
	height: auto;
	padding: 8px;
}
.navigation li li:nth-child(1),
.navigation li li:nth-child(2),
.navigation li li:nth-child(3),
.navigation li li:nth-child(4),
.navigation li li:nth-child(5),
.navigation li li:nth-child(6) { width: 100%;}

/* --- layout -------------------------------------- */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.main p {
	margin-bottom: 35px;
}
.main .program_detail p {
	margin-bottom: 15px;
}
/* --- footer -------------------------------------- */
footer {
	position: relative;
	padding: 45px 0;
}
.btn_top {
	position: absolute;
	right: -26px;
	top: -60px;
}
.box_info {
	float: left;
	width: 270px;
	margin-right: 35px;
	padding: 35px 10px 30px 20px ;
	border: 1px solid #b9dee9;
	background: #fff;
	font-size: 20px;
}
.box_info p {
	font-size: 20px;
	line-height: 1.5;
}
.box_info .name {
	margin: 35px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
.box_info .name span {
	display: block;
	font-size: 16px;
}
footer .col {
	float: left;
	width: 230px;
	font-size: 16px;
}
.li_fnav > li {
	position: relative;
	margin-bottom: 8px;
	font-weight: bold;
}
.li_fnav > li:before {
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	margin-right: 2px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
}
.li_fnav > li:after {
	position: absolute;
	left: 5px;
	top: 7px;
	content: "▲";
	font-size: 9px;
	transform: rotate(90deg);
}
.li_fnav > li li {
	margin-top: 7px;
	margin-left: 5px;
	font-weight: normal;
}
.li_fnav > li li:before {
	content:"＞";
}

/* --- title --------------------------------------- */
.ttl_skin01 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.3;
}
.ttl_skin02,
.subpage h2 {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 18px;
	padding: 5px 10px 5px 0;
	border-bottom: 2px solid #e6e6e6;
	font-size: 24px;
	line-height: 1.6;
}
.ttl_skin02:before,
.subpage h2:before {
	display: table-cell;
	width: 5px;
	height: 100%;
	content: "";
	background-color: #6ec8e5;
	background-image: -webkit-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: -moz-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: -o-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: linear-gradient(180deg, #6ec8e5 49%, #20abd7 50%);
}
.ttl_skin02 span,
.subpage h2 span {
	position: relative;
	padding: 2px 8px 2px 10px;
}
.ttl_skin02 span:after,
.subpage h2 span:after {
	position: absolute;
	bottom: -6px;
	left: -5px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #82cee7;
}
.subpage h3 {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
	font-size: 20px;
	line-height: 1.4;
}
.subpage h3 span {
	position: relative;
	display: inline-block;
	margin-bottom: -2px;
	padding: 5px 10px;
	border-bottom: 2px solid #82cee7;
	
}
.subpage h4 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #D4EAF1;
	font-size: 18px;
	line-height: 1.3;
}
.subpage h5 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 12px;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
}
.subpage h5:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 5px;
	content: "";
	background-color: #6ec8e5;
	background-image: -webkit-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: -moz-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: -o-linear-gradient(-90deg, #6ec8e5 49%, #20abd7 50%);
	background-image: linear-gradient(180deg, #6ec8e5 49%, #20abd7 50%);
}

/* --- skin ---------------------------------------- */
/* btn */
[class^=btn_skin] {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none!important;
}
.btn_skin01 {
	background-color: #ff992c;
	color: #fff!important;
}
.btn_skin02 {
	background-color: #7bc131;
	color: #fff!important;
	line-height: 1.4;
}
.btn_skin02:before {
	display: inline-block;
	content: "▲";
	margin-right: 8px;
	color: #ffffff;
	font-size: 11px;
	transform: rotate(90deg);
	vertical-align: middle;
}
.btn_skin03 {
	min-width: 420px;
	padding-right: 30px;
	border: 1px solid #2fa2c7;
	color: #2fa3c8!important;
	font-size: 22px;
}
.btn_skin03:after {
	position: absolute;
	content: "";
	display: inline-block;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #2fa2c7;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	margin-top: -10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.btn_skin03.size-l {
	min-width: 570px;
	padding: 12px 80px 12px 40px;
	font-size: 28px;
}
.btn_skin03.size-l:after {
	right: 25px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.btn_skin03.size-2 {
	min-width: 100%;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.btn_skin03.size-2:after {
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
}
.btn_skin03:hover,
.btn_skin03.active-category {
	background: #33A3C7;
	color: #fff!important;
}
.btn_skin03:hover:after {
	border-right-color: #fff;
	border-bottom-color: #fff;
}

/* li */
.li_skin01 li {
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #e6e6e6;
}
.li_skin02 li {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	line-height: 1.4;
}
.li_skin02 li:before {
	position: absolute;
	top: 7px;
	left: 0px;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #33a4c8;
}
.li_note{
	margin-top: 20px;
}
.li_note li{	
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 1em;
	line-height: 1.2;
	font-size: 85.57%;
}
.li_note li:before {
	position: absolute;
	top: 0;
	left: 0px;
	display: inline-block;
	content: "※";
	width: 1em;
}
.li_number{
	margin-left: 2em;
	list-style-type: decimal;
}


/* bg */
.bg01 {
  background-color: #d8f5fe;
}
.bg02 {
  position: relative;
  margin-bottom: 60px;
	padding: 30px 0;
  background-color: #61bedc;
	color: #fff;
}
.bg02:after {
  position: absolute;
  left: 50%;
  bottom: -23px;
  display: block;
  content: "";
  margin-left: -25px;
  border: 25px solid #61BEDC;
	transform: rotate(-45deg);
}
/* table */
table{
	margin-bottom: 50px;
}
th, td {
	padding: 5px 20px;
	border: 1px solid #ddd;
}
th {
	background: #33A3C7;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
tbody tr:nth-child(even) {
	background: #f2f2f2;
}
table caption{
	caption-side: bottom;
  text-align: right;
  margin-top: 10px;
}
/* form */
input, textarea,select{
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.6;
	padding: 2px 5px;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
	margin-right: 5px;
}
input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
	margin-right: 5px;
}
/* tag */
[class^=tag] {
	display: inline-block;
	padding: 2px 10px 1px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.tag01 {
	background-color: #ff3e3e;
}
.tag02 {
	background-color: #ff992c;
	
}
.tag03 {
	min-width: 96px;
	background-color: #888888;
}
/* column */
.column02 {
	margin-left: -20px;
}
.column02 .col, .column02 li, .column03 .col2 li {
	float: left;
	width: -webkit-calc((100% - 40px) / 2);
	width: calc((100% - 40px) / 2);
	margin-left: 20px;
}
.column03 {
	margin-left: -15px;
}
.column03 .col, .column03 li {
	float: left;
	width: -webkit-calc((100% - 45px) / 3);
	width: calc((100% - 45px) / 3);
	margin-left: 15px;
}
.column03 .col2{
	float: left;
	width: -webkit-calc((100% - 45px) / 3);
	width: calc((100% - 45px) / 3 * 2);
	margin-left: 15px;
}
.column04 {
	margin-left: -15px;
}
.column04 .col, .column04 li {
	float: left;
	width: -webkit-calc((100% - 45px) / 4);
	width: calc((100% - 45px) / 4);
	margin-left: 10px;
	margin-bottom: 10px;
}

/* font color */
.notice{
	color: #cc0000;
}


/* toppage ---------------------------------------- */
.box_slide {
	position: relative;
	margin-bottom: 40px;
}
.slide li {
	width: 100%;
	height: 350px;
}
.slide li .wrapper {
	vertical-align: middle;
}
.slide .txt_massege {
	display: inline-block;
	margin: 65px 0 0 20px;
	padding: 25px 40px 20px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 34px;
	line-height: 1.76;
	letter-spacing: 2px;
}
.slide01 {
	background: url(../img/top/bg_main01.jpg) no-repeat center center;
	background-size: cover;
}
.slide02 {
	background: url(../img/top/bg_main02.jpg) no-repeat center center;
	background-size: cover;
}
.slide02 .txt_massege {
	margin-top: 30px;
	padding: 15px 40px 15px;
}
.slide03 {
	background: url(../img/top/bg_main03.jpg) no-repeat center center;
	background-size: cover;
}
.box_page_nav {
	position: relative;
	z-index: 1000;
	margin-top: -90px;
}
.box_page_nav li {
	float: left;
	width: 310px;
	margin-left: 35px;
	padding: 18px 0 15px 18px;
	border: 1px solid #83cf32;
	border-radius: 5px;
	box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #529f00;
	font-size: 20px;
	line-height: 1.7;
}
.box_page_nav li:first-child {
	margin-left: 0;
}
.box_page_nav li .btn_skin02 {
	display: block;
	width: 270px;
	margin-top: 8px;
	padding: 8px 0;
	line-height: 1;
}
.box_page_nav li p:nth-child(1) {
	float: left;
}
.box_page_nav li p:nth-child(2) {
	padding-left: 75px;
}
.box_intro .alignleft {
	width: 540px;
}
.box_intro .alignright {
	width: 425px;
	text-align: right;
}
.box_seminar {
	margin-top: 45px;
	margin-bottom: 80px;
}
.box_seminar .alignleft,
.box_seminar .alignright {
	width: 475px;
	box-sizing: content-box;
}
.box_seminar .btn_area{
	padding-top: 40px;
	box-sizing: content-box;
}
.box_seminar .box_btn {
	margin-bottom: 40px;
}

.box_seminar .about_seminar p {
	line-height: 2.15;
	padding: 0 15px;
}
.box_seminar .about_seminar p:last-of-type {
	margin-bottom: 10px;
}
.li_seminar li:first-child {
	padding-top: 0;
}
.li_seminar li a {
	display: block;
	padding-left: 15px;
}
.li_seminar li p {
	margin-bottom: 0;
}
.li_seminar li .date {
	padding-left: 5px;
	font-size: 14px;
}
.txt_select {
	font-size: 40px;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 2px;
}
.txt_select h2 {
	font-weight: normal;
}
.li_case li {
	float: left;
	position: relative;
	width: 290px;
	margin-right: 65px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	text-align: center;
}
.li_case li:nth-child(3n) {
	margin-right: 0;
}
.li_case li a {
	position: relative;
	display: block;
	padding-bottom: 15px;
	color: #111!important;
	text-decoration: none!important;
}
.li_case li a:after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	content: "";
	display: block;
	border: 10px solid #83cf32;
	border-color: transparent #83cf32 #83cf32 transparent;
}
.dl_case dt {
	margin-bottom: 12px;
	padding: 6px 0 3px;
	background-color: #cdf99d;
	color: #0a8900;
	font-size: 22px;
	text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		-1px -1px 1px #fff,
		1px -1px 1px #fff;
}
.dl_case dd{
	padding:0 8px; 
}
.dl_case dd .ttl {
	margin-bottom: 10px;
	color: #050000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.38
}
.dl_case dd p {
	margin: 15px 0 0;
	line-height: 1.7;
	font-size: 16px;
}
.box_blog {
	margin-bottom: 80px;
}
.li_blog li:first-chlid {
	padding-top: 0;
}
.li_blog li p {
	margin-bottom: 10px;
}
.li_blog li a {
	display: block;
}
.box_gmap{
	margin: 0 auto 80px;	
}

/* subpage ---------------------------------------- */
/* subpage ommon */
.subpage .box_main {
	background: url(../img/common/bg_main_visual.jpg) no-repeat center center;
	background-size: cover;
}
.subpage .box_main .wrapper {
	padding: 47px 20px;
}
.subpage .box_main h1 {
	padding: 45px 0 45px 40px;
	background: url(../img/common/bg_pagetitle.png) repeat-y left top;
	font-size: 34px;
	font-weight: normal;
	text-shadow: 0 0 2px #fff;
}
.li_path {
	margin-bottom: 40px;
}
.li_path li {
	display: inline-block;
	color: #666;
	font-size: 12px;
}
.li_path li:before {
	display: inline-block;
	content: "＞";
	padding-right: 5px;
}
.li_path li:first-child:before {
	content: none;
}
.subpage .main {
	padding: 0 0 100px;
}
.subpage .main a {
	color: #0884ab;
	text-decoration: underline;
}
.subpage .main a:hover {
	text-decoration: none;
}
.tabnav{
	float: right;
}
.tabnav li{
    float:left;
    margin-left: 5px;
    font-size: 16px;
}
.tabnav li a{
    display:block;
    color: #fff!important;
    background: #999;
    padding:5px 15px 3px 15px;
    border-radius: 10px 10px 0 0;
    text-align:center;
    border:#ccc 1px solid;
    text-decoration: none!important;
}

.tabnav li a.hover,
.tabnav li a.active{
    color: #fff!important;
    background: #33A3C7;
}
#tabbox_box2{
	display: none;
}
#tabbox_box3{
	display: none;
}
.table_schedule{
	width: 100%;
}
.table_schedule tr th{
	background: #999;
	padding:5px 10px;
	width: 50px;
}
.table_schedule tr th:nth-child(2){
	color: #999;
	background:none;
}
.table_schedule tr.sat th{
	background: #82cee7;
}
.table_schedule tr.sat th:nth-child(2){
	color: #6ec8e5;
	background:none;
}
.table_schedule tr.sun th{
	background: #20abd7;
}
.table_schedule tr.sun th:nth-child(2){
	color: #20abd7;
	background:none;
}
.box_border1{
	border:1px solid #D4EAF1;
	padding-bottom: 10px;
}
.box_border1 p{
	min-height: 110px;
}

.event-list .list {
  display: block;
  padding-left: 1em;
}

.event-list .list:before {
  content: "●";
  font-size: 10px;
  display: block;
  float: left;
  margin-left: -2em;
  width: 1em;
  text-align: center;
  margin-top: 7px;
}

.event-list .list .link {
  display: inline-block;
}
.table_form{

}
.table_form table{
	width: 90%;
	margin: 0 auto 40px;
}
.table_form table tr:nth-child(even) {
    background: #fff;
}
.table_form table th{
	text-align: left;
	width: 315px;
}
.table_form table td{
	padding: 10px;
}
.table_form table td input,
.table_form table td textarea{
	width: 100%;
}
.table_form table td input.postalcode_1 {
	width: 15%;
}
.table_form table td input.postalcode_2 {
	width: 25%;
}
.align_text{
	width: 540px;
}
.align_img{
	width: 425px;
}
.list_num{
	list-style: decimal;
	padding-left: 2em;
}
.list_flow01 li{
	position: relative;
	width: 100%;
}
.list_flow01 li:after{
	content: " ";
	width: 0;
	height: 0;
	border-width: 20px 30px 0 30px;
	border-style: solid;
	border-color: #ff992c transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: 30px;
}
.list_flow01 li:last-child:after{
	display: none;
}

/* doc_viewer_box */
.doc_viewer_box p {
	min-height: 10px;
}
.doc_viewer {
	margin-bottom: 40px;
}
.post_content .alignleft{
	margin-right: 10px;
	margin-bottom: 10px;
}
.post_content .alignright{
	margin-left: 10px;
	margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postal01,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tel01,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tel02,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tel03,
input.wpcf7-form-control.wpcf7-text.fax01,
input.wpcf7-form-control.wpcf7-text.fax02,
input.wpcf7-form-control.wpcf7-text.fax03 {
  width: 60px;
  margin-right: 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postal02 {
  width: 100px;
  margin-left: 5px;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-locality,
input.wpcf7-form-control.wpcf7-text.p-extended-address,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name01,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.mail01,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.number01 {
  width: 100%;
  max-width: 415px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  max-width: 100%;
  box-sizing: border-box;
}

span.wpcf7-list-item.first,
span.wpcf7-list-item.last {
	overflow: hidden;
	display: block;
}

span.wpcf7-list-item.first input[type="radio"],
span.wpcf7-list-item.last input[type="radio"] {
  float: left;
  width: 19px;
  margin: 3px 0 0;
}

.span_block {
	display: block;
}