@charset "utf-8";



/* タイトル */
#header h2.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	font-size: 35px;
	font-family: 'Times New Roman', Times, serif;
	color: #FFF;
}
#header h2.title span {
	font-size: 28px;
}
#header h1.title a,a:hover,a:visited {
	color: inherit;
}

/* menu */
#menu {
    display: none;
}

/* top greeting */
@media print, screen and (min-width:769px){
    #top_ttl_mbl .sp {
        display: none;
    }
    #top_ttl_mbl .c_name {
        display: none;
    }
    #top_ttl_mbl txt.eng {	
        font-size: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: rgb(100, 248, 241);
    }
    #top_ttl_mbl .c_name span {
        font-size: 40px;
    }
    #footer_mbl .footer_in .box_flex .box dd .sp_mbl {
        display: none;
    }
}

/* 業務内容  */
#msg .msg .title_mbl {
    font-size: 25px;
	font-weight: 600;
	color: #00a;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#msg .title_mbl span {
	font-size: 25px;
}
#msg .msg .txt2 {
    line-height: 1.2em;
}

/* footer */
#footer_mbl {
    background-color: #00a;
}
#footer_mbl .footer_in {
    background: url("../img/bg_footer_mbl.webp")  no-repeat center /cover; ;
}
#footer_mbl .footer_in .box_flex {
	padding: 100px 0;
	width: 1100px;
	margin: 0 auto;
}

#footer_mbl .footer_in .box_flex .box, #footer .footer_in .box_flex .contact {
	width: 49.5%;
}
#footer_mbl .footer_in .box_flex .box {
	border-radius: 20px;
	color: #fff;
	padding: 30px 0;
}
#footer_mbl .footer_in .box_flex .box dt {
	margin-bottom: 3px;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer_mbl .footer_in .box_flex .box dt.serif_mbl a {
	font-size: 40px;    
	color: #fff;
    font-weight: 600    
}
#footer_mbl .footer_in .box_flex .box dt a span {
    font-size: 30px;
}
#footer_mbl .footer_in .box_flex .box dt.ing_mbl {
    text-align: right;
	font-size: 30px;
	color: #e4f2ad;
    font-family: Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 0px;
    margin-right: 4em;
    line-height: 1em;
}
#footer_mbl .footer_in .box_flex .box dd .pc_mbl {
    font-size: 20px;
}


#footer_mbl .contact .txt_mbl {
    font-size: 20px;
    color: #fff;
    margin-top: 3em;
    margin-left: 3em;
}
#footer_mbl .contact .txt_mbl2 {
    font-size: 20px;
    color: aqua;
    margin-left: 3em;
}
/* footer お問い合わせ */
#footer_mbl .contact {
	border-radius: 20px;
	/* background-color:rgba(255,255,255,.5); */
	padding: 50px 0;
}
#footer_mbl .contact .txt {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	/* margin-bottom: 15px; */
	margin-top: 7em;
}
#footer_mbl .contact .txt span {
	font-size: 20px;
	color: #e4f2ad;
	text-align: center;
	margin-bottom: 15px;
}
#footer_mbl .contact .btn {
	text-align: center;
	margin-top: 2em;
}
#footer_mbl .contact .btn a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 7px 25px;
	width: 370px;
	line-height: 72px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	/* background-color:rgba(0,102,0,6); */
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	box-shadow : 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#footer_mbl .contact .btn img {
	width: 24px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#footer_mbl .contact .btn a {
	width: 250px;
	line-height: 40px;
}
/* コピーライト */
#copyright {
	height: 52px;
	font-size: 12px;
	line-height: 52px;
	color: #fff;
	text-align: center;
    margin-bottom: 0em;
}

/* tablet */
@media only screen and (max-width: 768px) and (min-width: 641px){

    #wrap, #footer_mbl {
		min-width: 320px;
	}

    /* タイトル */
    #header h2.title {
	    height: 100%;
	    /* 縦方向中央揃え */
	    display: flex;
	    align-items: center;
	    vertical-align: middle;
	    justify-content: center;
	    font-size: 25px;
	    font-family: 'Times New Roman', Times, serif;
	    color: #FFF;
    }
    #header h2.title span {
	    font-size: 20px;
    }
    #top_ttl_mbl {
		width: 100%;
	}

    #top_ttl_mbl .sp {
        display: none;
    }
    
    #top_ttl_mbl .c_name {
        display: none;
	}
    #top_ttl_mbl txt.eng {	
        display: none;
    }
    #msg .msg .txt2 {
        margin-top: -1em;
        line-height: normal;
    }
    #footer_mbl .footer_in {
	    background: url("../img/bg_footer_mbl_sp.webp") no-repeat center /cover;
    }
    #footer_mbl .footer_in .box_flex .box, #footer_mbl .footer_in .box_flex .contact {
        width: 100%;
    }
    #footer_mbl .footer_in .box_flex {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		display: block;
	}
    #footer_mbl .footer_in .box_flex .sp_mbl {
        display: none;
    }
    #footer_mbl .footer_in .box_flex .serif_mbl {
        margin-left: 100px;
    }
    #footer_mbl .footer_in .box_flex .box dd .pc_mbl {
        font-size: 25px;
        margin-left: 5em;
    }
    #footer_mbl .contact .txt_mbl {
        margin-left: 4em;
        font-size: 25px;
    }
    #footer_mbl .contact .txt_mbl2 {
        margin-left: 4em;
        font-size: 25px;
    }
}

/* smart phone */
@media only screen and (max-width: 640px){
    /* タイトル */
    #header h2.title {
        height: 100%;
        /* 縦方向中央揃え */
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        font-size: 18px;
        font-family: 'Times New Roman', Times, serif;
        color: #FFF;
    }
    #header h2.title span {
        font-size: 13px;
    }
    
    #top_ttl_mbl {
		width: 100%;
	}

    #top_ttl_mbl .pc {
        display: none;
    }
    /* #top_ttl_mbl img {
        display: none;
    } */
    
    #top_ttl_mbl .c_name {
        display: none;
	}
    #top_ttl_mbl txt.eng {	
        display: none;
    }
    
    #msg .msg .title_mbl {
        font-size: 20px;
        font-weight: 600;
        margin-top: -150px;
    }
    #msg .msg .title_mbl span {
        font-size: 18px;
    }
    #msg .msg .txt2 {
        margin-top: -1em;
        line-height: normal;
    }

    /* footer */
    #footer_mbl {
	    background: #0558f3;
    }
    #footer_mbl .footer_in {
	    background: url("../img/bg_footer_mbl_sp.webp") no-repeat center /cover;
    }
    #footer_mbl .footer_in .box_flex {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		display: block;
	}
    #footer_mbl .footer_in .box_flex .box, #footer_mbl .footer_in .box_flex .contact {
        width: 100%;
    }
    #footer_mbl .footer_in .box_flex .box dt.serif_mbl a {
		font-size: 28px;
	}
    #footer_mbl .footer_in .box_flex .box dt.serif_mbl a span {
		font-size: 22px;
	}
    #footer_mbl .footer_in .box_flex .box dt.ing_mbl {
        font-size: 22px;
    }
    #footer_mbl .footer_in .box_flex .pc_mbl {
        display: none;
    }
    #footer_mbl .footer_in .box_flex .sp_mbl {
        font-size: 20px;
        color: #FFF;
        margin-left: 1em;
    }
    #footer_mbl .contact .txt_mbl {
        font-size: 15px;
        margin-left: 0em;
    }
    #footer_mbl .contact .txt_mbl2 {
        margin-left: 0em;
        font-size: 15px;
    }
    #footer_mbl .contact {
		padding: 15px 0;
	}
    #footer_mbl .contact .btn a {
		width: 60%;
		font-size: 20px;
	}
}

/* map */
#map .mbl {
    margin-bottom: 2em;
}


/* footer */
#footer .footer_in {
	background: url("../img/bg_footer_mbl.webp") no-repeat center /cover;
}
#footer .footer_in .in_mbl {
    text-align: left;
}
#footer .footer_in .in_mbl .ing {
    text-align: right;
    padding-right: 2.5em;
}
#footer .dsp_hp {
    display: none;
}


