@charset "UTF-8";

.purpose__nav {
  width: 1200px;
  margin: 0 auto; }

.purpose .purpose__read {
  margin-bottom: 4%; }

.purpose h3 {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1%;
  padding-bottom: 1%;
  font-size: 2.8rem; }

.purpose h4 {
  font-size: 2.2rem;
  background: #e3e9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
  color: #4664AA; }

.purposeMatter {
	    margin-top: 40px;
    padding-left: 1.6rem;
}
.purposeMatter li span{
      color: #3264AF;
    display: inline;
    font-size: 22px;
}

.month--lastborder {
  padding: 2% 0;
  font-size: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #4664AA;
  margin-bottom: 2%; }
  .month--lastborder span {
	  font-size:2rem;
    width: 35%;
    font-weight: bold;
    color: #4664AA; }
div.kakomi{width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 30px;
    margin-top: 20px;}
.kakomittl{    font-weight: 600;
    font-size: 1.2em;}

  .purpose h4 .serviceItems__title--blackBox {
    padding: 1.4% 1.9%;
    background: #000;
    color: #fff;
    margin-right: 20px; }
.serviceItems {
  margin-bottom: 4%; }






@media all and (max-width: 1023px) {
  .purpose__nav {
    width: 100%; } }

@media all and (max-width: 768px) {
	.purposeMatter{
	    margin-top: 20px;}
.purposeMatter li{
        padding-left: 1.6rem;
    text-indent: -1.6rem;
}
.purposeMatter li span {
    font-size: 15px;
}
p.purposeMatter{
    padding-left: 0;
}
     }

@media all and (max-width: 600px) {
  .purpose h3 {
	  font-size:1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px; }
	.purpose h4 {font-size:1.6rem;}
  .purpose__nav tr td {
    font-size: 1.2rem; }

  .purpose__nav td:nth-of-type(2) {
    margin: 0; }


  .purpose .purpose__read {
    margin-bottom: 10%; } 
	  .purpose h4 .serviceItems__title--blackBox {
    padding: 10px;
	  margin-right:10px;
	}
}
