@charset "utf-8";
.midashi-sp0 {
	font-family: "メイリオ";
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	background-color: #F60;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.midashi-sp2 {
	font-family: "メイリオ";
	font-size: 70px;
	color: #216161;
	background-color: #FFF;
	margin-bottom: 5px;
	margin-top: 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: normal;
}

.midashi-sp {
	font-family: "メイリオ";
	font-size: 80px;
	color: #FFF;
	background-color: #277474;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(image/listmark-2.gif);
	background-position: 20px;
	background-repeat: no-repeat;
	padding-left: 120px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 90px;
}

.text-sizel {
	font-size:55px;
}

.midashi-sp3 {
	font-size: 60px;
	font-weight: normal;
	color: #007979;
	background-color: #FFF;
	line-height: 85px;
	height: 370px;
	padding-left: 3px;
}
.midashi-sp1 {
	font-family: "メイリオ";
	font-size: 73px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
}

.midashi-sp4 {
	font-family: "メイリオ";
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #8DC53E;
	margin-bottom: 10px;
	background-image: url(image/listmark-1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 10px;
}
.text1 {
	color: #F36;
	font-weight: bold;
}

.midashi-sp5 {
	font-family: "メイリオ";
	color: #FFF;
	background-color: #090;
	background-image: url(../images/sp-side-listmark2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 90px;
	padding-top: 5px;
	font-size: 52px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	
img { width: 100%; }

body {
	font-size:42px;
	background-color: #FFF;
}
.midashi-sp06 {
	font-size: 56px;
	color: #216161;
	text-decoration: none;
	font-weight: bold;
}
.q {
	font-weight: bold;
	color: #009;
}
.a {
	font-weight: bold;
	color: #F00;
}
.midashi-sp07 {
	font-size: 60px;
	font-weight: bold;
	color: #F60;
	margin-top: 20px;
	margin-bottom: 5px;
}
.box {
	display: table-cell;
	width: 50%;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.resizeimage img{
	width: 100%;
}






.menu {
	height: auto;
	width: auto;
	background: #fff;
}
.contents-name  {
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 10px;
	font-size: 60px;
	text-decoration: none;
	background-color: #007B7B;
	color: #FFF;
}
.contents-name2  {
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 10px;
	font-size: 60px;
	text-decoration: none;
	background-color: #007B7B;
	color: #FFF;
}
.contents-name a {
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
	display: block;
}



label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

label:hover {
  background: #555;
}

input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu li {
  padding: 5px;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}
.taikendan {
	width: auto;
	border: 5px dotted #660;
	background-color: #FFC;
	padding: 20px;
	margin-bottom: 60px;
}
.name {
	font-size: 60px;
	color: #216161;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}





#pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 20 8px;
	border-radius: 20px;
	width: 120px;
	height: auto;
	background-color: #006600;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.koka-shojo {
	line-height: 60px;
}





.method {
    background-color: #fff;
    margin: 1em 0;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.method::before,
.method::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.method::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.method::after {
    background-color: #a4f5c8;
    top: 5px;
    left: 5px;
    z-index: -2;
}.method-box {
	color: #600;
	font-weight: bold;
	background-color: #FFC;
	border-radius: 30px;        /* CSS3草案 */
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 30px;   /* Firefox用 */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 60px;
}






.midashi-9 {
	font-size:65px;
  position: relative;
  padding: 0.2em;
  background: #6C6;
  color:#FFFFFF;
}

.midashi-9:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #6C6;
width: 0;
height: 0;
}



.midashi-8 {
	font-size: 50px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding:8px;
	margin-bottom: 8px;
}
