@charset "UTF-8";

/*----------------------------------------------------
	PAGE / SP
----------------------------------------------------*/

/* /////[ nav 固定 ] ////////////////////////////////// */

.sticky {
	position: fixed;
	width: 100%;
	height: 66px;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
}

#nav-head {
	background: #fff;
}

/* /////[ COMMON ] ////////////////////////////////// */

/* [header] ------------------ */

.head-link-area {
	width: 100%;
	height: 12px;
	background: #6485c1;
}

.head-link-area ul {
	display: none;
}

.logo {
	max-width: 200px;
	height: auto;
	margin-bottom: 5px;
	line-height: 0;
}

.english .logo {
	max-width: 250px;
}

.logo img {
	width: 100%;
}

.logo-wrap {
	position: inherit;
	float: left;
	background: none;
	padding: 15px 0 15px 3.125%;
}

.logo-wrap a {
	display: block;
}

.logo-wrap a:hover {
	opacity: 0.7;
}

.logo-wrap p {
	color: #6485c1;
	font-size: 0.9rem;
}

/* [main] ------------------ */

.main-visual {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.title {
	margin: 0 auto;
	padding-top: 50px;
}

.title img {
	margin: 0 auto 7px;
}

.title span {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.title img {
	display: block;
	width: 100%;
	height: auto;
}

/* /////[ btn ] ////////////////////////////////// */

/* [gray-btn | case-list-back | download-link] ------------------ */

.gray-btn,
.case-list-back {
	margin: 0 auto 200px;
	padding: 0;
}

.case-list-back {
	padding: 0 3.125%;
}

.gray-btn a:hover,
.case-detail .case-list-back a:hover {
	text-decoration: underline;
}

.gray-btn a,
.case-detail .case-list-back a {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	background-color: #a6a6a6;
	box-sizing: border-box;
}

.btn-back-icon {
	display: block;
	position: relative;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	z-index: 3;
}

.btn-back-icon a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #6485c1;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: 2;
}

.btn-back-icon a:hover::before {
	transform: translateX(0);
}

.btn-back-icon::after,
.btn-back-icon::before {
	display: block;
	content: '';
	position: absolute;
}

.btn-back-icon::before,
.btn-back-icon::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn-back-icon::before {
	left: 45px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.cloud .download-link {
	display: block;
	width: 80%;
	min-width: 330px;
	margin: 65px auto 0;
}

.download-link a {
	color: #fff;
}

.ie11 .cloud .download-link .btn-icon {
	top: 2px;
}

.ie11 .cloud .download-link .btn-icon::before,
.ie11 .cloud .download-link .btn-icon::after {
	top: -5px;
}

.confirm-btn,
.back-btn {
	position: relative;
	display: block;
	color: #fff;
}

.confirm-btn::before,
.submit-btn::before,
.back-btn::before {
	right: 17px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.confirm-btn,
.back-btn {
	position: relative;
	display: block;
	color: #fff;
}

.confirm-btn::before,
.confirm-btn::after,
.submit-btn::before,
.submit-btn::after,
.back-btn::before,
.back-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* /////[ Data Center ] ////////////////////////////////// */

.data-center .main-visual {
	background-image: url(../images/datacenter/main_visual_sp.jpg);
}

.data-center .title {
	width: 320px;
	height: auto;
}

.data-center .map-area {
	padding-top: 35px;
}

.data-center .map-area .lead-text {
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto 70px;
	letter-spacing: -0.02em;
	line-height: 2.0;
}

.data-center .map-area .btn-wrap {
		margin-top: 35px;
}

.data-center .japan-map img {
	width: 100%;
	height: auto;
}
	
.data-center .section-2 {
	margin-bottom: 74px;
}

.data-center .section .img-wrap,
.mitaka_est .section .img-wrap {
	margin-bottom: 65px;
}

.data-center .box-inner,
.mitaka_est .box-inner {
	padding-bottom: 60px;
}

.data-center .section-3,
.mitaka_est .section-3 {
	padding-top: 63px;
}

.data-center .section-3 .section-wrap {
	padding-top: 30px;
	background: #f8f8f8;
}

.mitaka_est .section-3 .section-wrap,
.mitaka_est .section-4,
.mitaka_est .section-5 {
	background: #f8f8f8;
}

.data-center .section-3 .btn-wrap,
.mitaka_est .section-3 .btn-wrap {
	padding-top: 35px;
}

.data-center .section-4,
.data-center .section-5 {
	padding-top: 60px;
	background: #f8f8f8;
}

.mitaka_est .section-4,
.mitaka_est .section-5 {
	padding-top: 60px;
}

.data-center .box-mb-none .box-inner {
	margin-bottom: 0;
}

.data-center .section-4 .point-title,
.data-center .section-5 .point-title {
	padding-top: 60px;
	border-top: 1px dotted #6485c1;
}

/* /////[ OVER SEAS ] ////////////////////////////////// */

.overseas .main-visual {
	background-image: url(../images/overseas/main_visual_sp.jpg);
}

.overseas .title {
	width: 125px;
	height: 18px;
}

.overseas .section-1 .sec-text {
	margin-bottom: 35px;
}

.overseas .section-1 .img-wrap {
	margin-bottom: 165px;
}

.overseas .section-2 .sec-title {
	padding: 0 0 35px;
}

.overseas .section-3 {
	padding-top: 65px;
}

.overseas .section-4,
.overseas .section-5 {
	padding-top: 65px;
	background: #f8f8f8;
}

.overseas .section-3 .section-wrap {
	background: #f8f8f8;
}

.overseas .section-3 .section-inner,
.overseas .section-4 .section-inner {
	padding-bottom: 0;
}

.overseas .section-5 .section-inner {
	padding-bottom: 100px;
}

.overseas .section-3 .point-title,
.mitaka_est .section-3 .point-title,
.mitaka_est .section-4 .point-title,
.mitaka_est .section-5 .point-title {
	padding-top: 65px;
}

.overseas .section-4 .point-title,
.overseas .section-5 .point-title {
	padding-top: 65px;
	border-top: 1px dotted #6485c1;
}

.overseas .box-style-2 .text {
	line-height: 1.8;
}

.overseas .section-3 .box-style-2 .text {
	padding: 35px 0 45px;
	margin: 0;
}

.overseas .section-4 .box-style-2 .text,
.overseas .section-5 .box-style-2 .text {
	padding: 35px 0 0;
}

.overseas .left img,
.overseas .right img {
	width: 100%;
	height: auto;
}

.overseas .box {
	padding: 20px;
	border: 1px solid #bfbfbf;
}

.overseas .box .ttl {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 25px 0 20px;
}

.overseas .box .text {
	margin-bottom: 20px;
	line-height: 1.8;
}

.overseas .box li {
	position: relative;
	margin-bottom: 10px;
	padding-left: .8em;
}

.overseas .box li:before {
	position: absolute;
	top: -4px;
	left: 1px;
	content: "• ";
	color: #6485c1;
	font-size: 2.0rem;
}

.overseas .feature-list li:nth-child(3) {
	margin-bottom: 0;
}

/* ///// [ DATACENTER / OVER SEAS / CLOUD / MITAKA EAST / DATACENTER JAPAN / ENGLISH ] 
////////////////////////////////// */

.data-center .section-1,
.overseas .section-1,
.cloud .section-1,
.english .section-1,
.contact .section-1,
.topics .section-1,
.case-wrapper {
	background: url(../images/common/main_bg_sp.png) left top no-repeat;
	background-size: contain;
}

.data-center .section-1 {
	background: none;
}


.data-center .section-1 li .text,
.overseas .section-2 li .text,
.cloud .section-1 li .text,
.mitaka_est .section-2 li .text {
	max-width: 280px;
	margin: 0 auto;
}

.english .section-1 li .text {
	max-width: 293px;
	margin: 0 auto;
}

.data-center .section-1 .arrow::before,
.overseas .section-2 .arrow::before,
.mitaka_est .section-2 .arrow::before,
.english .section-1 .arrow::before {
	left: 3px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #6485c1;
	border-right: 1px solid #6485c1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.data-center .section-1 .arrow,
.overseas .section-2 .arrow,
.mitaka_est .section-2 .arrow,
.english .section-1 .arrow {
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.data-center .section-1 .arrow::before,
.data-center .section-1 .arrow::after,
.overseas .section-2 .arrow::before,
.overseas .section-2 .arrow::after,
.mitaka_est .section-2 .arrow::before,
.mitaka_est .section-2 .arrow::after,
.english .section-1 .arrow::before,
.english .section-1 .arrow::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	content: "";
	vertical-align: middle;
}

.ie11 .data-center .section-1 .arrow::before,
.ie11 .data-center .section-1 .arrow::after,
.ie11 .overseas .section-2 .arrow::before,
.ie11 .overseas .section-2 .arrow::after,
.ie11 .mitaka_est .section-2 .arrow::before,
.ie11 .mitaka_est .section-2 .arrow::after,
.ie11 .english .section-1 .arrow::before,
.ie11 .english .section-1 .arrow::after {
	margin-left: -11px;
}

.data-center .point-title,
.overseas .point-title,
.mitaka_est .point-title {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.3;
}

.data-center .point-title img,
.overseas .point-title img,
.mitaka_est .point-title img {
	display: block;
	width: 75px;
	height: auto;
	margin: 0 auto 15px;
}

.data-center .box-style-2 .text,
.data-center .box-style-2 .box-inner {
	margin: 0;
}

.datacenter_service_img,
.cloud_service_img {
	width: 100%;
	height: auto;
	background: #6485c1;
}

.data-center .page-top-btn-wrap,
.cloud .page-top-btn-wrap,
.japan .page-top-btn-wrap,
.overseas .page-top-btn-wrap {
	background: #f8f8f8;
}

/* /////[ MITAKA EAST ] ////////////////////////////////// */

.title-datacenter {
	width: 82px;
	height: 18px;
	margin: 50px auto 15px;
}

.title-datacenter img {
	width: 100%;
	height: auto;
}

.mitaka_est .title,
.datacenter-japan .title {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}

.mitaka_est .lead-text {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.92;
	letter-spacing: -0.029em;
}

.mitaka_est .section-1 {
	margin-bottom: 85px;
}

.mitaka_est .section-1 .img-wrap {
	margin-bottom: 100px;
}

.mitaka_est .main-visual {
	height: auto;
}

.mitaka_est .main-visual img {
	width: 100%;
	height: auto;
}

.mitaka_est .section-2 {
	margin-bottom: 90px;
}

.mitaka_est .section-2 .section-inner {
	margin-bottom: 150px;
}

.mitaka_est .mitaka-data-center .section-inner {
	margin-bottom: 0;
}

.mitaka-data-center .movie-title span {
	margin-left: 0.5em;
}

.mitaka_est .mitaka-data-center .text-wrap .text {
	margin-bottom: 0;
}

.mitaka_est .figure-wrap {
	margin-bottom: 15px;
}

.mitaka_est .section-3 .right .box-inner {
	padding-bottom: 0;
}

.mitaka_est .section-4 .last-box .figure-wrap {
	margin-bottom: 0;
}

.title-overview {
	color: #6485c1;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 130px 0 20px;
	text-align: center;
}

.mitaka_est table {
	max-width: 1200px;
	font-size: 1.2rem;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
}

.mitaka_est table th,
.mitaka_est table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	line-height: 1.4;
}

.mitaka_est table th {
	width: 44%;
	font-weight: normal;
	text-align: left;
	background: #eee;
}

.mitaka_est table td {
	width: 56%;
}

.mitaka_est .section-7 .btn-wrap {
	margin: 30px auto 120px;
}

/* /////[ Cloud ] ////////////////////////////////// */

.cloud .main-visual {
	background-image: url(../images/cloud/main_visual.jpg);
}

.cloud .title {
	width: 150px;
	height: 23px;
}

.cloud .col-style-2 li {
	padding: 24px 4px 27px;
}

.cloud .section-2,
.cloud .section-3,
.cloud .section-4,
.cloud .section-5 {
	margin-bottom: 85px;
}

.cloud .section-2 .sec-text,
.cloud .section-4 .sec-text,
.cloud .section-4 .sec-text2,
.cloud .section-5 .sec-text {
	margin: 0 auto 35px;
}

.cloud .section-2 .img-wrap {
	margin-bottom: 85px;
}

.cloud .section-3 .sec-sub-title {
	font-weight: bold;
	margin-bottom: 30px;
}

.security-reference-area {
	padding: 35px 10px;
	border: 1px solid #bfbfbf;
}

.security-reference-area .ttl {
	color: #bfbfbf;
	font-size: 1.6rem;
	margin-bottom: 35px;
	text-align: center;
}

.security-reference-area .text {
	font-size: 1.5rem;
	line-height: 1.8;
}

.security-reference-note {
	font-size: 1.1rem;
	position: relative;
	top: -5px;
}

.asterisk-1 {
	font-size: 1.2rem;
	margin: 10px auto 0;
	line-height: 1.4;
}

.asterisk-1 a {
	color: #6485c1;
	border-bottom: 1px solid #6485c1;
}

.asterisk-2 {
	font-size: 1.2rem;
	margin: 10px auto 0;
	line-height: 1.4;
}

.asterisk-2 a {
	color: #6485c1;
	border-bottom: 1px solid #6485c1;
}

.bg-gray {
	width: 100%;
	background: #f8f8f8;
}

.cloud .bg-gray {
	margin-top: 105px;
	padding: 35px 0 84px;
}

.cloud .block-1 .sec-sub-title,
.cloud .block-2 .sec-sub-title {
	margin-bottom: 35px;
}

.cloud .block-1 .text {
	margin-bottom: 35px;
	text-align: center;
	line-height: 1.8;
}

.cloud .section-5 .sec-text {
	max-width: 895px;
}

.cloud .section-6 .block-1 {
	margin-bottom: 75px;
	padding-bottom: 75px;
	border-bottom: 1px dotted #6485c1;
}

.cloud form {
	text-align: center;
}

.download-link {
	text-align: center;
}

.cloud .section-6 .block-2 .sec-sub-title {
	text-align: left;
}

/* /////[ DATACENTER JAPAN ] ////////////////////////////////// */

.datacenter-japan .section-2 {
	padding-top: 110px;
}

.map-nav {
	border-top: 1px solid #6485c1;
	border-left: 1px solid #6485c1;
	overflow: hidden;
}

.map-nav li {
	float: left;
	width: 50%;
	border-right: 1px solid #6485c1;
	border-bottom: 1px solid #6485c1;
}

.map-nav li {
	position: relative;
	height: 40px;
}

.map-nav li a:nth-child(4) {
	border-bottom: 1px solid #6485c1;
}

.map-nav li a:nth-child(5) {
	border-right: 1px solid #6485c1;
}

.map-nav li a {
	padding: 16px 10px;
}

.map-nav li a::before {
	width: 10px;
	height: 10px;
	border-top: 1px solid #6485c1;
	border-right: 1px solid #6485c1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.map-nav li a {
	width: 100%;
	bottom: 0;
	display: inline-block;
	color: #fff;
	line-height: 0;
	text-decoration: none;
}

.map-nav li a::before,
.map-nav li a::after {
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	content: "";
}

.map-nav li img {
	width: auto;
	height: 8px;
}

.datacenter-japan .img-title {
	display: block;
	width: auto;
	height: 10px;
	margin: 0 auto 15px;
}

.datacenter-japan .h3-title {
	color: #6485c1;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 35px;
	text-align: center;
}

.datacenter-japan .section-2 .h3-title {
	padding-bottom: 0;
}

.datacenter-japan .section-2 .lead-text {
	margin-top: 35px;
	text-align: center;
	letter-spacing: -0.029em;
	line-height: 1.92;
}

.datacenter-japan .section-2 .lead-text a {
	color: 	#6785C1;
	text-decoration: underline;
}

.datacenter-japan .h4-title {
	font-size: 2.0rem;
	font-weight: bold;
}

.datacenter-japan .h4-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

.datacenter-japan .block-1 {
	padding-top: 35px;
}

.datacenter-japan .block-1 .last-box .right .text,
.datacenter-japan .block-3 .last-box .right .text,
.datacenter-japan .block-4 .last-box .right .text {
	margin-bottom: 0;
}

.datacenter-japan .block-2,
.datacenter-japan .block-3,
.datacenter-japan .block-4,
.datacenter-japan .block-5 {
	padding-top: 70px;
	background: #f8f8f8;
}

.datacenter-japan .block-1 .block-wrap {
	padding-top: 45px;
	background: #f8f8f8;
}

.datacenter-japan .block-2 .block-inner,
.datacenter-japan .block-3 .block-inner,
.datacenter-japan .block-4 .block-inner,
.datacenter-japan .block-5 .block-inner {
	padding-top: 70px;
}

.datacenter-japan .block .img-wrap img,
.datacenter-japan .block .box img {
	width: 100%;
	height: auto;
}

.datacenter-japan .center-name {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 35px 0 25px;
}

.datacenter-japan .text {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 35px;
}

.datacenter-japan .blue-btn {
	margin-bottom: 75px;
}

.datacenter-japan .block-inner {
	padding: 0 3.125%;
}

.datacenter-japan .block-5 {
	padding: 70px 0 70px;
}

.datacenter-japan .section-1 .img-wrap {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.datacenter-japan .block-line,
.mitaka_est .block-line {
	margin: 0 3.125%;
	border-top: 1px dotted #6485c1;
}

/* /////[ VR ] /////////////////////////////////////// */

.vr-box .blue-btn {
	margin: 0 0 18px 0;
}

.datacenter-japan .block-1 .vr-box .vr-btn-wrap .blue-btn {
	margin-bottom: 75px;
}

.vr-box .arrow-icon {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 13px;
	background-repeat: no-repeat;
	background-size: 20px 20px; 
	background-image: url(../images/common/arrow-icon_w.png);
}

a:hover .arrow-icon {
	background-image: url(../images/common/arrow-icon_b.png);
}

.mitaka_est .btn-col2-wrap.vr-box {
		margin: 30px auto 0;
}

.mitaka_est .main-visual a,
.vr-box .img-wrap a {
	display: inline-block;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.mitaka_est .main-visual a:hover,
.vr-box .img-wrap a:hover {
	opacity: 0.8;
}

/* /////[ DATACENTER ENGLISH ] /////////////////////// */

.english .main-visual {
	background-image: url(../images/english/main_visual_sp.jpg);
}

.english .title {
	width: 320px;
	height: auto;
	padding-top: 65px;
}

.english .title img {
	margin: 0 auto 0;
}

.english .sec-title {
	font-size: 1.6rem;
	line-height: 1.8;
}

.english .en_title {
	width: 100%;
	max-width: 295px;
	height: auto;
	margin: 0 auto;
}

.english .col-style-1 li {
	margin: 103px 0 160px;
	padding: 0;
}

.english .col-style-1 li:nth-child(3) {
	margin-bottom: 0;
}

.english .sec-title img {
	width: 100%;
	max-width: 295px;
	height: auto;
	margin: 0 auto;
}

.english .section {
	padding-bottom: 100px;
}

.english .section-2 {
	padding: 60px 0 0;
}

.english .section-2 .section-wrap {
	background: #f8f8f8;
}

.english .section-3,
.english .section-4 {
	padding: 60px 0 0;
	background: #f8f8f8;
}

.english .block {
	padding-top: 110px;
}

.english .section .sec-title {
	line-height: 1;
}

.english .section-1 .sec-title {
	line-height: 1.8;
}

.english .section-1 {
	padding-bottom: 65px;
}

.english .section-3 .sec-title,
.english .section-4 .sec-title {
	border-top: 1px dotted #6485c1;
}

.english .section .img-wrap {
	margin-bottom: 35px;
}

.english .section-2 .box {
	margin-bottom: 70px;
	padding: 20px 20px 40px;
	border: 1px solid #bfbfbf;
}

.english .section-2 .last-box {
	margin-bottom: 0;
}

.english .section-2 .box img,
.english .section-2 .block .left img {
	width: 100%;
	height: auto;
}

.english .section-2 .box .text {
	text-align: left;
}

.english .section-2 .left {
	margin-bottom: 35px;
}

.english .section-2 .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.english .section .sec-main-text,
.english .section .text {
	text-align: center;
	line-height: 1.8;
}

.english .h4-title {
	color: #6485c1;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
}

.provides-services .left {
	margin-bottom: 30px;
}

.provides-services .left img {
	width: 100%;
	height: auto;
}

.provides-services .ttl {
	color: #6485c1;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 35px;
	line-height: 1.8;
}

.provides-services .inner-list {
	margin-bottom: 55px;
}

.english .h5_title {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 45px;
}

.english .section-4 {
	padding-bottom: 70px;
}

.english .section-3 .block-1 .text {
	margin-bottom: 60px;
}

.english .section-3 .block-2 {
	padding-top: 90px;
}

.english .section-3 .blue-btn {
	margin-top: 30px;
}

.ie11 .english .blue-btn {
	top: 2px;
}

.ie11 .english .btn-icon::before,
.ie11 .english .btn-icon::after {
	top: -4px;
}

.english .section-4 .text {
	margin-bottom: 30px;
}

.english .section-5 {
	padding-top: 100px;
}

.english .section-5 .contact-wrap {
	padding: 35px 15px;
	border: 3px solid #6485c1;
}

.english .section-5 .sec-title {
	padding: 0 0 30px;
}

.english .section-5 .text {
	text-align: left;
	margin-bottom: 30px;
}

.mail-address {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.mail-address a {
	color: #6485c1;
}

.mail-address a:hover {
	text-decoration: underline;
}

/* /////[ CONTACT ] ////////////////////////////////// */

.contact .main-visual {
	background-image: url(../images/contact/main_visual_sp.jpg);
}

.contact .title {
	width: 180px;
	margin: 0 auto;
}

.contact .section-1 {
	padding-top: 55px;
}

.contact .section-1 .text {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.8;
}

.contact-line {
	margin: 85px auto 50px;
	padding: 35px 10px;
	border: 3px solid #6485c1;
}

.contact .sec-title {
	padding: 0 0 10px;
}

.contact .en-title {
	width: 185px;
	height: auto;
	margin: 0 auto 65px;
}

.contact .en-title img {
	width: 100%;
}

.contact .mail-address {
	margin-bottom: 65px;
}

.contact .contact-line .ja-text,
.contact .contact-line .en-text,
.contact .ja-area,
.contact .en-area {
	font-size: 1.2rem;
	line-height: 2.2;
}

.contact .contact-line .ja-text {
	margin-bottom: 30px;
}

.contact .ja-area {
	margin-bottom: 40px;
}

.confirm .ja-area {
	display: none;
}

.contact .form-link {
	font-weight: bold;
}

.contact .form-link a {
	color: #6485c1;
	border-bottom: 1px solid #6485c1;
}

.contact-form form {
	margin-top: 100px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 60px;
}

.contact-form .input-wrap {
	display: block;
}

.contact-form .text-label {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.contact-form .form-text {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2;
}

.contact-form input[type="text"],
textarea {
	width: 100%;
	font-size: 1.2rem;
	padding: 11px;
	outline: none;
	border: none;
	background: #eee;
	border-radius: 0;
	-webkit-appearance: none;
}

.contact-form textarea {
	max-height: 175px;
	min-height: 175px;
	line-height: 1.5;
}

.contact-form .checbox-wrap {
	margin-bottom: 60px;
}

.checkbox-wrap label {
	display: inline-block;
	height: 30px;
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 0 40px;
}

.checkbox-wrap label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #bfbfbf;
}

.checkbox-input:checked+.mwform-checkbox-field-text:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}

.ie11 .checkbox-wrap .mwform-checkbox-field-text {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 3px 0 0 0;
}

.required {
	display: inline-block;
	color: #ff0000;
	font-size: 1.6rem;
}

.contact-form .form-group .error {
	position: absolute;
	top: 2px;
	right: 0;
	padding: 7px 8px 7px 18px;
	background-color: #d90000;
	color: #fff;
	font-size: 1.2rem;
}

.msg {
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 32px;
}

.confirm-btn,
.submit-btn,
.back-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 1.5rem;
	margin: 75px auto 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	background: #6485c1;
	color: #fff;
	border: none;
	cursor: pointer;
}

.back-btn {
	background: #a6a6a6;
}

.confirm {
	font-size: 1.9rem;
	font-weight: bold;
}

.confirm label {
	font-weight: normal;
}

.confirm .checkbox-wrap {
	font-size: 1.2rem;
	font-weight: bold;
}

.confirm .form-text {
	font-weight: bold;
}

.confirm .title-contact,
.done .title-contact {
	width: 82px;
	height: 18px;
	margin: 49px auto 15px;
}

.confirm .title-contact img,
.done .title-contact img {
	width: 100%;
}

.confirm .confirm-title,
.done .confirm-title {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.confirm .back-btn {
	margin: 30px auto 0;
}

.confirm .contact-form input[type="text"],
.confirm .contact-form textarea {
	background: none;
}

.contact .done-text {
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: 100px;
	text-align: center;
	line-height: 1.8;
}

.done-text p {
	margin-bottom: 40px;
}

.btn-area {
	padding-bottom: 110px;
}

.contact.done .back-btn {
	width: 100%;
	margin: 0 auto 100px;
}

.ie11 .contact.done .back-btn {
	padding-top: 2px;
}

.ie11 .cloud .download-link .btn-icon {
	top: 2px;
}

.ie11 .cloud .download-link .btn-icon::before,
.ie11 .cloud .download-link .btn-icon::after {
	top: -5px;
}

.contact-static .copyright-area {
	margin-bottom: 35px;
}

.contact-static .trademarks-area {
	line-height: 1.8;
}

.contact-static .copyright-area,
.contact-static .trademarks-area {
	line-height: 2;
}

.contact-static .copyright-area .ttl,
.contact-static .trademarks-area .ttl {
	color: #6485c1;
	font-size: 1.5rem;
}

.contact-static .trademarks-area .txt {
	margin-bottom: 30px;
}

/* /////[ TOPICS ] ////////////////////////////////// */

main.topics .main-visual {
	background-image: url(../images/topics/main_visual_sp.jpg);
}

main.topics .title {
	width: 200px;
	height: auto;
	padding-top: 60px;
}

main.topics .section-1 {
	padding-top: 60px;
}

main.topics ul {
	margin-bottom: 110px;
	border-top: 1px dotted #a6a6a6;
}

main.topics li {
	padding: 45px 0;
	border-bottom: 1px dotted #a6a6a6;
}

main.topics li a {
	color: #000;
}

main.topics li .date {
	font-weight: bold;
	margin-bottom: 20px;
}

main.topics li .date,
main.topics .text {
	line-height: 1.8;
}

main.topics li a .text {
	color: #6485c1;
	text-decoration: underline;
}

main.topics li .text:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0 0 3px 6px;
	background: url(../images/common/link_icon_b.png) no-repeat;
	background-size: contain;
}

/* /////[ CASE ] ////////////////////////////////// */

.case-wrapper {
	padding-top: 60px;
}

.case .main-visual {
	background-image: url(../images/case/main_visual_sp.jpg);
}

.case .title {
	width: 200px;
	height: 18px;
}

.case .tabs {
	margin-bottom: 40px;
	padding: 0 3.125%;
}

.tabs-nav {
	-webkit-display: flex;
	display: flex;
	text-align: center;
	border-top: 1px solid #bfbfbf;
}

.tabs-nav li {
	width: 25%;
	font-size: 0.9rem;
}

.tabs-nav li a {
	display: block;
	color: #6485c1;
	font-weight: bold;
	text-decoration: underline;
	padding: 18px 0;
}

.tabs-nav li a.current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.tabs-panel li {
	position: relative;
	margin-bottom: 65px;
}

.tabs-panel li a {
	display: table-cell;
	height: 250px;
	text-align: center;
	vertical-align: middle;
}

.tabs-panel li img {
	position: relative;
	width: 80%;
	z-index: 2;
}

.panel-table {
	position: absolute;
	width: 100px;
	height: 40px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 1.2rem;
	background: #bfbfbf;
	z-index: 2;
}

.panel-cell {
	display: table-cell;
	width: 100px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.tabs-nav li span {
	position: relative;
	display: block;
}

.tabs-nav .current span:after {
	width: 100%;
}

.tabs-nav li span:after {
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 5px;
	left: 0;
	top: -21px;
	background-color: #6485c1;
}

.tabs-panel li a:after {
	display: block;
	border: 1px solid #bfbfbf;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	box-sizing: border-box;
	background: #fff;
}

.tabs-panel li a:hover::after {
	border-width: 3px;
}

/* /////[ CASE DETAIL ] ////////////////////////////////// */
/* /////[ 一部修正 / 2018.09 ] /////////////////////////// */

.case-detail .section-inner {
	margin-bottom: 120px;
}

.title-case-study {
	width: 82px;
	height: auto;
	margin: 49px auto 15px;
}

.case-detail img {
	width: 100%;
	height: auto;
}

.case-detail .company {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.case-detail .case-table {
	position: relative;
	padding: 0 3.125% 35px;
	border: 1px solid #bfbfbf;
}

.case-detail .panel-table {
	top: 9px;
	right: 9px;
}

.case-detail ul,
.case-detail ol {
	padding-left: 20px;
}

.case-detail ul {
	list-style: circle;
}

.case-detail ol {
	list-style: decimal;
}

.case-detail p,
.case-detail ol,
.case-detail ul {
	font-size: 1.5rem;
	line-height: 1.8;
}

.case-detail .acronym {
	font-size: 1.4rem;
	margin: 20px auto 0;
	text-align: right;
}

.case-detail dl {
	font-size: 1.2rem;
	overflow: hidden;
	line-height: 2;
}

.case-detail dt {
	position: relative;
	float: left;
	min-width: 60px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}

.case-detail dt:after {
	position: absolute;
	content: "|";
	right: 0;
	color: #000;
}

.case-detail dd {
	width: auto;
	margin-bottom: 10px;
}

.case-detail .block-title,
.case-detail h3 {
	color: #6485c1;
	font-size: 2.0rem;
	padding: 90px 0 35px;
	text-align: center;
}

.case-detail .paragraph-2 {
	margin-top: 35px;
}

.case-detail a {
	color: #6485c1;
	text-decoration: underline;
}

/* /////[ pagination ] ////////////////////////////////// */

.pagination .screen-reader-text {
	display: none;
}

.pagination {
	text-align: center;
}

.pagination .nav-links {
	display: inline-block;
	margin: 0 0 50px;
	overflow: hidden;
}

.pagination .page-numbers {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #bfbfbf;
	margin-right: 30px;
	padding: 12px 0;
	text-align: center;
	color: #6485c1;
	font-weight: bold;
	font-size: 1.5rem;
}

.pagination .page-numbers:hover {
	color: #fff;
	background-color: #6485c1;
}

.pagination .next:hover,
.pagination .prev:hover {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	position: relative;
	border: none;
	text-indent: -9999px;
}

.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
	position: absolute;
	top: 14px;
	left: 16px;
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px solid #6485c1;
	border-right: 1px solid #6485c1;
	transform: rotate(45deg);
}

.pagination .page-numbers.prev:after {
	transform: rotate(225deg);
}

.pagination .page-numbers.next:after {
	transform: rotate(45deg);
}

.pagination .page-numbers.current {
	border: none;
	background-color: #6485c1;
	color: #fff;
}

.pagination .page-numbers.current:hover {
	text-decoration: none;
}

/* /////[ ERROR ] ////////////////////////////////// */

.error {
	text-align: center;
}

.error .section-1 {
	padding: 80px 0 75px;
}

.error-title {
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 100px;
}

.error .error-text {
	margin-bottom: 145px;
}

.error .error-text p {
	margin-bottom: 30px;
	line-height: 1.8;
}

/* /////[ 追加 / 2018.09 ] ////////////////////////////////// */

/* ----[CLOUD]------ */

.sp-cloud-pdf {
	display: block;
}

.pc-cloud-pdf {
	display: none;
}

.cloud .section-1 {
	padding-top: 27px;
}

.cloud .section-1 .sec-title {
	padding: 45px 0 35px;
}

.cloud-pdf {
	font-size: 10px;
	background: #e70a1b;
	text-align: center;
	line-height: 1.5;
}

.cloud-pdf a {
	position: relative;
	display: block;
	color: #fff;
	padding: 7px 0;
}

.cloud-pdf .pdf-text {
	position: relative;
	left: -1em;
	display: inline-block;
	content: "";
	border-bottom: 1px solid #fff;
}

.cloud-pdf .pdf-brackets {
	font-size: 9px;
}

.cloud-pdf a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.cloud-pdf a::before {
	right: 17px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.asterisk-1 {
	word-break: break-all;
}

/* ----[CACE DETAIL]------ */

.case-detail .case-table {
	margin-top: 40px;
	padding: 3.125%;
}

.case-detail .case-table .left {
	margin-bottom: 3.125%;
}

.case-detail dt {
	width: 100%;
}

.case-detail dt span {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

.case-detail dt:after {
	display: none;
}

.case-detail .case-table dl a {
	display: inline-block;
	color: #000;
	margin-bottom: 5px;
	text-decoration: none;
}

.case-detail .case-table dl a:hover {
	text-decoration: underline;
}

.link-icon-dl dd {
	display: inline-block;
	position: relative;
}

.link-icon-dl dd .link-icon:after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 14px;
	height: 15px;
	margin: 5px 0 0 7px;
	background: url(../images/case_detail/link_icon.png) no-repeat;
	background-size: contain;
}

.case-detail .list-text ol>li {
	margin-bottom: 30px;
}

.case-detail .asterisk-text {
	font-size: 1.5rem;
	margin-top: 40px;
}

/* /////[ NEW / 2020.08 ] ////////////////////////////////// */
/* /////[ CLOUD / awssolutions ] /////////////////////////// */

/* ----[aws-common]------ */

.cloud-aws .section {
	margin-bottom: 140px;
}

.cloud-aws .text {
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: justify;
}


.cloud-aws .sec-title {
	padding: 0 10px 35px;
}

.cloud-aws .sec-intro {
	font-size: 1.8rem;
	margin-bottom: 70px;
	text-align: center;
	line-height: 1.6;
}

.cloud-aws .sub-title {
	color: #6785c1;
	font-size: 1.8rem;
	margin-bottom: 30px;
	line-height: 1.2;
}

/* ----[introduction]------ */

.cloud-aws .introduction {
	margin-bottom: 115px;
	padding: 0 3.125%;
}

.title-cloud-aws {
	width: 34px;
	height: 17px;
	margin: 49px auto 15px;
}

.title-cloud-aws img {
	width: 100%;
	height: auto;
}

.cloud-aws .intro-title {
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 35px;
	line-height: 1.5;
}

.cloud-aws .main-text {
	font-size: 1.4rem;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.8;
}

.cloud-aws .introduction .pdf {
	font-size: 1.4rem;
	margin-top: 9px;
	text-align: right;
}

.cloud-aws .pdf a {
	color: #999;
	border-bottom: 1px solid #999;
}

/* ----[professional]------ */

.cloud-aws .professional .sec-intro {
	margin-bottom: 70px;
}

.cloud-aws .professional p {
	margin-bottom: 30px;
}

.cloud-aws .professional .img-wrap {
	margin: 0 auto 85px;
}

/* ----[integration]------ */

.cloud-aws .integration p {
	margin-bottom: 80px;
}

/* ----[managed-services]------ */

.cloud-aws .managed-services p {
	margin-bottom: 80px;
}

/* ----[partner-cloud-services]------ */

.partner-cloud-services li p {
	margin: 30px auto 50px;
	line-height: 2.0;
}

.partner-cloud-services li img {
	width: 100%;
	height: auto;
}

/* ----[partner-cloud-services]------ */

.cloud-aws .img-aws {
	width: 100%;
	height: auto;
}

/* ----[aws-contact]------ */

.cloud-aws .aws-contact {
	margin-bottom: 0;
	padding: 80px 0 15px;
	background-color: #f8f8f8;
}

.cloud-aws .aws-contact .sec-intro {
	margin-bottom: 48px;
}

.cloud-aws .content-left {
	margin-bottom: 20px;
}

.cloud-aws .content-right {
	padding: 30px 3.125% 30px;
	border: 2px solid #6785c1;
	background-color: #fff;
}

.cloud-aws .address {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 auto 80px;
	line-height: 1.5;
	text-align: center;
}

.cloud-aws .destination {
	color: #6485c1;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: center;
}

.cloud-aws .mail-service-desk {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.cloud-aws .mail-service-desk a:hover {
	text-decoration: underline;
}

.cloud-aws .aws-contact .text {
	text-align: center;
	line-height: 1.8;
}

.cloud-aws .aws-contact .dl-link {
	text-align: center;
	margin-top: 50px;
	font-size: large;
	font-weight: bold;

}

.cloud-aws .aws-contact .dl-link img {
	width: 20%;
	vertical-align: bottom;
	display: inline-block;

}

.cloud-aws .aws-contact .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
}

.cloud-aws .aws-contact .flex img {
	width: 100%;
	margin: 10px;
}

.cloud-aws .aws-contact .flex a {
	color: #6785C1;

}

/* ----[page-top-btn-wrap]------ */

.cloud-aws .page-top-btn-wrap {
	height: auto;
}

/* ----[ END / awssolutions]------ */

/* ////////////////////////////////////////////////////////// */

@media screen and (max-width: 320px) {
	.download-link p {
		font-size: 1.2rem;
	}

	/* add (追加 / 2018.09) */
	.cloud .download-link {
		font-size: 12px;
		width: auto;
		min-width: inherit;
	}
}

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

	.checkbox-wrap,
	.checkbox-wrap label {
		display: block;
	}

	.checkbox-wrap .mwform-checkbox-field label {
		padding: 8px 0 10px 40px;
		font-weight: bold;
		font-size: 1.3rem;
	}

	.english .solution-list a {
		display: block;
		padding-bottom: 90px;
	}
}