@charset 'UTF-8';
strong {
  font-size: 16px;
}
.mt_20 {
  margin-top: 20px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.fwb {
  font-weight: bold;
}
.img_area {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
}
.img_area .small_txt {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}
.small_txt {
  font-size: 12px;
}
.box {
  margin-top: 50px;
}
.notice {
  background-color: #1874c6;
  color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  font-weight: bold;
}
.document {
  margin-top: 20px;
}
.document dd {
  margin-left: 1em;
}

.list_01 {
  font-weight: bold;
  color: #FF5722;
  font-size: 110%;
  margin-bottom: 20px !important;
  padding-left: 0;
}


.list_02 dt {
  font-weight: bold;
}
.list_02 dd {
  margin: 3px 0 3px 1em;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.list_03 {
  margin-bottom: 20px;
  padding-left: 1em;
}
.list_03 li {
  margin: 3px 0;
  text-indent: -0.6em;
  padding-left: 0.6em;
}


.indent_01 {
  padding-left: 1em !important;
}
.indent_01 li {
  margin: 10px 0;
  list-style: disc;
}
.indent_02 {
  padding-left: 2em !important;
}
.indent_03 li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}



.list_link01 {
  margin-bottom: 20px !important;
  font-weight: bold;
  padding-left: 0;
}
.list_link01 li {
  margin: 10px 0;
  padding: 10px 0;
}
.list_link01 li a {
  background-color: #efefef;
  padding: 10px;
}


.table_01 td, .table_01 th,
.table_02 td, .table_02 th {
  padding: 10px;
}


.table_01 tr:first-child th:first-child {
  width: 10%;
}
.table_01 tr:first-child th:nth-child(2) {
  width: 20%;
}


.table_02 tr:first-child th:first-child {
  width: 24%;
}
.table_02 tr:nth-child(2) th:first-child {
  width: 31%;
}
.table_02 tr:nth-child(2) th:nth-child(2) {
  width: 15%;
}
.table_02 tr:nth-child(2) th:nth-child(3) {
  width: 15%;
}
.table_02 tr:nth-child(2) th:nth-child(4) {
  width: 15%;
}

.cost_btn {
	color: #fff;
    /*background: #1873c6;*/
    font-size: 2em;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 6px;
    margin-bottom: 50px;
    border-radius: 15px;
	background-image: -webkit-linear-gradient(#789ec1 0%, #1873c6 100%);
    background-image: linear-gradient(#789ec1 0%, #1873c6 100%);
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.cost_btn:hover{
	color: #fff;
}
.cost_btn:active{
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#789ec1 0%, #3a81c1 100%);
    background-image: linear-gradient(#789ec1 0%, #3a81c1 100%);/*グラデーションを明るく*/
}


.cost_btn2 {
	color: #fff;
    /*background: #1873c6;*/
    font-size: 2em;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 6px;
    margin: 50px auto;
    border-radius: 15px;
	background-image: -webkit-linear-gradient(#789ec1 0%, #1873c6 100%);
    background-image: linear-gradient(#789ec1 0%, #1873c6 100%);
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	width: 60%;
}
.cost_btn2:hover{
	color: #fff;
}
.cost_btn2:active{
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#789ec1 0%, #3a81c1 100%);
    background-image: linear-gradient(#789ec1 0%, #3a81c1 100%);/*グラデーションを明るく*/
}
.cost h3 {
	margin-bottom: 0px;
}

.cost_table {
	width: 60%;
	margin: 0 0 40px 0;
}
.cost_table th{
	padding: 6px 0;
    width: 50%;
    font-size: 17px;
    background: #ddd;
	border: 3px solid #fff;
}
.cost_table td{
	padding: 6px 0;
    width: 50%;
    font-size: 17px;
    background: #eee;
    text-align: center;
	border: 3px solid #fff;
}
@media only screen and (max-width: 768px){
	.cost_table {
		width: 100%;
		margin: 0 auto 30px;
	}
}

