﻿@charset "utf-8";
/* ===========================================================
 *
 * ACECLOUDバックアップ　スタイルシート
 * Last UpDate : 2017/11/22
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css

	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

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

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
@import "general.css";

html { visibility: hidden;}
html.wf-active { visibility: visible;}
body {
	color: #333;
	font-family: "source-han-sans-japanese",sans-serif;
	font-style: normal;
	font-weight: 200;
}

.indent01 { padding-left: 1.0em; text-indent: -1.0em;}

.mb10e { margin-bottom: 1.0em;}
.mb15e { margin-bottom: 1.5em;}

.list01 li { padding-left: 5px; margin-top: 2px; overflow: hidden;}
.list01 li:first-child { margin-top: 0;}
.list01 li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	-moz-border-radius: 100%; /* Firefox */
	-webkit-border-radius: 100%; /* Google Chrome、Safari */
	-o-border-radius: 100%; /* Opera */
	-ms-border-radius: 100%; /* Internet Explorer */
	background: #333;
	position: relative;
	left: -5px;
	top: -2px;
}
.list02 li {
	position: relative;
	padding-left: 15px;
	margin-right: 20px;
	overflow: hidden;
}
.list02 li:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 10px;
	content: "\f111";
	color: #f60;
	top: 7px;
	left: 0;
}
.list03 li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
.list03 li:first-child { margin-top: 0;}
.list03 li:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f10c";
	color: #f60;
	top: 2px;
	left: 0;
}
.list04 li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
.list04 li:first-child { margin-top: 0;}
.list04 li:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f046";
	color: #076dd3;
	top: 3px;
	left: 0;
}

.colored01 { color: #f00;}

embed,
iframe,
object{ max-width: 100%;}

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

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */
a:link		{ color:#333; text-decoration:underline; }
a:visited	{ color:#333; text-decoration:underline; }
a:hover		{ color:#004778; text-decoration:none; }
a:active	{ color:#004778; text-decoration:none; }

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
h1 a:hover { opacity: 0.6;}
h2 { color: #fff; font-weight: 500; text-align: center; background: url("../images/h2.png") no-repeat 0 0; background-size: cover;}
h3 { color: #004778; font-weight: 500; text-align: center;}
h3.privacy { font-weight: 400; text-align: left;}
h4 {
	position: relative;
	font-weight: 400;
	color: #333;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #004778;
}
h4:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	background-color: #004778;
	top: 3px;
	left: 0;
}

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */
#wrapper {}
#homeWrapper {}

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
header {}
header #hdContents .hdTel01 { color: #fff;}
header #hdContents .hdContactBtn01 a {
	display: block;
	color: #fff;
	background-color: #d5aa00;
	border: 1px solid #d5aa00;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}
header #hdContents .hdContactBtn01 a:hover { color: #d5aa00; background-color: #fff;}

/* clearfix */
header #hdContents:after { content: ""; display: block; clear: both;}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer { background-color: #0081c5;}
footer #ftContents .ftSecBtn01 a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	background-color: #0081c5;
	text-decoration: none;
}
footer #ftContents .ftSecBtn01 a:hover {
	color: #0081c5;
	background-color: #fff;
}

footer #ftCopyright { background-color: #152045; text-align: center; padding: 15px 0;}
footer #ftCopyright { color: #fff; font-size: 11px;}
footer #ftCopyright a:link		{ color: #fff; text-decoration: none; }
footer #ftCopyright a:visited 	{ color: #fff; text-decoration: none; }
footer #ftCopyright a:hover 	{ color: #fc0; text-decoration: none; }
footer #ftCopyright a:active 	{ text-decoration: none; }

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */
#gNavi {}

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
#homeContents { background-color: #fff; margin-top: -2px;}
#homeWrapper .homeWrap01 {
	background: #fff url("../images/bg_top01.png") no-repeat center 0;
	background-size: cover;
}
#homeWrapper .homeTopSec { background: url("../images/bg_cloud01.png") repeat-x center bottom;}
#homeWrapper .homeTopSecTxt01 {
	color: #fc0;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 8px 1px #333;
}
#homeWrapper .homeTopSecTxt02 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
}
#homeContents .homeSecTit01 {
	color: #004778;
	font-weight: 500;
	text-align: center;
}
#homeContents .homeSecTit01 span {
	font-family: "europa",sans-serif;
	font-style: normal;
	font-weight: 700;
}
#homeContents .homeSecMsg01 {
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: 500;
	background-color: #999;
	border-radius: 50px;
}
#homeContents .homeSecMsg01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 20px solid #999;
}
#homeContents .homeSecList01 li {
	color: #004778;
	font-weight: 500;
	text-align: center;
	background-color: rgba(213, 170, 0, 0.1);
	border-radius: 5px;
}
#homeContents .homeSecList02 li {
	position: relative;
	list-style-type: none;
}
#homeContents .homeSecList02 li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #fc0;
	font-family: "europa",sans-serif;
	font-style: normal;
	font-weight: 400;
}
#homeContents .homeSecList02 li:nth-child(1):before { content: "1";}
#homeContents .homeSecList02 li:nth-child(2):before { content: "2";}
#homeContents .homeSecList02 li:nth-child(3):before { content: "3";}
#homeContents .homeSecList02 li:nth-child(4):before { content: "4";}
#homeContents .homeSecList02 li:nth-child(5):before { content: "5";}
#homeContents .homeSecList02 li:nth-child(6):before { content: "6";}

#homeContents .homeSecList02Tit01 {
	color: #0070c2;
	font-weight: 500;
	margin-bottom: 15px;
}
#homeContents .homeSecList02 p {
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/* clearfix */
#homeWrapper .homeTopSecList01:after,
#homeContents .homeSecList01:after,
#homeContents .homeSecList02:after {
	content: ""; display: block; clear: both;
}

.confirmTit {
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 1.1em;
	border-left: 3px solid #0081c5;
}
#main .thanksTxt01 {
	width: 80%;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.5em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*@media screen and (max-width:640px){*/
/* ----------------------------------------------------------

	***** PC表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

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

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
/*img,video {
  max-width: 100%;
  height: auto;
}*/

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */

/*}*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 SP CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*@media screen and (min-width:641px) and (max-width:1024px){*/
/* ----------------------------------------------------------

	***** PC表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

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

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
/*img,video {
  max-width: 100%;
  height: auto;
}*/

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */

/*}*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/*@media print, screen and (min-width:1025px){*/
/* ----------------------------------------------------------

	***** PC表示用CSS *****
	index
	 1 - ページ共通css
	 2 - リンクの色
	 3 - 見出し
	 4 - 背景
	 5 - レイアウト
	 6 - ヘッダー
	 7 - フッター
	 8 - グローバルナビゲーションgNavi
	 9 - ローカルナビゲーションlNavi
	10 - コンテンツ

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

/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
.txt01 {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
.emp01 {
	color: #0085cc;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.emp02 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 40px;
}

.list02 li {
	float: left;
	font-size: 18px;
}

/* 非表示用 */
.nonePC		{ display: none; }

/* ----------------------------------------------------------
 2 - リンクの色
---------------------------------------------------------- */
a:hover { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	-webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;
}

/* ----------------------------------------------------------
 3 - 見出し
---------------------------------------------------------- */
h1 { float: left; width: 85px; margin-right: 595px;}
h2 { min-width: 1100px; height: 120px; font-size: 43px; padding-top: 25px; margin-bottom: 50px;}
h3 { font-size: 33px; margin-bottom: 30px;}
h3.privacy { font-size: 16px; margin-bottom: 10px;}
h4 { font-size: 13px; margin-bottom: 10px;}

/* ----------------------------------------------------------
 4 - 背景
---------------------------------------------------------- */

/* ----------------------------------------------------------
 5 - レイアウト
---------------------------------------------------------- */
#wrapper { min-width: 1100px;}
#homeWrapper { min-width: 1100px;}

/* ----------------------------------------------------------
 6 - ヘッダー
---------------------------------------------------------- */
header {
	min-width: 1100px;
	background: linear-gradient(#00569f, #0098d8);
	margin-bottom: 60px;
}
#homeWrapper .homeWrap01 header { background: none;}
header #hdContents {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
}
header #hdContents .hdTel01 {
	float: left;
	width: 220px;
	margin-right: 30px;
	text-align: right;
	font-size: 25px;
	letter-spacing: 0.15em;
	line-height: 0.9em;
	font-weight: 500;
}
header #hdContents .hdTel01 span {
	display: inline-block;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 0;
}
header #hdContents .hdContactBtn01 {
	float: left;
	width: 170px;
}
header #hdContents .hdContactBtn01 a {
	font-size: 15px;
	padding: 10px 0;
}

/* ----------------------------------------------------------
 7 - フッター
---------------------------------------------------------- */
footer { min-width: 1100px;}
footer #ftContents {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
}
footer #ftContents .ftSec01 {
	text-align: center;
}
footer #ftContents .ftSecTit01 {
	color: #fff;
	font-size: 12px;
}
footer #ftContents .ftLogo01 {
	margin-bottom: 7px;
}
footer #ftContents .ftLogo01 a:hover {
	opacity: 0.6;
}
footer #ftContents .ftSecTxt01 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
footer #ftContents .ftSecBtn01 {
	width: 170px;
	margin: 0 auto;
}
footer #ftContents .ftSecBtn01 a {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 15px;
}



/* clearfix */
footer #ftContents:after {
	content: ""; display: block; clear: both;
}

/* ----------------------------------------------------------
 8 - グローバルナビゲーションgNavi
---------------------------------------------------------- */

/* ----------------------------------------------------------
 9 - ローカルナビゲーション
---------------------------------------------------------- */

/* ----------------------------------------------------------
 10 - コンテンツ
---------------------------------------------------------- */
#contents {}
#main {
	float: left;
	width: 800px;
	margin-right: 50px;
}
#breadcrumbs {
	color: #fff;
	padding: 8px 0;
	font-size: 11px;
	font-weight: normal;
	background-color: #999;
}
#breadcrumbs ol { width: 1130px; margin: 0 auto;}
#breadcrumbs ol li { display: inline; list-style-type: none;}
#breadcrumbs ol li:before { content: " > ";}
#breadcrumbs ol li:first-child:before { content: "";}
#breadcrumbs a { text-decoration: none; color: #fff;}
#breadcrumbs a:hover { text-decoration: none; color: #f60;}

/************** トップページ **************/
#homeWrapper .homeTopSec { padding-bottom: 100px;}
#homeWrapper .homeTopSecTxt01 {
	font-size: 42px;
	margin-bottom: 40px;
}
#homeWrapper .homeTopSecTxt02 { font-size: 17px;}
#homeWrapper .homeTopSecList01 {
	width: 630px;
	margin: 0 auto 40px;
}
#homeWrapper .homeTopSecList01 li {
	float: left;
	width: 135px;
	margin-left: 30px;
}
#homeWrapper .homeTopSecList01 li:first-of-type { margin-left: 0;}
#homeContents .homeSec { margin-bottom: 100px;}
#homeContents .homeSec01 {
	width: 1100px;
	margin: 0 auto 60px;
}
#homeContents .homeSecTit01 {
	font-size: 42px;
	margin-bottom: 50px;
}
#homeContents .homeSecTit01 span {
	font-size: 150px;
	margin: 0 10px;
}
#homeContents .homeSecMsg01 {
	width: 715px;
	font-size: 28px;
	margin: 0 auto 35px;
	padding: 15px 0;
}
#homeContents .homeSecList01 {
	width: 1070px;
	margin: 0 auto 30px;
}
#homeContents .homeSecList01 li {
	float: left;
	width: 520px;
	font-size: 22px;
	text-align: center;
	margin: 25px 0 0 30px;
	padding: 20px 10px;
}
#homeContents .homeSecList01 li:nth-child(2n+1){ margin-left: 0;}
#homeContents .homeSecList01 li:nth-child(-n+2){ margin-top: 0;}
#homeContents .homeSecTxt01 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
#homeContents .homeSecList02 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#homeContents .homeSecList02 li {
	float: left;
	width: 520px;
	margin: 60px 0 0 60px;
	padding-left: 100px;
}
#homeContents .homeSecList02 li:before { font-size: 140px; line-height: 0.8em;}
#homeContents .homeSecList02 li:nth-child(2n+1){ margin-left: 0;}
#homeContents .homeSecList02 li:nth-child(-n+2){ margin-top: 0;}
#homeContents .homeSecList02Tit01 { font-size: 26px;}
#homeContents .homeSecList02 p { font-size: 16px;}
#homeContents .homeContactSec {
	width: 750px;
	margin: 0 auto 60px;
}
#homeContents .homeSecTb01 {
	width: 100%;
	font-size: 15px;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
}
#homeContents .homeSecTb01 th {
	width: 20%;
	color: #fff;
	text-align: left;
	background-color: #0081c5;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #0081c5;
	padding: 15px;
}
#homeContents .homeSecTb01 td {
	width: 30%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
}
#homeContents .homeSecTb01 tr.tr01 th { width: 30%}
#homeContents .homeSecTb01 tr.tr01 td { width: 20%}
#homeContents .homeSecTb01 tr.tr02 th { width: 30%}
#homeContents .homeSecTb01 tr.tr02 td { width: 70%}
#homeContents .homeSecTb01 tr:first-of-type th { border-top: 1px solid #0081c5;}
#homeContents .homeSecTb01 tr:first-of-type td { border-top: 1px solid #ccc;}
#homeContents .homeSecTb01 tr:last-of-type th { border-bottom: 1px solid #0081c5;}
#homeContents .homeSecTb01 tr:last-of-type td { border-bottom: 1px solid #ccc;}

/************** 個人情報保護方針 privacy **************/
#homeContents .privacySecWrap {
	width: 600px;
	margin: 0 auto 30px;
	padding-top: 20px;
}
#homeContents .privacySec {
	height: 200px;
	border: 1px solid #ccc;
	padding: 15px;
	overflow: scroll;
	overflow-x: hidden;
}
#homeContents .privacySec p {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
#homeContents .privacySec01 {
	margin-bottom: 20px;
}
#homeContents ol.privacySecList01 {
	list-style-position: outside;
	margin: 0 0 1.0em 1.8em;
}
#homeContents ol.privacySecList01 li {
	font-size: 12px;
	list-style-type: decimal;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
#homeContents ol.privacySecList01 li ul { padding: 15px 0 0 20px;}
#homeContents ol.privacySecList01 li ul li{
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 10px;
}

/*}*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
