/*
 * kanyou
 * sp.css 
 */

.title {
	background-image: url("../image_210226/title.jpg");
	background-size: cover;
	background-position: right center;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

h1 {
	color: #000000;
    text-align: left;
    font-weight: 700;
    font-size: 6vw;
    text-shadow: 1px 1px 2px rgb(10 10 10 / 70%);
    margin-left: 10px;
    font-feature-settings: "palt" 1;
}

.title h1 span {
	font-size: 10.5vw;
}

#pan {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.95em;
	color: #666666;
	text-align: left
}

#pan a {
	text-decoration: none;
	color: -webkit-link;
}

#main .w100 {
	width: 100%;
}

#main section {
	margin-bottom: 40px;
}


/** size.html */

#main #mTop {

}

.slideTable table.borderGlay {
	width: 800px;
}

table.borderGlay {
	border: 1px #CCCCCC solid;
	margin: 15px auto;
	width: 100%;
}

table.borderGlay a {
	text-decoration: none;
}

table.borderGlay th,
table.borderGlay td {
	border: 1px #CCCCCC solid;
	vertical-align: middle;
	padding: 4px;
	text-align: center;
}

table.borderGlay th {
	font-weight: 700;
	background-color: #84D890;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	width: 128px;
}

table.borderGlay td {
	width: 170px
}

table.borderGlay td.bno {
	border-top: none;
	padding-bottom: 8px
}

table.borderGlay td.bbno {
	width: 180px;
	padding-top: 8px;
	border-bottom: none
}

table.borderGlay td.bbno2 {
	width: 270px;
	padding-top: 8px;
	border-bottom: none
}

#main .small {
	font-size: 0.75em
}

#main .left {
	text-align: left;
	line-height: 1.4;
	vertical-align: bottom;
}

#main a.btnRadius02 {
	height: 20px;
}

#main .padd {
	padding: 0px 50px;
}

#main .mt15 {
	margin-top: 15px;
}

#main .sp-mb0 {
	margin-bottom: 0px !important;
}

.topBtn ul li.pc-only {
	display: none;
}


/** service.html */

#main .box2 p {
	line-height: 1.5;
	
}

#main .bdl2 {
	border-left: 6px solid #0B8D33;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #333333;
	padding-bottom: 3px
}

#main h4 {
	margin: 8px 0px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

#main .red {
	color: #FF0000
}

#main .Tbox {
	margin: 20px auto;
display: flex;
	justify-content: space-between
}

#main .mr10 {
	margin-right: 10px
}

#main .TBoi td {
	padding: 4px;
	color: #333333
}

#main .w49 {
	width: 49%;
}

#main .cols3-2 li p {
	margin: 0px 10px;
}


/** index.html */

#main .pTop {
	line-height: 1.6;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 3px solid #0B8D33;
	margin-bottom: 15px
}

.cl {
	clear: both;
}

#main .links li .text-box {
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
}

.lhTxt{
	line-height: 1.5;
	margin-bottom: 1em
}
.breadcrumb ul{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
	display: flex;
color: #83838f;
font-size: 0.85em;
margin: 30px 10px}
.breadcrumb ul li.breadcrumbItem:before {
    content: '\FF1E';
    color: #83838f;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0;
    margin: 0 8px .2em;
}
.breadcrumb ul li a{
color: #83838f;
	text-decoration: none
}

#main h3{
	font-size: 1.15em;
	margin: 30px 0 20px 0;
	line-height: 1.3;
	color: #333;
		font-weight: bold;
	font-family:"Noto Sans JP","lr oSVbN","MS PGothic",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#main .cols3-2 li p.mt05{
	margin: 0.5em 0 0 0;
	font-size: 0.9em
}
ul.descList{
	margin-left: 1em
}
ul.descList li{
	line-height: 1.4;
	margin-bottom: 0.5em;
	list-style-type: disc
}
.TBoi{
	font-size: 0.9em
}