@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


/* remember to define visible focus styles!
:focus {
outline: ?????;
} */


/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}


a {
  text-decoration: none;
}

a:hover{
   text-decoration: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

a,
body,
html,
legend {
  color: rgb(41, 41, 41);
}

body {
  /*-------フォント比率指定はこちら----------*/
  font: 13px "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*    font-family: 'Noto Sans Japanese', sans-serif;*/
  font-size: 85%;
  line-height: 1.5em;
}

.flexBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

.btn2 {
  display: inline-block;
  padding: 0.5em 1em;
  margin:20px;
  text-decoration: none;
  text-align: center;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/*-------タブ追加しました（南里）----------*/

/*タブSP*/

#area_tub {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

#area_tub #tub {
  max-width: 320px;
  margin: 0 auto;
  height: 60px;
  vertical-align: bottom;
}



#tubLeft_logo {
  display: block;
  /* margin: 0 auto; */
  /* float: left; */
  /* width: 40px; */
}

#area_tub #sakuraLogo {
  /* margin-left: 5px; */
  width: 60px;
  margin-top: 3px;
}

#area_tub .tubContents {
  font-size: 0.7em;
  /* width: 20%; */
  float: left;
  text-align: center;
  margin-top: 14px;
  padding: 0px 2%;
}

@media screen and (min-width:768px) {
  #area_tub #tub {
    max-width: 670px;
  }
  #area_tub .tubContents{
    width: 20%;
  }
}


/* @media screen (min-width:768px) {
#area_tub .tubContents {
width: 20%;
}
} */

.topLink {
  float: left;
  width: 40%;
  line-height: 2.8em;
  /*    padding-left: 3%;*/
}

.tubContents #topIndex {
  /* margin: 0 auto; */
  width: 30px;
  float: left;
}

#area_tub .tubContents a {
  display: block;
  border-bottom: solid 2px #d9d9d9;
  height: 40px;
  line-height: 1.4;
  font-size: 1.2em;
  padding: 0 0%
}

.SP_none {
  display: none;
}

#area_topIndex {
  width: 60px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#sp_tub {
  display: block;
}





/*フッター用スタイル*/

#footerStyle {
    width: 100%;
    border-top: solid 5px #f67e04;
    padding-top: 30px;
    margin: 60px auto auto auto;
}

#townLogo,
.tnLogoImgBox
{
    width: 260px;
    margin: auto;
}

#townLogo img,
#linkImages img {
    width: 100%;
}

.townSub {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.borderBottom {
    padding-bottom: 30px;
    border-bottom: solid 1px #cccccc;
}

#linkImages {
    width: 260px;
    margin: 30px auto auto auto;
}

.linkImageA {
    margin-top: 15px;
    display: block;
}

.snsWord {
    text-align: center;
    margin-top: 20px;
    color: #365899;
    margin-bottom:30px;
}

#copyright {
    border-top: solid 3px #f67e04;
    margin: 30px auto auto auto;
    padding-top: 10px;
}

.copyWord {
    text-align: center;
    width: 90%;
    margin: auto;
}



/* PCはこっち////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 640px) {
    #townLogo {
        width: 620px;
    }
    #linkImages {
        width: 620px;
    overflow: hidden;
    }
    .linkImgBox {
        width: 200px;
        float: left;
        margin-right: 10px;
    }
    .marginClear {
        margin-right: 0;
    }

}

.halfData_p a{
 text-decoration: underline !important;
}

.halfData_p a:hover{
 text-decoration: underline !important;
}
/* Real-time
81
Visitors right now */

@charset "UTF-8";

/* CSS Document */
/*
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
font-family: 'Noto Sans Japanese', sans-serif;
}
*/
/*PR用のリセットCSS

.page {
    padding: 0 0 10px !important;
}

.main {
    width: 100%;
}

.pageBox .pageBoxWrap1 .pageBoxWrap2 {
    padding: 0px;
    background: none;
    text-align: left;
}

.pageBox .pageBoxWrap1 {
    background: none;
}

.pageBox {
    width: auto;
    margin: 0 auto;
    background: none;
}

.footer {}

.footerTop {
    height: 0px;
    border-top: none;
    border-bottom: none;
    padding: 1px 0;
}

.footerBottom .footerBottomWrap {
    padding: 10px 4px;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
}

.footerBottom .footerBottomWrap .right {
    text-align: center;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}

.footerBottom .footerBottomWrap .right {
    float: right;
    width: 100%;
}
*/
/*--------------ここからスマホ--------------*/
body {
  min-width: 320px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
  overflow: auto;
  background-color: #f5f5f5;
}

.headerTop {
  position: absolute;
  top: 0px;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.headerTop p {
  display: inline-block;
  margin-left: 20px;
  font-size: 95%;
  line-height: 1.5;
  padding-top: 6px;
}

.headerTop img {
  display: inline-block;
  max-height: 100%;
  width: auto;
  float: right;
  margin-right: 10px;
}

/*----------古川追加分----------*/
.dn{
display: none;
}

@media screen and (min-width:361px) {
  .dn_360- {
    display: none;
  }

  .headerTop p {
    line-height: 50px;
    padding-top: inherit;
  }
}

a:hover {
  opacity: 0.7;
}

.header_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

.kensho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  text-justify: inter-ideograph;
  /*両端揃えの種類*/
  font-weight: bold;
}

/*----------カード部分----------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.katsudo_index {
  text-align: justify;
  text-align-last: justify;
}

.katsudo_index div {
  text-align-last: auto;
}

.katsudo_index_child_from {
  background-color: #fbde00;
  width: 4em;
  height: 1.5em;
  border-radius: 1.5em;
  color: #8e2919;
  margin-bottom: 5px;
  text-align: center;
}

.katsudo_index_child {
  border-left: solid 10px #00bfff;
  background-color: #f0f8ff;
  -webkit-box-shadow: 2px 2px 4px rgb(180, 180, 180);
          box-shadow: 2px 2px 4px rgb(180, 180, 180);
  padding: 10px;
}

.button{
    width: 300px;
}

.katsudo_index_pub {
  position: relative;
  text-align: center;

}

.btn-square-shadow {
  /* display: inline-block; */
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 22px;
  font-size: 20px;
  height: 44px;
  /* font-weight: bold; */
}

.btn-square-shadow:before {
  /*白い丸 */
  /* display: inline-block; */
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  /* CSS3草案 */
  -webkit-border-radius: 50%;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50%;
  /* Firefox用 */
  background: #fff;
}

.btn-square-shadow:after {
  /*「after要素」で三角 */
  /* display: block; */
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #668ad8;
}

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


.katsudo_index_child_himawari {
  /* width: 100%; */
  height: 12em;
  text-align: right;
  /* background: url("../images/himawari.png");
background-size: contain;
background-repeat: no-repeat;
background-position: right; */
  opacity: 0.5;
}

.katsudo_index_child_himawari img {
  height: 100%;
}

@media screen and (max-width:599px) {
    .katsudo_index_pub {
    margin: 0px 23px 20px 23px;
  }
  .button{
    margin: 0 auto;
  }
}

@media screen and (min-width:600px) and (max-width:768px) {

  /* .flex_ipad{
    display: flex;
    align-items: center;
    margin: 0px 23px 20px 23px;
    justify-content: center;
    flex-wrap: wrap;
  } */
  .katsudo_index_pub {
    display: inline-block;
    width: calc(100vw - 46 / 2);
    vertical-align: middle;

  }

  .katsudo_index_pub:first-child {
    margin-left: 23px;
  }

  .katsudo_index_pub:last-child {
    margin-right: 23px;
  }
}

/*----------記事部分----------*/
.katsudo_detail_child_from {
  background-color: #fbde00;
  width: 4em;
  height: 1.5em;
  border-radius: 1.5em;
  color: #8e2919;
  margin-left: 5px;
  text-align: center;
}

.katsudo_detail_child {
  background-color: #fff;
  border: solid 1px #00bfff;
  /*#ffd700*/
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 40px;
}

/*----------記事の写真部分----------*/
.katsudo_detail_child img {
  width: 100%;
}

.katsudo_detail_child_img {
  position: relative;
}

.katsudo_detail_child_img p {
  position: absolute;
  padding: 10px 10px 10px 30px;
  bottom: 10px;
  right: 0px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(50, 50, 50, 0)), color-stop(25%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(left, rgba(50, 50, 50, 0), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(90deg, rgba(50, 50, 50, 0), rgba(0, 0, 0, 0.4) 25%);
  /* width: 100%; */
  text-align: right;
}

.katsudo_detail_child_honmon p {
  line-height: 1.8;
  margin-bottom: 1em;
}

/* .katsudo_detail_child_honmon p:nth-child(1):first-letter {
    font-size: 2.5em;
    line-height: 1;
    float: left;
    margin-right: 0.2em;
    padding-top: 0.15em; */
/* カッコを半角に */
/* font-feature-settings: "palt";
    color: #00bfff;
} */
/* .katsudo_detail_child_honmon p:nth-child(1) {
    text-indent: 0;
} */
/*----------記事の住所部分----------*/
.katsudo_detail_child_address {
  background-color: #fff8bf;
  color: #8e2919;
  padding: 10px;
  font-size: 0.9em;
}

.katsudo_detail_child_address p:first-of-type {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2;
}

.katsudo_detail_child_address a {
  color: #079dcf;
}

/*----------スクロールトップボタン----------*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
}

#page_top:hover {
  opacity: 0.6;
}

#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  content: '';
  background-image: url(../images/pagetop.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

/*/////////// スマホ ///////////*/
@media screen and (max-width:767px) {
  .header {
    position: relative;
  }

  .header_sp_img {
    width: 100%;
    display: block !important;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .header_pc_img {
    display: none !important;
  }

  .header_title {
    position: absolute;
    display: block !important;
    width: 100%;
    top: 70px;
    text-align: center;
    font-size: 140%;
    line-height: 1.5em;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    margin-bottom: 20px;
  }

  .header_detail {
    position: absolute;
    display: block !important;
    /*top: 75px;*/
    /* width: 90%; */
    /* min-width: 375px; */
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    /* transform: translate(-50%, -50%); */
  }

  .kensho {
    margin-left: 23px;
    margin-right: 23px;
    padding: 23px 23px 18px 23px;
    /*font-size: 110%;
	line-height: 1.8em;*/
  }

  .kensho_title {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.8em;
  }

  .kensho_honmon {
    padding-left: 2em;
  }

  .kensho_honmon ul li {
    text-indent: -2em;
    margin-bottom: 0.3em;
  }

  .kensho_date {
    text-align: right;
    margin-top: 10px;
  }

  .katsudo {
    width: 100%;
  }

  .katsudo_head {
    margin: 30px 30px 30px 30px;
  }

  .katsudo_title {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .katsudo_honmon {
    font-size: 130%;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
  }

  .katsudo_index_child {
    margin: 0px 23px 20px 23px;
  }

  .katsudo_index_child_camp {
    font-size: 110%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_name {
    font-size: 130%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_honmon {
    margin-top: 4px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
  }

  .katsudo_detail {
    margin: 23px;
  }

  .katsudo_detail_child {}

  .katsudo_detail_child_name {
    font-size: 110%;
    margin: 6px;
  }

  .katsudo_detail_child_title {
    background-color: #00bfff;
    padding: 10px;
    font-size: 130%;
    color: #fff;
    font-weight: bold;
  }

  .katsudo_detail_child_honmon {
    font-size: 110%;
    padding: 15px 15px 15px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
    text-indent: 1em;
  }

  .katsudo_detail_child_img {
    line-height: 0;
  }

  .footer {
    font-size: 70%;
    background-color: #ddd;
    text-align: center;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

/*/////////// タブレットはこっち ///////////*/
@media screen and (min-width:768px) and (max-width:999px) {
  .header {
    position: relative;
  }

  .header_pc_img {
    width: 100%;
    display: block !important;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .header_sp_img {
    display: none !important;
  }

  .headerTop p {
    font-size: 130%;
  }

  .header_title {
    position: absolute;
    display: block !important;
    top: 84px;
    width: 100%;
    text-align: center;
    font-size: 220%;
    line-height: 1.6em;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    margin-bottom: 18px;
  }

  .header_title br {
    display: none;
  }

  .header_detail {
    border: solid 1px #000;
    margin: 30px;
  }

  .kensho {
    /*margin-left: 40px;
	margin-right: 40px;*/
    padding: 20px 30px 16px 30px;
    font-size: 111%;
    line-height: 1.4em;
  }

  .kensho_title {
    text-align: center;
    font-size: 145%;
    font-weight: bold;
    margin-bottom: 0.6em;
  }

  .kensho_honmon {
    padding-left: 2em;
  }

  .kensho_honmon ul li {
    text-indent: -2em;
    margin-bottom: 0.3em;
  }

  .kensho_date {
    margin-top: 10px;
    text-align: right;
  }

  .katsudo {}

  .katsudo_head {
    margin: 0px 60px 40px 60px;
  }

  .katsudo_title {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .katsudo_honmon {
    font-size: 130%;
    line-height: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
  }

  .katsudo_index {
    margin: 0px 50px 0px 60px;
  }

  .katsudo_index_child, .katsudo_index_pub {
    display: inline-block;
    /* インラインブロック要素にする */
    /* margin-right: 20px; */
    margin-bottom: 30px;
    width: 48%;
    height: 165px;
    vertical-align: top;
  }

  .btn-square-shadow {
    /* line-height: 40px; */
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .katsudo_index_child_camp {
    font-size: 110%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_name {
    font-size: 130%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_honmon {
    margin-top: 4px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
  }

  .katsudo_detail {
    margin: 15px 60px 30px 60px;
  }

  .katsudo_detail_child {}

  .katsudo_detail_child_name {
    font-size: 130%;
    margin: 10px;
  }

  .katsudo_detail_child_title {
    background-color: #00bfff;
    padding: 15px 20px 15px 20px;
    font-size: 160%;
    color: #fff;
    font-weight: bold;
  }

  .katsudo_detail_child_honmon {
    font-size: 130%;
    line-height: 1.5em;
    padding: 15px 15px 15px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
    text-indent: 1em;
  }

  .katsudo_detail_child_img {
    line-height: 0;
  }

  .footer {
    font-size: 80%;
    background-color: #ddd;
    text-align: center;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

/*/////////// PCはこっち ///////////*/
@media screen and (min-width:1000px) {
  body {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  .header {
    position: relative;
  }

  .header_pc_img {
    width: 100%;
    display: block !important;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .header_sp_img {
    display: none !important;
  }

  .headerTop p {
    font-size: 130%;
  }

  .header_title {
    position: absolute;
    display: block !important;
    top: 74px;
    width: 100%;
    padding-left: 20px;
    text-align: center;
    font-size: 190%;
    line-height: 1.6em;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    margin-bottom: 18px;
  }

  .header_title p {
    display: inline-block;
  }

  .header_title br {
    display: none;
  }

  .header_detail {
    /*border: solid 1px #000;
	margin: 30px;*/
    position: absolute;
    display: block !important;
    width: 768px;
    top: 39%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .kensho {
    /*margin-left: 40px;
	margin-right: 40px;*/
    padding: 20px 30px 14px 30px;
    font-size: 111%;
    line-height: 1.4em;
  }

  .kensho_title {
    text-align: center;
    font-size: 145%;
    font-weight: bold;
    margin-bottom: 0.6em;
  }

  .kensho_honmon {
    padding-left: 2em;
  }

  .kensho_honmon ul li {
    text-indent: -2em;
    margin-bottom: 0.3em;
  }

  .kensho_date {
    text-align: right;
    font-size: 90%;
  }

  .katsudo {}

  .katsudo_head {
    margin: 40px 0px 40px 0px;
  }

  .katsudo_title {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .katsudo_honmon {
    font-size: 130%;
    line-height: 1.5em;
    text-align: center;
  }

  .katsudo_index {
    margin-bottom: 40px;
  }

  .katsudo_index_child, .katsudo_index_pub {
    display: inline-block;
    /* インラインブロック要素にする */
    /* margin-left: 6px; */
    margin-bottom: 20px;
    width: 32%;
    min-height: 12em;
    /* height: 210px; */
    vertical-align: top;
  }

  .btn-square-shadow {
    /* line-height: 40px; */
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* .katsudo_index_child:first-child,:nth-of-type(6) {
	margin-left: 0px;
} */
  .katsudo_index_child_camp {
    font-size: 99%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_name {
    font-size: 110%;
    font-weight: bold;
    margin-top: 2px;
  }

  .katsudo_index_child_honmon {
    font-size: 98%;
    line-height: 1.3em;
    margin-top: 4px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
  }

  .katsudo_detail {
    width: 100%;
  }

  .katsudo_detail_child {
    /*display: inline-block;*/
    /* インラインブロック要素にする */
    width: 48%;
    /*vertical-align: top;*/
  }

  .katsudo_detail_child_name {
    font-size: 110%;
    margin: 8px;
  }

  .katsudo_detail_child_title {
    background-color: #00bfff;
    padding: 10px 15px 10px 15px;
    font-size: 130%;
    color: #fff;
    font-weight: bold;
  }

  .katsudo_detail_child_honmon {
    font-size: 110%;
    /*line-heightht: 1.5em;*/
    padding: 15px 15px 15px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
    text-indent: 1em;
  }

  .katsudo_detail_child_img {
    line-height: 0;
  }

  .footer {
    font-size: 80%;
    background-color: #ddd;
    text-align: center;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

/*--------------トップに戻るボタンの設定の始まり--------------*/
/*--------------スマホ・タブレットでは動作させない--------------*/
