@charset "utf-8";
/* CSS Document */

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
 

/***********************************************************************
ブラウザの幅が1000px以上ならここの記述が有効になる PC用
**********************************************************************/
@media only screen and (min-width: 1000px) {

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
    font-size: 16px;
    color: #333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 2em;
    background-color: #FFFFFF;
}

a{ color: #8C2300;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

.pc_view {  display: block;}
.sp_view {  display: none;}
	
body {
    color: #333333;
}
#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box1000px{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.box900px{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.box800px{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#fv {
	width: 100%;
	height: 576px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-image: url(../img/fv_bg.png);
	background-repeat: no-repeat;
}
#fv .catch {
	width: 590px;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
	height: 543px;
}
h1 {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-align: center;
	display: none;
}
#box01 {
	width: 100%;
	background-image: url(../img/box1_bg.png);
	padding-top: 90px;
	height: 500px;
	background-position: center top;
	background-repeat: no-repeat;
}
#box01 h2 {
	margin-bottom: 40px;
	width: 329px;
	height: 101px;
	margin-right: 80px;
	margin-left: auto;
}
#box01 #box01_text {
	width: 370px;
	margin-right: 50px;
	margin-left: auto;
}
#box02 {
	width: 100%;
	background-image: url(../img/box2_bg.png);
	padding-top: 110px;
	height: 540px;
	background-position: center 0%;
	background-repeat: no-repeat;
}
#box02 h2 {
	margin-bottom: 40px;
	width: 336px;
	height: 101px;
	margin-right: auto;
	margin-left: 80px;
}
#box02 #box02_text {
	width: 410px;
	margin-right: auto;
	margin-left: 80px;
}
#box03 {
	width: 100%;
	background-image: url(../img/box3_bg.png);
	padding-top: 110px;
	height: 593px;
	margin-top: 0px;
	background-position: center 0%;
	background-repeat: no-repeat;
}
#box03 h2 {
	margin-bottom: 40px;
	width: 471px;
	height: 57px;
	margin-right: 50px;
	margin-left: auto;
}
#box03 #box03_text {
	width: 470px;
	margin-right: 50px;
	margin-left: auto;
}
#box04 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	background-image: url(../img/box04bg.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	color: #FFFFFF;
	background-position: center 0%;
}
#box04 h2 {
	margin-left: auto;
	margin-right: auto;
	width: 609px;
	padding-bottom: 100px;
	height: 111px;
	padding-top: 0px;
}
#box04 .osusume_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding-bottom: 0px;
	margin-bottom: 50px;
}
#box04 .osusume_box .leftbox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}	
#box04 .osusume_box .midashi {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#box04 .osusume_box .text {
	width: 430px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: 0px;
}
#box04 .osusume_box .img {
	width: 430px;
	margin-left: auto;
}
#box05 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/box56_bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 60px;
	height: 440px;
}
#box05 h2 {
	margin-left: auto;
	margin-right: auto;
	width: 208px;
	height: 102px;
}
#box05 #instructorbox {
	display: flex;
	border-bottom: 1px solid #04A8CA;
	padding-bottom: 40px;
	padding-top: 20px;
}
#box05 #instructorbox .img  {
	width: 255px;
	height: 272px;
}
#box05 #instructorbox .profile  {
	width: 666px;
	margin-right: 0px;
	margin-left: auto;
}
#box05 #instructorbox .name  {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: bold;
}
#box05 #instructorbox .text  {
	font-size: 14px;
	line-height: 1.8em;
}
#box06 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0px;
	background-image: url(../img/box56_bg.png);
	background-repeat: no-repeat;
	background-position: center -500px;
	padding-top: 40px;
	padding-bottom: 90px;
}
#box06 h2 {
	margin-left: auto;
	margin-right: auto;
	width: 508px;
	height: 370px;
}
#box06 #kakaku {
	width: 426px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#box06 #nittei {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
}
#box06 #nittei .ttl {
	background-color: #23A6E6;
	border: 1px solid #23A6E6;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 30%;
	margin-left: -2px;
	border-bottom:none;
}
#box06 #nittei .txt {
	background-color: #FFFFFF;
	border: 1px solid #23A6E6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70%;
	margin-left: -2px;
	border-bottom: none;
	min-height: 0px;
}
#box06 #area {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
}
#box06 #area li {
	text-align: center;
	border: 1px solid #23A6E6;
	width: 20%;
	margin-left: -2px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#box06 #area li + li {
  border-left:none;
}
#box06 #area .deko {
	color: #23A6E6;
	font-weight: bold;
}
#box06 .btn a{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-color: #B62828;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 470px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-radius: 40px;
	line-height: 80px;
}
#box07 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/box07_bg.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	padding-top: 90px;
	height: 290px;
	padding-bottom: 90px;
}
#box07 h2 {
	margin-left: auto;
	margin-right: auto;
	width: 362px;
	height: 62px;
	margin-bottom: 50px;
}
#box07 #tokuten  {
	display: flex;
	justify-content: space-between;
}
#box08 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/box08_bg.png);
	background-position: center 0px;
	padding-top: 100px;
	padding-bottom: 80px;
}
#box08 h2 {
	margin-left: auto;
	margin-right: auto;
	width: 446px;
	height: 186px;
	margin-bottom: 40px;
}
#box08 .flow  {
	display: flex;
	justify-content: space-between;
	width: 874px;
	margin-left: auto;
	margin-right: auto;
	height: 240px;
}
#box08 .flow .img {
	width: 411px;
	height: 201px;
}
#box09 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0px;
	background-image: url(../img/box09_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 80px;
}
#box09 h2 {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    padding-bottom: 55px;
}
#box09 .question {
	font-family: "Timesa New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 10px;
}
#box09 .q_icon {
	width: 44px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	float: left;
	padding-right: 10px;
}	
#box09 .answer {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 90px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#box09 .a_icon {
	width: 46px;
	margin-left: -60px;
	margin-right: auto;
	height: 38px;
	float: left;
}
	
#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}
#footer #footerlink {
	font-size: 14px;
	height: 50px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
#footer #footerlink a {
    color: #23A6E6;
    width: 185px;
    border: 1px solid #23A6E6;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#footer #footerlink a:hover {
    color: #FFFFFF;
    width: 185px;
    border: 1px solid #23A6E6;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #23A6E6;
}
#footer #footer_logo {
	width: 218px;
	margin-left: auto;
	margin-right: auto;
}


/*===============================*/
/*//会社概要ページ//*/
/*===============================*/
#header {
	text-align: center;
	padding-bottom: 15px;
	text-decoration: none;
	background-color: #FFFFFF;
}
#header #header_logo {
	width: 400px;
	margin-left: 40px;
	margin-right: auto;
}

	
#company {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	background-image: url(../img/company_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#company h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity: 0.6;
	color: #01A7C9;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#company .company_catch {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 30px;
	margin-top: 100px;
	color: #007DDC;
	text-align: center;
	font-weight: bold;
	line-height: 2.4em;
	margin-bottom: 60px;
}
#company .company_text {

}

#company table {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	border-collapse: collapse;
}
#company table th {
	text-align: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #23A6E6;
}
#company table th,td{
	border-bottom: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#company table .sirowaku {
	color: #23A6E6;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 30px;
	width: 150px;
	text-align: center;
	margin-left: -20px;
}

/*===============================*/
/*//資料請求ページ//*/
/*===============================*/
#contact {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	background-image: url(../img/company_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#contact h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity: 0.6;
	color: #01A7C9;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#formbox .inputTable {
	width: 100%;
	font-size: 14px;
}
#formwrap table {
	margin-top: 50px;
}
#formbox th {
	color: #23A6E6;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #FFFFFF;
}


#formbox .must {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EE295E;
	display: block;
	float: right;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 7px;
}
#formbox td {
	border-bottom: 1px solid #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
#formbox input {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox .tff {
	width: 350px;
}
#formbox .tf {
	width: 450px;
}
#formbox select {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox #label_ademand {
	height: 200px;
	width: 450px;
}
#formbox th.jukou {
	background-color: #44A6E6;
	color: #FFFFFF;
	border: none;
}
#formbox .t_center {
	text-align: center;
}
#formbox .send a:hover{
	border: 1px solid #23A6E6;
	background-color: #23A6E6;
	color: #FFFFFF;
}
#formbox .send {
	margin-right: 10px;
	border-left: 1px solid #23A6E6;
	border-right: 1px solid #23A6E6;
	border-bottom: 1px solid #23A6E6;
	border-top: 1px solid #23A6E6;
	background-color: #23A6E6;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	color: #FFFFFF;
}
#formbox .reset {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	
	background-color: #BFBFBF;
	border: 1px solid #BFBFBF;
	color: #FFFFFF;
}


	
	

	


	
}

/***********************************************************************
ブラウザの幅が999px以下ならここの記述が有効になる　SP用
**********************************************************************/
@media only screen and (max-width: 999px) {
	
	
/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
    font-size: 16px;
    color: #333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8em;
}

a{ color: #8C2300;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

.pc_view {  display: none;}
.sp_view {  display: block;}
	
body {
    color: #333333;
}
#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box1000px{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box800px{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

#fv {
}
#fv .catch {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: -2px;
    text-align: center;
	display: none;
}

#box01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-color: #E2F8FA;
}
#box01 h2 {
    margin-left: auto;
    margin-right: auto;
}
#box01 #box01_text {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#box02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F9FAFD;
	padding-bottom: 10px;
}
#box02 h2 {
}
#box02 #box02_text {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#box03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#box03 h2 {
}
#box03 #box03_text {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#box04 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: #63CCE6;
	color: #FFFFFF;
}
#box04 h2 {
    width: 100%;
	margin-left: auto;
    margin-right: auto;
}
#box04 .osusume_box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#box04 .osusume_box .text {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#box04 .osusume_box .img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#box05 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: #C3F2FA;
}
#box05 h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 20px;
}
#box05 #instructorbox {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#box05 .name {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#box06 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: #C3F2FA;
}
#box06 h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#box06 #kakaku {
	margin-bottom: 50px;
}
#box06 #nittei {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
#box06 #nittei .ttl {
	width: 100%;
	background-color: #23A6E6;
	border: 1px solid #23A6E6;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#box06 #nittei .txt {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #23A6E6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	min-height: 0px;
}
#box06 #area {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
#box06 #area li {
	text-align: center;
	border: 1px solid #23A6E6;
	width: 100%;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #DFF9FD;
}
#box06 #area li + li {
  border-top:none;
}
#box06 #area .deko {
	color: #23A6E6;
	font-weight: bold;
}
#box06 .btn a{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-color: #FFFFFF;
	color: #B62828;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 90%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-radius: 40px;
	line-height: 80px;
}
#box07 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: #000000;
}
#box07 h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#box07 #tokuten {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#box08 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-image: url(../img/sp_box08_bg.png);
	padding-top: 20px;
}
#box08 h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#box08 .img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#box09 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: #6AC6F5;
}
#box09 h2 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;

	padding-bottom: 20px;
}

#box09 .question {
	font-family: "Timesa New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 2%;
	padding-bottom: 10px;
}
#box09 .q_icon {
	width: 8%;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	float: left;
	padding-right: 10px;
}	
#box09 .answer {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15%;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	width: auto;
}
#box09 .a_icon {
	width: 10%;
	margin-left: -15%;
	margin-right: auto;
	height: 38px;
	float: left;
}
	
#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	text-decoration: none;
}
#footer #footerlink {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#footer #footerlink li {
	font-size: 16px;
	width: 50%;
}
#footer #footerlink li.contact a {
	background-color: #C4F2FC;
}
#footer #footerlink li.company a {
	background-color: #ccfbf5;
}
#footer #footerlink li a {
	color: #23A6E6;
	width: 100%;
	height: 50px;
	padding-top: 20px;
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#footer #footer_logo {
	width: 60%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	
	

/*===============================*/
/*//会社概要ページ//*/
/*===============================*/

#header {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#header #header_logo {
	width: 60%;
	margin-left: 10px;
	margin-right: auto;
}

	
#company {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	background-image: url(../img/company_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color: #D1F8FF;
	margin-bottom: 5px;
}
#company h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity: 0.6;
	color: #01A7C9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#company .company_catch {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 26px;
	margin-top: 50px;
	color: #007DDC;
	text-align: center;
	font-weight: bold;
	line-height: 2.4em;
	margin-bottom: 30px;
}

	

#company table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-collapse: collapse;
}


#company table th {
    text-align: left;
    color: #01a7c9;
	width: 100%;
    padding-top: 10px;
    display: block;
}
#company table td{
    padding-bottom: 10px;
    border-bottom: 2px solid #01a7c9;
    display: block;
	padding-left: 20px;
}

#company table .sirowaku {
	color: #01a7c9;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 30px;
	width: 150px;
	text-align: center;
	margin-left: -20px;
}

/*===============================*/
/*//資料請求ページ//*/
/*===============================*/

#contact {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color: #D1F8FF;
background: -moz-linear-gradient(top, #99e9f9, #FFFFF);
background: -webkit-linear-gradient(top, #99e9f9, #FFFFFF);
background: linear-gradient(to bottom, #99e9f9, #FFFFFF);
	margin-bottom: 5px;
}
#contact h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #FFFFFF;
	opacity: 0.6;
	color: #01A7C9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

#formwrap #formbox {
	width: 96%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#formbox .inputTable {
	width: 100%;
	font-size: 16px;
}
#formwrap table {
	width: 100%;
	font-size: 16px;
}
#formbox th {
	width: 100%;
	padding-top: 15px;
	text-align: left;
	color: #01A7C9;	
	display: block;
}
#formbox .must {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EE295E;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 7px;
}
#formbox td {
	border-bottom: 2px solid #FFFFFF;
	padding-top: 8px;
	padding-bottom: 15px;
	display: block;
}
#formbox input {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox .tf {
	width:97%;
}
#formbox .tff {
	width: 57%;
}
#formbox select {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox #label_ademand {
	height: 200px;
	width: 97%;
}
#formbox th.jukou {
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #44A6E6;
	color: #FFFFFF;
	border: none;
}
#formbox th.jukou p {
	margin-left: 10px;
	margin-right: 10px;
}
#formbox .t_center {
	text-align: center;
}
#formbox .send a:hover{
	border: 1px solid #01A7C9;
	background-color: #01A7C9;
	color: #FFFFFF;
}
#formbox .send {
	width: 49%;
	border: 1px solid #01A7C9;
	background-color: #01A7C9;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
#formbox .reset {
	width: 49%;
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: #BFBFBF;
	border: 1px solid #BFBFBF;
	color: #FFFFFF;
}


	
	
	
	
}
