@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Oswald&display=swap);

body {
	color: #444;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	/*opacity: 0;*/
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.2;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	color: #005ea5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; opacity: 1 }
:-moz-placeholder { color: #999999; opacity: 1 }
:-ms-input-placeholder  { color: #999999; }





/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.dsp-w {
	display: inline !important;
}
.dspb-w {
	display: block !important;
}
.dsp-s {
	display: none !important;
}
.dspb-s {
	display: none !important;
}



.box-link,
.box-link2 {
	cursor: pointer;
}
.box-link a,
.box-link2 a {
	text-decoration: none;
}



#wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	width: 100%;
}



.container {
	margin: auto;
	position: relative;
	max-width: 1160px;
	width: 100%;
}



#header {
	background: #FFF;
	height: 79px;
	position: relative;
	z-index: 1000;
	width: 100%;
}
#header-logo {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 24px 0 0;
	position: relative;
	width: 175px;
	z-index: 10;
}
#header-logo img {
	height: auto;
	width: 100%;
}
#header-lang {
	display: none;
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 107px;
	top: 10px;
}
#header-lang li {
	float: left;
}
#header-lang li a,
#header-lang li span {
	border: 1px solid #999;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	height: 24px;
	text-align: center;
	width: 58px;
}
#header-lang li a {
	background: #FFF;
	color: #999;
}
#header-lang li span {
	background: #999;
	color: #FFF;
}
#header-nav {
	left: 0;
	position: absolute;
	top: 42px;
	width: 100%;
}
#header-nav > ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: auto;
	padding: 0 90px 0 0;
	max-width: 1160px;
	text-align: right;
	width: 100%;
}
#header-nav > ul > li {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: top;
}
#header-nav > ul > li > a {
	color: #333;
	display: block;
	height: 37px;
	padding: 10px 15px 0;
}
#header-nav > ul > li > a:hover {
	text-decoration: none;
}
#header-nav > ul > li:hover > *,
#header-nav > ul > li.is-current > .tg {
	color: #0055BA;
}
#header-nav > ul > li.menu1:hover > *,
#header-nav > ul > li.menu1.is-current > .tg {
	color: #009EE3;
}
#header-nav > ul > li.menu2:hover > *,
#header-nav > ul > li.menu2.is-current > .tg {
	color: #FF4285;
}
#header-nav > ul > li.menu3:hover > *,
#header-nav > ul > li.menu3.is-current > .tg {
	color: #00B8A3;
}
#header-nav > ul > li > div.sub {
	background-color: #4282CC;
	color: #FFF;
	left: 0;
	max-height: 0;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0 ease-in-out;
	-ms-transition: all 0 ease-in-out;
	transition: all 0 ease-in-out;
	width: 100%;
}
#header-nav > ul > li.menu1 > div.sub {
	background-color: #009EE3;
}
#header-nav > ul > li.menu2 > div.sub {
	background-color: #FF4285;
}
/*#header-nav > ul > li.is-current > div.sub,*/
#header-nav > ul > li:hover > div.sub {
	height:auto;
	max-height: 800px;
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
/*#header-nav > ul > li.is-out > div.sub {
	max-height: 0;
	-webkit-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
}*/
#header-nav > ul > li > div.sub a {
	color: #FFF;
}
#header-nav > ul > li > div.sub .inner {
	margin: auto;
	max-width: 1160px;
	position: relative;
	width: 100%;
}
#header-nav > ul > li > div.sub .inner .close {
	background: url(/assets/common/img/close1.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	right: 3px;
	top: 55px;
	width: 22px;
}
#header-nav > ul > li > div.sub .head {
	background: url(/assets/common/img/dot1.png) repeat-x left bottom;
	background-size: 10px 4px;
	padding: 35px 0 30px;
	position: relative;
	text-align: center;
	width: 100%;
}
#header-nav > ul > li > div.sub .head p {
	color: #FFF;
	font-size: 15px;
	font-style: italic;
	font-weight: 800;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 7px;
}
#header-nav > ul > li > div.sub .head h2 {
	font-size: 28px;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	position: relative;
}
#header-nav > ul > li > div.sub .head h2 a {
	background: url(/assets/common/img/c-arrow1w.png) no-repeat right center;
	background-size: 22px 22px;
	display: inline-block;
	padding: 0 32px;
}
#header-nav > ul > li > div.sub .body {
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}
#header-nav > ul > li > div.sub .body.col4 {
	max-width: 100%;
}
#header-nav > ul > li > div.sub .body.col3 {
	max-width: 860px;
}
#header-nav > ul > li > div.sub .body.col2 {
	max-width: 560px;
}
#header-nav > ul > li > div.sub .body.col1 {
	max-width: 260px;
}
#header-nav > ul > li > div.sub .body.col3 {
	max-width: 860px;
}
#header-nav > ul > li > div.sub .body > div {
	float: left;
}
#header-nav > ul > li > div.sub .body.col4 > div {
	margin-right: 3.4482%;
	width: 22.4137%;
}
#header-nav > ul > li > div.sub .body.col3 > div {
	margin-right: 4.6511%;
	width: 30.2325%;
}
#header-nav > ul > li > div.sub .body.col2 > div {
	margin-right: 7.1428%;
	width: 46.4285%;
}
#header-nav > ul > li > div.sub .body.col1 > div {
	width: 100%;
}
#header-nav > ul > li > div.sub .body.col4 > div:nth-child(4n),
#header-nav > ul > li > div.sub .body.col3 > div:nth-child(3n),
#header-nav > ul > li > div.sub .body.col2 > div:nth-child(2n) {
	margin-right: 0;
}
#header-nav > ul > li > div.sub .body.col4 > div:nth-child(4n+1),
#header-nav > ul > li > div.sub .body.col3 > div:nth-child(3n+1),
#header-nav > ul > li > div.sub .body.col2 > div:nth-child(2n+1) {
	clear: left;
}
#header-nav > ul > li > div.sub .body.col4 > div:nth-child(n+5),
#header-nav > ul > li > div.sub .body.col3 > div:nth-child(n+4),
#header-nav > ul > li > div.sub .body.col2 > div:nth-child(n+3),
#header-nav > ul > li > div.sub .body.col1 > div:nth-child(n+2) {
	margin-top: 40px;
}
#header-nav > ul > li > div.sub .body .hd {
	border-radius: 6px;
	position: relative;
	text-align: center;
	width: 100%;
}
#header-nav > ul > li > div.sub .body .hd > * {
	background: no-repeat center center;
	background-size: cover;
	display: block;
	padding-bottom: 48.0769%;
	position: relative;
	width: 100%;
}
#header-nav > ul > li > div.sub .body .hd > *:before {
	background-color: rgba(0,0,0,0.4);
	border-radius: 6px;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	width: 100%;
	z-index: 0;
}
#header-nav > ul > li > div.sub .body .hd > a:hover:before {
	background-color: rgba(0,0,0,0.0);
}
#header-nav > ul > li > div.sub .body .hd > a:after {
	background: url(/assets/common/img/c-arrow1w.png) no-repeat center center;
	background-size: contain;
	bottom: 7px;
	content: "";
	display: block;
	height: 22px;
	position: absolute;
	right: 7px;
	width: 22px;
	z-index: 2;
}
#header-nav > ul > li > div.sub .body .hd > a[target="_blank"]:after {
	background-image: url(/assets/common/img/newwin1w.png);
}
#header-nav > ul > li > div.sub .body .hd > * span {
	display: block;
	font-size: 16px;
	font-weight: 800;
	font-weight: bold;
	left: 0;
	line-height: 1.375;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
#header-nav > ul > li > div.sub .body .list1 {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.5;
	list-style: disc;
	margin: 0;
	padding: 0 0 0 1.2em;
	text-align: left;
}
#header-nav > ul > li > div.sub .body .list1 + .list1 {
	border-top: 1px dashed #FFF;
	margin-top: 5px;
	padding-top: 5px;
}
#header-nav > ul > li > div.sub .body .hd + * {
	margin-top: 12px;
}
#header-email {
	margin: 0 -580px 0 0;
	position: absolute;
	right: 50%;
	top: 13px;
}
#header-email a {
	background: #0055ba;
	border-radius: 50%;
	color: #FFF;
	display: block;
	font-size: 10px;
	font-weight: 800;
	height: 79px;
	line-height: 1.1;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: center;
	width: 79px;
}
#header-email a:before {
	background: #0055ba url(/assets/common/img/icon-mail1.png) no-repeat center center;
	background-size: 24px 18px;
	content: "";
	display: block;
	height: 18px;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 24px;
}

#nav-bg {
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.dsp-nav-bg #nav-bg {
	background: rgba(255,255,255,0.9);
	bottom: 0;
	cursor: pointer;
	display: block;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}





#footer {
	background: #F7F7F7;
	overflow: hidden;
	width: 100%;
}
.contents + #footer {
	margin-top: 90px;
}
#footer-content1 {
	background: #F2F2F2;
	overflow: hidden;
	padding: 16px 0 12px;
	width: 100%;
}
#footer-content1 h2 {
	font-size: 14px;
	font-weight: 800;
	float: left;
	line-height: 16px;
	margin: 0 22px 0 0;
}
#footer-content1 h2 a {
	background: url(/assets/common/img/icon-daicolo1.png) no-repeat left center;
	background-size: 16px 13px;
	color: #333;
	font-size: 14px;
	font-weight: 800;
	padding-left: 20px;
}
#footer-content1 p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
#footer-content2 {
	overflow: hidden;
	padding: 25px 0 20px;
	width: 100%;
}
#footer-content2 .block1 {
	display: table;
	width: 100%;
}
#footer-content2 .block1 > div {
	border-left: 1px solid #CCC;
	display: table-cell;
	vertical-align: top;
}
#footer-content2 .block1 > div.menu1 {
	width: 17%;
}
#footer-content2 .block1 > div.menu2 {
	padding-left: 23px;
	width: 41%;
}
#footer-content2 .block1 > div.menu3 {
	padding-left: 23px;
	width: 17%;
}
#footer-content2 .block1 > div.menu4 {
	padding-left: 23px;
	width: 16%;
}
#footer-content2 .block1 > div:first-child,
#footer-content2 .block1 > div:last-child {
	border-left: none;
}
#footer-content2 .block1 * + .head {
	margin-top: 15px;
}
#footer-content2 .block1 .head + .head {
	margin-top: 5px;
}
#footer-content2 .block1 .head h2 {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}
#footer-content2 .block1 .menu1 .head h2,
#footer-content2 .block1 .menu2 .head h2,
#footer-content2 .block1 .menu3 .head h2 {
	font-size: 15px;
	font-weight: 800;
}
#footer-content2 .block1 .head h2 a {
	color: #333;
}
#footer-content2 .block1 .menu1 .head h2,
#footer-content2 .block1 .menu1 .head h2 a {
	color: #009EE3;
}
#footer-content2 .block1 .menu2 .head h2,
#footer-content2 .block1 .menu2 .head h2 a {
	color: #FF4285;
}
#footer-content2 .block1 .menu3 .head h2,
#footer-content2 .block1 .menu3 .head h2 a {
	color: #00B8A3;
}
#footer-content2 .block1 .body {
	overflow: hidden;
	width: 100%;
}
#footer-content2 .block1 * + .body {
	margin-top: 10px;
}
#footer-content2 .block1 .body > ul {
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content2 .block1 .body > ul + ul {
	margin-left: 26px;
}
#footer-content2 .block1 .body > ul > li {
	padding-left: 16px;
	position: relative;
}
#footer-content2 .block1 .body > ul > li:before {
	background: #BFBFBF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 0.5em;
	width: 6px;
}
#footer-content2 .block1 .menu1 .body > ul > li:before {
	background: #97D6EC;
}
#footer-content2 .block1 .menu2 .body > ul > li:before {
	background: #F0A8C8;
}
#footer-content2 .block1 .menu3 .body > ul > li:before {
	background: #B2EAE3;
}
#footer-content2 .block1 .body > ul > li a {
	color: #333;
}
#footer-content2 .block1 .body ul ul {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content3 {
	background: #FFF;
	overflow: hidden;
	padding: 20px 0 10px;
	width: 100%;
}
#footer-content3 {
	overflow: hidden;
	padding: 20px 0 10px;
	width: 100%;
}
#footer-content3 .block1 {
	float: left;
	width: 67%;
}
#footer-content3 .block1 a {
	color: #333;
}
#footer-content3 .block1 h2 {
	color: #333;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 15px;
}
#footer-content3 .block1 .row {
	display: table;
	width: 100%;
}
#footer-content3 .block1 .row > div {
	border-left: 1px solid #CCC;
	display: table-cell;
	vertical-align: top;
}
#footer-content3 .block1 .row > div:first-child {
	border-left: none;
}
#footer-content3 .block1 .row > div.menu1 {
}
#footer-content3 .block1 .row > div.menu2 {
	padding-left: 15px;
	width: 27%;
}
#footer-content3 .block1 .row > div.menu3 {
	padding-left: 15px;
	width: 24%;
}
#footer-content3 .block1 .row > div.menu4 {
	padding-left: 15px;
	width: 20%;
}
#footer-content3 .block1 .row h3 {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}
#footer-content3 .block1 .row ul {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content3 .block1 .row * + ul {
	margin-top: 10px;
}
#footer-content3 .block1 .row ul li {
	padding-left: 16px;
	position: relative;
}
#footer-content3 .block1 .row ul li:before {
	background: #BFBFBF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 0.5em;
	width: 6px;
}
#footer-content3 .block2 {
	float: right;
	width: 31.0344%;
}
#footer-content3 .block2 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content3 .block2 ul li + li {
	margin-top: 9px;
}
#footer-content4 {
	overflow: hidden;
	padding: 14px 0;
	width: 100%;
}
#footer-content4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content4 ul li {
	display: inline;
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
#footer-content4 ul li + li {
	margin-left: 1em;
}
#footer-content4 a {
	color: #333;
}
#footer-content5 {
	border: solid #CCC;
	border-width: 1px 0;
	overflow: hidden;
	padding: 18px 0;
	width: 100%;
}
#footer-content5 .block1 {
	float: left;
	width: 384px;
}
#footer-content5 .block2 {
	float: left;
	width: 360px;
}
#footer-content5 .block2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content5 .block2 ul li {
	display: block;
	float: left;
}
#footer-content5 .block2 ul li.jipdec {
	padding-top: 2px;
	margin-right: 20px;
	width: 160px;
}
#footer-content5 .block2 ul li.jipdec img {
	display: block;
	height: 55px;
	float: left;
	width: 55px;
}
#footer-content5 .block2 ul li.jipdec span {
	color: #666;
	display: block;
	font-feature-settings: "palt";
	font-size: 10px;
	line-height: 1.4;
	margin-left: 65px;
}
#footer-content5 .block2 ul li.ems {
	padding-top: 5px;
	width: 146px;
}
#footer-content5 .block2 ul li.ems img {
	display: block;
	height: 51px;
	float: left;
	width: 71px;
}
#footer-content5 .block2 ul li.ems span {
	color: #666;
	display: block;
	font-feature-settings: "palt";
	font-size: 10px;
	line-height: 1.4;
	margin-left: 82px;
}
#footer-content5 .block3 {
	float: left;
	width: 416px;
}
#footer-content5 .block3 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content5 .block3 ul li {
	display: inline;
	margin: 0 0 0 8px;
	width: 200px;
}
#footer-content6 {
	overflow: hidden;
	padding: 13px 0 50px;
	width: 100%;
}
#footer-content6 h2 {
	float: left;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 1em 0 0;
}
#footer-content6 p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
#footer-content4-sp,
#footer-contact {
	display: none;
}





#pagetop-link {
	bottom: 50px;
	display: block;
	height: 0;
	position: fixed;
	left: 0;
	text-align: right;
	width: 100%;
	z-index: 50;
}
#pagetop-link > div {
	margin: auto;
	max-width: 1336px;
	position: relative;
	text-align: right;
	width: 100%;
}
#pagetop-link a {
	background: url(/assets/common/img/pagetop1.png) no-repeat center center;
	background-size: contain;
	bottom: 0;
	display: inline-block;
	height: 76px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 69px;
}
#pagetop-link a span {
	display: none;
}





#gnav-panel,
#gnav-button {
	display: none;
}





#page-title1 {
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 1601px) {
	#page-title1 {
		background-size: cover;
	}
}
#page-title1:before {
	content: "";
	display: block;
	left: 0;
	height: 100%;
	position: relative;
	top: 0;
	width: 100%;
}
#page-title1.for-company:before {
	background-color: rgba(0,158,227,0.8);
}
#page-title1.for-school:before {
	background-color: rgba(255,66,133,0.8);
}
#page-title1.company:before {
	background-color: rgba(0,85,186,0.8);
}
#page-title1.other:before {
	background-color: rgba(255,255,255,0);
}
#page-title1.other2:before {
	background-color: rgba(0,0,35,0.4);
}
#page-title1 > div {
	height: 120px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
}
#page-title1 > div > div {
	height: 100%;
	position: relative;
	width: 100%;
}
#page-title1 > div:after,
#page-title1 > div:before,
#page-title1 > div > div:after,
#page-title1 > div > div:before {
	border: solid #FFF;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	width: 26px;
}
#page-title1 > div:after {
	border-width: 4px 0 0 4px;
	left: 0;
	top: 0;
}
#page-title1 > div:before {
	border-width: 4px 4px 0 0;
	right: 0;
	top: 0;
}
#page-title1 > div > div:after {
	bottom: 0;
	border-width: 0 0 4px 4px;
	left: 0;
}
#page-title1 > div > div:before {
	bottom: 0;
	border-width: 0 4px 4px 0;
	right: 0;
}
#page-title1 h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,0.75);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#page-title1 h1 .sub {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}
#page-title1 h1.icon-daicolo2:before {
	background: url(/assets/common/img/icon-daicolo2.png) no-repeat center center;
	background-size: 20px 16px;
	content: "";
	display: block;
	height: 16px;
	margin-bottom: 11px;
	width: 100%;
}





#page-title-top1 {
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 1601px) {
	#page-title-top1 {
		background-size: cover;
	}
}
#page-title-top1:before {
	content: "";
	display: block;
	left: 0;
	height: 100%;
	position: relative;
	top: 0;
	width: 100%;
}
#page-title-top1:after {
	background: -webkit-linear-gradient(left,  #5bd7ff 0%,#b16dff 50%,#ff797f 100%);
	background: linear-gradient(to right,  #5bd7ff 0%,#b16dff 50%,#ff797f 100%);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	height: 4px;
	position: relative;
	width: 100%;
}
#page-title-top1 > div {
	height: 164px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 460px;
}
#page-title-top1 > div > div {
	height: 100%;
	position: relative;
	width: 100%;
}
#page-title-top1 > div:after,
#page-title-top1 > div:before,
#page-title-top1 > div > div:after,
#page-title-top1 > div > div:before {
	border: solid #FFF;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	width: 26px;
}
#page-title-top1 > div:after {
	border-width: 4px 0 0 4px;
	left: 0;
	top: 0;
}
#page-title-top1 > div:before {
	border-width: 4px 4px 0 0;
	right: 0;
	top: 0;
}
#page-title-top1 > div > div:after {
	bottom: 0;
	border-width: 0 0 4px 4px;
	left: 0;
}
#page-title-top1 > div > div:before {
	bottom: 0;
	border-width: 0 4px 4px 0;
	right: 0;
}
#page-title-top1.for-company > div:after,
#page-title-top1.for-company > div:before,
#page-title-top1.for-company > div > div:after,
#page-title-top1.for-company > div > div:before {
	border-color: #009EE3;
}
#page-title-top1.for-school > div:after,
#page-title-top1.for-school > div:before,
#page-title-top1.for-school > div > div:after,
#page-title-top1.for-school > div > div:before {
	border-color: #FF4285;
}
#page-title-top1.for-customer > div:after,
#page-title-top1.for-customer > div:before,
#page-title-top1.for-customer > div > div:after,
#page-title-top1.for-customer > div > div:before {
	border-color: #00B8A3;
}
#page-title-top1 h1 {
	color: #FFF;
	font-size: 34px;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.4), 0 0 1px rgba(0,0,0,0.75);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#page-title-top1 h1 .sub {
	display: block;
	font-size: 19px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 7px;
}
#page-title-top1.for-company h1 {
	color: #009EE3;
}
#page-title-top1.for-school h1 {
	color: #FF4285;
}
#page-title-top1.for-customer h1 {
	color: #00B8A3;
}





#page-title-top2 {
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 1601px) {
	#page-title-top2 {
		background-size: cover;
	}
}
#page-title-top2:before {
	background: no-repeat center center;
	background-size: cover;
	content: "";
	display: block;
	left: 0;
	height: 100%;
	position: relative;
	top: 0;
	width: 100%;
}
#page-title-top2.for-company-products:before {
	background-image: url(/assets/products/img/for/page-title-bg2-company.png);
}
#page-title-top2.for-school-products:before {
	background-image: url(/assets/products/img/for/page-title-bg2-school.png);
}
#page-title-top2 > div {
	height: 120px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translateY(-50%);
	transform: translate(-50%, -50%);
	width: 500px;
}
#page-title-top2 > div > div {
	height: 100%;
	position: relative;
	width: 100%;
}
#page-title-top2 > div:after,
#page-title-top2 > div:before,
#page-title-top2 > div > div:after,
#page-title-top2 > div > div:before {
	border: solid #FFF;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	width: 26px;
}
#page-title-top2 > div:after {
	border-width: 4px 0 0 4px;
	left: 0;
	top: 0;
}
#page-title-top2 > div:before {
	border-width: 4px 4px 0 0;
	right: 0;
	top: 0;
}
#page-title-top2 > div > div:after {
	bottom: 0;
	border-width: 0 0 4px 4px;
	left: 0;
}
#page-title-top2 > div > div:before {
	bottom: 0;
	border-width: 0 4px 4px 0;
	right: 0;
}
#page-title-top2 h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.4), 0 0 1px rgba(0,0,0,0.75);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#page-title-top2 h1 .small {
	font-size: 20px;
}
#page-title-top2 h1 .sub {
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}





.com-breadcrumb1 {
	margin: 0 0 60px;
	padding: 15px 0 0;
	width: 100%;
}
.com-breadcrumb1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-breadcrumb1 ul li {
	color: #666;
	display: inline;
	font-size: 12px;
	line-height: 1.1;
}
.com-breadcrumb1 ul li + li:before {
	content: "|";
	display: inline;
	margin: 0 0.5em;
}
.com-breadcrumb1 ul li a {
	color: #666;
}





.com-ly1 {
	margin: auto;
	max-width: 940px;
	width: 100%;
}
.com-ly2 {
	margin: auto;
	max-width: 860px;
	width: 100%;
}
.com-ly3 {
	margin: auto;
	max-width: 1000px;
	width: 100%;
}





.com-bg1 {
	background: url(/assets/common/img/com-bg1.jpg) no-repeat center top;
}

.com-bg2 {
	background-color: #F2F2F2;
}





.com-title1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
	width: 100%;
}

.com-title2 {
	background: #F2F2F2;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 10px 12px;
	width: 100%;
}
* + .com-title2 {
	margin-top: 30px;
}

.com-title3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 20px;
	width: 100%;
}

.com-title4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 15px;
	width: 100%;
}

.com-title5 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}

.com-title6 {
	background: #0055BA;
	border-radius: 30px;
	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 20px;
	padding: 18px 0;
	text-align: center;
	width: 100%;
}
* + .com-title6 {
	margin-top: 110px;
}
.com-title6 .small {
	font-size: 70%;
}

.com-title7 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 40px;
	text-align: center;
	width: 100%;
}

.com-title8 {
	background: #94b8e2;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
* + .com-title8 {
	margin-top: 50px;
}

.com-title9 {
	border: 1px solid #444;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}





.com-blt-title1 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 5px;
	padding: 0 0 0 13px;
	position: relative;
}
.com-blt-title1:before {
	background: #333;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 7px;
}





.com-news-list1 {
	color: #333;
	width: 100%;
}
.com-news-list1 > div {
	overflow: hidden;
	width: 100%;
}
.com-news-list1 > div + div {
	border-top: 1px solid #b2b2b2;
	margin-top: 25px;
	padding-top: 25px;
}
.com-news-list1 .meta {
	line-height: 1;
	overflow: hidden;
	width: 100%;
}
.meta .date {
	font-weight: 800;
	margin-right: 7px;
	vertical-align: middle;
}
.meta .icon-new1 {
	background: #fcee21;
	border-radius: 8px;
	color: #0055ba;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.com-news-list1 .body {
	overflow: hidden;
	padding: 10px 0 0;
	width: 100%;
}
.com-news-list1 .body p {
	line-height: 1.6;
	margin: 0;
	position: relative;
}
.com-news-list1 .body a {
	color: #333;
}
.com-news-list1.lst1 .body a {
	color: #0055BA;
	text-decoration: underline;
}
.com-news-list1.lst1 .body a:hover {
	text-decoration: none;
}
.com-news-list1 .body.tagth1 p {
	padding-left: 65px;
}
.com-news-list1 .tag1 {
	background: #0055BA;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 56px;
}
.com-news-list1 .body.tagth1 p .tag1 {
	left: 0;
	position: absolute;
	top: 0.2em;
}





.com-news-box1 {
	background: #FFF;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	display: table;
	width: 100%;
}
.com-news-box1 > div {
	display: table-cell;
	vertical-align: middle;
}
.com-news-box1 > div.image {
	width: 47.8599%;
}
.com-news-box1 > div.image > div {
	background: no-repeat center center;
	background-size: cover;
	height: auto;
	padding-top: 100%;
	width: 100%;
}
.com-news-box1 > div.cont {
	padding: 0 30px;
}
.com-news-box1 > div.cont .meta {
	margin-bottom: 7px;
}
.com-news-box1 .body p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}
.com-news-box1 .body a {
	color: #333;
}





.com-news-detail1 {
	width: 100%;
}
.com-news-detail1 .head {
	line-height: 1;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}
.com-news-detail1 .head .meta {
	line-height: 1;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
}
.com-news-detail1 .head .meta .date {
	color: #0055BA;
	font-size: 16px;
	font-weight: 500;
	margin-right: 7px;
	vertical-align: middle;
}
.com-news-detail1 .head .title {
	border-bottom: 2px solid #0055BA;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 25px;
}
.com-news-detail1 .body {
	color: #333;
	width: 100%;
}
.com-news-detail1 .body p {
	margin: 1em 0;
}
.com-news-detail1 .body figure + p,
.com-news-detail1 .body img + p {
	margin-top: 35px;
}
.com-news-detail1 .body figure {
	margin: 0 auto 40px;
	text-align: center;
}
.com-news-detail1 .body figure + figure {
	margin-top: 40px;
}
.com-news-detail1 .body p + figure {
	margin-top: 55px;
}
.com-news-detail1 .body figcaption {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.com-news-detail1 .body img + figcaption {
	margin-top: 15px;
}
.com-news-detail1 .links {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 25px 0;
	padding: 0;
}
.com-news-detail1 .links li {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}
.com-news-detail1 .links li + li {
	margin-top: 4px;
}
.com-news-detail1 .links li a {
	background: #F7F7F7;
	display: block;
	padding: 10px 10px 10px 35px;
	position: relative;
}
.com-news-detail1 .links li a:before {
	background: #0055BA;
	border-radius: 50%;
	content: "";
	display: block;
	height: 7px;
	left: 17px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	width: 7px;
}
.com-news-detail1 .foot {
	margin-top: 40px;
	text-align: center;
	width: 100%;
}





.com-pager1 {
	margin: auto;
	text-align: center;
	width: 100%;
}
.com-pager1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-pager1 ul li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
.com-pager1 ul li > * {
	background: #FFF;
	border: 1px solid #0055BA;
	border-radius: 50%;
	color: #0055BA;
	display: block;
	font-size: 15px;
	font-weight: 800;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 30px;
}
.com-pager1 ul li.current > * {
	background: #0055BA;
	color: #FFF;
}
.com-pager1 ul li.item > * {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.com-pager1 ul li.item > *:before {
	background: url(/assets/common/img/arrow1.png) no-repeat center center;
	background-size: 17px 16px;
	content: "";
	display: block;
	height: 30px;
	position: relative;
	width: 30px;
}
.com-pager1 ul li.item.prev > *:before {
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}





.com-table1 {
	width: 100%;
}
.com-table1 > tbody > tr > th,
.com-table1 > tbody > tr > td {
	border-bottom: 1px solid #808080;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}
.com-table1 > tbody > tr:first-child > th,
.com-table1 > tbody > tr:first-child > td {
	border-top: 1px solid #808080;
}
.com-table1 > tbody > tr > th {
	background: #F7F7F7;
	font-weight: 400;
	padding: 23px 15px;
}
.com-table1 > tbody > tr > td {
	font-weight: 400;
	padding: 23px 0 23px 15px;
}
.com-table1 .small {
	font-size: 86.6666%;
}





.com-table2 {
	width: 100%;
}
.com-table2 > tbody > tr > th,
.com-table2 > tbody > tr > td {
	border: 1px solid #B2B2B2;
	font-size: 15px;
	line-height: 1.7;
	vertical-align: middle;
}
.com-table2 > tbody > tr > th {
	background: #F7F7F7;
	font-weight: 400;
	padding: 14px 5px;
}
.com-table2 > tbody > tr > td {
	font-weight: 400;
	padding: 14px 5px 14px 18px;
}





.com-table3 {
	width: 100%;
}
.com-table3 > tbody > tr > th,
.com-table3 > tbody > tr > td {
	border-bottom: 1px solid #808080;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}
.com-table3 > tbody > tr:first-child > th,
.com-table3 > tbody > tr:first-child > td {
	border-top: 1px solid #808080;
}
.com-table3 > tbody > tr > th {
	background: #F7F7F7;
	font-weight: 400;
	padding: 10px 15px;
	white-space: nowrap;
	width: 1%;
}
.com-table3 > tbody > tr > td {
	font-weight: 400;
	padding: 10px 0 10px 15px;
}





.com-table4 {
	width: 100%;
}
.com-table4 > thead > tr > th,
.com-table4 > tbody > tr > td {
	border: 1px solid #b2b2b2;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
.com-table4 > thead > tr > th {
	background: #F7F7F7;
	font-weight: 400;
	padding: 10px 1px;
}
.com-table4 > tbody > tr > td {
	padding: 10px 1px;
}





.com-list1 {
	line-height: 1.7;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-list1 li {
	position: relative;
	padding: 0 0 0 15px;
}
.com-list1 li:before {
	background: #444;
	border-radius: 50%;
	content: "";
	display: block;
	height: 5px;
	left: 2px;
	position: absolute;
	top: 0.7em;
	width: 5px;
}
.com-list1.st5 li:before {
	background: #0055BA;
}





.com-list2 {
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-list2 li {
	position: relative;
	padding: 0 0 0 15px;
}
.com-list2 li + li {
	margin-top: 0.2em;
}
.com-list2 li:before {
	background: #0055BA;
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 2px;
	position: absolute;
	top: 0.6em;
	width: 6px;
}





.com-list3 {
	line-height: 1.7;
	list-style: disc;
	margin: 0;
	padding: 0 0 0 1.2em;
}





.com-note1 {
	line-height: 1.7;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-note1 li {
	position: relative;
	padding: 0 0 0 1.6em;
}
.com-note1 li > .blt {
	left: 0;
	position: absolute;
}





.com-note2 {
	color: #666;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-note2 li {
	margin-left: 1em;
	text-indent: -1em;
}





.com-bg-box1 {
	background: #F2F2F2;
	margin: 5px 0;
	padding: 15px 25px;
}





.com-bd-box1 {
	border: 1px solid #999;
	margin: 0;
	padding: 10px;
}





.com-num-list1 {
	line-height: 1.7;
	list-style: decimal;
	margin: 0;
	padding: 0 0 0 1.5em;
}
.com-num-list1 .data1 {
	margin: 5px 0 0 0;
	padding: 0;
}
.com-num-list1 .data1 dt {
	clear: left;
	float: left;
	margin: 0 0 0.2em 0;
	width: 3em;
}
.com-num-list1 .data1 dd {
	margin: 0 0 0.2em 3em;
	padding: 0;
}





.com-num-list2 {
	line-height: 1.7;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-num-list2 > li {
	position: relative;
	padding: 0 0 0 2em;
}
.com-num-list2 > li + li {
	margin-top: 5px;
}
.com-num-list2.st1 > li + li {
	margin-top: 0;
}
.com-num-list2 > li > .num {
	left: 0;
	position: absolute;
}
.com-num-list2 ul,
.com-num-list2 ol {
	margin: 5px 0;
}





.com-page-nav1 {
	text-align: center;
	width: 100%;
}
.com-page-nav1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-page-nav1 ul li {
	color: #999;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	padding-bottom: 22px;
	position: relative;
	vertical-align: top;
}
.com-page-nav1 ul li + li:before {
	content: "/";
	margin: 0 0.5em;
}
.com-page-nav1 ul li a {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.com-page-nav1 ul li.current:after {
	border-color: transparent transparent #FFF transparent;
	border-style: solid;
	border-width: 13px;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	margin-left: -6px;
	left: 50%;
	position: absolute;
	width: 0;
}
.com-page-nav1 ul li a span {
	display: inline-block;
	padding: 0 5px 3px;
}
.com-page-nav1 ul li.current a span {
	background: -webkit-linear-gradient(top,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
}
.com-page-nav1 ul li a:hover span {
	background: -webkit-linear-gradient(top,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
}





.com-page-nav2 {
	border-bottom: 1px solid #0055BA;
	text-align: center;
	width: 100%;
}
.com-page-nav2 ul {
	color: #0055BA;
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-page-nav2 ul li {
	color: #999;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	height: 40px;
	line-height: 1.1;
/*	padding-bottom: 20px;*/
	position: relative;
	vertical-align: top;
}
.com-page-nav2 ul li + li:before {
	content: "/";
	margin: 0 0.5em;
}
.com-page-nav2 ul li a {
	color: #0055BA;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.com-page-nav2 ul li.current:after {
	background: #FFF;
	border-color: #0055BA;
	border-style: solid;
	border-width: 0 1px 1px 0;
	bottom: -9px;
	content: "";
	display: block;
	height: 17px;
	margin: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 17px;
}
.com-page-nav2 ul li.current:first-child:after {
	margin-left: -8px;
}
/*.com-page-nav2 ul li.current:after {
	background: url(/assets/common/img/com-page-nav-arrow.png) no-repeat center top;
	background-size: contain;
	bottom: -12px;
	content: "";
	display: block;
	height: 12px;
	margin: 0 0 0 -5px;
	left: 50%;
	position: absolute;
	width: 23px;
}*/
.com-page-nav2 ul li a > span {
	display: inline-block;
	padding: 0 5px 3px;
}
.com-page-nav2 ul li.current a > span {
	background: -webkit-linear-gradient(top,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
}
.com-page-nav2 ul li a:hover > span {
	background: -webkit-linear-gradient(top,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,238,33,0) 60%,rgba(252,238,33,1) 61%,rgba(252,238,33,1) 100%);
}
.com-page-nav2 ul li a > span .small {
	font-size: 10px;
}





.com-page-link1 {
	text-align: center;
	width: 100%;
}
.com-page-link1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-page-link1 ul li {
	display: inline-block;
	font-size: 15px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
.com-page-link1 ul li + li:before {
	content: "｜";
}





.com-buttons1 {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
/*
.com-button1 {
	background: #FFF;
	border: 1px solid #0055ba;
	border-radius: 17px;
	color:#0055ba;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 34px;
	line-height: 32px;
	position: relative;
	text-align: center;
	width: 180px;
}
.com-button1:after {
	background: url(/assets/common/img/arrow1.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 13px;
}
.com-button1:hover {
	background: #0055ba;
	color:#FFF;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
			transition: 0.5s;
	text-decoration: none;
}
.com-button1:hover:after {
	background-image: url(/assets/common/img/arrow1w.png);

}*/
.com-button1 {
	border: 1px solid #0055ba;
	border-radius: 17px;
	color:#0055ba;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 34px;
	line-height: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 180px;
	z-index: 1;
}
.com-button1:hover {
	color: #FFF;
	text-decoration: none;
}
.com-button1 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button1 span:after {
	background: url(/assets/common/img/arrow1.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 13px;
}
.com-button1 span:hover:after {
	background-image: url(/assets/common/img/arrow1w.png);

}

/*.com-button2 {
	background: #FFF;
	border: 1px solid #0055ba;
	border-radius: 20px;
	color:#0055ba;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	position: relative;
	text-align: center;
	width: 240px;
}
.com-button2:after {
	background: url(/assets/common/img/arrow2.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 15px;
}
.com-button2:hover {
	background: #0055ba;
	color:#FFF;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
			transition: 0.5s;
	text-decoration: none;
}
.com-button2:hover:after {
	background-image: url(/assets/common/img/arrow2w.png);

}*/
.com-button2 {
	background: #FFF;
	border: 1px solid #0055ba;
	border-radius: 20px;
	color:#0055ba;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 240px;
	z-index: 1;
}
.com-button2:hover {
	color: #FFF;
	text-decoration: none;
}
.com-button2 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button2 span:after {
	background: url(/assets/common/img/arrow2.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	right: 14px;
	top: 50%;
	width: 15px;
}
.com-button2 span:hover:after {
	background-image: url(/assets/common/img/arrow1w.png);

}

.com-button1:before,
.com-button2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-button1.out:before,
.com-button2.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-button1.over:before,
.com-button2.over:before {
	background-color: #0055ba;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button1.out:before,
.com-button2.out:before {
	background-color: #0055ba;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}





.com-button3 {
	border: 1px solid #0055BA;
	border-radius: 29px;
	color: #0055BA;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	height: 58px;
	line-height: 56px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 250px;
	z-index: 1;
}
.com-button3.st2 {
	border-color: #FF4285;
	color: #FF4285;
}
.com-button3:hover {
	color: #FFF;
	text-decoration: none;
}
.com-button3 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button3 span:after {
	background: url(/assets/common/img/arrow2.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	left: 24px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 15px;
}
.com-button3.st2 span:after {
	background-image: url(/assets/common/img/arrow2m.png);
}
.com-button3 span:hover:after {
	background-image: url(/assets/common/img/arrow2w.png);

}

.com-button3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-button3.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-button3.over:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button3.out:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button3.st2.over:before,
.com-button3.st2.out:before {
	background-color: #FF4285;
}





.com-button4 {
	background: #0055BA;
	border: 1px solid #0055BA;
	border-radius: 6px;
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: 800;
	height: 60px;
	line-height: 58px;
	margin: auto;
	max-width: 360px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-button4 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button4 span:after {
	background: url(/assets/common/img/c-arrow1w.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 22px;
	right: 23px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 22px;
}





.com-button5 {
	border: 2px solid #005ea5;
	box-shadow: 5px 5px 0 0 #D0EFFF;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 51px;
	line-height: 47px;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 225px;
	z-index: 1;
}
.com-button5.st1 {
	border-color: #009EE3;
	box-shadow: 5px 5px 0 0 #D0EFFF;
}
.com-button5.st2 {
	border-color: #FF4285;
	box-shadow: 5px 5px 0 0 #FFDBE5;
}
.com-button5 > span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button5.st1 > span {
	color: #009EE3;
}
.com-button5.st2 > span {
	color: #FF4285;
}
.com-button5:hover > span {
	color: #FFF;
}
.com-button5 > span:after {
	background: no-repeat center center;
	background-size: 14px 13px;
	content: "";
	display: block;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 19px;
	top: 50%;
	width: 14px;
}
.com-button5.st1 > span:after {
	background-image: url(/assets/common/img/arrow1c.png);
}
.com-button5.st2 > span:after {
	background-image: url(/assets/common/img/arrow1m.png);
}
.com-button5:hover > span:after {
	background-image: url(/assets/common/img/arrow1w.png);
}

.com-button5:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-button5.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-button5.over:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button5.out:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button5.st1.over:before,
.com-button5.st1.out:before {
	background-color: #009EE3;
}
.com-button5.st2.over:before,
.com-button5.st2.out:before {
	background-color: #FF4285;
}





.com-button6 {
	background-color: 3FFF;
	border: 1px solid #005ea5;
	border-radius: 6px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 48px;
	margin: auto;
	overflow: hidden;
	padding-right: 12px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-button6.st1 {
	border-color: #009EE3;
}
.com-button6.st2 {
	border-color: #FF4285;
}
.com-button6.st3 {
	border-color: #00B8A3;
}
.com-button6 > span {
	color: #0055BA;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button6.st1 > span {
	color: #009EE3;
}
.com-button6.st2 > span {
	color: #FF4285;
}
.com-button6.st3 > span {
	color: #00B8A3;
}
.com-button6:hover > span {
	color: #FFF;
}
.com-button6 > span:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: 22px 22px;
	content: "";
	display: block;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	right: 11px;
	top: 50%;
	width: 22px;
}
.com-button6.st1 > span:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-button6.st2 > span:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-button6.st3 > span:after {
	background-image: url(/assets/common/img/c-arrow1gr.png);
}
.com-button6:hover > span:after {
	background-image: url(/assets/common/img/c-arrow1w.png);
}
.com-button6.ar1 > span:after {
	background-image: url(/assets/common/img/arrow1.png);
	background-size: 16px 15px;
	height: 15px;
	margin-top: -8px;
	right: 14px;
	top: 50%;
	width: 16px;
}
.com-button6.st1.ar1 > span:after {
	background-image: url(/assets/common/img/arrow1c.png);
}
.com-button6.st2.ar1 > span:after {
	background-image: url(/assets/common/img/arrow1m.png);
}
.com-button6.ar1:hover > span:after {
	background-image: url(/assets/common/img/arrow1w.png);
}

.com-button6:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-button6.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-button6.over:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button6.out:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-button6.st1.over:before,
.com-button6.st1.out:before {
	background-color: #009EE3;
}
.com-button6.st2.over:before,
.com-button6.st2.out:before {
	background-color: #FF4285;
}
.com-button6.st3.over:before,
.com-button6.st3.out:before {
	background-color: #00B8A3;
}





.com-button7 {
	background: #0055BA;
	border: 1px solid #0055BA;
	border-radius: 29px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	height: 58px;
	line-height: 56px;
	min-width: 277px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-button7 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-button7 span:after {
	background: url(/assets/common/img/arrow2w.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin: -2px 0 0 8px;
	position: relative;
	vertical-align: middle;
	width: 15px;
}





.com-button8 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #bfbfbf;
	border: 1px solid #bfbfbf;
	border-radius: 25px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 200px;
	z-index: 1;
}
.com-button8.st0 {
	background: #0055ba;
	border: 1px solid #0055ba;
}
.com-button8.w1 {
	width: 220px;
}
.com-button8 + .com-button8 {
	margin-left: 18px;
}





.com-r-button1 {
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 30px;
	color: #4282CC;
	display: block;
	font-size: 16px;
	font-weight: 800;
	height: 60px;
	line-height: 58px;
	margin: auto;
	max-width: 360px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-r-button1.st1 {
	color: #009EE3;
}
.com-r-button1.st2 {
	color: #FF4285;
}
.com-r-button1.st3 {
	color: #00B8A3;
}
.com-r-button1:hover {
	color: #FFF;
	text-decoration: none;
}
.com-r-button1 span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-r-button1 span:after {
	background: url(/assets/common/img/c-arrow1b2.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	width: 22px;
}
.com-r-button1.st1 span:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-r-button1.st2 span:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-r-button1.st3 span:after {
	background-image: url(/assets/common/img/c-arrow1gr.png);
}
.com-r-button1:hover span:after {
	background-image: url(/assets/common/img/c-arrow1w.png);
}

.com-r-button1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-r-button1.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-r-button1.over:before {
	background-color: #4282CC;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-r-button1.out:before {
	background-color: #4282CC;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-r-button1.st1.over:before,
.com-r-button1.st1.out:before {
	background-color: #009EE3;
}
.com-r-button1.st2.over:before,
.com-r-button1.st2.out:before {
	background-color: #FF4285;
}
.com-r-button1.st3.over:before,
.com-r-button1.st3.out:before {
	background-color: #00B8A3;
}





.com-l-button1 {
	border: 3px solid #0055BA;
	color: #0055BA;
	display: block;
	font-size: 20px;
	font-weight: 800;
	height: 100px;
	line-height: 94px;
	margin: auto;
	max-width: 560px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-l-button1 > span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-l-button1:hover > span {
	color: #FFF;
}
.com-l-button1 > span:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: 22px 22px;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 11px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}
.com-l-button1:hover > span:after {
	background-image: url(/assets/common/img/c-arrow1w.png);
}

.com-l-button1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-l-button1.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-l-button1.over:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-l-button1.out:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}





.com-l-button2 {
	border: 2px solid #0055BA;
	color: #0055BA;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 80px;
	line-height: 76px;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.com-l-button2 > span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-l-button2:hover > span {
	color: #FFF;
}
.com-l-button2 > span:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: 22px 22px;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 10px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}
.com-l-button2[target="_blank"] > span:after {
	background-image: url(/assets/common/img/newwin1b.png);
}
.com-l-button2:hover > span:after {
	background-image: url(/assets/common/img/c-arrow1w.png);
}
.com-l-button2[target="_blank"]:hover > span:after {
	background-image: url(/assets/common/img/newwin1w.png);
}

.com-l-button2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.com-l-button2.out:before {
	background-color: #FFF;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0;
}
.com-l-button2.over:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.com-l-button2.out:before {
	background-color: #0055BA;
	opacity: 1;
	-webkit-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-ms-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform,-webkit-transform;
}





.com-i-button1 {
	background: #F7F7F7;
	border-radius: 6px;
	color: #0055BA;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}
.com-i-button1 > span {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.com-i-button1 .small {
	color: #444;
	font-size: 12px;
}
.com-i-button1 .icon {
	margin-top: -3px;
	position: relative;
}






.com-contact1 {
	background: #4282CC;
	padding: 60px 0 45px;
	width: 100%;
}
.com-contact1 + #footer {
	margin-top: 0;
}
.com-contact1.mt1 {
	margin-top: 80px;
}
.com-contact1.for-company {
	background: #009EE3;
}
.com-contact1.for-school {
	background: #FF4285;
}
.com-contact1.for-customer {
	background: #00B8A3;
}
.com-contact1 .copy1 {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.36;
	margin: 0 0 25px;
	text-align: center;
}






.com-bottom-nav1 {
	background: #DDECF4;
	border-bottom: 5px solid #C4D1E1;
	margin: 95px 0 0;
	padding: 50px 0 50px;
	width: 100%;
}
.com-bottom-nav1 + #footer {
	margin-top: 0 !important;
}
.com-bottom-nav1 .block1 {
	width: 100%;
}
.com-bottom-nav1 .block1 > div {
	float: left;
	padding: 0 3.4482% 0 0;
	width: 50%;
}
.com-bottom-nav1 .block1.col1 > div {
	float: none;
	margin: auto;
	max-width: 540px;
	padding: 0;
	width: 100%;
}
.com-bottom-nav1 .block1 > div:nth-child(2n) {
	background: url(/assets/common/img/bottom-nav-dot.png) repeat-y left top;
	background-size: 3px 6px;
	padding: 0 0 0 3.4482%;
}
.com-bottom-nav1 .block1 .box {
	color: #444;
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0 5px 0 0 #ADCBE5;
	display: table;
	height: 110px;
	width: 100%;
}
.com-bottom-nav1 .block1 .box > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.com-bottom-nav1 .block1 .box .image {
	background: no-repeat center center;
	background-size: cover;
	border-radius: 12px 0 0 12px;
	width: 210px;
}
.com-bottom-nav1 .block1 .box .text {
	border-radius: 0 12px 12px 0;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.com-bottom-nav1 .block1 .box .text:after {
	background: url(/assets/common/img/c-arrow1b2.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 10px;
	position: relative;
	top: 0.2em;
	width: 22px;
}





.com-content1 {
	background: url(/assets/common/img/com-bg2.png) no-repeat center top -68px;
	height: 745px;
	width: 100%;
}
.com-content1.for-customer {
	background-position: center top -250px;
	margin-bottom: 95px;
	height: auto;
}
.com-content1 .com-breadcrumb1 {
	margin: 0 0 40px;
}
.com-content1 .copy1 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 0 55px;
	text-align: center;
}
.com-content1 .block1 {
	position: relative;
	width: 100%;
}
.com-content1 .block1 > div.box1 {
	background: no-repeat left top;
	float: left;
	padding: 59px 0 0 9.4827%;
	width: 61.2068%;
}
.com-content1.for-company .block1 > div.box1 {
	background-image: url(/assets/for-company/img/top/bg1.png);
}
.com-content1.for-school .block1 > div.box1 {
	background-image: url(/assets/for-school/img/top/bg1.png);
}
.com-content1.for-customer .block1 > div.box1 {
	background-image: url(/assets/for-customer/img/top/bg1.png);
}
.com-content1 .block1 .image1 {
	box-shadow: 0 14px 9px rgba(0,0,0,0.2);
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
.com-content1 .block1 .trigger0 .image1 {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 2s 1s;
	-ms-transition: all 2s 1s;
	transition: all 2s 1s;
}
.com-content1 .block1 .is-view0 .image1 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.com-content1 .block1 .trigger0 .image1:before {
	background: #CCC;
	content: "";
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1s;
	-ms-transition: width 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1s;
	transition: width 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1s;
	width: 100%;
}
.com-content1.for-company .block1 .trigger0 .image1:before {
	background: #009EE3;
}
.com-content1.for-school .block1 .trigger0 .image1:before {
	background: #FF4285;
}
.com-content1.for-customer .block1 .trigger0 .image1:before {
	background: #00B8A3;
}
.com-content1 .block1 .is-view0 .image1:before {
	width: 0;
}
.com-content1 .block1 > div.box2 {
	float: left;
	padding: 28px 0 0 10px;
	text-align: center;
	width: 38.7931%;
}
.com-content1.for-customer .block1 > div.box2 {
	padding-top: 140px;
}
.com-content1 .block1 .title1 {
	margin: 0 0 25px;
}
.com-content1 .block1 .trigger0 .title1 {
	opacity: 0;
	-webkit-transition: all 1s 0s;
	-ms-transition: all 1s 0s;
	transition: all 1s 0s;
}
.com-content1 .block1 .is-view0 .title1 {
	opacity: 1 !important;
}
.com-content1 .block1 .title1 img {
	height: auto;
	width: 376px;
}
.com-content1 .block1 .copy2 {
	font-size: 25px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 25px;
}
.com-content1.for-company .block1 .copy2 {
	color: #009EE3;
}
.com-content1.for-school .block1 .copy2 {
	color: #FF4285;
}
.com-content1.for-customer .block1 .copy2 {
	color: #00B8A3;
}
.com-content1 .block1 .trigger0 .copy2 {
	opacity: 0;
	-webkit-transition: all 1s 0.5s;
	-ms-transition: all 1s 0.5s;
	transition: all 1s 0.5s;
}
.com-content1 .block1 .is-view0 .copy2 {
	opacity: 1 !important;
}
.com-content1 .block1 .trigger0 .com-button5 {
	opacity: 0;
	-webkit-transition: all 1s 1s;
	-ms-transition: all 1s 1s;
	transition: all 1s 1s;
}
.com-content1 .block1 .is-view0 .com-button5 {
	opacity: 1 !important;
}
.com-content1 .copy3 {
	margin: 50px auto 0;
	max-width: 940px;
	width: 100%;
}





.com-content2 {
	background: url(/assets/common/img/bgpt1.jpg) repeat left top;
	padding: 0 0 40px;
	position: relative;
	width: 100%;
}
.com-content2:before {
	background: #FFF;
	content: "";
	display: block;
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-content2 .block1 {
	background: #FFF;
	border: 6px solid #333;
	padding: 10px;
	width: 100%;
}
.com-content2 .block1 .inner {
	background: url(/assets/common/img/prdbg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 48px 45px;
	position: relative;
	width: 100%;
}
.com-content2 .block1 .inner:before {
	background: rgba(54,54,54,0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-content2 .block1 .body {
	background: #FFF;
	padding: 40px 50px 33px;
	position: relative;
	text-align: center;
	width: 100%;
}
.com-content2 .block1 .body .title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 25px;
	position: relative;
}
.com-content2 .block1 .body .title a {
	color: #333;
}
.com-content2 .block1 .body .title:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 10px;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	width: 22px;
}
.com-content2.for-company .block1 .body .title:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-content2.for-school .block1 .body .title:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-content2 .block1 .body > div {
	overflow: hidden;
	width: 100%;
}
.com-content2 .block1 .body > div a {
	background: #005ea5 url(/assets/common/img/c-arrow1w.png) no-repeat right 14px center;
	background-size: 22px 22px;
	border-radius: 6px;
	color: #FFF;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 800;
	height: 50px;
	line-height: 1.2;
	margin-right: 1.4893%;
	position: relative;
	text-align: left;
	width: 32.3404%;
	z-index: 1;
}
.com-content2.for-company .block1 .body > div a {
	background-color: #009EE3;
}
.com-content2.for-school .block1 .body > div a {
	background-color: #FF4285;
}
.com-content2 .block1 .body > div a:nth-child(3n) {
	margin-right: 0;
}
.com-content2 .block1 .body > div a:nth-child(3n+1) {
	clear: left;
}
.com-content2 .block1 .body > div a:nth-child(n+4) {
	margin-top: 15px;
}
.com-content2 .block1 .body > div a > span {
	display: block;
	left: 0;
	padding: 0 40px 0 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}





.com-content3 {
	padding: 45px 0 65px;
	width: 100%;
}
.com-content3 + #footer {
	margin-top: 0;
}
.com-content3 .block1 {
	background-color: #0055BA;
	background-image: url(/assets/common/img/c-arrow2w.png);
	background-position: right 3.1% center;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	display: block;
	color: #FFF;
	position: relative;
	width: 100%;
}
.com-content3 .block1 + .block1 {
	margin-top: 23px;
}
.com-content3.for-company .block1 {
	background-color: #009EE3;
}
.com-content3.for-school .block1 {
	background-color: #FF4285;
}
.com-content3 .block1 .image {
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
	z-index: 1;
}
.com-content3 .block1 .image div.inner {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
	width: 100%;
	z-index: 0;
}
.com-content3 .block1:hover .image div.inner {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.com-content3 .block1 .image div.inner:before {
	content: "";
	display: block;
	height: auto;
	padding: 22.4137%;
	width: 100%;
}
.com-content3 .block1 .body {
	left: 0;
	padding: 0 6.8965% 0 53.9655%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.com-content3 .block1 .sub {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 5px;
}
.com-content3 .block1 .title {
	color: #0055BA;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0;
}
.com-content3 .block1 .title > span {
	background: #FFF;
	display: inline-block;
	margin: 3px 0 2px;
	padding: 0 8px;
	position: relative;
}
.com-content3.for-company .block1 .title {
	color: #009EE3;
}
.com-content3.for-school .block1 .title {
	color: #FF4285;
}
.com-content3 .block1 .copy {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.444;
	margin: 10px 0 0 0;
	max-width: 405px;
	width: 100%;
}





.com-content4 {
	padding: 0 0 65px;
	position: relative;
	width: 100%;
}
.com-content4.for-company {
	background: #E9F9FF;
}
.com-content4.for-school {
	background: #FFF2F6;
}
.com-content4.for-customer {
	background: #E1F5F2;
}
.com-content4.for-school {
	background: #FFF2F6;
}
.com-content4:before {
	background: #FFF;
	content: "";
	display: block;
	height: 144px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-content4 .block1 {
	background: #FFF;
	float: left;
	margin-right: 3.4482%;
	padding-bottom: 70px;
	position: relative;
	width: 48.2758%;
	z-index: 1;
}
.com-content4 .block1:nth-child(2n) {
	margin-right: 0;
}
.com-content4 .block1 .image {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.com-content4 .block1 .image .inner {
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
	width: 100%;
	z-index: 0;
}
.com-content4 .box-link:hover .image .inner {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.com-content4 .block1 .image .inner:before {
	content: "";
	display: block;
	padding-bottom: 46.4285%;
	width: 100%;
}
.com-content4 .block1 .image:after {
	background: #FFF;
	bottom: 0;
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 78.5714%;
}
.com-content4 .block1 .sub {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}
.com-content4 .block1 .sub .small {
	font-size: 13px;
	font-weight: 400;
}
.com-content4 .block1 .title {
	height: 70px;
	margin: 0;
	text-align: center;
}
.com-content4 .block1 .title.st2 {
	height: 75px;
}
.com-content4 .block1 .title .photospot {
	height: auto;
	width: 333px;
}
.com-content4 .block1 .title .next {
	height: auto;
	width: 183px;
}
.com-content4 .block1 .title .chuckle {
	height: auto;
	width: 247px;
}
.com-content4 .block1 .title .d2a {
	height: auto;
	width: 91px;
}
.com-content4 .block1 .copy1 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}
.com-content4 .block1 .copy2 {
	font-size: 14px;
	line-height: 1.57;
	margin: 0 auto;
	max-width: 403px;
	width: 100%;
}
.com-content4 .block1 .com-link3 {
	bottom: 30px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.com-content4.for-company .block1 .com-link3 {
	color: #009EE3;
}
.com-content4.for-company .block1 .com-link3:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-content4.for-school .block1 .com-link3 {
	color: #FF4285;
}
.com-content4.for-school .block1 .com-link3:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-content4.for-customer .block1 .com-link3 {
	color: #00B8A3;
}
.com-content4.for-customer .block1 .com-link3:after {
	background-image: url(/assets/common/img/c-arrow1gr.png);
}
.com-content4.for-customer .block1 .com-link3[target="_blank"]:after {
	background-image: url(/assets/common/img/newwin1gr.png);
}





.com-content5 {
	background: url(/assets/common/img/bgpt2.png) repeat left top;
	background-size: 30px 30px;
	border-top: 2px solid #B5C2D5;
	margin: 83px 0 0;
	padding: 50px 0 40px;
	position: relative;
	width: 100%;
}
.com-content5 + .com-bottom-nav1 {
	margin-top: 0;
}
.com-content5 .title {
	background: url(/assets/common/img/target1.png) no-repeat center center;
	background-size: contain;
	height: 55px;
	left: 50%;
	margin: 0 0 0 -61px;
	position: absolute;
	top: -37px;
	width: 122px;
}
.com-content5 .block1 {
	position: relative;
	width: 100%;
}
.com-content5 .block1 > * {
	display: block;
	float: left;
	margin-right: 3.4482%;
	width: 48.2758%;
}
.com-content5 .block1 > *:nth-child(2n) {
	margin-right: 0;
}
.com-content5 .block1 > *:nth-child(2n+1) {
	clear: left;
}
.com-content5 .block1 a {
	color: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.com-content5 .block1 a:before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.com-content5 .block1 .st1 a:before {
	background-color: rgba(0,158,227,0.8);
}
.com-content5 .block1 .st2 a:before {
	background-color: rgba(255,66,133,0.8);
}
.com-content5 .block1 .st3 a:before {
	background-color: rgba(0,184,163,0.8);
}
.com-content5 .block1 a:after {
	background: url(/assets/common/img/c-arrow2w.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 45px;
	margin-top: -22px;
	position: absolute;
	right: 41px;
	top: 50%;
	width: 45px;
	z-index: 2;
}
.com-content5 .block1 .inner {
	background: no-repeat center center;
	background-size: cover;
	display: block;
	padding-bottom: 32.1428%;
	-webkit-transition: 0.7s;
	-ms-transition: 0.7s;
	transition: 0.7s;
	width: 100%;
	z-index: 0;
}
.com-content5 .block1 a:hover .inner {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.com-content5 .block1 .body {
	display: block;
	font-size: 24px;
	font-weight: 800;
	left: 0;
	line-height: 1.1;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 5;
}
.com-content5 .block1 .body .sub {
	display: block;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	margin: 0 0 8px;
}





.com-content6 {
	margin: 60px 0 100px;
	position: relative;
	width: 100%;
}
.com-content6 + #footer {
	margin-top: 0;
}
/*.com-content6 .title {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 35px;
	text-align: center;
}
.com-content6 .block1 {
	width: 100%;
}
.com-content6 .block1 > * {
	float: left;
	width: 48.2758%;
}
.com-content6 .block1 > *:nth-child(2n) {
	margin-left: 3.4482%;
}
.com-content6 .block1 > *:nth-child(2n+1) {
	clear: left;
}
.com-content6 .block1 .image {
	border-radius: 12px;
	overflow: hidden;
}
.com-content6 .block1 .image .inner {
	background: no-repeat center center;
	background-size: contain;
	padding-bottom: 44.6428%;
	width: 100%;
}
.com-content6.for-company .block1 .image .inner {
	background-color: #A8E2FD;
}
.com-content6.for-school .block1 .image .inner {
	background-color: #FFD1DA;
}
.com-content6.for-customer .block1 .image .inner {
	background-color: #B2EAE3;
}
.com-content6 .block1 .body {
	overflow: hidden;
}
.com-content6 .block1 .body .title1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin: 5px 0 20px;
	position: relative;
	text-align: center;
}
.com-content6 .block1 .body .title1:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: -3px 0 0 8px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}
.com-content6.for-company  .block1 .body .title1:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-content6.for-school  .block1 .body .title1:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-content6.for-company .block1 .body .title1 a {
	color: #009EE3;
}
.com-content6.for-school .block1 .body .title1 a {
	color: #FF4285;
}
.com-content6 .block1 .body .block > * {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 48.2142%;
}
.com-content6 .block1 .body .block > *:nth-child(2n) {
	margin-left: 3.5714%;
}
.com-content6 .block1 .body .block > *:nth-child(2n+1) {
	clear: left;
}*/





.com-for-products-content1 {
	background: url(/assets/products/img/for/bg1.jpg) no-repeat top center;
	height: 600px;
	overflow: hidden;
	width: 100%;
}
@media only screen and (min-width: 1601px) {
	.com-for-products-content1 {
		background-size: cover;
	}
}
.com-for-products-content1 .copy1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}
.com-for-products-content1.for-company .copy1 {
	color: #009EE3;
	margin: 73px 0 0;
}
.com-for-products-content1.for-school .copy1 {
	color: #FF4285;
	margin: 80px 0 0 112px;
}
.com-for-products-content1 .copy1 > span {
	background: #FFF;
	display: inline-block;
	margin: 3px 0;
	padding: 0 5px;
}
.com-for-products-content1 .copy1.trigger0 > span {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}
.com-for-products-content1 .copy1.trigger0 > .t1 {
	-webkit-transition: all 1s 0.5s;
	-ms-transition: all 1s 0.5s;
	transition: all 1s 0.5s;
}
.com-for-products-content1 .copy1.trigger0 > .t2 {
	-webkit-transition: all 1s 0.8s;
	-ms-transition: all 1s 0.8s;
	transition: all 1s 0.8s;
}
.com-for-products-content1 .copy1.trigger0 > .t3 {
	-webkit-transition: all 1s 1.1s;
	-ms-transition: all 1s 1.1s;
	transition: all 1s 1.1s;
}
.com-for-products-content1 .copy1.trigger0 > .t4 {
	-webkit-transition: all 1s 1.4s;
	-ms-transition: all 1s 1.4s;
	transition: all 1s 1.4s;
}
.com-for-products-content1 .copy1.is-view0  > span {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.com-for-products-content1 .copy1.trigger0 > span > span {
	opacity: 0;
}
.com-for-products-content1 .copy1.trigger0 > .t1 > span {
	-webkit-transition: all 1s 1.5s;
	-ms-transition: all 1s 1.5s;
	transition: all 1s 1.5s;
}
.com-for-products-content1 .copy1.trigger0 > .t2 > span {
	-webkit-transition: all 1s 1.8s;
	-ms-transition: all 1s 1.8s;
	transition: all 1s 1.8s;
}
.com-for-products-content1 .copy1.trigger0 > .t3 > span {
	-webkit-transition: all 1s 2.1s;
	-ms-transition: all 1s 2.1s;
	transition: all 1s 2.1s;
}
.com-for-products-content1 .copy1.trigger0 > .t4 > span {
	-webkit-transition: all 1s 2.4s;
	-ms-transition: all 1s 2.4s;
	transition: all 1s 2.4s;
}
.com-for-products-content1 .copy1.is-view0  > span > span {
	opacity: 1;
}





.com-slider1 .item {
	padding: 0 7px 0 8px;
}
.com-slider1 .block {
	background: #FFF;
	border-radius: 16px;
	box-shadow: 3px 3px 5px 0 rgba(1,50,86,0.2);
	margin: 0 0 8px 0;
	overflow: hidden;
	position: relative;
	padding: 24px 25px 0 25px;
	width: 240px;
}
.com-slider1 .image {
	background: no-repeat center center;
	background-size: cover;
	border: 1px solid #555;
	height: auto;
	overflow: hidden;
	padding-top: 136.8421%;
	position: relative;
	width: 100%;
}
.com-slider1 .body {
	color: #0055ba;
	height: 102px;
	padding: 15px 0 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.com-slider1 .body h3 {
	color: #0055ba;
	font-feature-settings: "palt";
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
}
.com-slider1 .body p {
	color: #555;
	font-feature-settings: "palt";
	font-size: 12px;
	line-height: 1.3;
	margin: 8px 0 0;
}
.com-slider1 .slick-arrow {
	background: rgba(0,0,0,0.0);
	border: 0 none;
	height: 54px;
	margin-top: -47px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	width: 54px;
	z-index: 5;
}
.com-slider1 .slick-prev {
	left: 0;
}
.com-slider1 .slick-next {
	right: 0;
}
.com-slider1 .slick-arrow:before {
	background: url(/assets/common/img/slider-arrow1.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.com-slider1 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}





.com-slider2 {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.com-slider2 .item {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.com-slider2 .item img {
}
.com-slider2 .slick-arrow {
	background-color: transparent;
	border: 0 none;
	height: 30px;
	margin-top: -15px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	width: 30px;
	z-index: 5;
}
.com-slider2 .slick-prev {
	left: -15px;
}
.com-slider2 .slick-next {
	right: -15px;
}
.com-slider2 .slick-arrow:before {
	background: #0055BA url(/assets/common/img/arrow2w.png) no-repeat center center;
	background-size: 13px 12px;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.com-slider2 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-slider2 .slick-dots {
	bottom: -20px;
	font-size: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.com-slider2 .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
.com-slider2 .slick-dots li button {
	background-color: #CCC;
	border: 0 none;
	border-radius: 50%;
	display: block;
	height: 8px;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
	width: 8px;
	z-index: 5;
}
.com-slider2 .slick-dots li.slick-active button {
	background-color: #0055BA;
}





.com-slider3 {
	position: relative;
	width: 100%;
}
.com-slider3 .item {
	text-align: center;
}
.com-slider3 .item p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
	margin: 14px 0 0;
}
.com-slider3 .item p.copy1 {
	font-size: 13px;
	margin: 10px 0 0;
	text-align: left;
}
.com-slider3 .slick-arrow {
	background-color: transparent;
	border: 0 none;
	height: 30px;
	margin-top: -30px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	width: 30px;
	z-index: 5;
}
.com-slider3 .slick-prev {
	left: -15px;
}
.com-slider3 .slick-next {
	right: -15px;
}
.com-slider3 .slick-arrow:before {
	background: #0055BA url(/assets/common/img/arrow2w.png) no-repeat center center;
	background-size: 13px 12px;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.com-slider3 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-slider3 .slick-dots {
	bottom: 8px;
	font-size: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: right;
	width: 100%;
}
.com-slider3 .slick-dots li {
	display: inline-block;
	margin: 0 0 0 8px;
	vertical-align: middle;
}
.com-slider3 .slick-dots li button {
	background-color: #CCC;
	border: 0 none;
	border-radius: 50%;
	display: block;
	height: 8px;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
	width: 8px;
	z-index: 5;
}
.com-slider3 .slick-dots li.slick-active button {
	background-color: #0055BA;
}





.com-slider4 {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.com-slider4 .item {
	vertical-align: bottom;
	text-align: center;
}
.com-slider4 .item img {
	margin: auto;
}
.com-slider4 .slick-arrow {
	background-color: transparent;
	border: 0 none;
	height: 30px;
	margin-top: -30px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	width: 30px;
	z-index: 5;
}
.com-slider4 .slick-prev {
	left: -15px;
}
.com-slider4 .slick-next {
	right: -15px;
}
.com-slider4 .slick-arrow:before {
	background: #0055BA url(/assets/common/img/arrow2w.png) no-repeat center center;
	background-size: 13px 12px;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.com-slider4.st2 .slick-arrow:before {
	background-color: #ff57a0;
}
.com-slider4.st3 .slick-arrow:before {
	background-color: #51b65b;
}
.com-slider4.st4 .slick-arrow:before {
	background-color: #ff7b4a;
}
.com-slider4 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-slider4 .slick-dots {
	bottom: -20px;
	font-size: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.com-slider4 .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
.com-slider4 .slick-dots li button {
	background-color: #CCC;
	border: 0 none;
	border-radius: 50%;
	display: block;
	height: 8px;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
	width: 8px;
	z-index: 5;
}
.com-slider4 .slick-dots li.slick-active button {
	background-color: #0055BA;
}
.com-slider4.st2 .slick-dots li.slick-active button {
	background-color: #ff57a0;
}
.com-slider4.st3 .slick-dots li.slick-active button {
	background-color: #51b65b;
}
.com-slider4.st4 .slick-dots li.slick-active button {
	background-color: #ff7b4a;
}





.com-modal-wrap1 {
	z-index: 10005;
}
.com-modal-wrap1 .fancybox-skin {
	background-color: #FFF;
	box-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.com-modal-wrap1 .fancybox-close {
	background: url(/assets/common/img/cross1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -35px;
	right: 0;
	width: 23px;
	height: 23px;
}
.com-modal-wrap1 .fancybox-prev {
	left: -56px;
}
.com-modal-wrap1 .fancybox-next {
	right: -56px;
}
.fancybox-nav span {
	background: url(/assets/common/img/cl-arrow1w.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}
.fancybox-prev span {
	left: 0;
	background-position: enter center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fancybox-next span {
	right: 0;
	background-position: enter center;
}
.fancybox-overlay {
	background: rgba(0,0,0,0.75);
}




.com-fancybox-video-wrap1 .fancybox-skin {
	background-color: transparent;
	border-radius: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.com-fancybox-video-wrap1 .fancybox-close {
	background: url(/assets/common/img/close1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -35px;
	right: 0;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 8040;
}
.com-fancybox-video-wrap1 + .fancybox-overlay {
	background: rgba(0,0,0,0.8);
}
.com-fancybox-video1 {
	display: none;
}





.com-top-message1 {
	margin: 70px auto 50px;
	max-width: 940px;
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
}
/*.com-top-message1.trigger0:before {
	background: #FFF;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width 1s 1s;
	transition: width 1s 1s;
	width: 100%;
	z-index: 1;
}
.com-top-message1.is-view0:before {
	width: 0;
}*/
.com-top-message1 .image1 {
	display: block;
	float: right;
	position: relative;
	z-index: 0;
}
.com-top-message1.trigger0 .image1 {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 2s 1s;
	-ms-transition: all 2s 1s;
	transition: all 2s 1s;
}
.com-top-message1.is-view0 .image1 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.com-top-message1.trigger0 .image1:before {
	background: #CCC;
	content: "";
	display: block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: width 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1s;
	transition: width 1s cubic-bezier(0.48, 0.18, 0, 0.98) 1s;
	width: 100%;
}
.com-top-message1.trigger0 .photo-bottom:before {
	background: #0055BA;
}
.com-top-message1.for-company.trigger0 .image1:before {
	background: #009EE3;
}
.com-top-message1.for-school.trigger0 .image1:before {
	background: #FF4285;
}
.com-top-message1.is-view0 .image1:before {
	width: 0;
}
.com-top-message1 .box {
	bottom: 12px;
	left: 0;
	position: absolute;
}
.com-top-message1.for-school .box {
	bottom: 26px;
}
.com-top-message1 .box .txt1 {
	color: #FFF;
	font-size: 34px;
	font-weight: 800;
	line-height: 55px;
	margin: 0;
	position: relative;
}
.com-top-message1 .box.trigger0 .txt1 {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 1s 2s;
	transition: all 1s 2s;
}
.com-top-message1 .box.is-view0 .txt1 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.com-top-message1 .box .txt1 > span {
	display: inline-block;
	margin: 3px 0 2px;
	padding: 0 8px;
	position: relative;
}
.com-top-message1.for-company .box .txt1 > span {
	background: #009EE3;
}
.com-top-message1.for-school .box .txt1 > span {
	background: #FF4285;
}
.com-top-message1.company .box .txt1 > span {
	background: #0055BA;
}
.com-top-message1 .box.trigger0 .txt1 > span > span {
	opacity: 0;
	-webkit-transition: opacity 1s 2.5s;
	transition: opacity 1s 2.5s;
}
.com-top-message1 .box.is-view0 .txt1 > span > span {
	opacity: 1;
}
.com-top-message1 .box .txt2 {
	margin: 0;
	position: relative;
}
.com-top-message1 .box.trigger0 .txt2 {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 1s 2.5s;
	-ms-transition: all 1s 2.5s;
	transition: all 1s 2.5s;
}
.com-top-message1 .box.is-view0 .txt2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.com-top-message1 .box .txt2 .t1 {
	background: #F7F7F7;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	margin: 13px 0 4px;
	padding: 0 7px;
}
.com-top-message1 .box .txt2 .t2 {
	background: #F7F7F7;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	line-height: 41px;
	padding: 0 7px;
	position: relative;
}
.com-top-message1 .box .txt2 .t2 .small {
	font-size: 16px;
	position: relative;
	top: -0.2em;
}
.com-top-message1 .box.trigger0 .txt2 .t1 > span,
.com-top-message1 .box.trigger0 .txt2 .t2 > span {
	opacity: 0;
	-webkit-transition: opacity 1s 3s;
	-ms-transition: opacity 1s 3s;
	transition: opacity 1s 3s;
}
.com-top-message1 .box.is-view0 .txt2 .t1 > span,
.com-top-message1 .box.is-view0 .txt2 .t2 > span {
	opacity: 1;
}





.com-block1 {
	width: 100%;
}
.com-block1 > div {
	float: left;
}
.com-block1.col2 > div {
	margin-right: 3.4482%;
	width: 48.2758%;
}
.com-block1.col2 > div:nth-child(2n) {
	margin-right: 0;
}
.com-block1.col2 > div:nth-child(2n+1) {
	clear: left;
}
.com-block1.col2 > div:nth-child(n+3) {
	margin-top: 30px;
}
.com-block1.col3 > div {
	margin-right: 3.4482%;
	width: 31.0344%;
}
.com-block1.col3 > div:nth-child(3n) {
	margin-right: 0;
}
.com-block1.col3 > div:nth-child(3n+1) {
	clear: left;
}
.com-block1.col3 > div:nth-child(n+4) {
	margin-top: 30px;
}
.com-block1.col4 > div {
	margin-right: 3.4482%;
	width: 22.4137%;
}
.com-block1.col4 > div:nth-child(4n) {
	margin-right: 0;
}
.com-block1.col4 > div:nth-child(4n+1) {
	clear: left;
}
.com-block1.col4 > div:nth-child(n+5) {
	margin-top: 30px;
}
.com-block1 .image {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.com-block1 .image .inner {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	-webkit-transition: 0.7s;
	-ms-transition: 0.7s;
	transition: 0.7s;
}
.com-block1.col3 .image .inner {
	padding-bottom: 46.3888%;
}
.com-block1.col4 .image .inner {
	padding-bottom: 65.3846%;
}
.com-block1 .box-link:hover .image .inner {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.com-block1 .title1 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 10px 0;
	text-align: center;
}
.com-block1 .title1:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0 0 0 4px;
	position: relative;
	vertical-align: middle;
	width: 18px;
}
.com-block1.st1 .title1:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-block1.st2 .title1:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-block1 .title1 .small {
	font-size: 10px;
}
.com-block1 .title1 a {
	color: #0055BA;
	display: inline-block;
	vertical-align: middle;
}
.com-block1.st1 .title1 a {
	color: #009EE3;
}
.com-block1.st2 .title1 a {
	color: #FF4285;
}
.com-block1 .title2 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	margin: 14px 0 10px;
	text-align: center;
}
.com-block1 .copy1 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57;
	margin: 0;
	text-align: left;
}
.com-block1 .copy2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.;
	margin: 0;
	text-align: left;
}





.com-block2 {
	width: 100%;
}
.com-block2 > * {
	float: left;
	width: 48.2758%;
}
.com-block2 > *:nth-child(2n) {
	margin-left: 3.4482%;
}
.com-block2 > *:nth-child(2n+1) {
	clear: left;
}
.com-block2 .image {
	border-radius: 12px;
	overflow: hidden;
}
.com-block2 .image .inner {
	background: #77B5EA no-repeat center center;
	background-size: contain;
	padding-bottom: 44.6428%;
	width: 100%;
}
.com-block2.st1 .image .inner {
	background-color: #A8E2FD;
}
.com-block2.st2 .image .inner {
	background-color: #FFD1DA;
}
.com-block2.st3 .image .inner {
	background-color: #B2EAE3;
}
.com-block2 .body {
	overflow: hidden;
}
.com-block2 .body .title1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin: 5px 0 20px;
	position: relative;
	text-align: center;
}
.com-block2 .body .title1:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: -3px 0 0 8px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}
.com-block2.st1 .body .title1:after {
	background-image: url(/assets/common/img/c-arrow1c.png);
}
.com-block2.st2 .body .title1:after {
	background-image: url(/assets/common/img/c-arrow1m.png);
}
.com-block2.st1 .body .title1 a {
	color: #009EE3;
}
.com-block2.st2 .body .title1 a {
	color: #FF4285;
}
.com-block2 .body .block > * {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 48.2142%;
}
.com-block2 .body .block > *:nth-child(2n) {
	margin-left: 3.5714%;
}
.com-block2 .body .block > *:nth-child(2n+1) {
	clear: left;
}





.com-block3 {
	background: #F4FBFF;
	margin-top: 30px;
	padding: 55px 0 30px;
	position: relative;
	width: 100%;
}
.com-block3 + .com-block3 {
	margin-top: 65px;
}
.com-block3 .com-title6 {
	margin-top: -85px;
	position: relative;
}





.com-block4 {
	width: 100%;
}
* + .com-block4 {
	margin-top: 35px;
}
.com-block4 > div {
	float: left;
}
.com-block4 > div:nth-child(1) {
	float: left;
	width: 58.6206%;
}
.com-block4 > div:nth-child(2) {
	float: right;
	width: 37.9310%;
}





.com-block5 {
	background: #F2F2F2;
	padding: 0 9.4827% 70px;
	position: relative;
	width: 100%;
}
.com-block5:before {
	background: #FFF;
	content: "";
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.com-block4 + .com-block5 {
	margin-top: 45px;
}
.com-block5 > div {
	background: #FFF;
	float: left;
	position: relative;
	width: 47.87234%;
}
.com-block5 > div + div {
	margin-left: 4.2553%;
}
.com-block5 .image {
	position: relative;
	text-align: center;
}
.com-block5 .body {
	padding: 30px 12% 25px;
	position: relative;
}
.com-block5 .title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 0 15px;
	text-align: center;
}
.com-block5 .copy {
	color: #666;
}
.com-block5 .body .baloon1 {
	left: -20px;
	position: absolute;
	top: -38px;
}





.com-block6 {
	width: 100%;
}
.com-block6 > div {
	float: left;
	margin: 0 1.1627% 10px 0;
	width: 32.5581%;
}
.com-block6 > div:nth-child(3n) {
	margin-right: 0;
}
.com-block6 > div:nth-child(3n+1) {
	clear: left;
}





.com-link1 {
	color: #0055BA;
	text-decoration: underline;
}
.com-link1:hover {
	text-decoration: none;
}

.com-link2 {
	color: #0055BA;
	font-size: 13px;
	font-weight: 500;
	position: relative;
}
.com-link2:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 10px;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	width: 22px;
}

.com-link3 {
	color: #0055BA;
	font-weight: 500;
	position: relative;
}
.com-link3:after {
	background: url(/assets/common/img/c-arrow1b.png) no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 0 0 5px;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	width: 22px;
}
.com-link3[target="_blank"]:after {
	background-image: url(/assets/common/img/newwin1b.png);
}





.com-helper1 {
	margin: 110px 0 0;
	width: 100%;
}
.com-helper1 > div {
	float: left;
	margin: 0 19px 0 0;
}
.com-helper1 > p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 0 178px;
}





.com-progress-wrap1 {
	background: url(/assets/common/img/bgpt3.png) repeat left top;
	background-size: 7px 7px;
	margin: 0 0 40px;
	padding: 0 0 20px;
}
.com-progress-wrap1 .com-breadcrumb1 {
	margin-bottom: 25px;
}

.com-progress1 {
	text-align: center;
	width: 100%;
}
.com-progress1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.com-progress1 ul li {
	background: #FFF;
	border: 1px solid #0055ba;
	border-radius: 6px;
	color: #0055ba;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 110px;
}
.com-progress1 ul li.current {
	background: #0055ba;
	color: #FFF;
}
.com-progress1 ul li.already {
	background: #c8daf0;
	border-color: #c8daf0;
	color: #FFF;
}
.com-progress1 ul li + li {
	margin-left: 40px;
}
.com-progress1 ul li + li:before {
	background: url(/assets/common/img/arrow1.png) no-repeat center center;
	background-size: 15px 14px;
	content: "";
	display: inline-block;
	height: 40px;
	left: -40px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 40px;
}
.com-progress1 ul li > span {
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}





.icon-newwin1 {
	background: url(/assets/common/img/icon-newwin1.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 17px;
	margin: 0 0 0 8px;
	position: relative;
	vertical-align: middle;
	top: -3px;
	width: 17px;
}
.icon-newwin2 {
	background: url(/assets/common/img/newwin2b.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 16px;
	margin: 0 0 0 8px;
	position: relative;
	vertical-align: middle;
	top: -3px;
	width: 16px;
}





.com-baloon1 {
	background: url(/assets/common/img/baloon1.png) no-repeat center center;
	background-size: contain;
	display: block;
	height: 70px;
	text-align: center;
	width: 70px;
}
.com-baloon1 .point {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 0 4px;
	-webkit-transform: scale(90%);
	-ms-transform: scale(90%);
	transform: scale(90%);
	width: 100%;
}
.com-baloon1 .sample {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	padding: 19px 0 3px;
	width: 100%;
}
.com-baloon1 .num {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	width: 100%;
}





.com-baloon2 {
	background: url(/assets/common/img/baloon1.png) no-repeat center center;
	background-size: contain;
	display: block;
	height: 90px;
	text-align: center;
	width: 90px;
}
.com-baloon2 .point {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 0 4px;
	-webkit-transform: scale(90%);
	-ms-transform: scale(90%);
	transform: scale(90%);
	width: 100%;
}
.com-baloon2 .txt1 {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 24px 0 5px;
	width: 100%;
}
.com-baloon2 .txt2 {
	color: #0055BA;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	width: 100%;
}





.com-f-table1 {
	border-top: 1px solid #95b8e2;
	width: 100%;
}
.com-f-table1 + .com-f-table1 {
	margin-top: 18px;
}
.com-f-table1 th,
.com-f-table1 td {
	border-bottom: 1px solid #95b8e2;
}
.com-f-table1 th {
	font-size: 15px;
	font-weight: 500;
	padding: 15px 29px 15px 10px;
	text-align: left;
	vertical-align: top;
	width: 270px;
}
.com-f-table1 th .small {
	color: #666;
	font-size: 10px;
}
.com-f-table1 th .block1 {
	line-height: 1.2;
	/*padding: 15px 0;*/
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.com-f-table1 th .block1 .com-required1 {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.com-f-table1 td {
	font-size: 15px;
	padding: 15px 0;
	vertical-align: top;
}
.com-f-table1 th.vam,
.com-f-table1 td.vam {
	vertical-align: middle;
}

.com-f-table1.sst1 {
	border-top: none;
}
.com-f-table1.sst1 th,
.com-f-table1.sst1 td {
	background: #f2f6fb;
	border-bottom: none;
}
.com-f-table1.sst1 th {
	padding-left: 20px;
}
.com-f-table1.sst1 td {
	padding-right: 25px;
}

.com-f-table1 * + .l1,
.com-f-table1 .l1 + * {
	margin-left: 0.5em;
}
.com-f-table1 .l1 + .l1 {
	margin-left: 1em;
}

.com-f-label1 {
	background: #FFF;
	display: block;
	margin-bottom: 8px;;
	padding: 10px 14px 10px 40px;
	position: relative;
}
.com-f-label1 .com-f-check1 {
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(1.05);
	-ms-transform: translateY(-50%) scale(1.05);
	transform: translateY(-50%) scale(1.05);
}

.com-f-check1 {
	margin-right: 0.5em;
}

.com-f-radio1 {
	margin-right: 0.5em;
}

.com-f-text1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #B2B2B2;
	border-radius: 0;
	font-size: 15px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px 0 13px;
	width: 100%;
}
.com-f-text1.w1 {
	width: 150px;
}
.com-f-text1.w2 {
	padding: 0 10px;
	width: 95px;
}
.com-f-text1.w3 {
	padding: 0 10px;
	width: 67px;
}
.com-f-text1.w4 {
	width: 92px;
}
.com-f-text1.w5 {
	width: 108px;
}
.com-f-text1.w6 {
	padding: 0 10px;
	width: 77px;
}

.com-f-textarea1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #B2B2B2;
	border-radius: 0;
	font-size: 15px;
	height: 150px;
	padding: 10px 15px;
	width: 100%;
}
.com-f-textarea1.h1 {
	height: 346px;
}

.com-f-select1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(/assets/common/img/select-arrow1.png);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 13px 7px;
	border: 1px solid #B2B2B2;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0 35px 0 10px;
	text-overflow: ellipsis;
	width: auto;
}
.com-f-select1::-ms-expand {
	display: none;
}

.com-f-label2 + * {
	margin-left: 1.5em;
}





.com-required1 {
	background: #95b8e2;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}





.com-icon-pdf1 {
	background: url(/assets/common/img/icon-pdf1.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	height: 32px;
	margin: 0 3px;
	vertical-align: middle;
	width: 32px;
}





.casestudy-content1 {
	background: #e7f5fb;
	padding-bottom: 60px;
}
.casestudy-content1 p {
	line-height: 1.666;
	margin: 0;
}
.casestudy-content1 .com-breadcrumb1 {
	margin-bottom: 35px;
}
.casestudy-content1 .copy1 {
	font-size: 18px;
	line-height: 1.555;
	margin: 0 0 35px;
	text-align: center;
}
.casestudy-content1 .content1 {
	background: #FFF;
	padding: 55px 0 65px;
}
.casestudy-content1 .block1 {
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px;
}
.casestudy-content1 .block1 .image {
	display: inline-block;
	vertical-align: middle;
	width: 56.7441%;
}
.casestudy-content1 .block1 .body {
	display: inline-block;
	margin: 0 0 0 3.8372%;
	text-align: center;
	vertical-align: middle;
	width: 39.418%;
}
.casestudy-content1 .block1 .txt1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}
.casestudy-content1 .block1 .txt2 {
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.casestudy-content1 .block1 .txt3 {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 15px;
}
.casestudy-content1 .block1 .txt4 {
	background: #009ee3;
	color: #FFF;
	font-size: 13px;
	line-height: 27px;
	margin: 0;
}
.casestudy-content1 .block1 .txt5 {
	background: #f7f7f7;
	border-bottom: 1px solid #b2b2b2;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
.casestudy-content1 .block1 .txt6 {
	border-bottom: 1px solid #b2b2b2;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 10px 0;
}
.casestudy-content1 .hd1 {
	color: #009ee3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 7px;
}
.casestudy-content1 p + .hd1 {
	margin-top: 35px;
}
.casestudy-content1 .block2 {
	margin: 20px 0 40px;
}
.casestudy-content1 .block2 > div {
	float: left;
	margin-right: 2.3255%;
	width: 48.8372%;
}
.casestudy-content1 .block2 > div:nth-child(2n) {
	margin-right: 0;
}
.casestudy-content1 .block2 > div:nth-child(2n+1) {
	clear: left;
}
.casestudy-content1 .block3 {
	float: left;
	margin: 35px 49px 10px 0;
	text-align: center;
	width: 32.5581%;
}
.casestudy-content1 .block3  + .hd1 {
	margin-top: 35px;
}
.casestudy-content1 .block3 p {
	color: #666;
	font-size: 13px;
	margin: 10px 0 0;
}
.casestudy-content1 .block3 .border {
	border: 1px solid #b2b2b2;
}
.casestudy-content1 .block4 {
	float: right;
	margin: 35px 0 10px 49px;
	width: 32.5581%;
}
.casestudy-content1 .block4  + .hd1 {
	margin-top: 35px;
}
.casestudy-content1 .block5 {
}
.casestudy-content1 .block5 p {
	float: left;
	width: 63.2558%;
}
.casestudy-content1 .block5 img {
	float: right;
	width: 32.5581%;
}






.trigger1,
.com-items1 .item {
	opacity: 0;
	-webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-view1 {
	opacity: 1 !important;
}


.trigger2l {
	opacity: 0;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}
.is-view2l {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


.trigger2r {
	opacity: 0;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}
.is-view2r {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


.trigger2t {
	opacity: 0;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.is-view2t {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


.trigger2b {
	opacity: 0;
	-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.is-view2b {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}



.com-sep1 {
	background-color: transparent;
	border: solid #B2B2B2;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	margin: 20px 0;
	width: 100%;
}

.com-sep2 {
	background-color: transparent;
	border: solid #B2B2B2;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	margin: 45px 0;
	width: 100%;
}

.com-sep3 {
	background-color: transparent;
	border: solid #B2B2B2;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;
	margin: 60px 0;
	width: 100%;
}





.com-pop1 {
	background: #FCEE21;
	border-radius: 4px;
	color: #0055BA;
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 200px;
}
.com-pop1:before {
	border-color: #FCEE21 transparent transparent transparent;
	border-style: solid;
	border-width: 9px;
	bottom: -18px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	width: 0;
}
.com-pop1 .point {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin: 0 5px 0 0;
	position: relative;
	top: -0.2em;
}
.com-pop1 .point2 {
	font-size: 18px;
	font-weight: 700;
}
.com-pop1 .num {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 800;
}





.color1 {
	color: #333;
}
.color2 {
	color: #0055BA;
}
.color3 {
	color: #666;
}
.color4 {
	color: #444;
}



.ffs-palt {
	font-feature-settings: "palt";
}


.regular {
	font-weight: 400 !important;
}
.medium {
	font-weight: 500 !important;
}
.strong {
	font-weight: 800 !important;
}



.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}



.fs9 {
	font-size: 9px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs11 {
	font-size: 11px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs19 {
	font-size: 19px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs21 {
	font-size: 21px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs23 {
	font-size: 23px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs25 {
	font-size: 25px !important;
}
.fs26 {
	font-size: 26px !important;
}
.fs27 {
	font-size: 27px !important;
}
.fs28 {
	font-size: 28px !important;
}
.fs29 {
	font-size: 29px !important;
}
.fs30 {
	font-size: 30px !important;
}



.mgb0 {
	margin-bottom: 0px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb35 {
	margin-bottom: 35px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb45 {
	margin-bottom: 45px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}
.mgb55 {
	margin-bottom: 55px !important;
}
.mgb60 {
	margin-bottom: 60px !important;
}
.mgb65 {
	margin-bottom: 65px !important;
}
.mgb70 {
	margin-bottom: 70px !important;
}
.mgb75 {
	margin-bottom: 75px !important;
}
.mgb80 {
	margin-bottom: 80px !important;
}
.mgb85 {
	margin-bottom: 85px !important;
}
.mgb90 {
	margin-bottom: 90px !important;
}
.mgb95 {
	margin-bottom: 95px !important;
}
.mgb100 {
	margin-bottom: 100px !important;
}
.mgb110 {
	margin-bottom: 110px !important;
}
.mgb120 {
	margin-bottom: 120px !important;
}
.mgb130 {
	margin-bottom: 130px !important;
}
.mgb140 {
	margin-bottom: 140px !important;
}
.mgb150 {
	margin-bottom: 150px !important;
}
.mgb160 {
	margin-bottom: 160px !important;
}
.mgb170 {
	margin-bottom: 170px !important;
}
.mgb180 {
	margin-bottom: 180px !important;
}
.mgb190 {
	margin-bottom: 190px !important;
}
.mgb200 {
	margin-bottom: 200px !important;
}



.mgt0 {
	margin-top: 0px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt35 {
	margin-top: 35px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt45 {
	margin-top: 45px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgt55 {
	margin-top: 55px !important;
}
.mgt60 {
	margin-top: 60px !important;
}
.mgt65 {
	margin-top: 65px !important;
}
.mgt70 {
	margin-top: 70px !important;
}
.mgt75 {
	margin-top: 75px !important;
}
.mgt80 {
	margin-top: 80px !important;
}
.mgt85 {
	margin-top: 85px !important;
}
.mgt90 {
	margin-top: 90px !important;
}
.mgt95 {
	margin-top: 95px !important;
}
.mgt100 {
	margin-top: 100px !important;
}
.mgt110 {
	margin-top: 110px !important;
}
.mgt120 {
	margin-top: 120px !important;
}
.mgt130 {
	margin-top: 130px !important;
}
.mgt140 {
	margin-top: 140px !important;
}
.mgt150 {
	margin-top: 150px !important;
}
.mgt160 {
	margin-top: 160px !important;
}
.mgt170 {
	margin-top: 170px !important;
}
.mgt180 {
	margin-top: 180px !important;
}
.mgt190 {
	margin-top: 190px !important;
}
.mgt200 {
	margin-top: 200px !important;
}
.mgt210 {
	margin-top: 210px !important;
}



.pdl10 {
	padding-left: 10px !important;
}
.pdl15 {
	padding-left: 15px !important;
}
.pdl20 {
	padding-left: 20px !important;
}




.lh14 {
	line-height: 1.4 !important;
}
.lh15 {
	line-height: 1.5 !important;
}
.lh17 {
	line-height: 1.7 !important;
}
.lh19 {
	line-height: 1.9 !important;
}
.lh20 {
	line-height: 2 !important;
}










@media only screen and (max-width: 1159px) {

	.dsp-w {
		display: none !important;
	}
	.dspb-w {
		display: none !important;
	}
	.dsp-s {
		display: inline !important;
	}
	.dspb-s {
		display: block !important;
	}
	
	
	#wrapper {
		padding-bottom: 47px;
	}



	.container {
		max-width: none !important;
		padding: 0 16px;
	}



	#header {
		height: 50px;
	}
	#header-logo {
		background-size: contain;
		padding: 16px 0 0 0;
		width: 92px;
	}
	#header-logo a {
		display: block;
	}
	#header-logo img {
		height: 21px;
		width: 92px;
	}
	#header-lang {
		display: none;
	}
	#header-nav {
		display: none;
	}
	#header-email {
		display: none;
	}





	#footer {
	}
	.contents + #footer {
		margin-top: 40px;
	}
	#footer-content1 h2 {
		margin: 0;
	}
	#footer-content1 p {
		float: right;
		font-feature-settings: "palt";
		font-size: 10px;
	}
	#footer-content2 {
		display: none;
	}
	#footer-content3 {
		padding: 17px 0 0;
	}
	#footer-content3 .block1 {
		display: none;
	}
	#footer-content3 .block2 {
		border-bottom: 3px dotted #CCC;
		float: none;
		padding-bottom: 16px;
		text-align: center;
		width: 100%;
	}
	#footer-content4 {
		display: none;
	}
	#footer-content5 {
		background-color: #FFF;
		border: none;
		padding: 0;
	}
	#footer-content5 .container {
		padding: 0;
	}
	#footer-content5 .block1 {
		float: none;
		padding: 12px 16px 15px;
		text-align: center;
		width: 100%;
	}
	#footer-content5 .block2 {
		background: #F7F7F7;
		float: none;
		overflow: hidden;
		padding: 13px 16px;
		position: relative;
		width: 100%;
	}
	#footer-content5 .block2 ul li.jipdec {
		padding-right: 12px;
		padding-top: 0;
		margin-right: 0;
		width: 50%;
	}
	#footer-content5 .block2 ul li.ems {
		padding-left: 5px;
		padding-top: 0;
		width: 50%;
	}
	#footer-content5 .block3 {
		float: none;
		overflow: hidden;
		padding: 0 0 1px;
		width: 100%;
	}
	#footer-content5 .block3 ul li {
		display: block;
		float: left;
		margin: 0;
		text-align: center;
		width: 50%;
	}
	#footer-content4-sp {
		display: block;
		padding: 10px 0 15px;
		text-align: center;
		width: 100%;
	}
	#footer-content4-sp ul {
		font-size: 14px;
		line-height: 1.96;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer-content4-sp a {
		color: #333;
	}
	#footer-content6 {
		padding: 0 0 10px;
		text-align: center;
	}
	#footer-content6 h2 {
		float: none;
		font-size: 13px;
		margin: 0 0 0.2em;
	}
	#footer-content6 p {
		font-size: 13px;
	}
	
	#footer-contact {
		border-top: 2px solid #FFF;
		bottom: 0;
		display: block;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	#footer-contact ul {
		font-size: 0;
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer-contact ul li {
		float: left;
		font-size: 0;
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 50%;
	}
	#footer-contact a {
		background: #0055BA;
		color: #FFF;
		display: block;
		font-size: 13px;
		font-weight: 500;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 100%;
	}
	#footer-contact .phone {
		border-right: 1px solid #FFF;
	}
	#footer-contact .email {
		border-left: 1px solid #FFF;
	}
	#footer-contact .phone a:before {
		background: url(/assets/common/img/icon-phone1.png) no-repeat center center;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 28px;
		margin: 0 9px 0 0;
		position: relative;
		vertical-align: middle;
		width: 13px;
	}
	#footer-contact .email a:before {
		background: url(/assets/common/img/icon-mail1.png) no-repeat center center;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 14px;
		margin: 0 9px 0 0;
		position: relative;
		vertical-align: middle;
		width: 18px;
	}





	#pagetop-link {
		bottom: 80px;
	}
	#pagetop-link a {
		height: 63px;
		width: 57px;
	}




	#gnav-button {
		background: #0055ba;
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px;
		z-index: 1001;
	}
	#gnav-button span {
		color: #FFF;
		display: block;
		font-size: 9px;
		height: 18px;
		left: 13px;
		line-height: 1.2;
		position: absolute;
		text-decoration: none;
		top: 17px;
		width: 24px;
	}
	#gnav-button span span {
		background-color: #FFF;
		display: block;
		height: 3px;
		left: 0;
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 7px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#gnav-button span span:nth-child(1) {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	#gnav-button span span:nth-child(2) {
	}
	#gnav-button span span:nth-child(3) {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	body.gnav-active #gnav-button span span:nth-child(2) {
		opacity: 0;
	}
	body.gnav-active #gnav-button span span:nth-child(1),
	body.gnav-active #gnav-button span span:nth-child(3) {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	body.gnav-active #gnav-button span span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	body.gnav-active #gnav-button span span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#gnav-panel {
		-webkit-animation: fadeOut 0.5s ease 0s 1 normal;
		animation: fadeOut 0.5s ease 0s 1 normal;
		display: none;
		opacity: 0;
	}
	body.gnav-active #gnav-panel {
		-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
		animation: fadeIn 0.5s ease 0s 1 normal;
		background: #FFF;
		bottom: 0;
		display: block;
		height: 100%;
		left: 0;
		opacity: 1;
		padding: 50px 0 0;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 100%;
		z-index: 999;
	}

	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	@-moz-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	@-ms-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	@-webkit-keyframes fadeOut {
		0% {opacity: 1}
		100% {opacity: 0}
	}
	@-moz-keyframes fadeOut {
		0% {opacity: 1}
		100% {opacity: 0}
	}
	@-ms-keyframes fadeOut {
		0% {opacity: 1}
		100% {opacity: 0}
	}
	@keyframes fadeOut {
		0% {opacity: 1}
		100% {opacity: 0}
	}
	#gnav-panel a {
		color: #333;
	}
	#gnav-panel .block0 {
		border-top: 3px solid #0055BA;
		overflow: hidden;
		padding: 15px 16px;
		position: relative;
		width: 100%;
	}
	#gnav-panel .lang {
		display: none;
		font-size: 0;
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gnav-panel .lang li {
		float: left;
	}
	#gnav-panel .lang li a,
	#gnav-panel .lang li span {
		border: 1px solid #999;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 34px;
		height: 36px;
		text-align: center;
		width: 84px;
	}
	#gnav-panel .lang li a {
		background: #FFF;
		color: #999;
	}
	#gnav-panel .lang li span {
		background: #999;
		color: #FFF;
	}
	#gnav-panel .email {
		color: #0055BA;
		/*float: right;*/
		float: left;
		font-size: 15px;
		font-weight: 800;
		line-height: 40px;
		margin: -4px 0 0;
		position: relative;
	}
	#gnav-panel .email a {
		color: #0055BA;
		padding-right: 10px;
	}
	#gnav-panel .email a:before {
		background: #0055BA url(/assets/common/img/icon-mail1.png) no-repeat center center;
		background-size: 16px 12px;
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 40px;
		margin: 0 7px 0 0;
		overflow: hidden;
		text-indent: -999em;
		vertical-align: middle;
		width: 40px;
	}
	#gnav-panel .block1 {
		width: 100%;
	}
	#gnav-panel .block1 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gnav-panel .block1 ul > li {
		border-top: 2px solid #FFF;
	}
	#gnav-panel .block1 > ul > li > a,
	#gnav-panel .block1 > ul > li > span {
		background-color: #0055BA;
		color: #FFF;
		display: block;
		font-size: 16px;
		font-weight: 800;
		height: 60px;
		line-height: 1.1;
		padding: 20px 60px 0 16px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#gnav-panel .block1 > ul > li > a .lnk {
		background-image: url(/assets/common/img/arrow1w.png);
		background-position: right 19px center;
		background-repeat: no-repeat;
		background-size: 22px 20px;
		display: block;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
	}
	#gnav-panel .block1 > ul > li.menu1 > a,
	#gnav-panel .block1 > ul > li.menu1 > span {
		background-color: #009EE3;
	}
	#gnav-panel .block1 > ul > li.menu2 > a,
	#gnav-panel .block1 > ul > li.menu2 > span {
		background-color: #FF4285;
	}
	#gnav-panel .block1 > ul > li.menu3 > a,
	#gnav-panel .block1 > ul > li.menu3 > span {
		background-color: #00B8A3;
	}
	#gnav-panel .block1 > ul > li > a > .blt,
	#gnav-panel .block1 > ul > li > span > .blt {
		background-image: none;
	}
	#gnav-panel .block1 > ul > li > a > .blt:after,
	#gnav-panel .block1 > ul > li > span > .blt:after,
	#gnav-panel .block1 > ul > li > a > .blt:before,
	#gnav-panel .block1 > ul > li > span > .blt:before {
		background: #FFF;
		content: "";
		display: block;
		height: 2px;
		margin: -1px 0 0 0;
		position: absolute;
		right: 18px;
		top: 50%;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		width: 22px;
	}
	#gnav-panel .block1 > ul > li > a > .blt:before,
	#gnav-panel .block1 > ul > li > span > .blt:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#gnav-panel .block1 > ul > li > a.on > .blt:before,
	#gnav-panel .block1 > ul > li > span.on > .blt:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#gnav-panel .block1 > ul > li > div {
		display: none;
	}
	#gnav-panel .block1 > ul > li > div > ul > li + li,
	#gnav-panel .block1 > ul > li > div > ul > li + li {
		border-top: 1px solid #999;
	}
	#gnav-panel .block1 > ul > li > div > ul > li > a,
	#gnav-panel .block1 > ul > li > div > ul > li > span {
		color: #333;
		display: block;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.36;
		padding: 15px 37px 15px 16px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#gnav-panel .block1 > ul > li > div > ul > li > a .lnk {
		background-image: url(/assets/common/img/c-arrow1g.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 22px;
		margin-top: -11px;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 22px;
	}
	#gnav-panel .block1 > ul > li > div > ul > li > a[target="_blank"] .lnk {
		background-image: url(/assets/common/img/newwin1g.png);
	}
	#gnav-panel .block1 > ul > li > div > ul > li > div {
		padding: 0 16px 10px;
		text-align: left;
	}
	#gnav-panel .block1 > ul > li > div > ul > li > a + div {
		border-top: 1px solid #999;
		padding: 5px 16px 10px;
		text-align: left;
	}
	#gnav-panel .block1 > ul ul ul + ul {
		border-top: 1px dashed #999;
	}
	#gnav-panel .block1 > ul ul ul > li > a,
	#gnav-panel .block1 > ul ul ul > li > span {
		color: #333;
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.6;
		padding: 7px 20px 7px 17px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#gnav-panel .block1 > ul ul ul > li > a:before,
	#gnav-panel .block1 > ul ul ul > li > span:before {
		background: #999;
		border-radius: 50%;
		content: "";
		display: block;
		height: 6px;
		left: 4px;
		position: absolute;
		top: 15px;
		width: 6px;
	}
	#gnav-panel .block1 > ul ul ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gnav-panel .block1 > ul ul ol li + li {
		border-top: 1px dotted #999;
	}
	#gnav-panel .block1 > ul ul ol > li > a,
	#gnav-panel .block1 > ul ul ol > li > span {
		color: #333;
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.6;
		padding: 7px 20px 7px 1.2em;
		position: relative;
		text-align: left;
		text-indent: -1em;
		width: 100%;
	}
	#gnav-panel .block1 > ul ul ul > li > a,
	#gnav-panel .block1 > ul ul ol > li > a {
		background: url(/assets/common/img/arrow3g.png) no-repeat right center;
		background-size: 22px 22px;
	}
	#gnav-panel .block2 {
		margin-top: 12px;
		overflow: hidden;
		width: 100%;
	}
	#gnav-panel .block2 ul {
		font-size: 0;
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gnav-panel .block2 ul li {
		float: left;
		font-size: 14px;
		font-weight: 500;
		line-height: 45px;
		text-align: center;
		width: 50%;
	}
	#gnav-panel .block2 ul li a {
		background: #D9D9D9;
		border-bottom: 1px solid #FFF;
		color: #444;
		display: block;
	}
	#gnav-panel .block2 ul li:nth-child(even) a {
		border-left: 1px solid #FFF;
	}





	#page-title1 {
		background-size: cover;
	}
	#page-title1 > div {
		height: 114px;
		width: 285px;
	}
	#page-title1 > div:after,
	#page-title1 > div:before,
	#page-title1 > div > div:after,
	#page-title1 > div > div:before {
		height: 19px;
		width: 19px;
	}
	#page-title1 > div:after {
		border-width: 3px 0 0 3px;
	}
	#page-title1 > div:before {
		border-width: 3px 3px 0 0;
	}
	#page-title1 > div > div:after {
		border-width: 0 0 3px 3px;
	}
	#page-title1 > div > div:before {
		border-width: 0 3px 3px 0;
	}
	#page-title1 h1 {
		font-size: 23px;
	}
	#page-title1 h1 .sub {
		font-size: 15px;
		margin-bottom: 3px;
	}





	#page-title-top1 {
		background-size: cover;
		height: 200px;
	}
	#page-title-top1 > div {
		height: 114px;
		width: 285px;
	}
	#page-title-top1 > div:after,
	#page-title-top1 > div:before,
	#page-title-top1 > div > div:after,
	#page-title-top1 > div > div:before {
		height: 19px;
		width: 19px;
	}
	#page-title-top1 > div:after {
		border-width: 3px 0 0 3px;
	}
	#page-title-top1 > div:before {
		border-width: 3px 3px 0 0;
	}
	#page-title-top1 > div > div:after {
		border-width: 0 0 3px 3px;
	}
	#page-title-top1 > div > div:before {
		border-width: 0 3px 3px 0;
	}
	#page-title-top1 h1 .sub {
		font-size: 12px;
		margin-bottom: 5px;
	}
	#page-title-top1 h1 {
		font-size: 23px;
	}





	#page-title-top2 {
		background-size: 800px 250px;
	}
	#page-title-top2.for-company-products:before {
		background-image: url(/assets/products/img/for/page-title-bg2-company-sp.png);
	}
	#page-title-top2.for-school-products:before {
		background-image: url(/assets/products/img/for/page-title-bg2-company-sp.png);
	}
	#page-title-top2 > div {
		height: 114px;
		width: 286px;
	}
	#page-title-top2 > div:after,
	#page-title-top2 > div:before,
	#page-title-top2 > div > div:after,
	#page-title-top2 > div > div:before {
		height: 19px;
		width: 19px;
	}
	#page-title-top2 > div:after {
		border-width: 3px 0 0 3px;
	}
	#page-title-top2 > div:before {
		border-width: 3px 3px 0 0;
	}
	#page-title-top2 > div > div:after {
		border-width: 0 0 3px 3px;
	}
	#page-title-top2 > div > div:before {
		border-width: 0 3px 3px 0;
	}
	#page-title-top2 h1 {
		font-size: 23px;
	}





	.com-breadcrumb1 {
		margin: 0 0 20px;
		padding: 12px 0 0;
	}
	.com-breadcrumb1 ul li {
		font-size: 10px;
		line-height: 1.7;
	}





	.com-bg1 {
		background: none;
	}





	.com-title1 {
		font-size: 19px;
	}
	.com-title5 {
		font-size: 21px;
		margin: 0 0 15px;
	}
	.com-title6 {
		border-radius: 24px;
		font-size: 18px;
		line-height: 1.35;
		padding: 15px;
		margin: 0 0 12px;
	}
	.com-title6.st1 {
		border-radius: 8px;
	}
	* + .com-title6 {
		margin-top: 55px;
	}
	.com-page-link1 + .com-title6 {
		margin-top: 25px;
	}





	.com-news-box1 {
		box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1.5);
		border-top: 1px solid #f4f4f4;
		margin-left: -16px;
		margin-right: -16px;
		position: relative;
		width: auto;
	}
	.com-news-box1 > div.image {
		padding: 25px 16px;
		width: 142px;
	}
	.com-news-box1 > div.cont {
		padding: 0 10px;
	}
	.com-news-box1 .body p {
		line-height: 1.533;
	}





	.com-news-detail1 .head {
		margin-bottom: 30px;
	}
	.com-news-detail1 .head .meta {
		margin-bottom: 20px;
	}
	.com-news-detail1 .head .meta .date {
		font-size: 15px;
		margin-right: 5px;
	}
	.com-news-detail1 .head .title {
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 20px;
	}
	.com-news-detail1 .body figure + p,
	.com-news-detail1 .body img + p {
		margin-top: 25px;
	}
	.com-news-detail1 .body figcaption {
		font-size: 13px;
	}
	.com-news-detail1 .body img + figcaption {
		margin-top: 13px;
	}
	.com-news-detail1 .links {
		margin: 20px 0;
	}
	.com-news-detail1 .foot {
		margin-top: 30px;
	}




	.com-table1,
	.com-table1 > tbody,
	.com-table1 > tbody > tr,
	.com-table1 > tbody > tr > th,
	.com-table1 > tbody > tr > td {
		display: block;
		width: 100%;
	}
	.com-table1 > tbody > tr > th {
		border-bottom: none;
		padding: 10px;
	}
	.com-table1 > tbody > tr > td {
		padding: 10px;
	}
	.com-table1 > tbody > tr:first-child > td {
		border-top: none;
	}





	.com-table3 > tbody > tr > td {
		padding: 10px 5px 10px 15px;
	}





	.com-page-nav1 {
		background: #FFF;
		border-top: 1px solid #0055BA;
		margin-left: -16px;
		margin-right: -16px;
		position: relative;
		width: auto;
	}
	.com-page-nav1:after {
		bottom: 0;
		content: "";
		display: block;
		border-bottom: 1px solid #0055BA;
		height: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.com-page-nav1 ul {
		overflow: hidden;
		width: 100%;
	}
	.com-page-nav1 ul li {
		border-bottom: 1px solid #0055BA;
		border-right: 1px solid #0055BA;
		display: block;
		float: left;
		font-size: 14px;
		padding-bottom: 0;
		width: 50%;
	}
	.com-page-nav1 ul li:nth-child(2n+1) {
		clear: left;
	}
	.com-page-nav1 ul li:nth-child(2n) {
		border-right: none;
	}
	.com-page-nav1 ul li + li:before {
		display: none;
	}
	.com-page-nav1 ul li.current:after {
		display: none;
	}
	.com-page-nav1 ul li a {
		display: block;
		line-height: 40px;
	}
	.com-page-nav1 ul li.current,
	.com-page-nav1 ul li.current a {
		color: #FFF;
		background-color: #0055BA;
	}
	.com-page-nav1 ul li a span {
		display: inline-block;
		padding: 0
	}
	.com-page-nav1 ul li.current a span {
		background-color: transparent;
		background-image: none;
	}





	.com-page-nav2 {
		background: #FFF;
		border-bottom: none;
		border-top: 1px solid #0055BA;
		/*margin-left: -16px;
		margin-right: -16px;*/
		position: relative;
		width: auto;
	}
	.com-page-nav2:after {
		bottom: 0;
		content: "";
		display: block;
		border-bottom: 1px solid #0055BA;
		height: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.com-page-nav2 ul {
		overflow: hidden;
		width: 100%;
	}
	.com-page-nav2 ul li {
		border-bottom: 1px solid #0055BA;
		border-right: 1px solid #0055BA;
		display: block;
		float: left;
		font-size: 14px;
		height: auto;
		padding-bottom: 0;
		width: 50%;
	}
	.com-page-nav2 ul li:nth-child(2n+1) {
		clear: left;
	}
	.com-page-nav2 ul li:nth-child(2n) {
		border-right: none;
	}
	.com-page-nav2 ul li + li:before {
		display: none;
	}
	.com-page-nav2 ul li.current:after {
		display: none;
	}
	.com-page-nav2 ul li a {
		display: block;
		height: 50px;
		line-height: 1.2;
	}
	.com-page-nav2 ul li.current,
	.com-page-nav2 ul li.current a {
		background-color: #E7F3FF;
	}
	.com-page-nav2 ul li a > span {
		display: block;
		left: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
	.com-page-nav2 ul li.current a > span {
		background-color: transparent;
		background-image: none;
	}





	.com-page-link1 ul li {
		display: block;
		text-align: center;
	}
	.com-page-link1 ul li + li {
		margin-top: 15px;
	}
	.com-page-link1 ul li + li:before {
		display: none;
	}
	
	
	
	
	
	.com-buttons1 {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-direction:reverse;
		-moz-box-direction:reverse;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column-reverse;
		-moz-flex-direction:column-reverse;
		flex-direction:column-reverse;
		justify-content: center;
		align-items: center;
	}





	.com-button4 {
		height: 50px;
		line-height: 48px;
	}
	.com-button4 span:after {
		right: 15px;
	}
	
	
	
	
	
	.com-buttons1 .com-button8 {
		display: block;
		margin: auto;
	}
	.com-button8 + .com-button8 {
		margin-top: 20px;
	}
	.com-buttons1 .com-button8 {
		margin-bottom: 20px;
	}





	.com-r-button1 {
		max-width: 275px;
	}
	.com-r-button1:after {
		margin: 0 0 0 5px;
	}





	.com-l-button1 {
		font-size: 17px;
		height: 75px;
		line-height: 69px;
	}





	.com-contact1 {
		padding: 30px 0;
	}
	.com-contact1 + #footer {
		margin-top: 0;
	}
	.com-contact1.mt1 {
		margin-top: 50px;
	}
	.com-contact1 .copy1 {
		font-size: 17px;
		margin: 0 0 15px;
	}

	
	
	
	
	.com-bottom-nav1 {
		margin: 60px 0 0;
		padding: 27px 0 25px;
	}
	.com-bottom-nav1 .block1 > div {
		float: none;
		padding: 0;
		width: 100%;
	}
	.com-bottom-nav1 .block1 > div:nth-child(2n) {
		background: none;
		padding: 0;
	}
	.com-bottom-nav1 .block1 > div + div {
		margin-top: 12px;
	}
	.com-bottom-nav1 .block1 .box {
		border-radius: 7px;
		box-shadow: 0 3px 0 0 #ADCBE5;
		height: 70px;
	}
	.com-bottom-nav1 .block1 .box .image {
		border-radius: 7px 0 0 7px;
		width: 133px;
	}
	.com-bottom-nav1 .block1 .box .text {
		border-radius: 0 7px 7px 0;
		font-size: 15px;
	}
	.com-bottom-nav1 .block1 .box .text:after {
		height: 18px;
		top: 0.2em;
		width: 18px;
	}





	.com-content1 {
		background: url(/assets/common/img/com-bg2-sp.png) no-repeat center top 67px;
		background-size: 605px 524px;
		height: auto;
		margin: 0;
	}
	.com-content1.for-customer {
		background: url(/assets/common/img/com-bg2-sp.png) no-repeat center top -64px;
		background-size: 605px 524px;
		margin: 0;
	}
	.com-content1 .com-breadcrumb1 {
		margin: 0 0 30px;
	}
	.com-content1 .copy1 {
		font-size: 17px;
		line-height: 1.5;
		margin: 0 0 22px;
		padding: 0 20px;
		text-align: left;
	}
	.com-content1 .block1 {
		margin-left: -16px;
		margin-right: -16px;
		width: auto;
	}
	.com-content1 .block1 > div.box1 {
		background-position: -17px 0;
		background-size: 175px 160px;
		float: none;
		padding: 30px 37px 17px 37px;
		width: 100%;
	}
	.com-content1 .block1 .image1 {
		box-shadow: 0 7px 5px rgba(0,0,0,0.2);
		border-radius: 10px;
	}
	.com-content1 .block1 > div.box2 {
		float: none;
		padding: 0 0 30px !important;
		width: 100%;
	}
	.com-content1.for-customer .block1 > div.box2 {
		padding: 0 0 15px !important;
	}
	.com-content1 .block1 .title1 {
		margin: 0 0 13px;
	}
	.com-content1 .block1 .title1 img {
		width: 282px;
	}
	.com-content1 .block1 .copy2 {
		font-size: 19px;
		line-height: 1.36;
		margin: 0 0 15px;
	}
	.com-content1 .copy3 {
		margin: 0 auto 0;
	}





	.com-content2 {
		background: none;
		padding: 0;
	}
	.com-content2:before {
		display: none;
	}
	 .com-content2 .container {
		padding: 0;
	}
	.com-content2 .block1 {
		border-width: 3px 0;
		padding: 5px 0;
		width: 100%;
	}
	.com-content2 .block1 .inner {
		padding: 14px 0;
	}
	.com-content2 .block1 .body {
		padding: 27px 35px 22px;
	}
	.com-content2 .block1 .body .title {
		font-size: 20px;
		margin: 0 0 8px;
	}
	.com-content2 .block1 .body .title:after {
		margin: 0 0 0 7px;
	}
	.com-content2 .block1 .body > div a {
		float: none;
		font-size: 15px;
		margin-right: 0;
		margin-top: 5px;
		width: 100%;
	}
	.com-content2 .block1 .body > div a:nth-child(n+4) {
		margin-top: 5px;
	}
	.com-content2 .block1 .body > div a > span {
		padding: 0 36px 0 20px;
	}





	.com-content3 {
		padding: 24px 0 22px;
	}
	.com-content3 .block1 {
		background-image: none;
		display: block;
		color: #FFF;
		position: relative;
		width: 100%;
	}
	.com-content3 .block1 .image {
		width: 100%;
	}
	.com-content3 .block1 .image:before {
		padding: 22.4137%;
	}
	.com-content3 .block1 .body {
		background-image: url(/assets/common/img/c-arrow2w.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 26px 26px;
		left: auto;
		padding: 22px 60px 20px 22px;
		position: relative;
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.com-content3 .block1 .sub {
		font-size: 14px;
	}
	.com-content3 .block1 .title {
		font-size: 21px;
	}
	.com-content3 .block1 .copy {
		font-size: 15px;
		line-height: 1.46;
		margin: 8px 0 0 0;
	}





	.com-content4 {
		padding: 30px 0 25px;
	}
	.com-content4:before {
		display: none;
	}
	.com-content4 .block1 {
		float: none;
		margin-right: 0;
		padding-bottom: 53px;
		width: 100%;
	}
	.com-content4 .block1 + .block1 {
		margin-top: 17px;
	}
	.com-content4 .block1 .image:after {
		width: 270px;
	}
	.com-content4 .block1 .body {
		padding: 0 21px;
	}
	.com-content4 .block1 .sub {
		font-size: 15px;
	}
	.com-content4 .block1 .sub .small {
		font-size: 12px;
	}
	.com-content4 .block1 .title {
		height: auto !important;
	}
	.com-content4 .block1 .title .photospot {
		margin-bottom: 13px;
		width: 250px;
	}
	.com-content4 .block1 .title .next {
		margin-bottom: 13px;
		width: 167px;
	}
	.com-content4 .block1 .title .chuckle {
		margin-bottom: 13px;
		width: 224px;
	}
	.com-content4 .block1 .title .d2a {
		margin-bottom: 13px;
		width: 82px;
	}
	.com-content4 .block1 .copy1 {
		font-size: 15px;
		margin: 0 0 8px;
	}
	.com-content4 .block1 .copy2 {
		font-size: 13px;
		line-height: 1.53;
	}
	.com-content4 .block1 .com-link3 {
		bottom: 22px;
		font-size: 15px;
	}





	.com-content5 {
		margin: 50px 0 0;
		padding: 45px 0 30px;
	}
	.com-content5 .title {
		height: 41px;
		margin: 0 0 0 -46px;
		top: -23px;
		width: 92px;
	}
	.com-content5 .block1 > * {
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.com-content5 .block1 > * + * {
		margin-top: 10px;
	}
	/*.com-content5 .block1 a {
		height: 110px;
	}*/
	.com-content5 .block1 a:after {
		height: 27px;
		margin-top: -14px;
		right: 23px;
		width: 27px;
	}
	.com-content5 .block1 .body {
		font-size: 20px;
	}
	.com-content5 .block1 .body .sub {
		font-size: 13px;
	}





	/*.com-content6 {
		margin: 65px 0 40px;
	}
	.com-content6 .title {
		font-size: 21px;
		margin: 0 0 15px;
	}
	.com-content6 .block1 > * {
		float: none;
		width: 100%;
	}
	.com-content6 .block1 > *:nth-child(2n) {
		margin-left: 0;
	}
	.com-content6 .block1 .image {
		border-radius: 8px;
		margin-bottom: 18px;
	}
	.com-content6 .block1 .image .inner {
		padding-bottom: 52.5547%;
	}
	.com-content6 .block1 .body .block > * {
		float: none;
		margin-bottom: 3px;
		width: 100%;
	}
	.com-content6 .block1 .body .block > *:nth-child(2n) {
		margin-left: 0;
	}*/





	.com-for-products-content1 {
		background-size: cover;
		height: auto;
	}
	.com-for-products-content1 > .container {
		height: 300px;
	}
	.com-for-products-content1 .copy1 {
		bottom: 15px;
		font-size: 15px;
		left: 15px;
		letter-spacing: -0.05em;
		line-height: 1.6666;
		position: absolute;
	}
	.com-for-products-content1.for-company .copy1 {
		margin: 0;
	}
	.com-for-products-content1.for-school .copy1 {
		margin: 0;
	}
	.com-for-products-content1 .copy1 > span {
		padding: 0 4px;
	}






	.com-slider1 .item {
		padding: 0 11px;
	}
	.com-slider1 .block {
		border-radius: 8px;
		box-shadow: 2px 2px 4px 0 rgba(1,50,86,0.2);
		margin: 0 0 6px 0;
		width: 196px;
	}
	.com-slider1 .image {
/*		border-radius: 8px 8px 0 0;*/
		height: auto;
	}
	.com-slider1 .body {
		border-radius: 0 0 8px 8px;
		height: 90px;
		padding: 15px 0 0 0;
	}
	.com-slider1 .body:before {
		border-width: 9px;
		margin-left: -9px;
		top: -18px;
	}
	.com-slider1 .body h3 {
		font-size: 11px;
	}
	.com-slider1 .body p {
		font-size: 11px;
		margin: 6px 0 0;
	}
	.com-slider1 .slick-arrow {
		height: 40px;
		margin-top: -20px;
		width: 40px;
	}






	.com-slider3 .item p {
		padding-left: 15px;
		text-align: left;
	}
	.com-slider3 .slick-dots {
		bottom: 7px;
		padding-right: 18px;
	}
	
	.com-slider3.st1 {
		padding-bottom: 20px;
	}
	.com-slider3.st1 .slick-dots {
		bottom: -20px;
		padding: 0;
		text-align: center;
	}
	.com-slider3.st1 .slick-dots li {
		margin: 0 4px;
	}
	.com-slider3st1 .item p {
		padding: 0;
	}





	.com-modal-wrap1 .fancybox-close {
		top: -25px;
	}
	.com-modal-wrap1 .fancybox-prev {
		left: 0;
	}
	.com-modal-wrap1 .fancybox-next {
		right: 0;
	}
	.fancybox-nav span {
		top: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}





	.com-top-message1 {
		margin: 20px auto 25px;
	}
	.com-top-message1 .image1 {
		float: none;
		margin-bottom: 14px;
		text-align: center;
	}
	.com-top-message1.trigger0 .image1 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.com-top-message1 .box {
		bottom: auto !important;
		left: auto !important;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.com-top-message1 .box .txt1 {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
		vertical-align: middle;
	}
	.com-top-message1 .box.trigger0 .txt1 {
		-webkit-transform: translate(0,30px);
		transform: translate(0,30px);
	}
	.com-top-message1 .box.is-view0 .txt1 {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.com-top-message1 .box .txt1 > span {
		margin: 1px 0 1px;
	}
	.com-top-message1 .box .txt2 {
		background: #F7F7F7;
		display: inline-block;
		font-size: 0;
		line-height: 0;
		margin-top: 8px;
		padding: 5px 10px;
		text-align: center;
		vertical-align: middle;
	}
	.com-top-message1 .box.trigger0 .txt2 {
		-webkit-transform: translate(0,20px);
		transform: translate(0,20px);
	}
	.com-top-message1 .box.is-view0 .txt2 {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.com-top-message1 .box .txt2 .t1 {
		font-size: 12px;
		line-height: 1.1;
		margin: 0 1em 0 0;
		padding: 0;
		top: -0.2em;
		position: relative;
	}
	.com-top-message1 .box .txt2 .t2 {
		font-size: 19px;
		line-height: 1.1;
		padding: 0;
	}
	.com-top-message1 .box .txt2 .t2 .small {
		font-size: 12px;
	}





	.com-block1.col4.w1 {
		margin: auto;
		width: 69.3333%;
	}
	.com-block1 > div {
		float: none;
	}
	.com-block1.col2 > div {
		margin-right: auto;
		width: 100%;
	}
	.com-block1.col2 > div:nth-child(2n) {
		margin-right: auto;
	}
	.com-block1.col2 > div:nth-child(2n+1) {
		clear: none;
	}
	.com-block1.col2 > div:nth-child(n+3) {
		margin-top: 30px;
	}
	.com-block1.col2 > div + div {
		margin-top: 30px;
	}
	.com-block1.col3 > div {
		margin-right: auto;
		width: 100%;
	}
	.com-block1.col3 > div:nth-child(3n) {
		margin-right: auto;
	}
	.com-block1.col3 > div:nth-child(3n+1) {
		clear: none;
	}
	.com-block1.col3 > div:nth-child(n+4) {
		margin-top: 25px;
	}
	.com-block1.col3 > div + div {
		margin-top: 20px;
	}
	.com-block1.col4 > div {
		margin-right: auto;
		width: 100%;
	}
	.com-block1.col4 > div:nth-child(4n) {
		margin-right: auto;
	}
	.com-block1.col4 > div:nth-child(4n+1) {
		clear: none;
	}
	.com-block1.col4 > div:nth-child(n+5) {
		margin-top: 25px;
	}
	.com-block1.col4 > div + div {
		margin-top: 20px;
	}
	.com-block1.col3 .image .inner {
		padding-bottom: 48.4756%;
	}
	
	
	
	
	
	.com-block2 > * {
		float: none;
		width: 100%;
	}
	.com-block2 > *:nth-child(2n) {
		margin-left: 0;
	}
	.com-block2 .image {
		border-radius: 8px;
		margin-bottom: 18px;
	}
	.com-block2 .image .inner {
		padding-bottom: 52.5547%;
	}
	.com-block2 .body .block > * {
		float: none;
		margin-bottom: 3px;
		width: 100%;
	}
	.com-block2 .body .block > *:nth-child(2n) {
		margin-left: 0;
	}





	.com-block3 {
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 25px;
		padding: 43px 16px 30px;
		width: auto;
	}
	.com-block3 + .com-block3 {
		margin-top: 50px;
	}
	.com-block3 .com-title6 {
		margin-top: -65px;
	}





	* + .com-block4 {
		margin-top: 20px;
	}
	.com-block4 > div {
		float: none;
	}
	.com-block4 > div:nth-child(1) {
		float: none;
		width: 100%;
	}
	.com-block4 > div:nth-child(2) {
		float: none;
		margin-top: 15px;
		width: 100%;
	}





	.com-block5 {
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 16px 22px;
		width: auto;
	}
	.com-block5:before {
		height: 45px;
	}
	.com-block4 + .com-block5 {
		margin-top: 33px;
	}
	.com-block5 > div {
		float: none;
		width: 100%;
	}
	.com-block5 > div + div {
		margin-left: 0;
		margin-top: 17px;
	}
	.com-block5 .body {
		padding: 30px 21px 17px;
	}
	.com-block5 .title {
		font-size: 17px;
		margin: 0 0 10px;
	}
	.com-block5 .body .baloon1 {
		left: -10px;
		top: -44px;
	}





	.com-block6 > div {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}





	.com-helper1 {
		margin: 70px 0 0;
	}
	.com-helper1 > div {
		float: none;
		margin: 0 0 10px 0;
	}
	.com-helper1 > p {
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
	}





	.com-progress1 ul li {
		font-size: 12px;
		height: 36px;
		width: 54px;
	}
	.com-progress1 ul li + li {
		margin-left: 15px;
	}
	.com-progress1 ul li + li:before {
		background-size: 10px 9px;
		height: 36px;
		left: -16px;
		width: 15px;
	}
	
	
	
	
	
	.com-sep3 {
		margin: 70px 0;
	}




	.com-f-table1,
	.com-f-table1 tbody,
	.com-f-table1 tr,
	.com-f-table1 th,
	.com-f-table1 td {
		display: block;
		width: 100%;
	}
	
	.com-f-table1 th {
		border-bottom: none;
		padding: 15px 0 15px;
		width: 100%;
	}
	.com-f-table1 th .block1 {
		padding: 0;
	}
	.com-f-table1 td {
		padding: 0 0 15px;
	}

	.com-f-table1.sst1 th {
		padding: 15px 15px 10px;
	}
	.com-f-table1.sst1 td {
		padding: 0 15px 15px;
	}

	.com-f-table1 * + .l1,
	.com-f-table1 .l1 + * {
		margin-left: 0.3em;
	}

	.com-f-text1 {
		font-size: 16px;
		padding: 0 5px;
	}
	.com-f-text1.w2 {
		padding: 0 5px;
		width: 90px;
	}
	.com-f-text1.w3 {
		padding: 0 5px;
		width: 60px;
	}

.com-f-textarea1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 1px solid #B2B2B2;
	border-radius: 0;
	font-size: 15px;
	height: 150px;
	padding: 10px 15px;
	width: 100%;
}

.com-f-select1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(/assets/common/img/select-arrow1.png);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 13px 7px;
	border: 1px solid #B2B2B2;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0 35px 0 10px;
	text-overflow: ellipsis;
	width: auto;
}
.com-f-select1::-ms-expand {
	display: none;
}

.com-f-label2 + * {
	margin-left: 1.5em;
}





	.casestudy-content1 {
		padding-bottom: 40px;
	}
	.casestudy-content1 .com-breadcrumb1 {
		margin-bottom: 25px;
	}
	.casestudy-content1 .copy1 {
		font-size: 16px;
		margin: 0 0 30px;
		text-align: left;
	}
	.casestudy-content1 .content1 {
		margin-left: -16px;
		margin-right: -16px;
		padding: 25px 16px;
		position: relative;
	}
	.casestudy-content1 .block1 {
		margin: 0 0 30px;
	}
	.casestudy-content1 .block1 .image {
		display: block;
		text-align: center;
		width: 100%;
	}
	.casestudy-content1 .block1 .body {
		display: block;
		margin: 20px 0 0;
		width: 100%;
	}
	.casestudy-content1 .block1 .txt1 {
		font-size: 18px;
		margin: 0 0 8px;
	}
	.casestudy-content1 .block1 .txt2 {
		font-size: 22px;
		margin: 0 0 8px;
	}
	.casestudy-content1 .block3 {
		margin: 35px 0 10px;
		text-align: center;
		width: 100%;
	}
	.casestudy-content1 .block3 p {
		font-size: 12px;
	}
	.casestudy-content1 .block4 {
		margin: 35px 0 10px;
		text-align: center;
		width: 100%;
	}
	.casestudy-content1 .block5 p {
		float: none;
		width: 100%;
	}
	.casestudy-content1 .block5 img {
		float: none;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}




	.medium-s {
		font-weight: 500 !important;
	}
	.strong-s {
		font-weight: 800 !important;
	}



	.center-s {
		text-align: center !important;
	}
	.left-s {
		text-align: left !important;
	}
	.right-s {
		text-align: right !important;
	}






	.fs9s {
		font-size: 9px !important;
	}
	.fs10s {
		font-size: 10px !important;
	}
	.fs11s {
		font-size: 11px !important;
	}
	.fs12s {
		font-size: 12px !important;
	}
	.fs13s {
		font-size: 13px !important;
	}
	.fs14s {
		font-size: 14px !important;
	}
	.fs15s {
		font-size: 15px !important;
	}
	.fs16s {
		font-size: 16px !important;
	}
	.fs17s {
		font-size: 17px !important;
	}
	.fs18s {
		font-size: 18px !important;
	}
	.fs19s {
		font-size: 19px !important;
	}
	.fs20s {
		font-size: 20px !important;
	}
	.fs21s {
		font-size: 21px !important;
	}
	.fs22s {
		font-size: 22px !important;
	}
	.fs23s {
		font-size: 23px !important;
	}
	.fs24s {
		font-size: 24px !important;
	}
	.fs25s {
		font-size: 25px !important;
	}
	.fs26s {
		font-size: 26px !important;
	}
	.fs27s {
		font-size: 27px !important;
	}
	.fs28s {
		font-size: 28px !important;
	}
	.fs29s {
		font-size: 29px !important;
	}
	.fs30s {
		font-size: 30px !important;
	}



	.mgb0s {
		margin-bottom: 0px !important;
	}
	.mgb5s {
		margin-bottom: 5px !important;
	}
	.mgb10s {
		margin-bottom: 10px !important;
	}
	.mgb15s {
		margin-bottom: 15px !important;
	}
	.mgb20s {
		margin-bottom: 20px !important;
	}
	.mgb25s {
		margin-bottom: 25px !important;
	}
	.mgb30s {
		margin-bottom: 30px !important;
	}
	.mgb35s {
		margin-bottom: 35px !important;
	}
	.mgb40s {
		margin-bottom: 40px !important;
	}
	.mgb45s {
		margin-bottom: 45px !important;
	}
	.mgb50s {
		margin-bottom: 50px !important;
	}
	.mgb55s {
		margin-bottom: 55px !important;
	}
	.mgb60s {
		margin-bottom: 60px !important;
	}
	.mgb65s {
		margin-bottom: 65px !important;
	}
	.mgb70s {
		margin-bottom: 70px !important;
	}
	.mgb75s {
		margin-bottom: 75px !important;
	}
	.mgb80s {
		margin-bottom: 80px !important;
	}
	.mgb85s {
		margin-bottom: 85px !important;
	}
	.mgb90s {
		margin-bottom: 90px !important;
	}
	.mgb95s {
		margin-bottom: 95px !important;
	}
	.mgb100s {
		margin-bottom: 100px !important;
	}
	.mgb110s {
		margin-bottom: 110px !important;
	}
	.mgb120s {
		margin-bottom: 120px !important;
	}
	.mgb130s {
		margin-bottom: 130px !important;
	}
	.mgb140s {
		margin-bottom: 140px !important;
	}
	.mgb150s {
		margin-bottom: 150px !important;
	}
	.mgb160s {
		margin-bottom: 160px !important;
	}
	.mgb170s {
		margin-bottom: 170px !important;
	}
	.mgb180s {
		margin-bottom: 180px !important;
	}
	.mgb190s {
		margin-bottom: 190px !important;
	}
	.mgb200s {
		margin-bottom: 200px !important;
	}



	.mgt0s {
		margin-top: 0px !important;
	}
	.mgt5s {
		margin-top: 5px !important;
	}
	.mgt10s {
		margin-top: 10px !important;
	}
	.mgt15s {
		margin-top: 15px !important;
	}
	.mgt20s {
		margin-top: 20px !important;
	}
	.mgt25s {
		margin-top: 25px !important;
	}
	.mgt30s {
		margin-top: 30px !important;
	}
	.mgt35s {
		margin-top: 35px !important;
	}
	.mgt40s {
		margin-top: 40px !important;
	}
	.mgt45s {
		margin-top: 45px !important;
	}
	.mgt50s {
		margin-top: 50px !important;
	}
	.mgt55s {
		margin-top: 55px !important;
	}
	.mgt60s {
		margin-top: 60px !important;
	}
	.mgt65s {
		margin-top: 65px !important;
	}
	.mgt70s {
		margin-top: 70px !important;
	}
	.mgt75s {
		margin-top: 75px !important;
	}
	.mgt80s {
		margin-top: 80px !important;
	}
	.mgt85s {
		margin-top: 85px !important;
	}
	.mgt90s {
		margin-top: 90px !important;
	}
	.mgt95s {
		margin-top: 95px !important;
	}
	.mgt100s {
		margin-top: 100px !important;
	}
	.mgt110s {
		margin-top: 110px !important;
	}
	.mgt120s {
		margin-top: 120px !important;
	}
	.mgt130s {
		margin-top: 130px !important;
	}
	.mgt140s {
		margin-top: 140px !important;
	}
	.mgt150s {
		margin-top: 150px !important;
	}
	.mgt160s {
		margin-top: 160px !important;
	}
	.mgt170s {
		margin-top: 170px !important;
	}
	.mgt180s {
		margin-top: 180px !important;
	}
	.mgt190s {
		margin-top: 190px !important;
	}
	.mgt200s {
		margin-top: 200px !important;
	}



	.pdl10s {
		padding-left: 10px !important;
	}
	.pdl15s {
		padding-left: 15px !important;
	}
	.pdl20s {
		padding-left: 20px !important;
	}



	.lh14s {
		line-height: 1.4 !important;
	}
	.lh15s {
		line-height: 1.5 !important;
	}
	.lh20s {
		line-height: 2 !important;
	}

	
	
	
}










@media only screen and (max-width: 800px) {
	#page-title1 {
		background-size: 800px 250px;
	}
	#page-title2 {
		background-size: 800px 250px;
	}
	#page-title-top1 {
		background-size: 800px 300px;
	}
	#page-title-top2 {
		background-size: 800px 250px;
	}
}










@media only screen and (min-width: 1160px) {

	.hover:hover {
		cursor: pointer;
		opacity: 0.6 !important;
		-webkit-transition: 0.5s;
		   -moz-transition: 0.5s;
			-ms-transition: 0.5s;
				transition: 0.5s;
		text-decoration: none;
	}
	.box-link:hover {
		cursor: pointer;
		opacity: 0.75 !important;
		-webkit-transition: 0.5s;
		   -moz-transition: 0.5s;
			-ms-transition: 0.5s;
				transition: 0.5s;
		text-decoration: none;
	}
	
	a[href^="tel:"] {
		color: #333;
		cursor: default;
		pointer-events: none;
	}
	
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}