* {
/*  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
}


body {
  margin: 0px;
  padding: 0;
/*  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
}

.line {
  border-bottom: 1px solid black;
}

table.main-contents {
  border-spacing: 0;
  font-size: 13px;
  margin: 0 auto;
}

/*サイドメニュー*/

/*____________________________________
  Button
____________________________________*/

.main-contents a {
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-font-smoothing: antialiased;
}

.main-contents a {
  cursor: pointer;
}

.main-contents h2 {
  font-family: "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro W3", Osaka, "MS Pゴシック";
  font-size: 100%;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

.header_02 {
  background-color: #EEEEEE;
  color: #333333;
  font-size: 9pt;
  padding: 3px;
}

/*.main-contents a:link {
  text-decoration: underline;
  color: #000099;
}*/

.main-contents a:active {
  text-decoration: none;
  color: #009966;
}

.main-contents a:visited {
  text-decoration: underline;
  color: #333333;
}

.main-contents a:hover {
  text-decoration: none;
  color: #009966;
}

.main-contents a.pn:link {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
}

.main-contents a.pn:active {
  text-decoration: none;
  color: #CC3366;
  font-size: 12px;
}

.main-contents a.pn:visited {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
}

.main-contents a.pn:hover {
  text-decoration: none;
  color: #CC3366;
  font-size: 12px;
}

.pankuzu {
  padding: 10px;
  font-size: 12px;
  color: #000000;
}

#contents {
  background: url(../img/tit_back.gif) no-repeat;
  height: 77px;
  width: 695px;
  margin-bottom: 10px;
}

#contents h2 {
  padding: 10px 0 0 100px;
  margin: 0;
  font-size: 12px;
  color: #02836A;
}

#contents h3 {
  padding: 0 0 0 100px;
  margin: 0;
  font-size: 26px;
}

.title {
  margin: 20px 0 20px 0;
  color: #1B74AB;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}

.float-right {
  float: right;
  padding: 0;
  font-size: 10px;
  color: #666666;
}

.clear {
  clear: both;
}

.content-img1 {
  width: 60%;
}

.content-img1 img {
  width: 100%;
}

.content-img2 img {
  width: 280px;
}

.contents_text1 {
  width: 64%;
  padding-right: 10px;
    font-weight: 700;
}

.contents_text2 {
  width: %;
}

.center {
  text-align: center;
}

.back-button {
  padding: 10px 0 10px 0;
  text-align: right;
}

.side-menu {
  width: 180px;
  padding: 0 0 0 25px;
}

/*プロパティリセットcssでグローバルフッターが崩れるので修正用の指定*/
ul {
  text-align: center;
}

.big-ttl-container{
  margin-top: 20px;
}

.ttl-container{
  margin: 30px 0 50px 0;
}

.ttl-detail-txt{
  color: black;
  margin-bottom: 5px;
  font-size: 15px;
}

.ttl-txt{
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  background-color: #009380;
  line-height: 200%;
  text-align: center;
}

.contents-box{
    display: flex;
    align-items: center;
}

.flex{
  display: flex;
}

.red_btn {
  text-align: center;
  font-size: 15px;
  background: red;
  color: #fff !important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(127, 127, 127, 0.62);
  margin-top: 5px;
}
