Ehtml, body{
    margin:0;
    padding:0;
}

body{
	color : #000;
	font-size: 16px;
	width: 100%;
}

.switch{
	visibility: hidden;
}

img{
	height: auto;
	max-width: 100%;
}

.parent{
  text-align: center;
}

.bun{
  display: inline-block;
  margin:auto;
  background: white;
  text-align:left
;
}

textarea{
	width:70%;
box-sizing:border-box;
border:none;
background: #d6ffff;
padding: 1em;
padding-right : 3em;
margin:0;
}


.accbox{
    margin: 2em 0;
    padding: 0;
    max-width: 800px;
}


.accbox label{
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#804000;
    font-weight: bold;
    background :#ffff8e;
    cursor :pointer;
    transition: all 0.5s;
}


.accbox label:hover{
    background :#bfffff;
}


.accbox input{
    display: none;
}


.accbox .accshow{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}


.cssacc:checked + .accshow{
    height: auto;
    padding: 5px;
    background: #f6f6f6;
    opacity: 1;
}

.qa{
    background :white;
border-width : 1px;
border-style : solid;
border-color : #00cccc
}

@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

a{
color : black;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
}
#pagetop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pagetop a:hover {
    text-decoration: none;
    background: #999;
}

@media only screen and (max-width:640px) {
	
body {
width: 100%;
min-width: 270px;
font-size: 16px;
padding-top: 15px;
}
	
textarea {
width:90%;
box-sizing:border-box;
border:none;
background: #d6ffff;
padding: 1em;
margin:0;
}
}

.box30 {
    margin: 2em 0;
    background: #fdfdfd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #ffffb5;
    padding: 4px;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 15px;
}

.top {
  text-align : center;
}


.ib {
    text-align: center; 
    padding:  20px; 
}
 
.inline-block_ib {
    display: inline-block;  
    background-color:  #e1ffe1;  
    padding:  15px; 
    height:  250px; 
    width: 240px; 
vertical-align:  middle; 
margin:5;
text-align: left;  
font-size: 17px;
}

.inline-block_lp {
    display: inline-block; 
    background-color:  #ffffdf; 
    padding:  15px; 
    height:  120px; 
    width: 300px;
vertical-align:  middle; 
margin :2;
text-align: left;  
border-width : 1px;
border-style : solid;
border-color : #cccccc;
font-size: 17px;
}

.inline-block_od {
    display: inline-block; 
    background-color:  #fff; 
vertical-align:  middle;
}

	
.inline-block_rp {
    display:  inline-block;    
    background-color:  #e1ffe1; 
    width: 230px; 
    padding:  10px;  
    vertical-align:  middle; 
text-align: left;  
margin:5;
}

@media only screen and (max-width:640px) {
	
.ib {
    text-align: center; 
    padding:  15px; 
}
 
.inline-block_ib {
    display: inline-block;  
    background-color:  #e1ffe1;  
    padding:  15px; 
    height:  auto; 
    width: 90%; 
vertical-align:  middle; 
margin:5;
text-align: left;  
font-size: 17px;
}

.inline-block_lp {
    display: inline-block; 
    background-color:  #ffffdf; 
    padding:  15px; 
    height:  auto; 
    width: 90%;
vertical-align:  middle; 
margin :2;
text-align: left;  
border-width : 1px;
border-style : solid;
border-color : #cccccc;
font-size: 17px;
}

.inline-block_od {
    display: inline-block; 
    background-color:  #fff; 
vertical-align:  middle;
}

	
.inline-block_rp {
    display:  inline-block;    
    background-color:  #e1ffe1; 
    width: 90%; 
    padding:  10px;  
    vertical-align:  middle; 
text-align: left;  
margin:5;
}
}

.box-ue {
    position: relative;
}

.imageue1 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0.2%;
    left: 62%;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #009900;
  border: solid 2px #009900;
  border-radius: 3px;
  transition: .4s;
}

.imageue1:hover {
  background: #9dff9d;
}

.line-pink{
  color: #ff0066;
   font-weight: bold;
  }

.line-yellow {
  color: #f0c000;
   font-weight: bold;
}

.line-lime {
  color: #00dd85;
   font-weight: bold;
}

.box-yellow,
.box-white,
.box-orange,
.box-pink,
.box-lime,
.box-gray{
	padding: 2px;
}

.box-yellow{
	background-color: #ffffff;
font-color: #000;
}/*‰©*/
.box-white{
	background-color: #ffff66;
font-color: #000;
}/*‰©*/
.box-orange{
	background-color: #f90;
}/*žò*/
.box-pink{
	background-color: #ffccff;
}/*ƒsƒ“ƒN*/
.box-lime{
	background-color: #9f9;
}/*‰©—Î*/
.box-gray{
	background-color: #ccc;
}/*ŠD*/

.box7{
  margin:auto;
    max-width: 960px;
    color: #474747;
    background: white;/*”wŒiF*/
    border-left: double 2px #d1d1d1;/*¶ü*/
    border-right: double 2px #d1d1d1;/*‰Eü*/
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*‰e*/
}

.box8{
  margin:auto;
    max-width: 890px;
    color: #474747;
    background: white;/*”wŒiF*/
    border-left: double 2px #d1d1d1;/*¶ü*/
    border-right: double 2px #d1d1d1;/*‰Eü*/
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*‰e*/
}

.box281 {
max-width:850px;
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #ff0000;
}
.box281 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
}
.box281 p {
    margin: 0; 
    padding: 0;
	text-align:left;
}