@charset "UTF-8";



.container{
	width: 1030px;
	padding:0 15px;
	margin:0 auto;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*-----------------------------------------------------------
div
------------------------------------------------------------*/
div {
	text-align: left;
}
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}
table img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
	resize: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
dl, dt, dd, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #aaa;
	text-decoration: none;
	-moz-transition: all 0.26s ease-out;
	-o-transition: all 0.26s ease-out;
	-webkit-transition: all 0.26s ease-out;
	-ms-transition: all 0.26s ease-out;
}
a:active {
	color: #64AB18;
	text-decoration: none;
}

/*-----------------------------------------------------------
FONT Weight
------------------------------------------------------------*/
.fwB {
	font-weight: bold;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ffM {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*-----------------------------------------------------------
FLOAT
------------------------------------------------------------*/
.floatL {
	float: left;
	display: inline-block;
}
.floatR {
	float: right;
	display: inline-block;
}
/*-----------------------------------------------------------
Text-Align
------------------------------------------------------------*/
.taL {
	text-align: left;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}


/*-----------------------------------------------------------
head
------------------------------------------------------------*/
#header .toptxt {
  background: #eeeeee;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
}
#header .leftLogo {
  width: 50%;
  float: left;
}
#header .rightLogo {
  width: 50%;
  float: left;
  text-align: right;
}
#header .rightLogo a {
  display: inline-block;
}
#header .rightLogo a img {
  vertical-align: bottom;
}
#header .mainMenu {
  margin-top: 5px;
  background: #158000;
}
#header .menuList {
  height: 55px;
  float: left;
  width: 1030px;
}
#header .menuList li {
  float: left;
  height: 100%;
  display: inline-block;
  border-right: 1px dotted #fff;
}
#header .menuList li a {
  height: 100%;
  display: block;
  background-image: url("../../img/common/menu.png");
  background-repeat: no-repeat;
  font-size: 0;
}
#header .menuList li a:hover {
  opacity: .5;
}
#header .menuList li:last-child {
  border-right: none;
}
#header .menuList .meno01 a {
  background-position: 13px center;
  width: 88px;
}
#header .menuList .meno02 a {
  background-position: -80px center;
  width: 158px;
}
#header .menuList .meno03 a {
  background-position: -235px center;
  width: 158px;
}
#header .menuList .meno04 a {
  background-position: -395px center;
  width: 148px;
}
#header .menuList .meno05 a {
  background-position: -545px center;
  width: 128px;
}
#header .menuList .meno06 a {
  background-position: -670px center;
  width: 188px;
}
#header .menuList .meno07 a {
  background-position: -865px center;
  width: 120px;
}
#header .menuBottom {
  background: #eeeeee;
  padding: 8px 0;
}
#header .menuBottom .listItem li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#header .menuBottom .listItem li {
  font-size: 14px;
  color: #003366;
  padding-right: 5px;
  border-right: 1px solid #003366;
}

#header .menuBottom .listItem li a {
  font-size: 14px;
  color: #003366;
  padding-right: 5px;
  border-right: 1px solid #003366;
}
#header .menuBottom .listItem li:last-child a {
  border: none;
}
#header .imgribbon {
  float: left;
  display: inline-block;
  margin-right: 19px;
}


/*-----------------------------------------------------------
foot
------------------------------------------------------------*/

#footer {
  padding-bottom: 15px;
}
#footer .contactBlk {
  padding: 15px 0;
  margin-bottom: 20px;
  background: #158000;
}
#footer .contactBlk .innerDesc {
  background: #ffffff;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #fff;
}
#footer .contactBlk .thumb {
  width: 20%;
  float: left;
}
#footer .contactBlk .thumb img {
  vertical-align: bottom;
}
#footer .contactBlk .descTxt {
  width: 80%;
  float: right;
  padding-left: 55px;
  padding-right: 50px;
}
#footer .contactBlk .descTxt h2 {
  color: #111111;
  font-size: 20px;
  line-height: 100%;
  font-weight: 900;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
#footer .contactBlk .bottomDesc {
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .contactBlk .btn01 {
  float: left;
}
#footer .contactBlk .btn01:hover {
  opacity: .5;
}
#footer .contactBlk .btn02 {
  float: right;
}
#footer .contactBlk .btn02:hover {
  opacity: .5;
}
#footer .leftLogo, #footer .rightLogo {
  width: 50%;
  float: left;
}
#footer .leftLogo {
  font-size: 16px;
}
#footer .rightLogo {
  text-align: right;
}
#footer .bottomMenu {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#footer .bottomMenu ul {
  display: inline-block;
}
#footer .bottomMenu li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}
#footer .bottomMenu a {
  color: #004c66;
}


/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	height: 100%;
}
/*-----------------------------------------------------------
Header
-------------------------------------------------------------*/

/*-----------------------------------------------------------
global Navi
-------------------------------------------------------------*/
#gNaviWrap {
	width: 100%;
	background: #000 none repeat scroll 0 0;
}
#gNavi {
	margin: 0 auto;
	padding: 0 30px;
}
/*-----------------------------------------------------------
global Navi
-------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
}
#gNavi > li {
	float: left;
	position: relative;
}
#gNavi > li, #gNavi > li > a {
	height: 79px;
	display: block;
}
#gNavi > li:hover > a {
	opacity: 0.7;
}
#gNavi01 > a {
	background: url(../img/gNavi/bg_gNavi.png) 0 0;
	width: 84px;
}
#gNavi02 > a {
	background: url(../img/gNavi/bg_gNavi.png) -84px 0;
	width: 166px;
}
#gNavi03 > a {
	background: url(../img/gNavi/bg_gNavi.png) -250px 0;
	width: 98px;
}
#gNavi04 > a {
	background: url(../img/gNavi/bg_gNavi.png) -348px 0;
	width: 124px;
}
/*-----------------------------------------------------------
 Container/Maincontent
------------------------------------------------------------*/
div#container {
	height: auto;
	padding: 0 30px;
	text-align: center;
	margin: 0 auto 10px auto;
}
div#mainContent {
	height: auto;
	margin: 0;
	float: right;
}
/*-----------------------------------------------------------
SubNavi
------------------------------------------------------------*/
#subNavi {
	float: left;
}
/*-----------------------------------------------------------
Footer
------------------------------------------------------------*/
#footerWrap {
	width: 100%;
}
#footerInner {
	margin: 0 auto;
	padding: 0 30px;
}
/*-----------------------------------------------------------
Bread
------------------------------------------------------------*/
.breadcrumbs{
	width: 100%;
	clear: both;
	float: left;
	background: #F2F2F2;
	border-top:1px solid #ccc;
}
.breadcrumbs .container{
	padding-left:0;padding-right:0;
}
.breadcrumbs ul {
	margin: 5px 0;
}
.breadcrumbs ul li:first-child{
	background: none;
	padding-left: 0;
	margin-left: 0;
}
.breadcrumbs ul li{
	
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-left: 5px;
	background: url('../../img/common/arrow-next-small.png') no-repeat left center;
}
.breadcrumbs ul li a{
	font-size: 12px;
}
.breadcrumbs ul li a img{
	position: relative;
	top: -2px;
}
.block1 h1 {
  background: #F9F9F9;
  padding: 20px 0;
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  display: block;
  z-index: 1;
  position: relative;
  border-bottom:1px solid #ccc;
}
.block1 h1:after{
	display:table;
	content: " ";
	clear:both;
}
.title {
  text-align: center;
}
.title div{text-align: center;}
.title img {
  display: inline-block;
}

/***** コンタクトフォーム *****/
.table-contactform{
  overflow: hidden;
table-layout: fixed;
text-align: left;
border: 1px solid #eceeef;
width: 100%;
font-size: 16px;
}

tr.gray {
    background-color: #f9f9f9;
}
 
.required-contactform{
    background: #D45348;
    color: #FFF;
    font-size: 14px;
    margin-left: 4px;
    padding: 3px 4px;
    border-radius: 2px;
    float: right;
    width: 40px;
	text-align: center !important;
	margin-right: 15px;
}
 
.unrequired-contactform{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform th{
	font-weight: normal;
	padding-left: 20px;
	border: 1px solid #eceeef;
	margin-right: 15px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;

}
.table-contactform td{
	padding-left: 50px;
	width: 70%;
	border: 1px solid #eceeef;
		margin-right: 15px;
			padding-top: 10px;
	padding-bottom: 10px;


}
 
.table-contactform input,
.table-contactform textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
input.text {
    padding: 8px;
    margin-bottom: 2px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select.drop {
    padding: 12px;
    margin-bottom: 2px;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-left: 5px;
}


textarea {
    font-family: monospace;
    border-color: rgb(169, 169, 169);
}

.btn {
    padding: .85rem 1.45rem;
    line-height: 1.333333;
    border-radius: .3rem;
	
	display: inline-block;
    padding: .375rem 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
	
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09c), to(#069));
    border-color: #069;
	width: 300px;
}


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list1{
	counter-reset:li;
	margin-left:20px !important;
}
 
.list1 li{
	position:relative;
	display: block;
	padding:8px 0px 8px 40px; 
}
 
li.list1-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: -16px;
	top: 2px;
	background: #ccc;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border: 2px solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
 
li.list1-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:11px; 
	left:15px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #aaa;
}



/* --- 会社概要表全体 --- */
table.company {
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
padding: 10px;
margin-top: 30px;
width: 100%;
}

table.company a{
	color: #06C;
}


/* --- セル --- */
table.company th,
table.company td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 20px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.company thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.company tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- 表ボディ --- */
table.company tbody {

}

/* --- マウスオーバー時 --- */
table.company tbody tr:hover {
background-color: #e5e5e5; /* 行の背景色 */
}

/* --- 奇数列 --- */
table.company col.odd {
	background-color: #F0F0F0;;/* 奇数列の背景色 */
}

/* --- 偶数列 --- */
table.company col.even {
background-color: #ffffff; /* 偶数列の背景色 */
}


/* --- FAQ --- */
#QandA-2 {
	width: 100%;
	font-family: メイリオ;
	font-size: 14px; /*全体のフォントサイズ*/
}
#QandA-2 h3 {
	font-size: 16px;
	margin-top: 32px;
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-2 dl {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#QandA-2 dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {
	border-top: none;
}
#QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-2 dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 150%;
}
#QandA-2 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
#QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}

/* --- 規約 --- */
.privacydetail {
	color: #333;
	line-height: 160%;
}

.privacydetail h3 {
    margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: dotted #CCC 1px;
	font-weight: bold;
}

.waku {
	border: solid #CCC 1px;
	padding: 10px;
	
}

/* --- STEP --- */

.step {
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftstep {
	float: left;
	width: 260px;
}

.rightstep p {
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
}


/* --- 教材一覧 --- */

.inTitle {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #096;
  font-weight:bold;
  border-bottom: 2px solid #E6E6E6 !important;
}
.blk04 .desc {
  margin: 10px 0;
  padding: 13px;
  background: #fff;
}
.blk04 .desc table {
  width: 100%;
}
.blk04 .desc table tr {
  width: 100%;
  margin-bottom: 5px;
}
.blk04 .desc table td {
  width: 25%;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dashed #E6E6E6 !important;
}
.blk04 .bottomDesc {
  font-size: 16px;
}


.kiyaku {
    border: 1px #ccc solid;
    padding: 10px;
    height: 150px;
    overflow: scroll;
    margin-top: 10px;
}


/* --- 教材一覧 --- */

table.customer {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 5px;
	width: 100%;
	font-size: 100%;
}


table.customer th {
	width: 25%;
	padding: 20px 5px 20px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight:normal;
}
table.customer td {
	width: 70%;
	padding: 20px 0 20px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.info {
	padding: 5px;
	width: 70%;
}

.infoshort {
	padding: 5px;
	width: 50%;
}

.infonote {
	padding: 10px;
	width: 80%;
}
.yubin {
	padding: 10px;
	width: 30%
}
.lot {
	padding: 10px;
	width: 15%
}
.attention{color:#f00;}


table.customer2 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 10px;
	width: 100%;
	font-size: 120%;
}

table.customer2 th {
	width: 100%;
	padding: 20px 5px 20px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight:normal;
}
table.customer2 td {
	width: 100%;
	padding: 20px 0 20px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



@media only screen and (max-width : 900px) {
.breadcrumbs .container{
	padding:0 9px;
}

body#page {
    width: 1030px;
}
}

