@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;
}

body {
	line-height: 1;
}

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

blockquote,
q {
	quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

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

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	text-align: left;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea,
img {
	vertical-align: middle;
}

ul,
dl,
ol {
	list-style: none;
}

em {
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select {
	vertical-align: middle;
}

.clearf:after {
	content: " ";
	clear: both;
	visibility: hidden;
	display: block;
	line-height: 0;
	font-size: 0;
}

.clearf {
	clear: both !important;
}

.clb {
	clear: both !important;
}

.bn {
	border: none !important;
}

/*========== 共有 ==================================================*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left !important;
}

.textright {
	text-align: right !important;
}

.textcenter {
	text-align: center !important;
}

.u-txl {
	text-align: left !important;
}

.u-txr {
	text-align: right !important;
}

.u-txc {
	text-align: center !important;
}

.u-def {
	color: #6b0000 !important;
}

.u-red {
	color: #E33 !important;
}

.u-wred {
	color: #900 !important;
}

.u-green {
	color: #451 !important;
}

.u-blue {
	color: #33E !important;
}

.u-brown {
	color: #642 !important;
}

.u-pink {
	color: #ffa1a9 !important;
}

.u-white {
	color: #fff !important;
}

/*.link_b		{color:#f00;	text-decoration:underline;}*/

/*.cli		{color:inherit !important;}*/

.sa {
	opacity: 0;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sa.show {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sa--lr {
	-webkit-transform: translate(-600px, 0);
	-ms-transform: translate(-600px, 0);
	transform: translate(-600px, 0);
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.sa--rl {
	-webkit-transform: translate(600px, 0);
	-ms-transform: translate(600px, 0);
	transform: translate(600px, 0);
}

.sa--up {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.sa--down {
	-webkit-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.sa--scaleUp {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

.sa--scaleUp2 {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

.sa--scaleDown {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.sa--rotateL {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sa--rotateR {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt33 {
	margin-top: 33px !important;
}

.mt34 {
	margin-top: 34px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt105 {
	margin-top: 105px !important;
}

.mt110 {
	margin-top: 110px !important;
}

.mt115 {
	margin-top: 115px !important;
}

.mt120 {
	margin-top: 120px !important;
}

.mt125 {
	margin-top: 125px !important;
}

.mt130 {
	margin-top: 130px !important;
}

.mt135 {
	margin-top: 135px !important;
}

.mt140 {
	margin-top: 140px !important;
}

.mt145 {
	margin-top: 145px !important;
}

.mt150 {
	margin-top: 150px !important;
}

.mt160 {
	margin-top: 160px !important;
}

.mt170 {
	margin-top: 170px !important;
}

.mt180 {
	margin-top: 180px !important;
}

.mt190 {
	margin-top: 190px !important;
}

.mt200 {
	margin-top: 200px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb115 {
	margin-bottom: 115px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb135 {
	margin-bottom: 135px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.mb145 {
	margin-bottom: 145px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml105 {
	margin-left: 105px !important;
}

.ml110 {
	margin-left: 110px !important;
}

.ml115 {
	margin-left: 115px !important;
}

.ml120 {
	margin-left: 120px !important;
}

.ml125 {
	margin-left: 125px !important;
}

.ml130 {
	margin-left: 130px !important;
}

.ml135 {
	margin-left: 135px !important;
}

.ml140 {
	margin-left: 140px !important;
}

.ml145 {
	margin-left: 145px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.ml160 {
	margin-left: 160px !important;
}

.ml170 {
	margin-left: 170px !important;
}

.ml180 {
	margin-left: 180px !important;
}

.ml190 {
	margin-left: 190px !important;
}

.ml200 {
	margin-left: 200px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr13 {
	margin-right: 13px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr33 {
	margin-right: 33px !important;
}

.mr34 {
	margin-right: 34px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mr105 {
	margin-right: 105px !important;
}

.mr110 {
	margin-right: 110px !important;
}

.mr115 {
	margin-right: 115px !important;
}

.mr120 {
	margin-right: 120px !important;
}

.mr125 {
	margin-right: 125px !important;
}

.mr130 {
	margin-right: 130px !important;
}

.mr135 {
	margin-right: 135px !important;
}

.mr140 {
	margin-right: 140px !important;
}

.mr145 {
	margin-right: 145px !important;
}

.mr150 {
	margin-right: 150px !important;
}

.mr160 {
	margin-right: 160px !important;
}

.mr170 {
	margin-right: 170px !important;
}

.mr180 {
	margin-right: 180px !important;
}

.mr190 {
	margin-right: 190px !important;
}

.mr200 {
	margin-right: 200px !important;
}

.u-mt0 {
	margin-top: 0 !important;
}

.u-mt5 {
	margin-top: 5px !important;
}

.u-mt10 {
	margin-top: 10px !important;
}

.u-mt15 {
	margin-top: 15px !important;
}

.u-mt20 {
	margin-top: 20px !important;
}

.u-mt25 {
	margin-top: 25px !important;
}

.u-mt30 {
	margin-top: 30px !important;
}

.u-mt33 {
	margin-top: 33px !important;
}

.u-mt34 {
	margin-top: 34px !important;
}

.u-mt35 {
	margin-top: 35px !important;
}

.u-mt40 {
	margin-top: 40px !important;
}

.u-mt45 {
	margin-top: 45px !important;
}

.u-mt50 {
	margin-top: 50px !important;
}

.u-mt55 {
	margin-top: 55px !important;
}

.u-mt60 {
	margin-top: 60px !important;
}

.u-mt65 {
	margin-top: 65px !important;
}

.u-mt70 {
	margin-top: 70px !important;
}

.u-mt75 {
	margin-top: 75px !important;
}

.u-mt80 {
	margin-top: 80px !important;
}

.u-mt85 {
	margin-top: 85px !important;
}

.u-mt90 {
	margin-top: 90px !important;
}

.u-mt95 {
	margin-top: 95px !important;
}

.u-mt100 {
	margin-top: 100px !important;
}

.u-mt105 {
	margin-top: 105px !important;
}

.u-mt110 {
	margin-top: 110px !important;
}

.u-mt115 {
	margin-top: 115px !important;
}

.u-mt120 {
	margin-top: 120px !important;
}

.u-mt125 {
	margin-top: 125px !important;
}

.u-mt130 {
	margin-top: 130px !important;
}

.u-mt135 {
	margin-top: 135px !important;
}

.u-mt140 {
	margin-top: 140px !important;
}

.u-mt145 {
	margin-top: 145px !important;
}

.u-mt150 {
	margin-top: 150px !important;
}

.u-mt160 {
	margin-top: 160px !important;
}

.u-mt170 {
	margin-top: 170px !important;
}

.u-mt180 {
	margin-top: 180px !important;
}

.u-mt190 {
	margin-top: 190px !important;
}

.u-mt200 {
	margin-top: 200px !important;
}

.u-mb0 {
	margin-bottom: 0 !important;
}

.u-mb5 {
	margin-bottom: 5px !important;
}

.u-mb10 {
	margin-bottom: 10px !important;
}

.u-mb15 {
	margin-bottom: 15px !important;
}

.u-mb20 {
	margin-bottom: 20px !important;
}

.u-mb25 {
	margin-bottom: 25px !important;
}

.u-mb30 {
	margin-bottom: 30px !important;
}

.u-mb35 {
	margin-bottom: 35px !important;
}

.u-mb40 {
	margin-bottom: 40px !important;
}

.u-mb45 {
	margin-bottom: 45px !important;
}

.u-mb50 {
	margin-bottom: 50px !important;
}

.u-mb55 {
	margin-bottom: 55px !important;
}

.u-mb60 {
	margin-bottom: 60px !important;
}

.u-mb65 {
	margin-bottom: 65px !important;
}

.u-mb70 {
	margin-bottom: 70px !important;
}

.u-mb75 {
	margin-bottom: 75px !important;
}

.u-mb80 {
	margin-bottom: 80px !important;
}

.u-mb85 {
	margin-bottom: 85px !important;
}

.u-mb90 {
	margin-bottom: 90px !important;
}

.u-mb95 {
	margin-bottom: 95px !important;
}

.u-mb100 {
	margin-bottom: 100px !important;
}

.u-mb105 {
	margin-bottom: 105px !important;
}

.u-mb110 {
	margin-bottom: 110px !important;
}

.u-mb115 {
	margin-bottom: 115px !important;
}

.u-mb120 {
	margin-bottom: 120px !important;
}

.u-mb125 {
	margin-bottom: 125px !important;
}

.u-mb130 {
	margin-bottom: 130px !important;
}

.u-mb135 {
	margin-bottom: 135px !important;
}

.u-mb140 {
	margin-bottom: 140px !important;
}

.u-mb145 {
	margin-bottom: 145px !important;
}

.u-mb150 {
	margin-bottom: 150px !important;
}

.u-mb160 {
	margin-bottom: 160px !important;
}

.u-mb170 {
	margin-bottom: 170px !important;
}

.u-mb180 {
	margin-bottom: 180px !important;
}

.u-mb190 {
	margin-bottom: 190px !important;
}

.u-mb200 {
	margin-bottom: 200px !important;
}

.u-ml0 {
	margin-left: 0 !important;
}

.u-ml5 {
	margin-left: 5px !important;
}

.u-ml10 {
	margin-left: 10px !important;
}

.u-ml15 {
	margin-left: 15px !important;
}

.u-ml20 {
	margin-left: 20px !important;
}

.u-ml25 {
	margin-left: 25px !important;
}

.u-ml30 {
	margin-left: 30px !important;
}

.u-ml35 {
	margin-left: 35px !important;
}

.u-ml40 {
	margin-left: 40px !important;
}

.u-ml45 {
	margin-left: 45px !important;
}

.u-ml50 {
	margin-left: 50px !important;
}

.u-ml55 {
	margin-left: 55px !important;
}

.u-ml60 {
	margin-left: 60px !important;
}

.u-ml65 {
	margin-left: 65px !important;
}

.u-ml70 {
	margin-left: 70px !important;
}

.u-ml75 {
	margin-left: 75px !important;
}

.u-ml80 {
	margin-left: 80px !important;
}

.u-ml85 {
	margin-left: 85px !important;
}

.u-ml90 {
	margin-left: 90px !important;
}

.u-ml95 {
	margin-left: 95px !important;
}

.u-ml100 {
	margin-left: 100px !important;
}

.u-ml105 {
	margin-left: 105px !important;
}

.u-ml110 {
	margin-left: 110px !important;
}

.u-ml115 {
	margin-left: 115px !important;
}

.u-ml120 {
	margin-left: 120px !important;
}

.u-ml125 {
	margin-left: 125px !important;
}

.u-ml130 {
	margin-left: 130px !important;
}

.u-ml135 {
	margin-left: 135px !important;
}

.u-ml140 {
	margin-left: 140px !important;
}

.u-ml145 {
	margin-left: 145px !important;
}

.u-ml150 {
	margin-left: 150px !important;
}

.u-ml160 {
	margin-left: 160px !important;
}

.u-ml170 {
	margin-left: 170px !important;
}

.u-ml180 {
	margin-left: 180px !important;
}

.u-ml190 {
	margin-left: 190px !important;
}

.u-ml200 {
	margin-left: 200px !important;
}

.u-mr0 {
	margin-right: 0 !important;
}

.u-mr5 {
	margin-right: 5px !important;
}

.u-mr10 {
	margin-right: 10px !important;
}

.u-mr13 {
	margin-right: 13px !important;
}

.u-mr15 {
	margin-right: 15px !important;
}

.u-mr20 {
	margin-right: 20px !important;
}

.u-mr25 {
	margin-right: 25px !important;
}

.u-mr30 {
	margin-right: 30px !important;
}

.u-mr33 {
	margin-right: 33px !important;
}

.u-mr34 {
	margin-right: 34px !important;
}

.u-mr35 {
	margin-right: 35px !important;
}

.u-mr40 {
	margin-right: 40px !important;
}

.u-mr45 {
	margin-right: 45px !important;
}

.u-mr50 {
	margin-right: 50px !important;
}

.u-mr55 {
	margin-right: 55px !important;
}

.u-mr60 {
	margin-right: 60px !important;
}

.u-mr65 {
	margin-right: 65px !important;
}

.u-mr70 {
	margin-right: 70px !important;
}

.u-mr75 {
	margin-right: 75px !important;
}

.u-mr80 {
	margin-right: 80px !important;
}

.u-mr85 {
	margin-right: 85px !important;
}

.u-mr90 {
	margin-right: 90px !important;
}

.u-mr95 {
	margin-right: 95px !important;
}

.u-mr100 {
	margin-right: 100px !important;
}

.u-mr105 {
	margin-right: 105px !important;
}

.u-mr110 {
	margin-right: 110px !important;
}

.u-mr115 {
	margin-right: 115px !important;
}

.u-mr120 {
	margin-right: 120px !important;
}

.u-mr125 {
	margin-right: 125px !important;
}

.u-mr130 {
	margin-right: 130px !important;
}

.u-mr135 {
	margin-right: 135px !important;
}

.u-mr140 {
	margin-right: 140px !important;
}

.u-mr145 {
	margin-right: 145px !important;
}

.u-mr150 {
	margin-right: 150px !important;
}

.u-mr160 {
	margin-right: 160px !important;
}

.u-mr170 {
	margin-right: 170px !important;
}

.u-mr180 {
	margin-right: 180px !important;
}

.u-mr190 {
	margin-right: 190px !important;
}

.u-mr200 {
	margin-right: 200px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pt120 {
	padding-top: 120px !important;
}

.pt125 {
	padding-top: 125px !important;
}

.pt130 {
	padding-top: 130px !important;
}

.pt135 {
	padding-top: 135px !important;
}

.pt140 {
	padding-top: 140px !important;
}

.pt145 {
	padding-top: 145px !important;
}

.pt150 {
	padding-top: 150px !important;
}

.pt160 {
	padding-top: 160px !important;
}

.pt170 {
	padding-top: 170px !important;
}

.pt180 {
	padding-top: 180px !important;
}

.pt190 {
	padding-top: 190px !important;
}

.pt200 {
	padding-top: 200px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb105 {
	padding-bottom: 105px !important;
}

.pb110 {
	padding-bottom: 110px !important;
}

.pb115 {
	padding-bottom: 115px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pb130 {
	padding-bottom: 130px !important;
}

.pb135 {
	padding-bottom: 135px !important;
}

.pb140 {
	padding-bottom: 140px !important;
}

.pb145 {
	padding-bottom: 145px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pb160 {
	padding-bottom: 160px !important;
}

.pb170 {
	padding-bottom: 170px !important;
}

.pb180 {
	padding-bottom: 180px !important;
}

.pb190 {
	padding-bottom: 190px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pr105 {
	padding-right: 105px !important;
}

.pr110 {
	padding-right: 110px !important;
}

.pr115 {
	padding-right: 115px !important;
}

.pr120 {
	padding-right: 120px !important;
}

.pr125 {
	padding-right: 125px !important;
}

.pr130 {
	padding-right: 130px !important;
}

.pr135 {
	padding-right: 135px !important;
}

.pr140 {
	padding-right: 140px !important;
}

.pr145 {
	padding-right: 145px !important;
}

.pr150 {
	padding-right: 150px !important;
}

.pr160 {
	padding-right: 160px !important;
}

.pr170 {
	padding-right: 170px !important;
}

.pr180 {
	padding-right: 180px !important;
}

.pr190 {
	padding-right: 190px !important;
}

.pr200 {
	padding-right: 200px !important;
}

.u-pt0 {
	padding-top: 0 !important;
}

.u-pt5 {
	padding-top: 5px !important;
}

.u-pt10 {
	padding-top: 10px !important;
}

.u-pt15 {
	padding-top: 15px !important;
}

.u-pt20 {
	padding-top: 20px !important;
}

.u-pt25 {
	padding-top: 25px !important;
}

.u-pt30 {
	padding-top: 30px !important;
}

.u-pt35 {
	padding-top: 35px !important;
}

.u-pt40 {
	padding-top: 40px !important;
}

.u-pt45 {
	padding-top: 45px !important;
}

.u-pt50 {
	padding-top: 50px !important;
}

.u-pt55 {
	padding-top: 55px !important;
}

.u-pt60 {
	padding-top: 60px !important;
}

.u-pt65 {
	padding-top: 65px !important;
}

.u-pt70 {
	padding-top: 70px !important;
}

.u-pt75 {
	padding-top: 75px !important;
}

.u-pt80 {
	padding-top: 80px !important;
}

.u-pt85 {
	padding-top: 85px !important;
}

.u-pt95 {
	padding-top: 95px !important;
}

.u-pt100 {
	padding-top: 100px !important;
}

.u-pt105 {
	padding-top: 105px !important;
}

.u-pt110 {
	padding-top: 110px !important;
}

.u-pt115 {
	padding-top: 115px !important;
}

.u-pt120 {
	padding-top: 120px !important;
}

.u-pt125 {
	padding-top: 125px !important;
}

.u-pt130 {
	padding-top: 130px !important;
}

.u-pt135 {
	padding-top: 135px !important;
}

.u-pt140 {
	padding-top: 140px !important;
}

.u-pt145 {
	padding-top: 145px !important;
}

.u-pt150 {
	padding-top: 150px !important;
}

.u-pt160 {
	padding-top: 160px !important;
}

.u-pt170 {
	padding-top: 170px !important;
}

.u-pt180 {
	padding-top: 180px !important;
}

.u-pt190 {
	padding-top: 190px !important;
}

.u-pt200 {
	padding-top: 200px !important;
}

.u-pb0 {
	padding-bottom: 0 !important;
}

.u-pb5 {
	padding-bottom: 5px !important;
}

.u-pb10 {
	padding-bottom: 10px !important;
}

.u-pb15 {
	padding-bottom: 15px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.u-pb25 {
	padding-bottom: 25px !important;
}

.u-pb30 {
	padding-bottom: 30px !important;
}

.u-pb35 {
	padding-bottom: 35px !important;
}

.u-pb40 {
	padding-bottom: 40px !important;
}

.u-pb45 {
	padding-bottom: 45px !important;
}

.u-pb50 {
	padding-bottom: 50px !important;
}

.u-pb55 {
	padding-bottom: 55px !important;
}

.u-pb60 {
	padding-bottom: 60px !important;
}

.u-pb70 {
	padding-bottom: 70px !important;
}

.u-pb80 {
	padding-bottom: 80px !important;
}

.u-pb90 {
	padding-bottom: 90px !important;
}

.u-pb100 {
	padding-bottom: 100px !important;
}

.u-pb105 {
	padding-bottom: 105px !important;
}

.u-pb110 {
	padding-bottom: 110px !important;
}

.u-pb115 {
	padding-bottom: 115px !important;
}

.u-pb120 {
	padding-bottom: 120px !important;
}

.u-pb125 {
	padding-bottom: 125px !important;
}

.u-pb130 {
	padding-bottom: 130px !important;
}

.u-pb135 {
	padding-bottom: 135px !important;
}

.u-pb140 {
	padding-bottom: 140px !important;
}

.u-pb145 {
	padding-bottom: 145px !important;
}

.u-pb150 {
	padding-bottom: 150px !important;
}

.u-pb160 {
	padding-bottom: 160px !important;
}

.u-pb170 {
	padding-bottom: 170px !important;
}

.u-pb180 {
	padding-bottom: 180px !important;
}

.u-pb190 {
	padding-bottom: 190px !important;
}

.u-pb200 {
	padding-bottom: 200px !important;
}

.u-pl0 {
	padding-left: 0 !important;
}

.u-pl5 {
	padding-left: 5px !important;
}

.u-pl10 {
	padding-left: 10px !important;
}

.u-pl15 {
	padding-left: 15px !important;
}

.u-pl20 {
	padding-left: 20px !important;
}

.u-pl25 {
	padding-left: 25px !important;
}

.u-pl30 {
	padding-left: 30px !important;
}

.u-pl35 {
	padding-left: 35px !important;
}

.u-pl40 {
	padding-left: 40px !important;
}

.u-pl50 {
	padding-left: 50px !important;
}

.u-pl60 {
	padding-left: 60px !important;
}

.u-pr0 {
	padding-right: 0px !important;
}

.u-pr5 {
	padding-right: 5px !important;
}

.u-pr10 {
	padding-right: 10px !important;
}

.u-pr15 {
	padding-right: 15px !important;
}

.u-pr20 {
	padding-right: 20px !important;
}

.u-pr25 {
	padding-right: 25px !important;
}

.u-pr30 {
	padding-right: 30px !important;
}

.u-pr35 {
	padding-right: 35px !important;
}

.u-pr40 {
	padding-right: 40px !important;
}

.u-pr45 {
	padding-right: 45px !important;
}

.u-pr50 {
	padding-right: 50px !important;
}

.u-pr55 {
	padding-right: 55px !important;
}

.u-pr60 {
	padding-right: 60px !important;
}

.u-pr70 {
	padding-right: 70px !important;
}

.u-pr80 {
	padding-right: 80px !important;
}

.u-pr90 {
	padding-right: 90px !important;
}

.u-pr100 {
	padding-right: 100px !important;
}

.u-pr105 {
	padding-right: 105px !important;
}

.u-pr110 {
	padding-right: 110px !important;
}

.u-pr115 {
	padding-right: 115px !important;
}

.u-pr120 {
	padding-right: 120px !important;
}

.u-pr125 {
	padding-right: 125px !important;
}

.u-pr130 {
	padding-right: 130px !important;
}

.u-pr135 {
	padding-right: 135px !important;
}

.u-pr140 {
	padding-right: 140px !important;
}

.u-pr145 {
	padding-right: 145px !important;
}

.u-pr150 {
	padding-right: 150px !important;
}

.u-pr160 {
	padding-right: 160px !important;
}

.u-pr170 {
	padding-right: 170px !important;
}

.u-pr180 {
	padding-right: 180px !important;
}

.u-pr190 {
	padding-right: 190px !important;
}

.u-pr200 {
	padding-right: 200px !important;
}

.u-mtp1 {
	margin-top: 1% !important;
}

.u-mtp2 {
	margin-top: 2% !important;
}

.u-mtp3 {
	margin-top: 3% !important;
}

.u-mtp4 {
	margin-top: 4% !important;
}

.u-mtp5 {
	margin-top: 5% !important;
}

.u-mtp6 {
	margin-top: 6% !important;
}

.u-mtp7 {
	margin-top: 7% !important;
}

.u-mtp8 {
	margin-bottom: 8% !important;
}

.u-mtp9 {
	margin-bottom: 9% !important;
}

.u-mtp10 {
	margin-bottom: 10% !important;
}

.u-mbp1 {
	margin-bottom: 1% !important;
}

.u-mbp2 {
	margin-bottom: 2% !important;
}

.u-mbp3 {
	margin-bottom: 3% !important;
}

.u-mbp4 {
	margin-bottom: 4% !important;
}

.u-mbp5 {
	margin-bottom: 5% !important;
}

.u-mbp6 {
	margin-bottom: 6% !important;
}

.u-mbp7 {
	margin-bottom: 7% !important;
}

.u-mbp8 {
	margin-bottom: 8% !important;
}

.u-mbp9 {
	margin-bottom: 9% !important;
}

.u-mbp10 {
	margin-bottom: 10% !important;
}

.u-mbm5 {
	margin-bottom: -5px !important;
}

.u-mbm10 {
	margin-bottom: -10px !important;
}

.u-mbm15 {
	margin-bottom: -15px !important;
}

.u-mbm20 {
	margin-bottom: -20px !important;
}

.u-mbm25 {
	margin-bottom: -25px !important;
}

.u-mbm30 {
	margin-bottom: -30px !important;
}

.u-mbm35 {
	margin-bottom: -35px !important;
}

.u-mbm40 {
	margin-bottom: -40px !important;
}

.u-mbm45 {
	margin-bottom: -45px !important;
}

.u-mbm50 {
	margin-bottom: -50px !important;
}

.u-mtm5 {
	margin-top: -5px !important;
}

.u-mtm10 {
	margin-top: -10px !important;
}

.u-mtm15 {
	margin-top: -15px !important;
}

.u-mtm20 {
	margin-top: -20px !important;
}

.u-mtm25 {
	margin-top: -25px !important;
}

.u-mtm30 {
	margin-top: -30px !important;
}

.u-mtm35 {
	margin-top: -35px !important;
}

.u-mtm40 {
	margin-top: -40px !important;
}

.u-mtm45 {
	margin-top: -45px !important;
}

.u-mtm50 {
	margin-top: -50px !important;
}

.u-mlm5 {
	margin-left: -5px !important;
}

.u-mlm10 {
	margin-left: -10px !important;
}

.u-mlm15 {
	margin-left: -15px !important;
}

.u-mlm20 {
	margin-left: -20px !important;
}

.u-mlm25 {
	margin-left: -25px !important;
}

.u-mlm30 {
	margin-left: -30px !important;
}

.u-mlm35 {
	margin-left: -35px !important;
}

.u-mlm40 {
	margin-left: -40px !important;
}

.u-mlm45 {
	margin-left: -45px !important;
}

.u-mlm50 {
	margin-left: -50px !important;
}

.u-mrm5 {
	margin-right: -5px !important;
}

.u-mrm10 {
	margin-right: -10px !important;
}

.u-mrm15 {
	margin-right: -15px !important;
}

.u-mrm20 {
	margin-right: -20px !important;
}

.u-mrm25 {
	margin-right: -25px !important;
}

.u-mrm30 {
	margin-right: -30px !important;
}

.u-mrm35 {
	margin-right: -35px !important;
}

.u-mrm40 {
	margin-right: -40px !important;
}

.u-mrm45 {
	margin-right: -45px !important;
}

.u-mrm50 {
	margin-right: -50px !important;
}

.u-f10 {
	font-size: 10px !important;
}

.u-f11 {
	font-size: 11px !important;
}

.u-f12 {
	font-size: 12px !important;
}

.u-f13 {
	font-size: 13px !important;
}

.u-f14 {
	font-size: 14px !important;
}

.u-f15 {
	font-size: 15px !important;
}

.u-f16 {
	font-size: 16px !important;
}

.u-f17 {
	font-size: 17px !important;
}

.u-f18 {
	font-size: 18px !important;
}

.u-f19 {
	font-size: 19px !important;
}

.u-f20 {
	font-size: 20px !important;
}

.u-f21 {
	font-size: 21px !important;
}

.u-f22 {
	font-size: 22px !important;
}

.u-f23 {
	font-size: 23px !important;
}

.u-f24 {
	font-size: 24px !important;
}

.u-f25 {
	font-size: 25px !important;
}

.u-f26 {
	font-size: 26px !important;
}

.u-f27 {
	font-size: 27px !important;
}

.u-f28 {
	font-size: 28px !important;
}

.u-f29 {
	font-size: 29px !important;
}

.u-f30 {
	font-size: 30px !important;
}

.u-lh10 {
	line-height: 1.0 !important;
}

.u-lh11 {
	line-height: 1.1 !important;
}

.u-lh12 {
	line-height: 1.2 !important;
}

.u-lh13 {
	line-height: 1.3 !important;
}

.u-lh14 {
	line-height: 1.4 !important;
}

.u-lh15 {
	line-height: 1.5 !important;
}

.u-lh16 {
	line-height: 1.6 !important;
}

.u-lh17 {
	line-height: 1.7 !important;
}

.u-lh18 {
	line-height: 1.8 !important;
}

.u-lh19 {
	line-height: 1.9 !important;
}

.u-lh20 {
	line-height: 2.0 !important;
}

.u-lsn {
	letter-spacing: normal !important;
}

.u-ls1 {
	letter-spacing: 0.01em !important;
}

.u-ls2 {
	letter-spacing: 0.02em !important;
}

.u-ls3 {
	letter-spacing: 0.03em !important;
}

.u-ls4 {
	letter-spacing: 0.04em !important;
}

.u-ls5 {
	letter-spacing: 0.05em !important;
}

.u-ls6 {
	letter-spacing: 0.06em !important;
}

.u-ls7 {
	letter-spacing: 0.07em !important;
}

.u-ls8 {
	letter-spacing: 0.08em !important;
}

.u-ls9 {
	letter-spacing: 0.09em !important;
}

.u-ls10 {
	letter-spacing: 0.1em !important;
}

.u-lsm1 {
	letter-spacing: -0.01em !important;
}

.u-lsm2 {
	letter-spacing: -0.02em !important;
}

.u-lsm3 {
	letter-spacing: -0.03em !important;
}

.u-lsm4 {
	letter-spacing: -0.04em !important;
}

.u-lsm5 {
	letter-spacing: -0.05em !important;
}

.u-lsm6 {
	letter-spacing: -0.06em !important;
}

.u-lsm7 {
	letter-spacing: -0.07em !important;
}

.u-lsm8 {
	letter-spacing: -0.08em !important;
}

.u-lsm9 {
	letter-spacing: -0.09em !important;
}

.u-lsm10 {
	letter-spacing: -0.1em !important;
}

.u-fmin {
	font-family: "ＭＳ 明朝", "MS Mincho", serif;
}

.u-hgse {
	font-family: "HGS明朝E","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
}

.u-mryo {
	font-family: "メイリオ", Meiryo, sans-serif;
}

.u-fl {
	float: left !important;
}

.u-fr {
	float: right !important;
}

.u-indent {
	text-indent: -9999px !important;
}

.u-hide {
	visibility: hidden !important;
}

.u-oh {
	overflow: hidden !important;
}

.u-bold {
	font-weight: bolder !important;
}

.u-vat {
	vertical-align: top !important;
}

.u-vam {
	vertical-align: middle !important;
}

.u-bsb {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.u-mauto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*.ruby{ display: ruby; }

.ruby:after {
  content: attr(title);
  display: ruby-text;
  font-size: 0.6em;
}*/

/*
.tdur{ text-align: right; }
.tdur a{ text-decoration: underline; color: inherit; }
.tdur a:hover{ text-decoration: none; }
*/

.u-nb {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	text-decoration: inherit;
	text-indent: 0;
}

.u-bbr,
.u-abr {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	text-decoration: inherit;
}

.u-bbr:before,
.u-abr:after {
	content: "\A";
	white-space: pre;
}

.u-db {
	display: block !important;
}

.u-di {
	display: inline !important;
}

.u-dib {
	display: inline-block !important;
}

.u-idt {
	text-indent: -1em;
	padding-left: 1em !important;
}

/* ========================================
    ■ 必須設定
======================================== */

/* 関数
----------------------------- */

/* utility class
----------------------------- */

.g-wrapper {
	position: relative;
	min-width: 1040px;
	margin: 0 auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.hover:hover {
	opacity: 0.9;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
	background: #ccc;
	width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #aaa;
}

table.tbl-block,
table.tbl-block tbody,
table.tbl-block tr,
table.tbl-block th,
table.tbl-block td {
	display: block;
	text-align: left;
}

/* 文字装飾 */

.font-blue {
	color: #199cd0;
}

.marker-blue {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #bfeceb), color-stop(50%, transparent));
	background: -webkit-linear-gradient(bottom, #bfeceb 50%, transparent 50%);
	background: linear-gradient(0deg, #bfeceb 50%, transparent 50%);
}

/* ========================================
    ■ General
======================================== */

html {
	font-size: 18px;
	font-weight: 300;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN", "メイリオ", Meiryo, sans-serif;
	color: #333435;
	line-height: 1.88889;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}

a {
	color: #333435;
	text-decoration: underline;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a::before,
a::after {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover::before,
a:hover::after {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover img {
	opacity: 0.6;
}

img,
video,
object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

/*---------------------------------------------
Layout
-----------------------------------------------*/

.g-wrapper {
	overflow: hidden;
}

.l-inner {
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-inner._wide {
	max-width: 1120px;
}

.l-inner._over_wide {
	min-width: 1400px;
}

.l-inner::after {
	clear: both;
	content: "";
	display: block;
}

.l-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.l-col2 {
	overflow: hidden;
}

.l-col2 .child {
	width: 49.5%;
}

.l-col2 .child:nth-child(2n) {
	float: right;
}

.l-col2 .child:nth-child(2n+1) {
	clear: both;
	float: left;
}

/*---------------------------------------------
Components
-----------------------------------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.block {
	display: block;
}

.co-pink {
	color: #ff00af;
}

/*---------------------------------------------
Global
-----------------------------------------------*/

.g-header {
	width: 100%;
	height: 70px;
	padding: 5px 0;
	background: #fff;
}

.g-header .tel {
	width: 248px;
	float: right;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	padding: 8px 0 5px; /* コロナ影響で受付時間を非表示にした場合調整 */
}

.g-header .tel img {
	width: 248px;
}

.g-header .logo {
	float: left;
	padding-top: 8px;
}

.g-footer {
	text-align: center;
}

.g-footer nav {
	padding: 25px 15px;
}

.g-footer nav a {
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
}

.g-footer nav a + a::before {
	content: "／";
	margin-right: 5px;
}

.g-footer .copyright {
	color: #fff;
	background-color: #000000;
	padding: 20px 0;
}

/*---------------------------------------------
Unique
-----------------------------------------------*/

.cv_btn a {
	display: inline-block;
	position: relative;
}

.cv_btn a .sa {
	position: absolute;
	top: 0;
	left: 0;
}

.cv_btn a:hover img {
	opacity: 1;
}

#kv {
	background: url(../images/mv_bg.png) no-repeat center center;
	background-size: cover;
	height: 631px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	position: relative;
}

#kv .l-inner p.txt img {
	max-width: 50%;
}

#kv .btn {
	display: flex;
	position: absolute;
	bottom: -50px;
	justify-content: center;
	width: 100%;
}

#kv p + p {
	margin-top: 20px;
}

.c-h2_title {
	overflow: hidden;
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

.c-h2_title .shape {
	position: relative;
}

.c-h2_title .shape::before,
.c-h2_title .shape::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #333435;
	-webkit-transform: translateY(-50%); /* Safari用 */
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-h2_title .shape::before {
	right: 102%;
}

.c-h2_title .shape::after {
	left: 102%;
}

#section01 {
	padding: 0;
}

#section01 .bg_sec1_bg {
	padding: 0;
	background: url(../images/sec01_bg_bg.png) repeat-x center bottom/auto 100%;
}

#section01 .bg_sec1 {
	background: url(../images/sec01_bg.png) no-repeat center bottom/auto 100%;
	padding: 90px 0 70px;
}

#section01 .l-col2 {
	padding: 0 10px;
}

#section01 .sec1_box {
	text-align: center;
	position: relative;
	padding-top: 25%;
}

#section01 .sec1_box img {
	position: absolute;
	top: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

#section01 .sec1_box:hover img {
	width: 100%;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#section01 .sec1_box .comment {
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	font-size: 20px;
	line-height: 1.4;
}

#section01 .sec1_box .comment .table {
	display: table;
	width: 100%;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

#section01 .sec1_box .comment p {
	display: table-cell;
	width: 100%;
	height: 100px;
	background: #fff;
	margin: 0 auto;
	vertical-align: middle;
}

#section01 .result {
	text-align: center;
	font-size: 36px;
	line-height: 1.4;
	padding: 30px 0 0;
}

.section1-02 {
	padding: 50px 0 40px;
}

.section1-02 .sec2_box {
	padding: 35px 0;
	position: relative;
	overflow: hidden;
}

.section1-02 .sec2_box img {
	position: absolute;
	width: 36%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: block;
}

.section1-02 .sec2_box .comment {
	color: #fff;
	line-height: 1.9;
	padding: 30px 7% 40px;
	width: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.section1-02 .sec2_box .comment h3 {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 15px;
}

.section1-02 .sec2_box.type1 .comment {
	float: right;
	background-image: -webkit-linear-gradient(0deg, #0f4c81 0%, #25c3d6 100%);
	background-image: -ms-linear-gradient(0deg, #0f4c81 0%, #25c3d6 100%);
	padding-left: 15%;
}

.section1-02 .sec2_box.type1 img {
	top: 5px;
	left: 5px;
}

.section1-02 .sec2_box.type2 {
	margin-bottom: 40px;
}

.section1-02 .sec2_box.type2 .comment {
	background-image: -webkit-linear-gradient(180deg, #0f4c81 0%, #25c3d6 100%);
	background-image: -ms-linear-gradient(180deg, #0f4c81 0%, #25c3d6 100%);
	padding-right: 15%;
}

.section1-02 .sec2_box.type2 img {
	bottom: 5px;
	right: 5px;
}

.section1-02 .sec2_box.type3 .comment {
	float: right;
	background-image: -webkit-linear-gradient(-60deg, #0f4c81 0%, #25c3d6 100%);
	background-image: -ms-linear-gradient(-60deg, #0f4c81 0%, #25c3d6 100%);
	padding-left: 15%;
}

.section1-02 .sec2_box.type3 img {
	top: 5px;
	left: 5px;
}

.cta {
	background: url(../images/cta_bg.png) no-repeat center center/cover;
}

.cta .img {
	width: 49%;
	float: left;
}

.cta .box {
	width: 50%;
	float: right;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

.cta .box .logo {
	margin: 0 0 15px;
}

.cta .box .shape {
	font-size: 24px;
}

.cta .box .txt {
	border-bottom: 5px solid #ffea89;
	font-size: 27px;
	line-height: 1;
	margin: 0 0 15px;
}

.cta .box .txt b {
	font-size: 40px;
}

#section02 {
	padding: 0;
}

#section02 .h2_title {
	font-size: 36px;
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}

#section02 .h2_title b {
	font-size: 90px;
	font-family: "Roboto", sans-serif;
}

#section02 .obi {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	padding: 30px 15px 50px;
	background: url(../images/sec3_tit_bg.png) center bottom/auto 100%;
	text-align: center;
}

#section02 .shape {
	font-size: 27px;
	text-align: center;
	display: block;
	padding: 35px 0 0;
	line-height: 1;
}

#section02 .step_wrap .step {
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}

#section02 .step_wrap .step .bg {
	width: 70%;
	position: absolute;
	height: 310px;
	background: url(../images/sec3_bg.png) center top;
	top: 50px;
}

#section02 .step_wrap .step .label {
	width: 50%;
	float: left;
	position: relative;
}

#section02 .step_wrap .step .label img {
	max-width: 480px;
}

#section02 .step_wrap .step .label p {
	font-size: 40px;
	color: #0f4c81;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	border-bottom: 6px solid #ffea89;
	line-height: 1;
	margin-bottom: 40px;
}

#section02 .step_wrap .step .label p b {
	font-size: 70px;
}

#section02 .step_wrap .step .comment {
	float: right;
	width: 49%;
	padding: 70px 0 0 20px;
	overflow: hidden;
	position: relative;
}

#section02 .step_wrap .step .comment h3 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 25px;
	width: 100%;
	max-width: 480px;
}

#section02 .step_wrap .step .comment p {
	width: 100%;
	max-width: 480px;
}

#section02 .step_wrap .step:nth-child(odd) .label {
	text-align: right;
}

#section02 .step_wrap .step:nth-child(odd) .bg {
	right: 0;
}

#section02 .step_wrap .step:nth-child(even) .label {
	float: right;
}

#section02 .step_wrap .step:nth-child(even) .comment {
	float: left;
}

#section02 .step_wrap .step:nth-child(even) .comment h3 {
	float: right;
}

#section02 .step_wrap .step:nth-child(even) .comment p {
	clear: both;
	float: right;
}

#section03 {
	padding: 0;
}

#section03 .bg_sec4 {
	padding: 60px 0;
	background: url(../images/sec4_bg.png) center top;
}

#section03 .voice {
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 40px 25px 25px;
	overflow: hidden;
}

#section03 .voice .comment {
	width: 60%;
	float: right;
}

#section03 .voice .comment h3 {
	font-size: 24px;
	line-height: 1.4;
	padding: 0 0 0 8px;
	border-left: 10px solid #0f4c81;
	margin: 0 0 15px;
	font-weight: 500;
}

#section03 .voice + .voice {
	margin-top: 40px;
}

#section03 .voice .img {
	width: 38%;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
}

#section03 .voice .img img {
	display: block;
	margin: 0 auto 5px;
}

.cta2 {
	background: url(../images/cta2_bg.png) no-repeat center center/cover;
	padding: 80px 0 50px;
}

.cta2 .button {
	text-align: center;
	padding: 60px 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
}

.cta2 .contact-link {
	text-align: center;
}

.cta2 .contact-link a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

.cta2 .contact-link a:hover {
	opacity: 0.5;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.cta2 .img {
	width: 49%;
	float: left;
}

.cta2 .logo {
	margin: 0 0 15px;
}

.cta2 .txt {
	border-bottom: 5px solid #ffea89;
	font-size: 27px;
	line-height: 1;
	margin: 0 0 15px;
	display: inline-block;
}

.cta2 .txt b {
	font-size: 40px;
}

#seminar-section {
	padding: 0;
}

#seminar-section .bg_sec_semi_bg {
	padding: 0;
	background: url(../images/sec_semi_bg.png) repeat-x center bottom/auto 100%;
}

#seminar-section .bg_sec_semi {
	background: url(../images/sec_semi_bg.png) no-repeat center bottom/auto 100%;
	padding: 90px 0 35px;
}

#seminar-section .seminar-title {
	margin-bottom: 2em;
}

#seminar-section .flex .flex-wrapper {
	display: flex;
	position: relative;
	align-items: center;
}

/* #seminar-section .flex {
	display: flex;
} */
#seminar-section .flex.left-right {
	justify-content:space-between;
}

#seminar-section .balance {
	width: 20%;
}

#seminar-section .flex .right {
	color: #FFF;
	margin-left: 10px;
}

#seminar-section .flex .right img {
	margin-bottom: 10px;
}

#seminar-section .h1_title {
	font-size: 42px;
	font-weight: bold;
	border-bottom: solid 2px #FFF;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* #seminar-section .h1_title > br {
	display: none;
} */

#seminar-section .h3_title {
	font-size: 30px;
	line-height: 1.4;
}

#seminar-section .h3_title span {
	font-size: 23px;
}

#seminar-section .l-col2 {
	padding: 0 10px;
}

#seminar-section .flex .recommend,
#seminar-section .flex .overview {
	background-color: rgba(255,255,255,0.3);
	padding: 1em;
}

#seminar-section .flex .overview {
	padding-right: 5em;
}

#seminar-section .flex .recommend img {
	height: 2em;
}

#seminar-section .flex .dot-list > li {
    padding-left: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	font-size: 21px;
	position: relative;
}

#seminar-section .flex .dot-list > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.3em;
    height: 0.3em;
    background-color: #144482;
    content: "";
}

#seminar-section .flex .dot-list > li.top-quarter::before {
	top: 25%;
}

#seminar-section .flex .dot-list > li .dot-text {
	padding-top: .4em;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1em 0.35em;
    background-image: radial-gradient(.1em .1em at center center,#FDEA89,#FDEA89 80%,transparent);
}

#seminar-section .flex .dot-list > li .dot-text.six-count {
	background-size: 0.9em 0.25em;
	background-position: top left 3px;
}

#seminar-section .flex .recommend {
	display: flex;
	flex-direction: column;
}

#seminar-section .flex .recommend > div {
	margin-bottom: 1em;
}

#seminar-section .flex .recommend .recommend__list {
	color: #FFF;
	line-height: 2;
}

#seminar-section .flex .overview {
	line-height: initial;
}

#seminar-section .flex .overview .left {
	color: #144482;
	margin-right: 1em;
}

#seminar-section .flex .overview .right {
	color: #FFF;
}

#seminar-section .flex .overview .notes {
	font-size: 16px;
}
#seminar-section .flex .overview .support {
	font-size: 18px;
}

#seminar-section .cv_btn {
	text-align: center;
	margin-top: 35px;
}

.popup_wrap {
    display: none;
    position: fixed;
    left: 100%;
	bottom: 45px;
    margin-left: -30px;
	cursor: pointer;
	transform: translate(-100%, 100px);
	opacity: 0;
	transition: all .5s ease;
}

.popup_wrap .popup-img {
	border-radius: 4px;
	max-width: initial;
	width: 320px;
	box-shadow: 0 12px 27px 2px rgba(0,0,0,.4);
}

.popup_wrap a:hover img {
	opacity: 1;
}

.popup_wrap .popup_close {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 1.5em;
	background: white;
	border-radius: 50%;
	border: solid 1px white;
}

.popup_wrap.show {
	opacity: 1;
	transform: translate(-100%, 0);
}

@media all and (-ms-high-contrast: none) {

body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

}

@media screen and (max-width: 1340px) {
	#seminar-section .l-inner._over_wide {
		min-width: 0;
		width: 100%;
	}

	#seminar-section .flex.left-right {
		flex-direction: column;
	}

	#seminar-section .flex .overview {
		margin-top: 2em;
		padding-right: 0.5em;
	}

	#seminar-section .seminar-title .flex {
		justify-content: center;
	}
}

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

	#seminar-section .flex .recommend {
		padding-left: 0.5em;
	}

	#seminar-section .flex .recommend .recommend__list {
		line-height: 1.5;
	}

	#seminar-section .flex .dot-list > li {
		font-size: 15px;
		width: 100%;
	}

	#seminar-section .flex .overview .left {
		min-width: 2em;
	}

	#seminar-section .flex .overview .notes {
		font-size: 100%;
	}

	#seminar-section .flex .overview .support {
		flex-direction: column;
		font-size: 100%;
	}

	#seminar-section .flex .dot-list > li.top-quarter::before {
		top: 20%;
	}
}

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

.g-wrapper {
	min-width: 320px;
}

html {
	font-size: 14px;
}

body {
	line-height: 1.71429;
}

.l-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.l-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.l-col2 .child {
	width: 100%;
	text-align: center;
}

.l-col2 .child:nth-child(2n) {
	float: none;
}

.l-col2 .child:nth-child(2n+1) {
	clear: both;
	float: none;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.g-header {
	height: auto;
	padding: 7px 0 5px;
}

.g-header .tel {
	width: 140px;
	text-align: right;
	padding: 8px 0 5px; /* コロナ影響で受付時間を非表示にした場合調整 */
}

.g-header .tel img {
	width: 130px;
}

.g-header .tel span {
	font-size: 10px;
}

.g-header .logo {
	padding: 3px 0 5px;
	width: 140px;
}

.g-footer nav {
	padding: 20px 15px;
}

.g-footer nav a {
	font-size: 16px;
	display: block;
	line-height: 1.4;
	text-decoration: underline;
}

.g-footer nav a + a {
	margin-top: 10px;
}

.g-footer nav a + a::before {
	content: "";
	margin-right: 0;
}

.g-footer .copyright {
	font-size: 12px;
	padding: 15px;
}

#kv {
	background-image: url(../images/mv_bg_sp.jpg);
	background-position-y: top;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20vw 5vw;
	height: auto;
	position: relative;
}

#kv .l-inner p.txt img {
	max-width: 100%;
}

#kv .txt {
	width: 70%;
	max-width: 470px;
}

#kv .txt.ji3 {
	width: 100%;
}

#kv .btn {
	width: 100%;
	left: 0;
	flex-direction: column;
}

#kv .btn > div {
	width: 70%;
	margin: auto;
	text-align: center;
}

.c-h2_title {
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 1.4;
}

#section01 .bg_sec1 {
	background: url(../images/sec01_bg.png) no-repeat center bottom/auto 100%;
	padding: 60px 0 50px;
}

#section01 .l-col2 {
	padding: 0;
}

#section01 .sec1_box {
	padding: 0;
}

#section01 .sec1_box img {
	width: 100%;
	max-width: 470px;
	position: static;
	top: auto;
	left: auto;
	-webkit-transform: translateX(0%); /* Safari用 */
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#section01 .sec1_box:hover img {
	top: auto;
}

#section01 .sec1_box .comment {
	margin-top: -40px;
	font-size: 16px;
	padding-bottom: 25px;
}

#section01 .sec1_box .comment p {
	height: 80px;
}

#section01 .result {
	font-size: 22px;
	line-height: 1.8;
	padding-top: 0;
}

#section01 .result img {
	width: 136px;
}

.section1-02 {
	padding: 15px 0;
}

.section1-02 .sec2_box {
	padding: 15px 0;
}

.section1-02 .sec2_box img {
	position: relative;
	width: auto;
	margin: 0 auto;
	width: 80%;
	max-width: 360px;
}

.section1-02 .sec2_box .comment {
	padding: 100px 5% 20px;
	width: 100%;
	max-width: 460px;
	margin: -80px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.section1-02 .sec2_box .comment h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.section1-02 .sec2_box.type1 .comment {
	float: none;
	padding-left: 5%;
}

.section1-02 .sec2_box.type1 img {
	top: 0;
	left: 0;
}

.section1-02 .sec2_box.type2 {
	margin-bottom: 0;
}

.section1-02 .sec2_box.type2 .comment {
	padding-right: 5%;
}

.section1-02 .sec2_box.type2 img {
	bottom: 0;
	right: 0;
}

.section1-02 .sec2_box.type3 .comment {
	float: none;
	padding-left: 5%;
}

.section1-02 .sec2_box.type3 img {
	top: 0;
	left: 0;
}

.cta .button {
	max-width: 300px;
	margin: 0 auto;
}

.cta .img {
	float: none;
	width: 60%;
	max-width: 460px;
	margin: 0 auto;
}

.cta .box {
	float: none;
	width: 100%;
}

.cta .box .logo {
	width: 170px;
	margin: 20px auto 15px;
}

.cta .box .shape {
	font-size: 20px;
	margin: 0 0 5px;
}

.cta .box .txt {
	font-size: 22px;
	display: inline;
	line-height: 1.4;
}

.cta .box .txt b {
	font-size: 30px;
}

#section02 .h2_title {
	font-size: 26px;
	margin-bottom: 25px;
}

#section02 .h2_title b {
	font-size: 40px;
}

#section02 .h2_title img {
	width: 140px;
}

#section02 .obi {
	font-size: 22px;
	line-height: 1.4;
	padding: 15px 15px 30px;
}

#section02 .shape {
	padding: 25px 0 15px;
	font-size: 20px;
}

#section02 .step_wrap .step {
	margin-bottom: 5px;
}

#section02 .step_wrap .step .bg {
	top: 30px;
}

#section02 .step_wrap .step .label {
	width: 100%;
	float: none;
	text-align: center;
}

#section02 .step_wrap .step .label p {
	text-align: center;
	font-size: 30px;
	margin: 0 15px 15px;
}

#section02 .step_wrap .step .label p b {
	font-size: 50px;
}

#section02 .step_wrap .step .label img {
	width: 70%;
}

#section02 .step_wrap .step .comment {
	float: none;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	clear: both;
	padding: 10px 15px 25px;
}

#section02 .step_wrap .step .comment h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

#section02 .step_wrap .step:nth-child(odd) .label {
	text-align: center;
}

#section03 .bg_sec4 {
	padding: 30px 0 40px;
}

#section03 .voice {
	padding: 20px 15px 20px;
}

#section03 .voice .comment {
	margin-bottom: 15px;
}

#section03 .voice .comment {
	width: 100%;
	float: none;
}

#section03 .voice .comment h3 {
	font-size: 18px;
}

#section03 .voice + .voice {
	margin-top: 25px;
}

#section03 .voice .img {
	width: 100%;
	float: none;
	font-size: 16px;
}

#section03 .voice .img img {
	width: 60%;
	max-width: 240px;
}

.cta2 {
	text-align: center;
}

.cta2 .button {
	max-width: 300px;
	padding: 15px 0 0;
	flex-direction: column;
}

.cta2 .img {
	float: none;
	width: 60%;
	max-width: 460px;
	margin: 0 auto;
}

.cta2 .logo {
	width: 248px;
	margin: 20px auto 15px;
}

.cta2 .txt {
	font-size: 22px;
	display: inline;
	line-height: 1.4;
}

.cta2 .txt b {
	font-size: 30px;
}

#seminar-section .bg_sec_semi {
	padding: 55px 0 35px;
}

#seminar-section .flex.left-right {
	flex-direction: column;
}

#seminar-section .balance {
	width: initial;
}

#seminar-section .h1_title {
	font-size: 28px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
}

#seminar-section .h1_title br {
	display: inline;
}

#seminar-section .h3_title {
	font-size: 16px;
}

#seminar-section .h3_title span {
	font-size: 14px;
}

#seminar-section .cv_btn a {
	width: 235px;
}

}

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

	#seminar-section .flex .right {
		margin-left: 0;
	}

	#seminar-section .seminar-title .flex {
		flex-flow: row-reverse;
	}

	#seminar-section .balance {
		width: 0;
	}

	#seminar-section .balance img {
		position: absolute;
		bottom: 52px;
		right: 0;
		max-width: 55px;
	}

	#seminar-section .flex .dot-list > li::before {
		top: 25%;
	}

	#seminar-section .flex .dot-list > li.top-quarter::before {
		top: 15%;
	}

	#seminar-section .flex .overview .dot-list > li:not(.top-quarter)::before {
		top: 50%;
	}

	.popup_wrap {
		display: none !important;
	}
}
