@charset "UTF-8";

/* リセット */

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;
}


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

/*タブ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;
}
/* リセット終わり */


/*--------------ここからスマホ--------------*/
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.8);*/
  text-align: justify;
  text-justify: inter-ideograph;
  /*両端揃えの種類*/
  font-weight: bold;
  color: #ffffff;
}

.kensho_title {
  /*-webkit-text-stroke: 1px #ffffff;*/
  /*text-align: left;*/
}

.kensho_bold {
  -webkit-text-stroke: 1px #ffffff;
}

/*----------カード部分----------*/
.flex {
  display: flex;
  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: 8em;
  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;
  box-shadow: 2px 2px 4px rgb(180, 180, 180);
  padding: 12px 10px 8px 10px;
}

.button{
    width: 650px;
}

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

}

.btn-square-shadow {
  /* display: inline-block; */
  padding: 0.5em 1em 0.5em 2em;
  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);
  transform: translateY(4px);
  /*下に動く*/
  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) {

}

  /*----------記事部分----------*/
  .katsudo_detail_child_from {
    background-color: #fbde00;
    width: 8em;
    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;
    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 20px;
    bottom: 10px;
    right: 0px;
    color: #fff;
    background: linear-gradient(90deg, rgba(50, 50, 50, 0), rgba(0, 0, 0, 0.4) 25%);
    text-align: right;
  }

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

  .katsudo_detail_child_naka {
    font-weight: bolder;
    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;
  }

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

  .header_sp_img {	
    width: 100%;
    display: block !important;
	padding-top: 50px;
    object-fit: cover;
    object-position: top;	
  }

  .header_pc_img {
    display: none !important;
  }

  .spnonetext{
	display: none;	
  }

  /*.header_title {
    display: block !important;
    width: 100%;
    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: 20px 0;
  }*/
	
  .header_title {
    /*display: none;*/
    /*top: 195px;
    position: absolute;*/
	bottom: 0;
    width: 100%;
    padding: 2px 10px;
    text-align: center;
    font-size: 110%;
    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;
	color: #216eb1;
	background-color: #ffffff;*/
  }
	
  .header_subtitle{
	display: none;
	/*position: absolute;	
	top: 75px;
	color: #00164b;
	font-size: 125%;
	margin-left: 55px;
	line-height: 1.5em;*/
  }



  /*.header_detail {
    display: block !important;
    margin: auto;
  }*/

  .header_detail {
    /*position: absolute;*/
    display: block !important;
    /*width: 1000px;*/
    top: 120px;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
  }
	
  /*.header_logo {
    display: none;
  }*/
	
  /*.header_logo img {
	width: 200px;
  }*/

  .header_logo {
    /*position: absolute;
    top: 615px;
    left: 61%;*/
	display: none;
  }

  .header_logo_sp {
	display: none;
	/*margin-top: 18px;
	text-align: right;*/
  }
	
  .header_logo_sp img {
	width: 165px;
  }	

  .kensho {
    margin-left: 23px;
    margin-right: 23px;
    padding: 20px 23px 15px 23px;
	border: solid 1px #000;
  }

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

  .kensho_title {
	display: none;
    /*text-align: left;
	padding-left: 0px;
    font-size: 300%;
	line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 0.6em;
	-webkit-text-stroke: 1px black;*//*共有部分に追加*/
  }
	
  .kensho_bold {
	display: block;
	font-size: 400%;
	font-weight: 600;
	margin-top: 65px;
  }

  .kensho_honmon {
    padding-left: 2em;
	color: #000000;
  }

  .kensho_honmon ul li {
    text-indent: -2em;
    margin-bottom: 0.3em;
  }
	
  /*.kensho_honmon {
	font-size: 90%;
	font-weight: normal;
	width: 350px;
	margin-top: 75px;
    margin-left: 50px;
    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: 140%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .katsudo_honmon {
    font-size: 120%;
    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: 0px 23px 0 23px;
  }

  .katsudo_detail_child {
	margin-top: 0px;
	margin-bottom: 20px;
  }

  .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;
  }

  .link_button{
	margin: 0 20px;
	padding: 0 0 20px 0;
  }
	
  /*.link_button a {
	margin: 0px 20px;
  }*/
	
  /*.link_button p {
	font-size: 80%;
  }*/

  .button{
	width: 100%;
  }

  .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;
    object-fit: cover;
  }

  .header_sp_img {
    display: none !important;
  }

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

  .header_title {
    position: absolute;
    display: block !important;
    /*top: 80px;*/
	bottom: 0;
    width: 100%;
	/*padding: 8px 0;*/
    text-align: center;
    font-size: 180%;
    line-height: 1.4em;
    /*text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    margin-bottom: 18px;*/
	color: #216eb1;
	background-color: #ffffff;
  }

  .header_subtitle{
	position: absolute;	
	top: 75px;
	color: #00164b;
	font-size: 140%;
	margin-left: 60px;
	line-height: 1.5em;
  }

  .header_title br {
    display: none;
  }

  .header_detail {
    position: absolute;
    display: block !important;
    top: 150px;/*ともに生きる社会〜のtop*/
    left: 50px;
    right: 50px;
    margin: auto;
  }

  .header_logo {
    position: absolute;
    top: 355px;
    left: 75.5%;
  }
	
  .header_logo_sp {
	display: none;
  }
	
  .header_logo img {
	width: 140px;	
  }	

  .kensho {
    padding: 0px;
    font-size: 103%;
    line-height: 1.4em;
	display: flex;
	flex-wrap: wrap;
  }

  /*.kensho_title {
    text-align: center;
    font-size: 145%;
    font-weight: bold;
    margin-bottom: 0.6em;
  }*/
	
  .kensho_title {
    text-align: left;
	padding-left: 30px;
    font-size: 250%;
	line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 0.6em;
	/*-webkit-text-stroke: 1px black;*//*共有部分に追加*/
  }
	
  .kensho_bold {
	display: block;
	font-size: 400%;
	font-weight: 600;
	margin-top: 68px;
  }

  /*.kensho_honmon {
    padding-left: 2em;
  }

  .kensho_honmon ul li {
    text-indent: -2em;
    margin-bottom: 0.3em;
  }*/
	
  .kensho_honmon {
	font-size: 90%;
	font-weight: normal;
	width: 46%;
	/*margin-top: 0px;*/
    margin-left: 50px;
    padding-left: 2em;
  }

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

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

  /*.katsudo {
	  margin-bottom: 10px;
  }*/

  .katsudo_head {
    margin: 40px 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 10px 60px;
  }

  .katsudo_index a:last-child {
    /*margin-left: 24px;*/
  }

  .katsudo_index_child {
    display: inline-block;
    margin-bottom: 30px;
    width: 48%;
    height: 110px;
    vertical-align: top;
  }

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

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

  .katsudo_index_child_name {
    font-size: 150%;
    font-weight: bold;
    margin-top: 12px;
  }

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

  .katsudo_detail {
    margin: 0px 60px 0px 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;
  }

  .link_button{
	padding: 10px 0 45px 0;
  }
	
  .link_button div {
	margin: 0 auto;
	/*width: 100%;*/
  }

  .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;
    object-fit: cover;
  }

  .header_sp_img {
    display: none !important;
  }

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

  .header_title {
    position: absolute;
    display: block !important;
    /*top: 195px;*/
	bottom: 0;
    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;*/
	color: #216eb1;
	background-color: #ffffff;
  }
	
  .header_subtitle{
	position: absolute;	
	top: 100px;
	color: #00164b;
	font-size: 160%;
	margin-left: 60px;
	line-height: 1.5em;
  }

  /*.header_title p {
    display: inline-block;
  }*/

  .header_title br {
    display: none;
  }

  .header_detail {
    position: absolute;
    display: block !important;
    width: 1000px;
    top: 180px;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
  }
	
  .header_logo {
    position: absolute;
    top: 480px;
    left: 72%;
  }

  .header_logo_sp {
	display: none;
  }
	
  .header_logo img {
	width: 200px;	
  }	

  .kensho {
    padding: 0px 30px 14px 35px;
    font-size: 111%;
    line-height: 1.4em;
	display: flex;
	flex-wrap: wrap;
  }

  .kensho_title {
    text-align: left;
	padding-left: 80px;
    font-size: 350%;
	line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 0.6em;
	/*-webkit-text-stroke: 1px black;*//*共有部分に追加*/
  }
	
  .kensho_bold {
	display: block;
	font-size: 400%;
	font-weight: 600;
	margin-top: 95px;
  }

  .kensho_honmon {
	font-size: 90%;
	font-weight: normal;
	width: 350px;
	margin-top: 50px;
    margin-left: 50px;
    padding-left: 2em;
  }

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

  .kensho_date {
    text-align: right;
    font-size: 90%;
	margin-top: 20px;
  }

  .katsudo {}

  .katsudo_head {
    margin: 45px 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: 30px;
  }

  .katsudo_index_child {
    display: inline-block;
    margin-bottom: 20px;
    /*width: 32%;*/
	width: 48%;
    height: 108px;
    vertical-align: top;
  }

  /*.katsudo_index_pub {
    display: inline-block;
    margin-bottom: 20px;
    width: 32%;
	margin-top: 44px;
	left: 170px;
    min-height: 12em;
    height: 210px;
    vertical-align: top;
  }*/

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

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

  .katsudo_index_child_name {
    font-size: 160%;
    font-weight: bold;
    margin-top: 10px;
  }

  .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 {
    width: 48%;
  }

  .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%;
    padding: 15px 15px 15px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*両端揃えの種類*/
    text-indent: 1em;
  }

  .katsudo_detail_child_img {
    line-height: 0;
  }

  .link_button{
	padding: 0 0 40px 0;
  }
	
  .link_button div {
	margin: 0 auto;
  }

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

/*-----名田追記-----*/
/*.transform70 {
	transform: scale(0.7, 1);
	transform-origin: top left;
	width: 142%;
}*/


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