@charset "utf-8";


/*=======================================================================

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #fff;
	_border-top: 3px solid #3366cc;
	color: #333;
}


/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}


/*----------------------------------------------------------------------
 リンクボックス
----------------------------------------------------------------------*/
.link-box {
	border:solid .2rem #e2e2e2;
	padding: 1em ;
	font-weight: bold;
	border-radius: 5px;
}

/*----------------------------------------------------------------------
 マーカー
----------------------------------------------------------------------*/
/*オレンジ*/
.text01{
    background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgb(255, 202, 156) 90%);
    font-weight: bold;
}


/* トップエリア
=============================================================================*/
#toparea {
	min-height: 20px;
	background-color:#F4FFDF;
	border-bottom: 3px solid #669900;
}

#toparea h1 {
    width: 960px;
    margin: 0 auto;
	padding-top:2px;
    color:  #666666;
    font-weight: normal;
	font-size:88%;
	line-height:1.5;
}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	min-height:120px;
}

div.headerleft {
    float: left;
	text-align:left;
	width:555px;
}

div.logoarea1 {
    float: left;
	margin: 11px 0 0 15px;
}

div.logoarea1 img {
	margin: 0 0 0 0;
	width:100%;
	max-width:540px;
}

div.addressarea {
    clear:both;
    float: left;
	margin: 15px 0 0 15px;
    color:  #666666;
}

div.headerright {
    float: right;
	text-align:right;
}

div.telarea1 {
	margin: 11px 10px 0 0;
	height: auto;
}

div.telarea1 img {
    width:100%;
	max-width:368px;
}

div.telarea2 {
    display:none;
	margin: 11px 10px 0 0;
	height: auto;
}

div.telarea2 img {
    width:100%;
	max-width:368px;
}

div.optionmenu {
	margin: 6px 10px 6px 0;
    color:  #395500;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu a {
    color:  #395500;
}

div.optionmenu img {
	margin: 0 5px;
	vertical-align:middle;
}



/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}


#nav ul {
	width: 958px;
	min-height: 60px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.jpg) left bottom repeat-y;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(../images/nav_line.jpg) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav ul li span {
	color: #F4FFDF;
	font-size: 10px;
	font-weight:normal;
}

#nav ul li a {
	display: block;
	width: 158px;
	min-height: 41px;
	padding-top: 19px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav ul li.last a {
	width: 156px;
}

#nav ul li a:hover {
	min-height: 40px;
	padding-top: 20px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
 Navスマホ用
----------------------------------------------------------------------
a#menu{display:none;}*/
nav#mainNav{display:none;}


/*----------------------------------------------------------------------
 Nav2
----------------------------------------------------------------------*/
#nav2 {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}


#nav2 ul {
	width: 958px;
	min-height: 60px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.jpg) left bottom repeat-y;
}

#nav2 ul li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(../images/nav_line.jpg) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav2 ul li span {
	color: #F4FFDF;
	font-size: 10px;
	font-weight:normal;
}

#nav2 ul li a {
	display: block;
	width: 158px;
	min-height: 41px;
	padding-top: 19px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#nav2 ul li.last a {
	width: 156px;
}

#nav2 ul li a:hover {
	min-height: 40px;
	padding-top: 20px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}


/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_content.jpg) left top repeat-x;
}

#main .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.pc {
	display: inherit;
}
.sp {
	display: none;
}

/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: right;
	width: 700px;
	background: #fff;
	border-top: 2px solid #669900;
	line-height: 1.5;
	padding-left:20px;
}

.toppage #content {
	width: 700px;
	padding: 0;
	background: none;
	border-top: none;
}

#content p {
	padding: 0 0 15px 0;
}

#content p.line1 {
padding: 0 0 0 0 !important;
}

.toppage h2 {
	margin: 10px 0 10px 5px;
	padding: 0 0px;
	color: #395500;
	font-size: 145%;
	font-weight: bold;
}


#content li,
#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.5;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

a.link1{
    color: #1867D1;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
a.link1:hover{
    color: #3682e9;
    text-decoration: none;
}
a.link2{
	color: #1867D1;
	text-decoration: underline;
	cursor: pointer;
}
a.link2:hover{
	color: #3682e9;
	text-decoration: none;
}
.bigtelno3 a {
    color: #3682e9;
    text-decoration: underline;
}
.bigtelno3 a:hover {
    color: #3682e9;
    text-decoration: none;
}

/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/

.mainimage {
	margin: 0;
	padding:20px 0 20px 0;
	overflow:hidden;
}

.mainimage img {
    width:100%;
	height:auto;
}

div.iconarea {
    width:100%;
	padding:0 0 5px 0;
}

div.iconarea img {
    width:50%;
	margin-bottom:15px;
}


.featurearea {
	margin: 0;
	padding:10px 0 0 0;
	overflow:hidden;
}

.featurebox {
    width:33.3%;
	float:left;
	margin-bottom:10px;
}

.feature {
    width:94%;
	margin:0 auto;
}

.feature div.tab1 {
    width:100%;
	background-color:#FFAF80;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#663300;
	font-weight:bold;
}

.feature div.tab1 a {
	color:#663300;
}

.feature img {
    width:100%;
}

.feature div.textarea {
    width:100%;
	background-color:#eeeeee;
	position:relative;
	min-height:4.5em;
}

.feature div.textarea a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.feature div.textarea div.udrl {
    padding:5px 8px 5px 8px;
	font-size:88%;
	line-height:1.5;
	text-align: justify;
}





.treatmentmenuarea {
	margin: 30px 0 0 0;
	padding:0 0 10px 0;
	overflow:hidden;
}

.treatmentmenubox {
    width:50%;
	float:left;
	margin-bottom:15px;
}

.treatmentmenu {
    width:97%;
	margin:0 auto;
}

.treatmentmenu div.tab1 {
    width:100%;
	background-color:#669900;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#ffffff;
	font-weight:bold;
}

.treatmentmenu div.tab1 a {
	color:#ffffff;
}

.treatmentmenu div.textarea {
    width:100%;
	background-color:#F4FFDF;
	position:relative;
	min-height:4.8em;
}

.treatmentmenu div.textarea a {
    position:absolute;
    top:0;
    left:1px;
    width:100%;
    height:100%;
	text-indent:-999px;
	text-decoration:none;
}

.treatmentmenu div.textarea div.udrl {
    padding:5px 8px 5px 8px;
	font-size:88%;
	line-height:1.5;
	text-align: justify;
}

.treatmentmenu div.bottom {
    width:100%;
	heiht:10px;
	background-color:#cccccc;
}


#content p.indent {
margin:0 0 0 1em !important; 
text-indent:-1em;
}

#content p.indent_1line {
margin:0 0 0 1em !important; 
padding: 0 !important;
text-indent:-1em;
}

div.annaibox {
    margin:15px 0;
	padding:15px 20px 0 20px;
	background-color:#ffffdd;
}
div.annaibox.green {
	background-color:#ecffd9;
}

div.annaibox span.ttl {
    font-size:100%;
	color: #FF3300;
	font-weight:bold;
}


/*重要なニュース*/
div.important_news {
	margin: 0 0 3em 0;
	padding:1.8em;
	border-radius: 10px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	font-size: 15px;
	line-height: 1.8;
}

div.important_news.col01 {
	border:4px solid #dc143c;
}

div.important_news.col02 {
	border:4px solid #0767c6;
}

div.important_news .midashi{
	padding: 0 0 0.5em 0;
	font-size: 20px;
	color:#cc0000;
	font-weight: bold;
	margin: 0 0 1em;
	border-bottom: 0.5px #afafaf solid;
}

div.important_news.col01 .midashi {
	color:#cc0000;
}

div.important_news.col02 .midashi {
	color:#0153a4;
}


/*---------------------------------------------------------*/
/*診療時間表 Add iwa 260227*/
.time-table-1 table{
    margin-top: 0rem;
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
    text-align: center;
}
.time-table-1 table th{
    line-height: 1;
    vertical-align: middle;
    color: #343434;
    font-size: 18px;
    font-weight: normal;
	text-align: center;
}
.time-table-1 table td{
    line-height: 1.5;
    vertical-align: middle;
    width: 10%;
}
.time-table-1 table tr th:nth-child(1) {
    width: 30%;
    background: #669900;
    color: #fff;
}
.time-table-1 table tr th:nth-child(n+2) {
    width: 0;
    background: #669900;
    color: #fff;
}
.time-table-1 table tr:nth-child(1) th{
    padding: 8px 0;
    
}
.time-table-1 table tr:nth-child(2) td{
    padding: 8px 0;
    
}
.time-table-1 table tr:nth-child(3) td{
    padding: 8px 0;
}
/*角丸----------------------*/
.time-table-1 table tr:nth-child(1) th:first-child{
    border-radius: 10px 0 0 0  ;
}
.time-table-1 table tr:nth-child(1) th:last-child{
    border-radius: 0 10px 0 0 ;
}
.time-table-1 table tr:nth-child(3) td:first-child{
    border-radius: 0 0 0 10px;
}
.time-table-1 table tr:nth-child(3) td:last-child{
    border-radius: 0 0 10px 0 ;
}
.time-table-1.type2 table tr:nth-child(2) td:first-child{
    border-radius: 0 0 0 10px;
}
.time-table-1.type2 table tr:nth-child(2) td:last-child{
    border-radius: 0 0 10px 0px;
}
/*罫線----------------------*/
.time-table-1 table th:first-child{
    border-right: solid rgba(0, 0, 0, 0.08) 1px;
}
.time-table-1 table tr th:nth-child(n+2){
    border-right: solid rgba(0, 0, 0, 0.08) 1px;
}
.time-table-1 table tr:nth-child(2) td{
    border-top: solid rgba(0, 0, 0, 0.08) 1px;
    border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
    border-right: solid rgba(0, 0, 0, 0.08) 1px;
}
.time-table-1 table tr th:last-child,
.time-table-1 table tr:nth-child(2) td:last-child{
    border-right: none;
}
.time-table-1 table tr:nth-child(3) td{
    border-right: solid rgba(0, 0, 0, 0.08) 1px;
}

.time-table-1 table tr:nth-child(3) td:last-child{
    border-right: none;
}
.time-table-1.type2 table tr:nth-child(2) td{
    border-bottom: none;
}

/*----------------------*/
.time-table-1 table td:nth-child(1){
    line-height: 1;
    margin-bottom: 0px;
    background: #f7ffea;
    color: #578301;
}
.time-table-1 table td:nth-child(1) .text1{
    line-height: 2;
    font-size: 18px;
    margin-bottom: 0px;
}
.time-table-1 table td:nth-child(1) .text2{
    line-height: 1;
    font-size: 14px;
}

.time-table-1 table td:nth-child(n+2){
    font-size: 2.6em;
    background: #f7ffea;
    color: #76b001;
    font-weight: bold;
}

@media print,screen and (max-width: 767px)  {
	.time-table-1 table th{
		font-size: 14px;
	}
    .time-table-1 table td:nth-child(1) .text1{
        line-height: 1;
        font-size: 14px;
        margin-bottom: 5px
    }
    .time-table-1 table td:nth-child(1) .text2{
        font-size: 12px;
        margin-bottom: 0
    }
    .time-table-1 table tr:nth-child(2) td{
        padding: 7px 0;
    }
    .time-table-1 table tr:nth-child(3) td{
        padding: 7px 0;
    }
	.time-table-1 table td:nth-child(n+2){
    font-size: 2em;
	}
}


/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: 300px;
  margin:0 0 0 1em !important; 
  text-indent:-1em;
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
}

dl.yoko_dl  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  _width: 65px;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 65px;
  _width: 500px;
}

dl.info_dl  {
  margin: 0 0 30px 0;
}

dl.info_dl dt {
  clear: left;
  float: left;
  margin: 0 0 15px 15px;
  width: 115px;
  font-weight:bold;
}

dl.info_dl dd {
  margin-top:10px;
  margin-bottom: 15px;
  margin-left: 130px;
  width: auto;
}




.img_control {
    width:50%;
	margin:0 25%;
	float:right;
	max-width:330px;
}

.img_control2 {
    width:100%;
	height:auto;
	margin-bottom:10px;
}

.img_control3 {
	width:40%;
	margin:15px 0 15px 15px;
	float:right;
}

.img_control4 {
	width:30%;
	margin:0 0 15px 15px;
	float:right;
}

.img_control5 {
    width:50%;
	margin:30px 0;
	float:left;
	_max-width:330px;
}

.img_control6 {
    width:30%;
	margin:0 15px 15px 0;
	float:left;
	_max-width:330px;
}

.img_control7 {
	width:95%;
	height:auto;
	margin-bottom:10px;
	padding: 10px;
	border: solid 1px rgba(0, 0, 0, 0.25);
}


div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#000000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}

/*循環器科*/
ul.checklist {
	list-style:none;
	margin:30px 0 0 15px;
}

ul.checklist li {
	background: url("../images/check.jpg") 0 0 no-repeat;
	padding-left:30px;
	margin:0 0 7px 0;
	line-height:1.7 !important; 
}

ul.checklist li span.ttl {
	font-weight:bold;
}

ul.checklist li ul {
    margin:7px 0;
}

ul.checklist li ul li {
    background:none;
	padding-left:0;
	margin:0;
	line-height:1.5; 
}

.junkanki_waku {
    border: #cccccc solid 1px;
    border-left: #cccccc solid 10px;
    padding: 10px 10px 10px 15px;
	margin:30px 0 0 0;
    background: #fff;
}


/*診療の流れ*/

ol.nagare {
	margin:15px 0 15px 30px;
	list-style:outside;
}

ol.nagare li {
	list-style-type: decimal;
	margin:0 0 15px 0 !important;
	color:#84C029;
	font-weight:bold;
}

ol.nagare li span {
	color:#333333;
	font-weight:normal;
}

/*医院紹介*/

.clinicarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:33.33%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:94%;
	margin:0 auto;
}

.clinic_waku img {
    width:100%;
	height:auto;
	margin-bottom:10px;
}

/*ネット予約*/
.apo {
    text-align:center;
	width:100%;
	margin-bottom:20px;
}

.apo img {
    width:100%;
    max-width:500px;
	margin:10px;
}

.apo a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*交通案内*/
div.map {
    text-align:center;
	width:100%;
}

.map img {
    width:100%;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color: #84C029;
}

p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color: #84C029;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}



/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
}

ul.banner {
    margin-top:10px;
	margin-bottom:10px;
}

.banner li {
	margin: 0 0 10px;
}

.banner img {
	padding: 1px;
	border: 1px solid #ccc;
}

.banner a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


.about {
	margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	border-top: 2px solid #669900;
	font-size: 88%;
	line-height: 1.5;
}

.about h4 {
	margin: 0;
	padding: 0 0 5px;
	border: none;
	color: #669900;
	text-align: center;
}

.about dt {
	margin: 5px 0 3px;
	padding: 2px 5px;
	background: #669900;
	color: #fff;
	text-align: center;
}

.about dd {
	padding: 0 0 5px;
}

.about dd.tel {
	color:#FD0900;
	font-size: 180%;
	text-align: center;
}

.about dd.tel a {
	color:#FD0900;
}


#accessmap {
	width: 100%;
	height: 220px;
	margin: 0 0 15px 0;
}



/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin-bottom: 5px;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 100px;
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer1 {
	width: 100%;
	background: #fff;
    line-height:1.5;
}

.footerarea {
    clear:both;
	width: 960px;
	margin: 0 auto;

}

div.footerleft {
    width:98%;
	text-align:left;
	min-height:35px;
	padding:0 1%;
}

div.footerright {
    width:100%;
	text-align:right;
	height:27px;
}

div.optionmenu2 {
    padding:5px 6px 0 0;
    color:  #395500;
    font-weight: bold;
	font-size:100%;
}

div.optionmenu2 a {
    color:  #395500;
}

div.optionmenu2 img {
	margin: 0 5px;
	vertical-align:middle;
}

div.footershortcut {
	text-align:right;
	width:100%;
	min-height:70px;
	padding-top:10px;
	padding-bottom:7px;
}

div.footershortcut img {
	margin:0 0 0 25px;
}

div.footershortcut span.telarea1 {
}

div.footershortcut span.telarea1 img {
	width:368px;
	height:auto;
}

div.footershortcut span.telarea2 {
    display:none;
    width:100%;
}

div.footershortcut span.telarea2 img {
    width:100%;
	max-width:368px;
	height:auto;
	margin:0;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}

/*----------------------------------------------------------------------
.footerNav {
	padding: 10px 0;
	background: #fff;
	border-bottom: 5px solid #0583c6;
	font-size: 12px;
	text-align: center;
}

.footerNav ul {
	padding: 0 0 0 10px;
	text-align: center;
}

.footerNav li {
	display: inline;
	margin-right: 8px;
	padding-left: 15px;
}

.footerNav li+li {
	border-left: 1px solid #ccc;
}

----------------------------------------------------------------------*/

#footer1 .copyright {
	border-top: 3px solid #669900;
	clear: both;
	padding: 2px 0;
	font-size: 75%;
	text-align: center;
	background-color: #F4FFDF;
}


/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
ul#topicPath {
	padding: 15px 5px 5px;
}

ul#topicPath li {
	display: inline;
	font-size: 12px;
	color: #888;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 2px 8px 0 0;
	background: url("../images/arrow.gif") right center no-repeat;
	text-decoration: none;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header1:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header1,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header1,
.headerNav,
#nav,
#main .inner {
   display: block;
}


@media print {
div.pagetop {
display:none;
}
}

/*----------------------------------------------------------------------
 ボックスデザイン
----------------------------------------------------------------------*/
.box01 {
	padding:1.2em;
	border: solid 1px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background-color:rgba(244, 253, 224, 0.8);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
}

.box02 {
	padding:1em;
	border: solid .2rem #e2e2e2;
	border-radius: 10px;
	font-size: 15px;
}

/*----------------------------------------------------------------------
 パネル
----------------------------------------------------------------------*/
.panel01.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.panel01.text{
	width: 70%;
	position: relative;
}

.panel01.item{
	width: 30%;
	position: relative;
}

.panel01.item .img-box {
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}
.panel01.item .img-box img{
	width: 50%;
}
.panel01.item .img-box.type01 img{
	margin: 1.5em;
	width: 70%;
}

@media print,screen and (max-width: 678px) {
	.panel01.flex {
		flex-direction: column;
		align-items: center;
	}
	.panel01.text {
		width: 100%;
	}
	.panel01.item {
		width: 40%;
		max-width:414px;
	}
	.panel01.item .img-box img{
		width: 70%;
	}
	.panel01.item .img-box.type01 img{
		margin: 1em;
		width: 80%;
	}
}