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

@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

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

	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;
	letter-spacing: .03em;
	color : #333 ;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color : #203d7d ;
	outline : none;
	text-decoration : none ;
}
a:visited {
	color : #203d7d ;
}
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%;
	height: auto;
}
/* ドラッグした文字を装飾 */
::selection {
	background: #203d7d;
	color: #fff;
}
::-moz-selection {
	background: #203d7d;
	color: #fff;
}
.pc-none{
    display: none !important;
}
.sp-none{
    display: block;
}

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

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

#header{
	border-top: 3px solid #203d7d;
}
#header ul#head-block{
	display: table;
	width: 100%;
	padding: 3% 0;
}
#header ul#head-block li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#header ul#head-block li.office-name a{
	font-size: 2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#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: #203d7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #203d7d 50%, #1d3670 50%, #1a244c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #203d7d 50%,#1d3670 50%,#1a244c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #203d7d 50%,#1d3670 50%,#1a244c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203d7d', endColorstr='#1a244c',GradientType=0 ); /* IE6-9 */
}
#header nav ul{
	display: table;
	
}
#header nav ul li{
	display: table-cell;
	text-align: center;
}
#header nav ul li a{
	display: block;
	background: #203d7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #203d7d 50%, #1d3670 50%, #1a244c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #203d7d 50%,#1d3670 50%,#1a244c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #203d7d 50%,#1d3670 50%,#1a244c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203d7d', endColorstr='#1a244c',GradientType=0 ); /* IE6-9 */
	padding: 1.5em 1em;
	color: #fff;
	border-left: 1px solid #0d204c;
}
#header nav ul li a:hover,
#header nav ul li.current a{
	background: #13254b;
	background: -moz-linear-gradient(top,  #1d3670 0%, #13254b 50%, #111e42 50%, #111e42 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1d3670 0%,#13254b 50%,#111e42 50%,#111e42 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1d3670 0%,#13254b 50%,#111e42 50%,#111e42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3670', endColorstr='#111e42',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
#header nav ul li:last-child a{
	border-right: 1px solid #0d204c;
}


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

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

#footer .footer-top{
    background: #203d7d;
    padding: .5em 0;
}
#footer .footer-top p,
#footer .footer-top a{
    color: #fff;
}
#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;
	word-break: break-all;
}
#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{
    padding: 0 .5em;
}
#footer .footer-bottom{
    background: #e5e5e5;
    padding: 1em 0;
}
#footer .footer-bottom dt{
    width: 60%;
}
#footer .footer-bottom dd{
    width: 40%;
}
#footer .footer-bottom #copyright p{
    font-size: .8em;
    padding-top: 1em;
}


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

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

#main-img-one{
	position: relative;
}
#main-img-one img{
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 50px;
}
#main-img-one p{
    bottom: 12%;
    color: #fff;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    left: 3%;
    text-shadow: 1px 1px 7px black;
}

#top-colm .section-title {
	font-size: 1.6em;
}

/*----- スライダー ここから -----*/
.flickity-viewport {
    height: 460px !important;
}
#main-img-block{
    position: relative;
}
#main-img{
    margin-bottom:50px;
}
#main-img .gallery-cell {
    width: 100%;
    height: auto;
}
h1#catch-copy {
    bottom: 5%;
    color: #fff;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    left: 3%;
    text-shadow: 1px 1px 7px black;
    border: none;
    padding: 0;
    margin: 0;
}
#main-img .flickity-page-dots .dot{
    background: #ccc;
    opacity: 1;
    margin: 0 7px;
}
#main-img .flickity-page-dots .dot.is-selected{
    background: #203d7d;
}
/*----- スライダー ここまで -----*/
#top-colm .contents{
    width: auto;
}
#top-colm .float-left{
    width: 70%;
}
#top-colm .float-right{
    width: 25%;
}
#top-colm .float-right dl{
    border: 3px solid #ccc;
    padding: 1em;
    text-align: center;
    position: relative;
}
#top-colm .float-right dl:before{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 15%;
    margin: 0 auto;
    width: 70%;
    height: 3px;
    background: #203d7d;
}
#top-colm .float-right dl dt{
    margin-bottom: .5em;
}
#top-colm .float-right dl dt p{
    font-weight: bold;
     font-size: 1.2em;
     padding-bottom: .5em;
}
#top-colm .float-right dl dt p strong{
    font-weight: bold;
    font-size: 1.5em;
}
#top-colm .float-right dl dd p{
    padding-bottom: 0;
}
/*==================================================

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

/*----- ページトップ -----*/
#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{
	color: #203d7d;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	border-top: 3px solid #203d7d;
	border-bottom: 1px solid #ccc;
	padding: .8em .5em;
	margin-bottom: 1em;
}
#title-block h1{
	font-size: 1.7em;
	border-top: 0;
	border-bottom: 0;
	border-left: 5px solid #203d7d;
	padding: .5em;
	color: inherit;
}
h2{
	color: #203d7d;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	border-top: 3px solid #203d7d;
	border-bottom: 1px solid #ccc;
	padding: .8em .5em;
	margin-bottom: 1.5em;
}
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{
    padding: 30px 0 0;
}
#main-column.index{
    padding: 0;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.wrap .contents{
	margin-bottom: 40px;
}
.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;
}
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: 2em;
}
.num li{
	list-style: decimal;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
.disc{
	margin-left: 1.5em;
}
.disc li{
	list-style: disc;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
/*----- リストここまで -----*/


/*----- テーブル -----*/
.baseTb{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.baseTb tr th,
.baseTb tr td{
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	word-break: break-all;
}
.baseTb tr th{
    width: 20%;
	background: #f9f5f4;
}
.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;
}
.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;
	border-collapse: collapse;
}
.editor table tr th,
.editor table tr td {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}
.editor table tr th {
	background: #eee;
}
.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){
	/*----- header -----*/
	#header{
		width: 100%;
		height: 58px;
		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: 58px;
	}
	#header ul#head-block li.office-name a{
		font-size: 1.3em;
	}
	/* 	meanmenu */
	html .mean-container .mean-bar{
		float: none;
		top: 3px;
		min-height: 58px;
	}
	html .mean-container .mean-nav{
		margin-top: 55px;
		background: #203d7d;
	}
	html .mean-container .mean-nav .wrap{
    	padding: 0;
    	position: absolute;
	    background: #203d7d;
	}
	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;
		color: #fff;
		text-decoration: none;
		padding: 1.5em 1em;
	}
	html .mean-container a.meanmenu-reveal{
		background: #203d7d;
		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;
	}
	
	/*----- footer -----*/
	#pagetop.wrap{
    	padding: 1em 3%;
	}
	#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-top: 1em;
    	padding-bottom: 1em;
	}
	#footer .footer-top p.office-name{
    	padding: 0 0 1em;
	}
	#footer .footer-top ul{
    	text-align: left;
	}
	#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: inline-block;
    	padding: .5em 0 .25em;
	}
	#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{
    	padding-bottom: 0;
	}
	#footer .footer-bottom dt,
	#footer .footer-bottom dd{
    	width: auto;
	}
	body #footer .footer-bottom dd.txt-right{
		text-align: center;
	}
	#footer .footer-bottom dd.pc-none{
    	text-align: center;
    	padding-bottom: 1em;
	}
	#footer .footer-bottom dd.pc-none a{
    	display: inline-block;
	}
	#footer .footer-bottom dd a{
		
	}
	/*----- トップページ -----*/
	#top-colm .float-left,
	#top-colm .float-right{
    	width: auto;
	}
	#main-column.index .wrap{
    	padding: 0;
	}
		#top-colm .section-title {
		font-size: 1.3em;
	}
	/*----- メイン画像 -----*/
	.flickity-viewport {
	    height: 48vw !important;
	}
	h1#catch-copy{
		padding-bottom: 0;
		font-size: 1.25em;
		bottom: 20%;
	}
	/*----- 共通 -----*/
	h1{
		font-size: 1.3em;
		padding: .5em .3em;
	}
	h2{
		font-size: 1.25em;
		padding: .8em .3em;
	}
	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;
	}
	.wrap,
	.wrap #top-colm{
		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%;
	}
	/*----- 税務カレンダー -----*/
	.wrap .contents.scroll-block{
    	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;
	}
}




/* 経理ドリブンRSSフィード掲載 */
#top-colm .feeds-block .feed {
	padding: 0 0 1em;
}
#top-colm .feeds-block .feed:last-child {
	padding: 0;
}
#top-colm .feeds-block .feed-date {
	line-height: 1.6;
}
#top-colm .feeds-block .feed-title {
    line-height: 1.5;
    margin-bottom: .5em;	
}
#top-colm .feeds-block .feed-description {
	display: inline;
	line-height: 1.6;
}
@media (min-width: 481px) {
	#top-colm .feeds-block .feed-title {
	    font-size: 1.3em;
	}
}
@media (max-width: 480px) {
	#top-colm .feeds-block {
	    margin: 0 0 30px;
	}
	#top-colm .feeds-block .feed-title {
	    font-size: 1.15em;
	}
}

/* バナー貼付 */
#footer #footer-mjsBanner-wrap {
	padding: 2em 0;
	background-color: #f0f0f0;
	min-height: 4em;
	position: relative;
}
#footer #footer-mjsBanner-wrap #mjsBannerList {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
#footer #footer-mjsBanner-wrap #mjsBannerList .banner {
	width: 23%;
	text-align: center;
	padding: 1%;
}
#footer #footer-mjsBanner-wrap #mjsBannerList .banner a {
	display: block;
}
@media (max-width: 480px) {
	#footer #footer-mjsBanner-wrap #mjsBannerList .banner {
		width: 80%;
		text-align: center;
		padding: 1%;
	}
}

/*----- お問い合わせフォームテーブル -----*/
.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: 95%;
	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;
}


/*----- お問い合わせフォームテーブルここまで -----*/

.p-career_history {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.4rem 1rem;
}