@charset "utf-8";

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}


/****************************************
 * Definition List (dl)
 ****************************************/
/*dl-layout1*/
#main dl.dl-layout1{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout1 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: normal;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(../images/point01.png);
    background-position: 5px 11px;
    background-repeat: no-repeat;
}

#main dl.dl-layout1 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3;
	padding-left: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/*dl-layout2*/
#main dl.dl-layout2{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#main dl.dl-layout2 dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
	line-height: 1.3;
    font-weight: bold;
    width: 5.0em !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0px;
	 color: #15923b;
}

#main dl.dl-layout2 dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3;
	padding-left: 6.0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


#main dl.dl-layout1::after,
#main dl.dl-layout2::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*tbl-layout1*/
table.tbl-pay {
    width: 50%;
}


#main ul.list-pro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}
#main ul.list-pro li {
    background-image: none;
    margin-bottom: 20px;
}



@media screen and (max-width: 960px) {
/*dl-layout1*/
	#main dl.dl-layout1 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout1 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 0;
	}

/*dl-layout2*/
	#main dl.dl-layout2 dt{
	float: none;
	line-height: 1.4;

	padding-bottom: 0;
	}
	#main dl.dl-layout2 dd{
		line-height: 1.4;
		padding-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}
    table.tbl-pay {
    width: 90%;
}


}



/****************************************
 * table
 ****************************************/
@media screen and (max-width: 480px) {
/*tbl-layout1*/
  table.tbl-layout1 {
		border-top:none;
  }
  table.tbl-layout1 td {
    display: block;
    text-align: center;
		border-bottom: none;
 		border-left: none;
		border-right: none;
	}
  table.tbl-layout1 th {
    display: block;
		border-bottom: none;
 		border-left: none;
		border-right: none;
		text-align: center;
	 }


/*tbl-layout2*/
	table.tbl-layout2 {
	border: none;
  }
  table.tbl-layout2 thead {
    display: none;
  }
  table.tbl-layout2 tr {
		border-top: 1px solid #cccccc;
    display: block;
    margin-bottom: 20px;
  }
  table.tbl-layout2 td {
    display: block;
    padding: 10px;
    text-align: right;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
 		border-top: none;
 }
  table.tbl-layout2 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
	
/*tbl-layout3*/
  table.tbl-layout3 {
    display: block;
    position: relative;
		border-left:none;
		border-bottom:none;
}
  table.tbl-layout3 thead {
    display: block;
    float: left;
  }
  table.tbl-layout3 tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.tbl-layout3 tr {
    display: block;
  }
  table.tbl-layout3 tbody tr {
		display:inline-block;
		vertical-align:top;
  }
table.tbl-layout3 th,
table.tbl-layout3 td {
	display: block;
	border-top:none;
	border-right:none;
}

table.tbl-layout3 th br,
table.tbl-layout3 td br {
	display: none;
}

	
}

/*====================================================================


/*--------------------------------------------------------
	  greeting
--------------------------------------------------------*/
#main #contents #greeting-area{
    /*position: relative;*/
    display: flex;
    align-items: flex-end;
}
#main #contents .greeting_photo {
	width: 150px;
	/*float: left;*/
	margin: 0 10px 20px 0;
}
#main #contents .greeting_photo img {
    border: 1px #ccc solid;
}
#main #contents .greeting_chair {
	font-weight: bold;
	text-align: left;
    /*position: absolute;
    top: 200px;*/
}
#main #contents .greeting_chair span.chair_name {
	font-size: 121.4%;
}

/*--------------------------------------------------------
	  link
--------------------------------------------------------*/
ul.list-link{
    font-weight: bold;
    margin-bottom: 30px !important;
}
ul.list-link li{
    margin-bottom: 10px;
}


/*--------------------------------------------------------
	  abstract
--------------------------------------------------------*/
#main div.btn-area {
    margin-top: 35px;
    background-color: #fffdd9;
    border: 3px solid #ffdc7d;
    padding: 1em;
}

#main div.btn-area ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#main div.btn-area ul li {
    background-image: none;
    text-align: center;
}



a.button {
    display: inline-block;
    text-align: center;
    font-size: 1.143em;
    border: 2px solid #ed1c05;
    color: #fff;
    background-color: #ed4c0c;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 1em;
    border-radius: 4px;
    transition: .3s;
}
a.button:hover {
    background-color: #fc733d;
}

a.button-size01{
    width: 180px;
}
a.button_gray{
    display: inline-block;
    text-align: center;
    font-size: 1.143em;
    border: 2px solid #666666;
    color: #fff;
    background-color: #999999;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 1em;
    border-radius: 4px;
}


@media screen and (max-width: 960px) {
		
	/*--------------------------------------------------------
		  greeting
	--------------------------------------------------------*/
    #main #contents #greeting-area{
        display: block;
    }
	#main #contents .greeting_photo {
		float: none;
		margin: 0 auto 1em;
	}
	#main #contents .greeting_chair {
		margin: 0 0 1.5em 0;
		font-weight: bold;
		text-align: center;
	}
	#main #contents .greeting_chair span.chair_name {
		font-size: 121.4%;
	}

}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 538px) {
    #main div.btn-area ul:first-of-type li:first-of-type{
        margin-bottom: 15px;
    } 
}

@media screen and (max-width: 451px) {
}
@media screen and (max-width: 370px) {
}