@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Fonts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'), url('../fonts/noto-sans-jp-medium.woff2') format('woff2'), url('../fonts/noto-sans-jp-medium.woff') format('woff'); 
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url('../fonts/noto-sans-jp-bold.woff2') format('woff2'), url('../fonts/noto-sans-jp-bold.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: local('Noto Sans Japanese Black'), local('NotoSansJapanese-Black'), url('../fonts/noto-sans-jp-black.woff2') format('woff2'), url('../fonts/noto-sans-jp-black.woff') format('woff');
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Reset
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em {
	font-style: normal;
}
strong,th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
input[type=text], textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
	outline-offset: -2px;
}
input[type="checkbox"], label {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
	font-weight: normal;
	position: relative;
	background: #fff;
	color: #000;
	font-size: 1.4em;
	-ms-font-feature-settings: "normal";
  animation: bodyfadeIn 1s ease-in 0s 1 normal;
  -webkit-animation: bodyfadeIn 1s ease-in 0s 1 normal;
}
.wf-active body {
  visibility: visible;
}
a, a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  text-decoration: none;
  color: #2292d2;
}
#container {
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
section {
	width: 100%;
	position: relative;
}
.content {
	width: 980px;
	height: auto;
	margin: 0 auto;
	left: calc(50% - 980px/2);
	padding: 0;
}
.logoFont {
	font-size: 1.35em;
	padding: 0 0.15em 0 0;
	letter-spacing: 0;
}
.logoColor {
	color: #2292d2;
}
.logoFont b {
	color: #2292d2;
}
.sectionTitle {
	text-align: center;
	font-size: 180%;
	font-weight: 700;
	text-indent: 0.8rem;
}
.sectionTitleCaption {
	text-align: center;
	margin: 20px 0 30px;
	letter-spacing: 0.25rem;
	display: block;
}
.cta a {
	width: 480px;
	height: 60px;
	border-radius: 2px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-weight: 500;
	letter-spacing: 0.25rem;
	box-sizing: border-box;
	transition: .2s ease-in;
	background: #2292d2;
}
.cta a:hover {
	box-shadow: 0px 7px 10px -5px rgba(0,0,0,.25);
}
}
@media screen and (max-width: 768px) {
#container {
  overflow: hidden;
}
.content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  left: 0;
  padding: 0 9px;
  box-sizing: border-box;
}
.sectionTitle {
  width: 100%;
  margin: 0 auto;
  font-size: 150%;
  letter-spacing: 0 !important;
  font-weight: 700;
}
.sectionTitleCaption {
  margin: 1rem 0;
  letter-spacing: 0;
}
.cta a {
  width: calc(100% - 36px);
}
}

/*----------- Other ------------*/

@media print, screen and (max-width: 20000px) {
.clearboth {
	clear: both;
}
.pchidden {
	display: none;
}
.fadeUp {
 	transition: opacity 0.7s;
	transition: transform 0.7s;
}
.loading {
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
 	align-items: center;
}
.loading h1 {
  font-weight: 900;
  letter-spacing: -0.1rem;
	font-size: 70px;
	animation: loadingImg 3s ease-in 0.5s both;
}
.note {
	width: 100%;
	text-align: right;
	margin: -20px 0 0 0;
	font-size: 90%;
}
}
@media screen and (max-width: 768px) {
	.sphidden {
		display: none;
	}
	.pchidden {
		display: inherit;
	}
	.loading h1 {
		margin-top: -20px;
		font-size: 30px;
		display: block;
	}
	.note {
		margin: 1rem 0 0;
		text-align: center;
		font-size: 80%;
	}
}
@keyframes loadingImg {
	0% {opacity: 0;}
	30% {opacity: 1;}
	70% {opacity: 1;}
	100% {opacity: 0;}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
header {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
}
#headerCover {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.05);
	margin: 0 auto;
}
#headerInner {
	width: calc(100% - 100px);
	height: 80px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	min-width: 960px;
}
.header-text {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 0 0;
  box-sizing: border-box;
  margin-top: 8px;
}
.header-text h1 {
	font-size: 1.2rem;
	font-weight: 500;
}
.header-text p {
	height: 20px;
	font-size: 1.2rem;
	font-weight: 500;
  background: #F00B0E;
  color: #fff;
  padding: 2px 2rem 0;
  display: block;
}
.headerAnimation {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.1) !important;
	animation: uekara 0.5s; 
  animation-iteration-count: 1;
	z-index: 110;
}
.headerInnerAnimation {
	width: 100%;
	animation: uekara .25s; 
  animation-iteration-count: 1; 
}
header nav {
	width: 100%;
	height: 42px;
	line-height: 42px;
	float: right;
	margin: 0;
	transition: .1s;
}
header nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
header nav ul li:first-child a {
	width: 240px;
	font-size: 32px;
	font-weight: 700;
	margin: -3px 80px 0 0;
  letter-spacing: -0.1rem;
}
header nav ul li:first-child span {
	color: #2292d2;
}
header nav ul li a {
	font-size: 1.4rem;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
	position: relative;
}
header nav ul li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2292d2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header nav ul li a:hover::after {
  transform: scale(1, 1);
}
header nav ul li:first-child a:hover::after {
  transform: scale(0, 0);
}
header nav ul li:first-child a:hover {
  color: #000;
}

.hiddencheckbox {
	display: none;
}
header nav ul li p a {
	font-size: 100%;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.1rem;
}
header nav ul li .fa-phone-square {
	margin-right: 5px;
	transform: rotate(90deg);
}
header nav ul li p a::after {
	display: none;
}
header nav ul li i {
	display: none !important;
}
.phone {
  font-size: 1.6rem;
  background: url("../images/icon-phone.svg") left 5px no-repeat;
  background-size: 16px 16px;
  padding: 0 0 0 20px;
}
}
@media screen and (max-width: 768px) {
header, #headerCover {
  width: 100%;
  height: 58px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
}
#headerInner {
  width: 100%;
  height: 58px;
  position: relative;
  min-width: 100%;
}
header nav  {
  width: 100%;
  height: auto;
  float: none;
  z-index: 2;
}
.header-text {
  width: 100%;
  height: 16px;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.header-text h1 {
  font-size: 1rem;
  margin-top: -2px;
}
.header-text p {
  height: 16px;
  font-size: 1rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
header h1::before {
  width: auto;
  height: 24px;
  content: 'UnsoHomePage';
  font-size: 18px;
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  font-weight: 900;
  letter-spacing: -0.1rem;
}
header h1::after {
  width: auto;
  height: 24px;
  content: '.com';
  font-size: 18px;
  display: block;
  position: absolute;
  top: 16px;
  left: 144px;
  color: #2292d2;
  font-weight: 900;
  letter-spacing: -0.1rem;
}
header nav ul {
  width: 80%;
  height: calc(100vh - 58px);
  list-style-type: none;
  margin: 0;
  padding: 36px 18px 90px;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.1) inset;
  display: flex;
  flex-direction: column;
}
header nav ul li:first-child a {
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.1rem;
}
header nav ul li a::after {
  display: none;
}
header nav ul li a {
	font-size: 1.3rem;
}
.menuicon {
  width: 30px;
  height: 18px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: -8px;
  right: 18px;
}
.menuicon::before {
  box-shadow: #2292d2 0 8px 0;
  height: 2px;
  transform-origin: top right;
  width: 29px;
}
.menuicon::after {
  bottom: 0;
  height: 2px;
  transform-origin: right bottom;
  width: 29px;
}
.menuicon::before, .menuicon::after {
  background: #2292d2;
  display: block;
  content: '';
  position: absolute;
  transition: box-shadow 0.1s linear, transform 0.1s 0.1s;
}
.menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(255,255,255,1);
  top: 50px;
  left: 100%;  
  transition: left 0.2s ease-out;
}
.hiddencheckbox:checked ~ .menuicon::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(-45deg) translate3d(0px,-3px,0);
}
.hiddencheckbox:checked ~ .menuicon::after {
  transform: rotate(45deg) translate3d(0px,3px,0);
}
.hiddencheckbox:checked ~ .menu {
  left: 20%;
  box-shadow: -5px 10px 10px 0px rgba(0,0,0,.25);
}
#menuBg.fade {
  width: 100%;
  height: 10000% !important;
  position: absolute;
  top: 50px;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  transition: .5s;
}
header nav ul li i {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
a[href^="tel:"] {
  pointer-events: none;
}
}
@keyframes uekara { 
  0% {
  transform: translate(0px, -100%);
  }
  100% {
  transform: translate(0px, 0px);
  } 
} 

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
footer {
	width: 100%;
	height: auto;
	background-image: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(245,245,245,1) );
}
footer::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
	display: block;
	margin: 0 auto;
}
address {
	width: 100%;
	color: #000;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	font-size: 100%;
	line-height: 1.75;
}
#footerlogo a {
	width: 100%;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	color: #000000;
	font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.1rem;
}
#footerNav {
	width: 980px;
	margin: 55px auto 35px;
	font-size: 95%;
	display: flex;
	justify-content: space-between;
}
#footerNav a {
	color: #000;
	text-decoration: none;
}
#footerNav a:hover {
	color: #2292d2;
	transition: all .2s ease-in;
	font-weight: 500;
}
#footerNav  {
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#footerNav li {
	font-weight: 500;
	line-height: 2;
}
#footerNav li dl {
	display: flex;
	flex-direction: column;
}
#copyright {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 80%;
	color: #FFFFFF;
	background-image: linear-gradient(to right, #434343 0%, black 100%);
}
}
@media screen and (max-width: 768px) {
address {
  padding-bottom: 2rem;
  font-size: 90%;
  line-height: 1.5;
}
#footerlogo a {
  margin: 2rem auto;
}
#footerNav {
  width: 100%;
  margin: 0 auto;
  font-size: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2rem;
}
#footerNav a {
  color: #000;
  text-decoration: none;
}
#footerNav  {
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
  flex-direction: column;
  text-align: center;
}
#footerNav li {
  font-weight: 500;
  line-height: 2;
}
#footerNav li dl {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  flex-wrap: wrap;
}
#footerNav li dt {
  width: 100%;
}
#copyright {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
  height: 60px;
  line-height: 1.5;
  text-align: center;
  float: left;
  font-size: 60%;
  color: #FFFFFF;
  background-image: none;
  background: #333333;
  padding: 14px 0 0 0;
  box-sizing: border-box;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Section
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Top ------------*/

@media print, screen and (max-width: 20000px) {
#top {
	position: relative;
	overflow: hidden;
}
#slide {
	width: calc(100% - 60px);
	padding: 40% 0 0 0;
	margin: 0 auto;
	min-width: 1040px;
	position: relative;
}
#slide li::before {
	content: "";
	width: 100%;
	min-width: 1040px;
	height: 100%;
	background: rgba(0,0,0,.2);
  position: absolute;
	top: 0;
	left: 0;
  overflow: hidden;
	z-index: 2;
}
#slide li {
	width: 100%;
	min-width: 1040px;
	height: 100%;
	background-size: cover;
  position: absolute;
	top: 0;
	left: 0;
  overflow: hidden;
}
#slide h2 {
  position: absolute;
	top: 30%;
	left: 20px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.75;
	z-index: 3;
}
#slide em {
	font-size: 60px;
}
#slide li:nth-child(1) {
	background: url(../images/top01.jpg) center center no-repeat;
	background-size: cover;
	animation: fade01 24s ease-in 2s infinite;
}
#slide li:nth-child(2) {
	background: url(../images/top02.jpg) center center no-repeat;
	background-size: cover;
	animation: fade02 24s ease-in 2s infinite;
}
#slide li:nth-child(3) {
	background: url(../images/top03.jpg) center center no-repeat;
	background-size: cover;
	animation: fade03 24s ease-in 2s infinite;
}
#slide li:nth-child(4) {
	background: url(../images/top04.jpg) center center no-repeat;
	background-size: cover;
	animation: fade04 24s ease-in 2s infinite;
	transform: translateX(100vw);
}
 #slide ul::after{
	width: 0;
	content: "";
	height: 5px;
	background: #2292d2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transform-origin: right;
	animation: time 24s linear 0s infinite;
}
.twoLines {
	line-height: 1.25;
	margin-bottom: -20px;
	display: block;
}
}
@media screen and (max-width: 768px) {
#slide {
  width: calc(100% - 18px);
  padding: 70vh 0 0 0;
  margin: 58px auto 0;
  min-width: calc(100% - 18px);
  position: relative;
  text-align: justify;
  line-height: 1.5;
}
#slide li::before {
  min-width: 100%;
}
#slide li {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  text-align: justify;
}
#slide h2 {
  position: relative;
  top: auto;
  left: auto;
  font-size: 16px;
  line-height: 1.5;
  z-index: 3;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0;
}
#slide em {
  font-size: 32px;
  display: block;
  margin-bottom: -10px;
  letter-spacing: 0;
  font-weight: 900;
}
}
@keyframes fade01 { 
	0% {opacity:1;}
	20% {opacity:1;}
	25% {opacity:0;}
	95% {opacity:0;}
	100%  {opacity:1;}
} 
@keyframes fade02 { 
	0% {opacity:0;}
	20% {opacity:0;}
	25% {opacity:1;}
	45% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:0;}
}
@keyframes fade03 { 
	0% {opacity:0;}
	45% {opacity:0;}
	50% {opacity:1;}
	70% {opacity:1;}
	75% {opacity:0;}
	100% {opacity:0;}
} 
@keyframes fade04 { 
	0% {transform:translateX(100vw); opacity:0;}
	70% {transform:translateX(100vw); opacity:0;}
	72% {transform:translateX(0); opacity:1;}
	98% {transform:translateX(0); opacity:1;}
	100% {transform:translateX(-100vw); opacity:0;}
}
@keyframes time {
	0%{width:0;}
	95%{width:100%; transform:scale(1,1);}
	100%{width:100%; transform:scale(0,1);}
}

/*------------  Introduction ------------*/

@media print, screen and (max-width: 20000px) {
#introduction {
	overflow: hidden;
}
#introduction::before {
	content: 'UnsoHomePage.com';
	font-size: 600px;
	color: #FAFAFA;
	width: calc(100% + 40px);
	overflow: hidden;
	position: absolute;
	top: -140px;
	left: -40px;
	z-index: -5;
	font-family: cursive;
	height: calc(100% + 210px);
}
#introduction h2 {
	text-align: left;
	margin: 40px auto 30px;
}
#introduction h2 span {
	font-size: 14px;
	letter-spacing: 0.2rem;
	margin-left: 0.75rem;
}
#introduction ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#introduction ul li {
	width: 320px;
	font-size: 90%;
	padding: 10px 10px 26px 70px;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
	line-height: 1.5;
	font-weight: 500;
	border-radius: 2px;
	position: relative;
	background: rgba(255,255,255,.5);
	box-shadow: 5px 10px 10px -7px rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.05);
}
#introduction ul li span {
	font-weight: 700;
	display: inline-block;
	margin: 0 0 5px 0;
}
#introduction ul li span::after {
	color: rgba(0,0,0,.3);
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: 500;
	font-size: 90%;
}
#introduction ul li:nth-child(1) span::after {
	content: '@Somosomo';
}
#introduction ul li:nth-child(2) span::after {
	content: '@Qjin';
}
#introduction ul li:nth-child(3) span::after {
	content: '@Hjimechan';
}
#introduction ul li::before {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(../images/frown.svg) left 3px no-repeat;
	background-size: 12px 12px;
	opacity: .3;
	padding-left: 17px;
	font-size: 10px;
}
#introduction ul li:nth-child(1)::before {
	content: 'Difficult...';
}
#introduction ul li:nth-child(2)::before {
	content: 'Unnecessary...';
}
#introduction ul li:nth-child(3)::before {
	content: 'Unknown...';
}
#introduction ul li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#introduction ul li:nth-child(1)::after {
	background: url(../images/int02.png) center center no-repeat;
	background-size: contain;
}
#introduction ul li:nth-child(2)::after {
	background: url(../images/int03.png) center center no-repeat;
	background-size: contain;
}
#introduction ul li:nth-child(3)::after {
	background: url(../images/int01.png) center center no-repeat;
	background-size: contain;
}
#introduction .icon {
	width: 1040px;
	margin: 80px auto 60px;
	font-size: 280%;
	text-align: center;
	display: block;
}
#solution {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
}
#explanatory {
  width: 720px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2;
}
#solution h1 {
	font-size: 270%;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.5;
	display: block;
	letter-spacing: 0rem;
	position: relative;
}
#solution h2 {
	line-height: 1.75;
	font-size: 120%;
	display: block;
	margin: 30px 0 20px;
}
.long {
	width: 1040px;
}
}
@media screen and (max-width: 768px) {
#introduction::before {
	height: 100%;
}
#introduction h2 {
	text-align: center;
	margin: 2.5rem auto 2rem;
	font-size: 220%;
	line-height: 1;
}
#introduction h2 span {
	font-size: 50%;
	margin-left: 0;
}
#introduction ul {
	flex-direction: column;
}
#introduction ul li {
	width: 100%;
	padding: 10px 10px 26px 70px;
	margin-bottom: 1rem;
	box-shadow: 3px 5px 5px -5px rgba(0,0,0,.2);
}
#introduction .icon {
	width: 100%;
	margin: 2rem auto;
	font-size: 280%;
	text-align: center;
	display: block;
}
#solution {
	margin: 0 0 4rem;
	width: 100%;
}
#explanatory {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}
#solutionImg {
	display: none;
}
#solution h1 {
	font-size: 200%;
	line-height: 1.5;
	letter-spacing: 0;
}
#solution h2 {
	line-height: 1.75;
	font-size: 120%;
	margin: 2rem 0;
}
#solution h3 {
	font-size: 100%;
	line-height: 2;
}
}
@media screen and (max-width: 320px) {
	#solution h1 {
		font-size: 180%;
		line-height: 1.5;
		letter-spacing: 0;
	}
}

/*------------ Outline ------------*/

@media print, screen and (max-width: 20000px) {
#outline {
	position: relative;
	background: #F4F4F4;
	padding: 0 0 40px 0;
}
#outline .bg::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #FFFFFF transparent transparent transparent;
	margin: 0 auto;
	display: block;
}
#outline h2 {
	text-align: center;
	vertical-align: bottom;
	margin: 30px 0 0;
	line-height: 1.5;
}
#outline ul {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#outline ul li {
	width: 310px;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	position: relative;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(255,255,255,1);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,.2);
}
#outline ul li dl {
	padding: 40px 24px;
}
#outline ul li .icon {
	width: 100%;
	height: 40px;
	margin: 40px auto -10px;
	display: block;
	color: #2292d2;
}
#outline ul li dl dt {
	text-align: center;
	display: block;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 0.25rem;
	color: #2292d2;
}
#outline ul li dl dd {
	font-size: 90%;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	margin: 15px 0 0 0;
}
#outline ul li:last-child {
	width: 100%;
	box-sizing: border-box;
	margin: 40px auto 60px;
	border: none;
	background: none;
	box-shadow: none;
	display: flex;
}
#outline ul li:last-child .cta {
	margin: 0 auto;
	width: 480px;
	height: 100%;
	line-height: 1;
	letter-spacing: 0;
}
#outline ul li:last-child .cta a {
	line-height: 1.25;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media screen and (max-width: 768px) {
	#outline {
		padding-bottom: 2rem;
	}
	#outline h2 {
		margin: 30px 0 0;
		line-height: 1.75;
	}
	#outline h3 {
		margin: 0;
	}
	#outline ul {
		margin: 2rem auto 0;
		display: flex;
		justify-content: space-between;
		align-content: space-between;
		position: relative;
	}
	#outline ul li {
		width: calc(50% - 0.5rem);
		margin: 0 0 1rem 0;
		box-sizing: content-box;
	}
	#outline ul li .icon {
		margin: 2rem auto 0;
	}
	#outline ul li dl {
		padding: 1rem;
	}
	#outline ul li dt {
		margin-bottom: -1rem;
	}
	#outline ul li:last-child {
		width: calc(50% - 0.5rem);
		margin: 0 0 1rem 0;
		border: none;
		background: none;
		box-shadow: none;
	}
	#outline ul li:last-child .cta a {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
}

/*------------ Price ------------*/

@media print, screen and (max-width: 20000px) {
#price {
	position: relative;
	padding: 55px 0 40px;
}
#price h3.sectionTitle {
	font-size: 160%;
	letter-spacing: 0;
}
#plan {
	width: 100%;
	margin: 60px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#plan dl {
	width: 310px;
	position: relative;
	border-radius: 2px;
	z-index: 0;
}
#plan dt {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	margin: 30px auto 15px;
	padding: 22px 0 0 0;
	box-sizing: border-box;
	font-size: 120%;
	letter-spacing: 0.8rem;
	font-weight: 700;
	text-indent: 0.8rem;
	line-height: 1;
	border-radius: 2px;
}
#plan dt span {
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Teko', sans-serif;
	font-size: 80%;
	font-weight: 300;
	display: block;
	margin: 10px 0;
}
#plan dl:nth-child(1) {
	background-image: linear-gradient(30deg, #1d36c4 0%, #4cc3e5 100%);
}
#plan dl:nth-child(2) {
	background-image: linear-gradient(30deg, #3727a0 0%, #b176ed 100%);
}
#plan dl:nth-child(3) {
	background-image: linear-gradient(30deg, #7c238d 0%, #ef8acb 100%);
}
#plan dd {
	width: 260px;
	height: auto;
	margin: 0 auto 35px;
	line-height: 2;
	font-size: 95%;
	text-align: justify;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	z-index: 10000;
}
#plan dd .plan-price, #option .plan-price {
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-top: 20px;
}
#plan dd .plan-price em {
	font-size: 240%;
	font-style: italic;
	font-weight: 700;
	font-family: serif;
	margin: 20px 10px 0 0;
}
#plan dd .plan-caption {
	font-weight: 500;
}
#plan dd a {
	width: 260px;
	height: 60px;
	margin: 30px 0 0;
	border: 1px solid rgba(255,255,255,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 2px;
}
#plan dd a:hover {
	background: rgba(255,255,255,.1);
}
#option {
	width: 100%;
	padding: 60px 0 0;
}
#option p {
	color: #333333;
	width: 480px;
	margin: 40px auto 0;
	line-height: 1.75;
	font-weight: 500;
}
#price .cta a {
	margin: 60px auto;
}
.plan-note {
width: 100%;
text-align: center;
margin: 32px auto 0;
}
.subsidy {
  margin-top: 40px;
}
.subsidy img, .subsidy a {
  width: 100%;
}
}
@media screen and (max-width: 768px) {
#price {
	padding: 2rem 0 3rem;
}
#price h3.sectionTitle {
	font-size: 100%;
	letter-spacing: 0;
}
#plan {
	width: 100%;
	flex-wrap: wrap;
	margin-top: 2rem;
}
#plan dl {
	width: 100%;
	margin-bottom: 2rem;
}
#plan dt {
	width: calc(100% - 20px);
}
#plan dt::before {
	width: calc(100% - 30px);
}
#plan dd {
	width: calc(100% - 40px);
	margin: 10px auto 20px;
}
#plan .plan-price {
	margin-top: 10px;
}
#plan dd a {
	width: 100%;
	margin: 20px 0 10px;
}
#option {
	padding: 1rem 0 0;
}
#option p {
	width: 100%;
	margin: 2rem auto;
	font-size: 95%;
}
#price .cta a {
	margin: 0 auto;
}
.plan-note {
  margin: 0 auto 2rem;
  text-align: justify;
}
.subsidy {
  margin-top: 3.2rem;
}
}

/*------------ Performance ------------*/

@media print, screen and (max-width: 20000px) {
#performance {
	border-top: 1px solid #f6f6f6;
	padding: 60px 0;
}
#performance ul {
	width: 980px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto 0;
}
#performance li {
	width: 180px;
	height: 80px;
}
#performance img {
	width: 180px;
	height: auto;
}
#performance a {
	width: 100%;
	height: 100%;
}
#performance li:hover {
	opacity: .5;
	transition: all .2s ease-in;
	cursor: pointer;
}
}
@media screen and (max-width: 768px) {
#performance {
	padding: 2rem 0;
}
#performance ul {
	width: 100%;
	flex-direction: column;
	margin: 2rem auto 0;
}
#performance li {
	width: 64%;
	height: auto;
}
#performance img {
	width: 100%;
}
}

/*------------ Flowchart ------------*/

@media print, screen and (max-width: 20000px) {
#flowchart {
	padding: 55px 0 60px;
	background: #F4F4F4;
}
#flowchart ul {
	width: 760px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: no-wrap;
	flex-direction: column;
}
#flowchart ul li {
	width: 100%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	background-size: contain;
	display: flex;
	margin-bottom: 20px;
}
#flowchart dl {
	background: rgba(255,255,255,.95);
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
#flowchart dt {
	font-weight: 500;
	font-size: 100%;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 auto;
	letter-spacing: 0.5rem;
	line-height: 2.5;
}
#flowchart dt b {
	font-weight: 700;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 50%;
	background: #2292d2;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 150%;
	line-height: 30px;
	letter-spacing: 0;
}
#flowchart dd {
	font-size: 90%;
	letter-spacing: 0.1rem;
	text-align: justify;
	font-weight: 500;
	line-height: 1.75;
	margin: 20px 0 0 0;
}
#flowchart .cta a {
	margin: 40px auto 0;
}
}
@media screen and (max-width: 768px) {
#flowchart {
	padding: 2rem 0 3rem;
}
#flowchart ul {
	width: 100%;
	margin: 2rem auto 0;
}
#flowchart ul li {
	margin-bottom: 1rem;
}
#flowchart dl {
	padding: 2rem;
}
#flowchart dt {
	letter-spacing: 0.5rem;
	line-height: 2.5;
}
#flowchart dd {
	margin: 2rem 0 0 0;
}
#flowchart .cta a {
	margin: 2rem auto 0;
}
}

/*------------ Question ------------*/

@media print, screen and (max-width: 20000px) {
#question {
	z-index: 0;
	padding: 25px 0 60px;
	-webkit-backface-visibility:hidden
}
#question h2 {
	width: 776px;
	height: 90px;
	border-radius: 110px 110px 0 0;
	background-color:  #1f2022;
	background-image: url(../images/camera.svg);
	background-position: 293px 62px;
	background-size: 196px 22px;
	background-origin: border-box;
	background-repeat: no-repeat;
	margin: 40px auto 0;
	display: block;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,1);
	color: #FFFFFF;
	padding-top: 55px;
}
#question .bezel {
	width: 800px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#question .bezel::after {
	content: "";
	width: 776px;
	height: 156px;
	border-radius: 0 0 110px 110px;
	background-color:  #1f2022;
	background-image: url(../images/btn.svg);
	background-position: center 9px;
	background-size: 130px 130px;
	background-origin: border-box;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,1);
}
#question .bg {
	width: 776px;
	margin: 0 auto;
	background:  #1f2022;
	position: relative;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,1);
	z-index: -2;
}
#question dl {
	width: 750px;
	margin: 0 auto;
	background: rgba(0,0,0,.6);
	border: 4px solid #131314;
	z-index: 2;
	border-radius: 5px;
	padding: 150px 0 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	font-weight: 500;
}
#question dl::before {
	content: "";
	width: 750px;
	height: 100%;
  background: #2196F3;
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
	z-index: -1;
	-webkit-backface-visibility:hidden
}
#question dl::after {
	content: 'ご質問';
	width: 750px;
	height: 96px;
	background-color:  #263147;
	background-image: url(../images/line.svg);
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
	z-index: 3;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
	line-height: 92px;
}
#question dt {
	width: 750px;
	height: auto;
	display: block;
}
#question dt span {
	position: relative; 
	margin: 0 0 30px 90px;
	padding: 1em 2rem;
	border-radius: calc(1em + 10px);
	background: #FFFFFF;
	display: block;
	max-width: 37.5%;
	text-align: justify;
	line-height: 1.75;
	box-sizing: border-box;
}
#question dt span::after {
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
    border-radius: 50%;
	background: url(../images/lineicon.png) center center no-repeat;
	background-size: cover;
	margin: -10px 0 0 0;
	position: absolute;
	top: 0;
	left: -75px;
}
#question dt span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -3px; 
	left: -16px;
	border: 7px solid transparent;
	border-right: 18px solid #FFFFFF;
	transform: rotate(35deg);
}
#question dd {
	width: 750px;
	height: auto;
	display: block;
}
#question dd span {
    position: relative;
    border-radius: calc(1em + 10px);
    background: #85e249;
	margin: 0 20px 30px 0;
	padding: 1em 2rem;
	max-width: 55%;
	text-align: justify;
	float: right;
	line-height: 1.55;
	display: block;
	box-sizing: border-box;
}
#question dd span::after {
	content: "";
	position: absolute;
	top: -3px; 
	right: -16px;
	border: 7px solid transparent;
	border-left: 18px solid #85e249;
	transform: rotate(-35deg);
}
#question .cta a {
	margin: 80px auto 20px;
}
}
@media screen and (max-width: 768px) {
	#question {
		background: none;
		padding: 2rem 0 3rem;
	}
	#question h2 {
		width: 100%;
		height: calc((100vw - 18px)  * 0.1868556);
		border-radius: 0;
		border-top-left-radius: calc((100vw - 18px)  * 0.1417525);
		border-top-right-radius: calc((100vw - 18px)  * 0.1417525);
		background-size: calc((100vw - 18px)  * 0.2525773) auto;
		background-position: center center;
		margin: 0 auto 0;
		display: block;
		color: #FFFFFF;
		padding-top: 0;
		line-height:  calc((100vw - 18px)  * 0.1868556);
		box-shadow: none;
	}
	#question .bezel {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	#question .bezel::after {
		content: "";
		width: 100%;
		height: calc((100vw - 18px)  * 0.2010309);
		border-radius: 0;
		border-bottom-left-radius: calc((100vw - 18px)  * 0.1417525);
		border-bottom-right-radius: calc((100vw - 18px)  * 0.1417525);
		background-position: center center;
		background-size: calc((100vw - 18px)  * 0.1675257) auto;
		box-shadow: none;
	}
	#question .bg {
		width: 100%;
		margin: 0 auto;
		background:  #1f2022;
		position: relative;
		box-shadow: none;
		z-index: -2;
	}
	#question dl {
		width: calc(100% - 26px);
		margin: 0 auto;
		background: rgba(113,148,194,1);
		border: 4px solid #131314;
		z-index: 2;
		border-radius: 5px;
		padding: 0;
		padding-top: calc((100vw - 18px)  * 0.1237113 + 2em);
		height: auto;
		display: flex;
		flex-direction: column;
		font-weight: 500;
	}
	#question dl::before {
		content: "";
		width: calc(100% - 26px);
		height: 100%;
		background: none;
		background-size: cover;
		display: block;
		position: absolute;
		top: 0;
		left: 13px;
		z-index: -1;
	}
	#question dl::after {
		content: 'ご質問';
		width: calc(100% - 26px);
		height: calc((100vw - 18px)  * 0.1237113);
		background-color:  #263147;
		background-image: url(../images/line.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 0;
		left: 13px;
		z-index: 3;
		color: #FFFFFF;
		font-size: 70%;
		text-align: center;
		line-height: calc((100vw - 18px)  * 0.1237113 - 5px);
	}
	#question dt {
		width: 100%;
		height: auto;
		display: block;
		font-size: 90%;
	}
	#question dt span {
		position: relative; 
		margin: 0;
		margin-left: calc(2em + 16px);
		padding: 0.75em 1.25em;
		border-radius: calc(1em + 10px);
		background: #FFFFFF;
		display: block;
		max-width: 70%;
		text-align: justify;
		line-height: 1.25;
		box-sizing: border-box;
		margin-bottom: 2em;
	}
	#question dt span::after {
		content: "";
		width: 2em;
		height: 2em;
		display: inline-block;
		border-radius: 50%;
		background: url(../images/lineicon.png) center center no-repeat;
		background-size: cover;
		margin: 0;
		position: absolute;
		top: 0;
		left: calc(-2em - 10px);
	}
	#question dt span::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -3px; 
		left: -16px;
		border: 7px solid transparent;
		border-right: 18px solid #FFFFFF;
		transform: rotate(35deg);
	}
	#question dd {
		width: 100%;
		height: auto;
		display: block;
		font-size: 90%;
	}
	#question dd span {
		position: relative;
		border-radius: calc(1em + 10px);
		background: #85e249;
		margin: 0;
		padding: 0.75em 1.25em;
		max-width: 70%;
		text-align: justify;
		float: right;
		line-height: 1.25;
		display: block;
		box-sizing: border-box;
		margin-right: 14px;
		margin-bottom: 2em;
	}
	#question dd span::after {
		content: "";
		position: absolute;
		top: -3px; 
		right: -16px;
		border: 7px solid transparent;
		border-left: 18px solid #85e249;
		transform: rotate(-35deg);
	}
	#question .cta a {
		margin: 3rem auto 0;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Cookie
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
#cookie .content {
	width: 800px;
	margin: 80px auto;
	line-height: 2.4;
	text-align: justify;
}
#cookie h2 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	text-indent: 0;
	margin-bottom: 4rem;
}
}
@media screen and (max-width: 768px) {
#cookie .content {
	width: calc(100% - 2rem);
	margin: 0 auto;
	margin-top: calc(58px + 4rem);
	margin-bottom: 4rem;
	line-height: 2;
}
#cookie h2 {
	margin-bottom: 2rem;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contact 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media print, screen and (max-width: 20000px) {
.contact-input .content {
	width: 640px;
  padding: 80px 0;
}
.confirm .content {
	width: 520px;
  padding: 80px 0;
}
#contact h3 {
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2;
	font-weight: 500;
}
.form {
	width: 100%;
	margin: 64px auto 0;
}
.form dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: no-wrap;
	margin-bottom: 32px;
}
.form dt {
	display: flex;
	align-items: center;
}
.form dt::before {
	content: '';
	width: 40px;
	height: 20px;
	margin: 0 16px 0 0;
	background: none;
	color: #fff;
	text-align: center;
	font-size: 70%;
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px 0;
	line-height: 18px;
}
dt.required::before {
	content: "必須";
	background: #036eb7;
	font-weight: 700;
}
.form dd {
	width: 440px;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="text"] {
	width: 100%;
	height: 40px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	text-indent: 1rem;
	line-height: 40px;
	font-size: 100%;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 160px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	text-indent: 1rem;
	padding: 1rem 0;
	font-size: 100%;
	box-sizing: border-box;
}
input::placeholder {
    color: #d6d6d6;
	font-weight: normal;
	line-height: 40px;
}
textarea::placeholder {
    color: #d6d6d6;
	font-weight: normal;
}
.button-area {
	width: 100%;
	margin: 64px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.button-area-single {
	width: 100%;
	margin: 64px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form-button  {
	width: 240px;
	height: 48px;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: 700;
}
.submit-button {
	background: #039BE5;
}
.submit-button:hover {
	background: #03A9F4;
    transition: background 0.3s ease-in; 
}
.back-button:hover, .reset-button:hover {
	background-color: rgba(0,0,0,0.7);
    transition: background-color 0.3s ease-in; 
}
.back-button, .reset-button {
	background: #ccc;
}
.reset-btn:hover {
	cursor: pointer;
}
#submit-btn:disabled {
	background: #efefef;
	color: #999;
	border: 1px solid #e6e6e6;
}
#submit-btn {
	background: #2292d2;
	border: 1px solid #039BE5;
	color: #fff;
}
.checbox-area {
	width: 100%;
	margin: 32px auto -24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
label {
	cursor: pointer;
	margin-top: 0.8rem;
}
#check  {
	position: relative;
	margin: 0 2rem 0 0;
	cursor: pointer;
}
#check:before {
	position: absolute;
	z-index: 1;
	top: 0rem;
	left: -0.8rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	transform: rotate(-45deg) scale(0,0);
	border: 2px solid #039BE5;
	border-top-style: none;
	border-right-style: none;
}
#check:checked:before {
	transform: rotate(-45deg) scale(1.6, 1.6);
}
#check:after {
	position: absolute;
	top: -0.8rem;
	left: -1.6rem;
	width: 2.4rem;
	height: 2.4rem;
	content: '';
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}
.contact-privacy {
	width: 100%;
	margin: 64px auto 0;
	line-height: 2;
}
.contact-privacy dt {
	margin-bottom: 20px;
}
.contact-privacy dd {
	text-align: justify;
}
.privacy-agree {
	width: 100%;
	margin: 16px auto 0; 
	line-height: 2;
}
.confirm-message {
	margin-bottom: 40px;
}
.confirm-error p {
	color: #F00B0E;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #e6e6e6;
	text-indent: -0.9rem;
}
.confirm-table {
	width: 100%;
}
.confirm-table tr {
	height: 64px;
	border-bottom: 1px solid #e6e6e6;
}
.confirm-table th {
	width: 160px;
  text-align: left;
}
#contact .thanks h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 48px;
	font-weight: 700;
}
.thanks p {
	line-height: 2;
}
.thanks .form-button {
	border: 1px solid #333;
	color: #333;
	display: block;
	text-align: center;
	line-height: 48px;
}
.thanks .form-button:hover {
	background: #000;
	color: #fff;
	transition: all .2s ease-in;
}
}
@media screen and (max-width: 959px) {
.contact-input .content, .confirm .content {
	width: 100%;
  padding: 4rem 2rem;
  padding-top: calc(4rem + 58px);
  box-sizing: border-box;
  text-align: justify;
}
#contact h3 {
font-size: 1.2rem;
	line-height: 1.75;
}
.form {
	width: 100%;
	margin: 2rem auto 0;
}
.form dl {
	flex-direction: column;
	margin-bottom: 0;
}
.form dt {
	margin-bottom: 1rem;
}
.form dt::before {
	content: '';
	width: 1rem;
	height: auto;
	margin: 0;
	color: #036eb7;
	text-align: left;
	font-size: 1.6rem;
	display: block;
	border-radius: none;
	padding: 0;
	line-height: 1;
}
dt.required::before {
	content: "*";
	background: none;
	font-weight: 500;
  color: #036eb7;
}
.form dd {
	width: 100%;
	margin-bottom: 2rem;
}
.button-area {
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.button-area-single {
	width: 100%;
	margin: 3rem auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.form-button  {
	width: 75vw;
}
.button-area .form-button {
	width: calc(50vw - 3rem);
}
.submit-button {
	background: #039BE5;
}
.submit-button:hover {
	background: #03A9F4;
    transition: background 0.3s ease-in; 
}
.back-button:hover, .reset-button:hover {
	background-color: rgba(0,0,0,0.7);
    transition: background-color 0.3s ease-in; 
}
.back-button, .reset-button {
	background: #ccc;
}
.reset-btn:hover {
	cursor: pointer;
}
#submit-btn:disabled {
	background: #efefef;
	color: #999;
	border: 1px solid #e6e6e6;
}
#submit-btn {
	background: #2292d2;
	border: 1px solid #039BE5;
	color: #fff;
}
.checbox-area {
	margin: 1rem auto -0.8rem;
}
label {
	cursor: pointer;
	margin-top: 20px;
  margin-left: 14px;
}
#check  {
	position: relative;
	margin: 0 2rem 0 0;
	cursor: pointer;
}
#check:before {
	position: absolute;
	z-index: 1;
	top: .6rem;
	left: .6rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	transform: rotate(-45deg) scale(0,0);
	border: 2px solid #039BE5;
	border-top-style: none;
	border-right-style: none;
}
#check:checked:before {
	transform: rotate(-45deg) scale(1.6, 1.6);
}
#check:after {
	position: absolute;
	top: -0.2rem;
	left: -0.2rem;
	width: 2.4rem;
	height: 2.4rem;
	content: '';
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}
.contact-privacy {
	width: 100%;
	height: 16rem;
	margin: 0 auto;
	line-height: 1.75;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	padding: 0.5rem;
	box-sizing: border-box;
	overflow: scroll;
	font-size: 1.2rem;
}
.contact-privacy dt {
	margin-bottom: 1rem;
}
.privacy-agree {
	margin: 1.6rem auto 0; 
	line-height: 1.75;
	font-size: 1.2rem;
	padding: 0 .5rem;
	box-sizing: border-box;
}
.confirm-message {
	margin-bottom: 2rem;
	line-height: 1.75;
}
.confirm-error p {
	height: 4rem;
	line-height: 4rem;
	border-bottom: none;
}
.confirm-table tr {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
	border-bottom: none;
}
.confirm-table th, .confirm-table td {
	width: 100%;
	margin-bottom: 1rem;
}
.confirm-table th {
 color: #aaa;
}
.confirm-table th::after {
	content: " _";
}
.confirm-table td {
word-break : break-all;
}
#contact .thanks h3 {
	margin-bottom: 2.4rem;
}
.thanks p {
	line-height: 1.75;
}
}
