@charset "utf-8";
/* CSS Document */

@import url("style.css");

h3 {
    position: relative;
    border-left: 6px solid #ccc;
    padding: 10px;
    color: #000;
    padding-left: 1em;
    text-align: left;
}

h3::before {
position: absolute;
left: -6px;
bottom: 0;
content: '';
width: 6px;
height: 50%;
background-color: #00AEEF;
}

h3::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #00AEEF;
}

h4.card-title {margin-bottom: 0 !important;}

blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #399A59;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #399A59;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

blockquote.bl-orange {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border: solid 3px #399A59;
    border-left-width: 50px;
}

blockquote.bl-orange:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote.bl-orange p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote.bl-orange cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

ul.etc-ul {
  padding: 0;
  position: relative;
}

ul.etc-ul li {
  border-left: solid 6px #399A59;
  border-bottom: solid 2px #dadada;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
  text-align: left;
  
}

ul.etc-ul2 {
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
}

ul.etc-ul2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
  text-align: left;
}

ul.etc-ul2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 0.5em;
  color: #399A59;
  font-weight: 900;
}

ul.etc-ul2 li:last-of-type {
  border-bottom: none;
}

ol.etc-ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: solid 2px #399A59;
}
ol.etc-ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 45px;
  line-height: 1.5em;
  text-align: left;
}
ol.etc-ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #399A59;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.etc-ol li:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #399A59;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------------------*/
/*header*/
/*---------------------------------------------------*/

.etc-jumbotron {
    margin-top: 80px;
    height: 150px;
    margin-bottom: 0;
}

.etc-jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#etc-servie {
  background: url("../images/etc-service.jpg") no-repeat center;
  background-size: cover;
}
#etc-aboutus {
  background: url("../images/etc-aboutus.jpg") no-repeat center;
  background-size: cover;
}
#etc-recruit {
  background: url("../images/etc-recruit.jpg") no-repeat center;
  background-size: cover;
}
#etc-contact {
  background: url("../images/etc-contact.jpg") no-repeat center;
  background-size: cover;
}
#etc-privacy {
  background: url("../images/etc-privacy.jpg") no-repeat center;
  background-size: cover;
}
#etc-news {
  background: url("../images/etc-news.jpg") no-repeat center;
  background-size: cover;
}

.title-bg {
  margin-top: 1.5rem;
  background: rgba(0,0,0,0.40);
  text-align: center;
}

.title-bg h2{
  color: white;
  text-shadow: 1px 1px 1px #B9B9B9;
  padding: 1rem 0;
}

/*---------------------------------------------------*/
/*pan*/
/*---------------------------------------------------*/
.et-pan {
  padding: 0;
  margin-bottom: 0;
}

.et-pan p {
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.et-pan p a {color: #2D3293 !important;}

.et-pan p a:hover {color: #5D61B4 !important;}


/*---------------------------------------------------*/
/*form*/
/*---------------------------------------------------*/
table.formTable {
    width:100%;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 10px;
    letter-spacing: 0;
    text-indent: 0;
}
table.formTable td, table.formTable th {
  padding:0 10px;
  text-align: left;
}
table.formTable th {
  width:30%;
  font-weight:normal;
  background:#B0E0F2;
  text-align:left;
  color: #2A3594;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    vertical-align: middle;
    padding: 20px;
    border: none;
    font-size: 1em !important;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    background: #F7F7F7;
    width: 96%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

table.formTable span {
  background-color: red;
  color: white;
  margin-left: .5em;
  padding: .5em;
  font-size: .5em;
}

table.form_confirm td{
  padding: 20px;
}


.btn-flat {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    background-color: #2D3293;
    color: white;
}

.btn-no {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    background-color: #ACACAC;
    color: white;
}

.btn-flat:hover {opacity: 0.8;}
.btn-no:hover {opacity: 0.8;}

/*service*/
/*---------------------------------------------------*/
.s-box .s-text {width: 100%;}

.s-box img {
  width: 100%;
}

/*about us*/
/*---------------------------------------------------*/
.ab-table {
  width: 100%;
  display: table;
}

.ab-table tr {display: table-row;}
.ab-table th,
.ab-table td{
  width: 100%;
  font-size: 1rem;
  padding: 3% 1em !important;
  display: block;
}
.ab-table th{
  background-color: #B0E0F2;
}

.ab-table ul li {
  list-style: none;
  line-height: 1.8;
}

.ab-table dl {
  display: flex;
  margin-bottom: .3em;
}
.ab-table dl dt {
  width: 90%;
  font-weight: normal;
}
.ab-table dl dd {
  margin-bottom: 0;
}

/*privacy*/
/*---------------------------------------------------*/
h4 {margin-top: 1em;}
ul.list-box {margin-left: 1.5em;}
.contact-box p {
  margin: 0;
}

/*contact*/
/*---------------------------------------------------*/
.contact-box {
  width: 80%;
  margin: 0 auto;
}

.contact-privacy{
	width: 100%;
	height: 190px;
	margin: 10px 0;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
  text-align: left;
}

.contact-privacy p{
	font-size:14px;
	line-height:170%;
	margin: 0 0 25px 0;
}
.contact-privacy p.pri_title{
	margin: 0 0 5px 0;
	line-height:150%;
	font-size: 20px;
}

.contact-privacy p.pri_sub{
	margin: 0 !important;
	font-size: 16px !important;
}

.contact-privacy ul{
	margin-left: 2em !important;
  font-size: .8em !important;
}
.contact-privacy ul li{
  font-size: 14px !important;
}

.list ul {padding-left: 2em;}

/*news*/
/*---------------------------------------------------*/

ul#newsList {list-style: none;}

ul#newsList li {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #2a3594;
}

ul#newsList li .up_ymd,
ul#newsList li .title{
  font-weight: bold;
}

ul#newsList a{color: #000000 !important;}
ul#newsList a:hover{color: #2D3293 !important;}

#detail {margin-top: 1em;}
#detail img {width:auto;}


/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #2a3594;
    border: 1px solid #2a3594;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 10px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#2a3594;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/*---------------------------------------------------*/
/*media*/
/*---------------------------------------------------*/
@media (min-width:480px) {
  /*概要*/
  /*---------------------------------------------------*/
  .ab-table th{
    width: 30%;
    display: table-cell;
    border-bottom: 2px solid #2D3293;
    background-color: initial;
  }

  .ab-table td {
    width: 70%;
    display: table-cell;
    border-bottom: 2px solid #ACACAC;
  }
}

@media (min-width: 576px) {
  .etc-jumbotron {
    margin-top: 30px;
    height: 200px;
  }
  
  .title-bg h2{
    padding: 1.5rem 0;
  }

}

@media (min-width: 768px) {
  .etc-jumbotron {
    margin-top: 80px;
    height: 250px;
  }
  
  .s-box {display: flex;}

  .s-box .s-text {
    width: 70%;
    margin-right: 1em;
  }
  
  .s-box img {
    width: 30%;
  }

  .ab-table dl dt {
    width: 70%;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .etc-jumbotron {
    margin-top: 130px;
    height: 300px;
    background-size: cover;
  }
  
  .title-bg {
    margin-top: 3rem;
  }
    
  .ab-table dl dt {
    width: 50%;
    font-weight: normal;
  }
  .fc-table dl dt {
    width: 50%;
    font-weight: normal;
  }

}

@media (min-width: 1200px) {
 } 

@media screen and (max-width:767.98px) {
.psm-0 {padding: 0;}

table.formTable {
  width:100%;
  margin:0 auto;
}
table.formTable th, table.formTable td {
  width:100%;
  display:block;
}
table.formTable th {
  margin-top:5px;
  padding:10px 20px;
  border-bottom:0;
}

table.formTable td {
  padding:5px 0;
}
input[type="text"], input[type="email"], textarea {
  width:100%;
  font-size:110%;
  display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  display:block;
  width:100%;
  height:40px;
}

.btn-flat {
  margin-bottom: 1em;
  padding-bottom: 3em !important;
}

.btn-no {
  padding-bottom: 3em !important;
}



}

/*facility*/
.fac-table {
  width: 100%;
  display: table;
  text-align: left;
  margin-top: 3em;
}

.facfac-table tr {display: table-row;}
.fac-table th{
  display: table-cell;
  border-bottom: 2px solid #2D3293;
  background-color: initial;
}

.fac-table td {
  display: table-cell;
  border-bottom: 2px solid #ACACAC;
  padding: 1em 0;
}

/*---------------------------------------------------*/
@media screen and (max-width: 787px) {
  .fac-table thead {
    display:none;
  }
  .fac-table th, .fac-table td {
    display: block;
    border: 0;
    border-bottom: 1px solid #ACACAC;
  }
  .fac-table td:last-child {border-bottom: none;}
  .fac-table tbody {border-bottom: 1px solid #ACACAC;}
  .fac-table tbody th{
    background: #2D3293;
    color:#fff;
    padding-left: .5em;
    border: none;
  }
  .fac-table td::before{
    content: attr(data-label);
    color: #2D3293;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    min-width: 4em;
  }
}
