@charset "UTF-8";
/*------------------------------------------------------------
wordpress native CSS
------------------------------------------------------------*/

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.caution{
	text-align: center;
	margin: 2rem auto;
}
.bold{
	font-weight: bold;
}

/*----------------------------------------
commmon
------------------------------------------ */

p {
	display: block;
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	line-height:160%;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div{
	line-height: 160%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
.impact{
	font-family: 'Hiragino Kaku Gothic Std','ヒラギノ角ゴ Std W8','Hiragino Kaku Gothic StdN','ヒラギノ角ゴ StdN W8';
}
.mincyo {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
	color: #0a0a0a;
}
a:hover {
	opacity: 0.6;
}
.contentWrapper {
	width: 1100px;
	margin: 0 auto;
}
*, *::before, *::after {
	box-sizing: border-box;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
p,div {
	font-size: 15px;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.fwrap {
	flex-wrap: wrap;
}
.justifyA {
	justify-content: space-around;
}
.justifyB {
	justify-content: space-between;
}
.justifyC {
	justify-content: center;
}
.flex  img{
	width: 100%;
	height: auto;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
.basicLink {
	width: 100%;
	margin: 1rem auto;
	display: block;
	background: #1b1b1b;
	border-bottom: 3px solid #0c3140;
	padding: 10px 0;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

/*----------------------------------------
wpContent custom css
------------------------------------------ */

.innerWrapper {
	width: 956px;
	margin: 0px auto;
}
.underlayerWrapper {
	width: 100%;
	margin:2rem 0;
}
.underlayerWrapper.double {
	width: 80%;
	margin: 0 0 2rem 0;
}

.underlayerWrapper .contentWrapper{
	width: 100%;
}
.pageHeader {
	position: relative;
}
.pageHeader h2 ,.pageHeader p{
	font-size: 25px;
	color: #FFF;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 45%;
	line-height: 100%;
	font-weight: bold;
	text-shadow: 0 0 18px rgb(0 0 0 / 60%), 0 0 3px rgb(0 0 0 / 60%);
}
.pageHeader h2 a {
	color: #FFF;
}

/*------------------------------------------------------------
wordpress under page custum css
------------------------------------------------------------*/

/** frame **/

.under {
	padding-top: 10px;
	/*   flex-direction: row-reverse; */
}
.wpContent {
	padding: 0 2rem 2rem 2rem;
}
/** header **/
.wpContent h2{
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 1rem 0 2rem 0;
	padding: 10px 0;
}
.wpContent h3, #other h3 {
	font-weight: bold;
	position: relative;
	padding: 10px 0;
	font-size: 20px;
	margin: 2rem 0;
	border-bottom: 3px solid #e9e9e9;
}
.wpContent h3::after,#other h3 ::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 200px;
	height: 3px;
	background-color: #1b1b1b;
}
.wpContent h3:nth-of-type(1){
	margin-top: 0;
}
.wpContent h3.bg {
	padding: 10px;
	margin: 2rem 0;
}
.wpContent h4 {
	font-size: 18px;
	border-bottom: 2px solid #1b1b1b;
	padding-bottom: 4px;
	margin: 2rem 0;
	font-weight: bold;
}
.wpContent h5 {
	font-size: 15px;
	margin: 10px 0;
	font-weight: bold;
	color: #1b1b1b;
}
.wpContent h5.bg {
	border: 2px solid #1b1b1b;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 1rem 0;
}
.wpContent h6 {
	font-weight: bold;
	font-size: 15px;
	margin: 1rem 0;
	position: relative;
	padding-left: 10px;
	color: #1b1b1b;
}
.wpContent h6::before {
	content: "";
	width: 4px;
	height: 21px;
	background: #1b1b1b;
	display: inline-block;
	margin-right: 10px;
	top: 2px;
	left: 0;
	position: absolute;
}
.wpContent .point{
	position: relative;
	padding-left: 24px;
}
.wpContent .point::before {
	content: '\f0a6';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 100;
}
/** text **/

.wpContent p {
	line-height: 180%;
	margin: 0.5rem 0;
}
.wpContent blockquote {
	background: #ececec;
	padding: 10px 10px 10px 20px;
	position: relative;
	margin: 30px;
}
.wpContent blockquote::before, .wpContent blockquote::after {
	content: '\f10e';
	font-size: 24px;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 80%;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color: #b3b3b3;
	font-weight: bold;
}
.wpContent blockquote::before {
	top: -11px;
}
.wpContent blockquote::after {
	transform: rotateX(180deg);
	transform: rotate(180deg);
	bottom: -10px;
	right: 10px;
}
.wpContent .coloring1 {
	color: #ce2424;
}
.wpContent .coloring2 {
	color: #1b1b1b;
}
.wpContent .coloring3 {
	color: #3b3c3c;
}
/** link **/
.wpContent a{
	color: #F18B01;
	text-decoration: underline;
	font-weight: bold;
}
.wpContent a.underBold {
	text-decoration: underline;
	font-weight: bold;
}
.wpContent a.linkButton {
	background: #1b1b1b;
	display: inline-block;
	color: #FFF;
	padding: 10px 3rem;
	border-radius: 4px;
	font-weight: bold;
	border-bottom: 3px solid #0c3d4c;
}
/** list **/

.wpContent ul {
	margin: 10px 0;
}
.wpContent li {
	padding: 5px 0;
	padding-left: 20px;
	font-size: 15px;
}
.wpContent ul.type2 {
	padding: 0 15px 0 0;
}
.wpContent ul.type2 li {
	list-style-type: none;
	padding: 5px 5px 5px 24px;
	position: relative;
}
.wpContent ul.type2 li::before{
	content: '\f101';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 3px;
	font-family: "Font Awesome 5 Free";
	color: #1b1b1b;
	font-weight: bold;
}
.wpContent dl.type1 dt {
	font-weight: bold;
}
.wpContent dl.type2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wpContent dl.type2 dt, .wpContent dl.type2 dd {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.wpContent dl.type2 dt {
	float: left;
	background-color: #f4f2f0;
	width: 130px;
	clear: left;
	width: 30%;
}
.wpContent dl.type2 dd {
	float: left;
	width: 70%;
	margin: 0;
}
.parentPageUl{
	padding: 0;
}
.parentPageUl li{
	color: #333;
	background: #f4f2f0;
	margin: 10px 0;
	line-height: 1.5;
	padding: 1rem 0 1rem 39px!important;
	border-radius: 5px;
	list-style-type: none!important;
	font-weight: bold;
	text-indent: 0;
	position: relative;
}
.parentPageUl li::before{
	content: '\f35a';
	font-size: 15px;
	position: absolute;
	top: 15px;
	left: 16px;
	font-family: "Font Awesome 5 Free";
	color: #1b1b1b;
}
.parentPageUl li a{
	display: block;
}

/** table**/

.wpContent table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.wpContent table th, .wpContent table td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}
.wpContent table th {
	background: #f1f1f1;
}

/** under **/
.wpContent .ex{
	background: #e7edef;
	padding: 1rem;
	border-radius: 3px;
	border: 1px solid #d8daea;
}
.wpContent .ex li{
	background: #FFF;
	border-radius: 3px;
	padding: 10px 10px 10px 40px;
	font-size: 85%;
	margin: 10px 0;
	position: relative;
	font-weight: bold;
	color: #656464;
	line-height: 140%;
}
.wpContent .ex li::before{
	content: '\f46c';
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	color: #1b1b1b;
	font-weight: bold;
}

.wpContent .childNav{
	background: #d6dcde;
	padding: 1rem;
	margin: 3rem 0;
	border-radius: 4px;
	border: 1px solid #efefef;
	margin-bottom: 1rem;
}
.wpContent .childNav h3{
	background: #FFF;
	color: #1b1b1b;
	font-size: 100%;
	position: relative;
	padding: 5px 10px 5px 35px;
	border: none;
	border-radius: 3px;
	border: none;
	margin: 0 0 1rem 0;
}
.wpContent .childNav h3::after{
	display: none;
}
.wpContent .childNav h3::before{
	content: '\f0a6';
	font-size: 20px;
	position: absolute;
	top: 4px;
	left: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 100;
}
.wpContent .childNav ul{
	margin: 0;
}
.wpContent .childNav li{
	padding: 5px 0;
}
.wpContent .childNav li a{
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding: 5px 10px 5px 32px;
	border-radius: 3px;
	border: 1px solid #1b1b1b;
	font-weight: bold;
	color: #1b1b1b;
}
.wpContent .childNav li a::before{
	content: '\f2f5';
	font-size: 13px;
	position: absolute;
	top: 5px;
	left: 13px;
	font-family: "Font Awesome 5 Free";
}
.wpContent .childNavTile h3{
	text-align: center;
	border-bottom: 3px solid #000;
}
.wpContent .childNavTile h3::after{
	display: none;
}
.wpContent .childNavTile ul{
	display: flex;
	justify-content: center;
}
.wpContent .childNavTile li{
	flex: 1;
	padding: 10px;
}
.wpContent .childNavTile li a{
	background: #000;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 1rem;
}
.wpContent .matome{
	background: #f4f2f0;
	padding: 1.5rem;
	border-radius: 3px;
	margin: 2rem 0;
}
.wpContent .matome h4{
	margin: 0 0 20px 0;
	background: #FFF;
	padding: 3px 0;
	border-radius: 3px;
	text-align: center;
	color: #1b1b1b;
	border: 2px solid #1b1b1b;
}
.wpContent .career{
	font-size: 90%;
	text-align: left;
	width: 100%;
}
.wpContent .career th,.wpContent .career td{
	border-bottom: 1px dotted #1b1b1b;
	padding: 5px 0;
}
.wpContent .career th{
	width: 20%;
}
.wpContent .career td{

}
.wpContent .tel{
	font-size: 140%;
	margin: 1rem 0;
	color: #1b1b1b;
}
.wpContent .tel i{
	transform: rotate(-0.1turn);
	margin-right: 6px;
}
.wpContent .businessHours{
	font-size: 80%;
}

/*------------------------------------------------------------
pager
------------------------------------------------------------*/

.pagination {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.pagination span, .pagination a {
	border: 1px solid #1e1e1e;
	padding: 7px 10px;
	margin: 3px;
	color: #1e1e1e;
	display: inline-block;
}
.pagination .current {
	color: #FFF;
	background: #1e1e1e;
	border: 3px solid #1e1e1e;
	padding: 5px 12px;
	font-weight: bold;
}
/*----------------------------------------
breadcrumb list
------------------------------------------ */

.breadcrumbs {
	padding: 10px 0;
}
.breadcrumbs span {
	display: inline-block;
	font-size: 12px;
}
/*----------------------------------------
side bar
------------------------------------------ */

#sidebar {
	background: #fff7eb;
	padding: 15px 12px 15px 12px;
	margin: 0 10px 2rem 0;
	box-sizing: border-box;
	width: 25%
}
#sidebar a img {
	width: 100%;
}
#sidebar .sidebarWrapper {
	background: #FFF;
	padding: 0 10px 10px 10px;
	margin-top: 15px;
	font-size: 12px;
	border: 1px solid #e9e9e9;
}
#sidebar .sidebarWrapper time::before, #column .archive time::before, #qa .wpContent time::before, .dccs time::before {
	content: "";
	background: url("../img/common/arrow.png") no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	padding-left: 3px;
	background-position: 0 5px;
	background-size: 62%;
}
#sidebar .sidebarWrapper h2 {
	text-align: center;
	font-size: 15px;
	padding: 10px 0 3px 0;
	margin: 5px 0;
	border-bottom: 1px solid;
	font-weight: bold;
}
#sidebar .sidebarWrapper .sideTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	border-bottom: 1px solid;
	text-align: center;
	padding: 0 0 3px 0;
}
#sidebar .sidebarWrapper p {
	font-size: 11px;
	margin: 8px 0;
}
#sidebar .sidebarWrapper a {
	display: inline-block;
}
#sidebar .sidebarWrapper .allLink {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 7px 0;
	color: #FFF;
	background: #1b1b1b;
	border-radius: 2px;
	margin: 7px 0 0 0;
}
#sidebar .sidebarWrapper img {
	width: 100%;
}
#sidebar .sidebarWrapper nav{
	padding: 10px;
}
#sidebar .sidebarWrapper li {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	padding: 2px 0;
}
#sidebar .sidebarWrapper li:first-child {
	padding-top: 0;
}
#sidebar .sidebarWrapper time {
	display: block;
	font-size: 12px;
	padding: 5px 0 0 0;
}
#sidebar .sidebarWrapper nav li a {
	display: block;
	line-height: 160%;
	font-size: 12px;
	padding: 5px 5px 5px 24px;
	position: relative;
}
#sidebar .sidebarWrapper nav li a::before{
	content: '\f101';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 3px;
	font-family: "Font Awesome 5 Free";
	color: #1b1b1b;
	font-weight: bold;
}
#sidebar .catWrapper ul {
	margin-top: 1rem;
}
#sidebar p.nearest {
	font-size: 12px;
	margin: 5px 0;
}
#sidebar .none {
	text-align: center;
}
#sidebar .mailWrapper{
	margin: 0;
	padding: 1rem;
}
#sidebar .mailWrapper a{
	background: #f18b00;
	color: #FFF;
	border-radius: 3px;
	width: 100%;
	padding: 10px;
}
#sidebar .mailWrapper a i{
	display: block;
	margin: 0 auto 5px auto;
	font-size: 30px;
	width: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#sidebar .mailWrapper a span{
	font-weight: bold;
	text-align: center;
	display: block;
}
#sidebar .mailWrapper ul{
	margin:15px 0 0 0;
}
#sidebar .mailWrapper li{
	border: none;
	font-size: 13px;
	padding: 2px 0 2px 20px;
	position: relative;
}
#sidebar .mailWrapper li::before{
	content: '\f14a';
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 3px;
	font-family: "Font Awesome 5 Free";
	color: #696969;
}

#sidebar .telWrapper a{
	text-align: center;
	display: block;
	font-size: 20px;
	margin: 10px 0 5px 0;
}
#sidebar .telWrapper p{
	color: #1b1b1b;
	text-align: center;
	margin: 0;
}

/*----------------------------------------
404 Notfond
------------------------------------------ */

#notFound .wpContent h2 {
	text-align: center;
}
#notFound .wpContent h3 {
	padding: 10px 0;
	padding-left: 15px;
	text-align: center;
}
#notFound .wpContent p {
	text-align: center;
}
#notFound .wpContent a {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	width: 60%;
	margin: 20px auto;
	border-radius: 5px;
	background: -webkit-#1e1e1e;
	background: #1e1e1e;
}

/*----------------------------------------
relatedArticle
------------------------------------------ */
.relatedArticle{
	border: 1px solid;
	border-radius: 3px;
	padding: 1rem;
	position: relative;
	margin: 2rem 0;
}
.relatedArticle .relatedTitle{
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	position: absolute;
	padding: 2px 10px;
	top: -1rem;
}
.relatedArticle .postTitle{
	font-size: 120%;
	font-weight: bold;
	padding: 5px 1rem;
}
.relatedArticle .imgWrapper {
	flex: 1;
}
.relatedArticle .txtWrapper {
	flex: 6;
}
.relatedArticle .txtWrapper .link {
	background: #333;
	color: #FFF;
	border-radius: 3px;
	display: block;
	text-align: center;
	width: 30%;
	margin: 0 0 0 auto;
	font-size: 90%;
	font-weight: bold;
}


/*----------------------------------------
toc_container
------------------------------------------ */
#toc_container .toc_title{
	font-size: 18px!important;
}

/*----------------------------------------
header
------------------------------------------ */
#float .pcOnly a{
	position: fixed;
    right: 10px;
    bottom: 17vh;
    width: 9%;
}
#float .pcOnly a img{
	width: 100%;
}
#float .pcOnly a:nth-of-type(2){
    bottom: 0;
}
header {
	padding: 15px 0 0 0;
}
header i.fas {
	font-size: 30px;
	margin-right: 10px;
}
header .logoBox {
	margin-top: 5px;
}
header .logoBox p {
	margin-top: 20px;
}
header .logoLink {
	margin: 0 10px 0 0;
}
header img {
	width: 100%;
}
header h1 {
	font-size: 15px;
	font-weight: 500;
	color: #666;
}
header .infoWrapper {
	flex: 2;
	justify-content: flex-end;
}
header .infoWrapper .telBox {
	margin: 8px 10px 0 0;
}
header .infoWrapper div {
	text-align: center;
}
header .infoWrapper .tel {
	color: #404040;
	font-weight: bold;
	font-size: 2.3rem;
	position: relative;
}
header .infoWrapper .tel::after {
	position: absolute;
	content: "";
	background: url(../img/common/telLogo_img.png)no-repeat;
	top: 1px;
	left: 0;
	width: 20px;
    height: 20px;
    margin-left: -25px;
}
header .infoWrapper a i.fa-phone::before {
	font-size: 20px;
}
header .infoWrapper .time {
	font-size: 15px;
	margin: -3px 0;
	text-align: end;
}
header .infoWrapper .holiday {
	background: #ececec;
	padding: 0;
	color: #000;
	font-size: 10px;
	margin: 3px 0;
}
header .infoWrapper .mail {
	color: #fff;
	font-size: 1rem;
	padding: 15px 25px;
	background: #f18b00;
	border-radius: 3px;
}
header nav {
	background: #1b1b1b;
	padding: 5px 0;
	margin: 20px 0 0 0;
}
header nav ul#menu-global {
	margin: 5px 0;
	display: flex;
}
header nav ul li {
	text-align: center;
	position: relative;
	flex: auto;
}
header nav ul li a {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
}
header nav ul li::before {
	content: "";
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
}
header nav ul li:first-child::before {
	display: none;
}
/*----------------------------------------
Dynamic control common setting
------------------------------------------ */

.dccs time {
	display: inline-block;
	font-size: 13px;
}
.dccs h2{
	font-weight: bold;
}
.dccs h3 {
	font-weight: bold;
}
.dccs #singleWrapper{
	padding: 0;
}
/** categoly **/

.dccs .categoly {
	display: inline-block;
}
.dccs .categoly a {
	border: 1px solid;
	font-size: 12px;
	color: #1b1b1b;
	padding: 0 30px;
	margin: 0 5px 0 0;
	line-height: 160%;
}
.dccs .category .post-categories {
	display: flex;
}
/** tug **/

.dccs .tugWrapper ul {
	display: flex;
}
.dccs .tugWrapper {
	display: inline-block;
}
.dccs .tagWrapper {
	display: inline-block;
	padding: 0;
}
.dccs .tugWrapper ul li a, .dccs .tagWrapper span {
	background: #1b1b1b;
	color: #FFF;
	display: inline-block;
	margin: 5px 5px 5px 0;
	font-size: 12px;
	padding: 1px 10px;
	border-radius: 2px;
	line-height: 160%;
}
.dccs .tugWrapper ul li a::before, .dccs .tagWrapper span::before {
	content: "";
	background: url(../img/common/tug.png) no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	padding-left: 3px;
	background-position: 0 5px;
	background-size: 62%;
}
#column .columnContent, #qa .qaBox {
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
}
/** single page **/

.single .dccs h3 {
	margin: 0;
	padding: 10px 0;
}

/** other **/
#other{
	margin-top: 4rem;
}
#other .flex{
	flex-wrap: wrap;
}
#other .flex .columnContent{
	flex: 50%;
}
#other a.moreLink{
	display: block;
	background: #1b1b1b;
	color: #FFF;
	text-align: center;
	margin-top: 1rem;
	font-size: 80%;
	border-radius: 3px;
}
/*----------------------------------------
information
------------------------------------------ */

#info .wpContent{
	padding: 0 2rem 2rem 2rem;
}
#info .infoWrapper {
	border-bottom: dashed 1px #f0f5f5;
	margin-top: 20px;
}
#info .infoWrapper h3 {
	font-size: 17px;
	padding: 0 0 10px 0;
	border: none;
	margin: 0;
}
#info .wpContent .infoWrapper h3::after {
	display: none;
}
/*----------------------------------------
solveCase
------------------------------------------ */

#solveCase .solveCaseContent {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #eaeaea;
	position: relative;
	margin: 0 0 1rem 0;
}
#solveCase .solveCaseContent h2 {
	color: #1e1e1e;
	font-size: 21px;
	padding: 0 0 1rem 0;
	margin: 0 0 10px 0;
}
#solveCase .solveCaseContent h2::after{
	display: none;
}
#solveCase .solveCaseContent .content {
	font-size: 14px;
	margin: 10px 0;
	border-bottom: none;
}
#solveCase .wpContent .solveCaseContent {
	margin: 0 0 20px 0;
}
#solveCase .solveCatList{
	flex-wrap: wrap;
}
#solveCase .solveCatList li{
	padding: 0;
	flex: auto;
	margin: 0 10px 0 0;
}
#solveCase .solveCatList li:last-child{
	margin: 0;
}
#solveCase .solveCatList li a{
	padding: 15px;
	border: 3px solid #c7c7c7;
	font-weight: bold;
	background: #fbfbfb;
	position: relative;
	width: 100%;
	text-align: center;
}
#solveCase .solveCatList li a::after{
	content: '\f101';
	font-size: 14px;
	position: absolute;
	top: 14px;
	right: 11px;
	font-family: "Font Awesome 5 Free";
	color: #696969;
}
#solveCase .solveCaseContent .infoWrapper{
	flex: 1;
}
#solveCase .solveCaseContent .txtWrapper{
	flex: 4;
}
#solveCase #other .flex{
	display: none;
}
#solveCase #other .solveCaseContent{
	padding: 0;
	background: none;
	border: none;
}

/** デフォルト **/
#solveCase .solveCaseContent .infoWrapper{
	padding: 1rem;
}
#solveCase .solveCaseContent .infoWrapper img{
	max-width: 8vw;
	display: block;
	margin: 0 auto;
}
#solveCase .solveCaseContent .infoWrapper ul{
	margin: 5px 0;
}
#solveCase .solveCaseContent .infoWrapper li{
	padding: 2px 0;
	text-align: center;
	font-size: 13px;
	background: #FFF;
	margin: 2px 0;
	border: 1px solid #ececec;
}
#solveCase .solveCaseContent .txtWrapper{
	padding: 1rem;
}
#solveCase #singleWrapper .solveCaseContent{
	padding: 10px 1rem;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .imgWrapper{
	margin: 0;
}

/** 残業代請求 **/
#solveCase .solveCaseContent.overtimePay .win{
	font-size: 1.6rem;
	margin: 0;
}
#solveCase .solveCaseContent.overtimePay .win span{
	font-size: 3rem;
	padding: 0 5px;
}
#solveCase .solveCaseContent.overtimePay .savings{
	margin: 4px 0;
	font-weight: bold;
}
#solveCase #singleWrapper .solveCaseContent{
	border: none;
	padding: 0;
	background: none;
}

/** 相続 **/
#solveCase .solveCaseContent.inheritance .imgWrapper{
	flex: 1;
	margin-right: 20px;
}
#solveCase .solveCaseContent.inheritance .infoWrapper img{
	max-width: inherit;
	width: 100%;
}
#solveCase .solveCaseContent.inheritance .clientWrapper{
	flex: 3;
	background: #FFF;
	padding: 1rem;
	border-radius: 3px;
}
#solveCase .solveCaseContent.inheritance .clientWrapper ul{
	margin: 0;
}
#solveCase .solveCaseContent.inheritance .clientWrapper ul li{
	border: none;
	text-align: left;
}
#solveCase .solveCaseContent.inheritance .clientWrapper p{
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}
#solveCase .solveCaseContent.inheritance .txtWrapper{
	padding: 0;
}
#solveCase #singleWrapper .solveCaseContent.inheritance{
	padding: 20px 0;
	background: none;
	border: none;
}
#solveCase #singleWrapper .solveCaseContent.inheritance h2{
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 15px;
	margin: 10px 0;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .clientWrapper{
	border: 2px solid;
	margin: 0 1rem;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .content{
	border-bottom: 1px dotted #dadada;
	padding-bottom: 20px;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .txtWrapper span{
	font-weight: bold;
	padding: 10px 0 10px 30px;
	display: block;
	position: relative;
}
#solveCase #singleWrapper .solveCaseContent.inheritance .txtWrapper span::before{
	content: '\f044';
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 3px;
	font-family: "Font Awesome 5 Free";
	color: #1b1b1b;
	font-weight: bold;
}
/** 離婚慰謝料請求 **/
#solveCase .wpContent .solveCaseContent.rikon{
	background: none;
	border: 3px solid #f9f9f9;
}
#solveCase .solveCaseContent.rikon h2{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
}
#solveCase .solveCaseContent.rikon .upper h3{
	border: none;
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 100%;
	padding: 5px 10px;
	border-radius: 3px;
}
#solveCase .solveCaseContent.rikon .upper h3::after{
	display: none;
}



/*----------------------------------------
column
------------------------------------------ */

#column .headWrapper {
	color: #2e3c68;
}
#column .columnContent div {
	padding-left: 20px;
}
#column .columnContent h3 {
	color: #2e3c68;
}
#column .columnContent h4{
	margin: 1rem 0 5px 0;
	border-bottom: none;
}
#column .wpContent .imgWrapper {
	margin: 0;
}
#column .wpContent img {
	border: 1px solid #e8e8e8;
	margin: 0 auto;
}
#column .columnContent time {
	font-size: 13px;
}
#column .columnContent p {
	font-size: 14px;
}
#column .archive .imgWrapper a{
	width: 130px;
	height: 130px;
	flex-basis: 200px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
#column .archive .imgWrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#column .archive h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}
#column .archive h3 a {
	font-size: 18px;
}
#column .wpContent .archive h3::after {
	display: none;
}
#column .archive div {
	padding: 0 0 10px 0;
}
#column #single .wpContent .imgWrapper {
	margin: 1rem 0;
}

/** supervision **/
#column #supervision{
	border: 2px solid;
	border-radius: 4px;
	margin: 2rem 0;
}
#column #supervision .mainTitle{
	background: #000;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#column #supervision .supWrapper{
	padding: 1rem;
}
#column #supervision .imgWrapper{
	flex: 1;
	margin: 0!important;
}
#column #supervision .txtWrapper{
	flex: 3;
	padding-left: 20px;
}
#column #supervision .txtWrapper .officeName{
	margin: 0;
	font-size: 80%;
}
#column #supervision .txtWrapper .name{
	margin: 0;
	padding: 4px 0;
	font-size: 130%;
	font-weight: bold;
}
#column #supervision .txtWrapper .name span.position{
	font-size: 70%;
	padding: 0 10px;
}
#column #supervision .txtWrapper .name span.area{
	font-size: 70%;
	font-weight: normal;
}
#column #supervision .txtWrapper .comment{
	margin: 0;
	font-size: 79%;
}

/*----------------------------------------
qa
------------------------------------------ */


#qa .qaContent dl,#qa .qaContentOther dl  {
	position: relative;
	margin: 10px 0;
	cursor: pointer;
}
#qa .qaContent dl:first-child ,#qa .qaContentOther dl:first-child {
	margin-top: 0;
}
#qa .qaContent dl::after {
	position: absolute;
	top: 27px;
	right: 26px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
#qa .qaContentOther dl::after {
	position: absolute;
	top: 27px;
	right: 26px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(45deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
#qa .qaContent .open::after {
	transform: rotate(-45deg);
}
#qa .qaContent dl dt ,#qa .qaSingleContent dl dt,#qa .qaContentOther dl dt{
	position: relative;
	margin: 0;
	padding: 20px 40px 20px 60px;
	font-weight: bold;
	background: #DDD;
}
#qa .qaContent dl dt::before ,#qa .qaSingleContent dl dt::before,#qa .qaContentOther dl dt::before{
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 22px;
	left: 20px;
	display: block;
	content: 'Q.';
	color: #3285bf;
}
#qa .qaContent dl dd::before,#qa .qaSingleContent dl dd::before{
	font-size: 22px;
	line-height: 1;
	position: absolute;
	left: 20px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #3285bf;
}
#qa .qaContent dl dd ,#qa .qaSingleContent dl dd{
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 60px;
}
#qa .qaContent dl dd p {
	margin: 30px 0 0;
}
#qa .qaContent dl dd a{
	text-align: center;
	margin: 0 0 0 auto;
	font-size: 14px;
	padding: 4px;
	font-weight: bold;
	border-radius: 3px;
}
#qa .qaContent dl dd p:first-child{
	margin-top: 0;
}
#qa #singleWrapper{
	padding: 0;
}
#qa .qaSingleContent h2{
	margin: 0;
	padding: 0;
	font-size: 110%;
	border: none;
}


/*----------------------------------------
voice
------------------------------------------ */

#voice .voiceContent {
	border-bottom: 1px solid #c0c0c0;
	padding: 5px 0;
	margin: 0 0 15px 0;
}
#voice .voiceContent .title{
	font-weight: bold;
    font-size: 130%;
}
#voice .detailContent {
	margin: 1rem 0;
}
#voice .detailContent img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
#voice.single .imgWrapper img {
	width: 80px;
	margin-right: 40px;
}
#voice.single .flex div.titleWrapper {
	width: 100%;
	margin: 0 0 1rem 0;
}
#voice .imgWrapper{
	width: 20%;
	margin: 1rem;
}

/*------------------------------------------------------------
vice
------------------------------------------------------------*/
#vice  {
	background: url(../img/index/voice_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 0;
	margin-bottom: 50px;
}
#vice h2 {
	background: #fff;
	color: #333;
}
#vice .columnContent .leftWrapper {
	width: 30%;
	background: #ff8900;
	padding: 5px 15px;
}
#vice .columnContent .rightWrapper {
	width: 70%;
	background: #d6dee2;
	padding: 20px 25px;
}
#vice .clickBox a {
	padding: 12px 400px 12px 20px;
	font-size: 21px;
	background: #f0f0df;
	border-bottom: none;
	border-radius: 0;
	color: #333;
	font-weight: bold;
}
#vice .clickBox a::after {
	display: none;
}
#vice .columnContent {
	margin-bottom: 20px;
	width: 100%;
}
#vice .clickBox {
	margin: 0 0 0 780px;
}
#vice .clickBox a {
	width: 240px;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 21px;
	background: #acac9b;
	border-bottom: none;
	border-radius: 0;
}
#vice .columnContent .leftWrapper h3 {
	background: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
#vice .columnContent .leftWrapper .topBox {
	margin: 5px 0 8px 0;
}
#vice .columnContent .leftWrapper .topBox .rightcon {
	color: #fff;
}
#vice .columnContent .leftWrapper .topBox .logo {
	margin: 2px 20px 0 0;
}
#vice .columnContent .leftWrapper .topBox .rightcon p {
	font-size: 1.2rem;
	line-height: 18px;
}

/*----------------------------------------
induction
------------------------------------------ */

#induction {
	background: url(../img/common/ad-back.png) no-repeat #1b1b1b;
	background-size: cover;
	padding: 30px 0;
}
#induction h3, #induction p {
	text-align: center;
	color: #FFF;
}
#induction h3 {
	font-size: 35px;
	padding: 0 0 20px 0;
}
#induction h3 span {
	font-size: 26px;
}
#induction div div.borderWrapper {
	padding: 1rem;
}
#induction p {
	font-size: 20px;
	letter-spacing: 0.3rem;
	font-weight: bold;
	margin: 0;
}
#induction .infoWrapper {
	justify-content: center;
	margin-top: 20px;
}
#induction .infoWrapper .telWrapper {
	background: #FFF;
	text-align: center;
	padding: 2rem;
}
#induction .infoWrapper .telWrapper .tel, #induction .infoWrapper .telWrapper .time, #induction .infoWrapper .telWrapper .holiday {
	color: #000;
}
#induction .infoWrapper .telWrapper .tel {
	font-size: 40px;
	font-weight: bold;
	margin: -14px 0;
}
#induction .infoWrapper .telWrapper .tel i::before {
	font-size: 33px;
}
#induction .infoWrapper .telWrapper .time {
	margin: 0;
	font-size: 13px;
}
#induction .infoWrapper .telWrapper .holiday {
	margin: 0 auto;
	font-size: 12px;
	color: #cf2f2f;
	font-weight: bold;
	border: 2px solid #cf2f2f;
}
#induction .infoWrapper .mail {
	background: #000;
	padding: 30px;
	color: #FFF;
	position: relative;
	margin: 0 10px;
}
#induction .infoWrapper .mail::before {
	content: '\f0e0';
	font-size: 34px;
	position: absolute;
	top: 10px;
	left: 50%;
	font-family: "Font Awesome 5 Free";
	color: rgba(255, 255, 255, 0.1);
}
#induction .infoWrapper .mail p {
	padding: 8px 0;
}
/*----------------------------------------
footer
------------------------------------------ */
footer .logoBox {
	margin-top: 5px;
}
footer .logoBox p {
	margin-top: 20px;
}
footer .logoLink {
	margin: 0 10px 0 0;
}
footer img {
	width: 100%;
}
footer .infoWrapper .telBox {
	margin: 8px 10px 0 0;
}
footer .infoWrapper .tel {
	color: #fff;
	font-weight: bold;
	font-size: 2.3rem;
}
footer .infoWrapper a i.fa-phone::before {
	font-size: 20px;
}
footer .infoWrapper .time {
	font-size: 15px;
	margin: -3px 0;
	text-align: end;
}
footer .infoWrapper .holiday {
	background: #ececec;
	padding: 0;
	color: #000;
	font-size: 10px;
	margin: 3px 0;
}
footer .infoWrapper .mail {
	color: #fff;
	font-size: 1rem;
	padding: 15px 25px;
	background: #f18b00;
	border-radius: 3px;
}

footer {
	background: #252525;
	padding: 30px 0 50px 0;
	color: #FFF;
}
footer i.fas {
	font-size: 30px;
	margin-right: 10px;
}
footer .leftWrapper {
	width: 50%;
}
footer .rightWrapper {
	width: 50%;
	padding-left: 30px;
	margin-top: 5px;
}
footer .leftWrapper .textBox {
	margin-bottom: 20px;
}
footer .leftWrapper .textBox p {
	font-size: 17px;
}
footer .leftWrapper iframe {
	margin: 10px 0;
}
footer .flex h2 img {
	width: 55%;
	margin: 1rem 0;
}
footer .flex h2 {
	position: relative;
	margin-bottom: 30px;
}
footer .flex h2::after {
	width: 1000px;
	position: absolute;
	content: "";
	top: 30px;
	left: -500px;
	height: 3px;
	background: #f98a00;
}
footer h3 {
	border-bottom: 1px solid #FFF;
}
footer nav {
	margin-left: auto;
	flex: 1;
	margin-bottom: 30px;
}
footer nav ul#menu-footer {
	flex-wrap: wrap;
	display: flex;
}
footer nav li {
	position: relative;
	width: 50%;
}
footer nav a {
	color: #FFF;
	font-size: 16px;
	padding: 3px 0;
}
footer small {
	background: #1b1b1b;
	width: 100%;
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	margin-top: 10px;
}
#front footer h2 {
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
footer .telMail.infoWrapper .tel {
	color: #fff;
}
/*----------------------------------------
telMail 
------------------------------------------ */
.telMail.infoWrapper .telBox {
	margin: 8px 10px 0 0;
}
.telMail.infoWrapper .tel {
	color: #000;
	font-weight: bold;
	font-size: 2.3rem;
}
.telMail.infoWrapper a i.fa-phone::before {
	font-size: 20px;
}
.telMail.infoWrapper .time {
	font-size: 15px;
	margin: -3px 0;
	text-align: end;
}
.telMail.infoWrapper .holiday {
	background: #ececec;
	padding: 0;
	color: #000;
	font-size: 10px;
	margin: 3px 0;
}
.telMail.infoWrapper .mail {
	color: #fff;
	font-size: 1rem;
	padding: 16px 25px 16px 55px;
	background: #f18b00;
	border-radius: 3px;
	position: relative;
}
.telMail.infoWrapper .mail::after{
	position: absolute;
	content: "";
	width: 35px;
	height: 25px;
	top: 16px;
	left: 15px;
	background: url("../img/common/mail_img.png")no-repeat;
}
#vice .basicLink {
	background: #f0f0df;
	border-bottom: 3px solid #f0f0df;
	border-radius: 0;
}

@media (max-width: 1024px) {
	.contentWrapper {
		width: 100%;
	}
	header .contentWrapper,footer .contentWrapper{
		padding:0 1rem;
	}
	#vice .clickBox{
		margin: 0 0 0 650px;
	}
}

@media (max-width: 999px) {
	/** common setting **/
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	.tbFlex {
		display: flex;
	}
	.contentWrapper {
		padding: 0;
		display: block;
	}
	.wpContent, #other {
		padding: 10px;
	}
	.underlayerWrapper{
		padding: 6px 10px 4rem 10px;
	}
	.underlayerWrapper.double {
		width: 100%;
	}
	#vice .clickBox{
		margin: 0 0 0 460px;
	}
	#vice .columnContent .leftWrapper,
	#vice .columnContent .rightWrapper{
		width: 100%;
	}
	/** header **/
	header nav {
		width: 100%;
	}
	header .contentWrapper {
		padding: 0 10px;
	}
	header .telMail,
	header .logoBox {
		width: 100%;
	}
	header .telMail .telBox {
		width: 50%;
	}
	header .telMail {
		margin-top: 15px;
	}
	header .telMail.infoWrapper .mail {
		font-size: 1.2rem;
		padding: 16px 8px 8px 50px;
		width: 38%;
		margin: 0 45px 0 0;
	}
	header .telMail, header .logoBox p {
		width: 63%;
	}
	/** breadcrumbs **/
	.breadcrumbs {
		padding: 10px;
	}
	/** induction **/
	#induction h3 {
		font-size: 27px;
	}
	#induction div div.borderWrapper {
		width: 98%;
		margin: 0 auto;
	}
	#induction div.flex img {
		width: 47%;
		height: 100%;
	}
	#induction .infoWrapper .telWrapper .tel {
		margin: 0;
	}
	#induction .infoWrapper .telWrapper .tel {
		font-size: 23px;
	}
	#induction .infoWrapper .telWrapper .tel i::before {
		font-size: 22px;
	}
	/** sidebar **/
	#sidebar {
		display: flex;
	}
	#sidebar .tbLeft {
		flex: 1;
	}
	#sidebar .tbRight {
		flex: 2;
		margin: 0 0 0 10px;
	}
	#sidebar .sidebarWrapper {
		margin: 0 0 15px 0;
	}
	#sidebar .sidebarWrapper h2 {
		margin: 0;
	}
	/** footer **/
	footer .contentWrapper{
		padding: 20px;
	}
	footer .flex h2 img {
		width: 75%;
	}
	footer .flex h2::after {
		width: 860px;
	}
	footer .leftWrapper .textBox p {
		font-size: 15px;
	}
	.telMail.infoWrapper .telBox {
		width: 50%;
		margin: 8px 0 0 0;
	}
	.telMail.infoWrapper .mail {
		width: 50%;
		font-size: 0.8rem;
		padding: 15px 8px 8px 43px;

	}
	footer .telMail.infoWrapper .tel {
		font-size: 1.7rem;
	}
	.telMail.infoWrapper .mail::after {
		left: 10px;
	}
	footer nav {
		margin-bottom: 5px;
	}
	footer nav a {
		font-size: 13px;
	}
	#sidebar, .underlayerWrapper .pageHeader img {
		width: 100%;
	}
}
@media (max-width: 480px) {
	/** common **/
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.spBr {
		display: block;
	}
	.underlayerWrapper{
		margin: 0;
		width: 100%;
	}
	/** Dynamic control common setting **/
	.dccs #singleWrapper {
		padding: 0;
	}
	.dccs .categoly a {
		padding: 0 10px;
	}
	/** breadcrumbs **/
	.breadcrumbs span{
		font-size: 10px;
		line-height: 140%;
	}
	/** header **/
	header {
		border-top: 6px solid #1b1b1b;
		padding: 5px 0 0 0;
	}
	header .infoWrapeer {
		display: block;
	}
	header h1 {
		font-size: 10px;
		margin-bottom: 0;
	}
	header img {
		width: 100%;
	}
	header .logoLink {
		width: 55%;
	}
	header div.rightWrapper {
		display: flex;
	}
	header .contentWrapper:nth-of-type(2) {
		padding: 0;
	}
	.telMail.infoWrapper .telBox,
	header .telMail.infoWrapper .mail {
		width: 50%;
		margin: 0;
		font-size: 15px;
	}
	.telMail.infoWrapper .telBox,
	header .telMail.infoWrapper .mail {
		width: 100%;
	}
	.telMail.infoWrapper .tel {
		font-size: 25px;
	}
	header .spModal {
		display: none;
	}
	/** nav **/
	header nav {
		width: 100%;
		display: none;
		background: #1b1b1b;
	}
	header nav ul#menu-global{
		display: block;
	}
	header nav ul li::before {
		display: none;
	}
	header nav ul.flex {
		display: block;
		margin: 0;
		background: #000;
	}
	header nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding: 5px 0;
	}
	header nav ul li:last-child {
		border: none;
	}
	header nav ul li a {
		color: #FFF;
		font-weight: bold;
		display: block;
	}
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 36px;
		right: 10px;
		z-index: 10000;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span {
		display: block;
		height: 3px;
		background: #ddd;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1) {
		top: 0px;
	}
	#nav_toggle span:nth-child(2) {
		top: 12px;
	}
	#nav_toggle span:nth-child(3) {
		top: 24px;
	}
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/** modal **/
	.spModal{
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 101;
		width: 100%;
		padding: 0!important;
	}
	#float{
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	}
	#float .spOnly a{
		display: block;
		background: #f18b00;
		color: #FFF;
		padding: 10px;
		flex: 1;
		text-align: center;
    	font-weight: bold;
	}
	#float .spOnly a:nth-of-type(2){
		background: #1b1b1b;
	}
	header .infoWrapper .mail{
		flex: 1;
		border: 0;
		color: #FFF;
		background: #000000ba;
		text-align: center;
		margin: 0;
		padding: 15px 0 0 0;
	}
	header .infoWrapper div{
		flex: 1;
		padding: 5px;
		background: #0000004f;
	}
	header .infoWrapper .tel {
		font-size: 16px;
		color: #FFF;
	}
	header .infoWrapper a i.fa-phone::before {
		font-size: 14px;
	}
	header .telMail, header .logoBox p {
		margin: 10px 0;
	}
	/** solveCase **/
	#solveCase .solveCaseContent .infoWrapper{
		display: block;
	}
	#solveCase .solveCaseContent.inheritance .imgWrapper {
		flex: 1;
		width: 30%;
		margin: 0 auto 1rem auto;
	}
	#solveCase .solveCaseContent .infoWrapper img{
		width: 50%;
		margin-bottom: 1rem;
		max-width: initial;
	}
	#solveCase .solveCaseContent .infoWrapper {
		padding: 0;
		margin: 2rem;
	}
	#solveCase .solveCaseContent h3{
		font-size: 17px;
		margin: 0;
	}
	#solveCase #singleWrapper .flex{
		display: block;
	}
	#solveCase #singleWrapper .solveCaseContent.inheritance .imgWrapper{
		margin: 0 auto;
		width: 50%;
	}
	/** column **/
	#column .archive .imgWrapper a{
		width: 130px;
		height: 130px;
		flex-basis: 200px;
		margin-right: 10px;
		overflow: hidden;
		position: relative;
	}
	#column .archive .imgWrapper img{
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: auto;
	}
	#column .archive h3{
		margin: 0;
	}
	#column .archive h3 a{
		font-size: 14px;
	}
	#column .columnContent.archive p{
		font-size: 12px;
	}
	#other .flex .columnContent{
		flex: 100%;
	}

	/** qa **/
	#qa .qaContent dl dd a,#qa .qaContentOther dl dd a{
		width: 100%;
	}
	/** voice **/
	#voice #singleWrapper .flex{
		display: block;
	}
	#voice #singleWrapper .flex .imgWrapper{
		width: 40%;
		margin: 1rem auto;
	}

	/** induction **/
	#induction {
		padding: 10px;
	}
	#induction .infoWrapper {
		display: block;
	}
	#induction h3 {
		font-size: 30px;
	}
	#induction h3 span {
		font-size: 18px;
	}
	#induction .infoWrapper .telWrapper {
		padding-top: 10px;
	}
	#induction .infoWrapper .telWrapper .tel {
		font-size: 21px;
		margin: 0;
	}
	#induction .infoWrapper .telWrapper .tel i::before {
		font-size: 19px;
	}
	#induction .infoWrapper .telWrapper .time {
		font-size: 12px;
	}
	#induction .infoWrapper .telWrapper .holiday {
		margin: 5px 0;
		font-size: 10px;
	}
	#induction .infoWrapper .telWrapper {
		padding: 10px;
		width: 100%;
	}
	#induction .infoWrapper .mail p {
		font-size: 14px;
	}
	#induction .infoWrapper .mail {
		width: 100%;
		margin: 10px 0;
		padding: 10px;
	}
	#induction .infoWrapper .mail::before {
		font-size: 54px;
	}
	/* sideBar */
	#sidebar {
		padding: 10px;
		margin: 0;
		display: block;
	}
	/* wpContent */
	.wpContent h2{
		font-size: 18px;
	}
	.wpContent h3, #other h3 {
		font-size: 17px;
		padding: 1rem 0;
	}
	.wpContent h4 {
		font-size: 15px;
		margin: 10px 0;
	}
	.wpContent h5 {
		font-size: 14px;
	}
	.wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div{
		font-size: 13px;
	}
	.pageHeader h2 ,.pageHeader p{
		font-size: 16px;
		padding: 2px 0;
		top: 35%;
	}
	.wpContent table.type2 {
		width: 100%;
	}
	.wpContent .career {
		font-size: 80%;
	}
	.wpContent .businessHours{
		display: block;
	}
	.wpContent .tel{
		margin: 1rem 0 0 0;
	}
	/** footer **/
	footer{
		padding-top: 0;
	}
	footer .upperFooter {
		display: block;
	}
	footer h3{
		text-align: center;
		padding: 10px 0;
	}
	footer iframe {
		width: 100%;
	}
	footer img {
		width: 80%;
	}
	footer p {
		font-size: 10px;
	}
	footer nav ul {
		display: block!important;
	}
	footer nav li::before {
		display: none;
	}
	footer nav a {
		font-size: 13px;
		padding: 10px 0;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	footer nav li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	footer nav li:last-child a {
		border-bottom: none;
	}
	footer small {
		margin: 0;
		font-size: 10px;
		padding: 10px 0;
	}
	.telMail.infoWrapper .mail {
		width: 60%;
		margin: 0 auto;
	}
	footer .leftWrapper .telMail {
		text-align: center;
	}
	footer nav .menu-footer-container {
		text-align: center;
		margin: 15px 0 0 0;
	}
	footer nav .menu-footer-container .menu {
		width: 100%;
	}
	footer .telMail.infoWrapper .tel {
		margin-bottom: 8px;
	}
	footer .flex h2::after {
		width: 760px;
	}
	footer nav li {
		width: 90%;
	}
	footer .leftWrapper,
	footer .rightWrapper {
		width: 100%;
	}
}
@media (max-width: 360px) {}