@charset "UTF-8";
/* --------------------------------------
 Modules Parts
-------------------------------------- */
/* Margin, Padding
-------------------------------------- */
.mt05 {
  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;
}

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

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

.mr05 {
  margin-right: 5px !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;
}

.block {
  display: block;
}

.noticeTxt {
  color: #f00;
}

html, body {
  width: 100%;
}

body {
  padding-bottom: 50px;
  background: #f3f3f3;
  line-height: 1.7;
  color: #333;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

p.par + .par {
  margin-top: 20px;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: #13a42e;
  text-decoration: underline;
}
a:hover {
  color: #ff6012;
  text-decoration: none;
}
a.linkIco {
  padding-left: 15px;
}
a.linkIco:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 9px 0 0 -15px;
  border: 4px solid transparent;
  border-left: 4px solid #13a42e;
  vertical-align: middle;
  box-sizing: border-box;
}
a.linkIco:hover:before {
  border-left: 4px solid #ff6012;
}
a.exLinkIco {
  padding-left: 23px;
  background: url(../images/linkEx_ico_01.png) no-repeat top left;
}

ul.noteList li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 14px;
}
ul.noteList li span {
  padding-right: 0.5em;
}
ul.discList li {
  margin-left: 20px;
  list-style-type: disc;
}
ul.decimalList {
  counter-reset: li;
  list-style: none;
}
ul.decimalList li {
  margin-top: 8px;
}
ul.decimalList li:first-child {
  margin-top: 0;
}
ul.decimalList li:before {
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}
ul.decimalList li span {
  font-weight: bold;
}
ul.blockLinkList li + li {
  margin-top: 20px;
}
ul.blockLinkList li a {
  display: block;
  padding: 20px 30px;
  border: #545454 1px solid;
  text-decoration: none;
}
ul.blockLinkList li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 9px 0 0 -15px;
  border: 4px solid transparent;
  border-left: 4px solid #13a42e;
  vertical-align: middle;
  box-sizing: border-box;
}
ul.blockLinkList li a:hover {
  background: #ff6012;
  border: #ff6012 1px solid;
  color: #fff;
}
ul.blockLinkList li a:hover:before {
  border-left: 4px solid #fff;
}

ol {
  margin-left: 20px;
}
ol li {
  list-style-type: decimal;
}
table.timeTable .image img {
  width: auto;
  height: auto;
}
table.timeTable .col01 {
  width: 25%;
}
table.timeTable .col02 {
  width: 75px;
}
table.timeTable th, table.timeTable td {
  border-top: #dcdcdc 1px solid;
  padding: 15px 20px 15px 0;
}
table.timeTable tr:first-child th, table.timeTable tr:first-child td {
  border-top: none;
}
table.timeTable td {
  padding-right: 0;
}
table.timeTable .detail {
  margin-top: 10px;
  padding: 20px;
  background: #f3f3f3;
}
table.timeTable .detail .name {
  font-weight: bold;
}
table.timeTable .detail .aff {
  font-size: 14px;
}
table.timeTable .detail .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
table.timeTable .detail .overview {
  margin-top: 15px;
}
table.timeTable .detail + .image,
table.timeTable p + .image {
  margin-top: 15px;
}
table.formTable {
  border-bottom: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
}
table.formTable .col01 {
  width: 30%;
}
table.formTable .col02 {
  width: 70px;
}
table.formTable th, table.formTable td {
  border-top: #dcdcdc 1px solid;
  border-left: #dcdcdc 1px solid;
  padding: 15px;
  vertical-align: top;
}
table.formTable .inputFrame {
  width: 70%;
  padding: 8px;
  font-size: 18px;
}
table.formTable textarea.inputFrame {
  width: 90%;
}
table.updateTable .col01 {
  width: 25%;
}
table.updateTable .col02 {
  width: 75px;
}
table.updateTable tr {
  background-image: linear-gradient(to right, #aaa, #aaa 1px, transparent 3px, transparent 2px);
  background-size: 5px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
table.updateTable tr:first-child {
  background-image: none;
}
table.updateTable th, table.updateTable td {
  padding: 15px 20px 15px 0;
}
table.updateTable th {
  position: relative;
}
table.updateTable td {
  padding-right: 0;
}
table.updateTable .newIco {
  position: absolute;
  display: block;
  top: 18px;
  left: -4.5em;
  width: 3.5em;
  border: #545454 1px solid;
  text-align: center;
  font-size: 11px;
  color: #545454;
}

strong {
  font-weight: bold;
}

footer {
  padding: 10px 0;
  background: #545454;
}
footer address {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.wrapper {
  width: 100%;
  padding-top: 50px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 90px;
  background: #fff;
  box-sizing: border-box;
}

h1 {
  width: 100%;
  padding-bottom: 45px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
h1 span {
  font-weight: bold;
  padding-left: 0.5em;
}

.h2Sec + .h2Sec {
  margin-top: 50px;
}
.h2Sec .secHeading {
  padding-bottom: 8px;
  border-bottom: #545454 2px solid;
  font-size: 26px;
}
.h2Sec .secBody {
  padding-top: 20px;
}
.h2Sec h3.heading {
  margin: 35px 0 20px;
  padding: 13px 25px;
  background: #eee;
  font-size: 18px;
  font-weight: bold;
}
.h2Sec h4.heading {
  margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
  font-weight: bold;
}
.outline {
  padding-bottom: 50px;
}
.outline dl dt, .outline dl dd {
  padding: 7px 0;
  font-size: 18px;
}
.outline dl dt {
  float: left;
  width: 260px;
  clear: both;
  text-align: right;
  font-weight: bold;
}
.outline dl dt:after {
  content: " :";
}
.outline dl dd {
  margin-left: 290px;
}
.outline dl .placeList li span {
  display: block;
}
.outline dl .placeList li span.heading {
  font-weight: bold;
}
.outline dl .placeList li span.link {
  display: inline;
  padding-left: 15px;
}
.outline dl .placeList li + li {
  margin-top: 10px;
}

.linkBtn {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  box-shadow: 0 5px 10px 0 #ccc;
}
.linkBtn.backtoTop {
  width: 370px;
  margin: 50px auto 0;
  padding: 15px 15px 15px 50px;
  background: #f9f9f9;
  border: #ccc 1px solid;
  color: #13a42e;
}
.linkBtn.backtoTop:hover {
  background: #fff;
  color: #ff6012;
}
.linkBtn.backtoTop:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 12px 0 0 -15px;
  border: 6px solid transparent;
  border-left: 6px solid #13a42e;
  vertical-align: middle;
  box-sizing: border-box;
}
.linkBtn.backtoTop:hover:before {
  border-left: 6px solid #ff6012;
}
.linkBtn.exLink {
  width: 370px;
  padding: 15px 15px 15px 50px;
  background: #13a42e url(../images/btnEx_ico_01.png) no-repeat 26% 50%;
}
.linkBtn.exLink:hover {
  background: #ff6012 url(../images/btnEx_ico_01.png) no-repeat 26% 50%;
  color: #fff;
}
.linkBtn.disable {
  width: 370px;
  padding: 15px;
  background: #fff;
  border: #ccc 1px solid;
  color: #ccc;
}
.linkBtn.type_02 {
  padding: 15px;
  background: #666;
  color: #fff;
}
.linkBtn.type_02:hover {
  background: #333;
  color: #fff;
}
.linkBtn.type_01 {
  width: 100%;
  padding: 17px;
  background: #13a42e;
  border: none;
  cursor: pointer;
}
.linkBtn.type_01:hover {
  background: #ff6012;
  color: #fff;
}

.btnSet {
  margin-top: 50px;
}
.btnSet.col_01 li {
  width: 350px;
  margin: 0 auto;
}
.btnSet.col_02 li {
  display: inline-block;
  width: 47%;
}
.btnSet.col_02 li + li {
  margin-left: 5%;
}

.must {
  color: #f00;
}

.privacy {
  margin-top: 20px;
  padding: 20px;
  border: #ccc 2px solid;
  font-size: 14px;
}
.privacy h3 {
  margin-bottom: 15px;
  font-weight: bold;
}

.message {
  padding: 50px 0 100px;
  font-size: 18px;
}
.message .txt {
  padding-bottom: 40px;
  font-size: 22px;
}
.forumList {
  padding-left: 30px;
}
.forumList .name span {
  display: block;
  font-weight: bold;
}
.forumList dd + dt {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  body {
    padding: 50px 30px 50px;
    box-sizing: border-box;
  }

  .container {
    width: 100%;
    padding: 50px 40px;
  }

  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  .linkBtn.exLink {
    width: 100%;
    background: #13a42e url(../images/btnEx_ico_01.png) no-repeat 20% 50%;
  }
  .linkBtn.exLink:hover {
    background: #13a42e url(../images/btnEx_ico_01.png) no-repeat 20% 50%;
  }
  .linkBtn.disable {
    background: #fff;
    border: #ccc 1px solid;
    color: #ccc;
  }
  .linkBtn.type_01 {
    background: #13a42e;
    border-radius: 5px;
  }
  .linkBtn.type_01:hover {
    background: #13a42e;
  }

  .h2Sec .secBody {
    padding-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    width: 100%;
  }

  body {
    padding: 30px 0;
  }

  h1 {
    padding-bottom: 30px;
    font-size: 24px;
  }
  h1 span {
    display: block;
    padding-left: 0;
  }

  .container {
    width: 100%;
    padding: 50px 10px;
  }

  .h2Sec .secBody {
    padding: 20px 10px 0;
  }

  .outline {
    padding: 0 20px 50px;
  }
  .outline dl dt, .outline dl dd {
    padding: 0;
  }
  .outline dl dt {
    float: none;
    width: 100%;
    text-align: left;
  }
  .outline dl dd {
    margin-left: 0;
    padding-bottom: 15px;
  }

  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  .linkBtn.exLink {
    width: 100%;
    background: #13a42e url(../images/btnEx_ico_01.png) no-repeat 20% 50%;
  }
  .linkBtn.exLink:hover {
    background: #13a42e url(../images/btnEx_ico_01.png) no-repeat 20% 50%;
  }
  .linkBtn.disable {
    width: 100%;
    background: #fff;
    border: #ccc 1px solid;
    color: #ccc;
  }
  .linkBtn.type_01 {
    background: #13a42e;
    border-radius: 5px;
  }
  .linkBtn.type_01:hover {
    background: #13a42e;
  }

  .btnSet.col_01 li {
    width: 100%;
  }
  .btnSet.col_02 li {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .btnSet.col_02 li + li {
    margin: 15px auto 0;
  }

  table.updateTable th, table.updateTable td {
    display: block;
    padding: 0;
  }
  table.updateTable th {
    margin: 20px 0 8px;
  }
  table.updateTable td {
    margin-bottom: 20px;
  }
  table.updateTable tr:first-child th {
    margin-top: 0;
  }
  table.updateTable tr:last-child td {
    margin-bottom: 0;
  }
  table.updateTable .newIco {
    position: static;
    display: inline-block;
    margin-right: 8px;
  }
}


@media screen and (max-width: 640px) {
  body {
  	padding-top: 0;
  }
  table.timeTable .col01,
  table.timeTable .col02 {
  	width: 100%;
  }
  table.timeTable tr + tr {
  	border-top: #dcdcdc 1px solid;
  }
  table.timeTable th,
  table.timeTable td {
    display: block;
    border-top: none;
  }
  table.timeTable th {
  	padding-bottom: 10px;
  }
  table.timeTable td {
  	padding-top: 0;
  }
  .linkBtn.backtoTop {
  	width: 100%;
  }
	.updateTable .col01,
	.updateTable .col02 {
		width: 100% !important;
	}
	.closedList .col-1,
	.closedList .col-2 {
		width: 100% !important;
	}
}