/*
color
水色
#039BE5
ネイビー（明）
#014A84
ネイビー（暗）
#01345C
赤いろ
#EF5350
*/
html {
	/* プロポーショナルメトリクスを有効にする指定 */
	font-feature-settings: "palt" 1;
}

.ddp_ls_1 {
	letter-spacing: 0.1em;
}
.ddp_ls_2 {
	letter-spacing: 0.2em;
}
.ddp_ls_3 {
	letter-spacing: 0.3em;
}
.text_red {
	color: #EF5350!important;
}
.text_p {
	line-height:4rem;
	letter-spacing: 0.1em;
}
.text_p2 {
	line-height: 3rem;
	letter-spacing: 0.05em;
}
.text_p3 {
	line-height:3.5rem;
	letter-spacing: 0.1em;
}
	
.uk-text-meta {
	font-size: 1.5rem!important;
	color: #666!important;
}

.bg_003B6F{
	background-color: #003B6F;
	color: #FFFFFF;
}

.border_red{
	border: solid 1px #EF5350;
}
	
/* ===== main visual ===== */
.mv_bg {
	border-top: solid 20px #000000;
	border-bottom: solid 20px #000000;
	background-color: #000000;
}

/* ===== main visual スマホ ===== */
.mv_bg_sp {
	border-top: solid 50px #000000;
	border-bottom: solid 50px #000000;
	background-color: #000000;
}

.mv_text{
  position: absolute;
	width: 80vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.mv_text p{
  font-size:16px;
  font-weight:bold;
  color:white;
}

.mv_text .mv_headline{
  font-size:20px;
}

/* ===== ddp_bg_01 画像のやつ ===== */
.bg_navy {
	background-color: #01345C;
}
.ddp_bg_01{
	background-image: url("../images/ddp_main_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* ===== header navy ===== */
.h_navy {
	background-color: #014A84;
}
.h_navy h1{
	color: #ffffff;
	letter-spacing: 0.3em;
}
/* ===== header red ===== */
.h_red {
	background-color: #EF5350;
}
.h_red h1{
	color: #ffffff;
	letter-spacing: 0.3em;
}
/* ===== header sky ===== */
.h_sky {
	background-color: #039BE5;
}
.h_sky h1{
	color: #ffffff;
	letter-spacing: 0.3em;
}
/* ===== header gray ===== */
.h_gray {
	background-color: #D5D5D5;
}
.h_gray h1{
	color: #333333;
	letter-spacing: 0.3em;
}
.h_gray h2{
	font-size: 1.5em;
	color: #333333;
	letter-spacing: 0.2em;
	line-height: 2.0em
}
/* ===== corporate profile ===== */
#co_pro table{
	box-sizing: border-box;
	border-collapse:collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#co_pro table th {
	background: #eee;
}
#co_pro table th,
#co_pro table td {
	border: 1px solid #999;
	padding: 1em 1em;
}


/* ===== DDPの特徴 ===== */
.img_pc50{
	width: 50%;
}

/* ===== かんたん設定 ===== */
.padding-square{
	padding: .2em .5em;
}



/*sp用*/
@media screen and (max-width: 639px) {
	#co_pro table th,
	#co_pro table td {
		display: block;
	}
	.sp_h1{
		font-size: 2rem!important;
		letter-spacing: 0.1rem!important;
		line-height: 1.5em;
	}
	.sp_h2 {
		font-size: 1.2em!important;
    color: #333333;
    letter-spacing: 0.05em!important;
    line-height: 2.0em!important;
	}
	.sp_mt_20 {
		margin-top: 20px;
	}
	.sp_pt_20 {
		padding-top: 20px;
	}
	.sp_pb_5 {
		padding-bottom: 5px;
	}
	
	.sp_ls_1 {
		letter-spacing: 0.1rem!important;
	}
	.sp_fs_13 {
		font-size: 1.3rem!important;
	}
	.sp_p_5 {
		padding:20px 5px!important;
	}
	.sp_p_20 {
		padding:20px!important;
	}
	.sp_p_0 {
		padding:0px!important;
	}
	.sp_p_img {
		padding:20px 0px!important;
	}
	.sp_w_100 {
		width: 100%!important;
	}
	.sp_m_0 {
		margin: 0!important;
	}
	
/* ===== DDPの特徴 ===== */
.img_pc50{
	width: 100%;
}

#purpose .uk-text-large{
	font-size: 10px;
}	
	
}
/*pc用*/
@media screen and (min-width: 640px) {
	.co_th {
		width: 20%;
	}
}
