@charset "UTF-8";
/* normalize.css */
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
  font-feature-settings: 'palt'1;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #0055A2;
  margin: 0;
  box-sizing: border-box;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
  display: block;
}
template, /* 1 */ [hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dl {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1 {
  margin: 0;
}
h2 {}
h3 {
  margin: 0;
}
p {}
a:hover {}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
optgroup {
  font-weight: bold;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
figure {
  margin: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/*[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}*/ ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/*img, article, button, input, textarea {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
#main {}
#main .inner {
  width: 1320px;
  max-width: 90%;
  margin: auto;
}
.bold {
  font-weight: 800;
}
.lh_nml {
  line-height: 1.4;
}
.u_line {
  text-decoration: underline;
}
.txt_blu {
  color: #0055A2;
}
.txt_red {
  color: #e85050;
}
.txt_yellow {
  color: #ffe33f;
}
/* btn-inquiry */
.btn-inquiry a {
  font-weight: 800;
}
.btn-inquiry a.link01 {
  display: block;
  position: relative;
  font-size: 16px;
  text-align: left;
  color: #0055A2;
  background: #fff100;
  padding: 7px 40px 7px 10px;
  border-radius: 10px;
  text-decoration: none;
}
.btn-inquiry a.link01:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #0055A2;
  border-right: 3px solid #0055A2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-inquiry a.link01 span {
  display: block;
  font-size: 21px;
  letter-spacing: -0.05em;
  ;
}
/* wrap-btn */
.wrap-btn {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.wrap-btn .btn-inquiry a.link02 {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* arrow_btm */
.arrow_btm {
  position: relative;
}
.arrow_btm:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #c78169;
  border-right: 3px solid #c78169;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt-note {
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (max-width:979px) {
  #main {
    font-size: 14px;
    padding-top: 7vw;
  }
  .spNone {
    display: none !important;
  }
  /* font-size */
  .ft10 {
    font-size: 10px;
  }
  .ft13 {
    font-size: 13px;
  }
  .ft14 {
    font-size: 14px;
  }
  .ft16 {
    font-size: 16px;
  }
  .ft18 {
    font-size: 18px;
  }
  .ft21 {
    font-size: 21px;
  }
  .ft25 {
    font-size: 25px;
  }
  .ft30 {
    font-size: 30px;
  }
  /* margin */
  .mb30 {
    margin-bottom: 30px;
  }
  .mt30 {
    margin-top: 30px;
  }
  /* wrap-btn */
  .flex.wrap-btn {
    display: block;
    width: 90%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .flex.wrap-btn .btn-inquiry:first-child {
    margin-bottom: 10px;
  }
  .flex.wrap-btn a {
    display: block;
    font-size: 17px;
    padding: 12px 30px 12px 25px;
    line-height: 1.4;
    text-align: left;
  }
  .flex.wrap-btn a span {
    display: block;
    font-size: 23px;
  }
}
@media screen and (min-width:980px) {
  #main {
    padding-top: 50px;
    font-size: 14px;
  }
  a:hover {
    opacity: .6;
  }
  .pcNone {
    display: none !important;
  }
  /* font-size */
  .ft10 {
    font-size: 16px;
  }
  .ft13 {
    font-size: 25px;
  }
  .ft14 {
    font-size: 20px;
  }
  .ft16 {
    font-size: 24px;
  }
  .ft18 {
    font-size: 32px;
  }
  .ft21 {
    font-size: 38px;
  }
  .ft25 {
    font-size: 38px;
  }
  /* margin */
  .mb30 {
    margin-bottom: 60px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* wrap-btn */
  .wrap-btn {
    max-width: 1000px;
    margin: 40px auto 0;
  }
  .wrap-btn .btn-inquiry {
    margin: 20px auto 0;
    width: 450px;
    text-align: left;
  }
  .wrap-btn .btn-inquiry a {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin: auto;
    padding: 15px 40px 12px 40px;
  }
  .wrap-btn .btn-inquiry a span {
    display: block;
    font-size: 30px;
  }
  .wrap-btn .btn-inquiry a.link02 {
    font-size: 21px;
    margin: 20px auto 0 auto;
    padding: 0 30px 0 0;
    text-align: center;
    /*letter-spacing: -0.08em;*/
  }
  /* btn-inquiry */
  .btn-inquiry a.link01 {
    font-size: 24px;
    padding: 22px 40px;
  }
  .btn-inquiry a.link01:before {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #0055A2;
    border-right: 4px solid #0055A2;
  }
  .sec01 .half-bloc .benefits_06 .btn-inquiry a.link02 {
    font-size: 21px;
    margin: 20px auto 0 auto;
    padding: 0 30px 0 0;
    text-align: center;
    letter-spacing: -0.08em;
  }
  .sec01 .half-bloc .benefits_06 .btn-inquiry a span {
    display: block;
    font-size: 32px;
  }
  /* arrow_btm */
  .arrow_btm:after {
    width: 35px;
    height: 35px;
  }
  .txt-note {
    font-size: 20px;
  }
}
/* -----------------------------------------------
	mv-area
----------------------------------------------- */
.intro-area .txt-lead {
  background: #0055a2;
  margin-bottom: 6%;
}
.intro-area .txt-lead img {
  display: block;
  width: 48%;
  margin: 0 auto;
  padding: 15px 0;
}
#mv-area {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10%;
}
#mv-area a {
  display: inline-block;
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  font-size: 11px;
  color: #0055a2;
}
@media screen and (max-width:979px) {
  .intro-area {
    position: relative;
  }
  .intro-area .icon-card {
    position: absolute;
    content: "";
    width: 19%;
    height: auto;
    top: -5%;
    left: 4%;
  }
  .intro-area .icon-mv {
    position: absolute;
    content: "";
    width: 58%;
    height: auto;
    left: 0;
    bottom: 0;
  }
  #mv-area h1 {
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (min-width:980px) {
  .intro-area .txt-lead {
    margin-bottom: -40px;
  }
  .intro-area .txt-lead img {
    width: 354px;
    padding: 25px 0;
  }
  #mv-area {
    height: 1294px;
    background-image: url("../images/pc/mv.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1780px auto;
    ;
  }
  #mv-area a {
    font-size: 22px;
    bottom: 35px;
  }
}
/* -----------------------------------------------
	sec01
----------------------------------------------- */
.sec01, .sec03 {
  background-color: #0055A2;
}
.sec01 {
  color: #fff;
  padding: 30px 0 20px;
}
.sec01 h2 {
  letter-spacing: .25em;
  margin: 5px 0;
}
.sec01 h3 {
  margin: 25px 0 5px;
}
.sec01 .wrap-campaign {
	margin-bottom: -10px;
}
.sec01 .wrap-schedule {
	font-weight: bold;
	margin-bottom: 5px;
}
.sec01 .wrap-schedule dd span {
    display: block;
	font-size: 10px;
  }
@media screen and (max-width:979px) {
  
}
@media screen and (min-width:980px) {
  .intro-area {
    position: relative;
    overflow: hidden;
  }
  .sec01 {
    padding: 80px 0;
  }
  .sec01 h2 {
    letter-spacing: .15em;
    margin: 5px 0;
  }
	.sec01 .wrap-campaign {
	margin-bottom: -20px;
}
	.sec01 .wrap-schedule {
		justify-content: center;
	}
	.sec01 .wrap-schedule dt,.sec01 .wrap-schedule dd {
		display: inline-block;
	}
  .sec01 .wrap-schedule dt {
    margin-right: 15px;
    width: 120px;
    text-align: right;
    color: #ffe33f;
  }
	.sec01 .wrap-schedule dd {
	text-align: left;
}
	.sec01 .wrap-schedule dd span {
		font-size: 20px;
	}
}
/* -----------------------------------------------
	sec02
----------------------------------------------- */
.sec02 h2 {
  line-height: 2.2;
}
.sec02 h2 span {
  position: relative;
  padding-bottom: 2px;
}
.sec02 h2 span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #f8e251;
}
.sec02 p img {
  position: relative;
  width: 243px;
  margin: 20px auto 0;
}
@media screen and (max-width:979px) {
  .sec02 {
    position: relative;
    padding-top: 40px;
  }
  .sec02 p img {
    z-index: -1;
  }
}
@media screen and (min-width:980px) {
  .sec02 {
    background-color: #fff;
  }
  .sec02 .inner_sec02 {
    padding-top: 80px;
    width: 982px;
    height: 430px;
    margin: 0 auto;
    background-image: url("../images/pc/bg-sec02_inner.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 982px auto;
  }
  .sec02 h2 {
    width: 100%;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
}
/* -----------------------------------------------
	sec03
----------------------------------------------- */
.sec03 {
  padding: 30px 0 80px;
}
.sec03 .img-sec03 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.sec03 h2 {
  position: absolute;
  z-index: 5;
  top: -45px;
  left: 0;
  right: 0;
  width: 330px;
  margin: 0 auto 20px;
}
.sec03 article {
  margin-bottom: 55px;
}
.sec03 article:last-child {
  margin-bottom: 0;
}
.sec03 .sec03_1, .sec03 .sec03_2, .sec03 .sec03_3 {
  position: relative;
}
.sec03 .flame {
  padding-top: 40px;
  font-weight: bold;
  background-color: #fff;
}
.sec03 .flame dt {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
.sec03 .flame dd p {
  font-size: 16px;
  margin-bottom: 30px;
}
.sec03 .flame dd .wrap-img {
  margin: 0 auto;
}
.sec03 .list-note {
  color: #fff;
  margin-top: 20px;
}
.sec03 .sec03_1 .wrap-img {
  width: 90%;
  max-width: 300px;
}
.sec03 .sec03_2 .wrap-img {
  width: 92%;
  max-width: 316px;
}
.sec03 .sec03_3 dd p {
  margin-bottom: 20px;
}
.sec03 .sec03_3 dd p.ft13 {
  font-size: 13px;
  margin-top: 10px;
}
.sec03 .sec03_3 dd .img-point {
  width: 80%;
  max-width: 282px;
  margin: 0 auto 35px;
}
.sec03 .sec03_3 .wrap-img, .sec03 .sec03_4 .wrap-img {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width:979px) {
  .sec03 .flame {}
}
@media screen and (min-width:980px) {
  .sec03 {
    position: relative;
    padding: 50px 0 280px;
    overflow: hidden;
  }
  .sec03 .img-sec03 {
    margin-bottom: 80px;
  }
  .sec03 h2 {
    width: 510px;
    top: -70px;
  }
  .sec03 article {
    margin-bottom: 50px;
  }
  .sec03 .flame {
    padding: 65px 0;
    border-radius: 0;
    overflow: hidden;
  }
  .sec03 .flame dl {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 30px;
    text-align: left;
  }
  .sec03 .flame dl:after {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sec03 .flame dt {
    font-size: 45px;
    margin-bottom: 10px;
    letter-spacing: .15em;
  }
  .sec03 .flame dt, .sec03 .flame dd {
    padding-left: 260px;
  }
  .sec03 .flame dd p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .sec03 .flame dd .wrap-img {
    width: 100%;
    margin: 0;
  }
  .sec03 .flame dd .wrap-img img {
    max-width: 90%;
  }
  .sec03 .list-note {
    font-size: 16px;
  }
  .sec03 .sec03_1, .sec03 .sec03_4 {
    position: relative;
  }
  .sec03 .sec03_1 {
    margin-bottom: 130px;
  }
  .sec03 .sec03_1 dl:after {
    height: 425px;
    background-image: url("../images/pc/bg-sec03_1.png");
  }
  .sec03 .sec03_2 {
    margin-bottom: 130px;
  }
  .sec03 .sec03_2 dl:after {
    height: 437px;
    background-image: url("../images/pc/bg-sec03_2.png");
    bottom: -66px;
  }
  .sec03 .sec03_3 dl:after {
    height: 412px;
    background-image: url("../images/pc/bg-sec03_3.png");
    bottom: -70px;
    left: -30px;
  }
  .sec03 .sec03_4 dl:after {
    height: 443px;
    background-image: url("../images/pc/bg-sec03_4.png");
    bottom: -82px;
  }
  .sec03 .sec03_1 .wrap-img {
    max-width: 480px;
  }
  .sec03 .sec03_2 .wrap-img, .sec03 .sec03_4 .wrap-img {
    max-width: 480px;
  }
  .sec03 .sec03_3 .flame {
    padding-bottom: 70px;
  }
  .sec03 .sec03_3 .wrap-img {
    max-width: 480px;
  }
}
@media screen and (min-width:1201px) {
  .sec03 article {
    margin: 0 auto 50px;
  }
}
/* -----------------------------------------------
	sec03-2
----------------------------------------------- */
.sec03-2 {
  position: relative;
  background: #00afe5;
  padding-top: 90px;
  padding-bottom: 30px;
}
.sec03-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 95px;
  height: 83px;
  background-image: url("../images/bg-sec03-2.png");
  background-size: 95px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.sec03-2 h2 {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
}
.sec03-2 .wrap-sec03-2 {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
}
.sec03-2 .list-note {
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin: 20px 0;
}
.sec03-2 .txt-sec03-2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0 -15px;
}
@media screen and (min-width:980px) {
  .sec03-2 {
    padding-top: 280px;
    padding-bottom: 100px;
  }
  .sec03-2:before {
    width: 700px;
    height: 605px;
    background-size: 700px auto;
  }
  .sec03-2 h2 {
    top: -250px;
    width: 500px;
  }
  .sec03-2 .wrap-sec03-2 {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
  }
  .sec03-2 .list-note {
    font-size: 17px;
    margin: 20px 0 60px;
  }
  .sec03-2 .txt-sec03-2 {
    font-size: 34px;
    margin: 60px 0 -15px;
  }
	.sec03-2 .btn-inquiry {
		width:600px;
	}
	.sec03-2 .btn-inquiry a {
		text-align: center;
	}
}
/* -----------------------------------------------
	sec04
----------------------------------------------- */
.sec04 {
  margin: 40px 0 30px;
}
.sec04 h2 {
  width: 85%;
  max-width: 350px;
  margin: 0 auto;
}
.sec04 dl dt {
  width: 95%;
  max-width: 350px;
  margin: 40px auto 60px;
}
.sec04 dl dd p {
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: .1em;
  color: #00afe5;
}
.sec04 dl dd img {
  max-width: 185px;
  margin: 0 auto;
}
.sec04 .wrap-btn {
  text-align: center;
}
.sec03-2 .btn-inquiry a.link01, .sec04 .btn-inquiry a.link01, .sec05 .btn-inquiry a.link01 {
  background: #fff100;
  color: #00afe5;
}
.sec03-2 .btn-inquiry a.link01:before, .sec04 .btn-inquiry a.link01:before, .sec05 .btn-inquiry a.link01:before {
  border-top: 4px solid #00afe5;
  border-right: 4px solid #00afe5;
}
.sec04 .wrap-btn .btn-inquiry a.link02 {
  color: #00afe5;
}
@media screen and (max-width:979px) {}
@media screen and (min-width:980px) {
  .sec04 {
    margin: 100px 0;
  }
  .sec04 h2 {
    width: 70%;
    max-width: 872px;
  }
  .sec04 dl dt {
    width: 70%;
    max-width: 950px;
    margin: 80px auto 60px;
  }
  .sec04 dl dd p {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .sec04 dl dd img {
    max-width: 335px;
  }
}
/* -----------------------------------------------
	sec05
----------------------------------------------- */
.sec05 {
  background-color: #fff;
}
.sec05 h2 {
  background-color: #0055A2;
  padding: 40px 0;
  margin-bottom: 35px;
}
.sec05 h2 img {
  width: 275px;
}
.sec05 ul li figure > img {
  width: 165px;
  margin-bottom: 20px;
}
.sec05 ul li figure figcaption {
  width: 275px;
  margin: 0 auto;
}
.sec05 ul li dl dd span.sup {
  display: inline-block !important;
  font-size: 0.4em;
  vertical-align: top;
  margin-top: 5px;
  color: #0055A2;
}
.sec05 ul li figure {
  margin-bottom: 30px;
}
.sec05 .wrap-btn .btn-inquiry a.link02 {
  color: #00afe5;
}
.sec05 .wrap-img {
  width: 95%;
  margin: 40px auto 0;
}
@media screen and (max-width:979px) {}
@media screen and (min-width:980px) {
  .sec05 h2 {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .sec05 h2 img {
    width: 70%;
    max-width: 860px;
  }
  .sec05 ul li figure {
    margin-bottom: 120px;
  }
  .sec05 ul li figure > img {
    width: 280px;
  }
  .sec05 ul li figure figcaption {
    max-width: 960px;
    width: 90%;
  }
  .sec05 ul li dl {
    margin-bottom: 80px;
  }
  .sec05 ul li dl dt {
    margin: 0 auto 60px;
  }
  .sec05 ul li dl dd .ft21 {
    margin-bottom: 10px;
  }
  .sec05 ul li dl dd .ft30 {
    margin-bottom: 50px;
    font-size: 50px;
  }
  .sec05 ul li dl dd .txt-note.ftb {
    font-size: 18px;
  }
  .sec05 ul li dl dd .txt-note.style2 {
    margin-top: -25px;
  }
  .sec05 ul li dl dd span.txt_red {
    position: relative;
    padding-bottom: 2px;
  }
  .sec05 ul li dl dd span.txt_red:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #f8e251;
  }
  .sec05 ul li dl dd span.sup {
    display: inline-block !important;
    font-size: 0.4em;
    vertical-align: top;
    margin-top: 5px;
    color: #0055A2;
  }
  .sec05 ul li:nth-child(2) figure, .sec05 ul li:nth-child(3) figure {
    margin-bottom: 40px;
  }
  .sec05 ul li:nth-child(1) dl dt {
    width: 70%;
    max-width: 915px;
  }
  .sec05 ul li:nth-child(2) dl dt {
    width: 70%;
    max-width: 900px;
  }
  .sec05 ul li:nth-child(3) dl dt {
    width: 70%;
    max-width: 817px;
  }
  .sec05 .wrap-img {
    width: 70%;
    max-width: 1050px;
    margin: 80px auto 0;
  }
}
/* -----------------------------------------------
	sec06
----------------------------------------------- */
.sec06 {
  padding: 60px 5% 20px;
  color: #595757;
}
.sec06 h2 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}
.sec06 ul li {
  font-size: 10px;
  line-height: 2;
}
.sec06 ul li ul > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.sec06 ul li ul > li.noIndend {
  text-indent: 0;
  margin-left: 0;
}
.sec06 .wrap-sec05 > ul > li {
  margin-bottom: 25px;
}
.sec06 .wrap-sec05 > ul > li:last-child {
  margin: 50px 0 0;
}
@media screen and (min-width:980px) {
  .sec06 {
    padding: 80px 5% 0;
  }
  .sec06 .wrap-sec05 {
    max-width: 1000px;
    margin: auto;
  }
  .sec06 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec06 ul li {
    font-size: 18px;
    font-weight: 350;
    line-height: 1.8;
  }
}
/* -----------------------------------------------
	Footer
----------------------------------------------- */
#footer {
  text-align: center;
  margin: 100px auto 50px;
  color: #595757;
}
#footer h2 {
  width: 175px;
  margin: 0 auto 20px;
}
#footer .copy {
  font-size: 10px;
}
.btn-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 40px;
  z-index: 3;
}
@media screen and (min-width:980px) {
  #footer {
    text-align: left;
    margin: 40px 5% 50px;
  }
  #footer .wrap-ftr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: auto;
  }
  #footer h2 {
    margin: 0 20px 0 0;
  }
  #footer p {
    font-size: 14px;
  }
  .btn-top {
    position: fixed;
    right: 50px;
    width: 60px;
    bottom: 45px;
  }
}
/* -----------------------------------------------
	fix-cont
----------------------------------------------- */
#fix-cont {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 40px;
  background: #fff;
  padding: 20px 50px 20px 20px;
  box-shadow: 10px 10px 10px -5px #777777;
}
#fix-cont ul li:last-child {
  position: relative;
}
#fix-cont ul li:last-child:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width:979px) {
  #fix-cont {
    width: 95%;
    max-width: 370px;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 35px 10px 10px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #fix-cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fix-cont ul li {
    width: 49%;
  }
  #fix-cont ul li:first-child {
    margin-right: 2%;
  }
  #fix-cont ul li:last-child:before {
    width: 170px;
    height: 20px;
    top: -25px;
    right: 0;
    background-size: 170px auto;
    background-image: url(../images/sp/btn-comment.png);
  }
  #fix-cont .btn-link a {
    text-align: right;
    display: block;
    line-height: 1;
  }
  #fix-cont .btn-link a img {
    width: 168px;
  }
}
@media screen and (max-width:380px) {
  #fix-cont ul li:last-child:before {
    width: 150px;
    height: 18px;
    background-size: 150px auto;
  }
  #fix-cont .btn-link a img {
    width: 150px;
  }
}
@media screen and (min-width:980px) {
  #fix-cont {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #fix-cont ul li {
    width: 70px;
    margin-bottom: 20px;
  }
  #fix-cont ul li:last-child:before {
    width: 7.5px;
    height: 250px;
    top: 0;
    right: -20px;
    background-size: contain;
    background-image: url(../images/pc/btn-comment.png);
  }
  #fix-cont .btn-link a img {
    width: 68px;
  }
}