@charset "utf-8";

ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
#iroha-top{background:#fbf3e8; }
#top-head{ overflow: hidden; font-family: "Mplus 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; line-height: 160%; background:#fbf3e8; }
#sub{ overflow: hidden; font-family: "Mplus 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; color: #333333; /* 	font-size: $size + px;
font-size: ( $size * 0.0625 ) + rem; */ font-size: 100%; line-height: 200%; background:#fbf3e8; }
.treatment1 p{margin:0;}
.treatment2 p{margin:0;}
.about p{margin:0;}
.prevent p{margin:0;}

.tb { display: none; }
.sp { display: none; }
.pc { display: inline-block; }

p.nav-top{
margin: 0 0 20px; 
padding: 0;
}

.nav-top a{
padding-left:12px;
display: inline-block;
text-decoration: none;
position:relative;
color:#1b1b1b;
font-size: 13px;
line-height: 160%;
}

a {
	color: #3b82c4;
	text-decoration: none;
}
a:hover {
	opacity:  0.8;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

strong {
	font-weight: bold;
}

/* ヘッダー=========================================================================================== */


.topic-path .lyt-inner{
padding:8px 36px;
}


header {
	width: 100%;
	padding: 27px 0;
	border-top: 14px solid #f00;
	border-bottom: 1px solid #979797;
	background: #fff;
}

h1 img{
	width: 315px;
}


/* コンテンツ
=========================================== */
article {
	max-width: 1020px;
	margin: 0 auto;
	overflow:hidden;
}
article.col2 {
	background: #FFF;
}
.top-caution {
    margin: 95px 50px 65px 50px;
}

.top-caution p{
    text-align: center;
    font-weight: bold;
    line-height:2em;
    font-size:160%;
}

.sp-top-menu {
display: flex;
    flex-wrap: wrap;
margin-bottom:10px;
}

.spmenu-bss {
    margin-bottom: 0;
box-sizing:border-box;
width:50%;
}

.arrow{
    position: relative;
    padding: 0 0 0 35px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/* テキスト
=========================================== */
p.tx{
	margin-bottom: 1em;
	
}

/* 下部ナビ
======================================================== */
.bottom-navi ul{
	overflow: hidden;
	font-size: 16px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}
.bottom-navi ul li{
	float: left;
	text-align: center;
}
.bottom-navi ul li.prev, .bottom-navi ul li.prev-last, .bottom-navi ul li.next, .bottom-navi ul li.next-last{
	width: 300px;
}
.bottom-navi ul li.top{
	width: 100px;
}
.bottom-navi ul li a{
	width: 100%;
	height: 60px;
	
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 0;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	background: #666;
}
.bottom-navi ul li.prev a::before{
	content: "＜";
	display: inline-block;
	margin-right: 5px;
	color: #e60000;
}
.bottom-navi ul li.next a::after{
	content: "＞";
	display: inline-block;
	margin-left: 5px;
	color: #e60000;
}
.bottom-navi ul li.prev.none a, .bottom-navi ul li.next.none a{
	pointer-events: none;
	background: #FFF;
}
.bottom-navi ul li.prev.none a::before, .bottom-navi ul li.next.none a::after{
	content: none;
}
.bottom-navi ul li.top a{
	width: 60px;
	height: 60px;
	line-height: 110%;
	font-size: 12px;
	margin: 0 auto;
	
}


/* ページトップ
======================================================== */
a#page-top {
	display: block;
	padding: 5px 10px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
    opacity: 0.8;
	background: #F00;
	color: #FFF;
	font-size: 80%;
}	

/* フッター
=========================================================================================== */
#str-footer {
margin-top:0px !important;
} 

footer{
	clear: both;
	border-left: 17px solid #f00;
	max-width: 100%;
	background: #FFF;
	font-size: 80%;
font-family: Noto Sans CJK JP, Open Sans, sans-serif;
color: #000;
}
footer a{
	color: #000;
}
footer a:hover{
	color: #e10;
	opacity: 1;
}
footer > div{
	padding-bottom: 30px;
	max-width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
footer ul {
	margin: 35px 0 57px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
}
footer ul li{
	float: left;
}
footer ul li:nth-child(1)::after{
	content:"｜"
}
footer p{
	font-size: 17px;
	line-height: 18px;
}






/*===============================================
●style.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px) {

.tb { display: none; }
.pc { display: none; }
	

a:hover {
	opacity:  1;
}

	
header{
	display: none;
}
	
/* 下部ナビ
======================================================== */
.bottom-navi ul{
	font-size: 10px;
	margin-bottom:3.1em;
}
.bottom-navi ul li.prev, .bottom-navi ul li.prev-last, .bottom-navi ul li.next, .bottom-navi ul li.next-last{
	width: 40%;
}
.bottom-navi ul li.top{
	width: 20%;
}
.bottom-navi ul li a{
	height: 50px;	
	border-radius: 25px;
	line-height: 110%;
}
.bottom-navi ul li.prev.none a, .bottom-navi ul li.next.none a{
	pointer-events: none;
	background: #FFF;
}
.bottom-navi ul li.prev.none a::before, .bottom-navi ul li.next.none a::after{
	content: none;
}
.bottom-navi ul li.top a{
	width: 50px;
	height: 50px;
	font-size: 10px;	
}
/* フッター
=========================================================================================== */
footer{
	padding-bottom: 30px;
	}
footer > div{
	max-width: 90%;
}
	
	

/* ページトップ
======================================================== */
a#page-top {
	padding: 3px 5px;
    bottom: 5px;
    right: 5px;
	font-size: 70%;
}	

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {

.sp { display: block; }

.title{
box-sizing:border-box;
padding:20px 20px 20px 20px;
}

/* フッター
=========================================================================================== */
footer{
	width: 100%;
	color:#111;
	border-left: 8px solid #f00;
}
footer > div{
	margin: 0;
	padding: 13px 10px 13px 25px;
	width: auto;
}
footer ul {
	margin: 0;
}
footer ul li a{
	padding:0;
	font-size: 12px;
}
footer p{
	margin-top: 15px;
	font-size: 12px;
}

.top-caution {
    margin: 40px 50px 30px 50px;
}

.top-caution p{
    text-align: center;
    font-weight: bold;
    line-height:2em;
    font-size:80%;
}

.iroha-body > p.nav-top{
margin:0 0px -10px 0;
}

p.nav-top{
margin:0 15px 20px 0;
}

.topic-path .lyt-inner {
    padding: 4px 20px;
}

}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {


}
