@charset "utf-8";
/* CSS Document */
* {
 box-sizing: border-box;
}
body {
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W6", sans-seri;
 font-size: 16px;
 color: #333;
 margin: 0px;
 padding: 0px;
 background: #fff
}
h1, h2, h3, h4, p {
 margin: 0px;
 padding: 0px;
}
p {
 margin-bottom: 20px;
}
ul, li, dl, dt, dd {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}
img {
 margin: 0px;
 padding: 0px;
 border: none;
}
a, a:visited {
 color: #2b1612;
 text-decoration: none;
}
#HeaderWrapper {
 width: 100%;
}
#HeaderWrapper header {
 width: 100%;
 max-width: 1020px;
 padding: 30px 10px 10px;
 margin: 0 auto;
 display: flex;
 align-items: center
}
#HeaderWrapper header a {
 display: inherit;
 line-height: 0;
}
#HeaderWrapper header p {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 0;
 margin-left: 8%;
}
#HeaderWrapper header span {
 padding-right: 30px;
}
#HeaderWrapper header p span {
 background: url("../img/ashi_yellow.gif") right center no-repeat;
}
.mb_only {
 display: none;
}
.pc_only {
 display: block;
}
.se_only {
 display: none;
}
#FooterWrapper {
 width: 100%;
 background: #f2c23a;
}
footer#Footer {
 width: 100%;
 max-width: 1020px;
 margin: 0 auto;
 background: url("../img/senmu.png") bottom 20px right 120px no-repeat;
 background-size: 250px auto;
 padding: 130px 10px 36px;
}
footer#Footer #FooterName {
 width: 100%;
 max-width: 558px;
}
footer#Footer #FooterName img {
 display: block
}
footer#Footer small {
 text-align: right;
 display: block
}

.sokka{
width:550px;
background: #fff;
text-align: center;
border-radius: 20px;
padding:5px 10px;
margin-bottom: 20px
}
.sokka_mb{
  display:none
}
.sokka p{
margin-bottom: 0;
width: auto;
font-weight: bold
}
.sokka a{
color: #009be6;
text-decoration: underline
}
@media screen and (max-width:1000px) {
 img {
  width: 100%;
  height: auto
 }
 footer#Footer {
  background: url("../img/senmu.png") bottom 20px right 20px no-repeat;
  background-size: 250px auto;
  padding: 130px 10px 36px;
 }
}
@media screen and (max-width:820px) {
 .mb_only {
  display: block;
 }
 .pc_only {
  display: none;
 }
 #HeaderWrapper header {
  padding: 15px 10px;
  display: block;
 }
 #HeaderWrapper header a {
  width: 73%;
  max-width: 350px;
 }
 #HeaderWrapper header p {
  font-size: 14px;
 }
 #HeaderWrapper header span {
  padding-right: 20px;
 }
 #HeaderWrapper header p span {
  background: url("../img/ashi_yellow.gif") right top no-repeat;
  background-size: 15px auto;
 }
 #FooterWrapper {
  padding: 5% 0 3%;
 }
 footer#Footer {
  width: 100%;
  background: url("../img/senmu.png") right 20px center no-repeat;
  background-size: contain;
  padding: 0 20px;
 }
 footer#Footer #FooterName {
  width: 75%;
  margin: 0
 }
.sokka{
width:60%;
}
.sokka p{
font-size:14px;
text-align: left
}
 
 small {
  text-align: right;
  display: block
 }
}
@media screen and (max-width:767px) {
 #HeaderWrapper header {
  background: url("../img/header_bg.png") repeat-x bottom left
 }
}

@media screen and (max-width:767px) {
.sokka {
width: 90%;
margin: 0 auto 40px
}
.sokka_mb{
  display:block
}
.sokka_pc {
  display:none
 }
}



@media screen and (max-width: 460px) {
 #HeaderWrapper header {
  height: 80px;
 }
 #HeaderWrapper header a {
  width: 60%;
 }
 #HeaderWrapper header p {
  font-size: 9px;
  margin-left: 10%;
  line-height: 1.2
 }
 small {
  font-size: 12px;
  font-weight: normal
 }
}
@media screen and (max-width: 320px) {
 .se_only {
  display: block;
 }
}
/*---------------------------------------
ワード検索の裏ワザ
---------------------------------------*/
#Hint {
 position: relative;
 margin: 100px auto 0;
 width: 100%;
 max-width: 980px;
}
.hint_accordion {
 width: 330px;
 height: 51px;
 padding-top: 11px;
 text-align: center;
 background: url(" ../img/hint.png") no-repeat top center;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 margin: 0 auto
}
.hint_accordion span {
 border-bottom: dashed 1px #ccc;
 cursor: pointer;
 padding-right: 20px;
 background: url("../img/hint_arrow.png") right center no-repeat;
}


@media all and (-ms-high-contrast: none) {
	.hint_accordion span {
		line-height: 2.0
}
}

.hint_accordion span:hover {
 border-bottom: none;
}
#Hint .panel {
 display: none;
 position: absolute;
 top: 68px;
 left: 50%;
 margin-left: -400px;
 width: 100%;
 max-width: 800px;
 overflow: hidden;
 transition: 0.3s ease-out;
 background: rgba(43, 24, 6, 0.97);
 color: #fff;
 border-radius: 20px;
 z-index: 1
}
#Hint .panel_inner {
 padding: 30px 20px;
}
#Hint .panel_close {
 display: block;
 width: 70px;
 position: relative;
 padding-left: 20px;
 font-weight: bold;
 cursor: pointer
}
#Hint .panel_close:hover {
 text-decoration: underline
}
#Hint .panel_close#CloseTop {
 margin-left: calc(100% - 70px);
 margin-bottom: 30px;
}
#Hint .panel_close#CloseBottom {
 text-align: center;
 margin: 50px auto 20px;
}
#Hint .panel_close:before {
 position: absolute;
 content: "×";
 font-size: 20px;
 width: 20px;
 height: 20px;
 top: -3px;
 left: 0
}
#Hint .panel p {
 margin-bottom: 30px;
}
#Hint .panel dt {
 position: relative;
 font-weight: bold;
 margin-bottom: 10px;
 border-bottom: dashed 1px #fff;
 padding-left: 15px;
 font-size: 18px;
}
#Hint .panel dt:before {
 position: absolute;
 content: "・";
 left: 0;
 top: 0;
}
#Hint .panel dd {
 padding: 0 20px;
 margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
 #Hint .panel {
  top: 100px;
  left: 7%;
  margin-left: 0;
  width: 86%;
 }
 .panel dt {
  font-size: 16px;
 }
 .panel dd {
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 30px;
 }
}
@media screen and (max-width: 560px) {
 #HintWrapper {
  top: 65%;
 }
 #Hint {
  margin: 0 auto;
 }
 .hint_accordion {
  width: 75px;
  height: 75px;
  padding: 10px 3px;
  font-size: 11px;
 }
 #Hint .panel {
  top: 75px;
 }
 #Hint .panel_close {
  font-size: 14px;
 }
 #Hint .panel_close#CloseBottom {
  margin: 20px auto 0;
 }
 #Hint .panel_close:before {
  top: -4px;
  left: 2px
 }
}
/*------------下部ページだけのスタイル------------*/
.under_page #demo-header {
 position: relative;
}
.under_page #HintWrapper {
 position: absolute;
 margin-top: 0;
 top: 120px;
 left: 50%;
 margin-left: -510px;
 width: 1020px;
 padding: 0 10px;
}
.under_page #Hint {
 position: relative;
 width: 100%;
 max-width: 980px;
 margin: 0 auto
}
.under_page .hint_accordion {
 position: absolute;
 margin-left: 70px;
 font-weight: bold;
 left: 50%;
 top: 20px;
}
.under_page .hint_accordion span:hover {
 border-bottom: none;
}
@media screen and (min-width:768px) and (max-width: 1014px) {
 .under_page .hint_accordion {
  width: 230px;
  background-size: 100%;
  font-size: 14px;
  padding-top: 7px;
  top: 30px;
  margin-left: 160px;
 }
 .under_page .hint_accordion span {
  border: none;
 }
 .under_page #HintWrapper {
  position: absolute;
  margin-top: 0;
  top: 120px;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  padding: 0
 }
}
@media screen and (max-width: 767px) {
 .under_page #HintWrapper {
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
 }
 .under_page .hint_accordion {
  position: absolute;
  top: 30px;
  left: calc(100% - 200px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 5px;
  background: rgba(43, 24, 6, 0.97);
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: hintbtn 1s ease-in-out infinite alternate 1.1s;
  margin-top: 0;
 }
 .under_page .hint_accordion span {
  position: relative;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: #fff;
  line-height: 1.1;
  font-size: 11px
 }
}
@media screen and (max-width: 560px) {
 .under_page #Hint .panel {
  top: 100px;
 }
}
@media screen and (max-width: 460px) {
 .under_page #Hint .panel {
  top: 90px;
 }
 .under_page .hint_accordion {
  top: 12px;
 }
}
/*下部ページだけのスタイルここまで*/
/*---------------------------------------
ワード検索の裏ワザここまで
---------------------------------------*/