/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 750px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}
/* acMenu */
#acMenu dt{
    display:block;
    cursor:pointer;	
	background:#fff;
	border: 1px solid #89c3ff;
    border-radius: 4px;
	background-color:rgba(255,255,255,0.50);

	padding: 15px 15px 15px 15px;
    }
#acMenu dt:hover {
	border: 1px solid #2F81D7;
}	
#acMenu dd{
    display:none;	
	padding: 30px 0px 15px 0px;
    }

/*囲み罫線｜新着情報 */
.box_01s {
    position: relative;
    margin: 0.5em 0 0 0;
    padding: 1.5em;
    border-radius: 5px;
    background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	background-color:rgba(255,255,255,0.40);
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*囲み罫線｜目次 */
.box_02s {
    position: relative;
    margin: 0.5em 0 0 0;
    padding: 1.5em;
	border-radius: 5px;
    background: #FFFFFF;
	overflow: hidden;
	background-color:rgba(255,255,255,0.70);
	overflow: hidden;
	border: 1px solid #c8c8c8;
}
/*囲み罫線｜部分 */
.box_03s {
    position: relative;
    margin: 0.5em 0 0 0;
    padding: 1.5em;
	border-radius: 5px;
	overflow: hidden;
	background-color:rgba(255,255,255,0.50);
	overflow: hidden;
}
/* list4 */
.list4 {
  width: 100%;
	margin: 0px auto;
	text-align: justify;  
	text-justify: inter-ideograph;  
	display: inline-block;  
	color: #363947;
}
.list4 ul {
  list-style:none;
}
.list4 ul li {
  padding: 15px 0px;
  text-indent:-1em;
  padding-left:1em;
  border-bottom: 1px solid #dbe3e7;

}
/* list3 */
.list3 {
  width: 100%;
	margin: 0px auto;
	text-align: justify;  
	text-justify: inter-ideograph;  
	display: inline-block;  
}
.list3 ul {
  list-style:none;
}
.list3 ul li {
  margin-bottom:10px;
  text-indent:-1em;
  padding-left:1em;
}
/* list2 */
.list2 {
  width: 100%;
	margin: 0px auto;
	text-align: justify;  
	text-justify: inter-ideograph;  
	display: inline-block;  
	color: #363947;
}
.list2 ul {
  list-style:none;
}
.list2 ul li {
  margin-bottom:12px;
  text-indent:-1em;
  padding-left:1em;
}
/* list1 */
.list1 {
  width: 100%;
	margin: 0px auto;
	text-align: justify;  
	text-justify: inter-ideograph;  
	display: inline-block;  
	color: #363947;
}
.list1 ul {
  list-style:none;
}
.list1 ul li {
  margin-bottom:8px;
  text-indent:-1em;
  padding-left:1em;
}
/*****テーブル07****/ 
table.type07 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 100%;
}
table.type07 th {
	color: #404040;
	padding: 30px;
	width: 120px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.80);
}
table.type07 td {
	color: #404040;
	padding: 30px;
	width: 650px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
@media screen and (max-width: 750px) {
table.type07 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type07 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル06****/ 
table.type06 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 100%;
}
table.type06 th {
	color: #404040;
	padding: 15px;
	width: 120px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.80);

}
table.type06 td {
	color: #404040;
	padding: 15px;
	width: 650px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
@media screen and (max-width: 750px) {
table.type06 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type06 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル05****/ 
table.type05 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type05 th {
	color: #404040;
	padding: 20px;
	width: 600px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.80);
}
table.type05 td {
	color: #404040;
	padding: 20px;
	width: 200px;
	vertical-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;

}
@media screen and (max-width: 1000px) {
table.type05 th {
	width: 550px;
  }
table.type05 td {
	width: 250px;
  }  
}
@media screen and (max-width: 750px) {
table.type05 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type05 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル04****/ 
table.type04 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 100%;
}
table.type04 th {
	color: #404040;
	padding: 20px;
	width: 150px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.80);

}
table.type04 td {
	color: #404040;
	padding: 20px;
	width: 650px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
@media screen and (max-width: 750px) {
table.type04 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type04 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル03****/ 
table.type03 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
}
table.type03 th {
	color: #404040;
	padding: 0px 20px 20px 0px;
	width: 80px;
	vertical-align: top;
	font-weight: 300;
}
table.type03 td {
	color: #404040;
	padding: 0px 0px 20px 0px;
	width: 600px;
	vertical-align: top;	
}
@media screen and (max-width: 750px) {
table.type03 th {
	margin: 0px auto;
　　border-bottom: none;
	padding: 10px 0px 0px 0px;
    display: block;
    width: 100%;
  }
table.type03 td {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル020****/ 
table.type020 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.type020 th {
	color: #404040;
	padding: 20px;
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.30);
}
table.type020 td {
	color: #404040;
	padding: 20px;
	width: 600px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:rgba(255,255,255,0.30);
}
@media screen and (max-width: 1000px) {
table.type020 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type020 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル02****/ 
table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.type02 th {
	color: #404040;
	padding: 20px;
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
	background-color:rgba(255,255,255,0.30);
}
table.type02 td {
	color: #404040;
	padding: 20px;
	width: 600px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
@media screen and (max-width: 1000px) {
table.type02 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type02 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/*****テーブル01****/ 
table.type01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type01 th {
	color: #404040;
	padding: 20px;
	width: 120px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: 300;
}
table.type01 td {
	color: #404040;
	padding: 20px;
	width: 500px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
@media screen and (max-width: 800px) {
table.type01 th {
	padding: 8px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.type01 td {
	padding: 20px 20px;
	margin: 0px auto;
　　border-bottom: none;
    display: block;
    width: 100%;
  }  
}
/* basic */
.basic {
  text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
/*pageTop｜戻るボタン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
} 
#pageTop a {
  display: block;
  z-index: 900;
  padding: 12px 8px 0 8px;
  border-radius: 30px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: #7C858E;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:750px){
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pageTop a {
  font-size: 16px;
  padding: 5px 8px 0 8px;
  width: 35px;
  height: 35px;
}
} 
/*hrライン設定 */
.bar1 {
	border-top: 1px dotted #bbb;
}
.bar2 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
.bar3 {
	border-top: 2px solid #333;
	border-bottom: 1px solid #fff;
}
/* リンクボタン設定 */
button6 {
	display: inline-block;
	width:500px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 100px;
	color: #ffffff;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #17AFC6, #13D7AC);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button6:hover {
	color: #ffffff;
	background: linear-gradient(to right, #107D8E, #0fa86d);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button6::before,
button6::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button6,
button6::before,
button6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
button6 {
	width:430px;
}
}
@media screen and (max-width: 750px) {
button6 {
	width:380px;
	line-height: 25px;
	padding: 15px;
	height: 80px;
}
}			
@media screen and (max-width: 500px) {
button6 {
	width:340px;
}
}
@media screen and (max-width: 370px) {
button6 {
	width:280px;
	line-height: 20px;
	height: 70px;
}
}
/* リンクボタン設定 */
button60 {
	display: inline-block;
	width:500px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 10px;
	color: #ffffff;
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #41a8e9, #98bbf2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button60:hover {
	color: #ffffff;
	background: linear-gradient(to right, #12689E, #159fb4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);	
}
button60::before,
button60::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
button60,
button60::before,
button60::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
button60 {
	width:430px;
}
}
@media screen and (max-width: 750px) {
button60 {
	width:380px;
	line-height: 25px;
	padding: 15px;
	height: 80px;
}
}			
@media screen and (max-width: 500px) {
button60 {
	width:340px;
}
}
@media screen and (max-width: 370px) {
button60 {
	width:280px;
	line-height: 20px;
	height: 70px;
}
}
/* リンク設定 */
a {
	color: #2F81D7;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:link { color: #2F81D7;
}
a:visited { color: #2F81D7; 
} 
a:active { color: #2F81D7; 
} 
/* figure */
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* font-family指定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:750px){
body {
    font-size: 12px; 
}
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* スペース｜トップページ指定 */	
.spacer_15 {	top: 0;	left: 0;	width: 100%;	height: 15px;  }
.spacer_8 {	top: 0;	left: 0;	width: 100%;	height: 8px;  }
.spacer_5 {	top: 0;	left: 0;	width: 100%;	height: 5px;  }
.spacer_0070 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_70 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_070 {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_70_ {	top: 0;	left: 0;	width: 100%;	height: 70px;  }
.spacer_50 {	top: 0;	left: 0;	width: 100%;	height: 50px;  }
.spacer_30 {	top: 0;	left: 0;	width: 100%;	height: 30px;  }
.spacer_120 {	top: 0;	left: 0;	width: 100%;	height: 120px;  }
@media screen and (max-width:950px){
.spacer_0070 {	top: 0;	left: 0;	width: 100%;	height: 50px;  }
} 
@media screen and (max-width:750px){
.spacer_8 {	top: 0;	left: 0;	width: 100%;	height: 5px;  }
.spacer_5 {	top: 0;	left: 0;	width: 100%;	height: 3px;  }
.spacer_15 {	height: 10px;  }
.spacer_70 {	height: 50px;  }
.spacer_70_ {	height: 20px;  }
.spacer_120 {	height: 50px;  }
.spacer_50 {	height: 30px;  }
.spacer_30 {	top: 0;	left: 0;	width: 100%;	height: 20px;  }
.spacer_070 {	height: 50px;  }
} 
/* 文字指定 */
h1 { font-size: 50px;  line-height: 1.3em;  color: #333333;  text-align: justify;  margin: 0 auto;  font-weight: 600; }
h2 { font-size: 32px;  line-height: 1.5em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  font-weight: 600;  width: 100%; }
h3 { font-size: 25px;  line-height: 1.5em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  font-weight: 600;  width: 100%; }
h4 { font-size: 20px;  line-height: 1.7em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  font-weight: 600;  width: 100%; }
h5 { font-size: 17px;  line-height: 1.8em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  font-weight: 600;  width: 100%; }
.p_12 {  font-size: 12px;  line-height: 1.5em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_14 {  font-size: 14px;  line-height: 1.6em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_15 {  font-size: 15px;  line-height: 1.8em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_16 {  font-size: 16px;  line-height: 1.8em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_17 {  font-size: 17px;  line-height: 2.0em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_020 {  font-size: 20px;  line-height: 1.5em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_20 {  font-size: 20px;  line-height: 1.3em;  color: #333333;  text-align: center;  margin: 0 auto;  font-weight: 600;  border-bottom: solid 2px #09A7A2;  padding: 0.5em; } 
.p_0020 {  font-size: 20px;  line-height: 2.5em;  color: #fff;  text-align: center;  margin: 0 auto;  font-weight: 600;  border-bottom: solid 2px #fff;  padding: 0.5em; } 
.p_012 {  font-size: 12px;  line-height: 1.3em;  color: #fff;  text-align: center;  margin: 0 auto; }
.p_032 { font-size: 32px;  line-height: 1.5em;  color: #fff;  text-align: center;  margin: 0 auto;  font-weight: 600;} 
.p_0200 { font-size: 20px;  line-height: 1.7em;  color: #fff;  text-align: center;  margin: 0 auto;  font-weight: 600;} 
@media screen and (max-width: 850px){
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 23px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
.p_15 {  font-size: 15px;}
.p_16 {  font-size: 16px;}
.p_17 {  font-size: 16px;}
.p_20 {  font-size: 18px;}
.p_020 {  font-size: 18px;}
.p_0020 {  font-size: 18px;}
.p_032 { font-size: 28px; }
.p_0200 {  font-size: 18px;}
.p_14 {  font-size: 12px;}
}
@media screen and (max-width:750px){
h1 { font-size: 28px;
line-height: 1.5em;
 }
h2 { font-size: 23px;
line-height: 1.7em;
 }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
.p_15 {  font-size: 15px;}
.p_16 {  font-size: 15px;}
.p_17 {  font-size: 16px;}
.p_20 {  font-size: 17px;}
.p_020 {  font-size: 17px;}
.p_0020 {  font-size: 17px;}
.p_f16 {  font-size: 15px;  line-height: 2.0em;  color: #333333;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;}
.p_032 { font-size: 23px;  line-height: 1.7em;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;} 
.p_0200 { font-size: 17px;  line-height: 2.0em;  text-align: justify;  text-justify: inter-ideograph;  display: inline-block;  width: 100%;} 
}
@media screen and (max-width:500px){
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
.p_15 {  font-size: 15px;}
.p_16 {  font-size: 15px;}
.p_17 {  font-size: 16px;}
.p_20 {  font-size: 16px;}
.p_020 {  font-size: 17px;}
.p_0020 {  font-size: 17px;}
.p_f16 {  font-size: 15px; }
.p_032 { font-size: 20px; }
.p_0200 {  font-size: 15px;}
}
@media screen and (max-width:330px){
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
.p_14 {  font-size: 12px;}
.p_15 {  font-size: 13px;}
.p_16 {  font-size: 13px;}
.p_17 {  font-size: 14px;}
.p_20 {  font-size: 14px;}
.p_020 {  font-size: 14px;}
.p_0020 {  font-size: 14px;}
.p_f16 {  font-size: 13px; }
.p_032 { font-size: 16px; }
.p_0200 {  font-size: 14px;}
}   
/* 改行指定 */
@media screen and (min-width: 750px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 750px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (min-width: 1000px){	
  .br-pc2 { display:block; }
  .br-sp2 { display:none; }
}
@media screen and (max-width: 1000px){	
  .br-pc2 { display:none; }
  .br-sp2 { display:block; }
}
/* viewer */
.viewer {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
    width: 100%;
}
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
img {
width: 100%;
height: auto;
position: relative;
border-style:none;
pointer-events: none;
vertical-align:bottom;
margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
hr.style1 {
  border-top: 1px solid #bbb;
    height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* thumbnail */
.thumbnail img {
  border-radius: 1000px;
}
/* anchor */
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media screen and (max-width:750px){
a.anchor{
    display: block;
    padding-top: 50px;
}