@charset "UTF-8";
.s5-getStarted {
  display: none;
}

#function {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#function * {
  box-sizing: border-box;
}
#function sup {
  display: inline-block;
  font-size: 60%;
  top: -0.5em;
}
#function [data-ruby] {
  position: relative;
}
#function [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  /* right: 0;*/
  margin: auto;
  font-size: 0.5em;
  font-weight: normal;
  white-space: nowrap;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #function [data-ruby]::before {
    top: -1.2em;
  }
}

h1 {
  text-align: center;
  float: none !important;
}

.tab_wrap {
  position: relative;
  height: 100px;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .tab_wrap {
    margin: 0 0 30px;
  }
}

.anch_tab {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
.anch_tab.fxTab {
  top: 0;
  position: fixed;
  z-index: 99;
}
@media screen and (max-width: 1220px) {
  .anch_tab.fxTab {
    margin: 0 30px 0 0;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .anch_tab.fxTab {
    margin: 0 20px 0 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .anch_tab {
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.anch_tab > li {
  width: 20%;
  height: 100px;
  display: table;
  transition: all 0.3s;
  /*	&.current{
  		a{
  			span{
  			color:#ffffff;
  				&:after{
  					border-top: 1px solid #ffffff;
  					border-right: 1px solid #ffffff;
  				}
  			}
  		}
  	}*/
}
.anch_tab > li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .anch_tab > li {
    height: 50px;
    width: 33.3%;
  }
  .anch_tab > li:hover {
    opacity: 1;
  }
}
.anch_tab > li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 3px 3%;
}
.anch_tab > li a span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  list-style: 1.4;
  padding-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .anch_tab > li a span {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .anch_tab > li a span {
    font-size: 13px;
    list-style: 1.2;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 530px) {
  .anch_tab > li a span {
    font-size: 10px;
    list-style: 1.2;
    padding-bottom: 7px;
  }
}
.anch_tab > li a span:after {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .anch_tab > li a span:after {
    width: 8px;
    height: 8px;
  }
}
.anch_tab > li.funct1 {
  background-color: #cce3f2;
  border-top: #0072bc 5px solid;
}
.anch_tab > li.funct1.current {
  background-color: #0072bc;
}
.anch_tab > li.funct1.current a span {
  color: #ffffff;
}
.anch_tab > li.funct1.current a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .anch_tab > li.funct1 {
    border-top: #0072bc 3px solid;
  }
}
.anch_tab > li.funct2 {
  background-color: #d9edef;
  border-top: #3f7d85 5px solid;
}
.anch_tab > li.funct2.current {
  background-color: #3f7d85;
}
.anch_tab > li.funct2.current a span {
  color: #ffffff;
}
.anch_tab > li.funct2.current a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .anch_tab > li.funct2 {
    border-top: #3f7d85 3px solid;
  }
}
.anch_tab > li.funct3 {
  background-color: #fffdcd;
  border-top: #b5ae2f 5px solid;
}
.anch_tab > li.funct3.current {
  background-color: #b5ae2f;
}
.anch_tab > li.funct3.current a span {
  color: #ffffff;
}
.anch_tab > li.funct3.current a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .anch_tab > li.funct3 {
    border-top: #b5ae2f 3px solid;
  }
}
.anch_tab > li.funct4 {
  background-color: #ffeac2;
  border-top: #f48518 5px solid;
}
.anch_tab > li.funct4.current {
  background-color: #f48518;
}
.anch_tab > li.funct4.current a span {
  color: #ffffff;
}
.anch_tab > li.funct4.current a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .anch_tab > li.funct4 {
    border-top: #f48518 3px solid;
  }
}
.anch_tab > li.funct5 {
  background-color: #eae1d3;
  border-top: #cfa972 5px solid;
}
.anch_tab > li.funct5.current {
  background-color: #cfa972;
}
.anch_tab > li.funct5.current a span {
  color: #ffffff;
}
.anch_tab > li.funct5.current a span:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .anch_tab > li.funct5 {
    border-top: #cfa972 3px solid;
  }
}

/*---------------------------------*/
.funct_conts {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .funct_conts {
    margin: 0 auto 50px;
  }
}
.funct_conts h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .funct_conts h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 5px;
  }
}
.funct_conts .anch_box {
  padding: 20px 30px 10px 10px;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .funct_conts .anch_box {
    padding: 10px 3% 5px 5%;
    margin-bottom: 30px;
    border-radius: 6px;
  }
}
.funct_conts .anch_box .funct_anch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.funct_conts .anch_box .funct_anch > li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .funct_conts .anch_box .funct_anch > li {
    margin: 0 3% 10px 3%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
  }
}
.funct_conts .anch_box .funct_anch > li:before {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
}
.funct_conts .anch_box .funct_anch > li a {
  text-decoration: underline;
}
.funct_conts .anch_box .funct_anch > li a:hover {
  text-decoration: none;
}
.funct_conts .ttl_wrap {
  border-bottom: #c3c3c3 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.funct_conts .ttl_wrap h3 {
  display: flex;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap h3 {
    display: block;
  }
}
.funct_conts .ttl_wrap h3 .tagline {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap h3 .tagline {
    display: table;
    font-size: 15px;
    border-radius: 8px;
    padding: 5px 5%;
    margin: 0 auto 10px;
  }
}
.funct_conts .ttl_wrap h3 .ttl_txt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap h3 .ttl_txt {
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
}
.funct_conts .ttl_wrap h3 .ttl_txt .s_txt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap h3 .ttl_txt .s_txt {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.funct_conts .ttl_wrap h3 .ttl_txt .ruby {
  font-weight: bold;
}
.funct_conts .ttl_wrap .logo_blk {
  display: flex;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  margin: 0;
}
.funct_conts .ttl_wrap .logo_blk > li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .funct_conts .ttl_wrap .logo_blk > li {
    margin-left: 3%;
  }
  .funct_conts .ttl_wrap .logo_blk > li img {
    height: 48px;
    width: auto;
  }
}
.funct_conts .model {
  text-align: right;
  font-size: 14px;
  margin-bottom: 30px;
}
.funct_conts .model .note {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .funct_conts .model .note {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .funct_conts .model {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.funct_conts .funct_box {
  width: 100%;
  margin: 0 auto;
}
.funct_conts .funct_box > li {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li {
    margin-bottom: 40px;
  }
}
.funct_conts .funct_box > li .funct_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.funct_conts .funct_box > li .funct_inner .txt_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .txt_box {
    margin-bottom: 20px;
  }
}
.funct_conts .funct_box > li .funct_inner h4 {
  color: #ffffff;
  background-color: #2f363c;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner h4 {
    font-size: 15px;
    padding: 3px 5%;
    margin: 20px auto 10px;
  }
}
.funct_conts .funct_box > li .funct_inner .txt_list {
  margin-bottom: 20px;
}
.funct_conts .funct_box > li .funct_inner .img_box {
  text-align: center;
}
.funct_conts .funct_box > li .funct_inner .img_box + .note {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .img_box {
    text-align: left;
  }
}
.funct_conts .funct_box > li .funct_inner .img {
  margin: 0 auto 10px;
}
.funct_conts .funct_box > li .funct_inner .cap {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .cap {
    font-size: 14px;
    text-align: left;
  }
}
.funct_conts .funct_box > li .funct_inner .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .txt {
    font-size: 14px;
  }
}
.funct_conts .funct_box > li .funct_inner .txt.txt-ac {
  text-align: center;
}
.funct_conts .funct_box > li .funct_inner .txt.txt-ar {
  text-align: right;
}
.funct_conts .funct_box > li .funct_inner .note {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .note {
    font-size: 12px;
  }
}
.funct_conts .funct_box > li .funct_inner .note a {
  color: #4687fb;
  text-decoration: underline;
}
.funct_conts .funct_box > li .funct_inner .note.mgT20 {
  margin-top: 20px;
}
.funct_conts .funct_box > li .funct_inner .note.txt-ac {
  text-align: center;
}
.funct_conts .funct_box > li .funct_inner .note.txt-ar {
  text-align: right;
}
.funct_conts .funct_box > li .funct_inner .img_inner {
  display: flex;
  justify-content: -webkit- center;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .img_inner {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.funct_conts .funct_box > li .funct_inner .img_inner > li {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner .img_inner > li {
    margin: 0 0 10px;
  }
}
.funct_conts .funct_box > li .funct_inner .img_inner img {
  width: 100%;
  height: auto;
  max-width: 370px;
}
.funct_conts .funct_box > li .funct_inner.flex {
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex {
    display: block;
  }
}
.funct_conts .funct_box > li .funct_inner.flex .img_box {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex .img_box {
    width: 100%;
    text-align: left;
  }
}
.funct_conts .funct_box > li .funct_inner.flex .txt_box {
  margin-bottom: 0;
  width: calc(50% - 50px);
  /*padding: 0 50px 0 0;*/
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex .txt_box {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.6;
  }
}
.funct_conts .funct_box > li .funct_inner.flex30 {
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex30 {
    display: block;
  }
}
.funct_conts .funct_box > li .funct_inner.flex30 .img_box {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex30 .img_box {
    width: 85%;
    text-align: left;
    margin: 0 auto;
  }
}
.funct_conts .funct_box > li .funct_inner.flex30 .txt_box {
  margin: 0 50px;
  width: calc(65% - 100px);
  /*padding: 0 50px 0 0;*/
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .funct_conts .funct_box > li .funct_inner.flex30 .txt_box {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.funct_btn {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  display: table;
  height: 65px;
  background-color: #767676;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .funct_btn {
    height: 50px;
    width: 86%;
    border-radius: 8px;
    padding: 5px 3% 3px;
  }
}
.funct_btn:hover {
  opacity: 0.8;
}
.funct_btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .funct_btn a {
    font-size: 15px;
    line-height: 1.4;
  }
}

.top_most_bnr {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top_most_bnr {
    margin-bottom: 15px;
  }
}

.top_bnr {
  max-width: 1200px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_bnr {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.list_btn {
  margin: 0 auto 100px;
  display: table;
  max-width: 198px;
  transition: all 0.3s;
}
.list_btn:hover {
  opacity: 0.6;
}
.list_btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .list_btn {
    margin: 0 auto 50px;
  }
}

/*------------------*/
.txt_link {
  margin-top: 30px;
}

#function1 h2 {
  background-color: #0072bc;
  color: #ffffff;
}
#function1 .anch_box {
  background-color: #f0f7fb;
}
#function1 .ttl_wrap h3 .tagline {
  background-color: #0072bc;
}

#function2 h2 {
  background-color: #3f7d85;
  color: #ffffff;
}
#function2 .anch_box {
  background-color: #ecfbf7;
}
#function2 .ttl_wrap h3 .tagline {
  background-color: #3f7d85;
}

#function3 {
  /*.anch_box{
  background-color: #f0f7fb;
  }*/
}
#function3 h2 {
  background-color: #b5ae2f;
  color: #ffffff;
}
#function3 .ttl_wrap h3 .tagline {
  background-color: #b5ae2f;
}

#function4 {
  /*.anch_box{
  background-color: #f0f7fb;
  }*/
}
#function4 h2 {
  background-color: #f48518;
  color: #ffffff;
}
#function4 .ttl_wrap h3 .tagline {
  background-color: #f48518;
}

#function5 h2 {
  background-color: #bc9864;
  color: #ffffff;
}
#function5 .anch_box {
  background-color: #f7f3ed;
}
#function5 .ttl_wrap h3 .tagline {
  background-color: #bc9864;
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .pcImg {
    display: inline-block;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .spImg {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
/*--opacity:hover--*/
.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60); /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

.s5-iconInline {
  margin: 0 3px;
}/*# sourceMappingURL=layout.css.map */