@charset "utf-8";
/* CSS Document */
.pc {
display: block;
margin: 0 auto;
}
.sp {
display: none !important;
}

@media screen and (max-width: 800px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
body {
min-width: 100%;
-webkit-text-size-adjust: 100%;
font-size: 110%;
}
img {
max-width: 100%;
vertical-align: middle;
height: auto;
}
html, body {
-webkit-text-size-adjust: none;
}
.t_01 ul li,
.t_02_box2 li,
.t_011 ul li,
.link_btn li,
.footer_logo,
input, textarea{
	width: 100%;
}
.w_box,
.main_box,
.img3,
.top .mv_item,
.table_set,
.t_under,
.form_p,
.form_btn_under{
	width: 90%;
}
.t_01 ul li,
.t_02_box ul,
.t_02_box2 li,
.t_011 ul li,
.list_box_txt,
.link_btn li,
.img3 li,
.t_under li{
	margin-bottom: 30px;
}
.list_box li,
.t_02_box,
.t_01 ul,
.t_02_box2,
.t_011 ul,
.link_btn,
.img3,
.t_under,
footer .footer_contents ul,
.form_btn_under{
	display: block;
}
.header_tel {
    display: none;
}

.header_link--sp img{
	display: block;
	margin-inline: auto;
	display: block;
}


.header_link {
    display: none;
}



.tel_box {
	width: 90%;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top:10px;

}

.tel_box ul {
	display: flex;
	justify-content: space-between;
}

.tel_box ul li {
	width: 50%;
}


.two_box {
	width: 100%;
	flex-wrap: wrap;
}
.list_box_img {
    width: 100%;
    margin: 0 !important;
}
.list_box_img img {
	width: 100%;
	height: auto;
}
.list_box li:first-child .list_box_img {
    min-width: 100%;
}
.two_img {
    order: 2;
    width: 100%;
    margin-left: 0;
	margin-bottom: 30px;
}
header h1 p {
    font-size: 12px;
    line-height: 18px;
}
header h1 {
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
}
.top .mv_item {
	top: 50%;
}
.mv_txt {
	text-align: center;
	padding: 30px 0;
}
.b_title {
    padding: 20px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #00b7ef;
    line-height: 36px;
}
.t_01 {
    padding: 50px 0 100px;
}
}
.t_011 {
    padding: 50px 0 100px;
}
.t_01_txt {
	height: auto;
}
.t_011_txt {
	height: auto;
}
nav ul {
	flex-wrap: wrap;
	padding-bottom: 10px;
}
nav ul li {
	width: 50%;
}
nav ul li a {
	border-left: none;
	font-size: 3.9vw;
    padding: 10px;
	margin-bottom: 10px;
}
.s2 {
    width: 100%;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    background: #f4f5f7;
    margin-top: -90px;
}
.t_02_box li {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0 10px;
    position: relative;
    padding-left: 70px;
    text-indent: -1em;
}
.t_02_box li:before {
    content: "";
    background: url(../image/top_07.png);
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.s_title {
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-weight: 900;
}
.s_title:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    display: block;
    background: #00b7ef;
    bottom: -25px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
}
.mb_60 {
    margin-bottom: 30px !important;
}
.fs_30 {
    font-size: 24px !important;
    line-height: 36px;
}
.fs_36 {
    font-size: 26px !important;
    line-height: 36px;
}
.w_box {
    padding: 30px 15px;
    font-size: 20px;
    line-height: 28px;
    background: #fff;
    box-shadow: 15px 15px 0 rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}
section {
    padding: 150px 0 180px;
}
#staff,
#greeting,
#information,
#bosyu,
#company{
	position: relative;
	top: -50px;
}
.t_03,
.t_03 .s2,
.s3,
.t_05{
	padding-top: 30px;
}
.list_box_txt h2, .two_title {
    margin: 20px 15px 0;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    line-height: 36px;
}
.list_box_txt h2:before, .two_title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 40px;
    display: inline-block;
    background: #61ff61;
    left: -15px;
    top: 0;
}
th,td {
	display: block;
	width: 100%;
}
th {
	border-bottom: none !important;
	padding: 15px 0 0;
	text-align: center;
}
td {
	padding: 15px;
}
.p_txt {
    text-align: center;
    font-size: 21px !important;
    color: #ff4747;
    font-weight: bold;
    margin: 30px 0;
}
.lb3:before {
    background: #9628ff;
}
.footer_logo {
	text-align: center;
	margin-bottom: 30px;
}
.mv2_2 {
    width: 80%;
    height: auto;
    display: block;
    margin: 40px auto 20px;
}
.mv2 p {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}
.under section {
    padding: 30px 0 100px;
}
.under .s2_in {
	padding: 150px 0;
}
.t_under {
	margin: 50px auto 80px;
}
.under #greeting {
	top: 0;
}
.under .s3 {
	padding-top: 0;
}
input[type="submit"] {
	width: 60%;
	font-size: 4vw;
}

/*------------------------------------------------------------
追尾ナビ
-------------------------------------------------------------*/

#foot-navi{
	height:auto;
	z-index:99999999;
}

#foot-navi-box{
	display:flex;
	text-align:center;
}

.foot-banner img{
	height:50px;
	width:auto;
}

}
