﻿@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-top: 5rem;
}


/* Font
-------------------------------*/
@font-face {
	font-family: "LogoTypeGothic";
	src: url('../font/07LogoTypeGothic7.ttf') format('truetype');

}



/* InnerFrame
-------------------------------*/
.inner, .inner500 {
	padding: 0;
}


/* Link
-------------------------------*/
a:link, a:visited { color: #2990D0; }
a:hover { color: #ff9900; }


/* Index
-------------------------------*/
.h2_area {
	background-image: url(../images/h2_back.jpg);
	background-position: center center;
	padding: 2.4rem 0.5rem 2rem;
}
.h2class {
	color: #ffffff;
	text-align: center;
	font-size: 150%;
	font-weight: normal;
}
.h3class {
	border-bottom: 4px double #00A8E2;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 1rem;
	padding: 0.5rem 0;
	color: #00A8E2;
}
.h4class {
	border-bottom: 0.1rem solid #FFAE00;
	color: #FFAE00;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
}
.h5class {
	border-bottom: 1px dashed #61CAA3;
	color: #61CAA3;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 0;
}
.h5class:before{
	font-family: FontAwesome;
	content:"\f0da\00a0";
}
.h6class {
	font-weight: normal;
	border-bottom: 1px dashed #60351B;
	color: #60351B;
	font-size: 100%;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 0;
}


/* Header
-------------------------------*/
header {
	background-color: #ffffff;
	padding: 1rem;
}
.head_info {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
}
.head_left{
	width: 100%;
	text-align: center;
}

#Lower #menubar{
	border-bottom: 2px solid #00A8E2;
}


/* Main
-------------------------------*/
.mainarea {
	background-color: #FDF4CE;
	padding: 2rem;
}


/* SideNavi
-------------------------------*/
.sidenavi {
	width: 100%;
}
.sidenavi ul {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0;
}
.sidenavi ul li {
	text-align:center;
	width: 50%;
}



/* Footer
-------------------------------*/
footer {
	background-color: #82d4f1;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #FFFFFF;
	padding:3rem 1rem;
}


/* FooterLink
-------------------------------*/
footer .footnavi{
	margin-bottom: 2rem;
}
footer .footnavi li {
	font-size: 90%;
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}
footer .footnavi li a:link,
footer .footnavi li a:visited {
	color: #ffffff;
}
footer .footnavi li a:hover {
	color: #ff9900;
}

footer .footnavi li::before {
	font-family: FontAwesome;
	content: "\f0da \00a0";
	color: #ffffff;
}
.foottitle{
	margin-bottom: 1rem;
	border-bottom: 1px solid #ffffff;
}




/* Copyright
-------------------------------*/
small {
	margin: 0 auto !important;
	display: block;
}
.copyright {
	width: 100%;
	padding: 0.3rem 0;
	background-color:#5ab9da;
	color:#ffffff;
	text-align: center;
	font-size: 0.8rem;
}



/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */


/*	キービジュアル
-------------------------------*/
.keyv_area {
	background-color: #ffffff;
	text-align: center;
}
.keyv_area li img {
	margin: 0 auto;
}


/*	お知らせ
-------------------------------*/
.notice {
	margin-bottom: 2rem;
	height: 30rem;
	overflow: auto;
}
.notice .news_title {
	font-size: 1.7rem;
	font-weight: bold;
	color: #ee9d99;
}
.notice .news_body {
	margin-left: 1rem;
}
.notice dd {
	padding-bottom: 1rem;
	border-bottom: 0.1rem dotted #999;
}
.notice dd:last-child {
	border: none;
}


/*	医院概要
-------------------------------*/
.overview{
	padding:0 1rem;
}
.overview dl {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.overview dt {
	float: left;
	width: 7rem;
	margin-bottom:0.5rem;
	background-color: #00A9E2;
	color: #FFFFFF;
	padding:0.2rem;
	text-align: center;
}
.overview dd {
	margin-left: 8rem;
	margin-bottom:0.5rem;
}
.overview dd::after {
	content: '';
	display: block;
	clear: both;
}
.overview .title{
	text-align:center;
	font-size:2.2rem;
}


/*	院長紹介
-------------------------------*/
.bio dt {
	float: left;
	width: 10rem;
	clear: both;
}
.bio dd {
	margin-left: 10rem;
}






/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */


/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80,.R20, .R30, .R40, .R50, .R60, .R70, .R80 {
	width:100%;
	float: none;
}




/* signature
-------------------------------*/
.signature {
	font-size: 2rem;
}
.signature span {
	font-size: 1.6rem;
}
.signature span:after {
	content: "　";
}


/*	GoogleMaps
-------------------------------*/
.gmap {
	width: 100%;
	min-height: 40rem;
	margin-bottom: 1rem;
}


/* List
-------------------------------*/
.list_dot {
	padding-left: 2rem;
}
.list_dot li {
	list-style-type: disc;
	margin-left: 1em;
}
.list_caution2 {
	padding-left: 2rem;
		margin-bottom: 2rem;

}
.list_caution2 li {
	list-style-type: none;
	text-indent: -3em;
	margin-left: 1.6em;
}

.list_num li {
	margin-left: 2em;	list-style-type: decimal;
}

.list_caution {
	margin-bottom: 2rem;
}
.list_caution li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_caution li:before {
	content: "※ ";
}
.list_inline li{
	display: inline-block;
	margin-right: 2rem;
}
.list_inline li:before {
	content: "・";
}
li.nad{
	list-style-type: none !important;
	text-align:right;
}
li.nad:before {
	content: ""  !important;
}

.list_about{
	font-size: 0;
	margin-top: 2rem;
}
.list_about li{
	display: inline-block;
	width:50%;
}
.list_cure{
	font-size: 0;
}
.list_cure li{
	display: inline-block;
	margin-bottom: 2rem;
	width:50%;
}
.list_usual{
	font-size: 0;
	text-align: center;
}
.list_usual li{
	display: inline-block;
	margin: 1rem 0;
	width:50%;
	vertical-align: top;
}



/* ColoredBox
-------------------------------*/
.colorbox {
	background-color: #FFF3DB;
	padding: 2rem;
	margin-bottom: 2rem;
}
.colorbox .title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #68472C;
}


/* Link Button
-------------------------------*/
.linkbox a:link {
	display: inline-block;
	padding: 0.3rem 2rem;
	background-color: #00A8E2;
	color: #ffffff;
}
.linkbox a:visited {
	color: #ffffff;
}
.linkbox a:hover {
	color: #ffffff;
	background-color: #008BBB;
}
.overview .flex1 .linkbox a:link,.overview .flex1 .linkbox a:visited{
	background-color: #bd8943;
}
.overview .flex1 .linkbox a:hover{
	background-color: #825314;
}
.overview .flex1 .linkbox{
	text-align: center;
	margin-top: 2rem;
}

/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
	z-index: 3900;
}
#pageTop a:before {
	content:"\f0d8\00a0";
	font-family:"FontAwesome";
}
#pageTop a{
	display:block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color:#00A9E2;
	border-radius:10rem;
	font-size:1.4rem;
	line-height:1.4rem;
	padding:1rem;
}
#pageTop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	display: block;
}


/* for flowdesign
-------------------------------*/
.flowbox{
	background-color:#FFF0C5;
	border-radius:1rem;
	padding:2rem;
	margin: 1rem 0 ;
}
.flowbox .title{
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	color:#D77000;
}
.flowallow{
	text-align: center;
	color:#D8A100;
}



.area_headPR{
	color:#00A9E2;
	padding: 1.4rem 1rem;
	font-size: 1.8rem;
	font-size: 1rem;
	text-align: center;
	text-align: left;
	border-top : 2px solid #00A9E2;
	border-bottom : 2px solid #00A9E2;
}
.area_headPR p{
	margin-bottom: 0;
}
.area_headPR p span{
		background: linear-gradient(transparent 60%, #FFee00 60%);
}	

.area_onayami{
	background-image: url(../images/back001_sp.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 3rem;
}
.whitetrans{
	background-color: rgba(255,255,255,0.70)
}
.onayami_in{
	padding: 3rem 1rem;
	max-width: 65rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.onayami_in .title{
	font-size: 2.2rem;
	font-size: 1.8rem;
	text-align: center;
}



.area_about{
	background-image: url(../images/back_grid.png);
	padding:3rem 0 6rem;
	text-align: center;
}
.area_about p.title{
	display: inline;
	font-size: 2.6rem;
	color: #00A8E2;
	background: linear-gradient(transparent 80%, #FFDE6E 80%);
}
.area_about p.title span{
	font-size: 70%;
}


.area_cure{
	background-image: url(../images/back002.jpg);
	background-position: center center;
}
.area_cure .whitetrans{
	text-align: right;
}
.cure_in{
	display: inline-block;
	padding: 3rem 2rem;
	max-width: 60rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: center;
}
.cure_in .title{
	font-size: 2.6rem;
	color: #00A8E2;
}

.area_usual{
	padding:2rem 0;
}

.area_greeting{
	background-image: url(../images/back_greeting0.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	color: #ffffff;
	padding:4rem 1rem;
}
.area_greeting .title{
	text-align: center;
	font-size: 2.6rem;
}



.area_ov {
	padding:3rem 0;
}
.footerwave {
	margin-top: 2rem;
}
.footerwave img{
	width: 100%;
}


.area_white{
	padding:1.6rem 0;
	background-color: #ffffff;
	border-bottom : 1px solid #00A9E2;
}
.area_grid{
	padding:1.6rem 0;
	background-image: url(../images/back_grid.png);
	border-bottom : 1px solid #00A9E2;
}










.kv-wrap {
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	width: 100%;
/*	height:496px;*/
	overflow: hidden;
	display:block;
}

#kv-message{
	position:absolute;
	top:20%;
	right:20%;
}

/* timetable delay ---------------------------------------------------------*/

.delay-show{
	margin: 1% 16% 1% auto;
	padding:0 0;
	list-style:none;
	width:36%;
}

.delay-show li{
	margin:0 auto 1% auto;
	text-align:center;
}

figure{
	margin: 0 auto 1em;
}
.swiper-button-prev{
	margin-left: -30px;
}
.swiper-button-next{
	margin-right: -30px;
}
.swiper-button-prev{
    background-image: url(../images/swiper_left.png) !important;
}
.swiper-button-next{
    background-image: url(../images/swiper_right.png) !important;
}
.swiper-button-next, .swiper-button-prev{
	top:80% !important;
	background-size: auto !important;
	width:100px !important;
	height:100px !important;
	margin-top: -46px !important;
}

	#sidelink{
		display: block;
		position: fixed;
		bottom:0;
		z-index: 3800;
	}


.list_access{
	font-size:0;
}
.list_access li{
	display: inline-block;
	width:50%;
	font-size:1.2rem;
	vertical-align: top;
	padding:0.4rem;
	margin-bottom: 2rem;
}
.list_access li span{
	color: #ff9900;
	font-weight: bold;
}

body.online{
	padding-top:0rem; 
}
.online .inner{
	padding: 0 1rem;
}


.online .keyv_online{
	border-top:2px solid #00a8e2;
	width: 100%;
	background: url("../images/online/keyv01.jpg") no-repeat;
	background-size:contain;
	height: auto;	
}
.online .keyv_online p.lead01{
	padding-top: 8rem;
text-align: left;
	margin-bottom:3rem;
	margin-left: 1rem;

}
.online .keyv_online ul{
	display: flex;
	padding-bottom: 30px;
	margin: 0 1rem;
	justify-content: space-between;
	
}
.online .keyv_online ul li{
	margin-right: 1rem;
	text-align: center;
}
.online .keyv_online ul li:last-child{
	margin-right: 0;
}
.online .keyv_online p.lead02{
	padding-bottom: 4rem;
	text-align: left;
	margin-left: 1rem;
}

a.btn_01 {
	width: 80%;
	margin: 0 auto;
	display: inline-block;
   border-top: 1px solid #d63b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d63b8b), to(#f5b090));
   background: -webkit-linear-gradient(top, #d63b8b, #f5b090);
   background: -moz-linear-gradient(top, #d63b8b, #f5b090);
   background: -ms-linear-gradient(top, #d63b8b, #f5b090);
   background: -o-linear-gradient(top, #d63b8b, #f5b090);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 1.6rem;
   text-decoration: none;
	margin-bottom: 4rem;
   }
.btn_01:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_01:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.online h2.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 2.4rem;
	padding: 3rem 0;
}
.online h3.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 2rem;
	padding: 2rem 0;
}

.online h4.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 1.7rem;
	padding: 1.6rem 0;
}

a.btn_02 {
	width: 80%;
	display: inline-block;
   border-top: 1px solid #0095b4;
   background: -webkit-gradient(linear, left top, left bottom, from(#0059bf), to(#0095b4));
   background: -webkit-linear-gradient(top, #0059bf, #0095b4);
   background: -moz-linear-gradient(top, #0059bf, #0095b4);
   background: -ms-linear-gradient(top, #0059bf, #0095b4);
   background: -o-linear-gradient(top, #0059bf, #0095b4);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 1.6rem;
   text-decoration: none;
	margin: 4rem 0;
   }
.btn_02:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_02:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

a.btn_03 {
	display: inline-block;
   border-top: 1px solid #d63b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d63b8b), to(#f5b090));
   background: -webkit-linear-gradient(top, #d63b8b, #f5b090);
   background: -moz-linear-gradient(top, #d63b8b, #f5b090);
   background: -ms-linear-gradient(top, #d63b8b, #f5b090);
   background: -o-linear-gradient(top, #d63b8b, #f5b090);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 1.6rem;
   text-decoration: none;
   }
.btn_03:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_03:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.online_out{
	background: #eaf4f9;
	padding-bottom: 8rem;
}
.online_out dl{
	background: #FFF;
   border-radius: 8px;	
	display: flex;
	padding: 1rem;
	margin-top: 2rem;

}
.online_out .arrow_box{
	background: url("../images/online/arrow_01.png") no-repeat bottom center;
	padding-bottom: 5rem;
}
.online_out dl dt{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background: #00a8e2;
	color: #FFF;
	font-size: 1.6rem;
	margin-right: 2rem;
}
.online_out dl dd{
	width: 80%;
	font-size: 1.4rem;
}
.online_out dl ul,
.waku ul{
	margin-left: 2rem;
}
.online_out dl ul li,
.waku ul li{
	list-style: circle;
}
.waku{
	width: 100%;
	background: #FFF;
	border-radius: 8px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 1rem;	
}
.area_ov{
	border-top:3px solid #00a8e2;
}

.box-design14 {
  margin: 20px auto 20px 20px;
  padding: 20px;
  border: 2px solid #434343;
}
.box-design14-ttl {
  position: relative;
  left: -40px;
  background-color: #008BB6;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.box-design14-ttl span{
	color: #FFFD00;
}

ul.square{}
ul.square li{
	position: relative;
	padding-left: 2em;
}
ul.square li::before{
	content: "□";
	position: absolute;
	top: 0;
	left: 0;
}


/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
	

/* Common
-------------------------------*/
body {
	font-size: 1.6rem;
	min-width: 1170px;/* リキッドの際は外す */
	padding-top: 0;
}
.list_access li{
	padding:1rem;
	font-size:1.6rem;
	width:33%;
}
	
.area_white{
	padding:3rem 0;
}
.area_grid{
	padding:3rem 0;
}
	
.h2class {
	font-size: 200%;
	padding: 2rem 3rem 1.6rem;
}
/*
.h3class {
	padding: .5rem 0 .5rem 6rem;
}
.h4class {
	padding: 0.4rem 0.6rem 0.4rem 0;
}
.h5class {
	padding: 0.3rem 0.5rem 0.3rem 0;
}
.h6class {
	padding: 0.5rem 0.5rem 0.5rem 0;
}
*/
	
/* InnerFrame
-------------------------------*/
.inner {
	margin: 0 auto;
	padding: 0;
	max-width: 117rem;
}
.inner800{
	margin: 0 auto;
	padding: 0;
	max-width: 80rem;
}	
	
.inner500{
	margin: 0 auto;
	padding: 0;
	max-width: 50rem;
}
	
	
/* Header
-------------------------------*/

.head_info {
	/* 両端に配置 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
.head_left{
	width: auto;
}
.head_right {
	/* flex化 */
	display: flex !important;
	display: -webkit-flex !important;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
	

	
/* Main
-------------------------------*/
.mainarea {
	width: 87rem;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
	
	
/* SideNavi
-------------------------------*/
.sidenavi {
	width: 30rem;
	background-color: #E5D38C;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
.sidenavi ul {
	padding: 2rem;
}
.sidenavi ul li {
	text-align:left;
	width: 100%;
}
.list_about li{
	width:33%;
}


	
/* Footer
-------------------------------*/
footer .inner{
	padding:1rem 0;
}
.overview dl {
	font-size: 1.4rem;
}
	
	
.overview .flex1 .linkbox{
	text-align: center;
	margin-top: 0;

}





/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

/* テキスト＋挿絵専用コンポーネント float_TB */
.L20 {	float:left;	width:20%;}
.L30 {	float:left;	width:30%;}
.L40 {	float:left;	width:40%;}
.L50 {	float:left;	width:50%;}
.L60 {	float:left;	width:60%;}
.L70 {	float:left;	width:70%;}
.L80 {	float:right; width:80%;}
.R20 {	float:right; width:20%;}
.R30 {	float:right; width:30%;}
.R40 {	float:right; width:40%;}
.R50 {	float:right; width:50%;}
.R60 {	float:right; width:60%;}
.R70 {	float:right; width:70%;}
.R80 {	float:right; width:80%;}	
.LBP {	padding: 0 2rem 1rem 0 !important;}
.RBP {	padding: 0 0 1rem 2rem !important;}
	
	
	
.area_headPR{
	font-size: 1.8rem;
	text-align: center;
}
.area_usual{
	padding:2rem 0;
	background-image: url(../images/back_yellow.png);
	background-position: top 120px center;
	background-repeat: no-repeat;
}
.area_onayami{
	background-image: url(../images/back001.jpg);
	margin-top: 0;
}	
	
.onayami_in{
	background-image: url(../images/back_onayami.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem;
}
.area_greeting{
	background-image: url(../images/back_greeting.png),url(../images/back_greeting0.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, center center;
	background-size:contain, cover;
}
	
	
.onayami_in .title{
	font-size: 2.2rem;
}
.cure_in{
	padding: 5rem;
}
.list_usual li{
	margin: 3rem 0;
	width:25%;
}
.list_usual li:nth-child(1),.list_usual li:nth-child(4){
	padding-top: 16rem;
}
.list_usual li:nth-child(2), .list_usual li:nth-child(3){
	padding-top: 2rem;
}
.list_usual li:nth-child(5){
	/*padding-right: 5rem;*/
}
.list_usual li:nth-child(6){
	padding-top: 7rem;
}
.list_usual li:nth-child(7){
	padding-top: 7rem;
/*	padding-left: 5rem;*/
}
	
.swiper-button-prev{
	margin-left: 6.5%;
}
.swiper-button-next{
	margin-right: 6.5%;
}
.swiper-button-next, .swiper-button-prev{
	top:50% !important;
}

	#sidelink{
		top:30rem;
		right: 0;
	}
	
	
.list_cure{
	font-size: 0;
}
.list_cure li{
	display: inline-block;
	margin-bottom: 2rem;
	width:33%;
}
.list_usual{
	font-size: 0;
	text-align: center;
}
.list_usual li{
	display: inline-block;
	margin: 1rem 0;
	width:25%;
	vertical-align: top;
}
	
	
.online .keyv_online{
	border-top:2px solid #00a8e2;
	width: 100%;
	background: url("../images/online/keyv01.jpg") no-repeat center center;
	height: 930px;	
}
	
.online .inner{
	padding: 0;
}	
	
	
.online .keyv_online p.lead01{

	padding-top: 6rem;
	margin-bottom: 5rem;
text-align: left;	

}
.online .keyv_online ul{
	display: flex;
	justify-content: left;
	padding-bottom: 30px;
}
.online .keyv_online ul li{
	margin-right: 2rem;
}
.online .keyv_online p.lead02{
	padding-bottom: 40px;
	text-align: left;
}

a.btn_01 {
	width: 682px;
	display: inline-block;
   border-top: 1px solid #d63b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d63b8b), to(#f5b090));
   background: -webkit-linear-gradient(top, #d63b8b, #f5b090);
   background: -moz-linear-gradient(top, #d63b8b, #f5b090);
   background: -ms-linear-gradient(top, #d63b8b, #f5b090);
   background: -o-linear-gradient(top, #d63b8b, #f5b090);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 2rem;
   text-decoration: none;
   }
.btn_01:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_01:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.online h2.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 48px;
	padding: 70px 0;
}
.online h3.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 30px;
	padding: 35px 0;
}
	
.online h4.tit{
	text-align: center;
	color: #00a8e2;
	font-size: 26px;
	padding: 30px 0;
}

a.btn_02 {
	width: 682px;
	display: inline-block;
   border-top: 1px solid #0095b4;
   background: -webkit-gradient(linear, left top, left bottom, from(#0059bf), to(#0095b4));
   background: -webkit-linear-gradient(top, #0059bf, #0095b4);
   background: -moz-linear-gradient(top, #0059bf, #0095b4);
   background: -ms-linear-gradient(top, #0059bf, #0095b4);
   background: -o-linear-gradient(top, #0059bf, #0095b4);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 2rem;
	margin: 8rem 0;
   text-decoration: none;
   }
.btn_02:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_02:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

a.btn_03 {
	display: inline-block;
   border-top: 1px solid #d63b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#d63b8b), to(#f5b090));
   background: -webkit-linear-gradient(top, #d63b8b, #f5b090);
   background: -moz-linear-gradient(top, #d63b8b, #f5b090);
   background: -ms-linear-gradient(top, #d63b8b, #f5b090);
   background: -o-linear-gradient(top, #d63b8b, #f5b090);
   padding: 15px 10px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	font-size: 2rem;
   text-decoration: none;
   }
.btn_03:hover {
   border-top-color: #005fbe;
   background: #005fbe;
   color: #ccc;
   }
.btn_03:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.online_out{
	background: #eaf4f9;
	padding-bottom: 8rem;
}
.online_out dl{
	background: #FFF;
   border-radius: 8px;	
	display: flex;
	padding: 20px 35px;
	margin-top: 2rem;

}
.online_out .arrow_box{
	background: url("../images/online/arrow_01.png") no-repeat bottom center;
	padding-bottom: 5rem;
}
.online_out dl dt{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background: #00a8e2;
	color: #FFF;
	font-size: 30px;
	margin-right: 2rem;
}
.online_out dl dd{
	width: 90%;
	font-size: 24px;
}
.online_out dl ul,
.waku ul{
	margin-left: 2rem;
}
.online_out dl ul li,
.waku ul li{
	list-style: circle;
}
.waku{
	width: 100%;
	background: #FFF;
	border-radius: 8px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 20px 35px;	
}
.area_ov{
	border-top:3px solid #00a8e2;
}
	.online .overview{
		width: 800px; 
		margin: 0 auto;
	}	
	
ul.flex2{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;	
    justify-content: left;
    align-items: top;
}
	ul.flex2 li{
		width: 50%;
	}	
}


