html, body{
  height: 100%;
}

body{
  margin: auto;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: Lato, sans-serif;	
}

header{
  width: 100%;
  background-color: #FFF;
  padding: 20px 0px 0px 0px;
}

#header_wrap{
  width: 100%;
  max-width: 768px;
  margin: auto;
}

#header_logo{
	margin-left: 20px;
}

#header_area{
  display: flex;
}

h1{
	text-align:center;
}


.header_navi ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.header_navi li{
  display: inline-block;
  border: solid 3px #000;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  width: 19%;
}
.header_navi a{
  color: #000;
  display: block;
  text-decoration: none;
}

#main_contents{
  margin: auto;
  padding: 20px 0;
}
.page_title{
  font-size: 40px;
  font-weight: normal;
  padding-left: 40px;
}
.page_wrap{
  background-color: #fff;
  border: 1px solid #9fb1cb;
  border-radius: 10px;
  margin: auto;
  width: 320px;
  text-align: center;
}

.cardform {
    width: 20%;
    height: 20px;
    padding: 3px;
	margin:5px 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	margin: 15px;
	width:50%;
}

.btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#card_img{
  margin: auto;
  width: 320px;
}

#cur_info_table{
	font-size : 90%;
}
#cur_info_table td{
	text-align:left;
	padding :5px;
}

.contents{
  margin-top: 80px;
  padding: 0 7.5%;
}
.contents_title{
  font-weight: normal;
}

footer{
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  align-self: flex-end;
}
#footer_company_name{
  font-size: 25px;
}
#footer_link{
  padding-bottom: 10px;
  text-align: center;
}
#footer_memu{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.img_margin_auto {
	margin:auto;
}


#table_wrap_pc{
  padding: 20px 2px;
}

.support_items_table{
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.support_items_table th{
  background-color: #5abaeb;
  color: #ffffff;
}
.support_items_table td{
  width: auto;
}

.page_title{
    font-size: 30px;
}
