@charset "UTF-8";
/*-----
common
-----*/
body, html {
  color: #231815;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative; }

dt, dd {
  line-height: 1.5; }

a {
  line-height: 1.5;
  text-decoration: none; }

p {
  font-size: 16px;
  letter-spacing: 0.04rem;
  line-height: 1.5; }

img {
  vertical-align: top; }

ul {
  list-style: none; }

li {
  line-height: 1.5; }

section {
  margin-bottom: 120px; }

div {
  -webkit-boxsizing: border-box;
  box-sizing: border-box; }
  div:after {
    clear: both;
    content: '';
    display: block;
    min-height: 0;
    z-index: 1; }

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  min-height: 0;
  z-index: 1; }

.con-inner {
  margin: 0 auto;
  width: 1096px; }

.con-inner_02 {
  margin: 0 auto;
  width: 1017px; }

.center {
  text-align: center; }

.mb-0 {
  margin-bottom: 0 !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-40 {
  margin-right: 40px !important; }

/*-----
structure
-----*/
header {
  -webkit-boxsizing: border-box;
  box-sizing: border-box;
  background: #c49102;
  height: 100px; }
  header #header-inner {
    background: -webkit-linear-gradient(left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
    background: linear-gradient(to left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
    height: 100px;
    margin: 0 auto;
    padding: 13px 0;
    width: 1017px; }
    header #header-inner #header-con {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: flex-center;
      align-items: center; }
    header #header-inner span {
      color: #5c4113;
      font-size: 13px;
      line-height: 1.5; }

footer {
  -webkit-boxsizing: border-box;
  box-sizing: border-box;
  background: #c49102;
  color: #5c4113; }
  footer #footer-inner {
    background: -webkit-linear-gradient(left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
    background: linear-gradient(to left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
    margin: 0 auto;
    padding: 47px 0 30px;
    width: 1017px; }
    footer #footer-inner #footer-con {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0 auto 80px;
      width: 780px; }
      footer #footer-inner #footer-con .footer-con-left img {
        margin-bottom: 10px; }
      footer #footer-inner #footer-con .footer-con-left p {
        font-size: 13px;
        padding-left: 73px; }
      footer #footer-inner #footer-con .footer-con-right p {
        font-size: 18px; }
      footer #footer-inner #footer-con .footer-con-right .txt-freedial {
        margin-top: 10px; }
        footer #footer-inner #footer-con .footer-con-right .txt-freedial img {
          margin-right: 8px; }
        footer #footer-inner #footer-con .footer-con-right .txt-freedial p {
          display: inline-block; }
        footer #footer-inner #footer-con .footer-con-right .txt-freedial span {
          font-size: 41px;
          line-height: 41px; }
    footer #footer-inner .copy {
      font-size: 11px; }

#breadcrumb {
  margin: 0 auto;
  padding: 43px 0;
  width: 1017px; }
  #breadcrumb li {
    float: left; }
    #breadcrumb li span {
      padding: 0 6px;
      line-height: 1.5; }
    #breadcrumb li a {
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      #breadcrumb li a:hover {
        opacity: 0.7;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        text-decoration: underline; }

main {
  margin-bottom: 150px; }

/*-----
index
-----*/
.contact-sec {
  background: #fff5cc;
  border-radius: 10px;
  margin: 0 auto 120px;
  padding: 38px 40px;
  position: relative;
  width: 1096px; }
  .contact-sec p {
    margin: 0 0 20px 10px; }
  .contact-sec .img-staff {
    position: absolute;
    right: -6px;
    bottom: 0; }

#mv {
  text-align: center; }

#sec_01 {
  text-align: center; }
  #sec_01 .con-inner {
    background: #f5f4ed;
    padding: 0 0 40px 0; }
  #sec_01 h2 {
    position: relative;
    text-align: center; }
    #sec_01 h2:after {
      content: "";
      display: inline-block;
      position: relative;
      height: 0;
      width: 0;
      bottom: 0;
      border-top: 40px solid #003399;
      border-right: 30px solid transparent;
      border-left: 30px solid transparent;
      border-bottom: 23px solid transparent; }
  #sec_01 p {
    margin-bottom: 28px; }
  #sec_01 .contact-btn-sec img {
    display: inline-block;
    padding: 0 20px; }

#sec_02 #sec_02-header {
  background: -webkit-linear-gradient(left, #003399 20%, #3366cc 50%, #003399 80%);
  background: linear-gradient(to left, #003399 20%, #3366cc 50%, #003399 80%);
  padding: 40px;
  position: relative; }
  #sec_02 #sec_02-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500; }
  #sec_02 #sec_02-header img {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 10; }
#sec_02 #sec_02-con {
  background: #f5f4ed;
  padding: 64px 40px 80px;
  position: relative; }
  #sec_02 #sec_02-con ul {
    margin-bottom: 58px; }
    #sec_02 #sec_02-con ul li {
      font-size: 29px;
      line-height: 50px;
      margin-bottom: 20px; }
      #sec_02 #sec_02-con ul li img {
        margin-right: 17px; }
  #sec_02 #sec_02-con p {
    margin-bottom: 17px; }
  #sec_02 #sec_02-con .sec_02-txt {
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 20px;
    background: -webkit-linear-gradient(left, #bf0029 20%, #ea001f 50%, #bf0029 80%);
    background: linear-gradient(to left, #bf0029 20%, #ea001f 50%, #bf0029 80%);
    width: 550px; }
    #sec_02 #sec_02-con .sec_02-txt b {
      font-size: 54px;
      font-weight: normal; }
  #sec_02 #sec_02-con .img-right_01 {
    position: absolute;
    top: 308px;
    right: 108px; }
  #sec_02 #sec_02-con .img-right_02 {
    position: absolute;
    top: 498px;
    right: 40px; }
#sec_02 #sec_02-point {
  background: url("../../images/bg-2_01.png") scroll no-repeat center center transparent;
  padding: 0 40px 80px;
  position: relative;
  text-align: center; }
  #sec_02 #sec_02-point:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 0;
    width: 0;
    top: 0;
    border-top: 40px solid #f5f4ed;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 23px solid transparent; }
  #sec_02 #sec_02-point h3 {
    margin-bottom: 70px; }
#sec_02 .row {
  display: flex;
  margin-bottom: 74px; }
  #sec_02 .row.between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #sec_02 .row.center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  #sec_02 .row .point-item {
    -webkit-boxsizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 60px 0 25px;
    position: relative;
    width: 310px; }
    #sec_02 .row .point-item img {
      position: absolute;
      top: -6vh;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #sec_02 .row .point-item p {
      font-size: 40px;
      line-height: 1.3; }
      #sec_02 .row .point-item p b {
        color: #ea001f; }

#sec_03 #sec_03-header {
  -webkit-boxsizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
  background: linear-gradient(to left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
  height: 325px;
  padding: 45px;
  position: relative;
  text-align: center; }
  #sec_03 #sec_03-header p {
    color: #c49102;
    font-size: 45px;
    margin-bottom: 30px; }
  #sec_03 #sec_03-header h2 {
    color: #003399;
    font-size: 52px;
    margin-bottom: 13px; }
  #sec_03 #sec_03-header h3 {
    color: #c49102;
    font-size: 40px;
    font-weight: normal; }
#sec_03 #sec_03-con {
  background: #eceadc;
  padding: 0 40px 40px;
  postition: relative;
  text-align: center; }
  #sec_03 #sec_03-con:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 0;
    width: 0;
    bottom: 0;
    border-top: 40px solid #fcf5ce;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 0px solid transparent; }
  #sec_03 #sec_03-con dl {
    border-bottom: 3px dotted #999999;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 38px 0;
    height: 100%; }
    #sec_03 #sec_03-con dl dt {
      border-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: flex-center;
      align-items: center;
      background: -webkit-linear-gradient(left, #003399 20%, #3366cc 50%, #003399 80%);
      background: linear-gradient(to left, #003399 20%, #3366cc 50%, #003399 80%);
      width: 352px; }
    #sec_03 #sec_03-con dl dd {
      font-size: 23px;
      text-align: justify;
      width: 586px; }
      #sec_03 #sec_03-con dl dd b {
        color: #ea001f; }
  #sec_03 #sec_03-con .last-dl {
    border-bottom: none;
    margin-bottom: 100px; }
#sec_03 .transaction-box {
  background: #fff;
  border: solid 4px #eceadc;
  border-radius: 10px;
  -webkit-boxsizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  padding: 90px 80px 45px; }
  #sec_03 .transaction-box h3 {
    background: #fff;
    border: solid 4px #003399;
    border-radius: 35px;
    -webkit-boxsizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 70px;
    margin-bottom: 60px;
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -4vh;
    left: 50%;
    width: 488px; }
    #sec_03 .transaction-box h3 img {
      padding: 10px 0; }
  #sec_03 .transaction-box .transaction-desq {
    background: #eceadc;
    -webkit-boxsizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100px;
    line-height: 100px;
    margin-top: 40px; }
    #sec_03 .transaction-box .transaction-desq i {
      background: -webkit-linear-gradient(left, #af8000 0%, #fdeabe 30%, #ffffff 42%, #fdeabe 45%, #c6a530 60%, #ebc882 80%, #af8000 100%);
      background: linear-gradient(to left, #af8000 0%, #fdeabe 30%, #ffffff 42%, #fdeabe 45%, #c6a530 60%, #ebc882 80%, #af8000 100%);
      display: inline-block;
      border-radius: 50%;
      line-height: 70px;
      height: 70px;
      vertical-align: middle;
      margin-right: 20px;
      width: 118px; }
      #sec_03 .transaction-box .transaction-desq i img {
        line-height: 70px;
        vertical-align: middle; }
    #sec_03 .transaction-box .transaction-desq span {
      font-size: 26px;
      font-weight: 700;
      line-height: 100px; }

#sec_04 .con-inner {
  background: url("../../images/bg-4_01.png") scroll no-repeat 850px 20px #f5f4ed;
  padding: 55px 40px 40px; }
  #sec_04 .con-inner h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 28px; }
    #sec_04 .con-inner h2 span {
      font-size: 50px;
      line-height: 1.8; }
    #sec_04 .con-inner h2 strong {
      color: #c49102; }
    #sec_04 .con-inner h2 b {
      font-weight: 700; }
  #sec_04 .con-inner p {
    font-size: 23px;
    margin-bottom: 58px; }
  #sec_04 .con-inner .consulting-list {
    margin-bottom: 75px;
    text-align: center; }
    #sec_04 .con-inner .consulting-list img {
      margin: 0 15px; }
  #sec_04 .con-inner h3 {
    text-align: center;
    margin-bottom: 47px; }
  #sec_04 .con-inner table {
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto;
    width: 837px; }
    #sec_04 .con-inner table .tr-01 th, #sec_04 .con-inner table .tr-01 td {
      -webkit-boxsizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      height: 112px; }
    #sec_04 .con-inner table .tr-01 .th-02, #sec_04 .con-inner table .tr-01 .th-03 {
      background: #eceadc; }
    #sec_04 .con-inner table .tr-01 .th-04 {
      background: -webkit-linear-gradient(left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
      background: linear-gradient(to left, #c49102 0%, #fcf5ce 50%, #c49102 100%);
      font-weight: 700;
      width: 250px; }
    #sec_04 .con-inner table th {
      border: 1px solid #c6c5c6;
      font-weight: 500;
      padding: 10px;
      vertical-align: middle; }
    #sec_04 .con-inner table td {
      border: 1px solid #c6c5c6;
      padding: 10px;
      vertical-align: middle; }
    #sec_04 .con-inner table .td-04 {
      background: #fffdc9; }
      #sec_04 .con-inner table .td-04 strong {
        color: #f70000;
        font-size: 24px; }

#sec_05 #sec_05-header {
  background: -webkit-linear-gradient(left, #003399 0%, #3366cc 50%, #003399 100%);
  background: linear-gradient(to left, #003399 0%, #3366cc 50%, #003399 100%);
  height: 138px;
  line-height: 138px;
  text-align: center;
  vertical-align: middle; }
  #sec_05 #sec_05-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500; }
#sec_05 #sec_05-con {
  background: #f5f4ed;
  padding: 40px 40px 35px; }
  #sec_05 #sec_05-con p {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center; }
  #sec_05 #sec_05-con .case-item {
    background: #fff;
    border-radius: 20px;
    border: 4px solid #eceadc;
    margin-bottom: 30px;
    padding: 35px 40px; }
    #sec_05 #sec_05-con .case-item .case-item-left {
      float: left;
      width: 350px; }
      #sec_05 #sec_05-con .case-item .case-item-left p {
        text-align: left;
        color: #003399;
        margin-bottom: 12px; }
      #sec_05 #sec_05-con .case-item .case-item-left .case-area {
        -webkit-boxsizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        border: solid 1px #003399;
        display: inline-block;
        font-size: 23px;
        height: 40px;
        margin-bottom: 8px;
        padding: 4px 16px;
        text-align: center; }
      #sec_05 #sec_05-con .case-item .case-item-left .case-name {
        font-size: 30px;
        font-weight: 700; }
    #sec_05 #sec_05-con .case-item .case-item-right {
      float: right;
      width: 544px; }
      #sec_05 #sec_05-con .case-item .case-item-right h3 {
        font-size: 23px;
        margin-bottom: 10px;
        padding-top: 8px; }
      #sec_05 #sec_05-con .case-item .case-item-right p {
        text-align: justify;
        font-size: 18px; }
      #sec_05 #sec_05-con .case-item .case-item-right .case-result {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #sec_05 #sec_05-con .case-item .case-item-right .case-result span {
          display: inline-block;
          font-size: 23px;
          font-weight: 600;
          line-height: 40px;
          text-align: center;
          width: 50%; }
        #sec_05 #sec_05-con .case-item .case-item-right .case-result .case-result_01 {
          background: #eceadc;
          color: #ea001f; }
        #sec_05 #sec_05-con .case-item .case-item-right .case-result .case-result_02 {
          background: #eddeb3;
          color: #c49102; }

#sec_06 #sec_06-header {
  height: 135px;
  background: -webkit-linear-gradient(left, #bf0029 20%, #ea001f 50%, #bf0029 80%);
  background: linear-gradient(to left, #bf0029 20%, #ea001f 50%, #bf0029 80%);
  text-align: center;
  padding: 30px;
  position: relative; }
#sec_06 #sec_06-con {
  background: #f5f4ed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 100px 40px 40px 40px; }
  #sec_06 #sec_06-con .step-item {
    background: #fff;
    border: solid 4px #eceadc;
    border-radius: 10px;
    padding: 80px 20px 20px 20px;
    position: relative;
    width: 316px; }
    #sec_06 #sec_06-con .step-item .icon-step {
      align-items: center;
      border-radius: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      background: -webkit-linear-gradient(left, #003399 0%, #3366cc 50%, #003399 100%);
      background: linear-gradient(to left, #003399 0%, #3366cc 50%, #003399 100%);
      position: absolute;
      top: -60px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 120px;
      width: 120px; }
      #sec_06 #sec_06-con .step-item .icon-step img {
        margin-bottom: 0; }
    #sec_06 #sec_06-con .step-item h3 {
      color: #ea001f;
      font-size: 26px;
      margin-bottom: 20px;
      text-align: center; }
    #sec_06 #sec_06-con .step-item img {
      margin-bottom: 25px; }
    #sec_06 #sec_06-con .step-item p {
      font-size: 20px;
      text-align: justify; }

#sec_07 #sec_07-header {
  color: #fff;
  font-weight: 500;
  height: 135px;
  background: -webkit-linear-gradient(left, #003399 20%, #3366cc 50%, #003399 80%);
  background: linear-gradient(to left, #003399 20%, #3366cc 50%, #003399 80%);
  text-align: center;
  position: relative; }
  #sec_07 #sec_07-header h2 {
    font-size: 48px;
    line-height: 135px; }
#sec_07 #sec_07-con {
  background: #f5f4ed;
  padding: 56px 85px; }
  #sec_07 #sec_07-con dl {
    -webkit-boxsizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: solid 4px #eceadc;
    margin-bottom: 36px;
    padding: 16px; }
    #sec_07 #sec_07-con dl dt {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: start;
      font-size: 30px;
      font-weight: 700;
      line-height: 80px;
      margin-bottom: 20px; }
    #sec_07 #sec_07-con dl dd {
      font-size: 23px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: start; }
    #sec_07 #sec_07-con dl dt span, #sec_07 #sec_07-con dl dd span {
      padding-right: 30px;
      width: 80px; }

#sec_08 .con-inner {
  background: #f5f4ed;
  padding: 40px 120px 60px; }
  #sec_08 .con-inner h2 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 55px; }
  #sec_08 .con-inner dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    margin-bottom: 6px;
    width: 844px; }
    #sec_08 .con-inner dl dt {
      background: #003399;
      -webkit-boxsizing: border-box;
      box-sizing: border-box;
      color: #fff;
      padding: 16px 30px;
      width: 224px; }
    #sec_08 .con-inner dl dd {
      background: #fff;
      -webkit-boxsizing: border-box;
      box-sizing: border-box;
      padding: 16px 35px;
      width: 620px; }

#sec_09 h2 {
  color: #fff;
  font-size: 30px;
  background: -webkit-linear-gradient(left, #003399 0%, #3366cc 50%, #003399 100%);
  background: linear-gradient(to left, #003399 0%, #3366cc 50%, #003399 100%);
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 40px; }
#sec_09 .news-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  #sec_09 .news-con .news-item {
    border-bottom: dotted 1px #0243a0;
    padding: 20px 0;
    width: 488px; }
    #sec_09 .news-con .news-item h3 {
      color: #003399;
      font-size: 18px;
      margin-bottom: 12px; }
    #sec_09 .news-con .news-item p {
      display: inline;
      font-size: 18px;
      line-height: 1.8; }
    #sec_09 .news-con .news-item .news-date {
      color: #c49102;
      display: block;
      font-weight: 700;
      margin-bottom: 10px; }
    #sec_09 .news-con .news-item a {
      color: #0099ff;
      font-size: 18px;
      float: right;
      letter-spacing: 0.2rem; }
      #sec_09 .news-con .news-item a:hover {
        color: #0066ff; }
#sec_09 .btn-detail {
  background: #003399;
  border-radius: 4px;
  color: #fff;
  float: right;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 10px 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  #sec_09 .btn-detail:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }

#mailform {
  border: solid 4px #c49102;
  background: #fff;
  border-radius: 10px;
  display: none;
  opacity: 0;
  position: fixed;
  top: 20px;
  right: 50px;
  width: 700px;
  z-index: 1000; }
  #mailform #mailform-inner {
    padding: 40px 20px 20px 20px;
    position: relative; }
    #mailform #mailform-inner #btn-close {
      background: #c49102;
      color: #fff;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: 0;
      padding: 10px 20px; }
    #mailform #mailform-inner h3 {
      color: #c49102;
      font-size: 14px;
      margin-bottom: 6px; }
    #mailform #mailform-inner p {
      font-size: 14px;
      margin-bottom: 10px; }
    #mailform #mailform-inner .icon-must {
      background: #bf0029;
      border-radius: 4px;
      color: #fff;
      font-size: 12px;
      margin-left: 6px;
      padding: 1px 8px;
      text-align: center;
      vertical-align: middle; }
    #mailform #mailform-inner table {
      width: 100%; }
      #mailform #mailform-inner table tr {
        margin-bottom: 4px; }
      #mailform #mailform-inner table th {
        padding: 10px;
        text-align: left;
        width: 40%; }
      #mailform #mailform-inner table td {
        padding: 10px;
        width: 60%; }
        #mailform #mailform-inner table td input[type="text"],
        #mailform #mailform-inner table td input[type="email"] {
          -webkit-boxsizing: border-box;
          box-sizing: border-box;
          border-radius: 4px;
          border: 1px solid #ccc;
          font-size: 14px;
          padding: 4px 8px;
          width: 80%; }
        #mailform #mailform-inner table td input:not[type="radio"] {
          font-size: 16px;
          padding: 4px 8px; }
        #mailform #mailform-inner table td select {
          font-size: 14px; }
        #mailform #mailform-inner table td small {
          color: #bf0029;
          display: block;
          font-size: 12px;
          margin-top: 8px; }
    #mailform #mailform-inner input[type="submit"],
    #mailform #mailform-inner input[type="reset"] {
      -webkit-boxsizing: border-box;
      box-sizing: border-box;
      border-radius: 15px;
      font-size: 14px;
      line-height: 30px;
      padding: 0 40px;
      width: 160px; }
    #mailform #mailform-inner input[type="submit"] {
      background: #bf0029;
      border: solid 1px #bf0029;
      color: #fff;
      margin-right: 20px; }
    #mailform #mailform-inner input[type="reset"] {
      background: #ccc;
      border: solid 1px #ccc;
      color: #222;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }

/*-----
directory
-----*/
#directory.confirm {
  padding: 60px 0 100px;
  min-height: 600px; }
  #directory.confirm p {
    margin-bottom: 18px; }
  #directory.confirm table {
    margin-bottom: 60px; }
  #directory.confirm input[type="submit"],
  #directory.confirm input[type="button"] {
    -webkit-boxsizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px; }
  #directory.confirm input[type="submit"] {
    background: #bf0029;
    border: solid 1px #bf0029;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    #directory.confirm input[type="submit"]:hover {
      background: #fff;
      color: #bf0029;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
  #directory.confirm input[type="button"] {
    background: #ccc;
    border: solid 1px #ccc;
    color: #222;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    #directory.confirm input[type="button"]:hover {
      background: #fff;
      color: #222;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
#directory.complate {
  padding: 60px 0 100px;
  min-height: 600px; }
  #directory.complate p {
    margin-bottom: 18px; }
#directory h1 {
  color: #fff;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  background: -webkit-linear-gradient(left, #003399 20%, #3366cc 50%, #003399 80%);
  background: linear-gradient(to left, #003399 20%, #3366cc 50%, #003399 80%);
  margin-bottom: 40px;
  text-align: center; }
#directory .directory-con {
  width: auto; }
  #directory .directory-con .archive-list {
    width: auto; }
    #directory .directory-con .archive-list .archive-item {
      background: #f5f4ed;
      margin-bottom: 40px;
      padding: 20px 20px 38px 20px; }
      #directory .directory-con .archive-list .archive-item .date {
        text-align: right;
        color: #c49102; }
      #directory .directory-con .archive-list .archive-item h2 {
        color: #003399;
        font-size: 20px;
        margin-bottom: 35px; }
