@charset "utf-8";

html{
	font-size: 62.5%;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	min-width: 960px;
}

/*---------------------header---------------------*/

header{
	background-color: white;
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
	box-shadow: 0 2px 5px #a0a0a0;
}

#header_area{
	min-width: 1050px;
	max-width: 1200px;
	margin: 0 auto;
}

#header_l{
	float: left;
}

#header_l p{
	float: left;
	margin-top: 15px;
}

.logo_left{
	padding-right: 14px;
}

.logo_right{
	font-size: 1.4rem;
	padding-left: 14px;
	padding-top: 5px;
	border-left: 1px solid #999999;
}

#header_r{
	float: right;
	padding-top: 4px;
}

#header_r p{
	float: left;
}

.contact_l{
	padding-right: 12px;
}

#main_img{
	background-image: url(../img/main.png);
	background-size: cover;
	margin-top: 80px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40%;
}

/*--------------------------nav------------------------------*/

nav{
	width: 100%;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	height: 80px;
	margin-top: -20px;
}

nav ul{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

nav ul li{
	float: left;
	width: 157px;
	text-align: center;
	background-image: url(../img/nav_border.png);
	background-repeat: no-repeat;
	height: 60px;
	color: #1F1713;
	margin-top: -5px;
	display: table;
	font-size: 1.6rem;
}

nav ul li:last-child{
	background-image: url(../img/nav_border.png),url(../img/nav_border.png);
	background-repeat: no-repeat,no-repeat;
	height: 60px;
	background-position: 0 0 , 156px 0;
}

nav ul li a{
	text-decoration: none;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

nav ul li a:link{
	color: black;
}

nav ul li a:hover{
	color: black;
	opacity: 0.6;
}
nav ul li a:visited{
	color: black;
}
nav ul li a:active{
	color: black;
}
.center{
}

/*-------------------------content01----------------------------*/

#content01{
	margin-top: -75px;
	padding-top: 75px;
}

#title{
	background-color: #0a7db4;
	width: 100%;
	height: 120px;
}

h1{
	text-align: center;
	font-size: 5.0rem;
	line-height: 1.2;
	color: white;
	padding-top: 30px;
	letter-spacing: 2px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
	height: 120px;
	font-weight: bold;
}

h1 span{
	font-size: 5.0rem;
	font-weight: bold;
	letter-spacing: 0;
}

#bg01{
	background-image: url(../img/bg01.png);
	background-repeat: repeat;
}

.w960{
	width: 960px;
	margin: 0 auto;
}

#doream p{
	font-size: 2.4rem;
	padding-top: 65px;
	text-align: center;
	color: #1F1713;
}

.box01{
	width: 316px;
	float: left;
	padding-top: 48px;
	margin-right: 6px;
}

.box01:last-child{
	margin-right: 0;
}

.second_icon p{
	float: left;
}

.second_text p{
	float: left;
	font-size: 2.2rem;
	color: #1A9886;
	padding-top: 10px;
	padding-left: 10px;
}

.picture{
	padding-top: 16px;
}

.picture_under p{
	font-size: 1.5rem;
	width: 290px;
	margin: 0 auto;
}

#second_gyoumu{
	background-image: url(../img/waku.png);
	height: 114px;
	background-repeat: no-repeat;
	margin-top: 60px;
}

#second_gyoumu p{
	padding-top: 15px;
	color: #E64190;
	font-size: 4.0rem;
	text-align: center;
}

#privacy{
	font-size: 1.6rem;
}

#privacy p{
	padding-top: 40px;
}

#privacy ol{
}

.btn_back{
	margin:0 auto;
	width:800px;
	padding-bottom: 40px;
}

input[type=button]{
	box-sizing:border-box;
	background:#AAAAAA;
	border:none;
	padding:1.0em;
	font-size:2.4rem;
	color:#FFF;
	width:800px;
	cursor:pointer;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#inquiry_box{
	background-image: url(../img/bg01.png);
	background-repeat: repeat;
	padding:80px 0 50px 0;
}
#inquiry_box #title{
	margin-bottom:50px;
}
#inquiry_box .read{
	text-align:center;
	font-size: 2.4rem;
}
#inquiry_box .read p{
	margin-bottom:2.0em;
}
#inquiry_box .btn_poricy{
	font-size: 2.4rem;
	border:solid 2px #0a7db4;
	background:#FFF;
	margin-bottom:50px;
}
#inquiry_box .btn_poricy a{
	color:#0a7db4;
	display:block;
	padding:1.0em;
	text-align:center;
	text-decoration:none;
}
#inquiry_box dl{font-size: 1.6rem; display: table;width: 960px;}
#inquiry_box dl dt{padding:1.6em 0 0.8em;width:210px; display: table-cell; vertical-align: middle;}
#inquiry_box dl dt span{font-size: 1.4rem;}
#inquiry_box dl dt span.cat, .error_messe{color:#CC0000;}
#inquiry_box dl dd{padding:0.8em 0; display: table-cell;}

#inquiry_box dl.comfirm dt { padding:0.8em 0;}
#inquiry_box .btn_topback{
	margin:0 auto;
	width:800px;
}


#inquiry_box .form_box {margin-top:50px;}
#inquiry_box .form_box h2{font-size:1.6rem; text-align:center;}
#inquiry_box .form_box dl dt{padding:0.8em 0;}
#inquiry_box .form_box form p input{margin:50px 0 0;}
#inquiry_box .form_box {font-size:1.6rem;}
/*---------------------form---------------------*/
#inquiry_box input[type=text]{
	box-sizing:border-box;
	background:#FFF;
	border-radius:5px;
	border:none;
	padding:1.0em;
	font-size:1.6rem;
	width:750px;
}
#inquiry_box textarea{
	box-sizing:border-box;
	background:#FFF;
	border-radius:5px;
	border:none;
	padding:1.0em;
	font-size:1.6rem;
	width:750px;
	min-height:150px;
}
#inquiry_box input[type=button]{
	box-sizing:border-box;
	background:#AAAAAA;
	border:none;
	padding:1.0em;
	font-size:2.4rem;
	color:#FFF;
	width:800px;
	cursor:pointer;
}

#inquiry_box input[type=submit]{
	box-sizing:border-box;
	background:#E64190;
	border:none;
	padding:1.0em;
	font-size:2.4rem;
	color:#FFF;
	width:800px;
	cursor:pointer;
}
#inquiry_box .send{
	width:800px;
	margin:50px auto 0 auto;
}

#inquiry_box select{
	font-size:1.6rem;
	padding:1.0em;
	border-radius:5px;
	border:none;
}

/*---------------------------ui_tabs------------------------------*/

#tab ul{
	width: 960px;
}

#tab ul li{
	float: left;
	color: #1F1713;
	font-size: 2.0rem;
}

#tab ul li a{
	text-decoration: none;
}

#tab ul li a:link{
	color: #1F1713;
}

#tab ul li a:hover{
	color: #1F1713;
	opacity: 0.6;
}

#tab ul li a:visited{
	color: #1F1713;
}

.tab{
	overflow:hidden;
}

.tab li{
	background-image: url(../img/tab.png);
	height: 70px;
	width: 243px;
	margin-left: 1px;
	margin-top: 30px;
}

.tab li.select{
	background-image:url(../img/tab_select.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 225px;
	padding-top: 20px;
}

.tab li:not(.select){
	margin-top: 50px;
}

.content li{

}

.hide {
	display:none;
}

.icon01 h3{
	background-image: url(../img/web_icon.png);
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	margin-left: 25px;
	padding-left: 90px;
	cursor: pointer;
}

.icon02 h3{
	background-image: url(../img/dtp_icon.png);
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	margin-left: 25px;
	padding-left: 90px;
	cursor: pointer;
}

.icon03 h3{
	background-image: url(../img/3d_icon.png);
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	padding-left: 90px;
	cursor: pointer;
}

.icon04 h3{
	background-image: url(../img/manga_icon.png);
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	padding-left: 80px;
	margin-left: -20px;
	cursor: pointer;
}

#fragment-1{
	background-color: #F9F7F3;
	width: 100%;
	border-top: 2px solid #E8E0D1;
	margin-top: -22px;
}

.fragment_box{
	width: 316px;
	float: left;
	margin-right: 6px;
	padding-top: 20px;
}

.fragment_box:last-child{
	margin-right: 0;
}

.fragment_text span{
	font-size: 1.6rem;
	color: #E54090;
}

.fragment_text{
	font-size: 2.2rem;
	text-align: center;
	color: #1F1713;
}

.fragment_picture{
	padding-top: 10px;
}

.fragment_text02{
	font-size: 1.5rem;
	width: 290px;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 40px;
}

/*--------------------------end_ui----------------------------*/

#title02{
	width: 100%;
	background-color: #EBE5D9;
	height: 100px;
}

#title02 p{
	color: #E53F90;
	font-size: 3.0rem;
	padding-top: 32px;
	text-align: center;
	margin: 0 auto;
	width: 960px;
}

#bg02{
	background-color: #F9F7F3;
	height: 412px;
	width: 100%;
}

.picture_box{
	width: 216px;
	padding-top: 40px;
	float: left;
	margin-left: -30px;
}

.picture_box:first-child{
	margin-left: 0;
}

.box_text{
	font-size: 1.6rem;
	text-align: center;
	color: #1F1713;
}

.box_text02{
	font-size: 1.3rem;
	color: #525252;
	width: 170px;
	margin: 0 auto;
}

.picture_box02{
	width: 216px;
	padding-top: 70px;
	float: left;
	margin-left: -30px;
}

.picture_box03{
	width: 216px;
	padding-top: 40px;
	float: left;
	margin-left: -38px;
}

.picture_box04{
	width: 216px;
	padding-top: 70px;
	float: left;
	margin-left: -22px;
}

/*--------------------------content02----------------------------*/

#content02{
	margin-top: -75px;
	padding-top: 75px;
}

#title03{
	background-color: #0a7db4;
	height: 120px;
}

#title03 h2{
	font-size: 5.0rem;
	color: white;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto;
	width: 960px;
}

#bg03{
	background-image: url(../img/bg_blue.png);
	background-repeat: repeat;
}

#best3_lr{
	background-image: url(../img/huan_l.png),url(../img/huan_r.png);
	background-repeat: no-repeat , no-repeat;
	height: 75px;
	background-position: 160px center , 725px center ;
}

#best3 p{
	text-align: center;
	color: #1F1713;
	font-size: 4.0rem;
	line-height: 0.8;
}

#best3 p span{
	font-size: 1.6rem;
	color: #3CC4DA;
}

#title_under{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 60px;
	color: #1F1713;
	padding-bottom: 50px;
}

#title_under span{
	color: #E53F90;
}

#white{
	margin-top: 25px;
	height: 360px;
	width: 960px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.huan_img p{
	padding-top: 23px;
	float: left;
	padding-bottom: 6px;
}

.huan_text p{
	color: #3CC4DA;
	font-size: 1.6rem;
	float: left;
	padding-top: 38px;
	margin-left: 10px;
}

.arrow{
	float: left;
	padding-top: 23px;
	margin-left: 10px;
}

.arrow_text{
	padding-top: 26px;
	width: 410px;
	float: left;
	margin-left: 25px;
	font-size: 1.5rem;
	color: #333333;
}

.border{
	border-bottom: 2px dotted #28A9C7;
	width: 910px;
	margin: 0 auto;
}

.border02{
	width: 910px;
	margin: 0 auto;
}

.arrow02{
	float: left;
	padding-top: 23px;
	margin-left: 26px;
}

#curriculum{
	text-align: center;
	padding-top: 35px;
	font-size: 2.4rem;
	padding-bottom: 65px;
	color: #1F1713;
}

#curriculum span{
	color: #E53F90;
}

/*-----------------------content03---------------------------*/

#content03{
	margin-top: -75px;
	padding-top: 75px;
}

#title04{
	background-color: #0a7db4;
	width: 100%;
	height: 120px;
}

#content03 h2{
	font-size: 5.0rem;
	text-align: center;
	color: white;
	padding-top: 25px;
	margin: 0 auto;
	width: 960px;
}

#bg04{
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

#nishiku{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 60px;
	color: #1F1713;
}

#shisetu_img ul{
	display: table;
}

#shisetu_img ul li{
	height: 230px;
	width: 460px;
	float: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	display: table;
	margin-bottom: 40px;
}

#shisetu_img ul li:nth-child(even){
	margin-left: 40px;
}

#shisetu_img ul li:last-child{
	margin-bottom: 60px;
}

.w972{
	width: 972px;
	margin: 0 auto;
}

.point_img p{
	float: left;
	height: 230px;
}

.point_text p{
	background-color: white;
	width: 230px;
	height: 230px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #44B8AD;
	font-size: 1.5rem;
	font-weight: bold;
}

.point_text p span{
	font-size: 2.0rem;
}

/*-----------------------------content04--------------------------------*/

#content04{
	margin-top: -75px;
	padding-top: 75px;
}


#title05{
	height: 120px;
	background-color: #0a7db4;
	width: 100%;
}

#content04 h2{
	font-size: 50px;
	color: white;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto;
	width: 960px;
}

#bg05{
	background-image: url(../img/bg_voice.png);
	background-repeat: repeat;
}

#jisseki_text p{
	text-align: center;
	padding-top: 60px;
	font-size: 2.4rem;
	color: #1F1713;
}

#jisseki_arrow{
	background-image: url(../img/arrow2.png),url(../img/arrow3.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	width: 1150px;
	height: 485px;
	margin: 0 auto;
	padding-top: 45px;
}

.jisseki_bg{
	background-color: white;
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin-top: 60px;
}

.jisseki_bg ul{
	padding-top: 15px;
}

.jisseki_bg ul li{
	float: left;
	margin-left: 12px;
	padding-bottom: 15px;
}

#slick_container{
	position: relative;
}

#arrow{
}

.slick-prev:before, .slick-next:before {
    content:"";
}

.slick-prev{
	left:0px;
	background-image: url(../img/arrow2.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 76px;
}

.slick-next{
	right:0px;
	background-image: url(../img/arrow3.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 76px;
}

#real p{
	text-align: center;
	font-size: 2.4rem;
	padding-top: 60px;
	padding-bottom: 55px;
	color: #1F1713;
}

#voice ul{
	width: 960px;
	margin: 0 auto;
}

#voice ul li{
	float: left;
	margin-left: 38px;
}

#voice ul li:first-child{
	margin-left: 0;
}

.voice01{
	background-image: url(../img/voice01.png);
	background-repeat: no-repeat;
	height: 317px;
}

.voice01 p{
	width: 200px;
	font-size: 1.4rem;
	color: #63343E;
	padding-top: 8px;
	padding-left: 11px;
	letter-spacing: 0;
}

.voice02{
	background-image: url(../img/voice02.png);
	background-repeat: no-repeat;
	height: 317px;
}

.voice02 p{
	width: 200px;
	font-size: 1.4rem;
	color: #3E576C;
	padding-top: 8px;
	padding-left: 11px;
	letter-spacing: 0;
}

.voice03{
	background-image: url(../img/voice03.png);
	background-repeat: no-repeat;
	height: 317px;
}

.voice03 p{
	width: 200px;
	font-size: 1.4rem;
	color: #396333;
	padding-top: 8px;
	padding-left: 11px;
	letter-spacing: 0;
}

.voice04{
	background-image: url(../img/voice04.png);
	background-repeat: no-repeat;
	height: 317px;
}

.voice04 p{
	width: 200px;
	font-size: 1.4rem;
	color: #493463;
	padding-top: 8px;
	padding-left: 11px;
	letter-spacing: -0.05em;
}

#voice_name{
	height: 50px;
	background-color: white;
	width: 100%;
}

#voice_name ul{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

#voice_name ul li{
	text-align: center;
	float: left;
	font-size: 1.4rem;
}

.red{
	color: #63343E;
	margin-left: 45px;
}

.blue{
	color: #3E576C;
	margin-left: 110px;
}

.green{
	color: #396333;
	margin-left: 80px;
}

.perplu{
	color: #493463;
	margin-left: 95px;
}

#sankaku{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 47.5px 0 47.5px;
	border-color: #ffffff transparent transparent transparent;
	margin: 0 auto;
}

#voice_text{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
	color: #1F1713;
}

#voice_text span{
	color: #E54090;
	font-size: 2.9rem;
}

/*---------------------------content05------------------------------*/

#content05{
	margin-top: -75px;
	padding-top: 75px;
}


#title06{
	height: 120px;
	width: 100%;
	background-color: #0a7db4;
}

#content05 h2{
	font-size: 5.0rem;
	padding-top: 25px;
	text-align: center;
	color: white;
	margin: 0 auto;
	width: 960px;
}

#bg06{
	background-image: url(../img/bg_nagare.png);
	background-repeat: repeat;
}

#nagare_box{
	padding-top: 55px;
}

#nagare01{
	background-image: url(../img/waku01.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 238px;
	float: left;
}

#nagare01 p{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 100px;
	color: #1F1713;
	margin-left: -14px;
}

#nagare01 p.nagare_text{
	font-size: 1.5rem;
	text-align: left;
	padding-top: 30px;
	margin-left: 15px;
	color: #333333;
}

#nagare01 p.nagare_text span{
	color: #E54090;
	font-size: 1.3rem;
}

#nagare01 p.tel01{
	color: #333333;
	font-size: 2.6rem;
	font-weight: bold;
	padding-top: 0;
}

#nagare01 p.nagare_img{
	padding-top: 15px;
	margin-left: 13px;
	text-align: left;
}

#nagare02{
	background-image: url(../img/waku02.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 238px;
	float: left;
	margin-left: 6px;
}

#nagare02 p{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 100px;
	color: #1F1713;
	margin-left: -14px;
}

#nagare02 p.nagare_text02{
	font-size: 1.5rem;
	text-align: left;
	padding-top: 30px;
	margin-left: 15px;
	color: #333333;
}

#nagare03{
	background-image: url(../img/waku04.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 238px;
	float: left;
	margin-left: 6px;
}

#nagare03 p{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 100px;
	color: #1F1713;
	margin-left: -14px;
}

#nagare03 p.nagare_text03{
	font-size: 1.5rem;
	text-align: left;
	padding-top: 30px;
	margin-left: 15px;
	color: #333333;
}

#nagare04{
	background-image: url(../img/waku05.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 225px;
	float: left;
	margin-left: 6px;
}

#nagare04 p{
	font-size: 2.4rem;
	text-align: center;
	padding-top: 85px;
	color: #1F1713;
	margin-left: -14px;
}

#nagare04 p.nagare_text04{
	font-size: 1.5rem;
	text-align: left;
	padding-top: 10px;
	margin-left: 15px;
	color: #333333;
}

table{
	width: 960px;
}

tr{
	border-bottom: 2px dotted #0a7db4;
}

th{
	color: #333333;
	background-image: url(../img/arrow4.png);
	background-repeat: no-repeat;
	height: 37px;
	font-size: 2.0rem;
	font-weight: normal;
	background-position: 20px;
	padding-left: 75px;
	text-align: left;
	height: 100px;
}

td{
	font-size: 1.6rem;
	padding-left: 45px;
}

#keikaku p{
	text-align: center;
	font-size: 2.4rem;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #1F1713;
}

#keikaku p span{
	color: #E64190;
}

/*---------------------------content06--------------------------*/

#content06{
	margin-top: -75px;
	padding-top: 75px;
}

#title07{
	background-color: #0a7db4;
	height: 120px;
	width: 100%;
}

#content06 h2{
	font-size: 5.0rem;
	text-align: center;
	color: white;
	padding-top: 25px;
	margin: 0 auto;
	width: 960px;
}

#bg07{
	background-image: url(../img/bg_qa.png);
	background-repeat: repeat;
}

#qa{
	text-align: center;
	font-size: 2.4rem;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #1F1713;
}

/*-----------------------------accordion--------------------------------*/

dl{
	border-bottom: 2px dotted #0a7db4;
}

#accordion dt{
	background-image: url(../img/q.png),url(../img/open.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,800px;
	height: 37px;
	padding-top: 15px;
	padding-left: 60px;
	color: #1F1713;
	font-size: 2.0rem;
	cursor: pointer;
	margin-left: 20px;
}

#accordion dt.opened{
	background-image: url(../img/q.png),url(../img/close.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,800px;
	height: 37px;
	padding-top: 15px;
	padding-left: 60px;
	color: #1F1713;
	font-size: 2.0rem;
	cursor: pointer;
	margin-left: 20px;
}

#accordion dd{
	color: #333333;
	font-size: 1.6rem;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 80px;
}

#yohaku{
	padding-bottom: 60px;
}

/*----------------------------------end_accordion-----------------------------------*/

#white02{
	background-color: white;
	width: 100%;
	height: 340px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#title08{
	height: 120px;
	background-color: #E64190;
	width: 100%;
	margin-bottom: 45px;
}

#title08 h2{
	text-align: center;
	font-size: 2.4rem;
	margin: 0 auto;
	width: 960px;
}

#contact{
	width: 770px;
	margin: 0 auto;
}

#contact_l{
	float: left;
}

#contact_r{
	float: left;
	margin-left: 18px;
}

/*-----------------------------map-----------------------------*/

#map-canvas{
	width: 100%;
	height: 400px;
}

#access{
	background-color: #E6F0F0;
	height: 237px;
	width: 100%;
}

#access_area p{
	font-size: 3.6rem;
	color: #1F1713;
	text-align: center;
	line-height: 1.0;
	background-image: url(../img/kanban.png);
	background-position: center 25px;
	background-repeat: no-repeat;
	padding-top: 95px;
}

#access_area02 p{
	color: #1F1713;
	font-size: 2.4rem;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#access_area02 p span{
	color: #E54090;
}

/*------------------------------footer----------------------------*/

#footer_area01{
	background-color: #0F67A3;
	height: 80px;
	margin-top: -5px;
	padding-left:180px;
}

#footer_area01_kikusui{
	background-color: #d7003a;
	height: 80px;
	margin-top: -5px;
	padding-left:90px;
}

#footer_area01_motomachi{
	background-color: #d7003a;
	height: 80px;
	margin-top: -5px;
	margin-left:auto;
	margin-right:auto;
}



#f_logo{
	float: left;
}

#f_logo p{
	font-size: 1.6rem;
	height: 52px;
	color: white;
	margin-top: 19px;
	padding-right: 30px;
}

#jusho{
	float: left;
}

#jusho p{
	font-size: 1.6rem;
	padding-left: 30px;
	margin-top: 19px;
	color: white;
	border-left: 1px solid white;
	padding-right: 30px;
}

#tel{
	float: left;
}

#tel p{
	font-size: 1.6rem;
	padding-left: 30px;
	margin-top: 19px;
	color: white;
	border-left: 1px solid white;
}

#footer_area02 ul li{
	float: left;
	padding-right: 10px;
	color: #0F67A3;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer_area02 ul li a{
	text-decoration: none;
}

#footer_area02 ul li a:link{
	color: #0F67A3;
}

#footer_area02 ul li a:hover{
	color: #0F67A3;
	opacity: 0.6;
}

#footer_area02 ul li a:visited{
	color: #0F67A3;
}

#footer_area02 ul li:last-child{
	border-left: 1px solid #0F67A3;
	padding-left: 10px;
}

#footer_area02 p{
	font-size: 1.4rem;
	float: right;
	color: #0F67A3;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-top{
	position: fixed;
	right: 0;
}

.cf:after {	content: '.'; height: 0; line-height: 0; visibility: hidden; display: block; clear: both}
.cf { display: block }

a:hover{
	opacity: 0.6;
}

.inline-content p{
	font-size: 1.5rem;
	padding: 20px;
}

.inline-content span{
	font-size: 1.5rem;
	font-weight: bold;
}

.inline-content02 p{
	font-size: 1.5rem;
	padding: 20px;
}

.cf:after {	content: '.'; height: 0; line-height: 0; visibility: hidden; display: block; clear: both}
.cf { display: block }