@charset "UTF-8";
#pagetitle {
  background: url(../images/02_function_03/mainvisual.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#pagetitle h1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}

article {
  padding: 120px 0 0 0;
}

.hand {
  color: #00a0e9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
}

#function {
  max-width: 1050px;
  margin: 0 auto 120px auto;
}

#function .flex {
  display: flex;
  justify-content: space-between;
}

#function .function {
  width: 13.33%;
}

#function .function h3 {
  margin-bottom: 10px;
}

#function .function ul {
  border-top: 1px solid #cdcdcd;
  list-style: none;
  margin-bottom: 15px;
}

#function .function ul li {
  border-bottom: 1px solid #cdcdcd;
  padding: 3px 0;
  font-size: 14px;
}

#function .function ul li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#function .function ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

#function .function#fnc1 li:before {
  color: #c973a0;
}

#function .function#fnc2 li:before {
  color: #44b1de;
}

#function .function#fnc3 li:before {
  color: #da5885;
}

#function .function#fnc4 li:before {
  color: #7e9c33;
}

#function .function#fnc5 li:before {
  color: #9787c3;
}

#function .function#fnc6 li:before {
  color: #da8442;
}

#function .function#fnc7 li:before {
  color: #44ae98;
}

#function .function .attention {
  font-size: 11px;
  line-height: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.function-line {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.function-line__img {
  margin-right: 30px;
}

.function-line__img img {
  max-width: 170px;
}

.function-line__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 15px 22px;
  width: 262px;
}

.function-line__figure img {
  width: 120px;
}

.function-line__figcaotion {
  color: #44B1DE;
  font-size: 12px;
  text-align: center;
  line-height: 1.1666;
  margin-top: 8px;
}

.function-line__figcaotion--note {
  color: initial;
  display: block;
}

section#yoyaku .heading {
  background: #c973a0;
}

section#yoyaku h3 {
  color: #c973a0;
}

section#yoyaku .flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}

section#yoyaku .flex .box {
  width: 100%;
}

section#uketsuke1 .heading {
  background: #44b1de;
}

section#uketsuke1 h3 {
  color: #44b1de;
  margin: 20px 0;
}

section#uketsuke1 .flex1 {
  display: flex;
  padding: 30px;
  border: 1px solid #00a0e9;
  justify-content: center;
  margin-bottom: 50px;
}

section#uketsuke1 .flex1 .yoyakubox {
  margin: 0 30px;
  text-align: center;
}

section#uketsuke1 .flex1 .yoyakubox img {
  margin-bottom: 20px;
}

section#uketsuke1 .flex1 .yoyakubox p {
  font-size: 20px;
  line-height: 32px;
}

section#uketsuke1 .flex2 {
  display: flex;
  justify-content: space-between;
}

section#uketsuke1 .flex2 .displaybox {
  width: 30.47%;
}

section#uketsuke1 .flex2 .displaybox .gamen {
  position: relative;
}

section#uketsuke1 .flex2 .displaybox .gamen a {
  position: absolute;
  bottom: 0;
  right: 0;
}

section#uketsuke1 .flex2 .displaybox p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: left;
}

section#uketsuke1 .flex2 .btn {
  display: block;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #44b1de;
  padding: 10px 0;
  width: 200px;
  color: #44b1de;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

section#uketsuke1 .flex2 .btn:before {
  content: '';
  background: url(../images/02_function_03/icon_more01.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

section#uketsuke2 .heading {
  background: #da5885;
}

section#uketsuke2 h3 {
  color: #da5885;
}

section#uketsuke2 .flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#uketsuke2 .flex .box {
  width: 50%;
  margin-bottom: 40px;
}

section#display .heading {
  background: #7e9c33;
}

section#display h3 {
  color: #7e9c33;
}

section#display .flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#display .flex .box {
  width: 50%;
  margin-bottom: 40px;
}

section#display p {
  margin-top: 30px;
}

section#information .heading {
  background: #9787c3;
}

section#information .flex {
  display: flex;
  justify-content: space-around;
}

section#information .flex .box {
  width: 50%;
}

section#information .baloon {
  border-radius: 10px;
  background: #ebebeb;
  padding: 20px 50px 20px 35px;
  text-align: left;
  max-width: 80%;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  position: relative;
}

section#information .baloon:nth-child(2) {
  margin-left: 60px;
}

section#information .baloon:before {
  content: url(../images/02_function_03/baloon2.png);
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: -15px;
}

section#information .baloon:first-child:before {
  content: url(../images/02_function_03/baloon.png);
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -15px;
}

section#information .baloon h3 {
  color: #9787c3;
  font-size: 22px;
}

section#information .baloon h3 + p {
  margin-top: 10px;
  margin-bottom: 0;
}

section#rendou .heading {
  background: #da8442;
}

section#rendou h3 {
  color: #da8442;
  margin-bottom: 100px;
}

section#rendou .btn {
  display: block;
  font-size: 15px;
  line-height: 1;
  background: #e57fb0;
  padding: 13px 0;
  width: 260px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 60px auto 0 auto;
  position: relative;
}

section#rendou .btn:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: -13px;
  top: 0px;
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 40px;
}

section#other .heading {
  background: #44ae98;
}

section#other h3 {
  color: #44ae98;
}

section#other .flex1 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  max-width: 790px;
  margin: 50px auto 40px auto;
}

section#other .flex1 .box {
  width: 50%;
  margin-bottom: 40px;
  position: relative;
}

section#other .flex1 .box .baloon {
  border-radius: 10px;
  background: #ebebeb;
  padding: 20px 35px;
  text-align: left;
  width: 350px;
  position: absolute;
  top: 0;
  left: -63%;
}

section#other .flex1 .box .baloon span {
  color: #44ae98;
}

section#other .flex1 .box .baloon:before {
  content: url(../images/02_function_03/baloon2.png);
  position: absolute;
  top: 50%;
  right: -31px;
  margin-top: -15px;
  transform: rotate(180deg);
}

section#other .flex2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#other .flex2 .box {
  width: 50%;
  margin-bottom: 80px;
}

section .heading {
  padding: 45px 0;
  color: #fff;
  text-align: center;
}

section .heading h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
}

section .heading p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

section .inner {
  max-width: 1050px;
  margin: auto;
  padding: 70px 0;
  text-align: center;
}

section .inner h3 {
  font-size: 28px;
  font-weight: normal;
}

section .inner h3 + p {
  margin: 30px 0;
}

section .inner p {
  font-size: 16px;
  line-height: 30px;
}

#fixnavi {
  position: fixed;
  right: -30px;
  top: 25%;
  z-index: 100;
}

#fixnavi ul li {
  margin-bottom: 10px;
}

#fixnavi ul li a {
  text-decoration: none;
  display: block;
  padding: 12px 45px 12px 15px;
  border: 1px solid;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  margin-right: 0;
  position: relative;
  transition: all 0.3s 0s ease;
  right: 0;
}

#fixnavi ul li a:hover {
  right: 30px;
  opacity: 1;
}

#fixnavi ul li a.ichiran {
  color: #8a8a8a;
  border-color: #8a8a8a;
}

#fixnavi ul li a.ichiran:hover {
  background: #8a8a8a;
  color: #fff;
}

#fixnavi ul li a.yoyaku {
  color: #c973a0;
  border-color: #c973a0;
}

#fixnavi ul li a.yoyaku:hover {
  background: #c973a0;
  color: #fff;
}

#fixnavi ul li a.uketsuke1 {
  color: #44b1de;
  border-color: #44b1de;
}

#fixnavi ul li a.uketsuke1:hover {
  background: #44b1de;
  color: #fff;
}

#fixnavi ul li a.uketsuke2 {
  color: #da5885;
  border-color: #da5885;
}

#fixnavi ul li a.uketsuke2:hover {
  background: #da5885;
  color: #fff;
}

#fixnavi ul li a.display {
  color: #7e9c33;
  border-color: #7e9c33;
}

#fixnavi ul li a.display:hover {
  background: #7e9c33;
  color: #fff;
}

#fixnavi ul li a.information {
  color: #9787c3;
  border-color: #9787c3;
}

#fixnavi ul li a.information:hover {
  background: #9787c3;
  color: #fff;
}

#fixnavi ul li a.rendou {
  color: #da8442;
  border-color: #da8442;
}

#fixnavi ul li a.rendou:hover {
  background: #da8442;
  color: #fff;
}

#fixnavi ul li a.other {
  color: #44ae98;
  border-color: #44ae98;
}

#fixnavi ul li a.other:hover {
  background: #44ae98;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 45px;
  }
  article {
    padding-top: 30px;
  }
  #fixnavi {
    display: none;
  }
  .hand {
    padding: 20px;
    font-size: 16px;
  }
  #function {
    max-width: 1050px;
    margin: 0 auto 120px auto;
    padding: 0 20px;
  }
  #function .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #function .function {
    width: 48%;
    margin-bottom: 20px;
  }
  #function .function h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  #function .function ul {
    border-top: 1px solid #cdcdcd;
    list-style: none;
    margin-bottom: 15px;
  }
  #function .function ul li {
    border-bottom: 1px solid #cdcdcd;
    padding: 3px 0;
    font-size: 13px;
  }
  #function .function ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  #function .function ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
  }
  #function .function#fnc1 li:before {
    color: #c973a0;
  }
  #function .function#fnc2 li:before {
    color: #44b1de;
  }
  #function .function#fnc3 li:before {
    color: #da5885;
  }
  #function .function#fnc4 li:before {
    color: #7e9c33;
  }
  #function .function#fnc5 li:before {
    color: #9787c3;
  }
  #function .function#fnc6 li:before {
    color: #da8442;
  }
  #function .function#fnc7 li:before {
    color: #44ae98;
  }
  #function .function .attention {
    font-size: 11px;
    line-height: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .function-line {
    flex-direction: column;
  }
  .function-line__img {
    margin: 0 auto;
  }
  .function-line__list {
    width: 100%;
  }
  .function-line__item {
    width: calc(50% - 11px);
  }
  .function-line__figure img {
    width: 70%;
    max-width: 100%;
  }
  section img {
    max-width: 100%;
  }
  section .heading {
    padding: 20px;
  }
  section .heading h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section .heading p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5;
  }
  section .inner {
    padding: 40px 20px;
  }
  section .inner h3 {
    font-size: 16px;
  }
  section .inner h3 + p {
    margin: 15px 0;
  }
  section .inner p {
    font-size: 14px;
    line-height: 1.5;
  }
  section#yoyaku .flex {
    flex-wrap: wrap;
  }
  section#yoyaku .flex + .flex {
    margin-top: 0;
  }
  section#yoyaku .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#yoyaku .flex .box img {
    width: 70%;
    display: block;
    margin: auto;
  }
  section#uketsuke1 h3 {
    margin-bottom: 10px;
  }
  section#uketsuke1 .flex1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 0 10px;
    border: 1px solid #00a0e9;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  section#uketsuke1 .flex1 .yoyakubox {
    margin: 0 0 20px 0;
    text-align: center;
    width: 48%;
  }
  section#uketsuke1 .flex1 .yoyakubox img {
    margin-bottom: 20px;
    width: 70%;
  }
  section#uketsuke1 .flex1 .yoyakubox p {
    font-size: 14px;
    line-height: 24px;
  }
  section#uketsuke1 .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section#uketsuke1 .flex2 .displaybox {
    width: 100%;
    margin-bottom: 30px;
  }
  section#uketsuke1 .flex2 .displaybox .gamen {
    position: relative;
  }
  section#uketsuke1 .flex2 .displaybox .gamen a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section#uketsuke1 .flex2 .displaybox p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
  section#uketsuke1 .flex2 .btn {
    display: block;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #44b1de;
    padding: 10px 0;
    width: 200px;
    color: #44b1de;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  section#uketsuke1 .flex2 .btn:before {
    content: '';
    background: url(../images/02_function_03/icon_more01.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  section#uketsuke2 .flex {
    flex-wrap: wrap;
  }
  section#uketsuke2 .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#uketsuke2 .flex .box img {
    width: 70%;
    display: block;
    margin: auto;
  }
  section#display .flex {
    flex-wrap: wrap;
  }
  section#display .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#information .flex {
    flex-wrap: wrap;
  }
  section#information .flex .box {
    width: 100%;
  }
  section#information .flex .box:first-child {
    order: 1;
  }
  section#information .flex .box:first-child img {
    width: 50%;
    display: block;
    margin: auto;
  }
  section#information .flex .box:nth-child(2) {
    order: 0;
  }
  section#information .flex .box .baloon {
    margin: auto;
    max-width: 100%;
    padding: 15px;
    border-radius: 0;
  }
  section#information .flex .box .baloon:first-child {
    border-radius: 10px 10px 0 0;
  }
  section#information .flex .box .baloon:last-child {
    border-radius: 0 0 10px 10px;
  }
  section#information .flex .box .baloon:last-child:before {
    display: block;
    top: auto;
    left: auto;
    right: 50px;
    bottom: -35px;
    transform: rotate(-90deg);
  }
  section#information .flex .box .baloon:before {
    display: none;
  }
  section#information .flex .box .baloon h3 {
    font-size: 16px;
  }
  section#information .flex .box .baloon h3 img {
    width: 14px;
    position: relative;
    top: -5px;
  }
  section#information .flex .box .baloon p {
    margin-top: 5px;
  }
  section#rendou .heading h2 {
    margin-bottom: 0;
  }
  section#rendou h3 {
    margin-bottom: 30px;
  }
  section#rendou .btn {
    margin-top: 30px;
  }
  section#other .heading h2 {
    margin-bottom: 0;
  }
  section#other .flex1 {
    flex-wrap: wrap;
  }
  section#other .flex1 .box {
    width: 100%;
  }
  section#other .flex1 .box:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  section#other .flex1 .box:nth-child(2) img {
    width: 60%;
    display: block;
    margin: auto;
    order: 2;
  }
  section#other .flex1 .box .baloon {
    position: relative;
    order: 1;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section#other .flex1 .box .baloon:before {
    top: auto;
    right: 60px;
    bottom: -35px;
    transform: rotate(-90deg);
  }
  section#other .flex2 .box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#other .flex2 .box img {
    width: 70%;
    display: block;
    margin: auto;
  }
}

.yoyakugamen {
  text-align: center;
  max-width: 1050px !important;
  margin: auto;
}

.yoyakugamen img {
  width: 100%;
}

.yoyakugamen img.close {
  position: absolute;
  top: -60px;
  right: 0;
  width: auto;
}
