@charset "utf-8";

/* clearfix */

.my-event-box:after,
.comment-box:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  text-align: left;
  background: #FFF;
  overflow: visible;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}


/* html body */


/* 設定系 */

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

p {
}

body .display-sp {
  display: none;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}


/* 設定系 */


/* link */

a {
  overflow: hidden;
  color: #0059B2;
  outline: none;
  text-decoration: none;
}

a img {}

a:hover {
  text-decoration: underline;
}

a:hover img {}

a img,
img {
  border: 0;
}


/* link */


/* メニュー */

ul.menu {}

ul.menu li {
  float: left;
}

ul.menu li a {}


/* メニュー */


/* 見出し */

.add-event-box h2,
.single-content h2 {
  font-size: 25px;
  color: #00D8D8;
  background: #F4F4F4;
  padding: 7px 10px 5px 10px;
  text-align: left;
  line-height: 1.4;
  margin: 34px 0 14px;
  letter-spacing: 0;
}

.styled-output h2:first-child,
.styled-output h3:first-child,
.styled-output h4:first-child {
  margin-top: 10px!important;
}

.add-event-box h2::before,
.single-content h2::before {
  display: none;
}

h2.home-head {
  font-family: 'Teko', sans-serif;
  position: relative;
  text-align: center;
  font-size: 45px;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 80px;
}

h2.home-head span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  text-align: left;
}

h2.home-head::before {
  position: absolute;
  top: 42%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.hot-event h2 {
  color: #fff
}

.hot-event h2 span {
  background-color: #FFCC00;
}

.hot-event h2::before {
  background-color: #fff;
}



/* 見出し */

.wrapper {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

header {
  padding-top: 11px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 21px;
}

header {
  text-align: center;
}

header img {
  max-width: 40%;
  height: auto;
}

main {
  margin: 80px auto;
  text-align: left;
}

.text-center {
  text-align: center;
}
.font14{
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}

.font24 {
  font-size: 24px;
}

.left-side {
  float: left;
}

.right-side {
  float: right;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}

.wrapper:after {
  content: "";
  display: block;
  height: 100px;
  /* hoge = stickyFooter height */
}

footer {
  height: 100px;
  /* hoge = stickyFooter height */
}

.logo {}

.theme {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.theme-title {
  text-align: center;
  margin-bottom: 28px;
}

.theme-title span {
  text-align: center;
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #222;
  margin-bottom: 6px;
  margin-top: -33px;
  background: #fff;
}

.theme-title:after {
  content: "";
  display: block;
  border-top: 1px solid #222;
  margin-top: -21px;
  margin-left: 10px;
  margin-right: 10px;
}

.form-box {
  margin: 30px 0 32px;
  text-align: center;
}

.form-box input:not([type="submit"]),
.form-box textarea {
  display: inline-block;
  background: #fff;
  height: 31px;
  border-radius: 3px;
  border: none;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  width: 60%;
  min-width: 200px;
  outline: none;
  font-size: 16px;
  border: 1px solid #999;
}

.form-box textarea {
  height: 8em;
  line-height: 1.6;
  padding-top: 10px;
  margin-top: 6px;
}

.btn,
.hide_btn,
.show_btn,
.form-box input[type="submit"] {
  border: none;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  background-color: #365899;
  border-color: #365899;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 12px;
  line-height: 1;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center vertical-align: middle;
  font-size: 16px;
}
.btn:hover{
  text-decoration: none;
}
.parent-box {
  margin-top: 40px;
}

.parent-box p {
  margin-bottom: 12px;
}

.qr-box {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 21px;
  padding-bottom: 33px;
  margin-top: 33px;
  border-top: 3px dotted #996;
  border-bottom: 3px dotted #996;
}

.current_count strong{
  font-size: 22px;
}

.answer-box_parent{
}
.show_btn,
.btn,
.hide_btn {
  cursor: pointer;
}

.btn {}

.start-btn {
  margin-top: 10px;
}

.hide_btn {
  display: none;
}

.answer_info{
  display: none;
}

.minaide{
  background: #eee;
}
.minaide i{
  margin-right: 6px;
  color: crimson;
}



.show_flag .qr-box{
  display: none;
}
.show_flag .minaide{
  display: none;
}
.show_flag .answer_info{
  display: block;
}

.show_flag .hide_btn {
  display: inline-block;
}

.show_flag textarea,
.show_flag form,
.show_flag .show_btn {
  display: none;
}

.point {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  padding: 10px;
  background: #fafafa;
  max-width: 630px;
  margin: 20px auto;
}

.point span {
  background: #900;
  padding: 2px 8px;
  color: #fff;
  margin-right: 4px;
  font-size: 11px;
  letter-spacing: 0.02em;
  vertical-align: 0;
  font-weight: bold;
}


.odai-navi {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  padding: 10px;
  background: #fafafa;
  max-width: 530px;
  margin: 40px auto 10px;
}
.odai-navi h2{
 margin-bottom: 10px; 
}
h2 {}

.qr-box {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 13px;
}

.url-text {
  display: inline-block;
  padding: 3px 8px;
  background: #f1f1f1;
  font-weight: bold;
  margin-top: 8px;
  font-size: 13px;
  margin-bottom: 8px;
}

.qr {
  margin-top: 16px;
}

.count {
  /* border-top: 1px solid #333; */
  position: relative;
  margin-top: 50px;
  height: 2px;
  display: none;
}

.count span {
  position: absolute;
  display: block;
  top: -13px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  line-height: 32px;
}

.answer-text {
  text-align: left;
  max-width: 620px;
  margin: 0px auto 50px;
  display: none;
  background: #f5f6fa;
  padding: 14px 16px;
}


.show_flag .count,
.show_flag .answer-text {
  display: block;
}

.search-box input[type="submit"] {
  font-family: FontAwesome;
  background: none;
  border: none;
}

.search-box input[type="submit"],
.search-box a {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #000;
  font-size: 18px;
}

.footer-menu {
  padding: 20px 0 0;
  text-align: center;
}

.footer-menu ul {
  font-size: 0;
  line-height: 1;
}

.footer-menu ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.footer-menu ul li:first-child {
  border-left: none;
}

.footer-menu ul a {
  color: #000;
}

.footer-copyright {
  color: #666;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

.icon-fa {
  background: #305097;
}

.icon-tw {
  background: #00aced;
}
.about-box{
  text-align: left;
  padding: 0 10px;
  max-width: 640px;
  margin: 0px auto 30px;
}
.about-box a{
  text-decoration: underline;
}
.about-box i{
  margin-right: 8px;
}
.about-box h2{
  margin-bottom: 10px;
  padding-bottom: 4px;
  font-size: 24px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  border: 1px solid #333;
  margin: 40px 0 15px;
  padding: 6px 12px;
  display: inline-block;
}

h4 {
  font-size: 18px;
  margin: 19px 0 3px;
}

.about-sub-box{
  padding: 10px;
  border-radius: 5px;
  background: #fafafa;
  margin-top: 16px;
}
h5{
  font-size: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.example-box{
  margin: 20px 18px 8px;   
}
.example-box li{
  margin: 0 auto 24px;
  border-radius: 8px;
  padding: 12px 20px;
  display: block;
  background: #fff;
  max-width: 550px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.09);
}
.example-box-odai {
  font-size: 20px;
}
.example-box-odai a{
  color: #333;
}
.example-box p{
  font-size: 13px;
}
.example-box-btn{
 font-size: 13px;
  margin-top: 6px;
}


