@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4, h5,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 12px 'メイリオ','ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #ee7800;
}

a:hover {
  color: #f39800;
}

a:visited {
  color: #ee7800;
}

/*スクールLP用追加部分*/

.main_bg {
    background-color: #f4f6f5;
}

.tokucho_bg {
    background-color: #666;
    padding: 0 0 10px 0px;
}

.tokucho_box {
    background-color: #f3f3f3;
    border: solid 3px #6b9c08;
    margin: 10px;
    padding: 5px;
}

.effect03{
	padding:10px 9px 9px 20px;
	font-weight: bold;
	font-size: 18px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	background-color: #fb973f;
	color: #fff;
}

.support_box{
   padding: 5px;
   background-color: #f3f3f3;
}

.support01{
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
	overflow: hidden;
    background-color: #00a0de;
}

.support02{
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
	overflow: hidden;
    background-color: #ffce1e;
}
.support03{
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
	overflow: hidden;
    background-color: #98d98e;
}

.Radius img{
	display: block;
	margin: auto;
	border-radius: 10px;
}

.text {
	margin: 10px auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	font-size: 16px;
}

.voice_bg {
	background-color:#d9ecd9;
    padding: 25px 15px 40px 15px;
}

.voice_box{
	background-color: #fafafa;
    padding: 15px 5px 5px 5px;
}

.qa_bg{
	background-color:#fb973f;
    margin: -2px 0 0 0;
	padding: 5px 15px 15px 15px;
}
.qa_box{
    padding: 10px;
    border-radius: 10px;
	overflow: hidden;
    background-color: #fefefe;
}


/* --- 追加分 --- 学校の部分 */

.school_box{
	background-color: #fff;
    margin: 7px 10px 30px 10px;
	padding: -1px -1px 5px -1px;
    border: solid 4px #ff6600;
}

table.brwsr2 {
    margin: 3%;
    width: 95%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr2 th {
    padding: 0 3px 0 0px;
    vertical-align: middle;
    height: 53px;
    width: 30%;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 1em;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0 5px 0 5px;
    margin: 0;
    height: 53px;
    border-left: solid 1px #666;
    color: #666;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}


/* --- 追加分 --- 見出し装飾 四角二つ  */

.effect05{
	position:relative;
	padding-left:25px;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
 
.effect05:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.effect05:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#00A8FF; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}


/*メニュー部分*/

section h5,
dt {
    font: 14px 'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	background-color: #F8A70F;
    border-bottom: solid 1px #DDD;
    margin-bottom: 1px;
    padding: 5px;
    color: #FFF;
    position: relative;
}
 
section h5:before,
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
section h5:after,
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #F8A70F;
}
 
section h5.active:before,
dt.active:before {
  margin-top: -2px;
}
 
section h5.active:after,
dt.active:after {
  margin-top: 3px;
}
 
section li,
dd {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 5px 0 5px 24px;
}
 
section li a {
    position: relative;
    display: block;
}
 
section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FA9900;
}
 
section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}
/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 0px 0 0 5px;
  /*border-bottom: solid 2px;*/
  border-bottom-color: #ee7800;
  text-align: left;
  background: url(lpimg/main-m-bg.gif) center repeat-x;
}

header h1 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #f39800 !important;
  text-decoration: underline;
  font-size: 18px;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
  margin: 0;
  padding: 0;
}



/*---------- コンテンツ ----------*/
/*TITLE MAIN*/
.title-main {
	color:#333;
    font: 14px "メイリオ", "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
    font-weight: normal;
	width:100%;
	height:30px;
	background:url(img/titlebg-01.gif);
	padding:9px 0px 0px 3px;
	margin:-8px 0px 5px -3px;
}

h3.green-border {
  border-bottom: solid 2px;
  border-bottom-color: #98DC98;
  color:#333333;
}
h3.orange-border {
  border-bottom: solid 2px;
  border-bottom-color: #f39700;
  margin:0 0 5px 0;
}
h3.blue-border {
  border-bottom: solid 2px;
  border-bottom-color: #00a0de;
  margin:0 0 5px 0;
}

.green {color:#98d98e;}
.blue {color:#00a0de;}
.orange {color:#f39700;}

.dotline{
	display:block;
	width:100%;
	height:8px;
	border-bottom:dotted 1px #CCCCCC;
	margin:0 0 8px 0;
}

p.fslt:first-letter {
    font-size: 2em;
    line-height: 1;
    float: left;
    margin: 0 .1em 0 0;
    padding: .15em 0;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em; 
  padding-bottom: 5px;
}
p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em; 
}

.clear { clear:both; }  
.clear hr { display:none; }


#content {
  padding: 6px;
}

section {
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #444444;
  border-bottom: solid 2px;
  border-bottom-color: #ee7800;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 3px 7px;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

.menu_title_indent{
	text-indent: 8px;
}

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #ee7800;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #ee7800 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #f39800 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

.copyright {font-size: 9px}

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #ee7800 !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #f39800 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #ee7800;
  text-decoration: none;
}
