@charset "shift_jis";
@media screen and (max-width: 768px) {
	/*--- リセットCSS ---*/
	body {
		color: #000;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0 0;
		padding: 0;
		font-family: "Zen Kaku Gothic Antique", serif;
		font-weight: 500;
		overflow-x: hidden;
	}
	a {
		text-decoration: none;
		color: #000;
	}
	ol, ul {
		list-style: none;
	}
	ol, ul, p, h2, h3, h4, figure, img {
		margin: 0;
		padding: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/*--- リセットCSSここまで ---*/
	/*--- 共通CSSここから ---*/

	/*.sale_contents {
		h1 {
			background-color: #eee;
			color: #ccc;
			font-size: 10px;
			line-height: 1;
			padding: 5px;
			margin: 0;
			position: relative;
			z-index: 999;
		}*/
		.smart_off {
			display: none !important;
		}
		/* RHSのh1のCSSを打ち消す */
		& h1 {
			padding: 0;
		}
		.sp_off {
			display: none !important;
		}
		& a {
			text-decoration: none;
			color: #333;
		}
		/* ラインマーカーの色指定 */
		.sa_line_yellow {
			background: linear-gradient(transparent 60%, #f1faa1 0%);
		}
		.sa_line_pink {
			background: linear-gradient(transparent 60%, #ffdbde 0%);
		}
		/* 基本テキスト文字サイズ */
		.sa_conts_txt {
			font-size: clamp(14px, 3.7vw, 16px);
			line-height: 1.8;
		}
		/* タイトルスタイル */
		.sa_conts_tit {
			margin: 0 0 20px 0;
			font-size: clamp(22px, 5.8vw, 24px);
			line-height: 1.5;
			text-align: center;
		}
		.sa_conts_tit_eng span {
			display: block;
			margin: 5px 0 0 0;
			font-size: clamp(16px, 4.2vw, 18px);
			line-height: 1.5;
			text-align: center;
		}
		.sa_font_bold {
			font-weight: bold;
		}
		/* 色文字のカラーコード */
		.sa_font_color {
			color: #6dba42;
		}
		/* 英語フォント指定 */
		.sa_font_century {
			font-family: Futura, 'Century Gothic', Meiryo, sans-serif;
		}
		/* SVGの色味調整 */
		.svg_color_none {
			fill: none;
		}
		.svg_color_white {
			fill: #fff;
		}
		.svg_color_gray {
			fill: #b3b3b3;
		}
		.svg_color_morelight {
			fill: #cad6e5;
		}
		.svg_color_light {
			fill: #86b3e0;
		}
		.svg_color_dark {
			fill: #1b76b8;
		}
		.svg_color_black {
			fill: #231815;
		}
		.svg_color_red {
			fill: #c80000;
		}
		/* メイン画像 */
		.sa_main {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			box-sizing: border-box;
			margin: 0 0 50px 0;
			padding: 30px 0;
			background-size: cover;
			background-position: center;
			& div {
				width: 90%;
				text-align: center;
			}
			.sa_main_item {
				display: inline-block;
				margin: 0 0 15px 0;
				padding: 10px 15px;
				border-radius: 5px;
				font-size: clamp(15px, 4vw, 17px);
				line-height: 1.5;
				color: #FFF;
				letter-spacing: 0.1em;
				background: #6dba42;
			}
			.sa_main_tit {
				display: inline-block;
				width: 100%;
				margin: 0 0 20px 0;
				padding: 15px 0;
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #FFF;
				font-size: clamp(26px, 7vw, 29px);
				line-height: 1.5;
				color: #FFF;
			}
			.sa_main_txt {
				font-size: clamp(12px, 3.2vw, 14px);
				line-height: 1.5;
				color: #FFF;
				letter-spacing: 0.1em;
			}
			& ul.sa_main_txt {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 10px 10px;
			}
		}
		/* お悩み */
		#sa_worries {
			width: 90%;
			margin: 0 auto;
			padding: 0 0 40px 0;
			.sa_worries_list {
				margin: 0 0 20px 0;
			}
			.sa_worries_list li {
				display: flex;
				align-items: center;
				justify-content: center;
				min-height: 90px;
				box-sizing: border-box;
				padding: 10px 0;
				background: #FFF;
				border-radius: 5px;
				border: 1px solid #bfbfbf;
				list-style: none;
				font-size: clamp(16px, 4.3vw, 18px);
				line-height: 1.6;
				text-align: center;
			}
			.sa_worries_list li:not(:last-child) {
				margin: 0 0 10px 0;
			}
			.sa_worries_useimg .my_svg {
				display: block;
				width: 80%;
				max-width: 420px;
				margin: 0 auto;
			}
		}
		/* ポイント */
		#sa_point {
			width: 100%;
			margin: 50px 0 50px 0;
			padding: 40px 0 40px 0;
			background: #e6f3fa;
			>ul {
				width: 90%;
				margin: 0 auto;
				>li {
					padding: 20px 20px;
					background: #FFF;
					border-radius: 5px;
					&:not(:last-child) {
						margin: 0 0 20px 0;
					}
					& h3 {
						margin: 0 0 15px 0;
						padding: 12px;
						background: #e6f3fa;
						border-radius: 4px;
						font-size: clamp(20px, 5.3vw, 22px);
						line-height: 1.4;
					}
					& img {
						width: 100%;
						height: auto;
					}
					>div {
						>div {
							margin: 0 0 20px 0;
							.sa_point_item {
								margin: 0 0 10px 0;
								font-size: clamp(18px, 4.8vw, 20px);
								line-height: 1.6;
								letter-spacing: 0.05em;
							}
						}
						.sa_inci_po_per {
							margin: 20px 0 0 0;
							>li span {
								display: inline-block;
								width: 55px;
								margin: 0 25px 0 0;
							}
							>li:not(:last-child) {
								margin: 0 0 5px 0;
							}
						}
					}
				}
			}
		}
		/* よくある質問 */
		#sa_qa {
			padding: 40px 0;
			background: #f6f6f6;
			>div {
				width: 90%;
				margin: 0 auto;
			}
			.qa_list {
				display: block;
				overflow: hidden;
				cursor: pointer;
				border-radius: 5px;
				filter: drop-shadow(0px 0px 5px #0001);
			}
			.qa_list:not(:last-of-type) {
				margin-bottom: 15px;
			}
			.qa_list .title {
				display: block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px 40px 10px 50px;
				background-color: #fff;
				box-shadow: 0 0 8px rgb(0 0 0 / 30%);
				font-size: clamp(16px, 4.3vw, 18px);
				line-height: 1.6;
				color: #000;
				text-align: left;
				position: relative;
			}
			.qa_list .title:before {
				content: "";
				display: block;
				width: 24px;
				height: 24px;
				-webkit-mask-image: url(../img/q_icon.svg);
				mask-image: url(../img/q_icon.svg);
				mask-size: 24px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #6dba42;
				position: absolute;
				top: 15px;
				left: 15px;
			}
			.qa_list dt {
				position: relative;
			}
			.qa_list dt .title.active {
				border-bottom: 1px solid #ccc;
			}
			.qa_list dd {
				display: none;
				padding: 20px 15px 20px 50px;
				background: #eee;
				margin: 0;
				background-color: #fff;
				text-align: left;
				font-size: clamp(13px, 3.4vw, 14px);
				line-height: 1.6;
				color: #000;
				position: relative;
			}
			.qa_list dd:before {
				content: "";
				display: block;
				width: 24px;
				height: 24px;
				-webkit-mask-image: url(../img/a_icon.svg);
				mask-image: url(../img/a_icon.svg);
				mask-size: 24px;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				background-color: #c80000;
				position: absolute;
				top: 20px;
				left: 15px;
			}
			.accordion_icon, .accordion_icon {
				display: inline-block;
				transition: all .4s;
				box-sizing: border-box;
			}
			.accordion_icon {
				width: 16px;
				height: 16px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 15px;
			}
			.accordion_icon span {
				position: absolute;
				left: 0px;
				width: 100%;
				height: 2px;
				background-color: #999;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-ms-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				transition: all 0.2s;
			}
			.accordion_icon span:nth-of-type(1) {
				margin: auto;
				top: 0;
				bottom: 0;
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
			.accordion_icon span:nth-of-type(2) {
				top: 7px;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
			}
			.accordion_icon.active span:nth-of-type(1) {
				display: none;
			}
			.accordion_icon.active span:nth-of-type(2) {
				top: 7px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
			}
		}
		/* 問い合わせ */
		#sa_inq {
			margin: 0 0 0 0;
			padding: 30px 0 30px 0;
			background: #6dba42;
			text-align: center;
			.sa_inq_txt {
				margin: 0 0 5px 0;
				font-size: clamp(18px, 4.8vw, 20px);
				line-height: 1.5;
				color: #ffffff;
				letter-spacing: 0.1em;
			}
			& h2 {
				margin: 0 0 15px 0;
				font-size: clamp(24px, 6.4vw, 26px);
				line-height: 1.5;
				color: #ffffff;
			}
			& ul {
				width: 90%;
				margin: 0 auto;
				max-width: 500px;
			}
			& ul li:not(:last-child) {
				margin: 0 0 10px 0;
			}
			& ul li a {
				display: block;
				padding: 15px 0 10px 0;
				border-radius: 60px;
				background: #FFF;
				.sa_inq_b {
					font-size: clamp(22px, 5.8vw, 24px);
					line-height: 35px;
					letter-spacing: 0.05em;
				}
				.sa_inq_s {
					font-size: clamp(13px, 3.4vw, 15px);
					line-height: 20px;
					font-weight: 500;
				}
			}
			& ul li a.sa_inq_tel .sa_inq_b {
				font-size: clamp(28px, 7.4vw, 30px);
			}
		}
	}
	/*--- 共通CSSここまで ---*/






/*--------- ヘッダー ---------*/
/* HEADER
-----------------------------*/
.s_h_sp {
display: flex;
justify-content: space-between;
align-items: center;
}
.s_h_logo {
    height: 60px;
    img {
        height: 100%;
    }
}
/*============
nav
=============*/
.sp_pack nav {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 100%;
background: #ffffff;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: all .5s;
opacity: 0;
padding: 0;
box-sizing: border-box;
z-index: -1;
background: #ffffff;
}
.nav_logo {
height: 80px;
border-bottom: solid 1px #ccc;
padding-top: 20px;
box-sizing: border-box;
}
nav::-webkit-scrollbar {
width: 0;
}
nav::-webkit-scrollbar-track {
border-radius: 10px;
box-shadow: none;
}
nav::-webkit-scrollbar-thumb {
background-color: #fff;
box-shadow: none;
}
.open nav {
right: 0;
opacity: 1;
z-index: 99;
display: block;
padding-bottom:100px;
}
nav .inner {
padding: 50px 25px 20px;
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: -10px 0 30px;
        li {
            position: relative;
            margin: 0;
            a {
                display: block;
                color: #333;
                font-size: 18px;
                line-height: 36px;
                letter-spacing: 0.03em;
                text-decoration: none;
                transition-duration: 0.2s;
                text-align: left;
                position: relative;
                text-indent: 50px;
            }
            a::before {
                content: "";
                background: #aaa;
                display: block;
                width: 10px;
                height: 3px;
                position: absolute;
                top: 17px;
                left: 20px;
            }
            a:hover {
                background: #e4e4e4;
            }
        }
    }
}

nav .f_logo img {
width: 150px;
}
.nav_top {
width: auto;
display: block;
margin: 0;
text-align: left;
}

.nav_btn 
.nav_btn {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
    a {
        display: block;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0.03em;
        margin-bottom: 20px;
        color: #000;
        text-align: left;
        transition: .2s;
        span {
            display: inline-block;
            margin-left: 15px;
            font-size: 15px;
            letter-spacing: 0.05em;
            transition: .2s;
        }
    }
    a:hover {
        letter-spacing: 0.2em;
        transition: .2s;
        span {
            letter-spacing: 0.2em;
            transition: .2s;
        }
    }
}

.nav_satei {
    width: 510px;
    box-sizing: border-box;
    background: #eee;
    height: 150px;
    padding: 20px;
    text-align: center;
    span {
        display: block;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0.05em;
        position: relative;
    }
    span::before {
        content: "";
        background: #000;
        width: 125px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 16px;
    }
    span::after {
        content: "";
        background: #000;
        width: 125px;
        height: 1px;
        position: absolute;
        right: 0;
        top: 16px;
    }
    ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        li{
            a{
                display: block;
                width: 230px;
                height: 60px;
                text-align: center;
                color: #fff;
                background: #65b820;
                font-size: 15px;
                font-weight: bold;
                line-height: 60px;
                letter-spacing: 0.05em;
                box-sizing: border-box;
                padding-right: 10px;
                position: relative;
                transition: .3s;
                border: 2px solid #65b820;
            }
            a:hover {
                border: 2px solid #265300;
                letter-spacing: 0.2em;
                transition: .3s;
            }
            a::before {
                content: "";
                background: url(../img/nav_arrow.png);
                display: block;
                width: 7px;
                height: 12px;
                position: absolute;
                right: 10px;
                top: 24px;
            }
        }
        li:nth-child(2){
            a{
                background: #265300;
                border: 2px solid #265300;
            }
            a:hover {
                border: 2px solid #65b820;
                letter-spacing: 0.2em;
                transition: .3s;
            }
        }
    }
}


/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
    span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: all .5s;
    }
    span:nth-child(1) {
        top: 4px;
    }
    span:nth-child(2) {
        top: 14px;
    }
    span:nth-child(3) {
        bottom: 4px;
    }
} 
.open .toggle_btn span {
background-color: #000;
}
.open .toggle_btn span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
-webkit-transform: translateY(-10px) rotate(315deg);
transform: translateY(-10px) rotate(315deg);
}
/*============
.toggle_btn_c
=============*/
.toggle_btn_c {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    transition: all .5s;
    cursor: pointer;
    z-index: 100;
    background: #0062A0;
    span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 26px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        transition: all .5s;
        margin: 0 auto;
    }
    span:nth-child(1) {
        top: 14px;
    }
    span:nth-child(2) {
        top: 23px;
    }
    span:nth-child(3) {
        bottom: 24px;
    }

    p {
        font-size: 10px;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 5px;
    }
}

.open .toggle_btn_c span {
background-color: #fff;
}
.open .toggle_btn_c span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn_c span:nth-child(2) {
opacity: 0;
}
.open .toggle_btn_c span:nth-child(3) {
-webkit-transform: translateY(-10px) rotate(315deg);
transform: translateY(-10px) rotate(315deg);
bottom: 23px;
}
/*============
#mask
=============*/
#mask {
transition: all 0.8s;
opacity: 0;
z-index: -1;
}
.open #mask {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
z-index: 98;
cursor: pointer;
transition: all 0.8s;
}
.h_con {
width: 210px;
display: flex;
justify-content: space-between;
align-items: center;
}
.open .toggle_btn_c {
z-index: 9999;
}
.h_btn a {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background: #2b4156;
color: #fff;
text-align: center;
font-size: 14px;
line-height: 18px;
font-weight: bold;
letter-spacing: 2px;
box-sizing: border-box;
}

#navArea{
    ul{
        li {
            border-bottom: solid 1px #ccc;
            a {
                font-size: 14px;
                font-weight: 500;
                display: block;
                margin: 0px;
                padding: 20px 0px;
                transition: all 0.15s ease;
                position: relative;
                top: 0;
                left: 0;
                background: #fff;
            }
        }
        li:last-child {
            border-bottom: none;
        }
    }
} 
.nav_logo{
    img {
        height: 100%;
    }
}

.nav_top{
    ul{
        li{
            a {
                padding-left: 45px !important;
            }
            a::before {
                content: "";
                display: block;
                background: url(../img/sp_common/tel_sale.png);
                background-repeat: no-repeat;
                background-size: contain;
                width: 25px;
                height: 25px;
                position: absolute;
                left: 10px;
                top: 17px;
            }
        } 
        li:nth-child(2) a::before {
            background: url(../baikyaku_test/img/bnr_icon01.png);
            background-repeat: no-repeat;
            background-size: contain;
        }
    }
}

.nav_flex{
    ul {
        display: flex;
        justify-content: space-between;
        li {
            width: 25%;
            border: 1px solid #cabb87 !important;
            box-sizing: border-box;
            a {
                width: 100%;
                position: relative;
                text-align: center;
                height: 90px;
                box-sizing: border-box;
                span {
                    display: block;
                    color: #c0ad6c;
                    font-weight: bold;
                    text-align: center;
                    font-size: 20px;
                }
            }
            a::before {
                content: "";
                display: block;
                border-top: 5px solid transparent;
                border-right: 5px solid #c0ad6c;
                border-bottom: 5px solid #c0ad6c;
                border-left: 5px solid transparent;
                position: absolute;
                right: 5px;
                bottom: 5px;
            }
        }
        li:not(:first-child) {
            border-left: none !important
        }
        li:last-child a span {
            font-size: 14px;
        }
    }
}

.nav_bot{
    ul {
        padding: 20px 4%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        li {
            width: 49%;
            margin-bottom: 10px;
            a {
                padding: 15px 0 15px 15px !important;
                background: #fff !important;
                border: none !important;
            }
        }
    }
    ul::after {
        content: none;
    }
}

.nav_f_logo {
    margin: 20px auto;
    text-align: center;
    img {
        width: 30%;
    }
}

/*-----------sp_nav_dropdown------------*/
.nav_dropd {
    width: 90%;
    margin: 0 auto;
}
.nav_dropd_list {
    display: none;
    .active {
        display: block;
    }
}

.nav_dropd_btn {
    padding-left: 20px !important;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 20px 0px;
    transition: all 0.15s ease;
    position: relative;
    top: 0;
    left: 0;
    .accordion_icon {
        position: absolute;
        right: 20px;
        top: 25px;
        width: 10px;
        height: 10px;
        border-top: 2px solid rgb(0, 0, 0);
        border-right: 2px solid rgb(0, 0, 0);
        -webkit-transform: rotate(45deg);
        transform: rotate(135deg);
        transition: .3s;
    }
}
.nav_dropd_list {
    padding: 15px 5% 5px;
    a {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 500;
    }
}

.icon_deg {
    transform: rotate(-45deg);
    transition: .3s;
}



/*--------- フッター ---------*/
/* FOOTER
-----------------------------*/

footer.sp_pack {
width: 100%;
margin: 10% 0 0 0;
padding-bottom: 60px;
}
.changeViewWrap {
width: 96%;
margin: 7px auto;
height: auto;
overflow: hidden;
}
.changeView {
    padding-bottom: 3px;
    a {
        display: block;
        padding: 12px;
        color: #3979AA;
        box-shadow: 0 3px 0 #3979AA;
        font-weight: bold;
        background: #eaf0f8;
        text-align: center;
        border: 1px solid #999;
    }
    i {
        margin-right: 10px;
    }
}
/*sp-pc-switch end*/
/*bact-top start*/
.footer-up-color {
color: #777777;
}
#back-Top {
    width: 100%;
    margin-top: 3%;
    padding: 0;
    border-bottom: #BABABA 2px solid;
    border-top: #BABABA 2px solid;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    i {
        vertical-align: middle;
        margin-right: 5px;
        font-size: 20px;
    }
    a {
        display: block;
        padding: 10px 0;
        span {
            font-weight: bold;
        }
    }
}

/*bact-top end*/
.f_txt_menu {
    margin: 10px 4%;
    p {
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 13px;
        line-height: 22px;
    }
    ul {
        overflow: hidden;
        padding-bottom: 10px;
        li {
            float: left;
        }
        li:not(:last-child):after {
            content: "｜";
            color: #999;
        }
    }
    a {
        font-size: 12px;
        line-height: 22px;
    }
}

.f_menu {
    ul {
        border-top: 1px solid #ccc;
        border-bottom: 2px solid #ccc;
        background: #f5f5f5;
        overflow: hidden;
        li {
            border-bottom: 1px solid #ccc;
            float: left;
            width: 50%;
            box-sizing: border-box;
            a {
                display: block;
                padding: 15px 4%;
                font-weight: bold;
                position: relative;
                i {
                    position: absolute;
                    top: 18px;
                    right: 4%;
                    color: #999;
                }
            }
        }
        li:nth-of-type(2n-1) {
            border-right: 1px solid #ccc;
        }
    }
}

/*footer-tenpo start*/
.f-tel {
    width: 94%;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    a {
        font-family: 'Century Gothic', 'Arial';
        font-weight: bold;
        color: #333333;
        padding: 10px 0 4px 0px;
        display: block;
        line-height: 25px;
    }
    i {
        vertical-align: middle;
        margin: 0 8px 0 0;
        padding: 8px;
        font-size: 20px;
        transform: scale(-1, 1);
        background-color: #f5f5f5;
        border: 1px solid;
    }
}

.office-info {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: auto;
    span {
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 1% 0 !important;
        text-align: center;
    }
    a {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    img {
        margin: 0;
        padding: 0;
        max-width: 60% !important;
        height: auto;
    }
}

/*footer-tenpo end*/
.copyright {
    padding: 3px 0;
    font-size: 1em;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0 0 0;
}



/* ----------------------------------------
フッター固定
---------------------------------------- 
.fixfoot {
    width: 100%;
    position: fixed;
    bottom: -1px;
    height: 80px;
    background-color: #FFF;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    background-color: #0062A0;
    ul {
        width: 100%;
        margin: 0px;
        height: 100%;
        padding: 0px;
        list-style: none;
        display: flex;
        li {
            text-align: center;
            vertical-align: middle;
            height: 100%;
            margin: 0px;
            padding: 0px;
            flex: 1;
            display: block;
            a {
                display: flex;
                width: 100%;
                height: 100%;
                font-size: 13px;
                padding: 0px 0px 0px 0px;
                margin: 0px;
                color: #fff;
                justify-content: center;
                align-items: center;
                img {
                    width: 70%;
                    max-height: 65px;
                }
            }
            i {
                width: 100%;
                height: 17px;
                display: block;
                text-align: center;
            }
            p {
                font-size: 20px;
            }
            span {
                font-size: 10px;
                display: block;
            }
        }
        li:nth-child(3){
            i,span {
                color: #e10000;
            }
        }
        li:last-child {
            border: none;
            background: #787878;
            i {
                color: #326598;
                display: table;
                font-size: 24px;
            }
            span {
                color: #326598;
                display: none;
            }
        }
    }
}*/

/* =========================================================
footer end
========================================================= */



.dra_tl p {
background: #326598;
color: #fff;
}




}