@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}

/* Reset CSS */
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, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  color: #343434;
  line-height: 1.3;
  background-color: white;
}

ol, ul {
  list-style: none;
  -moz-padding-inline-start: 0;
  -webkit-padding-inline-start: 0;
  -o-padding-inline-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

blockquote, q {
  quotes: none;
}

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

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

/* Reset CSS */
body {
  width: 100%;
}

header {
  padding-top: 5px;
  border-bottom: #ccc 1px solid;
  text-align: left;
}

header img {
  margin: 4px 10px;
  max-width: 120px;
}

a {
  text-decoration: none;
  color: #eb5505;
}

.link_lb a {
  text-decoration: underline;
  color: #0066aa;
}

.link_lb a:hover {
  color: #eb5505;
}

#wrap {
  max-width: 1300px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 2.7em;
  font-weight: 700;
  margin: 1.5em auto;
  color: #555;
}

h2 img {
  margin: 0;
  padding: 0;
  width: 100%;
}

h3 {
  color: #444444;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.1em 0 0.5em;
}

h4 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 1.0em 0 0.5em;
}

h4:before {
  content: "▼";
  color: #888888;
  padding-right: 0.2em;
}

h4.none:before {
  content: none;
}

.notice {
  color: #ee0000;
}

.fc_orange {
  color: #eb5505;
}

.text01 {
  margin: 20px 10px;
  font-size: 1.1em;
}

.text01 span {
  font-weight: bold;
}

/* -------------- link -------------- */
a {
  outline: none;
}

a img {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* -------------- animation -------------- */
.animation {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* -------------- contents -------------- */
#wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

#main_conts0 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1300px;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  /*background:#f9f9f9;*/
  overflow: hidden;
}

.main_conts1 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  vertical-align: top;
  background: #f1f1f1;
  overflow: hidden;
}

.main_conts2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1300px;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  overflow: hidden;
}

#main_conts3 {
  position: relative;
  margin: 100px auto;
  padding: 0;
  width: 100%;
  max-width: 1300px;
  text-align: center;
  vertical-align: top;
  background: #f000ff;
  overflow: hidden;
}

#cp {
  margin: 0;
  padding: 0;
}

.wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.in-wrapp {
  max-width: 70%;
  padding: 10px;
  text-align: left;
  font-size: 1.3em;
  margin: 2em auto;
  background: #f9f9f9;
}

.in-wrapp li {
  margin: 1em;
}

.in-wrapp a {
  color: #373690;
  font-weight: 600;
}

.in-wrapp img {
  padding-right: 0.3em;
  vertical-align: bottom;
}

.in-wrapp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1020px;
}

.in-wrapp2 img {
  width: 100%;
}

/* margin --------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}
