@charset "utf-8";

/*-------------------------------------------

    Box

-------------------------------------------*/
/*
3-Line
-------------------------*/
.col_3_box01{
	display: flex;
	justify-content: space-between;
}
.col_3_box01 .col_3_item01{
	width: 325px;
}
.col_3_box01 .col_3_item01 h3{
    background: #e0e3ea;
    text-align: center;
    color: #293765;
    padding: 15px 0;
    margin: 0 0 10px;
    border-radius: 6px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.col_3_box01 .col_3_item01 h3 a{
    color: #293765;
}
.col_3_box01 .col_3_item01 b{
	display: block;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: bold;
	color: #293765;
	margin: 10px 10px;
}
.col_3_box01 .col_3_item01 p{
	display: block;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: justify;
	margin: 0 10px;
}

/*-------------------------------------------

    Header

-------------------------------------------*/
header{
    background: #fff;
    padding: 20px 0 10px;
    border-top: solid 4px #263668;
}
header .hd_box01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 20px;
}
header .logo{
	max-width: 350px;
}
header .hd_cv{
	display: flex;
	align-items: center;
}
header .hd_cv .tel{
	display: block;
	width: 242px;
}
header .member a{
    background: #293765;
    display: block;
    color: #fff;
    border-radius: 9px;
    font-weight: 700;
    padding: 15px 20px;
    margin: 0 10px 0 20px;
}
header .siryo a{
    background: url(../images/ico01.png) no-repeat 15px center #cbb75e;
    background-size: 18px;
    display: block;
    color: #fff;
    border-radius: 9px;
    font-weight: 700;
    padding: 15px 20px 15px 40px;
}


/*-------------------------------------------

    G-nav

-------------------------------------------*/
#g_nav ul{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border-right: solid 1px #ced5e7;
}
#g_nav ul li{
    width: 16.6666666667%;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #ced5e7;
}
#g_nav ul li a{
	color: #293765;
    font-size: 1.09rem;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    padding: 15px 0;
}
#g_nav ul li a img{
	max-width: 66px;
	display: block;
	margin: 0 auto 15px;
}
#g_nav ul li a span{
	display: block;
	font-size: 1rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    transform: scale(0.7);
    transform-origin: center;
}

/*-------------------------------------------

    Footer

-------------------------------------------*/
footer{
	background: #293765;
	padding: 50px 0;
	color: #fff;
}
footer .inner{
	display: flex;
	justify-content: space-between;
	position: relative;
}
footer .ft_left{
	width: 60%;
}
footer .ft_left dl{
	margin: 0 0 25px;
}
footer .ft_left dt{
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	margin: 0 0 10px;
}
footer .ft_left dd{
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	line-height: 1.7;
}
footer .ft_left ul li{
	display: inline-block;
	vertical-align: middle;
}
footer .ft_left ul li a{
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: solid 1px #fff;
}
footer .ft_left ul li:last-child a{
	border-right: none;
}

footer .ft_right a{
    background: url(../images/ft_tel.png) no-repeat left 16px;
    background-size: 30px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2.7rem;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}
footer .ft_right a span{
	display: block;
	font-size: 1.3rem;
	margin: 0 0 4px;
}

footer .copy{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1rem;
	max-width: 40%;
}




@media screen and (min-width:320px) and ( max-width: 767px) {
/*-------------------------------------------

    Box

-------------------------------------------*/
/*
3-Line
-------------------------*/
.col_3_box01{
	display: block;
	justify-content: space-between;
}
.col_3_box01 .col_3_item01{
	width: 100%;
	margin: 30px 0 0;
}
.col_3_box01 .col_3_item01 h3{
    background: #e0e3ea;
    text-align: center;
    color: #293765;
    padding: 15px 0;
    margin: 0 0 10px;
    border-radius: 6px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.col_3_box01 .col_3_item01 b{
	display: block;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: bold;
	color: #293765;
	margin: 10px 10px;
}
.col_3_box01 .col_3_item01 p{
	display: block;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: justify;
	margin: 0 10px;
}

/*-------------------------------------------

    Header

-------------------------------------------*/
header{
    background: #fff;
    padding: 10px 0 0;
    border-top: solid 4px #263668;
    z-index: 2;
    position: relative;
}
header .hd_box01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 14px;
}
header .logo{
	max-width: 150px;
	min-height: 22px;
	margin: 0 0 0 15px;
}
header .hd_cv{
	display: block;
}
header .hd_cv .tel {
    display: block;
    width: 102px;
    margin: 0 60px 0 10px;
}
header .member a{
    display: none;
}
header .siryo a{
    display: none;
}

#sp-menu{
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/sp_menu.png) no-repeat center #263768;
    width: 50px;
    height: 48px;
}

.sp_box ul{
	display: none;
}
.sp_box ul li{
    background: #263768;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 1px #38519a;
}
.sp_box ul.child li:last-child{
    border-bottom: none;
}
.sp_box ul.child li{
	background: #fff;
	color: #263768;
	border-bottom: solid 1px #c5c5c5;
}
.sp_box ul.child li a{
	background: url(../images/common/arrow1.png) no-repeat 95% center;
	background-size: 12px;
	font-weight: normal;
	color: #313131;
}
.sp_box ul li span{
    background: url(../images/open.png) 95% center no-repeat;
    background-size: 14px;
    display: block;
    padding: 15px;
}
.sp_box ul li span.active{
    background: url(../images/close.png) 95% center no-repeat;
    background-size: 14px;
    display: block;
    padding: 15px;
}
.sp_box ul li a{
   color: #fff;
   padding: 15px;
   display: block;
}
.sp_box ul li a.arrow{
	background: url(../images/common/arrow.png) no-repeat 95% center;
	background-size: 16px;
}

/*-------------------------------------------

    G-nav

-------------------------------------------*/
/*
#g_nav ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border-right: solid 1px #ced5e7;
	border-bottom: solid 1px #ced5e7;
}
#g_nav ul li {
    width: 33.3333333%;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #ced5e7;
    border-top: solid 1px #ced5e7;
}*/
#g_nav ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border-right: solid 1px #ced5e7;
	border-top: solid 1px #ced5e7;
}
#g_nav ul li {
    width: 33.3333333%;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #ced5e7;
    border-bottom: solid 1px #ced5e7;
}
#g_nav ul .last-right {
    width: calc(33.3333333% + 1px);
    border-right: solid 1px #ced5e7;
}

#g_nav ul li a{
	color: #293765;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	font-size: 1rem;
	line-height: 1.5;
    letter-spacing: 1px;
}
#g_nav ul li a img{
	display: none;
}
#g_nav ul li a span{
	display: none;
}


/*-------------------------------------------

    Footer

-------------------------------------------*/
footer {
    background: #293765;
    padding: 40px 0 20px;
    color: #fff;
}
footer .inner{
	display: block;
}
footer .ft_left{
	width: 100%;
	text-align: center;
}
footer .ft_left dl{
	margin: 0 0 25px;
}
footer .ft_left dt{
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	margin: 0 0 10px;
}
footer .ft_left dd{
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	line-height: 1.7;
}
footer .ft_left dd a{
    color: #fff;
}
footer .ft_left ul li{
	display: block;
	vertical-align: middle;
	text-align: left;
}
footer .ft_left ul li a{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 15px;
    margin: 0;
    border-right: none;
    background: url(../images/common/arrow2.png) no-repeat 95% center #1d274a;
    background-size: 14px;
    display: block;
    border-bottom: dashed 1px #2e3b69;
}
footer .ft_left ul li:last-child a{
	border-right: none;
	border-bottom: none;
}

footer .ft_right{
    text-align: center;
    margin: 40px 0 20px;
}
footer .ft_right a{
    background: url(../images/ft_tel.png) no-repeat left 14px;
    background-size: 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0 0 0 26px;
    text-align: left;
    box-sizing: border-box;
    width: 220px;
}
footer .ft_right a span{
	display: block;
	font-size: 1rem;
	margin: 0 0 4px;
}

footer .copy{
    position: static;
    right: 0;
    bottom: 0;
    line-height: 1.4;
    font-size: 1rem;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
}
}
