@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import "./fonts.css";
@import "./reset.css";
@import "./loader.css";
@import "./parts.css";
@import "./menu_trigger.css";
@import "./fadein.css";
/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
body {
	background: #f5f4f9; /* Old browsers */
}
.sp {
	display: none !important;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #333;
}
.inside {
	width: 888px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#header {
	width: 100%;
	z-index: 9999;
	background: #5965ea;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	color: #fff;
}
#header .inside {
	padding: 20px;
	overflow: hidden;
	transition: ease-in 0.2s;
	height: auto;
	width: auto;
}
.shlink #header .inside {
	padding: 0;
	height: 0;
}
#header h1 {
	float: left;
	width: auto;
	transition: ease-in 0.2s;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.shlink #header h1 {
	-webkit-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#header .shoulder {
	float: right;
	width: auto;
	transition: ease-in 0.2s;
}
#header .shoulder p {
	margin: 0;
}
.shlink #header .shoulder {
	-webkit-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
}
#header .shoulder .bt {
	margin: 0;
}
#header .shoulder .bt a {
	margin: 0;
	padding: 10px 0;
}
#header #menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
#header nav {
	background: #000;
}
#header nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
#header nav li {
	width: 20%;
}
#header nav li a {
	padding: 15px 0;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	background: #000;
	color: #fff;
	position: relative;
}
#header nav li a::after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 0px;
	height: 1px;
	background: #000;
	display: block;
	transition: ease-in 0.4s;
}
#header nav li a:hover {
	color: #000;
	background: #fff;
}
#header nav li a:hover {
	color: #000;
	background: #fff;
}
#header nav li a:hover::after {
	width: 80%;
}
#main {
	padding: 0px 0 150px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: #5965ea;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	color: #fff;
}
#footer nav {
	margin: 0 0 40px;
}
#footer nav li {
	margin: 0 20px;
	display: inline-block;
}
#footer nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
}
#footer nav.other_links li a {
	font-size: 13px;
}
#footer nav li a::before {
	content: "\f105";
	font-family: fontAwesome;
	margin: 0 5px 0 0;
}
#footer p {
	margin: 0;
	font-size: 11px;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#to_top a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
#visual {
	overflow: hidden;
	background: #000;
}
#visual .flexslider {
	max-width: 980px;
	margin: 0 auto;
}
#visual .flexslider .flex-viewport {
	overflow: visible !important;
}
.breadcrumb {
	margin: 10px 0;
	font-size: 12px;
}
.breadcrumb a {
	color: #000;
}
/* Parts */
#content {}
#content section {
	padding: 60px 0;
	margin: 0 auto;
}
#content section#contact_cont {
	background: #fff;
	width: 888px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.05);
}
#content section#contact_cont .inside {
	width: 768px;
	margin: 0 auto;
}
#contents section h2 {
	font-size: 28px;
	margin: 0 0 40px;
	padding: 0 0 30px;
	position: relative;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#contents section h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	background: #000;
}
#contents p {
	font-size: 16px;
	margin: 0 0 32px;
}
#contents p:last-child {
	margin: 0;
}
.block {
	position: relative;
	margin: 0 0 40px;
}
.block:last-child {
	margin: 0;
}
.block::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.block .info {
	float: left;
	width: 470px;
}
.block .img {
	float: right;
	width: 470px;
}
.block.opposite .info {
	float: right;
}
.block.opposite .img {
	float: left;
}
div.return {
	margin: 0 0 5px;
}
div.return input[type="text"] {
	min-width: 1px;
	width: 200px;
	display: inline-block;
	padding: 5px;
}
#enq_area {}
#enq_area dl {
	margin: 0 0 40px;
}
#enq_area dl dt {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 2.5em;
	position: relative;
}
#enq_area dl dt em {
	position: absolute;
	left: 0;
	top: 0;
	color: #5965ea;
}
#enq_area dl dd {
	font-size: 18px;
}
#enq_area dl dd .wrap {
	margin: 0 20px 0 0;
}
#enq_area dl dd p {
	font-size: 18px;
	margin: 0;
}
#enq_area dl dd.and {
	padding: 20px;
	background: #FFEDCD;
	margin: 10px 0 0;
}
#enq_area dl dd table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#enq_area dl dd table th, #enq_area dl dd table td {
	padding: 10px;
	border: 1px solid #ccc;
}
#enq_area dl dd table th {
	background: #ececfb;
}
#enq_area dl dd textarea {
	border: 2px solid #aaa;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	min-width: 380px;
	box-sizing: border-box;
	outline: #7e90dd;
}
#form_area.confirm .ans, #form_area.confirm textarea {
	/*background: #e7ffe6;*/
	color: #2196f3;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#form_area.confirm .ans {
	display: inline-block;
	padding: 5px;
}
/* Each */
#main h1 {
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	position: relative;
}
#main .hl_main::before, #main .hl_main::after {
	content: "";
	width: 80px;
	height: 2px;
	background: #5965ea;
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}
#main .hl_main::after {
	left: auto;
	right: 0;
}
#main h1 strong {
	font-size: 30px;
	font-feature-settings: "palt";
}
#main h2 {
	margin: 0 0 40px;
	font-size: 22px;
	font-weight: bold;
	color: #5965ea;
	text-align: center;
	padding: 10px;
	position: relative;
}
#main h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 20px;
	margin: 20px auto 0;
	background: #ccc;
}
#main h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #5965ea;
	padding: 10px 20px;
	background: #eee;
	border-left: 7px solid #9CA3F2;
}
#main h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#main dl {
	margin: 0 0 40px 40px;
	font-size: 16px;
	border-top: 1px dotted #000;
	padding: 30px 0 0;
}
#main dl dt {
	margin: 0 0 10px;
	font-weight: bold;
	color: #5965ea;
}
#main dl dd {
	margin: 0 0 30px;
	font-size: 14px;
	padding: 0 0 30px;
	border-bottom: 1px dotted #000;
}
#main p {
	margin: 0 0 40px;
	font-size: 15px;
	line-height: 2;
}
#main p a, #main dl a {
	text-decoration: underline;
	color: #5965ea;
}
.align_right {
	text-align: right;
}
#main ol {
	margin: 20px 0 40px;
	font-size: 15px;
	line-height: 2;
	list-style: decimal;
	color: #5965ea;
}
#main ol li {
	color: #333;
	margin: 0 0 15px 1em;
	font-size: 15px;
	line-height: 2;
	padding: 0 0 15px;
	border-bottom: 1px dotted #333;
}
table {
	margin: 0 auto 40px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table th, table td {
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc;
}
table th {
	color: #333;
	width: auto;
	vertical-align: top;
	background: #ececfb;
	white-space: nowrap;
}
table th small {
	font-size: 14px;
	font-weight: normal;
}
table td input[type="text"], table td input[type="email"], table td textarea, table td select {
	border: 2px solid #ffa750;
	border-radius: 5px;
	box-shadow: none !important;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	min-width: 380px;
	box-sizing: border-box;
	outline: #7e90dd;
}
table td input.short {
	width: 200px;
	min-width: 1px;
	display: inline-block;
	margin: 0 0 10px;
}
table td big {
	margin: 0 10px 0 0;
	font-size: 22px;
}
table td .wrap {
	margin: 0 20px 0 0;
	font-size: 16px;
}
.agree {
	text-align: center;
}
.error_items {
	color: #FF0000;
}
.hl_m {
	color: #5965ea;
	font-size: 18px;
	margin: 0 0 10px;
}
.hl_s {
	font-size: 16px;
	margin: 0 0 10px;
}
#main .hl_center {
	text-align: center;
	margin: 0 0 40px;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
ul.notice {
	margin: 0 0 30px;
}
ul.notice li {
	margin: 0 0 10px;
	font-size: 14px;
	padding: 0 0 0 25px;
	position: relative;
}
ul.notice li em {
	position: absolute;
	left: 0;
	top: 0;
}
.office {
	padding: 40px;
	background: #EFEFFB;
	font-size: 13px;
	border-radius: 6px;
}
.big_bt a {
	margin: 0;
	width: 100%;
	font-size: 20px;
	padding: 40px 0;
}
.bt a.to_form_bt {
	background: #ffa750 !important;
}
.double_bt {
	display: flex;
	justify-content: space-between;
}
.double_bt a {
	margin: 0;
	width: 48%;
	font-size: 20px;
	padding: 40px 0;
}
.bt a.to_flow_bt {
	background: #50c388;
}
.bt a.to_detail_bt {
	background: #20b3d8;
}
#flow #main h2 {
	color: #50c388;
}
#detail #main h2 {
	color: #00A1C9;
}
#detail #main h3 {
	color: #20b3d8;
	border-left: 7px solid #20b3d8;
}
#form #main h2 {
	color: #ffa750;
}
#form table th {
	background: #FFF1E4;
}
td.pay_link {
	text-align: center;
}
td.pay_link .bt {
	margin: 0;
}
td.pay_link .bt a {
	min-width: 100px;
	margin: 0;
}
.agree {
	margin: 0 0 40px;
}
#main .flow_box {
	margin: 0 0 30px;
	padding: 0px 0 10px;
	position: relative;
}
#main .flow_box::before {
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #FFE1B5;
	width: 15px;
	content: "";
	display: block;
	z-index: 0;
}
#main .flow_box::after {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FFE1B5 transparent transparent transparent;
	content: "";
	display: block;
}
#main .flow_box h3 {
	display: block;
	border-radius: 5px;
	padding: 20px 0;
	text-align: center;
	border: #50c388 3px solid;
	margin: 0 0 5px;
	color: #3DB376;
	background: #fff;
	font-size: 18px;
	position: relative;
	z-index: 10;
}
#main .flow_box h3 i {
	font-size: 26px;
	margin: 0 10px 0 0;
}
#main .flow_box.started h3 {
	border: #46AABF 3px solid;
	color: #46AABF;
}
#main .flow_box p {
	position: relative;
	z-index: 10;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
}
#main .flex {
	display: flex;
	justify-content: space-between;
}
#main .flex .flex_each {
	width: calc(50% - 25px);
}
#main .flex .flex_each .flow_box {
	padding: 20px 0 10px;
}
#main .flex .flex_each .flow_box.first {
	padding: 20px 0 0;
	margin: 0;
}
#main .flex .flex_each .flow_box.first::after, #main .flow_box.no_arrow::after, #main .flow_box.no_arrow::before {
	display: none;
}
#main .flex .flex_each .flow_box.first p {
	margin: 0;
}
#main .flex .flex_each .flow_box h3 {}
#main .flex .flex_each .flow_box h3.long {
	padding: 114px 0;
}
#main .flex .flex_each .flow_box p {}
.mb20 {
	margin-bottom: 20px !important;
}
#payment #main .hl_main::before, #payment #main .hl_main::after {
	background: #a168c3;
}
#payment #main h3 {
	color: #a168c3;
	border-left: 7px solid #a168c3;
}
#payment table th {
	background: #f9eeff;
}
#payment .bt a, #payment .bt button {
	background: #a168c3;
}

.caution {
border: 2px solid #5965ea;
border-radius: 10px;
padding: 20px;
margin: 0 0 40px;
}
.caution h6{
font-size: 14px;
font-weight: 600;
margin: 0 0 10px;
}
#main .caution ul li{
font-size: 14px;
line-height: 1.5;
margin: 0 0 0 20px;
list-style: disc;
}
.impact {
color: #FF4F00 !important;
}
.impact_blue {
color: #5965ea !important;
}
.underline_red {
  display: inline-block;
  border-bottom: 2px solid #770046;
}
.align_center {
 text-align: center; 
}
@media screen and (max-width: 640px) {
	body {
		font-weight: 500;
	}
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	body {
		font-size: 26px;
	}
	#wrapper {
		padding: 118px 0 0;
	}
	.inside {
		width: auto;
		margin: 0 30px;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
	}
	#header .inside {
		padding: 30px 0;
	}
	#header h1 {
		font-size: 25px;
		font-weight: bold;
		line-height: 1.2;
	}
	#header .shoulder {
		float: none;
		clear: both;
	}
	#header .shoulder p {
		font-size: 18px;
	}
	#header #menu_bt {
		right: 30px;
		top: 40px;
		display: block;
	}
	.active #header #menu_bt {
		z-index: 0;
	}
	#header #menu_bt button {
		background: none;
		border: none;
		display: block;
		color: #fff;
		outline: none;
	}
	#header #menu_bt i {
		font-size: 40px;
	}
	#footer {
		position: relative;
		bottom: auto;
		left: atuo;
		padding: 30px 0;
	}
	#footer p {
		margin: 0;
		font-size: 16px;
	}
	#main {
		padding: 20px 0 0;
		min-height: calc(100vh - 175px);
		box-sizing: border-box;
	}
	#footer {}
	#contents section {
		padding: 60px 0;
	}
	#contents section h2 {
		font-size: 28px;
		margin: 0 0 40px;
		padding: 0 0 30px;
		letter-spacing: 0.08em;
	}
	#contents p {
		font-size: 26px;
		margin: 0 0 32px;
	}
	#contents p:last-child {
		margin: 0;
	}
	/* Each */
	#main h2 {
		margin: 0 0 40px;
		font-size: 32px;
		padding: 0 0 10px;
	}
	#main p {
		margin: 0 0 40px;
		font-size: 26px;
		line-height: 2;
	}
	table {
		margin: 0 auto 40px;
		border: none;
	}
	table tr {
		display: list-item;
		list-style: none;
		margin: 0 0 20px;
	}
	table th, table td {
		padding: 20px;
		text-align: left;
		display: list-item;
		list-style: none;
		font-size: 26px;
		box-sizing: border-box;
	}
	table th {
		width: 100%;
		padding: 20px;
		margin: 20px 0;
	}
	table th small {
		font-size: 24px;
	}
	table th::before {
		margin: 0 5px 0 0;
	}
	table td {
		border-bottom: none;
	}
	table tr td:last-child {
		border: 1px solid #ccc;
	}
	td.pay_link {
		margin: 0 0 40px;
	}
	table td input[type="text"], table td input[type="email"], table td textarea, table td select {
		padding: 15px;
		font-size: 28px;
		width: 100%;
		min-width: 1px;
		box-sizing: border-box;
	}
	table td input.short {
		width: 420px;
		min-width: 1px;
		display: inline-block;
		margin: 0 0 10px;
	}
	table td .wrap {
		margin: 0 0 20px;
		font-size: 24px;
		display: inline-block;
	}
	table td .wrap + input[type="text"] {
		margin: 0 0 0 20px;
	}
	.agree {
		text-align: left;
	}
	div.return input[type="text"] {
		width: 300px;
	}
	#enq_area dl {
		margin: 0 0 60px;
	}
	#enq_area dl dt {
		margin: 0 0 10px;
		font-size: 26px;
		padding: 0 0 0 2.5em;
		line-height: 1.4;
	}
	#enq_area dl dt em {}
	#enq_area dl dd {
		font-size: 26px;
	}
	#enq_area dl dd .wrap {
		margin: 0 20px 0 0;
	}
	#enq_area dl dd p {
		font-size: 26px;
		line-height: 1.4;
		margin: 10px 0 20px;
	}
	#enq_area dl dd.and {
		padding: 20px;
		margin: 10px 0 0;
	}
	#enq_area dl dd table {
		border: 1px solid #ccc;
	}
	#enq_area dl dd table th, #enq_area dl dd table td {
		padding: 20px;
		border: 1px solid #ccc;
	}
	#enq_area dl dd table th {}
	#enq_area dl dd input[type="text"], #enq_area dl dd textarea {
		border: 2px solid #aaa;
		border-radius: 5px;
		padding: 15px;
		font-size: 26px;
	}
	#form_area.confirm .ans, #form_area.confirm textarea {}
	#form_area.confirm .ans {
		display: inline-block;
		padding: 5px;
	}
	.hl_s {
		font-size: 26px;
		margin: 0 0 10px;
	}
	ul.notice {
		margin: 0 0 40px;
	}
	ul.notice li {
		margin: 0 0 10px;
		font-size: 24px;
		padding: 0 0 0 2em;
	}
	ul.notice li em {}
	.office {
		padding: 30px;
		font-size: 24px;
		margin: 0 0 60px;
	}
	.breadcrumb {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
	.breadcrumb a {}
	/* Parts */
	#content section {
		padding: 60px 0;
	}
	#content section#contact_cont {
		width: auto;
		border-radius: 0;
		padding: 40px;
	}
	#content section#contact_cont .inside {
		width: auto;
		margin: 0 auto;
	}
	/* Each */
	#main h1 {
		margin: 0 0 40px;
		font-size: 24px;
		padding: 10px 60px;
	}
	#main .hl_main {
		line-height: 1.3;
	}
	#main .hl_main::before, #main .hl_main::after {
		width: 40px;
		height: 2px;
	}
	#main h1 strong {
		font-size: 38px;
	}
	#main h2 {
		margin: 0 0 40px;
		font-size: 40px;
		padding: 0;
	}
	#main h2::after {
		height: 3px;
		width: 60px;
		margin: 40px auto 0;
	}
	#main h3 {
		margin: 0 0 10px;
		font-size: 28px;
		padding: 20px 20px;
		border-left: 7px solid #9CA3F2;
	}
	#main h4 {
		margin: 0 0 10px;
		font-size: 16px;
	}
	#main dl {
		margin: 0 0 40px 0px;
		font-size: 26px;
		border-top: 1px dotted #000;
		padding: 30px 0 0;
	}
	#main dl dt {
		margin: 0 0 10px;
	}
	#main dl dd {
		margin: 0 0 30px;
		font-size: 26px;
		padding: 0 0 30px;
		border-bottom: 1px dotted #000;
	}
	#main p {
		margin: 0 0 40px;
	}
	#main p a, #main dl a {}
	.align_right {}
	#main ol {
		margin: 20px 0 40px;
		font-size: 26px;
		line-height: 2;
	}
	#main ol li {
		margin: 0 0 1em 1em;
		font-size: 26px;
		line-height: 1.8;
		padding: 0 0 1em;
		border-bottom: 1px dotted #333;
	}
	#main ol li .sp_small {
		font-size: 24px;
	}
	.agree {}
	.error_items {}
	.hl_m {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.hl_s {
		font-size: 16px;
		margin: 0 0 10px;
	}
	#main .hl_center {
		margin: 0 0 40px;
		padding: 0 0 10px;
		font-size: 27px;
	}
	.office {
		padding: 40px;
		font-size: 22px;
	}
	.big_bt a {
		margin: 0;
		width: 100%;
		font-size: 28px;
		padding: 40px 0;
	}
	.bt a.to_form_bt {}
	.double_bt {
		display: block;
	}
	.double_bt a {
		margin: 0 0 40px;
		width: auto;
		font-size: 28px;
		padding: 40px 0;
	}
	.bt a.to_flow_bt {}
	.bt a.to_detail_bt {}
	#flow #main h2 {}
	#detail #main h2 {}
	#detail #main h3 {
		border-left: 7px solid #20b3d8;
	}
	#form #main h2 {}
	#form table th {}
	.agree {
		margin: 0 0 40px;
	}
	#main .flow_box {
		margin: 0 0 30px;
		padding: 0px 0 10px;
	}
	#main .flow_box::before {
		width: 15px;
	}
	#main .flow_box::after {
		transform: translate(-50%, 10px);
		border-width: 15px 15px 0 15px;
	}
	#main .flow_box h3 {
		border-radius: 5px;
		padding: 20px 0;
		border: #50c388 3px solid;
		margin: 0 0 5px;
		font-size: 26px;
	}
	#main .flow_box h3 .sp_small {
		font-size: 22px;
	}
	#main .flow_box h3 i {
		font-size: 26px;
		margin: 0 10px 0 0;
	}
	#main .flow_box.started h3 {
		border: #46AABF 3px solid;
	}
	#main .flow_box p {}
	#main .flex {
		display: flex;
	}
	#main .flex .flex_each {
		width: calc(50% - 25px);
	}
	#main .flex .flex_each .flow_box {
		padding: 20px 0 10px;
	}
	#main .flex .flex_each .flow_box.first {
		padding: 20px 0 0;
		margin: 0;
	}
	#main .flex .flex_each .flow_box.first::after, #main .flow_box.no_arrow::after, #main .flow_box.no_arrow::before {
		display: none;
	}
	#main .flex .flex_each .flow_box.first p {
		margin: 0;
	}
	#main .flex .flex_each .flow_box h3 {}
	#main .flex .flex_each .flow_box h3.long {
		padding: 114px 0;
	}
	#main .flex .flex_each .flow_box p {}
	.mb20 {
		margin-bottom: 20px !important;
	}
.caution {
border: 4px solid #5965ea;
padding: 30px;
margin: 0 0 40px;
}
.caution h6{
font-size: 24px;
margin: 0 0 20px;
}
#main .caution ul li{
font-size: 24px;
margin: 0 0 0.5em 1.5em;
}
#main .caution ul li:last-child{
margin: 0 0 0 1.5em;
}
	#drawer {
		z-index: 10000;
		background: rgba(89, 101, 234, 0.8);
	}
	#drawer .inside {
		padding: 40px 0;
	}
	#drawer #close_bt {
		text-align: right;
	}
	#drawer #close_bt button {
		color: #fff;
		background: none;
		border: none;
		outline: none;
		font-size: 40px;
		text-align: right;
		opacity: 0;
	}
	.active #drawer #close_bt button {
		opacity: 1;
	}
	#drawer .inside ul {
		padding: 40px 40px;
	}
	#drawer .inside ul li {
		margin: 0 0 60px;
		text-align: left;
	}
	#drawer .inside ul li a {
		font-size: 35px;
		color: #fff;
	}
}