@charset "utf-8";

/*=====================================
customize.css
=====================================*/
.topicpath {
	background-color: #f4f6f8;
}
/*-------------------------------------
 bottomContents
-------------------------------------*/
.main.bottom{
	background-color: #f4f6f8;
}
.bottomContentsWrapper{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
.bottomContentsWrapper::after{
	clear: both;
	content: '';
	display: block;
}
.sidebar{
	width: 320px;
	float: left;
	background-color: #FFFFFF;
	border-radius: 3px;
	border-top: 3px #ff6600 solid;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.bottomContents{
	margin-left: 340px;
	padding: 20px;
	border-radius: 3px;
	border-top: 3px #ff6600 solid;
	box-sizing: border-box;
	width: calc(100% - 340px);
	background-color: #FFFFFF;
}

.bottomContentsWrapper{
	background-color: #f4f6f8;
}
.etc_title a[target="_blank"]:after{
	content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    background: url(../images/icn_blank01.svg) no-repeat 0 0 / 100% auto;
}
#page .icnNew{
	margin-left: 10px;
}
.bottomContents.noSidebar{
	margin-left: 0;
	width: 100%;
}

.catChild li.current{
	background-color: #ffefe5;
}
.catChild{
	border-bottom: #e6e6e6;
}
.catChild li:hover{
	background-color: #ffefe5;
}
.bottomContents a{
	color: #136ec6;
}

.notFoundBackTop{
	text-align: center;
}
.notFoundBackTop a {
    right: 0;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    padding: 15px 90px;
    background-color: #ff6600;
    font-size: 17px;
	color: #FFFFFF;
	position: relative;
}
.notFoundBackTop a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
}
.notFound404 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 120px;
}
.notFound404 h1{
	text-align: center;
	margin-bottom: 20px;
	font-size: 35px;
}

.notFound404 h2{
	font-size: 35px;
	color: #6e6e6e;
	text-align: center;
	margin-bottom: 40px;
}
.notFoundTextBox{
	padding: 4%;
	border: solid 1px #dedede;
	
}
.notFoundTextBox p{
	line-height: 2;
}

.notFoundBackTop{
	margin-top: 30px;
}
.sitemapSection .bottomContents a{
    color: #333;
    display: inline-block;
}

.sitemapSectionInner ul{
    margin-bottom: 20px;
}
.sitemapSectionInner{
    margin-bottom: 40px;
}
.sitemapNav03{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.sitemapSectionInner h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.sitemapSectionInner h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.sitemapNav03 .nav03 li{
    font-size: 14px;
    margin-bottom: 5px;
}
.sitemapSectionInner ul li a{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.sitemapSectionInner ul li a:before {
    content: "";
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 2px;
    border-top: 2px solid #ff6600;
    border-right: 2px solid #ff6600;
    transform: rotate(45deg);
    left: 0;
}
.sitemapSectionInner.detailFooter{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}
.detailFooterTitle{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}
#page .sitemapSectionInner.detailFooter h3{
    margin-bottom: 20px;
}


.sidebar ul.nav02 > li{
    border-bottom: 1px solid #e6e6e6 !important;
}


.contactDetailBtnBox{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.contactDetailBtnBox a {
    position: relative;
    display: inline-block;
    width: 332px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #ff6600;
    color: #000;
}
.contactDetailBtnBox a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #ff6600;
    border-right: 2px solid #ff6600;
    transform: rotate(45deg);
}

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.sidebar{
	display: none;
}
.bottomContents {
    margin-left: 2%;
    margin-right: 2%;
    width: auto;
	padding: 4%;
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.topFieldList .clm {
    text-align: center;
}
.notFound404{
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 50px;
}

.notFound404 h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.notFound404 h2 {
    font-size: 20px;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 30px;
}
.notFoundBackTop a {
    right: 0;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    padding: 15px 35px;
    background-color: #ff6600;
    font-size: 13px;
    color: #FFFFFF;
    position: relative;
}
.notFoundBackTop a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
}
.sitemapNav03{
    grid-template-columns: 1fr;
}
.topServiceSelect ul li{
    border-bottom: none;
}
.topServiceSelect ul li.current, .topServiceSelect ul li.current:before{
    border-bottom: none;
}
#inquiry form p.inquiry-sbtn input {
    margin: 10px 35px;
}
#inquiry table#smart_mail tr, #inquiry table#smart_mail th, #inquiry table#smart_mail td {
    width: 97%;
    margin-bottom: 10px;
}

} /* media END */
