


.text_center{
  display: block;
  text-align: center;
  padding-bottom: 20px;
  background: #fff;
}



/* ========================================
	margin
======================================== */

.mt10{
margin-top: 10px;
}

.mt20{
margin-top: 20px;
}

.mt30{
margin-top: 30px;
}
.mt60{
margin-top: 60px;
}



/* ========================================
	color
======================================== */
.color01{
  color: #d41d23;
}

/* ========================================
li
======================================== */
.ex01{
  display: list-item;
}
.ex01 li{

list-style-type: disc;
margin-left: 20px;
}


/* ========================================
	Main
======================================== */

.boxtype01{
  width:93.5%;
    max-width: 1200px;
margin: auto;
}
.boxtype01 li{
  border-bottom: dashed 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.boxtype02{
  width:93.5%;
    max-width: 1200px;
margin: auto;
border: 1px solid #ccc;
padding: 20px;
}


.pagebox {
  margin: auto;
    width:93.5%;
      max-width: 1110px;
      border: solid 1px #ccc;
      padding: 30px;
      margin-top: 40px;
            margin-bottom: 40px;
}
.pagebox header{

padding: 10px 0 0px!important;
position: relative;
z-index: 1;
text-align: left!important;
}


.pagebox a{
  color: #2d46ff;
  word-wrap: break-word;
}

/* ========================================
table
======================================== */

table.t01{
	width:92%;
	text-align:left;
	margin:10px auto 40px auto;
	font-size:12px;
	color:#333;
	line-height:1.9em;
}

#company h3{
	font-size:16px;
	font-weight:bold;
	color:#069;

}

table.t01 th{
	vertical-align:middle;
	border:1px solid #CCC;
	padding:5px;
}

table.t01 td{
	border:1px solid #CCC;
	padding:8px;
}

table.t01 th{
	vertical-align:middle;
	border:1px solid #CCC;
	padding:5px;
}

table.t01 td{
	border:1px solid #CCC;
	padding:8px;
}

.pagebox h2{
  background: url(../images/sakura.png) no-repeat left top;
  padding-left: 40px;
  background-size: 4%;
  background-size: auto;
  /* max-width: 20px; */
  /* height: 40px; */
  /* margin-bottom: 20px; */
}
.pagebox h2{
  line-height: 1.2!important;
}

@media screen and (max-width: 996px) {
  .pagebox h2{
    line-height: 1.4!important;
  }
}

@media screen and (max-width: 768px) {
  .pagebox h2{

    /* background-size: 7%; */
    /* background-size: auto; */
    /* max-width: 20px; */
    /* height: 25px; */
    margin-bottom: 20px;
  }
  .pagebox h2{
    line-height: 1.6!important;
  }
}
