@charset "UTF-8";

/*---------------------------------------------
	reset style 
  ---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: Lato, "Noto Sans Japanese", sans-serif;
	font-size: 100%;
	line-height: 170%;
	color: #5B5B5B;
	-webkit-text-size-adjust: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
img {
	margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a, a:hover {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
a {
	text-decoration:none;
	color:#00ADEC;
}
a:hover {
	text-decoration:underline;
}

/*---------------------------------------------
	common style 
  ---------------------------------------------*/
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.t-center {
	text-align: center;
}
.padding-l25 {
	padding-left:25px;
}
.padding-l35 {
	padding-left:35px;
}
.padding-b20 {
	padding-bottom:20px;
}
.padding20 {
	padding:20px;
}


.font-10 {
	font-size: 72%;
	line-height: 150%;
}
.font-12 {
	font-size: 86%;
	line-height: 154%;
}
.font-13 {
	font-size: 93%;
	line-height: 154%;
}
.font-16 {
	font-size:115%;
}
.font-18 {
	font-size:129%;
}
.font-28 {
	font-size: 200%;
	line-height: 121%;
}
.font-32 {
	font-size: 184%;
	line-height: 167%;
}

.mb-6 {
	margin-bottom:6px;
}
.mb-8 {
	margin-bottom:8px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-12 {
	margin-bottom:12px;
}
.mb-14 {
	margin-bottom:14px;
}
.mb-16 {
	margin-bottom:16px;
}
.mb-18 {
	margin-bottom:18px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-22 {
	margin-bottom:22px;
}
.mb-24 {
	margin-bottom:24px;
}
.mb-26 {
	margin-bottom:26px;
}
.mb-28 {
	margin-bottom:28px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-42 {
	margin-bottom: 42px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mt-30 {
	margin-top:30px;
}
.mt-60 {
	margin-top:60px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-10 {
	margin-left:10px;
}
.border-top1px {
	border-top: 1px solid #DCDCDC;
}










.section-content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 20px;
	margin-bottom: 1px;
	overflow: hidden;
}
.section-content-hero {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}
.section-content-pb0 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 1px;
	overflow: hidden;
}
.section-content-p0 {
	width: 940px;
	margin: 21px auto 1px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 10px;

}
.key-content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 20px;
	margin-bottom: 1px;
	overflow: hidden;
}
.service-area-l {
	width: 386px;
	border: 8px solid #F2F6F9;
	padding: 40px 30px;
	float: left;
	margin-right: 8px;
	background-color: #FFFFFF;
}
.service-area-r {
	width: 386px;
	border: 8px solid #F2F6F9;
	padding: 40px 30px;
	float: right;
	background-color: #FFFFFF;
}

#key {
	height: 450px;
	background-image: url(../img/top-bg-key.jpg);
	background-repeat: no-repeat;
	background-position: 50% 62%;
	margin-top: 1px;
}





.more a {
	display: block;
	width: 200px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	border: 2px solid #00ADEC;
	background-color: #00ADEC;
	font-weight: 600;
	margin-top: 40px;
}
.more a:hover {
	display: block;
	width: 200px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	font-size: 14px;
	color: #00ADEC;
	border: 2px solid #00ADEC;
	background-color: #fff;
	font-weight: 600;
}
.item-area {
	width: 260px;
	float: left;
	margin-right: 32px;
	padding-left: 16px;
	padding-right: 16px;
}
.item-area:last-child {
	margin-right: 0px;
}
dl {
	font-size: 79%;
	width: auto;
	display: block;
	overflow: hidden;
	line-height: 200%;
	margin-bottom: 12px;
}
dt {
	float: left;
	font-size:126%;
}
dd {
	float: right;
	width: 795px;
	font-size: 126%;
}
.row {
	overflow:hidden;
}


.faq-box {
	width:440px;
	float:left;
} 

.faq-box:nth-child(2) {
	width:440px;
	float:right;
} 
footer {
	background-color: #D199A4;
	color: #FFFFFF;
}
.footer-area-l {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.footer-area-r {
	width: 460px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.piped {
	float: none;
}
.piped li {
	float: none;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
.piped li a {
	color: #FFFFFF;
}

.piped li a:hover {
	text-decoration: underline;
	padding-bottom: 0px;
}
.go-top-area a {
	color: #4A4A4A;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.go-top-area a:hover {
	color: #D199A4;
	display: block;
	width: 100%;
	text-decoration:none;
}
small {
	text-align: center;
	display: block;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .section-content {
	padding-bottom: 30px;
}


.section-content-key-blue {
}
.section-content-key-blue h1 {
	padding-top: 130px;
	padding-bottom: 130px;
	background-image: url(../img/blue_back2.png);
	color: #FFFFFF;
}
.hero-area {
	margin-top: 1px;
}
.hero-text {
	position: absolute;
	top: 38px;
	left: 45px;
}
.price-area {
	background-color: #00ADEC;
	padding-top: 70px;
	padding-bottom: 70px;
}
.text-border {
	border: 1px solid #FFFFFF;
	padding: 20px 40px;
}
.text-border-top {
	border: 2px solid #FFFFFF;
	padding: 10px 40px;
}
.flow-area {
	padding-left: 150px;
	padding-right: 150px;
}
.bg01 {
	background-image: url(../img/num01.png);
	background-repeat: no-repeat;
}
.bg02 {
	background-image: url(../img/num02.png);
	background-repeat: no-repeat;
}
.bg03 {
	background-image: url(../img/num03.png);
	background-repeat: no-repeat;
}
.bg04 {
	background-image: url(../img/num04.png);
	background-repeat: no-repeat;
}





.adress {
	border: 3px solid #3C3C3C;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.price-row {
	float: left;
	margin-right: 60px;
}
.clear {
	clear: both;
}
.price-box {
	overflow:hidden;
}
.souryou-l {
	width: 350px;
	float: left;
}
.souryou-r {
	float: right;
}
table tr {
	padding-top: 20px;
	padding-bottom: 20px;
}
table tr .w110 {
	width: 100px;
}
table tr .w70 {
	width: 70px;
}
table {
	border: 1px solid #ADADAD;
	margin-bottom: 15px;
}


th {
	width: 107px;
	vertical-align: top;
	text-align: center;
	padding: 5px 7px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
}
td {
	padding: 4px 7px;
	border: 1px solid #ccc;
	font-size: 16px;
	text-align: center;
}
.key-copy {
	width: 540px;
	background-color: #00ADEC;
	padding: 50px 15px 15px 30px;
	height: 164px;
}
.transfer-bg {
	background-image: url(../img/transfer-bg1.png);
	background-repeat: no-repeat;
	background-position: 96% 40%;
}
.transfer-bg2 {
	background-image: url(../img/transfer-bg2.png);
	background-repeat: no-repeat;
	background-position: 95% 19%;
}
.bg-blue {
	background-image:url(../img/blue_back2.png);
}
.faq-hero-info {
	overflow: hidden;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
}
.faq-l {
	width: 250px;
	float: left;
}
.faq-l a {
	color: #FFFFFF;
	font-size: 18px;
}
.faq-r {
	width: 250px;
	float: right;
}
.date-privacy {
	float: right;
}
.t-right {
	display: block;
	text-align: right;
}
.privacy-head {
	overflow:hidden;
}
#key a {
	color: #FFFFFF;
	border: #fff solid 2px;
	padding: 10px 20px;
}

#key a:hover {
	text-decoration: none;
	background-color: #46CDFF;
}







header {
	border-top: 5px solid #D199A4;
	padding-top: 25px;
	position: relative;
	height: 75px;
	top: 0px;
}
header h1 {
	float: left;
	margin-left: 20px;
}
.header-info {
	float: right;
	margin-right: 20px;
	margin-top: 37px;
}
.header-info2 {
	position: absolute;
	top: 45px;
	left: 264px;
	font-size: 80%;
	line-height: 0.8;
}
header span {
	display:block;
}
.inner {
	width:980px;
	margin:0 auto;
	position:relative;
}
.inner-p20 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	position:relative;
}




nav {
	overflow: hidden;
	clear: both;
	position: absolute;
	top: 85px;
}
nav ul li {
	float: left;
	top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
nav ul li a {
	padding: 12px 24px 12px 24px;
	border-left: 1px solid #FFFFFF;
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2d3c9+1,d199a4+53 */
background: #f2d3c9; /* Old browsers */
background: -moz-linear-gradient(top,  #f2d3c9 1%, #d199a4 53%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2d3c9), color-stop(53%,#d199a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2d3c9 1%,#d199a4 53%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2d3c9 1%,#d199a4 53%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2d3c9 1%,#d199a4 53%); /* IE10+ */
background: linear-gradient(to bottom,  #f2d3c9 1%,#d199a4 53%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d3c9', endColorstr='#d199a4',GradientType=0 ); /* IE6-9 */
}
nav ul li a:hover {
	text-decoration: none;
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d199a4+47,f2d3c9+100 */
background: #d199a4; /* Old browsers */
background: -moz-linear-gradient(top,  #d199a4 47%, #f2d3c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#d199a4), color-stop(100%,#f2d3c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d199a4 47%,#f2d3c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d199a4', endColorstr='#f2d3c9',GradientType=0 ); /* IE6-9 */
}
.inlinelist ul li {
	float: left;
	top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.inlinelist ul li a {
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	border-left: 1px solid #FFFFFF;
	color: #fff;
background: #f2d3c9; /* Old browsers */
}
.inlinelist ul li a:hover {
	text-decoration: none;
	color: #fff;
background: #d199a4; /* Old browsers */
}

#home #nHome a, 
#worklist #nWorklist a, 
#school #nSchool a, 
#order #nOrder a, 
#profile #nProfile a, 
#activity #nActivity a, 
#access #nAccess a, 
#contact #nContact a {
	text-decoration: none;
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d199a4+47,f2d3c9+100 */
background: #d199a4; /* Old browsers */
background: -moz-linear-gradient(top,  #d199a4 47%, #f2d3c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#d199a4), color-stop(100%,#f2d3c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d199a4 47%,#f2d3c9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d199a4 47%,#f2d3c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d199a4', endColorstr='#f2d3c9',GradientType=0 ); /* IE6-9 */
}







.line01 {
	line-height: 161%;
	margin-bottom: 20px;
}
.bg01 {
	background-image: url(../img/bg02.jpg);
	background-position: 100% 89%;
}
.height01 {
	height: 600px;
}
.more01 a {
	display: block;
	width: 200px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #4A4949;
	border: 1px solid #4A4949;
	background-color:hsla(0,0%,100%,0.33);
	margin-top: 40px;
	margin:0 auto;
}
.more01 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.information a {
	text-decoration:underline;
	color:#4A4949;
	font-weight:500;
}
.information a:hover {
	text-decoration: none;
	color:#4A4949;
	font-weight:500;
}





.btn-contact {
	margin-top:12px;
}
.btn-contact a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	border: 2px solid #fff;
}
.btn-contact a:hover {
	padding: 10px;
	color: #D199A4;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 14px;
	border-radius: 5px;
	border: 2px solid #fff;
}
.bg01-line {
	background-image: url(../img/bg01-line.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 40px;
}

.01lead {
	padding-top:20px;
}
.tole h2, 
.art h2,
.deco h2 {
	width: 399px;
	position: absolute;
	top: 195px;
	left: 55px;
	color: #FFFFFF;
}
.art h2 {
	color:#000;
}
.float-l {
	float:left;
}
.float-r {
	float: right;
	margin-bottom: 0px;
}
.flow-h {
	overflow:hidden;
}

.art .caption {
	width: 273px;
}
.proce {
	float: left;
	margin-left: 31px;
	margin-bottom: 40px;
}
.art h3    {
	margin-bottom: 15px;
	border-bottom: 1px solid #737373;
	display: block;
	width: 480px;
	margin: 0 auto 100px;
	font-size: 130%;
}
.line {
	background-image: url(../img/bg01-line.png);
	height: 8px;
	margin-bottom: 30px;
}


.prof .float-l {
	width: 300px;
}
.prof .float-r {
	width: 554px;
	margin-right: 80px;
}
.prof span {
	display:block;
}
.prof dl {
	width: auto;
	display: block;
	overflow: hidden;
	line-height: 200%;
	margin-bottom: 14px;
}
.prof dt {
	float: left;
}
.prof dd {
	float: right;
	width: 475px;
}
.table-w {
	width: 179px;
}



.school dl {
	width: auto;
	display: block;
	overflow: hidden;
	line-height: 200%;
}
.school dt {
	float: left;
}
.school dd {
	float: right;
	width: 850px;
}



.work dl {
	width: auto;
	display: block;
	overflow: hidden;
	line-height: 200%;
	margin-bottom: 54px;
}
.work dt {
	float: left;
}
.work dd {
	float: right;
	width: 850px;
}
.contact dt {
	float: left;
	width: 100px;
}
.contact dd {
	float: right;
	width: 840px;
}
#home .proce {
}
.m-center {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding-left: 75px;
}
.m-center img {
	margin-right: 18px;
}
.dd01 {
	width: 457px;
	display: block;
}
.dd01 dd {
	width: 800px;
}
