@charset "UTF-8";
/* CSS Document */


a:hover{
	opacity: 1;
}
#tmp_honbun.wrap{
        max-width: 1500px;
}
.top_bg{
	border: none;
    background: url(../images/bg_header.png);
    background-repeat: repeat;
    padding-bottom: 1px;
    margin-bottom: 130px;
}

.pankuzu ul li{
        font-size: 1.6rem;
}
.pankuzu ul li a{
	color: #000;
}
.sns_btn_wp{
    margin-bottom: 60px;
}

.mokuji_area{
    border-radius: 0;
}

.h1bg{
    border-bottom: 6px solid #1D4763;
    background: url(../images/icon_h1.png);
	background-size: 56px;
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 76px;
    min-height: auto;
}
.h1bg:before,
.h1bg:after{
	content: none;
}

.h2bg, #kanren h2{
    border-radius: 0;
    background: url(../images/bg_header.png);
    padding: 0 0 12px;
    background-position: left bottom;
}
.h2bg h2, #kanren h2 > span{
    border: 1px solid #1d4763;
    border-radius: 0;
}
.partsstyle_h2{
    border: 1px solid #1d4763;
    border-radius: 0;
}
.partsstyle_h2:before{
    border-radius: 0;
    background: url(../images/bg_header.png);
    height: 12px;
    bottom: -12px;
    top: initial;
    background-position: left bottom;
}
.h3bg,
.partsstyle_h3{
    background: #E6F0F4;
    border-bottom: 0;
    border-left: 4px solid #1d4763;
}
.h4bg,
.partsstyle_h4{
    padding-left: 16px;
}
.h4bg:before,
.partsstyle_h4:before{
    content: "";
        top: 6px;
    width: 6px;
    height: 16px;
    background: #1d4763;
}
.h5bg h5,
.partsstyle_h5{
    color: #1d4763;
    border-top: 1px solid #1d4763;
    border-bottom: 1px solid #1d4763;
    padding: 4px 0;
}
.h6bg h6,
.partsstyle_h6{
    color: #1d4763;
}
.main-inner table caption, table.parts_table caption{
    color: #1d4763;
}
.main-inner table th, table.parts_table th{
    background-color: #243146;
    color: #fff;
}
@media screen and (max-width : 1023px) {
	.h1bg{
    background-size: 36px;
    padding-left: 50px;
	}
}

#contact .tit, #contact h2{
    background: #E6F0F4;
    color: #000;
    border-bottom: 4px solid #243146;
    border-radius: 0;
    padding: 10px 20px;
}
#contact p, #contact .txt{
	background: #fff;
    padding: 10px;
}

#feedback legend{
    background: #243146;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
#feedback legend:before{
	content: none;
}
#feedback_box .submitbox [type="button"]{
    background-color: #243146;
}
#feedback_box .submitbox [type="button"]:hover{
	opacity: 1;
    background-color: #080c14;
	text-decoration: underline;
}

/*header*/
#gnav_btn{
    display: none;
}
.gnav_wrap .head_right,
.funclink_sitetop,
.gnav .btn_navclose{
    display: none;
}
.header_nuv{
	display: none;
}
.header_inner{
	max-width: none;
        padding: 20px 40px;
}
.header .header_logo{
	width: auto;
        max-width: 547px;
}
.header_links{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.header_links .site_search{
    display: flex;
    align-items: center;
}
.header_links .site_search .serach_title{
	color: #fff;
    margin-right: 1em;
}
.header_links .func_pc,
.header_links .lang_pc,
.header_links .top_pc{
    margin-left: 3em;
}
.header_links .func_pc a:hover span,
.header_links .lang_pc a:hover span{
	text-decoration: underline;
}
.header_links .func_pc a span,
.header_links .lang_pc a span{
	color: #fff;
}
.header_links .top_pc img{
	max-width: 150px;
}
.header_links .row02{
    width: 100%;
    margin-top: 1em;
}
.header_links .row02 ul{
    display: flex;
    justify-content: flex-end;
}
.header_links .row02 ul li + li{
	margin-left: 5em;
}
.header_links .row02 ul a{
	color: #fff;
}
.header_links .row02 ul a:hover{
	text-decoration: underline;
}
.top_search_box{
	border: none;
        border-radius: 100px;
        max-width: 230px;
}
.header .top_search_box .btn.search_field{
    border-radius: 100px 0 0 100px;
}
.header .top_search_box .btn:last-child, .header .top_search_box .btn.search_btn{
    border-radius: 0 100px 100px 0;
}
.header .top_search_box .btn:last-child span, .header .top_search_box .btn.search_btn span{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width : 1480px) {
	.header .header_logo{
    max-width: 400px;
	}
}
@media screen and (max-width : 1300px) {
	.header .header_logo{
    max-width: 310px;
	}
	.header_links .func_pc, .header_links .lang_pc, .header_links .top_pc{
    margin-left: 1.5em;
	}
}
@media screen and (max-width : 1023px) {
	.top_bg{
    padding-bottom: 0;
    margin-bottom: 0;
	}
	.header_inner{
    padding: 20px 15px;
	}
	.header .header_logo{
    max-width: 260px;
	}
	.header_links{
    display: none;
	}
}

.gnav_wrap{
    margin-bottom: -88px;
}
#globalNav-pc{
    width: 100%;
    max-width: 1200px;
        padding: 0 15px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    align-items: stretch;
}
#globalNav-pc li{
    width: calc(100% / 6);
}
#globalNav-pc li a{
	background: #fff;
	border: 4px solid #1D4763;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
    padding: 20px 4px;
}
#globalNav-pc li a .icon img{
	height: 58px;
	width: auto;
}
#globalNav-pc li a .name{
    display: flex;
    flex-grow: 1;
    align-items: center;
}
@media screen and (max-width : 1023px) {
	.gnav .search_inner{
    padding: 10px 15px;
	}
	.gnav .search_inner .top_search_box{
    max-width: none;
        border: 2px solid #1d4763;
	}
	.top_search_box .btn.search_field{
    width: calc(100% - 42px);
        padding: 6px;
	}
	.top_search_box .btn:last-child{
        background: none;
    width: 42px;
	}
	.top_search_box .btn:last-child img{
		max-width: 21px;
	}
	.funclink_wrap{
    padding: 0 15px;
    margin-bottom: 20px;
	}
	.funclink_wrap a{
    text-align: center;
    display: block;
    color: #000;
    border: 2px solid #1d4763;
    border-radius: 100px;
        text-decoration: none;
    padding: 6px;
	}
	.funclink_sitetop{
    text-align: center;
    margin-top: 20px;
	}
	.funclink_sitetop img{
    max-width: 150px;
	}
	.btn_navclose{
		padding: 0 15px;
		margin-top: 20px;
    text-align: center;
	}
	.btn_navclose a{
    background: #1d4763;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 200px;
    display: inline-block;
    padding: 6px 0;
	}
    #gnav_btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
    }
    #gnav_btn .nav_open {
        display: block;
    }
    #gnav_btn .nav_close {
        display: none;
    }
    #gnav_btn.open .nav_open {
        display: none;
    }
    #gnav_btn.open .nav_close {
        display: block;
    }
    .gnav_wrap {
        display: none;
        background: #fff;
        border-bottom: 1px solid #ccc;
        margin: 0;
		margin-top: 0 !important;
    }
    .gnav_wrap.active {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 999;
        padding-bottom: 16px;
    }
	.gnav_wrap .head_right, .funclink_sitetop, .gnav .btn_navclose{
    display: block;
	}
	#globalNav-pc{
    flex-direction: column;
    gap: 18px;
	}
	#globalNav-pc li{
    width: 100%;
	}
	#globalNav-pc li a{
    flex-direction: row;
    font-size: 1.6rem;
    padding: 14px 4px;
    justify-content: center;
	}
	#globalNav-pc li a .icon img{
    height: 30px;
	}
	#globalNav-pc li a .name br{
		display: none;
	}
	#globalNav-pc li a .name{
    flex-grow: initial;
        margin-left: 1.5rem;
	}
}

/*footer*/
.foot-wrap{
	background: none;
}
footer .moushikomi_area{
    background: url("../images/bg_footer_moushikomi.png");
	background-size: cover;
	background-position: center;
}
footer .moushikomi_inner{
	width: 100%;
	max-width: 1200px;
	padding: 100px 15px;
	margin: 0 auto;
}
footer .moushikomi_area h2{
	text-align: center;
}
footer .moushikomi_area h2 span{
	font-size: 4.0rem;
	padding: 0 76px;
    background: url("../images/icon_h1.png"), url("../images/icon_h1.png");
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: 56px;
    font-weight: bold;
}
footer .moushikomi_area .moushikomi_wrap{
	display: flex;
    gap: 130px;
}
footer .moushikomi_area .moushikomi_wrap .left,
footer .moushikomi_area .moushikomi_wrap .right{
	margin-top: 100px;
    width: calc(50% - 65px);
}
footer .moushikomi_area .moushikomi_wrap h3{
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
footer .moushikomi_area .moushikomi_wrap .left h3 span{
    background: url("../images/icon_moushikomi01.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 56px;
}
footer .moushikomi_area .moushikomi_wrap .right h3 span{
    background: url("../images/icon_moushikomi02.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 56px;
}
footer .moushikomi_area .moushikomi_wrap .left ul{
	display: flex;
    flex-wrap: wrap;
	gap: 14px 20px; 
}
footer .moushikomi_area .moushikomi_wrap .left ul li{
	width: calc(50% - 10px);
}
footer .moushikomi_area .moushikomi_wrap .left ul li a{
	display: block;
	background: #fff;
    padding: 8px;
    text-align: center;
}
footer .moushikomi_area .moushikomi_wrap .left ul li a:hover{
	text-decoration: underline;
}
footer .moushikomi_area .moushikomi_wrap .left ul li a img{
	max-width: 12px;
	margin-left: 6px;
    margin-bottom: 4px;
}
footer .moushikomi_area .moushikomi_wrap .right p{
	text-align: center;
}
footer .moushikomi_area .moushikomi_wrap .right a{
	background: #fff;
	text-align: center;
    display: block;
    padding: 8px;
    margin-top: 30px;
}
footer .moushikomi_area .moushikomi_wrap .right a:hover{
	text-decoration: underline;
}
.footer_content{
	background: #243146 url("../images/footer_line.png");
	background-repeat: repeat-x;
	background-size: auto 15px;
    padding: 45px 0 30px;
}
.footer_content_inner{
	width: 100%;
	max-width: 1500px;
	padding: 0 15px;
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_content .footer_logo{
    margin-right: 70px;
}
.footer_content .footer_logo img{
	max-width: 216px;
}
.footer_content .footer_txts p{
	color: #fff;
    margin-bottom: 1em;
}
.footer_content .footer_txts .name{
    font-size: 2.4rem;
    font-weight: bold;
}
.footer_content .footer_txts .bold{
    font-weight: bold;
}
.footer_content .footer_txts .copy_txt{
	margin-bottom: 0;
}
#bnr_kifu{
    position: fixed;
    top: 20vh;
    right: 0;
    z-index: 150;
}
#bnr_kifu img{
	max-width: 60px;
}
@media screen and (max-width : 1023px) {
	footer .moushikomi_inner{
    padding: 60px 15px;
	}
	footer .moushikomi_area .moushikomi_wrap{
    flex-direction: column;
    gap: 20px;
	}
	footer .moushikomi_area .moushikomi_wrap .left, footer .moushikomi_area .moushikomi_wrap .right{
		width: 100%;
        margin-top: 40px;
	}
	footer .moushikomi_area h2 span{
    font-size: 2.0rem;
    background-size: 30px;
    padding: 0 46px;
	}
	footer .moushikomi_area .moushikomi_wrap h3{
    font-size: 1.8rem;
	}
	footer .moushikomi_area .moushikomi_wrap .left h3 span{
    background-size: 28px auto;
    padding-left: 38px;
	}
	footer .moushikomi_area .moushikomi_wrap .right h3 span{
    background-size: 28px auto;
    padding-left: 38px;
	}
	footer .moushikomi_area .moushikomi_wrap .right a{
    max-width: 420px;
    margin: 30px auto 0;
	}
	.footer_content_inner{
    flex-direction: column;
	}
	.footer_content .footer_logo{
    margin-right: 0;
        margin-bottom: 20px;
	}
	.footer_content .footer_logo img{
    max-width: 160px;
	}
	.footer_content .footer_txts .name{
    font-size: 1.8rem;
	}
	#bnr_kifu{
        top: initial;
        bottom: 0;
	}
#bnr_kifu img{
    max-width: 40px;
}
	#page_top{
    bottom: 170px;
	}
}

#page_top{
    bottom: 170px;
}
@media (min-width: 1024px) {
    #page_top {
        bottom: 140px;
    }
}