@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}


body {
	margin: 0;
	color: #222;
	font-family: 'メイリオ',Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	background-color: #fff;
	
}
a:link ,a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover,a:active {
	color: #E90064;
	text-decoration: none;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  background: #39A7FF;
  position: fixed;
  width: 100%;
  height: 54px;
z-index: 30;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
.pcnavi{
	display: none;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a  {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
	padding-top: 4px;
  letter-spacing: 4px;
  font-size: 20px;
}
.navtext a {
	color: #fff;
	text-decoration: none;
}

#top {
	line-height: 160%;
	font-size: 100%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	margin-top: 0px;
	max-width: 1000px;
}
main {

	margin-top: 70px;
	padding-bottom: 30px;
	padding-left: 8px;
	padding-right: 8px;
}
footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #222;
	margin-top: 20px;
	font-size: 100%;
	padding-top: 10px;
	line-height: 140%;
	margin-bottom: 10px;
}

h1 {
	font-size: 160%;
	margin-bottom: 35px;
	font-weight: normal;
	border-left-width: 0px;
	margin-top: 15px;
	padding-top: 12px;
	color: #FF2442;
	line-height: 120%;
}
h2 {
	font-size: 150%;
	margin-bottom: 24px;
	font-weight: normal;
	border-left-width: 0px;
	margin-top: 34px;
	padding-top: 12px;
	padding-bottom: 14px;
	color: #0078AA;
	line-height: 110%;
	position: relative;	
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h3 {
    font-size: 110%;
    font-weight: normal;

    padding-top: 10px;
    padding-bottom: 2px;
    line-height: 100%;
}
.counter {
  font-size: 38px;
  display: inline-block;
  padding: 30px 30px;
  border-radius: 10px;
line-height: 150%;
}
.counter2 {
  font-size: 30px;
  display: inline-block;

line-height: 150%;
}

.answerimg{
	width:80px;
	margin-top: 40px;
}

.mobileoff {
	display: none;
}


.imgleft{
	float: left;
	padding-right:5px;
}
.no_underline a {
	text-decoration: none;
}
.underline01 {
border-bottom:double;/*二重線を引く*/
border-color:#FF0000;
border-width:3px;
}

.logoimg {
	width: 200px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 10px;
	vertical-align: middle;
}
.logoimg_footer {
	width: 200px;
	margin: 18px;
}

.bottonimg {
	height: 36px;
	margin-right: 8px;
	vertical-align: middle;
}
.samimg {
	width: 100%;
	height: auto;
	padding: 2px;
}
.samimg2 {
	width: 100%;
	height: auto;
	padding: 2px;
}

.imgtop1 {
	padding: 1px;
}



.font125 {
	font-size: 125%;
}

.word0 {
	font-size: 125%;
	font-weight: bold;
	line-height: 150%;
}
.word {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
}
.question {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 30px;
}
.word2 {
	font-size: 120%;
	line-height: 190%;
}
.word3 {
	font-size: 130%;
	line-height: 150%;
}
.word_cate {
	font-size: 120%;
	margin-top: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 80%;
}
.small {
	font-size: 90%;
}
.small2 {
	font-size: 80%;
}
.small3 {
	font-size: 70%;
}
.color5 {
	color: #DC0000;
}
.color6 {
	color: #A62349;
}
.color7 {
	color: #0078AA;
}
.color8 {
	color: #DC3535;
}
.color9 {
	color: #25B7C0;
}
.color10 {
	color: #333;
}
.color11 {
	color: #999;
}



.movie {

	width: 720px;
	height: 480px;	
	}
div.iframe_wrapper {
  position: relative;
  width: 100%; /* ここは適時編集してください（px指定してmin-widthと組み合わせるなり） */
max-width: 720px;
	overflow: hidden;
	margin:  0 auto; 
}
div.iframe_wrapper::before {
  content:'';
  display: block;
  padding-top: 66.66%; /* 高さ÷横幅×100,720+480 */
}
div.iframe_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
z-index: 10;
}


.t-line1 tr:nth-child(odd) td {  /* テーブルの背景色を交互にする */
  background-color: #F9F2ED;  
}  
.trline {
	border-bottom: 2px solid #333;
}
.floatleft{
	float: left;
}
.floatclear{clear: both;}


.now {
	background: orangered;
	font-size: 80%;
	color: white;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 5px;
}
.back_color1 {
	background-color: #FFF1DC;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color2 {
	background-color: #F0EEED;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color3 {
	background-color: #EEB0B0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color4 {
	background-color: #BDE6F1;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color4_1 {
	background-color: #3AB0FF;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	color: white;
}
.back_color4top {
	background-color: #3DB2FF;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 10px;

}
.back_color5 {
	background-color: #FFEBB7;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color6 {
	background-color: #DEEDF0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.back_color8 {
	padding: 7px;
	border: 1px solid #666666;
}
.back_color8_1 {
	padding: 0px 6px;
	margin-bottom: 1px;
	border: 1px solid #555;
	background-color: #fff;
}
.back_color9 {
	padding: 3px 8px;
	margin: 4px;
	border: 1px solid #666666;
	border-radius: 6px;
	background-color: white;
}
.back_color10 {
	background-color: #FFFAF4;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.back_color10top {
	background-color: #FFFAF4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-top: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	min-height: 110px;
	line-height: 200%
	
}

.backcolor1s{
	background: #979797;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 1px;
	border-radius: 4px;
	margin-right: 3px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.lineheight180 {
	line-height: 180%;
}
.lineheight200 {
	line-height: 200%;
}
.line_border1 {
	border: dashed 1px #ddd;
}

.conbox {
	float:left;
	margin:5px 1%;
	height:260px;
	width:48%;
	font-size:90%;
	line-height: 120%;
}
.conbox a {
text-decoration: none;
}
.searchbox {
	float:left;
	margin:5px 1%;
	height:130px;
	width:31%;
	font-size:80%;
	line-height: 120%;
	text-align: center;
}
.conbox2 {
	float:left;
	margin:5px 1%;
	height:280px;
	width:47%;
	font-size:90%;
	line-height: 120%;
}

.td390 {
	width: 390px;
}

.list {
  list-style: none;
  padding: 0 2 0 2;
  margin: 0;
}
.list li {
  position: relative;
  padding: 0 0 0.6em 1.6em;
  margin: 0;
}
.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #00ACDB;
}
ol li  {
padding: 4px 4px 4px 0px;

}

.list2 {

  padding: 0 4 6 0;
  margin: 0;
padding-inline-start: 20px;

}
.list2 li {
  position: relative;
  padding: 0 0 0.5em 0;
  margin: 0;
}

.questiontable {
	border-spacing: 0px 4px;
}

.table01 {
	width: 100%;
}

.table01 td {
	padding: 1px;
	line-height: 130%;
}

/* アドセンス広告（モバイル）の高さを指定(cls改善)*/
.adsense {
	min-height:250px;
}

.botton_good {
	font-size: 14px;
	color: white;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #777;
	border-radius: 4px;
	background-color: #F2C18D;
}
.botton_good_done {
	font-size: 14px;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #999;
	color: #999;
	border-radius: 4px;
	background-color: #ddd;
}

/*タグボタンここから*/

.botton_li {
	display: inline-block;
	margin-top: 0.5em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: .3em;
	padding: 0;
}
.botton_li a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li a:hover {
	background-color: #F2BE22;
	border: 1px solid #555;

}
.botton_li_now{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #25B7C0;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.botton_li1 {
	display: inline-block;
	width: 45%;
	margin-top: 0.3em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: 0.3em;
	padding: 0;
	text-align: center;
}
.botton_li1 a {
	display: inline-block;
	height: 40px;
	width: 90%;
	line-height: 40px;
	padding: 0.1em 0.6em;
	background-color: #FFF5E0;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li1 a:hover {
	background-color: #FFC54D;
	border: 1px solid #555;
}

/*タグボタンbigここから*/

.botton_li2 {
	display: inline-block;
	margin-top: 0.3em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: 0.3em;
	padding: 0;
	text-align: center;
}
.botton_li2 a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 0.8em;
	background-color: #FFF5E0;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li2 a:hover {
	background-color: #FFC54D;
	border: 1px solid #555;
}

.botton_li3 {
	display: inline-block;
	margin-top: 0.5em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: .3em;
	padding: 0;
	
}
.botton_li3 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li3 a:hover {
	background-color: #F2BE22;
	border: 1px solid #555;
}

.botton_li4 {
	display: inline-block;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.4em;
	padding: 0;
}
.botton_li4 a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 1em 2.2em;
	background-color: #D83F31;
	border: 1px solid #555;
	border-radius: 16px;
	white-space: nowrap;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li4 a:hover {
	background-color: #FFC54D;
	border: 1px solid #555;
}

.botton_li5 {
	display: inline-block;
	margin-top: 0.3em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: 0.3em;
	padding: 0;
	text-align: center;
}
.botton_li5 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 0.7em;
	background-color: #FFF5E0;
	border: 1px solid #777;
	border-radius: 3px;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li5 a:hover {
	background-color: #FFC54D;
	border: 1px solid #555;
}
.botton_li6 {
	display: inline-block;
	margin-top: 0.5em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: .3em;
	padding: 0;
	
}
.botton_li6 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #F0EEED;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li6 a:hover {
	background-color: #F2BE22;
	border: 1px solid #555;
}

.botton_li_navi {
	display: inline-block;
	margin-top: 0.5em;
	margin-right: .3em;
	margin-left: 0;
	margin-bottom: .3em;
	padding: 0;
}
.botton_li_navi a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 0.4em;
	background-color: #fff;
	border: 1px solid #777;
	border-radius: 4px;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.botton_li_navi a:hover {
	background-color: #F2BE22;
	border: 1px solid #555;

}

/*フォームここから*/
.formbox {
	padding-bottom: 20px;
	padding-top: 6px;

}
.formline {
	margin: 6px 0px;
}

.formbutton{
    padding: 14px 6px;
	font-size: 14px;
	width: 100px;
    border: 1px solid #373737;
    background-color: #ddd;
    color: #000000;
	border-radius: 8px;
}
.formbutton:link{
    text-decoration: none;
}


.form5 input {/* テキストボックス用 */
	font: 16px/20px sans-serif;
	box-sizing: border-box;
	width: 200px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	background-color: #fff;
}
.form6 input {/* メールアドレス用 */
	font: 16px/20px sans-serif;
	box-sizing: border-box;
	width: 300px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	background-color: #fff;
}
.form5 input[type="submit"]{
	padding: 5px 10px;
	font-size: 16px;
	width: 70px;
    border: 1px solid #373737;
	background-color: ghostwhite;
    color: #000000;
	border-radius: 4px;
}
.form5 textarea {/* テキストボックス用 */
	font: 18px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.form5 select {/* テキストボックス用 */
	font: 16px/20px sans-serif;
	box-sizing: border-box;
	width: 200px;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	background-color: #fff;
}
.form7 input {/* bbsタイトル */
	font: 16px/20px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	background-color: #fff;
}

/* ラジオボタン用 */

/* ラジオボタンの○を消す */
input[type="radio"] {
    display: none;
}
/* 画像 */
label .radioimg {
    margin: 3px;
    padding: 1px;
	width: 45px;
	height: 45px;
	background-color: white;
}
/* 未選択の場合 */
input[type="radio"] + label .radioimg {
    border: solid 1px ;
	border-radius: 50%;
  }
/* 選択済みの場合 */
input[type="radio"]:checked + label .radioimg {

	border: solid 3px darkorange;
	background-color: beige;
	width: 55px;
	height: 55px;
}

/* ラジオボタン用ここまで */

.form1{
	display: inline;
}

.form1 input {/* テキストボックス用 */
	box-sizing: border-box;
	width: 84px;
	padding: 7px 6px;
	transition: 0.3s;
	letter-spacing: 1px;
	border: 1px solid #777;
	border-radius: 4px;
	background-color: #fff;
}
.form1 input[type="submit"]{
	padding: 4px 3px;
	width: 38px;
    border: 1px solid #777;
	background-color: ghostwhite;
    color: #000000;
	border-radius: 4px;
}
.bbsmes{margin-top: 10px;
	padding-top: 4px;
}
.bbsmes2{margin-top: 10px;
	width: 60px;
	padding-right: 8px;
	font-size: 80%;
	line-height: 100%;
	text-align: center;
}
.bbsmesre{margin-top: 20px;
margin-bottom: 22px;

}
.sre {
width: 96%;
padding: 10px;
	border-radius: 8px;
background-color:cornsilk;
}
.re {
	margin-left: 20px;
	padding: 10px;
	border-radius: 8px;
background-color: aliceblue;
}
.re2 {
	margin-left: 20px;
	padding: 10px;
	border-radius: 8px;
background-color:ivory;
}
.bbsgood {
	margin-top: 10px;
}
.bbslink {
	color: #06C;
	text-decoration: underline;
}
.whitelink a {
	color: white;
	text-decoration: none;
}


/*フォームここまで*/
/* 送信ボタンここから */
.sbt_1{
	max-width: 50%;
	width: 180px;
	height: 60px;
	background-color: #FF731D;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-radius: 18px;
	position: relative;
	border: 1px solid #777;
}

.sbt_1:hover{
	background-color: #888888 !important;
	color: #fff;
}
.sbt_2{
	width: 100%;
	max-width: 720px;
	padding: 10px;
	background-color: #E90064;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	position: relative;
	border: 1px solid #999;
}

.sbt_2:hover{
	background-color: #888888 !important;
	color: #fff;
}
/* 送信ボタンここまで */

.pagetop {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 0px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 18px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	margin-top: 5px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:10px 18px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	margin-top: 5px;
}

#game-container {
			display: none;
		}
		
		#start-button {
			display: inline;
		}
		
		#start-button.hidden {
			display: none;
		}
		
		#game-container.show {
			display: inline;
		}

/* アイコン付き吹き出し（左側） */
.talk10 {
margin-bottom: 10px;
}

.talk10 figure img {
width: 100%;
height: 100%;
border: 2px solid #555; /* 円の線の太さと色の設定 */
border-radius: 50%;
margin: 0;
}

p.talk10-text {
margin: 0 0 8px;
}

p.talk10-text:last-child {
margin-bottom: 0px;
}

.talk10:after,.talk:before {
clear: both;
content: "";
display: block;
}

.talk10-img {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 70px;
height: 70px;
}

.talk10-txt {
color: #444; /* 吹き出し内テキストの色 */
position: relative;
margin-left: 100px;
padding: 0.6em 0.8em 1em 0.8em;
border: 2px solid #555; /* 吹き出し線の太さと色の設定 */
background-color: #fff; /* 吹き出しの背景色 */
border-radius: 5px; /* 吹き出しの角の丸み */
}

.talk10-txt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #555; /* 吹き出しの三角形の設定（色以外の変更は非推奨） */
top: 24px;
left: -20px;
}

.talk10-txt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 24px;
left: -17px;
}

/* アイコン付き吹き出し（掲示板） */
.talk11 {
display: flex;
flex-wrap: nowrap;
}

.talk11 figure img {
width: 100%;
height: 100%;
border: 2px solid #555; /* 円の線の太さと色の設定 */
border-radius: 50%;
margin: 0;
background-color: beige;
}

.talk11-img {
margin: 0px 12px 10px 10px;
float: left;
width: 42px;
height: 42px;
}

.talk12-img {
margin: 2px 12px 10px 0px;
float: left;
width: 42px;
height: 42px;
}

.adsense {
	min-height:250px;
}

/* クリックで正解を表示 */
.wrap {
  margin: 2em 0;
  padding: 0;
}

.wrap label {
  display: block;
  padding-left : 12px;
padding-bottom: 6px;
padding-top: 6px;
  color: #fff;
  background: #999;
  cursor: pointer;
}

.wrap input[type="checkbox"] {
  display: none;
}

.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.switch:checked + .content {
  height: auto;
  padding-left: 16px;
padding-top: 6px;
  background: #f7f7f7;
}
/* クリックで正解を表示ここまで */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.botton_li1  {
	width: auto;
}
	
.botton_li1 a {
	width: 82px;
}
	
.conbox {
	float:left;
	margin:5px;
	height:250px;
	width:160px;
	font-size:90%;
	line-height: 120%;
}
.conbox2 {
	float:left;
	margin:5px;
	height:280px;
	width:160px;
	line-height: 120%;
}
.searchbox {
	float:left;
	margin:5px;
	height:130px;
	width:100px;
	font-size:80%;
	line-height: 120%;
}

.samimg {
	max-width: 700px;
	padding: 2px;
}
.samimg2 {
	max-width: 500px;
	padding: 2px;
}
.imgtop1 {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
}
.back_color10top {
	padding-bottom: 32px;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 80px;
}
	
.mobileoff {
	display: inline;
}
	
.table01 td {
	padding: 5px;
	line-height: 160%;
}
	
.form5 textarea {/* テキストボックス用 */
	height: 160px;
}
.form7 input {/* bbsタイトル */
	width: 600px;
}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.pcnavi{
	display: inherit;
	width: 100%;
	padding-top: 57px;
	background-color: #F0EEED;
	text-align: center;
	padding-bottom: 6px;
}
main {
	margin-top: 32px;
}
.navicon {
	display: none;
	}
	
}