﻿@charset "utf-8";
/*
Theme Name: career
Theme URI: www.career-lab.or.jp
Description:  キャリア・デザイン研究所
Author: omori
Author URI: www.career-lab.or.jp


Version: 1.0
*/


@import url('css/index.css');
@import url('css/second.css');

/* スクロールボタンの不具合を解消　2024年6月 */
.scroll {
opacity: 1; /* 初期状態では表示 */
transition: opacity 1s ease-in-out;
}
.hidden {
opacity: 0; /* 非表示状態 */
}
.scroll.jump1,
.scroll.jump2,
.scroll.jump3,
.scroll.jump4,
.scroll.jump5,
.scroll.jump6 {
position: fixed;
    bottom: -3em;
    z-index: 5;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
    opacity: 0.5;
}

/* 下層ページのテーブルスタイルを追加　2024年6月 */
.second .container table.tableStyle {
    width: 100%;
}

.second .container table.tableStyle th {
    border: 1px solid #aaa;
    padding: 1em;
    background-color:#dbe9ff;
    text-align:right;
}
.second .container table.tableStyle td {
    border: 1px solid #aaa;
    padding: 1em;
}

/* お問い合わせの必須項目スタイルを追加　2024年6月 */
.second .container form.wpcf7-form dl dt p span.red {
    color: red;
    font-size: 70%;
	margin-left:1em;
	letter-spacing: 1px;
}

form.wpcf7-form {
    width: 99%;
    max-width: 900px;
    margin: 0 auto;
}
form.wpcf7-form p {
line-height: 1.9em;
    font-size: 16px;
    margin-bottom: 1em;
}
form.wpcf7-form dl{
    margin-top: 52px;
    width: 100%;
}
form.wpcf7-form dl dt p{
    color: #1c4fa1;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 6px;
margin-bottom: 0;
}
form.wpcf7-form dl dd{
    margin-bottom: 30px;
}
form.wpcf7-form dl dd .your-name,
form.wpcf7-form dl dd .your-email {
max-width:450px;   
}

form.wpcf7-form dl dd .your-subject{
    width: 100%;
}
form.wpcf7-form dl dd textarea{
    width: 100%;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 212px;
    margin: 0 auto;
}