@charset "UTF-8";

#contentsBlock ul {
	font-size: 0;	/*inline-block対応*/
	padding: 0 15px;
}

	#contentsBlock ul li {
		font-size: 10px;
		font-size: 1.0rem;
		display: inline-block;
		*display: inline;	/*for IE8*/
		*zoom: 1;			/*for IE8*/
		width: 50%;
		margin: 0 0 8px;
		padding: 0 10px 0 0;
		vertical-align: top;
	}

.h04 {
	margin-top: 20px !important;
}

.fix_box {
    padding: 0 10px 0 10px;
}

.fix_box img{
    border-radius: 10px;
    box-shadow: 0 0 12px -6px #006cba;
    padding: 20px;
}

.fix_box img:hover{
	transition: .5s;
    transform: scale(1.05);
}

@media screen and (max-width: 600px) {
  .bottom-footer .left {
    text-align: Center;
    display: flex;
    flex-direction: column;
  }

  .bottom-footer .right {
    text-align: center;
    margin-top: 20px;
  }
  
  .part.btm{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
}

@media screen and (max-width: 700px) {
	.part.btm{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	  }
	  .bottom-footer .left{
	      text-align: center;
  }
  .bottom-footer .right{
	    text-align: center;
    display: inline-block;
  }
}