@charset "utf-8";

/* ◆ PC SIZE ◆
============================================================== */


/* 共通 */

.box	{margin-left:auto; margin-right:auto; width:1000px;min-width:1000px;text-align:left; clear:both;position:relative;}

.left_content {float:left;width:210px;}
.right_content {float:right;width:770px;margin-left:20px;}
.box2	{margin-left:auto; margin-right:auto; width:770px;text-align:left; clear:both;position:relative;}

strong	{font-weight: bold;}

.no-link {pointer-events:none;}

p.txt {margin-bottom: 20px;}

.flex {
	display: flex;
}

/* TOP
 -----------------------------------------------------*/
.date {display:inline-block;}

/* 見出し */

h2.topMid01{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}

h2.topMid01:before, h2.topMid01:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:100%;
height: 2px;
border-top: solid 1px #444;
border-bottom: solid 1px #444;
}

h2.topMid01:before	{left:0;}
h2.topMid01:after	{right: 0;}

h2.topMid01 span{
padding:10px 20px 0 20px;
font-size:24px;
line-height:1;
color:#444;

font-weight:bold;
position:relative;
z-index:999;
background:#fff;
display:inline-block;
}
h2.sub1 {
    padding: 15px 10px;
    border: solid 1px #f1eff2;
    border-radius: 2px;
    text-align: center;
    background: linear-gradient(#f7f2fc,#f1e8f9,#ecd9fc)
}

h2.sub1 span {
    padding: 3px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #6418bc;
    line-height: 1;

    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #035dad;*/
}
h2.sub2 {
    padding: 15px 10px;
    border: solid 1px #f1eff2;
    border-radius: 2px;
    text-align: center;
    background: linear-gradient(#fcfff9,#f4fced,#eafcd9)
}

h2.sub2 span {
    padding: 3px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #035dad;
    line-height: 1;

    letter-spacing: 0.1em;
    line-height: 1;
    /*border-left: solid 5px #035dad;*/
}



h2.topMid02{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}


h2.topMid02:before	{left:0;}
h2.topMid02:after	{right: 0;}
h2.topMid02 span{
padding:10px 20px 0 20px;
font-size:28px;
line-height:1;
color:#0362ad;
letter-spacing: 1.5px;
font-weight:bold;
position:relative;
z-index:999;
display:inline-block;
}
h2.topMid02 span+span{
    display: block;
    color:#035dad;
    font-size: 18px;
    margin-top: -5px;
    }


.tag_area {display:block;padding:5px 10px;border:1px solid #ccc;margin-top:20px;}
.tag_area a {color:black;display:inline-block;margin-left:1em;margin-right:1em;}
.tag_area a:hover {text-decoration:underline;}

/* topBtn */
.topBnr		{padding:65px 0;background:#e0e9f9;min-width:1000px;}
.topBnr ul	{display:table;}
.topBnr li	{
margin:0 -4px 0px 0px;
width:325px;
display:inline-block;
/*text-align:center;*/
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.topBnr li a {
margin:0 0 0 -1px;
padding:20px 15px;
width:auto;
height:100px;
display:block;
position:relative;
border:solid 0.2px #c2cef9;
background:#fff;
}

.topBnr li:first-child a {margin:0 0 0 0;}

.topBnr li:hover {
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.top_bnr_l,.top_bnr_r {width:100%;}
.top_bnr_l {float:left;}
.top_bnr_r {float:right;}

.topBnr li p.Img 	{margin-top: 15px;margin-left: 10px;line-height:0;display: -webkit-inline-box;}
.topBnr li p.mid 	{margin-bottom: 0px;vertical-align: middle;margin-left: 116px;margin-top:-43px;font-size:16px;color:#3c63ae;font-family: 'Noto Serif JP', serif;font-weight:bold;letter-spacing:0em;line-height:1;
float: left;
}
.topBnr li p.txt	{margin-top:15px;font-size:13px;color:#333;letter-spacing:-0.05em;line-height:1.6;font-family: 'Noto Serif JP', serif;}

.top_bnr_h3 {font-size:23px;font-weight:bold;text-align:center;color:#494949;}
.top_bnr_r li:nth-child(5) a p img {margin-left:-2em;}
.bnr_area {padding:40px 0;}




/* サービスの強み topBtn */
.topStrengths {
	padding-bottom: 65px;
}
.topStrengths .content {
    margin-top: 25px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}
.topStrengths .content .image_box {
	display: inline-block;
    width: 28%;
}
.topStrengths .content .image_box img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
.topStrengths .content .text_box {
	display: inline-block;
}
.topStrengths .content .text_box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}


/* topAbout */
.topAbout {
	background-color: #eaf5ff;
    padding: 65px 0;
}
.topAbout .about_box {
	margin-top: 35px;
}
.topAbout .about_box.flex {
    gap: 0 55px;
    align-items: flex-start;
}
.topAbout .about_box .inleft {
    display: inline-block;
    width: 68%;
}
.topAbout .about_box table {
    width: 100%;
}
.topAbout .about_box tr {
    margin-bottom: 18px;
    border-bottom: 3px dotted #1c72b6;
    padding-bottom: 18px;
    display: block;
}
.topAbout .about_box th {
    display: inline-block;
    width: 15%;
    font-weight: 600;
    vertical-align: top;
}
.topAbout .about_box td {
	display: inline-block;
	width: 83%;
    vertical-align: top;
}
.topAbout .about_box td ul.indent {
    margin-top: 3px;
}
.topAbout .about_box td ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.topAbout .about_box .inright img {
	width: 100%;
}




/* topGree */
.topGree {
    padding: 65px 0 35px;
    margin-bottom: 65px;
    background-color: #eaf5ff;
}
.topGree .text_box {
	margin-top: 25px;
}
.topGree .text_box p {
	margin-bottom: 15px;
}



/* conversion */

.conversion			{min-width:1000px;background:url(../img/conversion_bg.jpg) no-repeat;background-size:cover;background-position: center;margin-top: 65px;}
.conversion	.inner	{padding:65px 0;/*background:url(../img/main_bg.png) repeat;*/}
.conversion .inner .txt {text-align:center;color:#fff;font-weight: bold;}

.conversion h2					{color:#fff;}
.conversion h2.topMid:before	{background-color:#fff;}
.conversion h2.topMid02 span	{color:#fff!important;}


.conversion li p.mid	{font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.conversion li p span	{padding:0 0 0 0px;font-size:18px;font-weight:bold;color:#fff;line-height:1;font-family: 'Noto Serif JP', serif;/*background:url(../img/arrow01.png) no-repeat center left;*/}

.contactform {background:rgba(255,255,255,0.76);width:48%;display:inline-block;min-height:100px;vertical-align: top;padding:20px 0;border-radius: 5px;}
.contactform a:hover {opacity:0.5;}
.contactform+.contactform {margin-left:30px;padding:0!important;}
.contactform span {color:#03736e;font-size:25px;font-weight:bold;text-align:center;display:block;}
.contactform span.tel_ttl {font-size:24px;}
.contactform a span {font-size:24px;}
.contactform.tel-box img {
    width: 5.6%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
    }
.contactform img {
    width: 7%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
    }

.conversion h2+p {margin:25px 0;}

/*.contactform p span {font-weight:normal!important;line-height:1.5!important;}
.contactform+.contactform a span {line-height:150px;}*/

.contactform+.contactform a {display:block;padding:25px 0;}
.contactform+.contactform a:hover {background-color:rgba(255,255,255,0.2);}

.contactform span+p+a+span {font-size:20px;}
.contactform p+a+span i {background-color:#03736e;color:#fff;padding:3px 7px;border-radius: 5px;}
.contactform p+a+span i+i {background:none;position:relative;top:2px;font-size:20px;color:#03736e;font-weight:bold;}
.contactform span+p.forpc span {font-size:33px;color:#03736e;font-weight:bold;margin:0px 0 14px 0;}
.contactform span+p.forpc i {font-size:25px;color:#03736e;font-weight:bold;line-height:1;}
.contactform span+p.forpc i img {margin:0 10px -1px 0;}

.contactform+.contactform a span i {font-size:30px;color:#03736e;font-weight:bold;}
.contactform+.contactform a span+span {font-size:20px;}
.contactform+.contactform a span i img {margin: 0px 10px 3px 0;}
.contactform .forsp span img {margin: 0 10px -7px 0;}


/* topAccess */
.topAccess .Img img {margin-bottom:-3px;}
.topAccess .map {margin-top:30px;line-height:0;}


.topAccess			{padding:65px 0 0 0;min-width:1000px;text-align:center;
	background: #fbfbfb;
	}
.topAccess .inleft	{float:left;width:485px;}
.topAccess .inright	{float:right;width:485px;}
.topAccess .cf		{margin-top:35px;}

.topAccess p.name	{text-align:center;margin-top: 30px;font-size:16px;color:#444;font-weight:bold;line-height:1.8;}
.topAccess p.txt	{text-align:center;margin-top:20px;font-size:15px;color:#444;line-height:1.6;}
.topAccess p.more	{margin:30px 0 0 0;width:230px;text-align:center;}
.topAccess p.more a	{
padding:15px 0;
font-size:14px;
font-weight:bold;
display:block;
color:#fff;
line-height:1;
border-radius: 3px;
background: #ac72d8;
}
.topAccess p.more a:hover	{background:#a63bf9;}

.topAccess iframe	{width:100%;height:400px;}



/* topContact */

.topContact {
	padding: 65px 0;
}






/* 下層 ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 -----------------------------------------------------*/

/* 下層ビジュアル */

.subVisual			{height:200px;min-width:1000px;}
.subVisual .inner	{/*background:url(../img/main_bg.png) repeat;*/height:100%;position:relative;}


.subVisual h2 {
padding:0 0;
font-weight:bold;
text-shadow: 1px 1px 5px black;
text-align:center;
font-size:30px;
color:#fff;

letter-spacing:0.2em;
position:absolute;
font-size:23px;
background:rgba(0,94,60,0.75);
height:100%;
line-height:200px;
}

/* 各ページビジュアル */

.subimg_about				{background:url(../img/subimg_about.jpg) no-repeat center left;background-size:cover;}
.subimg_message				{background:url(../img/subimg_message.jpg) no-repeat center left;background-size:cover;}
.subimg_lawyer				{background:url(../img/subimg_lawyer.jpg) no-repeat center left;background-size:cover;}

.subimg_jiko				{background:url(../img/subimg_jiko.jpg) no-repeat center top;background-size:cover;}
.subimg_sozoku				{background:url(../img/subimg_sozoku.jpg) no-repeat center top;background-size:cover;}
.subimg_saimu				{background:url(../img/subimg_saimu.jpg) no-repeat center top;background-size:cover;}
.subimg_komon				{background:url(../img/subimg_komon.jpg) no-repeat center top;background-size:cover;}
.subimg_rikon				{background:url(../img/subimg_rikon.jpg) no-repeat center top;background-size:cover;}
.subimg_roudou				{background:url(../img/subimg_roudou.jpg) no-repeat center top;background-size:cover;}
.subimg_keiji				{background:url(../img/subimg_keiji.jpg) no-repeat center top;background-size:cover;}
.subimg_fudosan				{background:url(../img/subimg_fudosan.jpg) no-repeat center top;background-size:cover;}

.subimg_fee					{background:url(../img/subimg_fee.jpg) no-repeat center center;background-size:cover;}
.subimg_process				{background:url(../img/subimg_process.jpg) no-repeat center top;background-size:cover;}

.subimg_case				{background:url(../img/subimg_case.jpg) no-repeat center center;background-size:cover;}
.subimg_voice				{background:url(../img/subimg_voice.jpg) no-repeat center center;background-size:cover;}
.subimg_column				{background:url(../img/subimg_column.jpg) no-repeat center center;background-size:cover;}
.subimg_topics				{background:url(../img/subimg_topics.jpg) no-repeat center center;background-size:cover;}

.subimg_recruit				{background:url(../img/subimg_recruit.jpg) no-repeat center center;background-size:cover;}
.subimg_contact				{background:url(../img/subimg_contact.jpg) no-repeat center center;background-size:cover;}
.subimg_sitemap				{background:url(../img/subimg_sitemap.jpg) no-repeat center center;background-size:cover;}


/* パンクズ */

.path				{padding:6px 0 6px 0;min-width:1000px;background:#f9f9f9;}
.path ul			{letter-spacing:-0.4em;line-height:0;}
.path ul li			{display:inline-block;letter-spacing:0.1em;color:#777;font-size:14px;line-height:1;}
.path ul li a		{color:#777;font-size:14px;display:block;line-height:1;}
.path ul li a:hover	{color:#035dad;font-size:14px;}
.path ul li a:after	{padding:0 5px;content:"/";}


/* 下層ページ見出し */

/*
h2.subMid{
position: relative;
text-align:center;
font-size:22px;
color:#035dad;

font-weight:bold;
letter-spacing:0.1em;
}
h2.subMid:before {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
width:10%;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#035dad;
border-radius: 2px;
}

h2.subMid span{
position: relative;
text-align:center;
font-size:22px;
color:#035dad;

font-weight:bold;
letter-spacing:0.1em;
}



h3.sub-h3 		{padding:15px 10px;border:solid 1px #035dad;border-radius:2px;    margin-top: 25px;margin-bottom: 20px;}
h3.sub-h3 span	{
padding:3px 0 0 10px;
font-size:22px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
border-left:solid 5px #035dad;
}

h4.sub-h4 {
margin:40px 0 25px 0;
padding:0 0 5px 0;
border-bottom: solid 1px #e4e4e4;
position: relative;
font-size:20px;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
font-weight:bold;
}
h4.sub-h4 span {
font-size:18px;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
font-weight:bold;
}

h4.sub-h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #035dad;
bottom: -1px;
width: 10%;
}

h5.sub-h5  {margin: 35px 0 -5px 0;}
h5.sub-h5 span {
    font-size: 17px;
    color: #035dad;
    line-height: 1;

    letter-spacing: 0.1em;
    font-weight: bold;
}
*/

h2.subMid{
position: relative;
text-align:center;
font-size:24px;
color:#035dad;

font-weight:bold;
letter-spacing:0.1em;
}
h2.subMid:before {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
width:10%;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#035dad;
border-radius: 2px;
}

h2.subMid span{
position: relative;
text-align:center;
font-size:20px;
color:#035dad;

font-weight:bold;
letter-spacing:0;
}



h3.sub-h3 		{padding:0px 0px 20px 0px;}
h3.sub-h3 span	{

padding:3px 0 0 10px;
font-size:22px;
font-weight:bold;
color:#035dad;
line-height:1.7;
letter-spacing:0;
display:block;
line-height:1.7;
border-left:solid 5px #035dad;
}

h4.sub-h4 {

margin:45px 0 25px 0;
padding:0 0 10px 0;
border-bottom: solid 1px #e4e4e4;
position: relative;
font-size:20px;
font-weight:bold;
color:#035dad;
line-height:1.7;
letter-spacing:0;
}

h4.sub-h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #035dad;
bottom: -1px;
width: 20%;
}

h5.sub-h5 {margin:35px 0 20px 0;}
h5.sub-h5 span {

margin:40px 0 -8px 0;
padding:0 0 0px 0;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1.7;
letter-spacing:0;
}






/* 事務所案内 */

.aboutBox			{margin-top:-10px;}
.aboutBox .inbox	{margin-top:20px;}

.aboutBox .inleft					{float:left;width:485px;    margin-top: 3px;}
.aboutBox .inleft p					{margin-bottom: 12px;line-height:1.7;letter-spacing:0.05em;font-family: 'Noto Serif JP', serif;}
.aboutBox .inleft p.lawyername		{font-size: 16px;color: #3e3e3e;padding-top: 10px; font-weight: bold;}
.aboutBox .inright					{float:right;width:485px;    margin-top: 8px;}
.aboutBox .inright p				{line-height:0;}
.aboutBox .inright ul				{margin-top:5px;}
.aboutBox .inright li				{margin-left:5px;float:left;width:240px;line-height:0;}
.aboutBox .inright li:first-child	{margin-left:0;}
.aboutBox .inright li img			{width:100%;}


.aboutBox .map			{margin-top:30px;margin-bottom:20px;}
.aboutBox .map	iframe	{width:100%;height:300px;}

.aboutBox h2			{margin-top:60px;}
.aboutBox h3			{margin-top:50px;}
.aboutBox table			{margin-top:30px;margin-bottom: 30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.aboutBox th			{padding:20px 10px 20px 10px;background:#edfcf8;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:102px;letter-spacing:0.1em;vertical-align:top;}
.aboutBox td			{padding:20px 10px 20px 10px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.aboutBox td a			{text-decoration:underline;}
.aboutBox td a:hover	{text-decoration:none;}
.aboutBox td .arrow img			{width: 3%;margin-top: 30px;margin-left: 25%;margin-bottom: 15px;}
.aboutBox td p.acc img			{width: 100%;margin-top: 10px;margin-bottom: 10px;}
.aboutBox td.abouttable span.infotxt	{margin-top: 10px;}
.aboutBox td.abouttable span.infotxt p	{margin-top: 10px;}
.aboutBox .accesstxt_bold	{font-weight: bold;}

.aboutBox ul.list					{margin:25px 0 0 0;}
.aboutBox ul.list li				{margin-top:10px;padding:10px 0 0 0;display:table;border-top:dashed 1px #e4e4e4;width:100%;}
.aboutBox ul.list li:first-child	{margin-top:0;padding:0 0 0 0;border-top:none;}
.aboutBox ul.list span				{display:table-cell;}
.aboutBox ul.list .nm				{padding:0 0 0 0;width:35px;font-weight:bold;color:#0b2274;}
.aboutBox .inright img				{width: 100%;}
.aboutBox .textsize16				{font-size: 16px;
padding:3px 0 0 15px;
font-weight:bold;
color:#035dad;
line-height:1;
font-family: 'Noto Serif JP', serif;
letter-spacing:0.1em;
line-height:1;
}

.no_recruitment {display: block;
	border-top:solid 1px #03736e;
	border-bottom:solid 1px #03736e;
	margin: 50px 0 80px 0;
	}
.no_recruitment p {
	font-size: 18px;
	color: #03736e;
	text-align: center;
	padding: 25px 0 25px 0;
	}



/* 取扱分野 */

.serviceBox						{margin:40px auto 40px auto;}

.serviceBox ul.list01			{margin-top:25px;line-height:0;}
.serviceBox ul.list01 li		{margin-top:10px;line-height:1.3;letter-spacing:0.05em;display:block;font-size:15px;}
.serviceBox ul.list01.tokucho li		{margin-top:10px;line-height:1.3;letter-spacing:0.05em;display:block;font-size:15px;font-weight:bold;}

.serviceBox ul.list02		{margin:25px 0 0 20px;line-height:0;}
.serviceBox ul.list02 li	{margin:10px 0 0 0;line-height:1.3;letter-spacing:0.05em;list-style-type:disc;font-size:15px;}

.serviceBox a:hover				{text-decoration: underline;}
.serviceBox p.txt				{margin-top:10px;line-height:1.7;font-size:15px;color:#333;letter-spacing:0.03em;}
.serviceBox p.txt.quotetop		{padding-top: 5px!important;}
.serviceBox	h3					{margin:40px 0 0 0;}

.serviceBox table			{margin-top:30px;border-right:solid 1px #e4e4e4;border-bottom:solid 1px #e4e4e4;width:100%;}
.serviceBox th				{padding:20px;background:#f1f1f1;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;width:200px;letter-spacing:0.1em;vertical-align:top;}
.serviceBox th a			{color:#0f80ff;text-decoration:underline;}
.serviceBox th a:hover		{text-decoration:none;}
.serviceBox th a i			{padding:0 5px 0 0;}
.serviceBox td				{padding:20px;border-left:solid 1px #e4e4e4;border-top:solid 1px #e4e4e4;vertical-align:top;}
.serviceBox td a			{color:#0f80ff;text-decoration:underline;}
.serviceBox td a:hover		{text-decoration:none;}
.serviceBox .quote			{background: #f9e7d1;padding: 0 10px 10px 10px;}

.serviceBox p.txt.tel		{line-height:1.8;font-size:20px;font-weight:bold;color:#035dad;letter-spacing:0.05em;margin-top: -3px;}
.serviceBox p.txt.tel1		{margin-top: 15px!important;line-height:1.8;font-size:20px;font-weight:bold;color:#035dad;letter-spacing:0.05em;margin-top: -3px;}
.serviceBox p.txt.processtel		{line-height:1.8;font-size:16px;font-weight:bold;color:#035dad;letter-spacing:0.05em;margin-top: 10px;}
.serviceBox p.txt.processtel span.small	{font-size: 14px;margin-top: -5px;}
.serviceBox span.titlebold		{font-weight: bold;}
.serviceBox .backblue		{background-color: #edfcf6; padding: 15px 15px 15px 10px;margin: 20px 0;}

.serviceBox a			{text-decoration: underline;color:#035dad;}
.serviceBox a:hover		{text-decoration: none;color:#035dad;}

.serviceBox img			{width: 3%;margin-top: 30px; margin-left: 0px; margin-bottom: 10px;}
.serviceBox .workdisplay {width: 48%;display: inline-table;margin-left: 10px;}

.serviceBox .inbox	{margin-top:20px;}
.serviceBox .inleft					{float:left;width:485px;}
.serviceBox .inleft p					{margin-top:10px;font-size:15px;line-height:1.7;letter-spacing:0.05em;font-family: 'Noto Serif JP', serif;}
.serviceBox .inright					{float:right;width:485px;margin-top: 10px;}
.serviceBox .inright p				{line-height:0;}
.serviceBox .inright ul				{margin-top:5px;}
.serviceBox .inright li				{margin-left:5px;float:left;width:240px;line-height:0;}
.serviceBox .inright li:first-child	{margin-left:0;}
.serviceBox .policyimg img			{width:100%;margin-top: 0px;margin-left: 0px;margin-bottom: 0px;}
.serviceBox .toform					{margin-bottom: -20px;font-size: 16px!important;}
.serviceBox .arrow_center			{text-align: center;}

h3.icon01_saimu	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/saimu.png) no-repeat left;
height: 19px;
}

h3.icon01_saimu span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon02_rikon	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/rikon.png) no-repeat left;
height: 19px;
}

h3.icon02_rikon span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon03_souzoku	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/souzoku.png) no-repeat left;
height: 19px;
}

h3.icon03_souzoku span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon04_zaisan	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/zaisan.png) no-repeat left;
height: 19px;
}

h3.icon04_zaisan span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon05_jiko	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/jiko.png) no-repeat left;
height: 19px;
}

h3.icon05_jiko span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}
h3.icon06_kigyou	{
padding:15px 10px 17px 10px;
border: solid 1px #035dad;
background: url(../img/kigyou.png) no-repeat left;
height: 19px;
}

h3.icon06_kigyou span	{
padding:0px 0px 0 40px;
font-size:18px;
font-weight:bold;
color:#035dad;
line-height:1;

letter-spacing:0.1em;
line-height:1;
}



/* お問い合わせ */
.topContact h2.topMid02 span {
    color: #ad0303;
}
.formBox {
	margin: 35px auto 0px auto;
    }
.formBox h3					{margin-top:20px;}
.formBox p					{line-height:1.8;font-size:15px;color:#333;letter-spacing:0.05em;}
.formBox p.tel				{margin:30px 0 18px 0;line-height:1.8;font-size:24px;font-weight:bold;color:#035dad;letter-spacing:0.05em; line-height: 1.0em;}
p.txt.teldown				{margin:0px 0 30px 0;font-weight: bold;font-size: 16px;}
.formBox p.tel span			{padding:0 0 0 0px;}
.formBox table 				{margin-top:30px;width:100%;border-bottom:solid 1px #e4e4e4;}
.formBox th					{padding:20px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;background:#f3ebeb;line-height:1;letter-spacing:0.2em;vertical-align:top;width:200px;}
.formBox td					{padding:20px;border-top:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;border-right:solid 1px #e4e4e4;}
.formBox td.name span		{margin-top:10px;display:block;}
.formBox td.sendcell		{padding:40px 0;text-align:center;border-left:none;border-right:none;}
.formBox td input			{padding:10px;border:solid 1px #d8d8d8;width:90%;}
.formBox td.list			{padding-bottom:30px;}
.formBox td.list p			{margin:20px 0 5px 0;padding:0;font-weight:bold;}
.formBox td.list span		{margin:0 -100px 0 0;display:inline-block;vertical-align:top;width:33%;}
.formBox td.list span input	{width:auto;}
.mwform-radio-field-text		{width:11em!important;}
.mw_wp_form .horizontal-item + .horizontal-item	{margin-left:0px;}
.formBox td textarea		{padding:10px;width:90%;border:solid 1px #d8d8d8;}

.policy					{margin-top:30px;padding:30px;height:200px;overflow-y:scroll;border:solid 1px #e4e4e4;}
.policy h3				{line-height:1;font-size:18px;font-weight:bold;color:#035dad;}
.policy h4				{margin:20px 0 0px 0;padding:0;line-height:1;font-size:16px;color:#035dad;font-weight:bold;}
.policy p.read			{margin-top:14px;line-height:1.8;font-size:14px;}
.policy p.txt			{margin-top:14px;line-height:1.6;font-size:14px;}
.policy p:last-child	{padding:0 0 30px 0;}
.policy a				{text-decoration:underline; color: #035dad;}
.policy a:hover			{text-decoration:none;}

.ckd			{margin-top:20px;text-align:center;}
.ckd span input	{position:relative;top:2px;}
.ckd span label	{padding:0 0 0 5px;position:relative;top:1px;font-size:16px;}

.send				{margin-top:20px;text-align:center;}
.send input			{padding:10px;font-size:16px;font-weight:bold;color:#fff;width:40%;background:#035dad;border:none;-webkit-appearance: none;border: 2px solid #035dad;}
.send input:hover	{cursor:pointer;background:#fff;color: #035dad;}

.send .submit			{padding:10px;font-size:16px;font-weight:bold;color:#fff;width:60%;background:#035dad;border:none;-webkit-appearance: none;border: 2px solid #035dad;font-family: 'Noto Serif JP', serif;}
.send .submit:hover	{cursor:pointer;background:#fff;color: #035dad;}


.txtbold			{font-weight: bold;}
.textsize16			{font-size: 16px!important;}

.send_box {
    text-align: center;
    margin-top: 30px;
}
.send_box {
    text-align: center;
    margin-top: 35px;
}
.send_box input {
    background-color: #ad0303;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    width: 14em;
    border: 0;
}
.send_box input:hover {
	opacity:.7;
	transition:.3s;
}



/* ◆ topGree 代表挨拶  ◆
============================================================== */
@media screen and (min-width:1250px) and (max-width:1350px){
.topGree .inleft {
    float: left;
    width: 70%;
	}
.topGree .inright {
    float: right;
    width: 30%;
	}
}
@media screen and (min-width:1000px) and (max-width:1249px){
.topGree			{padding:65px 0;background:url(../img/message_back.jpg) no-repeat left;background-size:auto 100%;min-width:1000px;background-color:#fff;
    background-position: center;
    background-size: cover;
    background-position-x: 72%;
	}
}
@media screen and (min-width:769px) and (max-width:999px){
.topGree			{padding:65px 0;background:url(../img/message_back.jpg) no-repeat left;background-size:auto 100%;min-width:1000px;background-color:#fff;
    background-position: center;
    background-size: cover;
    background-position-x: 80%;
	}
}







/* ◆ タブレット SIZE ◆
============================================================== */
@media screen and (min-width:768.0px) and (max-width:768.9px){
.contactform.tel-box img {
    width: 2.6%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
	}
.contactform img {
    width: 3.3%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
	}
}










/* ◆ SP SIZE ◆
============================================================== */

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

/* 共通 */

.box	{margin-left:auto; margin-right:auto; width:97%;min-width:auto;text-align:left; clear:both; }

.right_content,.left_content {float:none;margin-left:auto;margin-right:auto;}
	.left_content,.right_content {width:100%;margin-bottom: 15px;}
	.box2 {width:98%;}
.box2 th,.box2 td {display:block;}


/* TOP
 -----------------------------------------------------*/


/* 見出し */

h2.topMid01{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}

h2.topMid01:before, h2.topMid01:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:100%;
height: 2px;
border-top: solid 1px #444;
border-bottom: solid 1px #444;
}

h2.topMid01:before	{left:0;}
h2.topMid01:after	{right: 0;}

h2.topMid01 span{
padding:10px 10px 0 10px;
font-size:17px;
line-height:1;
color:#444;

font-weight:bold;
position:relative;
z-index:999;
background:#fff;
display:inline-block;
letter-spacing:-0.05em;
}


h2.topMid02{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
}
h2.topMid02:before	{left:0;}
h2.topMid02:after	{right: 0;}

h2.topMid02 span{
line-height:1;
color:#035dad;

font-weight:bold;
position:relative;
z-index:1;
/*background:#edf3fc;*/
display:inline-block;
letter-spacing:-0.05em;
font-size:20px;
}

/* topBtn */


.bnr_area {padding:0;}

.topBnr		{padding:35px 2%;background:#edf3fc;min-width:auto;}
.topBnr ul	{display:block;}
.topBnr li	{
margin:0 0 10px 0;
width:100%;
display:block;
text-align:center;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.top_bnr_h3 {font-size:17px;}
.topService li:nth-child(2n){margin-left:0;
    margin: 0 auto;;
    }
.topBnr li a {
margin:-1px 0 0 0;
width:auto;
display:block;
position:relative;
height:auto;
}

.topBnr li:first-child a {margin:0 0 0 0;}

.topBnr li:hover {
opacity:0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}

.topBnr li p.Img 	{line-height:0;}
.topBnr li p.Img img 	{width:100%;}
.topBnr li p.mid 	{margin-top:15px;ont-size:16px;color:#035dad;font-family: 'Noto Serif JP', serif;font-weight:bold;letter-spacing:0em;line-height:1;}
.topBnr li p.txt	{margin-top:15px;font-size:12px;color:#333;letter-spacing:-0.05em;line-height:1.6;}
.topBnr li a {
border-right: solid 1px #035dad;
}
.topBnr li:last-child a {
border-right: solid 0px #035dad;
}

.top_bnr_l,.top_bnr_r {float:none;width:100%;}



/* topStrengths */
.topStrengths {
    padding-bottom: 30px;
	}
.topStrengths .content .flex {
    gap: 0 15px;
	}
.topStrengths .content .image_box img {
    width: 80px;
    height: 80px;
	}
.topStrengths .content .text_box p {
    line-height: 1.5;
	}
.topStrengths .content .text_box .title {
    font-size: 15px;
    margin-bottom: 10px;
	}


/* topGree */
.topGree {
    padding: 30px 0 30px;
    margin-bottom: 30px;
	}




/* topAbout */
.topAbout {
    padding: 30px 0;
	}
.topAbout .about_box {
    margin-top: 20px;
	}
.topAbout .about_box.flex {
	display: block;
	}
.topAbout .about_box .inleft {
	display: block;
    width: 100%;
}
.topAbout .about_box th {
    display: block;
    width: 100%;
	}
.topAbout .about_box .inright img {
    width: 100%;
    height: 180px;
    object-fit: cover;
	}
.send_box {
    margin-top: 25px;
	}
.send_box span {
	display: none;
	}




/* topContact */
.topContact {
    padding: 30px 0;
	}
.topContact .form_box {
    margin-top: 18px;
	}
.topContact .formBox th {
	display: block;
    width: 100%;
    padding: 12px;
    width: 92.5%;
	}
.topContact .formBox td {
	display: block;
	width: 92%;
    padding: 12px;
	}




.head_tel,.head_tel_r,.head_tel_l {float:none;margin:5px auto; margin-left: 15%; width: 100%;}
.head_tel {width:98%;max-width:98%;margin:0 auto;}
.head_tel .tel1 {width:100%;}
.head_tel_r a {width:100%;}
.head_tel_r,.head_tel_l {width:49%;display:inline-block;margin:0;}

.head_tel_l img {margin:0;}
header a img {margin:inherit;}





/* conversion */

.conversion			{min-width:auto;}
.conversion	.inner	{padding:35px 2%;/*background:url(../img/main_bg.png) repeat;*/}

.conversion h2					{color:#fff;}
.conversion h2.topMid:before	{background-color:#fff;}

.conversion ul	{letter-spacing:-0.4em;text-align:center;}
.conversion li	{
margin:10px 0 0 0;
float:none;
display:table;
letter-spacing:normal;
width:100%;
height:100px;
position:relative;
vertical-align:top;
text-align:center;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
.conversion li:first-child	{margin:0;}

.conversion li.tel			{display:block;margin-bottom:20px;vertical-align:middle;}
.conversion li .inbox		{width:490px;height:100px;display:table-cell;vertical-align:middle;border:solid 1px #fff;}
.conversion li p.num		{margin-top:5px;font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.conversion li p.num2		{margin-top:5px;font-size:13px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.conversion li p.num span	{margin-top:5px;font-size:14px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;display:block;font-family: 'Noto Serif JP', serif;}


.contactform+.contactform {margin-left:0}
.contactform span+p+a+span {
    font-size: 4px;
    }
.contactform p+a+span i {
    font-size: 13px;
    }
.contactform img {
    width: 7%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
    }
.conversion li p.mid	{font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.conversion li p span	{padding:0 0 0 25px;font-size:18px;font-weight:bold;color:#fff;line-height:1;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;/*background:url(../img/arrow01.png) no-repeat center left;*/}


.contactform a span,.contactform span.tel_ttl {font-size:17px;}
.contactform+.contactform a span i,.contactform a span {font-size:24px;color:#03736e;}
.contactform p+a+span i+i {font-size:16px;}
.contactform+.contactform a span {color:#03736e;font-size: 16px;}
.contactform+.contactform a span+span {font-size:15px;}
.contactform .forsp span img {
    margin: 0 10px 0px 0;
	}
.contactform+.contactform a span i img {
    margin: 0px 10px 4px 0;
	}

/* topAccess */

.topAccess			{margin-top:0;padding:35px 2% 0 2%;min-width:auto;text-align:center;}
.topAccess .inleft	{float:none;width:auto;}
.topAccess .inright	{margin-top:30px;float:none;width:auto;}
.topAccess .cf		{margin-top:20px;}

.topAccess p.name	{font-size:16px;color:#444;font-weight:bold;line-height:1.8;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.topAccess p.txt	{margin-top:10px;font-size:14px;color:#444;line-height:1.6;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;}
.topAccess p.txt a	{margin-top:10px;font-size:14px;line-height:1.6;letter-spacing:0.1em;font-family: 'Noto Serif JP', serif;text-decoration: underline;}
.topAccess p.more	{margin:15px 0 0 0;width:230px;margin-left: auto;margin-right: auto;}
.topAccess p.more a	{
padding:15px 0;
font-size:14px;
font-weight:bold;
display:block;
font-family: 'Noto Serif JP', serif;
color:#fff;
line-height:1;
letter-spacing:0.1em;
border-radius: 3px;
background: #035dad;
}
.topAccess p.more a:hover	{background:#15a090;}

.topAccess iframe	{width:100%;height:210px;}

.topAccess h2 {padding-bottom:15.5px;}
.topAccess .map {padding-bottom:30px;margin-top: 5px;}






@media screen and (min-width:769px) and (max-width:1024px){
.box {
	min-width: 100%;
	width: 100%;
	}
.left_content {
    float: left;
    width: 20%;
	}
.right_content {
    float: right;
    width: 75%;
	}
}






/* ◆ タブレット SIZE ◆
============================================================== */
@media screen and (min-width:768.0px) and (max-width:768.9px){
.contactform.tel-box img {
    width: 2.6%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
	}
.contactform img {
    width: 3.3%;
    padding-top: 10px;
    top: 4px;
    position: relative;
    padding-right: 10px;
	}
}








/* 769px以上の時にforsp(スマホ用)を非表示 */
@media screen and (min-width:769px){.forsp {display: none!important;}}

/* 768px以下の時にforpc(ＰＣ用)を非表示 */
@media screen and (max-width:768px){.forpc {display: none!important;}}



/* 印刷時　電話番号が二重表示されないよう設定 */
@media print{
.forsp {display: none;}
}

/*
@media print{
#noprint {display: none;}
}
*/
