/* ============================================================
下層共通
============================================================ */

/*	for  pagehead
==================================================*/
#pagehead {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    background-color: #b9bdc4;
    height: 100px;
}
#pagehead span {
    color: #ba3538;
    font-size: 30px;
    line-height: 102px;
    padding-left: 15px;
}
#pagehead #page_path {
    color: #303030;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
#pagehead #page_path a {
    color: #303030;
}
@media screen and (max-width:1118px) {
	#pagehead {
		width: 100%;
	}
}
@media screen and (max-width:820px) {
    #pagehead span {
        font-size: 24px;
        line-height: 70px;
        padding-left: 10px;
    }
    #pagehead #page_path {
        font-size: 13px;
    }
}
@media screen and (max-width:580px) {
    #pagehead #page_path {
        font-size: 12px;
        line-height: 18px;
    }
}




/*	for local Navi
==================================================*/
#localNavi {
    /*
	position: absolute;
	top: 0;
	right: 0;
    */
	width: 250px;
    position: sticky;
    top: 150px;
    align-self: flex-start;
    padding-top: 30px;
}
#localNavi #top {
	height: 10px;
	background-color: #ba3538;
}
#localNavi dl {
	list-style: none;
	position: relative;
}
#localNavi dl dt {
	background-color: #e6e6e6;
	border-bottom: 1px solid #FFFFFF;
	width: 250px;
}
#localNavi dl dt.act {
	background-color: #d8d8d8;
}
#localNavi dl dd {
	background-color: #d8d8d8;
	width: 250px;
	display: none;
}
#localNavi dl dd.last {
	border-bottom: 1px solid #FFFFFF;
}
#localNavi dl dt a {
	text-decoration: none;
	color: #303030;
	font-size: 14px;
	display: block;
	padding-left: 10px;
	height: 40px;
	line-height: 42px;
}
#localNavi dl dt.act a {
	color: #ba3538;
	font-weight: bold;
}
#localNavi dl dd a {
	text-decoration: none;
	color: #303030;
	font-size: 14px;
	display: block;
	padding-left: 23px;
	height: 36px;
	line-height: 38px;
	background-image: url(../imgs/mark_link_w.png);
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-position: 10px 12px;
}
#localNavi dl dd a.act {
	color: #ba3538;
	font-weight: bold;
}
#localNavi dl dt a:hover{
	color: white;
	background-color: #999999;
}
#localNavi dl dd a:hover{
	color: white;
	background-color: #999999;
}

#localNavi dl dt a span.sub {
	background-image: url(../imgs/bg_navi_sub_ln.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#localNavi dl dt a span.no {
	display: none;
}
@media screen and (max-width:920px) {
	#localNavi {
		position: static;
		width: 60%;
		margin-left: auto;
        margin-right: auto;
		margin-top: 10px;
	}
	#localNavi dl dt {
		width: 100%;
	}
	#localNavi dl dd {
		width: 100%;
	}
	#localNavi dl dt a {
		padding-left: 18px;
	}
	#localNavi dl dd a {
	padding-left: 35px;
	background-position: 21px 12px;
}
}
@media screen and (max-width:480px) {
	#localNavi {
		width: 80%;
	}
}



/*	for pageColumn
==================================================*/

#pageColumn {
    /*width: 100%;*/
    width: calc(100% - 280px);
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 25px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
}
@media screen and (max-width:1118px) {
	#pageColumn {
        /*
		padding-left: 1%;
        width: 98%;
        */
	}
}
@media screen and (max-width:920px) {
	#pageColumn {
        padding-left: 1%;
        width: 98%;
		padding-right: 1%;
	}
}
@media screen and (max-width:640px) {
	#pageColumn {
		padding-bottom: 10px;
	}
}
#pageColumn p {
	font-size: 15px;
	line-height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	text-align: left;
}
#pageColumn p.small {
    font-size: 13px;
    line-height: 25px;
}
#pageColumn p.right {
	text-align: right;
}
#pageColumn p.center {
    text-align: center;
}
#pageColumn p.link {
	line-height: 16px;
	margin-left: 7%;
	background-image: url(../imgs/mark_link.png);
	background-repeat: no-repeat;
	background-size: 13px 13px;
    background-position: 0 1px;
	padding-left: 19px;
	margin-bottom: 25px;
}

#pageColumn a.link_btn {
	color: white;
	font-size: 16px;
	display: block;
	background-color: #F7931E;
	text-decoration: none;
	text-align: center;
	height: 40px;
	line-height: 42px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}
#pageColumn h1 {
    color: #ba3538;
    font-size: 38px;
    font-weight: bold;
    line-height: 54px;
    margin-top: 3px;
    margin-bottom: 20px;
}
#pageColumn h2 {
    color: #ba3538;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
}
#pageColumn h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

@media screen and (max-width:800px) {
    #pageColumn h1 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 16px;
    }
    #pageColumn h2 {
        font-size: 22px;
        line-height: 33px;
    }
}
@media screen and (max-width:640px) {
	#pageColumn p {
		line-height: 25px;
		margin-left: 0;
	}
	#pageColumn .l_ind {
		margin-left: 10px;
	}
}
@media screen and (max-width:600px) {
	#pageColumn a.link_btn {
		font-size: 15px;
		width: 200px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:500px) {
    #pageColumn h1 {
        font-size: 28px;
        line-height: 40px;
    }
    #pageColumn h2 {
        font-size: 20px;
        line-height: 30px;
    }
	#pageColumn p.link {
		margin-left: 3%;
	}
}
@media screen and (max-width:400px) {
	#pageColumn .c_400 {
		display: none;
	}
}
@media screen and (max-width:374px) {
	#pageColumn span.c_375 {
		display: none;
	}
	#pageColumn a.link_btn {
		width: 260px;
	}
}


#pageColumn div.fig {		/*****/
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
    position: relative;
}
#pageColumn div.fig img {
    width: 100%;
}
#pageColumn div.fig img.w90 {
    width: 90%;
}
#pageColumn div.fig img.w80 {
    width: 80%;
}
#pageColumn div.fig img.w70 {
    width: 70%;
}
#pageColumn div.fig img.w60 {
    width: 60%;
}
@media screen and (max-width:520px) {
    #pageColumn div.fig img.w60,
    #pageColumn div.fig img.w70,
    #pageColumn div.fig img.w80,
    #pageColumn div.fig img.w90 {
        width: 100%;
    }
}

#pageColumn div.scroll_fig {
    margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
#pageColumn div.scroll_fig img {
    width: 100%;
}
#pageColumn p.c_scroll_fig_exp {
    display: none;
}
@media screen and (max-width:650px) {
    #pageColumn div.scroll_fig {
        overflow-x: scroll;
    }
    #pageColumn div.scroll_fig img {
        width: 630px;
    }
    #pageColumn p.c_scroll_fig_exp {
        display: block;
    }
}

#pageColumn ul {
	list-style:disc;
	margin-left: 46px;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 15px;
}
#pageColumn ol {
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 15px;
}
#pageColumn ol li {
	margin-bottom: 5px;
}
@media screen and (max-width:640px) {
	#pageColumn ul {
		margin-left: 34px;
		line-height: 25px;
	}
	#pageColumn ol {
		margin-left: 30px;
		line-height: 25px;
	}
}
#pageColumn img.f_right {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 26px;
	margin-bottom: 15px;
}
#pageColumn img.f_left {
	float: left;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 14px;
}
#pageColumn img.w30 {
	width: 30%;
}
#pageColumn img.w98 {
	width: 98%;
	margin-left: 1%;
	margin-bottom: 34px;
}
@media screen and (max-width:1000px) {
	#pageColumn img.w30 {
		width: 35%;
	}
}
@media screen and (max-width:580px) {
	#pageColumn img.w30 {
        float: none;
		width: 80%;
        margin-left: 10%;
	}
}
@media screen and (max-width:374px) {
	#pageColumn img.c_375 {
		display: none;
	}
}

#pageColumn ul.check_list {
    margin-bottom: 30px;
    list-style: none;
}
#pageColumn ul.check_list li {
    color: #C1272D;
    font-size: 18px;
    line-height: 27px;
    background-image: url("../imgs/mark_check.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 22px;
    margin-bottom: 10px;
}
@media screen and (max-width:780px) {
    #pageColumn ul.check_list {
        margin-left: 16px;
    }
    #pageColumn ul.check_list li {
        font-size: 16px;
        line-height: 25px;
    }
}

#pageColumn div.pic_flex2 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pageColumn div.pic_flex2 img {
    width: 49%;
    margin-bottom: 20px;
}
@media screen and (max-width:640px) {
    #pageColumn div.pic_flex2 img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

#pageColumn div.pic_flex3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
#pageColumn div.pic_flex3 img {
    width: 32.333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
}
@media screen and (max-width:640px) {
    #pageColumn div.pic_flex3 img {
        width: 49%;
    }
}
@media screen and (max-width:440px) {
    #pageColumn div.pic_flex3 img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

#pageColumn .s_gap {
	margin-bottom: 6px;
}
#pageColumn .m_gap {
	margin-bottom: 10px;
}
#pageColumn .l_gap {
	margin-bottom: 40px;
}
#pageColumn p.l_gap {
	margin-bottom: 40px;
}
#pageColumn .l_ind {
	margin-left: 20px;
}
#pageColumn .m_ind {
	margin-left: 40px;
}
@media screen and (max-width:640px) {
    #pageColumn .m_ind {
        margin-left: 20px;
    }
}

#pageColumn .p_end {
    background-color: #ECEEF8;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 15px;
    padding-bottom: 15px;
}
#pageColumn #inquire_btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pageColumn #inquire_btn a {
    color: white;
    font-size: 16px;
    background-color: #DC4833;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 52px;
}

#pageColumn #return_btn {
    text-align: center;
    margin-bottom: 40px;
}
#pageColumn #return_btn a {
    color: white;
    font-size: 16px;
    background-color: #4d73a4;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 52px;
}

.wrap_link {
    display: flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.wrap_link a {
    color: white;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    width: 180px;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #006E54;
    margin-bottom: 20px;
}

#pageColumn .reference {
    width: 100%;
    display:  flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}
#pageColumn .reference .head {
    color: white;
    font-size: 15px;
    width: 100px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1f5ba3;
}
#pageColumn .reference p {
    margin-bottom: 0;
    padding-left: 20px;
}
#pageColumn .reference ul {
    margin-bottom: 0;
}
#pageColumn .reference ul li {
    margin-bottom: 8px;
}

#pageColumn .douga {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	padding-top: 51%;
	margin-bottom: 40px;
}
#pageColumn .douga iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}




