/*----------------------------
 LP style
-----------------------------*/

/*===== layout =====*/

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.section-inner {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.col-2 {
  width: 100%;
  display: table;
}

.col-2 > div,
.col-2 > li {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.display-pc {
  display: block !important;
}

.display-sp {
  display: none !important;
}

.none {
  display: none !important;
}

.fade {
  opacity: 0;
  position: relative;
}

.fadetop {
  opacity: 0;
  top: 50px;
  position: relative;
}

.shine,
.circle {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
		left: 125%;
	}
}
@keyframes shine {
  100% {
		left: 125%;
	}
}

.circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.circle:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

#main {
  clear: both;
  width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  position: relative;
}

#contents > section:not(:last-child) {
  margin-bottom: 80px;
}




/*===== mv =====*/

#fv {
  background: url(../img/fv/bg.png) repeat-x center top;
  min-height: 651px;
  position: relative;
  margin-bottom: 70px;
}

#fv figure {
  max-width: 1085px;
  margin: 0 auto;
}

#fv figure img {
  width: 100%;
}




/*===== sec01 =====*/

.ttl-bg {
  background: url(../img/media/bg_ttl.jpg) repeat-x left top;
  min-height: 120px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.ttl-bg::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #0384cd;
  top: -2px;
  left: 0;
  width: 100%;
}

.ttl-bg::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #0384cd;
  bottom: 6px;
  left: 0;
  width: 100%;
}

.ttl-bg img {
  display: block;
  margin: 0 auto;
  width: auto;
  position: relative;
  top: -4px;
  z-index: 2;
}

.media-box {
  background: url(../img/media/bg.gif);
  border: 10px solid #b2ceef;
  border-radius: 15px;
  padding: 25px;
  padding-top: 0;
  max-width: 900px;
  z-index: 10;
}

.media-box h3 {
  position: relative;
  text-align: center;
  margin-top: -70px;
}

.media-box ul {
  display: flex;
  margin-top: -40px;
}

.media-box ul li {
  width: 48%;
  margin-right: 4%;
}

.media-box ul li:last-child {
  margin-right: 0;
}




/*===== sec02 =====*/

.conversion {
  position: relative;
}

.line {
	margin-bottom: 2px !important;
}

.line::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #0596d5;
  top: -2px;
  left: 0;
  width: 100%;
}

.line::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #0596d5;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.upper {
  background: url(../img/conversion/bg.jpg) no-repeat center top/cover;
  min-height: 600px;
  padding: 20px 10px;
}

.upper figure {
  text-align: center;
}

.lower {
  background: url(../img/conversion/bg02.jpg) no-repeat center top/cover;
  min-height: 710px;
  padding: 40px 10px;
}

.lower-inner {
  max-width: 980px;
  margin: 0 auto;
}

.conversion-box {
  background: url(../img/conversion/bg_purchase.png) no-repeat left top/cover;
  width: 100%;
  height: 0;
  padding-top: calc(630 / 980 * 100%);
  position: relative;
}

.conversion-box > div {
  position: absolute;
  bottom: 7.9%;
  left: 4%;
}

.conversion-box > div img {
  width: 100%;
}




/*===== sec03 =====*/

#movie {
	background: url(../img/movie/bg_movie.jpg) no-repeat center top/cover;
	min-height: 983px;
	padding: 60px 10px;
}

#movie h2 {
	margin-bottom: 30px;
}

#movie figure {
	max-width: 900px;
	margin: 0 auto;
}

#message {
	background:  url(../img/movie/bg_message.jpg) no-repeat center top/cover;
	min-height: 830px;
	padding: 60px 10px;
}

#message h2 img {
	display: block;
	width: 520px;
	margin: 0 auto 50px;
}

#message-box {
  background: url(../img/movie/corner_lt.png) no-repeat left top/50px 50px, url(../img/movie/corner_rt.png) no-repeat right top/50px 50px, url(../img/movie/corner_rb.png) no-repeat right bottom/50px 50px, url(../img/movie/corner_lb.png) no-repeat left bottom/50px 50px, url(../img/movie/bg_message02.gif);
  border: 5px solid #dab672;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}

.img-left {
	width: 200px;
	float: left;
	margin-right: 40px;
}

.img-left + p {
	overflow: auto;
  line-height: 2.2;
}

.img-left + p em {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  color: #0384cd;
}




/*===== sec04 =====*/

#sec04 {
  background: url(../img/about/bg.png) no-repeat center top;
  padding: 100px 0 0;
}

#about {
  max-width: 980px;
  margin: 50px auto 0;
}

#about-box {
  background: url(../img/about/bg_about.png);
  border: 10px solid #b2ceef;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}

#about-box p {
  font-size: 25px;
  text-align: center;
  line-height: 2.8;
  font-weight: bold;
  letter-spacing: -1px;
}

#about-box p strong {
  font-weight: bold;
  color: #0384cd;
}

#about ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#about ul li {
  width: 48%;
  margin-right: 4%;
  border: 5px solid #b2ceef;
  background: #fff;
}

#about ul li:nth-child(2n) {
  margin-right: 0;
}

#about ul li dd {
  padding: 10px 15px 20px;
}

#about ul li img {
  display: block;
  margin: 0 auto;
  width: auto;
}

#about ul li p {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
}

#about ul li p span {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}




/*===== sec05 =====*/

#sec05 .ttl-bg {
  background: url(../img/voice/bg_ttl.jpg) repeat-x left top;
  min-height: 170px;
}

.voice-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}

.voice-wrap > p:last-of-type {
	margin-top: 10px;
	font-size: 14px;
}

.voice-box {
  background: url(../img/voice/bg.jpg);
  padding: 20px;
}

.voice-inner {
  background: url(../img/voice/bg_line_top.jpg) no-repeat left top/contain, url(../img/voice/bg_line_bottom.jpg) no-repeat left bottom/contain, url(../img/voice/bg_line.gif);
  padding: 20px 0 40px;
  position: relative;
}

.voice-inner dl {
  padding: 0 20px;
  border-left: 1px solid #c6c3bc;
  border-right: 1px solid #c6c3bc;
}

.voice-inner dt {
  border-bottom: 1px solid #c2a45e;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.voice-inner dt img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.voice-inner dd .img-left {
	width: 218px;
	margin-right: 30px;
}

.voice-inner p {
  font-size: 20px;
  line-height: 2;
}




/*===== sec07 =====*/

#sec07 {
	background: url(../img/movie/bg_movie.jpg) no-repeat center top/cover;
	min-height: 983px;
	padding: 60px 10px;
}

#sec07 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-top: 20px;
}

#sec07 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#sec07 ul li:nth-child(3n) {
  margin-right: 0;
}

#sec07 ul li img {
  width: 100%;
}




/*===== sec08 =====*/

#contents #sec08 {
  margin-bottom: 100px;
}

#func-box {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(../img/voice/bg_line.gif);
	border: 5px solid #d4bf8c;
	padding: 40px 30px 30px;
}

#func-box::before {
	content: "";
	background: url(../img/functionality/bg_deco.png) no-repeat center top/contain;
	width: 900px;
	height: 27px;
	display: block;
	position: absolute;
	margin: 0 auto;
	top: -26px;
}

#func-box::after {
	content: "";
	background: url(../img/functionality/bg_deco.png) no-repeat center top/contain;
	width: 900px;
	height: 27px;
	display: block;
	position: absolute;
	margin: 0 auto;
	bottom: -26px;
	transform: rotate(180deg);
}

#func-box h2 {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 750px;
}

#func-box h2 img {
	width: 100%;
}

#func-box > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}

#func-box > ul li {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	border: 5px solid #5bafde;
	border-radius: 10px;
	background: #fff;
	padding: 15px 15px 20px;
}

#func-box > ul li:nth-child(2n) {
	margin-right: 0;
}

#func-box > ul li img {
	width: 100%;
}

#func-box > ul li dt {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 15px;
}

#func-box > ul li dd {
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
}

#func-box > ul li dd span {
	font-size: 14px;
}

#func-box > ul + dl dt {
	max-width: 600px;
	margin: 0 auto 30px;
}

#func-box .col-2 > div:first-child {
	width: 490px;
	padding-right: 40px;
}

#func-box .col-2 > div:first-child img {
	width: 100%;
}

#func-box .col-2 p {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

#func-box .col-2 p small {
	vertical-align: super;
	font-size: 60%;
	position: relative;
	top: 0;
}




/*===== sec09 =====*/

#sec09 .ttl-bg {
  background: url(../img/qa/bg_ttl.jpg) repeat-x left top;
  min-height: 140px;
}

#sec09 dl {
  max-width: 980px;
  margin: 0 auto;
  border: 3px solid #d4bf8c;
  padding: 40px 30px 20px;
  background: url(../img/qa/corner_lt.png) no-repeat left top/40px 39px, url(../img/qa/corner_rt.png) no-repeat right top/40px 39px, url(../img/qa/corner_rb.png) no-repeat right bottom/40px 39px, url(../img/qa/corner_lb.png) no-repeat left bottom/40px 39px;
  background-color: #fff;
}

#sec09 dl:not(:last-child) {
  margin-bottom: 40px;
}

#sec09 dl dt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  background: url(../img/qa/icon_q.png) no-repeat left top;
  background-size: 70px 70px;
  padding: 10px 0 30px 100px;
  border-bottom: 1px solid #c9ae6e;
  margin-bottom: 20px;
}

#sec09 dl dd {
  background: url(../img/qa/icon_a.png) no-repeat left top;
  background-size: 70px 70px;
  padding: 10px 0 10px 100px;
}

#sec09 dl dd > p {
  font-size: 20px;
}

#sec09 table {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0;
}

#sec09 table th,
#sec09 table td {
  line-height: 1.3;
  font-size: 18px;
  padding: 25px;
}

#sec09 table tr:first-child th{
  border-top: 1px solid #0384cd;
}

#sec09 table tr:first-child td {
  border-top: 1px solid #999;
}

#sec09 table th {
  border-bottom: 1px solid #0384cd;
  width: 22.2%;
  text-align: center;
}

#sec09 table td {
  border-bottom: 1px solid #999;
}

#sec09 table td ol li {
  margin-bottom: 10px;
  line-height: 1.3;
}

#sec09 table td ol li:last-child {
  margin-bottom: 0;
}

#sec09 table + .attention {
  max-width: 900px;
  margin: 20px auto 0;
}

#sec09 table + .attention p {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

#sec09 table + .attention p:last-child {
  margin-bottom: 0;
}




/*===== footer =====*/

footer p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  padding: 30px 10px;
}




@media screen and (max-width:768px) {

/*===== layout =====*/

.display-pc {
  display: none!important;
}

.display-sp {
  display: block !important;
}
	
.section-inner {
  padding: 0 2.6%;
}

.shine::before,
.circle::before {
  display: none;
}

#contents > section:not(:last-child) {
  margin-bottom: 10.4%;
}
  
  
  
  
/*===== mv =====*/

#fv {
  background: none;
  min-height: inherit;
  margin-bottom: 8%;
}
  
  
  
  
/*===== sec01 =====*/

.ttl-bg {
  min-height: inherit;
  margin-bottom: 5.2%;
	background: -webkit-linear-gradient(top, #41b3e6 0%,#0384cd 100%);
	background: linear-gradient(to bottom, #41b3e6 0%,#0384cd 100%);
}

.ttl-bg::before {
  top: -2px;
}

.ttl-bg::after {
  bottom: -2px;
}

.ttl-bg img {
  width: 98%;
  top: 0;
}

.media-box {
  background: #fff;
  border: 1.5vw solid #b2ceef;
  border-radius: 1.5vw;
  padding: 3.4% 2.7%;
  padding-top: 0;
  width: 97.4%;
  margin: 0 1.3%;
}

.media-box h3 {
  margin-top: -8vw;
}

.media-box ul {
  margin-top: -4vw;
}

.media-box ul li {
  width: 48%;
  margin-right: 4%;
}
  
  
  
  
/*===== sec02 =====*/

.upper {
  min-height: inherit;
  padding: 2.6% 1.3%;
}

.lower {
  min-height: inherit;
  padding: 5.2% 1.3%;
}

.conversion-box > div {
  left: 4%;
  width: 92%;
}
  
  
  
  
/*===== sec03 =====*/

#movie {
	min-height: inherit;
	padding: 7.8125% 2.6%;
}

#movie h2 {
	margin-bottom: 4%;
}

#message {
	min-height: inherit;
	padding: 7.8125% 2.6%;
}

#message h2 img {
	width: 71.4%;
	margin: 0 auto 6.8%;
}

#message-box {
  background: url(../img/movie/corner_lt.png) no-repeat left top/10vw 10vw, url(../img/movie/corner_rt.png) no-repeat right top/10vw 10vw, url(../img/movie/corner_rb.png) no-repeat right bottom/10vw 10vw, url(../img/movie/corner_lb.png) no-repeat left bottom/10vw 10vw, #fff;
  border: 1vw solid #dab672;
  padding: 5.5% 4.12%;
}

.img-left {
	width: 30%;
	margin-right: 5.5%;
}

.img-left + p {
	overflow: inherit;
  line-height: 2;
  font-size: 3vw;
}

.img-left + p em {
  font-size: 4vw;
}
  
  
  
/*===== sec04 =====*/

#sec04 {
  background: url(../img/about/bg.png) no-repeat center top/100% auto;
  padding: 13% 2.6% 0;
}

#about {
  margin: 6.8% auto 0;
}

#about-box {
  background: rgba(255,255,255,.8);
  border: 1vw solid #b2ceef;
  border-radius: 1vw;
  padding: 2.7% 4%;
  margin-bottom: 5.5%;
}

#about-box p {
  font-size: 4vw;
  line-height: 2.4;
}

#about-box p strong {
  font-weight: bold;
  color: #0384cd;
}

#about ul li {
  width: 49%;
  margin-right: 2%;
  border: .5vw solid #b2ceef;
}

#about ul li dd {
  padding: 2% 2.7% 2.7%;
}

#about ul li img {
  width: 100%;
}

#about ul li p {
  font-size: 3vw;
  margin-top: 2%;
}

#about ul li p span {
  font-size: 2.5vw;
  margin-top: 2%;
}
  
  
  
  
/*===== sec05 =====*/

#sec05 .ttl-bg {
  min-height: inherit;
	background: -webkit-linear-gradient(top, #41b3e6 0%,#0384cd 100%);
	background: linear-gradient(to bottom, #41b3e6 0%,#0384cd 100%);
}

.voice-wrap:not(:last-of-type) {
  margin-bottom: 6.8%;
}

.voice-wrap > p:last-of-type {
	margin-top: 2%;
	font-size: 2vw;
}

.voice-box {
  background: url(../img/voice/bg.jpg)/32px 32px;
  padding: 2.7%;
}

.voice-inner {
  background: #fff;
  padding: 2.7% 0 5.5%;
	border: 1px solid #c6c3bc;
	border-radius: 1vw;
}

.voice-inner dl {
  padding: 0 2.7%;
	border: none;
}

.voice-inner dt {
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.voice-inner dt img {
  width: 100%;
}

.voice-inner dd .img-left {
	width: 30%;
	margin-right: 4%;
}

.voice-inner p {
  font-size: 3vw;
}
  
  
  
/*===== sec07 =====*/

#sec07 {
	min-height: inherit;
	padding: 7.8125% 2.6%;
}

#sec07 ul {
  margin-bottom: -2vw;
  margin-top: 2vw;
}

#sec07 ul li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 2vw;
}

#sec07 ul li:nth-child(3n) {
  margin-right: 5%;
}
  
#sec07 ul li:nth-child(2n) {
  margin-right: 0;
}
  
  
  
  
/*===== sec08 =====*/

#contents #sec08 {
  margin-bottom: 13%;
}

#func-box {
	background: #fff;
	border: 1vw solid #d4bf8c;
  width: 95%;
	padding: 5.5% 4% 4%;
}

#func-box::before {
	width: 100%;
	height: 37vh;
	top: -3.15vw;
	margin: 0;
	left: 0;
}

#func-box::after {
	width: 100%;
	height: 37vh;
	bottom: -3.15vw;
	margin: 0;
	left: 0;
}

#func-box h2 {
	margin: 0 auto 4%;
	max-width: 85%;
}

#func-box > ul {
	margin: 0 auto 2.7%;
  flex-direction: column;
  width: 90%;
}

#func-box > ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 4%;
	border: 1vw solid #5bafde;
	border-radius: 1vw;
	padding: 2.7% 4%;
}
  
#func-box > ul li img {
  display: block;
  width: 75%;
  margin: 0 auto 3%;
}

#func-box > ul li dt {
	font-size: 4vw;
	margin: 2.7% 0 2%;
}

#func-box > ul li dd {
	font-size: 3vw;
}

#func-box > ul li dd span {
	font-size: 2.5vw;
}

#func-box > ul + dl dt {
	max-width: 90%;
	margin: 0 auto 4%;
}
  
#func-box .col-2,
#func-box .col-2 > div {
  display: block;
} 

#func-box .col-2 > div:first-child {
	width: 70%;
	padding-right: 0;
  margin: 0 auto 4%;
}

#func-box .col-2 p {
	font-size: 3vw;
}
	
	
	
/*===== sec09 =====*/

#sec09 .ttl-bg {
  background: -webkit-linear-gradient(top, #41b3e6 0%,#0384cd 100%);
	background: linear-gradient(to bottom, #41b3e6 0%,#0384cd 100%);
  min-height: inherit;
}

#sec09 dl {
  padding: 5.5% 4% 2.7%;
  background: url(../img/qa/corner_lt.png) no-repeat left top/6vw 4.9vw, url(../img/qa/corner_rt.png) no-repeat right top/6vw 4.9vw, url(../img/qa/corner_rb.png) no-repeat right bottom/6vw 4.9vw, url(../img/qa/corner_lb.png) no-repeat left bottom/6vw 4.9vw;
  background-color: #fff;
}

#sec09 dl:not(:last-child) {
  margin-bottom: 5.5%;
}

#sec09 dl dt {
  font-size: 3.75vw;
  background-size: 9.5vw 9.5vw;
  padding: 2% 0 4% 13%;
  margin-bottom: 2.7%;
}

#sec09 dl dd {
  background-size: 9.5vw 9.5vw;
  padding: 2% 0 2% 13%;
}

#sec09 dl dd > p {
  font-size: 3.25vw;
}

#sec09 table {
  margin: 10% auto 0;
	width: 95%;
}

#sec09 table th,
#sec09 table td {
  font-size: 3vw;
  padding: 3.4% 2%;
}

#sec09 table td ol li {
  margin-bottom: 2%;
	font-size: 3vw;
	text-indent: -1em;
	margin-left: 1em;
}

#sec09 table + .attention {
  max-width: 95%;
  margin: 2.7% auto 0;
}

#sec09 table + .attention p {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}
	
	
	
/*===== footer =====*/

footer p {
  font-size: 2.5vw;
  padding: 4% 1.3%;
}

}




@media screen and (max-width:480px) {
  
/*===== sec01 =====*/

.media-box ul li {
  width: 48.5%;
  margin-right: 3%;
}
  
  
  
/*===== sec03 =====*/

.img-left {
	width: 35%;
}

.img-left + p {
  font-size: 3.8vw;
}

.img-left + p em {
  font-size: 4.8vw;
}
  
  
  
/*===== sec04 =====*/

#about-box p br {
  display: none;
}

#about ul li p {
  font-size: 3.5vw;
}

#about ul li p span {
  font-size: 3vw;
}
  
  
  
/*===== sec05 =====*/

.voice-inner dd .img-left {
	width: 35%;
}

.voice-inner p {
  font-size: 3.8vw;
}
  
}




@media screen and (max-width:414px) {
	
/*===== sec04 =====*/

#about ul {
	flex-direction: column;
}
	
#about ul li {
  width: 100%;
  margin-right: 0;
	margin-bottom: 20px;
}
	
#about ul li:last-child {
	margin-bottom: 0;
}
	
#about ul li p {
  font-size: 4vw;
}

#about ul li p span {
  font-size: 3.5vw;
}
	
	
	
/*===== sec08 =====*/

#func-box h2 {
	max-width: 95%;
}

#func-box > ul {
  width: 100%;
}
  
#func-box > ul li img {
  width: 100%;
}

#func-box > ul li dt {
	font-size: 4.5vw;
}

#func-box > ul li dd {
	font-size: 3.75vw;
}

#func-box > ul li dd span {
	font-size: 3.25vw;
}

#func-box > ul + dl dt {
	max-width: 100%;
}

#func-box .col-2 > div:first-child {
	width: 100%;
}

#func-box .col-2 p {
	font-size: 3.75vw;
}
	
	
	
/*===== sec09 =====*/

#sec09 table th,
#sec09 table td {
  font-size: 3.75vw;
}

#sec09 table td ol li {
	font-size: 3.75vw;
}

#sec09 table + .attention p {
  font-size: 3.25vw;
}
	
}



/*===== popup =====*/

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(3,132,205,.3);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
	cursor: pointer;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 95%;
  margin: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
	cursor: default;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(3,132,205,.8);
          box-shadow: 0 0 20px rgba(3,132,205,.8);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0px;
  top: 5px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #0384cd;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,109,217,.1);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #0384cd;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,109,217,.1);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}