@charset "utf-8";
/* CSS Document */

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0 !important;
  padding: 0 !important;
}

p{
display: block !important;}

h1.h1style{
    font-size: 2.5em;
}
h2.h2style{
    font-size: 2em;
}
.container{
    width: 768px;
    margin: auto;
}

.contents{
}

.width640-92{
    width: 640px;
    margin:auto;
}

.img{
    vertical-align: bottom;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.space2em-1em{
    height: 2em;
    clear: both;
}
.space1em-05em{
    height: 1em;
    clear: both;
}

.font-size1-12em{
    font-size: 1em;
}
    
.font-size2em{
    font-size: 2em;
}

.title-h2 h2 {
    font-size: 2.5em !important;
    color: #53D1E0 !important;
    font-weight: bold !important;
}
table {
  margin: 20px auto;
  border-collapse: collapse;
}
.tbl-r02 th {
  background: #94bd44;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r02 td.td-under-space {
    margin-bottom: 0em;
}
.tbl-r02 th.suzuya-photo {
    width:20%;
}
.pcsp-space1{
	 display: none;
	}
.text-small1{
  font-size:1em;
	padding:2em auto 0;
  margin:0 auto 0;
	width:700px;
}
.text-middle1{
    font-size:1.2em;
	padding:2em auto 0;
    margin:0 auto 0;
	width:700px;
    }
.main-container{
	width:768px;
}



@media screen and (max-width: 640px) {

h1.h1style{
    font-size: 2em;
}

h2.h2style{
    font-size: 1.5em;
}
    
.container{
    width: 100%;
    margin: 0 auto 0;
}

.contents{
}
    
.width640-92{
    width: 92%;
    margin:auto;
}

.img{
    vertical-align: bottom;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.space2em-1em{
    height: 1em;
    clear: both;
}
.space1em-05em{
    height: 0.5em;
    clear: both;
}
    
.font-size1-12em{
    font-size: 1.2em;
}
    
.font-size2em{
    font-size: 2em;
}

.title-h2 h2 {
    font-size: 1.6em !important;
    color: #53D1E0 !important;
    font-weight: bold !important;
}
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 92%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 td.td-under-space {
    margin-bottom: 2em;
	border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left:none;
    border-right:none;
}
	.tbl-r02 th.suzuya-photo {
    width:100%;
}
  .pcsp-space1{
	  display:block;
	  height: 2em;
	}
.text-small1{
    font-size:0.7rem;
	  line-height:140%;
    padding:1.5em auto 0;
    margin:0 auto 0;
	  width:92%;
}
	.text-middle1{
        font-size:1rem;
	  line-height:140%;
    padding:1.5em auto 0;
    margin:0 auto 0;
	  width:92%;
    }
    
}