@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #686a6a;
  text-align: center;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

img {
  vertical-align: middle;
  border: none;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

ul, ol, li {
  text-align: left;
}

.sp_show,
.sp_ibshow {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .sp_ibshow {
    display: inline-block;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  /* IE対策 */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.subttl {
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .subttl {
    font-size: 5.06667vw;
  }
}

.bg_pattern {
  background: url(../img/bg_pattern.png);
}

.bg_gray {
  background-color: #f7f7f7;
}

#wrapper {
  position: relative;
}

header {
  z-index: 100;
}

header#pc .contentsInside {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#pc .contentsInside h1 {
  max-width: 186px;
  width: auto;
  margin-bottom: 10px;
}

header#pc .contentsInside h1 a img {
  max-width: 186px;
  width: auto;
}

header#pc .contentsInside nav {
  padding-top: 0;
}

header#pc .contentsInside nav ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

header#pc .contentsInside nav ul li + li {
  margin-left: 20px;
}

header#pc .contentsInside nav ul li.greenTab a {
  background-color: #f7a42d;
}

header#pc .contentsInside nav ul li a {
  font-size: 1.4rem;
}

header#smart {
  top: 0;
}

header#smart .contentsInside {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#smart .contentsInside h1 {
  max-width: 186px;
  width: auto;
}

header#smart .contentsInside h1 a img {
  max-width: 186px;
  width: auto;
}

header#smart .contentsInside li a {
  font-size: 1.4rem;
}

#kv {
  margin-top: 75px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 769px) {
  #kv {
    margin-top: 65px;
    padding: 8vw 0 6.66667vw;
  }
}

#kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#kv .inner .left {
  text-align: left;
  margin-right: 40px;
}

@media screen and (max-width: 769px) {
  #kv .inner .left {
    width: 90%;
    margin-right: 0;
  }
}

#kv .inner .left .btn {
  max-width: 498px;
  width: 100%;
  margin-top: 22px;
  margin-left: 10px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #f7a42d;
  line-height: 1;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#kv .inner .left .btn span {
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  #kv .inner .left .btn {
    margin: 4vw 0;
    font-size: 5.06667vw;
  }
}

#kv .inner .right {
  padding-top: 10px;
}

#problem .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (max-width: 769px) {
  #problem .inner {
    width: 90%;
  }
}

#problem .inner .problem_list {
  margin: 40px 0 90px;
  padding: 60px 0;
  border-radius: 10px;
  border: 3px solid #eee;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  #problem .inner .problem_list {
    margin: 8vw 0 12vw;
    padding: 8vw 0;
  }
}

#problem .inner .problem_list ul {
  width: 82%;
}

@media screen and (max-width: 769px) {
  #problem .inner .problem_list ul {
    width: 85%;
  }
}

#problem .inner .problem_list ul li {
  padding: 0 0 0 2.8rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #problem .inner .problem_list ul li {
    padding-left: 5.33333vw;
    font-size: 3.73333vw;
  }
}

#problem .inner .problem_list ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 3px;
  background-color: #2b97d3;
}

@media screen and (max-width: 769px) {
  #problem .inner .problem_list ul li::before {
    top: 0.66667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

#problem .inner .problem_list ul li + li {
  margin-top: 20px;
}

#problem .inner .answer {
  position: relative;
}

#problem .inner .answer::before {
  content: "";
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  width: 125px;
  height: 122px;
  margin: auto;
  background: url(../img/icn_arrow.png) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #problem .inner .answer::before {
    top: -16.66667vw;
    width: 17.33333vw;
    height: 16.66667vw;
  }
}

#problem .inner .answer h3 {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #problem .inner .answer h3 {
    font-size: 5.06667vw;
  }
}

#problem .inner .answer h3 img {
  max-width: 455px;
  margin: 0;
}

@media screen and (max-width: 769px) {
  #problem .inner .answer h3 img {
    max-width: 62.66667vw;
  }
}

#problem .inner .answer h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  #problem .inner .answer h3 span {
    font-size: 4vw;
  }
}

#function {
  padding: 90px 0;
}

@media screen and (max-width: 769px) {
  #function {
    padding: 12vw 0;
  }
}

#function .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #function .inner {
    width: 90%;
  }
}

#function .inner .function_list_wrap {
  margin: 40px 0 0;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap {
    margin-top: 5.33333vw;
  }
}

#function .inner .function_list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#function .inner .function_list_wrap ul li {
  width: calc(100% / 3 - 68px);
  padding: 10px 25px 30px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap ul li {
    width: 100%;
  }
}

#function .inner .function_list_wrap ul li .ttl {
  margin-bottom: 30px;
  color: #2a85ce;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap ul li .ttl {
    margin-bottom: 4vw;
    font-size: 4.26667vw;
  }
}

#function .inner .function_list_wrap ul li .ttl img {
  margin-bottom: 5px;
}

#function .inner .function_list_wrap ul li .txt {
  font-size: 1.6rem;
  color: #444;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap ul li .txt {
    font-size: 3.73333vw;
  }
}

#function .inner .function_list_wrap ul li:nth-of-type(n+4) {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap ul li:nth-of-type(n+4) {
    margin-top: 2.66667vw;
  }
}

#function .inner .function_list_wrap ul li:nth-of-type(n+4) .ttl h4 {
  height: 4rem;
}

@media screen and (max-width: 769px) {
  #function .inner .function_list_wrap ul li + li {
    margin-top: 2.66667vw;
  }
}

#function .inner .performance {
  margin-top: 90px;
  padding: 60px 0;
  border: 2px solid #cbdde7;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  #function .inner .performance {
    margin-top: 12vw;
    padding: 8vw 0;
  }
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr {
    width: 90%;
    margin: auto;
  }
}

#function .inner .performance .inr h3 {
  margin-bottom: 40px;
  color: #2b97d3;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr h3 {
    margin-bottom: 5.33333vw;
    font-size: 4.53333vw;
  }
}

#function .inner .performance .inr h3 span {
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr h3 span {
    padding-bottom: 4vw;
  }
}

#function .inner .performance .inr h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #2b97d3;
}

#function .inner .performance .inr .graph_area {
  max-width: 687px;
  margin: 50px auto 10px;
  padding: 40px 0;
  border: 2px solid #eee;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr .graph_area {
    margin: 6.66667vw auto 1.33333vw;
    padding: 5.33333vw 2.66667vw;
  }
}

#function .inner .performance .inr .graph_area h4 {
  margin-bottom: 20px;
  color: #666;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr .graph_area h4 {
    margin-bottom: 2.66667vw;
    font-size: 4vw;
  }
}

#function .inner .performance .inr .graph_area h4 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

#function .inner .performance .inr .graph_area h4 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  margin: auto;
  background-color: #ccc;
}

@media screen and (max-width: 769px) {
  #function .inner .performance .inr .graph_area h4 span::after {
    height: 3px;
  }
}

#package {
  padding: 90px 0;
}

@media screen and (max-width: 769px) {
  #package {
    padding: 12vw 0;
  }
}

#package .inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  #package .inner {
    width: 90%;
  }
}

#package .inner .package {
  margin-top: 130px;
  padding: 60px 0 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  border: 2px solid #bfe0f2;
}

@media screen and (max-width: 769px) {
  #package .inner .package {
    margin-top: 17.33333vw;
    padding: 8vw 4vw 6.66667vw;
  }
}

#package .inner .package .pt_ttl {
  max-width: 463px;
  width: 100%;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg_ttl_package_bl.png) center/contain no-repeat;
}

@media screen and (max-width: 769px) {
  #package .inner .package .pt_ttl {
    top: -12vw;
    max-width: 61.73333vw;
  }
}

#package .inner .package .pt_ttl h5 {
  padding: 30px 0 50px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #package .inner .package .pt_ttl h5 {
    padding: 4vw 0 6.66667vw;
    font-size: 3.73333vw;
  }
}

#package .inner .package .pt_ttl h5 span {
  color: #2b97d3;
}

#package .inner .package .inr .pac_ttl {
  height: 46px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  line-height: 50px;
  text-align: center;
  padding: 0 77px;
  font-size: 2.2rem;
  background: #2b97d3;
  font-weight: bold;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  #package .inner .package .inr .pac_ttl {
    height: 7.46667vw;
    line-height: 8vw;
    padding: 0 10.26667vw;
    font-size: 3.73333vw;
  }
}

#package .inner .package .inr .pac_ttl::before, #package .inner .package .inr .pac_ttl::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

#package .inner .package .inr .pac_ttl::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

@media screen and (max-width: 769px) {
  #package .inner .package .inr .pac_ttl::before {
    border-width: 3.33333vw 0 3.33333vw 2vw;
  }
}

#package .inner .package .inr .pac_ttl::after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media screen and (max-width: 769px) {
  #package .inner .package .inr .pac_ttl::after {
    border-width: 3.33333vw 2vw 3.33333vw 0;
  }
}

#package .inner .package .inr .txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #package .inner .package .inr .txt {
    font-size: 3.46667vw;
  }
}

#package .inner .package.type_easy {
  margin-top: 110px;
  border: 2px solid #fde4c0;
}

@media screen and (max-width: 769px) {
  #package .inner .package.type_easy {
    margin-top: 14.66667vw;
  }
}

#package .inner .package.type_easy .pt_ttl {
  background-image: url(../img/bg_ttl_package_or.png);
}

#package .inner .package.type_easy .pt_ttl h5 span {
  color: #f7a42d;
}

#package .inner .package.type_easy .inr .pac_ttl {
  padding: 0 52px;
  background-color: #f7a42d;
}

@media screen and (max-width: 769px) {
  #package .inner .package.type_easy .inr .pac_ttl {
    padding: 0 6.93333vw;
  }
}

#table .inner {
  padding: 90px 0;
}

@media screen and (max-width: 769px) {
  #table .inner {
    padding: 12vw 0;
  }
}

#table .inner .table_area {
  max-width: 860px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area {
    width: 90%;
  }
}

#table .inner .table_area table {
  border-collapse: collapse;
  width: 100%;
}

#table .inner .table_area table th, #table .inner .table_area table td {
  border: 2px solid #ccc;
  vertical-align: middle;
}

#table .inner .table_area table thead th {
  background-color: #ccc;
}

#table .inner .table_area table thead td {
  padding: 15px 10px;
  background-color: #2b97d3;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table thead td {
    padding: 3.33333vw 2.66667vw;
    font-size: 4vw;
  }
}

#table .inner .table_area table thead td.easy_ttl {
  width: 100%;
  position: relative;
  background-color: #f7a42d;
}

#table .inner .table_area table thead td.easy_ttl .pt_txt {
  padding: 12px 20px 20px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg_table_pttxt.png) center/contain no-repeat;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table thead td.easy_ttl .pt_txt {
    top: -8vw;
    padding: 2.93333vw 4vw 4vw;
  }
}

#table .inner .table_area table thead td.easy_ttl .pt_txt span {
  font-size: 1.8rem;
  color: #f7a42d;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table thead td.easy_ttl .pt_txt span {
    font-size: 3.2vw;
  }
}

#table .inner .table_area table tbody th {
  width: 26%;
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  background-color: #999;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table tbody th {
    font-size: 3.46667vw;
  }
}

#table .inner .table_area table tbody th span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table tbody th span {
    font-size: 2.66667vw;
  }
}

#table .inner .table_area table tbody td {
  padding: 20px 0;
  background-color: rgba(247, 164, 45, 0.05);
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table tbody td {
    padding: 2.66667vw 2vw;
  }
}

#table .inner .table_area table tbody td p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f7a42d;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #table .inner .table_area table tbody td p {
    font-size: 2.93333vw;
  }
}

#table .inner .table_area table tbody td:nth-child(2) {
  width: 37%;
  background-color: rgba(43, 151, 211, 0.05);
}

#table .inner .table_area table tbody td:nth-child(2) p {
  color: #2b97d3;
}

.pankuzu {
  width: 100%;
  /*min-width: 1024px;*/
  background-color: transparent;
  background-repeat: repeat;
  height: 30px;
  display: block;
}
.pankuzu ul {
  clear: both;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
.pankuzu ul li {
  font-size: 0.75em;
  color: #8692ae;
  display: block;
  float: left;
  margin-right: 15px;
  padding-top: 5px;
}
.pankuzu ul li span {
  font-size: inherit !important;
}
.pankuzu ul li a {
  color: #8692ae;
}
.pankuzu ul li a span {
  font-size: inherit !important;
}

@media screen and (max-width: 768px) {
.pankuzu ul li span {
  font-size: inherit !important;
}
.pankuzu ul li a {
  color: #8692ae;
}
.pankuzu ul li a span {
  font-size: inherit !important;
}
}