@charset "UTF-8";
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

p,h5, h6, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 14px;
}
@media screen and (min-width: 960px) {
	p,h5, h6, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 16px;
	}
}
address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

a img {
  	border: none;
}


/* Setting */

html {  
	overflow-y: scroll;  
}

body {
	line-height: 1.5;
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x : hidden;
}


h1 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
  
table {
	border-collapse: collapse;
}

legend {
	color: #333;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
.title {
	margin-bottom: 30px;
}
.subtitle {
	margin-bottom: 40px;
	text-align: center;
}
.subtitle strong {
	font-size: 50px;
	border-bottom: solid 5px #00529F;
  letter-spacing: 0.20em;
}
.subtitle strong span {
	color: #00529F;
	font-size: 50px;
}
@media screen and (max-width: 768px) {
  .subtitle strong,
  .subtitle strong span {
    font-size: 36px; /* タブレットサイズ */
  }
}

@media screen and (max-width: 480px) {
  .subtitle strong,
  .subtitle strong span {
    font-size: 28px; /* スマホサイズ */
    border-bottom-width: 3px; /* 線も少し細く */
  }
}
.caution {
	color: #FF4629;
}

/*header*/
.header {
	position: relative;
	max-width: 960px;
	margin: auto;
}
.logo {
	position: relative;
	top: 10px;
	left: 10px;	
}
.logo img {
	width: 250px;
}
.header nav {
	position: fixed;
	top: 10px;
	right: calc((100vw - min(100%, 960px)) / 2 + 10px);
}
.header nav ul li {
	float: right;
}
.header nav ul li a {
	display: block;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	box-sizing: border-box;
}
.header nav ul li:nth-of-type(1) a {
	margin-left: 10px;
	color: #00529F;
	background: #fff;
	border: solid 1px #00529F;
}
.header nav ul li:nth-of-type(1) a:hover {
	color: #fff;
	background: #00529F;
}
.header nav ul li:nth-of-type(2) a {
	color: #fff;
	background: #00529F;
  border: solid 1px #fff;
}
.header nav ul li:nth-of-type(2) a:hover {
	color: #00529F;
	background: #fff;
	border: solid 1px #00529F;
}
@media screen and (max-width: 639px) {
	.logo img {
		width: 200px;
	}
	.header nav ul li a {
	}
}
@media screen and (max-width: 479px) {
	.logo img {
		width: 150px;
	}
	.header nav ul li a {
		width: auto;
		padding: 10px 5px;
		font-size: 14px;
	}
}

/*contents共通*/
.contents {
	max-width: 960px;
	margin: auto;
	padding: 30px 10px;
}

section {
	padding-bottom: 60px;
}

#cloud_main p {
	padding-bottom: 20px;
	font-size: 24px;
	text-align: center;
}
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: bold;
    text-align:right;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.saas_aws_comparison_th1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #669acc;
}

.saas_aws_comparison_th2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #f5a454;
}

.trial_btn {
  text-align: center;
  margin: 20px 0;
}

.trial_btn_cloud {
  display: inline-block;
  background-color: #f5a30a;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.trial_btn_cloud:hover {
  background-color: #fcd28d;; 
  color: white;
}

#cloud_service {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px auto;
  max-width: 900px;
}

.card_cloud {
  flex: 1 1 calc(50% - 20px);  /* 2列表示 */
  background-color: #fff; 
  color: #000;
  padding: 30px;
  border-radius: 8px;
  border: 2px solid #00529F; 
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;       /* 横方向中央寄せ */
  justify-content: center;   /* 縦方向中央寄せ */
  text-align: center;
  box-sizing: border-box;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg {
  background-color: #E6F0FA;
}

@media screen and (max-width: 600px) {
  .card_cloud {
    flex: 1 1 100%;
  }
}

.card_number {
    font-size: 30px;
}

.card_title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.card_text {
    font-size: 20px;
    margin-bottom: 20px;
}

.card_text_plan {
	font-size: 20px;
	margin-bottom: 10px;
}

.card_text_planp {
  font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.card_button {
  background-color: #00529F;  /* 通常は青背景 */
  color: #fff;                /* 通常は白文字 */
  border: 2px solid #00529F;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.card_button:hover {
  background: #fff;   
  color: #00529F;             /* ホバー時に青文字 */
}

.card_button_plan {
  background-color: #fff;
  color: #00529F;
  border: 2px solid #00529F;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.card_button_plan:hover {
  background-color: #00529F;
  color: white;
}

.card_button_plan_0 {
  background-color: #00529F;  /* 通常は青背景 */
  color: #fff;                /* 通常は白文字 */
  border: 2px solid #00529F;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 20px;
}

.card_button_plan_0:hover {
  background: #fff;   
  color: #00529F;   
}

.cloud_trial_common {
	padding-bottom: 10px;
}
.cloud_trial_common a {
	display: block;
	width: 200px;
	margin: auto;
	margin: auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background: #00529F;
	border-radius: 6px;
	box-sizing: border-box;
}
.cloud_trial_common a:hover {
	color: #00529F;
	background: #fff;
	border: solid 1px #00529F;
}
#cloud_flow p {
	padding: 20px 0;
  font-size: 24px;
  text-align: center;
}
.trial_btn_text {
  text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#cloud_flow .flow{
  padding: 0;
  margin-top: 20px;
}
#cloud_onaws p {
	font-size: 24px;
}
#cloud_flow ol {
	max-width: 640px;
	margin: auto;
	padding-left: 40px;
	font-size: 24px;
}
#cloud_flow ol li img {
	display: block;
	width: 40px;
	margin: auto;
	padding: 10px 0;
}
.bold {
  font-weight: bold;
}
/*footer*/
.footer {
	border-top: 10px solid #18388d;
}
.footer_contents {
	max-width: 960px;
	margin: auto;
}
.footer_contents > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: auto;
}
.footer_contents > ul > li:nth-of-type(1) {
    width: 70px;
    padding: 1%;
    box-sizing: border-box;
}
.footer_contents > ul > li:nth-of-type(2) {
    width: calc(100% - 70px);
    padding: 1%;
    box-sizing: border-box;
}
.footer small {
	display: block;
	padding-bottom: 20px;
	text-align: center;
}

.gotop {
    bottom: 20px;
    right: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    opacity: 0.5;
}
