@charset "utf-8";

.SP{display:none !important;}
.PC{display:block !important;}
@media screen and (max-width: 768px) {
.SP{display:block !important;}
.PC{display:none !important;}
}

html{
	font-size: 62.5%;
}

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

a:hover{
	opacity: 0.6;
}


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

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

#header_area{
	width: 1050px;
	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_out{
	width:100%;
	height:500px;
	padding-top: 80px;
	padding-bottom:80px;
	background-image:url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}

#main_img{
	width:1000px;
	height: 500px;
	margin:0 auto;
	text-align:center;
}



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

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

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: #0F67A3;
	width: 100%;
	height: 120px;
}

h1{
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.3;
	padding-top: 15px;
	color: white;
	letter-spacing: 2px;
	width: 960px;
	margin: 0 auto;
}

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

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

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

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

.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: 2rem;
	color: #333;
	padding-top: 15px;
	margin-left: 15px;
	line-height: 1.3;
}

.picture{
	padding-top: 0px;
}

.picture img{
	border-radius: 10px;
}

.picture_under p{
	font-size: 1.5rem;
	width: 290px;
	margin-left: 8px;
	padding-top: 10px;
	color: #525252;
}

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

#second_gyoumu p{
	padding-top: 20px;
	color: #0F67A3;
	font-size: 2.9rem;
	text-align: center;
}

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

#tab ul{
	width: 100%;
}

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

#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);
	background-size: 100% 100%;
	margin-left: 1px;
	margin-top: 30px;
	cursor: pointer;
}

.tab li.select{
	background-image:url(../img/tab_select.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	cursor: pointer;
}

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

.content{
}

.hide {
	display:none;
}

.icon01 h3{
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	text-align:center;
}

.icon02 h3{
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	text-align:center;
	}

.icon03 h3{
	background-repeat: no-repeat;
	background-position: 40px 22px;
	height: 28px;
	padding-top: 22px;
	text-align:center;
}


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

.fragment_box{
	width: 300px;
	float: left;
	margin-right: 30px;
	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_picture img{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.fragment_text02{
	font-size: 1.5rem;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 40px;
	color: #525252;
}

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

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

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

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

.picture_box{
	width: 200px;
	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;
}

.box_text_01{
	font-size: 1.6rem;
	text-align: center;
	color: #1F1713;
	margin-left: 17px;
}

.box_text02_01{
	font-size: 1.3rem;
	color: #525252;
	width: 170px;
	margin-left: 25px;
}

.picture_box02{
	width: 200px;
	padding-top: 70px;
	float: left;
	margin-left: -11px;
}

.picture_box03{
	width: 200px;
	padding-top: 40px;
	float: left;
	margin-left: -15px;
}

.picture_box04{
	width: 200px;
	padding-top: 70px;
	float: left;
}

.picture_box05{
	width: 200px;
	padding-top: 40px;
	float: left;
	margin-left: -14px;
}

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

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

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

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

#bg03{
	background-image: url(../img/bg02.jpg);
	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: #0F67A3;
}

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

#title_under span{
	color: #E53F90;
}

#white{
	margin-top: 0px;
	height: 385px;
	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: 657px;
	float: left;
	margin-left: 25px;
	font-size: 1.8rem;
	color: #333333;
	padding-bottom: 30px;
}

.border{
	border-bottom: 2px dotted #0F67A3;
	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: 40px;
	font-size: 2.4rem;
	padding-bottom: 40px;
	color: #1F1713;
	line-height: 1.8;
}

#curriculum span{
	color: #E53F90;
}

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

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

#title04{
	background-color: #0F67A3;
	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-color:#FFF;}
	
/*スタッフ紹介*/

.staff{
	width:960px;
	height:220px;
	margin:50px auto 0 auto;
	clear:both;
	padding-bottom:20px;
	}
	

.photo{
	width:220px;
	height:220px;
	float:left;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.name{
	text-align:left;
	width:694px;
	font-weight:bold;
	font-size:20px;
	height:30px;
	line-height:30px;
	float:left;
	padding:0 0 5px 15px;
	margin-left:25px;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.staff_text{
	width:715px;
	font-size:15px;
	float:left;
	line-height:28px;
	padding-left:25px;
	text-align:left;
	margin-top:20px;
}
	
/*スタッフ紹介ここまで*/


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

#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: #0F67A3;
	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/bg01.jpg);
	background-repeat: repeat;
}

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

#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.6rem;
	padding-top: 60px;
	padding-bottom: 55px;
	color: #1F1713;
}

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

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

#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;
	margin: 15px;
	letter-spacing: -0.05em;
}

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

.voice02 p{
	width: 200px;
	font-size: 1.4rem;
	color: #3E576C;
	margin: 15px;
	letter-spacing: -0.05em;
}

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

.voice03 p{
	width: 200px;
	font-size: 1.4rem;
	color: #396333;
	margin: 15px;
	letter-spacing: -0.05em;
}

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

.voice04 p{
	width: 200px;
	font-size: 1.4rem;
	color: #493463;
	margin: 15px;
	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;
	line-height: 1.8;
}

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

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

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


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

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

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

#nagare_box{
	padding-top: 55px;
}

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


#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{
	width:200px;
	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{
	width:200px;
	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{
	width:200px;
	font-size: 1.5rem;
	text-align: left;
	padding-top: 10px;
	margin-left: 15px;
	color: #333333;
}

/*---------------------------table--------------------------*/

table.type03 {
	width: 960px;
	border-collapse: collapse;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
	background-color:#FFF;
	font-size:16px;
	line-height:28px;
}
table.type03 th {
	width: 150px;
	padding: 20px;
	font-weight: bold;
	vertical-align: middle;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:18px;

}
table.type03 td {
	padding: 20px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


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

#keikaku p span{
	color: #E64190;
}

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

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

#title07{
	background-color: #0F67A3;
	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/bg01.jpg);
	background-repeat: repeat;
}

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

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

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

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;
	margin-top: 5px;
	margin-bottom: 7px;
}

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;
}

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);
	position: relative;
}

#title08{
	height: 120px;
	background-color: #0F67A3;
	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: 390px;
}

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

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

#access p span{
	font-size: 2.4rem;
}

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

#footer_area01{
	background-color: #0F67A3;
	height:  85px;
	margin-top: -5px;
}

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




.f_logo{
	float: left;
	width: 220px;
}

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

.jusho{
	float: left;
	width: 520px;
}

.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 }


.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 }
