@charset "utf-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:138%;/* 16px */
	/*font-size:112.5%; 18px */
	/*	font-size:131.25%; 21px */
	line-height:1.8;
	background-image: url(../images/shadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

headerfull{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/header.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 900px;
}

headerletter{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/header980.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 900px;
}

headertext p{
	margin: 60px auto;
	line-height: 1.3;
	width: 980px;
	text-align: center;
	font-size: 50px;
	font-weight:bold;
	color: #CD0000;
}

h1 {
	display: block;
	margin: 60px auto 60px auto;
	}

h2 {
	margin: 60px auto 60px auto;
	text-align: center;
	line-height: 1.2;
	font-size: 72px;
	color: #CD0000;
	width: 980px;
	}

img {
	display:block;
	margin:0px auto;
}

center_img{
	display: block;
	margin: 60px auto 60px auto;
}

p:after {
  content: "";
  display: block;
  clear: both;
}

.large {
	font-size:larger;
	}

.xlarge {
	font-size:x-large;
	}

.xxlarge {
	font-size:230%;
	}
.small {
	font-size:90%;
	}
.xsmall {
	font-size:80%;
	}
.xxsmall {
	font-size:70%;
	}
.u {
	text-decoration:underline;
}
.red {
	color:red;
	font-weight:bold;
}
.highlight {
	background-color:#FFFF00;
}
.redhigh {
	color:red;
	font-weight:bold;
	background-color:#FFFF00;
	}

strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
	overflow: hidden;
}
main {
	margin:0 auto;
	width:100%;
}

main p {
	margin: 0 auto;
	width: 800px;
}


footer {
	margin:50px auto 0;
	padding:20px 0;
	background:#000;
	color:#fff;
	text-align:center;
}
footer a {
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
}
address {
	font-style:normal;
}

ul {
	margin:50px auto;
	padding:20px 30px;
	width:800px;
	border: 3px double #000;
	font-weight:bold;
	box-shadow:0 2px 6px rgba(0,0,0,0.5);
	}

ul li {
    position: relative;
    margin-top: 1em;
    padding-left: 36px;
    background: url(../images/check.png) left center no-repeat;
    list-style: none;
}

ul li:first-child {
	margin-top:0;
}
 
.bg{
	width: 980px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    margin: 60px auto 60px auto;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.bg p{
	color: #000000;
}

.bg_kessai{
	width: 980px;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
    margin: 60px auto 60px auto;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.bg_kessai p{
	color: #000000;
	margin: 0px auto;
}

.tokuten_cgazou{
	display: block;
	margin: 30px auto;
}

.tokuten_rgazou{
	display: block;
	float: right;
	padding: 1.0em;
}

.curriculum_cgazou{
	display: block;
	margin: 30px auto;
}

.curriculum_rgazou{
	display: block;
	float: right;
	padding: 1.0em;
}

.profile{
	width: 980px;
	padding: 0.5em 1em;
    margin: 0px auto 60px auto;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box {
	margin: 30px auto;
	width:800px;
	border: 10px #1A1A1A;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.box h3 {
	padding: 0.5em;
	line-height: 1.3;
	text-align:center;
	font-size:250%;
	color:#fff;
	background:#C00;
}

.box h4 {
	padding: 0.5em;
	line-height: 1.3;
	text-align:center;
	font-size:200%;
	color:#fff;
	background:#060606;
	border:2px double #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.box p {
	padding: 0.5em;
	color: #000000;
}

.box_kessai {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin: 0px auto;
	width:950px;
	border: 7px outset #3E3E3E;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.koe{
	font-weight:bold;
	line-height:150%;
	border-bottom:#aaaaaa solid 1px;
	margin:0 0 10px;
	padding:15px 0 5px;
}

/*
 *			FAQ
 */
 
.faq {
	margin: 30px auto;
	padding:20px;
	padding-bottom:10px;
	width:800px;
	border:5px solid #C0C0C0;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}


.faq dt {
	padding: 12px 0 8px 60px;
	min-height:45px;
	line-height:45px;
	border-top: 1px solid #44C;
	background:url(../images/q.png) left 11px no-repeat;
	font-weight:bold;
}

.faq dd {
	padding: 8px 0 8px 60px;
	min-height:64px;
	border-top: 1px dotted #c97b14;
	background:url(../images/a.png) left 8px no-repeat;
}

.faq dd:after {
  content: "";
  display: block;
  clear: both;
}

.faq dt:first-child {
	margin-top:-10px;
	padding-top:0;
	border-top:none;
	background-position: left top;
}

/*
 blockquotation
*/

blockquote {
	width: 980px;
	margin: 0 auto;
    position: relative;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #92d4ff;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
}

blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #6eb3e0;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px auto;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.floatr{
	display: block;
	float: right;
	padding: 2.0em;
}

.floatl{
	display: block;
	float: left;
}

.btn10 {
    color: #fff !important;
    margin: 0 0 10px 0;
}
.btn10:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}

/*
 *		特商法
 */

/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:720px;
	margin:30px auto 30px;
	background:#ccc;
}
.tb01 .title{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color:#EBEBEB;
	padding:6px;
	width:25%;
}
.tb01 td{
	font-size: 12px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding:6px;
}
 

@media screen and (max-width: 1080px) {
	body{
		width: 100%;
	}
	headerfull {
		height:900px;
		text-indent:-9999px;
		background-size:cover;
		background:url(../images/header_s.png) center top no-repeat;
		}
	p{
		font-size:170%;
	}
	headerletter {
		height:900px;
		text-indent:-9999px;
		background-size:cover;
		background:url(../images/header_s.png) center top no-repeat;
		}
	headertext p{
	margin: 60px auto;
	width: 980px;
	text-align: center;
	font-size: 200%;
}
	
	ul li {
	font-size: 170%;
    position: relative;
    margin-top: 1em;
    padding-left: 36px;
    background: url(../images/check.png) left center no-repeat;
    list-style: none;
}
	.faq {
		font-size: 150%;
	margin: 30px auto;
	padding:20px;
	padding-bottom:10px;
	width:800px;
	border:5px solid #C0C0C0;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
}


