/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Khula:800");
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.1em;
}
a {
  text-decoration: none;
  color: #3c3c3c;
}
li {
  list-style-type: none;
}
address {
  font-style: normal;
}
h1 {
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0.15em;
}
sup{
  vertical-align: super;
  font-size: smaller;
}
@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    color: #3c3c3c;
    line-height: 1.6;
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
  a {
    text-decoration: none;
    color: #3c3c3c;
  }
  li {
    list-style-type: none;
  }
  address {
    font-style: normal;
  }
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: 0.15em;
  }
  h1 {
    margin-right: 1em;
  }
}
/* -----------------------------------------
sp・pc
-----------------------------------------*/
.pc {
  display: block;
}
.pc-inline {
  display: inline;
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -----------------------------------------
eng
-----------------------------------------*/
.eng {
  font-family: "Khula", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, sans-serif;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
img
-----------------------------------------*/
img {
}
p img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  img {
    width: 100%;
  }
  p img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
}
/* -----------------------------------------
hover
-----------------------------------------*/
a:hover,
button:hover {
  opacity: 0.5;
}
a,
button {
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
  a,
  button {
    transition: opacity 0.3s ease-out;
  }
}
/* -----------------------------------------
font size
-----------------------------------------*/
.fz-2xs {
  font-size: 70%;
}
.fz-xs {
  font-size: 80%;
}
.fz-s {
  font-size: 90%;
}
.fz-m {
  font-size: 100%;
}
.fz-l {
  font-size: 110%;
}
.fz-xl {
  font-size: 120%;
}
.fz-2xl {
  font-size: 130%;
}
.fz-3xl {
  font-size: 140%;
}
.fz-4xl {
  font-size: 150%;
}
.fz-5xl {
  font-size: 160%;
}
.fz-6xl {
  font-size: 170%;
}
.fz-7xl {
  font-size: 180%;
}
.fz-8xl {
  font-size: 190%;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
font color
-----------------------------------------*/
.c-00 {
  color: #3c3c3c;
}
.c-01 {
  color: #ffffff;
}
.c-02 {
  color: #4e6f85;
}
.c-03 {
  color: #284b5a;
}
.c-04 {
  color: #00c8dc;
}
.c-05 {
  color: #969696;
}
.c-06 {
  color: #ff8c00;
}
.c-07 {
  color: #e58b20;
}
.attention {
  color: #c00;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
font weight
-----------------------------------------*/
.fw-b {
  font-weight: bold !important;
}
.fw-n {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
line height
-----------------------------------------*/
.lh-1 {
  line-height: 1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-14 {
  line-height: 1.4;
}
.lh-16 {
  line-height: 1.6;
}
.lh-18 {
  line-height: 1.8;
}
.lh-20 {
  line-height: 2;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
text align
-----------------------------------------*/
.ta-c {
  text-align: center !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
float
-----------------------------------------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
w-base
-----------------------------------------*/
.w-base {
  width: 1050px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .w-base {
    width: 100%;
    margin: auto;
  }
}
/* -----------------------------------------
inner
-----------------------------------------*/
.inner {
  margin: 0 6.6%;
}
.inner-02 {
  margin: 0 10%;
}
.anaqua .inner-02 {
  margin: 0 0%;
}
.inner-03 {
  margin: 0 15%;
}

@media screen and (max-width: 640px) {
  .inner {
    margin: 0 3%;
  }
  .inner-02 {
    margin: 0 3%;
  }
  .inner-03 {
    margin: 0 3%;
  }
}
@media screen and (max-width: 380px) {
  .inner {
    margin: 0 3%;
  }
  .inner-02 {
    margin: 0 3%;
  }
  .inner-03 {
    margin: 0 3%;
  }
}
/* -----------------------------------------
gheader
-----------------------------------------*/
#wrap-gheader {
  margin-bottom: 40px;
  padding: 33px 0 30px;
}
#wrap-gheader #gheader {
  overflow: hidden;
}
#wrap-gheader #gheader .title {
  width: 20%;
  float: left;
}
#wrap-gheader #gheader .logo {
  width: 35%;
  float: right;
}
#wrap-gheader #gheader .change-lang {
  width: 35%;
  float: right;
  font-weight: bold;
  color: #ababab;
  margin-top: 1.2%;
  letter-spacing: 0;
}
#wrap-gheader #gheader .lang {
  color: #fff;
  background: #cdcdcd;
  padding: 3px 4px 5.5px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
#wrap-gheader #gheader .change-lang .lang-jp {
  margin-right: 5px;
}
#wrap-gheader #gheader .change-lang .lang-en {
  margin-left: 5px;
}
#wrap-gheader #gheader .change-lang .lang-on {
  color: #00c8dc;
}
#wrap-gheader #gheader .change-lang .lang-off {
  color: #898989;
}
@media screen and (max-width: 640px) {
  #wrap-gheader {
    height: 93px;
    padding: 0 0;
    margin-bottom: 0;
  }
  #wrap-gheader #gheader {
    margin: 0;
    padding-top: 2px;
    overflow: hidden;
  }
  #wrap-gheader #gheader .title {
    width: 30%;
    padding-top: 3%;
    float: left;
    margin-left: 2%;
    margin-right: 7%;
  }
  #wrap-gheader #gheader .logo {
    width: 40%;
    padding-top: 4%;
    float: left;
    margin-left: 20px;
  }
  #wrap-gheader #gheader .change-lang {
    width: 48%;
    float: left;
    font-size: 80%;
    margin: 3%;
    letter-spacing: 0;
    padding: 0 0 0.5px;
    margin-top: 6%;
  }
  #wrap-gheader #gheader .lang {
    padding: 0px 4px 1px;
    border-radius: 2px;
    margin-right: 4px;
  }
  #wrap-gheader #gheader .change-lang .lang-jp {
    margin-right: 3px;
  }
  #wrap-gheader #gheader .change-lang .lang-en {
    margin-left: 3px;
  }
  #wrap-gheader #gheader .btn {
    width: 30px;
    height: 40px;
    float: right;
  }
}

/* -----------------------------------------
gnav
-----------------------------------------*/
#wrap-gnav {
  padding-bottom: 0;
}
#wrap-gnav #gnav {
  overflow: hidden;
}
#wrap-gnav #gnav ul {
  text-align: left;
  overflow: hidden;
  margin-top: -0.2%;
}
#wrap-gnav #gnav ul li {
  float: left;
  margin-right: 30px;
  font-weight: bold;
  padding-bottom: 1em !important;
}
#wrap-gnav #gnav ul li {
  display: block;
  padding: 0 0 0;
  text-decoration: none;
}
#wrap-gnav #gnav ul li .current2 {
  color: #00c8dc;
}
#wrap-gnav #gnav ul li::after {
  border-bottom: solid 1px #333;
  bottom: 0;
  content: "";
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}
#wrap-gnav #gnav ul li:hover::after {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #wrap-gnav {
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  #wrap-gnav .inner {
    margin: 0;
  }
  #wrap-gnav #gnav {
    overflow: hidden;
    height: 100%;
    max-height: 90vh;
    display: none;
    font-size: 120%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  #wrap-gnav #gnav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #wrap-gnav #gnav ul {
    text-align: none;
    overflow: hidden;
    border-top: 1px solid #ccc;
  }
  #wrap-gnav #gnav ul li {
    float: none;
    margin-right: 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0 !important;
  }
  #wrap-gnav #gnav ul li a {
    display: block;
    padding: 4% 3%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    background-image: none;
  }
  #wrap-gnav #gnav ul li::after {
    border-bottom: none;
  }
  #wrap-gnav #gnav ul li:hover::after {
    width: 100%;
  }
  #wrap-gnav #gnav ul > li {
    padding-left: 1.5em;
    position: relative;
  }
  #wrap-gnav #gnav ul > li::before {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 1.35em;
    width: 0.75em;
    height: 0.75em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition-duration: 0.25s;
  }
  #wrap-gnav #gnav ul > li.open::before {
    transform: rotate(135deg);
    border-top: 1px solid #00c8dc;
    border-right: 1px solid #00c8dc;
    top: 1em;
  }
  .child-list a {
    display: block;
    position: relative;
    padding-left: 1em !important;
  }
  .child-list a::before {
    content: "";
    position: absolute;
    left: 0.5em;
    top: 1em;
    width: 0.75em;
    height: 0.75em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition-duration: 0.25s;
  }
}
/* -----------------------------------------
tit-eng
-----------------------------------------*/
.tit-eng {
  text-align: center;
  margin-bottom: 0.5em;
  color: #4e6f85;
  font-size: 200%;
}
@media screen and (max-width: 640px) {
}

/* -----------------------------------------
wrap-index-pickup-top
-----------------------------------------*/

#wrap-index-pickup-top.exist-pickup-box {
  background: #284b5a;
  margin-bottom: 60px;
}
#wrap-index-pickup-top .sub-msg {
  padding-top: 0.5em;
  margin-bottom: 36px;
}
#wrap-index-pickup-top.exist-pickup-box .sub-msg {
  margin-bottom: 20px;
}

#wrap-index-pickup-top .date,
#wrap-index-pickup-top .txt {
  color: #f6f6f6;
}

#wrap-index-pickup-top li.slick-slide {
  height: 68px;
}
@media screen and (max-width: 640px) {
  #wrap-index-pickup-top li.slick-slide {
    height: 24vw;
  }
}
/* -----------------------------------------
wrap-index-main-img
-----------------------------------------*/

#wrap-index-main-img #index-main-img {
  border-bottom: 4px solid #00c8dc;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 4%,
    rgba(226, 243, 248, 1) 4%,
    rgba(250, 255, 255, 1) 100%
  );
}
@media screen and (max-width: 640px) {
  #wrap-index-main-img {
    margin-bottom: 0em;
    padding-top: 80px;
  }
  #wrap-index-main-img #index-main-img {
    padding-top: 15px;
    border-bottom: 2px solid #00c8dc;
    margin-bottom: 0em;
    background: linear-gradient(
      180deg,
      rgba(226, 243, 248, 1) 0%,
      rgba(250, 255, 255, 1) 100%
    );
  }
}
@media screen and (max-width: 480px) {
  #wrap-gheader #gheader {
    margin-left: 0.2%;
    margin-right: 0.2%;
  }
}
@media screen and (max-width: 440px) {
  #wrap-gheader {
    height: 63px;
    padding: 0 0;
    margin-bottom: 0;
  }
  #wrap-index-main-img {
    padding-top: 60px;
  }
}
@media screen and (max-width: 410px) {
  #wrap-gheader #gheader .change-lang {
    margin-left: 0px;
  }
}
@media screen and (min-width: 383px) and (max-width: 383px) {
  #wrap-gheader #gheader .title {
    width: 30.2%;
    margin-right: 8.7%;
  }
}
/* -----------------------------------------
mb
-----------------------------------------*/
.mb-0em {
  margin-bottom: 0em !important;
}
.mb-025em {
  margin-bottom: 0.25em !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-15em {
  margin-bottom: 1.5em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.mb-25em {
  margin-bottom: 2.5em !important;
}
.mb-3em {
  margin-bottom: 3em !important;
}
.mb-35em {
  margin-bottom: 3.5em !important;
}
.mb-4em {
  margin-bottom: 4em !important;
}
.mb-5em {
  margin-bottom: 5em !important;
}
.mb-6em {
  margin-bottom: 6em !important;
}
.mb-7em {
  margin-bottom: 7em !important;
}
@media screen and (max-width: 640px) {
  .mb-0em {
    margin-bottom: 0em !important;
  }
  .mb-025em {
    margin-bottom: 0.25em !important;
  }
  .mb-05em {
    margin-bottom: 0.25em !important;
  }
  .mb-1em {
    margin-bottom: 0.5em !important;
  }
  .mb-15em {
    margin-bottom: 7.5em !important;
  }
  .mb-2em {
    margin-bottom: 1em !important;
  }
  .mb-25em {
    margin-bottom: 1.25em !important;
  }
  .mb-3em {
    margin-bottom: 1.5em !important;
  }
  .mb-35em {
    margin-bottom: 1.75em !important;
  }
  .mb-4em {
    margin-bottom: 2em !important;
  }
  .mb-5em {
    margin-bottom: 2.5em !important;
  }
  .mb-6em {
    margin-bottom: 3em !important;
  }
  .mb-7em {
    margin-bottom: 3.5em !important;
  }
}
/* -----------------------------------------
ml
-----------------------------------------*/
.ml-05em {
  margin-left: 0.5em !important;
}
.ml-1em {
  margin-left: 1em !important;
}
.ml-15em {
  margin-left: 1.5em !important;
}
.ml-2em {
  margin-left: 2em !important;
}
.ml-25em {
  margin-left: 2.5em !important;
}
.ml-3em {
  margin-left: 3em !important;
}
.ml-35em {
  margin-left: 3.5em !important;
}
.ml-4em {
  margin-left: 4em !important;
}
@media screen and (max-width: 640px) {
  .ml-05em {
    margin-left: 0em !important;
  }
  .ml-1em {
    margin-left: 0em !important;
  }
  .ml-15em {
    margin-left: 0em !important;
  }
  .ml-2em {
    margin-left: 0em !important;
  }
  .ml-25em {
    margin-left: 0em !important;
  }
  .ml-3em {
    margin-left: 0em !important;
  }
  .ml-35em {
    margin-left: 0em !important;
  }
  .ml-4em {
    margin-left: 0em !important;
  }
}
/* -----------------------------------------
wrap-index-message
-----------------------------------------*/
#wrap-index-message {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
wrap-index-Introduction
-----------------------------------------*/
#wrap-index-Introduction {
  margin-bottom: 60px;
}
#wrap-index-Introduction #index-Introduction {
  overflow: hidden;
}
#wrap-index-Introduction #index-Introduction .tit {
}
#wrap-index-Introduction #index-Introduction .tit h2 {
  font-size: 180%;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
#wrap-index-Introduction #index-Introduction .info {
  float: left;
  width: 48%;
}
#wrap-index-Introduction #index-Introduction .list dl {
  margin-bottom: 1em;
  overflow: hidden;
}
#wrap-index-Introduction #index-Introduction .list dl dt {
  float: left;
  width: 12%;
  vertical-align: top;
}
#wrap-index-Introduction #index-Introduction .list dl dt img {
  vertical-align: top;
}
#wrap-index-Introduction #index-Introduction .list dl dd {
  float: right;
  width: 86%;
  font-size: 140%;
}
#wrap-index-Introduction #index-Introduction .list dl dd sub {
}
#wrap-index-Introduction #index-Introduction .box {
  float: right;
  width: 49%;
}
#wrap-index-Introduction #index-Introduction .box .in {
  background-repeat: repeat-y;
  background-position: center top;
  background-image: url(../img/index/box_introduction_03.png);
  background-size: contain;
  padding: 0 4.5%;
}
@media screen and (max-width: 640px) {
  #wrap-index-Introduction {
    margin-bottom: 3em;
  }
  #wrap-index-Introduction #index-Introduction {
    overflow: hidden;
  }
  #wrap-index-Introduction #index-Introduction .tit {
  }
  #wrap-index-Introduction #index-Introduction .tit h2 {
    font-size: 160%;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
  }
  #wrap-index-Introduction #index-Introduction .info {
    float: none;
    width: 100%;
  }
  #wrap-index-Introduction #index-Introduction .list dl {
    margin-bottom: 1em;
    overflow: hidden;
  }
  #wrap-index-Introduction #index-Introduction .list dl dt {
    float: left;
    width: 10%;
  }
  #wrap-index-Introduction #index-Introduction .list dl dt img {
    width: 100%;
  }
  #wrap-index-Introduction #index-Introduction .list dl dd {
    float: right;
    width: 86%;
    font-size: 130%;
  }
  #wrap-index-Introduction #index-Introduction .list dl dd sub {
  }
  #wrap-index-Introduction #index-Introduction .box {
    float: none;
    width: 100%;
  }
  #wrap-index-Introduction #index-Introduction .box .in {
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url(../img/index/box_introduction_03.png);
    background-size: contain;
    padding: 4% 4.5% 0.01%;
  }
}
/* -----------------------------------------
btn
-----------------------------------------*/
.btn-01 {
  text-align: center;
}
.btn-01 a,
.btn-01 button {
  color: #fff;
  background-color: #ffaa00;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
  border-radius: 40px;
  min-width: 280px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.btn-01.btn-01-wide a,
.btn-01.btn-01-wide button {
  min-width: 380px;
}
.btn-02 {
  text-align: center;
}
.btn-02 a,
.btn-02 button {
  color: #333;
  background-color: #eee;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
  border-radius: 40px;
  min-width: 280px;
  text-align: center;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn-01 {
    text-align: center;
    margin: 4% 0;
  }
  .btn-01 a,
  .btn-01 button {
    color: #fff;
    background-color: #ffaa00;
    padding: 1em 0%;
    display: inline-block;
    font-weight: bold;
    border-radius: 40px;
    min-width: 60%;
  }
  .btn-01.btn-01-wide a,
  .btn-01.btn-01-wide button {
    min-width: 80%;
  }
  .btn-02 {
    text-align: center;
    margin: 4% 0;
  }
  .btn-02 a,
  .btn-02 button {
    color: #333;
    background-color: #eee;
    padding: 2% 0%;
    display: inline-block;
    font-weight: bold;
    border-radius: 40px;
    min-width: 60%;
  }
  .box-13 .btn-pd a {
    padding: 2% 3%;
  }
  .info .btn-pd a {
    padding: 2% 4%;
  }
  .info .btn-pd {
    text-align: center !important;
  }
}
/* -----------------------------------------
wrap-index-cycle
-----------------------------------------*/
#wrap-index-cycle {
  background: rgb(228, 238, 246);
  background: linear-gradient(
    180deg,
    rgba(220, 240, 252, 1) 0%,
    rgba(236, 250, 251, 1) 100%
  );
  padding: 60px 0 100px;
  margin-bottom: 60px;
}
#wrap-index-cycle #index-cycle {
}
#wrap-index-cycle #index-cycle .box {
  position: relative;
  height: 390px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/index/bg_index_cycle.png);
}
#wrap-index-cycle #index-cycle .box-single {
  width: 245px;
  position: absolute;
}
#wrap-index-cycle #index-cycle .box-single .tit {
  font-size: 160%;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  border-bottom: 1px solid #4e6f85;
  margin-bottom: 0.5em;
}
#wrap-index-cycle #index-cycle #box-cycle-01 {
  left: 0;
  top: 0;
}
#wrap-index-cycle #index-cycle #box-cycle-02 {
  right: 0;
  top: 0;
}
#wrap-index-cycle #index-cycle #box-cycle-04 {
  left: 0;
  top: 260px;
}
#wrap-index-cycle #index-cycle #box-cycle-03 {
  right: 0;
  top: 260px;
}
#wrap-index-cycle #index-cycle #box-cycle-01 .tit {
  background-image: url(../img/index/num_cycle_01.png);
}
#wrap-index-cycle #index-cycle #box-cycle-02 .tit {
  background-image: url(../img/index/num_cycle_02.png);
}
#wrap-index-cycle #index-cycle #box-cycle-03 .tit {
  background-image: url(../img/index/num_cycle_03.png);
}
#wrap-index-cycle #index-cycle #box-cycle-04 .tit {
  background-image: url(../img/index/num_cycle_04.png);
}
@media screen and (max-width: 640px) {
  #wrap-index-cycle {
    background: linear-gradient(
      180deg,
      rgba(220, 240, 252, 1) 0%,
      rgba(236, 250, 251, 1) 100%
    );
    padding: 3em 0;
    margin-bottom: 3em;
  }
  #wrap-index-cycle #index-cycle {
  }
  #wrap-index-cycle #index-cycle .box {
    position: relative;
    height: auto;
    padding-top: 170%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/index/bg_index_cycle.png);
    background-size: 80%;
  }
  #wrap-index-cycle #index-cycle .box-single {
    width: 48%;
    position: absolute;
  }
  #wrap-index-cycle #index-cycle .box-single .tit {
    font-size: 150%;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    padding-left: 30px;
    border-bottom: 1px solid #4e6f85;
    margin-bottom: 0.5em;
  }
  #wrap-index-cycle #index-cycle #box-cycle-01 {
    left: 0;
    top: 0;
  }
  #wrap-index-cycle #index-cycle #box-cycle-02 {
    right: 0;
    top: 0;
  }
  #wrap-index-cycle #index-cycle #box-cycle-03 {
    right: 0;
    top: 76%;
  }
  #wrap-index-cycle #index-cycle #box-cycle-04 {
    right: auto;
    left: 0;
    top: 76%;
  }
  #wrap-index-cycle #index-cycle #box-cycle-01 .tit {
    background-image: url(../img/index/num_cycle_01.png);
  }
  #wrap-index-cycle #index-cycle #box-cycle-02 .tit {
    background-image: url(../img/index/num_cycle_02.png);
  }
  #wrap-index-cycle #index-cycle #box-cycle-03 .tit {
    background-image: url(../img/index/num_cycle_03.png);
  }
  #wrap-index-cycle #index-cycle #box-cycle-04 .tit {
    background-image: url(../img/index/num_cycle_04.png);
  }
}
/* -----------------------------------------
wrap-index-services
-----------------------------------------*/
#wrap-index-services {
  margin-bottom: 60px;
}
#wrap-index-services #index-services {
}
@media screen and (max-width: 640px) {
  #wrap-index-services {
    margin-bottom: 3em;
  }
  #wrap-index-services #index-services {
  }
}
/* -----------------------------------------
wrap-index-pickup
-----------------------------------------*/
#wrap-index-pickup {
  padding: 60px 0;
  /* background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%); */
}

#wrap-index-pickup #index-pickup .list-info {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrap-index-pickup {
    padding: 3em 0;
    /* background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%); */
  }
  #wrap-index-pickup #index-pickup .list-info {
    margin-bottom: 3em;
  }
}
/* -----------------------------------------
wrap-footer-nav
-----------------------------------------*/
#wrap-footer-nav {
  background-color: #00c8dc;
  padding: 10px 0;
}
#wrap-footer-nav #footer-nav {
  overflow: hidden;
}
#wrap-footer-nav #footer-nav .title {
  float: left;
  font-size: 120%;
  font-weight: bold;
  width: 33%;
}
#wrap-footer-nav #footer-nav .nav {
  float: right;
  width: 66%;
  padding-top: 3px;
}
#wrap-footer-nav #footer-nav .nav ul {
  overflow: hidden;
  text-align: right;
}
#wrap-footer-nav #footer-nav .nav ul li {
  display: inline-block;
  float: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-weight: bold;
}
#wrap-footer-nav #footer-nav .nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 640px) {
  #wrap-footer-nav {
    background-color: #00c8dc;
    padding: 3% 0;
  }
  #wrap-footer-nav #footer-nav {
    overflow: hidden;
  }
  #wrap-footer-nav #footer-nav .title {
    float: none;
    font-size: 120%;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.5em;
  }
  #wrap-footer-nav #footer-nav .nav {
    float: none;
    width: 100%;
  }
  #wrap-footer-nav #footer-nav .nav ul {
    overflow: hidden;
  }
  #wrap-footer-nav #footer-nav .nav ul li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
  }
  #wrap-footer-nav #footer-nav .nav ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
/* -----------------------------------------
wrap-footer-address
-----------------------------------------*/
#wrap-footer-address {
  background: #4e6f85;
  padding: 40px 0;
}
#wrap-footer-address #footer-address {
  overflow: hidden;
}
#wrap-footer-address #footer-address .cell {
  float: left;
  width: 270px;
  padding-right: 50px;
}
#wrap-footer-address #footer-address .cell:last-child {
  padding-right: 0px;
}
#wrap-footer-address #footer-address .cell .title {
  border-bottom: 2px solid #a78d43;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #wrap-footer-address {
    background: #4e6f85;
    padding: 6% 0%;
  }
  #wrap-footer-address #footer-address {
    overflow: hidden;
  }
  #wrap-footer-address #footer-address .cell {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0px;
  }
  #wrap-footer-address #footer-address .cell:last-child {
    padding-right: 0px;
    margin-bottom: 0;
  }
  #wrap-footer-address #footer-address .cell .title {
    border-bottom: 2px solid #a78d43;
    margin-bottom: 0.5em;
  }
}
/* -----------------------------------------
wrap-footer-banner
-----------------------------------------*/
#wrap-footer-banner {
  background: #4e6f85;
  padding: 0 0 30px 0;
}
#wrap-footer-banner #footer-banner {
  overflow: hidden;
}
#wrap-footer-banner #footer-banner .cell {
  float: left;
  width: 270px;
  padding-right: 50px;
}
#wrap-footer-banner #footer-banner .cell a img {
  width: 100%;
  max-height: 84px;
}
#wrap-footer-banner #footer-banner .cell:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 640px) {
  #wrap-footer-banner {
    background: #4e6f85;
    padding: 6% 0%;
  }
  #wrap-footer-banner #footer-banner {
    overflow: hidden;
  }
  #wrap-footer-banner #footer-banner .cell {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0px;
  }
  #wrap-footer-banner #footer-banner .cell a img {
    max-height: none;
  }
  #wrap-footer-banner #footer-banner .cell:last-child {
    padding-right: 0px;
    margin-bottom: 0;
  }
}
/* -----------------------------------------
wrap-footer-copy
-----------------------------------------*/
#wrap-footer-copy {
  background-color: #284b5a;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
wrap-section01
-----------------------------------------*/
.wrap-section01 {
  margin: 90px 0;
}
.wrap-section02 {
  background: rgb(228, 238, 246);
  background: linear-gradient(
    180deg,
    rgba(220, 240, 252, 1) 0%,
    rgba(236, 250, 251, 1) 100%
  );
  padding: 70px 0;
}
.section02-in {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .wrap-section01 {
    margin: 4em 0;
  }
  .wrap-section02 {
    background: rgb(228, 238, 246);
    background: linear-gradient(
      180deg,
      rgba(220, 240, 252, 1) 0%,
      rgba(236, 250, 251, 1) 100%
    );
    padding: 4em 0 3em;
  }
  .section02-in {
    margin-bottom: 3em;
  }
  .section-in-sp {
    margin: 0 3%;
  }
}
/* -----------------------------------------
wrap-section-patent
-----------------------------------------*/
.wrap-section-patent {
  padding: 20px 0 40px 0;
}
.wrap-section-patent-first {
  margin-top: 90px;
  padding-top: 0;
}
.wrap-section-patent-bg {
  background: #e3f4fb;
}
#info-detail .topics-date.patent-date {
  margin-bottom: 0.5em;
  font-size: 80%;
  color: #969696;
}
#info-detail.patent-detail .sec-topics p {
  margin-bottom: 0;
}
#info-detail.patent-detail .sec-topics .subs {
}
#info-detail.patent-detail .sec-topics .subs .tit-info-detail {
  margin-bottom: 10px;
}
#info-detail.patent-detail .sec-topics .subs .subs__eachcontent {
  overflow: hidden;
}
#info-detail.patent-detail .sec-topics .subs .subs__eachcontent.no_subimg {
}
#info-detail.patent-detail
  .sec-topics
  .subs
  .subs__eachcontent:first-child.no_subimg {
}
#info-detail.patent-detail
  .sec-topics
  .subs
  .subs__eachcontent:last-child.no_subimg {
}
#info-detail.patent-detail .sec-topics .subs .subs__eachcontent.no_subtitle {
}
#info-detail.patent-detail .sec-topics .subs .subs__eachcontent:last-child {
}

#info-detail.patent-detail .sec-topics .subs .subs__eachcontent .caption_box {
  margin: 1% 0 2%;
  display: block;
  text-align: left;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__left {
  width: 280px;
  margin-right: 3em;
  float: left;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__left img {
  width: 100%;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__right {
  width: 280px;
  margin-left: 3em;
  float: right;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__right img {
  width: 280px;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__center {
  text-align: center;
}
#info-detail.patent-detail .sec-topics .subs .subimg_position__center img {
  width: 100%;
  padding: 14px 0 0;
}
/* -----------------------------------------
section-tit
-----------------------------------------*/
.section-tit-01 {
  text-align: center;
  color: #284b5a;
  margin-bottom: 1.5em;
  font-size: 200%;
}
.section-tit-02 {
  color: #284b5a;
  margin-bottom: 1.5em;
  font-size: 200%;
}
@media screen and (max-width: 640px) {
  .section-tit-01 {
    text-align: center;
    color: #284b5a;
    margin-bottom: 3em;
    font-size: 140%;
  }
  .section-tit-01.new {
    font-size: 170%;
  }
  .section-tit-02 {
    color: #284b5a;
    margin-bottom: 1em;
    font-size: 150%;
  }
}
/* -----------------------------------------
box
-----------------------------------------*/
.box-01 {
  overflow: hidden;
}
.box-01 > .img {
  width: 26%;
  float: left;
}
.box-01 > .txt {
  width: 70%;
  float: right;
}

.box-02 {
  overflow: hidden;
  margin-bottom: 60px;
}
.box-02 .box-02-single {
  width: 47%;
  float: left;
}
.box-02 .box-02-single.w2 {
  width: 51%;
  float: left;
}
.box-02 .box-02-single:nth-child(2n) {
  float: right;
}
.box-02 .box-02-single .in {
  margin-top: 1em;
  overflow: hidden;
}
.box-02 .box-02-single .in .img {
  float: left;
  width: 41%;
}
.box-02 .box-02-single .in .info {
  float: right;
  width: 54%;
}
.box-02 .box-02-single .in .img-2 {
  float: left;
  width: 26.5%;
}
.box-02 .box-02-single .in .info-2 {
  float: right;
  width: 72%;
}
.box-02 .box-02-single .list-01 {
  float: none;
  width: 100%;
  clear: both;
}
.box-02 .box-02-single .in .img-3 {
  float: left;
  width: 35%;
}
.box-02 .box-02-single .in .info-3 {
  float: right;
  width: 56%;
}
.box-02 .box-02-single .in .info .main {
  font-size: 180%;
}
.box-03 {
  overflow: hidden;
}
.box-03 .box-03-single {
  width: 48%;
}
.box-03 .box-03-single .tit {
  font-size: 180%;
  margin-bottom: 0.5em;
}
.box-03 .box-03-single .img {
  margin-bottom: 2em;
}
.box-03 .box-03-single .txt {
  margin-bottom: 2em;
}
.box-04 {
  overflow: hidden;
}
.box-04 .info {
  width: 62%;
  float: left;
}
.box-04 .img {
  float: right;
  width: 34%;
}
.box-06 {
  margin: 80px 10%;
}
.box-06 .tit {
  font-size: 200%;
  border-bottom: 1px solid #284b5a;
  margin-bottom: 1em;
}
.box-06 .list {
  font-size: 140%;
}
.box-06 .list li {
  margin-bottom: 0.5em;
}
.box-07 {
  background: #fff;
  border: 2px solid #4e6f85;
  border-radius: 6px;
  padding: 3%;
  overflow: hidden;
}
.box-07 .img {
  float: left;
  width: 28%;
}
.box-07 .info {
  float: right;
  width: 68%;
}
.box-07 .img-02 {
  float: right;
  width: 36.2%;
}
.box-07 .info-02 {
  float: left;
  width: 60%;
}
.box-07 .img-03 {
  float: left;
  width: 12%;
}
.box-07 .info-03 {
  float: right;
  width: 85%;
}
.box-08 {
  overflow: hidden;
}
.box-08 > .img {
  width: 27.963%;
  float: left;
}
.box-08 > .txt {
  width: 70%;
  float: right;
}
.box-08 > .txt2 {
  width: 67%;
  float: right;
}
.box-09 {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/common/ico_light.png);
  padding-left: 60px;
}
.box-10 {
  overflow: hidden;
  margin-bottom: 40px;
}
.box-10 .img {
  width: 40.914%;
  float: left;
}
.box-10 .info {
  width: 57%;
  float: right;
}
.box-11 {
  overflow: hidden;
  margin-bottom: 40px;
}
.box-11 .box-11-single {
  width: 38.7315%;
  float: left;
}
.box-11 .box-11-single:nth-child(2n) {
  float: right;
  width: 58%;
}
.box-13 {
  overflow: hidden;
}
.box-13 .in {
  clear: both;
}
.box-13 .img-13 {
  float: left;
}
.box-13 .img-13.mtmb1 {
  margin-top: 5px;
  margin-bottom: 35px;
}
.box-13 .img-13.mtmb2 {
  margin-top: 5px;
  margin-bottom: 35px;
}
.box-13 .img-13.mtmb3 {
  margin-top: 15px;
  margin-bottom: 35px;
}
.box-13 .img-13.mtmb4 {
}
.box-13 .tit-13 {
  font-size: 160%;
  color: #284b5a;
}
.box-13 .btn-pd {
  margin-top: 2em;
}
.box-13 .btn-pd a {
  padding: 10px 24px;
}
.box-15 {
  overflow: hidden;
}
.box-15 .img {
  width: 47%;
}
.box-15 .img img {
  width: 100%;
}
.box-15 .info {
  width: 47%;
}
.box-15 .left {
  float: left;
}
.box-15 .right {
  float: right;
}
.info .btn-pd {
  margin-top: 35px;
  text-align: right;
}
.info .btn-pd a {
  padding: 10px 30px;
}

@media screen and (max-width: 640px) {
  .box-01 {
    overflow: hidden;
  }
  .box-01 > .img {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .box-01 > .txt {
    width: 100%;
    float: none;
  }
  .box-02 {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .box-02 .box-02-single {
    width: 100%;
    float: none;
    margin-bottom: 3em;
    overflow: hidden;
  }
  .box-02 .box-02-single.w2 {
    width: 100%;
    float: none;
    margin-bottom: 3em;
    overflow: hidden;
  }
  .box-02 .box-02-single.w2 .in .info .main {
    font-size: 160%;
  }
  .box-02 .box-02-single:nth-child(2n) {
    float: none;
  }
  .box-02 .box-02-single .in {
    margin-top: 1em;
  }
  .box-02 .box-02-single .in .img {
    float: left;
    width: 41%;
  }
  .box-02 .box-02-single .in .info {
    float: right;
    width: 56%;
  }
  .box-02 .box-02-single .in .img-2 {
    float: left;
    width: 26%;
  }
  .box-02 .box-02-single .in .info-2 {
    float: right;
    width: 72%;
  }
  .box-02 .box-02-single .list-01 {
    float: none;
    width: 100%;
  }
  .box-02 .box-02-single .in .img-3 {
    float: left;
    width: 35%;
  }
  .box-02 .box-02-single .in .info-3 {
    float: right;
    width: 56%;
  }
  .box-02 .box-02-single .in .info .main {
    font-size: 180%;
  }
  .box-03 {
    overflow: hidden;
  }
  .box-03 .box-03-single {
    width: 100%;
    margin-bottom: 2em;
  }
  .box-03 .box-03-single:last-child {
    margin-bottom: 0em;
  }
  .box-03 .box-03-single .tit {
    font-size: 140%;
    margin-bottom: 0.5em;
    line-height: 1.4;
  }
  .box-03 .box-03-single .img {
    margin-bottom: 0.5em;
  }
  .box-03 .box-03-single .txt {
    margin-bottom: 1em;
  }
  .box-04 {
    overflow: hidden;
  }
  .box-04 .info {
    width: 100%;
    float: none;
  }
  .box-04 .img {
    width: 100%;
    float: none;
  }
  .box-06 {
    margin: 3% 2%;
  }
  .box-06 .tit {
    font-size: 160%;
    border-bottom: 1px solid #284b5a;
    margin-bottom: 1em;
  }
  .box-06 .list {
    font-size: 140%;
  }
  .box-06 .list li {
    margin-bottom: 0.5em;
    margin-left: 1em;
    text-indent: -1em;
  }
  .box-07 {
    background: #fff;
    border: 2px solid #4e6f85;
    border-radius: 6px;
    padding: 3%;
    overflow: hidden;
  }
  .box-07 .img {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .box-07 .info {
    float: none;
    width: 100%;
  }
  .box-07 .img-02 {
    float: none;
    width: 100%;
  }
  .box-07 .info-02 {
    float: none;
    width: 100%;
  }
  .box-07 .img-03 {
    float: left;
    width: 12%;
  }
  .box-07 .info-03 {
    float: right;
    width: 85%;
  }
  .box-08 {
    overflow: hidden;
  }
  .box-08 > .img {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .box-08 > .txt {
    width: 100%;
    float: none;
  }
  .box-08 > .txt2 {
    width: 100%;
    float: none;
  }
  .box-09 {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/common/ico_light.png);
    padding-left: 60px;
  }
  .box-10 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .box-10 .img {
    width: 100%;
    float: none;
  }
  .box-10 .info {
    width: 100%;
    float: none;
  }
  .box-11 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .box-11:last-child {
    overflow: hidden;
    margin-bottom: 0;
  }
  .box-11 .box-11-single {
    width: 38.7315%;
    float: left;
  }
  .box-11 .box-11-single:nth-child(2n) {
    float: none;
    width: auto;
  }
  .box-11 .box-11-single .img {
    margin: 0 10px 10px 0;
  }
  .box-13 .in {
    margin-bottom: 30px;
  }
  .box-13 .img-13.mtmb1 {
    margin-top: 15px;
    margin-bottom: 85px;
  }
  .box-13 .img-13.mtmb2 {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .box-13 .img-13.mtmb3 {
    margin-top: 15px;
    margin-bottom: 145px;
  }
  .box-13 .img-13.mtmb4 {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 505px) {
  .box-13 .img-13.mtmb1 {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .box-13 .img-13.mtmb2 {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .box-13 .img-13.mtmb3 {
    margin-top: 15px;
    margin-bottom: 90px;
  }
  .box-13 .img-13.mtmb4 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .box-15 {
    overflow: hidden;
  }
  .box-15 .img {
    width: 100%;
    margin-bottom: 1em;
  }
  .box-15 .img img {
    width: 100%;
  }
  .box-15 .info {
    width: 100%;
  }
  .box-15 .left {
    float: none;
  }
  .box-15 .right {
    float: none;
  }
  .box-15.sevice-top {
    margin-top: -50px;
  }
}
/* -----------------------------------------
tit
-----------------------------------------*/
.tit-01 {
  font-size: 120%;
}
.tit-01 span {
  color: #fff;
  background-color: #ff8c00;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
}
.tit-02 {
  font-size: 160%;
  color: #284b5a;
  margin-bottom: 0.5em;
}
.tit-03 {
  font-size: 120%;
}
.tit-03 span {
  color: #fff;
  background-color: #00c8dc;
  padding: 5px 20px;
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
}
.tit_bt {
  margin-bottom: -3%;
}
@media screen and (max-width: 640px) {
  .tit-01 {
    font-size: 110%;
  }
  .tit-01 span {
    color: #fff;
    background-color: #ff8c00;
    padding: 3px 10px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
  }
  .tit-02 {
    font-size: 130%;
    color: #284b5a;
    margin-bottom: 0.5em;
  }
  .tit-03 {
    font-size: 110%;
  }
  .tit-03 span {
    color: #fff;
    background-color: #00c8dc;
    padding: 4px 10px;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
  }
}
/* -----------------------------------------
list
-----------------------------------------*/
.list-01 {
  margin: 1em 0;
}
.list-01 li {
  color: #4e6f85;
  font-size: 120%;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
.list-02 {
  margin: 1em 0;
}
.list-02 li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
wrap-contact
-----------------------------------------*/
#wrap-contact {
  background: rgb(232, 232, 237);
  background: linear-gradient(
    180deg,
    rgba(226, 228, 230, 1) 0%,
    rgba(245, 247, 249, 1) 100%
  );
  padding: 3em 0;
}
@media screen and (max-width: 640px) {
  #wrap-contact .img {
    text-align: center;
  }
  #wrap-contact .img img {
    width: 50%;
  }
}
/* -----------------------------------------
list-btn
-----------------------------------------*/
.list-btn-01 {
  overflow: hidden;
  margin: 0 10% 2em;
}
.list-btn-01 li {
  float: left;
  width: 40%;
  text-align: center;
}
.list-btn-01 li:nth-child(even) {
  float: right;
}
.list-btn-01 li a {
  display: block;
}
.list-btn-01.wide {
  overflow: hidden;
  margin: 0 0% 2em;
}
.list-btn-01.wide .img {
  float: left;
  width: 48%;
}
.list-btn-01.wide .txt {
  float: right;
  width: 51%;
  margin-bottom: 1em;
}
.list-btn-01.wide .btn {
  float: right;
  width: 51%;
}
@media screen and (max-width: 640px) {
  .list-btn-01 {
    overflow: hidden;
    margin: 0 0% 0em;
  }
  .list-btn-01 li {
    float: left;
    width: 49%;
    text-align: center;
  }
  .list-btn-01 li:nth-child(even) {
    float: right;
  }
  .list-btn-01 li a {
    display: block;
  }
  .list-btn-01 li .btn-01 a {
    padding: 4% 0;
  }
  .list-btn-01.wide {
    overflow: hidden;
    margin: 0 0% 0em;
  }
  .list-btn-01.wide .img {
    float: none;
    width: 100%;
  }
  .list-btn-01.wide .txt {
    float: none;
    width: 100%;
    margin-bottom: 0em;
  }
  .list-btn-01.wide .btn {
    float: none;
    width: 100%;
  }
}
/* -----------------------------------------
 bg-num
-----------------------------------------*/
.bg-num {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 45px;
}
.bg-num-01 {
  background-image: url(../img/index/ico_num_01_a.png);
}
.bg-num-02 {
  background-image: url(../img/index/ico_num_02_a.png);
}
.bg-num-03 {
  background-image: url(../img/index/ico_num_03_a.png);
}
.bg-num-b {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.bg-num-01b {
  background-image: url(../img/common/ico_num_01_b.png);
}
.bg-num-02b {
  background-image: url(../img/common/ico_num_02_b.png);
}
.bg-num-03b {
  background-image: url(../img/common/ico_num_03_b.png);
}
.bg-num-04b {
  background-image: url(../img/common/ico_num_04_b.png);
}
.bg-num-05b {
  background-image: url(../img/common/ico_num_05_b.png);
}
@media screen and (max-width: 640px) {
  .bg-num {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    padding-left: 40px;
    min-height: 35px;
  }
  .bg-num-01 {
    background-image: url(../img/index/ico_num_01_a.svg);
  }
  .bg-num-02 {
    background-image: url(../img/index/ico_num_02_a.svg);
  }
  .bg-num-03 {
    background-image: url(../img/index/ico_num_03_a.svg);
  }
  .bg-num-b {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
  }
  .bg-num-01b {
    background-image: url(../img/common/ico_num_01_b.png);
  }
  .bg-num-02b {
    background-image: url(../img/common/ico_num_02_b.png);
  }
  .bg-num-03b {
    background-image: url(../img/common/ico_num_03_b.png);
  }
  .bg-num-04b {
    background-image: url(../img/common/ico_num_04_b.png);
  }
  .bg-num-05b {
    background-image: url(../img/common/ico_num_05_b.png);
  }
}
/* -----------------------------------------
tbl
-----------------------------------------*/
.tbl-01 {
  margin: 1em 0;
}
.tbl-01 table {
  width: 100%;
}
.tbl-01 table th,
.tbl-01 table td {
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #a6b7c1;
  border-bottom: 1px solid #a6b7c1;
  color: #2a4a55;
}
.tbl-01 table th {
  color: #2a4a55;
}
.tbl-01 table th.wid1 {
  width: 16%;
}
.tbl-01 table .blank {
  border-top: none;
  border-bottom: none;
  width: 8%;
}
@media screen and (max-width: 640px) {
  .tbl-01 {
    margin: 1em 0;
  }
  .tbl-01 table {
    width: 100%;
  }
  .tbl-01 table th,
  .tbl-01 table td {
    text-align: left;
    padding: 5px 0;
    border-top: none;
    border-bottom: 1px solid #a6b7c1;
    color: #2a4a55;
    display: block;
    width: 100%;
  }
  .tbl-01 table th {
    color: #2a4a55;
  }
.tbl-01 table th.wid1 {
  width: 100%;
}
  .tbl-01 table td {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .tbl-01 table .blank {
    border-top: none;
    border-bottom: none;
    width: 8%;
    display: none;
  }
}
/* -----------------------------------------
gmap
-----------------------------------------*/
.gmap {
  margin: 1em 0;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
box-message
-----------------------------------------*/
.box-message {
  line-height: 1.8;
}
.box-message p {
  margin-bottom: 1em;
}
.box-message-round {
  margin: 4em 0;
  border: 1px solid #384c5a;
  padding: 4%;
  border-radius: 10px;
}
.box-message-round .tit {
  font-weight: bold;
  font-size: 110%;
  color: #e58b20;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
dlist
-----------------------------------------*/
.dlist-01 {
  margin-bottom: 2em;
}
.dlist-02 {
  margin-bottom: 2em;
  margin-left: 1em;
  overflow: hidden;
}
.dlist-02 dt {
  float: left;
  width: 30%;
}
.dlist-02 dd {
  float: right;
  width: 68%;
}
.dlist-02 dd .w-a {
  width: 96%;
  border: 1px solid #ccc;
  padding: 3px;
}
.dlist-02 dd .w-b {
  width: 46%;
  border: 1px solid #ccc;
  padding: 3px;
}
.dlist-02 dd .w-c {
  width: 12%;
  border: 1px solid #ccc;
  padding: 3px;
}
@media screen and (max-width: 640px) {
  .dlist-01 {
    margin-bottom: 2em;
  }
  .dlist-02 {
    margin-bottom: 2em;
    margin-left: 1em;
    overflow: hidden;
  }
  .dlist-02 dt {
    float: none;
    width: 100%;
  }
  .dlist-02 dd {
    float: none;
    width: 100%;
  }
  .dlist-02 dd .w-a {
    width: 96%;
    border: 1px solid #ccc;
    padding: 3px;
  }
  .dlist-02 dd .w-b {
    width: 96%;
    border: 1px solid #ccc;
    padding: 3px;
  }
  .dlist-02 dd .w-c {
    width: 30%;
    border: 1px solid #ccc;
    padding: 3px;
  }
}
/* -----------------------------------------
list-info
-----------------------------------------*/
.list-info li {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.list-info li .date {
  float: left;
  width: 12%;
}
.list-info li .ico {
  float: left;
  width: 12%;
  margin: 0 2%;
}
.list-info li .ico span {
  display: block;
  color: #fff;
  text-align: center;
}
.list-info li .ico .ico-01 {
  background-color: #00c8dc;
}
.list-info li .ico .ico-02 {
  background-color: #4e6f85;
}
.list-info li .ico .ico-03 {
  background-color: #e58b20;
}
.list-info li .ico .ico-04 {
  background-color: #59dda1;
}
.list-info li .txt {
  float: left;
  width: 70%;
}
.top_pickup_btn_box {
  display: flex;
  justify-content: space-around;
  margin: 8% auto 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .list-info li {
    overflow: hidden;
    margin-bottom: 1em;
  }
  .list-info li .date {
    float: left;
    width: 24%;
  }
  .list-info li .ico {
    float: left;
    width: 20%;
    margin: 0 0%;
  }
  .list-info li .ico span {
    display: block;
    color: #fff;
    text-align: center;
  }
  .list-info li .ico .ico-01 {
    background-color: #00c8dc;
  }
  .list-info li .ico .ico-02 {
    background-color: #4e6f85;
  }
  .list-info li .ico .ico-03 {
    background-color: #e58b20;
  }
  .list-info li .ico .ico-04 {
    background-color: #59DDA1;
  }
  .list-info li .txt {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 0.5em;
  }
  .top_pickup_btn_box {
    display: block;
    width: 100%;
  }
}

.ind-privacy tr.tr_tit {
  color: #284b5a;
  background: rgb(236, 250, 251);
  font-weight: bold;
}
.ind-privacy dt {
  color: #284b5a;
  font-weight: bold;
}
#privacy ul.pl-01 {
  margin-left: 1em;
}
#privacy ul li.tx-indent {
  margin-left: 1em;
  text-indent: -1em;
}
#privacy ul li.tx-indent3 {
  margin-left: 3em;
  text-indent: -3em;
}
#privacy table td {
  border: solid 1px #7faeb4;
  padding: 5px 10px;
}
#privacy table td:first-child {
  width: 30%;
}
/* -----------------------------------------
menu
-----------------------------------------*/
@media screen and (max-width: 640px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 26px;
    height: 30px;
    margin-top: 28px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
@media screen and (max-width: 500px) {
  .menu-trigger {
    position: relative;
    width: 26px;
    height: 30px;
    margin-top: 20px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 9px;
  }
}
@media screen and (max-width: 379px) {
  .menu-trigger {
    position: relative;
    width: 15px;
    height: 30px;
    margin-top: 12px;
  }
  .menu-trigger span {
    position: absolute;
    left: -10px;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    z-index: 999;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 17px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
/* -----------------------------------------
gnav-fix
-----------------------------------------*/
#gnav-fix {
  background: #fff;
}
@media screen and (max-width: 640px) {
  #gnav-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
}
/* -----------------------------------------
st
-----------------------------------------*/
.st0 {
  fill: none;
  stroke: #00c8dc;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
main-img
-----------------------------------------*/
#main-img {
  position: relative;
}
#main-img p {
  position: relative;
  z-index: 100;
}
#main-img .on-svg {
  position: absolute;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
link-01
-----------------------------------------*/
.link-01 {
  color: #ffaa00;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
youtube
-----------------------------------------*/
.youtube2 {
}
.youtube2 iframe {
}
@media screen and (max-width: 640px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* -----------------------------------------
gmap
-----------------------------------------*/
.gmap {
}
.gmap iframe {
}
@media screen and (max-width: 640px) {
  .gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* -----------------------------------------
main-img
-----------------------------------------*/
#main-img {
  background: linear-gradient(
    180deg,
    rgba(226, 243, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  text-indent: -9999px;
  margin-bottom: 0.5em;
}
.anaqua #main-img {
  background: #e5eff9;
  text-indent: -9999px;
  margin-bottom: 0.5em;
}

#main-img .in {
  height: 308px;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 1050px;
}
#main-img #bg-tit-01 {
  background-image: url(../img/common/bg_tit_01.png);
}
#main-img #bg-tit-02 {
  background-image: url(../img/common/bg_tit_02.png);
}
#main-img #bg-tit-03 {
  background-image: url(../img/common/bg_tit_03.png);
}
#main-img #bg-tit-04 {
  background-image: url(../img/common/bg_tit_04.png);
}
#main-img #bg-tit-05 {
  background-image: url(../img/common/bg_tit_05.png);
}
#main-img #bg-tit-06 {
  background-image: url(../img/common/bg_tit_06.png);
}
#main-img #bg-tit-07 {
  background-image: url(../img/common/bg_tit_07.png);
}
#main-img #bg-tit-08 {
  background-image: url(../img/common/bg_tit_08.png);
}
#main-img #bg-tit-09 {
  background-image: url(../img/common/bg_tit_09.png);
}
#main-img #bg-tit-10 {
  background-image: url(../img/common/bg_tit_10.png);
}
#main-img #bg-tit-11 {
  background-image: url(../img/common/bg_tit_11.png);
}
#main-img #bg-tit-12 {
  background-image: url(../img/common/bg_tit_12.png);
}
#main-img #bg-tit-13 {
  background-image: url(../img/common/bg_tit_13.png);
}
#main-img #bg-tit-14 {
  background-image: url(../img/common/bg_tit_14.png);
}
#main-img #bg-tit-15 {
  background-image: url(../img/common/bg_tit_15.png);
}
#main-img #bg-tit-16 {
  background-image: url(../img/common/bg_tit_16.png);
}
#main-img #bg-tit-17 {
  background-image: url(../img/common/bg_tit_17.png);
}
#main-img #bg-tit-18 {
  background-image: url(../img/common/bg_tit_18.png);
}
#main-img #bg-tit-19 {
  background-image: url(../img/common/bg_tit_19.png);
}
#main-img #bg-tit-column {
  background-image: url(../img/common/bg_tit_column.png);
}
#main-img #bg-tit-columnlist {
  background-image: url(../img/common/bg_tit_column.png);
}
#main-img #bg-tit-patentlist {
  background-image: url(../img/common/bg_tit_patent.png);
}
#main-img #bg-tit-cases {
  background-image: url(../img/cases/bg_tit_cases.png);
}
@media screen and (max-width: 640px) {
  #main-img {
    background: linear-gradient(
      180deg,
      rgba(226, 243, 248, 1) 0%,
      rgba(250, 255, 255, 1) 100%
    );
    text-indent: -9999px;
    margin-bottom: 0.5em;
  }
  .anaqua #main-img {
    background: none !important;
  }
  #main-img .in {
    height: 0;
    padding-top: 50%;
    background-size: contain;
    min-width: 100%;
    margin-top: 75px;
  }
  .anaqua #main-img .in {
    padding-top: 34% !important;
  }
  #main-img #bg-tit-01 {
    background-image: url(../img/common/bg_tit_01_sp.png);
  }
  #main-img #bg-tit-02 {
    background-image: url(../img/common/bg_tit_02_sp.png);
  }
  #main-img #bg-tit-03 {
    background-image: url(../img/common/bg_tit_03_sp.png);
  }
  #main-img #bg-tit-04 {
    background-image: url(../img/common/bg_tit_04_sp.png);
  }
  #main-img #bg-tit-05 {
    background-image: url(../img/common/bg_tit_05_sp.png);
  }
  #main-img #bg-tit-06 {
    background-image: url(../img/common/bg_tit_06_sp.png);
  }
  #main-img #bg-tit-07 {
    background-image: url(../img/common/bg_tit_07_sp.png);
  }
  #main-img #bg-tit-08 {
    background-image: url(../img/common/bg_tit_08_sp.png);
  }
  #main-img #bg-tit-09 {
    background-image: url(../img/common/bg_tit_09_sp.png);
  }
  #main-img #bg-tit-10 {
    background-image: url(../img/common/bg_tit_10_sp.png);
  }
  #main-img #bg-tit-11 {
    background-image: url(../img/common/bg_tit_11_sp.png);
  }
  #main-img #bg-tit-12 {
    background-image: url(../img/common/bg_tit_12_sp.png);
  }
  #main-img #bg-tit-13 {
    background-image: url(../img/common/bg_tit_13_sp.png);
  }
  #main-img #bg-tit-14 {
    background-image: url(../img/common/bg_tit_14_sp.png);
  }
  #main-img #bg-tit-15 {
    background-image: url(../img/common/bg_tit_15_sp.png);
  }
  #main-img #bg-tit-16 {
    background-image: url(../img/common/bg_tit_16_sp.png);
  }
  #main-img #bg-tit-17 {
    background-image: url(../img/common/bg_tit_17_sp.png);
  }
  #main-img #bg-tit-18 {
    background-image: url(../img/common/bg_tit_18_sp.png);
  }
  #main-img #bg-tit-19 {
    background-image: url(../img/common/bg_tit_19_sp.png);
  }
  #main-img #bg-tit-column {
    background-image: url(../img/common/bg_tit_column_sp.png);
  }
  #main-img #bg-tit-columnlist {
    background-image: url(../img/common/bg_tit_column_sp.png);
  }
  #main-img #bg-tit-patentlist {
    background-image: url(../img/common/bg_tit_patent_sp.png);
  }
  #main-img #bg-tit-cases {
    background-image: url(../img/cases/bg_tit_cases_sp.png);
  }
}
@media screen and (max-width: 440px) {
  #main-img .in {
    margin-top: 60px;
  }
  .anaqua #main-img .in {
    margin-top: 50px !important;
  }
}
/* -----------------------------------------
fadein
-----------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition-duration: 1.5s;
}
.fadein.mvOn {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2 {
  opacity: 0;
  transition-duration: 1.5s;
}
.fadein2.mvOn {
  opacity: 1;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
w-60-sp
-----------------------------------------*/
.w-60-sp {
}
@media screen and (max-width: 640px) {
  .w-60-sp {
    width: 60%;
  }
}
/* -----------------------------------------
 mb-1em-sp
-----------------------------------------*/
.mb-1em-sp {
}
@media screen and (max-width: 640px) {
  .mb-1em-sp {
    margin-bottom: 1em;
  }
}
/* -----------------------------------------
mt-1em-sp
-----------------------------------------*/
.mt-1em-sp {
}
@media screen and (max-width: 640px) {
  .mt-1em-sp {
    margin-top: 1em;
  }
  .mt-2em-sp {
    margin-top: 2em;
  }
  .mt-3em-sp {
    margin-top: 3em;
  }
  .mt-4em-sp {
    margin-top: 4em;
  }
  .mt-5em-sp {
    margin-top: 5em;
  }
}
/* -----------------------------------------
particles
-----------------------------------------*/
#particles {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
wrap
-----------------------------------------*/
#wrap {
  position: relative;
  z-index: 2;
  min-width: 1050px;
}
@media screen and (max-width: 640px) {
  #wrap {
    min-width: auto;
  }
}
/* -----------------------------------------
slide-index
-----------------------------------------*/
.slide-index {
  position: relative;
}
.slide-index p {
  position: relative;
  z-index: 10;
}
.slide-index li {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
info-detail
-----------------------------------------*/
#info-detail {
  margin: 0 5%;
}
#info-detail .tit-info-detail {
  color: #284b5a;
  font-size: 200%;
}
#info-detail .topics-date {
  margin-bottom: 1.5em;
}
#info-detail .topics-date.column-date {
  margin-bottom: 0.5em;
  font-size: 80%;
  color: #969696;
}
.topics-date.column-date {
  margin-bottom: 0.5em;
  font-size: 80%;
  color: #969696;
}
#info-detail .sec-topics {
  line-height: 1.8;
}
#info-detail .sec-topics p {
  margin-bottom: 2em;
}
#info-detail .sec-topics p img {
  width: 100%;
  max-width: 1050px;
}
.patent_btn_box {
  display: flex;
}
.patent_btn_box p {
  flex: 1;
}

/* Top_Colum_list */
.top_box_colum ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.top_box_colum ul li {
  flex-basis: 23%;
  margin: 0 1% 4%;
}
.top_box_colum ul li img {
  width: 100%;
}
@media (max-width: 640px) {
  .top_box_colum ul li {
    flex-basis: 31.3%;
  }
}

/* Colum_list */
.list-info li.colum_list {
  margin-bottom: 6%;
}
.colum_list .section-tit-01 {
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 180%;
}
.colum_list_flex {
  display: flex;
}
.colum_list_flex .flex_img img {
  width: 180px;
}
.colum_list_flex .flex_right_box {
  margin-left: 5%;
  flex: 1;
}
.colum_list_flex .flex_right_box .btn-01 {
  text-align: right;
}
.colum_list_flex .flex_right_box .btn-01 a {
  min-width: 200px;
}

/* Colum_detail */
#info-detail.column-detail .sec-topics .subs {
  margin-top: 9%;
}
#info-detail.column-detail .sec-topics .subs .tit-info-detail {
  margin-bottom: 10px;
}
#info-detail.column-detail .sec-topics .subs .subs__eachcontent {
  margin-bottom: 10%;
  overflow: hidden;
}
#info-detail.column-detail .sec-topics .subs .subs__eachcontent.no_subimg {
  margin-top: -6%;
  margin-bottom: 3%;
}
#info-detail.column-detail
  .sec-topics
  .subs
  .subs__eachcontent:first-child.no_subimg {
  margin-top: 0%;
  margin-bottom: 3%;
}
#info-detail.column-detail
  .sec-topics
  .subs
  .subs__eachcontent:last-child.no_subimg {
  margin-top: -6%;
  margin-bottom: 0%;
}
#info-detail.column-detail .sec-topics .subs .subs__eachcontent.no_subtitle {
  margin-top: -9%;
}
#info-detail.column-detail .sec-topics .subs .subs__eachcontent:last-child {
  margin-bottom: 0%;
}

#info-detail.column-detail .sec-topics .subs .subs__eachcontent .caption_box {
  margin: 1% 0 2%;
  display: block;
  text-align: left;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__left {
  width: 280px;
  margin-right: 3em;
  float: left;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__left img {
  width: 100%;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__right {
  width: 280px;
  margin-left: 3em;
  float: right;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__right img {
  width: 280px;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__center {
  text-align: center;
}
#info-detail.column-detail .sec-topics .subs .subimg_position__center img {
  width: 100%;
  padding: 14px 0 0;
}
#info-detail.column-detail .sec-topics .author_contnet {
  margin-top: 8%;
}
#info-detail.column-detail .sec-topics .author_contnet .author_title {
  color: #00c8dc;
  font-size: 180%;
}
#info-detail.column-detail .sec-topics .author_contnet .box {
  padding: 3%;
  border: 2px solid #ccc;
}
#info-detail.column-detail .sec-topics .author_contnet .box_flex {
  display: flex;
}
#info-detail.column-detail .sec-topics .author_contnet .box .author_img {
  margin-right: 3em;
}
#info-detail.column-detail .sec-topics .author_contnet .box .author_name {
  color: #284b5a;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#info-detail.column-detail .sec-topics .author_contnet .box .author_comment {
  margin-bottom: 0.5em;
}

.search_box .w-base .inner {
  background-color: #4e6f85;
  padding: 15px 25px;
}
.search_box .w-base .inner h2 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}
.search_box .w-base .inner .checkbox-wrap {
  display: flex;
  margin-bottom: 5px;
}
.search_box .w-base .inner form label {
  color: #ffffff;
}
.search_box .w-base .inner .button-wrap {
  display: flex;
}
.search_box .w-base .inner .button-wrap button {
  min-width: 100px;
  margin: 0 10px 0 0;
}

/* Patent_list */
.list-info li.patent_list {
  margin-bottom: 6%;
}
.patent_list .section-tit-01 {
  text-align: left;
  margin-bottom: 0;
  font-size: 180%;
}
.patent_list_flex {
  display: flex;
  align-items: center;
}
.patent_list_flex .list_category_use {
  flex: 1;
  color: #00c8dc;
  font-weight: bold;
  font-size: 16px;
}
.patent_list_flex .btn-01 {
  text-align: right;
}
.patent_list_flex  .btn-01 a {
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  
.search_box .w-base .inner{
  background-color: #4e6f85;
  padding: 15px;
}
.search_box .w-base .inner h2{
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}
.search_box .w-base .inner .checkbox-wrap{
  display: block;
  margin-bottom: 5px;
}
.search_box .w-base .inner form label.control-label{
  color: #ffffff;
  display: block;
  width: 100%;
}
.search_box .w-base .inner .button-wrap{
  display: flex;
}
.search_box .w-base .inner .button-wrap button{
  min-width:100px;
  margin: 0 10px 0 0;
}

  /* Colum_list */
  .list-info .colum_list {
    margin-bottom: 12% !important;
  }
  .colum_list_flex {
    flex: 1;
  }
  .colum_list_flex {
    flex: 1;
  }
  .colum_list_flex_sp {
    display: flex;
    flex-direction: row-reverse;
  }
  .colum_list_flex_sp .section-tit-01 {
    text-align: left;
    font-size: 160%;
    flex: 3;
    padding-left: 12px;
  }
  .colum_list_flex .flex_img {
    text-align: left;
  }
  .colum_list_flex .flex_img img {
    width: 100px;
  }
  .flex_right_box {
    margin-left: 0%;
    margin-top: 8px;
  }

  /* Patent_list */
  .list-info li.patent_list {
    margin-bottom: 6%;
  }
  .patent_list .section-tit-01 {
    text-align: left;
    margin-bottom: 0;
    font-size: 160%;
  }
  .patent_list_flex {
    display: block;
  }
  .patent_list_flex .list_category_use {
    flex: 1;
    color: #00c8dc;
    font-weight: bold;
    font-size: 12px;
  }
  .patent_list_flex .btn-01 {
    text-align: center;
  }
  .patent_list_flex  .btn-01 a {
    min-width: 200px;
  }

  #info-detail.column-detail {
    margin: 0;
  }
  #info-detail.column-detail .tit-info-detail {
    color: #284b5a;
    font-size: 140%;
  }
  #info-detail.column-detail .topics-date {
    margin-bottom: 1.5em;
  }

  .topics-date.column-date {
    margin-bottom: 1em;
  }
  #info-detail.column-detail .sec-topics {
    line-height: 1.8;
  }
  #info-detail.column-detail .sec-topics p img {
    width: 100%;
    max-width: 640px;
  }
  #info-detail.column-detail .sec-topics .subs .subimg_position__right img {
    width: 100%;
  }
  #info-detail.column-detail .sec-topics .subs .subimg_position__left,
  #info-detail.column-detail .sec-topics .subs .subimg_position__right {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    float: none;
  }
  #info-detail.column-detail .sec-topics .author_contnet .box_flex {
    display: block;
    padding: 6%;
  }
  #info-detail.column-detail .sec-topics .author_contnet .box_flex .author_img {
    margin-right: 0;
  }
  #info-detail.column-detail
    .sec-topics
    .author_contnet
    .box_flex
    .author_img
    img {
    width: 100% !important;
  }
  #info-detail.column-detail .sec-topics .author_contnet .author_title {
    font-size: 120%;
  }
}

/*
パートナー制度
*/
@media screen and (max-width: 640px) {
  .partner .img-2 img {
    width: 70%;
    text-align: center;
  }
  .partner .tit-13 {
    font-size: 134%;
  }
  .partner .sp-pl {
    padding-left: 1.7em;
  }
}
/*
パートナー制度　お問い合わせ
*/

.partonor_contact .field_selection .tex {
  color: #596e83;
}
.partonor_contact .field_selection .d-btn {
  background: #596e83;
  color: white;
  margin: 10px 0px;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 10px;
}
.partner_arrow {
  float: right;
  padding-top: 3px;
}
.card-header {
  padding: 0;
}
.partonor_contact .labelbr {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}
.arrow_up {
  float: right;
  display: block;
}
.arrow_down {
  float: right;
  display: none;
}
.active .arrow_up {
  display: none;
}
.active .arrow_down {
  float: right;
  display: block;
}

.card-header .d-btn:hover {
  background: #596e83a8;
}
.card-header .d-btn2 {
  font-weight: bold;
  color: #596e83;
  padding: 4px 15px;
  border: solid 2px #596e83;
  border-radius: 8px;
  margin-bottom: 5px;
}
.card-body {
  display: none;
}
.partner_confirm .card-body {
  display: inline-block;
}
.inpitin {
  display: none;
}
.inpitin_tex {
  color: #596e83;
  margin-left: 3px;
}

/*お問い合わせのボタンのフォント*/

_::-webkit-full-page-media,
_:future,
:root .f-family2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
_:-ms-lang(x)::-ms-backdrop,
.f-family2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px 0 7px !important;
}
/* Edge 1 */
@supports (-ms-ime-align: auto) {
  .f-family2 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
      "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
}
/* Edge 2 */
_:-ms-lang(x)::backdrop,
.f-family2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
/* -----------------------------------------
box-photo
-----------------------------------------*/
.box-photo {
  overflow: hidden;
  text-align: right;
}
.box-photo img {
  width: 100%;
}
.box-photo .photo {
  float: right;
  padding-left: 2em;
  width: 22%;
}
.box-photo .info {
  float: right;
  width: 36%;
  padding-top: 23%;
}
.box-photo .info .name {
  padding-right: 1em;
}
.box-photo .info .sign {
  padding-left: 20%;
}
@media screen and (max-width: 640px) {
  .box-photo {
    overflow: hidden;
    text-align: right;
  }
  .box-photo img {
    width: 100%;
  }
  .box-photo .photo {
    float: right;
    padding-left: 2em;
    width: 32%;
  }
  .box-photo .info {
    float: right;
    width: 60%;
    padding-top: 18%;
  }
  .box-photo .info .name {
    padding-right: 1em;
  }
}
.anaqua .wrap-section01 {
  margin: 90px 0;
}
.anaqua .wrap-section02 {
  padding: 90px 0 60px;
}
.anaqua .txt {
  line-height: 2.2;
}
.anaqua h2 {
  margin-bottom: 1em;
}
.anaqua h2.third,
.anaqua h2.second {
  margin-top: 3em;
}
.anaqua h2.third {
  margin-left: 3.6em;
}
.anaqua .box-01-2 > .img {
  width: 34%;
  float: left;
}
.anaqua .box-01-2 > .txt {
  width: 55%;
  float: right;
}
.anaqua .box-13 {
  width: 96%;
  margin: 0 auto;
}
.anaqua .box-14 {
  width: 96%;
  margin: 0 auto;
}
.anaqua .box-13 p.btn-pd {
  margin-top: 4em;
  margin-bottom: 2em;
}
.anaqua .s_04 {
  width: 96%;
  margin: 0 auto;
}
.anaqua .s_04 .accordion_one {
  margin: 0 auto 10px;
}
.anaqua .s_04 .accordion_one .accordion_header {
  background: #03b8df;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  padding: 8px 3.6%;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.anaqua .s_04 .accordion_one .accordion_header .accod-num {
  vertical-align: middle;
  padding-right: 8px;
}
.anaqua .s_04 .accordion_one .accordion_header .accod-num img {
  width: 3%;
}
.anaqua .s_04 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.anaqua .s_04 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36%;
  right: 2%;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
  background: url("/img/anaqua/arrow_up.png");
  background-repeat: no-repeat;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
  background: url("/img/anaqua/arrow_down.png");
  background-repeat: no-repeat;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
  background: url("/img/anaqua/arrow_up.png") !important;
  background-repeat: no-repeat !important;
}
.anaqua .s_04 .accordion_one .accordion_header.open .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36%;
  right: 2%;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
  background: url("/img/anaqua/arrow_down.png");
  background-repeat: no-repeat;
}
.anaqua .s_04 .accordion_one .accordion_inner {
  display: none;
  padding: 16px 3%;
  border-left: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  background-color: #fff;
  box-sizing: border-box;
}
.anaqua .s_04 .accordion_one .accordion_inner.stay {
  display: block;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu > li {
  line-height: 1.4;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-lg {
  font-size: 145%;
  color: #384c5a;
  font-weight: bold;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-lg span.circle-lg {
  font-size: 105%;
  vertical-align: middle;
  line-height: 4px;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-sm li {
  margin-left: 1.5em;
  font-size: 110%;
  line-height: 1.5 !important;
}
.anaqua .tbl-01 table th {
  width: 18%;
}
.anaqua .tbl-01 table .blank {
  width: 8%;
}
.anaqua .contact-txt {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .anaqua .tbl-01 table th {
    width: 100%;
  }
  .anaqua .about-anaqua dd {
    margin-bottom: 10px;
  }
  .anaqua .wrap-section01 {
    margin: 3em 0;
  }
  .anaqua .wrap-section02 {
    padding: 3em 0 1em;
  }
  .anaqua h2 {
    letter-spacing: 1.5px;
  }
  .anaqua h2.third {
    margin-left: 1.3em;
  }
  .anaqua .box-01-2 > .txt {
    width: 61%;
  }
  .anaqua .box-13 {
    width: 100%;
    margin: 0 auto;
  }
  .anaqua .box-14 {
    width: 100%;
    margin: 0;
  }
  .anaqua .section-in-sp {
    margin: 0;
  }
  .anaqua .s_04 {
    width: 100%;
    margin: 0 auto;
  }
  .anaqua .s_04 .accordion_one {
    margin: 0 auto 10px;
  }
  .anaqua .s_04 .accordion_one .accordion_header {
    font-size: 133%;
    padding: 8px 3.6%;
  }
  .anaqua .s_04 .accordion_one .accordion_header .accod-num img {
    width: 5%;
  }
  .anaqua .s_04 .accordion_one .accordion_inner {
    padding: 16px 3%;
  }
  .anaqua .s_04 .accordion_one .accordion_inner .submenu > li {
    line-height: 1.5;
  }
  .anaqua .section-tit-01 {
    margin-top: 23%;
  }
  .btn_anaqua {
    margin: -2% 0;
  }
}
.btn_anaqua {
  margin: 5% 0;
}
/* -----------------------------------------
img-balance
-----------------------------------------*/
.img-balance {
  text-align: center;
  margin: 1em 0;
}
.img-balance img {
  width: 70%;
}
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
list-knowledge
-----------------------------------------*/
.list-knowledge {
  margin: 2em 15%;
}
.list-knowledge .list li {
  font-size: 180%;
  color: #384c5a;
}
@media screen and (max-width: 640px) {
  .list-knowledge {
    margin: 2em 0%;
  }
  .list-knowledge .list li {
    font-size: 120%;
  }
}
/* -----------------------------------------
wrap-index-consultation
-----------------------------------------*/
#wrap-index-consultation {
  background: #f0f2f5;
  padding: 100px 0;
}

/* -----------------------------------------
wrap-service
-----------------------------------------*/
.service-consulting__img {
  text-align: center;
  margin: 60px 0 30px;
}
.service-consulting__text {
  width: 839px;
  margin: 0 auto;
}
.service-btns-box h2 {
  margin-bottom: 1em;
  font-size: 180%;
}
.service-btns-box .box-03 .box-03-single .img {
  margin-bottom: 1em;
}
.service-btns-box .box-03 .box-03-single .tit {
  margin-bottom: 0;
}
.service-btns-box .box-03 .box-03-single .tit span.small {
  letter-spacing: 1px;
  font-size: 60%;
}
.service-btns-box h2 {
}
@media screen and (max-width: 640px) {
  .service-consulting__img {
    margin: 30px 0 10px;
  }
  .service-consulting__text {
    width: 100%;
    margin: 0 auto;
  }
  .section-tit-01.consulting {
    margin-bottom: 1.5em;
    margin-top: 3em;
  }
}

/* -----------------------------------------
採用情報
-----------------------------------------*/
#recruit .wrap-section01 .inner,
#recruit .wrap-section02 .inner {
  margin: 0 13%;
}
#recruit .wrap-section01 .inner .img-2{
  margin: 0 20%;
}
#recruit .table_ul li{
  list-style:disc;
  margin-left: 2em;
  padding-right: 1em;
}
#recruit .wrap-form{
  display: flex;
  justify-content: space-around;
}
label.recruit_file{
  padding: 5px 20px;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}
label.recruit_file:hover{
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
label.recruit_file input[type="file"] {
    display: none;
}
.specialized_field_wrap{
display: none;
}
@media screen and (max-width: 640px) {
  #recruit .wrap-section01 .inner {
    margin: 0 3%;
  }
  #recruit .wrap-section01 .inner .img-2{
    margin: 0 15%;
  }
  #recruit .wrap-form{
    display: flex;
    flex-direction:column;
    justify-content: center;
  }
  #recruit .wrap-form p a{
    padding: 10px 24px;
  }
}
/* -----------------------------------------
-----------------------------------------*/
.child {
  position: absolute;
  left: 0;
  right: 0;
  width: 950px;
  margin: auto;
  background-color: rgba(40, 75, 90, 0.8);
  z-index: 9999;
  padding: 1.5em 0;
  margin-top: 1em;
}
.child {
  display: none;
}
.child .w-base{
  width: auto;
}
.child-in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 3%;
}
.child-thumb {
  width: 19%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 3%;
  position: relative;
}
.child-thumb::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #00c8dc;
  border-radius: 100px;
  z-index: 5;
}
.child-thumb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 50%;
  background-color: #ffffff;
  border-radius: 100px;
  z-index: 10;
}
.child-thumb-img {
  text-align: center;
  padding-bottom: 20px;
}
.child-thumb-img img {
  width: 50%;
}
.child-thumb-text {
  text-align: center;
  margin-top: 0.25em;
  font-size: 110%;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.5;
}
.child-list {
  width: 75%;
  display: flex;
  align-items: center;
}
.child-list-in {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
}
.child-list-cell {
  display: inline-block;
}
.child-list-cell.w0 {
  width: 100%;
}
.child-list-cell.w1 {
  width: 40%;
}
.child-list-cell.w2 {
  width: 60%;
}
.child-list-cell.w3 {
  margin-right: 3em;
}
.child-list-cell a {
  display: block;
  font-size: 120%;
  padding: 0.5em 0;
  transition: 0.25s;
  color: #ffffff;
}
.child-list-cell a:hover {
  opacity: 1;
  color: #00c8dc;
}
.parents:hover > a {
  color: #00c8dc;
}
@media screen and (max-width: 640px) {
  .child {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: none;
    padding: 0;
  }
  .child {
    display: none;
  }
  .child-in {
    margin: 0 0 0 0;
  }
  .child-thumb {
    display: none;
  }
  .child-list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  .child-list-in {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .child-list-cell {
    display: block;
    width: 100%;
  }
  .child-list-cell.w1 {
    width: 100%;
  }
  .child-list-cell.w2 {
    width: 100%;
  }
  .child-list-cell.w3 {
    margin-right: 0;
    width: 100%;
  }
  .child-list-cell a {
    display: block;
    font-size: 90%;
    padding: 2% 3% 2% 2em !important;
    color: #3c3c3c;
  }
  #wrap-gnav #gnav ul .parents > a {
    background-image: none;
    position: relative;
  }
  #wrap-gnav #gnav ul .parents > a::after {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 1em;
    top: 48%;
    transition: 0.25s;
  }
  #wrap-gnav #gnav ul .parents > a::before {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 1em;
    top: 48%;
    transform: rotate(90deg);
    transition: 0.25s;
  }
  #wrap-gnav #gnav ul .parents > a.on::before {
    transform: rotate(0);
  }
  .parents:hover > a {
    color: #3c3c3c;
  }
  #wrap-gnav #gnav ul .parents.open > a {
    color: #00c8dc;
  }
}
/* -----------------------------------------
search-wrap
-----------------------------------------*/
.search-wrap {
  margin: 6em 0 8em;
}
.search-head {
  background-color: #dcf5fa;
  padding: 2em;
  margin-bottom: 4em;
}
.search-head-title {
  font-weight: bold;
  font-size: 160%;
  margin-bottom: 0.5em;
}
.search-head-list {
  margin-bottom: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
}
.search-head-list dt {
  width: 12%;
  font-size: 120%;
}
.search-head-list dd {
  width: 88%;
  font-size: 120%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
}
.search-head-list dd p {
  width: 18%;
}
.search-head-list dd p a {
  display: block;
  padding-left: 1.25em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  background-image: url(/img/cases/check_off.png);
}
.search-head-list dd p a.on {
  background-image: url(/img/cases/check_on.png);
}
.search-head-list dd p a:hover {
  opacity: 1;
}
.search-head-btn li {
  display: inline-block;
  margin-right: 1em;
  width: 10em;
}
.search-head-btn li a {
  text-align: center;
  display: block;
  border-radius: 100px;
  font-weight: bold;
  font-size: 120%;
  padding: 0.5em;
}
.search-head-btn li.search-head-btn1 a {
  background-color: #fbb03b;
  color: #fff;
}
.search-head-btn li.search-head-btn2 a {
  background-color: #b3b3b3;
  color: #fff;
}
.search-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  margin-bottom: 4em;
}
.search-cell {
  width: 30%;
  margin: 0 1.5% 3% 1.5%;
  border: 2px solid #b3b3b3;
  box-sizing: border-box;
  border-radius: 1em;
  padding: 1.5em;
}
.search-cell img {
  width: 100%;
}
.search-cell-img {
  margin-bottom: 0.5em;
}
.search-cell-title {
  color: #284b5a;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  margin-bottom: 0.5em;
}
.search-cell-title_s {
  font-size: 135%;
}
.search-cell-text {
  line-height: 1.6;
  height: 4.8em;
  margin-bottom: 2em;
  text-align: justify;
}
.search-cell-icon {
  margin-top: 2em;
  margin-bottom: 2em;
}
.search-cell-icon li {
  display: inline-block;
  font-size: 80%;
  background-color: #00c8dc;
  border-radius: 100px;
  padding: 0.2em 1em;
  color: #fff;
}
.search-cell .btn-01 a {
  width: 100%;
  min-width: 100%;
}
.search-none {
  font-weight: bold;
  text-align: center;
  margin: 4em 0;
  font-size: 120%;
  display: none;
}
@media screen and (max-width: 640px) {
  .search-head {
    padding: 1em;
  }
  .search-cell-icon li {
    padding: 0.5em 1em;
  }
  .search-head-list dt {
    width: 100%;
  }
  .search-head-list dd {
    width: 100%;
  }
  .search-head-list dd p {
    width: 50%;
  }
  .search-cell .btn-01 a {
    padding: 0.75em 0;
  }
  .search-head-btn {
    text-align: center;
  }
  .search-cell {
    width: 100%;
    margin: 0 1.5% 1em;
    border: 2px solid #b3b3b3;
    box-sizing: border-box;
    border-radius: 1em;
    padding: 2em 3em;
  }
  .search-cell-title {
    font-size: 180%;
  }
}
/* -----------------------------------------
article
-----------------------------------------*/
.article img {
  width: 100%;
}
.article-title {
  font-weight: bold;
  font-size: 200%;
  color: #374c5a;
}
.article-title-sub {
  font-weight: bold;
  font-size: 140%;
  color: #374c5a;
}
.article-sub {
  font-size: 85%;
}
.article-head {
  margin: 5em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-head-left {
  width: 50%;
}
.article-head-right {
  width: 46%;
}
.article-name {
  font-size: 140%;
  font-weight: bold;
  color: #374c5a;
  margin-bottom: 1em;
}
.article-company {
  margin-bottom: 1em;
}
.article-company dt {
  font-weight: bold;
  font-size: 120%;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  border-left: 1px solid #000;
}
.article-company-notice {
  font-size: 80%;
  line-height: 1.3;
  padding-top: 1em;
}
.article-outline{
  display: flex;
  flex-wrap: wrap;
}
.article-outline dt{
  width: 19%;
}
.article-outline dd{
  width: 81%;
}
.article-box1 {
  margin: 5em 0;
}
.article-box1-title {
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 0.75em;
  color: #284b5a;
  border-bottom: 2px solid #00c8dc;
}
.article-list1 li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 120%;
  margin-bottom: 0.5em;
}
.article-list1 li:last-child {
  margin-bottom: 0;
}
.article-list1 li .c1 {
  color: #00c8dc;
}
.article-list1 li .c2 {
  color: #ff8c00;
}
.article-list1 li .c3 {
  color: #284b5a;
}
.article-list2 li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 100%;
  margin-bottom: 0;
}
.article-list2 li:last-child {
  margin-bottom: 1em;
}
.article-box2 {
  margin-bottom: 6em;
}
.article-box2-cell {
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #d2f3ff;
  margin-bottom: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-box2-cell.bg1 {
  background-color: #ffe3cd;
}
.article-box2-left {
  width: 10%;
  border: 2px solid #596e83;
  color: #596e83;
  font-weight: bold;
  text-align: center;
  border-radius: 1em;
  background-color: #fff;
  padding: 1em 0;
  font-size: 130%;
  line-height: 1.4;

  display: flex;
  justify-content: center;
  align-items: center;
}
.bg1 .article-box2-left {
  border: 2px solid #fbb03b;
  color: #fff;
  background-color: #fbb03b;
}
.article-box2-right {
  width: 88%;
  display: flex;
  align-items: center;
}
.article-box3 {
  margin-bottom: 6em;
}
.article-box3-title {
  font-weight: bold;
  font-size: 180%;
  color: #284b5a;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 5px solid #00c8dc;
}
.article-box3-img {
  margin: 0 5% 2em;
}
.article-box3-img .sub {
  font-size: 90%;
  display: inline-block;
  margin-top: 0.5em;
}
.article-box3-text {
  margin-bottom: 2em;
  font-size: 120%;
}
.article-box4-cell {
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #d2f3ff;
  margin-bottom: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-box4-cell.bg1 {
  background-color: #ffe3cd;
}
.article-box4-left {
  width: 10%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 1em;
  background-color: #00c8dc;
  padding: 1em 0;
  font-size: 130%;
  line-height: 1.4;

  display: flex;
  justify-content: center;
  align-items: center;
}
.bg1 .article-box4-left {
  border: 2px solid #fbb03b;
  color: #fff;
  background-color: #fbb03b;
}
.article-box4-right {
  width: 88%;
  display: flex;
  align-items: center;
}
.article-comment {
  margin-bottom: 6em;
  padding-bottom: 2em;
  border-bottom: 1px solid #000;
}
.article-comment-title {
  font-weight: bold;
  font-size: 140%;
  color: #284b5a;
  color: #00c8dc;
  margin-bottom: 1em;
  position: relative;
}
.article-comment-title::after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 49%;
  position: absolute;
  background-color: #000;
}
.article-comment-title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1em 0 0;
  position: relative;
  z-index: 20;
}
.article-comment-text {
  font-size: 120%;
}
@media screen and (max-width: 640px) {
  .article-name {
    font-size: 180%;
  }
  .article-head-logo {
    margin-bottom: 2em !important;
  }
  .article-head-left {
    width: 100%;
    margin-bottom: 2em;
  }
  .article-head-right {
    width: 100%;
  }

  .article-box3-title {
    font-size: 170%;
  }
  .article-company dt {
    font-size: 140%;
  }
  .article-box2-left {
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 1em;
    font-size: 180%;
  }
  .article-box2-right {
    width: 100%;
  }
  .article-box3-img {
    margin: 0 0 2em;
  }
  .article-box2-cell {
    padding: 3em 2em;
  }
}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {
}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
