@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————
sp_common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* = sp_contents commoon setting
----------------------------------------------------------------------------- */
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
/* = contents setting
----------------------------------------------------------------------------- */
#wrapper {
  width: 100%;
  padding-top: 61px;
}

#wrapper .contents_inside {
  width: 95%;
  padding: 0 2.5%;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

#wrapper img {
  width: 90%;
  margin: 5px 5%;
}

/* = Title setting
----------------------------------------------------------------------------- */
.main_title h1, .main_title h2 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
  padding-left: 15px !important;
}

.main_title ul {
  padding: 25px 0 0 0;
  margin-bottom: 25px;
  display: block;
}

.main_title ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main_title ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  border-left-color: #C4c4c4;
  border-left-style: solid;
  border-left-width: .5pt;
  font-size: .75em;
  margin-bottom: 5px;
}

.main_title ul li a {
  text-decoration: underline;
}

.main_title ul li a:hover {
  text-decoration: none;
  color: #1d90cf;
}

.main_title ul li a:before {
  content: "▼";
}

.main_title ul li:last-child {
  border-right-color: #C4c4c4;
  border-right-style: solid;
  border-right-width: .5pt;
}

.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.45em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
}

.sub_title p {
  text-align: justify;
}

/* = Contents image setting
----------------------------------------------------------------------------- */
.contents_img {
  margin: 40px auto;
  text-align: center;
}

/* = campaign setting
----------------------------------------------------------------------------- */
.campaign_inside {
  text-align: center;
}

/* = Pankuzu setting css
----------------------------------------------------------------------------- */
.pankuzu {
  width: 95%;
  padding: 0 2.5%;
  background-image: url(/img/common/bg-dotted.png);
}

.pankuzu ul {
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 10px 0;
}

.pankuzu ul li {
  display: initial;
  font-size: .65em;
  line-height: 2.0em;
  float: left;
  width: 100%;
}

.pankuzu ul li span {
  font-size: inherit;
}

.pankuzu ul li a {
  color: #5E6162;
}

.pankuzu ul li a span {
  font-size: inherit;
}

.pankuzu ul li a:hover {
  text-decoration: underline;
}

.pankuzu ul li:nth-child(2):before, .pankuzu ul li:nth-child(3):before, .pankuzu ul li:nth-child(4):before, .pankuzu ul li:nth-child(5):before, .pankuzu ul li:nth-child(6):before {
  content: ">";
  padding-left: 6px;
  padding-right: 6px;
}
/*# sourceMappingURL=sp_pankuzu.css.map */
