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

html,
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'M PLUS 1p', sans-serif;
	color: #404040;
}

@media (max-width: 750px){

body {
    background-color: #FFF7EB;
	font-size: 12px;
}

header {
	display: flex;
	background: #2C2374;
	height: 50px;
}

.header_mark {
    width: 25px;
    margin-left: 10px;
    margin-top: 6px;
}

.header_logo {
    display: none;
}
	
.header_tel_text {
    color: #FFFFFF;
    margin-left: 10px;
	font-family: 'Jost', sans-serif;
    text-decoration: none;
    font-size: 12px;
	line-height: 50px;
}

.menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
	align-items: center;
	z-index: 80;
    background-color: #2C2374;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255,255,255,0.00);
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 100%;
    z-index: 80;
    background-color: #FFF7EB;
    transition: all 0.5s;
}

.menu-content ul {
    padding: 0px 0px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #707070;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    box-sizing: border-box;
    text-decoration: none;
    padding: 7px 20px 9px 15px;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4D4D4D;
    border-right: solid 2px #4D4D4D;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 13px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

nav {
	display: none;
}

.title_ber_1 {
    height: 30px;
    background: #F29425;
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 30px;
	color: #FFFFFF;
	font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
	padding-left: 6px;
    border-left: 5px solid #2C2374;
}

.title_ber_2 {
    height: 22px;
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 4px;
	color: #2C2374;
	font-size: 14px;
	font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #2C2374;
}

.title_ber_3 {
    height: 22px;
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 4px;
	color: #2C2374;
	font-size: 14px;
	font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #2C2374;
}

.text_1 {
	font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}

footer {
	background: #2C2374;
	height: 120px;
	text-align: center;
	margin-top: 30px;
}
	

.footer_logo {
	display: block;
    width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;

}

.logo_1 {
	display: inline;
    width: 45px;
    height: 45px;
    margin-top: 14px;
    margin-right: 10px;
}

.logo_2 {
	display: inline;
    width: 45px;
    height: 45px;
}

.logo_3 {
	display: inline;
    width: 45px;
    height: 45px;
    margin-left: 10px;}

.footer_text {
    color: #9691ba;
    font-size: 11px;
	margin-top: 5px;
}

}

@media (min-width: 750px){
	
body {
    background-color: #FFF7EB;
}

header {
	display: flex;
	background: #2C2374;
	height: 60px;
}

.header_mark {
	display: none;
}

.header_logo {
	position: absolute;
    left: 3%;
	width: 350px;
	margin-top: 13px;
}
	
.header_tel_text {
	position: absolute;
    right: 3%;
    display: flex;
	color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
    text-align: right;	
}

.hamburger-menu {
    display: none;
}

nav {
	width: 95%;
	max-width: 1200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: grid;
	grid-template-areas: 
		"navilist_a navilist_b navilist_c navilist_d navilist_e navilist_g";
	grid-auto-columns: 16.25%;
	grid-gap: 0.5%;
}

.navilist_a {
	grid-area: navilist_a;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_a:hover{
	color: #ffffff;
	background-color: #2C2374;
}

.navilist_b {
	grid-area: navilist_b;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_b:hover{
	color: #ffffff;
	background-color: #2C2374;
}

.navilist_c {
	grid-area: navilist_c;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_c:hover{
	color: #ffffff;
	background-color: #2C2374;
}

.navilist_d {
	grid-area: navilist_d;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_e {
	grid-area: navilist_e;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_e:hover{
	color: #ffffff;
	background-color: #2C2374;
}

.navilist_f {
	grid-area: navilist_f;
	display: block;
	height: 46px;
	font-size: 18px;
	color: #2C2374;
	line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #2C2374;
    border-radius: 6px;
}

.navilist_f:hover{
	color: #ffffff;
	background-color: #2C2374;
}

main {
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.title_ber_1 {
    height: 46px;
    background: #F29425;
	margin-top: 50px;
	color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    line-height: 46px;
	padding-left: 6px;
    border-left: 10px solid #2C2374;
}
	
.title_ber_2 {
    height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #2C2374;
	font-weight: 600;
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
	border-bottom-color: #2C2374;
    border-bottom-style: solid;
	border-bottom-width: 2px;
}

.title_ber_3 {
    height: 35px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #2C2374;
	font-weight: 600;
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
	border-bottom-color: #2C2374;
    border-bottom-style: solid;
	border-bottom-width: 2px;
}

.text_1 {
	font-size: 15px;
	font-weight: 400;
    line-height: 25px;
}

footer {
	text-align: center;
	background: #2C2374;
	height: 165px;
	margin-top: 50px;
}

.footer_logo {
	width: 400px;
	margin-top: 10px;
}

.logo_1 {
	display: inline;
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-right: 10px;
}

.logo_2 {
	display: inline;
    width: 50px;
    height: 50px;
}

.logo_3 {
	display: inline;
    width: 50px;
    height: 50px;
    margin-left: 10px;}

.footer_text {
    color: #9691ba;
    font-size: 11px;
	margin-top: 10px;
}
	
}
