@charset "UTF-8";
/* ======================================
reset
====================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
video {
	max-width: 100%;
}
/* ======================================
common
====================================== */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5% !important;
}
body {
	color: #333;
	text-align: center;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	background-color: #fff;
}
#wrapper {
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	display: block;
	position: relative;
	background-color: #fff;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
}
img {
	border-style: none;
	vertical-align: bottom;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
	line-height: 1.4;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position: relative;
}
.inner_800 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
}
h1, h2, h3, h4, h5 {
	line-height: 1.3;
	font-weight: normal;
}
sup {
	vertical-align: super;
	font-size: small;
}
.pc {
	display: block !important;
}
.desktop {
	display: block !important;
}
.sp {
	display: none !important;
}
.mobile {
	display: none !important;
}
.db {
	display: block !important;
}
a[href^="tel:"] {
	cursor: default;
}
/* .btn */
.btn {
	min-width: 260px;
	min-height: 60px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 18px 12px 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	background-color: #f90;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 3px;
	text-decoration: none !important;
	text-shadow: none !important;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn:hover {
	color: #fff;
	background-color: #fc6;
}
.btn .fa {
	font-size: 1.8rem;
}
.btn .fa.fa-chevron-circle-right {
	margin-left: 10px;
}
.btn .fa.fa-chevron-circle-left {
	margin-right: 10px;
}
.btn.small {
	padding: 10px;
	min-width: 130px;
	min-height: 36px;
	font-size: 1.4rem;
	line-height: 1.0;
}
.btn.small .fa {
	font-size: 1.6rem;
}
.btn.small .fa.fa-chevron-circle-right {
	margin-left: 7px;
}
.btn.small .fa.fa-chevron-circle-left {
	margin-right: 7px;
}
input.btn {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1;
}
/* #pagetop */
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
#pagetop i {
	width: 60px;
	height: 60px;
	padding-bottom: 3px;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.9);
	cursor: pointer;
	border-radius: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	transition: all 0.3s;
}
#pagetop i:hover {
	opacity: 0.8;
}
#pagetop .fa {
	color: #333;
	font-size: 3.0rem;
}

@media only screen and (max-width : 1200px) {
#wrapper {
	min-width: 100%;
}
.inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
}

@media only screen and (max-width : 960px ) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

@media only screen and (max-width : 800px) {
.inner_800 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
}

@media only screen and (max-width :768px) {
/* .btn */
.btn {
	min-width: 240px;
}
/* #pagetop */
#pagetop {
	width: 50px;
	height: 50px;
	left: 15px;
	bottom: 15px;
}
#pagetop i {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
#pagetop i:hover {
	opacity: 1;
}
#pagetop .fa {
	font-size: 2.0rem;
}
.desktop {
	display: none !important;
}
.mobile {
	display: block !important;
}
}
/* ======================================
solution
====================================== */
/* -----------------------
.color
----------------------- */
.color, .color a, a.color {
	color: #000 !important;
}
.color a:hover, a.color:hover, a:hover .color {
	opacity: 0.7;
}
/* .appdynamics */
.appdynamics .color, .appdynamics .color a, .appdynamics a.color {
	color: #036 !important;
}
/* .mobileiron */
.mobileiron .color, .mobileiron .color a, .mobileiron a.color {
	color: #a70000 !important;
}
/* .m3daas */
.m3daas .color, .m3daas .color a, .m3daas a.color {
	color: #06c !important;
}
/* .contracthub */
.contracthub .color, .contracthub .color a, .contracthub a.color {
	color: #499605 !important;
}
/* .absonne */
.absonne .color, .absonne .color a, .absonne a.color {
	color: #444 !important;
}
/* .nsfitos */
.nsfitos .color, .nsfitos .color a, .nsfitos a.color {
	color: #08c !important;
}
/* .nsseint */
.nsseint .color, .nsseint .color a, .nsseint a.color {
	color: #0d8098 !important;
}
/* .emerald */
.emerald .color, .emerald .color a, .emerald a.color {
	color: #009B77 !important;
}
/* .dataveraci */
.dataveraci .color, .dataveraci .color a, .dataveraci a.color {
	color: #0a3765 !important;
}
/* .datarobot */
.datarobot .color, .datarobot .color a, .datarobot a.color {
	color: #2D8FE2 !important;
}
/* .contractmaker */
.contractmaker .color, .contractmaker .color a, .contractmaker a.color {
	color: #DE0000 !important;
}
/* -----------------------
.color_bg
----------------------- */
.color_bg {
	transition: all 0.3s;
	background-color: #000 !important;
}
a:hover .color_bg {
	opacity: 0.7;
}
/* .appdynamics */
.appdynamics .color_bg {
	background-color: #036 !important;
}
/* .mobileiron */
.mobileiron .color_bg {
	background-color: #a70000 !important;
}
/* .m3daas */
.m3daas .color_bg {
	background-color: #06c !important;
}
/* .contracthub */
.contracthub .color_bg {
	background-color: #499605 !important;
}
/* .absonne */
.absonne .color_bg {
	background-color: #444 !important;
}
/* .nsfitos */
.nsfitos .color_bg {
	background-color: #08c !important;
}
/* .nsseint */
.nsseint .color_bg {
	background-color: #0d8098 !important;
}
/* .emerald */
.emerald .color_bg {
	background-color: #009B77 !important;
}
/* .dataveraci */
.dataveraci .color_bg {
	background-color: #0a3765 !important;
}
/* .datarobot */
.datarobot .color_bg {
	background-color: #465275 !important;
}
/* .contractmaker */
.contractmaker .color_bg {
	background-color: #DE0000 !important;
}
/* -----------------------
.color_btn
----------------------- */
.color_btn {
	color: #000;
	background-color: #fff;
	border: #000 solid 1px;
}
.color_btn:hover {
	color: #000;
	background-color: #f0f0f0;
}
/* .appdynamics */
.appdynamics .color_btn {
	color: #036;
	border: #036 solid 1px;
}
/* .mobileiron */
.mobileiron .color_btn {
	color: #a70000;
	border: #a70000 solid 1px;
}
/* .m3daas */
.m3daas .color_btn {
	color: #06c;
	border: #06c solid 1px;
}
/* .contracthub */
.contracthub .color_btn {
	color: #499605;
	border: #499605 solid 1px;
}
/* .absonne */
.absonne .color_btn {
	color: #444;
	border: #444 solid 1px;
}
/* .nsfitos */
.nsfitos .color_btn {
	color: #08c;
	border: #08c solid 1px;
}
/* .nsseint */
.nsseint .color_btn {
	color: #0d8098;
	border: #0d8098 solid 1px;
}
/* .emerald */
.emerald .color_btn {
	color: #009B77;
	border: #009B77 solid 1px;
}
/* .dataveraci */
.dataveraci .color_btn {
	color: #0a3765;
	border: #0a3765 solid 1px;
}
/* .datarobot */
.datarobot .color_btn {
	color: #2D8FE2;
	border: #2D8FE2 solid 1px;
}
/* .contractmaker */
.contractmaker .color_btn {
	color: #DE0000;
	border: #DE0000 solid 1px;
}
/* -----------------------
.blockquote
----------------------- */
/* .appdynamics */
.appdynamics #main .blockquote::before, .appdynamics #main .blockquote::after {
	color: #036;
}
/* .mobileiron */
.mobileiron #main .blockquote::before, .mobileiron #main .blockquote::after {
	color: #a70000;
}
/* .m3daas */
.m3daas #main .blockquote::before, .m3daas #main .blockquote::after {
	color: #06c;
}
/* .contracthub */
.contracthub #main .blockquote::before, .contracthub #main .blockquote::after {
	color: #499605;
}
/* .absonne */
.absonne #main .blockquote::before, .absonne #main .blockquote::after {
	color: #444;
}
/* .nsfitos */
.nsfitos #main .blockquote::before, .nsfitos #main .blockquote::after {
	color: #08c;
}
/* .nsseint */
.nsseint #main .blockquote::before, .nsseint #main .blockquote::after {
	color: #0d8098;
}
/* .emerald */
.emerald #main .blockquote::before, .emerald #main .blockquote::after {
	color: #009B77;
}
/* .dataveraci */
.dataveraci #main .blockquote::before, .dataveraci #main .blockquote::after {
	color: #0a3765;
}
/* .datarobot */
.datarobot #main .blockquote::before, .datarobot #main .blockquote::after {
	color: #2D8FE2;
}
/* .contractmaker */
.contractmaker #main .blockquote::before, .contractmaker #main .blockquote::after {
	color: #DE0000;
}
/* -----------------------
.color_bg_dark
----------------------- */
.color_bg_dark {
	background-color: #000 !important;
}
/* .appdynamics */
.appdynamics .color_bg_dark {
	background-color: #1b1f2c !important;
}
/* .mobileiron */
.mobileiron .color_bg_dark {
	background-color: #360306 !important;
}
/* .m3daas */
.m3daas .color_bg_dark {
	background-color: #002959 !important;
}
/* .contracthub */
.contracthub .color_bg_dark {
	background-color: #040 !important;
}
/* .absonne */
.absonne .color_bg_dark {
	background-color: #000 !important;
}
/* .nsfitos */
.nsfitos .color_bg_dark {
	background-color: #036 !important;
}
/* .nsseint */
.nsseint .color_bg_dark {
	background-color: #033 !important;
}
/* .emerald */
.emerald .color_bg_dark {
	background-color: #130 !important;
}
/* .dataveraci */
.dataveraci .color_bg_dark {
	background-color: #003 !important;
}
/* .datarobot */
.datarobot .color_bg_dark {
	background-color: #16273F !important;
}
/* .contractmaker */
.contractmaker .color_bg_dark {
	background-color: #910000 !important;
}
/* -----------------------
#nav_solution
----------------------- */
@media only screen and (max-width : 960px ) {
#top #header #nav_solution.trs {
	background-color: #000 !important;
}
/* .appdynamics */
#top.appdynamics #header #nav_solution.trs {
	background-color: #1b1f2c !important;
}
/* .mobileiron */
#top.mobileiron #header #nav_solution.trs {
	background-color: #360306 !important;
}
/* .m3daas */
#top.m3daas #header #nav_solution.trs {
	background-color: #002959 !important;
}
/* .contracthub */
#top.contracthub #header #nav_solution.trs {
	background-color: #030 !important;
}
/* .absonne */
#top.absonne #header #nav_solution.trs {
	background-color: #444 !important;
}
/* .nsfitos */
#top.nsfitos #header #nav_solution.trs {
	background-color: #036 !important;
}
/* .nsseint */
#top.nsseint #header #nav_solution.trs {
	background-color: #033 !important;
}
/* .emerald */
#top.emerald #header #nav_solution.trs {
	background-color: #030 !important;
}
/* .dataveraci */
#top.dataveraci #header #nav_solution.trs {
	background-color: #003 !important;
}
/* .datarobot */
#top.datarobot #header #nav_solution.trs {
	background-color: #16273F !important;
}
/* .contractmaker */
#top.contractmaker #header #nav_solution.trs {
	background-color: #910000 !important;
}
}
/* -----------------------
#intro
----------------------- */
/* .appdynamics */
.appdynamics #main #intro {
	background-image: url(/images/appdynamics/img_intro.jpg);
}
/* .mobileiron */
.mobileiron #main #intro {
	background-image: url(/images/mobileiron/img_intro.jpg);
}
/* .m3daas */
.m3daas #main #intro {
	background-image: url(/images/m3daas/img_intro.jpg);
}
/* .contracthub */
.contracthub #main #intro {
	background-image: url(/images/contracthub/img_intro.jpg);
}
/* .absonne */
.absonne #main #intro {
	background-image: url(/images/absonne/img_intro.jpg);
}
/* .nsfitos */
.nsfitos #main #intro {
	background-image: url(/images/nsfitos/img_intro.jpg);
}
/* .nsseint */
.nsseint #main #intro {
	background-image: url(/images/nsseint/img_intro.jpg);
}
/* .emerald */
.emerald #main #intro {
	background-image: url(/images/emerald/img_intro.jpg);
}
/* .dataveraci */
.dataveraci #main #intro {
	background-image: url(/images/dataveraci/img_intro.jpg);
}
/* .datacenter */
.datacenter #main #intro {
	background-image: url(/images/datacenter/img_intro.jpg);
}
/* .datarobot */
.datarobot #main #intro {
	background-image: url(/images/datarobot/img_intro.jpg);
}
/* .contractmaker */
.contractmaker #main #intro {
	background-image: url(/images/contractmaker/img_intro.jpg);
}
/* -----------------------
#title_area
----------------------- */
/* .appdynamics */
.appdynamics #main #title_area {
	background-image: url(/images/appdynamics/img_intro.jpg);
}
/* .mobileiron */
.mobileiron #main #title_area {
	background-image: url(/images/mobileiron/img_intro.jpg);
}
/* .m3daas */
.m3daas #main #title_area {
	background-image: url(/images/m3daas/img_intro.jpg);
}
/* .contracthub */
.contracthub #main #title_area {
	background-image: url(/images/contracthub/img_intro.jpg);
}
/* .absonne */
.absonne #main #title_area {
	background-image: url(/images/absonne/img_intro.jpg);
}
/* .nsfitos */
.nsfitos #main #title_area {
	background-image: url(/images/nsfitos/img_intro.jpg);
}
/* .nsseint */
.nsseint #main #title_area {
	background-image: url(/images/nsseint/img_intro.jpg);
}
/* .emerald */
.emerald #main #title_area {
	background-image: url(/images/emerald/img_intro.jpg);
}
/* .dataveraci */
.dataveraci #main #title_area {
	background-image: url(/images/dataveraci/img_intro.jpg);
}
/* .datacenter */
.datacenter #main #title_area {
	background-image: url(/images/datacenter/img_intro.jpg);
}
/* .datarobot */
.datarobot #main #title_area {
	background-image: url(/images/datarobot/img_intro.jpg);
}
/* .contractmaker */
.contractmaker #main #title_area {
	background-image: url(/images/contractmaker/img_intro.jpg);
}
/* ======================================
#header
====================================== */
#header {
	font-size: 1.5rem;
	background-color: #fff;
	z-index: 10;
	font-weight: bold;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
#header.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* #top #header */
#top #header {
}
#top #header.fixed {
	animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
#header .cts {
	height: 90px;
	position: relative;
}

@media only screen and (max-width : 1200px ) {
#header {
	font-size: 1.4rem;
}
}

@media only screen and (max-width : 960px ) {
#header {
	width: 100%;
	height: 50px !important;
	position: fixed;
	top: 0;
}
#header.active, #top #header.active {
	background-color: #000 !important;
}
#header.active .logo {
	opacity: 0;
}
#header .inner {
	padding: 0;
}
#header #nav_area {
	width: 100%;
	position: fixed;
	top: 50px;
	background: rgba(0,0,0,0.9);
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#header .cts {
	height: auto;
}
/* #top #header */
#top #header.fixed {
	animation: none;
}
}
/* -----------------------
#nav_sp
----------------------- */
#header #nav_sp, #header.landing #nav_sp {
	display: none;
}

@media only screen and (max-width : 960px ) {
#header #nav_sp {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	transition: all 0.3s;
	text-align: center;
	z-index: 10;
}
#header #nav_sp:hover {
	cursor: pointer;
}
/* .menu-trigger */
#header #nav_sp .menu-trigger, #header #nav_sp .menu-trigger span {
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}
#header #nav_sp .menu-trigger {
	position: relative;
	width: 15px;
	height: 40px;
}
#header #nav_sp .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
#header #nav_sp .menu-trigger span:nth-of-type(1) {
	top: 16px;
}
#header #nav_sp .menu-trigger span:nth-of-type(2) {
	bottom: 16px;
}
#header.active #nav_sp .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
	background-color: #fff !important;
}
#header.active #nav_sp .menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
	background-color: #fff !important;
}
}
/* -----------------------
#logo_area
----------------------- */
#header #logo_area {
	height: 90px;
	position: absolute;
	left: 25px;
	-js-display: flex;
	display: flex;
	align-items: center;
	z-index: 10;
}
#header #logo_area .logo {
	line-height: 1;
	margin-right: 20px;
	transition: all 0.3s;
}
#header #logo_area .logo:last-child {
	margin-right: 0;
}
#header #logo_area .logo a {
	display: block;
}
/* h1.logo */
#header #logo_area h1.logo img, #header #logo_area div.logo img {
	width: 54px;
	height: 54px;
}
/* p.logo img */
.m3daas #header #logo_area p.logo img, .mobileiron #header #logo_area p.logo img, .absonne #header #logo_area p.logo img, .dataveraci #header #logo_area p.logo img, .emerald #header #logo_area p.logo img {
	width: auto;
	height: 48px;
}
.contracthub #header #logo_area p.logo img, .appdynamics #header #logo_area p.logo img {
	width: 225px;
	height: auto;
}
.nsseint #header #logo_area p.logo img, .nsfitos #header #logo_area p.logo img {
	width: 200px;
	height: auto;
}
#header #logo_area p.logo img {
	width: 176px;
	height: auto;
}

@media only screen and (max-width : 1200px ) {
#header #logo_area {
	left: 10px;
}
#header #logo_area .logo {
	margin-right: 10px;
}
/* h1.logo */
#header #logo_area h1.logo img, #header #logo_area div.logo img {
	width: 30px;
	height: 30px;
}
/* p.logo */
#header #logo_area p.logo {
	width: auto;
	height: 24px !important;
}
.appdynamics #header #logo_area p.logo {
	width: 150px !important;
	height: auto !important;
}
/* p.logo img */
#header #logo_area p.logo img {
	width: auto !important;
	height: 24px !important;
}
.appdynamics #header #logo_area p.logo img {
	width: 150px !important;
	height: auto !important;
}
}

@media only screen and (max-width : 960px ) {
#header #logo_area {
	height: 50px;
	position: relative;
	left: 0;
	justify-content: center;
}
#header.landing #nav_sp {
	display: none !important;
}
}
/* -----------------------
#search
----------------------- */
#search {
	position: absolute;
	top: 25px;
	right: 250px;
}
/* .btn_search */
#search .btn_search {
	margin-top: 11px;
	float: left;
	cursor: pointer;
}
#search .btn_search:hover {
	color: #999;
}
#search .btn_search .fa-close {
	margin-right: 18px;
	color: #999;
}
/* .box_search */
#search #___gcse_0 {
	display: none;
	float: left;
}
#search .cse .gsc-control-cse, #search .gsc-control-cse {
	padding: 0;
}
#search #___gcse_0 input {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	padding-left: 5px !important;
	margin: 0 !important;
	;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-bottom: #999 dotted 1px;
	box-sizing: border-box;
}
#search div.gsc-control-cse form.gsc-search-box * {
	padding: 0;
}
#search div.gsc-control-cse form.gsc-search-box td.gsib_b {
	width: 15px;
	padding-right: 10px;
	vertical-align: bottom;
}
#search .gsc-input-box {
	border: none;
	height: auto;
}
#search table.gsc-search-box {
	margin-bottom: 0;
}
#search form.gsc-search-box {
	margin-bottom: 0;
	width: 250px;
}
#search .gsc-search-box-tools .gsc-search-box .gsc-input {
	height: 40px;
	padding: 0;
	border-bottom: #999 dotted 1px;
}
#search div.gsc-control-cse form.gsc-search-box td, #search div.gsc-control-cse form.gsc-search-box th {
	line-height: 1.5;
	border-style: none;
}
#search div.gsc-control-cse form.gsc-search-box input {
	border-style: none;
}
#search div.gsc-control-cse form.gsc-search-box div.gsc-input-box {
	border-style: none;
}
#search td.gsc-search-button:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	content: "\f002";
	position: absolute;
	display: block;
}
#search input.gsc-search-button, #search input.gsc-search-button, #search input.gsc-search-button:focus {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	cursor: pointer;
}
#search .cse .gsc-search-button input.gsc-search-button-v2, #search input.gsc-search-button-v2 {
	width: 10px;
	margin: 0;
}
#search div.gsc-control-cse form.gsc-search-box .gsc-search-box .gsc-input>input:hover, #search div.gsc-control-cse form.gsc-search-box .gsc-input-box-hover, #search div.gsc-control-cse form.gsc-search-box .gsc-search-box .gsc-input>input:focus, #search div.gsc-control-cse form.gsc-search-box .gsc-input-box-focus {
	-moz-box-shadow: inset 0 0 0 transparent;
	-webkit-box-shadow: inset 0 0 0 transparent;
	box-shadow: inset 0 0 0 transparent;
}
#search table, #search th, #search td {
	padding: 0;
	border-style: none;
}
#search .cse .gsc-control-cse, #search .gsc-control-cse {
	background-color: transparent;
	border: none;
}

@media only screen and (max-width : 1200px ) {
#search {
	right: 215px;
}
}

@media only screen and (max-width : 960px ) {
#search {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	position: static;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
	background-color: #000;
}
/* .btn_search */
#search .btn_search {
	display: none;
}
/* .box_search */
#search #___gcse_0 {
	float : none;
	display: block !important;
}
#search div.gsc-control-cse form.gsc-search-box {
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}
#search .gsc-search-box-tools .gsc-search-box .gsc-input {
	height: 30px !important;
	padding: 0;
	border-bottom: none;
}
#search div.gsc-control-cse form.gsc-search-box div.gsc-input-box {
	width: 200px;
}
#search td.gsc-search-button:before {
	color: #FFF;
}
#search div.gsc-control-cse form.gsc-search-box td, #search div.gsc-control-cse form.gsc-search-box th {
	line-height: 1.2;
}
#search div.gsc-control-cse form.gsc-search-box td.gsib_b {
	vertical-align: middle;
}
#search .gscb_a {
	line-height: 1;
}
}
/* -----------------------
#nav_global
----------------------- */
#nav_global {
	position: absolute;
	top: 35px;
	right: 290px;
}
#nav_global li {
	margin-left: 25px;
	float: left;
	display: block;
}

@media only screen and (max-width : 1200px ) {
#nav_global {
	right: 245px;
}
#nav_global li {
	margin-left: 20px;
}
}

@media only screen and (max-width : 960px ) {
#nav_global {
	display: block !important;
	position: static;
}
.solution #nav_global {
	display: none !important;
}
.solution.solution-top #nav_global, .solution.nssol #nav_global, .solution.archive #nav_global, .solution.sitemap #nav_global {
	display: block !important;
}
#nav_global li {
	margin-left: 0;
	float: none;
	border-bottom: #333 solid 1px;
}
#nav_global li a {
	color: #fff;
	display: block;
	padding: 15px;
}
}
/* -----------------------
#phone
----------------------- */
#phone {
	height: 60px;
	padding-left: 20px;
	position: absolute;
	top: 15px;
	right: 25px;
	display: table;
	vertical-align: middle;
	border-left: #ddd solid 1px;
	box-sizing: border-box;
	color: #333;
}
#phone .box {
	display: table-cell;
	vertical-align: middle;
}
#phone .tag {
	margin-bottom: 6px;
	font-size: 1.2rem;
}
#phone .number {
	margin-bottom: 4px;
	font-size: 2.6rem;
	font-family: 'Amiri', serif;
	letter-spacing: -0.05em;
}
#phone .number::before {
	width: 24px;
	height: 16px;
	margin-right: 5px;
	content: url(/images/free.svg);
}
#phone .number a:hover {
	color: inherit;
}
#phone .time {
	font-size: 1.1rem;
}
#phone .time span {
	display: none;
}

@media only screen and (max-width : 1200px ) {
#phone {
	right: 10px;
	padding-left: 15px;
}
}

@media only screen and (max-width : 960px ) {
#phone {
	width: 100%;
	padding: 15px;
	position: static;
	right: 0;
	border-left: none;
	color: #ccc;
	text-align: center;
}
#phone a {
	color: #fff
}
#phone .tag {
	display: none;
}
#phone .time span {
	display: inline-block;
}
}
/* -----------------------
#nav_solution
----------------------- */
#nav_solution {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	z-index: 10;
}
#top #header #nav_solution.trs {
	background-color: transparent !important;
}
#nav_solution > ul {
	letter-spacing: -0.40em;
}
#nav_solution > ul > li {
	letter-spacing: normal;
	display: inline-block;
}
#nav_solution > ul > li.hs-item-has-children .fa {
	display: none;
	z-index: 1;
}
#nav_solution > ul > li > a {
	height: 50px;
	padding-top: 15px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	color: #ddd;
	box-sizing: border-box;
}
#nav_solution > ul > li > a:hover {
	color: #fff;
}
#nav_solution > ul > li.hs-item-has-children > a {
	position: relative;
}
#nav_solution > ul > li.hs-item-has-children:hover {
	background-image: url(/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center bottom 7px;
}
#nav_solution > ul > li ul {
	width: 100%;
	background-color: rgba(0,0,0, 0.8);
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	display: none;
	padding: 10px calc(50% - 600px);
}
#nav_solution > ul > li ul:after {
	content: "";
	clear: both;
	display: block;
}
#nav_solution > ul > li ul li {
	width: 400px;
	font-size: 1.4rem;
	float: left;
	box-sizing: border-box;
}
#nav_solution > ul > li ul li a {
	padding: 12px;
	display: block;
	color: #ddd !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
#nav_solution > ul > li ul li a:hover {
	color: #fff !important;
	opacity: 1 !important;
	background-color: #000;
}

@media only screen and (max-width : 1200px ) {
#nav_solution > ul > li ul {
	padding: 10px;
}
#nav_solution > ul > li ul li {
	width: 33.3333%;
}
}

@media only screen and (max-width : 960px ) {
#nav_solution {
	height: auto;
	padding-top: 0;
	text-align: left;
}
#nav_solution > ul > li {
	display: block;
	font-size: 1.4rem;
	border-bottom: #333 solid 1px;
	position: relative;
}
#nav_solution > ul > li > a {
	padding: 15px 15px 15px 15px;
	height: auto;
	display: block;
	color: #fff;
}
#nav_solution > ul > li.hs-item-has-children .fa {
	display: block;
	height: 48px;
	width: 48px;
	padding-top: 19px;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
	color: #aaa;
	text-align: center;
	box-sizing: border-box;
}
#nav_solution > ul > li.hs-item-has-children:hover {
	background-image: none;
}
#nav_solution > ul > li > a:hover {
	background-image: none;
}
#nav_solution > ul > li ul {
	width: auto;
	padding: 0;
	margin-left: 0;
	position: static;
	border: none;
	background-color: transparent;
}
#nav_solution > ul > li ul::before {
	display: none;
}
#nav_solution > ul > li ul li {
	width: 100%;
	border-top: #333 dotted 1px !important;
	border-bottom: none;
	border-right: none;
	border-left: none !important;
	background-color: transparent;
	display: block;
	font-size: 1.3rem;
	position: relative;
}
#nav_solution > ul > li ul li a {
	padding: 15px 15px 15px 34px;
	display: block;
	color: #fff !important;
}
#nav_solution > ul > li ul li a:hover {
	background-color: transparent;
}
#nav_solution > ul > li ul li::before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f0da';
	font-size: 10px;
	position: absolute;
	left: 20px;
	top: 18px;
	color: #888;
}
}
/* ======================================
#main
====================================== */
#main {
	display: block;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#main p {
	font-size: 1.6rem;
	line-height: 1.6;
}
#main p a {
	text-decoration: underline;
}
#main img {
	max-width: 100%;
	height: auto;
}
#main .thumbnail img {
	width: 100%;
}
#main ul li {
	font-size: 1.6rem;
	line-height: 1.5;
}

#main ol li {
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (max-width : 768px ) {
#main p {
	font-size: 1.5rem;
}
#main ul li {
	font-size: 1.5rem;
}
#main ol li {
	font-size: 1.5rem;
}
}

@media only screen and (max-width : 960px ) {
#main {
	margin-top: 50px !important;
}
}
/* -----------------------
#breadcrumb_up
----------------------- */
#breadcrumb_up {
	padding: 10px 25px 1px;
	margin-bottom: -1px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#breadcrumb_up li {
	font-size: 1.3rem !important;
	float: left;
	color: #666;
}
#breadcrumb_up li::after {
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f105';
}
#breadcrumb_up li:last-child::after {
	display: none;
}
/* #intro */
#intro #breadcrumb_up {
	background-color: transparent;
}
#intro #breadcrumb_up li {
	color: #fff;
}
#intro #breadcrumb_up li a {
	color: #fff;
}

@media only screen and (max-width : 1200px ) {
#breadcrumb_up {
	padding: 10px 15px 1px;
}
}
/* -----------------------
#intro
----------------------- */
#main #intro {
	padding-top: 60px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333;
	background-size: cover;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	-js-display: flex;
	display: flex;
	align-items: center;
	background-image: url(/images/nssol/img_intro.jpg);
}
.solution #main #intro {
	padding-top: 90px;
	padding-bottom: 40px;
}
#main #intro:after {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
#main #intro .inner {
	z-index: 1;
}
#main #intro .inner .title_main {
	font-size: 3.6rem;
	font-weight: bold;
}
#main #intro .inner .title_main + p {
	font-size: 1.6rem;
	line-height: 1.8;
}
/* .logo */
#main #intro .logo {
	margin-bottom: 20px;
}
#main #intro .logo img {
	max-width: 300px;
	max-height: 100px;
}
#main #intro .logo img[src$=".svg"] {
	width: 100%;
	height: 100%;
}
#main #intro .logo + p {
	font-size: 1.6rem;
	line-height: 1.6;
}
/* .scroll */
#main #intro .scroll {
	text-align: center;
}
#main #intro .scroll a {
	margin: 30px auto 0;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	display: block;
	background-color: rgba(255,255,255,0.9);
	border-radius: 25px;
	box-sizing: border-box;
	transition: all 0.3s;
}
#main #intro .scroll a:hover {
	color: #333;
	opacity: 0.8;
}
#main #intro .scroll .fa {
	font-size: 3.0rem;
}
/* .left */
#main #intro .inner .left {
	width: 75%;
	padding-right: 20px;
	box-sizing: border-box;
	float: left;
	text-align: left;
}
/* .right */
#main #intro .inner .right {
	width: 25%;
	padding: 20px;
	float: right;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
}
#main #intro .inner .right .title {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
}
#main #intro .inner .right .lead {
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
	color: #333;
}
#main #intro .inner .right .btn {
	min-width: auto;
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 14px 18px 13px;
}
/* .scroll */
#main #intro .scroll a {
	margin: 30px auto 0;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	display: block;
	border-radius: 25px;
}
#main #intro .scroll .fa {
	font-size: 3.0rem;
}

@media only screen and (max-width : 960px ) {
#main #intro {
	height: auto;
	min-height: inherit;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
/* .logo */
#main #intro .logo {
	margin-bottom: 20px;
}
}

@media only screen and (max-width : 768px ) {
#main #intro .inner .title_main + p {
	font-size: 1.6rem;
}
#main #intro {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	background-size: cover;
}
#main #intro .inner .title_main {
	font-size: 2.6rem !important;
}
/* .logo */
#main #intro .logo {
	margin-bottom: 20px;
}
#main #intro .logo img[src$=".svg"] {
	width: 80%;
}
#main #intro .scroll a:hover {
	opacity: 1;
}
/* .left */
#main #intro .inner .left {
	width: 100%;
	padding: 0;
	text-align: center;
	float: none;
}
#main #intro .inner .left .logo {
	margin-left: auto;
	margin-right: auto;
}
/* .right */
#main #intro .inner .right {
	width: 100%;
	margin-top: 15px;
	float: none;
}
#main #intro .inner .right .title {
}
#main #intro .inner .right .lead {
	text-align: center;
}
#main #intro .inner .right .btn {
	min-width: auto;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 12px 16px;
}
}
/* -----------------------
#title_area
----------------------- */
#main #title_area {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	position: relative;
	background-image: url(/images/nssol/img_intro.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #333;
	box-sizing: border-box;
}
#main #title_area:after {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
#main #title_area .title_main {
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 0;
	z-index: 1;
}

@media only screen and (max-width : 768px ) {
#main #title_area {
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#main #title_area .title_main {
	font-size: 2.6rem;
}
}
/* -----------------------
title_
----------------------- */
/* .title_main */
#main .title_main {
	margin-bottom: 15px;
	font-size: 3.0rem;
}
#main .title_main.middle {
	font-size: 2.8rem;
}
#main .title_main.small {
	font-size: 2.6rem;
}
/* .title_sub */
#main .title_sub {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.8rem;
}
#main .title_sub.points {
	-js-display: flex;
	display: flex;
	align-items: center;
}
#main .title_sub .point {
	width: 60px;
	height: 60px;
	margin-left: -2px;
	margin-right: 13px;
	padding-top: 20px;
	color: #fff;
	background-color: #036;
	background-color: #000;
	display: inline-block;
	border-radius: 30px;
	font-size: 1.6rem;
	text-align: center;
	box-sizing: border-box;
}
#main .title_sub .head {
	width: 85%;
}
/* .title_sub_sub */
#main .title_sub_sub {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 1.6rem;
}
/* .title_case */
#main .title_case {
	-js-display: flex;
	display: flex;
}
#main .title_case .img {
	width: 300px;
	-js-display: flex;
	display: flex;
	align-items: center;
}
#main .title_case .img.two {
	width: 200px;
	padding-left: 35px;
	border-left: #ccc solid 3px;
}
#main .title_case .img img {
	max-width: 80%;
}
#main .title_case .img.two img {
	width: 100%;
	height: auto;
}
#main .title_case .title_main {
	margin-bottom: 0;
	padding-left: 35px;
	font-size: 3.0rem;
	border-left: #ccc solid 3px;
}
#main .title_case .title_main.two {
	border-left: none;
}

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

@media only screen and (max-width : 768px ) {
/* .title_main */
#main .title_main {
	margin-bottom: 10px;
	font-size: 2.0rem;
}
#main .title_main.middle {
	font-size: 2.0rem;
}
#main .title_main.small {
	font-size: 2.0rem;
}
/* .title_sub */
#main .title_sub {
	margin-bottom: 8px;
	font-size: 1.8rem;
}
#main .title_sub .point {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding-top: 14px;
	border-radius: 25px;
	font-size: 1.4rem;
}
/* .title_sub_sub */
#main .title_sub_sub {
	margin-bottom: 6px;
	font-size: 1.6rem;
}
/* .title_case */
#main .title_case {
	display: block;
}
#main .title_case .img {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
#main .title_case .img.two {
	width: 100%;
	padding-left: 0;
	border-left: none;
}
#main .title_case .img.two img {
	width: auto;
}
#main .title_case .title_main {
	padding-left: 0;
	border-left: none;
	font-size: 2.6rem;
	text-align: center;
}
}

@media only screen and (max-width : 414px ) {
#main .title_sub .point {
	width: 40px;
	height: 40px;
	margin-left: -5px;
	margin-right: 4px;
	padding-top: 12px;
	border-radius: 25px;
	font-size: 1.2rem;
}
}
/* .list_style */
#main .list_style {
	margin-bottom: 35px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	padding-left: 1.5em;
}
#main .list_style:last-child {
	margin-bottom: 0;
}
#main .list_style li {
	margin-bottom: 8px;
	line-height: 1.5;
}
#main .list_style li:last-child {
	margin-bottom: 0;
}
#main .list_style span {
	font-weight: normal;
	color: #333;
}
#main ul.list_style_ul li {
	list-style: disc;
}
#main ol.list_style_ol ul li {
	list-style: disc;
	margin-top: 10px;
}
#main ol.list_style_ol li {
	list-style: decimal;
}
/* -----------------------
.block
----------------------- */
#main .block {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: #ddd solid 1px;
}
#main #intro + .block, #main #title_area + .block {
	border-top: none;
}
#main .block p + p {
	margin-top: 0.8em;
}
#main .block p a {
	font-weight: bold;
}
#main .block.block_white {
	color: #fff;
}
#main .block .cts_list {
	text-align: center;
	margin-top: 5em;
}
#main .block .cts_list ul {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: left;
}
#main .block .cts_list ul li {
	margin-top: 5px;
	padding-left: 1.2em;
	position: relative;
}
#main .block .cts_list ul li:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 0.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	display: block;
	content: '\f192';
	position: absolute;
	top: 0.45em;
	left: 0;
}
#main .block .movie-wrap {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#main .block .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* #main .block table */
#main .block table {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 1.5;
	border-left: #ddd solid 1px;
	border-top: #ddd solid 1px;
}
#main .block td {
	padding: 9px 10px 8px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	vertical-align: middle;
}
#main .block th {
	padding: 9px 10px 8px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	background-color: #f0f0f0;
	vertical-align: middle;
}
#main .block table ul li {
	font-size: 1.6rem;
}
#main .block table + h3 {
	margin-top: 2em;
}

@media only screen and (max-width : 768px ) {
/* table */
#main .block table {
	font-size: 1.4rem;
}
}
/* .block_one */
#main .block.block_one {
	margin-left: auto;
	margin-right: auto;
}
#main .block.block_one .thin {
	padding-left: 12.5%;
	padding-right: 12.5%;
}
#main .block.block_one .title_main {
	text-align: center;
}
#main .block.block_one .lead {
	text-align: center;
}
#main .block.block_one .box .img {
	text-align: center;
	padding-top: 3%;
}
#main .block.block_one .box + .box {
	margin-top: 4%;
}
/* .block_two */
#main .block.block_two {
	-js-display: flex;
	display: flex;
	align-items: center;
}
#main .block.block_two.block_reverse {
	flex-direction: row-reverse;
}
#main .block.block_two .left, #main .block.block_two .right {
	width: 50%;
	box-sizing: border-box;
}
#main .block.block_two .left {
	padding-right: 2%;
}
#main .block.block_two .right {
	padding-left: 2%;
}
#main .block.block_two .img {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
/* .block_two_2 */
#main .block_two_2 {
}
#main .block_two_2 .title_sub {
	margin-bottom: 5px;
	font-size: 1.8rem;
}
#main .block_two_2 p {
	font-size: 1.6rem;
}
#main .block_two_2 .left {
	width: 48%;
	float: left;
}
#main .block_two_2 .right {
	width: 48%;
	padding: 2% 2% 3%;
	float: right;
	background-color: #f0f0f0;
	box-sizing: border-box;
}
/* .block_case */
#main .block_case {
}
#main .block_case .flex_box + p {
	text-align: center;
	margin-top: 40px;
}
/* .block_case_dtl */
.block_case_dtl {
}
.block_case_dtl .cts {
	width: 66.6666%;
	float: left;
	display: block;
}
.block_case_dtl .cts p + .title_sub {
	margin-top: 2em;
}
.block_case_dtl .aside {
	width: 25%;
	float: right;
	display: block;
}
#main .block_case_dtl .aside .info {
	font-size: 1.4rem;
}
#main .block_case_dtl .aside .info .logo {
	margin-bottom: 30px;
}
.block_case_dtl .aside .info .title {
	margin-bottom: 5px;
	font-weight: bold;
}
#main .block_case_dtl .aside .info ul.list_style {
	font-size: 1.4rem;
}
#main .block_case_dtl .aside .info ul.list_style li {
	font-size: 1.4rem;
	margin-bottom: 3px;
}
#main .block_case_dtl .aside p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#main .block_case_dtl .aside .info .img {
	margin-top: 20px;
}
/* .block_dtl */
#main .block_dtl .btn.small {
	position: absolute;
	left: 0;
	top: 0;
	border-top: none;
	border-radius: 0 0 3px 3px;
}
/* .block_news */
#main .block_news {
}
#main .block_news .box {
	width: 70%;
	margin-top: 0 !important;
	margin:0 auto;
/*	float: left;*/
	text-align: center;
}

#main .block_news .box:last-child {
/*	float: right;*/
	margin-top:3em;
}

#main .block_news .box .title_main {
	margin-bottom: 15px;
	font-size: 2.6rem;
}
#main .block_news .box dl {
	text-align: left;
	border-top: #ccc dotted 1px;
}
#main .block_news .box dt {
	padding-top: 25px;
	padding-left: 8px;
	color: #666;
	font-size: 1.2rem;
}
#main .block_news .box dd {
	margin-top: -2.4em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 7em;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: #ccc dotted 1px;
}
#main .block_news .box dd.nodate {
	padding-left: 3em;
}
#main .block_news .box .btn {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.solution.archive #main .block_news .box {
	width: 100%;
	float: none;
}
.solution.archive.top #main .block_news .box {
	width: 66%;
	float: left;
	display: block;
}
.solution.archive.top #main .block_news .box_archive {
	width: 25%;
	float: right;
	display: block;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}
.solution.archive.top #main .block_news .box_archive .title {
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}
.solution.archive.top #main .block_news .box_archive ul li {
	text-align: center;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: bold;
	border-top: #ccc dotted 1px;
	padding: 20px;
}

@media only screen and (max-width: 768px) {
.solution.archive.top #main .block_news .box {
	width: 100%;
	float: none;
}
.solution.archive.top #main .block_news .box_archive {
	width: 100%;
	margin-top: 30px;
	float: none;
}
}
/* .block_cta */
#main .block_cta {
	text-align: center;
}
#main .block_cta .thin {
	padding-left: 12.5%;
	padding-right: 12.5%;
}
#main .block_cta .btn {
	margin-top: 40px;
}

@media only screen and (max-width : 1200px ) {
/* .block_dtl */
#main .block_dtl .btn.small {
	left: 10px;
}
}

@media only screen and (max-width : 768px ) {
#main .block {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* .block_one */
#main .block.block_one .thin {
	padding-left: 0;
	padding-right: 0;
}
#main .block.block_one .title_main {
	text-align: left;
}
#main .block.block_one .lead {
	text-align: left;
}
/* .block_two */
#main .block.block_two {
	display: block;
}
#main .block.block_two .left, #main .block.block_two .right {
	width: 100%;
}
#main .block.block_two .left {
	padding-right: 0;
}
#main .block.block_two .right {
	padding-left: 0;
}
#main .block.block_two .box + .box {
	margin-top: 5%;
}
#main .block.block_two .img {
}
/* .block_two_2 */
#main .block_two_2 .title_sub {
	font-size: 1.6rem;
}
#main .block_two_2 p {
	font-size: 1.4rem;
}
#main .block_two_2 .left {
	width: 100%;
	float: none;
}
#main .block_two_2 .right {
	margin-top: 10px;
	width: 100%;
	float: none;
}
/* .block_news */
#main .block_news .box .title_main {
	margin-bottom: 5px;
	font-size: 2.0rem;
}
#main .block_news .box {
	width: 100%;
	float: none !important;
}
#main .block_news .box + .box {
	margin-top: 20px !important;
}
#main .block_news .box dt {
	padding-top: 20px;
}
#main .block_news .box dd {
	margin-top: -2.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4rem;
}
#main .block_news .box .btn {
	margin-top: 10px;
}
/* .block_case_dtl */
#main .block_case_dtl .cts {
	width: 100%;
	float: none;
}
#main .block_case_dtl .aside {
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	float: none;
	text-align: center;
	border-top: #ddd solid 1px;
}
/* .block_dtl */
#main .block_dtl {
	padding-top: 60px;
}
/* .block_cta */
#main .block_cta .thin {
	padding-left: 0;
	padding-right: 0;
}
}
/* -----------------------
.flex_
----------------------- */
#main .flex_two .item .title.inline::after, #main .flex_three .item .title.inline::after, #main .flex_four .item .title.inline::after, #main .flex_five .item .title.inline::after {
	content: ":";
	margin-right: 5px;
}
#main .flex_two .tag, #main .flex_three .tag, #main .flex_four .tag, #main .flex_five .tag {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: #ccc solid 4px;
	transition: all 0.3s;
}
#main .flex_two a:hover .tag, #main .flex_three a:hover .tag, #main .flex_four a:hover .tag, #main .flex_five a:hover .tag {
	color: #999;
}
#main .flex_two .tag span, #main .flex_three .tag span, #main .flex_four .tag span, #main .flex_five .tag span {
	margin-top: 4px;
	font-size: 1.2rem;
	display: block;
	font-weight: normal;
}
#main .flex_two .item .img, #main .flex_three .item .img, #main .flex_four .item .img, #main .flex_five .item .img {
	margin-bottom: 12px;
	text-align: center;
}
#main .flex_two .item .img.logo, #main .flex_three .item .img.logo, #main .flex_four .item .img.logo, #main .flex_five .item .img.logo {
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0 !important;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .flex_two .item .img.logo img, #main .flex_three .item .img.logo img, #main .flex_four .item .img.logo img, #main .flex_five .item .img.logo img {
	max-width: 70%;
	max-height: 45%;
}
/* .flex_two */
#main .flex_two .item .title {
	margin-bottom: 8px;
	font-size: 2.0rem;
	font-weight: bold;
}
#main .flex_two .item .title_sub {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#main .flex_two .item p {
	font-size: 1.6rem;
}
#main .flex_two .item p.small {
	font-size: 1.4rem;
	line-height: 1.6;
}
#main .flex_two .item ul.list_style_ul {
	margin-top: 15px;
}
#main .flex_two .item ul.list_style_ul li {
	font-size: 1.4rem;
}
/* .flex_three */
#main .flex_three .item .title {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .flex_three .item .title_sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#main .flex_three .item p {
	font-size: 1.6rem;
}
#main .flex_three .item p.small {
	font-size: 1.4rem;
	line-height: 1.6;
}
#main .flex_three .item ul.list_style_ul {
	margin-top: 15px;
}
#main .flex_three .item ul.list_style_ul li {
	font-size: 1.4rem;
}
/* .flex_four */
#main .flex_four .item .title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: bold;
}
#main .flex_four .item .title_sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#main .flex_four .item p {
	font-size: 1.4rem;
	line-height: 1.5;
}
#main .flex_four .item ul.list_style_ul {
	margin-top: 15px;
}
#main .flex_four .item ul.list_style_ul li {
	font-size: 1.4rem;
}
/* .flex_five */
#main .flex_five .item .title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: bold;
}
#main .flex_five .item .title_sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#main .flex_five .item p {
	font-size: 1.4rem;
	line-height: 1.5;
}
#main .flex_five .item ul.list_style_ul {
	margin-top: 15px;
}
#main .flex_five .item ul.list_style_ul li {
	font-size: 1.4rem;
}

@media only screen and (max-width : 1024px ) {
#main .flex_box img[src$=".svg"], #main .flex_link img[src$=".svg"] {
	width: 100%;
}
}

@media only screen and (max-width : 768px ) {
#main .flex_box img[src$=".svg"], #main .flex_link img[src$=".svg"] {
	width: auto;
}
}
/* -----------------------
.flex_box
----------------------- */
#main .flex_box {
	margin-top: 40px;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .flex_box .item {
	box-sizing: border-box;
}
#main .flex_box .img img {
	max-height: 120px;
}
/* .flex_two */
#main .flex_box.flex_two .item {
	width: 45%;
	margin-right: 6.5%;
	margin-top: 24px;
}
#main .flex_box.flex_two .item:nth-child(2n), #main .flex_box.flex_two .item:last-child {
	margin-right: 0;
}
#main .flex_box.flex_two .item:nth-child(-n+2) {
	margin-top: 0;
}
/* .flex_three */
#main .flex_box.flex_three .item {
	width: 29%;
	margin-right: 6.5%;
	margin-top: 24px;
}
#main .flex_box.flex_three .item:nth-child(3n), #main .flex_box.flex_three .item:last-child {
	margin-right: 0;
}
#main .flex_box.flex_three .item:nth-child(-n+3) {
	margin-top: 0;
}
/* .list_usecase */
#main .flex_box.list_usecase {
	margin-bottom: 30px;
}
#main .flex_box.list_usecase .item {
	padding: 0;
	margin-right: 1.0%;
	margin-left: 1.0%;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
}
#main .flex_box.list_usecase .img {
	height: 210px;
	margin-bottom: 0;
	padding: 0 !important;
	box-sizing: border-box;
	background-color: transparent;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .flex_box.list_usecase .img.bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .flex_box.list_usecase .img img {
	max-height: 170px;
	max-height: 100%;
	max-width: 100%;
}
#main .flex_box.list_usecase .txt_area {
	height: 46px;
	padding: 15px !important;
	color: #fff;
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
}
#main .flex_box.list_usecase .txt_area .title {
	margin-bottom: 0;
	padding-right: 25px;
	font-size: 1.6rem;
	max-height: 2.9em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#main .flex_box.flex_three.list_usecase .item:nth-child(3n+1) {
	margin-left: 4.5%;
}
#main .flex_box.flex_three.list_usecase .item:nth-child(-n+3) {
	margin-top: 0;
}
/* .flex_four */
#main .flex_box.flex_four .item {
	width: 21.25%;
	margin-right: 5%;
	margin-top: 24px;
}
#main .flex_box.flex_four .item:nth-child(4n), #main .flex_box.flex_four .item:last-child {
	margin-right: 0;
}
#main .flex_box.flex_four .item:nth-child(-n+4) {
	margin-top: 0;
}
/* .flex_five */
#main .flex_box.flex_five .item {
	width: 18%;
	margin-right: 2%;
	margin-top: 24px;
}
#main .flex_box.flex_five .item:nth-child(5n), #main .flex_box.flex_five .item:last-child {
	margin-right: 0;
}
#main .flex_box.flex_five .item:nth-child(-n+5) {
	margin-top: 0;
}

@media only screen and (max-width : 768px ) {
#main .flex_box {
	margin-top: 30px;
	display: block;
	flex-wrap: no-wrap;
}
#main .flex_box .item {
	display: block;
}
/* .list_usecase */
#main .flex_box.list_usecase .txt_area {
	height: auto;
	padding: 10px !important;
}
#main .flex_box.list_usecase .txt_area:after {
	right: 10px;
}
#main .flex_box.list_usecase .txt_area .title {
	max-height: inherit;
	text-overflow: inherit;
	overflow: auto;
	-webkit-line-clamp: inherit;
}
/* .flex_two */
#main .flex_box.flex_two .item {
	width: 100%;
	margin-top: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_three */
#main .flex_box.flex_three .item {
	width: 100%;
	margin-top: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_four */
#main .flex_box.flex_four .item {
	width: 100%;
	margin-top: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_five */
#main .flex_box.flex_five .item {
	width: 100%;
	margin-top: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}
/* -----------------------
.flex_link
----------------------- */
#main .flex_link {
	margin-top: 40px;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .flex_link .item {
	padding-bottom: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	transition: all 0.3s;
	display: block;
}
#main .flex_link.service .item {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .flex_link .item .img {
	padding-top: 20px;
}
#main .flex_link .item .img img {
	transition: all 0.3s;
}
#main .flex_link .item .img.padding {
	padding-top: 15px;
}
#main .flex_link .item .title {
	transition: all 0.3s;
}
#main .flex_link .item:hover .img img {
	opacity: 0.7;
}
/* .list_usecase */
#main .flex_link.list_usecase {
	margin-bottom: 30px;
}
#main .flex_link.list_usecase .item {
	padding: 0;
}
#main .flex_link.list_usecase .img {
	height: 210px;
	margin-bottom: 0;
	padding: 0 !important;
	box-sizing: border-box;
	background-color: transparent;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .flex_link.list_usecase .img.bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .flex_link.list_usecase .img img {
	max-height: 170px;
	max-height: 100%;
	max-width: 100%;
}
#main .flex_link.list_usecase .txt_area {
	height: 46px;
	padding: 15px !important;
	color: #fff;
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
}
#main .flex_link.list_usecase .txt_area:after {
	margin-top: -1rem;
	speak: none;
	font-size: 2.0rem;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f138';
	position: absolute;
	top: 50%;
	right: 15px;
}
#main .flex_link.list_usecase .txt_area .title {
	margin-bottom: 0;
	padding-right: 25px;
	font-size: 1.6rem;
	max-height: 2.9em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* .flex_two */
#main .flex_link.flex_two .item {
	width: 45%;
	margin-left: 1.0%;
	margin-right: 1.0%;
	margin-top: 24px;
}
#main .flex_link.flex_two .item .txt_area {
	padding-left: 20px;
	padding-right: 20px;
}
#main .flex_link.flex_two .item:nth-child(2n+1) {
/*margin-left: 4.5%;*/
}
#main .flex_link.flex_two .item:nth-child(-n+2) {
	margin-top: 0;
}
/* .flex_three */
#main .flex_link.flex_three .item {
	width: 29%;
	margin-left: 1.0%;
	margin-right: 1.0%;
	margin-top: 24px;
}
#main .flex_link.flex_three .item .txt_area {
	padding-left: 20px;
	padding-right: 20px;
}
#main .flex_link.flex_three .item:nth-child(3n+1) {
	margin-left: 4.5%;
}
#main .flex_link.flex_three .item:nth-child(-n+3) {
	margin-top: 0;
}
/* .flex_four */
#main .flex_link.flex_four {
}
#main .flex_link.flex_four .item {
	width: 23%;
	margin-left: 1.0%;
	margin-right: 1.0%;
	margin-top: 24px;
}
#main .flex_link.flex_four .item .txt_area {
	padding-left: 15px;
	padding-right: 15px;
}
#main .flex_link.flex_four .item:nth-child(-n+4) {
	margin-top: 0;
}
/* .flex_five */
#main .flex_link.flex_five {
}
#main .flex_link.flex_five .item {
	width: 23%;
	margin-left: 1.0%;
	margin-right: 1.0%;
	margin-top: 24px;
}
#main .flex_link.flex_five .item .txt_area {
	padding-left: 15px;
	padding-right: 15px;
}
#main .flex_link.flex_five .item:nth-child(-n+5) {
	margin-top: 0;
}

@media only screen and (max-width : 768px ) {
#main .flex_link {
	margin-top: 30px;
	display: block;
	flex-wrap: no-wrap;
}
#main .flex_link .item {
	display: block;
}
/* .list_usecase */
#main .flex_link.list_usecase .txt_area {
	height: auto;
	padding: 10px !important;
}
#main .flex_link.list_usecase .txt_area:after {
	right: 10px;
}
#main .flex_link.list_usecase .txt_area .title {
	max-height: inherit;
	text-overflow: inherit;
	overflow: auto;
	-webkit-line-clamp: inherit;
}
/* .flex_two */
#main .flex_link.flex_two .item {
	width: 100%;
	margin-top: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_three */
#main .flex_link.flex_three .item {
	width: 100%;
	margin-top: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_four */
#main .flex_link.flex_four .item {
	width: 100%;
	margin-top: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .flex_five */
#main .flex_link.flex_five .item {
	width: 100%;
	margin-top: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}
/* -----------------------
.blockquote
----------------------- */
#main .blockquote {
	width: 92%;
	margin-left: 4%;
	padding: 60px 105px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-radius: 5px;
	position: relative;
}
#main .blockquote::before, #main .blockquote::after {
	height: 75px;
	display: block;
	font-size: 18.0rem;
	font-family: 'Andada', sans-serif;
	opacity: 0.25;
	color: #000;
	position: absolute;
}
#main .blockquote::before {
	content: "“";
	left: 30px;
	top: 15px;
}
#main .blockquote::after {
	content: "”";
	right: 30px;
	bottom: 15px;
}
#main .blockquote.has_img {
	margin-top: 50px;
}
#main .blockquote + .blockquote {
	margin-top: 15px;
}
#main .blockquote p {
	font-size: 1.6rem;
}
#main .blockquote p.writer {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
#main .blockquote .img {
	width: 116px;
	height: 116px;
	padding: 0;
	margin-top: -70px;
	margin-left: -66px;
	position: absolute;
	left: 50%;
	top: 0;
	border-radius: 50%;
	border: #f0f0f0 solid 8px;
	overflow: hidden;
}
#main .blockquote .img img {
	max-width: 100%;
}

@media only screen and (max-width : 768px ) {
#main .blockquote {
	width: 100%;
	margin-left: 0;
	padding: 35px 25px;
}
#main .blockquote::before, #main .blockquote::after {
	height: 40px;
	font-size: 10.0rem;
}
#main .blockquote::before {
	left: 10px;
	top: 10px;
}
#main .blockquote::after {
	right: 10px;
	bottom: 10px;
}
#main .blockquote .img {
	width: 90px;
	height: 90px;
	padding: 0;
	margin-top: -65px;
	margin-left: -57px;
}
}
/* -----------------------
.company_link
----------------------- */
#main .company_link {
	margin-top: 50px;
	-js-display: flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#main .company_link li {
	//width: 16.666%;
	width: 20%;
	margin-top: 48px;
	text-align: center;
}
#main .company_link li:nth-child(-n+5) {
	margin-top: 0;
}
#main .company_link li img {
	max-height: 60px;
	max-width: 80%;
}
#main .company_link li a {
	transition: all 0.3s;
}
#main .company_link li a:hover {
	opacity: 0.6;
}

@media only screen and (max-width : 768px ) {
#main .company_link {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
#main .company_link li {
	width: 100%;
	margin-top: 30px !important;
}
}
/* ======================================
.block_.gray
====================================== */
.block_gray {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 2% 2% 3%;
	border-radius: 5px;
	background-color: #f0f0f0;
}
/* ======================================
.block_tab
====================================== */
#main .block_tab {
	margin-top: 50px;
}
#main .block_tab ul {
	width: 26%;
	float: left;
	display: inline;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#main .block_tab ul li {
	font-size: 1.6rem;
	font-weight: bold;
	border-top: #fff solid 1px;
	border-bottom: #ccc solid 1px;
	box-sizing: border-box;
}
#main .block_tab ul li:first-child {
	border-top: none;
}
#main .block_tab ul li:last-child {
	border-bottom: none;
}
#main .block_tab ul li a {
	padding: 15px 30px 15px 15px;
	display: block;
	position: relative;
	cursor: pointer;
	color: #888;
	background-color: #f6f6f6;
	transition: all 0.3s;
}
#main .block_tab ul li:first-child a {
	border-radius: 5px 5px 0 0;
}
#main .block_tab ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
#main .block_tab ul li a:after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	display: block;
	content: '\f18e';
}
#main .block_tab ul li a.current, #main .block_tab ul li a:hover {
	color: #333;
	background-color: #eee;
}
#main .block_tab .cts {
	width: 70%;
	float: right;
	display: inline;
}
#main .block_tab .cts video, #main .block_tab .cts img {
	width: 100%;
}

@media only screen and (max-width : 768px ) {
#main .block_tab {
	margin-top: 30px;
}
#main .block_tab ul {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	float: none;
	display: block;
	box-shadow: none;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
}
#main .block_tab ul li {
	display: inline-block;
	font-size: 1.3rem;
	border: none;
}
#main .block_tab ul li a {
	padding: 5px 20px 5px 0;
	background-color: transparent;
}
#main .block_tab ul li a:hover {
	color: inherit;
	background-color: inherit;
}
#main .block_tab ul li a:after {
	right: 5px;
	content: '\f01a';
}
#main .block_tab ul li a.current {
	color: #333;
	background-color: transparent;
}
#main .block_tab .cts {
	width: 100%;
	float: none;
	display: block;
}
}
/* ======================================
blog関連
====================================== */
#main .blog_dtl {
	padding-left: 75px;
	padding-right: 75px;
	display: block;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}
#container > li > a, #container > li > div {
	display: block;
}
#container .box_blog {
	margin: 5px;
	width: 250px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	float: left;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
}
#container .box_blog.banner {
	text-align: center;
}
#container > li:first-child .box_blog {
	width: 510px;
}
/* .img */
#container .box_blog .img {
	padding: 15px 15px 0;
	text-align: center;
	transition: all 0.3s;
}
#container a.box_blog .img:hover {
	opacity: 0.7;
}
/* img */
#container a.box_blog img {
	transition: all 0.3s;
}
#container a.box_blog img:hover {
	opacity: 0.7;
}
/* .title */
#container .box_blog .title {
	padding: 8px 15px;
	font-weight: bold;
	font-size: 1.6rem;
}
#container a.box_blog .title {
	transition: all 0.3s;
}
/* .datecate */
#container .box_blog .datecate {
	background-color: #f0f0f0;
}
#container .box_blog .datecate .date, #container .box_blog .datecate .cate {
	padding: 10px 15px;
	font-size: 1.2rem !important;
	line-height: 1;
}
#container .box_blog .datecate .date {
	float: left;
	display: inline;
}
#container .box_blog .datecate .cate {
	float: right;
	display: inline;
}

@media only screen and (max-width : 960px ) {
#main .blog_dtl {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (max-width : 768px ) {
#container {
	padding: 10px 15px;
	display: inline-block;
	clear: both;
	position: relative;
}
#container .box_blog {
	width: 100% !important;
	margin: 5px 0;
	overflow: hidden;
}
#container .box_blog .img {
	width: 100px;
	height: auto !important;
	padding: 10px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
#container a.box_blog .title {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-size: 1.3rem;
}
}
/* -----------------------
.type_event .form_blog
----------------------- */
#main .blog_dtl #container.type_event .form_blog {
}
#main .blog_dtl #container.type_event .form_blog .box_blog {
	width: 380px;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
	width: auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 12px;
	border-top: #ff9933 solid 5px;
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
	box-shadow: none;
	box-sizing: border-box;
	min-height: 200px;
	position: relative;
	z-index: 1 !important;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .title_sub {
	text-align: center;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .hs-form .hs-field-desc {
	font-size: 1.1rem !important;
	margin-top: 0;
	margin-bottom: 4px;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .hs-form .hs-error-msgs label {
	font-size: 1.2rem;
}
@media only screen and (max-width : 1320px ) {
#main .blog_dtl #container.type_event .form_blog .box_blog {
	width: 100%;
	max-width: 770px;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
	padding: 20px 20px;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .hs-form .hs-button {
	width: auto;
}
}

@media only screen and (max-width : 768px ) {
#main .blog_dtl #container.type_event .form_blog .box_blog {
	margin-left: 0;
}
#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
	padding:15px 15px;
}
}
/* -----------------------
.pickup
----------------------- */
#container .box_blog.pickup {
}
#container .box_blog.pickup .title {
	text-align: center;
}
#container .box_blog.pickup ul {
}
#container .box_blog.pickup ul li {
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: bold;
	border-top: #ccc dotted 1px;
}
#container .box_blog.pickup ul li a {
	padding: 15px;
	display: block;
	transition: all 0.3s;
}
#container .box_blog.pickup ul li a:after {
	content: "";
	clear: both;
	display: block;
}
#container .box_blog.pickup ul li img {
	max-width: 90px;
	height: auto;
	transition: all 0.3s;
}
#container .box_blog.pickup ul li img {
	float: left;
	margin-right: 10px;
}
#container .box_blog.pickup ul li a:hover img {
	opacity: 0.7;
}
/* -----------------------
.article
----------------------- */
#container .box_blog.article {
	width: 770px !important;
}
/* .title_main */
#container .box_blog.article .title_main {
	margin-bottom: 0;
	padding: 20px 40px;
	font-size: 3.2rem;
	font-weight: bold;
}
/* .datecate */
#container .box_blog.article .datecate {
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	background-color: #fff;
}
#container .box_blog.article .datecate .date, #container .box_blog.article .datecate .cate {
	padding: 12px 30px;
}
#container .box_blog.article .datecate .date .fa, #container .box_blog.article .datecate .cate .fa {
	margin-right: 5px;
}
#container .box_blog.article .datecate .cate {
	border-left: #ddd solid 1px;
}
/* .img */
#container .box_blog.article .img {
	padding: 0;
}
/* .pagination */
#container .box_blog.article .pagination {
	width: 100%;
	padding: 0;
	font-weight: normal;
	font-size: 0;
	text-align: center;
	border-top: #ddd solid 1px;
	background-color: #ddd;
}
#container .box_blog.article .pagination li {
	width: 50%;
	position: relative;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1.6rem;
}
#container .box_blog.article .pagination li + li {
	border-left: #ddd solid 1px;
}
#container .box_blog.article .pagination li a {
	padding: 20px 50px;
	display: block;
	color: #666;
	background-color: #f4f4f4;
	transition: all 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#container .box_blog.article .pagination li a:hover {
	color: #fff;
	background-color: #333;
}
#container .box_blog.article .pagination li .fa {
	margin-top: -1.4rem;
	font-size: 2.8rem;
	position: absolute;
	top: 50%;
}
#container .box_blog.article .pagination li .fa.fa-angle-left {
	left: 20px;
}
#container .box_blog.article .pagination li .fa.fa-angle-right {
	right: 20px;
}
/* .legacy */
.legacy #container .box_blog.article .thumbnail.img {
	width: 100%;
	text-align: center;
	display: block;
	background-color: #eee;
}
.legacy #container .box_blog.article .thumbnail.img img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width : 768px ) {
#container .box_blog.article {
	width: 100% !important;
}
/* .title_main */
#container .box_blog.article .title_main {
	padding: 10px 20px;
	font-size: 2.4rem;
}
/* .datecate */
#container .box_blog.article .datecate .date, #container .box_blog.article .datecate .cate {
	padding: 12px 20px;
}
#container .box_blog.article .thumbnail.img {
	width: 100%;
	text-align: center;
	display: block;
}
#container .box_blog.article .thumbnail.img img {
	width: 100%;
}
/* .pagination */
#container .box_blog.article .pagination li {
	font-size: 1.4rem;
}
#container .box_blog.article .pagination li a {
	padding: 20px 45px;
}
#container .box_blog.article .pagination li a:hover {
	color: #fff;
	background-color: #333;
}
#container .box_blog.article .pagination li .fa {
	margin-top: -1.3rem;
	font-size: 2.6rem;
}
#container .box_blog.article .pagination li .fa.fa-angle-left {
	left: 15px;
}
#container .box_blog.article .pagination li .fa.fa-angle-right {
	right: 15px;
}
}

@media only screen and (max-width : 414px ) {
/* .pagination */
#container .box_blog.article .pagination li {
	width: 100%;
	float: none;
}
#container .box_blog.article .pagination li + li {
	border-left: none;
	border-top: #ddd solid 1px;
}
}
/* -----------------------
.text_area
----------------------- */
#container .box_blog.article .text_area {
	padding: 35px 40px;
}
#container .box_blog.article .text_area a {
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
	transition: all 0.3s;
}
#container .box_blog.article .text_area a:hover {
	opacity: 0.7;
}
#container .box_blog.article .text_area .btn.orange {
	color: #fff;
}
#container .box_blog.article .text_area .btn.color_btn {
	color: #000;
}
/* h2 h3 h4 p */
#container .box_blog.article .text_area h2 {
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 0.7em;
	padding: 10px 35px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	border-left: #000 solid 5px;
	background-color: #444;
	box-sizing: border-box;
}
#container .box_blog.article .text_area h3 {
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: #333 solid 1px;
}
#container .box_blog.article .text_area h2 + h3 {
	margin-top: 1.2em;
}
#container .box_blog.article .text_area h3 + h4 {
	margin-top: 1.2em;
}
#container .box_blog.article .text_area h4 {
	margin-bottom: 0.3em;
	font-weight: bold;
}
#container .box_blog.article .text_area p + h2 {
	margin-top: 1.5em;
}
#container .box_blog.article .text_area p + h3 {
	margin-top: 1.2em;
}
#container .box_blog.article .text_area p + h4 {
	margin-top: 1.2em;
}
#container .box_blog.article .text_area p {
	font-size: 1.50rem;
	line-height: 1.5;
	letter-spacing: 0.11em;
}
#container .box_blog.article .text_area p + p {
	margin-top: 0.8em;
}
/* ul ol */
#container .box_blog.article .text_area ul, #container .box_blog.article .text_area ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}
#container .box_blog.article .text_area li {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
#container .box_blog.article .text_area ul li {
	list-style: disc;
}
#container .box_blog.article .text_area ol li {
	list-style: decimal;
}
/* table */
#container .box_blog.article .text_area table {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5rem;
	line-height: 1.5;
	border-left: #ddd solid 1px;
	border-top: #ddd solid 1px;
}
#container .box_blog.article .text_area:last-child {
	margin-bottom: 0;
}
#container .box_blog.article .text_area td {
	padding: 9px 10px 8px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
#container .box_blog.article .text_area th {
	padding: 9px 10px 8px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	background-color: #f0f0f0;
}
/* blockquote */
#container .box_blog.article .text_area blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 15px 25px;
	background-color: #f0f0f0;
	border-radius: 5px;
}
#container .box_blog.article .text_area blockquote p {
	font-size: 1.50rem;
}
/* .movie-wrap */
#container .box_blog.article .text_area .movie-wrap {
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#container .box_blog.article .text_area .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Blog disclaimer */
#container .box_blog.article .text_area .disclaimer {
	padding: 10px;
	border: 1px solid #000;
	margin-top: 1em;
	font-size: small;
}
/* BlogCTA */
#container .box_blog.article .text_area .cta_block {
	margin-top: 50px;
}
#container .box_blog.article .text_area .cta_block a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#container .box_blog.article .text_area .cta_block a:hover {
	opacity: 0.7;
}

@media only screen and (max-width : 768px ) {
#container .box_blog.article .text_area {
	padding: 20px;
}
/* h2 h3 h4 p */
#container .box_blog.article .text_area h2 {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 15px;
	font-size: 2.0rem;
}
#container .box_blog.article .text_area h3 {
	font-size: 1.8rem;
}
/* ul ol */
#container .box_blog.article .text_area li {
	font-size: 1.4rem;
}
/* table */
#container .box_blog.article .text_area table {
	font-size: 1.4rem;
}
/* blockquote */
#container .box_blog.article .text_area blockquote {
	padding: 10px 20px;
}
#container .box_blog.article .text_area blockquote p {
	font-size: 1.4rem;
}
}
/* -----------------------
#nav_blog
----------------------- */
#main #title_area.blog {
	height: 170px;
}
#nav_blog {
	margin-top: -50px;
	width: 100%;
	background-color: rgba(0,0,0,0);
}
#nav_blog.fixed {
	margin-top: 0;
	position: fixed;
	top: 90px;
	z-index: 5;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: rgba(0,0,0,0.9);
	transition: all 1.0s;
	transform: translate3d(0, 0, 0);
}
#nav_blog ul {
	height: 50px;
	position: relative;
	font-size: 0;
}
#nav_blog ul li {
	margin-top: 10px;
	margin-right: 3px;
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}
#nav_blog ul li:last-child {
	margin-right: 0;
}
#nav_blog ul li a {
	height: 30px;
	padding: 6px 12px 0;
	border: #fff solid 2px;
	color: #fff;
	display: block;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#nav_blog ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}
#nav_blog ul li.select a {
	background-color: rgba(255,255,255,0.3);
	cursor: default;
}

@media only screen and (max-width : 960px ) {
#main #title_area.blog {
	height: 130px;
}
}

@media only screen and (max-width : 768px ) {
#main #title_area.blog {
	height: auto;
	min-height: 60px;
	padding-top: 12px;
}
}
/* -----------------------
.sns_blog
----------------------- */
#container .box_blog.article .text_area .sns_blog {
	position: absolute;
	top: 0;
	left: -65px;
	transform: translate3d(0, 0, 0);
	z-index: 1 !important;
}
#container .box_blog.article .text_area .sns_blog a {
	text-decoration: none;
}
#container .box_blog.article .text_area .sns_blog ul {
	margin: 0;
	padding: 0;
}
#container .box_blog.article .text_area .sns_blog ul li {
	width: 40px;
	height: 40px;
	margin-bottom: 2px;
	display: block;
	list-style: none;
	font-size: 2.0rem;
	background-color: #ccc;
}
.sns_blog li a .fa {
	width: 40px;
	height: 40px;
	display: table-cell;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
}
.sns_blog li a .fa:hover {
	opacity: 0.7;
}
.sns_blog li a .fa-facebook {
	background-color: #315096;
}
.sns_blog li a .fa-twitter {
	background-color: #55acee;
}
.sns_blog li a .fa-google-plus {
	background-color: #dd4b39;
}
.sns_blog li a .fa-get-pocket {
	background-color: #ef3e56;
}
.sns_blog li a .fa-envelope {
	background-color: #5da7c6;
}
.sns_blog li a .fa-hatena::before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold;
}
.sns_blog li a .fa-hatena {
	background-color: #1ba5dc;
}
/* top SNS */
#top .sns_blog {
	width: auto;
}
#top .sns_blog ul li {
	display: inline-block;
}

@media only screen and (max-width :1200px ) {
#top .sns_blog {
	height: 30px;
	margin-top: 0;
}
#top .sns_blog ul li {
	width: 30px;
	height: 30px;
}
#top .sns_blog li a .fa {
	width: 30px;
	height: 30px;
}
}

@media only screen and (max-width :960px ) {
#top #header.active .sns_blog {
	opacity: 0;
}
}

@media only screen and (max-width :960px ) {
.sns_blog {
	height: 40px;
	width: 100%;
	margin-top: 40px;
	margin-left: 0;
	position: static !important;
	overflow: hidden;
}
#container .box_blog.article .text_area .sns_blog ul {
	position: relative;
	left: 50%;
	float: left;
}
#container .box_blog.article .text_area .sns_blog ul li {
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	left: -50%;
	float: left
}
#container .box_blog.article .text_area .sns_blog ul li:last-child {
	margin-right: 0;
}
}
/* -----------------------
.block_cta_blog
----------------------- */
.block_cta_blog {
	clear: both;
	text-align: center;
	color: #fff;
	background-image: url(/images/img_cta.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.block_cta_blog .inner, .block_cta_blog .inner_800 {
	z-index: 1;
}
.block_cta_blog:after {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.block_cta_blog a {
	color: #fff;
}
.block_cta_blog .hs-form .form-columns-2 .hs-form-field {
	width: 320px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.block_cta_blog .hs-form .form-columns-2 .hs-form-field input {
	height: 32px;
}
.block_cta_blog .att {
	font-size: 1.2rem !important;
}

@media only screen and (max-width : 375px ) {
.block_cta_blog .hs_email {
	width: 100%;
}
}
/* ======================================
#footer
====================================== */
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f0f0f0;
	clear: both;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #999;
}
/* -----------------------
#breadcrumb
----------------------- */
#footer #breadcrumb {
	margin-bottom: 20px;
	background-color: transparent;
}
#footer #breadcrumb li {
	font-size: 1.3rem;
	float: left;
	color: #666;
}
#footer #breadcrumb li::after {
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f105';
}
#footer #breadcrumb li:last-child::after {
	display: none;
}
/* -----------------------
.block01
----------------------- */
#footer .block01 {
	font-size: 1.4rem;
}
#footer .block01 .box {
	width: 30%;
	margin-right: 5%;
	float: left;
}
#footer .block01 .box:last-child {
	margin-right: 0;
}
#footer .block01 .box .title {
	font-weight: bold;
	margin-bottom: 12px;
}
#footer .block01 .box li {
	margin-bottom: 10px;
	padding-left: 1em;
	position: relative;
	display: block;
}
#footer .block01 .box li:last-child {
	margin-bottom: 0;
}
#footer .block01 .box li::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 1px;
}
#footer .block01 .box.address .title_sub {
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
}
#footer .block01 .box.address p {
	line-height: 1.8;
	color: #666;
}

@media only screen and (max-width : 768px ) {
#footer .block01 .box {
	width: 100%;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	float: none;
	border-bottom: #ccc dotted 1px;
}
#footer .block01 .box:first-child {
	padding-top: 0;
}
#footer .block01 .box:last-child {
	border-bottom: none;
}
#footer .block01 .box li {
}
#footer .block01 .box li a {
	display: block;
}
}
/* -----------------------
.block02
----------------------- */
#footer .block02 {
	margin-top: 30px;
	padding-top: 25px;
	border-top: #ccc solid 1px;
	text-align: center;
}
/* .sns */
#footer .block02 .sns {
	letter-spacing: -0.40em;
	font-size: 2.0rem;
}
#footer .block02 .sns li {
	font-size: 14px;
	letter-spacing: normal;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}
#footer .block02 .sns li a .fa {
	width: 30px;
	height: 30px;
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	transition: all 0.3s;
}
#footer .block02 .sns li a .fa:hover {
	opacity: 0.7;
}
#footer .block02 .sns li a .fa-facebook {
	background-color: #315096;
}
#footer .block02 .sns li a .fa-twitter {
	background-color: #55acee;
}
#footer .block02 .sns li a .fa-google-plus {
	background-color: #dd4b39;
}
/* .link */
#footer .block02 .link {
	margin-top: 20px;
	letter-spacing: -0.40em;
	font-size: 1.3rem;
}
#footer .block02 .link li {
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: normal;
	padding-left: 10px;
	padding-right: 10px;
	border-right: #999 solid 1px;
	display: inline-block;
}
#footer .block02 .link li:last-child {
	border-right: none;
}
/* .copy */
#footer .block02 .copy {
	margin-top: 45px;
	display: block;
}

@media only screen and (max-width : 640px ) {
#footer .block02 {
	margin-top: 0;
}
/* .copy */
#footer .block02 .copy {
	margin-top: 30px;
	display: block;
}
}
/* ======================================
#footer.landing
====================================== */
#footer.landing .block02 {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#footer.landing .block02 .copy {
	margin-top: 0;
}
/* ======================================
form 関連
====================================== */
/* .select-wrap */
.select-wrap {
	width: 100%;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 5px;
}
.select-wrap select {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 0 10px;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 1.6rem;
	line-height: 1.5;
}
.entypo-down-open-mini:before {
	content: '\f0dc';
	font-family: 'FontAwesome';
	position: absolute;
	z-index: 5;
	top: 50%;
	top: 0;
	right: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: #333;
	width: 30px;
	height: 40px;
	background-color: #fff;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	display: table-cell;
	text-align: center;
	padding-top: 15px;
}
/* .form_inbound */
.form_inbound {
	width: 900px;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	border-top: #ff9933 solid 5px;
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
	box-sizing: border-box;
	min-height: 200px;
}
/* .hs-form */
.hs-form input[type="text"], .hs-form input[type="email"], .hs-form input[type="tel"], .hs-form input[type="password"], .hs-form input[type="number"] {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	width: 100% !important;
	height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box
}
.hs-form .form-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}
.hs-form .form-columns-2 .hs-form-field {
	width: 48.5% !important
}
.hs-form .form-columns-2 .hs-form-field:nth-child(2) {
	float: right;
}
.hs-form fieldset.form-columns-2 .hs-form-field.hs_lastname {
	float: left;
}
.hs-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
	float: right;
}
.hs-form .hs-error-msgs label {
	color: red;
	line-height: 1.2
}
.hs-form-field {
	padding-right: 0 !important
}
.hs-form fieldset.form-columns-1 .input {
	margin-right: 0 !important
}
.hs-form fieldset.form-columns-2 .input {
	margin-right: 0 !important
}
.hs-form fieldset {
	max-width: none !important
}
.hs-form fieldset.form-columns-3 .input {
	margin-right: 0 !important
}
.hs-form .inputs-list li {
	margin-top: 8px
}
.hs-form .inputs-list li input {
	margin-top: -2px
}
.hs-form .inputs-list li label>span {
	display: inline-block
}
.hs-form select {
	width: 100% !important;
	height: 40px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 0 !important;
	font-size: 1.4rem;
	line-height: 1;
	border: #ccc solid 1px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0 !important
}
.hs-input {
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.4rem;
	border: #ccc solid 1px;
	box-sizing: border-box;
	border-radius: 0
}
.hs-form textarea {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 1.6rem;
	height: 10em;
	width: 100% !important
}
input.hs-input[type=checkbox], input.hs-input[type=radio] {
	cursor: pointer
}
input.hs-input, textarea.hs-input, select.hs-input {
	border-radius: 0 !important
}
textarea.hs-input {
	padding-top: 5px
}
html.webkit textarea.hs-input {
	padding-top: 6px;
	padding-left: 5px
}
input.hs-input[type=checkbox], input.hs-input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	line-height: normal;
	border: 0
}
input.hs-input[type=button], input.hs-input[type=reset], input.hs-input[type=submit] {
	width: auto;
	height: auto
}
.hs-form label {
	font-size: 13px;
	font-weight: bold;
	float: left
}
.hs-form.stacked label {
	display: block;
	float: none;
	width: auto;
	font-weight: bold;
	text-align: left;
	padding-top: 0;
	margin-bottom: 4px
}
#main .block_cta .form_inbound .hs-form.stacked .inputs-list.multi-container label {
	float: left;
	width: 33.333%;
}
#pagebody .block_inbound .form_inbound ul.hs-error-msgs {
	padding-left: 0
}
#pagebody .block_inbound .form_inbound ul.hs-error-msgs li {
	list-style-type: none
}
.hs-form.stacked .field {
	margin-bottom: 25px
}
#main .block_cta .form_inbound .hs-form.stacked .hs_chub_inquiry_type {
	min-height: 40px;
}
#main .block_cta .form_inbound .hs-form.stacked .hs_customer_problem.field {
	height: 70px;
}
.hs-form.stacked .field div.input {
	margin-left: 0
}
.hs-form.stacked .inputs-list {
	margin-bottom: 0
}
.hs-form.stacked .inputs-list>li {
	padding-top: 0
}
.hs-form.stacked .inputs-list>li label {
	font-weight: normal;
	padding-top: 0
}
.hs-form {
	padding-left: 0
}
.hs-form.stacked {
	padding-left: 0
}
.hs-form.stacked fieldset {
	padding: 0
}
.hs-form .hs-button {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	width: auto;
	height: auto;
	min-width: 260px;
	min-height: 60px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 18px 12px 16px;
	font-size: 1.6rem !important;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	background-color: #f90;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: all .3s;
	border-radius: 3px;
	text-shadow: none !important;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}
.hs-form .hs-button:hover {
	background-color: #fc6;
}
.hs-form .hs-button:visited, .hs-form .hs-button:hover {
	color: #fff;
}
.hs-form .hs-form-required {
	color: red
}
.hs_blog_default_hubspot_blog_subscription .hs-form-required {
	display: none !important
}
.hs-form input[type=checkbox], .hs-form input[type=radio] {
	margin-right: 5px
}
.hs-form .actions {
	text-align: center
}
.hs-field-desc {
	font-size: 1.2rem !important;
	margin-top: 5px;
	margin-bottom: 5px
}
.form-privacy {
	font-size: 1.2rem !important
}
.block_cta .form-privacy {
	text-align: center
}
.form-privacy a {
	text-decoration: underline
}
.hs-richtext {
	font-size: 1.4rem !important;
	line-height: 1.5
}
.hs-richtext span {
	font-size: 1.2rem !important
}
.inbound .form-title, #pagebody.project .form-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.2rem
}
.input select {
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

@media only screen and (max-width : 1024px ) {
.form_inbound {
	margin-top: -80px;
}
}

@media only screen and (max-width : 900px ) {
.form_inbound {
	width: 92%;
	margin-top: -80px;
}
#main .block_cta .form_inbound .hs-form.stacked .inputs-list.multi-container label {
	float: none;
	width: 100%;
}
#main .block_cta .form_inbound .hs-form.stacked .hs_customer_problem.field, #main .block_cta .form_inbound .hs-form.stacked .hs_chub_inquiry_type {
	height: auto;
}
}

@media only screen and (max-width :768px) {
.form_inbound {
	margin-top: 0;
	padding: 20px;
}
.hs-form .form-title {
	font-size: 1.6rem;
}
.hs-form .form-columns-2 .hs-form-field {
	width: 100% !important;
}
.hs-form .form-columns-2 .hs-form-field:nth-child(2) {
	float: none
}
}

@media only screen and (max-width :414px) {
.hs-form .hs-button {
	min-width: 240px;
}
}
/* ======================================
adjust
====================================== */
/* margin-bottom */
.mbm00 {
	margin-bottom: 0px!important;
}
/* margin-top */
.mtp00 {
	margin-top: 0px!important;
}
.mtp15 {
	margin-top: 15px!important;
}
/* margin-left */
.mlt00 {
	margin-left: 0px!important;
}
/* margin-right */
.mrt00 {
	margin-right: 0px!important;
}
/* padding-bottom */
.pbm00 {
	padding-bottom: 0px!important;
}
/* padding-top */
.ptp00 {
	padding-top: 0px!important;
}
/* padding-left */
.plt00 {
	padding-left: 0px!important;
}
/* padding-right */
.prt00 {
	padding-right: 0px!important;
}
/* text-align */
.tac {
	text-align: center;
}
/* border */
.bdtn {
	border-top: none!important;
}
@media only screen and (max-width : 414px ) {
}

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

@media only screen and (max-width : 320px ) {
}
/* ======================================
.project
====================================== */
#main .project.inner {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .block_project {
	-js-display: flex;
	display: flex;
	align-items: center;
	background-image: url(/images/project_flow.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
#main .block_project.block_reverse {
	flex-direction: row-reverse;
	background-image: url(/images/project_flow_rs.svg);
}
#main .block_project:last-child {
	background-image: url(/images/project_flow_lt.svg);
	background-size: cover;
}
#main .block_project.block_reverse:last-child {
	background-image: url(/images/project_flow_rs.svg);
	background-size: cover;
}
/* .box.txt */
#main .block_project .tag {
	margin-left: -50px;
	margin-bottom: 15px;
	padding: 1px 10px !important;
	border: #f93 solid 2px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
}
#main .block_project .box.txt {
	width: 52.5%;
	min-height: 480px;
	padding-left: 50px;
	padding-bottom: 90px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* .title_main */
#main .block_project .box.txt .title_main {
	margin-bottom: 0px;
	margin-left: -50px;
	padding-bottom: 15px;
	font-weight: normal;
	display: table;
}
#main .block_project .box.txt .title_main .number {
	display: table-cell;
	text-align: center;
}
#main .block_project .box.txt .title_main .number > span {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	padding-top: 6px;
	display: block;
	font-size: 3.2rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
	border-radius: 30px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 0 4px #0085ce, 0 0 0 15px #fff;
}
.appdynamics #main .block_project .box.txt .title_main .number > span {
	box-shadow: 0 0 0 4px #036, 0 0 0 15px #fff;
}
#main .block_project .box.txt .title_main .title {
	display: inline-block;
	display: table-cell;
	line-height: 1.4
}
/* .title_sub_sub */
#main .block_project .box.txt .title_sub_sub {
	margin-top: 0;
	font-size: 2.0rem;
	padding-left: 12px;
}
#main .block_project .box.txt p {
	padding-left: 12px;
}
#main .block_project .box.txt p + p {
	margin-top: 15px;
}
/* .box.img */
#main .block_project .box.img {
	width: 47.5%;
	text-align: center;
}
#main .block_project .box.img figure {
	width: 280px;
	height: 280px;
	margin-top: -110px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 140px;
	box-shadow: 0 0 0 5px #fff, 0 0 0 20px #d9edf8;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.appdynamics #main .block_project .box.img figure {
	box-shadow: 0 0 0 5px #fff, 0 0 0 20px #B4C1CD;
}
#main .block_project .box.img figure img {
	max-width: none;
	max-height: 280px;
	height: auto;
}
#main .block_project .box.img figure.vlong img {
	max-height: inherit;
	max-width: 280px;
}

@media only screen and (max-width : 1024px) {
#main .block_project {
	background-position: left 5px bottom;
}
}

@media only screen and (max-width : 768px) {
#main .block_project {
	display: block;
	background-image: none !important;
}
#main .block_project .box {
	width: 100% !important;
}
/* .box.txt */
#main .block_project .box.txt {
	margin-top: 10px;
	padding-left: 40px;
	padding-bottom: 30px;
	background-image: url(/images/project_flow_sp.svg) !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	min-height: initial;
	min-height: auto;
}
#main .block_project:last-child .box.txt {
	background-image: url(/images/project_flow_sp_lt01.svg) !important;
}
#main .block_project:last-child {
	padding-bottom: 42px;
	position: relative;
}
#main .block_project:last-child:before {
	margin-right: -16px;
	content: url(/images/project_flow_sp_lt02.svg);
	position: absolute;
	right: 50%;
	bottom: -10px;
}
#main .block_project:last-child:after {
	content: "";
	width: 30px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: -20px;
	bottom: 40px;
}
/* .title_main */
#main .block_project .box.txt .title_main {
	margin-left: -48px;
	padding-bottom: 10px;
	line-height: 1.4;
}
#main .block_project .box.txt .title_main .number > span {
	width: 40px;
	height: 40px;
	margin-right: 9px;
	padding-top: 5px;
	font-size: 2.2rem;
}
/* .title_sub_sub */
#main .block_project .box.txt .title_sub_sub {
	margin-top: -20px;
	font-size: 1.8rem;
	padding-left: 0;
}
#main .block_project .box.txt p {
	padding-left: 0;
}
/* .box.img */
#main .block_project .box.img {
	padding-top: 20px;
	padding-bottom: 30px;
	display: none;
}
#main .block_project .box.img figure {
	margin-top: 0;
}
#main .block_project:first-child .box.img {
	display: block;
}
}

@media only screen and (max-width : 480px) {
/* .box.img */
#main .block_project .box.img figure {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}
#main .block_project .box.img figure img {
	max-height: 200px;
}
#main .block_project .box.img figure.vlong img {
	max-width: 200px;
}
}

/* ======================================
.mt-image
====================================== */
@media only screen and (max-width : 480px) {
.mt-image-left, .mt-image-right, .mt-image-center {
	float: none !important;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
}
/* ======================================
.sitemap
====================================== */
#main .block .cts_list.sitemap {
	margin-top: 0;
}
#main .block .cts_list.sitemap ul {
	display: block;
	margin-bottom: 20px;
}
/* ======================================
.resource
====================================== */
/* -----------------------
.block_resource_dtl
----------------------- */
.block_resource_dtl {
}
.block_resource_dtl .cts {
	width: 63%;
	float: left;
	display: block;
}
.block_resource_dtl .cts p + .title_sub {
	margin-top: 2em;
}
.block_resource_dtl .aside {
	width: 33%;
	float: right;
	display: block;
}
.block_resource_dtl .aside .hs-form .hs-button {
	min-width: inherit;
}
#main .block_resource_dtl .aside .info {
	font-size: 1.4rem;
}
#main .block_resource_dtl .aside .info .logo {
	margin-bottom: 30px;
}
.block_resource_dtl .aside .info .title {
	margin-bottom: 5px;
	font-weight: bold;
}
#main .block_resource_dtl .aside p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#main .block_resource_dtl .aside .info .img {
	margin-top: 20px;
}
#main .block_resource_dtl .aside .form_inbound {
	width: auto;
	margin-top: 0;
	padding: 20px 15px;
}
#main .block_resource_dtl .aside .form_inbound .title_sub {
	text-align: center;
}

@media only screen and (max-width: 900px) {
#main .block_resource_dtl .aside .form_inbound {
	width: auto;
	margin-top: 0;
}
}

@media only screen and (max-width : 768px ) {
/* .block_resource_dtl */
.block_resource_dtl .cts {
	width: 100%;
	float: none;
}
.block_resource_dtl .aside {
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	float: none;
	text-align: center;
	border-top: #ddd solid 1px;
}
}
/* -----------------------
faq
----------------------- */
.faqbox {
	margin-bottom: 10px;
}
.faq_header {
	padding: 10px 40px 10px 40px;
	color: #333;
	border: #000 solid 1px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 3px;
	text-indent: -1.2em;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.appdynamics .faq_header {
	border: #036 solid 1px;
}
.contracthub .faq_header {
	border: #040 solid 1px;
}
.faq_header:hover {
	background-color: rgba(0,0,0,0.3);
}
.appdynamics .faq_header.color:hover {
	background-color: rgba(0,51,102,0.3);
}
.contracthub .faq_header.color:hover {
	background-color: rgba(73,150,5,0.3);
}
.faq_header:after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f055';
	margin-top: -9px;
	font-size: 18px;
	color: #000;
	position: absolute;
	right: 10px;
	top: 50%;
}
.appdynamics .faq_header.color:after {
	color: #036;
}
.contracthub .faq_header.color:after {
	color: #040;
}
.faq_header.open:after {
	content: '\f056';
}
.faq_description {
	margin-top: 3px;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #f4f4f4;
	border-radius: 3px;
}
.faq_description a {
	font-weight: bold;
	text-decoration: underline;
}
.faqbox + .title_sub {
	margin-top: 40px;
}
/* -----------------------
.ebook
----------------------- */
#main .ebook {
	background-color: rgba(0,0,0,0.1);
}
#main .ebook .block {
	border-top: none;
}
/* E-BookCTAブロック背景色*/

/* .appdynamics */
.appdynamics #main .ebook {
	background-color: rgba(0,51,102,0.1);
}
/* .m3daas */
.m3daas #main .ebook {
	background-color: rgba(0,41,89,0.1);
}
/* .mobileiron */
.mobileiron #main .ebook {
	background-color: rgba(167,0,0,0.1);
}
/* .contracthub */
.contracthub #main .ebook {
	background-color: rgba(73,150,5,0.1);
}
/* .absonne */
.absonne #main .ebook {
	background-color: rgba(68,68,68,0.1);
}
/* .nsfitos */
.nsfitos #main .ebook {
	background-color: rgba(0,136,204,0.1);
}
/* .nsseint */
.nsseint #main .ebook {
	background-color: rgba(13,128,152,0.1);
}
/* .emerald */
.emerald #main .ebook {
	background-color: rgba(0,155,119,0.1);
}
/* .dataveraci */
.dataveraci #main .ebook {
	background-color: rgba(10,55,101,0.1);
}
/* .datarobot */
.datarobot #main .ebook {
	background-color: rgba(22,39,63,0.1);
}
/* .contractmaker */
.contractmaker #main .ebook {
	background-color: rgba(222,0,0,0.1);
}

@media only screen and (max-width : 768px ) {
#main .ebook {
	text-align: center;
}
}
/* -----------------------
.solution-link
----------------------- */
.solution-link {
	height: 120px;
	width: 120px;
	position: fixed !important;
	bottom: 30px;
	left: 30px;
	display: block;
}
.solution-link .solution-link-txt {
	height: 120px;
	width: 120px;
	background-color: #000;
	border-radius: 50%;
	opacity: 0.8;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.5;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	transition: all 0.3s;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width : 768px ) {
.solution-link {
	display: none;
}
}
/* -----------------------
リソースTOP
----------------------- */
#main .flex_link.list_usecase.resource .img {
	background-color: transparent;
}
#main .flex_link.list_usecase.resource .img img {
	max-height: 170px;
}
/* -----------------------
サービスリスト（背景タイプ画像使用時）
----------------------- */
#main .flex_link.service_list .item .img {
	padding-top: 0;
}

@media only screen and (max-width: 768px) {
#main .flex_link.service_list .item .img img {
	width: 100%;
}
}
/* -----------------------
M3DaaSサービスフロー図
----------------------- */
#main .flow {
	max-width: 600px;
	border: #06c solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
}
#main .flow p {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
/* -----------------------
footer cta
----------------------- */
body.download_popup_open {
	position: relative;
}
@keyframes download_popup_show {
 from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes download_popup_hide {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
#download_popup_widget {
	z-index: 1000;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	display: table;
	background-color: #FFF;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-top: 5px solid #F90;
}
#download_popup_widget *, #download_popup_widget *:after, #download_popup_widget *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#download_popup_widget .download_popup_body {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#download_popup_widget .download_popup_body:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
#download_popup_widget {
	width: 365px;
	height: 160px;
	text-align: center;
}
}

@media screen and (max-width: 768px) {
#download_popup_widget {
	display: none !important;
}
}
.download_popup_inner {
	position: relative;
	display: table-cell;
	width: 100%;
	max-height: 100%;
}
.download_popup_inner #download_popup_close {
	position: absolute;
	top: -30px;
	right: 0;
	padding: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #F90 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
	background-size: 50%;
	border-radius: 2px 2px 0 0;
}
.download_popup_inner .download_popup_title {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 13px;
	font-size: 1.2em;
}
.download_popup_inner .download_popup_body {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#download_popup_widget.download_popup_open {
	display: table;
	-webkit-animation-name: download_popup_show;
	animation-name: download_popup_show;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#download_popup_widget.download_popup_hide {
	display: none;
	-webkit-animation-name: download_popup_hide;
	animation-name: download_popup_hide;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* -----------------------
モバイル向けに要素を消す
----------------------- */
@media only screen and (max-width : 768px ) {
#main .responsive {
	display: none;
}
}
/* -----------------------
事例のサマリー２カラム用
----------------------- */
#main div.case_summary_thumb {
	clear: both;
	margin-top: 30px;
}
#main .case_summary_thumb div {
	display: inline-block;
}
#main .case_summary_thumb img {
	float: left;
	margin: 0 20px 30px 0;
	max-width: 400px;
	width: 100%
}
#main img.case_heading_img {
	margin: 0 auto 30px auto;
	max-width: 500px;
	width: 100%;
	display: block;
}
#main div.case_summary_text {
	max-width: 330px;
}
/* -----------------------
ブログの20のヒント扉用
----------------------- */
div.hints_summary {
	float: left;
	width: 95%;
	border: solid 1px gray;
	padding: 10px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
div.hints_img {
	float: left;
	width: 30%;
	text-align: center;
}
div.hints_text {
	float: left;
	width: 70%;
}
/* -----------------------
.box_one
----------------------- */
#main .box_one {
	margin-top: 50px;
}
#main .box_one p {
	font-size: 1.6rem;
}
#main .flex_three.industry .item .title, #main .box_one .title {
	font-size: 2.0rem;
	margin-bottom: 8px;
	font-weight: bold;
}
#main .flex_three.industry .item .title_sub, #main .box_one .title_sub {
	font-size: 1.6rem;
	margin-bottom: 8px;
	font-weight: bold;
}
#main .box_one .block_two {
	-js-display: flex;
	display: flex;
	align-items: center;
}
#main .box_one .block_two .img {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
#main .box_one .block_two .left, #main .box_one .block_two .right {
	width: 50%;
	box-sizing: border-box;
}
#main .box_one .block_two .left {
	padding-right: 2%;
}
#main .box_one .block_two .right {
	padding-left: 2%;
}
#main .box_one .smallblock, #main .item .smallblock {
	width: 92%;
	margin-left: 4%;
	padding: 20px;
	text-align: left;
	box-sizing: border-box;
	background-color: rgba(73,150,5,0.1);
	border-radius: 5px;
}
#main .box_one .smallblock p, #main .item .smallblock p {
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
#main .box_one .block_two {
	display: block;
}
#main .box_one .block_two .left, #main .box_one .block_two .right {
	width: 100%;
}
#main .box_one .block_two .left {
	padding-right: 0;
}
#main .box_one .block_two .right {
	padding-left: 0;
}
}
/* -----------------------
サンキューページのビデオのスタイル
----------------------- */
#main .thx_video video {
	width: 100%;
	max-width: 640px;
	margin-top: 30px;
}
/* -----------------------
事例の文章と絵のマージン
----------------------- */
#main .cts .img_margin_top {
	margin-top: 30px;
}
/* -----------------------
table.adv
----------------------- */
#main .block table.adv {
}
#main .block table.adv .title_sub_sub {
	margin-top: 10px;
	margin-bottom: 0;
}
#main .block table.adv p {
	font-size: 1.4rem;
}
#main .block table.adv .tag {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: #ccc solid 4px;
	transition: all 0.3s;
}
#main .block table.adv .tag span {
	margin-top: 4px;
	font-size: 1.2rem;
	display: block;
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
#main .block table.adv th, #main .block table.adv td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
}
/* -----------------------
.tab-menu
----------------------- */
#main .tab-menu {
	margin-top: 25px;
	border-bottom: none;
	overflow: hidden;
}
#main .tab-menu > li {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	width: 49.8%;
	margin: 0 auto;
	display: inline-block;
}
#main .tab-menu li a {
	border-radius: 5px;
	display: block;
	padding: 8px 10px 6px;
	background: #f2f2f2;
	border-bottom: #fff solid 2px;
	color: #707070;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#main .tab-menu > li > a:hover {
	background-color: #499605;
	color: #FFF;
}

@media only screen and (max-width: 768px) {
#main .tab-menu > li {
	width: 100%;
}
}
/* -----------------------
ソリューションマップ
----------------------- */
#phone .time {
	font-size: 1.0rem;
}
.solutionmap {
	margin-top: 50px;
	margin-bottom: 50px;
}
.solutionmap .cts {
	background-image: url(/images/nssol/top/solutionmap_r.png);
	background-size: 100% auto;
}
.solutionmap .imgmap {
	width: 100%;
	height: auto;
}
#main .solution_block {
	display: none;
}

@media only screen and (max-width : 768px ) {
.solutionmap {
	display: none;
}
#main .solution_block {
	display: block;
}
}
/* -----------------------
インラインHTMLポップアップ
----------------------- */
.popupinline {
	display: none;
	max-width: 770px;
	height: auto;
	font-size: 100%;
	text-align: left;
}
.popupinline p {
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	line-height: 1.5;
}
.popupinline h2 {
	background-color: #444;
	border-left: 5px solid #000;
	box-sizing: border-box;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding: 10px 35px;
}
.popupinline h3 {
	border-bottom: 1px solid #333;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
}
.popupinline h2 + h3 {
	margin-top: 1.2em;
}
.popupinline h3 + h4 {
	margin-top: 1.2em;
}
.popupinline h4 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.popupinline p + h2 {
	margin-top: 1.5em;
}
.popupinline p + h3 {
	margin-top: 1.2em;
}
.popupinline p + h4 {
	margin-top: 1.2em;
}
.popupinline p {
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	line-height: 1.5;
}
.popupinline p + p {
	margin-top: 0.8em;
}
.popupinline ul, .popupinline ol {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 1.5em;
}
.popupinline li {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.popupinline ul li {
	list-style: outside none disc;
}
.popupinline ol li {
	list-style: outside none decimal;
}
.popupinline table {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}

/* ======================================
.hubservice
====================================== */
#main .block_flow {
	width: 100%;
	display: table;
}
#main .block_flow .text {
	margin-bottom: 20px;
}
/* .stage_area */
#main .block_flow .stage_area {
	width: 22px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #A1C7E1;
	position: relative;
}
#main .block_flow .stage_area:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 21px 0 21px;
	border-color: #A1C7E1 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#main .block_flow:nth-of-type(1) .stage_area:after {
	display: none;
}
#main .block_flow:nth-of-type(2) .stage_area {
	background-color: #89B9D9;
	background: #89B9D9 linear-gradient(to bottom,hsla(205,100%,13%,0.1) 0%,transparent 50%);
}
#main .block_flow:nth-of-type(3) .stage_area:after {
	border-color: #89B9D9 transparent transparent transparent;
}
#main .block_flow:nth-of-type(3) .stage_area {
	background-color: #6CA8D0;
	background: #6CA8D0 linear-gradient(to bottom,hsla(205,100%,13%,0.2) 0%,transparent 50%);
}
#main .block_flow:nth-of-type(4) .stage_area:after {
	border-color: #6CA8D0 transparent transparent transparent;
}
#main .block_flow:nth-of-type(4) .stage_area {
	background-color: #4792C4;
	background: #4792C4 linear-gradient(to bottom,hsla(205,100%,13%,0.3) 0%,transparent 50%);
}
#main .block_flow:nth-of-type(5) .stage_area:after {
	border-color: #4792C4 transparent transparent transparent;
}
#main .block_flow:nth-of-type(5) .stage_area {
	background-color: #1977B5;
	background: #1977B5 linear-gradient(to bottom,hsla(205,100%,13%,0.4) 0%,transparent 50%);
}
#main .block_flow:nth-of-type(6) .stage_area:after {
	border-color: #1977B5 transparent transparent transparent;
}
#main .block_flow:nth-of-type(6) .stage_area {
	background-color: #145F91;
	background: #145F91 linear-gradient(to bottom,hsla(205,100%,13%,0.5) 0%,transparent 50%);
}
#main .block_flow:nth-of-type(7) .stage_area:after {
	border-color: #145F91 transparent transparent transparent;
}
#main .block_flow:nth-of-type(7) .stage_area {
	background-color: #104C74;
	background: #104C74 linear-gradient(to bottom,hsla(205,100%,13%,0.6) 0%,transparent 50%);
}
#main .block_flow .stage_area .title_sub {
	width: 22px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#main .block_flow .stage_area .title_sub span {
	transform: rotate(-90deg);
	display: block;
}
/* .cts_area */
#main .block_flow .cts_area {
	max-width: 0;
	padding-left: 20px;
	display: table-cell;
}
#main .block_flow:first-of-type .cts_area .cts {
	border-top: #ccc dotted 1px;
}
#main .block_flow .cts_area .cts {
	padding: 20px;
	border-bottom: #ccc dotted 1px;
	min-height: 150px;
}
#main .block_flow .cts_area .cts .title_sub_sub {
	padding: 5px 10px;
	color: #fff;
	display: table;
	background-color: #A1C7E1;
	border-radius: 3px;
}
#main .block_flow:nth-of-type(2) .cts .title_sub_sub {
	background-color: #89B9D9;
}
#main .block_flow:nth-of-type(3) .cts .title_sub_sub {
	background-color: #6CA8D0;
}
#main .block_flow:nth-of-type(4) .cts .title_sub_sub {
	background-color: #4792C4;
}
#main .block_flow:nth-of-type(5) .cts .title_sub_sub {
	background-color: #1977B5;
}
#main .block_flow:nth-of-type(6) .cts .title_sub_sub {
	background-color: #145F91;
}
#main .block_flow:nth-of-type(7) .cts .title_sub_sub {
	background-color: #104C74;
}
#main .block_flow .cts_area ul {
	margin-bottom: 20px;
}
/* .list_product01 */
#main .block_flow .cts_area .list_product01 {
	display : -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main .block_flow .cts_area .list_product01 li {
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 8px;
	padding: 5px 4px 4px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #A1C7E1;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	display : -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#main .block_flow .cts_area .list_product01 li span {
	width: 100%;
	display: block;
	font-weight: bold;
}
#main .block_flow .cts_area .list_product01 li:nth-child(3n) {
	margin-right: 0;
}
#main .block_flow .cts_area .link.text a:after {
	margin-left: 7px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f0a9';
}
/* .cts_flow */
#main .block_flow .cts_area .cts_flow {
	margin-top: 40px;
	padding: 30px 20px 15px;
	position: relative;
	border: #A1C7E1 solid 3px;
	border-radius: 3px;
}
#main .block_flow .cts_area .cts_flow + .title_sub_sub {
	margin-top: 25px;
}
#main .block_flow .cts_area .cts_flow .list_product01 li {
	background-color: #fff;
	border: #666 solid 2px;
}
#main .block_flow:nth-of-type(2) .cts_area .cts_flow {
	border-color: #89B9D9;
}
#main .block_flow:nth-of-type(3) .cts_area .cts_flow {
	border-color: #6CA8D0;
}
#main .block_flow:nth-of-type(4) .cts_area .cts_flow {
	border-color: #4792C4;
}
#main .block_flow:nth-of-type(5) .cts_area .cts_flow {
	border-color: #1977B5;
}
#main .block_flow:nth-of-type(6) .cts_area .cts_flow {
	border-color: #145F91;
}
#main .block_flow:nth-of-type(7) .cts_area .cts_flow {
	border-color: #104C74;
}
#main .block_flow .cts_area .cts_flow .title_sub_sub {
	display: block;
	position: absolute;
	left: 15px;
	top: -20px;
}
#main .block_flow .cts_area .cts_flow .list_product01 {
	margin: 0;
}
@media only screen and (max-width : 768px) {
/* .stage_area */
#main .block_flow .stage_area:after {
	border-style: solid;
	border-width: 19px 19px 0 19px;
}
#main .block_flow:nth-of-type(3) .stage_area:before {
	border-style: solid;
	border-width: 19px 19px 0 19px;
	bottom: -19px;
}
#main .block_flow .stage_area .title_sub {
	width: 18px;
}
/* .cts_area */
#main .block_flow .cts_area {
	padding-left: 10px;
}
#main .block_flow .cts_area .cts {
	padding: 15px 10px;
}
/* .list_product01 */
#main .block_flow .cts_area .list_product01 li {
	width: 49.5%;
	margin-right: 1% !important;
	margin-bottom: 6px;
}
#main .block_flow .cts_area .list_product01 li:nth-child(2n) {
	margin-right: 0 !important;
}
}

@media only screen and (max-width : 640px) {
/* .list_product01 */
#main .block_flow .cts_area .list_product01 li {
	width: 100%;
	margin-right: 0 !important;
}
}

/* -----------------------
#estimate
----------------------- */
#wrap_estimate .msg-title {
	margin-bottom: 20px;
}
#estimate {
	border: #ccc solid 1px;
	border-radius: 3px;
	display: block;
}
#estimate .list_est {
	padding: 20px;
	box-sizing: border-box;
}
#estimate .list_est .title_est {
	padding: 6px 6px 4px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	border-radius: 2px;
	background-color: #002959;
}
#estimate .list_est .box {
	margin: 0 !important;
	padding: 15px 3px;
	font-size: 1.4rem;
	border-bottom: #ccc dotted 1px;
}
#estimate .list_est .box + .title_est {
	margin-top: 15px;
}
#estimate .list_est .box .title {
	padding-left: 1.25em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
#estimate .list_est .box .title::before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: '\f15c';
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 14px;
	color: #aaa;
}
#estimate .list_est .box .exp {
	margin-top: 10px;
	padding: 8px 10px;
	border-radius: 3px;
	background-color: #f0f0f0;
}
#estimate .list_est .box .exp p {
	font-size: 1.2rem;
	line-height: 1.5;
}
#estimate .list_est .box .exp p + ul {
	margin-top: 5px;
}
#estimate .list_est .box .exp p + p {
	margin-top: 0;
}
#estimate .list_est .box .exp ul {
	padding-left: 1.2em;
}
#estimate .list_est .box .exp ul li {
	font-size: 1.2rem;
	line-height: 1.5;
	list-style: disc;
}
#estimate .list_est .box .exp ul + p {
	margin-top: 5px;
}
#estimate .list_est .box .area_input li {
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}
#estimate .list_est .box .area_input li:last-child {
	margin-right: 0;
}
#estimate .list_est .box .area_input li input[type="radio"] {
	margin-right: 2px;
	line-height: 1;
	vertical-align: top;
}
#estimate .list_est .box .area_input li input[type="text"] {
	padding: 3px;
	font-size: 1.4rem;
	border: #ccc solid 1px;
	border-radius: 2px;
}
#estimate .list_est .box .area_input li input[type="text"]#users-1 {
	width: 75px;
}
#estimate .list_est .box .area_input li input[type="text"] + span {
	margin-left: 5px;
	font-size: 1.1rem;
}
#estimate .list_est .btn_area {
	margin-top: 10px;
	text-align: right;
}
#estimate .list_est .btn_area .btn.btn-reset,
#estimate .main_est .price_area .btn_area .btn.btn-reset {
	background-color: #999;
}
#estimate .list_est .btn_area .btn.btn-reset {
	margin-left: 10px;
}
#estimate .list_est .btn_area .btn:hover,
#estimate .main_est .price_area .btn_area .btn.btn-reset:hover {
	background-color: #bbb;
}
#estimate .main_est {
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
#estimate .main_est .price_area {
	margin-top: 20px;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	background: #fff linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
}
#estimate .main_est .fixed-img.fixed-box {
	margin-top: 20px;
}
#estimate .main_est .price_area.small,
#estimate .main_est .fixed-img.small {
	position: static !important;
}
#estimate .main_est .price_area dl {
	width: 198px;
}
#estimate .main_est .price_area dl.col-one,
#estimate .main_est .price_area dl.col-two {
	margin-bottom: 10px;
}
#estimate .main_est .price_area dl.col-one,
#estimate .main_est .price_area dl.col-three {
	float: left;
}
#estimate .main_est .price_area dl.col-two,
#estimate .main_est .price_area dl.col-four {
	float: right;
}
#estimate .main_est .price_area dl dt {
	padding: 5px 6px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	background-color: #7fa3d2;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}
#estimate .main_est .price_area dl dt.sum {
	/* font-size: 1.5rem; */
	background-color: #467bbe;
}
#estimate .main_est .price_area dl dd {
	padding: 8px 5px;
	font-size: 1.4rem;
	font-weight: bold;
	box-sizing: border-box;
	color: #666;
	background-color: #fff;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
#estimate .main_est .price_area dl dd.sum {
	/* padding: 12px 5px; */
	color: #333;
	border-bottom: #ccc solid 1px;
	font-size: 1.8rem;
}
#estimate .main_est .price_area dl dd.sum .number {
	/* font-size: 2.4rem; */
}
#estimate .main_est .price_area dl dd .number {
	 font-size: 1.8rem;
}
#estimate .main_est .price_area .btn_area {
	margin-top: 10px;
	text-align: center;
}
#estimate .main_est .price_area .btn_area .btn {
	margin-left: auto;
	margin-right: auto;
	/* min-width: 120px; */
	min-width: 180px;
	min-height: 30px;
	padding: 10px 12px 10px;
	margin: 0px 5px;
	font-size: 1.5rem;
}
#estimate .att {
	padding-left: 1.2em;
	text-indent: -1.2em;
	color: #c00;
	font-size: 1.3rem;
}
#estimate .att::before {
	content: "※";
	margin-right: 0.2em;
}
#estimate .price_area .att {
	margin-top: 0px;
}
#estimate .price_area .att.first {
	margin-top: 5px;
}
#estimate .img {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #ccc dotted 1px;
}
#estimate .img li {
	display: none;
}
#divPrint {
	display: none;
}
#estimate .register-block .msg,
#estimate_register .msg {
	margin: 1.5rem 0;
	font-size: small;
}
#estimate input[type="text"]:disabled {
  background: #F0F0F0;
  color: #666;
  border: 1px solid #CCC;
}
#estimate .list_est .box .area_input.list_info li {
	width: 45%;
	margin-right: 4%;
	margin-left: 0px;
	margin-bottom: 10px;
}
#estimate .list_est .box .area_input.list_info li label {
	font-weight: bold;
}
#estimate .list_est .box .area_input.list_info #lb_inquiry_detail {
	margin-top: 10px;
	display: block;
}
@media only screen and (min-width: 961px) {
	#estimate {
		display: flex;
		flex-direction: row-reverse;
	}
	#estimate .list_est {
		flex: 1;
		border-left: #ccc solid 1px;
	}
	#estimate .main_est {
		width: 466px;
	}
	#estimate .main_est .price_area,
	#estimate .main_est .fixed-img  {
		width: 426px;
	}
}
@media only screen and (max-width: 960px) {
	#estimate {
		display: block !important;
	}
	#estimate .main_est .price_area dl.col-one,
	#estimate .main_est .price_area dl.col-two,
	#estimate .main_est .price_area dl.col-three,
	#estimate .main_est .price_area dl.col-four {
		width: 48%;
		margin: 1%;
		float: left;
	}
	#estimate .list_est .btn_area {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#estimate .list_est .box .area_input.list_info li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 520px) {
	#estimate .main_est .price_area .btn_area .btn {
		width: 100%;
		margin: 5px 0px !important;
	}
	#estimate .main_est .price_area dl.col-one,
	#estimate .main_est .price_area dl.col-two,
	#estimate .main_est .price_area dl.col-three,
	#estimate .main_est .price_area dl.col-four {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-left: 0px;
	}
	#estimate .list_est .btn_area {
		text-align: center;
	}
}
/* -----------------------
.blog_dtl figcaption
----------------------- */
#main .blog_dtl figure.tac {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#main .blog_dtl figcaption {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	padding: 10px 0px;
	background: #7c7b7b;
	color: #FFF;
}
#main .blog_dtl .f_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: center;
}
#main .blog_dtl .f_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	#main .blog_dtl .br-480 {
		display: none;
	}
	#main .blog_dtl .f_left {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		padding-right: 0;
	}
	#main .blog_dtl .f_right {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
	}
	#main .blog_dtl figcaption {
		margin-left: auto;
		margin-right: auto;
		background: none;
		color: inherit !important;
	}
}

/* -----------------------
ビデオのダウンロードを禁止
----------------------- */

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* ======================================
emerald追加分
====================================== */
.emerald #eme_case {
  margin-bottom: 20px;
}
.emerald #eme_case .img {
  margin-bottom: 25px;
  text-align: center;
}
.emerald #eme_case .img .sp {
  display: none !important;
}
.emerald #eme_case .box_case {
  margin-top: 5px;
  padding: 20px;
  border: #ccc solid 1px;
  border-radius: 3px;
}
.emerald #eme_case .box_case .ttl_case {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.emerald #eme_case .box_case .list {
  width: 80%;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-weight: bold;
  padding-bottom: 35px;
  list-style: disc;
  background: url(/images/emerald/case/arrow_case.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.emerald #eme_case .box_case .list li {
  list-style: disc;
}
.emerald #eme_case .box_case .plan {
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  border: #ccc solid 2px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
.emerald #eme_case .box_case .plan .ttl_plan {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  border-bottom: #ccc solid 2px;
}
.emerald #eme_case .box_case .plan .ttl_plan strong {
  font-weight: bold;
  font-size: 1.7rem;
}
.emerald #eme_case .box_case .plan .att {
  margin-top: 5px;
  color: #c00;
  font-size: 1.3rem;
  font-weight: bold;
}
.emerald #eme_case .box_case.case_01 {
  background-color: #ffffff;
}
.emerald #eme_case .box_case.case_01 .plan {
  border-color: #cc66ff;
}
.emerald #eme_case .box_case.case_01 .plan .ttl_plan {
  border-color: #e6b3ff;
}
.emerald #eme_case .box_case.case_02 {
  background-color: #f9f9f9;
}
.emerald #eme_case .box_case.case_02 .plan {
  border-color: #ff3366;
}
.emerald #eme_case .box_case.case_02 .plan .ttl_plan {
  border-color: #ff809f;
}
.emerald #eme_case .box_case.case_03 {
  background-color: #efefef;
}
.emerald #eme_case .box_case.case_03 .plan {
  border-color: #0099cc;
}
.emerald #eme_case .box_case.case_03 .plan .ttl_plan {
  border-color: #1ac6ff;
}
.emerald #eme_case .box_case.case_04 {
  background-color: #e8e8e8;
}
.emerald #eme_case .box_case.case_04 .plan {
  border-color: #ff9900;
}
.emerald #eme_case .box_case.case_04 .plan .ttl_plan {
  border-color: #ffb84d;
}

@media only screen and (min-width: 641px) {
  .emerald #eme_case .img .sp_s {
    display: none !important;
  }
  .emerald #eme_case .img .sp {
    display: block !important;
  }
  .emerald #eme_case .box_case .list {
    padding-left: 100px;
    background: url(/images/emerald/case/arrow_case.svg), url(/images/emerald/case/eme_case_list.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, left center;
  }
  .emerald #eme_case .box_case .plan {
    padding-left: 90px;
    background-repeat: no-repeat !important;
    background-position: 20px center !important;
  }
  .emerald #eme_case .box_case.case_01 .plan {
    background: #fff url(/images/emerald/case/eme_case_plan01.svg);
  }
  .emerald #eme_case .box_case.case_02 .plan {
    background: #fff url(/images/emerald/case/eme_case_plan02.svg);
  }
  .emerald #eme_case .box_case.case_03 .plan {
    background: #fff url(/images/emerald/case/eme_case_plan03.svg);
  }
  .emerald #eme_case .box_case.case_04 .plan {
    background: #fff url(/images/emerald/case/eme_case_plan04.svg);
  }
}
@media only screen and (min-width: 961px) {
  .emerald #eme_case .img .sp {
    display: none !important;
  }
  .emerald #eme_case .box_case .list {
    width: 60%;
  }
  .emerald #eme_case .box_case .plan {
    width: 60%;
  }
}

/* --------------------------------------------


2018.06 追加


-------------------------------------------- */

/* Absonne BASE */
#absonne_frame{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px 50px;
}
#absonne_frame h2{
	font-size: 32px;
	padding: 60px 0 40px 0;
}
#absonne_frame p{
	font-size: 16px;
	display: inline-block;
	text-align: left;
}
#absonne_frame .center_fig{
	padding: 50px 0 80px 0;
	text-align: center;
}
#absonne_frame .solidline{
	border-top: solid 1px #ddd;
}
/* Absonne BASE: SP */
@media only screen and (max-width : 850px ) {
	#absonne_frame h2 br,
	#absonne_frame p br{
		display: none;
	}
}
@media only screen and (max-width : 600px ) {
	#absonne_frame h2{
		font-size: 20px;
		text-align: left;
		padding: 30px 0 30px 0;
	}
}
/* Absonne TOP */
#absonne_frame .flex_4set{
	max-width: 1200px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#absonne_frame .flex_4set .box{
	flex-basis: 23.5%;
	border: solid 1px #9f9f9f;
	border-radius: 10px;
	margin: 0 0 30px 0;
}
#absonne_frame .flex_4set .box h3{
	font-size: 16px;
	font-weight: bold;
	padding: 25px 25px 0 25px;
}
#absonne_frame .flex_4set .box p{
	padding: 25px 20px 40px 20px;
}
#absonne_frame .flex_4set .box img{
	margin-top: -65px;
}
.absonne__div__1{
	margin-bottom:20px; padding-top:70px;
}
.absonne__div__1 h1{
margin-bottom:5px;
}


/* SP:Absonne TOP */
@media only screen and (max-width : 850px ) {
	#absonne_frame .flex_4set{
		margin: 50px auto 0;
	}
	#absonne_frame .flex_4set .box{
		flex-basis: 48%;
		margin: 0 0 80px 0;
	}
	#absonne_frame .flex_4set .box img{
		width: 120px;
		margin-top: -50px;
	}
}
@media only screen and (max-width : 600px ) {
	#absonne_frame .flex_4set .box{
		flex-basis: 100%;
	}
}
/* Absonne 選ばれる理由 */
#absonne_reason{
	max-width: 1000px;
	margin: 40px auto 0;
}
.flex_reason{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.flex_reason_left .flex_mt{
	display: flex;
	align-items: center;
}
.flex_reason_left .flex_mt div:first-child{
	text-align: center;
	flex-basis: 90px;
	padding: 25px 0 20px 5px;
	background: url(/images/absonne_reason_cloud.png) top center no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 20px;
}
.flex_reason_left .flex_mt div:last-child{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #2282eb;
	padding: 10px 30px 10px 0px;
}
.flex_reason_left p{
	padding: 20px 30px 20px 0;
}
.flex_reason_right{
	text-align: right;
}
.flex_reason_right img{
	min-width: 250px;
}
/* SP:Absonne 選ばれる理由 */
@media only screen and (max-width : 800px) {
	.flex_reason{
		display: block;
	}
	.flex_reason_right{
		text-align: center;
	}
	.flex_reason_left p{
		padding: 20px 0px 20px 0;
	}
}
@media only screen and (max-width : 500px) {
	.flex_reason_left .flex_mt{
		display: block;
	}
	.flex_reason_left .flex_mt div:last-child{
		text-align: center;
		padding: 10px 0px 0px 0px;
	}
}
/* Absonne マルチクラウド */
#absonne_frame p.catch{
	font-size: 17px;
	padding: 20px 0 0 0;
	font-weight: bold;
	text-align: center;
	color: #444;
}
#absonne_frame .solidline .flex_mc{
	padding-top: 40px;
}
#absonne_frame .flex_mc{
	display: flex;
	margin: 30px 0 50px 0;
}
#absonne_frame .flex_mc_left{
	text-align: left;
	flex: 1;
	margin-right: 40px;
}
#absonne_frame .flex_mc_right{
	width: 700px;
}
#absonne_frame h3.mc{
	display: flex;
	align-items: center;
}
#absonne_frame h3.mc p.num{
	font-size: 28px;
	text-align: center;
	line-height: 48px;
	display: block;
	color: #fff;
	background-color: #3d9bdd;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin: 0 20px 0 0;
}
#absonne_frame h3.mc p.txt{
	flex: 1;
	font-size: 18px;
	font-weight: bold;
}
#absonne_frame ul.mc{
	padding: 30px 0 0 30px;
}
#absonne_frame ul.mc li{
	position: relative;
	margin-bottom: 1em;
	text-align: left;
}
#absonne_frame ul.mc li::before{
	position: absolute;
	top: 7px;
	left: -15px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 100%;
	background: #3d9bdd;
}
#absonne_frame .flex_mc2{
	display: flex;
	max-width: 1160px;
	margin: 30px auto 50px;
	justify-content: space-between;
}
#absonne_frame .flex_mc2_box{
	flex-basis: 33.3%;
	border: solid 1px #ddd;
	border-radius: 6px;
	margin: 10px;
	max-width: 356px;
	height: 340px;
	position: relative;
}
#absonne_frame .flex_mc2_box .text{
	padding: 30px 20px 30px 20px;
}
#absonne_frame .flex_mc2_box img{
	position: absolute;
	bottom: 0;
	left: 0;
}
#absonne_frame .flex_mc_left .btn{
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 60px 0 0 0;
}
#absonne_frame .flex_mc_left .btn a{
	color: #fff;
	text-decoration: none;
}
/* SP:Absonne マルチクラウド */
@media only screen and (max-width : 1200px) {
	#absonne_frame h3.mc p.txt br{
		display: none;
	}
	#absonne_frame .flex_mc_left{
		flex: 3;
	}
	#absonne_frame .flex_mc_right{
		flex: 5;
		width: auto;
	}
	#absonne_frame .flex_mc_left h2 br{
		display: none;
	}
}
@media only screen and (max-width : 768px) {
	#absonne_frame .flex_mc{
		display: block;
		margin: 0px 0 50px 0;
	}
	#absonne_frame .flex_mc2_box{
		margin: 5px;
		height: 290px;
	}
	#absonne_frame .flex_mc_left{
		margin-right: 0;
		text-align: center;
	}
	#absonne_frame .flex_mc_left .btn{
		margin: 40px 0;
	}
}
@media only screen and (max-width : 600px) {
	#absonne_frame p.catch{
		font-size: 14px;
	}
	#absonne_frame .flex_mc2{
		display: block;
		width: 280px;
	}
	#absonne_frame .flex_mc2_box{
		margin-bottom: 20px;
	}
}

/* Absonne サービスメニュー共通 */
#servicemeu_navi{
	text-align: center;
	background: #efefef;
}
#servicemeu_navi ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#servicemeu_navi li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 20px ;
	background: #efefef;
}
#servicemeu_navi li span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 30px;
	color: #fff;
	background-color: #000;
}
/* SP: Absonne サービスメニュー共通 */
@media only screen and (max-width : 768px) {
	#servicemeu_navi ul{
		justify-content: flex-start;
	}
	#servicemeu_navi li{
		width: 50%;
	}
	#servicemeu_navi li a{
		font-size: 12px;
		padding: 10px 0px;
		background: #efefef;
	}
	#servicemeu_navi li span{
		font-size: 12px;
		padding: 10px 0px;
	}
}
/* Absonne サービスメニュー TOP */
#absonne_frame .absonne_sm_top_fig1a{
	vertical-align: middle;
}
#absonne_frame .absonne_sm_top_fig1c{
	vertical-align: middle;
	padding: 5px;
}
#absonne_frame .absonne_sm_top_fig1b{
	vertical-align: middle;
}
#absonne_frame .absonne_sm_top_fig2{
	padding: 50px 0 0 100px;
}
#absonne_frame .all_service h3{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #38a8d7;
	padding: 13px;
	margin: 0 0 20px 0;
}
#absonne_frame .all_service h3.green{
	background-color: #40c3c2;
}
#absonne_frame .all_service h4{
	font-size: 16px;
	font-weight: bold;
}
#absonne_frame .all_service ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 50px;
}
#absonne_frame .all_service li{
	flex-basis: 160px;
	background-size: 160px 120px;
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #dddddd;
	border-radius: 10px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 75px;
	padding-bottom: 14px;
	height: 126px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#absonne_frame .all_service li.icon1{
	background-image: url(/images/absonne_sm_top_icon1.png);
}
#absonne_frame .all_service li.icon2{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon2.png);
}
#absonne_frame .all_service li.icon3{
	background-image: url(/images/absonne_sm_top_icon3.png);
}
#absonne_frame .all_service li.icon4{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon4.png);
}
#absonne_frame .all_service li.icon5{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon5.png);
}
#absonne_frame .all_service li.icon6{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon6.png);
}
#absonne_frame .all_service li.icon7{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon7.png);
}
#absonne_frame .all_service li.icon8{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon8.png);
}
#absonne_frame .all_service li.icon9{
	background-image: url(/images/absonne_sm_top_icon9.png);
}
#absonne_frame .all_service li.icon10{
	background-image: url(/images/absonne_sm_top_icon10.png);
}
#absonne_frame .all_service li.icon11{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon11.png);
}
#absonne_frame .all_service li.icon12{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon12.png);
}
#absonne_frame .all_service li.icon13{
	background-image: url(/images/absonne_sm_top_icon13.png);
}
#absonne_frame .all_service li.icon14{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon14.png);
}
#absonne_frame .all_service li.icon15{
	background-image: url(/images/absonne_sm_top_icon15.png);
}
#absonne_frame .all_service li.icon16{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon16.png);
}
#absonne_frame .all_service li.icon17{
	background-image: url(/images/absonne_sm_top_icon17.png);
}
#absonne_frame .all_service li.icon18{
	background-image: url(/images/absonne_sm_top_icon18.png);
}
#absonne_frame .all_service li.icon19{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon19.png);
}
#absonne_frame .all_service li.icon20{
	background-image: url(/images/absonne_sm_top_icon20.png);
}
#absonne_frame .all_service li.icon21{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon21.png);
}
#absonne_frame .all_service li.icon22{
	padding-top: 85px;
	background-image: url(/images/absonne_sm_top_icon22.png);
}

#absonne_frame .flex_ss{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#absonne_frame .flex_ss .flex_ss1{
	flex: 3;
}
#absonne_frame .flex_ss .flex_ss2{
	flex: 2;
}
#absonne_frame .flex_ss li{
	margin: 10px;
}

#absonne_frame .flex_ns{
	display: flex;
	flex-wrap: wrap;
}
#absonne_frame .flex_ns .flex_ns1{
	flex: 3;
}
#absonne_frame .flex_ns .flex_ns2{
	flex: 2;
}
#absonne_frame .flex_ns li{
	margin: 10px 3px;
}

#absonne_frame .flex_op{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#absonne_frame .flex_op .flex_op1{
	flex: 1;
}
#absonne_frame .flex_op .flex_op2{
	flex: 2;
}
#absonne_frame .flex_op li{
	margin: 10px 5px;
}

#absonne_frame .kumiawase{
	padding: 20px 0 40px 0;
}
#absonne_frame .kumiawase1{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
#absonne_frame .kumiawase1 img{
	min-width: 180px;
}
#absonne_frame .waku1{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	border: solid 1px #de3211;
	border-radius: 10px;
	padding: 0 20px 0 0;
	margin-right: 5px;
}
#absonne_frame .waku1 p.s01{
	padding: 0 7px 26px 0;
}
#absonne_frame .waku1 p.s01 img{
	border-radius: 9px 0 0 0;
	min-width: 235px;
}
#absonne_frame .waku1 p.s02,
#absonne_frame .waku1 p.s03,
#absonne_frame .waku1 p.s04{

	margin: 18px 0 10px 10px;
}
#absonne_frame .kumiawase1 p.s05{
	padding: 22px 10px 7px 10px;
}
#absonne_frame .kumiawase1 a{
	opacity: 1;
	transition: 0.2s;
}
#absonne_frame .kumiawase1 a:hover{
	opacity: 0.5;
}
/* SP:Absonne サービスメニュー TOP */

@media only screen and (max-width : 980px) {
	#absonne_frame .absonne_sm_top_fig1a{
		display: block;
		margin: 0 auto;
	}
	#absonne_frame .absonne_sm_top_fig1c{
		display: block;
		padding: 5px;
		margin: 0 auto;
	}
	#absonne_frame .absonne_sm_top_fig1b{
		display: block;
		margin: 0 auto;
		width: 33%;	
		max-width: 210px;
	}
}
@media only screen and (max-width : 900px) {
	#absonne_frame .flex_op .flex_op2{
		flex: 1;
	}
}
@media only screen and (max-width : 768px) {
	#absonne_frame .all_service h3{
		font-size: 15px;
	}
	#absonne_frame .all_service h4{
		font-size: 12px;
	}
	#absonne_frame .absonne_sm_top_fig2{
		padding: 50px 0 0 0;
	}
	#absonne_frame .flex_ns .flex_ns1{
		flex: 2;
	}
	#absonne_frame .kumiawase1{
		text-align: center;
	}
	#absonne_frame .waku1{
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto;
		width: 235px;
	}
	#absonne_frame .waku1 p.s01{
		padding: 0 0 26px 0;
	}
	#absonne_frame .waku1 p.s01 img{
		border-radius: 9px 9px 0 0;
	}
	#absonne_frame .waku1 p.s02,
	#absonne_frame .waku1 p.s03,
	#absonne_frame .waku1 p.s04{
		flex: 1;
		margin: 10px 0 10px 0px;
	}
	#absonne_frame .kumiawase1 p.s05{
		margin: 0 auto;
	}
}
@media only screen and (max-width : 500px) {
	#absonne_frame .all_service li{
		flex-basis: 120px;
		margin: 5px;
		font-size: 12px;
	}
	#absonne_frame .flex_ss .flex_ss1,
	#absonne_frame .flex_ss .flex_ss2,
	#absonne_frame .flex_ns .flex_ns1,
	#absonne_frame .flex_ns .flex_ns2,
	#absonne_frame .flex_op .flex_op1,
	#absonne_frame .flex_op .flex_op2{
		flex: 50%;
	}
}
/* Absonne サービスメニュー 基本サービス */
#absonne_frame.servicemenu section{
	max-width: 960px;
	margin: 0 auto;
}
#absonne_frame.servicemenu section h3{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 1em 0;
}
#absonne_frame.servicemenu figure.fig1{
	background-color: #efefee;
	padding: 0 0 30px 0;
	margin: 30px 0 50px 0;
}
#absonne_frame.servicemenu figure.w1{
	max-width: 600px;
	margin: 30px auto 50px;
}
#absonne_frame.servicemenu figure.fig1 figcaption{
	font-size: 16px;
	font-weight: bold;
	background-color: #456586;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#absonne_frame.servicemenu .sm_basic{
	display: flex;
	padding: 50px 0 50px 0;
}
#absonne_frame.servicemenu .sm_basic .type1{
	flex: 2;
	text-align: left;
}
#absonne_frame.servicemenu .sm_basic figure.type1{
	flex: 1;
	text-align: right;
}
#absonne_frame.servicemenu .sm_basic .type2{
	flex: 3;
	text-align: left;
}
#absonne_frame.servicemenu .sm_basic figure.type2{
	flex: 1;
	text-align: right;
	padding-left: 20px;
}
#absonne_frame.servicemenu .sm_basic .type1 h2,
#absonne_frame.servicemenu .sm_basic .type2 h2{
	padding: 0 0 30px 0 !important;
}

/* SP:Absonne サービスメニュー 基本サービス */
@media only screen and (max-width : 500px) {
	#absonne_frame.servicemenu section h3{
		font-size: 15px;
	}
	#absonne_frame.servicemenu figure.fig1 figcaption{
		font-size: 13px;
	}
	#absonne_frame.servicemenu figure.fig1{
		padding: 0 10px 30px 10px;
	}
	#absonne_frame.servicemenu .sm_basic{
		display: block;
	}
	#absonne_frame.servicemenu .sm_basic figure.type1,
	#absonne_frame.servicemenu .sm_basic figure.type2{
		padding: 20px 0 0 0;
		text-align: center;
	}
}
/* Absonne サービスメニュー サーバ・ストレージサービス */
#absonne_frame.storage section{
	max-width: 960px;
	margin: 0 auto 50px;
}
#absonne_frame.storage .solidline{
	margin: 60px 0 0 0;
}
#absonne_frame.storage p.mt{
	display: block;
	margin: 0 0 20px 0;
	padding-left: 26px;
	text-indent: -26px;
}
#absonne_frame.storage p.mt:before{
	content:'■';
	color: #5f96ce;
	margin-right: 10px;
}
#absonne_frame.storage figure.storage_fig3{
	text-align: left;
	background-color: #f1f1f1;
	padding: 30px 30px 30px 60px;
	margin-bottom: 30px;
}
#absonne_frame.storage table.type1{
	border: solid 1px #ccc;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}
#absonne_frame.storage table.type2{
	border: solid 1px #ccc;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}
#absonne_frame.storage table.type1 th,
#absonne_frame.storage table.type2 th{
	border: solid 1px #ccc;
	padding: 12px 10px;
	background-color: #5f96ce;
	vertical-align: middle;
	color: #fff;
}
#absonne_frame.storage table.type1 td,
#absonne_frame.storage table.type2 td{
	border: solid 1px #ccc;
	padding: 12px 10px;
	vertical-align: middle;
}
#absonne_frame.storage table td.w1{
	width: 36%;
	padding: 20px 0;
}
#absonne_frame.storage table td.w2{
	width: 30%;
	padding: 20px 0;
}
#absonne_frame.storage table td.w3{
	width: 50%;
	padding: 20px 0;
}
#absonne_frame.storage table th.w3{
	width: 50%;
}
#absonne_frame.storage table td.w4{
	width: 40%;
}
#absonne_frame.storage table.type3{
	border: solid 1px #ccc;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}
#absonne_frame.storage table.type3 th{
	border: solid 1px #ccc;
	padding: 12px 10px;
	background-color: #ececec;
	vertical-align: middle;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
#absonne_frame.storage table.type3 td{
	border: solid 1px #ccc;
	padding: 12px 20px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}
#absonne_frame.storage table.type3 td:first-child{
	text-align: left;
}
#absonne_frame.storage table.type4{
	border: solid 1px #ccc;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}
#absonne_frame.storage table.type4 th{
	border: solid 1px #ccc;
	padding: 12px 10px;
	background-color: #ececec;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.4;
	font-weight: normal;
}
#absonne_frame.storage table.type4 td{
	border: solid 1px #ccc;
	padding: 12px 20px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}
#absonne_frame.storage .gs{
	display: block;
	text-align: left;
	border-left: solid 4px #ff9c00;
	padding: 0 0 0 10px;
	margin: 30px 0 6px;
	line-height: 1.2;
}
#absonne_frame.storage .flex{
	display: flex;
	justify-content: space-between;
}
#absonne_frame.storage .flex div:first-child{
	width: 100%;
	max-width: 600px;
}
#absonne_frame.storage .flex div:last-child img{
	margin-top: 0px;
}
#absonne_frame.storage .flex_online{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#absonne_frame.storage .flex_online div:first-child,
#absonne_frame.storage .flex_online div:last-child{
	width: 48%;
}
#absonne_frame.storage .notice{
	font-size: 14px;
	display: block;
	margin: 20px auto 0;
	text-align: left;
	max-width: 960px;
}
/* SP:Absonne サービスメニュー サーバ・ストレージサービス */
@media only screen and (max-width : 960px) {
	#absonne_frame.storage .flex div:last-child{
		margin: 0 0 0 20px;
	}
}
@media only screen and (max-width : 500px) {
	#absonne_frame.storage .solidline{
		margin: 40px 0 0 0;
	}
	#absonne_frame.storage figure.storage_fig3{
		background-color: #fff;
		padding: 0;
	}
	#absonne_frame.storage table,
	#absonne_frame.storage table th,
	#absonne_frame.storage table td,
	#absonne_frame.storage .gs{
		font-size: 12px !important;
		line-height: 1.4;
	}
	#absonne_frame.storage .flex{
		display: block;
	}
	#absonne_frame.storage .flex div:last-child{
		margin: 0;
	}
	#absonne_frame.storage .flex div:last-child img{
		margin-top: 0px;
	}
	#absonne_frame.storage .notice{
		margin-top: 50px;
		text-align: left;
	}
	#absonne_frame.storage .flex_online{
		display: block;
	}
	#absonne_frame.storage .flex_online div:first-child,
	#absonne_frame.storage .flex_online div:last-child{
		width: auto;
	}
}
/* Absonne サービスメニュー ネットワーク接続サービス */
#absonne_frame.storage h3{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 20px 0 20px 0;
	padding-left: 26px;
	text-indent: -26px;
	color: #333;
}
#absonne_frame.storage h3:before{
	content:'■';
	color: #5f96ce;
	margin-right: 10px;
}
#absonne_frame.storage p.txt{
	display: block;
	margin: 0 0 20px 0;
}
#absonne_frame.storage img.net_fig2{
	margin-right: 50px;
}
#absonne_frame.storage figure.net_fig3{
	margin: 50px 0;
}
#absonne_frame.storage .onpre_box{
	max-width: 640px;
	margin: 0 auto;
}
#absonne_frame.storage .onpre_box ul{
	text-align: left;
	margin-bottom: 30px;
}
#absonne_frame.storage .onpre_box table.type2{
	margin: 0 auto 80px;
	max-width: 640px;
}
#absonne_frame.storage .onpre_box table.type4{
	max-width: 640px;
}
/* SP: Absonne サービスメニュー ネットワーク接続サービス */
@media only screen and (max-width : 960px) {
	#absonne_frame.storage img.net_fig1{
		margin: 0 0 30px 0;
	}
	#absonne_frame.storage img.net_fig2{
		margin: 0 0 30px 0;
	}
}
/* Absonne サービスメニュー オプション */
#absonne_frame.storage .flex_option1,
#absonne_frame.storage .flex_option2,
#absonne_frame.storage .flex_option3,
#absonne_frame.storage .flex_option4,
#absonne_frame.storage .flex_option5{
	display: flex;
	justify-content: space-between;
}
#absonne_frame.storage .flex_option1 h2,
#absonne_frame.storage .flex_option2 h2,
#absonne_frame.storage .flex_option3 h2,
#absonne_frame.storage .flex_option4 h2,
#absonne_frame.storage .flex_option5 h2{
	text-align: left;
}
#absonne_frame.storage .flex_option1 p.txt,
#absonne_frame.storage .flex_option2 p.txt,
#absonne_frame.storage .flex_option3 p.txt,
#absonne_frame.storage .flex_option4 p.txt,
#absonne_frame.storage .flex_option5 p.txt{
	padding-bottom: 10px;
}
#absonne_frame.storage .flex_option1 div:first-child{
	width: 100%;
	max-width: 750px;
}
#absonne_frame.storage .flex_option1 div:last-child{
	padding: 150px 0 0 20px;
}
#absonne_frame.storage .flex_option1 div:first-child .type4 td{
	text-align: left;
}
#absonne_frame.storage .flex_option2 div:first-child{
	flex: 45%;
}
#absonne_frame.storage .flex_option2 div:last-child{
	flex: 45%;
	padding: 70px 0 0 20px;
	text-align: right;
}
#absonne_frame.storage .flex_option2 div:first-child .type4 td{
	text-align: left;
}
#absonne_frame.storage .flex_option3 div:first-child{
	flex: 55%;
}
#absonne_frame.storage .flex_option3 div:last-child{
	flex: 30%;
	text-align: right;
	padding: 100px 0 0 0;
}
#absonne_frame.storage .tbl_wide1 .type4 td{
	text-align: left;
}
#absonne_frame.storage .flex_option4 div:first-child{
	flex: 30%;
}
#absonne_frame.storage .flex_option4 div:last-child{
	flex: 55%;
	text-align: right;
	padding: 50px 0 50px 20px;
}
#absonne_frame.storage .flex_option5 div:first-child{
	flex: 70%;
}
#absonne_frame.storage .flex_option5 div:last-child{
	flex: 25%;
	text-align: right;
	padding: 100px 0 0 20px;
}
#absonne_frame.storage .tbl_wide1{
	max-width: 800px;
}
/* SP: Absonne サービスメニュー オプション */
@media only screen and (max-width : 500px) {
	#absonne_frame.storage .flex_option1,
	#absonne_frame.storage .flex_option2,
	#absonne_frame.storage .flex_option3,
	#absonne_frame.storage .flex_option4,
	#absonne_frame.storage .flex_option5{
		display: block;
	}
	#absonne_frame.storage .flex_option1 div:last-child{
		padding: 0;
	}
	#absonne_frame.storage .flex_option2 div:last-child{
		padding: 0;
		text-align: center;
	}
	#absonne_frame.storage .flex_option3 div:last-child{
		padding: 0;
		text-align: center;
	}
	#absonne_frame.storage .flex_option4 div:last-child{
		padding: 0 0 30px 0;
		text-align: center;
	}
	#absonne_frame.storage .flex_option5 div:last-child{
		padding: 0 0 30px 0;
		text-align: center;
	}
}

/* --------------------------------------------


2018.06 M3DaaS 価格表　追加


-------------------------------------------- */


	#m3daasprice__div__basic table thead td{
	background-color:#002959; font-size:14px; padding:10px 20px; color:#fff; font-weight:bold; letter-spacing:0.1em; border:1px solid #aaa;
	}
	#m3daasprice__div__basic table tbody th{
	background-color:#efefef; padding:10px 20px; border:1px solid #aaa; font-size:13px;
	}
	#m3daasprice__div__basic table tbody td{
	padding:10px 20px; border:1px solid #aaa; font-size:13px;
	}

	#m3daasprice__table__basicprice,.m3daasprice__table__examin{
		border-collapse: collapse;
	}
	#m3daasprice__table__basicprice th,#m3daasprice__table__basicprice td {
		padding:2px 10px;
		text-align: center;
		font-size: 13px;
	}
	#m3daasprice__table__basicprice th{
		background-color: #efefef;
		border:1px solid #aaa;
	}
	#m3daasprice__table__basicprice td{
		border:1px solid #ddd;
		font-size:13	px;
	}
	#m3daasprice__table__basicprice .bggray td{
		background-color: #efefef;
	}
	#m3daasprice__table__basicprice caption{
	font-size:20px;
	}
	#m3daasprice__div__option div.item ul li{
	font-size:14px;
	list-style-type:disc;
	}
	#m3daasprice__div__option div.item img{
	text-align: center; display: block; margin: 0 auto 20px;
	}

	#m3daasprice__div__exam div h4{
		font-size:24px;
		font-weight:bold;
		margin-top:60px;
	}
	#m3daasprice__div__exam div h4 i{
		font-style: normal;
		margin-left: 1em;
		font-weight: normal;
		font-size: 80%;
		color:#333;
		display:block;
	}
	table__examin th,.m3daasprice__table__examin td{
		padding:2px 10px;
		text-align: center;
		font-size: 13px;
		border:1px solid #aaa;
	}
	#m3daasprice__div__exam .m3daasprice__table__examin{
	margin-top:0;
	}
	#m3daasprice__div__exam .m3daasprice__table__examin th{
		background-color: #002959;
		color:#fff;
		font-size:13px;
	}
	#m3daasprice__div__exam .m3daasprice__table__examin td{
		font-size:12px;
	}
	#m3daasprice__div__exam .m3daasprice__div__option dl dt{
		font-weight: bold;
		font-size:16px;	
		margin-top:1em;
	}
	#m3daasprice__div__exam .m3daasprice__div__option dl dd ul{
		margin:0 0 0 2em;
	}
	#m3daasprice__div__exam .m3daasprice__div__option dl dd,#m3daasprice__div__exam .m3daasprice__div__option dl dd ul li{
		font-size:13px;
	}
	#m3daasprice__div__exam .m3daasprice__div__option dl dd ul li{
	list-style:disc;}

/* --------------------------------------------

2018.06 ブログ　誘導リンク設置

-------------------------------------------- */
	#blog__div__bottomlink{
	border:2px solid #ccc; width:98%; margin:30px auto;	
	}
	#blog__div__bottomlink h5{
	margin:10px auto; width:95%; background-color:#f90; color:#fff; font-weight:bold; padding:5px 10px;
	}
	#blog__div__bottomlink ul{
	margin-left:1em;
	}
	.mb-1em{
	margin-bottom:1em;}

/* --------------------------------------------

2018.07.03 リソース（ダウンロード資料）説明追加

-------------------------------------------- */

	#resource__div__index{
	 background-color:#efefef; float:left; padding:1em 1em 0 1em; margin-top:2em; border-radius:5px;
	}
	#resource__div__index h4{
	font-size:18px; border-bottom:1px solid #08c; padding-bottom:5px; margin-bottom:5px; text-align:center; font-weight:bold; color:#08c;
	}
	#resource__div__index ul li{
	list-style-type:disc; margin-left:2em; font-size:13px; margin-bottom:0.5em;
	}
	@media only screen and (max-width : 768px) {
		#resource__div__index{
	 	float:none; clear:both;
		}
		
	}
/* --------------------------------------------

2018.07.04 NSSEINTソリューションマップ補正

-------------------------------------------- */
#main .flex_link.flex_four .item-twice{width:48%;}
	@media only screen and (max-width : 768px) {
#main .flex_link.flex_four .item-twice{width:100%;}
}

/* --------------------------------------------

2018.08.02 ThreatSTOP ランディングページ

-------------------------------------------- */
body #threatstop-lp { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: auto; font-size: 14px; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; color: #333; background-color: #fff; }
#threatstop-lp .clr { zoom: 1; }

#threatstop-lp .clr:before, .clr:after { content: " "; display: table; }

#threatstop-lp .clr:after { clear: both; }

#threatstop-lp .icon { display: inline-block; background-repeat: no-repeat; }

#threatstop-lp .icon.icon-web-navigation-line-craft-1-109681 { background-image: url("../images/icon.png"); background-position: 0px 0px; background-size: 1536px 1024px; width: 512px; height: 512px; }

#threatstop-lp .icon.icon-web-navigation-line-craft-2-109682 { background-image: url("../images/icon.png"); background-position: -512px 0px; background-size: 1536px 1024px; width: 512px; height: 512px; }

#threatstop-lp .icon.icon-web-navigation-line-craft-3-109688 { background-image: url("../images/icon.png"); background-position: 0px -512px; background-size: 1536px 1024px; width: 512px; height: 512px; }

#threatstop-lp .icon.icon-web-navigation-line-craft-4-109689 { background-image: url("../images/icon.png"); background-position: -512px -512px; background-size: 1536px 1024px; width: 512px; height: 512px; }

#threatstop-lp .icon.icon-web-navigation-line-craft-5-109690 { background-image: url("../images/icon.png"); background-position: -1024px 0px; background-size: 1536px 1024px; width: 512px; height: 512px; }

#threatstop-lp * { box-sizing: border-box; }

#threatstop-lp .container { width: 1140px; margin-left: auto; margin-right: auto; }

#threatstop-lp .light-bg { background: #eeeeee; }

#threatstop-lp .cta-btn a { display: block; position: relative; color: #fff; line-height: 1; padding: 18px 15px 15px 20px; width: 320px; height: 60px; background: #eb8428; border-radius: 3px; vertical-align: middle; transition: all ease .3s; }

#threatstop-lp .cta-btn a:hover { background: #fc6; }

#threatstop-lp .cta-btn.whitepaper{display: block; text-align: center;}

#threatstop-lp .cta-btn.whitepaper li{display: inline-block; margin: 0 10px;}

#threatstop-lp .cta-btn.whitepaper a { float: left; width: 540px; height: auto; margin: 50px auto 0; }

#threatstop-lp .cta-btn.whitepaper a span{font-size: 1em;}

#threatstop-lp .cta-btn.whitepaper a.fm{padding-bottom: 12px;}

#threatstop-lp .cta-btn a span { color: #fff; font-size: 1.714em; font-weight: bold; vertical-align: bottom; }

#threatstop-lp .cta-btn a img { width: 26px; height: 16px; vertical-align: 0; margin-top: 2px; margin-left: 10px; }

#threatstop-lp h2 { color: #0a1931; font-size: 2.714em; font-weight: bold; text-align: center; padding: 100px 0 60px; }

#threatstop-lp .kv { position: relative; width: 100%; height: 680px; background: url(../images/threatstop-kv-bg.png) #00070b center 0 no-repeat; }

#threatstop-lp .kv:after { content: ""; position: absolute; bottom: -45px; left: 50%; margin-left: -72.5px; width: 0; height: 0; border-style: solid; border-width: 45px 72.5px 0 72.5px; border-color: #000000 transparent transparent transparent; }

#threatstop-lp .kv .container { position: relative; }

#threatstop-lp .kv .kv-logo { padding-top: 55px; }

#threatstop-lp .kv .kv-logo li { float: left; }

#threatstop-lp .kv .kv-logo li:not(:last-child) { margin-right: 40px; }

#threatstop-lp .kv .kv-logo li:last-child { padding-top: 4px; }

#threatstop-lp .kv .left { float: left; padding-top: 85px; }

#threatstop-lp .kv .left .kv-text { margin-bottom: 65px; }

#threatstop-lp .kv .left .kv-text strong { color: #fff; font-size: 2.857em; font-weight: bold; line-height: 1; }

#threatstop-lp .kv .left .kv-text strong i { font-style: normal; display: block; padding: 30px 0; text-indent: -.7em; }

#threatstop-lp .kv .left .kv-text strong span { font-size: 1.500em; }

#threatstop-lp .kv .right { position: absolute; top: 0; right: 0; }

#threatstop-lp .lead { padding-bottom: 80px; }

#threatstop-lp .lead p { font-size: 1.286em; font-weight: bold; padding: 0 45px; margin-bottom: 80px; }

#threatstop-lp .lead ul { display: flex; justify-content: space-between; align-items: baseline; width: 100%; list-style: none; }

#threatstop-lp .lead ul li { padding: 0 20px; }

#threatstop-lp .lead ul li:first-child{width: 300px;}

#threatstop-lp .lead ul li:nth-child(2){width: 140px;}

#threatstop-lp .lead ul li:nth-child(3){width: 377px;}

#threatstop-lp .lead ul li:last-child{width: 279px;}

#threatstop-lp .lead ul li img { display: block; width:100%; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }

#threatstop-lp .lead ul li h3 { font-size: 1.286em; text-align: center; padding-top: 15px; }

#threatstop-lp .lead ul li:nth-child(2) img { margin-top: -170px; }

#threatstop-lp .lead ul li:last-child img { padding-bottom: 25px; }

#threatstop-lp .risk { padding-bottom: 80px; }

#threatstop-lp .risk dl { position: relative; overflow: hidden; width: 100%; margin-bottom: 40px; }

#threatstop-lp .risk dl:after { display:block; position: absolute; bottom: 15px; right: 0; content: ""; width: 90%; height: 6px; background: #973f3f; z-index: 1; }

#threatstop-lp .risk dl dt { float:left; position: relative; width: 210px; height: 210px; background: #973f3f; border-radius: 50%; overflow: hidden; }

#threatstop-lp .risk dl dt img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }

#threatstop-lp .risk dl dd { float: left; width:700px; margin-top: 65px; vertical-align: bottom; padding-bottom: 40px; }

#threatstop-lp .risk dl dd h3 { font-size: 1.714em; padding-left: 30px; padding-bottom: 30px; }

#threatstop-lp .risk dl.last { margin-bottom: 0; }

#threatstop-lp .risk .cta-btn a { margin: 70px auto 0; }

#threatstop-lp .why { padding-bottom: 80px; }

#threatstop-lp .why .description p { font-size: 1.714em; font-weight: bold; text-align: center; margin-bottom: 75px; }

#threatstop-lp .why .description p strong { color: #b72227; }

#threatstop-lp .why .risk-figure { display: flex; justify-content: space-between; padding: 0 55px; }

#threatstop-lp .why .risk-figure dl { width: 50%; }

#threatstop-lp .why .risk-figure dl dt { width: 400px; height: 400px; margin-left: auto; margin-right: auto; background: #eeeeee; border-radius: 50%; text-align: center; }

#threatstop-lp .why .risk-figure dl dt span { display: inline-block; font-size: 1.286em; font-weight: bold; text-align: center; color: #fff; padding: 5px 20px; margin-left: auto; margin-right: auto; background: #8e8e8e; }

#threatstop-lp .why .risk-figure dl dt img { margin: 30px auto 0; }

#threatstop-lp .why .risk-figure dl.last dt span { background: #b72227; }

#threatstop-lp .why .risk-figure dl dd { padding-top: 30px; }

#threatstop-lp .why .risk-figure dl dd p { font-size: 1.286em; font-weight: normal; }

#threatstop-lp .why .risk-figure dl dd p strong { color: #b72227; font-weight: bold; text-decoration: underline; }

#threatstop-lp .system { padding-bottom: 80px; }

#threatstop-lp .system .system-figure { padding: 0 40px; margin-bottom: 100px; }

#threatstop-lp .system .system-figure img { display: block; max-width: 100%; height: auto; }

#threatstop-lp .system .system-point { padding: 30px; background: #fcdfe2; border: 3px solid #b72227; border-radius: 5px; }

#threatstop-lp .system .system-point h3 { font-size: 1.429em; text-align: center; margin-bottom: 30px; }

#threatstop-lp .system .system-point ul { list-style: none; }

#threatstop-lp .system .system-point ul li { margin-bottom: 40px; }

#threatstop-lp .system .system-point ul li:last-child { margin-bottom: 0; }

#threatstop-lp .system .system-point ul li h4 { display: inline-block; font-size: 1.286em; font-weight: bold; border-bottom: 5px solid #b72227; margin-bottom: 20px; }

#threatstop-lp .system .system-point ul li p { font-size: 1.167em; }

#threatstop-lp .screenshot { padding-bottom: 80px; }

#threatstop-lp .screenshot .screenshot-figure { padding: 0 40px; }

#threatstop-lp .screenshot .screenshot-figure img { display: block; max-width: 100%; height: auto; }

#threatstop-lp .vendor { padding-bottom: 80px; }

#threatstop-lp .vendor .vendor-text { padding: 30px 80px; background: #fff; border: 3px solid #05156a; border-radius: 5px; }

#threatstop-lp .vendor .vendor-text dl { font-size: 1.167em; font-weight: bold; margin-bottom: 20px; }

#threatstop-lp .vendor .vendor-text dl.last { margin-bottom: 0; }

#threatstop-lp .vendor .vendor-text dl dt { margin-bottom: 5px; }

#threatstop-lp .contact { padding: 0 80px 80px; }

#threatstop-lp .contact .contact-form { padding: 60px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }

#threatstop-lp .contact .contact-form ul { list-style: none; }

/* .hs-form */
#threatstop-lp .hs-form input[type="text"], .hs-form input[type="email"], .hs-form input[type="tel"], .hs-form input[type="password"], .hs-form input[type="number"] {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 100% !important;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box
}
#threatstop-lp .hs-form .form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}
#threatstop-lp .hs-form .form-columns-2 .hs-form-field {
  width: 48.5% !important
}
#threatstop-lp .hs-form .form-columns-2 .hs-form-field:nth-child(2) {
  float: right;
}
#threatstop-lp .hs-form fieldset.form-columns-2 .hs-form-field.hs_lastname {
  float: left;
}
#threatstop-lp .hs-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
  float: right;
}
#threatstop-lp .hs-form .hs-error-msgs label {
  color: red;
  line-height: 1.2
}
#threatstop-lp .hs-form-field {
  padding-right: 0 !important
}
#threatstop-lp .hs-form fieldset.form-columns-1 .input {
  margin-right: 0 !important
}
#threatstop-lp .hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important
}
#threatstop-lp .hs-form fieldset {
  max-width: none !important
}
#threatstop-lp .hs-form fieldset.form-columns-3 .input {
  margin-right: 0 !important
}
#threatstop-lp .hs-form .inputs-list li {
  margin-top: 8px
}
#threatstop-lp .hs-form .inputs-list li input {
  margin-top: -2px
}
#threatstop-lp .hs-form .inputs-list li label>span {
  display: inline-block
}
#threatstop-lp .hs-form select {
  width: 100% !important;
  height: 40px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 0 !important;
  font-size: .9rem;
  line-height: 1;
  border: #ccc solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 !important
}
#threatstop-lp .hs-input {
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9rem;
  border: #ccc solid 1px;
  box-sizing: border-box;
  border-radius: 0
}
#threatstop-lp .hs-form textarea {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.6rem;
  height: 10em;
  width: 100% !important
}
#threatstop-lp input.hs-input[type=checkbox], input.hs-input[type=radio] {
  cursor: pointer
}
#threatstop-lp input.hs-input, textarea.hs-input, select.hs-input {
  border-radius: 0 !important
}
#threatstop-lp textarea.hs-input {
  padding-top: 5px
}
html #threatstop-lp .webkit textarea.hs-input {
  padding-top: 6px;
  padding-left: 5px
}
#threatstop-lp input.hs-input[type=checkbox], input.hs-input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: 0
}
#threatstop-lp input.hs-input[type=button], input.hs-input[type=reset], input.hs-input[type=submit] {
  width: auto;
  height: auto
}
#threatstop-lp .hs-form label {
  font-size: 13px;
  font-weight: bold;
  float: left
}
#threatstop-lp .hs-form.stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px
}
#threatstop-lp #main .block_cta .form_inbound .hs-form.stacked .inputs-list.multi-container label {
  float: left;
  width: 33.333%;
}
#threatstop-lp #pagebody .block_inbound .form_inbound ul.hs-error-msgs {
  padding-left: 0
}
#threatstop-lp #pagebody .block_inbound .form_inbound ul.hs-error-msgs li {
  list-style-type: none
}
#threatstop-lp .hs-form.stacked .field {
  margin-bottom: 25px
}
#threatstop-lp #main .block_cta .form_inbound .hs-form.stacked .hs_chub_inquiry_type {
  min-height: 40px;
}
#threatstop-lp #main .block_cta .form_inbound .hs-form.stacked .hs_customer_problem.field {
  height: 70px;
}
#threatstop-lp .hs-form.stacked .field div.input {
  margin-left: 0
}
#threatstop-lp .hs-form.stacked .inputs-list {
  margin-bottom: 0
}
#threatstop-lp .hs-form.stacked .inputs-list>li {
  padding-top: 0
}
#threatstop-lp .hs-form.stacked .inputs-list>li label {
  font-weight: normal;
  padding-top: 0
}
#threatstop-lp .hs-form {
  padding-left: 0
}
#threatstop-lp .hs-form.stacked {
  padding-left: 0
}
#threatstop-lp .hs-form.stacked fieldset {
  padding: 0
}
#threatstop-lp .hs-form .hs-button {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: auto;
  height: auto;
  min-width: 260px;
  min-height: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 18px 12px 16px;
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #f90;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all .3s;
  border-radius: 3px;
  text-shadow: none !important;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}
#threatstop-lp .hs-form .hs-button:hover {
  background-color: #fc6;
}
#threatstop-lp .hs-form .hs-button:visited, .hs-form .hs-button:hover {
  color: #fff;
}
#threatstop-lp .hs-form .hs-form-required {
  color: red
}
#threatstop-lp .hs_blog_default_hubspot_blog_subscription .hs-form-required {
  display: none !important
}
#threatstop-lp .hs-form input[type=checkbox], .hs-form input[type=radio] {
  margin-right: 5px
}
#threatstop-lp .hs-form .actions {
  text-align: center
}
#threatstop-lp .hs-field-desc {
  font-size: 1.2rem !important;
  margin-top: 5px;
  margin-bottom: 5px
}
#threatstop-lp .form-privacy {
  font-size: 1rem !important
}
#threatstop-lp .block_cta .form-privacy {
  text-align: center
}
#threatstop-lp .form-privacy a {
  text-decoration: underline
}
#threatstop-lp .hs-richtext {
  font-size: 1.4rem !important;
  line-height: 1.5
}
#threatstop-lp .hs-richtext span {
  font-size: 1.2rem !important
}
#threatstop-lp .inbound .form-title, #pagebody.project .form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem
}
#threatstop-lp .input select {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

#threatstop-lp .footer .address { text-align: center; padding: 25px 0; }

#threatstop-lp .footer .footer-bottom { width: 100%; background: #0a1931; }

#threatstop-lp .footer .footer-bottom .container { display: table; }

#threatstop-lp .footer .footer-bottom .footer-menu { display: table-cell; width: 50%; list-style: none; padding: 20px 0; }

#threatstop-lp .footer .footer-bottom .footer-menu li { float: left; }

#threatstop-lp .footer .footer-bottom .footer-menu li:not(:last-child):after { display: inline-block; content: "|"; color: #fff; padding: 0 10px; }

#threatstop-lp .footer .footer-bottom .footer-menu li a { color: #fff; }

#threatstop-lp .footer .footer-bottom .copyright { display: table-cell; width: 50%; vertical-align: middle; text-align: right; }

#threatstop-lp .footer .footer-bottom .copyright small { display: inline-block; color: #fff; }

#threatstop-lp .br { display: block; }

@media screen and (max-width: 1140px) { #threatstop-lp .container { width: 100%; }
 #threatstop-lp h2 { font-size: 2.286em; }
  #threatstop-lp .kv { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .kv .left { width: 50%; }
  #threatstop-lp .kv .left .kv-text h1 { font-size: 2em; }
  #threatstop-lp .kv .left .kv-text h1 i { padding: 15px 0; }
  #threatstop-lp .kv .right { width: 50%; }
  #threatstop-lp .kv .right img { display: block; max-width: 100%; height: auto; }
  #threatstop-lp .lead { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .risk { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .risk dl{margin-bottom: 20px;}
  #threatstop-lp .risk dl dt{float: none; margin: 0 auto 20px;}
  #threatstop-lp .risk dl dd{float: none; width: 100%; margin: 0 auto; padding-bottom: 0;}
  #threatstop-lp .risk dl dd h3{text-align: center; padding-left: 0;}
  #threatstop-lp .risk dl:after{content: none;}
  #threatstop-lp .why .risk-figure dl { padding: 0 20px; }
  #threatstop-lp .system { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .vendor { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .footer-bottom { padding-left: 40px; padding-right: 40px; } }

@media screen and (max-width: 812px) { #threatstop-lp .kv { height: 100%; padding: 0 0 60px 0; background-size: cover; }
  #threatstop-lp .kv .container { display: flex; flex-wrap: wrap; }
  #threatstop-lp .kv .kv-logo { width: 100%; order: 1; padding-top: 0; text-align: center; z-index: 999; }
  #threatstop-lp .kv .kv-logo li { width: 50%; }
  #threatstop-lp .kv .kv-logo li img { display: block; max-width: 70%; height: auto; margin-left: auto; margin-right: auto; }
  #threatstop-lp .kv .kv-logo li:last-child img { margin-top: -2px; }
  #threatstop-lp .kv .left { order: 3; width: 100%; padding: 0; margin-top: -30px; }
  #threatstop-lp .kv .left .kv-text { text-align: center; padding: 40px 0; margin-bottom: 0; }
  #threatstop-lp .kv .right { order: 2; width: 100%; position: inherit; top: inherit; right: inherit; display: block; margin-top: -70px; padding-left: 80px; padding-right: 80px; }
  #threatstop-lp .kv .right img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
  #threatstop-lp .kv .cta-btn a { margin-left: auto; margin-right: auto; }
  #threatstop-lp .lead p { text-align: center; }
  #threatstop-lp .lead ul { flex-wrap: wrap; }
  #threatstop-lp .lead ul li { position: relative; width: 100% !important; height: auto; }
  #threatstop-lp .lead ul li:not(:last-child) { margin-bottom: 40px; }
  #threatstop-lp .lead ul li:first-child:after { display: block; content: ""; background: url(../images/lead-arrow-sp.png) 0 0 no-repeat; width: 85px; height: 81px; margin-top: 40px; margin-left: auto; margin-right: auto; }
  #threatstop-lp .lead ul li:nth-child(3):after { display: block; content: ""; background: url(../images/lead-sep-sp.png) 0 0 no-repeat; width: 487px; height: 6px; margin-top: 40px; margin-left: auto; margin-right: auto; }
  #threatstop-lp .lead ul li:nth-child(2), .lead ul li:nth-child(4) { display: none; }
  #threatstop-lp .risk dl { display: block; }
  #threatstop-lp .risk dl:after { content: none; }
  #threatstop-lp .risk dl dt { display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
  #threatstop-lp .risk dl dd { display: block; padding-bottom: 0; }
  #threatstop-lp .risk dl dd h3 { text-align: center; padding: 0; }
  #threatstop-lp .why { padding-left: 40px; padding-right: 40px; }
  #threatstop-lp .why .risk-figure { padding: 0; flex-wrap: wrap; }
  #threatstop-lp .why .risk-figure dl { width: 100%; }
  #threatstop-lp .why .risk-figure dl.last { margin-top: 40px; }
  #threatstop-lp .why .risk-figure dl dd { padding-top: 20px; }
  #threatstop-lp .why .risk-figure dl dd p { text-align: center; }
  #threatstop-lp .hs-form .form-columns-2 .hs-form-field { width: 100% !important; }
  #threatstop-lp .hs-form .hs-button { max-width: 100%; min-width: 100%; }
  #threatstop-lp .cta-btn.whitepaper li{width: 90%;}
  #threatstop-lp .cta-btn.whitepaper a{float:none; display:block; width: 100% !important; height: auto; padding-top: 12px; padding-bottom: 12px;}
  #threatstop-lp .cta-btn.whitepaper a span{line-height: 1.4;}
  #threatstop-lp .cta-btn.whitepaper a img{display: block; margin: 5px auto 0;}
}

@media screen and (max-width: 414px) { #threatstop-lp h2 { font-size: 2.2vh; padding: 30px 0 30px; }
  #threatstop-lp .br { display: inline; }
  #threatstop-lp .cta-btn a { width: 80% !important; padding: 15px; height: auto; text-align: center; vertical-align: inherit; }
  #threatstop-lp .cta-btn.whitepaper a{display:block; width: 100% !important; margin: 10px auto;}
  #threatstop-lp .cta-btn a span { font-size: 3vh; }
  #threatstop-lp .cta-btn a img { display: none; }
  #threatstop-lp .cta-btn.whitepaper a span{ line-height: 1.4; }
  #threatstop-lp .cta-btn.whitepaper a img{display: none;}
  #threatstop-lp .kv { padding-top: 15px; }
  #threatstop-lp .kv:after { bottom: -15px; margin-left: -30px; border-width: 20px 30px 0 30px; }
  #threatstop-lp .kv .kv-logo li { margin: 0 0 0 0 !important; }
  #threatstop-lp .kv .left .kv-text h1 { font-size: 3vh; }
  #threatstop-lp .lead { padding-bottom: 40px; }
  #threatstop-lp .lead p { font-size: 2vh; line-height: 1.7; padding: 0; margin-bottom: 40px; }
  #threatstop-lp .lead ul li { padding-left: 0; padding-right: 0; }
  #threatstop-lp .lead ul li h3 { padding-top: 10px; font-size: 2vh; }
  #threatstop-lp .lead ul li img { max-width: 100%; height: auto; }
  #threatstop-lp .lead ul li:nth-child(3):after { width: 100%; }
  #threatstop-lp .risk { padding-bottom: 40px; }
  #threatstop-lp .risk dl dd h3 { font-size: 2vh; }
  #threatstop-lp .risk .cta-btn a { width: 100%; margin-top: 20px; }
  #threatstop-lp .why { padding-bottom: 40px; }
  #threatstop-lp .why .description p { font-size: 2vh; line-height: 1.7; padding: 0; margin-bottom: 40px; }
  #threatstop-lp .why .risk-figure dl { padding: 0; }
  #threatstop-lp .why .risk-figure dl dt { width: 100%; height: auto; padding: 20px; border-radius: 5px; }
  #threatstop-lp .why .risk-figure dl dt span { font-size: 2vh; }
  #threatstop-lp .why .risk-figure dl dt img { display: block; max-width: 100%; height: auto; }
  #threatstop-lp .why .risk-figure dl dd p { font-size: 2vh; }
  #threatstop-lp .system { padding-left: 20px; padding-right: 20px; padding-bottom: 40px; }
  #threatstop-lp .system .system-figure { padding: 0; margin-bottom: 40px; }
  #threatstop-lp .system .system-point { padding: 10px; }
  #threatstop-lp .system .system-point h3 { font-size: 2vh; margin-bottom: 20px; }
  #threatstop-lp .system .system-point ul li { margin-bottom: 20px; }
  #threatstop-lp .system .system-point ul li h4 { font-size: 2vh; margin-bottom: 10px; }
  #threatstop-lp .system .system-point ul li p { font-size: 1.8vh; }
  #threatstop-lp .screenshot { padding-bottom: 40px; }
  #threatstop-lp .vendor { padding-left: 20px; padding-right: 20px; padding-bottom: 40px; }
  #threatstop-lp .vendor .vendor-text { padding: 10px; }
  #threatstop-lp .vendor .vendor-text dl { font-size: 2vh; margin-bottom: 10px; }
  #threatstop-lp .vendor .vendor-text dl dt { margin-bottom: 0; }
  #threatstop-lp .contact { padding-left: 20px; padding-right: 20px; padding-bottom: 40px; }
  #threatstop-lp .contact .contact-form { padding: 10px; }
  #threatstop-lp .contact .hs-form .form-title { font-size: 2vh; }
  #threatstop-lp .contact .hs-form label { font-size: 1.5vh; }
  #threatstop-lp .contact .hs-form .hs-button { min-width: 100%; min-height: auto; padding: 1em 2.5em !important; font-size: 2vh !important; }
  #threatstop-lp .contact .hs-input { font-size: 2vh; }
  #threatstop-lp .contact .form-privacy { font-size: 2vh !important; }
  #threatstop-lp .footer .address { font-size: 1.5vh; }
  #threatstop-lp .footer .footer-bottom .container { display: block; }
  #threatstop-lp .footer .footer-bottom .footer-menu { display: block; width: 100%; text-align: center; }
  #threatstop-lp .footer .footer-bottom .footer-menu li { float: none; }
  #threatstop-lp .footer .footer-bottom .footer-menu li:not(:last-child):after { display: block; content: ""; width: 100%; height: 1px; margin: 5px 0; background: rgba(255, 255, 255, 0.5); }
  #threatstop-lp .footer .footer-bottom .footer-menu li a { font-size: 1.5vh; }
  #threatstop-lp .footer .footer-bottom .copyright { display: block; width: 100%; padding-bottom: 20px; text-align: center; }
  #threatstop-lp .footer .footer-bottom .copyright small { font-size: 1vh; } }

/* --------------------------------------------

2018.09.12 Cookie 受入確認

-------------------------------------------- */

/* Cookie Agreement
   ========================================================================== */

#cookie_alert{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:1px;
	box-sizing:border-box;
	position:fixed;
	bottom:53px;
	left:56px;
	width:350px;
	padding:45px 16px 29px 16px;
	border:solid 2px #134c7f;
	border-radius:6px;
	background:#dce6f0;
	color:#134c7f;
	opacity:0;
	pointer-events:none;
	transition:opacity .3s;
	z-index:300;
	box-shadow:0 0 6px rgba(19,76,127,0.2);
}

#cookie_alert.on{
	opacity:1;
	pointer-events:auto;
}

#cookie_alert .tx{
	font-size:13px;
	line-height:20px;
}

#cookie_alert .tx.en{
	font-size:12px;
}

#cookie_alert .tx p{
	margin:0;
}

#cookie_alert .tx a{
	margin-left:4px;
	font-size:13px;
	color:#134c7f;
}

#cookie_alert .tx a:hover{
	text-decoration:none;
}

#cookie_alert .tx p:last-child{
	margin-top:22px;
}

#cookie_alert .tx p:last-child::before{
	display:inline-block;
	width:4px;
	height:4px;
	content:'';
	border:solid #134c7f;
	border-width:1px 1px 0 0;
	transform:rotate(45deg);
}

#cookie_alert .cookie_alert_btn{
	position:absolute;
	bottom:25px;
	right:18px;
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#fff;
	background:#30989a;
	text-align:center;
	cursor:pointer;
}

#cookie_alert .cookie_alert_btn:hover{
	background:#6fb7b8;
}

#cookie_alert .close{
	display:block;
	position:absolute;
	top:16px;
	right:16px;
	width:16px;
	height:16px;
	cursor:pointer;
}

#cookie_alert .close::before,
#cookie_alert .close::after{
	position:absolute;
	top:0;
	left:calc( 50% - 1px );
	display:block;
	content:'';
	width:2px;
	height:16px;
	background:#134c7f;
}

#cookie_alert .close::before{
	transform:rotate(45deg);
}
#cookie_alert .close::after{
	transform:rotate(-45deg);
}
@media all and (max-width: 768px) {
	#cookie_alert{
		left:0;
		bottom:0;
		width:auto;
		height:auto;
		padding:24px 8px 8px
	}
	#cookie_alert .cookie_alert_btn{
		right:8px;
		bottom:8px;
	}
	#cookie_alert .close{
		right:8px;
		top:8px;
	}
}

/*＝＝＝＝＝＝＝
20181003改修
＝＝＝＝＝＝＝*/
figure figcaption.dlt{
	font-size:1.4rem; text-align:left; line-height:1.5; padding-left:7px;
}
.blog_dtl cite{font-style:normal;}
.blog_dtl cite a{font-size:1.2rem;}

.blog_dtl .blog_former{padding:20px; background-color:#efefef;}
.blog_dtl .blog_former p{font-size:1.3rem!important;}
.blog_dtl .blog_former cite{font-size:1.2rem;}
.blog_dtl .blog_lead{
	border:1px solid #ddd; padding:1em;
	
}

/*＝＝＝＝＝＝＝
20181030改修
＝＝＝＝＝＝＝*/
p.privacy{
text-align:left;
font-size:90% !important;
}

.hs_form_privacy_confirm{
text-align:center;
width:20em;
margin:0 auto;
}

.hs_form_confirm{
text-align:center;
width:20em;
margin:0 auto;}

