@charset "UTF-8";
/* CSS Document */



.resizeimage img { width: 100%; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

p {
  font-weight: nomal;
}


 /* ↓縦に積むテーブル↓ */
table {
}
.tbl-r02 th {
}
.tbl-r02 td {
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
  }
  .tbl-r02 {
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
  }
}
 /* ↑縦に積むテーブル↑ */
 
 

.font_m {
	font-size: 80%;
	line-height: 1.8rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #666;
}
.font_blue_l {
	font-size: 120%;
	line-height: 2.3rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #004da0;
}
.font_blue_m {
	font-size: 80%;
	line-height: 1.8rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #004da0;
}
.font_blue {
	font-size: 200%;
	line-height: 2.8rem;
	font-family: "Noto Serif JP", sans-serif;
	color: 004da0;
}
.font_blue_g {
	font-family: "Noto Serif JP", sans-serif;
	color: #004da0;
}
.font_blue_g_l {
	font-size: 150%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #004da0;
}
.font_white {
	font-size: 80%;
	line-height: 1.8rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #FFF;
}
.font_white_g_l {
	font-size: 150%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #FFF;
}

.font_white_m {
	font-size: 150%;
	line-height: 3.0rem;
	font-family: "Noto Serif JP", serif;
	color: #FFF;
}
.font_s {
	font-size: 40%;
	line-height: 0.6rem;
	font-family: "Noto Serif JP", sans-serif;
}
.font_l {
	font-size: 150%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
}


a,a:hover,a:visited{
    color: inherit;
}


table.sample {
   display: block;
   border: none;
   width: 80%;
   max-width: 900px;
   min-width: 400px;
   text-align:  center;
}
table.sample tr {
   display: inline;
}
table.sample td {
   display: inline-block;
   margin-bottom: 10px;
}


@media screen and (max-width: 500px){
.bg-color {
	background:#E8DBC3;
  }