@charset "utf-8";
@media (min-width: 1200px){
	.container {
	width: 1080px;
	}
}

body {
	font-size: 1.6rem;
	color: #211815;
}
p {
	font-size: 1.6rem
}

/*headder*/


/*footer*/
footer {
	padding: 50px 0;
	background-color: #3aabd2;
	border-top: none;
	color: #FFF;
	text-align: center;
}

.copyright {
	margin-top: 30px;
}



img {
max-width: 100%;
height: auto;
}


.sp_non {
	display: block;
}
.sp_on {
	display: none;
}

.alpha a:hover img {
  opacity: 0.5;
}



#bg01 {
	padding:80px 0;
	background-color:#ffffff;
}

#bg01_top {
	padding:80px 0;
	background-color:#ffffff;
}

#bg01_02 {
	padding:50px 0 ;
	background-color:#ffffff;
}

#bg01_03 {
	padding:80px 0 0 0;
	background-color:#ffffff;
}

#bg02 {
	padding:80px 0;
	background-color:#f7f7f7;
}
#foot_img {
	width:100%;
    height: auto;
}


/*index*/
#index_news_bg {
	padding:80px 0 120px;
	background-color:#efefef;
    background: url(img/index/news_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.index_news h2 {
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #0071af;
	border-bottom: 3px solid #0071af;
}
.index_news {
    background-color: #FFF;
    padding: 40px;
    opacity: 0.8;
}
.index_news li {
	padding: 20px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #999;
}
.index_news_date {
	margin-right: 20px;
}
.index_news a {
	color: #211815;
}
.index_news a:hover {
	color: #3aabd2;
}

/*sub*/
#sub_ttl {
	padding: 40px 0;
	background-color: #3aabd2;
	text-align: center;
}
#sub_ttl h2 {
	font-size: 2.8rem;
	color: #FFF;
}

.sub_ttl02 {
	margin-bottom: 40px;
	padding: 10px; 
	font-size: 2.4rem;
	font-weight: 500;
    text-align: center ;
	color: #FFF;
    background-color: #3aabd2;
	border-bottom: 2px solid #3aabd2;
}

.tbl01 {
  border-top: 1px solid #9e9e9f;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.tbl01 tr {
  border-bottom: 1px solid #9e9e9f;
}

.tbl01 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
}

.tbl01 th {
  padding: 20px;
  width: 25%;
  font-weight: normal;
  border-right: 1px solid #9e9e9f;
  background-color: #EFEFEF;
}

.tbl02 th {
    background: #EFEFEF;
    border: solid 1px #ccc;
    padding: 20px;
    width: 25%;
    font-weight:normal;
}
.tbl02 td {
  border: solid 1px #ccc;
    padding: 20px;
}
   
@media screen and (max-width: 640px) {
    .last td:last-child {
      border-bottom: solid 1px #ccc;
      width: 100%;
    }
    .tbl02 {
      width: 100%;
    }
    .tbl02 th,
    .tbl02 td {
  　　border-bottom: none;
      display: block;
      width: 100%;
    }
    .tbl02 th {
        text-align: center;
        font-weight: bold;
      }
    .tbl01 th {
        width: 28%;
    }
}

/*all*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 15px 0 0 0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #231815;
  color: #fff;
  text-decoration: none;
  text-align: center;
	font-size: 14px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.f_blue01 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #3aabd2;
}

@media (max-width: 1024px) {
    #main_img {
        padding-top: 70px;
    }

    #sub_ttl{
        padding-top: 120px;
    }
}

@media (max-width: 767px) {

.sp_non {
	display: none;
}
.sp_on {
	display: block;
}

.top_btn {
    text-align: center;
}

.top_btn img {
    width:80%;
}
.index_news h2 {

	font-size: 2.4rem;
}
}

/*news*/
.news_ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(58, 171, 210);
    padding: 10px 20px;
    border-bottom: 2px solid rgb(58, 171, 210);
}

.news_day {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 40px;
}

/*faq*/
.faq_list {
    height: 100%;
    box-sizing: border-box;
    padding: 18px 24px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    transition: .3s;
    color: #0E367D;
    font-weight: 700;
}
.faq_link {
    display: block;
    height: 100%;
    width: 100%;
}
.faq_link:hover, .faq_link:focus {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
  }
.faq_link_headline {
    display: flex;
    align-items: center;
    color: #0E367D;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
.faq_link_headline img {
    margin-right: 8px;
}
.faq_link_headline-text {
    flex: 1;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 14px 80px 14px 30px;
    cursor: pointer;
    border-bottom: 1px dotted #717071;
}
.qa-list dl:first-child {
}
.qa-list dl::before {
    position: absolute;
    top: 25px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 16px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.qa-list dl dt {
    border-left: none;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/*link*/
.link li {
	padding: 10px 20px;
	border-bottom: 1px dotted #999;
}

.link a {
	color: #000;
}


/*contact*/
.contact_box {
    text-align: center;
}
.tel{
    margin-bottom: 20px;
    font-size: 3.2rem;

}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .col-md-15 {
        width: 100%;
        float: left;
    }
}