@charset "UTF-8";

/*
Theme Name: 2022mj_imtax
Description: 2022mj_imtax
Theme URI: https://imtax.net/
Author: https://imtax.net/
Author URI: https://imtax.net/
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'ShipporiMinchoB1-Bold';
	font-weight: 700;
	src: url(fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Bold.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Josefin_Sans';
	src: url(fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf) format('truetype');
	font-display: swap;
}
.spr {
	font-family: 'ShipporiMinchoB1-Bold', serif;
}
.josefin {
	font-family: 'Josefin_Sans', sans-serif;
}

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #251E1F;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	font-family: sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
p {
	margin:0 0 1.5em 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 17px;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 14px;
	}
}

/****************************************
 * リンク
*****************************************/

a {
	color: #242E41;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}

/*single テキストリンク
*****************************************/
a.txt {
	text-decoration: underline;
}
#single .contents_textbox a {
	position: relative;
	color: #0067a2;
	text-decoration: underline;
}


/* 別ウィンドウリンク
*****************************************/
a.tab {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	line-height: 1;
}
a.tab:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 3px;
	background: url(images/common/icon140_tab.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 18px;
	height: 18px;
}

/* メインボタン
*****************************************/

.main_btn {
	display: inline-block !important;
	width: auto !important;
	margin: 10px !important;
	padding: 18px 5em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 3px !important;
	background-size: 200% auto !important;
	color: #FFF !important;
	font-family: sans-serif !important;
	font-weight: bold !important;
	background-image: linear-gradient(to right, #0068A3 0%, #A00088 51%, #0088A0 100%) !important;
	position: relative !important;
}
.main_btn:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
.main_btn:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	.main_btn {
		padding: 18px 3em !important;
	}
}
@media screen and (max-width: 430px) {
	.main_btn {
		width: 100% !important;
		padding: 15px !important;
		margin: 0 !important;
	}
	button.main_btn {
		margin: 8px 0 0 !important;
	}
}


/* サブボタン
*****************************************/

.sub_btn {
	display: inline-block !important;
	width: auto !important;
	margin: 6px !important;
	padding: 12px 5em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 3px !important;
	background-size: 160% auto !important;
	color: #FFF !important;
	font-family: sans-serif !important;
	font-weight: bold !important;
	background-image: linear-gradient(to right, #000D2E 0%, #0068A3 33%, #0088A0 100%) !important;
	position: relative !important;
}
.sub_btn:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
.sub_btn:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 560px) {
	.sub_btn {
		padding: 12px 3em !important;
	}
}

/****************************************
 * h要素
*****************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'ShipporiMinchoB1-Bold', serif;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.main_title {
	color: #000D2E;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	margin-bottom: 90px;
}
.main_title span.bg {
	position: relative;
	z-index: 1;
}
.main_title span.bg:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: #D6F0FE;
	width: 180%;
	height: 60px;
	border-radius: 4px;
	z-index: -1;
}
.main_title span.en {
	display: block;
	font-size: .4em;
	margin: 22px 0 0;
	position: relative;
	z-index: 2;
}
.main_title span.big {
	font-size: 1.2em;
	line-height: 1;
}
.main_title span.main_bottom {
	display: block;
	margin-top: 15px;
	letter-spacing: 6px;
}

.archive_title,
.new_arrival_title {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.main_title {
		margin-bottom: 60px;
	}
	.main_title span.bg:before {
		top: 23px;
		width: 160%;
	}
	.main_title span.en {
		margin: 16px 0 0;
	}
}
@media screen and (max-width: 560px) {
	.main_title {
		font-size: 1.8em;
	}
	.main_title span.bg:before {
		width: 140%;
	}
}
@media screen and (max-width: 430px) {
	.main_title {
		font-size: 1.6em;
	}
	.main_title span.bg:before {
		top: 16px;
		width: 140%;
	}
}
@media screen and (max-width: 320px) {
	.main_title {
		font-size: 1.4em;
		margin-bottom: 60px;
	}
	.main_title span.bg:before {
		top: 10px;
		width: 140%;
		height: 45px;
	}
	.main_title span.en {
		margin: 10px 0 0;
	}
}
h2 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 60px;
}
h3 {
	text-align: left;
	font-size: 1.6em;
	margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
	h1.main_title {
		font-size: 1.6em;
		padding: 45px 0 0 45px;
	}
	
}
@media screen and (max-width: 430px) {
	h1.main_title {
		font-size: 1.3em;
		padding: 30px 0 0 0;
	}
	h1.main_title span {
		font-size: .7em;
	}
	h2 {
		margin-bottom: 45px;
	}
}


/****************************************
 * リスト
*****************************************/
table {
	border-collapse: collapse;
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

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

@media screen and (min-width: 1025px) {/*1025px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:1024px) {/*1024px以下で*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 560px) {/*480px以下で*/
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/****************************************
 * 上部固定ヘッダー
*****************************************/

.fix_header {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	opacity:0;
	z-index: 1000;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.fix_header ul.menu > li > a {
	display: inline-block;
	line-height: 0;
	position: relative;
}
.fix_header ul.menu > li > a::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	width: 100%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.fix_header ul.menu > li > a:hover::after {
  bottom: -18px;
  opacity: 1;
  visibility: visible;
}

.fix_header_contents {
	width: 100%;
	margin: 0 auto;
	padding: 15px 30px;
}
.fix_header_contact {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.fix_header_contact .logo a:after {
	content: none;
}
.fix_header_contact .info p.open {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: .9em;
}
.fix_header_contact .info p.phone {
	display: inline-block;
	position: relative;
	padding: 0 0 0 32px;
	margin: 0;
	color: #042d53;
	font-size: 1.3em;
}
.fix_header_contact .info p.phone:before {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/icon140_phone-042d53.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.fix_header nav#fix_header {
	width: 100%;
	margin: 0 auto;
}
.fix_header ul {
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.fix_header ul li {
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	position: relative;
}
.fix_header ul li:last-child {
	margin-right: 0;
}
.fix_header li a,
.fix_header li a:visited {
	text-align: center;
}
.fix_header li:last-child{
	margin-right:0;
}

@media screen and (max-width: 1430px) {
	
}
@media screen and (max-width: 1260px) {
	.fix_header li a,
	.fix_header li a:visited {
		font-size: .9em;
	}
	.fix_header nav#fix_header {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	.fix_header {
		display: none;
	}
}

/****************************************
 * ヘッダー
*****************************************/

header {
	position: relative;
}
header:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	background: url(images/common/dotted_bg.jpg) repeat;
	background-size: 8px 8px;
	background-position: center;
	width: 100%;
	height: 160px;
}
/*上部*/
header .header_top {
	padding: 20px 0 0;
	position: relative;
}
header .header_top:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	background: url(images/common/header_wave.png) no-repeat;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}
header .header_top_box {
	display: flex;
	justify-content: space-between;
}
header .header_top_box .logo_box {
	
}
header .header_top_box .bloginfo {
	margin: 6px 0 0;
	text-align: left;
	font-size: .8em;
	font-family: sans-serif;
	font-weight: normal;
}	

header .header_top_box .contact {
	
}
header .header_top_box .phone_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_top_box .phone_box p.phone {
	font-size: 1.8em;
	color: #042d53;
	position: relative;
	padding-left: 40px;
	line-height: 45px;
}
header .header_top_box .phone_box p.phone:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(images/common/icon140_phone-042d53.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 32px;
	height: 32px;
}
header .header_top_box p.hours {
	text-align: center;
	margin: -3px 0 0;
}
header .header_top_box p.hours span.open {
	
}

/*下部*/
header .header_bottom {
	position: relative;
	left: 0;
	right: 0;
	top: -75px;
	margin: auto;
	z-index: 1;
}
header .header_bottom .inner {
	width: 1260px;
}

@media screen and (max-width: 1260px) {
	header .header_bottom .inner {
		width: auto;
		margin: 0 30px;
	}
	
}
@media screen and (max-width: 1024px) {
	header .header_bottom .inner {
		margin: 0;
		padding: 0 30px;
	}
	
}
@media screen and (max-width: 768px) {
	header .header_bottom .inner {
		padding: 0 20px;
	}
	
}
@media screen and (max-width: 560px) {
	header:before {
		display: none;
	}
	.home header:before {
		content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	background: url(images/common/dotted_bg.jpg) repeat;
	background-size: 8px 8px;
	background-position: center;
	width: 100%;
	height: 160px;
	}
	header .header_top {
		padding: 20px 0;
	}
	header .header_top:before {
		bottom: -39px;
		background: url(images/common/header_wave_sp.png) no-repeat;
		background-size: contain;
		background-position: 50% 0;
	}
}
@media screen and (max-width: 430px) {
	header .header_top_box .bloginfo {
		font-size: .7em;
	}
	header .header_top_box .logo_box img {
		width: 180px;
	}
	
}
@media screen and (max-width: 320px) {
	
}

/****************************************
 * レイアウト
*****************************************/

.inner {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
.inner__nr {
	padding: 0;
	width: 980px;
	margin: 0 auto;
}
.inner__wd {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
main#page_office {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.home main {
	padding: 0;
}
article {
	overflow: hidden;
	width: 100%;
	padding: 0;
}
article.front-page section {
	padding: 90px 0;
}
section {
	padding: 0;
}
article .contents {
	margin: 0;
	padding: 0 0 60px;
	width: calc(100% - 300px);
}
article#office .contents,
article#contact .contents {
	padding: 0;
}
#page .contents,
#page_office .contents {
	width: 100%;
	margin: 0 auto;
}

/* 2カラム */
article .flexbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
aside {
	width: 300px;
	margin-left: 30px;
}

@media screen and (max-width: 1024px) {
	.inner,
	.inner__nr,
	.inner__wd {
		width: 100%;
		padding: 0 60px;
	}
	article .contents {
		width: calc(100% - 260px);
	}
	aside {
		width: 260px;
	}
}
@media screen and (max-width: 960px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 45px;
	}
}
@media screen and (max-width: 768px) {
	article .flexbox {
		flex-direction: column;
	}
	article .contents {
		width: 100%;
	}
	aside {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 559px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 30px;
	}
	article.front-page section {
		padding: 60px 0;
	}
	section.contents {
		padding: 30px;
	}
	.contents {
		margin: 60px auto 0;
	}
}
@media screen and (max-width: 430px) {
	.inner,
	.inner__nr,
	.inner__wd {
		padding: 0 20px;
	}
	section.contents {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	article.front-page section {
		padding: 45px 0;
	}
}

/****************************************
 * ナビゲーション
*****************************************/

nav#general {
	padding: 30px 0;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
	border-bottom: 4px solid #0067a2;
}
nav#general ul.menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
nav#general ul.menu > li {
	width: calc(100%/7);
	text-align: center;
	position: relative;
	transition: all .3s;
}
nav#general ul.menu > li.nav_home {
	background: url(images/nav/navicon_home.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_home a {
	background: url(images/nav/navicon_home.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_home a:hover {
	background: url(images/nav/navicon_home_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_service {
	background: url(images/nav/navicon_service.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_service a {
	background: url(images/nav/navicon_service.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_service a:hover {
	background: url(images/nav/navicon_service_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_office {
	background: url(images/nav/navicon_office.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_office a {
	background: url(images/nav/navicon_office.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_office a:hover {
	background: url(images/nav/navicon_office_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_flow {
	background: url(images/nav/navicon_flow.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_flow a {
	background: url(images/nav/navicon_flow.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_flow a:hover {
	background: url(images/nav/navicon_flow_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_about {
	background: url(images/nav/navicon_about.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_about a {
	background: url(images/nav/navicon_about.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_about a:hover {
	background: url(images/nav/navicon_about_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_blog {
	background: url(images/nav/navicon_blog.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_blog a {
	background: url(images/nav/navicon_blog.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_blog a:hover {
	background: url(images/nav/navicon_blog_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_contact {
	background: url(images/nav/navicon_contact.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_contact a {
	background: url(images/nav/navicon_contact.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li.nav_contact a:hover {
	background: url(images/nav/navicon_contact_on.png) no-repeat;
	background-size: 30px;
	background-position: top center;
}
nav#general ul.menu > li > a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 40px 0 0;
	color: #0068A3;
	font-family: 'ShipporiMinchoB1-Bold', serif;
}
nav#general ul.menu > li > a:hover {
	color: #0088A0;
}
nav#general ul.menu > li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ededed;
	width: 1px;
	height: 68px;
}
nav#general ul.menu > li:first-child:before {
	content: none;
}

@media screen and (max-width: 1024px) {
	nav#general ul.menu > li > a {
		font-size: .9em;
	}
}
@media screen and (max-width: 768px) {
	nav#general ul.menu > li.nav_home,
	nav#general ul.menu > li.nav_home a,
	nav#general ul.menu > li.nav_home a:hover,
	nav#general ul.menu > li.nav_service,
	nav#general ul.menu > li.nav_service a,
	nav#general ul.menu > li.nav_service a:hover,
	nav#general ul.menu > li.nav_office,
	nav#general ul.menu > li.nav_office a,
	nav#general ul.menu > li.nav_office a:hover,
	nav#general ul.menu > li.nav_flow,
	nav#general ul.menu > li.nav_flow a,
	nav#general ul.menu > li.nav_flow a:hover,
	nav#general ul.menu > li.nav_about,
	nav#general ul.menu > li.nav_about a,
	nav#general ul.menu > li.nav_about a:hover,
	nav#general ul.menu > li.nav_blog,
	nav#general ul.menu > li.nav_blog a,
	nav#general ul.menu > li.nav_blog a:hover,
	nav#general ul.menu > li.nav_contact,
	nav#general ul.menu > li.nav_contact a,
	nav#general ul.menu > li.nav_contact a:hover {
		background-size: 24px;
	}
	nav#general ul.menu > li > a {
		font-size: .82em;
		padding: 34px 0 0;
	}
}
@media screen and (max-width: 480px) {
	nav#general ul.menu > li {
		width: calc(100%/2);
	}
	nav#general ul.menu > li:first-child {
		display: none;
	}
	nav#general ul.menu > li > a {
		padding-top: 5px;
	}
}

/****************************************
 * ナビゲーション
 * スマートフォン
*****************************************/

#gn-full-screen {
	display: none;
}

@media screen and (max-width: 560px) {
	#gn-full-screen {
		display: block;
	}
	
	/*ハンバーガーメニュー*/
	#gn-full-screen .hamburger {
		position: fixed;
		right: 30px;
		top: 27px;
		width: 35px;
		height: 20px;
		z-index: 9999;
	}
	#gn-full-screen .hamburger-line {
		display: block;
		height: 2px;
		background: #0067a2;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	#gn-full-screen .hamburger-line-center{
		top: 12px;
	}
	#gn-full-screen .hamburger-line-bottom{
		bottom: -6px;
	}
	#gn-full-screen .hamburger-line-top.active{
		top: 8px;
		transform: rotate(45deg);
	}
	#gn-full-screen .hamburger-line-top.active {
		top: 13px;
		background: #0067a2;
	}
	#gn-full-screen .hamburger-line-center.active{
		transform:scaleX(0);
	}
	#gn-full-screen .hamburger-line-bottom.active{
		bottom: 5px;
		background: #0067a2;
		transform: rotate(135deg);
	}
	
	/*ナビゲーション*/
	#gn-full-screen nav.gn-full-screen-menu {
		overflow: auto;
		background: #FFF;
		display: none;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	#gn-full-screen .menu-sp-menu-container {
		width: 90%;
		margin: 50px auto;
		padding-right: 5px;/*スクロールバー分*/
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu,
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu ul.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu li {
		border-bottom: 1px solid #fff;
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu li.menu-item-206 {
		padding-bottom: 5px;
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu li ul.sub-menu {
		margin-left: 30px;
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu li ul.sub-menu li {
		padding: 0;
		border: none;
	}
	#gn-full-screen .menu-sp-menu-container ul#menu-sp-menu a {
	color: #fff;
	font-size: 1.3em;
	transition: .5s;
	padding: 15px;
	display: block;
	}
	
	#gn-full-screen .sp_nav  {
		margin: 60px auto 0;
		padding: 15px 0 30px;
		height: 100vh;
		overflow-y: scroll;
	}
	#gn-full-screen ul.sp_nav_list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#gn-full-screen ul.sp_nav_list li {
		width: 100%;
		border-bottom: 1px solid #0067a2;
	}
	#gn-full-screen ul.sp_nav_list li:first-child {
		border-top: 1px solid #0067a2;
	}
	
	/* アコーディオン */
	.ac-menu input {
		display: none;
	}
	.ac-menu label {
		display: block;
		padding: 20px 30px;
		cursor: pointer;
		position: relative;
	}
	.ac-menu label span.down_icon {
		position: absolute;
		right: 45px;
		top: 63%;
		transform: translate(-50%,0);
	}
	.ac-menu input:checked ~ label span.down_icon:after {
		
	}
	.ac-menu div.ac-menu-inside {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: .6s;
	}
	.ac-menu input:checked ~ div.ac-menu-inside {
		height: auto;
		opacity: 1;
		transform: .3s;
	}
	.ac-menu a.nav_item {
		display: block;
		padding: 20px 30px;
	}
	.ac-menu ul.sub_list {
		margin: 0;
		padding: 0;
		background: #EFF9FF;
	}
	.ac-menu ul.sub_list li:last-child {
		border-bottom: none !important;
	}
	.ac-menu ul.sub_list li a {
		padding: 20px 30px 20px 45px;
	}
	
	/*　下向き三角 */
	span.down_icon {
		display: inline-block;
		position: relative;
	}
	span.down_icon:before {
	content: '';
    position: absolute;
    top: 50%;
    right: 42%;
    transform: rotate(135deg) translateY(-40%) translateX(-220%);
    width: 12px;
    height: 12px;
    border-top: solid 1px #0067a2;
    border-right: solid 1px #0067a2;
	}
	
	/*ロゴ・電話*/
	#gn-full-screen .sp_nav .menu_bottom {
		text-align: center;
		margin: 30px 0 0;
	}
	#gn-full-screen .sp_nav .menu_bottom .logo_box {
		text-align: center;
		margin: 0 0 12px;
	}
	#gn-full-screen .sp_nav .menu_bottom .logo_box a {
		display: inline-block;
	}
	#gn-full-screen .sp_nav .menu_bottom p {
		margin: 0;
	}
	#gn-full-screen .sp_nav .menu_bottom span.phone {
		display: inline-block;
		position: relative;
		padding: 0 0 0 43px;
		color: #042d53;
		font-size: 1.6em;
	}
	#gn-full-screen .sp_nav .menu_bottom span.phone:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: url(images/common/icon140_phone-042d53.png) no-repeat;
		background-position: center;
		background-size: 100%;
		width: 32px;
		height: 32px;
	}
	#gn-full-screen .sp_nav .menu_bottom span.open {
		
	}
}
@media screen and (max-width: 430px) {
	#gn-full-screen .hamburger {
		right: 30px;
		top: 30px;
	}
	#gn-full-screen .sp_nav {
		padding: 15px 0 0;
	}
}
@media screen and (max-width: 390px) {
	#gn-full-screen .hamburger {
		right: 25px;
		top: 25px;
	}
	#gn-full-screen .sp_nav .menu_bottom .logo_box img {
		width: 200px;
	}
	#gn-full-screen .sp_nav .menu_bottom span.phone {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 320px) {
	#gn-full-screen .hamburger {
		right: 20px;
		top: 25px;
	}
	.ac-menu a.nav_item,
	.ac-menu label {
		padding: 12px 20px;
	}
	#gn-full-screen .sp_nav .menu_bottom .logo_box img {
		width: 180px;
	}
	#gn-full-screen .sp_nav .menu_bottom span.phone {
		padding: 0 0 0 31px;
	}
	#gn-full-screen .sp_nav .menu_bottom span.phone:before {
		width: 24px;
		height: 24px;
	}
}

/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	padding: 20px 0;
	background: #fafafa;
}
.breadcrumbs {
	font-size: .8em;
}

@media screen and (max-width: 560px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}

/****************************************
 * p-backbutton.php
*****************************************/

#p-backbutton {
	padding: 15px 0 15px;
	text-align: left;
	font-size: .7em;
}
#p-backbutton a.backbutton {
	color: #222;
	padding: 0 !important;
}
#p-backbutton a.backbutton:hover {
	background: none;
}

/****************************************
 * p-contact.php
*****************************************/

#p-contact {
	padding: 0 !important;
}
#p-contact a {
	
}
#p-contact .p-contact_top {
	padding: 120px 0 90px;
	background: url(images/p-contact/bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#p-contact .p-contact_top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	background: url(images/common/header_wave.png) no-repeat;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}
#p-contact .p-contact_top_box {
	background: #FFF;
	padding: 60px;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
	border-radius: 4px;
}
#p-contact .p-contact_top_box .main_title {
	font-size: 1.6em;
	margin: 0 0 30px;
}
#p-contact .p-contact_top_box .main_title span.main_top {
	font-size: .8em;
	font-family: sans-serif;
	font-weight: normal;
}
#p-contact .p-contact_top_box .office_box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}
#p-contact .p-contact_top_box .office_box .office_left {
	width: calc(100%/2);
	border-right: 1px solid #ededed;
}
#p-contact .p-contact_top_box .office_box .office_right {
	width: calc(100%/2);
}
#p-contact p.office_info {
	margin: 0;
}
#p-contact p.office_info span.phone {
	display: inline-block;
	color: #042d53;
	font-size: 1.8em;
	line-height: 1;
	padding: 0 0 0 45px;
	position: relative;
}
#p-contact p.office_info span.phone:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/icon140_phone-042d53.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 32px;
	height: 32px;
}
#p-contact p.office_info span.open {
	display: inline-block;
}


@media screen and (max-width: 1024px) {
	#p-contact .p-contact_area {
		padding: 60px 60px 30px 60px;
	}
}
@media screen and (max-width: 768px) {
	#p-contact .p-contact_top {
		padding: 90px 0 60px;
	}
	#p-contact .p-contact_top_box {
		padding: 45px;
	}
}
@media screen and (max-width: 559px) {
	#p-contact .p-contact_top {
		background: url(images/p-contact/bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	#p-contact .p-contact_top:before {
		background: url(images/common/header_wave_sp.png) no-repeat;
		background-size: contain;
		background-position: 50% 0;
	}
	#p-contact .p-contact_top_box .office_box {
		display: flex;
		flex-direction: column;
	}
	#p-contact .p-contact_top_box .office_box .office_left,
	#p-contact .p-contact_top_box .office_box .office_right {
		width: 100%;
		border: none;
	}
	#p-contact .p-contact_top_box .office_box .office_right {
		margin: 12px 0 0;
	}
}
@media screen and (max-width: 430px) {
	#p-contact .p-contact_top {
		padding: 75px 0 45px;
	}
	#p-contact .p-contact_top_box {
		padding: 30px;
	}
	#p-contact .p-contact_top_box .main_title {
		font-size: 1.4em;
	}
	#p-contact .p-contact_top_box .main_title span.main_top {
		font-size: .7em;
	}
	#p-contact p.office_info span.phone:before {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width: 320px) {
	#p-contact .p-contact_top_box {
		padding: 20px;
	}
	#p-contact .p-contact_top_box .main_title {
		font-size: 1.3em;
	}
	#p-contact p.office_info span.phone {
		font-size: 1.6em;
		padding: 0 0 0 34px;
	}
	#p-contact p.office_info span.phone:before {
		width: 23px;
		height: 23px;
	}
}

/****************************************
 * 共通
*****************************************/

/* ページのヘッダーイメージ
*****************************************/
.page_topimage {
	padding: 130px 0;
}
.page_topimage.service { /*取扱業務*/
	background: url(images/page_topimage_service.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.office { /*事務所概要*/
	background: url(images/page_topimage_office.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.about { /*相談の流れ*/
	background: url(images/page_topimage_about.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.flow { /*相談の流れ*/
	background: url(images/page_topimage_flow.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.contact,
.page_topimage.contact_check,
.page_topimage.contact_comp { /*お問い合わせ*/
	background: url(images/page_topimage_contact.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.blog { /*ブログ*/
	background: url(images/page_topimage_blog.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.privacy-policy { /*プライバシーポリシー*/
	background: url(images/page_topimage_pp.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.sitemaps { /*サイトマップ*/
	background: url(images/page_topimage_sitemaps.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage.error { /*404*/
	background: url(images/page_topimage_404.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.page_topimage .topimage_title {
	font-size: 2em;
	line-height: 1;
	/*color: #1c3f62;*/
	color: #FFF;
	padding: 20px 60px;
	margin: 0;
}
.page_topimage .topimage_title span {
	display: block;
	font-size: 14px;
	margin: 16px 0 0;
	font-family: sans-serif;
	font-weight: normal;
}

@media screen and (max-width: 560px) {
	.page_topimage {
		padding: 160px 0;
	}
	.page_topimage.service { /*取扱業務*/
		background: url(images/page_topimage_sp_service.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.office { /*事務所概要*/
		background: url(images/page_topimage_sp_office.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.about { /*相談の流れ*/
		background: url(images/page_topimage_sp_about.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.flow { /*相談の流れ*/
		background: url(images/page_topimage_sp_flow.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.contact,
	.page_topimage.contact_check,
	.page_topimage.contact_comp {  /*お問い合わせ*/
		background: url(images/page_topimage_sp_contact.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.blog { /*ブログ*/
		background: url(images/page_topimage_sp_blog.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.privacy-policy { /*プライバシーポリシー*/
		background: url(images/page_topimage_sp_pp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.sitemaps { /*サイトマップ*/
		background: url(images/page_topimage_sp_sitemaps.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage.error { /*404*/
		background: url(images/page_topimage_sp_404.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.page_topimage .topimage_title {
		font-size: 2em;
	}
}
@media screen and (max-width: 430px) {
	.page_topimage .topimage_title {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 390px) {
	.page_topimage .topimage_title {
		font-size: 1.6em;
		padding: 0 20px;
	}
}
@media screen and (max-width: 320px) {
	.page_topimage .topimage_title {
		font-size: 1.4em;
		padding: 0 10px;
	}
}

/* ページのタイトル
*****************************************/
.page_title {
	position: relative;
	overflow: hidden;
	line-height: 1.6;
	padding: 10px 0 10px 80px;
	color: #1a4170;
	border-top: 3px solid #1a4170;
}
.page_title:before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	width: 15px;
	height: 200px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #1b4170;
}
.page_title span {
	position: absolute;
	top: 10%;
	left: 20px;
	display: block;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.page_title {
		padding: 10px 0 10px 60px;
	}
	.page_title span img {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 560px) {
	.page_title {
		font-size: 1.4em;
	}
	.page_title span img {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 430px) {
	.page_title {
		font-size: 1.3em;
		padding: 10px 0 10px 45px;
	}
	.page_title span {
		left: 10px;
	}
	.page_title span img {
		width: 24px;
		height: 24px;
	}
}


/* 所在について
*****************************************/
.office_add {
	padding: 90px 0;
}
.office_add .office_add_flexbox {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.office_add .office_add_img {
	margin-right: 45px;
}
.office_add .office_add_txt {
	width: 760px;
	padding-left: 45px;
	border-left: 1px solid #0166a1;
}

@media screen and (max-width: 768px) {
	.office_add .office_add_txt {
		width: 680px;
	}
}
@media screen and (max-width: 560px) {
	.office_add {
		padding: 60px 0;
	}
	.office_add .office_add_img {
		margin-right: 30px;
	}
	.office_add .office_add_txt {
		width: 100%;
		padding-left: 30px;
	}
}
@media screen and (max-width: 430px) {
	.office_add {
		padding: 45px 0;
	}
	.office_add .office_add_flexbox {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.office_add .office_add_img {
		display: none;
		margin-right: 0;
	}
	.office_add .office_add_txt {
		font-size: .9em;
		margin: 30px 0 0;
		padding-left: 30px;
	}
}

/* ボタンボックス
*****************************************/
.button_box {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 560px) {
	.button_box {
		margin-top: 45px;
	}
}

/* ドット
*****************************************/
.dot {
	margin: 0 -4px;
}

/* ルビ
*****************************************/
ruby rt {
	font-size: 10px;
}

/* シェアボタン
*****************************************/
.share {
	background: #fafafa;
	padding: 30px;
	margin: 45px 0 0;
}
.share .share_box {
	width: 380px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.share p.share_title {
	margin: 0 0 12px
	width: 100%;
	text-align: center;
}
.share p.share_title span {
	
}
.share ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.share ul li {
	
}

@media screen and (max-width: 1194px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 430px) {
	.share .share_box {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
}

/****************************************
 * トップページ
*****************************************/

.topimage {
	padding: 0;
}

/* スライダー
*****************************************/
#top_slider {
	overflow: hidden;
}

/* arrow */
#top_slider .slick-prev,
#top_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
        background-color: transparent;
}
#top_slider .slick-arrow {
	width: 100%;
	max-width: 1080px;
	height: 100%;
	margin: auto;
	background: rgba(255,255,255,.3);
	z-index: 1;
}
#top_slider .slick-prev {
	right: 0;
}
#top_slider .slick-next {
	left: 0;
}
#top_slider .slick-prev span.arrow_prev {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	z-index: 2;
}
#top_slider .slick-next span.arrow_next {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	z-index: 2;
}

@media screen and (max-width: 560px) {
	/*ドットボタン*/
	ul.slick-dots {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0;
	}
	ul.slick-dots li {
		margin: 0 12px;
		text-align: center;
	}
	ul.slick-dots li button {
		background: #ededed;
		border: 0;
		font-size: 0;
		width: 12px;
		height: 12px;
		border-radius: 30px;
		line-height: 1;
	}
	ul.slick-dots li.slick-active button {
		background: #0067a2;
	}
}

/* 業務案内
*****************************************/
.front-page .service {
	padding: 45px 0 90px !important;
	background: url(images/common/dotted_bg.jpg) repeat;
	background-size: 8px 8px;
	background-position: center;
}
.front-page .service .service_box ul {
	list-style: none;
	margin: -24px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.front-page .service .service_box ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: calc(100%/3 - 18px);
	background: #FFF;
	text-align: center;
	border-radius: 4px;
	margin-top: 24px;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
	position: relative;
	z-index: 1;
}
.front-page .service .service_box ul li .name {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	position: relative;
	height: 120px;
	padding: 0 30px;
	font-size: 1.13em;
	z-index: 1;
}
.front-page .service .service_box ul li .name:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/front-page/service_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 180px;
	z-index: -1;
}
.front-page .service .service_box ul li .desc {
	padding: 30px;
	font-family: sans-serif;
	text-align: left;
	font-size: .9em;
}

@media screen and (max-width: 768px) {
	.front-page .service .service_box ul {
		margin: -28px 0 0;
	}
	.front-page .service .service_box ul li {
		width: calc(100%/2 - 14px);
		margin-top: 28px;
	}
	.front-page .service .service_box ul li:nth-child(9) {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.front-page .service .service_box ul {
		margin: -20px 0 0;
	}
	.front-page .service .service_box ul li {
		width: calc(100%/2 - 10px);
		margin-top: 20px;
	}
	.front-page .service .service_box ul li .name {
		height: 100px;
		padding: 0 20px;
		font-size: 1.1em;
	}
	.front-page .service .service_box ul li .name:after {
		height: 120px;
	}
	.front-page .service .service_box ul li .desc {
		padding: 20px;
	}
}
@media screen and (max-width: 430px) {
	.front-page .service {
		padding: 45px 0 60px !important;
	}
	.front-page .service .service_box ul li {
		width: 100%;
	}
	.front-page .service .service_box ul li .name {
		height: auto;
		padding: 20px;
	}
	.front-page .service .service_box ul li .name:after {
		height: 100%;
	}
}
@media screen and (max-width: 320px) {
	.front-page .service .service_box ul li .name {
		height: auto;
		padding: 20px;
	}
	.front-page .service .service_box ul li .name:after {
		height: 100%;
	}
}

/* 流れ
*****************************************/
.front-page .flow {
	background: url(images/front-page/flow_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.front-page .flow .inner {
	width: 1420px;
}
.front-page .flow .flow_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-top: 1px solid;
	border-left: 1px solid;
}
.front-page .flow .flow_box ul li {
	width: calc(100%/5);
	background: #FFF;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.front-page .flow .flow_box ul li .item .item_title {
	text-align: center;
	margin: 30px 0 0;
	font-size: 1em;
}
.front-page .flow .flow_box ul li .item .item_title span {
	display: block;
	font-size: 1.8em;
}
.front-page .flow .flow_box ul li .item .image {
	text-align: center;
	margin: 30px 0 0;
	position: relative;
}
.front-page .flow .flow_box ul li span.free {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	background: #A00088;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	padding: 3px 18px;
	border-radius: 4px;
	z-index: 1;
}
.front-page .flow .flow_box ul li .item .text {
	margin-top: 30px;
	padding: 0 45px 45px;
	font-size: .9em;
}
.front-page .flow .flow_box ul li .item .text a {
	text-decoration: underline;
	color: #0076a2;
}

@media screen and (max-width: 1460px) {
	.front-page .flow .inner {
		width: 100%;
		padding: 0 60px;
	}
	.front-page .flow .flow_box ul li .item .text {
		padding: 0 30px 30px;
	}
	.front-page .flow .flow_box ul li span.free {
		width: 60%;
		padding: 3px 15px;
	}
}
@media screen and (max-width: 1024px) {
	.front-page .flow .flow_box ul li .item .text {
		padding: 0 25px 25px;
	}
	.front-page .flow .flow_box ul li span.free {
		width: 80%;
		padding: 3px 13px;
	}
}
@media screen and (max-width: 768px) {
	.front-page .flow .inner {
		padding: 0 45px;
	}
	.front-page .flow .flow_box ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.front-page .flow .flow_box ul li {
		width: 100%;
	}
	.front-page .flow .flow_box ul li .item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.front-page .flow .flow_box ul li .item .item_title,
	.front-page .flow .flow_box ul li .item .image,
	.front-page .flow .flow_box ul li .item .text {
		margin: 0;
	}
	.front-page .flow .flow_box ul li .item .item_title {
		width: 25%;
	}
	.front-page .flow .flow_box ul li .item .item_title span {
		font-size: 1.8em;
	}
	.front-page .flow .flow_box ul li .item .image {
		width: 30%;
	}
	.front-page .flow .flow_box ul li .item .text {
		width: 45%;
		padding: 25px;
	}
	.front-page .flow .flow_box ul li span.free {
		bottom: 20px;
	}
}
@media screen and (max-width: 560px) {
	.front-page .flow {
		background: url(images/front-page/flow_bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	.front-page .flow .inner {
		padding: 0 30px;
	}
	.front-page .flow .flow_box ul li .item .item_title {
		padding: 10px 12px;
		font-size: .9em;
	}
	.front-page .flow .flow_box ul li .item .text {
		font-size: .8em;
		padding: 10px 20px;
	}
	.front-page .flow .flow_box ul li span.free {
		width: auto;
		margin: 0 0 12px;
		position: static;
		transform: none;
		text-align: center;
	}
}
@media screen and (max-width: 430px) {
	.front-page .flow .inner {
		padding: 0 20px;
	}
	.front-page .flow .flow_box ul li .item .item_title {
		width: 25%;
		padding: 20px;
	}
	.front-page .flow .flow_box ul li .item .image {
		width: 20%;
		padding: 20px 0;
	}
	.front-page .flow .flow_box ul li .item .image img {
		width: 80px;
		border-radius: 80px;
	}
	.front-page .flow .flow_box ul li .item .text {
		font-size: .9em;
		width: 55%;
		padding: 20px;
	}
}
@media screen and (max-width: 390px) {
	.front-page .flow .flow_box ul li .item .item_title {
		padding: 20px 12px;
	}
	.front-page .flow .flow_box ul li .item .item_title span {
		font-size: 1.5em;
	}
	.front-page .flow .flow_box ul li .item .image {
		width: 20%;
	}
	.front-page .flow .flow_box ul li .item .text {
		padding: 20px 12px;
	}
}
@media screen and (max-width: 320px) {
	.front-page .flow .flow_box ul li .item .text {
		font-size: .82em;
	}
}

/* ブログ
*****************************************/

.news {
	padding: 90px 0 45px !important;
}
ul.news_list {
	padding: 0 30px;
}
ul.news_list li {
	margin: 6px 12px;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
}
ul.news_list li a {
	display: block;
}
ul.news_list li .text {
	padding: 30px;
}
ul.news_list li .text .the_title {
	font-size: 1em;
	margin: 0;
}
ul.news_list li .text span.date {
	display: block;
	text-align: right;
	font-size: .8em;
}
ul.news_list li .category {
	text-align: center;
	font-size: .8em;
	padding: 6px 0;
	font-weight: bold;
}
ul.news_list li .category.cat-blog {
	background: #f8f1f7;
}
ul.news_list li .category.cat-news {
	background: #eef4f6;
}

/* arrow */
ul.news_list .slick-prev,
ul.news_list .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-color: transparent;
}
ul.news_list .slick-arrow {
	margin: auto;
	z-index: 1;
}
ul.news_list .slick-prev {
	left: 0;
}
ul.news_list .slick-next {
	right: 0;
}

@media screen and (max-width: 768px) {
	.news {
		padding: 90px 0 30px !important;
	}
	ul.news_list {
		padding: 0;
	}
	ul.news_list .slick-prev {
		left: -15px;
	}
	ul.news_list .slick-next {
		right: -15px;
	}
}
@media screen and (max-width: 560px) {
	.news {
		padding: 60px 0 30px !important;
	}
	ul.news_list {
		padding: 0;
	}
	ul.news_list .slick-prev {
		left: 0;
	}
	ul.news_list .slick-next {
		right: 0;
	}
	ul.news_list li .text {
		padding: 20px;
	}
}
@media screen and (max-width: 430px) {
	.news {
		padding: 60px 0 0 !important;
	}
}

/****************************************
 * サイドバー
*****************************************/

aside .aside_box {
	margin: 45px 0 0;
}
aside .aside_box:first-child {
	margin: 0;
}
aside .aside_btn_box {
	margin: 12px 0 0;
	text-align: right;
}
aside .aside_btn_box a.std {
	font-size: .8em;
	text-decoration: underline;
	display: inline-block;
	position: relative;
	padding: 0 18px 0 0;
}
aside .aside_btn_box a.std:before {
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
aside .aside_title {
	padding: 0 15px;
	border: 6px solid #1A4170;
	background-image: linear-gradient(45deg, #FFF 10px, #1A4170 11px calc(100% - 11px), #FFF calc(100% - 10px));
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
}

/*カテゴリー*/
aside .category_list ul li {
	position: relative;
	padding: 0 0 0 54px;
	border-bottom: 1px solid #ededed;
}
aside .category_list ul li:first-child {
	border-top: 1px solid #ededed;
}
aside .category_list ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_folder.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
aside .category_list ul li a {
	display: block;
	padding: 8px 0;
	color: #0067a2;
	font-weight: bold;
}

/*新着*/
aside .newarrival ul li {
	position: relative;
	border-bottom: 1px solid #ededed;
}
aside .newarrival ul li:first-child {
	border-top: 1px solid #ededed;
}
aside .newarrival ul li .na_flexbox {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
aside .newarrival ul li .na_flexbox .na_image {
	width: 75px;
}
aside .newarrival ul li .na_flexbox .na_text {
	width: calc(100% - 95px);
}
aside .newarrival ul li .na_flexbox .na_text span.na_category {
	display: inline-block;
	font-size: .7em;
    font-weight: normal;
	color: #000;
	margin: 0 0 8px;
	padding: 4px 6px;
}
aside .newarrival ul li .na_flexbox .na_text span.na_category.cat-blog {
	background: #EEF4F6;
}
aside .newarrival ul li .na_flexbox .na_text span.na_category.cat-news {
	background: #F8F1F7;
}
aside .newarrival ul li .na_flexbox .na_text .na_post_title {
	text-align: left;
    font-size: .8em;
    line-height: 1.3;
}
aside .newarrival ul li a {
	display: block;
	padding: 8px 0;
	color: #0067a2;
	font-weight: bold;
}
aside .newarrival span {
	
}

@media screen and (max-width: 768px) {
	/*カテゴリー*/
	aside .category_list ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	aside .category_list ul li {
		width: calc(100%/2 - 10px);
	}
	aside .category_list ul li:nth-child(2) {
		border-top: 1px solid #ededed;
	}
	
	/*新着*/
	aside .newarrival ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	aside .newarrival ul li {
		width: calc(100%/2 - 10px);
	}
	aside .newarrival ul li:nth-child(2) {
		border-top: 1px solid #ededed;
	}
}
@media screen and (max-width: 430px) {
	aside .category_list ul li,
	aside .newarrival ul li {
		width: 100%;
	}
	
	/*カテゴリー*/
	aside .category_list ul {
		flex-wrap: wrap;
	}
	aside .category_list ul li:nth-child(2) {
		border-top: none;
	}
	
	/*新着*/
	aside .newarrival ul li:nth-child(2) {
		border-top: none;
	}
}

/****************************************
 * WPネイティブCSS
*****************************************/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}

blockquote {
	margin: 1.5em 0;
	border-left: 5px solid #ddd;
	padding: 1em 0 1em 10px;
	color: #777;
}

/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-quote {
	background: #fafafa;
	padding: 15px 15px 15px 1.3em !important;
}
figure.wp-block-table {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
figure.wp-block-table table,
figure.wp-block-table table th,
figure.wp-block-table table td,
figure.wp-block-table tfoot {
	border-collapse: collapse;
	border: 1px #999 solid;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
	padding: 18px 15px;
}
figure.wp-block-table table th {
	width: 30%;
	background: #fafafa;
	border-bottom: 2px solid #333;
}
figure.wp-block-table tfoot {
	border-top: 1px solid #333;
}
.wp-block-group {
	margin-top: 60px;
}
.wp-block-image {
	margin-bottom: 1.5em !important;
}
.wp-block-media-text {
	margin-bottom: 1.5em !important;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	line-height: 1.5;
	font-size: .8em;
	text-align: center;
	margin-top: 15px;
}

/*本文入力欄*/
#single-home .contents_textbox h4 {
	text-align: left;
	margin: 0 0 20px;
	line-height: 1.3;
	font-size: 1.6em;
	border-left: 4px solid #0367a2;
	color: #0367a2;
	padding-left: 16px;
}
#single-home .contents_textbox h5 {
	text-align: left;
	margin: 0 0 20px;
	line-height: 1.3;
	font-size: 1.3em;
	background: #DDE9F7;
	border-left: 2px solid #1A4170;
	padding: 12px 30px;
}
#single-home .contents_textbox h6 {
	text-align: left;
	margin: 0 0 20px;
	padding: 0 0 0 28px;
	line-height: 1.3;
	font-size: 1.1em;
	font-family: sans-serif;
	position: relative;
}
#single-home .contents_textbox h6:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	background: #3585E0;
	box-shadow: 0 0.7em 0 #f7c53b;
}
#single-home .contents_textbox ul {
	list-style: inside;
	margin: 0 0 30px;
}
#single-home .contents_textbox ol {
	list-style-type: decimal;
	margin: 0 0 30px;
	padding-left: 1.3em;
}

/* 本文最下部共通挿入*/
#single-home .common_box {
	margin: 30px 0 0;
	padding: 15px;
	background: #1a4170;
	color: #FFF;
}
#single-home .common_box .common_inbox {
	padding: 15px;
	border: 1px solid #000D2E;
	font-size: .9em;
	font-family: 'ShipporiMinchoB1-Bold', serif;
}
#single-home .common_box p.common_bottom {
	text-align: center;
}

@media screen and (max-width: 559px) {
	.wp-block-media-text__content {
		padding: 0 !important;
		margin-top: 45px;
	}
	
	/*本文入力欄*/
	#single-home .contents_textbox h4 {
		font-size: 1.4em;
	}
	#single-home .contents_textbox h5 {
		font-size: 1.2em;
	}
	#single-home .contents_textbox h6 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 480px) {
	.wp-block-media-text__content,
	.wp-block-group {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.wp-block-group {
		margin-top: 30px;
	}
	figure.wp-block-table table th {
		width: 25%;
	}
	figure.wp-block-table table th,
	figure.wp-block-table table td {
		padding: 15px;
	}
	
	/*本文入力欄*/
	#single-home .contents_textbox h4 {
		font-size: 1.3em;
	}
	#single-home .contents_textbox h5 {
		font-size: 1.1em;
	}
	#single-home .contents_textbox h6 {
		font-size: 1em;
		padding: 0 0 0 20px;
	}
}
@media screen and (max-width: 320px) {
	.wp-block-media-text__content {
		margin-top: 20px;
	}
}

/****************************************
 * 固定ページの共通
*****************************************/

.jump {
	padding: 0;
}
.jump .jump_box ul {
	width: 880px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jump .jump_box ul li {
	width: calc(100%/3);
	text-align: center;
}
.jump .jump_box ul li a {
	display: block;
	padding-top: 20%;
	position: relative;
}
.jump .jump_box ul li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 6px;
	transform: translate(-50%,0);
	background: url(images/service/jump_img.png) no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	transition: all .6s ease;
}
.jump .jump_box ul li a:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 830px) {
	.jump .jump_box ul {
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.jump .jump_box ul li a {
		padding-top: 24%;
	}
}
@media screen and (max-width: 560px) {
	.jump .jump_box ul li a {
		padding-top: 38%;
	}
}
@media screen and (max-width: 430px) {
	.jump .jump_box ul {
		padding: 0 20px;
	}
	.jump .jump_box ul li a {
		padding-top: 53%;
		font-size: .9em;
	}
}
@media screen and (max-width: 390px) {
	.jump .jump_box ul li a {
		padding-top: 54%;
		font-size: .8em;
		font-family: sans-serif;
	}
}
@media screen and (max-width: 320px) {
	.jump .jump_box ul li a {
		padding-top: 58%;
	}
	.jump .jump_box ul li a:before {
		width: 35px;
		height: 35px;
	}
}

/****************************************
 * 固定ページ
 * 取扱業務
*****************************************/

#service .service_item {
	margin: 90px 0 0;
}
#service .service_item_box {
	padding: 0;
}
#service .service_item_box h4 {
	text-align: left;
	margin: 0 0 20px;
	line-height: 1.3;
	font-size: 1.6em;
	border-left: 4px solid #0367a2;
	color: #0367a2;
	padding-left: 16px;
}
#service .service_item_inbox {
	margin: 45px 0 0;
}
#service .service_item_box ol {
	list-style-type: decimal;
	margin: 0 0 30px;
	padding-left: 1.3em;
}
#service .service_item_box ol:last-child {
	margin: 0;
}
#service .service_item_box ol li {
	margin: 16px 0 0;
}

#service #service02.service_item {
	background: #fafafa;
	padding: 90px 0;
}
#service .service_item____flexbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#service .service_item____flexbox .service_item____left {
	width: calc(100% - 300px);
	padding-right: 45px;
}
#service .service_item____flexbox .service_item____right {
	width: 300px;
}

@media screen and (max-width: 1024px) {
	#service .service_item____flexbox .service_item____left {
		width: calc(100% - 230px);
	}
	#service .service_item____flexbox .service_item____right {
		width: 230px;
	}
}
@media screen and (max-width: 768px) {
	#service .service_item {
		margin: 60px 0 0;
	}
	#service #service02.service_item {
		padding: 60px 0;
	}
	#service .service_item____flexbox .service_item____left {
		width: calc(100% - 160px);
		padding-right: 30px;
	}
	#service .service_item____flexbox .service_item____right {
		width: 160px;
	}
}
@media screen and (max-width: 560px) {
	#service #service03 .service_item_box {
		padding: 0;
	}
	#service .service_item____flexbox {
		display: flex;
		flex-direction: column;
	}
	#service .service_item____flexbox .service_item____left,
	#service .service_item____flexbox .service_item____right {
		width: 100%;
		padding: 0;
	}
	#service .service_item____flexbox .service_item____right {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 430px) {
	#service .service_item {
		margin: 45px 0 0;
	}
	#service #service02.service_item {
		padding: 45px 0;
	}
	#service .service_item_box h4 {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 320px) {
	#service .service_item_box h4 {
		font-size: 1.3em;
	}
}

/****************************************
 * 固定ページ
 * 事務所概要
*****************************************/

/* ごあいさつ（トップページ共通）*/
.greeting {
	padding: 90px 0 0 !important;
	background: linear-gradient(90deg, #000D2E 0%, #000D2E 40%, #fafafa 40%, #fafafa 100%);
}
.greeting .greeting_box {
	display: flex;
}
.greeting .greeting_box .greeting_image {
	width: calc(100%/2 - 60px);
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.greeting .greeting_box .greeting_text {
	width: calc(100%/2 + 60px);
	padding: 0 0 0 90px;
}
.greeting .greeting_box .greeting_text_box {
	width: 560px;
	padding: 0 0 90px;
}
.greeting .greeting_box .greeting___text {
	
}

/* 概要 */
#office .office_about {
	padding: 90px 0;
	background: url(images/office/office_about_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#office .office_about .office_about_box {
	width: 680px;
	padding: 60px;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
}
#office .about_item {
	width: 100%;
	margin: 20px auto 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#office .head_item {
	font-size: .9em;
}
#office .head_item,
#office .bottom_item {
	flex: 0 1 auto;
}
#office .bottom_item {
	max-width: 360px;
	text-align: right;
}
#office .bottom_item.long {
	font-size: .9em;
}
#office .bottom_item .sns ul {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
#office .bottom_item .sns ul li {
	display: flex;
	align-items: center;
}
#office .bottom_item p.allday {
	font-size: .8em;
}
#office .bottom_item span.pcode {
	font-size: .8em;
	margin-right: 3px;
}
#office .bottom_item span.phone {
	font-size: .8em;
	margin-right: 3px;
}
#office .line {
	padding: 5px 15px;
	flex-grow: 2;
}
#office .line hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #673b15;
}
#office ul.solf {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media screen and (max-width: 1024px) {
	.greeting .greeting_box .greeting_image {
		align-items: flex-start;
	}
	.greeting .greeting_box .greeting_text {
		padding: 0 0 0 60px;
	}
	.greeting .greeting_box .greeting_text_box {
		width: 100%;
		padding-right: 45px;
	}
}
@media screen and (max-width: 960px) {
	.greeting .greeting_box .greeting_image {
		justify-content: flex-end;
	}
	.greeting .greeting_box .greeting_text {
		padding: 0 0 0 45px;
	}
	.greeting .greeting_box .greeting_text_box {
		padding-right: 45px;
	}
}
@media screen and (max-width: 768px) {
	.greeting {
		background: linear-gradient(90deg, #000D2E 0%, #000D2E 30%, #fafafa 30%, #fafafa 100%);
	}
	.greeting .greeting_box .greeting_image {
		width: calc(100%/2 - 120px);
	}
	.greeting .greeting_box .greeting_text {
		width: calc(100%/2 + 120px);
	}
	.greeting .greeting_box .greeting_text_box {
		padding-right: 45px;
	}
	
	#office .office_about .office_about_box {
		width: 100%;
		padding: 45px;
	}
}
@media screen and (max-width: 560px) {
	.greeting {
		padding: 90px 0 90px !important;
		background: linear-gradient(90deg, #000D2E 0%, #000D2E 15%, #fafafa 15%, #fafafa 100%);
	}
	.greeting .greeting_box {
		display: block;
	}
	.greeting .greeting_box .greeting_text {
		width: 100%;
		padding: 0 30px 0 120px;
	}
	.greeting .greeting_box .greeting_text_box {
		padding: 0;
	}
	.greeting .greeting_box .greeting_image {
		width: 100%;
		padding: 0 30px 0;
		margin: 45px 0 0;
	}
	.greeting .greeting_box .greeting_image img {
		width: 50%;
		margin-right: auto;
	}
	
	#office .office_about {
		padding: 60px 0;
	}
	#office .office_about .office_about_box {
		padding: 30px;
	}
	#office .about_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	#office .head_item {
		width: 100%;
		border-bottom: 1px dotted #cfcfcf;
	}
	#office .line {
		display: none;
	}
	#office .bottom_item {
		width: 100%;
		max-width: 100%;
		text-align: left;
		padding: 18px 0 0;
	}
	
	#office .bottom_item .sns ul {
		justify-content: flex-start;
	}
	#office .bottom_item .sns ul li {
		margin-right: 20px;
	}
	#office ul.solf {
		margin: 18px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.greeting {
		padding: 60px 0 60px !important;
	}
	.greeting .greeting_box .greeting_text {
		width: 100%;
		padding: 0 20px 0 90px;
	}
	
	#office .office_about {
		padding: 45px 0;
	}
	#office .office_about .office_about_box {
		padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	.greeting {
		background: linear-gradient(90deg, #000D2E 0%, #000D2E 8%, #fafafa 8%, #fafafa 100%);
	}
	.greeting .greeting_box .greeting_text {
		padding: 0 20px 0 45px;
	}
	.greeting .greeting_box .greeting_image {
		padding: 0 15px 0;
		margin: 30px 0 0;
	}
	.greeting .greeting_box .greeting_image img {
		width: 60%;
		margin-right: auto;
	}
}

/****************************************
 * 固定ページ
 * 税理士紹介
*****************************************/

/* 税理士紹介 */
#about .about_area {
	padding: 90px 0;
	background: url(images/about/about_area_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#about .about_area .about_box {
	width: 100%;
	padding: 60px;
	margin: 0 auto;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
}
#about .about_item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#about .about_item .about_left {
	width: calc(100%/2 - 120px);
	padding-right: 60px;
}
#about .about_item .about_left p.item {
	margin: 0;
}
#about .about_item .about_left p.item1 {
	font-size: 1.8em;
	border-bottom: 1px solid #0166a1;
	margin: 0 0 30px;
}
#about .about_item .about_left p.item1 span.en {
	display: inline-block;
	font-size: 16px;
	margin-left: 30px;
	vertical-align: middle;
}
#about .about_item .about_left p.item2 {
	font-size: 1.2em;
}
#about .about_item .about_left p.item3 {
	font-size: 1.2em;
}
#about .about_item .about_right {
	width: calc(100%/2 + 120px);
	padding: 90px 0 0;
}
#about .about_item .about_right hr {
	display: none;
}
#about .about_right_title {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
	#about .about_item .about_left {
		width: calc(100%/2 - 60px);
	}
	#about .about_item .about_left p.item1 span.en {
		display: block;
		font-size: 14px;
		margin: 0 0 18px 45px;
	}
	#about .about_item .about_right {
		width: calc(100%/2 + 60px);
	}
}
@media screen and (max-width: 768px) {
	#about .about_item {
		display: flex;
		flex-direction: column;
    align-items: flex-start;
	}
	#about .about_item .about_left {
		width: 100%;
		padding: 0;
	}
	#about .about_item .about_left p.item1 span.en {
		display: inline-block;
		font-size: 14px;
		margin: 0 0 0 30px;
	}
	#about .about_item .about_right {
		width: 100%;
		padding: 30px 0 0;
	}
	#about .about_item .about_right hr {
		display: block;
		border-width: 0 0 8px;
		border-style: solid;
		border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
		width: 41px;
	}
}
@media screen and (max-width: 560px) {
	#about .about_area {
		padding: 60px 0;
		background: url(images/about/about_area_bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	#about .about_area .about_box {
		padding: 45px;
	}
}
@media screen and (max-width: 430px) {
	#about .about_area {
		padding: 45px 0;
	}
	#about .about_area .about_box {
		padding: 30px;
	}
	#about .about_item .about_left p.item1 {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 320px) {
	#about .about_area .about_box {
		padding: 20px;
	}
}

/****************************************
 * 固定ページ
 * ご相談の流れ
*****************************************/

#flow .flow_item {
	border-bottom: 1px solid #ededed;
	padding: 60px;
}
#flow .flow_item:first-child {
	padding: 13px 60px 60px;
}
#flow .flow_item .flow_item_flexbox {
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#flow .flow_item .flow_item_image {
	width: 300px;
}
#flow .flow_item .flow_item_text {
	width: calc(100% - 300px);
	padding-left: 60px;
}
#flow .flow_item .flow_item_text span {
	display: block;
	line-height: 1.6;
	font-size: .8em;
}
#flow .flow_item .flow_item_text ul.ol_tool {
	margin: 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#flow .flow_item .flow_item_text ul.ol_tool li {
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	#flow .flow_item {
		padding: 60px 0;
	}
	#flow .flow_item:first-child {
		padding: 13px 0 60px;
	}
	#flow .flow_item .flow_item_image {
		width: 260px;
	}
	#flow .flow_item .flow_item_text {
		width: calc(100% - 260px);
		padding-left: 45px;
	}
}
@media screen and (max-width: 560px) {
	#flow .flow_item .flow_item_flexbox {
		display: flex;
		justify-content: center;
    flex-direction: column;
    align-items: center;
	}
	#flow .flow_item .flow_item_image,
	#flow .flow_item .flow_item_text {
		width: 100%;
		padding: 0;
	}
	#flow .flow_item .flow_item_image {
		text-align: center;
		margin-bottom: 30px;
	}
	#flow .flow_item .flow_item_image img {
		width: 160px;
		border-radius: 160px;
	}
	#flow .flow_item .flow_item_text ul.ol_tool {
		justify-content: center;
	}
}
@media screen and (max-width: 430px) {
	#flow .flow_item {
		padding: 45px 0;
	}
	#flow .flow_item:first-child {
		padding: 15px 0 45px;
	}
	#flow .flow_item .flow_item_image {
		margin-bottom: 20px;
	}
	#flow .flow_item .flow_item_image img {
		width: 120px;
		border-radius: 120px;
	}
}
@media screen and (max-width: 390px) {
	#flow .flow_item .flow_item_image img {
		width: 100px;
		border-radius: 100px;
	}
}	
@media screen and (max-width: 320px) {
	#flow .flow_item:first-child {
		padding: 15px 0 45px;
	}
	#flow .flow_item .flow_item_image img {
		width: 80px;
		border-radius: 80px;
	}
}

/****************************************
 * お問い合わせ
*****************************************/

#contact .phone_box {
	text-align: center;
	padding: 0;
	margin: 0 0 60px;
}
#contact .phone_box .phone_inbox {
	background: #EAFBFF;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 5%);
	position: relative;
}
#contact .main_title {
	padding: 12px 15px;
	margin: 0;
	border: 6px solid #042d53;
	background-image: linear-gradient( 45deg, #FFF 10px, #042d53 11px calc(100% - 11px), #FFF calc(100% - 10px));
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
}
#contact #contact_phone .main_title {
	border: 6px solid #0067a2;
	background-image: linear-gradient( 45deg, #FFF 10px, #0067a2 11px calc(100% - 11px), #FFF calc(100% - 10px));
}
#contact .mail_box .main_title {
	color: #FFF;
}
#contact .phone_box .phone_inbox .phone_inboxline {
	padding: 45px;
	position: relative;
}
#contact .phone_box .phone_inbox .phone_inboxline ul.sns {
	width: 320px;
	margin: 12px auto;
}
#contact .phone_box .phone_inbox .phone_inboxline ul.sns li {
	display: inline-block;
}
#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:first-child {
	margin-right: 20px;
}
#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(1) img {
	width: 200px;
	height: 40px;
}
#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(2) img {
	width: 45px;
	height: 45px;
}
#contact .phone_box .phone_inbox a.phone {
	font-size: 2.6em;
	color: #042d53;
	line-height: 1;
	position: relative;
	padding-left: 60px;
	text-decoration: none;
}
#contact .phone_box .phone_inbox a.phone:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/common/icon140_phone-042d53.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 42px;
	height: 42px;
}
#contact .phone_box .phone_inbox p.phone_hour {
	margin: 12px 0 0;
	font-size: 1.2em;
}
#contact .phone_box .phone_inbox p.phone_bottom {
	margin-top: 12px;
}
#contact .mail_box {
	padding: 60px 0;
	text-align: center;
	background: #fafafa;
}
#contact .mail_box .mail_inbox {
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 5%);
	position: relative;
}
#contact .mail_box .mail_inbox .mail_inboxline {
	padding: 45px;
	border: 1px solid #FFF;
	position: relative;
}

/* フォーム
*****************************************/

#contact table,
#contact table th,
#contact table td {
	border-collapse: collapse;
}
#contact table {
	width: 100%;
	margin-top: 30px;
}
#contact table th {
	padding: 16px 30px 16px 0;
	width: 280px;
	border-left: none;
	text-align: left;
}
#contact table th span.hissu {
	display: inline-block;
	padding: 2px 6px;
	background: #042d53;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;
	margin: 0 8px 0 0;
}
#contact table td {
	padding: 16px 0 16px 30px;
	border-right: none;
	text-align: left;
	word-wrap: break-word; /*折り返すように IE対応*/
	overflow-wrap: break-word; /*折り返すように*/
}
#contact span.check_no {
	display: block;
	margin: 8px 0 0;
}
#contact .note {
	margin: 30px 0 -30px 0;
	padding: 30px;
	background: #fafafa;
	text-align: center;
}
#contact .note a {
	text-decoration: underline;
	color: #0068a3;
}
#contact .note dl {
	width: 100%;
}
#contact .note dd {
	margin: 12px 0 0;
}

.mw_wp_form_confirm table td {
	color: #032859;
}

/*確認ページのメールアドレス2つめ*/
.page-id-34 #contact span.check_no {
	display: none !important;
}

/* MW WP Form
*****************************************/
.mw_wp_form {
	margin: 45px 0 0;
	border-top: 1px solid #ededed;
}
.mw_wp_form.position,
.mw_wp_form.mw_wp_form_complete {
	margin: 0;
	border: none;
}
.mw_wp_form .error {
	text-align: left !important;
	font-weight: bold !important;
	font-size: 1em !important;
	color: #A09800 !important;
	padding-left: 26px !important;
	line-height: 1.35 !important;
	margin-top: 12px !important;
	position: relative;
}
.mw_wp_form .error:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_bang-A09800.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.mw_wp_form .vertical-item {
	text-align: left;
}

@media screen and (max-width: 768px) {
	#contact table th {
		width: 200px;
		padding: 16px 20px 16px 0;
	}
}
@media screen and (max-width: 560px) {
	#contact .phone_box .phone_inbox .phone_inboxline,
	#contact .mail_box .mail_inbox .mail_inboxline {
		padding: 30px;
	}
	#contact .phone_box .phone_inbox a.phone {
		font-size: 2em;
		padding-left: 45px;
	}
	#contact .phone_box .phone_inbox a.phone:before {
		width: 26px;
		height: 26px;
	}
	
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(1) {
		margin-right: 15px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(1) img {
		width: 160px;
		height: auto;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(2) img {
		width: 32px;
		height: auto;
	}
	
	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
	}
	#contact table th {
		padding: 12px 0 12px 0;
	}
	#contact table td {
		padding: 0 0 12px 0;
	}
}
@media screen and (max-width: 430px) {
	#contact .phone_box {
		margin: 0 0 45px;
	}
	#contact .mail_box {
		padding: 45px 0;
	}
	#contact .phone_box .phone_inbox .phone_inboxline,
	#contact .mail_box .mail_inbox .mail_inboxline {
		padding: 45px 20px
	}
	#contact .phone_box .phone_inbox a.phone {
		font-size: 1.7em;
		padding-left: 36px;
	}
	#contact .phone_box .phone_inbox a.phone:before {
		width: 24px;
		height: 24px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns {
		width: 100%;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(1) {
		margin-right: 15px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(1) img {
		width: 120px;
		height: auto;
	}
	#contact .phone_box .phone_inbox .phone_inboxline ul.sns li:nth-child(2) img {
		width: 25px;
		height: auto;
	}
	
	#contact .note {
		margin: 20px 0 -20px 0;
		padding: 20px;
	}
	
	.mw_wp_form .error {
		font-size: .9em !important;
		margin-top: 6px !important;
	}
}
@media screen and (max-width: 390px) {
	#contact .note {
		background: none;
		padding: 0;
	}
	#contact .note dt {
		font-size: .9em;
	}
}
@media screen and (max-width: 320px) {
	#contact .main_title {
		font-size: 1.1em;
		padding: 8px 15px;
	}
	#contact .phone_box .phone_inbox .phone_inboxline,
	#contact .mail_box .mail_inbox .mail_inboxline {
		padding: 45px 15px
	}
	
}

/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	outline: none;
	color: #000;
	transition: .3s;
	letter-spacing: .3px;
	border: 2px solid #ededed;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #DDE9F7;
	border: 2px solid #0068A3;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	border: 2px solid #ededed;
	background: #fff url(images/contact/select-arrow.jpg) no-repeat;
	background-position: right 2% center;
	background-size: 20px, 100%;
	font-size: 1em;
	border-radius: 0;
}

/*ボタン*/
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	transition: all .3s;
}
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

@media screen and (max-width: 559px) {
	button,
	.button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea {
		font-size: .9em;
	}
}


/****************************************
 * 固定ページ
 * プライバシーポリシー
*****************************************/

#privacy-policy dl {
	margin: 30px 0 0;
}
#privacy-policy dt {
	font-weight: bold;
	margin: 0 0 12px;
}
#privacy-policy ul {
	list-style: inside;
	padding: 0;
	margin: 0 0 12px;
}
#privacy-policy ul li {
	text-indent: -26px;
	padding-left: 26px;
}
#privacy-policy a {
	text-decoration: underline;
	color: #0067a2;
}

/****************************************
 * 固定ページ
 * サイトマップ
*****************************************/

#sitemaps a {
	display: block;
	padding: 15px 30px 15px 45px;
	text-decoration: none;
    text-align: left;
}
#sitemaps a:hover {
	background: #F2F6FC;
}
#sitemaps ul#menu-sitemaps-nav {
	list-style-type: none;
	text-align: center;
}
#sitemaps ul#menu-sitemaps-nav li {
	border-bottom: 1px dashed #cfcfcf;
	position: relative;
}
#sitemaps ul#menu-sitemaps-nav li:first-child {
	border-top: 1px dashed #cfcfcf;
}
#sitemaps ul#menu-sitemaps-nav li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/****************************************
 * ブログ
 * home.php
 * archive.php
 * single.php
*****************************************/

/* home.php
*****************************************/

#archive-home ul.all_list a {
	display: block;
}
#archive-home ul.all_list a img:hover {
	opacity: 1;
}
#archive-home ul.all_list {
	margin: 0;
}
#archive-home ul.all_list li {
	overflow: hidden;
	margin: 30px 0 0;
	border-radius: 4px;
	box-shadow: 0 0 6px 0 rgb(19 71 52 / 20%);
}
#archive-home ul.all_list li .all_flexbox {
	display: flex;
	align-items: center;
}
#archive-home ul.all_list li .all_flexbox .all_image {
	position: relative;
	width: calc(100%/2 - 90px);
}
#archive-home ul.all_list li .all_flexbox .all_image span.all_category {
	position: absolute;
	padding: 3px 12px;
	font-size: .7em;
	font-weight: bold;
	z-index: 1;
}
#archive-home ul.all_list li .all_flexbox .all_image span.all_category.cat-blog {
	background: #EEF4F6;
}
#archive-home ul.all_list li .all_flexbox .all_image span.all_category.cat-news {
	background: #F8F1F7;
}
#archive-home ul.all_list li .all_flexbox .all_text {
	width: calc(100%/2 + 75px);
	margin-left: 15px;
	padding: 30px;
}
#archive-home ul.all_list li .all_flexbox .all_text .all_post_title {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5;
	color: #1b4170;
	margin: 0 0 12px;
}
#archive-home ul.all_list li .all_flexbox .all_text p.excerpt {
	font-size: .9em;
	margin: 0 0 12px;
}
#archive-home ul.all_list li .all_flexbox .all_text p.date {
	font-size: .7em;
	margin: 0;
}

@media screen and (max-width: 1194px) {
	#archive-home ul.all_list li .all_flexbox .all_image {
		width: calc(100%/2);
	}
	#archive-home ul.all_list li .all_flexbox .all_text {
		width: calc(100%/2);
		margin-left: 10px;
		padding: 20px;
	}
	#archive-home ul.all_list li .all_flexbox .all_text p.excerpt,
	#archive-home ul.all_list li .all_flexbox .all_text p.date {
		font-size: .7em;
		line-height: 1.5;
	}
}
@media screen and (max-width: 960px) {
	#archive-home ul.all_list li .all_flexbox .all_image {
		
	}
	#archive-home ul.all_list li .all_flexbox .all_image img {
		margin-left: -25px;
		transform: scale(1.2);
	}
	#archive-home ul.all_list li .all_flexbox .all_text {
		width: calc(100%/2 + 60px);
	}
	#archive-home ul.all_list li .all_flexbox .all_text p.excerpt,
	#archive-home ul.all_list li .all_flexbox .all_text p.date {
		font-size: .7em;
	}
	#archive-home ul.all_list li .all_flexbox .all_text .all_post_title {
		font-size: 1em;
	}
}
@media screen and (max-width: 560px) {
	#archive-home ul.all_list li .all_flexbox {
		display: flex;
		flex-direction: column;
	}
	#archive-home ul.all_list li .all_flexbox .all_image {
		width: 100%;
	}
	#archive-home ul.all_list li .all_flexbox .all_image img {
		margin: 0;
		transform: scale(1);
	}
	#archive-home ul.all_list li .all_flexbox .all_text {
		width: 100%;
		margin: 0;
	}
	#archive-home ul.all_list li .all_flexbox .all_text p.date {
		text-align: right;
	}
}
@media screen and (max-width: 430px) {
	#archive-home ul.all_list li .all_flexbox {
		display: flex;
		flex-direction: column;
	}
	#archive-home ul.all_list li .all_flexbox .all_image {
		width: 100%;
	}
	#archive-home ul.all_list li .all_flexbox .all_text {
		width: 100%;
	}
}

/* single.php
*****************************************/

#single-home .contents_textbox {
	padding: 30px;
}
#single-home .category_box {
	margin: 30px 0 0;
	position: relative;
	width: 100%;
	height: 60px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
#single-home .category_box span.single_cat {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px 0 30px;
    border-right: 1px solid #ededed;
}
#single-home .category_box span.single_cat:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon140_folder.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
}
#single-home .category_box span.single_cat a {
	font-weight: bold;
	color: #0067a2;
}
#single-home .category_box span.single_date {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: .9em;
}

@media screen and (max-width: 560px) {
	#single-home .contents_textbox {
		padding: 0;
	}
	#single-home .category_box {
		margin: 45px 0 0;
	}
}
@media screen and (max-width: 430px) {
	#single-home .single_content p {
		font-size: .9em;
	}
}


/****************************************
 * ページナビゲーション
*****************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 45px 0 0;
}
nav.navigation a {
	text-decoration: none;
	color: #251E1F;
}
nav.navigation > div {
	width: 30%;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: block;
}
nav.navigation .nav-links span.current {
	display: inline-block;
	background: #0067a2;
	color: #FFF;
	border: 1px solid #0067a2;
	width: 36px;
	line-height: 35px;
	margin: 0 5px;
	border-radius: 3px;
	text-align: center;
}
nav.navigation .nav-links a.page-numbers {
	display: inline-block;
	background: #FFF;
	color: #0067a2;
	border: 1px solid #0067a2;
	width: 36px;
	line-height: 35px;
	border-radius: 3px;
	margin: 0 5px;
	text-align: center;
}
nav.navigation .nav-links a:hover {
	display: inline-block;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
	float: none;
	color: #C3C6C9;
	background: #FFF;
	margin: 0;
}
nav.navigation .nav-links a.prev span.prev_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.prev span.prev_icon:before {
	content: '';
	position: absolute;
	top: -150%;
	left: 42%;
	transform: rotate(-135deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #0067a2;
	border-right: solid 2px #0067a2;
}
nav.navigation .nav-links a.next span.next_icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 7px;
	line-height: 35px;
	border-radius: 35px;
}
nav.navigation .nav-links a.next span.next_icon:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 42%;
	transform: rotate(45deg) translateY(-50%) translateX(-50%);
	width: 10px;
	height: 10px;
	border-top: solid 2px #0067a2;
	border-right: solid 2px #0067a2;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
}


/****************************************
 * 404.php
*****************************************/

#error .error_title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 30px;
}
#error .error_box {
	text-align: center;
	font-size: 1.3em;
}
#error p.error_url span {
	color: #5498ca;
}

@media screen and (max-width: 559px) {
	#error .contents {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 430px) {
	#error .contents {
		font-size: 1em;
	}
}

/****************************************
 * フッター
*****************************************/

.cloud_soft {
	padding: 30px 0;
	text-align: center;
	border-top: 3px solid #0070AD;
}
.cloud_soft ul {
	width: 780px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.cloud_soft ul li.text {
	width: calc(100%/2);
	font-weight: bold;
	color: #0067a2;
}

footer {
	clear: both;
	overflow: hidden;
	color: #FFF;
	background: #0067a2;
	padding: 90px 0 30px;
}
footer a {
	color: #FFF;
}
footer .totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
footer .footer_box {
	display: block;
}
footer .footer_box .footer_information {
	text-align: center;
}
footer .logo_bottom {
	margin-top: 20px;
	padding: 0 20px;
}
footer .logo_bottom .sns {
	margin: 12px 0;
}
footer .logo_bottom .sns ul {
	width: 280px;
	padding: 8px 20px;
	margin: 0 auto;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 30px;
}
footer .logo_bottom span {
	display: block;
}
footer .logo_bottom span.phone,
footer .logo_bottom span.fax {
	display: inline-block;
}
footer .logo_bottom p.online_tx {
	color: #FFF;
	font-weight: bold;
}
footer .footer_menu {
	margin: 30px 0 0;
}
footer .footer_menu .footer_nav {
	width: 100%;
}
footer .footer_menu .footer-nav ul {
	list-style: none;
	margin: -3px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-family: 'ShipporiMinchoB1-Bold', serif;
}
footer .footer_menu .footer-nav ul li {
	margin: 3px 30px 0 0;
}
footer .footer_menu .footer-nav ul li:last-child {
	margin-right: 0;
}
footer .footer_menu .footer-must {
	margin: 20px 0 0;
}
footer .footer_menu .footer-must ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-family: 'ShipporiMinchoB1-Bold', serif;
}
footer .footer_menu .footer-must ul li {
	margin: 3px 30px 0 0;
}
footer .footer_menu .footer-must ul li:last-child {
	margin-right: 0;
}
footer #copyright {
	text-align: center;
	margin-top: 60px;
	font-size: .9em;
	padding-top: 30px;
	border-top: 1px solid #0070AD;
}

@media screen and (max-width: 1024px) {
	footer .footer_menu .foot_nav1 {
		width: 180px;
	}
	footer .footer_menu .foot_nav2 {
		width: 260px;
	}
	footer .footer_menu .foot_nav3 {
		width: 140px;
	}
}
@media screen and (max-width: 830px) {
	.cloud_soft ul {
		width: 100%;
	}
	.cloud_soft ul li.text {
		width: calc(100%/2 + 30px);
	}
}
@media screen and (max-width: 560px) {
	.cloud_soft ul {
		display: flex;
		flex-wrap: wrap;
	}
	.cloud_soft ul li.text {
		width: 100%;
		margin: 0 0 8px;
	}
	.cloud_soft ul li:nth-child(2),
	.cloud_soft ul li:nth-child(3) {
		width: calc(100%/2);
	}
	
	footer {
		padding: 60px 0 30px;
	}
	footer .footer_box {
		display: flex;
		flex-direction: column;
	}
	footer .footer_box .footer_information {
		width: 100%;
		text-align: center;
	}
	footer .footer-nav {
		width: 100%;
	}
	footer .footer_menu {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	footer .footer_menu .footer-must {
		margin: 0;
	}
	footer #copyright {
		margin: 45px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.cloud_soft ul li:nth-child(2) {
		width: calc(100%/2 - 55px);
	}
	.cloud_soft ul li:nth-child(3) {
		width: calc(100%/2 + 55px);
	}
	
	footer .totop {
		right: 20px;
		bottom: 20px;
	}
	footer .totop img.icon {
		width: 45px;
	}
	nav.footer-must ul {
		list-style: none;
		text-align: center;
		font-size: .8em;
		margin: 0;
		padding: 0;
	}
	nav.footer-must ul li {
		display: inline-block;
		margin-right: 15px;
	}
	nav.footer-must ul li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 390px) {
	.cloud_soft ul li:nth-child(2) {
		width: calc(100%/2 - 60px);
	}
	.cloud_soft ul li:nth-child(3) {
		width: calc(100%/2 + 55px);
	}
}
@media screen and (max-width: 380px) {
	.cloud_soft ul li:nth-child(2) {
		width: calc(100%/2 - 43px);
	}
	.cloud_soft ul li:nth-child(3) {
		width: calc(100%/2 + 43px);
	}
}
@media screen and (max-width: 320px) {
	.cloud_soft ul li.text {
		font-size: .9em;
	}
	.cloud_soft ul li:nth-child(2) {
		width: calc(100%/2 - 47px);
	}
	.cloud_soft ul li:nth-child(3) {
		width: calc(100%/2 + 47px);
	}
	
	footer .totop {
		right: 10px;
		bottom: 20px;
	}
	footer .totop img.icon {
		width: 35px;
	}
	footer .footer_box .footer_information img.logo {
		width: 220px;
	}
	footer .logo_bottom .sns ul {
		width: 100%;
		padding: 8px 30px;
	}
	footer .logo_bottom .sns ul li:first-child {
		margin-right: 20px;
	}
}


/****************************************
 * ログイン中メッセージ
*****************************************/

.login_template {
	text-align: center;
	margin-bottom: 30px;
	font-size: .7em;
}
.login_template span {
	margin-left: 30px;
}

@media screen and (max-width: 430px) {
	.login_template span {
		display: block;
		margin: 0;
	}
}