@charset "utf-8";
.kippu{
  margin-bottom: 150px;
}
/*  head  */
.head{
  background-color: #F6F6F6;
  background-image: url(/img2/kippu/kippu_ttl_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 14px auto;
}
.head_ttl{
  font-size: 44px;
  padding: 25px 0;
  text-align: center;
  font-weight: normal;
}


/*  box  */

.box{
  margin: 50px 0;
}
.box_ttl{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.box_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
}
.box_block{
  width: 49%;
  margin-bottom: 50px;
  margin-right: 2%;
}
.box_block:nth-of-type(2n+2){
  margin-right: 0;
}
.box_block_link{
  display: block;
  border: 1px solid #B5B5B6;
}
.box_block_link:hover{
  opacity: .5;
}
.box_block_ttl{
  padding: 10px 10px 10px 10px;
  font-size: 23px;
}
.box_block_ttl:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #ED6C00;
  margin-right: 10px;
}
.box_block_bottom_wrapp{
  display: flex;
  background-color: #EFEFEF;
}
.box_block_bottom{
  padding: 5px 10px;
  background-color: #EFEFEF;
  display: flex;
}
.box_block_bottom.w50{
  width: 50%;
}
.box_block_bottom_left{
  font-size: 11px;
  padding-top: 2px;
  white-space: nowrap;
  padding-right: 10px;
}
.box_block_bottom_right{
  font-size: 14px;
}
.box_link{
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.5;

}
.box_link a{
  font-size: 13px;
  color: #ED6C00;
  text-decoration: underline;
  padding-left: 15px;
  position: relative;
  display: block;
}
.box_link a:hover{
  opacity: .5;
}
.box_link a:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #ED6C00;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width:980px) {
.kippu{
  margin-bottom: 100px;
}
/*  head  */
.head_ttl{
  font-size: 44px;
  padding: 25px 0;
}

/*  box  */

.box{
  margin: 50px 0;
}
.box_inner{
}
.box_block{
}
.box_block:nth-of-type(2n+2){
}
.box_block_ttl{
  font-size: 18px;
}
.box_block_bottom_wrapp{
  flex-wrap: wrap;
  display: block;
  padding: 5px 10px;
}
.box_block_bottom{
}
.box_block_bottom.w50{
  width:auto;
  padding:0;
  display: inline-block;
  white-space: nowrap;
}
.box_block_bottom_left{
  padding-right: 5px;
  display: inline-block;
}
.box_block_bottom_right{
  font-size: 14px;
  display: inline-block;
  padding-right: 5px;
}
.box_link{
}
.box_link a{
  font-size: 13px;
}
.box_link a:before{
  top: 5px;
}
}

@media screen and (max-width:750px) {
.kippu{
  margin-bottom: 80px;
}
/*  head  */
.head_ttl{
  font-size: 22px;
  padding: 20px 0;
}

/*  box  */

.box{
  margin: 40px 0;
}
.box_ttl{
  font-size: 18px;
  margin-bottom: 20px;
}
.box_inner{
  display: block;
}
.box_block{
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.box_block:nth-of-type(2n+2){
  margin: auto;
  margin-bottom: 30px;
}
.box_block_ttl{
  font-size: 18px;
}
.box_block_ttl:before{
  border-width: 5px 0 5px 8.4px;
  margin-bottom: 3px;
}
.box_block_bottom_left{
  font-size: 11px;
}
.box_block_bottom_right{
  font-size: 13px;
}
.box_link{
}
.box_link a{
  font-size: 12px;
  padding-left: 10px;
}
.box_link a:before{
  border-width: 5px 0 5px 8.4px;
  top: 5px;
}
}