/* COLOR ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
.cl-red {
  color: #dc2000; }

.cl-blue {
  color: #074D88; }

.cl-green {
  color: #08877F; }

.cl-gray {
  color: #BFBFBF; }

.cl-black {
  color: #333333; }

/* COLOR ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
/* SIZE ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
.fs-big {
  font-size: 24px; }

.mt-1e {
  margin-top: 1em; }

.mt-2e {
  margin-top: 2em; }

.mt-3e {
  margin-top: 3em; }

.mt-4e {
  margin-top: 4em; }

:placeholder-shown {
  color: #BFBFBF; }

::-webkit-input-placeholder {
  color: #BFBFBF; }

:-moz-placeholder {
  color: #BFBFBF;
  opacity: 1; }

::-moz-placeholder {
  color: #BFBFBF;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BFBFBF; }

/* SIZE ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
/* other ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
@media (min-width: 768px) {
  .pc_d {
    display: inline-block; }
  .sp_d {
    display: none; } }

@media (max-width: 767px) {
  .pc_d {
    display: none; }
  .sp_d {
    display: inline-block; } }

.ind-1 {
  padding-left: 1em;
  text-indent: -1em; }

/* other ----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
html {
  font-size: 18px; }

a {
  color: #074e87;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

header .header-wrap {
  border-bottom: 2px solid #BFBFBF; }
  header .header-wrap p {
    font-weight: bold; }

.mainTextCenter {
  text-align: center;
  font-size: 24px; }

button.btn {
  position: relative;
  border-radius: 0;
  font-size: 24px;
  padding: 0.75em 3em 0.75em 1.5em;
  color: #ffffff; }
  button.btn:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: transparent;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 1.5em; }
  button.btn.cl-blue {
    background: #074D88; }
  button.btn.cl-green {
    background: #08877F; }
  button.btn.cl-gray {
    background: #BFBFBF; }
  button.btn.cl-black {
    background: #333333; }

table.table-base {
  margin: 3em auto 0;
  width: 100%; }
  table.table-base th,
  table.table-base td {
    border: 1px solid #BFBFBF;
    text-align: left;
    padding: 1em; }
  table.table-base th {
    background: #f7f7f7;
    width: 40%; }
  table.table-base td {
    font-weight: normal; }

input[type="text"],
select,
textarea {
  width: 100%;
  border: 1px solid #BFBFBF;
  padding: 0.5em 1em;
  font-size: 18px;
  border-radius: 0; }

.form-group {
  margin-bottom: 0; }

.main-Contents .form-control {
  width: 100%;
  border: 1px solid #BFBFBF;
  font-size: 18px;
  border-radius: 0;
  color: #333333;
  background: #ffffff; }

@media (min-width: 768px) {
  .row-pr,
  .row-pr_sp0 {
    padding-right: 6px; }
  .row-pl {
    padding-left: 6px; }
  header {
    margin: 0 2em; }
    header .header-wrap {
      max-width: 1024px;
      margin: 2em auto 0;
      text-align: left; }
      header .header-wrap a img {
        margin-bottom: 1.5em; }
      header .header-wrap p {
        margin-bottom: 1em;
        font-size: 24px; }
  .main-Contents_space {
    margin: 0 2em; }
  .main-Contents {
    max-width: 1024px;
    margin: 4em auto; }
  button.btn {
    text-align: center; }
    button.btn:hover {
      opacity: 0.8; }
  table.table-base th,
  table.table-base td {
    font-size: 18px; }
  table.table-base th.th-top {
    vertical-align: top; } }

@media (max-width: 767px) {
  input[type="text"],
  select,
  textarea {
    font-size: 14px;
    padding: 0.75em 1em; }
  .main-Contents .form-control {
    font-size: 14px; }
  .row-pr {
    padding-right: 6px; }
  .row-pr_sp0 {
    padding-right: 15px; }
  .row-pl {
    padding-left: 6px; }
  header {
    margin: 0; }
    header .header-wrap {
      width: 100%;
      margin: 0.5em auto 0;
      text-align: center; }
      header .header-wrap a img {
        /*width: 58%;*/
        margin-bottom: 0; }
      header .header-wrap p {
        margin-bottom: 0.5em;
        font-size: 16px; }
  .main-Contents_space {
    margin: 0; }
  .main-Contents {
    width: 100%;
    margin: 2em auto; }
    .main-Contents .mainTextCenter {
      margin: 0 auto;
      font-size: 14px;
      width: 92%; }
  button.btn {
    text-align: left;
    width: 91.5%;
    font-size: 16px;
    padding: 1em 3em 1em 1.5em;
    font-weight: bold; }
    button.btn:after {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      background: transparent;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 40%;
      right: 1.5em; }
  table.table-base {
    margin-top: 2em; }
    table.table-base th,
    table.table-base td {
      display: block;
      width: 100%;
      padding: 1em;
      font-size: 14px; }
    table.table-base th {
      padding: 1em; }
    table.table-base td {
      border-top: none;
      margin-bottom: 2em; } }
