@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
}
html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	color: #000;
}

/* ----------------------------
COMMON AREA SETTINGS START
---------------------------- **/

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 0.13vw;
  height: 0.13vw;
  clip: rect(1px, 1px, 1px, 1px);
}

a {
	text-decoration: none;
	color: #333;
}

.wrap {
	overflow: hidden;
}

input[type="submit"],
input[type="button"] {
  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 {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -0.26vw;
}


/* ----------------------------
COMMON AREA SETTINGS END
---------------------------- **/

.sp-img {
	display: none;
}
.pc-img {
	display: block;
}	
.cta-none {
	display: none;
}	
	
/* ----------------------------
PC SETTINGS START
---------------------------- **/ 
/* ----------------------------
HEADER FOOTER SETTINGS START
---------------------------- **/
header {
	background-color: #000000;
	padding: 20px 40px;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.header-container div:first-child {
	max-width: 212.66px;
	width: 100%;
}
.header-btn a {
	background-color: #37B866;
	padding: 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
}
.header-btn a:hover {
	background-color: #79D199;
} 
.header-btn a div p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.header-btn a div:first-child {
	max-width: 28px;
	width: 100%;
	margin-right: 12px;
}
/* ----------------------------
HEADER FOOTER SETTINGS END
---------------------------- **/
/* ----------------------------
KV SETTINGS START
---------------------------- **/
#keyvisual {
	background-image: url("../img/pc/kv-min.png");
	background-size: cover;
}
.keyvisual-container {
	max-width: 1024px;
	width: 100%;
	margin: 88px auto 0;
	padding: 148px 0;
	box-sizing: border-box;
}
.keyvisual-container h1 {
	font-size: 2rem;
	letter-spacing: 0.04em;
	font-weight: 900;
	color: #FF4000;
	text-align: center;
	padding: 15px 30px;
	border: 2px solid #F53D00;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.kv-left {
	max-width: 463px;
	width: 100%;
	box-sizing: border-box;
}
.kv-left div div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

}
.kv-left div div p {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1rem;
	background-color: #FF4000;
	padding: 24px 58px;
}
.triangle1 {
	border-top: 42px solid transparent;
	border-bottom: 42px solid transparent;
	border-left: 40px solid #FF4000;
}
.triangle2 {
	border-top: 42px solid transparent;
	border-right: 40px solid #FF4000;
	border-bottom: 42px solid transparent;
}
.kv-text-img {
	margin: 16px 0;
}
.kv-left div p:nth-child(2){
	margin: 20px 0;
	font-size: 6.4rem;
	color: #FF4000;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: -8px;
}
.kv-left div p:nth-child(3){
	font-size: 2rem;
	letter-spacing: 0.06em;
	line-height: 1.65;
}
.kv-info {
	margin: 32px 0 56px;
}
.cta-btn a {
	display: inline-block;
	width: 100%;
	background-color: #37B866;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	position: relative;
	text-align: center;
	padding: 20px 0;
	line-height: 1.35;
	box-shadow: 0 6px #20743E;
}
.cta-btn a:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.cta-btn a p {
	font-size: 2.3rem;
	font-weight: bold;
}
.cta-btn a p span:first-child {
	font-size:1.8rem;
	font-weight: bold;
}
.cta-btn a p span:last-child {
	font-size:2.8rem;
	font-weight: bold;
}
.cta-btn a::before, .cta-btn a::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 24px;
}
.cta-btn a::before {
	top: calc(50% - 6px);
	transform: rotate(45deg); 
}
.cta-btn a::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}







/* ----------------------------
KV SETTINGS END
---------------------------- **/
/* ----------------------------
VOICE START
---------------------------- **/
#voice {
	margin: 96px 0 104px;
}
.voice-container {
	max-width: 981px;
	width: 100%;
	margin: 0 auto;
}
.voice-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.voice-container ul li {
	width: 33.333%;
    margin: 0 16px;
	box-shadow: 0px  3px 6px rgba(0,0,0,0.16);
	border-top: 2px solid #FF4000;
}
.voice-container ul li h2 {
	padding: 16px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.voice-container ul li div{
	padding: 16px;
}
.voice-container ul li div p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.voice-container ul li div p:first-child {
	font-weight: bold;
	margin-bottom: 8px;
}
/* ----------------------------
VOICE END
---------------------------- **/
/* ----------------------------
LEVEL START
---------------------------- **/
#level {
	padding: 104px 0;
	background-color: #F7F3E7;
}
.title-sub div {
	max-width: 35px;
	width: 100%;
	margin:  0 auto;
	margin-bottom: 16px;
}
.title-sub p {
	color: #FF4000;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.level-container h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
	margin-top: 16px;
}
.level-img {
	max-width: 795.19px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* ----------------------------
LEVEL END
---------------------------- **/
/* ----------------------------
LEVEL SUPPORT START
---------------------------- **/
#level-support {
	max-width: 680px;
	width: 100%;
	margin: 104px auto;
	text-align: center;
	box-sizing: border-box;
}
#level-support h1 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#level-support h1 span {
	font-weight: bold;
	color: #FF4000;
}
.level-support-title-sub {
	margin: 24px 0;
	text-align: center;
	background-color: #FF4000;
	position: relative;
	border-radius: 30px;
	color: #fff;
	font-size: 1.8rem;
	padding: 20px 40px;
	display: inline-block;
	font-weight: bold;
}
.level-support-title-sub::after{
	 content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FF4000 transparent transparent transparent;
	border-width: 20px 9px 0 9px;
}
.accordion-title {
	position: relative;
}
.accordion-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	border-bottom: 2px solid #FF4000;
	margin-top: 32px;
}
.accordion-title div {
	max-width: 48px;
	width: 100%;
	margin-right: 12px;
}
.accordion-title p {
	font-size: 1.8rem;
	font-weight: bold;
}
.accordion-title span{
	display: inline-block;
	border-radius: 50%;
	background-color: #FF4000;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0px;
}
.accordion-title span::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 7px;
  width: 10px;
  border-top: 2px solid #fff;
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-title span::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 7px;
  width: 10px;
  border-top: 2px solid #fff;
  background: #000;
  transition: all .2s ease-in-out;
  color: #fff;
}

.accordion-container .accordion-title.open span::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open span::after {
  opacity: 0;
}
.accordion-content {
	background-color: #F7F3E7;
	padding: 24px;
	text-align: left;
	border: 2px solid #FF4000;
	margin-top: 8px;
}
.answer {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 16px;
}
.answer-sub {
	background-color: #fff;
	padding: 8px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.answer-sub span {
	color: #FF4000;
}
.accordion-voice1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.7;
}
.accordion-voice2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.7;
	justify-content: flex-end;
}
.accordion-voice1 {
	margin: 16px 0 18px;
}
.accordion-voice1 img {
	max-width: 54px;
	width: 100%;
	margin-right: 10px;
}
.accordion-voice2 img {
	max-width: 54px;
	width: 100%;
	margin-left: 10px;
}
/* ----------------------------
LEVEL SUPPORT END
---------------------------- **/
/* ----------------------------
CTA SUPPORT START
---------------------------- **/

.cta {
	background-color: #FF4000;
	padding: 104px 0;
	text-align: center;
}
.cta-container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.cta-container h1 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.cta-title-sub {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.cta-title-sub img {
	max-width: 11.46px;
	width: 100%;
	transform: rotate( -3deg );
}
.cta-container div {
	margin: 56px 0 24px;
}
.cta-smalltext {
	font-size: 1.4rem;
	margin-bottom: 40px;
	color: #fff;
	line-height: 1.7;
}
.cta-btn-container .cta-btn {
	max-width: 456px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/* ----------------------------
CTA SUPPORT END
---------------------------- **/
/* ----------------------------
REASON SUPPORT START
---------------------------- **/
#reason {
	max-width: 680px;
	width: 100%;
	margin: 104px auto;
}
#reason h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
}
#reason h1 span {
	font-weight: bold;
}
.text-orange {
	color: #FF4000;
}
.reason-title-sub {
	font-size: 2rem;
	font-weight: bold;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 64%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}	
.reason-point iframe {
	margin-bottom: 10px;
}
.point {
	font-family: 'Anton', sans-serif;
	font-size: 2rem;
	color: #FF4000;
	background-color: #1A1A1A;
	padding: 10px 7px;
	display: inline-block;
}
.reason-point h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 13px 0 27px;
}
.reason-point h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.point1-table {
	margin-bottom: 40px;
}
.point-text {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 14px 0 40px;
}
.point1-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
.point1-list li {
	width: 22%;
	background-color: #F7F3E7;
	border: 4px solid #FF4000;
	padding: 25px 0;
	text-align: center;
}
.point1-list li:nth-child(1) img {
	max-width: 40.48px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list li:nth-child(2) img {
	max-width: 44px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list li:nth-child(3) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list li:nth-child(4) img {
	max-width: 49.76px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list li p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 14px;
}
.point1-img1 {
	margin: 24px 0 10px;
}
.point1-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 56px;
}
.point1-list2 li {
	width: 22%;
	background-color: #F7F3E7;
	border: 4px solid #FF4000;
	padding: 25px 0;
	text-align: center;
}
.point1-list2 li:nth-child(1) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list2 li:nth-child(2) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list2 li:nth-child(3) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list2 li:nth-child(4) img {
	max-width: 46px;
	width: 100%;
	margin: 0 auto;
} 
.point1-list2 li:nth-child(4) p span {
	font-size: 1.4rem;
	font-weight: bold;
}
.point1-list2 li p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 14px;
}


.point2-img1 {
	margin: 0px 0 10px;
}
.point2-table {
	max-width: 569px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 56px;
}
.point2-text {
	text-align: center;
	padding-bottom: 10px;
}
.point2-text span {
	font-size: 4rem;
	font-weight: bold;
}
.point2-text img {
	display: inline-block;
	max-width: 44px;
	width: 100%;
	margin: 0 15px;
}


.point4-uservoice {
	max-width: 522px;
	width: 100%;
	margin: 0 auto;
}
.point4-uservoice div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.point4-uservoice div img {
	max-width: 48px;
	width: 100%;
}
.point4-uservoice div p {
	background-color: #F7F3E7;
	border: 2px solid #FF4000;
	padding: 16px;
	line-height: 1.7;
	font-size: 1.4rem;
	position: relative;
}
.point4-uservoice div:first-child p {
	margin-left: 15px;
}
.point4-uservoice div:first-child p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -13px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-right: 7px solid #FF4000;
}
.point4-uservoice div:last-child p {
	margin-right: 15px;
}
.point4-uservoice div:last-child p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -4px;
	border: 5px solid transparent;
	border-left: 9px solid #FF4000;
}
.point4-uservoice div:last-child {
	margin-top: 24px;
}
/* ----------------------------
REASON SUPPORT END
---------------------------- **/
/* ----------------------------
INFECTION CONTROL START
---------------------------- **/
#infectioncontrol {
	padding: 104px 0 64px;
	background-color: #F5F5F5;
}
.title-sub div {
	max-width: 35px;
	width: 100%;
	margin:  0 auto;
	margin-bottom: 16px;
}
.title-sub p {
	color: #FF4000;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.infectioncontrol-container {
	max-width: 724px;
	width: 100%;
	margin: 0 auto;
}
.infectioncontrol-container h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
	margin-top: 16px;
}
.infectioncontrol-img {
	max-width: 795.19px;
	width: 100%;
	margin: 0 auto;
}
.ic-text1 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	margin: 56px 0 18px;
}
.ic-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.ic-list li {
	width: 21%;
	border: 4px solid #FF4000;
	background-color: #fff;
	padding: 25px 0;
	margin: 0 7px;
	margin-top: 14px;
	text-align: center;
}
.ic-list li:nth-child(1) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(2) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(3) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(4) img {
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(5) img {
	max-width: 40.59px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(6) img {
	max-width: 52px;
	width: 100%;
	margin: 0 auto;
} 
.ic-list li:nth-child(7) img {
	max-width: 59.26px;
	width: 100%;
	margin: 0 auto;
} 

.ic-list li p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 14px;
}
.infectioncontrol-container div img {
	margin-bottom: 10px;
}
/* ----------------------------
INFECTION CONTROL END
---------------------------- **/
/* ----------------------------
FLOW START
---------------------------- **/
#flow {
	max-width: 1056px;
	width: 100%;
	margin: 104px auto;
}
#flow h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
}
#flow h1 span {
	font-weight: bold;
}
.flow-title-sub {
	font-size: 2rem;
	font-weight: bold;
}
#flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
#flow ul li {
    width: 33.333%;
    margin: 0 16px;
}
#flow ul li h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
}
#flow ul li h2 {
	background-color: #F7F3E7;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 16px;
}
#flow ul li h2 span {
	font-weight: bold;
	margin-left: 16px;
}
#flow ul li h2 img {
	max-width: 48px;
	width: 100%;
}
#flow ul li p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 16px;
}
/* ----------------------------
FLOW END
---------------------------- **/
/* ----------------------------
GOAL START
---------------------------- **/
#goal {
	background-color: #F5F5F5;
	padding: 104px 0;
}

.goal-container {
	max-width: 724px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.goal-container h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
	margin-top: 16px;
}
.goal-container .text-orange {
	font-weight: bold;
}
.goal-container h2 {
	font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0 24px;
}
.goal-container h2 span {
	font-weight: bold;
}
.goal-container p {
	font-size: 1.8rem;
	line-height: 2;
}
.goal-container p span {
	font-weight: bold;
}
/* ----------------------------
GOAL END
---------------------------- **/
/* ----------------------------
INSTRUCTOR START
---------------------------- **/
#instructor {
	margin: 104px 0;
}
.instructor-container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
#instructor h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
}
#instructor h1 span {
	font-weight: bold;
}
.instructor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.instructor-list li {
	width: 31%;
	background-color: #F7F3E7;
}
.instructor-list li div {
	padding: 32px 24px;
}
.instructor-list li div h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.instructor-list li div h3 {
	font-size: 1.2rem;
	font-weight: 100;
	margin: 12px 0 14px;
	color: #ff4000;
}
.instructor-list li div h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 21px;
}
.instructor-list li div p {
	font-size: 1.4rem;
	line-height: 1.7;
}
/* ----------------------------
INSTRUCTOR END
---------------------------- **/
/* ----------------------------
CUSTOMER VOICE START
---------------------------- **/
#customer {
	background-color: #F5F5F5;
	padding: 104px 0;
}
.customer-container {
	max-width: 1056px;
	width: 100%;
	margin: 0 auto;
}
#customer h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
}
#customer h1 span {
	font-weight: bold;
}
.customer-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.customer-container ul li {
	width: 33.333%;
    margin: 0 16px;
}
.customer-container ul li div {
	padding: 24px;
	background-color: #fff;
}
.customer-container ul li h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	color: #FF4000;
	margin-bottom: 12px;
}
.customer-container ul li p {
	border-bottom: 1px solid #DCDCDC;
    display: inline;
	padding: 6px 0;
	font-size: 1.4rem;
	line-height: 2.2;
}
/* ----------------------------
CUSTOMER VOICE END
---------------------------- **/
/* ----------------------------
QA VOICE START
---------------------------- **/

#qa {
	padding: 104px 0;
}

.qa-container {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.qa-container h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 56px;
	margin-top: 16px;
}
.qa-container .text-orange {
	font-weight: bold;
}
.accordion-container2 {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
	
}

.accordion-container2 .accordion-title2 {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
  position: relative;
  cursor: pointer;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	  margin-top: 32px;
}

.accordion-title2{
  position: relative;
	
}
.accordion-title2 p {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
}
.accordion-title2 img {
	max-width: 48px;
	width: 100%;
	margin-right: 12px;
}
.accordion-title2:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 14%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 3px #FF4000;
  border-right: solid 3px #FF4000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title2.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 31%;
}

.accordion-content2 {
  display: none;
	
}
.accordion-content2 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
  position: relative;
  cursor: pointer;
	margin-top: 20px;
}
.accordion-content2 p {
	font-size: 1.4rem;
	line-height: 1.7;
}
.accordion-content2 img {
	max-width: 48px;
	width: 100%;
	margin-right: 12px;
}

/* ----------------------------
QA VOICE END
---------------------------- **/
/* ----------------------------
COMPANY START
---------------------------- **/
#company {
	background-color: #F5F5F5;
	padding: 104px 0 0;
}

.company-container {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
    box-sizing: border-box;
}
.company-container h1 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 40px;
	margin-top: 16px;
}
.kaisha {
	margin: 0 auto 40px;
	max-width: 680px;
	width: 100%;
}
.kaisha th,
.kaisha td {
border-bottom: 1px solid #DCDCDC;
padding: 16px 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

.kaisha th {
	text-align: left;
	padding-right: 32px;
	
}

/* ----------------------------
COMPANY END
---------------------------- **/
/* ----------------------------
FOOTER START
---------------------------- **/
.footer {
	background-color: #000;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7;
}
.cta-btn-container-footer {
	padding: 40px 0 104px;
	background-color: #F5F5F5;
}
.cta-btn-container-footer .cta-btn {
	max-width: 456px;
	width: 100%;
	margin: 0 auto;
}
/* ----------------------------
FOOTER END
---------------------------- **/
/* ----------------------------
FORM START
---------------------------- **/
#application {
	background-color: #F5F5F5;
	padding: 160px 0 80px;
}
#application h1 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.43;
}
#application h2 {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
	margin: 24px 0 56px;
}
.form {
	max-width: 336px;
	width: 100%;
	margin: 0 auto;
}
.form_label {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 16px;
}
.form_label span {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #FF0000;
	margin-left: 6px;
}
.input-box input {
	margin-bottom: 32px;
	max-width: 320px;
	width: 100%;
	height: 50px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	
}
.datetime h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_label2 {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 10px;
}
.input-box2 input {
	margin-bottom: 32px;
	height: 50px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	
}
.datetime-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-submit {
	position: relative;
	margin-top: 16px;
}
.contact-submit input {
	display: inline-block;
	width: 100%;
	background-color: #FF4000;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
	padding: 20px 0;
	line-height: 1.35;
	box-shadow: 0 6px #983F21;
}
.contact-submit input:hover {
	box-shadow: none;
	
}
.contact-submit:hover {
	transform: translateY(6px);
}
.contact-submit input {
	font-size: 2.4rem;
	font-weight: bold;
}
.contact-submit:before, .contact-submit::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 24px;
}
.contact-submit::before {
	top: calc(50% - 6px);
	transform: rotate(45deg); 
}
.contact-submit::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}



.btn_finish {
	display: inline-block;
	width: 290px;
	background-color: #FF4000;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	position: relative;
	text-align: center;
	padding: 20px 0;
	line-height: 1.35;
	box-shadow: 0 6px #983F21;
	border:none;
}
.btn_finish:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.btn_finish {
	font-size: 2.3rem;
	font-weight: bold;
}

.btn_finish::before, .btn_finish::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 24px;
}
.btn_finish::before {
	top: calc(50% - 6px);
	transform: rotate(45deg); 
}
.btn_finish::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}




.btn_back {
	display: inline-block;
	width: 290px;
	background-color: #37B866;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	position: relative;
	text-align: center;
	padding: 20px 0;
	line-height: 1.35;
	box-shadow: 0 6px #20743E;
	border:none;
}
.btn_back:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.btn_back {
	font-size: 2.3rem;
	font-weight: bold;
}

.btn_back::before, .btn_back::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	left: 24px;
}
.btn_back::before {
	top: calc(50% - 6px);
	transform: rotate(-45deg); 
}
.btn_back::after {
	bottom: calc(50% - 6px);
	transform: rotate(45deg);
}
.confirm-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	justify-content: space-between;
}
.php-body {
	background-color: #F5F5F5;
	padding: 160px 0 80px;
}
.confirm {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.err {
	text-align: center;
}
.confirm h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.43;
	margin-bottom: 24px;
}
.h2-down {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
	margin: 24px 0 56px;
}
.err-h4 {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.6;
	margin: 24px 0 56px;
}
.btn_back.err-btn {
	border-radius: 100px;
	margin-top: 32px;
}
.formTable {
	margin-bottom: 40px;
	margin: 0 auto;
	width: 100%;
}
.formTable tr{
	margin-bottom: 32px;
	display: block;
}
.formTable th{
	font-size: 1.5rem;
	margin-right: 32px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin-bottom: 16px;
	max-width: 150px;
    width: 100%;
}
.formTable td{
	font-size: 1.5rem;
	display: inline-block;
}
.date {
	display: block;
	margin-right: 16px;
	max-width: 180px;
	width: 100%;
}
.date .input-box2 input {
	display: block;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.time {
	display: inline-block;
	max-width: 130px;
	width: 100%;
}
.time .input-box2 input {
	display: inline-block;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
/* ----------------------------
FORM END
---------------------------- **/
/* ----------------------------
THANKS START
---------------------------- **/
#thanks {
	padding: 249px 0 189px;
}
.container-thanks {
	text-align: center;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
}
.container-thanks img {
	max-width: 60px;
	width: 100%;
	margin: 0 auto;
}
.container-thanks h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 24px 0 32px;
}
.container-thanks div {
	font-size: 1.5rem;
	line-height: 1.6;
	background-color: #F5F5F5;
	padding: 24px;
}
.container-thanks div span {
	color: #FF4000;
}
.thanks-text1 {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 32px 0 16px;
}
.thanks-text2 {
	font-size: 1.4rem;
	background-color: #F7F3E7;
	border: 1px solid #FF4000;
	border-radius: 5px;
	max-width: 335px;
	width: 100%;
	margin: 0 auto 16px;
	padding: 14px 0;
}
.thanks-text3 {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0px 0 40px;
}
.container-thanks .thanks-back {
	max-width: 335px;
	width: 100%;
	margin: 0 auto;
}


.container-thanks .thanks-back a {
	display: inline-block;
	width: 335px;
	background-color: #FF4000;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	position: relative;
	text-align: center;
	padding: 20px 0;
	line-height: 1.35;
	box-shadow: 0 6px #983F21;
	border:none;
}
.container-thanks .thanks-back a:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.container-thanks .thanks-back {
	font-size: 2.3rem;
	font-weight: bold;
}

.container-thanks .thanks-back a::before, .container-thanks .thanks-back a::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 14px;
}
.container-thanks .thanks-back a::before {
	top: calc(50% - 6px);
	transform: rotate(45deg); 
}
.container-thanks .thanks-back a::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}

/* ----------------------------
THANKS END
---------------------------- **/
/* ----------------------------
PC SETTINGS END
---------------------------- **/
/* ----------------------------
TABLET SETTINGS START
---------------------------- **/
@media screen and (max-width: 1024px) and (min-width: 600px) {
 .sp-img {
	display: none;
}
.pc-img {
	display: block;
}
.cta-none {
	display: none;
}

.keyvisual-container {
    padding: 148px 30px;
}
#keyvisual {
    background-position: center;
}
.voice-container ul {
    padding: 0 30px;
}
.level-img {
    padding: 0 30px;
}
#level-support {
    padding: 0 30px;
}
#reason {
    max-width: 710px;
}	
.reason-point {
		margin: 0 30px;
}	
#flow ul {
    margin: 0 30px 40px;
}	
.goal-container {
    max-width: 754px;
    padding: 0 30px;
}	
.instructor-list {
    margin: 0 30px;
}	
.customer-container ul {
    margin: 0 30px;
}	
.qa-container {
    max-width: 710px;
    padding: 0 30px;
}	
.kaisha th {
	text-align: left;
	padding-right: 24px;
	
}	
	.container-thanks {
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	
.confirm-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
}
}
/* ----------------------------
TABLET SETTINGS END
---------------------------- **/
/* ----------------------------
SP SETTINGS START
---------------------------- **/
@media screen and (max-width:599px) {
 .sp-img {
	display: block;
}
.pc-img {
	display: none;
}
.cta-none {
	display: block;
}	

header {
    padding: 16px 20px;
}
	
.header-container div:first-child {
    max-width: 148.86px;
    width: 100%;
}	
.keyvisual-container {
    margin: 60px auto 0;
    padding: 24px 20px;
}	
.keyvisual-container h1 {
    font-size: 1.6rem;
    padding: 10px 7px;
    margin-bottom: 12px;
}	
.kv-left div p:nth-child(2) {
    margin: 16px 0;
    font-size: 4.63rem;
    margin-left: -6px;
}
.kv-left div p:nth-child(3) {
    font-size: 1.5rem;
	letter-spacing: 0.03em;
}
.kv-left {
    max-width: 463px;
	margin: 0 auto;
}
.kv-info {
    margin: 26px 0;
    max-width: 108px;
    width: 100%;
}	
.cta-btn a::before, .cta-btn a::after {
    width: 12px;
    right: 16px;
}	
	
.cta-btn a::after {
    bottom: calc(50% - 5px);
}	
.cta-btn a::before {
    top: calc(50% - 5px);
}	
.cta-btn a {
    padding: 16px 0;
}	
#keyvisual {
    background-image: url("../img/sp/kv@2x-min.png");
	background-position: bottom 73% right 50%;
}	
	

	
	
#voice {
    margin: 80px 0;
}
.voice-container ul li {
	margin: 0;
    margin-bottom: 6px;
    width: 33.333%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-top: 2px solid #FF4000;
}
.swiper-wrapper { align-items: stretch!important; }
.swiper-slide { height: auto; }
	
	
	
	
#level {
    padding: 80px 0px;
}
.level-container h1 {
    margin-bottom: 40px;
}	
	

	
#level-support {
    margin: 80px 0px;
	padding: 0 20px;
	box-sizing: border-box;
}
.level-support-title-sub {
    margin: 24px 0;
    padding: 20px 0;
    display: block;
}	
.accordion-title p {
    font-size: 1.8rem;
    line-height: 1.55;
	text-align: left;
	margin-top: -11px;
}	
.accordion-title span {
    margin-top: -11px;
}
.accordion-content {
    padding: 24px 16px;
}	

	
	
.cta {
    padding: 50px 0 40px;
}
.cta-container div {
    margin: 32px 0 16px;
}	
.cta-smalltext {
    line-height: 1.7;
    padding: 0 20px;
    text-align: left;
}	
.cta-btn-container {
	padding: 0 20px;
}
	
	
#reason {
    margin: 80px auto;
}	
#reason h1 {
    margin-bottom: 40px;
}	
.point {
    margin: 0 20px;
}	
.reason-point h2 {
    font-size: 1.8rem;
    margin: 13px 20px 20px;
}
.point-text {
    margin: 14px 20px 33px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 64%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}	
.point1-list {
    flex-wrap: wrap;
    margin-bottom: 48px;
	padding: 0 20px;
	justify-content: center;
}	
.point1-list li {
    width: 47%;
	box-sizing: border-box;
}	
	.point1-list li:nth-child(3), .point1-list li:nth-child(4) {
		margin-top: 16px;
			box-sizing: border-box;
	}		
.point1-list li:nth-child(odd){
		margin-right: 8px;
		box-sizing: border-box;
	}		
.point1-list li:nth-child(even){
		margin-left: 8px;
		box-sizing: border-box;
	}	
.reason-point h3 {
    font-size: 1.8rem;
    margin: 0 20px;
}
.horizontal-list {
	max-width: 700px;
	width: 100%;
  	margin: auto;
  	overflow-x: scroll;
	margin-bottom: 48px;
	-ms-writing-mode: tb-lr;
 	writing-mode: vertical-lr;
}	
.horizontal-list img {
	argin: 0 auto 24px;
	padding: 0;
	width: 700px;  
	overflow-x: auto;  
	white-space: nowrap; 
	overflow-scrolling: touch; 
	-webkit-overflow-scrolling: touch; 
	margin: 0 20px 24px;
}
.point1-list2 {
    flex-wrap: wrap;
    margin-bottom: 48px;
	padding: 0 20px;
	justify-content: center;
}	
.point1-list2 li {
    width: 47%;
	box-sizing: border-box;
}	
.point1-list2 li:nth-child(3), .point1-list2 li:nth-child(4) {
	margin-top: 16px;
	box-sizing: border-box;
}		
.point1-list2 li:nth-child(odd){
	margin-right: 8px;
	box-sizing: border-box;
}		
.point1-list2 li:nth-child(even){
	margin-left: 8px;
	box-sizing: border-box;
}		
.horizontal-list2 {
	max-width: 569px;
	width: 100%;
  	margin: auto;
  	overflow-x: scroll;
	-ms-writing-mode: tb-lr;
 	writing-mode: vertical-lr;
	margin-bottom: 40px;
}	
.horizontal-list2 img {
	argin: 0 auto 24px;
	padding: 0;
	width: 569px;  
	overflow-x: auto;  
	white-space: nowrap; 
	overflow-scrolling: touch; 
	-webkit-overflow-scrolling: touch; 
	margin: 0 20px 24px;
}	
.point2-table {
	padding-bottom: 0;
	position: relative;
	}
	
.point2-text span {
    font-size: 2.8rem;
}
.point2-text img {
    max-width: 28px;
    margin: 0 10px;
}	
.point4-uservoice {
    padding: 0 20px;
    box-sizing: border-box;
}	
#flow ul li {
    margin: 0px;
}	
.customer-container ul li {
    margin: 0px;
}	
	
#infectioncontrol {
    padding: 80px 0 47px;
}	
.ic-text1 {
    margin: 40px 20px 16px;
	text-align: left;
}	
.ic-list {
    flex-wrap: wrap;
    margin-bottom: 48px;
	padding: 0 20px;
	justify-content: flex-start;
}	
.ic-list li {
    width: 47%;
	box-sizing: border-box;
	margin: 0;
	margin-top: 16px;
}		
.ic-list li:nth-child(odd){
	margin-right: 8px;
	box-sizing: border-box;
}		
.ic-list li:nth-child(even){
	margin-left: 8px;
	box-sizing: border-box;
}	

	
	
#flow {
    margin: 80px auto;
}	
#flow h1 {
    margin-bottom: 40px;
}
#flow ul {
    display: block;
	padding: 0 20px;
	box-sizing: border-box;
}
#flow ul li {
    width: 100%;
	box-sizing: border-box;
}	
#flow ul li:nth-child(2), #flow ul li:nth-child(3) {
	margin-top: 32px;
}
	
	
	
#goal {
    padding: 80px 0;
}
.goal-container h1 {
    margin-bottom: 40px;
}
.goal-container h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 40px 20px 24px;
	text-align: left;
}	
.goal-container p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 20px;
}	
	
	
#instructor {
    margin: 80px 0;
}
#instructor h1 {
    margin-bottom: 40px;
}	
.instructor-list {
    display: block;
	margin: 0 20px;
}	
.instructor-list li {
    width: 100%;
}	
.instructor-list li:nth-child(2), .instructor-list li:nth-child(3) {
    margin-top: 32px;
}
	
	
	
	
#customer {
    padding: 80px 0;
}
#customer h1 {
	margin-bottom: 40px;
}
.customer-container ul {
    display: block;
	margin: 0 20px;
}
.customer-container ul li {
    width: 100%;
}	
.customer-container ul li:nth-child(2) {
    margin: 32px 0;
}		

	
	
#qa {
    padding: 80px 0;
}
.qa-container {
    padding: 0 20px;
    box-sizing: border-box;
}
.qa-container h1 {
    margin-bottom: 40px;
}	
.accordion-container2 .accordion-title2 {
    padding-bottom: 20px;
    margin-top: 24px;
    padding-right: 34px;
}	
.accordion-title2 p {
    max-width: 241px;
    width: 100%;
}
.accordion-title2:after {
    top: 21%;
    width: 10px;
    height: 10px;
}	
	.kaisha {
		width: 90%;
	}	
	
	
	
#company {
    padding: 80px 0 0px;
}
.kaisha th {
    text-align: left;
    width: 30%;
	padding-right: 0px;
}
.kaisha {
    box-sizing: border-box;
}	

#company .cta-btn-container {
    padding: 40px 20px;
}	
.company-container {
    padding: 0px;
	margin-bottom: 0;
}
.topBtn {
	position:fixed;
	padding: 14px 0;
	bottom:0px;
	right:0;
	display:block;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	box-sizing:border-box;
	z-index: 1000;
}

.cta-btn2 a {
	display: inline-block;
	width: 100%;
	background-color: #37B866;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	position: relative;
	text-align: center;
	padding: 12px 0;
	line-height: 1.35;
	box-shadow: 0 6px #20743E;
}
.cta-btn2 a:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.cta-btn2 a p {
	font-size: 1.6rem;
	font-weight: bold;
}
.cta-btn2 a p span:first-child {
	font-size:1.2rem;
	font-weight: bold;
}
.cta-btn2 a p span:last-child {
	font-size:2.1rem;
	font-weight: bold;
}
.cta-btn2 a::before, .cta-btn2 a::after {
	content: ""; 
	width: 15px;
	height: 3px; 
	display: inline-block; 
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 24px;
}
.cta-btn2 a::before {
	top: calc(50% - 6px);
	transform: rotate(45deg); 
}
.cta-btn2 a::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}
.cta-btn2 a::after {
    bottom: calc(50% - 6px);
}
.cta-btn2 a::before {
    top: calc(50% - 6px);
}	
.cta-btn-container-footer {
    padding: 40px 20px 46px;
	
}	
	
	
	
.point2-table::-webkit-scrollbar{
　　width: 16px;
}
/*スクロールバーの軌道*/
.point2-table::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.point2-table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
    .point2-table {scrollbar-width: thin;
}
	.point2-table {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}
	
#application h1 {
    font-size: 2.4rem;
}	
#application h2 {
    margin: 24px 0px 48px;
	text-align: left;
	
}	
#application {
    padding: 116px 20px 56px;
}	
.form_label span {
    margin-left: 5px;
}	
.confirm-btn.sp-img .btn_finish {
	margin-bottom: 24px;
}	
	.confirm-btn.sp-img {
		text-align: center;
	}	
.confirm h2 {
    font-size: 2.4rem;
}	
.h2-down {
    margin: 24px 0 48px;
}	
.php-body {
    padding: 116px 20px 56px;
}		
#thanks {
    padding: 116px 20px 56px;
	box-sizing: border-box;
}	
.container-thanks h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 24px 0;
}	
.thanks-text1 {
    margin: 24px 0 16px;
}	
	.btn_back, .btn_finish {
		margin: 0 auto;
	}
.formTable th {
	margin-right: 12px;
    max-width: 120px;
}	
.input-box input {
    max-width: 335px;
	width: 100%;
	display: inline-block;
	font-size: 1.6rem;
}
.input-box2 input {
	width: 100%;
	display: block;
	-webkit-appearance: none;
	font-size: 1.6rem;
	padding: 15px 0;
    box-sizing: border-box;
	background-color: #fff;
}	
	
}
	
	
	


