@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(img/main_wall.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 2;
}


img{
max-width: 100%;
height: auto;
width /***/:auto;
}

#container{
width:100%;
}

li {
	list-style-type: none;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;

}

h1 {
  padding: 16px;
  color: #fff;
  background: linear-gradient(135deg, #1e73be, #36C);
  border-radius: 10px;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(30,115,190,0.4);
}

h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 30px 0 15px;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #1e73be, #a7d6ff) 1;
}

h3 {
  display: inline-block;
  padding: 6px 12px;
  background: #1e73be;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  margin: 20px 0 10px;
}


h4 {
  padding-left: 12px;
  border-left: 4px solid #1e73be;
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px;
}

h5 {
	padding: 1em;
	border: 3px solid #ccc;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	font-size: medium;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


/* コンテナ大きさ */
.container {
	max-width: 1260px;
	min-width: 950px;
	background-image: url(img/main_wall.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




/* ロゴサイズオート */
#Insert_logo{
    width:1260px;
    height:252px;
    object-fit:fill;
}


.header {
	background-image: url(img/main_wall.gif);
}

/* グローバルナビ */
.navi{
    position: relative;
    width: 100%;
    background: #1e73be;
    margin: 0 auto;	
		text-align: center;
	}

.menu {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    
    display: flex;
    justify-content: center;   /* 中央寄せ */
    align-items: center;
}

.menu > li {
    list-style: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.menu > li a {
    display: block;
    color: #fff;
	text-align: center;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #36C;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
	list-style: none;
	font-size:100%;
}

.menu__third-level li {
    border-top: 1px solid #111;
	list-style: none;
}

.menu__second-level li a:hover {
    background: #36C;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 第3階層 */

.menu__has-third{
    position: relative;
}

.menu__has-third .menu__third-level{
    position: absolute;
    top: 0;
    left: 100%;
    width: 450px;
    background: #155a96;

    visibility: hidden;
    opacity: 0;

    transition: all .2s ease;
}

.menu__has-third:hover .menu__third-level{
    visibility: visible;
    opacity: 1;
}

.menu__has-third > a {
    position: relative;
    padding-right: 25px;
}

.menu__has-third > a::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.menu__third-level li{
    border-top: 1px solid rgba(255,255,255,.2);
}

.menu__third-level li a{
    display: block;
    color: #fff;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
}

.menu__third-level li a:hover{
    background: #36C;
}

/* 英語ボタン */
.lang-menu{
    height:auto !important;
    line-height:normal !important;
}	
.lang-menu{
    width: auto !important;
    margin-left: 10px;
}

.lang-menu .lang-link{
    display:inline-block !important;
    background:#fff;
    color:#1e73be !important;
    padding:0 16px;
    line-height:36px;
    height:36px;
    margin-top:-2px;
    border-radius:20px;
    font-weight:bold;
    text-decoration:none;
    transition:0.3s;
}

.lang-menu .lang-link:hover{
    background:#155a96;
    color:#fff !important;
}
	
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/* シングルメニュー*/

.menu > li.menu__single {
    position: relative;
	
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 220%;
    background: #1e73be;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}



li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/* メガメニュー*/

li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 40px;
	left: 20%;
	box-sizing: border-box;
	width: 60%;
	padding: 20px 2%;
	background: #1e73be;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	right: 20%;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


/* グローバルナビ終了 */


/* =====================
   モダンタブデザイン
===================== */

.tab_wrap{
    width:100%;
    margin:30px auto;
}

.tab_wrap input[type="radio"]{
    display:none;
}

/* タブボタン */

.tab_area{
    display:flex;
    gap:12px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.tab_area label{
    padding:14px 24px;
    border-radius:14px;
    background:#f1f5f9;
    color:#475569;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:all .25s ease;
    border:1px solid #e2e8f0;
}

.tab_area label:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,.08);
}

/* アクティブタブ */

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab4:checked ~ .tab_area .tab4_label{
    background:linear-gradient(
        135deg,
        #1e73be,
        #3b82f6
    );
    color:#fff;
    border-color:#1e73be;
}

/* パネル */

.panel_area{
    background:#fff;
    border:none;
}

.tab_panel{
    display:none;
    padding:30px;
    background:#fff;
    border-radius:20px;
    box-shadow:
        0 10px 30px rgba(0,0,0,.08);
}

/* 表示 */

#tab1:checked ~ .panel_area #panel1{
    display:block;
}

#tab2:checked ~ .panel_area #panel2{
    display:block;
}

#tab4:checked ~ .panel_area #panel4{
    display:block;
}

/* リスト */

.tab_panel ul{
    padding:0;
}

.tab_panel li{
    list-style:none;
    margin-bottom:16px;
    padding:18px;
    border-radius:12px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    transition:.2s;
}

.tab_panel li:hover{
    background:#eff6ff;
    border-color:#93c5fd;
}

/* リンク */

.tab_panel a{
    color:#1e73be;
    font-weight:bold;
    text-decoration:none;
}

.tab_panel a:hover{
    text-decoration:underline;
}


/*コンテント大きさ */
.content {
	padding: 10px 5px;
	width: 68%;
	float: left;
	background-image: url(img/main_wall.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* サイドバー大きさ */
.sidebar2 {
	float: left;
	width: 30%;
	text-align: center;

}  


/*footer共通 */
.footer {
	clear: both; 
	background-image: url(img/main_wall.gif);
	width: 80%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: right;
}

/*footer index */
#footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	height:600px;
	background-color: #1e73be;
	color: #FF0;

}

#footer .fotter-container {
	
	  width: 80%;
  margin: 0 auto;
}


#footer .fotter-container .footer-a {
	width:25%;
	height: 550px;
	float: left;
}
#footer .fotter-container .footer-b {
	width:25%;
	height: 550px;
	float: left;
}
#footer .fotter-container .footer-c {
	width:25%;
	float: left;
	height: 550px;
}
#footer .fotter-container .footer-d {
	width:25%;
	float: left;
	height: 550px;
}

#footer .fotter-container .copy-light {
	text-align: center;

}

#footer .footer-a ul li a {
	color: #FFF;
}
#footer .footer-b ul li a {
	color: #FFF;
}
#footer .footer-c ul li a {
	color: #FFF;
}
 #footer .footer-d ul li a {
	color: #FFF;
}


/*footer end*/

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p strong {
  font-weight: 700;
  color: #111;
  background: linear-gradient(transparent 60%, #ffe58f 60%);
  padding: 0 2px;
}

/*オズボーンチェックリスト
---------------------------------------------------------------------*/ 
.keyword{
  color:#2563eb;
  font-weight:600;
}
.osborn-table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
}

.osborn-table td{
  width:33.33%;
  vertical-align:top;
  border:1px solid #dbeafe;
  padding:20px;
}
.osborn-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:20px;
  margin:30px 0;
}

.osborn-card{
  background:#fff;
  border-radius:16px;
  padding:24px;
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.osborn-card h3{
  display:block;
  background:linear-gradient(135deg,#1e73be,#3b82f6);
  color:#fff;
  padding:12px;
  border-radius:10px;
  text-align:center;
  margin-bottom:15px;
}

.osborn-card ul{
  padding-left:20px;
}

.osborn-card li{
  margin-bottom:10px;
  line-height:1.7;
}

/*inputレイアウト
---------------------------------------------------------------------*/ 
input {
	background-color: #CCC;
	color: #000;

}

.container .content form div {
	text-align: center;
}


/*広告レイアウト
---------------------------------------------------------------------*/ 
.ad-center{
    text-align:center;
}

.ad-inner{
    display:inline-block;
}
/*tableレイアウト
---------------------------------------------------------------------*/ 
.container .content table {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.container .content div table {
	width: auto;
}


.container .content table td {
    vertical-align: top;
}

.container .content ul {
    text-align: left;
    padding-left: 20px;
}

.container .content li {
    list-style-type: disc;
    margin-bottom: 5px;
}	
	
.container .content div form tr td table tr td {
	font-size: 120%;

}
#lan_php {
	border: medium dotted #F00;
	text-align: left;
}

/* liを左揃えに戻す */


.container .content ul {
    text-align: left;
}


.container .content table {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.container .content table td {
    text-align: center;
    vertical-align: middle;
}

.container .content table td ul {
    text-align: left;
    margin: 0;
    padding-left: 20px;
}

.container .content table td li {
    text-align: left;
    list-style-type: disc;
}
	
table.idea-table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 0 !important;
}

table.idea-table th,
table.idea-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
.container .content table.idea-table {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-collapse: collapse;
}
.container .content table.idea-table th,
.container .content table.idea-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}	

/* 問い合わせ */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #111;
}

/* レイアウト */
.page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.hero {
  text-align: center;
  margin-bottom: 20px;
}

/* メイン2カラム */
.main {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
}

/* カードUI */
.card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.title {
  font-size: 26px;
  margin-bottom: 6px;
}

.subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

/* フォーム */
.form {
  display: grid;
  gap: 16px;
}

.form-group {
  display: grid;
  gap: 6px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

.form input,
.form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fafafa;
  transition: 0.2s;
}

.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: #3b82f6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
}

/* ボタン */
.btn {
  background: linear-gradient(135deg, #1e73be, #3b82f6);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(30,115,190,0.25);
}

/* サイド */
.side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ad-box {
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.ad-box h3 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}


/* ===== 確認画面 ===== */

.confirm-list {
  margin: 20px 0;
  display: grid;
  gap: 14px;
}

.confirm-item {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
}

.confirm-item .label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.confirm-item .value {
  font-size: 15px;
  color: #111;
  white-space: pre-wrap;
  word-break: break-word;
}

.confirm-item .message {
  line-height: 1.6;
}

/* エラー */
.error-box {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #b91c1c;
  font-size: 14px;
}

/* ボタン */
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.btn.secondary {
  background: #e5e7eb;
  color: #111;
}

.btn.secondary:hover {
  background: #d1d5db;
}

/* ==================================
   スマホ・タブレット対応
================================== */
@media screen and (max-width: 768px) {

  /* コンテナ */
  .container {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  /* ロゴ */
  #Insert_logo {
    width: 100%;
    height: auto;
  }

  /* メインコンテンツ */
  .content {
    width: 100%;
    float: none;
    padding: 10px;
    box-sizing: border-box;
  }

  /* サイドバー */
  .sidebar2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  /* ナビゲーション */
  .menu {
    flex-wrap: wrap;
  }

  .menu > li {
    width: 50%;
    box-sizing: border-box;
  }

  /* メガメニュー無効化 */
  li.menu__mega ul.menu__second-level,
  li.menu__single ul.menu__second-level {
    position: static;
    width: 100%;
    left: auto;
    right: auto;
  }

  /* フッター */
  #footer {
    height: auto;
  }

  #footer .fotter-container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #footer .fotter-container .footer-a,
  #footer .fotter-container .footer-b,
  #footer .fotter-container .footer-c,
  #footer .fotter-container .footer-d {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
  }

  /* テーブル */
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.idea-table {
    display: table;
    width: 100% !important;
  }

  /* タブ */
  .tab_area {
    flex-direction: column;
  }

  .tab_area label {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .tab_panel {
    padding: 15px;
  }

  /* お問い合わせ */
  .page {
    padding: 10px;
  }

  .main {
    display: block;
  }

  .card {
    padding: 18px;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-group .btn {
    width: 100%;
  }

  /* 見出し */
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h4 {
    font-size: 17px;
  }

  /* 画像 */
  img {
    max-width: 100%;
    height: auto;
  }

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

  .navi{
    background:#1e73be !important;
  }

  .menu > li{
    background:#1e73be;
  }

  .menu > li a{
    color:#fff !important;
  }

  .menu > li:hover{
    background:#36C;
  }
	
.menu__has-third .menu__third-level{
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background: #155a96;
}
	
}