@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}




/* CSS Document */

header h1 img {
	display:block;
	margin:20px auto;
}




/* CSS Document */

#wrap {
	width:900px;
	margin:0 auto;
}

@font-face{ 
	font-family:"myWebFont";
	src: url("AozoraMinchoRegular.ttf");
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-family: "myWebFont";
	border-top:solid 6px #D00;
	text-align:center;
	font-size:230%;
	line-height:130%;
	color:#D00;
	margin:80px 0 50px;
	padding-top:25px;
}

h3 {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	text-align:center;
	font-size:170%;
	line-height:130%;
	color:#D00;
	margin:80px 0 50px;
}


.text {
	margin:30px 50px;
	padding:0 5px;
    padding-bottom: 0.1em;
    background-color: #fff;
    background-image: linear-gradient(to right, #fff 1.1px, transparent 1px), linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
    background-size: 2px 2.6em;
	font-size:115%;
    line-height: 2.65em;
}
.text .small {
	font-size:70%;
}


dl.guide {
	margin:50px;
}
dl.guide dt img {
	display:block;
	width:100%;
}
dl.guide dd {
	border:solid 1px #BBB1B2;
	background-color:#FDF9F9;
	padding:35px 40px 40px;
	margin:0 0 50px;
}
dl.guide dd p {
	line-height:220%;
	margin:0 0 20px;
}

dl.guide dd ul,
dl.guide dd ol {
	margin:30px 0;
}
dl.guide dd ul li,
dl.guide dd ol li {
	font-size:120%;
	line-height:130%;
	border-bottom:dotted 1px #DDD;
	margin:10px 0;
	padding:0 0 10px 4.3em;
	text-indent:-4.3em;
}
dl.guide dd ul li:first-child,
dl.guide dd ol li:first-child  {
	font-weight:bold;
}
dl.guide dd ul li small {
	margin-left:0.7em;
	font-size:80%;
}

dl.guide dd p.price {
	text-align:center;
	font-size:150%;
	line-height:180%;
}


.postscript {
	background-color:#F7F7F7;
	padding:15px 50px;
	margin:0 50px;
	font-size:115%;
	line-height:200%;
}
.postscript p {
	margin:30px 0;
}


dl.voice {
	border:solid 1px #BBB1B2;
	background-color:#FDF9F9;
	padding:35px 40px 40px;
	font-size:115%;
	line-height:200%;
	margin:0 50px;
}
dl.voice dt {
	font-weight:bold;
	color:#D00;
}
dl.voice dd p {
	margin:20px 0;
}
dl.voice dd {
	border-bottom:dotted 1px #DDD;
	margin-bottom:20px;
}
dl.voice dd:last-child {
	border:none;
}




/* CSS Document */

.title {
	margin:50px 50px 30px;
}
.title img {
	display:block;
	width:100%;
}
.qa {
	margin:50px;
	font-size:125%;
	line-height:180%;
}
.qa dt {
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 3px;
	color:#06C;
	border-bottom:dashed 1px #CCC;
}
.qa dd {
	margin:0 0 60px;
	text-indent:-1.4em;
	padding-left:1.4em;
}
.qa dd span.anser {
	color:#F00;
	font-weight:bold;
}




/* CSS Document */

footer {
	padding:20px 0;
	margin:-20px 0 0;
	text-align:center;
	color:#666;
}

footer nav {
	color:#CCC;
	font-size:75%;
	line-height:130%;
	margin:0 0 8px;
}
footer nav a {
	color:#666;
	text-decoration:none;
	margin:0 20px;
}
footer nav a:hover {
	color:#999;
	text-decoration:underline;
}

footer p {
	font-size:70%;
	line-height:130%;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}

.center {
	text-align:center;
}