@charset "utf-8";

.btn-L {
    max-width: 220px;
}

.btn-page {
    font-family: "游明朝",'Noto Sans JP', sans-serif;
    font-weight:bolder;
    background-color: #6B9FB8;
    border: solid #6B9FB8 1px;
    width: 300px;
    text-align: center;
    float: right;
    margin-top: 5px;

}

.btn-page a {
    display: block;
    padding: 0.1em;
    color: #ffffff;
padding-right: 20px;
}

.btn-page a:hover {
    color: #6B9FB8;
	background-color: #ffffff;
}



/*--- icon(右隅下) ---*/
i {
  vertical-align: middle;
    margin-right: 5px;
}
.btnIcon,
.btnIcon-bk,
.btnIcon-bu {
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.btnIcon span,
.btnIcon-bk span,
.btnIcon-bu span {
    position: relative;
    padding-left: 20px;
}
.btnIcon span::before,
.btnIcon-bk span::before,
.btnIcon-bu span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -3px;
}
.btnIcon-bk span::before {
    border-top: 2px solid #786e6c;
    border-right: 2px solid #786e6c;
}
.btnIcon-bu span::before {
    border-top: 2px solid #4f6794;
    border-right: 2px solid #4f6794;
}

.btnIcon:hover span::before {
    border-top: 2px solid #4f6794;
    border-right: 2px solid #4f6794;
}
.btnIcon-bk:hover span::before {
    border-top: 2px solid #786e6c;
    border-right: 2px solid #786e6c;
}
.btnIcon-bu:hover span::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/*--- btn(上へ) ---*/
#goTop {
  	width: 45px;
  	height: 45px;
  	position: fixed;
  	right: 20px;
  	bottom: 20px;
  	background: rgba(255, 255, 255, 0.8);
  	opacity: 0.7;
	border-radius: 45px;
}
#goTop a {
  	position: relative;
  	display: block;
  	width: 45px;
  	height: 45px;
  	text-decoration: none;
	color: #fff;
	line-height: 1;
	text-align: center;
}
#goTop a::before{
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  	content: '\f106';
  	font-size: 32px;
  	color: #183264;
  	position: absolute;
  	width: 35px;
  	height: 35px;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	margin: auto;
  	text-align: center;
}



.wp-block-table {
    margin-top: 1em;
}


.main-container2 {
    width: 100%;
}



h2 {

	color:#015CAC;
	position: relative;
	padding: 1.5rem;
	text-align: center;
  width: 100%;
}

h2:before {
  position: absolute;
  bottom: -10px;
  width: 80%;
  height: 30px;
  content: ' ';
  border-radius: 30px;
  background: #E5F0FA;
	text-align: center;
}


.page-header1{
		position: fixed;
		z-index: 200;
		top: 0px;
		inset: 0;
		height:195px
}
.page-header2{
		position: fixed;
		z-index: 200;
		top: 0px;
		inset: 0;
		height:145px
}


.page-content1{
margin-top: 265px;
}

.page-content2{
margin-top: 145px;
}

















/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
    list-style:none
}

.accordion-area section {
	border: 1px solid #9CC1D2;
	background-color: #FBFBFB;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 50px 3% 3%;
    transition: all .5s ease;
    color: #0C7AAE;
}


/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}


/*========= レイアウトのためのCSS ===============*/

h2{
    text-align: center;
    margin: 30px 0;
    font-size:1rem;
}










/* お問い合わせ 

<div class="step-area">
<ul class="step01-now">
<li class="step01">
<p><span class="small">STEP1</span><span class="txt">情報の入力</span></p>
</li>
<li class="step02">
<p><span class="small">STEP2</span><span class="txt">入力内容の確認</span></p>
</li>
<li class="step03">
<p><span class="small">STEP3</span><span class="txt">受付完了</span></p>
</li>
</ul>
</div>

*/


.step-area ul.step01-now li.step01 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar001.png) #6B9FB8 no-repeat right 0;
    background-size: 25px 100%;
    color: #FFFFFF;
    list-style:none;
}
.step-area {
	margin-left: -20px;
}

.step-area ul {
    display: flex;
}

.step-area ul li p {
    padding: 0 25px 20px 20px;
}

.step-area ul li span.small {
    font-size: 12px;
    display: block;
    padding-top: 14px;
    line-height: 1.4em;
}
.step-area ul li span.txt {
    font-size: 18px;
    display: block;
    line-height: 1.4em;
font-weight: bold;
}

.step-area ul.step01-now li.step02 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar003.png) #BFD4E0 no-repeat right 0;
    background-size: 25px 100%;
    list-style:none;
}

.step-area ul.step01-now li.step03 {
    background: #BFD4E0;
    list-style:none;
}
.step-area ul li.step01 {
    width: 34%;
}
.step-area ul li.step02 {
    width: 33%;
}
.step-area ul li.step03 {
    width: 33%;
}

.step-area ul.step02-now li.step01 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar002.png) #BFD4E0 no-repeat right 0;
    background-size: 25px 100%;
    list-style:none;
}
.step-area ul.step02-now li.step02 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar001.png) #6B9FB8 no-repeat right 0;
    background-size: 25px 100%;
    color: #FFFFFF;
    list-style:none;
}
.step-area ul.step02-now li.step03 {
    background: #BFD4E0;
    list-style:none;
}

.step-area ul.step03-now li.step01 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar003.png) #BFD4E0 no-repeat right 0;
    background-size: 25px 100%;
    list-style:none;
}
.step-area ul.step03-now li.step02 {
    background: url(/wp-content/themes/ashe/templates/images/contact/step-ar002.png) #BFD4E0 no-repeat right 0;
    background-size: 25px 100%;
    list-style:none;
}
.step-area ul.step03-now li.step03 {
    background: #6B9FB8;
    color: #FFFFFF;
    list-style:none;
}

@media screen and (max-width: 460px){
.step-area ul li span.txt {
    font-size: 13px!important;
    display: block;
    line-height: 1.4em;
    font-weight: bold;
}
}





/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
display: none;
visibility: hidden;
}



/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
  background-color: #f1f4ff;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	width: 100%;
}



.tbl-form_name {
	border: none;
	padding: 0;
}

.tbl-form_name td {
 border: none;
 padding: 0;
}

.tbl-form input::placeholder, .tbl-form textarea::placeholder {
  color: #aaa;
  font-family: "游明朝","メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight:bolder;
}

.tbl-form select {
  padding: 8px 5px;
  background-color: #f1f4ff;
  margin: 10px 0 0 0;
}
.tbl-form select:hover {
  cursor: pointer;
}

.c_nav-open {
    padding: 10px;
    color: #fff;
    background: #2073c8;
    position: relative;
    margin: 10px 0 10px 0;
}

.c_sideNav_li {
    line-height: 1.5em;
    padding: 10px;
    display: block;
    text-align: left;
width: 100%;
}



.wpcf7 input[type="submit"] {
width:30%;
padding:15px;
color:#fff;
background: #0B3581;
}
.wpcf7 input[type="submit"]:hover {
background: #8BA8C6;
}

.wpcf7 input[type="button"] {
width:30%;
padding:15px;
color:#fff;
background: #ccc;
}
.wpcf7 input[type="button"]:hover {
background: #8BA8C6;
}

div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold!important;
}

.form_service{
border: solid 1px #ccc;
}


.form_service th{
background: #F4F5F9;
border: solid 1px #ccc;
padding: 10px!important;
width: 150px!important;
}
.form_service td{
border: solid 1px #ccc;
padding: 10px
}


.form-area{

}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"] {
    width: 100%;
}



.main-container {
    float: left;
    margin: 0 auto;
    overflow: hidden;
/*    margin-left: 350px;*/
padding-left: 30px;
}



.page-title{
	font-size: 32px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3368BF!important;
	padding: 20px 0 16px;/*上下の余白*/
	border-top: solid 3px #3368BF;/*上線*/
	border-bottom: solid 3px #3368BF;/*下線*/
	/*margin-bottom: 1.5em;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}



.post-title{
	font-size: 30px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3368BF!important;
	padding: 20px 0 16px;/*上下の余白*/
	border-top: solid 3px #3368BF;/*上線*/
	border-bottom: solid 3px #3368BF;/*下線*/
	margin-bottom: 1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}


.blog-grid h2{
	font-size: 30px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3368BF!important;
	padding: 20px 0 16px;/*上下の余白*/
	border-top: solid 1px #3368BF;/*上線*/
	border-bottom: solid 1px #3368BF;/*下線*/
	margin-bottom: 1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}


h2{
	font-size: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3368BF!important;
	padding: 5px 0 25px;
	margin-bottom: 2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	position: relative;
}

h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: inline-block;
  width: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: blue;
  height: 1px;
    content: ' ';
    border-radius: 30px;
/*    background: #E5F0FA;*/
    background: #3368BF;
    text-align: center;

}

h3{
	font-size: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #3368BF!important;
	padding: 25px 0 25px;
	margin-bottom: 2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	position: relative;


}


h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: inline-block;
  width: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: blue;
  height: 3px;
    content: ' ';
    border-radius: 30px;
/*    background: #E5F0FA;*/
    background: #3368BF;
    text-align: center;

}

.menu-logo{
  height: 72px;
}

@media only screen and (max-width: 767px){
.menu-logo{
    width: 112px;
  height: 72px;
}
}

.company-logo{
padding-left: 5em;
}

.tb_tag{
visibility: hidden;
}

{

}

.k_achievement {
border: 1px #fff solid; 
}
.k_achievement td, th {
border: 1px #fff solid; 
}

.k_achievement select {
padding: 4px;
    font-size: large;
}


