.txt-copyright    {
    font-size: 14pt;
    line-height: 130%;
    font-family: "ＭＳ Ｐゴシック", Osaka;
    text-align: center;
}

.txt-8     { font-size: 8pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-9     { font-size: 9pt; line-height: 125%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-10    { font-size: 10pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-11    { font-size: 11pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-12    { font-size: 12pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-14    { font-size: 14pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-16    { font-size: 16pt; line-height: 125%; font-family: "ＭＳ Ｐゴシック", Osak; }
.txt-20    { font-size: 20pt; line-height: 125%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-24    { font-size: 24pt; line-height: 125%; font-family: "ＭＳ Ｐゴシック", Osaka; }

.txt-8B   { font-weight: bold; font-size: 8pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-9B   { font-weight: bold; font-size: 9pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-10B  { font-weight: bold; font-size: 10pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-12B  { font-weight: bold; font-size: 12pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-14B  { font-weight: bold; font-size: 14pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-16B  { font-weight: bold; font-size: 16pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-20B  { font-weight: bold; font-size: 20pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-24B  { font-weight: bold; font-size: 24pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }

.txt-8BW   { color: #FFF; font-weight: bold; font-size: 8pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-9BW   { color: #FFF; font-weight: bold; font-size: 9pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-10BW  { color: #FFF; font-weight: bold; font-size: 10pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-12BW  { color: #FFF; font-weight: bold; font-size: 12pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-14BW  { color: #FFF; font-weight: bold; font-size: 14pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-16BW  { color: #FFF; font-weight: bold; font-size: 16pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-20BW  { color: #FFF; font-weight: bold; font-size: 20pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }
.txt-24BW  { color: #FFF; font-weight: bold; font-size: 24pt; line-height: 130%; font-family: "ＭＳ Ｐゴシック", Osaka; }

a:link   { color: #0043E2; text-decoration: none }
a:visited { color: #974B00; text-decoration: none }
a:hover  { color: #A80025; text-decoration: none }
a:active  { color: #A80025; text-decoration: none }
.float1  { float: right; margin-left: ;}
.float2  { float: left; margin-right: ;}


    
/* ここからmhの際にした追加分 */   
    

.box-shadow {box-shadow: 0px 2px 10px #cccccc;
}

.text-shadow{text-shadow: #D5D5D5 0px 4px 10px;
}

.font_bc{background-color: #5DFD2A;
}


.read{
line-height: 120%;
text-align: left;
font-size: small;
margin-left: 20px;
margin-right: 10px;
}

.float-left {
float:left;
margin-right: 10px;
}

.float-right {
float:right;
margin-left: 10px;
}
	
/* リストを装飾するCSS */
ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
}
ol.sample1 li{
    position: relative;
    padding: 7px 5px 7px 40px;
    margin: 7px 0 10px 0px;
  font-weight: ;
    font-size: 14px;
    border-bottom: dashed 1px #F6A38B;
  
}
ol.sample1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* リストを装飾するCSSここまで */



/* textをボタンにするCSS ピンク*/
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	text-shadow: #98324B 4px 4px 5px;
	
	background-color: #FD68D9;
	border: 0px solid #ceb849;
	border-radius: 35px;
	color: aliceblue;
}

.btn a:hover {
    background-color: #DF00A9;
    border: 0px solid #333;
    color: #FFFFFF;
    font-size: 24px;
}

.btn a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1x;
	background-color: #333;
}

.btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}
/* textをボタンにするCSSここまで */

/* textをボタンにするCSS グリーン*/
.btn_g a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	text-shadow: #3D8D2C 4px 4px 5px;
	
	background-color: #00E60A;
	border: 0px solid #ceb849;
	border-radius: 35px;
	color: #FFFFFF;
}

.btn_g a:hover {
	background-color: #1AB600;
	border: 0px solid #333;
	color: #FFFFFF;
}

.btn_g a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1x;
	background-color: #333;
}

.btn_g a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}
/* textをボタンにするCSS グリーンここまで */


.btn-square-shadow {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #09F607;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #0FC105;
border-radius: 3px;
}

.btn-square-shadow:active {
/*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
border-bottom: none;
}

.pictures {
height: 220px;
display: flex;
flex-wrap: wrap;
align-content: space-around;
margin-left: 40px;margin-top: 0px;margin-bottom: 0px;
}
.pictures img {
width: 70px;
margin: 5px;
}

.pictures2 {
height: 220px;
display: flex;
flex-wrap: wrap;
align-content: space-around;
margin-left: 40px;margin-top: 10px;margin-bottom: 0px;;margin-right: 40px;
}
.pictures2 img {
width: 60px;
margin: 5px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.flex-box img {
  vertical-align: top;
}

.thumnail-left-box {
  width: 70%;
  margin: 0;
  padding: 0 0 2.5%;
}

.thumnail-left-box img {
  width: 100%;
}

.thumnail-right-box {
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumnail-right-box li {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  margin: 0 0 0 auto;
}

.thumnail-right-box li img {
  width: 100%;
  margin: 0 0 auto;
}

/* ウィンドウ幅が～750pxの場合に適用するCSS */
@media print, screen and ( max-width:750px )
{



#header{
margin-bottom: 00;
padding-bottom: 00;
width: 100%;
overflow: hidden;
}

#header_logo img{
float: left;
margin: 0;
width: 85%;
max-width: 637px;
}

#m-nav_menu_bt img{
float:right;
margin: 0;
width: 15%;
max-width: 113px;
}

#body{
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}

#box {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
max-width: ;
    font-size: 12pt;
    line-height: 125%;
}

#box_left {
margin-left: 20px;
margin-right: 0px;
margin-top: -20px;
margin-bottom: 10px;
padding-left:20px;
padding-right:20px;
width: 90%;
max-width: ;
font-size: 12pt; line-height: 125%;
}
	
#box_narrow {
margin-left: 0px;
margin-left: 0px;
margin-top: -20px;
margin-bottom: 0px;
padding-left:20px;
padding-right:20px;
width: 90%;
max-width: 700px;
text-align: center;
font-size: 12pt; line-height: 125%;
}

#box_big {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding:0px;
width: 100%;
max-width: 750px;
	font-size: 12pt; line-height: 125%;
}

/* ウィンドウ幅が751px以上の場合に適用するCSS */
@media screen and ( min-width:751px )
{

#header{
margin: 0;
padding: 0;
width: 750px;
overflow: hidden;
}

#body{
margin: 0;
padding: 0;
width: 750px;
overflow: hidden;
}

#header_logo img{
float: left;
margin: 0;
width: 637px;
}

#m-nav_menu_bt img{
float:right;
margin: 0;
width: 113px;
}
#box {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
    width: 700px;
    overflow: hidden;
	font-size: 14pt; line-height: 125%;
}
	
#box_left {
    margin-left: 45px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
    width: 700px;
    overflow: hidden;
	font-size: 14pt; line-height: 125%;
}	
	

#box_narrow {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
width: 750px;
overflow: hidden;
text-align: center;
	font-size: 12pt; line-height: 125%;
}

#box_big {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding:0px;
width: 750px;
overflow: hidden;
	font-size: 12pt; line-height: 125%;
}

body,td,th {
font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
	font-size: 12pt; line-height: 125%;
}
    
    
