@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/
body {
  background: #9fcbfc url(../img/common/bg_stripe.png) repeat center center/27px;
}

.setWidth {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.text-red {
  color: #a13be8;
}

.boxShadow_Content {
  border-radius: 31px;
  box-shadow: 0px 0px 35px -5px #b5b5b5;
  margin: auto;
  max-width: 1000px;
}

/*---------------------------------------------
    パンくずリスト
---------------------------------------------*/
.pankuzu_inner {
  margin: 20px auto 25px auto;
}

.pankuzu_list {
  overflow: hidden;
  list-style-type: none;
}

.pankuzu_list li {
  float: left;
  font-size: 12px;
  line-height: 1.2;
}

.pankuzu_list li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  text-align: center;
  width: 24px;
}

.pankuzu_list li a {
  border-bottom: solid 1px #000;
  display: inline-block;
  text-decoration: none;
}

/*---------------------------------------------
    コンテンツ部分
---------------------------------------------*/
.mainContent_inner {
  background: #fff;
  border-radius: 31px;
  margin: 0 auto 150px auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 0 70px 0;
  width: 100%;
}

.mainContent_Title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #a13be8;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 85px;
  line-height: 85px;
  padding: 0 40px;
  margin-top: 0;
}

.mainContent_subTitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
  border-left: solid 7px #a13be8;
  font-size: 26px;
  height: 64px;
  line-height: 64px;
  margin: 51px 0 0 0;
  padding: 0 19px;
}

.mainContent_Table {
  /* border: solid 1px #cccccc; */
  width: 100%;
}

.mainContent_Table tr:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}

.mainContent_Table tr th {
  background: #edd5fe;
  width: 250px;
  padding: 0 !important;
}

.mainContent_Table tr td {
  background: #f5f5f5;
}

.mainContent_Table tr th,
.mainContent_Table tr td {
  font-size: 14px;
  height: 63px;
  line-height: 63px;
  padding: 0 0 0 20px;
}

.mainContent_wrapTable {
  margin: 30px 0 0 0;
}

.mainContent_content01,
.mainContent_content02 {
  padding: 0 50px;
}

.mainContent_Table tr .noLineHeight {
  line-height: 2;
  padding: 0 0 13px 20px;
}
