﻿/* --- ページトップボタン（亀のアイコン）の固定設定 --- */

#pagetop {
position: fixed;
bottom: 50px;
right: 30px;
}

@media screen and (max-width:768px) {
#pagetop img {
display:none;
}
}










/*++++++++++++++++ font styles ++++++++++++++++*/


#pagetop {
position: fixed;
bottom: 50px;
right: 30px;
}

@media screen and (max-width:768px) {
#pagetop img {
display:none;
}
}






#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
}
#page_top.show {
    opacity: 0.6;
    transform: none;
 }
#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: 30px;
  color: #A12568;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 18px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #A12568;
}














.btn {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #2196F3;
    border-radius: 5px;
    position:  relative;
    height: 50px;
    width: 50px;
    cursor:pointer;
}

.btn::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(315deg);
    position:  absolute;
    top: 20px;
    bottom:  10px;
    left:  0;
    right:  0;
    margin:  auto;
}
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix 		{ min-height:1px;}

/*++++++++++++++++ font styles ++++++++++++++++*/


.blue-s{font-size:17px;
color:#0000ff;}


.box2 {
    position: relative;
    margin: 2em 0.5em 0em 0.5em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box2 p {
    margin: 0; 
    padding: 0;
 font-size: 22px;
}







span.r{padding-right:5px;
font-size: 19px;
    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #ff0000; padding-left:5px; }



span.red{padding-right:5px;
font-size: 19px;
    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #ff0000; padding-left:5px; }


.blue{color:#0000cd;margin-bottom:10px; font-size:22px;}



.r{color:#F00;margin-bottom:10px; font-size:22px;}


.o{color:#C60;font-weight:bold;}
.gr{color:#096;}

.bl{color:#03C;}

.bl-space{color:#03C;margin-top:20px;}
.gl{color:#666;}

.min{font-size:10px !important;}
.big{font-size:18px !important;}



p{padding:5px 0 5px 0;}

.red{font-size:20px;
color:#ff0000;}

p.r2 {border-left:solid 5px red;
font-size:22px;
padding-left: 10px;
margin-top:10px;
margin-bottom:-10px;
}

.waku_a {

border-bottom:solid 5px green;
width:100px;
text-align:center;

}

.waku_b {border-bottom:solid 5px blue;
color:;
width:170px;
text-align:center;
padding-top:15px;

}



span.b{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #0000ff; padding-left:5px; }

span.g{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #008000; padding-left:5px; }

span.m{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #800000; padding-left:5px; }



span.go{padding-right:5px;

      color:#069;    
   text-decoration:none;  
    border-left:solid 3px #daa520; padding-left:5px; }



span.pu{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #800080; padding-left:5px; }

span.pi{padding-right:5px;

    color:#069;  
   text-decoration:none;  
    border-left:solid 3px #ff69b4; padding-left:5px; }









/*++++++++++++++++ page styles ++++++++++++++++*/
body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; overflow:auto;}
#mainContents{padding:15px 0 0 0; width:1000px; margin:0 auto; }

/*++++++++++++++++ header styles ++++++++++++++++*/
header .top{height:18px; overflow:hidden; background:#000000;}
	h1{font-size:14px; float:left; color:#FFF; padding-left:0.6em;}
	.sitemap{font-size:12px; float:right; color:#FFF; padding-right:1.6em; text-decoration:none;}
	.sitemap:hover{text-decoration:underline;}

header .middle div{height:70px; overflow:hidden; border-bottom:2px solid #630;}
header .middle p{height: 390px;width:1020px; margin:0 auto;padding-left:30px;}

.logo{float:left; padding:8px 0 0 80px;}
.contact{
	float:right;
	padding:12px 10px 0 3;
	text-align:right;
	font-size:14px;
	line-height:24px;
	color:#999;
	font-weight:bold;
	text-shadow:1px 1px 2px #EEE;
	text-decoration:none;
	
	behavior: url(PIE/PIE.htc);
}
.contact span{font-size:32px;}




.navi{border-top:1px solid #630; border-bottom:1px solid #630; background:#008000;}
.navi ul{width:1020px; margin:0 auto; border-right:0px solid #ffffff; border-left:-2px solid #ffffff;}
.navi li{float:left; width:16.5%;}
.navi li a{
	display:block;
	padding:12px 0px 11px 0;
	text-align:center;
	
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
	
	
	
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	
	behavior: url(PIE/PIE.htc);
}
.navi li a:hover{background:#adff2f;}

/*++++++++++++++++ menu styles ++++++++++++++++*/
#leftColm{
	width:240px;
	float:left;
	margin-bottom:20px;
  
}
#leftColm h2{
	background:#32cd32;
	font-size:17px;
	padding:15px 0 8px 0px;
	font-weight:bold;
	letter-spacing:2px solid #ff8c00;
	text-align:center;
}
#leftColm ul{border-left:1px solid #CCC; border-right:1px solid #CCC padding:5px 0 0 0px;}
#leftColm a{
	display:block;
	font-size:16px;
 
	color:#069;
	text-decoration:none;
	padding:15px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;

        
	
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -ms-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
	-pie-background: linear-gradient(#FFF, #EEE);
	
	behavior: url(PIE/PIE.htc);
}
#leftColm a:hover{
	text-decoration:underline;
        color:#ff0000;
	background: #EEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEE), to(#FFF));
	background: -webkit-linear-gradient(#EEE, #FFF);
	background: -moz-linear-gradient(#EEE, #FFF);
	background: -ms-linear-gradient(#EEE, #FFF);
	background: -o-linear-gradient(#EEE, #FFF);
	background: linear-gradient(#EEE, #FFF);
	-pie-background: linear-gradient(#EEE, #FFF);
	
	behavior: url(PIE/PIE.htc);
}

/*++++++++++++++++ main styles ++++++++++++++++*/
#rightColm{float:right; width:710px;}
.komidashi{font-size:14px; text-align:right;}

p{font-size:18px; line-height:28px;}
article{padding:0 10px; margin-bottom:35px;}

.index1{  /*+++++++++++++++++++ 大見出し +++++++++++++++++++*/
	font-size:30px;
	line-height:36px;
	color:#666;
	letter-spacing:2px;
	
	padding:12px 12px 8px 12px;
	margin-bottom:15px;
	background:#FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	
	behavior: url(PIE/PIE.htc);
}

.index2{  /*+++++++++++++++++++ 中見出し +++++++++++++++++++*/
	font-size:30px;
	line-height:30px;
	color:#333;
	letter-spacing:2px;
	
	padding:12px 12px 8px 12px;
	margin-bottom:15px;
	border:2px solid #0000ff;
	
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -ms-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
	-pie-background: linear-gradient(#FFF, #EEE);
	
	behavior: url(PIE/PIE.htc);
}


.index5{  /*+++++++++++++++++++ 中見出し +++++++++++++++++++*/
	font-size:30px;
	line-height:30px;
	color:#000000;
	letter-spacing:2px;
	
	padding:12px 12px 8px 12px;
	margin-bottom:15px;
	border-bottom:2px solid #0000ff;
	
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
	
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -ms-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
	-pie-background: linear-gradient(#FFF, #EEE);
	
	behavior: url(PIE/PIE.htc);
}


#anshin ul{margin:0px 0px 0px 30px; padding:30px;}

#anshin li{font-size:17px;
margin:0px;
list-style-type:none;
list-style-position:30px 30px 0px 10px;
background-image:url("../gif-image/checkbox-red.gif");
background-repeat:no-repeat;
background-position:top left;
padding: 10px 0px 20px 50px;}



.index3{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:25px;

	padding:6px;
	border-left:10px solid #0000ff;
	border-bottom:1px dotted #0000ff;
	margin-bottom:15px;
}


.index7{  /*+++++++++++++++++++ 小見出し +++++++++++++++++++*/
	font-size:24px;
	padding:6px;
	border-left:10px solid #FF9933;
	border-bottom:3px dotted #F90;   width:520px;
border-radius: 12px;
	margin-bottom:15px;
}

.index4{  /*+++++++++++++++++++ 装飾見出し +++++++++++++++++++*/
	font-size:16px;
	padding:8px;
	margin-bottom:15px;
	border:4px solid #F90;
	background:#FFF;
	
	-webkit-box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;
	-moz-box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;
	box-shadow: #F90 2px 2px 0px,#630 4px 4px 0px,#F90 6px 6px 0px;

	
	-webkit-border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	border-radius: 0 6px 6px 6px/0 6px 6px 6px;
	
	behavior: url(PIE/PIE.htc);
}

.img{padding:5px; background:#FFF; border:1px solid#CCC;}
.img2{padding:10px; background:#FFF; border:3px solid#CCC; width:120px; height:160px;}

/*++++++++++++++++ footer styles ++++++++++++++++*/
footer div{font-size:14px; text-align:right; width:1020px; margin:0 auto;}
	footer div a{color:#000000;}
	footer div a:hover{color:#000;}
footer p{text-align:center; font-size:14px; padding:1em 0; background:#008000;}
	footer p a{color:#000; text-decoration:none;}
	footer p a:hover{text-decoration:underline;}




.notice {

    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.notice .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.notice p {
    margin: 0; 
    padding: 0;
}



.sample1{padding:12px 12px 0 12px; border:1px #CCC solid; overflow:hidden; margin-bottom:15px;}
.sample2{font-size:14px; line-height:17px; padding:8px; border:1px #CCC solid; background:#EEE;}


/* A:▼テーブル全体の装飾▼ */
table.abc {text-align:center;
   border-collapse: collapse; /* 枠線を重ねる */
   border: 1px solid #aaaacc; /* 外枠の装飾 */
}
/* B:▼テーブル内側(セル)の装飾▼ */
table.abc th,
table.abc td {
   padding: 0.3em;            /* セル内側の余白量 */
   border: 1px solid #aaaacc; /* 内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */
table.abc thead th { width:605px;
text-align: center;
   background-image: url("img/gif/backblue.gif"); /* 背景画像 */
   background-position: bottom left; /* 背景画像の配置 */
   color: black;           /* 文字色 */
   background-color: #eeeeff; /* (念のための背景色) */
}
/* D:▼各行の見出し部分の装飾▼ */
table.abc tbody th {
    background-image: url("img/gif/backgrey.gif");
   color: black;            /* 文字色 */
}

