/*
Theme Name: ATM Theme
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/********************************

全体

*********************************/

body, html {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	color: #000000;
}
/*==========部品==========*/
/*ボタン*/
.nk_btn_base {
	position: relative;
	height: auto;
}
.nk_btn_base a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	position: relative;
	background-color: #555658;
	text-align: center;
}
.nk_btn_base a:link {
	color: #ffffff;
}
.nk_btn_base a:visited {
	color: #ffffff;
}
.nk_btn_base a:hover {
	color: #ffffff;
}
.nk_btn_base a:visited {
	color: #active;
}
/*==========タイトルタグ==========*/
h1, h2, h3, h4, h5 {
	font-weight: 400;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
h2 {
	font-size: 21px;
}
h3 {
	font-size: 19px;
}
h4, h5 {
	font-size: 17px;
}
}
/*==========背景色==========*/
.nk_bg_white {
	background-color: #FFF;
}
.nk_bg_foot {
	background-color: #357393;
}
.nk_bg_gray {
	background-color: #e2e2e2;
}
.nk_bg_lightblue {
	background-color: #57a5df;
}
.nk_bg_steelblue {
	background-color: #357393;
}
.nk_bg_powderblue {
	background-color: #a2c7cb;
}
.nk_bg_beige {
	background-color: #f7f3ed
}

/*==========フォントサイズ==========*/
.nk_font_s {
	font-size: 0.7rem;
}
.nk_font_m {
	font-size: 1.4rem;
}
.nk_font_l {
	font-size: 2rem;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*==========フォントカラー==========*/
.nk_fontclr_white {
	color: #ffffff;
}
/*サイトの基本カラー*/
.nk_fontclr_base {
	color: #000000;
}
.nk_fontclr_gray {
	color: #555658;
}
.nk_fontclr_lightblue {
	color: #57a5df;
}
.nk_fontclr_green {
	color: #3fa4a4;
}
/*==========テキストリンク==========*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #2e91f4;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/*==========幅制御==========*/
.text_width_90 {
	width: 90%;
}
/*==========行間==========*/
.gyokan {
	line-height: 1.8em;
}
.gyokan_02 {
	line-height: 1.6em;
}
/*==========ボーダー==========*/
.nk_border_white {
	border-bottom: solid 2px #ffffff;
}
.nk_border_whitesmoke {
	border-bottom: solid 1px #e8e9db;
}
.nk_border_gray {
	border-bottom: solid 1px #555658;
}
/*==========字下げ==========*/
.nk_indent {
	margin-left: 1em;
	text-indent: -1em;
}
/********************************

ヘッダー header.html

*********************************/
header {
	position: fixed;
	width: 100%;
	z-index: 9;
	height: 90px;
	padding-top: 10px;
	top: 0;
	border-bottom: solid 1px #e8e9db;
}
/*企業ロゴ+キャッチコピー*/
.nk_logo {
	height: auto;
	width: 360px;
	position: absolute;
	left: 3%;
	top: 0;
}
/*<nav>*/
.nk_navi {
	/*padding: 0 0 10px 0;*/
	position: relative;
	/*height: 100px;*/
	height: auto;
}
/*ul>li*/
.nk_nav_item {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.nk_nav_item_last {
	padding-right: 30px;
	padding-left: 20px;
	text-align: center;
}
/*ul>li>a:ナビゲーションのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
	color: #000000;
	border-bottom: none;
}
/*========メガドロップダウンメニュー========*/
.nk_drop {
	padding: 0 80px;
	font-size: 14px;
	text-align: left;
	float: left;
}
.navbar-nav .nk_drop .nav-link a {
	color: #ffffff;
}
.navbar-nav .nk_drop .dropdown-item {
	background-color: #81969e;
}
.dropdown-item a::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 8px;
	margin-left: -15px;
}
/*ドロップダウンメニューの吹き出し矢印部分*/			     
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	background: #81969e;
	width: 100%;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0;
	top: 77px;
}
.dropdown-menu::before {
	content: "";
	display: block;
	width: 12px;
	border: 12px solid #81969e;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid transparent;
	position: absolute;
	top: -23px;
	right: 550px;
}
.mega-dropdown {
	position: static;
}
.dropdown-menu.mega-dropdown-menu.show {
	width: 100%;
	height: auto;
}

/*****画面サイズlg以上の時の設定*****/
@media (min-width: 992px) {
/*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
.navbar-expand-lg .nk_navi_list {
	position: static;
	padding-top: 20px;
	padding-right: 3%;
}
.navbar-light .navbar-nav .nk_nav_link {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-nav .nk_nav_link img {
	display: block;
	margin: auto;
}
/*お問い合わせ*/
.nk_nav_item_contact {
	background-color: #3fa4a4;
	color: #ffffff;
	border-radius: 20px;
	padding: 4px 18px;
	margin-top: -3px;
	margin-left: 15px;
}
.navbar-light .navbar-nav .nk_nav_item_contact .nk_fontclr_base {
	color: #ffffff;
}
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
header {
	/*position: fixed;
	top: 0;*/
	height: 70px;
	padding-top: 5px;
}
.nk_logo {
	width: 250px;
	left: 2%;/*top: 10px;*/
}
.nk_logo a img {
	width: 100%;
	height: auto;
}
/*<nav>*/
.nk_navi {
	padding: 0.5rem 0 0 0;
}
.nk_navi_list {
	background-color: #f5f5f5;
	position: relative;
	top: 57px;
}
/*ul>li*/
.nk_nav_item, .nk_nav_item_last {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
/*ul>li>a*/
.navbar-light .navbar-nav .nk_nav_link {
	padding-left: 15px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}
.navbar-light .navbar-nav .nk_nav_link::before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #555658;
	border-right: 3px solid #555658;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}
.navbar-light .navbar-nav .nk_nav_link img {
	display: none;
}
/*ul>li>a:ナビゲーションのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
	color: #000000;
	border-bottom: solid 1px #000000;
}
/*画面サイズmg以下メニューの線*/
.navbar-light .navbar-nav:nth-child(1) {
	border-top: solid 1px #000000;
}
/*画面サイズmd以下の時のメニューボタン*/
.navbar-light .nk_navbar_toggler {
	position: absolute;
	z-index: 10;
	border-color: rgba(0, 0, 0, 0);
	top: 5px;
	right: 0.5%;
}
/*メニュー三本ライン*/
.navbar-light .nk_navbar_toggler .nk_menu_line {
	background-image: url(img/head/sp_menu.png);
}
/*メガドロップダウンメニュー*/
.nk_drop {
	padding: 0 10px 0 50px;
	clear: both;
}
.navbar-light .navbar-nav .nk_drop_top {
	border-top: solid 0px #000000;
}
.dropdown-menu::before {
	display: none;
}
.navbar-nav .dropdown-menu {
	float: left;
	position: absolute;
	top: 55px;
}
}
/********************************

フッター footer.html

*********************************/
footer {
	width: 100%;
	height: auto;
	/*position: relative;*/
	border-top: solid 1px #e8e9db;
}
footer #arrow {
	margin: 0;
	padding: 0;
}
/*ページトップへ*/
#arrow li {
	list-style: none;
	margin: 0 0 0 0;
}
#arrow li a {
	position: fixed;
	bottom: 80px;
	right: 0px;
	z-index: 11;/*レイヤーの最上位にする*/
}
/*円*/ 
#arrow li a::before {
	background: #A3A3A3;
	border-radius: 50%;
	content: "";
	padding: 25px;
	position: absolute;
	right: 15px;
	top: 13px;
	width: 1px;
}
/*矢印*/ 
#arrow li a::after {
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	border-radius: 1px;
	content: "";
	margin: 0 0 0 10px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 32px;
	right: 30px;
	width: 20px;
	height: 20px;
}
#arrow li a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*========フッター上部（ロゴ、本社、東京支社）========*/
.foot_head_office, .foot_branch_office {
	color: #ffffff;
	border-radius: 20px;
	padding: 2px 18px;
	margin-top: -3px;
	font-size: 13px;
}
.foot_head_office {
	background-color: #dd412a;
}
.foot_branch_office {
	background-color: #eca047;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
/*フッターロゴ*/
.foot_logo {
	width: 250px;
	display: block;
	margin: 0 auto 15px auto;
}
}

/*========ナビ部分========*/
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.footer_menu_box {
	display: none;
}
}
.footer_menu {
	margin: 0 auto;
}
.footer_menu ul {
	padding-left: 1rem;
}
.footer_menu li {
	box-sizing: border-box;
	font-weight: 300;
	list-style: none;
	padding: 0 0;
	margin: 0.5rem 0 0 0;
}
.footer_menu li a {
	text-align: center;
	color: #ffffff;/*	display: block;
*/}
.footer_menu li ul {
	font-size: 13px;
}
/*sm以下の時のフッターメニュー*/
.foot_site_link_s {
	font-size: 14px;
}
.foot_site_link_s a::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 8px;
	margin-left: -13px;
}
/*========コピーライト部分========*/
.footer_copy {
	width: 100%;
	padding: 3px 0;
	text-align: center;
	color: #ffffff;
}
/********************************

トップページ index.html

*********************************/

/*========メインイメージ========*/
.main_image_back {
	width: 100%;
	background-color: #e2e2e2;
}
.main_image {
	background: url(img/top/main.jpg) center center / cover no-repeat;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
 padding-top: calc(365 / 1002 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.catch_copy {
	display: inline-block;
	color: #072f43;
	padding: 0.7em;
	line-height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 22%;
	margin-left: 16%;
	font-size: 2.5vw;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.main_image {
		background: url(img/top/main_sp.jpg) center center / cover no-repeat;
	padding-top: 83%;
}
.catch_copy {
	line-height: 1.3em;
	font-size: 5.5vw;
	margin-top: 36%;
	margin-left: 1.5%;
}
}
/*****画面サイズ最小の時の設定*****/
@media (max-width: 575px) {
.main_image {
		background: url(img/top/main_sp.jpg) center center / cover no-repeat;
	padding-top: 125%;
}
.catch_copy {
	line-height: 1.3em;
	font-size: 6.0vw;
	margin-top: 56%;
	margin-left: 1.5%;
}
}
/*==========柔軟なソリューションを~==========*/
.img_solu {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
.img_solu {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: 50% 45%
}
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.img_solu {
	width: 100%;
	height: 290px;
	object-fit: cover;
}
}

/*****画面サイズ最小の時の設定*****/
@media (max-width: 575px) {
.img_solu {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
}
.btn_width a {
	width: 220px;
}
/*==========ビジネスとテクノロジー、～==========*/
.box_01 {
	color: #ffffff;
	width: 55%;
	height: auto;
	position: absolute;
	bottom: 0;
	padding: 20px 10px;
}
/*==========最新情報==========*/
.info_box, .info_box li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info_box li {
	border-bottom: solid 1px #81969e;
	padding: 10px;
	display: table;
	width: 100%;
}
.info_box li time, .info_box li p {
	display: table-cell;
}
.info_box li time {
	width: 130px;
}
.info_box li p {
	line-height: 1.8em;
}
.info_box li p a:link {
	color: #57a5df;
	text-decoration: none;
}
.info_box li p a:visited {
	color: #57a5df;
	text-decoration: none;
}
.info_box li p a:hover {
	color: #57a5df;
	text-decoration: none;
}
.info_box li p a:active {
	color: #57a5df;
	text-decoration: none;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.info_box li time, .info_box li p {
	display: block;
}
.info_box li time {
	margin-bottom: 5px;
}
.info_box li p {
	margin-bottom: 0;
}
}
/**********************************************
 * 
 * サービス/ソリューションページ service.html
 *
 **********************************************/
/*========【ページ共通】固定ヘッダー時のページ内リンクずれ対策========*/
.pagelink_margin_top {
	margin-top: -110px;
	padding-top: 110px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.pagelink_margin_top {
	margin-top: -70px;
	padding-top: 70px;
}
}
/*========【ページ共通】メインイメージ========*/
.page_main_image_back {
	width: 100%;
}
.page_main_image {
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 14%;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*サービス/ソリューションイメージ*/
.se_page_main_image {
	background: url(img/service/se_main.jpg) center center / cover no-repeat;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.page_main_image {
	padding-top: 24%;
}
}
/*========【ページ共通】h1 ページタイトル========*/
.page_title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin-top: 6%;
	font-size: 28px;
	text-align: center;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.page_title {
	font-size: 26px;
	margin-top: 8%;
}
}
/*========柔軟なソリューションをビジネスに活かす========*/
.sol_box {
	border-left: solid 5px #57a5df;
	padding: 0 20px;
	height: 100%;
}
.sol_box p {
	padding: 15px 0;
	margin: 0;
	line-height: 1.8em;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
.sol_box {
	padding: 0 0 0 20px;
}
/*イメージ*/
.img_solu_02 {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: 50% 45%;
}
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.img_solu_02 {
	width: 100%;
	height: 290px;
	object-fit: cover;
}
}

/*****画面サイズ最小の時の設定*****/
@media (max-width: 575px) {
.img_solu_02 {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
}
/*========ソフトウェア開発:開発の流れ========*/
.soft_box {
	border: solid 1px #e8e9db;
	margin-bottom: 60px;
}
/*step番号*/
.soft_box_no {
	background-color: #eed06f;
	text-align: center;
	color: #ffffff;
	width: 140px;
	vertical-align: middle;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
.soft_box_no {
	width: 100px;
}
}
/*step3-6の背景色*/
.soft_box_no_0306 {
	background-color: #3fa4a4;
}
/*step7-8の背景色*/
.soft_box_no_0708 {
	background-color: #b5afd3;
}
/*開発の流れ小見出し：h4*/
.soft_box h4 {
	border-bottom: solid 2px #eed06f;
	margin-left: -140px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
.soft_box h4 {
	margin-left: -100px;
}
}

/*****画面サイズ最小の時の設定*****/
@media (max-width: 575px) {
.soft_box h4 {
	margin-left: 0;
	text-align: left;
	padding-left: 1rem;
}
}
/*step3-6の下線色*/
.soft_box_0306 h4 {
	border-bottom: solid 2px #3fa4a4;
}
/*step7-8の下線色*/
.soft_box_0708 h4 {
	border-bottom: solid 2px #b5afd3;
}
/*矢印*/
.soft::after {
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 25px solid transparent;
	border-top: 25px solid #81969e;
	content: "";
	width: 26px;
	height: 25px;
	position: absolute;
	bottom: -10px;
	left: 47%;
}
.soft:last-child::after {
	display: none;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
.soft::after {
	left: 45%;
}
}

/*========ソフトウェア開発:開発事例========*/

/*---テーブル装飾 A---*/
.nk_about_table_a {
	width: 100%;
	border: 1px #555658 solid;
	margin: auto;
}
.nk_about_table_a tbody tr {
	border-bottom: 1px #555658 solid;
}
.nk_about_table_a thead tr th, .nk_about_table_a tbody tr td {
	padding: 7px 5px;
			border: 1px #555658 solid;
}
.nk_about_table_a thead tr th {
	/*white-space: nowrap;*/
	font-weight: normal;
	background-color: #57a5df;
	color: #ffffff;
	text-align: center;
}
.nk_about_table_a tbody tr td {
	background-color: #ffffff;
	font-size: 90%;
	word-break: break-all;
}
.nk_about_table_a tbody tr td:nth-child(2) {
	word-break:keep-all;
}
.nk_about_table_a tbody tr:nth-child(2n) td {
	background-color: #f1eee6;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.jirei_ti{
	color: #ffffff;
	padding: 12px 15px;
	background-color: #57a5df;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		margin-bottom: 0;
	}
	.nk_about_table_a {
    border: none;
  }
	.nk_about_table_a thead{
    display: none;
  }
  
  .nk_about_table_a tbody tr {
    border-top: 1px solid #555658;
    display: block;
    margin-bottom: 20px;

  }
  .nk_about_table_a tbody tr td {
    border-right: 1px solid #555658;
    border-bottom: 1px solid #cccccc;
	  border-top: 0px solid #555658;
    display: block;
    padding: 8px;
    /*text-align: right;*/
	list-style: none;

  }
	.nk_about_table_a tbody tr td:last-child {
		    border-bottom: 0px solid #555658;

	}
  .nk_about_table_a tbody tr td::before {
    content: attr(data-label);
    float: left;
	  display: block;
	  width: 20%;
	  text-align: left;
	  color: #81969e;
  }
}
/* ＩＴコンサルティング及び構築*/
.jirei_box{
	list-style: none;
	border: 1px #555658 solid;
	margin-left: 0;
	padding: 15px;
}
.jirei_box li{
	padding: 3px 10px;
	border-left: solid 4px #57a5df;
	margin-bottom: 15px;
}
.jirei_box li:last-child{
	margin-bottom: 0;
}
/*========クラウド/SIM販売========*/
.c_s_wrap h3{
	font-size: 23px;
	font-weight: 500;
}
.sim_sub_ti{
	color: #d17722;
}
.sim_box{
	border: 3px solid #57a5df;
	width: 100%;
	padding: 0 0 0 0;
	font-size: 18px;
}

.sim_box h4{
	background-color: #57a5df;
	color: #fff;
	padding: 15px;
	margin-bottom: 0;
}
.sim_box_s,
.sim_box_s h4{
	font-size: 16px;
}
.sim_box p{
	padding: 15px 15px 15px 15px;
	margin: 0 auto;
}
.sim_notes{
	color: #555658;
}
/*---テーブル装飾 sim_a---*/
.nk_about_table_sim_a {
	width: 100%;
	border: 1px #555658 solid;
	margin: auto;
}
.nk_about_table_sim_a tbody tr {
	border-bottom: 1px #555658 solid;
}
.nk_about_table_sim_a thead tr th, .nk_about_table_sim_a tbody tr td {
	padding: 7px 5px;
			border: 1px #555658 solid;
}
.nk_about_table_sim_a thead tr th {
	/*white-space: nowrap;*/
	font-weight: normal;
	background-color: #57a5df;
	color: #ffffff;
	text-align: center;
}
.nk_about_table_sim_a tbody tr td {
	background-color: #ffffff;
	font-size: 90%;
	word-break: break-all;
}

.nk_about_table_sim_a tbody tr:nth-child(1) td {
	background-color: #eed06f;
}
.nk_about_table_sim_a tbody tr:nth-child(5) td {
	background-color: #fff1b1;
		text-align: left;

}
.nk_about_table_sim_a tbody tr td:nth-child(1) {
	background-color: #f1eee6;
	white-space: nowrap;
	text-align: left;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.jirei_ti{
	color: #ffffff;
	padding: 12px 15px;
	background-color: #57a5df;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		margin-bottom: 0;
	}
	.nk_about_table_sim_a {
    border: none;
  }
	.nk_about_table_sim_a thead{
    display: none;
  }
  
  .nk_about_table_sim_a tbody tr {
    border-top: 1px solid #555658;
    display: block;
    margin-bottom: 20px;

  }
  .nk_about_table_sim_a tbody tr td {
    border-right: 1px solid #555658;
    border-bottom: 1px solid #cccccc;
	  border-top: 0px solid #555658;
    display: block;
    padding: 8px;
    /*text-align: right;*/
	list-style: none;

  }
	
	.nk_about_table_sim_a tbody tr td:last-child {
		    border-bottom: 0px solid #555658;

	}
  .nk_about_table_sim_a tbody tr td::before {
    content: attr(data-label);
    float: left;
	  display: block;
	  width: 23%;
	  text-align: left;
	  color: #81969e;
	  height: 25px;
  }
	.sim_b tbody tr td:nth-child(1)::before,.sim_c_2 tbody tr td::before {
		display: none;
  }
}
/*初期費用*/

.sim_b tbody tr:nth-child(1) td{
	background-color: #fff;
}
.sim_b tbody tr:nth-child(1) td:first-child{
	background-color: #f1eee6;
}
.sim_b tbody tr:nth-child(2) td:first-child{
	background-color: #fff;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.sim_b tbody tr:nth-child(2) td:first-child{
	background-color: #f1eee6;
}
}
/*容量追加チャージサービス*/
/*サービス仕様*/
.sim_c tbody tr:nth-child(1) td:nth-child(2){
	background-color: #fff;
}
/*その他費用*/
.sim_c tbody tr:nth-child(1) td:nth-child(3),.sim_c tbody tr:last-child td:nth-child(n+2){
	background-color: #fff;
}
/*ご注意事項*/
.caution{
	border: solid 1px #808080;
}

.caution_list {
	margin: 0;
	padding: 0;
}
.caution_list li{
	list-style: "■";
	padding: 0 0 10px 0;
	margin-left: 1rem;
}
/*お問い合わせ先*/
.ser_cont{
	border: solid 2px #3fa4a4;
	border-radius: 15px;
}
.ser_cont h3{
	background-color: #3fa4a4;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	color: #fff;
}
.ser_cont_ti{
	background-color:#eed06f;
	border-radius: 25px;
	padding: 5px 15px;
	color: #fff;
	display: block;
	width: 130px;
	text-align: center;
	margin: auto;
}
.tel_fax{
		font-size:1.5rem; 
	}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.tel_fax{
		font-size:1.2rem; 
	}
}
/*========インターネットサービスプロバイダ========*/

.in_box{
	border: solid 2px #a2c7cb;
	padding: 0 0 15px 0;
	text-align: center;
	width: 100%;
}
.in_box p{
	padding: 15px 15px;
	text-align: left;
}

.in_box_ti{
	background-color: #a2c7cb;
	color: #fff;
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
}
.in_box_text{
	color: #357393;
	border: solid #357393 2px;
	border-radius: 5px;
	font-size: 120%;
	display: inline-block;
	padding: 10px;
	margin: 10px auto;
}
/*---テーブル装飾 A-2---*/
.nk_about_table_a_02 {
	width: 90%;
	border: 1px #555658 solid;
	margin: auto;
}
.nk_about_table_a_02 tbody tr {
	border-bottom: 1px #555658 solid;
}
.nk_about_table_a_02 thead tr th, .nk_about_table_a_02 tbody tr td {
	padding: 7px 5px;
			border: 1px #555658 solid;
}
.nk_about_table_a_02 thead tr th {
	/*white-space: nowrap;*/
	font-weight: normal;
	background-color: #57a5df;
	color: #ffffff;
	text-align: center;
}
.nk_about_table_a_02 tbody tr td {
	background-color: #ffffff;
	font-size: 90%;
	word-break: break-all;
}
.nk_about_table_a_02 tbody tr td:nth-child(2) {
	word-break:keep-all;
}

/**********************************************
 * 
 * 会社概要ページ company.html
 *
 **********************************************/
/*会社概要イメージ*/
.co_page_main_image {
	background: url(img/company/co_main.jpg) center center / cover no-repeat;
}
/*===== h3 小見出し =====*/
.nk_title_line {
	color: #ffffff;
	padding: 12px 15px;
	background-color: #57a5df;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
/*===== テーブル装飾 B=====*/
.nk_about_table_b {
	width: 90%;
	border: 1px #555658 solid;
	margin: auto;
}
.nk_about_table_b tbody tr {
	border-bottom: 1px #555658 solid;
}
.nk_about_table_b tbody tr th, .nk_about_table_b tbody tr td {
	/*	border-bottom: 1px #2e91f4 dotted;
*/	padding: 15px 30px;
}
.nk_about_table_b tbody tr th {
	white-space: nowrap;
	width: 20%;
	font-weight: normal;
	background-color: #f1eee6;
}
.nk_about_table_b tbody tr td {
	background-color: #ffffff;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.nk_about_table_b {
	width: 100%;
}
.nk_about_table_b tbody tr th {
	text-align: left;
	font-weight: normal;
	padding: 2% 4%;
	width: auto;
	display: block;
}
.nk_about_table_b tbody tr td {
	width: auto;
	vertical-align: top;
	padding: 5px 5px 10px 20px;
	display: block;
}
}
/*===== アクセス =====*/
.access_box {
	width: 90%;
	margin: auto;
}
/* 見出し装飾*/
.nk_title_line_02 {
	border-left: 4px #dd412a solid;
	padding-left: 5px;
}
.nk_title_line_03 {
	border-left: 4px #eca047 solid;
	padding-left: 5px;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.ac_map iframe {
	height: 300px;
}
}
/*===== 次世代育成支援対策推進法に基づく一般事業主行動計画 =====*/
.jisedai_box {
	list-style: none;
}
/* 見出し装飾*/
.nk_title_line_04 {
	display: inline-block;
	padding: 2px;
	background-color: #a2c7cb;
	color: #ffffff;
	font-weight: normal;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.jisedai_box {
	margin-left: -2.5rem;
}
}
/**********************************************
 * 
 * 採用情報ページ recruit.html
 *
 **********************************************/
/*採用情報イメージ*/
.re_page_main_image {
	background: url(img/recruit/re_main.jpg) center center / cover no-repeat;
}
.message_box {
	border: solid 2px #a2c7cb;
	border-radius: 10px;
}
.message_border {
	border-bottom: solid 2px #a2c7cb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/**********************************************
 * 
 * お問合せページ contact.html
 *
 **********************************************/
/*お問合せイメージ*/
.con_page_main_image {
	background: url(img/contact/con_main.jpg) center center / cover no-repeat;
}
.hissu {
	color: #ff0000;
}
/*========メールフォーム========*/
.contact_table {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	border: solid 1px #0a0a0a;
}
.contact_table tr {
	border-bottom: solid 1px #0a0a0a;
}
.contact_table tr th {
	text-align: left;
	font-weight: normal;
	padding: 3%;
	width: 30%;
	border-right: solid 1px #0a0a0a;
	background-color: #f1eee6;
}
.contact_table tr td {
	width: auto;
	vertical-align: top;
	padding: 3%;
}
/*入力枠*/
.frame_style {
	padding: 5px;
	/*border-radius: 5px;*/
	border: solid 1px #999999;
	width: 95%;
}
.frame_style_name {
	padding: 5px;
	/*border-radius: 5px;*/
	border: solid 1px #999999;
	width: 39%;
}
p.soushin_btn {
	text-align: center;/*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
	text-align: center;
	background-color: #555658;
	padding: 12px 28px;
	border: 1px solid #555658;
	/*font-size: 16px;
	font-size: 1.6rem;*/
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto 20px auto;
	width: 200px;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;/*iOS対策*/
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.contact_table tr th {
	text-align: left;
	font-weight: normal;
	padding: 3% 0 2% 5%;
	width: auto;
	display: block;
	border-right: solid 0px #38393c;
}
.contact_table tr td {
	width: auto;
	vertical-align: top;
	padding: 3% 0 3% 3%;
	display: block;
}
}
/**********************************************
 * 
 * サイトマップページ sitemap.html
 *
 **********************************************/
.page_title_site {
	margin-top: 90px;
	font-size: 28px;
}
.page_title_site_h2 {
	border-bottom: solid 3px #57a5df;
	padding: 0 10px 10px 20px;
	font-weight: 500;
}
.site_list {
	list-style: none;
}
.site_link a::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	transform: rotate(45deg);
	position: absolute;
	margin-top: 10px;
	margin-left: -20px;
}
.site_link_s a::before {
	width: 8px;
	height: 8px;
	margin-top: 11px;
	margin-left: -20px;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
.page_title_site {
	font-size: 26px;
	margin-top: 8%;
}
.site_link a::before {
	width: 10px;
	height: 10px;
	margin-top: 8px;
	margin-left: -17px;
}
.site_link_s a::before {
	width: 8px;
	height: 8px;
	margin-top: 10px;
	margin-left: -17px;
}
}
/**********************************************
 * 
 * プライバシーページ privacy.html
 *
 **********************************************/
.pri_list {
	list-style: none;
}

/**********************************************
 * 
 * 共通（最後部に記述）
 *
 **********************************************/

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
/*各ページのTOPのズレ解消*/
.nk_margin_pagetop {
	margin-top: 70px;
}
}
