@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	top:0px;
}
body{
	text-align:center;
	font-size: 18pt;
	line-height:150%;
	font-weight: 600;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
	margin: 0;
	/*\*/
	letter-spacing: 0.02em;
	/**/
}

#wrapper {
	width:930px;
	margin:0 auto;
	text-align:left;
	}

/* ヘッダー
---------------------------------------------*/
#header {
	width:900px;
	margin:0px 15px 0px 15px;
}


/* コンテンツ
---------------------------------------------*/
#container{
	width:930px;
	padding:0px 15px;
	}
h2 {
	font-size:25px;
	line-break:strict;
	line-height: 130%;
	color:#FF0000;
	margin:10px;
}
h3{
	font-size:20px;
	width:100%;
	background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #336699;  
    border-bottom:1px solid #ccc;  
    padding:.5em .5em;
    color:#3300cc;
    margin-top:30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

h4{
	font-size:20px;
	width:80%;
	background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #663366;  
    border-bottom:1px solid #ccc;  
    padding:.5em .5em;
    color:#663366;
    margin-top:30px;
	margin-bottom: 10px;
	line-height: 1.5;
}


#contents{
	width:900px;
	}
#con p{
	margin:5px 20px 5px 20px;
}

hr {
border: none;
border-bottom: 1px dashed #3333cc;
width:92%;
margin: 5px 0px 5px 0px;
}
#con{
	float:left ;
	width:700px;
	font-size:15px;
	line-break:strict;
	line-height: 130%;
	}

#smenu{
	float:right;
	width:200px;
	font-size:20px;
	line-break:strict;
	margin:5px 0px 0px 0px;
	}

/* navi
---------------------------------------------*/
#smenu ul li img{
	vertical-align:bottom;
	margin-bottom:5px;
	border:none;
	}
#smenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	}

/* P文字設定
---------------------------------------------*/
p.n2 { 
	font-size:16px;
	color:#191970;
	line-height: 1.5;
	}
p.n3 { 
	font-size:15px;
	color:#FF0000;
	line-height: 1.5;
	font-weight: bolder;
	}
/* フッター
---------------------------------------------*/

#footer{
	clear:both;
	width:900px;
	font-size:12px;
	text-align: center;
	line-height: 120%;
	color:#333333;
	padding-top:80px;
	padding-bottom:20px;
	}
a:link{
	color:#333333;}
a:visited{
	color:#333333;}
a:hover{
	color:#FF3C02;}
a:active{
	color:#FF3C02;}
a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}

@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }

  .box4{
	width: 90%;
    padding: 8px 5px;
    margin: 1em 0;
    color: #2c2c2f;
    background: #daebffba;
    border-top: solid 5px #5988cf86;
    border-bottom: solid 5px #5988cf86;
}
.box4 p {
    margin: 0; 
    padding: 0;
	font-size: medium;
	line-height: 140%;
}

#content{
	clear:both;
	width:900px;
	font-size:18px;
	line-height: 130%;
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	}


	
	/* ページ上へ---*/
#page_top{
    width: 90px;
    height:90px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ff8c00;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* ページ上へここまで---*/

.b4{
	width: 85%;
	padding: 8px 20px;
	margin: 1em 0;
	color: #0c0c0c;
	background: #f6eb85ba;
	border-top: solid 5px #5988cf86;
	border-bottom: solid 5px #5988cf86;
}
.b4 p {
	margin: 0; 
	padding:0;
	font-size: medium;
	line-height: 140%;
}



.box02{
	width: 90%;
	padding:10px 0px;
	text-align: left;
	margin: 1em 0;
	color: #000000;
	background: #aed7f6ba;
	border-top: solid 5px #1100fc;
	border-bottom: solid 5px #1100fc;
}
.box02 p {
	margin: 0; 
	padding:0;
	font-size: medium;
	line-height: 140%;
	margin-left: 20px;
}