/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color: #333333;
	font-family: "Noto Sans Japanese";
	font-size: 16px;
	text-align: justify;
	background-color: #ffffff;
	word-break: break-all;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333333;
	text-decoration:none;
	text-decoration:none;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}
a:hover {
	color: #e60013;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

i {
	margin-right: 0.5em;
}

a.view-article {
	color: #f19149;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    text
\*------------------------------------*/

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}



/*------------------------------------*\
    MARGIN
\*------------------------------------*/

.margin-b1em {
	margin-bottom: 1em!important;
}
.margin-b2em {
	margin-bottom: 2em!important;
}
.margin-b3em {
	margin-bottom: 3em!important;
}
.margin-b4em {
	margin-bottom: 4em!important;
}
.margin-b5em {
	margin-bottom: 5em!important;
}
.margin-b6em {
	margin-bottom: 6em!important;
}
.margin-b10em {
	margin-bottom: 10em!important;
}















/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
   contact form
\*------------------------------------*/


.haveto {
	background: #b92c2c;
	border: 1px solid #b92c2c;
	color: #ffffff;
	display: inline-block;
    float: left;
    color: #ffffff;
    line-height: 1;
    padding: 8px 40px;
    border-radius: 3px;
    margin-top: 0;
	margin-right: 1em;
}


button,
input,
select,
textarea {
    width: 100%;
	padding: 0.5em 1em;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    margin-top: 1em;
}

/* メールフォーム*/
#formbtn{
	display: block;
	padding:1em 0;
	margin-top:10px;
	width:100%;
	background:#ffaa56;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px;
	border: 1px solid #ffaa56;
}

/* メールフォーム送信ボタン */
#formbtn:hover{
	background:#fff;
	color:#ffaa56;
	border: 1px solid #ffaa56;
}

.bt-pre {
	display: block;
	padding:1em 0;
	margin-top:30px;
	width:100%;
	background:#9e9e9e;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px;
	margin-bottom: 50px;
	border: 1px solid #9e9e9e;
}

.bt-pre:hover{
	background:#fff;
	color:#9e9e9e;
	border: 1px solid #9e9e9e;
}


.wpcf7-list-item > label {
	display: flex;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 7px;
}





/*------------------------------------*\
	MARGIN PADDING
\*------------------------------------*/

.pd-t10 {
	padding-top: 10px;
}

.pd-t20 {
	padding-top: 20px;
}

.pd-t30 {
	padding-top: 30px;
}

.pd-t40 {
	padding-top: 40px;
}

.pd-t50 {
	padding-top: 50px;
}

.pd-t60 {
	padding-top: 60px;
}

.pd-t70 {
	padding-top: 70px;
}

.pd-t80 {
	padding-top: 80px;
}

.pd-t100 {
	padding-top: 100px;
}

.pd-t120 {
	padding-top: 120px;
}

.pd-t175 {
	padding-top: 175px;
}

.pd-t300 {
	padding-top: 300px;
}



.pd-b10 {
	padding-bottom: 10px;
}

.pd-b20 {
	padding-bottom: 20px;
}

.pd-b30 {
	padding-bottom: 30px;
}

.pd-b40 {
	padding-bottom: 40px;
}

.pd-b50 {
	padding-bottom: 50px;
}

.pd-b60 {
	padding-bottom: 60px;
}

.pd-l25 {
	padding-left: 2.5em;
}

/*
.pd-head {
	padding-top: 113px;
}
*/

.m-t0 {
	margin-top: 0;
}

.m-t-5 {
	margin-top: -5px;
}

.m-t-16 {
	margin-top: -16px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t40 {
	margin-top: 40px;
}


.m-t100 {
	margin-top: 100px;
}

.m-t120 {
	margin-top: 120px;
}

.m-b3 {
	margin-bottom: 3px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-b90 {
	margin-bottom: 90px;
}

.m-l20 {
	margin-left: 20px;
}

.m-b80 {
	margin-bottom: 80px;
}

.m-b100 {
	margin-bottom: 100px;
}

.m-lr20 {
	margin: 0 20px;
}

.m-b10em {
	margin-bottom: 10em;
}







/* オリジナルページネーション */

.pagination02 {
	display: flex;
	width: fit-content;
	margin: 0 auto;
}

.pager  ul.pagination02 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination02 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#333333;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
 color: #ffffff;
	line-height: 50px;
}

.pager .pagination02 li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination02 li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination02 li a:hover,
.pager .pagination02 li a.active{
  color: #000;
  background: #cccccc;
}


.pager .pagination02 li.pre span::after{
    content: "«";
  }

.pager .pagination02 li.next span::before{
    content: "»";
  }



@media only screen and (max-width: 736px){

.pagination02 {
	width: 80%;
	padding: 0;
}

  .pager .pagination02 li{
    display: none;
	  font-size: 0.75em;
  }

  .pager .pagination02 li.pre,
  .pager .pagination02 li.next{
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
    padding: 0 1em;
    line-height: 50px;
  }

  .pager .pagination02 li.pre a,
  .pager .pagination02 li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination02 li.pre span::after{
    content: "«\A前の5件へ";
  }

  .pager .pagination02 li.next span::before{
    content: "次の5件へ\A»";

}

}


/* singleページ文字装飾 */
#single {
	margin-top: 1em;
}

#single > h1 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 16px 0;
	color: #2b6db8;
}

#single > h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 16px 0;
	color: #333333;
}

#single > h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #2b6db8;
}

#single > h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #333333;
}

#single > h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #b8342b;
}

#single > h6 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 16px 0;
	color: #1f8e14;
}



#single > p > a {
	text-decoration: underline;
	color: #2f2ecc;
}

#single > a {
	text-decoration: underline;
	color: #2f2ecc;
}

#single > p > a:hover {
	text-decoration: underline;
	color: #D71718;
}

#single > a:hover {
	text-decoration: underline;
	color: #D71718;
}

/* 引用を見やすくカスタマイズ */
blockquote{
	position: relative;
	padding: 30px 39px 30px 39px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #efefef;
	border: none;
	border-top: solid 3px #cbcbcb;
	border-bottom: solid 3px #cbcbcb;
	margin: 2em 0;
}
blockquote:before,
blockquote:after{
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	background: #cbcbcb;
}
blockquote:before{
	top: 0; left: 0;
}
blockquote:after{
	bottom: 0; right: 0;
}
blockquote + p{
	margin-top: 1.6em;
}
blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
blockquote > p:last-child{ 
  margin-bottom: 0 !important;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-500 {
	font-weight: 500;
}

.f-bold {
	font-weight: bold !important;
}


.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.f-small {
	font-size: 70% !important;
}

.f-small02 {
	font-size: 90% !important;
}

.f-big {
	font-size: 110% !important;
}

.f-big02 {
	font-size: 190% !important;
}

.f-blue {
	color: #0063B1 !important;
}

.f-red {
	color: #bf272d !important;
}

.f-green {
	color: #006837 !important;
}

.f-white {
	color: #ffffff !important;
}

.f-yellow {
	color: #fbee24 !important;
}





/* reCAPTCHA非表示 */

.text-reCAPTCHA {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10em;
}

.text-reCAPTCHA > p {
	margin: 0;
	line-height: 1.2;
	text-align: center;
}


.grecaptcha-badge { visibility: hidden; }








/*----------------------- 736pxまでのサイズ(スマホ版横置き含む) -----------------------*/

@media screen and (max-width: 736px) {

/* delet style -----------------------*/
.sp-none {
	display: none;
}

/* br制御 */
.sp {
	display: block;
}

.pc {
	display: none;
}

/*.tab {
	display: none;
}*/

.sp-margin-right-1em {
	margin-right: 1em;
}

.sp-LignHeight {
	line-height: 1.4;
}


p {
	line-height: 200%;
	letter-spacing: 1px;
}

a:hover {
	color: #333333;
}


header {
    z-index: 999;
}

.header {
	transition: background 1s;
}

.logo {
	width: 52%;
	position: absolute;
	top: -4px;
	left: 13px;
}

.logo > h1 {
	margin: 0;
	padding: 0;
}




.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 40px;
}

a {
	text-decoration: none;
	color: #333333;
	transition-duration: 0.6s;
}



.wrapper {
	width: 90%;
	margin-top: 60px;
}


/* 新ハンバーガーメニュー */

.c-hamburger {
    z-index: 1001;
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 6px;
    right: 10px;
    cursor: pointer;
    border-radius: 100%;
    background: #e60013;
}
.c-hamburger {
	display: block;
}
.c-hamburger.is-act {
    background: #fff;
}
.c-hamburger::before {
    top: 20%;
}
.c-hamburger span {
    top: 35%;
    margin-top: -1px;
    text-indent: -9999px;
}
.c-hamburger span, .c-hamburger::after, .c-hamburger::before {
    height: 2px;
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-hamburger .text {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
}
.c-hamburger.is-act .text {
    opacity: 0;
}


.c-hamburger::after {
    bottom: 48%;
}

.c-hamburger::after, .c-hamburger::before {
    content: "";
}

.c-hamburger.is-act:after, .c-hamburger.is-act:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    background: #54c3f1;
	z-index: 1001;
}
.c-hamburger.is-act:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.c-drawer {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: linear-gradient(-40deg, #ace4fc 0, #54c3f1 100%);
}

.c-drawer__content {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding: 90px 10px 0;
    color: #fff;
}

.logo-drawer {
	width: 52%;
	position: absolute;
	top: 14px;
	left: 13px;
}


p.address {
	line-height: 1.2;
	text-align: center;
}
p.copyright {
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}






/* ハンバーガーメニューアコーディオン部 */
.c-drawer__content .menu_list {
    margin-bottom: calc(4.08163vw + 34.69388px);
	padding: 0;
}

ul {
    list-style: none;
}
.c-drawer__content .menu_list>li {
    border-bottom: 1px solid #fff;
}
.c-drawer__content .menu_list>li>a, .c-drawer__content .menu_list>li>span {
    font-weight: 700;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #fff;
    padding: 15px 0;
}
.c-drawer__content .menu_list > li > span {
    position: relative;
}
.c-drawer__content .menu_list > li > span > i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list .child_list {
    height: 0;
    overflow: hidden;
	padding: 0;
}
.c-drawer__content .menu_list .child_list li {
    border-top: 1px solid #fff;
}
.c-drawer__content .menu_list .child_list li a {
    padding-left: 30px;
}
.c-drawer__content .menu_list li a, .c-drawer__content .menu_list li span, .l-header__info .btn a {
    display: block;
    color: #fff;
    padding: 15px 0;
}

.c-drawer, .c-drawer__content .menu_list .child_list, .c-drawer__content .menu_list > li > span > i  {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.c-drawer__content .menu_list > li > span.is-opened > i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


















/* ハンバーガーメニューここから */

nav {
	display: none;
}

/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 12px;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#phone div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
	background: #f19149;
	border-radius: 2px;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#phone {
	position: absolute;
	right: 60px;
	top: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}


#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
	background: url("/images/menu_under_bar_sp02.gif") no-repeat;
	background-position: bottom;
	background-color: rgba(255,255,255,0.72);
}
.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}




#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -570px;
	background: #f4f4f4;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #ffffff;
	padding: 12px 0;
	text-decoration: none;
}


/* メニュー関連 */
#global-nav ul li a{
	color: #ffffff!important;
	text-align: left;
	margin-left: 3em;
}
a.navi-lnk > i {
	padding-right: 0.5em;
}
#global-nav {
    background-color: #333333;
}

#global-nav ul {
    padding: 0 2.5%;
	width: 95%%;
	overflow: hidden;
}
#global-nav ul li {
    border-bottom: 1px solid #ffffff;
}
#global-nav ul li:first-child {
    border-top: 1px solid #ffffff;
}

#phone_box {
    background-color: #f4f4f4;
}
#phone_box .phone_box_inner p {
	color: #333333;
}
#phone_box .phone_box_inner a {
	color:#333333;
}



/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
/*.open #global-nav {
	-moz-transform: translateY(605px);
	-webkit-transform: translateY(605px);
	transform: translateY(605px);
}
*/
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(625px);
	-webkit-transform: translateY(625px);
	transform: translateY(625px);
	position: fixed;
	overflow-y: scroll;
	z-index: 99;
	width:100%;
	height:570px;
	-webkit-overflow-scrolling: touch;  
}

.open #global-nav ul::-webkit-scrollbar {
  background:#000000;
  width:10px;
}
.open #global-nav ul::-webkit-scrollbar-thumb {
  background:#aaa;
  border-radius: 50px;
  height: 50px;
}






.site-title_mb {
	padding-top: 6px;
	padding-left: 6px;
}



.icon_blue {
	font-size: 2.2em;
	color: #f19149;
}

#phone_box {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -501px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#phone_box .phone_box_inner {
	position: static;
	bottom: 0;
	font-size: 14px;
}
#phone_box .phone_box_inner p {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
}

#phone_box .phone_box_inner a {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

.phone_open #phone_box {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}

.phone_open .icon_blue {
	opacity: 0.8;
}

#phone_box p {
	line-height: 1.5em;
}
.phone_box_icon {
	margin-right: 0.5em;
}
.phone_box_tel {
	font-size: 1.5em;
}
.font_small {
	font-size: 0.8em;
}
#head_pic {
	margin-top: 55px;
}
#sub_title {
	margin-top: 55px;
}


/* ハンバーガーメニュー関連ここまで */


/* page top */
#fixedTop {
	right: 15px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	color: #051508;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #ffffff;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	    border: solid 1px #051508;
	    border-radius: 20px;
}

#fixedTop > i {
	margin: 0;
}


/* ボタン */
.l-button {
	margin: 3em auto 0;
	font-size: 16px;
}
.l-button > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 4em;
	color: #ffffff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
}


.l-button > a > p {
	text-align: center;
	margin: 0;
}


/* table01 */
table.table01 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table01 th,table.table01 td {
	display: block;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.7;
	color: #333333;
	border-top: none;
}

table.table01 th {
	background: #f4f4f4;
	font-weight: 500;
}

table.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}



/* スクロールテーブル */
.scroll {
	width: 97%;
}

.scroll table { 
	display: block; 
	width: 100%; 
	margin: 0 0px;
}

.scroll-m-t20 {
	margin-top: 10px;
}

.scroll table tr td, .scroll table tr th {
	display: flex;
	height: 67px;
	justify-content: center;
	align-items: center;  
	border-left: 0;
	font-size: 0.75em;
}

.scroll table th, .scroll table td  {
	padding: 10px 5px 7px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
/*
.scroll-table-bb {
	border: 1px solid #ddd !important;
}
*/
.scroll table thead{
	display: block; 
	float: left;
	overflow-x:scroll;
}

.scroll table tbody{ 
	display: block; 
	width: auto; 
	overflow-x: scroll; 
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.scroll table th{ 
	display: flex;
	width: 7em;
	font-weight: normal;
	background: #f19149;
	color: #ffffff;
}


.scroll tbody tr {
	display: inline-block;
	margin: 0 -2px;
	/* width: 8em; */
	width: 230px;
	/* padding: 0 20px; */
}


.scroll table td{ 
	display: block;
}

.scroll td:not(:last-child) {
	border-bottom: none;
}


.scroll th:not(:last-child) {
	border-bottom: none;
}

.scroll #scroll02 table {
	width: 100%;
	margin-top: 20px;
}

.scroll02 table02 td {
	width: 50%;
	padding-bottom: 0.6em;
	font-weight: bold;
}


.scroll-bottom-text {
	margin: 0 0;
	text-align: right;
	font-size: 14px;
}

/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
	/*margin-top: 500px;*/
}

.footer {
	padding: 5px 0 5px;
}

.footer > p {
	text-align: center;
	font-size: 60%;
	color: #ffffff;
}

.footer > p > span {
	display: block;
	text-align: center;
}

.footer > p > a {
	color: #ffffff;
}











/* トップページ */

/* トップスライダー */

#top-headpic01 {
	height: 80vh;
	width: 100%;
	position: relative;
}


.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide01 {
	background-image: url(/images/top_pic001_sp.jpg);
}
.slide02 {
	background-image: url(/images/top_pic002_sp.jpg);
}
.slide03{
	background-image: url(/images/top_pic003.jpg);
}
.slide04{
	background-image: url(/images/top_pic004.jpg);
}

.slide05{
	background-image: url(/images/top_pic005_sp.jpg);
}


.top-main01 {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1;
	width: 93%;
	margin: auto;
	right: 0;
}















/* top box01 */
.top-box01 {
    /* background: #fff8e3; */
    padding: 5em 0;
    /*background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cpath fill='%23ffffff' d='M-1-1v4h4v-4z'/%3e%3cpath fill='none' stroke='%23b3d9dc' stroke-width='.19' opacity='.32' d='M1-1-2 2M1.97-1l-4 4M3-1l-4 4M2.97 0l-4 4M3 1 1 3'/%3e%3c/svg%3e");*/
    /* background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 124 124' preserveAspectRatio='none'%3e%3cg opacity='.22'%3e%3cpath fill='%23ffdbc2' d='M-62-62v248h248v-248z'/%3e%3cpath fill='%23f19149' fill-rule='evenodd' d='M62 52a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M124 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 114a10 10 0 0 1 0 20a10 10 0 0 1 0-20M124 114a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/g%3e%3c/svg%3e"); */
    background-image: linear-gradient(0deg, transparent 20px, #ffeada 21px), linear-gradient(90deg, transparent 20px, #ffeada 21px);
    background-color: #fff8e8b8;
    background-size: 21px 21px;
}

.top-box01 > h3 {
	text-align: center;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 26px;
	width: 95%;
	margin: 0 auto;
}

.top-box01 > h3 > span {
    color: #f19149;
}


.top-box01 > p {
	width: 90%;
	margin: 0 auto;
}

.top-box01 > ul {
	width: 90%;
	margin: 30px auto 30px;
	font-size: 18px;
	list-style: none;
	padding: 0px;
}

.top-box01 > ul > li {
	margin-bottom: 0.9em;
	margin-left: 2em;
	text-indent: -2em;
}

.top-box01 > ul > li:before {
    font-family: fontawesome;
    margin-right: 10px;
    color: #f19149;
    content: "\f046";
    font-size: 26px;
    vertical-align: middle;
}


/* タイトル */
h2.title-h2 {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}


h2.title-h2 > span {
	font-size: 14px;
	display: block;
	margin-top: -5px;
	margin-left: 8px;
	color: #f19149;
}


/* wordpress　トップページ表示部分 */

/* info cms */
.sp-wrapper {
	margin-bottom: 2em;
}

.cms-box {
	margin-top: 10px;
	margin-bottom: 5px;
}

.date {
	font-size: 80% !important;
	float: left;
	padding: 0px 16px 0 16px;
	margin-top: 3px;
}

p.info {
	font-size: 0.85em;
	color: #FFF;
	background-color: #3d92d3;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}


p.column {
	font-size: 0.75em;
	color: #FFF;
	background-color: #2abe8f;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}


p.blog {
	font-size: 0.75em;
	color: #FFF;
	background-color: #c95e5e;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}



p.uncategorized {
	font-size: 0.85em;
	color: #FFF;
	background-color: #A3A3A3;
	text-align: center;
	height: 24px;
	width: 130px;
	border-radius: 3px;
	margin-top: 10px;
	float: left;
	line-height: 1.7;
}


.cms-title {
	float: left;
	vertical-align: middle;
	margin: -3px 0 20px 0;
	clear: both;
	width: 94%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}

.cms-title > a {
	color: #333333;
	text-decoration: underline;
}

.csm-margin {
	margin-top: 4em;
}


/* トップページ業務案内 */
.top-box02 {
	margin-top: 130px;
	padding: 1px 0 70px;
	background-color: #f7f7f7;
}


.top-service {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.top-service > li {
	width: 100%;
	margin-bottom: 4em;
}

.top-service > li:nth-child(even) {
	margin-right: 0;
}


.top-service > li > a > h2 {
	margin-bottom: 0;
	position: relative;
	font-size: 20px;
}

.top-service > li > a > h2::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 50px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-service > li > a > h2::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 50px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}

.top-service > li > a > p {
	margin-top: 0.5em;
	line-height: 1.5;
}




/* トップページマップ */
.top-map {
	width: 90%;
	margin: 140px auto 0;
}



/* footer-contact */
.footer-contact {
	width: 100%;
	background-image: url(/images/footer-pic01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10em;
	color: #ffffff;
	background-size: cover;
}

.footer-contact-wrapper {
	width: 90%;
	padding: 5em 0 4em;
	margin: 0 auto;
}


.footer-contact-text > h2 {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}

.footer-contact-text > h2 > span {
	font-size: 12px;
	display: block;
    margin-top: -5px;
}

.footer-contact-text > p {
	text-align: center;
}

.footer-contact-lr {
	width: 90%;
	margin: 5em auto;
}

.footer-contact-left dl {
	text-align: center;
}

.footer-contact-left dl dt {
	font-size: 29px;
}

.footer-contact-left dl dt a {
	color: #ffffff;
}

.footer-contact-left dl dt span {
	font-size: 29px;
	margin-right: 10px;
}

.footer-contact-left dl dd {
	margin: 0;
}

/*btn*/
.c-btn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #AF011C;
  border: 1px solid #AF011C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  /* margin-top: 33px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em auto 0;
}




/* サブページ */

.pd-head {
	margin-top: 55px;
}


/* サブページタイトルヘッダー */
.page-title {
	width: 100%;
	background-image: linear-gradient(0deg, transparent 20px, #e4e4e4 21px), linear-gradient(90deg, transparent 20px, #e4e4e4 21px);
	background-size: 21px 21px;
}

.page-title h1 {
	width: 90%;
	height: 90px;
	margin: 0 auto;
	color: #333333;
	font-size: 26px;
	font-weight: 500;
	line-height: 90px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.06em;
	overflow: hidden;
}

.page-title h1 span {
	font-size: 66px;
	display: block;
	margin-top: -51px;
	color: #ffc3963d;
	/* text-align: center; */
	line-height: 1;
	margin-left: 90px;
}



/* サブタイトル */

h2.sub-title01 {
	border-bottom: solid 2px #cbcbcb;
	position: relative;
	font-size: 22px;
	color: #f19149;
	margin-bottom: 16px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h2.sub-title01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f19149;
	bottom: -2px;
	width: 32%;
}

h3.sub-title03 {
	font-weight: bold;
	font-size: 18px;
	color: #f19149;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: -0.6em;
}

h3.sub-title04 {
	border-left: 4px solid #f19149;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 22px;
	color: #f19149;
}


/* text-box01 */
.text-box01 {

}

.text-box01 {
	border-left: 2px solid #f19149;
	padding: 0.1em 0 0 1em;
	margin-top: 2em;
}


/* example-box */
.example-box {
	position: relative;
	background-color: #efebe4;
	/* color: #ffffff; */
	padding: 1em 1em;
	margin-top: 3em;
}

.example {
	position: absolute;
	top: -84px;
	left: -10px;
	font-size: 40px;
	color: #f1914987;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.example-box > ul {
	margin-left: -1em;
	font-size: 18px;
}

.example-box > p > span {
	font-size: 18px;
	font-weight: bold;
}

.example-box > p > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: fit-content;
	margin: 1em auto 1em;
	padding: 0.5em 1em 0.6em;
	color: #ffffff;
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
	line-height: 1.5;
}

.example-box > p > a::before {
	position: absolute;
	top: 2.3em;
	bottom: 0;
	height: 1px;
	margin: auto;
	background: #ffffff;
	content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.example-box > p > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
	top: 2.2em;
	bottom: 0;
	height: 1px;
	margin: auto;
	background: #ffffff;
	content: "";
}

.example-box > h4 {
	padding: 0.2em 0.5em 0.3em;
	border: 1px solid #f19149;
	background-color: #ffffff;
	font-size: 16px;
	color: #f19149;
	width: fit-content;
	font-weight: normal;
	margin-bottom: -6px;
}







/* 挨拶 */
.aisatsu-img {
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.aisatsu-img > img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: 50% 30%;
}
.aiastsu-name {
	margin: 0 0 4em auto;
	width: 130px;
	height: auto;
}



/* singleページ */
.sub-flexBox {
	width: 100%;
	display: flex;
	margin-top: 3em;
	margin-bottom: 2em;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 1em;
	border-radius: 0;
	font-family: "Noto Sans JP";
}


.sub-flexBox > p.info-date {
	font-family: "Noto Sans JP";
	font-size: 12px;
	margin-top: 4px;
}


.title02 {
	font-weight: normal;
	font-size: 20px;
	margin: 5px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* Ã¤Â»Â»Ã¦â€žÂÃ£ÂÂ®Ã¨Â¡Å’Ã¦â€¢Â°Ã£â€šâ€™Ã¦Å’â€¡Ã¥Â®Å¡ */
	text-align: center;
}



/* singleページ　ページャー */
.paging-box {
	height: 70px;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 5em;
}

.paging-box > ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.paging-box > ul > li {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.paging-box > ul > li:first-child {
	width: 33.33%;
}

.paging-box > ul > li:nth-child(2) {
	border-left: 1px solid #dbdbdb;
	width: 33.33%;
}

.paging-box > ul > li:nth-child(3) {
	border-left: 1px solid #dbdbdb;
	width: 33.33%;
}

.paging-box > ul > li > a {
	display: block;
}

.paging-box > ul > li > a:hover {
	background-color: #eeeeee;
}





/* list flow */
.flow-list {

}

.flow-list > ul {
	list-style: none;
	width: fit-content;
	margin: 5em auto 0;
	padding: 0;
}


.flow-list > ul > li {
	margin-bottom: 7em;
}


.flow-list > ul > li > div.flow-list-text > h3 {
	font-size: 20px;
	color: #f19149;
	position: relative;
}


.flow-list > ul > li > div.flow-list-text > h3 > span {
	font-size: 110px;
	position: absolute;
	display: block;
	top: -3.7em;
	left: -7px;
	color: #f1914936;
}

.flow-list > ul > li > div.flow-list-text > p {
	margin-top: 1em;
}

.note {
	border: 1px solid #f19149;
	background-color: #fff6f0;
	padding: 0em 1.4em;
	margin: 0 auto;
	border-radius: 10px;
}

.note > p {
	color: #333333;
}



.flow-list > ul > li > div.flow-list-text > ul {
	margin-top: -0.7em;
	margin-bottom: -0.5em;
	list-style: numbers;
	margin-left: 0;
	padding-left: 1.5em;
}





/* not found */
.not-found {
	min-height: 80vh;
}

.not-found > h2 {
	font-size: 140px;
	text-align: center;
	color: #a4a4a4;
}

.not-found > h2 > span {
	display: block;
	font-size: 40px;
}

.not-found >p {
	display: block;
	font-size: 16px;
	text-align: center;
}










}
/*----------------------- 736pxまでのサイズ(スマホ版横置き含む)ここまで -----------------------*/






/*----------------------- 1147pxまでのサイズ(タブレット版) -----------------------*/
@media screen and (min-width: 737px) and (maX-width:1147px) {

/* delet style -----------------------*/
/*.sp-none {
	display: none;
}*/

.tab {
	display: block;
}


.tab-none {
	display: none!important;
}

/* iPhone iPad リスト文字化け防止 */
body{
  font-feature-settings: "pkna" 1;
}

a {
	text-decoration: none;
	color: #333333;
	transition-duration: 0.6s;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}



.text-center {
	text-align: center;
}


.pd-t-110 {
	padding-top: 110px;
}

.mb-100 {
	margin-bottom: 100px;
}

.wrapper {
	width: 90%;
	margin-top: 60px;
}


/* br制御 */
.sp {
	display: none;
}

.pc {
	display: none;
}
.tab {
	display: block;
}






/* ヘッダーここから */
header {
    z-index: 999;
}


.logo {
	width: 220px;
	position: absolute;
	top: 11px;
	left: 13px;
}


/* ハンバーガーメニューここから */


/* Toggle Button */
#nav-toggle {
    /* display: none; */
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#phone div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
	background: #f19149;
	border-radius: 2px;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#phone {
	position: absolute;
	right: 54px;
	top: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}


#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
	background: url("/images/menu_under_bar_sp02.gif") no-repeat;
	background-position: bottom;
	background-color: rgba(255,255,255,0.72);
}

.headerColor-default {
	background-color: rgba(255,255,255,0.72);
	backdrop-filter: blur(4px);
}




#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -570px;
	background: #f4f4f4;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #333;
	padding: 12px 0;
	text-decoration: none;
}


/* メニュー関連 */
#global-nav ul li a{
	color: #333333!important;
	text-align: left;
	margin-left: 3em;
}
a.navi-lnk > i {
	padding-right: 0.5em;
}
#global-nav {
    background-color: #f4f4f4;
}

#global-nav ul {
    padding: 0 1.5em;
}
#global-nav ul li {
    border-bottom: 1px solid #dddddd;
}
#global-nav ul li:first-child {
    border-top: 1px solid #dddddd;
}

#phone_box {
    background-color: #f4f4f4;
}
#phone_box .phone_box_inner p {
	color: #333333;
}
#phone_box .phone_box_inner a {
	color:#333333;
}



/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(625px);
	-webkit-transform: translateY(625px);
	transform: translateY(625px);
}


.site-title_mb {
	padding-top: 6px;
	padding-left: 6px;
}



.icon_blue {
	font-size: 2em;
	color: #f19149;
}

#phone_box {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -501px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#phone_box .phone_box_inner {
	position: static;
	bottom: 0;
	font-size: 14px;
}
#phone_box .phone_box_inner p {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
}

#phone_box .phone_box_inner a {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	margin: 3px 0;
	line-height: 1.5em;
	font-size: 1.2em;
}

.phone_open #phone_box {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}

.phone_open .icon_blue {
	opacity: 0.8;
}

#phone_box p {
	line-height: 1.5em;
}
.phone_box_icon {
	margin-right: 0.5em;
}
.phone_box_tel {
	font-size: 1.5em;
}
.font_small {
	font-size: 0.8em;
}
#head_pic {
	margin-top: 55px;
}
#sub_title {
	margin-top: 55px;
}


/* ハンバーガーメニュー関連ここまで */

/* page top */
#fixedTop {
	right: 15px;
	bottom: 200px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	color: #051508;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #ffffff;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	    border: solid 1px #051508;
	    border-radius: 20px;
}

#fixedTop > i {
	margin: 0;
}


/* table01 */
.table-width {
	width: 90%;
	margin: 2em auto 0;
}

table.table01 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.table01 th,table.table01 td {
	display: block;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.7;
	color: #333333;
	border-top: none;
}

table.table01 th {
	background: #f4f4f4;
	font-weight: 500;
}

table.table01 tr:first-child th {
	border-top: 1px solid #ddd;
}



/* l-button */
.l-button {
	margin: 3em auto 0;
}
.l-button > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: 350px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #ffffff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
}


.l-button > a > p {
	text-align: center;
	margin: 0;
}



/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
}

.footer-text {
	text-align: center;
}

footer > div.footer {
    padding: 20px 0;
}

footer > div.footer > p {
	color: #ffffff;
	font-size: 80%;
	margin: 0 0;
	line-height: 1.6;
}

footer > div.footer > p > span {
	padding-left: 10px;
}

footer > div.footer > p > span > a {
	color: #ffffff;
}

footer > div.footer > p > span > a:hover {
	color: #F7EE0C;
}






/* 成年後見スクロールテーブル */
.scroll > table {
	width: 100%;
	margin: 5px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.scroll > table > thead > tr > th, td {
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.scroll > table > thead > tr > th {
	font-weight: normal;
	background: #f19149;
	color: #ffffff;
}




/* スクロールテーブル02 */
.scroll {
	width: 97%;
}

.scroll table { 
	display: block; 
	width: 100%; 
	margin: 0 0px;
}

.scroll-m-t20 {
	margin-top: 10px;
}

.scroll table tr td, .scroll table tr th {
	display: flex;
	height: 67px;
	justify-content: center;
	align-items: center;  
	border-left: 0;
	font-size: 0.75em;
}

.scroll table th, .scroll table td  {
	padding: 10px 5px 7px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
/*
.scroll-table-bb {
	border: 1px solid #ddd !important;
}
*/
.scroll table thead{
	display: block; 
	float: left;
	overflow-x:scroll;
}

.scroll table tbody{ 
	display: block; 
	width: auto; 
	overflow-x: scroll; 
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.scroll table th{ 
	display: flex;
	width: 7em;
	font-weight: normal;
	background: #f19149;
	color: #ffffff;
}


.scroll tbody tr {
	display: inline-block;
	margin: 0 -2px;
	/* width: 8em; */
	width: 230px;
	/* padding: 0 20px; */
}


.scroll table td{ 
	display: block;
}

.scroll td:not(:last-child) {
	border-bottom: none;
}


.scroll th:not(:last-child) {
	border-bottom: none;
}

.scroll #scroll02 table {
	width: 100%;
	margin-top: 20px;
}

.scroll02 table02 td {
	width: 50%;
	padding-bottom: 0.6em;
	font-weight: bold;
}


.scroll-bottom-text {
	margin: 0 0;
	text-align: right;
	font-size: 14px;
}





/* トップページスライダー */

#top-headpic01 {
	height: 730px;
	width: 100%;
	position: relative;
}


.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide01 {
	background-image: url(/images/top_pic001_tab.jpg);
}
.slide02 {
	background-image: url(/images/top_pic002_tab.jpg);
}
.slide03{
	background-image: url(/images/top_pic003_tab.jpg);
}
.slide04{
	background-image: url(/images/top_pic004_tab.jpg);
}

.slide05{
	background-image: url(/images/top_pic005_tab.jpg);
}


.top-main01 {
	position: absolute;
	top: 100px;
	left: calc(50% - 265px);
	z-index: 1;
	width: 530px;
}


/* トップページスライダー下部 */
/* top box01 */
.top-box01 {
    padding: 5em 0;
    background-image: linear-gradient(0deg, transparent 20px, #ffeada73 21px), linear-gradient(90deg, transparent 20px, #ffeada73 21px);
    background-color: #fff8e8b8;
    background-size: 21px 21px;
}

.top-box01 > h3 {
	text-align: center;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 26px;
	width: 95%;
	margin: 0 auto;
}

.top-box01 > h3 > span {
    color: #f19149;
}


.top-box01 > p {
	width: 90%;
	margin: 0 auto;
}


.tab-center {
	text-align: center;
}


.top-box01 > ul {
	width: 90%;
	margin: 30px auto 30px;
	font-size: 18px;
	list-style: none;
	padding: 0px;
}

.top-box01 > ul > li {
	margin-bottom: 0.9em;
	margin-left: 2em;
	text-indent: -2em;
}

.top-box01 > ul > li:before {
    font-family: fontawesome;
    margin-right: 10px;
    color: #f19149;
    content: "\f046";
    font-size: 26px;
    vertical-align: middle;
}



/* title */
h2.title-h2 {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}


h2.title-h2 > span {
	font-size: 14px;
	display: block;
	margin-top: -5px;
	margin-left: 8px;
	color: #f19149;
}




/* wordpress トップページ */

/* info cms */
.sp-wrapper {
	margin-bottom: 2em;
}

.cms-box {
	padding: 4px 20px 0;
	border-bottom: solid 1px #dcdcdc;
	height: 87px;
}

.date {
	font-size: 80% !important;
	float: left;
	padding: 0px 16px 0 16px;
	margin-top: 3px;
}

p.info {
	font-size: 0.85em;
	color: #FFF;
	background-color: #3d92d3;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}


p.column {
	font-size: 0.75em;
	color: #FFF;
	background-color: #2abe8f;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}

p.blog {
	font-size: 0.75em;
	color: #FFF;
	background-color: #c95e5e;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 3px;
	margin-top: 4px;
	float: left;
	line-height: 25px;
}



p.uncategorized {
	font-size: 0.85em;
	color: #FFF;
	background-color: #A3A3A3;
	text-align: center;
	height: 24px;
	width: 130px;
	border-radius: 3px;
	margin-top: 10px;
	float: left;
	line-height: 1.7;
}


.cms-title {
	float: left;
	vertical-align: middle;
	margin: -3px 0 20px 0;
	clear: both;
	width: 94%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}

.cms-title > a {
	color: #333333;
	text-decoration: underline;
}

.csm-margin {
	margin-top: 4em;
}


.top-box02 {
	margin-top: 180px;
	padding: 1px 0 55px;
	background-color: #f7f7f7;
}



/* トップページ業務案内 */
.top-service {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.top-service > li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 4em;
}

.top-service > li:nth-child(even) {
	margin-right: 0;
}

.top-service > li > a:hover {
	opacity: 0.7;
}

.top-service > li > a > h2 {
	margin-bottom: 0;
	position: relative;
}



.top-service > li > a > h2::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 50px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-service > li > a > h2::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 50px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}




/* footer-contact */
.footer-contact {
	width: 100%;
	background-image: url(/images/footer-pic01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10em;
	color: #ffffff;
	background-size: cover;
}

.footer-contact-wrapper {
	width: 90%;
	padding: 5em 0 4em;
	margin: 0 auto;
}


.footer-contact-text > h2 {
	font-size: 26px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}

.footer-contact-text > h2 > span {
	font-size: 12px;
	display: block;
    margin-top: -5px;
}

.footer-contact-text > p {
	text-align: center;
}

.footer-contact-lr {
	width: 90%;
	margin: 5em auto;
}

.footer-contact-left dl {
	text-align: center;
}

.footer-contact-left dl dt {
	font-size: 29px;
}

.footer-contact-left dl dt a {
	color: #ffffff;
}

.footer-contact-left dl dt span {
	font-size: 29px;
	margin-right: 10px;
}

.footer-contact-left dl dd {
	margin: 0;
}

/*btn*/
.c-btn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #AF011C;
  border: 1px solid #AF011C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  /* margin-top: 33px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em auto 0;
}


/* subpage headder */
.pd-head {
	padding-top: 55px;
}

.page-title {
	width: 100%;
	background-image: linear-gradient(0deg, transparent 20px, #ffeada73 21px), linear-gradient(90deg, transparent 20px, #ffeada73 21px);
	background-size: 21px 21px;
}

.page-title h1 {
	width: 90%;
	height: 90px;
	margin: 0 auto;
	color: #333333;
	font-size: 26px;
	font-weight: 500;
	line-height: 90px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.06em;
	overflow: hidden;
}

.page-title h1 span {
	font-size: 66px;
	display: block;
	margin-top: -51px;
	color: #ffc3963d;
	/* text-align: center; */
	line-height: 1;
	margin-left: 90px;
}




/* title */

h2.sub-title01 {
	border-bottom: solid 2px #cbcbcb;
	position: relative;
	font-size: 32px;
	color: #f19149;
	margin-bottom: 22px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h2.sub-title01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f19149;
	bottom: -2px;
	width: 18%;
}

h3.sub-title03 {
	font-weight: bold;
	font-size: 18px;
	color: #f19149;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h3.sub-title04 {
	border-left: 4px solid #f19149;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 22px;
	color: #f19149;
}








/* list flow */
.flow-list {

}

.flow-list > ul {
	list-style: none;
	width: fit-content;
	margin: 5em auto 0;
	padding: 0;
}

.flow-list > ul > li {
	display: flex;
	margin-bottom: 7em;
}

.flow-list > ul > li > div.flow-list-pic {
	width: 250px;
	margin-top: 1em;
}

.flow-list > ul > li > div.flow-list-text {
	padding: 0em 0 2em 2em;
}

.flow-list > ul > li > div.flow-list-text > h3 {
	font-size: 20px;
	color: #f19149;
	position: relative;
}

.flow-list > ul > li > div.flow-list-text > h3 > span {
	font-size: 110px;
	position: absolute;
	display: block;
	top: -0.7em;
	left: -127px;
	color: #f191492b;
}

.flow-list > ul > li > div.flow-list-text > ul {
	margin-top: -1em;
	margin-bottom: -0.5em;
	list-style: numbers;
	margin-left: 0;
	padding-left: 1.5em;
}

.flow-list > ul > li > div.flow-list-text > p {
	margin-top: 0.5em;
}


.note {
	border: 1px solid #f19149;
	background-color: #fff6f0;
	padding: 0 1.5em;
	margin: 0 auto;
	border-radius: 10px;
}

.note > p {
	color: #333333;
}



/* 挨拶のページ */
.aisatsu {
	margin-top: 13em;
}

.aisatsu-wrapper {
	margin-top: 1em;
	margin-bottom: 10em;
}

.aiastsu-name {
	margin: 0 0 0 auto;
	width: 150px;
	height: auto;
}

.top-map {
	width: 90%;
	margin: 8em auto 0;
}



.text-box01 {
	border-left: 2px solid #f19149;
	padding: 0.1em 2em;
	margin-top: 2em;
}


/* 例 */
.example-box {
	position: relative;
	background-color: #efebe4;
	/* color: #ffffff; */
	padding: 1em 2em;
	margin-top: 3em;
}

.example {
	position: absolute;
	top: -84px;
	left: -10px;
	font-size: 40px;
	color: #f1914987;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.example-box > ul {
	margin-left: -1em;
	font-size: 18px;
}

.example-box > p > span {
	font-size: 18px;
	font-weight: bold;
}

.example-box > p > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: fit-content;
	margin: 3em auto 1em;
	padding: 0.5em 6em;
	color: #ffffff;
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.example-box > p > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.example-box > p > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
}
.example-box > p > a:hover {
	display: block;
	background-color: #ffffff;
	color: #f19149;
}
.example-box > p > a:hover::before {
	right: 20px;
	width: 30px;
	background: #f19149;
}
.example-box > p > a:hover::after {
	right: 20px;
	background: #f19149;
}




.example-box > h4 {
	padding: 0.2em 0.5em 0.3em;
	border: 1px solid #f19149;
	background-color: #ffffff;
	font-size: 16px;
	color: #f19149;
	width: fit-content;
	font-weight: normal;
}

/* list % */
ul.ul-percent {

}

ul.ul-percent > li {
	width: 26em;
}

ul.ul-percent > li > span {
	float: right;
}

ul.list-01 {
	margin-top: -1em;
	margin-bottom: 2em;
}



/* single */
h3.title02 {
	font-size: 26px;
	line-height: 1.5em;
	padding-left: 20px;
	padding: 1.5em 2em;
	display: block;
	width: fit-content;
	margin: 60px auto 0;
	font-weight: 500;
}

.info-date {
	float: left;
	margin-top: 0;
}


.sub-flexBox {
	width: 100%;
	display: flex;
	margin-top: 3em;
	margin-bottom: 2em;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 1em;
	border-radius: 0;
}



/* ページャー */
.paging-box {
	height: 70px;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	/*padding-left: 350px;*/
	margin-top: 15em;
}

.paging-box > ul {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 100%;
}

.paging-box > ul > li {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.paging-box > ul > li:first-child {
	width: 33%;
}

.paging-box > ul > li:nth-child(2) {
	width: 33%;
	border-left: 1px solid #dbdbdb;
}

.paging-box > ul > li:nth-child(3) {
	width: 33%;
	border-left: 1px solid #dbdbdb;
}


.paging-box > ul > li > a {
	display: block;
}

.paging-box > ul > li > a:hover {
	background-color: #eeeeee;
}




/* not found */
.not-found {
	min-height: 70vh;
}

.not-found > h2 {
	font-size: 140px;
	text-align: center;
	color: #a4a4a4;
}

.not-found > h2 > span {
	display: block;
	font-size: 40px;
}

.not-found >p {
	display: block;
	font-size: 16px;
	text-align: center;
}






}


/*----------------------- 1147pxまでのサイズ(タブレット版)ここまで -----------------------*/

/*----------------------- 1148px～上のサイズ(PC版) -----------------------*/
@media print, screen and (min-width:1148px) {

/* delet style -----------------------*/
.sp {
	display: none;
}

.pc {
	display: block!important;
}
.tab {
	display: none;
}
.pc-none {
	display: none!important;
}


h3 {
	margin: 0;
	padding: 0;
	font-size: 26px;
}



.sp {
    display: none;
}

p {
	line-height: 200%;
	letter-spacing: 1px;
}

.wrapper {
	max-width: 1280px;
	margin: 180px auto 0;
	width: 90%;
}

h2.title-h2 {
	font-size: 34px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h2.title-h2 > span {
	font-size: 12px;
	display: block;
}

h2.title-h2 > span {
	font-size: 14px;
	display: block;
	margin-top: -10px;
	margin-left: 8px;
	color: #f19149;
}

.text-col-w {
	color: #ffffff;
}

h4 {
	font-size: 20px;
	margin-bottom: -10px;
	color: #054A97;
}


/* ヘッダー */
.header {
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,0.72);
	position: fixed;
	z-index: 100;
	backdrop-filter: blur(4px);
}

.headerColor-default {
	/*background-color: rgba(255,255,255,0.72);*/
	/*transition:background 1s;*/
	/*backdrop-filter: blur(4px);*/
}

.pc-head-wrapper {
	width: 1200px;
	margin: 0 auto;	
}

.bg-c01 {
	background-color: #f9f9f9;
	padding: 1px 0 20px;
	margin: 150px 0;
	background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cpath fill='%23cccccc' d='M-1-1v4h4v-4z'/%3e%3cpath fill='%23ffffff' d='M1-1h1.64l-4 4v-1.64zM3-1v1.64l-4 4h-1.64z'/%3e%3c/svg%3e");

}


.logo {
	max-width: 260px;
	position: absolute;
	left: 20px;
	top: 19px;
}

.logo > h1 {
	margin: 0;
	padding: 0;
}


/* グローバルナビゲーション */
.nav {
	position: absolute;
	right: 20px;
}

#global-navi-pc {
	margin: 53px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
}

#global-navi-pc li {
	font-size: 16px;
    color: #333333;
	position: relative;
	margin: 0 7px;
	font-weight: bold;
	cursor: pointer;
}

#global-navi-pc > li > i {
	font-size: 12px;
	margin-left: 0.5em;
}

/*
.menu-nav {
    display: inline-block;
}
*/

#global-navi-pc li a {
	/* margin: 0 15px; */
	/* color: #333333; */
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#global-navi-pc > li div > ul > li > a:hover {
	color: #fff900;
}

#global-navi-pc > li:last-child > a {
	width: 333px;
	width: 163px;
	height: 57px;
	line-height: 57px;
  background-color: #ffffff;
  border: 1px solid #e60013;
	text-align: center;
	color: #e60013;
	display: inline-block;
	cursor: pointer;
	/* margin-top: 25px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
	padding: 6px 0;
}

#global-navi-pc > li:last-child > a:hover {
  background-color: #e60013;
  border: 1px solid #e60013;
  text-align: center;
  color: #ffffff;
}





/* ポップアップメニュー */

#global-navi-pc > li.nav-height {
	top: -40px;
}
#global-navi-pc > li:nth-child(6) {
	top: -40px;
	margin-left: 0;
}
#global-navi-pc > li:last-child {
	top: -37px;
	margin: 0;
}

.gnavi__megamenu {
    padding-top: 15px;
    position: absolute;
    z-index: 100;
    /*bottom: calc(-100% - 25px);*/
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
    pointer-events: none;
}
.gnavi__megamenu.is-act {
    opacity: 1;
    pointer-events: auto;
}

.gnavi__megamenu .child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e60013;
    padding: 20px 10px;
	border-radius: 4px;
    position: relative;
}

.gnavi__megamenu .child_list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent transparent #e60013;
    position: absolute;
	top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.gnavi__megamenu .child_list li {
    margin: 0;
	list-style: none;
}

.gnavi__megamenu .child_list li a {
    color: #fff;
    position: relative;
    white-space: nowrap;
}

.gnavi__megamenu .child_list li a:hover {
    color: #ffffff;
}


.gnavi__megamenu {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}








.nav-icon {
	padding-right: 4px;
}

/* グローバルナビ　お問い合わせ */
.nav-contact {
	position: absolute;
	top: 16px;
	right: 402px;
}

.nav-contact > ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.nav-contact > ul > li {
	list-style-type: none;
	border-bottom: 1px solid #b3b3b3;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 0px;
	margin-right: 8px;
}

.nav-contact ul > li > a {
	margin: 0 9px 0 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.nav-contact ul > li > a > i {
	margin-right: 4px;
}


/* ページトップ */
#fixedTop {
    right: 40px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #051508;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #ffffff;
    opacity: 0.6;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	border-radius: 20px;
	border: solid 1px #051508;
}

#fixedTop > i {
	margin: 0;
}



/* リンクボタン */
.l-button {
	margin: 3em auto 0;
}
.l-button > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: 350px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #ffffff;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.l-button > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.l-button > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
}
.l-button > a:hover {
	display: block;
	background-color: #f1914900;
	color: #f19149;
}
.l-button > a:hover::before {
	right: 20px;
	width: 30px;
	background: #f19149;
}
.l-button > a:hover::after {
	right: 20px;
	background: #f19149;
}

.l-button > a > p {
	text-align: center;
	margin: 0;
}





/* table01 */
/* table */
table.table01 {
	border-collapse: collapse;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}

table.table01 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	line-height: 1.6;
}

table.table01 th {
	width: 30%;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	/*font-weight: normal;*/
	font-weight: 500;
	padding-left: 3em;
}

table.table01 td {
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	border-left: none;
 	border-right: none;
	padding-left: 7em;
}

table.table01 td > a {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}

table.table01 td > a:hover {
	color: #D71718;
}



table th {
	font-weight: bold;
	text-align: center;
	background-image: url(/images/table_border_w.png) , url(/images/table_border_w.png) , url(/images/table_border_y.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: right top, right bottom, right;
	width: 22%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}













/* トップページ */
.pd-header {
	/*padding-top: 90px;*/
}

.top-images {
	background-image: url(/images/top-images.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	height: 640px;
    position: relative;
}



/* トップ画像スライダー */

#top-headpic01 {
	height: 730px;
	width: 100%;
	position: relative;
}


.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide01 {
	background-image: url(/images/top_pic001.jpg);
}
.slide02 {
	background-image: url(/images/top_pic002.jpg);
}
.slide03{
	background-image: url(/images/top_pic003.jpg);
}
.slide04{
	background-image: url(/images/top_pic004.jpg);
}

.slide05{
	background-image: url(/images/top_pic005.jpg);
}


.top-main01 {
	position: absolute;
	top: 270px;
	left: 60px;
	z-index: 1;
	width: 730px;
}


/* top box01 */
.top-box01 {
    /* background: #fff8e3; */
    padding: 90px 0;
    /*background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 2 2' preserveAspectRatio='none'%3e%3cpath fill='%23ffffff' d='M-1-1v4h4v-4z'/%3e%3cpath fill='none' stroke='%23b3d9dc' stroke-width='.19' opacity='.32' d='M1-1-2 2M1.97-1l-4 4M3-1l-4 4M2.97 0l-4 4M3 1 1 3'/%3e%3c/svg%3e");*/
    /* background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 124 124' preserveAspectRatio='none'%3e%3cg opacity='.22'%3e%3cpath fill='%23ffdbc2' d='M-62-62v248h248v-248z'/%3e%3cpath fill='%23f19149' fill-rule='evenodd' d='M62 52a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M124 -10a10 10 0 0 1 0 20a10 10 0 0 1 0-20M0 114a10 10 0 0 1 0 20a10 10 0 0 1 0-20M124 114a10 10 0 0 1 0 20a10 10 0 0 1 0-20'/%3e%3c/g%3e%3c/svg%3e"); */
    background-image: linear-gradient(0deg, transparent 20px, #ffeada 21px), linear-gradient(90deg, transparent 20px, #ffeada 21px);
    background-color: #fff8e8b8;
    background-size: 21px 21px;
}

.top-box01 > h3 {
	text-align: center;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 36px;
}

.top-box01 > h3 > span {
    color: #f19149;
}



.top-box01 > p:nth-child(2) {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.top-box01 > ul {
	width: 950px;
	margin: 30px auto 30px;
	font-size: 18px;
	list-style: none;
}

.top-box01 > ul > li {
	margin-bottom: 0.6em;
}

.top-box01 > ul > li:before {
    font-family: fontawesome;
    margin-right: 10px;
    color: #f19149;
    content: "\f046";
    font-size: 26px;
    vertical-align: middle;
}

.top-box01 > p:nth-child(4) {
	padding: 0;
	margin: 0 auto;
	font-size: 18px;
	display: block;
	width: 1050px;
}







/* cms */

.top-box02 {
	margin-top: 180px;
	padding: 1px 0 195px;
	background-color: #f7f7f7;
}


#cms {
	margin: 20px 20px 0;
	border-top: solid 1px #dcdcdc;
}

#cms a {
	/* text-decoration: underline; */
	display: block;
	width: 100%;
	height: 69px;
}

#cms a p.date {
	color: #333333;
}

#cms a:hover p.date {
	color: #333333;
}


.cms-left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 1%;
}
.cms-left > p {
	margin: -10px 0 0;
	font-size: 12px;
}

.cms-right {
	float: right;

}



p.info {
	font-size: 0.75em;
	color: #ffffff;
	background-color: #3d92d3;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 0;
	float: left;
	margin-top: 18px;
}

p.column {
    font-size: 0.75em;
    color: #ffffff;
    background-color: #2abe8f;
    text-align: center;
    height: 25px;
    /* width: 130px; */
    border-radius: 4px;
    margin-bottom: 0;
    float: left;
    margin-top: 18px;
    padding: 0 1em;
}


p.contact {
	font-size: 0.75em;
	color: #FFF;
	background-color: #29ABE2;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 0;
	float: left;
	line-height: 2.4em;
	margin: 14px 0;
}

p.blog {
	font-size: 0.75em;
	color: #FFF;
	background-color: #c95e5e;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 0;
	float: left;
	margin: 14px 0;
}

span.info {
	font-size: 0.75em;
	line-height: 22px;
	color: #ffffff;
	background-color: #29ABE2;
	text-align: center;
	height: 22px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 10px;
}

span.blog {
	font-size: 0.75em;
	line-height: 22px;
	color: #FFF;
	background-color: #089fd9;
	text-align: center;
	height: 22px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 10px;
}

p.uncategorized {
	font-size: 0.75em;
	color: #FFF;
	background-color: #A3A3A3;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 10px;
	float: left;
	line-height: 2em;
	margin: 18px 0;
}

span.uncategorized {
	font-size: 0.75em;
	color: #FFF;
	background-color: #A3A3A3;
	text-align: center;
	height: 26px;
	width: 130px;
	border-radius: 4px;
	margin-bottom: 10px;
	float: left;
	line-height: 2em;
	margin: 16px 0;
}





.cms-title-wrapper {
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100%;
	height: 60px;
}

.date {
	font-size: 80%;
	float: left;
	padding: 0 15px 0 0;
	line-height: 2em;
	margin: 18px 0 16px 20px;
}

.cms-title {
	float: left;
	vertical-align: middle;
	padding-left: 15px;
	margin: 14px 0 0 0;
	/*width: 900px;*/
}

.cms-box {
	padding: 4px 20px 0;
	border-bottom: solid 1px #dcdcdc;
	height: 69px;
}


.csm-margin {
	margin-top: 4em;
}




/* トップページ業務案内 */
.top-service {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.top-service > li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 4em;
}

.top-service > li:nth-child(even) {
	margin-right: 0;
}

.top-service > li > a:hover {
	opacity: 0.7;
}

.top-service > li > a > h2 {
	margin-bottom: 0;
	position: relative;
}


/*
.top-cat-box > div > a > h4 {
	margin: 1.2em 0 0.5em;
	font-size: 25px;
	color: #333333;
	position: relative;
}
*/


.top-service > li > a > h2::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
	right: 50px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-service > li > a > h2::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 50px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #333333;
    content: "";
}



.top-service > li > a:hover > h2::before {
	right: 40px;
	width: 30px;
	background: #f19149;
}
.top-service > li > a:hover > h2::after {
	right: 40px;
	background: #f19149;
}









.top-service > li > a > p {
	margin-top: 0;
}



/* トップページマップ */
.top-map {
	width: 1280px;
	margin: 15em auto 0;
}





/* footer-contact */
.footer-contact {
	height: 600px;
	width: 100%;
	background-image: url(/images/footer-pic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30em;
	color: #ffffff;
}

.footer-contact-wrapper {
	max-width: 1280px;
	width: 90%;
	padding: 5em 0;
	margin: 0 auto;
}


.footer-contact-text > h2 {
	font-size: 34px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}

.footer-contact-text > h2 > span {
	font-size: 12px;
	display: block;
    margin-top: -10px;
}

.footer-contact-text > p {
	text-align: center;
}

.footer-contact-lr {
	display: flex;
	width: 800px;
	margin: 5em auto;
}

.footer-contact-left {width: 50%;}
.footer-contact-left dl {
	margin-right: 60px;
	margin-top: 4px;
}

.footer-contact-left dl dt {
	font-size: 44px;
}

.footer-contact-left dl dt span {
	font-size: 29px;
	margin-right: 10px;
}

.footer-contact-left dl dt a {
	color: #ffffff;
}

.footer-contact-left dl dt a:hover {
	color: #ffffff;
}


.footer-contact-left dl dd {
	font-size: 16px;
}



.footer-contact-right {width: 50%;text-align: right;border-left: 1px solid #ffffff;}

/*btn*/
.c-btn {
  width: 333px;
  height: 70px;
  line-height: 70px;
  background-color: #AF011C;
  border: 1px solid #AF011C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  margin-top: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover.c-btn {
  background-color: #ffffff;
  border: 1px solid #AF011C;
  text-align: center;
  color: #AF011C;
}






	
/* footer */
footer {
	width: 100%;
	background-color: #212121;
	text-align: center;
	/*margin-top: 500px;*/
}

.footer-text {
	text-align: center;
}

footer > div.footer {
    padding: 20px 0;
    /*margin-top: 60px;*/
}

footer > div.footer > p {
	color: #ffffff;
	font-size: 80%;
	margin: 0 0;
	line-height: 1.6;
}

footer > div.footer > p > span {
	padding-left: 10px;
}

footer > div.footer > p > span > a {
	color: #ffffff;
}

footer > div.footer > p > span > a:hover {
	color: #F7EE0C;
}









/* 固定ページ */
.pd-head {
	padding-top: 90px;
}
/* オレンジ背景
.page-title {
	width: 100%;
	background-color: #f19149;
    background-image: linear-gradient(0deg, transparent 20px, #ffeada 21px), linear-gradient(90deg, transparent 20px, #ffeada 21px);
    background-color: #fff8e8b8;
    background-size: 21px 21px;
}
.page-title h1 {
	width: 1280px;
	height: 160px;
	margin: 0 auto;
	color: #333333;
	font-size: 29px;
	font-weight: 500;
	line-height: 160px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
*/



.page-title {
	width: 100%;
	/* background-color: #f1f1f1; */
	/* border-bottom: 5px solid #fdd3b4; */
	/* border-top: 5px solid #fdd3b4; */
	/* border-bottom: 1px solid #d5d5d5; */
	background-image: linear-gradient(0deg, transparent 20px, #f1f1f1 21px), linear-gradient(90deg, transparent 20px, #f1f1f1 21px);
	/* background-color: #f1f1f154; */
	background-size: 21px 21px;
}

.page-title h1 {
	width: 90%;
	height: 160px;
	margin: 0 auto;
	color: #333333;
	font-size: 30px;
	font-weight: 500;
	line-height: 160px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	/* text-align: center; */
	letter-spacing: 0.06em;
	overflow: hidden;
}

.page-title h1 span {
	font-size: 156px;
	display: block;
	margin-top: -119px;
	color: #ffc39626;
	/* text-align: center; */
	line-height: 1;
	margin-left: 90px;
}


/* ページタイトルh2 */

h2.sub-title01 {
	border-bottom: solid 2px #cbcbcb;
	position: relative;
	font-size: 32px;
	color: #f19149;
	margin-bottom: 22px;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h2.sub-title01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f19149;
	bottom: -2px;
	width: 18%;
}

h3.sub-title03 {
	font-weight: bold;
	font-size: 18px;
	color: #f19149;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

h3.sub-title04 {
	border-left: 4px solid #f19149;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 22px;
	color: #f19149;
}




.text-box01 {

}

.text-box01 {
	border-left: 2px solid #f19149;
	padding: 0.1em 2em;
	margin-top: 2em;
}


/* 例 */
.example-box {
	position: relative;
	background-color: #efebe4;
	/* color: #ffffff; */
	padding: 1em 2em;
	margin-top: 3em;
}

.example {
	position: absolute;
	top: -84px;
	left: -10px;
	font-size: 40px;
	color: #f1914987;
	font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.example-box > ul {
	margin-left: -1em;
	font-size: 18px;
}

.example-box > p > span {
	font-size: 18px;
	font-weight: bold;
}

.example-box > p > a {
	display: block;
	background-color: #f19149;
	border: 1px solid #f19149;
	width: fit-content;
	margin: 3em auto 1em;
	padding: 0.5em 6em;
	color: #ffffff;
	position: relative;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	border-radius: 4px;
}

.example-box > p > a::before {
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
	right: 30px;
	width: 25px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.example-box > p > a::after {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	right: 30px;
	width: 10px;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
	position: absolute;
    top: 0.2em;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: #ffffff;
    content: "";
}
.example-box > p > a:hover {
	display: block;
	background-color: #ffffff;
	color: #f19149;
}
.example-box > p > a:hover::before {
	right: 20px;
	width: 30px;
	background: #f19149;
}
.example-box > p > a:hover::after {
	right: 20px;
	background: #f19149;
}




.example-box > h4 {
	padding: 0.2em 0.5em 0.3em;
	border: 1px solid #f19149;
	background-color: #ffffff;
	font-size: 16px;
	color: #f19149;
	width: fit-content;
	font-weight: normal;
}











/* list % */
ul.ul-percent {

}

ul.ul-percent > li {
	width: 26em;
}

ul.ul-percent > li > span {
	float: right;
}

ul.list-01 {
	margin-top: 0;
	margin-bottom: 2em;
}




/* list 流れ */
.flow-list {

}

.flow-list > ul {
	list-style: none;
	width: fit-content;
	margin: 5em auto 0;
	padding: 0;
}

.flow-list > ul > li {
	display: flex;
	margin-bottom: 7em;
}

.flow-list > ul > li > div.flow-list-pic {
	width: 250px;
}

.flow-list > ul > li > div.flow-list-text {
	padding: 3em 0 2em 2em;
}

.flow-list > ul > li > div.flow-list-text > h3 {
	font-size: 20px;
	color: #f19149;
	position: relative;
}

.flow-list > ul > li > div.flow-list-text > h3 > span {
	font-size: 110px;
	position: absolute;
	display: block;
	top: -0.7em;
	left: -127px;
	color: #f191492b;
}

.flow-list > ul > li > div.flow-list-text > ul {
	margin-top: -1em;
	margin-bottom: -0.5em;
	list-style: numbers;
	margin-left: 0;
	padding-left: 1.5em;
}

.flow-list > ul > li > div.flow-list-text > p {
	margin-top: 0.5em;
}


.note {
	border: 1px solid #f19149;
	background-color: #fff6f0;
	padding: 2em;
	width: 80%;
	margin: 0 auto;
	border-radius: 10px;
}

.note > p {
	color: #333333;
}



/* 事務所概要 */
.aisatsu {
	margin-top: 13em;
}

.aisatsu-wrapper {
	margin-top: 2em;
	margin-bottom: 10em;
}

.aiastsu-name {
	margin: 0 0 0 auto;
	width: 150px;
	height: auto;
}

/* 成年後見 */
.scroll > table {
	width: 100%;
	margin: 5px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.scroll table tbody{ 
	background-color: #ffffff;
}


.scroll > table > thead > tr > th, td {
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.scroll > table > thead > tr > th {
	font-weight: normal;
	background: #dedede;
	color: #333333;
}





/* single */
h3.title02 {
	font-size: 26px;
	line-height: 1.5em;
	padding-left: 20px;
	padding: 1.5em 2em;
	display: block;
	width: fit-content;
	margin: 125px auto 10px;
	font-weight: 500;
}

.sub-flexBox {
	width: 100%;
	display: flex;
	margin-top: 3em;
	margin-bottom: 2em;
	border-bottom: solid 1px #d0d0d0;
	padding-bottom: 1em;
	border-radius: 0;
}

.sub-flexBox > p.info-date {
	font-size: 12px;
	margin-top: 17px;
}

.date {
	font-size: 80%;
	float: left;
	padding: 0 15px 0 0;
	line-height: 2em;
	margin: 17px 0 0 20px;
}

/* ページャー　アーカイブ用 */
.single-paging {
	overflow: hidden;
	padding: 0.5rem 0.5rem;
	width: 200px;
	margin: 100px auto 0;
	background: url(/images/nav_line.jpg) no-repeat center;
}

.single-paging__previous {
	display: block;
	float: left;
}
 .single-paging__next {
	display: block;
	float: right;
}

.single-paging__previous > a > i {
	padding-right: 5px;
}

.single-paging__next > a > i {
	padding-left: 5px;
}


/* シングルページ 　ページャー */
.paging-box {
	height: 70px;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 15em;
}

.paging-box > ul {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.paging-box > ul > li {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.paging-box > ul > li:first-child { 
	width: 300px;
}

.paging-box > ul > li:nth-child(2) {
	width: 300px;
	border-left: 1px solid #dbdbdb;
}

.paging-box > ul > li:nth-child(3) {
	width: 300px;
	border-left: 1px solid #dbdbdb;
}


.paging-box > ul > li > a {
	display: block;
}

.paging-box > ul > li > a:hover {
	background-color: #eeeeee;
}


h3.single_title {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	/* margin-top: 23px; */
	margin-bottom: 0.4em;
	font-size: 22px;
	/* padding-left: 20px; */
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
	/* border-left-width: 6px; */
	/* border-left-style: solid; */
	/* border-left-color: #034d7cc9; */
}




/* not found */
.not-found {
	min-height: 80vh;
}

.not-found > h2 {
	font-size: 140px;
	text-align: center;
	color: #a4a4a4;
}

.not-found > h2 > span {
	display: block;
	font-size: 40px;
}

.not-found >p {
	display: block;
	font-size: 16px;
	text-align: center;
}







}










