@charset "utf-8";
/***
  
   CSS kana

　　　　　　***/

/* テーマ　調整 */
body {
	color: #010101;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.widget {
    color: #010101;
}
h2 {
	font-size: 2.6rem;
}
h3 {
	font-size: 2.2rem;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.5rem;
}
a {
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
   text-decoration: none;
}
ul, ol {
	margin-left: 0 !important;
}
ul li, ol li {
	list-style-type: none;
}
dl {
	font-size: 100%;
}
table {
	font-size: 100%;
}
table th, table td {
    border: none;
}
/* footer前余白 削除 */
.content-area {
    margin-bottom: 0;
}
/* site-credit 削除 */
.site-credit {
	display: none;
}

@media(max-width:768px) {
.container-content {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media(max-width:480px) {
.container-content {
    padding-left: 0px;
    padding-right: 0px;
}
}

/* 初期設定 */
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.small-txt {
	font-size: 80%;
	font-weight: 500;
}
.bold {
	font-weight: 800;
}
.normal {
	font-weight: 400;
}

.wine {
	color: #c30d23;
}
.navy {
	color: #262c5a;
}
.white {
	color: #fff;
}
.l_blue {
	color: #3795ec;
}
.sp-none {
	display: block !important;
}
.pc-none {
	display: none !important;
}
.sp-br {
	display: none !important;
}
.pc-br {
	display: block !important;
}
.point {
    padding-left: 2em;
    text-indent: -1.8em;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

@media screen and (max-width: 768px){
.pl-sm-0 {
	padding-left: 0;
}
.sp-none {
 display: none !important;
}
.pc-none {
 display: block !important;
}
.sp-br {
	display: block !important;
}
.pc-br {
	display: none !important;
}
.sp-center {
	text-align: center !important;
}
.sp-left {
	text-align: left !important;
}
}
/* Font Awesome */
.circle::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
    color: #262c5a;
}
.file-pdf::after {
    content: '\f1c1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 6px;
    color: #262c5a;
}
.circle-check::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
    color: #262c5a;
}
/* Fade in */
.fade-in-up {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fade-in-up.scroll-in {
	opacity : 1;
	transform : translate(0, 0);
}
.animation_box {
  padding: 10px;
  animation-name: fadeIn-left;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 1.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}
@keyframes fadeIn-left {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.anime-time06 {
	animation-delay: 0.6s;
}
.anime-time07 {
	animation-delay: 0.7s;
}
.anime-time08 {
	animation-delay: 0.8s;
}
.anime-time08 {
	animation-delay: 0.9s;
}
/* Navigation */
@media screen and (min-width: 980px) {
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    color: #262c5a;
}
.main-navigation a {
    color: #262c5a;
	padding-right: 35px;
}
.menu-item-104 a {
    width: 160px;
    display: inline-block;
    background: #262c5a;
    color: #fff !important;
    padding: 12px 0px !important;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
}
.menu-item-104 a:hover {
    background: #5a5e7e;
    transition: .3s ease-in-out;
}
}
/* Header */
.site-header {
    border-bottom: none; 
    margin-bottom: 0; 
}
.main-header {
    padding-bottom: 12px;
    padding-top: 10px;
}
/* Page Header */
.jumbotron-overlay {
    background-color: rgb(38, 44, 90, 0.7);
}
@media screen and (min-width: 782px){
.main-header {
    padding-bottom: 10px;
    padding-top: 10px;
}
.home-header-content {
    padding-bottom: 220px; 
    padding-top: 200px;
}
.top-bar-content, .main-header-content, .home-header-content, .site-bottom-content {
    max-width: 100%;
}
}

.home-header-overlay {
    background-color: rgba( 0, 0, 0 , 0 );
/*	border-right: 50px solid #fff;
    border-left: 50px solid #fff;*/
}
.home-header-title {
	font-size: 4rem;
    color: #262c5a;
    letter-spacing: 0.1em;
	text-shadow: 1px 1px 0px #f8f9fa,
	            -1px -1px 0px #f8f9fa,
	            -1px 1px 0px #f8f9fa,
	             1px -1px 0px #f8f9fa,
	             1px 0px 0px #f8f9fa,
	            -1px 0px 0px #f8f9fa,
	             0px 1px 0px #f8f9fa,
	             0px -1px 0px #f8f9fa;
}   
.home-header-text {
	font-size: 115%;
    color: #262c5a;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 12px;
	margin-bottom: 0.2rem;
	text-shadow: 1px 1px 0px #f8f9fa,
	            -1px -1px 0px #f8f9fa,
	            -1px 1px 0px #f8f9fa,
	             1px -1px 0px #f8f9fa,
	             1px 0px 0px #f8f9fa,
	            -1px 0px 0px #f8f9fa,
	             0px 1px 0px #f8f9fa,
	             0px -1px 0px #f8f9fa;

}
@media screen and (max-width: 782px){
.home-header-title {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
}
.home-header-text {
    font-size: 110%;
    letter-spacing: 0.05em;
}
}
/* Footer */
.footer-widget-wrapper {
    align-items: center;
}
.footer-widget-content h2 {
    margin: 0;
}
.footer-widget-content h2 img {
	max-width: 360px;
}
.footer-widget-area {
    border-top: none;
    padding-bottom: 2rem;
    padding-top: 6rem;
    background: #262c5a;
}
ul.footer_navi {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	text-align: center;
    margin-top: 20px;
}
ul.footer_navi li {
    font-size: .9rem;
    margin-left: 5%;
}
ul.footer_navi li a {
	color: #fff;
}
ul.footer_navi li a:hover {
	color: #eee;
}
.footer_logo img {
	width: 100%;
	max-width: 360px;
}
.site-info {
    clear: right;
    float: none; 
    margin-top: 3px;
    text-align: center;
}
.site-bottom {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.back-to-top:hover {
    background: #262c5a;
}
@media only screen and (max-width: 782px) {
.footer-widget-content h2 {
    text-align: center;
    margin-bottom: 20px;
}
.footer-widget-content h2 img {
    max-width: 260px;
}
ul.footer_navi {
	display: none;
}
.footer-widget-area {
    padding-top: 4rem;
}
.widget {
    margin-bottom: 0;
}
}
/* 共通設定 */
/* Button */
.btn a {
  width: 300px;
  display: block;
  background: #262c5a;
  color: #fff !important;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#form-btn {
  width: 300px;
  background: #262c5a;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
}
#previous-btn {	
    border: 2px solid #262c5ac;
    padding: 18px 40px;
    background-color: #fff;
    color: #262c5ac;
    font-weight: bold;
    text-align: center;
    margin: 0 10px 0;
    border-radius: 0;
}
.overlap_btn a {
	position: absolute;
	bottom: -50px;
    width: 300px;
    background: #262c5a;
    padding: 50px 0;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
	z-index: 1;
}
.overlap_btn a {
  color: #fff !important;
}
.btn a:hover, .overlap_btn a:hover, #form-btn:hover {
    background: #5a5e7e;
    transition: .3s ease-in-out;
}

@media only screen and (max-width: 782px) {
.overlap_btn a {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
}
/* Flex 設定 */
.flex_box {
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.flex_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_start { 
   -webkit-align-items: flex-start;  
   -ms-align-items    : flex-start;  
   align-items        : flex-start;
}
.flex_end { 
   -webkit-align-items: flex-end;  
   -ms-align-items    : flex-end;  
   align-items        : flex-endt;
}
.equality_item {
    flex: 1;
}
.gap_50 {
	gap: 50px;
}
@media screen and (max-width: 768px){
.flex_box {
	display: block;
}
}
@media (max-width: 979px) {
.no-sidebar .alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
}
}
/* Top page */
.back_gradient {
	background: rgb(235,235,232);
    background: linear-gradient(180deg, rgba(235,235,232,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
}
h2.about-message {
    font-size: 2.6rem;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.about_area-box {
	position: relative;
	margin-bottom: 80px;
}
.about_area-box img {
	max-width: 360px;
	margin: 0 auto;
}
.about_area_txt  {
	max-width: 380px;
	margin: 30px auto 0;
}
.about_area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 0;
    line-height: 1.33;
    text-align: center;
	
}
.about_area-list li {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 5px);
    height: 100px;
    margin: 0 0 8px;
    padding: 20px;
    text-align: center;
    background: #ebebeb;
    letter-spacing: 0;
 /*   border-radius: 15px;
    box-shadow: 4px 4px 10px 0 rgb(0 57 97 / 40%);*/
}
.about_area-list li span.inner {
	display: table-cell;
	vertical-align: middle;
}
/*.about_area-list li h5 {
	margin-top: 0;
	font-size: 1.5rem;
	color: #2a80c4;
}*/
.about_area-list li p {
	margin-bottom: 0;
	font-weight: 600;
}
.service_circle {
	width: 100%;
	max-width: 620px;
}
.protrude {
 /* width: 100vw;*/
  margin: 0 calc(50% - 50vw);
}
.protrude img {
	width: 100%;
	max-width: 600px;
}

@media (min-width: 1160px){
.about_area-list {
    z-index: 1;
    margin: 0;
    padding: 0;
    line-height: 1.5;
	flex-direction: row;
}
.about_area-list li {
    position: absolute;
    width: 280px;
    height: 140px;
    margin: 0;
    padding: 20px;
    letter-spacing: .06em;
}
.about_area-list li:nth-child(1), .about_area-list li:nth-child(2) {
    top: 200px;
}
.about_area-list li:nth-child(3), .about_area-list li:nth-child(4) {
    top: 360px;
}
.about_area-list li:nth-child(odd) {
    left: 20px;
}
.about_area-list li:nth-child(even) {
    right: 20px;
}
.about_area-list li:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -12px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ebebeb;
}
.about_area-list li:after {
 /*　 content: "";
    position: absolute;*/
    top: 50%;
    right: -9px;
    bottom: auto;
    display: block;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #ebebeb;   
}
.about_area-list li:nth-child(even):after {
    left: 5px;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 8px 10px 8px 0;
    border-color: transparent #ebebeb transparent transparent;
}
}
@media (max-width: 768px){
h2.about-message {
    font-size: 2.2rem;
}
.about_area-box {
	margin-bottom: 40px;
}
.service_circle {
	margin: 0 auto 1.8em;
}
.protrude {
    margin: 0;
}
.protrude img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}	
}
@media (max-width: 600px){
.about_area-list {
	flex-direction: column-reverse;
}
.about_area-list li {
	width: 100%;
}
.about_area-box {
	margin-bottom: 0;
}
}

/* Service page */
.tree_txt {
    flex-basis: 60%;
}
ul.tree_item {
    display: flex;
    align-items: center;
}
ul.tree_item li.icon {
    flex: 0 0 110px;
}
ul.tree_item li h3 {
    font-size: 2.2rem;
     margin-bottom: 0; 
     margin-top: 0;
    line-height: 1.3;
}
ul.tree_item li.icon img {
	max-width: 90px;
}
.tree_txt h5 {
    font-size: 1.5rem;
	margin-top: 0;
}
.img_photo {
	padding-left: 50px;
}

.service_contents {
	/*padding-top: 100px;*/
}
.service_contents:first-child {
	padding-top: 0 !important;
}
.service_contents h4.service_title,
h4.service_big_title {
	font-size: 2rem;
    position: relative;
    padding-left: 12px;
}
.service_contents h4.service_title span {
    margin-bottom: 16px;
    font-size: .95rem;
    line-height: 1.3;
}
.service_contents h4.service_title::before{
	content: "";
    display: inline-block;
    width: 5px;
    height: 65px;
    background-color: #262c5a;
    position: absolute;
    top: 10px;
    left: 0;
}
.service_contents h4.service_big_title::before{
	content: "";
    display: inline-block;
    width: 5px;
    height: 75px;
    background-color: #262c5a;
    position: absolute;
    top: 0;
    left: 0;
}
.care_menu ul {
	display: inline-block;
    margin-right: 50px;
    margin-bottom: 0;
}
.price_box {
	width: auto;
    padding: 50px 70px;
    border-radius: 5px;
    border: #262c5a 1px solid;
    z-index: 100;
    margin-top: 2em;
}
.price_box h4 {
    color: #262c5a;
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 0;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.price_box h5 {
    color: #262c5a;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
	margin: 25px 0;
}
.price_box h5.lefth4 {
    border-right: 1px #262c5a solid;
}
.price_box h5.lasth4 {
    border-right: none;
}
.price_box .row {
    border-bottom: #262c5a 1px solid;
}
.price_box .row:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 25px;
}
.txt_area {
    flex-basis: 60%;
}
@media (min-width: 768px) {
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media screen and (max-width: 768px) {
.service_contents h4.service_title::before {
    height: 50px;
}
.service_contents h4.service_big_title::before {
    height: 60px;
}
.img_photo {
	padding-left: 0;
}
.price_box {
    padding: 30px;
}
.col-md-12, .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.price_box .row {
    border-bottom: #262c5a 1px solid;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.price_box h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 0px;
    padding-bottom: 20px;
}
.price_box h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-right: 0px;
    margin: 0 0 1em 0;
}
.price_box h5.lefth4 {
    border-right: none;
}
.price_box  h5.lasth4 {
    border-right: none;
}
}
@media screen and (max-width: 480px) {
ul.tree_item li.icon img {
	max-width: 80px;
}
ul.tree_item li.icon {
    flex: 0 0 100px;
}
}
/* Company page */
h4.contents_title {
	font-size: 2rem;
    position: relative;
    width: 250px;
    padding: 10px;
}
h4.contents_title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    border-bottom: 5px solid #262c5a;
}
h4.contents_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    border-bottom: 5px solid #3f93f5;
	
	/*background-color: #CAE9FF;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;*/
}

.company_message_contents {
    border-radius: 20px;
    padding: 70px 90px 40px;
    letter-spacing: 0.04em;
}
.company_message_bg {
    background-color: #dff1f7;
}
.company_message_header {
    position: relative;
    margin-bottom: 30px;
}
.company_message_header h3 {
    width: calc(100% - 240px + 90px);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}
.company_message_header figure {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.company_message_header figure img {
	max-width: 250px;
}
.company_message_contents p:last-of-type {
    text-align: right;
}

@media screen and (max-width: 1073px){
.company_message_contents {
    padding: 20px 20px 25px;
}
}
@media screen and (max-width: 768px) {
.company_message_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.company_message_header h3 {
    width: 100%;
    font-size: 18px;
}
.company_message_header figure {
    position: static;
    text-align: center;
    margin-top: 10px;
}
}

/* Google map */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* 相談室バナー */
.cta_soudan {
    position: relative;
    z-index: 0;
}
.cta_soudan::before {
    content: '';
    display: block;
    pointer-events: none;
    height: 100%;
    background-image: url(../images/soudanshitu_bnr.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.s_bg {
    background-color: #fbf4f5;
}
.s_section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.s_container {
    width: 500px;
    text-align: center;

}
.soudan_title {
    max-width: 460px;
	margin-top: 0;
}	
.soudan_title img {
	width: 100%;
	max-width: 460px;
}
.soudan_tel {
    font-size: 3.5rem;
    margin-bottom: 0;
	font-weight: bold;
}
.soudan_tel::before {
    content: '\f2a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 12px 0 0;
    color: #c30d23;
}
.soudan_message {
	font-weight: bold;
}
@media (max-width: 768px){
.cta_soudan::before {
    height: 60%;
    background-image: url(../images/soudanshitu_bnr_sp.png);
    background-repeat: no-repeat;
	background-position: right top;
}
.s_section {
    padding-top: 80px;
}
.s_container {
    width: 100%;
}
.soudan_title {
    margin: 0 auto;
}

.soudan_tel {
    font-size: 3rem;
}
}


table.sub, table.sub td, table.sub th {
    padding: 20px;
    text-align: left;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 3rem 1em;
}
/* Contact Form 7カスタマイズ */
table.inquiry p {
	margin: 0 !important;
}
.inquiry th {
	text-align: left;
	font-weight: 500;
	padding: 1em 5px 1em 0;
	width: 30%;
	border-top: none;
	border-bottom :none;
	border-left: none;
	border-right: none;
	position: relative;
	background: #fff;
    vertical-align: top;
}
/*通常欄*/
.inquiry td {
	padding: 1em 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
/*必須の調整*/
.haveto {
	font-size: 7px;
	padding: 2px 8px;
	background: #ca0404;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
	position: absolute;
	right: 15px;
	top: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*任意の調整*/
.any {
	font-size: 7px;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
	display: block;
}
.wpcf7-list-item  {
	display: block;
	margin: 0;
}
/*ラジオボタン・チェックボックスを横並び指定*/
/*.wpcf7-list-item, .wpcf7-list-item-label  {
    display: inline-block;
	margin: 0 1em 0;
}*/
div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center !important;
	font-weight: 600;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    text-align: center !important;
	font-weight: 600;
	color: #cf2e2e;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none !important;
    text-align: center !important;
	font-weight: 600;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea {
    border: solid 1px #ddd;
    color: #111; 
    margin-top: 0 !important;
    padding: 0.5em;
}
input:active, input:focus, button:active, button:focus, textarea:active, textarea:focus {
    outline-width: 2px;
    outline-style: double;
    outline-color: #2A2E4E;
    outline-offset: -2px;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="number"], .form input[type="date"],
.form select, .form textarea {
    background: #FAFAFA;
    border-radius: 3px;
    font-size: 16px;
    -webkit-appearance: none;
    cursor: pointer;
}
.wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: #222; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}
::placeholder {
	color:#ccc;
	font-size:15px;
}
.wpcf7-spinner {
    display: none !important;
}
@media screen and (max-width: 782px) {
table.sub td, table.sub th {
    display: block;
}
table.sub th {
	border: none;
	padding: 1rem 0 0;
}
table.sub td {
	padding: 0.5rem 0 1rem 0;
}
}
/*スマホContact Form 7カスタマイズ*/
@media(max-width:768px) {
.inquiry th, .inquiry td {
    display: block!important;
    width: 100%!important;
    border: none!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding: 2px 0 !important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto, .inquiry .any {
    font-size: 10px;
}
.haveto {
    position: absolute;
    right: 55%;
    top: 15px;
}
#backbtn {
    width: 330px;
    margin: 0 0 10px 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"],  textarea {	
    width: 100%;
}
input[type="date"] {	
    width: 30%;
}
}