@charset "utf-8";
.anchor { padding-top: 110px; margin-top: -110px; }

@media screen and ( max-width: 737px) {
  .anchor { padding-top: 0px; margin-top: 0px; }
}
/*リスト*/
.list-number { counter-reset: listnum; }
.list-number > li { counter-increment: listnum;}
.list-number > li:before { content:counter(listnum)'、'; }


.list-dot { padding-left: 1.5em; }
.list-dot > li:before { content:'・'; display: inline-block; width: 1em; margin-right: .5em; margin-left: -1.5em;}

.inner-links { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; margin-bottom: 3rem; z-index: 2; position: relative;}

.inner-links > li { width: 15%;}
.inner-links a  { display: flex; justify-content: center; align-items: center; color: #2d85c4; background: #ebf7ff url(../../../common/corporate/img/circle-arrow-b.png) no-repeat center 5.5em;  text-align: center; border: 1px solid; border-radius: 5px; width: 100%; height: 8em; padding-bottom: 30px; line-height: 120%; }

@media screen and (max-width: 737px) {
  .inner-links > li { width: 32%; margin-bottom: 1em;}
  .inner-links a  { height: 6em;background-position: center 3.5em; }
  
}

/*タイトル*/
.title-section { font-size: 1.5rem; font-family: "Noto Sans Japanese"; text-align: center; margin-bottom: 2em; }
.title-section span { color: #2d85c4; font-family: 'Roboto', sans-serif; font-weight: 100; display: block; text-transform: uppercase; font-size: 3em; line-height: 100%; }
.title-section.left { text-align: left; }
.title-section.white span { color: #FFF; }

.title-circle { font-size: 1.5rem; color: #2d86c3; padding-left: 1em; margin-bottom: .5em; }
.title-circle:before { content:''; width: .6em; height: .6em; border: 1px solid; border-radius: 50%; display: inline-block; margin-left: -1em; margin-right: .4em; }

.title-lead { font-size: 1.3rem; font-weight: bold; margin-bottom: .5em; }
.title-small {font-weight: bold;}

.title-serif {font-family: "Sawarabi Mincho"; }

@media screen and (max-width: 737px) {
  .title-section { font-size: 1rem;} 
  .title-section span { font-size: 2em;} 
  
  .title-lead { font-size: 1.1rem; }
}


/*テキスト*/
.t-note { color: #e60012;}
.t-center { text-align: center; }

a.outer_link { color: #2d86c3; }
a.outer_link:after { content: ''; width: 1em; height: 1em; margin-left: .5em; display: inline-block; vertical-align: middle; background: url(../../../common/corporate/img/outer-link.png) no-repeat center center / contain;}

/*ボックスなど*/
.box-section {
  padding: 80px 0;
}

.blue-box {
  padding: 2em;
  border: 1px solid #2d86c3;
  box-shadow: 0 2px #FFF inset, 0 3px #2d86c3 inset, 0 -2px #FFF inset, 0 -3px #2d86c3 inset;
}

@media screen and (max-width: 737px) {
  .box-section {
    padding: 40px 0;
  }
}

/*table*/
.table-std,
.table-std_right {
  width: 100%;
  background: #FFF;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.table-std tr,
.table-std_right tr{
  border-bottom: 1px solid #d0d0d0;
}
.table-std th,
.table-std td,
.table-std_right th,
.table-std_right td {
  padding: 1em;
  vertical-align: top;
  border-right: 1px solid #d0d0d0;
}
.table-std th,
.table-std_right th {
  font-weight: bold;
  background: #f6f6f6;
}