@charset "utf-8";
/*
Theme Name:株式会社エイジェックADプロモーション
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/

/*============================
固定ページ共通
============================*/
/*----- トップ画像 -----*/
.bl_mainVisual {
    text-align: center;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    margin: 80px 0 0;
}
.bl_mainVisual_ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: .1em;
}
.bl_mainVisual .hp_pad,
.bl_mainVisual .hp_mo {
	display: none;
}
/* ----- タイトル -----*/
.bl_mainVisual_ttl h1 .hp_ja {
	display: block;
	font-size: 2.5rem;
	font-weight: 800;
	color: #123b4d;
}
.bl_mainVisual_ttl h1 .hp_en {
	color: #019B4D;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
}

@media screen and (max-width: 1279px) {
	.bl_mainVisual .hp_pc {
		display: none;
	}
	.bl_mainVisual .hp_pad {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.bl_mainVisual {
    	margin: 60px 0 0;
	}
	.bl_mainVisual .hp_pad {
		display: none;
	}
	.bl_mainVisual .hp_mo {
		display: block;
	}
	.bl_mainVisual_ttl h1 .hp_ja {
    	font-size: 1.5rem;
	}
}
/*============================
お問い合わせ
============================*/
.bl_contact_notes {
	border: 2px solid #019B47;
	background: #F1F9F5;
	border-radius: 20px;
	padding: 50px;
	margin: 50px 0;
}
.bl_contact_desc {
	text-align: center;
	line-height:1.8;
	margin: 0 0 30px;
}
.bl_contact_notes ul li {
	color: #112953;
	font-weight: 600;
	line-height: 1.8;
}
input[type="button"],
input[type="email"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
textarea,
select,
input[type="number"] {
	outline: none;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}
.bl_contact_form_box th {
	padding: 20px 0;
	border-bottom: 2px solid #757D92;
	width :380px;
	border-right: transparent 20px solid;
}
.bl_contact_form_box  td{
	padding: 20px 0;
	border-bottom: 2px solid #BBBEC5;
	width: calc(100% - 380px);
}
.bl_contact_form_box th,
.bl_contact_form_box td {
	vertical-align: middle;
}
.bl_contact_ttl {
	display: grid;
	grid-template-columns: 1fr 50px;
	gap: 15px;
}
.bl_contact_form .bl_contact_txt {
	width: 100%;
	padding: 10px 8px;
	font-size: 1rem;
	border: none !important;
	background: #F5F5F5;
	border-radius: 5px;
}
.bl_contact_form .bl_contact_txt_20 {
	width: 20%;
	padding: 10px 8px;
	font-size: 1rem;
	border: none !important;
	background: #F5F5F5;
	border-radius: 5px;
}
.bl_recaptcha {
	text-align: center;
	font-size: .875rem;
	margin: 35px 0 0;
}
.bl_recaptcha a {
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
	padding-bottom: 2px;
}
.bl_recaptcha a:hover {
    border-bottom: 1px solid #005bac;
    color: #005bac;
}
.title-contactform7 {
	color: #123B4D;
	font-weight: 600;
}
.bl_contact_form .wpcf7-form label {
  border: none !important;
  padding: 6px 10px 8px 8px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  margin: 0 6px 6px 0;
}
.bl_contact_form .wpcf7-form label input,
.bl_contact_form .wpcf7-form label span {
  vertical-align: middle;
}
.bl_contact_form .wpcf7-form-control.select {
	background: #fff;
	padding: 6px 10px 8px 8px;
	width: 50%;
	font-size: 1rem;
	border: none;
	border: #f5f5f5 solid 2px !important;
	border-radius: 5px;
}
.bl_contact_pp {
    text-align: center;
	margin: 50px 0 0;
}
.bl_contact_pp_txt {
    font-weight: 600;
    font-size: .9375rem;
}
.bl_contact_pp .bl_contact_input {
    margin: 12px 0 0;
}
.bl_contact_input .hp_unit {
	display: inline-block; 
	margin: 0 0 0 10px;
}
.bl_contact_submit {
	max-width: 500px;
	text-align: center;
	margin: 40px auto 0;
}
.bl_contact_btn,
div.wpcf7cp-btns .wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  cursor: pointer;
  background: #019B4D;
  display: inline-block;
  width: 46%;
  outline: none;
  border-radius: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  border: none;
  padding: 12px 0;
  margin: 0 2%;
  letter-spacing: .1em;
  transition: .5s;
  color: #fff;
}
.bl_contact_btn:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
  background: #1278D0;
}
.bl_contact_his {
	text-align: center;
}
.bl_contact_his span {
    background: #FF0900;
    color: #fff;
    border-radius: 5px;
	font-size: .875rem;
    display: block;
    padding: 2px;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-list-item {
    margin: 0 !important;;
}
@media screen and (max-width: 1279px) {
	.bl_contact_form_box th {
		width :300px;
	}
	.bl_contact_form_box  td{
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 1023px) {
	.bl_contact_form_box th {
		width :280px;
		text-align: left;
	}
	.bl_contact_form_box  td{
		width: calc(100% - 280px);
	}
	.bl_contact_desc {
		text-align: left;
	}
	.bl_contact_notes {
		margin: 30px 0;
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.bl_contact_notes {
		padding: 20px;
	}
	.bl_contact_form .wpcf7-form-control.select {
		width: 100%;
	}
	.bl_contact_form_box th,
	.bl_contact_form_box td {
		display: block;
		width: 100%;
	}
	.bl_contact_form_box th {
		border: none;
		padding: 20px 0 0;
	}
	.bl_contact_form_box td {
		padding: 10px 0 20px;
	}
	.bl_contact_pp {
		margin: 30px 0 0;
		text-align: left;
	}
	.bl_contact_pp_txt {
    	line-height: 1.9;
	}
	.bl_contact_submit {
    	margin: 20px auto 0;
	}
	.bl_recaptcha {
		text-align: left;
	}
}
/*============================
送信完了しました
============================*/
.bl_completion {
	line-height: 1.9;
	text-align: center;
}
.bl_completion .el_btn {
	margin: 50px auto 0;
	max-width: 300px;
}
.bl_completion .el_btn a {
	line-height: 50px;
}
@media screen and (max-width: 767px){
	.bl_completion {
		text-align: left;
	}	
	.bl_completion .el_btn {
    	margin: 30px auto 0;
	}
}

/*============================
アンケートフォーム
============================*/
.bl_que_box {
	border: 2px solid #019B47;
    background: #F1F9F5;
    border-radius: 20px;
    padding: 50px;
	line-height: 1.9;
	margin: 0 0 50px;
}
.bl_que_box_desc {
	margin: 0 0 20px;
	font-size: 1.0625rem;
	text-align: center;
}

.bl_que_box .bl_post_divide {
	color: #112953;	
	font-weight: 500;
}
.bl_que_box_note{
	margin: 20px 0 0;
	text-align: center;	
}
.bl_click_text {
	display: none;
	text-align: center;
	margin: 20px 0 0;
}
@media screen and (max-width: 767px){
	.bl_que_box {
    	padding: 20px;
    	line-height: 1.7;
		margin: 0 0 20px;
	}
	.bl_que_box_desc,
	.bl_que_box_note {
		text-align: left;
	}
	.bl_click_text {
		text-align: left;
	}
}
/*============================
テキストブック ダウンロード
============================*/
.bl_download_btn {
	max-width: 500px;
	margin: 0 auto;
}
.bl_download_btn .el_btn a {
    line-height: 70px;
	position: relative;
}
.bl_download_sent {
	text-align: center;
	margin: 0 0 30px;
}
.bl_download_btn .el_btn a::after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 1em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	background: url(images/icon-dl.png) no-repeat center right / contain;
}
.bl_download_btn .el_btn.hp_download {
	margin: 50px 0 0;
}
.post-password-form {
	padding: 200px 30px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.post-password-form p {
	margin: 0 0 20px;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background: #019B4D;
    border: none;
    width: 60px;
    cursor: pointer;
}
.post-password-form input[type="password"] {
	padding: 10px 8px;
	font-size: 1rem;	
	outline: none;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 0 0 3px;
}
.bl_download_box {
    border: 3px solid #019B4D;
    border-radius: 30px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 4px 4px #00000040;
	max-width: 960px;
	margin: 0 auto;
}
.bl_download_box {
	line-height: 1.9;
}
.bl_download_box p .hp_red {
	color: red;
}
.bl_youtube {
	max-width: 800px;
	margin: 20px auto 0;
}
.bl_download_period {
	margin: 10px 0 30px;
	text-align: center;
}
.bl_download_box_desc {
	margin: 0 0 40px;
}
.bl_download_date h2 {
	text-align: center;
	margin: 0 0 16px;
}
.bl_download_date h2 span{
    background: #123b4d;
    color: #fff;
    line-height: 1;
    padding: 2px 15px 4px;
    border-radius: 20px;
    font-weight: 600;
}
.bl_test_date p {
	color: #123b4d;
    font-weight: 600;
	display: inline-block;
}

@media screen and (max-width: 1023px){
	.post-password-form p {
		text-align: left;
	}
	.bl_download_box p {
    	font-size: 1rem;
   		line-height: 1.9;
    	text-align: left;
	}
}
@media screen and (max-width: 767px){
	.post-password-form {
		text-align: left;
	}
	.post-password-form input[type="submit"] {
		display: block;
		margin: 30px auto 0;
        width: 100px;
        line-height: 50px;
	}
	.bl_download_box {
    	padding: 20px;
	}
	.bl_download_box p {	
		line-height: 1.6;
	}
	.bl_download_sent {
		text-align: left;
	}
	.bl_download_period {
		font-size: .9375rem;
	}
	.bl_test_date p {
		display:block;
		font-size: .9375rem;
		text-align: center;
	}
	.bl_test_date span {
		display: none;
	}
	.bl_download_date .bl_test_date:nth-of-type(1) {
		margin: 0 0 12px;
	}
	.bl_test_date p:nth-of-type(2) {
		font-size: .875rem;
		margin: 5px 0 0;
	}
	.bl_download_date h2 span {
    	line-height: 1.2;
    	padding: 5px 12px 4px;
    	border-radius: 30px;
    	display: block;
	}
	.bl_download_box .el_flex {
		display: block;
	}
	.bl_download_box_desc {
    	margin: 0 0 20px;
	}
}

/*============================
お知らせ一覧
============================*/
.bl_newsCont {
	padding: 20px 40px;
 	background: #f3f7fa;
	margin: 0 0 10px;
}
.bl_newsCont_box {
	display: grid;
	grid-template-columns: 120px 1fr;
	align-items: center;
}
.bl_newsCont_ttl h2 {
	font-weight: 600;
	font-size: 1.125rem;
	color: #123b4d;
}
.bl_newsCont_date {
	font-family: "Barlow", sans-serif;
	line-height: 1;
	margin: 3px 0 0;
  color: #123b4d;
}
.bl_newsCont_date p {
	letter-spacing: .15em;
}
.bl_archiveNews a:hover h2,
.bl_archiveNews a:hover {
	color: #019B4D;
}

@media screen and (max-width: 767px) {	
	.bl_newsCont_box {
		display: block;
	}

	.bl_newsCont_date {
		margin: 0 0 2px;
	}
	
	.bl_newsCont {
		padding: 20px 15px 17px;
	}
	
	.bl_newsCont_ttl h2 {
    font-size: 1.0625rem;
	}
}

/*============================
お知らせ　個別ページ
============================*/
.bl_singleNews .ly_wrap {
	max-width: 900px;
}

.bl_singleNews_date {
	font-family: "Barlow", sans-serif;
	letter-spacing: .1em;
    margin: 0 0 10px;
}

.bl_singleNews_ttl {
	font-size: 1.75rem;
	padding: 0 0 30px;
	font-weight: 600;
	color: #123b4d;
}

.bl_paragraph {
	margin: 24px 0 0;
}

.bl_singleNews_txt p {
	line-height: 1.9;
}

.bl_post_divide {
	display: grid;
	grid-template-columns: 185px 1fr;	
}

.bl_singleNews_nav .el_more a span {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
		sans-serif;
}
.bl_singleNews .el_btn {
	max-width: 360px;
	margin: 50px auto 0;
}
.bl_singleNews .el_btn a {
	line-height: 60px;
}
@media screen and (max-width: 767px) {
	.bl_singleNews_ttl {
		font-size: 1.25rem;
		padding: 0 0 10px;
	}

	.bl_singleNews_nav {
		gap: 10px;
		margin: 40px 0 0;
	}

	.bl_singleNews_nav .el_more a span:after,
	.bl_singleNews_nav .el_more a:hover span:after {
		content: none;
	}

	.bl_singleNews_nav .el_more a span {
		background: #0075c4;
		color: #fff;
		padding: 15px 5px;
		display: block;
		text-align: center;
		margin: 0;
		border-radius: 10px;
		font-size: .75rem;
		letter-spacing: .05em;
	}
	.bl_post_divide {
		display:block;
	}
	.bl_post_divide span {
		display:none;
	}
}