/*
Theme Name: SP001
Author: eNet - 2017.10.2
Author URI: https://www.enetsolutions.co.jp/
Description: テンプレート番号【SP001】
Version: 1.0
License URI: https://www.enetsolutions.co.jp/
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

/* =============================================

	reset.css
	(reset webbrowser default syle)

============================================= */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,fieldset{
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
	text-decoration : none ;
}
ul,li{
	margin : 0px ;
	padding : 0px ;
	list-style-type : none ;
	line-height : 100% ;
}
a{
	text-decoration : underline ;
}
a img{
	border : none ;
}

img{
	vertical-align : top ;
}

hr{
	display : none ;
	clear : both ;
}



/*-----------------------------
base
----------------------------- */

/*-- clear fix elements start --*/

.clearfix:after {
content: " " ;
display : block ;
clear : both;
height : 0 ;
visibility : hidden ;
}
.clearfix {
min-height : 1px ;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*-- clear fix elements end --*/

html {
	overflow-y : scroll ;
	scroll-behavior: smooth;
}
body {
	width : 100% ;
	margin : 0 ;
	background : #fff ;
	font-size : .9375em;
	line-height : 1.6em;
	font-family: "Roboto", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	letter-spacing: .03em;
	color : #333 ;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*----- 遊ゴシック用 -----*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----- 遊ゴシック用ここまで -----*/
a,
a:visited{
    color: #333;
	outline : none;
}
a:hover {
	text-decoration : underline ;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
a.clear:hover{
	opacity: .7;
	filter : alpha(opacity=70);
	-ms-filter : "alpha( opacity=70 )";
}
img {
	max-width: 100%;
}
/*----- ドラッグした文字を装飾 -----*/
::selection {
	background: #9a0102;
	color: #fff;
}
::-moz-selection {
	background: #9a0102;
	color: #fff;
}
.pc-none{
    display: none !important;
}
.sp-none{
    display: block;
}

/*==================================================

	START header
 
==================================================*/

#header ul#head-block{
	display: table;
	width: 100%;
/* 	padding: 3% 0; */
	position: relative;
}
#header ul#head-block li{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#header ul#head-block li.office-name a{
	font-size: 2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	position: relative;
	display: inline-block;
    padding: 3% 0;
}
#header ul#head-block li.office-name a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #9a0102;
    position: absolute;
    bottom: -1px;
}
#header ul#head-block li.phone-number{
	text-align: right;
}
/*バナーあり*/
#header ul#head-block li.phone-number a{
    display: inline-block;
    padding-left: 1em;   
}
#header nav{
	background: #dee7e7;
	border-top: 1px solid #cbd5d5;
}
#header nav ul{
    text-align: right;
}
#header nav ul li{
	display: inline-block;
	padding-left: 2em;
}
#header nav ul li a{
	color: #333;
	font-weight: bold;
	display: block;
	padding: 2em 0;
	text-decoration: none;
	position: relative;
}
#header nav ul li a:before,
#header nav ul li a:after{
    position: absolute;
    bottom: 1.5em;
    content: "";
    display: inline-block;
    width: 0;
    height: 3px; 
    background: #333;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
#header nav ul li a:before{
    left: 50%;
}
#header nav ul li a:after{
    right: 50%;
}
#header nav ul li a:hover:before,
#header nav ul li a:hover:after{
    width: 50%;
}
#header nav ul li.current a:after{
	position: absolute;
    bottom: 1.5em;
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px; 
    background: #333;
    transition: 0;
    left: 0;
    right: 0;
}
#header nav ul li.current a:before{
    content: none;
}


/*==================================================

	START footer
 
==================================================*/

#footer .footer-top{
    background: #f4faff;
    padding: 2em 0;
}
#footer .footer-top .wrap,
#footer .footer-bottom .wrap{
    display: table;
}
#footer .footer-top p,
#footer .footer-top ul,
#footer .footer-bottom dt,
#footer .footer-bottom dd{
    display: table-cell;
    vertical-align: top;
}
#footer .footer-top .wrap p{
    font-size: 1.1em;
    padding: 0;
}
#footer .footer-top ul{
    vertical-align: middle;
}
#footer .footer-top  ul li{
    display: inline-block;
    border-left: 1px solid #fff;
}
#footer .footer-top .wrap ul li:last-child{
    border-right: 1px solid #fff;
}
#footer .footer-top .wrap ul li a{
    font-weight: bold;
    text-decoration: none;
    padding: 0 .5em;
}
#footer .footer-top .wrap ul li a:hover{
    text-decoration: underline;
}
#footer .footer-bottom{
    background: #2e4150;
    padding: 3em 0;
    color: #fff;
}
#footer .footer-bottom dt{
    width: 50%;
}
#footer .footer-bottom p strong{
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    padding-top: .5em;
}
#footer .footer-bottom #copyright{
    font-size: .8em;
    padding: 0;
}
#footer .footer-bottom dd{
    width: 50%;
}
#footer .footer-bottom dd .footer-navi{
    display: block;
}
#footer .footer-bottom dd .footer-navi li{
    display: inline-block;
}
#footer .footer-bottom dd .footer-navi li a{
    color: #fff;
    padding: 0 .5em;
}

/*==================================================

	START top
 
==================================================*/

#main-img-one {
	position: relative;
}
#main-img-one img {
	position: relative;
	width: 100%;
}
#main-img-one  #catch-copy {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 5em;
    font-weight: 100;
    line-height: 1.4;
    position: absolute;
    top: 30%;
    text-shadow: 1px 1px 10px #777;
}

/*----- スライダー ここから -----*/
.flickity-viewport {
    height: 46vw !important;
}
#main-img-block{
    position: relative;
}
#main-img img{
    min-width: 100%;
}
#main-img .gallery-cell {
    width: 100%;
    height: auto;
}
#catch-copy {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 5em;
    font-weight: 100;
    line-height: 1.4;
    position: absolute;
    top: 30%;
    text-shadow: 1px 1px 10px #777;
    padding: 0;
}
#catch-copy span{
    display: block;
    font-size: .3em;
    letter-spacing: .3em;
}
#main-img .flickity-page-dots{
    position: absolute;
    top: 3%;
}
#main-img .flickity-page-dots .dot{
    background: #dee7e7;
    opacity: 1;
    margin: 0 7px;
}
#main-img .flickity-page-dots .dot.is-selected{
    background: #9a0102;
}
/*----- スライダー ここまで -----*/
#news-colm{
    background: #2e4150;
    padding: 5% 0;
}
#news-colm .wrap{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#news-colm .daily-news-block,
#news-colm .topics-block{
    background: #fff;
    padding: 2em;
}
#news-colm .daily-news-block{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 0;
}
#news-colm .wrap h1{
    padding: 0;
    margin-bottom: .5em;
}
#news-colm .wrap .daily-news-block h1{
    padding: .5em .5em .5em 1.7em;
    background: url(./img/dn-icon.png) no-repeat left center / auto 50%;
}
#news-colm .wrap .topics-block h1{
    padding: .5em .5em .5em 1.7em;
    background: url(./img/t-icon.png) no-repeat left center / auto 50%;
}
#office-colm{
    background: #9ec0e0 url(./img/office-colm-bg.jpg) no-repeat center bottom / cover;
	background-image: none;
}
#office-colm dl{
    position: relative;
    padding: 5% 0 30%;
    height: 100%;
}
#office-colm dt{
    background: #fff;
    padding: 2em 42% 2em 2em;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#office-colm dt h2:after{
    content: none;
}
#office-colm dd{
    width: 50%;
    position: absolute;
    top: 20%;
    right: 0;
}
#office-detail-colm{
    padding: 5% 0;
}
#office-detail-colm .float-left{
    width: 57%;
}
.float-left .baseTb tr th{
    width: 25%;
}
#office-detail-colm .float-right{
    width: 40%;
}
#office-detail-colm .float-right iframe{
    width: 100%;
    height: 350px;
}
/*==================================================

	その他共通
 
==================================================*/

/*----- ページトップ -----*/
#pagetop{
	text-align: right;
	padding: 20px 0;
}
#pagetop a{
    font-size: .8em;
	text-decoration: none;
}
#pagetop a:hover span{
	text-decoration: underline;
}
#pagetop a span{
	padding-left: .5em;
}
/*----- ページトップここまで -----*/
h1{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	padding: .8em 0;
	margin-bottom: 1em;
}
#title-block h1{
	font-size: 1.8em;
	line-height: 1.4;
	color: #fff;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 1.2em;
}
h2:after{
    content: "";
    display: block;
    width: 3%;
    height: 3px;
    background: #333;
    margin: .5em 0;
}
h2 span{
	font-size: .6em;
	font-weight: normal;
	color: #9a0102;
}
h2 span:before{
    content: "―";
    padding: 0 .3em;
}
h3{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: .5em;
}
h4{
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: .5em;
}
h5{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
}
h6{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    padding: .5em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
}
.separation{
	padding-top: 40px;
	border-top: 1px dotted #333;
}
#main-column{
    position: relative;
    padding: 15% 0 0;
}
#main-column.index{
    padding: 0;
}
#title-block{
    padding: 7% 0 15%;
    width: 100%;
    text-align: center;
    background: #2e4150;
    position: absolute;
    top: 0;
    z-index: -1;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contents .wrap{
    background: #fff;
    padding: 5%;
}
.float-right{
	float: right;
}
img.float-right{
	margin: 0 0 1.5em 1.5em;
}
.float-left{
	float: left;
}
img.float-left{
	margin: 0 1.5em 1.5em 0;
}
.pb20{
	padding-bottom: 1.25em;
}
.pb30{
	padding-bottom: 1.875em;
}
.pb50{
    padding-bottom: 3.125em;
}
p{
	padding-bottom: 1em;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-bold{
	font-weight: bold;
}
.txt-small{
    font-size: .9em;
}
.txt-XXL{
	font-size: 2rem
}
.txt-XL{
	font-size: 1.5rem
}
.txt-L{
	font-size: 1.3rem
}
.txt-M{
	font-size: 1.1rem
}
.txt-XXS{
	font-size: .7rem
}
.txt-XS{
	font-size: .8rem
}
.txt-S{
	font-size: .9rem
}

/*----- リスト -----*/
.num{
	margin-left: 1.5em;
}
.num li{
	list-style: decimal;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
.disc{
	margin-left: 1.2em;
}
.disc li{
	list-style: disc;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
/*----- リストここまで -----*/


/*----- テーブル -----*/
.baseTb{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 20px;
	margin-top: -20px;
}
.baseTb tr th,
.baseTb tr td{
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}
.baseTb tr th{
    width: 20%;
	border-left: 1px solid #9a0102;
}
.baseTb tr td iframe{
	padding: 1em 0 0;
}
/*----- テーブルここまで -----*/
/*----- マイナンバーコンテンツ -----*/
.mynumberBox{
	border: 1px solid #555;
	padding: 1em;
}

/*----- マイナンバーコンテンツここまで -----*/


/*----- ブログ -----*/
.post-type-archive-blogs h2 span,
.blogs-template-default h2 span{
	display: block;
	padding-bottom: .25rem;
	color: #000;
}
.post-type-archive-blogs h2 span:before,
.blogs-template-default h2 span:before{
	display: none;
}
.editor strong{
	font-weight: bold;
}
.editor em{
	font-style: italic;
}
.editor ul,
.editor ol{
	margin: 0 0 1rem 1rem;
}
.editor ul li{
	list-style: disc;
	line-height: 1.5;
}
.editor ol li{
	list-style: decimal;
	line-height: 1.5;
}
.editor table{
	margin-bottom: 1rem;
}
.editor img{
	display: block;
}
.editor img.aligncenter{
	margin: 0 auto;
	padding-bottom: 1rem;
}
.editor img.alignleft{
	float: left;
	margin-right: 1rem;
}
.editor img.alignright{
	float: right;
	margin-left: 1rem;
}
.editor img.alignleft:after,
.editor img.alignright:after{
	content: " " ;
	display : block ;
	clear : both;
	height : 0 ;
	visibility : hidden ;
}

/*----- ブログここまで -----*/



/*==================================================

	レスポンシブ
 
==================================================*/

@media (max-width: 480px){
	body{
    	font-size: 0.875em;
	}
	/*----- header -----*/
	#header{
		width: 100%;
		height: auto;
		min-height: 55px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
	}
	#header ul#head-block{
		padding: 0;
		position: relative;
		z-index: 9999;
		width: 80%;
	}
	#header ul#head-block li.office-name{
		display: inline-block;
		width: 100%;
		line-height: 55px;
	}
	#header ul#head-block li.office-name a{
		font-size: 1.3em;
		padding: 0;
	    vertical-align: middle;
	}
	#header ul#head-block li.office-name a::after{
    	content: none;
	}
	/* 	meanmenu */
	html .mean-container .mean-bar{
		float: none;
		top: 0;
		min-height: 55px;
	}
	html .mean-container .mean-nav{
		margin-top: 55px;
		background: #dee7e7;
	}
	html .mean-container .mean-nav .wrap{
    	padding: 0;
    	position: absolute;
		background: #dee7e7;
	}
	html .mean-container .mean-nav ul li{
		border-bottom: 1px dotted #fff;
	}
	html .mean-container .mean-nav ul li.mean-last{
		border: 0;
	}
	html .mean-container .mean-nav ul li a{
		display: block;
		text-decoration: none;
		padding: 1.5em 1em;
	}
	html .mean-container a.meanmenu-reveal{
		background: #dee7e7;
		color: #333;
		width: 29px;
		height: 29px;
		text-align: center;
		line-height: 27px;
		font-size: 3em !important;
		font-weight: normal;
		font-family: inherit;
	}
	html .mean-container a.meanmenu-reveal span{
		margin-top: 5px;
		background: #333;
	}
	
	/*----- footer -----*/
	#pagetop.wrap{
    	padding: 1em 3%;
	}
	#pagetop a{
    	font-size: .9em;
	}
	#footer .footer-top{
    	padding: 2em 0 0;
	}
	#footer .footer-top .wrap,
	#footer .footer-bottom .wrap{
    	display: block;
	}
	#footer .footer-top p,
	#footer .footer-top ul,
	#footer .footer-bottom dt,
	#footer .footer-bottom dd{
    	display: block;
	}
	#footer .footer-top .wrap{
    	padding: 0;
    	text-align: center;
	}
	#footer .footer-top p.office-name{
    	padding: 0 0 1em;
	}
	#footer .footer-top ul{
    	text-align: left;
    	margin-top: 2em;
	}
	#footer .footer-top .wrap ul li,
	#footer .footer-top .wrap ul li:last-child{
    	display: block;
    	border: 0;
	}
	#footer .footer-top .wrap ul li a{
    	display: block;
    	padding: 1.25em 1em 1.25em 3%;
    	border-top: 1px solid #ddd;
	}
	#footer .footer-top .wrap ul li a:before{
    	display: inline-block;
      	font-family: 'FontAwesome';
      	content: "\f105";
      	font-size: 100%;
      	padding-right: 0.35em;
      	font-style: normal;
      	font-weight: normal;
      	line-height: 1;
	}
	#footer .footer-bottom dt,
	#footer .footer-bottom dd{
    	width: auto;
	}
	#footer .footer-bottom dd.pc-none{
    	text-align: center;
    	padding: 2em 0 0;
	}
	#footer .footer-bottom dd.pc-none a{
    	display: inline-block;
	}
	#footer .footer-bottom dt a{
        width: 50%;
        color: #fff;
    }
    #footer .footer-bottom dd .footer-navi {
	    text-align: left;
	    margin: 2em 0 0;
	}
    #footer .footer-bottom dd .footer-navi li {
	    display: block;
	}
    #footer .footer-bottom dd .footer-navi li a {
	    padding: 0;
	    margin: .5em 0;
	    display: inline-block;
    }
	/*----- トップページ -----*/
	#news-colm .daily-news-block,
	#news-colm .topics-block{
    	position: static;
    	padding: 1em;
    	margin-bottom: 3%;
	}
	#news-colm .topics-block{
    	margin-bottom: 0;
	}
	#news-colm{
    	padding: 3% 0;
	}
	#office-colm{
    	background-size: 100%;
	}
	#office-colm dl{
    	padding: 3% 3% 40%;
	}
	#office-colm dl dt,
	#office-colm dl dd{
    	position: static;
    	width: auto;
	}
	#office-colm dl dt{
    	padding: 2em 1em 1em;
	}
	#office-detail-colm{
    	padding: 5% 3% 3%;
	}
	#office-detail-colm .float-left,
	#office-detail-colm .float-right,
	.float-left .baseTb tr th{
    	width: 100%;
	}
	/*----- メイン画像 -----*/
    #main-img-block p#catch-copy{
    	font-size: 2.8em;
    	top: 25%;
	}
	#main-img .flickity-page-dots{
    	bottom: 3%;
    	top: auto;
	}
	/*----- 共通 -----*/
	h1{
		font-size: 1.3em;
		padding: .5em .3em;
	}
	#title-block h1{
    	font-size: 1.5em;
	}
	h2{
		font-size: 1.25em;
		padding: 0 .3em .8em;
		margin-bottom: .5em;
	}
	body h2:after{
    	width: 5%;
    	margin: .7em 0 0;
	}
	h3{
    	font-size: 1.2em;
	}
	h4{
    	font-size: 1.15em;
	}
	h5{
    	font-size: 1.1em;
	}
	h6{
    	font-size: 1.05em;
	}
	.separation{
		padding-top: 30px;
	}
	.float-right,
	.float-left{
		float: none;
	}
	img.float-right,
	img.float-left{
		margin: 0 auto 1em;
		display: block;
	}
	#main-column{
    	padding: 0;
		overflow-x: hidden;
	}
	#main-column #title-block{
    	position: static;
    	padding: 10% 0;
    	margin-bottom: 1em;
	}
	.wrap,
	.wrap #top-colm,
	.contents.scroll-block{
		width: 100%;
		margin: 0 auto;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.wrap .contents{
		width: 100%;
		margin: 0 0 30px;
	}
	.baseTb tr th,
	.baseTb tr td{
		width: 100%;
		display: block;
	}
	body .pc-none{
        display: block !important;
    }
    body .sp-none{
        display: none !important;
    }
	/*----- Google Map -----*/
	.baseTb tr td iframe{
		max-width: 100%;
	}
	.google-maps {
	    position: relative;
	    padding-bottom: 75%;
	    height: 0;
	    overflow: hidden;
    }
    .google-maps iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
    }
	/*----- 税務カレンダー -----*/
	.contents.scroll-block .wrap{
    	padding: 0;
    	height: auto;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	/*----- ブログ -----*/
	.editor a{
		word-break: break-all;
	}
	.editor img.alignleft,
	.editor img.alignright{
		float: none;
		height: auto;
		display: block;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.editor img.aligncenter{
		height: auto;
	}
}

/*----- お問い合わせフォームテーブル -----*/
.grecaptcha-badge { visibility: hidden; }
.wpcf7-spinner { display: none !important; }

#contactTb{
	margin-bottom: 2em;
}
#contactTb.baseTb tr th{
	width: 35%;
}
#contactTb.baseTb tr th .require{
	color: red;
}
#contactTb.baseTb tr p:has(.require){
	padding-bottom: 0;
}
#contactTb.baseTb tr .require{
	color: red;
}
#contactTb.baseTb tr th .submessage{
	font-size: 0.8em;
}
#contactTb.baseTb tr input[type="tel"],
#contactTb.baseTb tr input[type="text"],
#contactTb.baseTb tr input[type="email"],
#contactTb.baseTb tr textarea{
	border: 1px solid #aaa;
	padding: 0.3em 0.5em;
	font-size: 100%;
	width: 80%;
	outline: none;
}
#confirm-button{
	text-align: center;
}
#confirm-button input[type="button"],
#confirm-button input[type="submit"]{
	margin: 0 5px;
	font-size: 1.2em;
}
#confirm-button input[type="submit"],
#confirm-button input[type="reset"],
#confirm-button  input[type="button"]{
	border-radius: 3px;
	background: #555;
	color: #fff;
	padding: 1em 2.5em;
	border: 0;
	transition: 0.3s;
}
#confirm-button input[type="submit"]:hover{
	background: #d72500;
	cursor: pointer;
}
#confirm-button input.backBtn{
	background: #ccc;
	color: #333;
}
#confirm-button input.backBtn:hover{
	background: #aaa;
}

@media (max-width: 480px) {
	#contactTb.baseTb tr th{
    	width: 100%;
	}
	#contactTb.baseTb tr input[type="tel"], 
	#contactTb.baseTb tr input[type="text"], 
	#contactTb.baseTb tr input[type="email"], 
	#contactTb.baseTb tr textarea{
		width: 90%;
	}
}
/*----- お問い合わせフォームテーブルここまで -----*/

.form_mail .wpcf7-not-valid-tip{
	display: none !important;
}
.form_phone .wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid-tip{
	background-color: rgb(220 50 50 / 0.15);
    padding: 0.2rem 0.6rem 0.1rem;
	width: 80%;
	margin-top: 0.6rem;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.form_mail,.form_phone{
	@media (max-width: 480px) {
		td {
			padding-bottom: 0 !important;
		}
	}
}
#error_phone_mailadd .wpcf7-not-valid-tip{ 
	margin-top: 0;
}
.form_valid_tip td{
	padding: 0 !important;
}
.form_valid_tip span{
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	background-color: rgb(220 50 50 / 0.15);
	padding: 0.2rem 0.6rem 0.1rem;
	width: 86%;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: none;
}
#error_phone_mailadd .wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: block;
}


/*-----  -----*/
#main-img-one #catch-copy {
    font-size: 3.8rem;
	top: 45%;
	@media (max-width: 480px) {
		font-size: 1.6rem;
	}
}