@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font: 400 12px/1.8 "Open Sans", sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

iframe { border: 0 }

.align-center { text-align: center; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.position-relative { position: relative; }

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.mincho{ font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif !important; }

.demibold{ font-weight:600; }

.extrabold{ font-weight:900; }

.noborder{ border:none !important; }

.none_pc{ display:none; }
.none_sp{ display:block; }
@media only screen and (max-width: 767px) {
	.none_pc{ display:block;}
	.none_sp{ display:none; }
}

/* 改行 */

.disInl768,
.disInl830,
.disInl991,
.disInl990,
.disInl767{ display: none; }

@media print, screen and (min-width: 768px) { .disInl768{ display: inline;} }
@media print, screen and (min-width: 830px) { .disInl830{ display: inline;} }
@media print, screen and (min-width: 991px) { .disInl991{ display: inline;} }

@media print, screen and (max-width: 990px) { .disInl990{ display: inline;} }
@media print, screen and (max-width: 767px) { .disInl767{ display: inline;} }


/* Transition elsements */
a,
.btn { transition: all 0.125s ease-in-out 0s; }

/* Reset box-shadow */
.btn,
.well,
.panel,
.form-control,
.form-control:hover,
.form-control:focus { box-shadow: none; }

/* Reset border-radius */
.well,
.label,
.alert,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a { border-radius: 2px; }

.pr-remove {
  /*vertical-align: middle !important;*/
	text-align: center;
}

.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}

.examples.bg-dark {
	background: #333;
	border: 0;
}

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Sections */
.main {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.module,
.module-small {
	position: relative;
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.module.whats,
.module.contents{ padding: 90px 0; }
.module.company,
.module.last{ padding: 100px 0; }
.module.contents.pt60{ padding-top: 60px; }

/* Module header */
.module-small { padding: 70px 0; }

.module-extra-small { padding: 25px 0px; }

.module-medium { padding: 160px 0px; }

.module-medium.finish{ padding: 100px 0; }

.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}

.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}

/* Sections dividers */
.divider-w {
	border-top: 1px solid #eaeaea;
	margin: 0;
}

.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}

/* Dark background */
.bg-dark,
.bg-black,
.bg-blue,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-black .module-title,
.bg-blue .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-black .module-subtitle,
.bg-blue .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 { color: #fff; }

.bg-dark { background: #111; }

.bg-black { background: #000; }

.bg-blue{ background: #0b2e4e; }

.bg-404040 {
	background: #404040;
	color:#fff;
}

.bg-e5e5e5 { background: #e5e5e5; }

.bg-dark-30:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.4);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.8);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light { background: #f6f6f6; }

.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
}

/* Vertical margin, padding */
.p-0 { padding: 0 !important; }

.pt-0 { padding-top: 0 !important; }

.pt-10 { padding-top: 10px !important; }

.pt-20 { padding-top: 20px !important; }

.pt-30 { padding-top: 30px !important; }

.pt-40 { padding-top: 40px !important; }

.pt-50 { padding-top: 50px !important; }

.pt-140 { padding-top: 140px !important; }

.pb-0 { padding-bottom: 0 !important; }

.pb-10 { padding-bottom: 10px !important; }

.pb-20 { padding-bottom: 20px !important; }

.pb-30 { padding-bottom: 30px !important; }

.pb-40 { padding-bottom: 40px !important; }

.pb-50 { padding-bottom: 50px !important; }

.pb-140 { padding-bottom: 140px !important; }

.pr-0 { padding-right: 0 !important; }

.pr-10 {
padding-right: 10px !important;
}

.pr-20 { padding-right: 20px !important; }

.pr-30 { padding-right: 30px !important; }

.pr-40 { padding-right: 40px !important; }

.pr-50 { padding-right: 50px !important; }

.pr-60 { padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 { padding-right: 80px !important; }

.pr-140 { padding-right: 140px !important; }

.m-0 { margin: 0 !important; }

.mt-0 { margin-top: 0 !important; }

.mt-10 { margin-top: 10px !important; }

.mt-20 { margin-top: 20px !important; }

.mt-30 { margin-top: 30px !important; }

.mt-40 { margin-top: 40px !important; }

.mt-50 { margin-top: 50px !important; }

.mt-60 { margin-top: 60px !important; }

.mt-70 { margin-top: 70px !important; }

.mt-80 { margin-top: 80px !important; }

.mb-0 { margin-bottom: 0 !important; }

.mb-10 { margin-bottom: 10px !important; }

.mb-20 { margin-bottom: 20px !important; }

.mb-30 { margin-bottom: 30px !important; }

.mb-40 { margin-bottom: 40px !important; }

.mb-50 { margin-bottom: 50px !important; }

.mb-60 { margin-bottom: 60px !important; }

.mb-70 { margin-bottom: 70px !important; }

.mb-80 { margin-bottom: 80px !important; }

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

.landing-image-text {
  padding-top: 0px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate { text-shadow: none !important; }

.module-title {
	position: relative;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #111;
	margin: 0 auto 70px;
}

.module-title.bold{ font-weight: bold; }

.module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}

.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.module-title + .module-subtitle { margin-top: -35px; }

.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
}

/* Caption */
.caption {
	position: relative;
	display: table;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}

.caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.caption-content{}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	z-index: 0;
	background-size: cover;
	background-color:#000;
}
@media only screen and (max-width: 1199px) {
	.home-section{ background-size: auto; }
}
@media only screen and (max-width: 767px) {
	.home-section {
		display:table;
		position: relative;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 70% top;
		width: 100%;
		z-index: 0;
		background-size: cover;
		background-color:#000;
	}
}

/* Contact Page Header */
.contact-page-header {
	background-position: 13% 45%;
	background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}


.blog-page-header:before { background: rgba(2, 2, 2, 0.3); }

.banner-img { margin-top: -145px; }

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer { padding: 10px 0; }

.footer .copyright { margin: 0; }

.footer .footer-social-links { text-align: right; }

.footer .footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img { max-width: none; }

/* Content box */
.content-box {
	margin: 20px 0;
	text-align: center;
}

.content-box-title {
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	
--------------------------------------------------------------*/

.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -8px;
}

.request-cta {
	padding: 50px 0px;
}

.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}

.pagination a {
	border: 1px solid #eaeaea;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	padding: 4px 12px;
}

.pagination a.active { border-color: #CACACA; }

/* Tabs */
.tab-content .tab-pane { padding: 20px 0; }

/* Accordion */
.panel-title { font-size: 14px; }

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}

.panel-heading a.collapsed:after { content: "\f107"; }

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th { border-color: #e5e5e5; }

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th { border-top: 0; }

.star,
.star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}

.star-off { color: #e5e5e5; }

.amount {
	font-size: 32px;
	color: #111;
}

.reviews { margin: 0; }

/*--------------------------------------------------------------
	MV
--------------------------------------------------------------*/
.container{
	margin: 0 auto;
	padding: 0;
	max-width:1000px;
	width: 96%;
}
#home .container{
	padding: 0;
	width: 96%;
}
@media print, screen and (min-width: 768px) {
	#home .container{
		font-size: 0;
		margin: 5% auto;
		padding: 0;
		max-width: 880px;
	}
}

@media (min-width: 768px){}
@media print, screen and (max-width: 767px) {
	.grid{ display:grid; }
	#home .container{
		margin: 20px auto;
		width: 96%;
	}
	.pro .container,
	.question .container{ width: 100%; }
}


@media print, screen and (min-width: 768px) {
	.mv_wrap{
		font-size: 10px;
		display: inline-block;
		padding-right:30px;
		vertical-align: middle;
		max-width: 530px;
		width: 63%;
	}
}
@media print, screen and (max-width: 767px) {
	.mv_wrap{
		margin-bottom: 10px;
		padding:0;
		width: 100%;
	}
}

.maincatch{
	font-size:25px;
	color:#fff;
	line-height:1.4;
	margin: 0;
	padding:30px;
	background-color:rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1199px) {
	.maincatch{
		font-size:24px;
		line-height:40px;
		padding:40px 20px 40px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.maincatch{
		font-size:24px;
		line-height:40px;
		padding:40px 20px 40px 20px;
	}
}
.no-bkimage{ background-image: none !important; }
.maincatch span{
	font-size:150%;
	background-image: linear-gradient(transparent 70%, #a98601 0%);
}

.mv_pack{ max-width: 320px; }
.mv_pack a{ display: block; }
.mv_pack img.packImage01{
	max-width: 200px;
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.mv_pack{
		display: inline-block;
		font-size: 10px;
		vertical-align: middle;
		width: 37%;
	}
}
@media print, screen and (max-width: 767px) {
	.mv_pack{
		margin: 0 auto;
		width: 100%;
	}
}

/*--------------------------------------------------------------
	Raised
--------------------------------------------------------------*/
.raised_wrap{ padding:100px 0; }
@media only screen and (max-width: 767px) {
	.raised_wrap{ padding:60px 0 80px; }
}
.raised{
	width:70%;
	font-size:37px;
	padding-bottom:40px;
	border-bottom: 4px solid #fff;
}
@media only screen and (max-width: 1199px) {
	.raised{
		width:100%;
		font-size:48px;
		padding-bottom:40px;
		border-bottom: 4px solid #fff;
	}
}
@media only screen and (max-width: 767px) {
	.raised{
		width:100%;
		font-size:24px;
		border-bottom: 4px solid #fff;
		margin-bottom:40px;
		padding-bottom: 0;
	}
}
.raised span{
	font-size:150%;
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.05em .3em;
    background-image: radial-gradient(.10em .10em at center center,#fff,#fff 100%,transparent);
}
.raised_text{
	display:table;
	float:left;
	font-size:25px;
	line-height:1.4;
	padding: 0 15px;
	text-shadow:
		black 4px 4px 10px, black -4px 4px 10px,
		black 4px -4px 10px, black -4px -4px 10px,
		black 4px 4px 10px, black -4px 4px 10px,
		black 4px -4px 10px, black -4px -4px 10px;
	width: calc( 100% / 3 - 0.1px );
}
.raised_text:first-of-type{ padding-left: 0; }
.raised_text:last-of-type{ padding-right: 0; }
@media only screen and (max-width: 1199px) {
	.raised_text{
		font-size:18px;
		text-shadow:
		black 4px 4px 10px, black -4px 4px 10px,
		black 4px -4px 10px, black -4px -4px 10px,
		black 4px 4px 10px, black -4px 4px 10px,
		black 4px -4px 10px, black -4px -4px 10px;
	}
}
@media only screen and (max-width: 767px) {
	.raised_text{
		font-size:13px;
		line-height:24px;
		margin-bottom:30px;
		padding:0 5px;
	}
}
.raised_text span{ font-size:125%; }
@media only screen and (max-width: 767px) {
	.raised_text span{ font-size:110%; }
}
.raised-table {
	height:260px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #eaeaea;
	padding: 45px 15px;
	margin: 15px 0 30px;
	border-radius: 10px;
	text-align: left;
	display:table-cell;
	vertical-align:middle;
}
@media only screen and (max-width: 1199px) {
	.raised-table {
		height:240px;
		background-color: rgba(255,255,255,0.2);
		border: 1px solid #eaeaea;
		padding: 15px 15px;
		margin: 15px 0 30px;
		border-radius: 10px;
		text-align: center;
		display:table-cell;
		vertical-align:middle;
	}
}
@media only screen and (max-width: 767px) {
	.raised-table {
		height:150px;
		padding: 15px 5px;
		margin: 15px 0 30px;
		text-align: left;
	}
}
.raised-table div{}

.raised_bottom{
	width:70%;
	font-size:37px;
	margin:80px auto 0;
}
@media only screen and (max-width: 767px) {
	.raised_bottom{
		font-size:24px;
		margin:80px auto 0;
	}
}
.raised_an_wrap{ padding:80px 0; }

.raised_an{ font-size:50px; }
@media only screen and (max-width: 767px) {
	.raised_an{
		font-size:34px;
		text-align:left;
		margin:0 auto 50px;
	}
}
.raised_an span{
	font-weight:bold;
	background-image: linear-gradient(transparent 70%, #a98601 0%);
}
.raised_an font{
  display:none;
  }
@media only screen and (max-width: 767px) {
	.raised_an font{ display:inline-block; }
}
.raised_an_bottom{
	letter-spacing:4px;
	font-size:25px;
	font-weight:400;
	margin:0 auto;
	text-align:center;
}
@media only screen and (max-width: 767px) {
	.raised_an_bottom{
		letter-spacing:0px;
		font-size:18px;
		font-weight:400;
		margin:0 auto;
	}
}
.raised_bn_bk{
	background-image:url(../images/room.png);
	background-repeat:no-repeat;
	background-position:100% 52%;
	background-size: 510px;
	padding:200px 0 150px 0;
}
@media only screen and (max-width: 767px) {
	.raised_bn_bk{
		background-position:-50% 20%;
		padding: 150px 15px 40px;
	}
}
.raised_bn_wrap{
	background-color:rgba(255,255,255,0.5);
	padding:50px 40px 100px;
	border:1px solid #000;
}
@media only screen and (max-width: 767px) {
	.raised_bn_wrap{
		background-color:rgba(255,255,255,0.85);
		padding:50px 15px 100px;
	}
}
.raised_bn_wrap::before{
	content: '';
	background: url(../images/sokode.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
}
.raised_bn{
	font-size:24px;
	color:#0b2e4e;
	letter-spacing:2px;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
.raised_bn span{
	font-size:110%;
	font-weight:bold;
}
.raised_bn_text{ font-size:16px; }

.raised_bn_btn{ margin-top:-70px; }
@media only screen and (max-width: 767px) {
	.raised_bn_btn{
		display: block;
		margin: -50px auto 0 auto;
		max-width: 370px;
		width: 100%;
	}
}
.raised_bn_btn img{
	max-width: 355px;
	width:100%;
}
@media only screen and (max-width: 1199px) {
	.raised_bn_btn img{ max-width: 463px; }
}
@media only screen and (max-width: 767px) {
	.raised_bn_btn img{ max-width: 350px; }
}
.raised_bn_btn::after{
	content: '';
	background: url(../images/pack_s2.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0%;
	right: 0%;
	transform: translateX(-40%);
	width: 120px;
	height: 125px;
}

@media only screen and (max-width: 1199px) {
	.raised_bn_btn::after{
		top: -10%;
		right: 0%;
		transform: translateX(40%);
	}
}
@media only screen and (max-width: 767px) {
	.raised_bn_btn::after{
		top: -22%;
		transform: translateX(10%);
	}
}

/*--------------------------------------------------------------
	Question
--------------------------------------------------------------*/
.question{ padding:0 0; }

.q_cloud{
	margin-top: -2px;
	padding:60px 120px;
	background-color:#fff;
	border-radius:0 0 100px 100px;
}
@media only screen and (max-width: 1199px) {
	.q_cloud{
		padding:80px 0;
		background-color:#fff;
		border-radius:0 0 100px 100px;
	}
}

@media only screen and (max-width: 767px) {
	.q_cloud{
		padding:0 5px 30%;
		background-color:#fff;
		border-radius:0 0 20px 20px;
	}
}

@media only screen and (max-width: 480px) {
	.q_cloud{ padding:0 5px 140px; }
}

@media only screen and (max-width: 1199px) {
	.q-item_wrap { width:33.333333%; }
}
@media only screen and (max-width: 767px) {
	.q-item_wrap {
		width:33.333333%;
		float:left;
		padding:5px;
	}
	.q-item_wrap:first-of-type{ padding-left: 0; }
	.q-item_wrap:last-of-type{ padding-right: 0; }
}
.q-item {
	position: relative;
	text-align: center;
}
.q-item .q-detail {
	opacity: 1;
	bottom: 55%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.q-image {
	margin-bottom: -2px;
	position: relative;
	overflow: hidden;
	text-align:center;
}

.q-image img { width: 100%; }

.q-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.q-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 23px;
	color: #fff;
	padding: 20px;
	line-height:1.2;
}
@media only screen and (max-width: 1199px) {
	.q-detail {
		position: absolute;
		width: 100%;
		opacity: 0;
		bottom: 100%;
		left: 0;
		z-index: 2;
		text-align: center;
		font-size: 21px;
		color: #fff;
		padding: 20px;
		line-height:30px;
	}
}

@media only screen and (max-width: 767px) {
	.q-detail {
		position: absolute;
		width: 100%;
		opacity: 0;
		bottom: 100%;
		left: 0;
		z-index: 2;
		text-align: center;
		font-size: 13px;
		color: #fff;
		padding: 10px;
		line-height:16px;
	}
}
.q-detail >div{ display:inline-block; }
.q-detail span{
	font-size:110%;
	font-weight:bold;
}

.q-detail h5 { font-size: 16px; }

.q-detail p { font-size: 14px; }

.q-social a {
	display: inline-block;
	color: #aaa;
	padding: 5px 6px;
}

.q-social a:hover { color: #FFF; }

.q-descr { margin: 20px 0 0; }

.q-name {
	font-size: 14px;
	color: #111;
}

.q-role {
	font-size: 11px;
	color: #aaa;
}

.q_middle{
	text-align:center;
	margin-top:30px;
}
.q_middle img{ margin-left:100px; }
.q_text{
	color:#000;
	font-size:24px;
	font-weight: bold;
	letter-spacing:2px;
	text-shadow:
		white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px,
		white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px;
}
@media only screen and (max-width: 1199px) {
	.q_text{
		font-size:30px;
		text-align:left;
	}
}
@media only screen and (max-width: 767px) {
	.q_text{
		color:#000;
		font-size:24px;
		letter-spacing:2px;
		text-align:left;
	}
}

/*--------------------------------------------------------------
	Answer
--------------------------------------------------------------*/
.answer{ padding:70px 0 50px; }
@media only screen and (max-width: 767px) {
	.answer{ padding:50px 0; }
}

.answer .row{
	display: block;
	margin: 0 auto;
	max-width: 850px;
}

.answer .row > div.ansTxt{}
.answer .row > div.ansImg{}
@media print, screen and (min-width: 768px) {
	.answer .row{
		font-size: 0;
		text-align: center;
		max-width: 900px;
		width: 100%;
	}
	.answer .row > div{
		display: inline-block;
		vertical-align: middle;
	}
	.answer .row > div.ansTxt{
		margin-right: 1.5rem;
		margin-left: auto;
		max-width: 450px;
		width: calc( 55% - 3rem - 0.1px );
	}
	.answer .row > div.ansImg{
		margin-left:1.5rem;
		margin-right: auto;
		max-width: 370px;
		width: calc( 45% - 3rem - 0.1px );
	}
}
@media print, screen and (max-width: 767px) {
	.answer .row{ width: 100%; }
	.answer .row > div{
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	.answer .row > div.ansTxt{}
	.answer .row > div.ansImg{
		max-width: 300px;
		margin-top: 2rem;
	}

}

.answer_img{ text-align:right !important; }
@media only screen and (max-width: 767px) {
	.answer_img{ text-align:center !important; }
	.answer_img img{ width:80%; }
}
.a_text{
	font-size:40px;
	line-height:1.6;
	margin-bottom: 0;
	text-align: left;
}
@media only screen and (max-width: 1199px) {
	.a_text{ font-size:35px; }
}
@media only screen and (max-width: 767px) {
	.a_text{
		font-size:25px;
		letter-spacing:2px;
		text-align: center;
	}
}
.a_text span:first-of-type,
.a_text span:nth-of-type(2),
.a_text span:nth-of-type(3){
  font-size:130%;
  font-weight:bold;
}
.a_text span:nth-of-type(3){
    padding-top: .8em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.05em .3em;
    background-image: radial-gradient(.10em .10em at center center,#fff,#fff 100%,transparent);
	display: inline-block;
	line-height: 0.3;
	border-bottom: 20px solid #a98601;
}
.a_text span:last-of-type{ line-height: 2.6; }

/*--------------------------------------------------------------
	Whats
--------------------------------------------------------------*/
.whats_title{
	font-size:38px;
	font-weight: bold;
	color:#0b2e4e;
	text-align:center;
	letter-spacing:2px;
}
@media only screen and (max-width: 767px) {
	.whats_title{
		font-size:34px;
		line-height:1.2;
		margin-bottom:30px;
		padding:0 15px;
	}
}
.whats_text{
	position:relative;
	font-size:16px;
	text-align:center;
}
@media only screen and (max-width: 767px) {
	.whats_text{
		position:relative;
		font-size:16px;
		text-align:left;
		padding:0 15px;
	}
}

/*--------------------------------------------------------------
	Contents
--------------------------------------------------------------*/
.contents_0{
	font-size:32px;
	margin-bottom:50px;
}
.contents_0 span{
	border-bottom:3px solid #fff;
	padding-bottom:12px;
}
.contents_title{
	font-size:38px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
	.contents_title{
		font-size:30px;
		font-weight:bold;
	}
}
.contents_subtitle{ font-size:25px; }
@media only screen and (max-width: 767px) {
	.contents_subtitle{
		font-size:21px;
		line-height:1.2;
	}
}
.person{
	margin-top:40px;
	padding:2.5rem;
}
@media only screen and (max-width: 767px) {
	.person{
		margin:50px 15px 0;
		padding:15px;
	}
}
.person_p{ font-size:22px; }
@media only screen and (max-width: 767px) {
	.person_p{
		font-size:21px;
		line-height:1.4;
	}
}
.person_name{ font-size:34px; }
@media only screen and (max-width: 767px) {
	.person_name{
		font-size:34px;
		margin:30px auto 0;
		line-height:30px;
	}
}
.person_name span{
	font-size:50%;
	margin-left:20px;
}
@media only screen and (max-width: 767px) {
	.person_name span{
		font-size:50%;
		margin-left:0;
	}
}
.person_text{
	font-size:14px;
	line-height:1.8;
	padding-top:20px;
	letter-spacing:1px;
}
.person_img{ padding:0 0 0 15px; }
@media only screen and (max-width: 767px) {
	.person_img{ padding:0 0 0 0; }
}
.border-white{ border:1px solid #fff; }
.border-black{ border:1px solid #666; }
.arrow_1::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 40px solid #000;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	z-index:999;
}
.arrow_2::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #404040;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    z-index:999;
}
.bg_1{
	background-image:url(../images/1.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.bg_2{
  background-image:url(../images/2.png);
  background-repeat:no-repeat;
  background-position:0% 50%;
  }
.bg_3{
	background-image:url(../images/3.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.bg_1,
.bg_2,
.bg_3{ background-size: 240px; }

.bg_3 .contents_0{ margin-bottom:0; }
.bg_3 .contents_title{ font-weight:600; }
.bg_3 .contents_0 span{
	border-bottom:none;
	padding-bottom:12px;
}

/*--------------------------------------------------------------
	Reason
--------------------------------------------------------------*/
.reason{
	background-image:url(../images/bg_reason.png);
	background-repeat:no-repeat;
	background-size:450px;
	background-position:left;
}
.reason_wrap{ padding:0 100px; }
@media only screen and (max-width: 767px) {
	.reason_wrap{
		padding:30px;
		background-color:rgba(255,255,255,0.5);
	}
}
.reason_title{
  font-size:54px;
  font-weight:600;
  color:#810000;
  line-height:60px;
  }
@media only screen and (max-width: 767px) {
	.reason_title{
		font-size:34px;
		line-height:40px;
	}
}
.reason_text{
	padding-top:30px;
	font-size:18px;
}
@media only screen and (max-width: 767px) {
	.reason_text{
		padding-top:30px;
		font-size:16px;
	}
}

/*--------------------------------------------------------------
	Company
--------------------------------------------------------------*/
.company_title{
	font-size:36px;
	color:#0b2e4e;
	margin-bottom:60px;
}
@media only screen and (max-width: 767px) {
	.company_title{
		font-size:30px;
		margin-bottom:40px;
	}
}
.company_name{
	font-size:24px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
	.company_name{
		font-size:24px;
		font-weight:bold;
		text-align: center;
		margin-top:30px;
	}
}
.company_name span{
	font-size:14px;
	font-weight:bold;
	margin-left: 0;
	padding:10px 25px;
	vertical-align:middle;
	background-color:#000;
	color:#fff;
	border-radius:10px;
	letter-spacing:1px;
}
@media only screen and (min-width: 991px) {
	.company_name span{ margin-left:20px; }
}
@media only screen and (max-width: 767px) {
	.company_name span{ margin-left:0; }
}

.about > div.aboutImg{ max-width: 300px; }

@media print, screen and (min-width: 768px) {
	.about{
		font-size: 0;
		text-align: center;
	}
	.about > div{
		display: inline-block;
		vertical-align: top;
	}
	.about > div.aboutImg{ width: 30%; }
	.about > div.aboutTxt{
		margin-left: 4rem;
		text-align: left;
		width: calc( 70% - 4rem );
	}

}
@media print, screen and (max-width: 767px) {
	.about > div.aboutImg{
		margin: 0 auto;
		width: 100%;
	}
	.about > div.aboutTxt{
		margin-top: 2rem;
		width: 100%;
	}
}


.company_text{
	font-size:14px;
	margin-top:30px;
}
.company_text b{ font-size: 16px; }

.officeAccess{
	margin: 3rem auto 0 auto;
	max-width: 1000px;
	width: 100%;
}

/*--------------------------------------------------------------
	Last
--------------------------------------------------------------*/
.last_text{
	font-size:25px;
	line-height: 1.8
}
.last_text span{
	font-size:150%;
	padding:4px;
	font-weight:bold;
	background-image: linear-gradient(transparent 0%, #a98601 0%);
}
@media only screen and (max-width: 767px) {
	.last_text span{ font-size:130%; }
}
.item_bottom{ padding:120px 0; }
@media print, screen and (max-width: 767px) {
	.item_bottom{ padding:60px 0; }
}


.item_bottom .landing-image-text > div.landing-imageImg01{ max-width: 330px; }
.item_bottom .landing-image-text > div.landing-imageImg02{ max-width: 400px; }

@media print, screen and (min-width: 768px) {
	.item_bottom .landing-image-text{
		font-size: 0;
		text-align: center;
	}
	.item_bottom .landing-image-text > div{
		display: inline-block;
		vertical-align: middle;
		width: calc( 50% - 3rem );
	}
	.item_bottom .landing-image-text > div.landing-imageImg01{}
	.item_bottom .landing-image-text > div.landing-imageImg02{ margin-left: 6rem; }
}
@media print, screen and (max-width: 767px) {
	.item_bottom .landing-image-text > div{
		margin: 0 auto;
		width: 100%;
	}
	.item_bottom .landing-image-text > div.landing-imageImg02{
		margin-top: 4rem;
	}
}

/*--------------------------------------------------------------
	Finish
--------------------------------------------------------------*/
.finish_sm{
	font-size:30px;
	line-height:1.4;
}
@media only screen and (max-width: 767px) {
	.finish_sm{
		font-size:28px;
		/* line-height:40px; */
	}
}
.finish_lg{
	font-size:55px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
	.finish_lg{
		font-size:48px;
		font-weight:bold;
	}
}

/*--------------------------------------------------------------
	Note
--------------------------------------------------------------*/
.note_wrap{
  padding:30px 45px;
  border:1px solid #e5e5e5;
  }
@media only screen and (max-width: 767px) {
.note_wrap{
  margin:0 15px;
  padding:30px 15px;
  }
}
.note_title{
  font-size:30px;
  color:#810000;
  text-align:center;
  letter-spacing:2px;
  font-weight:bold;
  }
@media only screen and (max-width: 767px) {
.note_title{
  font-size:24px;
  line-height:40px;
  margin-bottom:10px;
  padding:0 15px;
  }
}
.note_text{
  position:relative;
  font-size:16px;
  text-align:left;
  }
@media only screen and (max-width: 767px) {
.note_text{
  position:relative;
  font-size:16px;
  text-align:left;
  padding:0 15px;
  }
}

.row{ margin: 0; }
