@charset "UTF-8";
/* CSS Document */
@-ms-viewport
{
    width: device-width !important;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}
/*-------------------------------------------------------------------
 COMMON
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea,
header, footer, menu {
	border: 0;
	font-size: 15px; /* ベースのフォントサイズ */
	font-size: 1.5rem;
	font-size: 100%;
	font-size: .8vw;
	font-family: source-han-sans-japanese, YuGothicM, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	margin: 0 auto;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
	color: #333;
	line-height:180%;
	list-style: none;
	border-collapse: collapse;
	-webkit-font-smoothing: antialiased;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Segoe UI',　Meiryo,　sans-serif;
  }
}
body {
 overflow-x: hidden;
	overscroll-behavior-y: auto;
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;

}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
a {}
a,
a:hover,
a:focus,
a:active{
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearFix:after,
.clear{
	clear: both;
	content: '';
	display: block;
}
.smt {
display: none;
}
main {
	width: 100vw;
	overflow: hidden;
	height: 100%;
	min-height: 680px;
	position: relative;
	top: 100px;
}
main article {
	position: relative;
	width: 100%;
}
main article section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
section:before,
section:after {
	content:'';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
article section .inner {
	width: 100%;
	max-width: 90vw;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	border: 1px solid transparent;
}



/*-------------------------------------------------------------------
 BACKGROUND
---------------------------------------------------------------------*/
.keyV {
	background-color: white;
	z-index: 0;
}
.keyV .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 80vw solid transparent;
  border-right: 80vw solid rgba(0,0,0,0.2);
	mix-blend-mode: overlay;
	z-index: 0;
}
.cnt01 {
	background-color: brown;
}

.cnt01 .sec1:before {
	left: 0;
	top: 0;
	border-top: 20vw solid goldenrod;
  border-right: 20vw solid transparent;
}

.cnt01 .sec1:after {
	right: 0;
	bottom: 0;
  border-top: 20vw solid transparent;
  border-right: 20vw solid black;
}
.cnt02 {
	background-color: black;
}
.cnt02 .sec1:before {
	top: 0;
	left: 0;
	border-top: 80vw solid brown;
  border-right: 80vw solid transparent;
}
.cnt02 .sec1:after {
	bottom: 0;
	right: 0;
  border-top: 70vw solid transparent;
  border-right: 70vw solid whitesmoke;
}
*::-ms-backdrop, .cnt02 .sec1:after {
	border-right: 60vw solid black;
}
.cnt03 {
	background-color: whitesmoke;
}
.cnt03 .sec1:before {
	top: 0;
	left: 0;
	border-top: 40vw solid #002e73;
  border-right: 40vw solid transparent;
}
.cnt03 .sec1:after {
	bottom: 0;
	right: 0;
  border-top: 30vw solid transparent;
  border-right: 30vw solid goldenrod;
}
.cnt04 {
	background-color: goldenrod;
}
.cnt04 .sec1:before {
	top: 0;
	left: 0;
	border-top: 70vw solid black;
  border-right: 70vw solid transparent;
}
.cnt04 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 50vw solid transparent;
  border-right: 50vw solid brown;
}
.cnt05 {
	background-color: whitesmoke;
}
.cnt05 .sec1:before {
	top: 0;
	left: 0;
	border-top: 50vw solid white;
  border-right: 50vw solid transparent;
}
.cnt05 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 20vw solid transparent;
  border-right: 20vw solid #002e73;
}
.cnt06 {
	background-color: #002e73;
}
.cnt06 .sec1:before {
	top: 0;
	left: 0;
	border-top: 50vw solid goldenrod;
  border-right: 50vw solid transparent;
}
.cnt06 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 50vw solid transparent;
  border-right: 50vw solid whitesmoke;
}


.cnt07 {
	background-color: brown;
}
.cnt07 .sec1:before {
	top: 0;
	left: 0;
	border-top: 70vw solid black;
  border-right: 70vw solid transparent;
}
.cnt07 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 60vw solid transparent;
  border-right: 60vw solid whitesmoke;
}
.cnt08 {
	background-color: goldenrod;
}
.cnt08 .sec1:before {
	top: 0;
	left: 0;
	border-top: 40vw solid brown;
  border-right: 40vw solid transparent;
}
.cnt08 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 30vw solid transparent;
  border-right: 30vw solid white;
}
.cnt09 {
	background-color: white;
}
.cnt09 .sec1:before {
	top: 0;
	left: 0;
	border-top: 70vw solid whitesmoke;
  border-right: 70vw solid transparent;
}
.cnt09 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 30vw solid transparent;
  border-right: 30vw solid whitesmoke;
}
.cnt10 {
	background-color: white;
}
.cnt10 .sec1:before {
	top: 0;
	left: 0;
	border-top: 70vw solid white;
  border-right: 70vw solid transparent;
}
.cnt10 .sec1:after {
	right: 0;
	bottom: 0;
	border-top: 10vw solid transparent;
  border-right: 10vw solid #002e73;
}
.cnt11 {
	background-color: #002e73;
}
.cnt11 .sec1:before {
	top: 0;
	left: 0;
	border-top: 90vw solid white;
  border-right: 90vw solid transparent;
}
.cnt12 {
	background-color: #002e73;
}
.cnt12 .sec1:before {
	top: 0;
	left: 0;
	border-top: 80vw solid whitesmoke;
  border-right: 80vw solid transparent;
}
.cnt12 .sec1:after {
	bottom: 0;
	right: 0;
	border-top: 30vw solid transparent;
  border-right: 30vw solid white;
}
.cnt13 {
	background-color: goldenrod;
}
.cnt13 .sec1:before {
	top: 0;
	left: 0;
	border-top: 30vw solid black;
  border-right: 30vw solid transparent;
}
.cnt14 {
	background-color: brown;
}
.cnt14 .sec1:before {
	top: 0;
	left: 0;
	border-top: 50vw solid #002e73;
  border-right: 50vw solid transparent;
}
.cnt14 .sec2:after {
	bottom: 0;
	right: 0;
	border-top: 50vw solid transparent;
  border-right: 50vw solid black;
}


/*-------------------------------------------------------------------
 COMMON WRAPPER
---------------------------------------------------------------------*/
.wrapper {
	width: 80%;
	position: relative;
	z-index: 3;
	background-color: white;
	text-align: left;
	display: block;
}
.wrapper.right {
	text-align: left;
	margin-left: 20%;
}
.wrapper.left {
	text-align: right;
	margin-right: 20%;
}
.wrapper ul {
	width: 100%;
	margin: 0;
	display: block;
}
.wrapper ul li {
	float: left;
}
.wrapper ul li.imgArea {
	width: 30%;
	padding: 0;
}
.wrapper ul li.txtArea {
	width: 70%;
	padding: 4vw;
}
.wrapper ul li.imgArea img {
	width: 100%;
	display: block;
	vertical-align: bottom;
	background-color: gainsboro;
}
.wrapper ul li.txtArea p {
	font-size: 1.5em;
	line-height: 180%;
	margin-bottom: 1.5em;
}
.wrapper ul li.txtArea p:last-of-type {
	margin-bottom: 0;
}
.wrapper ul li.txtArea .head {
	font-size: 3em;
	margin-left: -3em;
	font-weight: 900;
	position: relative;
	z-index: 2;
}
.wrapper ul li.txtArea .head span {
	font-size: 150%;
	line-height: 80%;
	font-weight: 900;
	white-space: pre;
}
.wrapper ul li.txtArea .head span:before {
	font-size: 100%;
	content:'“';
	color: gray;
}
.wrapper ul li.txtArea .head span:after {
	font-size: 100%;
	content:'”';
	color: gray;
}


/*-------------------------------------------------------------------
 KEY VISUAL
---------------------------------------------------------------------*/
.keyV {
	position: relative;
	top: 0;
	width: 100vw;
	display: block;
}
.keyV .wrap {
	width: 100vw;
	height: calc(70vh - 100px - 8em);
	min-height: 40vw;
	display: block;
	position: relative;
	text-align: left;
}
*::-ms-backdrop, .keyV .wrap {
  height: 680px; /* IE11 */
}
.keyV h2,
.keyV h2 span {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, source-han-serif-japanese, "serif";
	z-index: 3;
	position: relative;
}
.keyV h3 {
	text-align: center;
	font-size: 5vh;
	font-weight: 800;
	color: white;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	left: .7em;
	top: .7em;
	z-index: 2;
	padding: 0 .6em;
	transform: rotate(-2deg);
	background-color: #003e70;
}
.keyV .wrap h3 span {
	font-size: .1vw;
	display: block ;
	text-align: right;
	color: white;
	line-height: 100%;
	position: relative;
	top:-.5vw;
}
.keyV .wrap h3 b {
	font-size: 3vh;
	position: absolute;
	right: 2vh;
	top: -1vh;
}
@media screen and (max-width: 980px) {
.keyV h3 {
		font-size: 4vw;
}
}
@media screen and (min-height: 801px) {
.keyV h3 {
		font-size: 4vh;
}
}
.keyV .wrap div {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw 0 2vw 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
}
.keyV h2.txt1 {
	font-size: 4em;
	font-weight: 800;
	text-shadow: 1px 1px 3px black;
	color: white;
	margin-bottom: .5em;
}
.keyV h2.txt2 {
	font-size: 4em;
	font-weight: 800;
	text-shadow: 1px 1px 3px black;
	color: white;
	letter-spacing: -0.05em;
}
@media screen and (max-width:780px) {
.keyV h2.txt1,
.keyV h2.txt2 {
	font-size: 4vw;
}
}
.keyV h2.txt2 span:after {
	width: 100%;
	border-bottom: .2em solid brown;
	content:"";
	display: block;
}
.keyV h2 span {
	display: inline-block;
	font-size: 1.8em;
	line-height: 70%;
	font-weight: 900;
	color: white;
	letter-spacing: auto;
}
.keyV h4 {
	background-color: #003e70;
	padding: 2em 0 0 0;
	text-shadow: 0 0 10px #003e70;
	position: relative;
	z-index: 4;
}
.keyV h4 span {
	color: white;
	font-size: 5.5vw;
	line-height: 100%;
	font-weight: 800;
	text-align: center;
	transform: rotate(-2deg);
	display: block;
	position: relative;
	top: -.4em;
	z-index: 6;
}
.keyV ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.keyV ul li {
	width: calc(100vw / 3);
	height: calc(70vh - 100px - 8em);
	min-height: 40vw;
	float: left;
	box-sizing: border-box;
	background-blend-mode: multiply;
	background-color: #ccc;
}

*::-ms-backdrop, .keyV ul li {
	width: 33.33vw; /* IE11 */
	height: 680px; /* IE11 */
}
.keyV .img1 {
	background-image: url(../images/keyVisual01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.keyV .img2 {
	background-image: url(../images/keyVisual02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.keyV .img3 {
	background-image: url(../images/keyVisual03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
*::-ms-backdrop, .keyV ul {
	background-color: #999;
}
*::-ms-backdrop, .keyV ul li {
	opacity: 0.6;
}
.keyV .sec1 {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
}

/*-------------------------------------------------------------------
 CV BUTTON
---------------------------------------------------------------------*/
.cta {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 4em 0 6em 0;
}
.cta img {
	width: 90%;
	max-width: 1045px;
}
@media screen and (max-width: 1280px) {
.cta img {
	width: 70%;
}
}
@media screen and (max-width: 680px) {
.cta img {
	width: 90%;
}
}
/*.cv {
	position: relative;
	z-index: 5;
	background-image: url(../images/cvBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2em 0 3em 0;
	text-align :center;
}
.cv p, .cv h1 {
	color: white;
	text-align: center;
	font-weight: 900;
	font-size: 3em;
	margin-bottom: 1em;
}
.cv a {
	width: calc(100% - 4em);
	padding: 1em 0;
	background: linear-gradient(45deg, green, lime);
	transform:skewX(-15deg);
	box-shadow: 2px 2px 3px black;
	cursor: pointer;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.cv a:hover {
	opacity: 0.8;
}
.cv a span {
	display: block;
	color: white;
	text-align: center;
	margin-left: 1em;
	font-weight: 900;
	font-size: 3.5em;
	transform:skewX(15deg);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}
.cv a span:after {
	display: inline-block;
	content:'>';
	transform: rotate(90deg);
	margin-left: .5em;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.cv a:hover span:after {
	top: .1em;
}*/
header  {
	padding: 0;
	margin: 0;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background-image: url(../images/cvBg.jpg);
	background-size: cover;
	z-index: 999 !important;
}
header p {
	background-color: brown;
	color: white;
	font-size: 19px;
	line-height: 140%;
	font-weight: 900;
	display: inline-block;
	padding: 20px .2em 0;
	margin: 0;
	float: left;
	width: 160px;
	height: 100px;
	position: absolute;
}
header a {display: block;}
header h2 {
	text-align: center;
	display: block;
	color: yellow;
	font-weight: bold;
	font-size: 45px;
	line-height: 90px;
	margin: 0 auto;
	padding-left: 120px;
}
header h2 span {
	color: yellow;
	font-size: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .2em;
	position: relative;
	margin-right: 1em;
}
header h2 span:before {
	position: absolute;
	top: -.2em;
	right: -.5em;
	content:'';
	display: block;
	width: 3em;
	height: 1px;
	border-bottom: 1px solid yellow;
	transform: rotate(20deg);
}
header h2 span:after {
	position: absolute;
	bottom: -.2em;
	right: -.5em;
	content:'';
	display: block;
	width: 3em;
	height: 1px;
	border-bottom: 1px solid yellow;
	transform: rotate(-20deg);
}
header h2 img {
	width: 1em;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: -.2em 1em 0 .3em;
	margin-top: -.2em;
}
@media screen and (min-width:781px) and (max-width:1100px) {
header h2 {
	text-align: right;
	font-size: 4em;
}
}
@media screen and (min-width:581px) and (max-width:780px) {
header h2 {
	float: right;
	width: calc(100% - 170px);
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	padding-left: 0;
}
header h2 img {
	margin-right: 0;
}
header h2 span {
	display: block;
	text-align: center;
	font-size: 90%;
}
header h2 span:before {
	position: relative;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	content:'＼　';
	border-bottom: none;
	display: inline-block;
	transform: none;
}
header h2 span:after {
	position: relative;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	content:' ／';
	border-bottom: none;
	display: inline-block;
	transform: none;
}
}
@media screen and (max-width:580px) {
header p {
	width: 100%;
	height: auto;
	padding: .2em 0;
	line-height: 100%;
	text-align: center;
}
header p br {
	display: none;
}
header h2 {
	font-size: 5em;
	padding-left: 0;
	padding-top: .8em;
	text-align: center;
}
header h2 span {
	font-size: 80%;
}
header h2 span:before,
header h2 span:after {
	width: 2em;
}
header h2 img {
	margin-right: 0;
}
}

/*-------------------------------------------------------------------
 LEAD
---------------------------------------------------------------------*/
.cnt01 .title {
	width: 100vw;
	color: white;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 5vw;
	padding-left: 1%;
	position: relative;
	font-size: 1em;
	margin-bottom: 4em;
}
/*.cnt01 .title:before {
	content:'　';
	display: block;
	position: absolute;
	width: 10em;
	height: 10em;
	left: 0;
	top: 20%;
	background-image: url(../images/cnt01ico.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.cnt01 .title:after {
	content:'謎';
	display: block;
	position: absolute;
	font-size: 9.9em;
	right: 10%;
	top: 45%;
	font-weight: 900;
}*/
.cnt01 .title span {
	display: block;
	width: auto;
	text-align: left;
	color: white;
	font-weight: 900;
	font-size: 6em;
}
.cnt01 .title span.border:after {
	content:'';
	display: block;
	width: 20%;
	height: 1em;
	border-bottom: 6px solid white;
}
.cnt01 .wrapper ul li {
	float: none;
	display: inline-block;
}
.cnt01 .wrapper ul  {
	background-image: url(../images/cnt01_1.jpg);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: left center;
}
.cnt01 .wrapper li.txtArea {
	width: 60%;
	margin-left: 40%;
	background-color: white;
	font-size: 1.3em;
}
.cnt01 .wrapper li.txtArea p.head {
	margin-left: -2em;
}


/*-------------------------------------------------------------------
 MOVIE
---------------------------------------------------------------------*/
.cnt02 .title,
.cnt14 .title {
	padding: 3em 0;
}
.cnt02 .title h3,
.cnt02 .title h4,
.cnt02 .back h5,
.cnt14 .title h3,
.cnt14 .title h4 {
	color: white;
	text-align: center;
	font-weight: 900;
}
.cnt02 .title h3,
.cnt14 .title h3 {
	font-size: 6em;
}
.cnt02 .title h4,
.cnt14 .title h4 {
	font-size: 4em;
}
.cnt02 .title h4 img,
.cnt14 .title h4 img {
	width: 2em;
	vertical-align: middle;
	display: inline-block;
}
.cnt02 .back {
	position: relative;
}

.cnt02 .back h5 {
	font-size: 4em;
	color: white;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	mix-blend-mode:difference;
}
.cnt02 .back h5 span {
	font-size: 2em;
	color: white;
	font-weight: 700;
}
/*.cnt02 .title .movie {
	width: 100%;
	max-width: 1080px;
	min-height:400px;
	margin: 0 auto;
	background-color: dimgray;
	border-radius: 5px;
	paddng: .5em;
	margin: 2em auto;
}*/
.movie {
	width: 80vw;
	height: 100%;
	max-width: 1080px;
	margin: 0 auto;
	background-color: black;
	display: block;
	mix-blend-mode: normal;
	z-index: 3;
	position: relative;
}
.movie__inner {
	position: relative;
	cursor: pointer;

}
.movie__inner,
.movie__inner img.youtube,
.movie__inner iframe{
	max-width: 1080px;
	display: block;
	vertical-align: bottom;
	width: 80vw !important;
	position: relative;
	top: 0;
	right: 0;
}
.movie__inner img.youtube {
	z-index: 1;
	opacity: 0.6;
}
.movie__inner img.ytIco  {
	position: absolute;
	left: calc(50% - 34px);
	top: calc(50% - 24px);
	z-index: 99;
	width: 68px;
	height: 48px;
	pointer-events: none;
}
.movie__inner:hover:after {
	background-image: url(../images/yt_icon_rgb.png);
}
.movie__inner iframe {
	height: auto;
	min-height: 45vw;
	z-index: 2;
}

/*-------------------------------------------------------------------
 PROGRAM
---------------------------------------------------------------------*/
.cnt03 .title {
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 5vw;
	padding-right: 10vw;
	position: relative;
	font-size: 1em;
	margin-bottom: 8em;
}
.cnt03 .title:before {
	content:'鍛';
	display: block;
	position: absolute;
	mix-blend-mode:difference;
	z-index: 3;
	color: white;
	font-size: 9.9em;
	left: 3%;
	top: 43%;
	font-weight: 900;
}
.cnt03 .title span {
	display: block;
	width: auto;
	text-align: right;
	color: #002e73;
	font-weight: 900;
	font-size: 3.2em;
	position: relative;
	z-index: 4;
}
.cnt03 .title span b {
	font-size: 1.5em;
	font-weight: 900;
}
.cnt03 .title span.border:after {
	content:'';
	display: block;
	width: 20%;
	height: 1em;
	margin-left: 80%;
	text-align: right;
	border-bottom: 6px solid #002e73;
}
.cnt03 h2:before {
	content:'';
	position: absolute;
	left: -5vw;
	top: -1px;
	z-index: 2;
	display: block;
	width: 0;
	height: 0;
	border-top: 40vw solid transparent;
	border-right: 40vw solid whitesmoke;
}

.cnt03 .wrapper.right {
	margin-top: 5em;
}
.cnt03 .wrapper.right ul li {
	float: right;
}
.cnt03 .wrapper.left ul {
	float: right;
}
/*.cnt03 .wrapper ul li.imgArea {
	overflow: hidden;
}
.cnt03 .wrapper ul li.imgArea img {
	height: 35vw;
	width: auto;
	left: -50%;
	position: relative;
	z-index: 2;
}*/
.cnt03 .wrapper.left ul {
	background-image: url(../images/cnt03_1.jpg);
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: right center;
}
.cnt03 .wrapper.right ul {
	background-image: url(../images/cnt03_2.jpg);
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (max-width:1280px) {
.cnt03 .wrapper.left ul,
.cnt03 .wrapper.right ul {
	background-size: auto 100%;
}
}
.cnt03 .wrapper ul li.txtArea {
	position: relative;
	width: 60%;
	background-color: white;
}
.cnt03 .wrapper ul li.txtArea img {
	position: absolute;
	top: 0;
	right: 0;
	width: 10vw;
	max-width: 100px;
}
.cnt03 .wrapper .index {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 40%;
	margin-bottom: 1.5em;
}
.cnt03 .wrapper .index span {
	font-size: 1.5em;
	font-weight: 700;
}
.cnt03 .wrapper p.red {
	font-weight: 800;
	font-size: 4em;
	color: brown;
	margin-bottom: 0;
}

/*-------------------------------------------------------------------
 CONTINUATION
---------------------------------------------------------------------*/
.cnt04 .sec1 {
	position: relative;
}
.cnt04 .title {
	position: absolute;
	top: -3vw;
	left: 5vw;
	right: 20vw;
	color:  whitesmoke;
	font-size: 13vw;
	font-weight: 900;
	line-height: 100%;
	transform: rotate(-25deg);
	z-index: 3;
}
.cnt04 .inner {
	text-align: right;
}
.cnt04 .inner img {
	width: 30vw;
	height: auto;
	margin: 5em auto;
	margin-right: 6vw;
	margin-top: 8em;
}
.cnt04 .wrapper {
	width: 45%;
	margin-top: -5em;
}
.cnt04 .wrapper.right {
	text-align: left;
	margin-left: 55%;
	margin-top: -20em;
}
.cnt04 .wrapper.left {
	text-align: right;
	margin-right: 55%;
	margin-top: -10em;
	margin-bottom: 5em;
}
.cnt04 .wrapper ul {
	width: 100%;
	max-width: none;
}
.cnt04 .wrapper ul li {
	width: 100%;
	boarder: 1px solid transparent;
}
.cnt04 .wrapper .index {
	font-size: 3em;
	font-weight: 700;
	line-height: 100%;
}
.cnt04 .wrapper .index span {
	font-size: 1.2em;
	font-weight: 900;
	color: brown;
}

/*-------------------------------------------------------------------
 SELECT
---------------------------------------------------------------------*/
.cnt05 .title {
	width: 100%;
	color: brown;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 8em;
	padding-left: 17vw;
	position: relative;
	font-size: 1em;
	margin-bottom: 8em;
}
.cnt05 .title:before {
	content:'　';
	display: block;
	position: absolute;
	width: 12em;
	height: 12em;
	left: 2%;
	top: 35%;
	background-image: url(../images/cnt05ico.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.cnt05 .title:after {
	content:'選';
	display: block;
	position: absolute;
	font-size: 9.9em;
	right: 10%;
	top: 45%;
	font-weight: 900;
}
.cnt05 .title span {
	display: block;
	width: auto;
	text-align: left;
	color: brown;
	font-weight: 900;
	font-size: 3.2em;
}
.cnt05 .title span.border:after {
	content:'';
	display: block;
	width: 20%;
	height: 1em;
	border-bottom: 6px solid brown;
}
.cnt05 .wrapper ul li.txtArea {
	width: 60%;
	margin-left: 40%;
	position: relative;
	z-index: 3;
	background-color: white;
}
/*.cnt05 .wrapper ul li.imgArea {
	overflow: hidden;
}
.cnt05 .wrapper.left ul li.imgArea img {
	height: 30vw;
	width: auto;
	left: -20%;
	position: relative;
	z-index: 2;
	transform: scale(1.5,1.5);
}*/
.cnt05 .wrapper.left ul {
	background-image: url(../images/cnt05_1.jpg);
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.cnt05 .wrapper.right ul {
	margin-top: 3em;
	margin-bottom: 3em;
	background-image: url(../images/cnt05_2.jpg);
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
/*.cnt05 .wrapper.right ul li.imgArea img {
	height: 30vw;
	width: auto;
	left: 0%;
	position: relative;
	z-index: 2;
	transform: scale(1.5,1.5);
}*/
.cnt05 .wrapper.right .head {
	margin-left: 0;
}


/*-------------------------------------------------------------------
 REASON
---------------------------------------------------------------------*/
.cnt06 .reason {
	padding: 6em 0 5em 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cnt06 .reason h2,
.cnt06 .reason h2 span,
.cnt06 .reason h3 {
	color: white;
	text-align: center;
	font-weight: 900;
display:inline-block;
}
.cnt06 .reason h3 {
	font-size: 6em;
	line-height: 100%;

}
.cnt06 .reason h2 {
	font-size: 7em;
}
.cnt06 .reason h2 span {
	font-size: 1.5em;
}
.cnt06 .wrapper {
	width: 90%;
	margin-bottom: 5em;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.cnt06 .wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.cnt06 .wrapper ul {
	margin-right: 0;
	margin: 0;
}
.cnt06 .wrapper ul li {
	width: calc(50% - 1em);
	background-color: white;
	position: relative;
	margin-bottom: 2em;
	padding: 3em;
	padding-top: 10em;
}
.cnt06 .wrapper ul li:nth-of-type(odd) {
	margin-right: 1em;
		float: left;
}
.cnt06 .wrapper ul li:nth-of-type(even) {
	margin-left: 1em;
		float: right;
}
.cnt06 .wrapper ul li p b {
	font-size: 100%;
	font-weight: normal;
}
.cnt06 .wrapper ul li p b.space {
	font-size: 100%;
	display: block;
}
.cnt06 .wrapper ul li .imgArea {
	position: absolute;
	width: 10em;
	height: 10em;
	top: -1em;
	left: 0;
	right: 0;
	border-radius: 50%;
	overflow: hidden;
}
.cnt06 .wrapper ul li img {
	width: 10em;
}
.cnt06 .wrapper .clear1 {
	clear: both;
	display: block;
	width: 0;
	height: 0;
}
.cnt06 .wrapper .clear2 {
	display: none;
	float: left;
}

.cnt06 .wrapper .index {
	font-size: 2em;
	font-weight: 900;
	text-align: center;
}
.cnt06 .wrapper .index b {
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 900;
}
.cnt06 .wrapper .index span {
	color: brown;
	font-weight: 900;
	font-size: 100%;
}
@media screen and (min-width:1580px) {
.cnt06 .wrapper ul li:nth-of-type(odd),
.cnt06 .wrapper ul li:nth-of-type(even) {
	width: calc(33.333% - 2em);
	margin: 0 1em;
	float: left;
}
.cnt06 .wrapper .clear1 {
	display: none;
	float: left;
}
.cnt06 .wrapper .clear2 {
	clear: both;
	display: block;
	width: 100%;
	height: 2em;
}
.cnt06 .wrapper ul li p b.space.hide {
	display: none;
}
@media screen and (max-width:780px) {
.cnt06 .wrapper ul li p b.space.hide {
	display: none;
}
}
.cnt06 .wrapper ul li p b.space.x2 {
	font-size: 200%;
}
}

/*-------------------------------------------------------------------
 USER VOICE
---------------------------------------------------------------------*/
.cnt07 .title {
	width: 100%;
	color: white;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 4em;
	padding-left: 12em;
	position: relative;
	font-size: 1em;
	margin-bottom: 0;
	box-sizing: border-box;
}
.cnt07 .title:before {
	content:'　';
	display: block;
	position: absolute;
	width: 15em;
	height: 15em;
	left: 0 !important;
	top: 15%;
	padding: 0 .1em;
	background-image: url(../images/cnt07ico.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.cnt07 .title span {
	display: inline-block;
	width: auto;
	text-align: left;
	color: white;
	margin-left: 1.6em;
	font-weight: 900;
	font-size: 5em;
}
.cnt07 .title span.border:after {
	content:'';
	display: block;
	width: 40%;
	height: 1em;
	border-bottom: 6px solid white;
}
.cnt07 .wrapper {
	margin: 2em auto;
}
.cnt07 .wrapper li.txtArea {
	width: 100%;
	float: none;
}
.cnt07 .wrapper li p.head {
	margin-left: 0;
	line-height: 130%;
	margin-bottom: .5em;
}
.cnt07 .wrapper li.txtArea {
	font-size: 80%;
	font-weight: 500;
}
.cnt07 .wrapper li.txtArea img {
	width: 30%;
	max-height: 30vw;
	margin-right: 2em;
	float: left;
}
.cnt07 .wrapper li.txtArea span {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	color: #002e73;
}

/*-------------------------------------------------------------------
 FAQ
---------------------------------------------------------------------*/
.cnt08 .title {
	width: 100%;
	color: white;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 4em;
	padding-left: 12em;
	position: relative;
	font-size: 1em;
	margin-bottom: 0;
	box-sizing: border-box;
}
.cnt08 .title:before {
	content:' ';
	display: block;
	position: absolute;
	width: 15em;
	height: 15em;
	background-image: url(../images/cnt08ico.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: 0 !important;
	top: 20%;
	padding: 0;
}
.cnt08 .title span {
	display: inline-block;
	width: auto;
	text-align: left;
	color: white;
	margin-left: 1.6em;
	font-weight: 900;
	font-size: 5em;
}
.cnt08 .title span.border:after {
	content:'';
	display: block;
	width: 40%;
	height: 1em;
	border-bottom: 6px solid white;
}
.cnt08 .wrapper {
	background-color: transparent !important;
}
.cnt08 .wrapper ol {
	background-color: transparent;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.cnt08 .wrapper ol li {
	width: 100%;
	padding: 2em 3em;
	background-color: white;
	margin-bottom: 1px;
	box-sizing: border-box;
	cursor: pointer;
}
.cnt08 .wrapper ol li span {
	font-size: 2em;
	font-weight: bold;
}
.cnt08 .wrapper ol li:hover span {
	color: brown;
}
.cnt08 .wrapper ol li span:before {
	content:'Q.';
	display: inline-block;
	text-align: left;
	margin-right: .5em;
}
.cnt08 .wrapper ol li span:after {
	content:'>';
	transform: rotate(90deg);
	float: right;
	display: block;
	clear: both;
}
.cnt08 .wrapper ol li p.child {
	font-size: 1.5em;
	display: none;
}


/*-------------------------------------------------------------------
 FORM
---------------------------------------------------------------------*/
.cnt09 .flow {
	z-index: 3;
	position: relative;
	text-align: center;
}
.cnt09 .flow h5 {
	color: #002e73;
	font-weight: 900;
	font-size: 4em;
	padding-top: 2em;
	padding-bottom: .4em;
	text-align: center;
	border-bottom: 4px solid #002e73;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.cnt09 .flow p {
	font-size: 2em;
	margin-bottom: 3em;
	width: 30em;
	padding: .4em;
}
.cnt09 .flow p:after {
	content:'';
	background-image: url(../images/flowArrow.png);
	background-size: 2em auto;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	position: relative;
	right: -3em;
	top: -2em;
	float: right;
	width: 2em;
	height: 2em;
}
.cnt09 .flow p:last-of-type {
	margin-bottom: 0;
}
.cnt09 .flow p:last-of-type:after {
	margin-bottom: 0;
	width: 0;
	height: 0;
}
.cnt09 .flow p span {
	background-color: #002e73;
	color: white;
	padding: .5em 1em;
	font-size: 100%;
	margin-right: 1em;
	float: left;
	display: block;
}

.cnt09_header {
	background-color: #002e73;
	padding: 2em 0;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.cnt09_header:after {
	position: absolute;
	bottom: -2em;
	left: calc(50% - 1.5em);
	content:'';
	width: 0;
	height: 0;
	display: block;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
	border-top: 2em solid #002e73;
	z-index: 2;
}
.cnt09_header h2 {
	font-size: 5em;
	font-weight: 900;
	color: white;
	text-align: center;
}
.cnt09_header h3 {
	font-size: 2.5em;
	color: yellow;
	font-weight: 700;
	text-align: center;
}
.cnt09_header h3 span {
	color: yellow;
	font-size: 120%;
	font-weight: 900;
}
.cnt09 .bnr {
	width: 100%;
	margin-bottom: 2em;
}
.cnt09 .spacer {
	width: 1px;
	height: 100px;
	display: block;
}
.cvSec__inner__box {
	width: 80vw;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 5em;
	background-color: #fff;
	border: 1px solid #e9e9de;
	box-sizing: border-box;
}
.cvSec__inner__box img {
	width: 100%;
	margin-bottom: 4em;
}
.cvSec__inner__box__ttl {
	padding: 1em;
	border-bottom: 1px solid #e9e9de;
}
.cvSec__inner__box #crmWebToEntityForm {
	padding: 3em;
	background-color: #fff7e6;
}
.cvSec__inner__box #crmWebToEntityForm table {
	width: 100%;
	border-collapse: collapse;
}
.cvSec__inner__box #crmWebToEntityForm table tr th {
	width: 100px;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: 3em;
	font-weight: bold;
	white-space: nowrap;
}
.cvSec__inner__box #crmWebToEntityForm table tr:nth-child(2) th {
	padding-bottom: 1em;
}
.cvSec__inner__box #crmWebToEntityForm table tr td {
	padding-bottom: 2em;
	font-size: 100%;
	font-weight: bold;
}
.cvSec__inner__box #crmWebToEntityForm table tr:nth-child(2) td {
	padding-bottom: 1em;
}
.cvSec__inner__box #crmWebToEntityForm table td input {
	width: 100%;
	height: auto;
	padding: 1em;
	font-size: 2em;
	font-weight: bold;
	box-shadow:4px 4px 6px -2px rgba(0,0,0,0.3) inset;
	border: 6px solid #333333;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}
.cvSec__inner__box #crmWebToEntityForm table td select {
	padding: 1em;
	font-size: 1.5em;
	font-weight: bold;
	border: 6px solid #333333;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}
.cvSec__inner__box #crmWebToEntityForm .btn {
	text-align: center;
}
.cvSec__inner__box #crmWebToEntityForm .btn button {
	outline: none;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cvSec__inner__box .ppLink {
	display: block;
	text-align: center;
	font-size: 1.4em;
	margin-top: 2em;
}
.cvSec__inner__box .ppLink:hover {
	color: #002e73;
}
.cvSec__inner__box .ppLink i {
	margin-left: .5em;
}

/*-------------------------------------------------------------------
	INFORMATION
---------------------------------------------------------------------*/
.cnt10 .inner {
	width: calc(100% - 4em);
	max-width: 800px;
}

.cnt10 .inner h3 {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	color: #002e73;
	font-style: normal;
	margin-bottom: 1em;
}
.cnt10 .inner h3 span {
	font-size: 2em;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #002e73;
	font-style: italic;
}
.cnt10 .inner dl dt,
.cnt10 .inner dl dd {
	display: inline-block;
	padding: .5em;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: .5em;
	text-indent: 1em;
}
.cnt10 .inner dl dt {
	width: 25%;
	background-color: whitesmoke;
}
.cnt10 .inner dl dd {
	width: 75%;
}


.cnt11 .wrapper:after {
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	right: -3em;
	bottom: -3em;
	border-top: 40em solid transparent;
	border-right: 40em solid brown;
	mix-blend-mode: color-dodge;
	z-index: 1;
}
.cnt11 .wrapper ul {
	background-color: whitesmoke;
	position: relative;
}
.cnt11 .wrapper ul li {
	position: relative;
	z-index: 2;
}
.cnt11 .wrapper ul li.imgArea {
	width: 30%;
	float: right;
	position: relative;
}
.cnt11 .wrapper ul li.txtArea {
	width: 70%;
}
.cnt11 .wrapper ul li img {
	width: 120%;
	position: absolute;
	left: 10%;
	top: 20em;
}
.cnt11 .wrapper ul li p {
	white-space: pre-wrap !important;
}
.cnt11 .wrapper li.txtArea h3 {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	color: #002e73;
	font-style: normal;
	margin-bottom: 1em;
}

/*-------------------------------------------------------------------
	PLAN
---------------------------------------------------------------------*/
.cnt12 .title {
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 3em 0;
	padding-top: 4em;
	padding-left: 0;
	position: relative;
	font-size: 1em;
	margin-bottom: 2em;
	box-sizing: border-box;
}
.cnt12 .title span {
	display: block;
	width: auto;
	text-align: center;
	color: black;
	margin-left: 0em;
	font-weight: 900;
	font-size: 5em;
	line-height: 100%;
}
.cnt12 .title span.border {
	font-size: 4em;
	padding-top: .5em;
}
@media screen and (min-width:1580px) {
.cnt12 .title {
	width: 60%;
	margin-right: 40%;
	color: black;
	text-align: left;
	padding-left: 5%;
}
.cnt12 .title span {
	color: black;
	text-align: left;
}
}
.cnt12 .wrapper {
	padding: 2em;
	font-size: 2em;
}
.cnt12 .wrapper h3 {
	font-size: 1em;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: .5em;
		text-align: center;
}
.cnt12 .wrapper h3 span {
	font-size: 1.2em;
	font-weight: 900;
	color: brown;
}
.cnt12 .wrapper h4 {
	font-size: 1.2em;
	display: block;
	padding: .5em 1em;
	line-height: 120%;
	text-align: center;
}
.cnt12 .wrapper h4 span {
	font-weight: 900;
	font-size: 120%;
	line-height: 120%;
}
.cnt12 .wrapper p {
	font-size: 1.2em;
	font-weight: 900;
	margin-top: .5em;
}
.cnt12 .wrapper p img {
	width: 2em;
	height: auto;
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}
.cnt12 .wrapper.left {
	margin-top: 5em;
}
.cnt12 .wrapper p,
.cnt12 .wrapper p span {
	text-align: center;
}
/* OLD -------------------------
.cnt12 .wrapper p.L1,
.cnt12 .wrapper p.L1 span,
.cnt12 .wrapper p.L1 font {
	color: #002e73;
	line-height: 100%;
	font-size: 100%;
}
.cnt12 .wrapper p.L1 {
	font-size: 1.7em !important;
	margin-bottom: .1em;
}
.cnt12 .wrapper p.L1 span {
	font-size: 2em;
}
.cnt12 .wrapper p.L2 span {
	font-size: 1em;
	position: relative;
	display: inline-block;
}
.cnt12 .wrapper p.L2 em {
	font-size: 100%;
}
.cnt12 .wrapper p.L2 span.line:after {
	content:'';
	display: block;
	position: absolute;
	top: .9em;
	width: 100%;
	height: 0;
	border-bottom: 3px solid brown;
	transform: rotate(15deg);
}
.cnt12 .wrapper h5 {
	text-align: center;
	font-size: 1.5em;
	margin-top: 1em;
	border: 3px solid brown;
	padding-top: .2em;
	color: brown;
}
.cnt12 .wrapper h5 span {
	background-color: brown;
	display: inline-block;
	padding: .2em 2em;
	width: calc(100% - .5em);
	line-height: 100%;
	font-size: 1.2em;
	color: white;
	text-align: center;
}
.cnt12 .wrapper div.wrap {
	border: 5px solid #002e73;
	padding: 0 0 1em 0;
	font-size: 1em;
	margin: 1em auto;
}
-------------------------------*/

.cnt12 .wrap2 {
  font-size: 1em;
  border: 2px solid #002e73;
  border-top: none;
  margin: .5em auto;
}
.cnt12 .wrap2 h5 {
  background-color: #002e73;
  padding: 0 .8em;
  margin: 0 auto;
  margin-top: 1em;
  line-height: 1.8em;
  font-size: 1.8em;
  color: white;
  text-align: center;
}
.cnt12 .wrap2 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  vertical-align: center;
  width: calc(100% - 4em);
  padding: 0;
  margin: 1.5em 2em;
  border: 1px solid lightgray;
}
.cnt12 .wrap2 dl dt, 
.cnt12 .wrap2 dl dd {
  line-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.cnt12 .wrap2 dl dt {
  flex-basis: 35%;
  padding: 1em 0 1em 2em;
  box-sizing: border-box;
  z-index: 1;
}
.cnt12 .wrap2 dl dt:after {
  display: block;
  content: '→';
  font-size: 2em;
  line-height: 2em;
  position: absolute;
  top: calc(50% - 1em);
  right: -.2em;
  z-index: 2;
}
.cnt12 .wrap2 dl dd.first {
  flex-basis: 40%;
  padding: 1em 0 1em 2em;
  border-left: 1px solid lightgray;
  z-index: 0;
}
.cnt12 .wrap2 dl dd.last {
  flex-basis: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cnt12 .wrap2 dl dd.first p {
  color: crimson;
  font-weight: bold;
}
.cnt12 .wrap2 dl dd.last p {
  color: white;
  font-weight: bold;
  background-color: crimson;
  padding: .5em 1em;
  border-radius: 5px;
}
.cnt12 .wrap2 dl dd.last p em {
  color: white;
  display: block;
  text-align: center;
  font-size: .8em;
}
.cnt12 .wrap2 dl p {
  font-weight: normal;
  text-align: left;
  font-size: 1.5em;
}
.cnt12 .wrap2 dl small {
  display: inline-block;
  line-height: 100%;
  font-size: 80%;
}
.cnt12 .wrap2 dl p span {
  color: inherit;
  font-size: inherit;
  line-height: 100%;
}
.cnt12 .wrap2 dl dt p span {
  font-size: 160%;
  line-height: 160%;
}
.cnt12 .wrap2 dl dd p span {
  font-size: 200%;
}
.cnt12 .wrap2 h4 {
  text-align: center;
}
.cnt12 .wrapper .text {
  margin-bottom: 10px;
  border: 2px solid lightgray;
  padding: .5em 0;
}
.cnt12 .wrapper .text span {
  display: inline-block;
  margin: 0 .2em;
  font-size: 1.5em;
  position: relative;
}
.cnt12 .wrapper .text span:after {
  content:'';
	display: block;
	position: absolute;
	top: .9em;
	width: 100%;
	height: 0;
	border-bottom: 2px solid crimson;
	transform: rotate(-15deg);
}
.cnt12 .wrapper .text small {
  font-size: 100%;
  border-bottom: .2em solid goldenrod;
}
.cnt12 .wrapper .text em {
  font-size: 100%;
}
@media screen and (max-width:480px) {
  .cnt12 .wrap2 dl dd.last p {
    position: absolute;
    right: .5em;
    top: .25em;
    width: 110%;
  }
}
@media screen and (max-width:780px) {
  .cnt12 .wrap2 dl dt, 
  .cnt12 .wrap2 dl dd {
    font-size: 1.8em;
  }
}
@media screen and (max-width:480px) {
  .cnt12 .wrap2 dl dt, 
  .cnt12 .wrap2 dl dd {
    font-size: 2.2em;
  }
  .cnt12 .wrapper .text {
    font-size: 2em;
  }
}

/*-------------------------------*/

/*-------------------------------------------------------------------
	ABOUT
---------------------------------------------------------------------*/
.cnt13 .sec1 {
	padding: 7em 0;
}
.cnt13 .wrapper {
	margin-bottom: 3em;
}
.cnt13 .wrapper h3 {
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	margin-bottom: 1em;
}
.cnt13 .wrapper h3 span {
	color: brown;
	font-size: 130%;
	font-weight: 900;
}
.cnt13 .wrap1 {
	padding: 3em 2em 4em 2em;
}
.cnt13 .wrap1 p {
	width: 23em;
}
.cnt13 .wrap1 p {
	font-size: 2.2vw;
}
.cnt13 .wrap1 p img {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	margin-right: 1.2em;
	vertical-align: middle;
}
.cnt13 .wrap1 p span {
	color: brown;
	font-size: 100%;
	font-weight: 900;
}
.cnt13 .wrap2 {
	text-align: center;
}
.cnt13 .wrap2 h4 {
	text-align: center;
	font-size: 3em;
	padding: 1.2em 0 0 0;
}
.cnt13 .wrap2 ul {
	width: 100%;
	position: relative;
	text-align: center;
}
.cnt13 .wrap2 ul li {
	width: calc(100% / 3);
	height: 22vw;
	float: left;
}
*::-ms-backdrop, .cnt13 .wrap2 ul li  {
	width: 33.33%;
}
.cnt13 .wrap2 ul li:first-of-type {
	background-image: url(../images/cnt13_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cnt13 .wrap2 ul li:nth-of-type(2) {
	background-image: url(../images/cnt13_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cnt13 .wrap2 ul li:last-of-type {
	background-image: url(../images/cnt13_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cnt13 .wrap2 ul p {
	margin: 0 auto;
	padding-bottom: .2em;
	text-align: center;
	font-size: 5em;
	vertical-align: top;
	font-weight: 900;
	color: brown;
	background-color: rgba(255,255,255,0.8);
}
.cnt13 .wrap2 h2 {
	background-color: #002e73;
	text-align: center;
	color: white;
	font-size: 5em;
	line-height: 1.2em;
	padding: 1em 0;
	font-weight: 900;
}

.cnt13 .wrap3 {
	padding: 2em;
}
.cnt13 .wrap3 h5 {
	font-size: 3em;
	line-height: 140%;
	font-weight: 900;
	text-align: center;
	color: #002e73;
}
.cnt13 .wrap3 ul {
	margin: 0 auto;
	margin-top: 2em;
	display: block;
	width: 90%;
}
.cnt13 .wrap3 ul.col3 {
	margin: 0 auto;
	margin-top: 2em;
	display: block;
}
.cnt13 .wrap3 ul.col2 li {
	width: 50%;
}
.cnt13 .wrap3 ul.col2 li img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.cnt13 .wrap3 ul.col3 li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
}
*::-ms-backdrop, .cnt13 .wrap3 ul li  {
	width: 33.33%;
}
.cnt13 .wrap3 ul li b {
	width: calc(100% - 1em);
	margin: 0 auto;
	color: white;
	background-color: brown;
	display: block;
	font-weight: 900;
	font-size: 2em;
	padding: .5em 0;
	box-sizing: border-box;
}
.cnt13 .wrap3 ul.col3 li img {
	width: calc(100% - 1em);
	display: block;
	margin: 0 auto;
	font-size: 2em;
}
.cnt13 .wrap3 ul li span {
	font-size: 2em;
	margin-top: 1em;
}
.cnt13 .wrap3 p {
	width: 80%;
	margin: 2em auto;
	font-size: 1.5em;
}
.cnt13 .wrap3 p span {
	border-bottom: .2em solid goldenrod ;
	font-size: 100%;
}
.cnt13 .wrap3 ul.col3 li img.smt {
	display: none;
}

/*-------------------------------------------------------------------
	DEF
---------------------------------------------------------------------*/
.cnt14 h3 {
	font-size: 4em;
	font-weight: bold;
	color: white;
	display: block;
	position: relative;
	z-index: 5;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .2em;
}
.cnt14 .sec1 ul {
	padding: 3em;
}
.cnt14 .sec1 ul li {
	width: 50%;
	float: left;
	font-size: 1.5em;
}
.cnt14 .sec1 ul li b {
	display: block;
	color: white;
	text-align: center;
	padding: .5em;
	margin-bottom: .5em;
	font-weight: 900;
	font-size: 1.8em;

}
.cnt14 .sec1 ul li p {
	padding-left: 1em;
	font-weight: 500;
	font-size: 1.3em;
}
.cnt14 .sec1 ul li p span {
	font-size: 100%;
}
.cnt14 .sec1 ul li p:before {
	display: inline-block;
	margin-right: .5em;
	position: relative;
	left: 0;
}
.cnt14 .sec1 ul li.normal p:before {
	content:'▲';
	color: gray;
}
.cnt14 .sec1 ul li.lat p:before {
	content:'◉';
	font-size: 1.2em;
	color: #002e73;
}

.cnt14 .sec1 ul li.normal {
	padding-right: 1.5em;
}
.cnt14 .sec1 ul li.normal p span {
	color: teal;
	font-weight: 500;
	border-bottom: 2px solid teal;
}
.cnt14 .sec1 ul li.lat {
	padding-left: 1.5em;
}
.cnt14 .sec1 ul li.normal b {
	background-color: gray;
}
.cnt14 .sec1 ul li.lat b {
	background-color: #002E73;
}
.cnt14 .sec1 ul li.lat p span {
	font-weight: 500;
	color: green;
	border-bottom: 2px solid green;
}

.cnt14 .sec2 h3 {

}
.cnt14 .sec2 h3 span {
	font-size: 1.8em;
	color: white;
	font-weight: 900;
	transform: rotate(5deg);
	display:inline-block;
}
.cnt14 .sec2 ul {
	padding: 2em 3em;
	background-color: white;
	text-align: center;
}
.cnt14 .sec2 ul li {
	width: 80%;
	max-width: 30em;
	margin: 0 auto;
	display: block;
	font-size: 2em;
	box-sizing: border-box;
	font-weight: 500;
	border-bottom: 1px solid lightgray;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.cnt14 .sec2 ul li img {
	width: 3em;
	height: 3em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3em;
}
.cnt14 .sec2 ul li b {
	display: inline-block;
	width: 20%;
	padding: .5em 0;
}
.cnt14 .sec2 ul li span {
	font-size: 100%;
  color:brown;
}
@media screen and (min-width:1620px) {
.cnt14 .sec2 ul li:nth-of-type(odd) {
	width: 50%;
	float: left;
}
.cnt14 .sec2 ul li:nth-of-type(even) {
	width: 50%;
	float: right;
}
.cnt14 .sec2 ul li img {
	width: 2em;
	height: 2em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
}

/*-------------------------------------------------------------------
 FOOTER
---------------------------------------------------------------------*/
footer {
	width: 100vw;
	background-color: whitesmoke;
	padding: 1em 0;
	text-align: center;
	position: relative;
	top: 10em;
	z-index: 4;
}
footer img {
	margin: 1em auto;
}
footer .copyright {
	text-align: center;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	line-height: 200%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
}
.pagetop:hover {
	background-color: rgba(50,50,50,0.8);
}



/*-------------------------------------------------------------------
 RESPONSIVE
---------------------------------------------------------------------*/
@media screen and (max-width:640px) {
.smt {
display: block;
}
main, footer {
	top: 100px;
}
.cnt09 .spacer {
	width: 1px;
	height: 100px;
	display: block;
}
header p {
	background-color: brown;
	font-size: 16px;
	padding: 5px 0;
}
header h2 {
	padding-top: 15px;
}
.wrapper.right,
.wrapper.left,
.wrapper {
	margin: 0 auto;
	min-width: calc(100vw - 4em);
}
.wrapper.right ul li.txtArea,
.wrapper.right ul li.imgArea,
.wrapper.left ul li.txtArea,
.wrapper.left ul li.imgArea {
	width: 100%;
	float: none;
}
.wrapper ul li.txtArea p:not(.head),
.wrapper ul li.txtArea p:not(.index) {
	font-size: 3.5em;
}
.wrapper ul li.txtArea p.head {
	font-size: 4em;
	margin-left: 0;
}
/* KV */
/*.keyV .wrap {
	height: calc(80vh - 100px);
	min-height: 400px;
}
.keyV h3 {
	font-size: 6em;
	color: white;
	text-shadow: 0 0 6px black;
	line-height: 120%;
	top: .7em;
}
.keyV h2 {
	font-size: 6.5em;
}
.keyV h2 span {
	line-height: 100%;
}
.keyV ul {
overflow: hidden;
}
.keyV ul li {
	width: 100vw;
	float: none;
	height: calc(80vh - 100px);
	background-position: center bottom !important;
}
.keyV h4 {
	font-size: 4em;
}*/
.keyV .wrap {
	height: calc(60vh - 100px);
}
.keyV .wrap h3 {
	font-size: 5vw;
}
.keyV .wrap h3 span {
font-size: 2vw;
}
.keyV .wrap h3 b {
	right: 1vh;
	top: 0;
}
.keyV ul li {
	width: 100vw;
	float: none;
	height: calc(60vh - 100px);
	background-position: center center !important;
}
.keyV .img1,
.keyV .img3 {
	display: none;
}
/* LEAD */
.cnt01 .title {
	padding: 4em 0;
	padding-top: 6vw;
	padding-left: 1%;
	font-size: 1em;
	margin-bottom: 2em;
}
.cnt01 .title:before,
.cnt05 .title:before {
	width: 15em;
	height: 15em;
	left: -1em;
}
.cnt01 .title:after {
	font-size: 15em;
	right: 5%;
	top: 80%;
	font-weight: 900;
}
.cnt01 .title span {
	font-size: 7em;
}
/*.cnt01 .wrapper ul li.imgArea {
	height: auto;
}
.cnt01 .wrapper ul li.imgArea img {
	width: 50%;
	float: left;
	height: auto;
}*/
.cnt01 .wrapper ul {
	padding-bottom: 40vw;
	background-size: 100% auto;
	background-image:url(../images/cnt01_1sp.jpg);
	background-position: center 120%;
}
.cnt01 .wrapper li.txtArea {
	width: 100%;
	margin-left: 0;
}
.cnt01 .wrapper li.txtArea p.head {
	margin-left: 0;
}
/* TRAINING */

/* PROGRAM */
.cnt03 .title {
	padding: 4em 0;
	padding-top: 6vw;
	padding-left: 15%;
	font-size: 1em;
	margin-bottom: 5em;
}
.cnt03 .title:before {
	font-size: 15em;
	left: 0;
	top: 35%;
}
.cnt03 .title:after {
	font-size: 10em;
	right: 5%;
	top: 80%;
	font-weight: 900;
}
.cnt03 .title span {
	font-size: 6em;
}
/*.cnt03 .wrapper ul li.imgArea img {
	width: 100%;
	height: auto;
	left: 0;
}*/
.cnt03 .wrapper ul {
	padding-top: 25vh;
}
.cnt03 .wrapper.left ul {
	background-image: url(../images/cnt03_1sp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.cnt03 .wrapper.right ul {
	background-image: url(../images/cnt03_2sp.jpg);
	background-position: center top;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.cnt03 .wrapper ul li.txtArea img {
	width: 12vw;
	font-size: 200%;
}
/* CONTINUATION */
.cnt04 .wrapper.right,
.cnt04 .wrapper.left {
	width: 100% !important;
	margin: 0 auto !important;
}
.cnt04 .wrapper p br {
	display: none;
}
.cnt04 .inner img {
	width: 45vw;
	height: auto;
	margin: 4em auto;
	margin-top: 8em;
}
/* DEF */
.cnt14 h3 {
	font-size: 5em;
}
.cnt14 .sec1 ul li.normal,
.cnt14 .sec1 ul li.lat {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 3em;
	font-size: 3em;
}
.cnt14 .sec1 ul li p {
	width: 100%;
	padding-left: 4em;
}
.cnt14 .sec2 ul li {
	width: 100%;
	max-width: 100%;
	font-size: 4em;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px solid lightgray;
}
.cnt14 .sec2 ul li:after {
	content:'';
	clear: both;
	display: block;
}
.cnt14 .sec2 ul li img {
	margin-right: 1.5em;
	float: left;
}

/* SELECT */
.cnt05 .title {
	padding: 4em 0;
	padding-top: 6vw;
	padding-left: 15%;
	font-size: 1em;
	padding-bottom: 12em;
}
.cnt05 .title:before {
	top: 20%;
}
.cnt05 .title:after {
	font-size: 15em;
	right: 5%;
	top: 80%;
	font-weight: 900;
}
.cnt05 .title span {
	font-size: 6em;
}
/*.cnt05 .wrapper.left ul li.imgArea,
.cnt05 .wrapper.right ul li.imgArea {
	height: 50vw;
	position: relative;
}
.cnt05 .wrapper.left ul li.imgArea img,
.cnt05 .wrapper.right ul li.imgArea img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -50%;
	left: 0;
	transform: scale(1,1);
}
.cnt05 .wrapper.right ul li.imgArea img {
	top: 0;
}*/
.cnt05 .wrapper ul li.txtArea {
	width: 100%;
	margin-left: 0;
	margin: 0 auto;
}
/* REASON */
.cnt06 .wrapper .index {
	font-size: 3.5em;
}
.cnt06 .wrapper ul li:nth-of-type(odd),
.cnt06 .wrapper ul li:nth-of-type(even){
	width: calc(100% - 1em);
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 3em;
}
.cnt06 .wrapper ul:nth-of-type(1) li:first-of-type {
	margin-top: 0;
}
.cnt06 .wrapper ul li {
	padding-top: 4em;
}
.cnt06 .wrapper ul li img {
	display: none;
}
/* PLAN */
.cnt12 .wrapper h3 {
	font-size: 2em;
}
.cnt12 .wrapper h4 {
	font-size: 2em;
}
.cnt12 .wrapper div.wrap {
	padding-bottom: 1.5em;
	font-size: 1.3em;
}
/* TRAINING */
.cnt13 .wrap1 h3 {
	font-size: 5em;
}
.cnt13 .wrap1 p {
	font-size: 4em;
}
.cnt13 .wrap2 h4 {
	font-size: 5em;
}
.cnt13 .wrap2 ul li:nth-of-type(2),
.cnt13 .wrap2 ul li:last-of-type {
	display: none;
}
.cnt13 .wrap2 ul li:first-of-type {
	width: 100%;
	float: none;
	height: 35vh;
	background-position: top center;
}
.cnt13 .wrap3 ul,
.cnt13 .wrap3 p {
	width: 90%;
}
.cnt13 .wrap3 p {
	font-size: 4em;
}
.cnt13 .wrap3 p span {
	font-size: 100%;
}
.cnt13 .wrap3 h5 {
font-size: 5em;
padding: 1em;
}
.cnt13 .wrap3 ul.col3 li:first-of-type,
.cnt13 .wrap3 ul.col3 li:nth-of-type(2) {
	width: 50%;
	margin-bottom: 1em;
}
.cnt13 .wrap3 ul.col3 li:last-of-type {
	width: 100%;
}
.cnt13 .wrap3 ul li b {
	font-size: 4em;
}
.cnt13 .wrap3 ul.col3 li img {
	font-size: 4em;
}
.cnt13 .wrap3 ul.col3 li span {
	font-size: 4em;
}
.cnt13 .wrap3 ul.col3 li img.pc {
	display: none;
}
.cnt13 .wrap3 ul.col3 li img.smt {
	display: block;
}


/* USER VOICE */
.cnt07 .title {
	padding: 4em 0;
	padding-top: 6vw;
	padding-left: 15%;
	font-size: 1em;
	padding-bottom: 12em;
}
.cnt07 .title span {
	font-size: 6em;
}
.cnt07 .wrapper li.txtArea span {
	font-size: 3.5em;
	margin-bottom: .5em
}

/* USER VOICE */
.cnt08 .wrapper ol li span {
	font-size: 3.5em;
}
.cnt08 .wrapper ol li p.child {
	font-size: 3.5em !important;
}

/* FORM */
.cnt09 {
	position: relative;
}
.cnt09_header {
	position: absolute;
	top: -50px;
	width: 100%;
}
.cnt09_header h3 {
	font-size: 3.5em;
}
.cnt09 .flow h5 {
	font-size: 5em;
}
.cnt09 .flow p {
	font-size: 4em;
	margin-bottom: 1em;
	width: 90%;
	padding: .1em;
	padding-right: 1.5em;
}
.cnt09 .spacer {
	width: 1px;
	height: 100px;
	display: block;
}
.cvSec:before {
		display: none;
	}
	.cvSec__inner {
		padding: 20px 0;
	}
	.cvSec__inner__box__ttl {
		padding: 4px;
	}
	.cvSec__inner__box #crmWebToEntityForm {
		padding: 20px 10px;
	}
	.cvSec__inner__box #crmWebToEntityForm table {
		width: 100%;
		border-collapse: collapse;
	}
	.cvSec__inner__box #crmWebToEntityForm table tr th {
		display: block;
		width: auto;
		padding-right: 0;
		padding-bottom: 5px;
		font-size: 16px;
		white-space: normal;
	}
	.cvSec__inner__box #crmWebToEntityForm table tr:nth-child(2) th {
		padding-bottom: 5px;
	}
	.cvSec__inner__box #crmWebToEntityForm table tr:nth-child(3) th {
		padding-bottom: 0;
	}
	.cvSec__inner__box #crmWebToEntityForm table tr td {
		display: block;
		padding-bottom: 15px;
		font-size: 14px;
	}
	.cvSec__inner__box #crmWebToEntityForm table tr:nth-child(2) td {
		padding-bottom: 10px;
	}
	.cvSec__inner__box #crmWebToEntityForm table td input {
		width: 100%;
		height: 50px;
		padding: 5px 10px;
		font-size: 12px;
		border: 5px solid #333333;
		border-radius: 5px;
		text-align: left;
	}
	.cvSec__inner__box #crmWebToEntityForm table td select {
		height: 40px;
		padding: 5px 10px;
		font-size: 12px;
		border: 5px solid #333333;
		border-radius: 5px;
		text-align: left;
	}
	.cvSec__inner__box #crmWebToEntityForm .btn {
		width: 89.9280575%;
		margin: 0 auto;
	}

/* INFORMATION */
.cnt10 .inner dl dt,
.cnt10 .inner dl dd {
	font-size: 3em;
	vertical-align: top;
	text-indent: 0;
	padding: .5em 1em;
}
.cnt10 .inner dl dd a {
	font-size: 100%;
}
.cnt11 ul li {
	float: none;
	width: 100%;
}
.cnt11 ul li.imgArea {
	text-align: center;
}
.cnt11 ul li.imgArea img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 400px;
}
.cnt10 .inner h3 {
	font-size: 3em;
}
.cnt11 .wrapper ul li.txtArea h3 {
	font-size: 5em;
}

*::-ms-backdrop, .cnt01 .title:before,
*::-ms-backdrop, .cnt01 .title:after,
*::-ms-backdrop, .cnt03 .title:before,
*::-ms-backdrop, .cnt03 .title:after,
*::-ms-backdrop, .cnt05 .title:before,
*::-ms-backdrop, .cnt05 .title:after,
*::-ms-backdrop, .cnt07 .title:before,
*::-ms-backdrop, .cnt07 .title:after {
  font-size: 60px;
}
}

@media screen and (min-width: 1281px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea,
header, footer, menu {
	font-size: 90%;
}
main, footer {
	top: 100px;
}
}

.cv:not(header) {
	display: none;
}

/*-------------------------------------------------------------------
 THANKS PAGE
---------------------------------------------------------------------*/
#thanks {
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	position: relative;
}
#thanks .header {
	width: 100%;
	height: 100px;
	background-image: url(../images/cvBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: calc(50px - 4em);
}
#thanks .header h1 {
	font-size: 4.2vh;
	font-weight: 900;
	color: white;
	text-align: center;
	font-style: italic;
}
#thanks .header h2 {
	font-size: 1em;
	font-weight: 700;
	color: white;
	text-align: center;
}
#thanks main {
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 13em - 100px);
	margin: 0;
	position: relative;
	top: 0;
	padding-bottom: 3em;
}
#thanks main:before {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 30vw solid goldenrod;
	border-right: 30vw solid transparent;
	z-index: 1;
}
#thanks main:after {
	content:'';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 30vw solid transparent;
	border-right: 30vw solid brown;
	z-index: 1;
}
#thanks main h2 {
	text-align: center;
	font-weight: bold;
	margin: 2em auto;
	margin-bottom: 3em;
	font-size: 3em;
	position: relative;
	z-index: 2;
}
#thanks main h2:after {
	content: '';
	display: block;
	width: 5em;
	height: 1em;
	border-bottom: 5px solid #333;
	position: absolute;
	left: calc(50% - 2.5em);
	right: 0;
}
#thanks main p {
	width: 80%;
	max-width: 800px;
	text-align: left;
	font-size: 2em;
	margin-bottom: 1em;
	position: relative;
	z-index: 2;
}
#thanks footer {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	width: 100vw;
	height: 13em;
}
#thanks input {
	margin: 2em auto;
	display: block;
	font-size: 2em;
	padding: .5em 1em;
	width: 80%;
	max-width: 400px;
	text-align: center;
	background-color: lightgray;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	z-index: 3;
}
#thanks input:hover {
	background-color: #002e73;
	color: white;
}
#thanks footer .pagetop {
	display: none;
}
#thanks.ppLinkWrap p {
	font-size: 1.3em;
	white-space: pre-wrap;
}

@media screen and (max-width:640px) {
body#thanks, #thanks p {font-size: 120%;}
#thanks .header {
	height: auto;
	padding: calc(50px - 4em) 0;
}
#thanks .header h1 {
	font-size: 4em;
}
#thanks main {
	min-height: calc(100vh - 21em);
}
#thanks.ppLinkWrap p {
	font-size: 150%;
}

}
