@charset "utf-8";
/* CSS Document */

h2 {
    background: none;
    font-size: auto;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
	
}
.accordion-title {
  color: #000;
  cursor: pointer;
  margin: 20px 0 0px;
  font-size: 18px;
  padding-right:70px;
  padding-left: 10px;
  font-weight: bold;
	height: 80px;
	line-height: 4.5;
}
.accordion-content {
  display: none;
  padding: 0 0 10px ;
}
.accordion-content p {
  /*font-size: 13px;*/
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  background-color: #fff;
}
.accordion-item:nth-of-type(2) .accordion-title {
  background-color: #fff;
}
.accordion-item:nth-of-type(3) .accordion-title {
  background-color: #fff;
}
.accordion-item:nth-of-type(4) .accordion-title {
  background-color: #fff;
}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
  /*border-bottom: 2px solid #7f7fff;
  border-left: 2px solid #7f7fff;
  border-right: 2px solid #7f7fff;*/
}
.accordion-item:nth-of-type(2) .accordion-content {
  /*border-bottom: 2px solid #66cdaa;
  border-left: 2px solid #66cdaa;
  border-right: 2px solid #66cdaa;*/
}
.accordion-item:nth-of-type(3) .accordion-content {
  /*border-bottom: 2px solid #ff7f7f;
  border-left: 2px solid #ff7f7f;
  border-right: 2px solid #ff7f7f;*/
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #151db8;
  border-top: solid 2px #151db8;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.search_tittle{font-size: 30px;padding-top: 40px;color: #0E208C;}
		.seach_table{width: 100%;margin: 0 auto;border-collapse: separate;background-color: #fff;}
		.seach_table td{text-align: center;padding: 8px;margin: 8px;background: #fff;}
		.seach_table td p{background: #fff;padding: 3px 0;}
		.accordion-item:nth-of-type(4) .accordion-title { background-color: #fff;}
		@media screen and (max-width: 760px){
		.seach_table td{text-align: center;padding: 8px 5px;margin: 0px;}	
		}


@media screen and (max-width:760px){
.accordion-title {
    line-height: 1.3;
	height: 90px;
	padding-top: 30px
		
}	
.search_tittle{font-size: 24px;padding-top: 40px;color: #0E208C;}
	
}