@charset "utf-8";
/*
Theme Name:KADAN child
Theme URI:https://tcd-theme.com/tcd056
Description:WordPressテーマ「KADAN」の自作子テーマです。
Template:kadan_tcd056
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.10
*/

#cb_1 .p-section-header__headline{
	display: none;
}

#cb_2 .p-section-header__headline{
	display: none;
}



.p-index-slider__nav-item:nth-child(1) a{
	margin-bottom: 20px;
}

.p-index-slider__nav-item:nth-child(2) a:hover{
}

.p-index-slider__nav-item{
	position: relative;
}

.p-index-slider__nav-item:nth-child(1) a:after{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 2px solid #000;
}

.p-index-slider__nav-item:nth-child(2) a{
	margin-top:20px;
}

.p-index-slider__nav-item:nth-child(2) a:after{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 2px solid #fff;
}


.p-footer-slider{
	display: none;
}

.p-info{
	background:#f4f1ed;
}

.p-global-nav > ul > li > a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}

.p-global-nav > ul > li > a:hover{
	background: inherit;
	opacity: 0.6;
}

.p-index-news__col--topic{
	display: none;
}

.p-index-news__col{
	width: 100%;
}

.company-ab-dt{
	font-weight: bold;
	
}

.company-ab-dd{
	margin-left: 0;
}

.p-info__text-book{
	font-weight: bold;
	font-size: 20px;
}

.p-info__col:first-child{
	padding: 8px 3.38983% 16px 60px;
}

@media only screen and (max-width: 767px){
	.p-info__col:first-child{
		padding: 8px 3.38983% 16px 0;
	}
}

.l-header--fixed.is-active{
	background: #000;
	
}

.l-header--fixed.is-active > div > h1 > a > img {
	display: none;
}

.l-header--fixed.is-active > div > div > a > img {
	display: none;
}

.l-header--fixed > div > div > a > img{
	display: none;
}

.c-logo img{
	position: absolute;
	top: 20%;
	width: 150px;
	height: 300px;
}

@media only screen and (max-width: 767px){
	.c-logo img{
		width: 60px;
		height: 120px;
	}
}



/*contct*/

.p-contact {
  margin-top: 110px;
}

.p-contact-inner {
  width: 800px;
  margin: 0 auto;
}

.p-contact-title {
  margin-top: 80px;
  font-size: 24px;
  text-align: center;
}

.p-contact-form {
  margin-top: 60px;
}

.p-contact-form-row {
  display: block;
}

.p-contact-form-row:not(:first-child) {
  margin-top: 32px;
}

.p-contact-form-row dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.contact-form-label {
  font-size: 18px;
  margin-bottom: 18px;
}

.contact-form-label label.is-required {
  position: relative;
  display: inline-block;
}

.contact-form-label label.is-required::after {
  position: absolute;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #E61264;
  width: 40px;
  text-align: center;
  padding: 3px 0;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form-input {
  width: 100%;
}

.contact-form-input [type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DDDDDD;
  color: inherit;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form-input [type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DDDDDD;
  color: inherit;
  padding: 10px 16px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form-input [type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #DDDDDD;
  color: inherit;
  padding: 10px 16px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form-input textarea {
  height: 240px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  resize: none;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.contact-form-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  padding: 10px 16px;
  width: 100%;
  font-family: inherit;
}

.p-contact-form-check {
  margin-top: 42px;
  text-align: center;
}

.p-contact-form-check [type="checkbox"] {
  display: none;
}

.p-contact-form-check .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}

.p-contact-form-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #3E3E3E;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact-form-check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  left: 0;
  height: 16px;
  width: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}

.p-contact-form-check [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.p-contact-form-button {
  margin-top: 46px;
  text-align: center;
  margin-bottom: 80px;
}

.p-contact-form-button [type="submit"] {
  display: inline-block;
  border: 1px #023E78 solid;
  width: 210px;
  max-width: 100%;
  padding: 24px 0;
  background: #fff;
  color: #023E78;
  font-family: inherit;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}



@media only screen and (max-width: 991px){
	.p-contact-inner{
	width: 600px;
}
}

@media only screen and (max-width: 767px){
	.p-contact-inner{
	width: 300px;
}
}
.p-entry__body pre{
	border-left: none;
	font-size: 16px;
}

.access__map {
  margin: 80px auto 0;
  width: 1200px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .access__map {
    margin-top: 40px;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous{
	height: 70px;
	border: 1px #023E78 solid !important;
}

