﻿/* 横幅700px以下の場合のみ適用 */
@media (max-width: 700px) {
  img{
    max-width: 98%;
    height: auto;
  }
}
.auto-style32 {
	text-align: center;
}
.auto-style33 {
	font-size: medium;
	color: #008000;
	font-weight: normal;
}
.auto-style43 {
}
.auto-style113 {
	border-collapse: collapse;
	border: 3px solid #808080;
}
.auto-style138 {
	text-align: center;
	font-size: medium;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.auto-style137 {
	text-align: center;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.auto-style139 {
	text-align: center;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}
.auto-style124 {
}
.auto-style54 {
	border-collapse: collapse;
	border: 2px solid #808080;
}
.auto-style54 td{
border:1px solid #808080;
}

.auto-style109 {
	text-align: center;
	border: 1px solid #808080;
}
.auto-style122 {
	border: 1px solid #808080;
	text-align: center;
	font-size: medium;
	color: #383838;
}
.auto-style238 {
	text-align: center;
	font-size: medium;
	color: #000000;
	border: 1px solid #808080;
}
.auto-style239 {
	color: #000000;
}
  .auto-style217 {
	font-size: medium;
}

.auto-style244 {
	text-align: center;
	marigin-bottom:0;
}
.auto-style245 {
	font-family: "源ノ角ゴシック JP Heavy";
	font-size: 55pt;
	color: #646464;
  /*-webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;*/
  padding:0;
  margin:0;
	text-shadow: 0px 3px 1px rgba(21,21,0,0.12);
}
.auto-style246 {
	font-family: "源ノ角ゴシック JP Heavy";
	font-size: medium;
	  /*-webkit-text-stroke: 0.5px #FFF;
  text-stroke: 0.5px #FFF;*/
	color: #646464;
	padding:0;
	margin-bottom:0;
	text-shadow: 0px 3px 1px rgba(21,21,0,0.12);
}
/*.gra{
	 background: linear-gradient(180deg, #0271B4CC 0%, #FFFFFF 70%);
}*/

.link1{
	background-color:#E2EFE4;
	padding:1.5em;
}
.link2{
	background-color:#F3F6DE;
	padding:1.5em;
}
.link3{
	background-color:#DEE3F6;
	padding:1.5em;
}


.link1 img{
	 /*box-shadow: 10px 10px 10px 1px rgb(0 0 0 / 60%);*/
	 border-radius: 30px;
	
}
.auto-style252 {
	color: #383838;
}
.auto-style253 {
	text-align: center;
	color: #383838;
}
.tophyou{
	margin-right:185px;
	text-align:center;
}
.sen{
border-bottom:2px solid #FF0000;
	
}
.hyou{
	border:3px #B40505 solid;
	border-collapse: collapse;

}
.hyou td{
	border:1px #B40505 solid;

}
.hyou2{
	border:3px #04AB09 solid;
	border-collapse: collapse;

}
.hyou2 td{
	border:1px #04AB09 solid;

}

.auto-style275 td{
	border: 1px solid #383838;
}


/*.sen1 a{
  padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(46, 204, 113, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.sen1 a:hover {
  background-position: -100% 0;
  color: #fff;
}*/
}

/*Ｙｏｕｔｕｂｅホバー*/
.you{
	text-align: center;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;

}

.you a {
color:#494949;
  position: relative;
  display: inline-block;
  transition: .3s;
 transition: color 0.3s;
}

.you a:hover{
  color : #E50012;
}

.you a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #E50012;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.you a:hover::after {
  width: 100%;
}

.kasen td{
text-decoration: none;
}

.auto-style257 {
	text-align: center;
	font-size: 37pt;
	color: #FFFFFF;
}
.auto-style258 {
	background-color: #9C9C9C;
	
}

.auto-style260 {
	text-align: center;
}
.auto-style261 {
	font-size: large;
}
.auto-style262 {
	font-size: x-large;
	color: #B40505;
}

.auto-style263 {
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
}

.auto-style264 {
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
}

.auto-style265 {
	color: #FF0000;
}
.auto-style266 {
	font-size: xx-large;
}
.auto-style267 {
	color: #008000;
}

.circle {
    width: 130px;
    height: 130px;
    background-color: #CD7A6D;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 130px;/* ←文字を上下に中央揃え */
    font-size:x-large;
    font-family:"Meiryo UI";
    font-weight:bold;
    color:white;
}
.circle2 {
    width: 130px;
    height: 130px;
    background-color: #F0CE7D;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 130px;/* ←文字を上下に中央揃え */
    font-size:x-large;
    font-family:"Meiryo UI";
    font-weight:bold;
    color:white;
}
.circle3 {
    width: 130px;
    height: 130px;
    background-color: #67AEAA;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 130px;/* ←文字を上下に中央揃え */
    font-size:x-large;
    font-family:"Meiryo UI";
    font-weight:bold;
    color:white;
}
.circle4 {
    width: 130px;
    height: 130px;
    background-color: #688CB0;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 130px;/* ←文字を上下に中央揃え */
    font-size:x-large;
    font-family:"Meiryo UI";
    font-weight:bold;
    color:white;
}
.circle5 {
    width: 130px;
    height: 130px;
    background-color: #CC84AC;
    border-radius: 50%; 
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 130px;/* ←文字を上下に中央揃え */
    font-size:x-large;
    font-family:"Meiryo UI";
    font-weight:bold;
    color:white;
}

.auto-style268 {
	text-align: right;
}
.auto-style269 {
	text-align: left;
}
.box{
	position:relative;
}
.box p{
	position:absolute;
	 top: 42%;
 	 left: 42%;
  	color:#646464;
	font-weight:bold;
	font-size:large;
	text-shadow: 3px 3px 3px rgba(61,70,70,0.3);
    font-size: 23px;
    text-align:center;
	
}
.auto-style271 {
	font-size: xx-large;
	text-align: right;
	background: linear-gradient(transparent 70%, #E9E902 90%);
}
.auto-style272 {
	font-size: 50pt;
	color: #B40505;
}
.auto-style273 {
	font-size: x-large;
	color: #B40505;
}
.auto-style275 {
	font-size: larger;
	color: #B40505;
}
.auto-style276 {
	color: #B40505;
}
.auto-style277 {
	text-align: left;
}
.auto-style279 {
	color: #008000;
	font-size: xx-large;
}
.auto-style281 {
	text-align: center;
	font-size: large;
	color: #FFFFFF;
	background-color: #969696;
}
.auto-style282 {
	border-collapse: collapse;
	border: 2px solid #969696;
}
.auto-style283 {
	font-size: xx-large;
	text-align: center;
}
.auto-style284 {
	font-size: large;
}

.auto-style284-kasen {
	font-size: large;
	 border-bottom: solid 5px gray;
  position: relative;
}
.auto-style284-kasen:after {
	 position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #1C8C42;
  bottom: -5px;
  width: 30%;}

.auto-style284-1 {
	font-size: large;
	border:1px gray solid;
	border-collapse: collapse;
		 table-layout: fixed;
        width: 100%;

}
.auto-style284-1 td{
	border:1px gray solid;
}
.auto-style294 {
	text-align: center;
	background-color: #FFFFFF;
	width:75%;

}


.auto-style285 {
	background-color: #C1C1C1;
}
.auto-style286 {
	text-align: center;
	background-color: #FFFFFF;
}
.auto-style287-15 {
	background-color: #FFFFFF;
	width: 12.5%;
	text-align: center;
}
.auto-style287-30 {
	background-color: #FFFFFF;
	width: 20%;
	text-align: center;
}
.auto-style287 {
	background-color: #FFFFFF;
	 table-layout: fixed;
        width: 100%;
}



/*丸円*/
h2 {
  position: relative;
  color: #333;
  /*display: inline-block;*/
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
h2:before {
  content: "";
  position: absolute;
  background: #ffd69d;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.auto-style288 {
	border-collapse: collapse;
}
.auto-style290 {
	text-align: center;
	background-color: #C7F8C1;
}
.auto-style291 {
	text-align: center;
	background-color: #FCD5F6;
}
.auto-style293 {
	text-align: left;
	font-size: large;
}
.auto-style294 {
	text-align: center;
	width:65%;
	background-color: #FFFFFF;
}
.auto-style295 {
	background-color: #DCDCDC;
}
.auto-style296 {
	text-align: center;
	background-color: #9C9C9C;
	color: #FFFFFF;
	width:35%
}
.auto-style297 {
	font-size: x-large;
	color: #176C34;
}
.auto-style298 {
	font-size: xx-large;
	color: #000080;
}
.auto-style299 {
	font-size: x-large;
}
@media screen and (max-width:640px){
    .tate th,
    .tate td{
        display: block;
        text-align: center;
    }
    .box p{
	position:absolute;
	 top: 42%;
 	 left: 20%;
  	color:#646464;
	font-weight:bold;
	font-size:large;
	text-shadow: 3px 3px 3px rgba(61,70,70,0.3);
    font-size: 23px;
    text-align:center;
	
}

}
.auto-style300 {
	color: #B40505;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.auto-style301 {
	font-size: 60px;
}
.auto-style302 {
	color: #4B4A4A;
}
.auto-style303 {
	font-size: small;
}
.auto-style304 {
	font-size: medium;
}
.auto-style306 {
	font-size: xx-large;
	color: #A50707;
}
.auto-style307 {
	font-size: x-large;
	color: #166C33;
}
.auto-style308 {
	font-family: "源ノ角ゴシック JP Heavy";
	font-size: 30pt;
	color: #646464; /*-webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;*/;
	padding: 0;
	margin: 0;
	text-shadow: 0px 3px 1px rgba(21,21,0,0.12);
}
