@charset "utf-8";
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
/*	margin: 0px;*/
	margin: 0 auto;
	padding: 0px;
	border:none;
	font-size:14px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.contents{
	margin-bottom:70px;
}
.s_hide{
	display:none;
}
hr{
	border:0;
	border-bottom:1px solid #aaa;
	margin:20px 0px;
}
header{
	width:420px;
	height:51px;
}
#head_bg{
	width:420px;
	height:3px;
	background:url(../images/head_bg.jpg) no-repeat bottom;
	background-size:100% 100%;
}
h1{
	width:200px;
	height:48px;
	background:url(../images/title.jpg) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
	margin-top:5px;
	margin-left:20px;
}
h1 a{
	width:200px;
	height:48px;
	display:block;
}
h2{
	position: relative;
	padding: .3em .3em .5em 1.3em;
	color:#0762A7;
	font-weight:bold;
	border-bottom:1px solid #aaa;
	margin-bottom:20px;
}
h2::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 0px;
	width: 12px;
	height: 12px;
	background-color: #0762A7;
	transform: rotate(45deg);
}
h3{
	font-weight:bold;
	font-size:14px;
}
header p{
	display:none;
}
nav{
	display:none;
}
#main p{
}
.contents_w{
	width:380px;
	padding:30px 20px;
	margin: 0 auto;
}
.contents_b{
	width:380px;
	background:#EAF1F6;
	padding:30px 20px;
	margin: 0 auto;
}
.contents_g{
	width:380px;
	background:#EBF4E2;
	padding:30px 20px;
}

.contents_f{
	width:420px;
	background:#EBF4E2;
	padding:0;
}


footer{
	
}
#foot_link{
	width:320px;
	margin:20px auto 20px;
}
#foot_link ul{
	width:340px;
	list-style:none;
}
#foot_link ul li{
	width:150px;
	margin-right:20px;
	float:left;
}
#foot_link ul li a:hover{
	opacity:0.7;
}
#foot_nav{
	display:none;
}
#foot_title_area{
	width:100%;
	height:63px;
}
#foot_title{
	width:173px;
	height:40px;
	background:url(../images/title.jpg) no-repeat;
	background-size:100% auto;
	text-indent:-9999px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}
#foot-title a{
	width:173px;
	height:40px;
	display:block;
}
#foot_title_area p{
	display:none;
}
p#copy{
	font-size:10px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 5px 20px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -220px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 220px; /*メニュー横幅*/
    z-index: 99;
}
#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
	background:url(../images/s_nav.png) no-repeat center;
	background-size:100% auto;
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 100;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-190px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-icon {
   	background:url(../images/s_nav_c.png) no-repeat;
	background-size:100% auto;
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #000; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 100;
	padding:0px 0px;
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 99;
}

#ham-menu ul{
	list-style:none;
	
}
#ham-menu ul li{
	height:50px;
	border-bottom:1px solid #000;
}
#ham-menu ul li a{
	height:25px;
	padding-top:20px;
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0 4px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background:url(../images/pagetop.png) no-repeat;
  color: #707070;
  font-weight: bold;
  font-size:20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*******20240709追加****************/

.price_link{
    /*width: 500px;*/
	width: 100%;
    padding: 20px 0;
    text-align: center;
    margin:0;
    background-color: #9CBBEB;
}

.price_link img{
    width:80%;
    margin: 0 auto;
}




