@charset "utf-8";


/*ALL
============================================*/

body {
	width:100%;
	position:relative;
	font-family:"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	/*font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif;*/
	/*background:#fffaf0;
	background:url(/imgs/common/headerbg.jpg) no-repeat;*/
	/*background-attachment:fixed;*/
	 -webkit-overflow-scrolling: touch;
	background-size:cover;
}

body.kango {
	background:url(/imgs/kango/bg.png) repeat #f5bdc8;
}

a {
	text-decoration:none;
	color:inherit;
}

a.link {
    color: #2d6e98;
    letter-spacing: 1px;
    text-decoration: underline;
}

a.link:hover {
	text-decoration:none;
}

/*
b {
	color:#f00;
	text-decoration:underline;
}
*/


img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

hr {
    height: 1px;
    background: #eee;
    border: none;
    margin: 30px 0 10px 0;
}

#wrapper {

}

#container {
	background:url(/imgs/common/bg.png) no-repeat bottom;
	background-size:100%;
	padding:0 0 50px 0;
}

.mainph {
	width:100%;
}

section#contents {
	margin:60px 0 0 0;
}

.br {
	display:block;
}


.panf {
    text-align: center;
    display: block;
    margin: auto;
}
.panf img {
    border: 1px solid #ccc;
    padding: 3px;
}

.kango .panf img {
	width:auto;
}

/*CONTENTS
============================================*/

.container_inner {
	max-width:1180px;
	margin:auto;
	overflow:hidden;
}


#contentsBox {
    float: none;
    width: 100%;
    padding:10px 30px 50px;

    box-sizing: border-box;
    border-radius: 5px;
}


/*HEADER
============================================*/

header {
	padding:0;
	background:#fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 501;
}

header span {
    font-size: 0.8em;
    display: block;
    padding: 5px 0;
}



/*nav*/
nav {
	/* padding:0; */
	/* overflow:hidden; */
}

nav ul {
	/* overflow: hidden; */
	/* padding: 10px 0 0 0; */
	width: 100%;
	float: left;
}

nav li {
	width: 12%;
	float: left;
	text-align:center;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	position: relative;
}

nav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  width: 100%;
  padding: 10px 0;
}

nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 5px;
  background:url(/imgs/common/nav.png) no-repeat;
  transition: .3s;
}
nav li a:hover::after {
  width: 100%;
}

nav li:nth-child(7) {margin: 0;width: 23%;float: right;}

nav li:last-child {
	display:none;
}

nav li span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 0.9em;
    letter-spacing: 0;
}

nav #logo {
    width: 28%;
    margin: 0;
    float: left;
    padding: 20px 0 0 0;
    box-sizing: border-box;
}

nav .nav {
    max-width: 1180px;
    margin: 0 auto;
}

nav .telBox {
	background:#80b9de;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	float: right;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

nav .telBox a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05em;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

nav .telBox a:after {
	display:none;
}

nav .telBox a:first-child {
	background: url(/imgs/common/tel.png) no-repeat left 9% center #80b9de;
	background-size: 15px;
    border-bottom: 1px solid #fff;
}

nav .telBox a:hover:first-child {
	background: url(/imgs/common/tel.png) no-repeat left 9% center #12486b;
	background-size: 15px;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

nav .telBox a:last-child {
border: none;
    background: url(/imgs/common/map.png) no-repeat left 9% center #80b9de;
    float: right;
    width: 100%;
    font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    font-size: 0.9em;
}

nav .telBox a:hover:last-child {
	background: url(/imgs/common/map.png) no-repeat left 9% center #12486b;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

nav .sp_sub {
	display:none;
}

nav .sub {
	clear:both;
	width:100%;
	background:#eaecf0;
	padding: 10px 5px;
	box-sizing:border-box;
}

nav .sub dl {
	width: 38%;
	display: inline-block;
	font-size: 0.9em;
}

nav .sub dt {
	display: inline-block;
	border: 1px solid #666;
	padding: 1px 10px;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}

nav .sub dd {
	display: inline-block;
	letter-spacing: 1px;
}

nav .sub_inner {
	max-width:1180px;
	margin:auto;
	text-align:center;
}


/*タブレット・スマホロゴ表示*/
nav .sp_logo {
	display:none;
}

button.drawer-toggle {
	display:none;
}

/*H2
============================================*/
h2 {
    clear: both;
    font-size: 1.8em;
    text-align: center;
    margin: 0 0 60px 0;
    letter-spacing: 5px;
    position: relative;
    padding: 0;
}

h2 span {
    font-size: 0.5em;
    display: block;
    letter-spacing: 2px;
}


/*H3
============================================*/
h3 {
	clear:both;
    position: relative;
    z-index: 80;
    /* border-bottom: 1px solid #e6e4e3; */
    padding: 15px 0 10px 0;
    color: #000;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 50px 0;
    text-align: center;
}

h3 span {
    display: inline-block;
    background: #fff;
    z-index: 1000;
	letter-spacing:5px;
    padding: 0 50px;
    position: relative;
}

h3:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #563631;
    top: 0;
    right: 0;
    margin: auto;
}

/*H4
============================================*/
h4 {
	clear:both;
    padding: 15px 0 12px 20px;
    font-size: 1.1em;
    font-weight: 500;
    background-size: 40px;
    /* border: 1px solid #ccc; */
    margin: 0 0 30px 0;
    display:block;
    border-radius: 2px;
    position: relative;
    background: #f7f6f4;
    letter-spacing: 1px;
}

h4:before {
	content:"";
	position: absolute;
	left: -1px;
	height: 50%;
	width: 5px;
	background: #2d6e98;
	margin: auto;
	top: 0;
	bottom: 0;
}
/*H5
============================================*/
h5 {
	clear:both;
    font-size: 1em;
    line-height:2.5em;
	letter-spacing:1px;
}

h5 b {
	color:#ff6e8e;
}

/*見出し
============================================*/
article p.midashi {
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px 0 0 0;
    padding: 0 0 5px 0;
    background: none;
    color: inherit;
    position: relative;
    text-align: left;
}

/*囲み
============================================*/
.primary {
	border: 1px solid #ccc;
	background:#fff;
	border-radius: 10px;
	padding: 50px 20px 20px;
	position: relative;
	margin:15px 0 80px 0;
}

.primary p {
	position: absolute;
	left: 0;
	right: 0;
	margin: -5.8% auto 0;
	background: #2d6e98;
	color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.primary h5 {
	font-size:1em;
}

.primary .recommend {
	background: #fffef5;
	margin: 20px 0 10px 0;
	padding: 15px 20px;
	border-radius: 5px;
}

.primary .recommend dl {
}

.primary .recommend dt {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
	font-size:1.1em;
}

.primary .recommend dd {
    padding: 0 0 10px 0;
    font-size: 0.95em;
    letter-spacing: 1px;
}



/*OL
============================================*/
ol {
    list-style-type: decimal;
    margin: 0 0 0 12px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

ol li {
    font-size: 1em;
    padding: 0 0 10px 0;
    letter-spacing: 2px;
}





.pull {
	display:none;
	position: absolute;
	left: 0;
	width: 200%;
	margin: 0;
	right: 0;

}

.pull ul {
	max-width: 100%;
	margin: 0 auto 0;
	float:none;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 1000;
	/* position: absolute; */
	background: #fff;
	/* right: 0; */
	border: 1px solid #eee;
	padding: 0;
	border-radius: 2px;
}

.pull li {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0;
}

.pull li:nth-child(7) {
	width:100%;
}

.pull li:last-child {
	display:block;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
	clear:both;
}


.pull li a {
	padding: 10px 20px;
	box-sizing:border-box;
	background:url(/imgs/common/arrow_off.png) no-repeat right 3% center #fff;
	font-size:0.9em;
	background-size:5px;
	font-weight:300;
}

.pull li a:hover {
	background:url(/imgs/common/arrow_on.png) no-repeat right 3% center #80b9de;
	color:#fff;
	background-size:5px;
}

.pull li a::after {
	display:none;
}

/*NEWS
============================================*/

ul.ne {

}

ul.ne li {
	border-bottom: 1px dotted #ccc;
	padding: 17px 0 15px;
}

ul.ne li dl {
	margin:0;
}

ul.ne li dt {

    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 15px;
    font-size: 0.9em;
    line-height: 1.3em;
	display:inline-block;
	vertical-align:middle;
}

ul.ne li dd {
    display: inline-block;
	vertical-align:middle;
    width: 76%;
    float: right;
}


ul.ne li dd a {
	color: #2d6e98;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration:underline;
}


ul.ne li dd a:hover {

	text-decoration:none;
}

ul.ne li dt.info {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#2d6e98;
}

ul.ne li dt{
	width:75px;
    padding: 5px 15px 5px 0;
    margin: 0 15px 0 0;

}

ul.ne li dt.naika {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#61a5d1;
}

ul.ne li dt.kango {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#ff6e8e;
}

ul.ne li dt.geka {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#52ae61;
}

ul.ne li dt.syouni {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#aca274;
}

ul.ne li dt.seikei {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#a06565;
}

ul.ne li dt.rihabiri {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#4d6a52;
}

ul.ne li dt.jimubu {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#22a57f;
}

ul.ne li dt.juyo {
	width:75px;
	color:#fff;
	padding:5px 15px;
	background:#d00b26;
}

/*MORE
============================================*/
.more {
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    clear: both;
    margin: 10px 0 20px;
}

.more a {
	border-radius: 5px;
	/* border: 1px solid #999; */
	padding: 15px 80px;
	font-size: 0.9em;
	background: #80b9de;
	color: #fff;
	
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.more a:hover {
	background:#12486b;
	
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*画像ホバー
============================================*/
a.hover img{
	webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a.hover:hover img {

	-webkit-transform: scale(1.02);
	transform: scale(1.02);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*パンくず
============================================*/

.breadcrumb {
	padding:5px 0;
	border-bottom:1px solid #ddd;
}

.breadcrumb ul{
    max-width: 1180px;
    margin: 5px auto;
    position: relative;
}

.breadcrumb li {
	display:inline;
	vertical-align:middle;
	font-size:0.9em;
}

.breadcrumb li a {
	display:inline;
	color:#2d6e98;
}

.breadcrumb li a:hover {
	text-decoration:underline;
}

/*TABLE
============================================*/

table {
    width: 100%;
    border-top: 0px solid #fcefd3;
    letter-spacing: 1px;
    background: #fff;
    line-height: 2em;
	font-size:0.95em;
}

tr {
	border-bottom: 0px solid #fcefd3;
}

th {
	padding: 8px 15px;
	color: #563631;
	background:#fcefd3;
	
}

td {
	padding: 8px 15px;
	border-right:0px solid #fcefd3;
}


/*ページ下部問い合わせ
============================================*/
.contactFooterBox {
	clear:both;
	border: 2px solid #e0d9c0;
	margin: 20px auto;
	border-radius: 5px;
	position: relative;
	box-sizing:border-box;
}

.contactFooterBox p {
	display: block;
	padding: 0 0 8px;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
	left: 0;
	right: 0;
	margin: -1% auto;
	width: 30%;
	text-align: center;
	background: #fff;
}
.contactFooterBox_inner {
    padding: 40px 30px 30px;
    box-sizing: border-box;
	  background:#fff;
    overflow: hidden;
    text-align: center;
}

.contactFooterBox_inner h6 {
    padding: 0 0 18px 0;
    letter-spacing: 1px;
}


.contactFooterBox_inner .f_tel.last {
	margin:0;
	float:right;
}

.contactFooterBox_inner .f_tel a.tel {
    background: url(/imgs/common/tel.png) no-repeat center left 22% #ccbd88;
	text-decoration:none;
}

.contactFooterBox_inner .f_tel a.tel:hover {
    background: url(/imgs/common/tel.png) no-repeat center left 22% #998746;
}

.contactFooterBox_inner .f_tel a.fax {
    background: url(/imgs/common/fax.png) no-repeat center left 22% #ccbd88;
}

.contactFooterBox_inner .f_tel a.fax:hover {
    background: url(/imgs/common/fax.png) no-repeat center left 22% #998746;
}

.contactFooterBox_inner .f_tel a.mail {
    background: url(/imgs/common/mail.png) no-repeat center left 22% #ccbd88;
}

.contactFooterBox_inner .f_tel a.mail:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 22% #998746;
}

.contactFooterBox_inner .f_tel a.mail_02 {
    background: url(/imgs/common/mail.png) no-repeat center left 11% #ccbd88;
}

.contactFooterBox_inner .f_tel a.mail_02:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 11% #998746;
}


.contactFooterBox_inner .f_tel dl {
	color:#333;
}

.contactFooterBox_inner .f_tel dl:last-child {
	margin:0;
}

.contactFooterBox_inner .f_tel dt {
	border:1px solid #333;
}

.contactFooterBox_inner dt {
	display: inline;
	vertical-align:bottom;
	padding: 0 3px 0 0;
}


/*FOOTER
============================================*/
footer {
	clear:both;
	background: #2d6e98;
}

#pagetop {
    position: fixed;
    right: 2%;
    bottom: 1%;
    z-index: 90;
}

#pagetop  a {
	position:relative;
    background:url(/imgs/common/pagetop.png) no-repeat center center #12486b;
    cursor: pointer;
    border-radius: 100px;
    width: 85px;
    height: 85px;
	display:block;

	overflow:hidden;
	border:2px solid #12486b;
}

#pagetop  a:hover {
    background:url(/imgs/common/pagetop_hover.png) no-repeat center center #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}




footer .footerBox {
	background: url(../img/footer.png) no-repeat center center;
	background-size:cover;
	padding:70px 0;
}


footer .footerBox  h2 {
	color:#fff;
}


.f_contact {
	position:relative;
	overflow:hidden;
}

/* 20200615修正 */
.f_tel {
	width: 47%;
	float:left;
	margin: 0 auto;
	position:relative;
}

.f_tel:nth-child(2) {
	float:right;
	margin:0;
	/*display:none;*/
}

.f_contact.contact .f_tel{
	margin: 0 auto;
	float: none;
}
.f_contact.contact::after{
	display: none;
}

.f_contact:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	height:100%;
	width:1px;
	background:#999;
}

.f_tel.last {
	margin:0 5% 0 0;
	float:right;
}

.f_tel a {
	color:#fff;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	text-align:center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.f_tel a.tel {
    background: url(../img/footer.png) no-repeat center left 22% #2d6e98;
    font-family: -webkit-body;
    font-size: 1.3em;
    letter-spacing: 2px;
	padding: 15px;
    font-family:'Roboto Condensed', sans-serif;
}

.f_tel a.fax {
    background: url(/imgs/common/fax.png) no-repeat center left 32% #2d6e98;
    font-size: 1.3em;
    font-family: -webkit-body;
    letter-spacing: 2px;
    padding: 15px;
    font-family:'Roboto Condensed', sans-serif;
}

.f_tel a.mail {
    background: url(/imgs/common/mail.png) no-repeat center left 8% #2d6e98;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 14px;
    margin: 0 15px 0 0;
}

.f_tel a.tel:hover {
    background: url(/imgs/common/tel.png) no-repeat center left 22% #12486b;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.f_tel a.fax:hover {
    background: url(/imgs/common/fax.png) no-repeat center left 22% #12486b;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.f_tel a.mail:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 8% #12486b;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}




.f_tel dl {
	padding: 15px 0 0 0;
	font-size: 0.8em;
	display:inline-block;
	color:#fff;
	margin:0 15px 0 0;
}


.f_tel dt {
	display: inline-block;
	border: 1px solid #fff;
	/* border-top: 1px solid #666; */
	padding: 5px 0;
	margin: 0 10px 0 0;
	width: 60px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.f_tel dd {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: middle;
}

.f_tel dd a {
	display:inline;
	border:none;
	padding:0;
	background:none;
}

footer .f_list {
	max-width:1180px;
	margin: 40px auto 0;
	text-align: center;
	padding: 0 0 30px 0;
	overflow: hidden;
}

footer dl.sitemap {
	float: left;
	width: 25%;
	color: #fff;
	text-align: left;
	padding: 10px 0 0 0;
}

footer dl.sitemap dt {
	padding: 0 0 20px 0;
	font-size: 1.2em;
}

footer dl.sitemap dd {
	font-size: 1em;
	margin: 0 0 12px 0;
	letter-spacing: 1px;
}

footer dl.sitemap dd a {

background: url(/imgs/common/arrow_on.png) no-repeat left 3% center;

padding: 8px 20px 8px 15px;

background-size: 4px;

box-sizing: border-box;
}

footer dl.sitemap dd a:hover {
	text-decoration:underline;
}



.copyright {
    background: #ff8033;
    font-size: 0.8em;
    color:#fff;
    text-align: center;
    padding: 15px 0;
}


/*下層ページ帯タイトル
============================================*/
.mainttl {
	position:relative;
	background-size:100%;
	height: 230px;
	padding:140px 0 0 0;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.mainttl dl {
	max-width: 1180px;
	margin: 0 auto;
	padding: 89px 0;
	z-index: 10;
	position: relative;
}

.mainttl dt {
	font-size: 2.2em;
	color: #fff;
	letter-spacing: 3px;
	padding: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}


.mainttl dd {
	font-size: 1em;
	letter-spacing: 2px;
	color: #fff;
	font-family:'Roboto Condensed', sans-serif;

	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 0 0;
}


/*外来*/
.gairai .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*担当医*/
.tantou .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*病院紹介*/
.about .mainttl {
	background:url(/imgs/about/bg.jpg) no-repeat center;
	background-size: cover;
}


/*入院のご案内*/
.nyuuin .mainttl {
	background:url(/imgs/nyuuin/bg.jpg) no-repeat center;
	background-size: cover;
}

/*アクセス*/
.access .mainttl {
	background:url(/imgs/access/bg.jpg) no-repeat;
	background-size: cover;
}

/*地域医療連携室*/
.tiiki .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*部門のご紹介*/
.bumon .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*バリアフリー情報*/
.barrier .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*個人情報保護*/
.privacy .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*内視鏡*/
.naishikyo .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*入札公告*/
.nyusatsu .mainttl {
	background:url(/imgs/nyusatsu/bg.jpg) no-repeat;
	background-size: cover;
}

/*看護部*/
.mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*お知らせ*/
.news .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*施設案内*/
.shisetsu .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*その他*/
.other .mainttl {
	background:url(/imgs/gairai/bg.jpg) no-repeat;
	background-size: cover;
}

/*404
============================================*/
section#n404 {
    max-width: 1180px;
    margin: 0 auto 80px;
    padding: 50px 0;
}

section#n404 dl {
	text-align: center;
}

section#n404 dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 30px 0;
}

section#n404 dd {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 2.2em;
	padding:0 0 30px 0;
}

section#n404 a.not{
	width:100%;
	display:inline-block;
	text-align:center;
    border-top: 1px dotted #ccc;
    padding: 30px 0 0 0;
}

/*エントリーフォーム*/
/*============================================*/

.entryBox {
    background: url(/imgs/kango/waku.png) repeat-x top center #fff;
    padding: 80px 30px 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.entryForm {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
}

.entryForm article {
	padding:0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
	border-radius: 0;
}


.entryForm p {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 0;
    box-sizing: border-box;
}

.entryForm div.check {
	width: 8%;
	display:inline-block;
	vertical-align: middle;
	/* margin: 5px 0 0 0; */
}

.entryForm div.e_txt {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	overflow:hidden;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}


.entryForm div.e_txt input {
    padding: 15px;
    width: 100%;
    font-size: 100%;
    color: #000;
    margin: 20px 0 10px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
}

/*ラジオボタン*/
.entryForm label.radio {
    padding: 5px 20px 0 0;
    display: inline-block;
}

.entryForm div.e_txt input.radio {
    width: auto;
    display: inline-block;
    margin: 0 5px 20px 0;
}


input[type="radio"] {
	display: none;
}
/* 参加人数 */
label.people_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.people_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.people_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}

/* 性別 */
label.radio_s {
	position: relative;
	display: inline-block;
	padding:3px 20px;
	cursor: pointer;
}
label.radio_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;

	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label.radio_s::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #3498db;
	border-radius: 100%;
}


/*チェックボタン*/
.entryForm div.e_txt input.check_s {
	background:none;
}


/* custom01 */
input[type="checkbox"] {
	display: none;
}
label.check_s {
	position: relative;
	display: inline-block;
	padding:3px 3px 3px 25px;
	cursor: pointer;
	margin:0 30px 0 0;
}

label.check_s::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label.check_s::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*セレクトボタン*/
.entryForm select {
    width: 15%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    /* border: none; */
    cursor: pointer;
    display: inline-block;
}

.entryForm select#job {
	width:auto;
}



/*必須*/
span.required {
    background: #f54e47;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

/*任意*/
span.any {
    background: #0d227c;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

.submitArea {
    /* border-top: 1px dotted #ccc; */
    padding: 0 0 50px 0;
    text-align: center;
}

.submitArea label {
	font-size:90%;
}


textarea {
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 120%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/*送信ボタン*/
.submitArea .btn_submit {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

.submitArea .btn_submit span {
	font-size: 0.9em;
	display:block;
	padding: 0 0 20px 0;
	line-height: 2em;
	letter-spacing: 1px;
}

.submitArea .btn_submit span a {
	text-decoration:underline;
	color:#0073e6;

}

.submitArea .btn_submit input {
    background: #ff6e8e;
    display: block;
    color: #fff;
    padding: 20px;
    border: none;
    width: 400px;
    margin: 20px auto 0;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 1px;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
}

.submitArea .btn_submit input:hover {
	opacity: 0.8;  
    filter: alpha(opacity=80); 
	background-position: -100% 0;
	color: #fff;
}





@media screen and (max-width: 1499px){
nav .nav {
	width:100%;
}
.pull ul {
    max-width: 100%;
    width: 100%;	
}
}


@media screen and (max-width: 1179px){
.br {
	display: none;
}

nav .nav {
	width:100%;
}

/*CONTENTS
============================================*/

.container_inner {
	max-width: 100%;
}

#contentsBox {
	padding:10px 10px 50px;
}



/*HEADER
============================================*/
/*description*/

/*nav*/
nav ul {
	max-width: 100%;
}


nav li span {
    font-size: 0.8em;
}

nav .telBox {
	border-right: none;
}

nav .telBox a {
	height: auto;
	padding: 12px 0;
}

nav .sub_inner {
	width:100%;
}

nav .sub dl {
	width:45%;
}


nav #logo {
	margin: 0;
	padding: 22px 0 0 0;
}

.pull ul {
    max-width: 100%;
    margin: auto;
    float: none;
    width: 100%;
}

.pull li {
	/* width: 24%; */
	margin: 0;
	box-sizing: border-box;
}

.pull li a {
    padding: 10px;
    font-size: 0.8em;
}

ul.ne li dt {
	padding:5px 15px 5px 0;
}

ul.ne li dd {
    display: block;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
}

/*タブレット・スマホロゴ表示*/
button.drawer-toggle {
	display:none;
}

/*H2
============================================*/
h2 {
    font-size: 1.6em;
}


/*H3
============================================*/
h3 {
    font-size: 1.3em;
}


/*H4
============================================*/
h4 {font-size: 1em;}

/*H5
============================================*/
h5 {
	font-size:0.95em;
}



/*囲み
============================================*/
.primary {
	padding: 20px 5px 20px;
	margin: 30px 0 0 0;
}

.primary p {
	margin: 0 auto 20px;
	width: 60%;
	position: relative;
}

.primary h5 {
	font-size:1em;
}


.pull {
    z-index: 10;
    background: #fff;
    /* width: 100%; */
    left: 0;
}


/*MORE
============================================*/
.more {
    margin: 0;
    padding: 30px 0 50px;
}

.more a {
	font-size: 0.9em;
	padding: 15px 70px;
}

/*パンくず
============================================*/

.breadcrumb {
    max-width: 100%;
    padding: 0 0 0 5px;
}

.breadcrumb li {
	font-size: 0.8em;
}


/*TABLE
============================================*/


table {
	font-size:0.9em;
}

th {
	padding: 8px;
}

td {
	padding: 8px;
}


/*ページ下部問い合わせ
============================================*/

.contactFooterBox p {
	padding: 5px 30px 0 30px;
	font-size:1em;
}


.contactFooterBox_inner dd {
	font-size: 2.2em;
}

/*フッター
============================================*/

footer .footerBox {
	background-size: cover;

	background-position: center center;
	padding: 50px 0;
}


footer .footerBox  h2 {
}


.f_contact {
	position:relative;
	overflow:hidden;
}

.f_tel {
	margin: 0 0 0 2%;
	width: 47%;
}

.f_tel.last {
	margin:0 5% 0 0;
	float:right;
}


.f_tel a.mail {font-size: 0.8em;}


footer .f_list {
	max-width: 99%;
}

footer dl.sitemap {width: 16.5%;}

footer dl.sitemap dd {
	font-size: 0.7em;
	letter-spacing: 0;
}




/*下層ページ帯タイトル
============================================*/
.mainttl {
	height: 150px;

}

.mainttl dl {
	max-width: 100%;
	padding: 56px 10px;
}

.mainttl dt {
	font-size: 1.5em;
	letter-spacing: 1px;
}

/*エントリーフォーム
============================================*/


.entryBox {
    padding: 80px 20px 30px;
    border-radius: 10px;
}


.entryForm article {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}



.entryForm div.e_txt {
	width: 72%;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}

.entryForm div.e_txt input {
   padding: 10px;
}


/*必須*/
span.required {
    background: #f54e47;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

/*任意*/
span.any {
    background: #0d227c;
    color: #fff;
    padding: 5px 10px;
    font-size: 90%;
}

.submitArea label {
	font-size:90%;
}


textarea {
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 120%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

}

@media screen and (max-width: 1023px){


/*HEADER
============================================*/


/*nav*/

nav ul {
	width:100%;
	float:none;
}

nav li {
	width: 16%;
}

nav li:nth-child(7) {
	width:100%;
}

nav li span {
    font-size: 0.9em;
}

nav li:last-child {
	width:100%;
}

nav #logo {
    width: 70%;
    padding:10px 0;
    text-align: center;
    margin: auto;
    display: block;
    float: none;
}

nav .nav {
	width:100%;
	float:none;
}

nav .telBox {
    width: 100%;
    border-top: 1px solid #ddd;
}

nav .telBox a {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: none;
}

nav .telBox a:first-child {
	border-bottom:none;
	background: url(/imgs/common/tel.png) no-repeat center center #80b9de;
	border-right: 1px solid #fff;
}

nav .telBox a:last-child {
	width: 50%;
	float: right;
	background: url(/imgs/common/map.png) no-repeat left 9% center #80b9de;
}

nav .telBox a:hover:last-child {
	background:url(/imgs/common/map.png) no-repeat left 9% center #12486b;
}

nav .sub dl {
    font-size: 0.8em;
    width: 49%;
}

nav .sub dt {
    padding: 1px 5px;
    width:18%;
    text-align: center;
    margin: 0 5px 0 0;
}

/*タブレット・スマホロゴ表示*/


button.drawer-toggle {
	display:none;
}



/*H3
============================================*/
h3 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
}


/*H5
============================================*/
h5 {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 2em;
}

/*見出し
============================================*/
article p.midashi {
    font-size: 1em;
}


/*囲み
============================================*/
.primary p {
	width:70%;
	font-size:1em;
}

.primary .recommend {
}







/*ページ下部問い合わせ
============================================*/
.contactFooterBox {
	width: 100%;
}

.contactFooterBox_inner dd {
	font-size: 2em;
}

.contactF_time {
	box-sizing: border-box;
}

.contactF_mail {
	margin: 0 0 0 10px;
}

/*FOOTER
============================================*/

.f_tel.last {
	margin:0 5% 0 0;
	float:right;
}


nav .telBox a:first-child {
	background: url(/imgs/common/tel.png) no-repeat left 9% center #80b9de;
}

nav .telBox a:hover:first-child {
	background: url(/imgs/common/tel.png) no-repeat left 9% center #12486b;
}


.f_tel a.mail {
    background: url(/imgs/common/mail.png) no-repeat center left 8% #2d6e98;
}

.f_tel a.mail:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 8% #12486b;

}

footer .f_list {
	margin:0;
	padding:0;
	max-width: 100%;
}

footer dl.sitemap {
	float: none;
	width: 100%;
	padding: 0;
	border-bottom: none;
}

footer dl.sitemap:last-child {
    border-top: 1px solid #fff;
    padding: 8px 0 0 0;
}

footer dl.sitemap dt {
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	letter-spacing:1px;
	background: #12486b;
	margin: 0 0 8px 0;
}

footer dl.sitemap dt a {
	display:block;
	padding: 8px 0;
}

footer dl.sitemap dd {
	margin: 0 0 8px 0;
	font-size: 0.8em;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}


/*下層ページ帯タイトル
============================================*/
.mainttl {
	padding: 35% 0 0 0;
}

/*エントリーフォーム
============================================*/
.entryForm article {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.entryForm p {
	width:auto;
    font-size: 0.85em;
    letter-spacing: 1px;
}


.entryForm div.e_txt {
	width: 100%;
	display: block;
	margin: 10px 0;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}


.entryForm div.e_txt input {
    padding: 10px;
    margin: 0;
}

}

@media screen and (max-width: 767px){
.br {
	display:block;
}

section#contents {
	margin:30px 0 0 0;
}

input, button, select, textarea {
    -webkit-appearance: none;
}

/*404
============================================*/
section#n404 {
    max-width: 98%;
}


section#n404 dt {
	font-size: 1.5em;
}

section#n404 dd {
	font-size: 0.8em;
}




/*CONTENTS
============================================*/

.container_inner {
}



#contentsBox {
    float: none;
    width: 100%;
    padding: 10px 5px 50px;
}

/*HEADER
============================================*/
/*nav*/
nav {
	padding:12px 0 0 0;
	background: #fff;
	border-top: 3px solid #0f4890;
	border-bottom:1px solid #eee;
}

nav ul {
	margin:0 auto 0;
	max-width: 100%;

	padding: 0 0 0 0;
}

nav li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

nav li a {
    padding:12px 0;
}

nav li img {
	display:none;
}

nav li:last-child {
	display:block;
}

nav li span {
    display: block;
    padding: 0;
	color:#2d6e98;
}

nav li a::after {
	display:none;
}

nav #logo {
	display:none;
}


nav .sub {
	padding:10px 5px 5px 5px;
	display:none;
}

nav .sp_sub  {
	display:block;
}

nav .sp_sub dl {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	padding: 0 0 10px 0;
}

nav .sp_sub dt {
	display: block;
	border: 1px solid #666;
	padding: 1px 10px;
	box-sizing: border-box;
	margin: 0 auto 5px;
	width: 95%;
}

nav .sp_sub dd {
	display: block;
	letter-spacing: 1px;
	width: 100%;
	padding: 5px 0 0 0;
	text-align: center;
	box-sizing: border-box;
}

nav .sp_sub .sub_inner {padding: 10px 0 0 0;}

nav .telBox {
	margin: 0;
	border: none;
}
	
nav .telBox a {
	background: #80b9de;
	/* float:none; */
	border: none;
	display: block;
	width: 50%;
	color: #fff;
	text-indent: -9999px;
	margin: 0;
	letter-spacing: 1px;
	background-position: center center;
}

ul.ne li dt {
    font-size: 0.9em;
    padding: 3px 10px 3px 0;
    font-weight: normal;
}

ul.ne li dd {
    float: none;
    width: auto;
    display: block;
    font-size: 0.9em;
    margin: 10px 0 0 0;
}


nav .telBox a:first-child {
	background: url(/imgs/common/tel.png) no-repeat center center #80b9de;
}

nav .telBox a:hover:first-child {
	background: url(/imgs/common/tel.png) no-repeat center center #12486b;
}

nav .telBox a:last-child {
	width: 50%;
	float: right;
	background: url(/imgs/common/map.png) no-repeat center center #80b9de;
}

nav .telBox a:hover:last-child {
	background:url(/imgs/common/map.png) no-repeat center center #12486b;
}


.f_tel a.mail {
    background: url(/imgs/common/mail.png) no-repeat center center #2d6e98;
}

.f_tel a.mail:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 22% #12486b;

}

/*タブレット・スマホロゴ表示*/
nav .sp_logo {
    display: block;
    width: 35%;
    margin:0 0 12px 10px;
}


button.drawer-toggle {
	display: block;
}

/*H2
============================================*/
h2 {
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 30px 0;
	letter-spacing:3px;
}

/*H3
============================================*/
h3 {
    padding: 15px 0;
	font-size:1.3em;
}

h3 span {
	padding: 0 20px;
    letter-spacing: 2px;
    line-height: 1.8em;
}

h3:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #563631;
    top: 0;
    right: 0;
    margin: auto;
}

/*H5
============================================*/
h5 {

}

/*囲み
============================================*/
.primary {
    margin: 0;
    padding:20px 0;
    border: none;
    border-radius: 0;
}
.primary p {
    font-size: 0.9em;
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
}

.primary h5 {
	font-size: 0.9em;
}


.primary .recommend {padding:20px 5px;}

.primary .recommend dd {
	font-size: 0.9em;
	line-height:1.8em;
}


/*見出し
============================================*/
article p.midashi {
    font-size: 0.9em;
    margin: 5px 0 0 0;
}



.pull {
	box-sizing: border-box;
	padding: 0;
	margin:0;
	width:100%;
	position:relative;
}


.pull li {
	width: 100%;
	margin: 0;
}

.pull li:nth-child(5n) {
	margin:0;
}

.pull li:last-child {
	border:none;
}

.pull li a {
	border: none;
}



/*パンくず
============================================*/

.breadcrumb li a:hover {
	text-decoration:underline;
}

/*TABLE
============================================*/

table {
    font-size: 0.9em;
    letter-spacing: 1px;

}

th {
	padding: 8px;
}

td {
	padding: 8px;
}


/*ページ下部問い合わせ
============================================*/
.contactFooterBox {
	width: 100%;
}

.contactFooterBox p {
	width:50%;
}

.contactFooterBox_inner h6 {
     font-size: 0.9em;
    line-height: 1.8em;
}

.contactFooterBox_inner {
	padding:40px 5px 20px;
}

.contactFooterBox_inner .f_tel.last {
	float:none;
	margin:auto;
}

.contactFooterBox_inner dl {
    width: 100%;
    float: none;
}

.contactFooterBox_inner dt {
	font-size: 1em;
}

.contactFooterBox_inner dd {
	font-size:1.1em;
}

.contactF_time {
	clear: both;
	border: 1px solid #000;
	padding: 3px 18px;

	display: inline-block;
	font-size: 0.9em;
}

.contactF_mail {
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	margin: 0 0 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
}


/*FOOTER
============================================*/
footer {
	margin: 0;
	padding:0;
}

footer .footerBox {
	padding:50px 0 30px;
}

.f_tel {
    width: 95%;
    margin: 0 auto 20px;
    float: none;
}

.f_tel:nth-child(2) {
	float:none;
	margin:0 auto;
}

.f_tel a.tel {
	letter-spacing:1px;
}

.f_tel.last {
	float:none;
	margin:0 auto 20px;
	padding:0;
}

.f_tel a {
	padding: 15px;
}

.f_tel dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;
}

.f_tel dt {
    padding: 2px 0;
    margin: 0 8px 0 0;
    width: 50px;
}

.f_tel dd {	
	width: 78%;
}

.f_tel a.mail {
    background: url(/imgs/common/mail.png) no-repeat center left 5% #2d6e98;
    margin: 0;
}
  
.f_tel a.mail:hover {
    background: url(/imgs/common/mail.png) no-repeat center left 5% #12486b;

}
  
.contactFooterBox_inner .f_tel a.mail_02 {
    background: url(/imgs/common/mail.png) no-repeat center left 5% #ccbd88;
    font-size: 0.8em;
}

.f_contact:after {
	display:none;
}

footer ul.f_list li {
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0 10px;
    margin: 0;
    font-size: 0.75em;
}

/*下層ページ帯タイトル
============================================*/
.mainttl {
	height: 130px;
	padding: 20% 0 0 0;
}

.mainttl dl {padding: 40px 10px;}

.mainttl dt {
	font-size: 1.4em;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	padding: 0;
}


.mainttl dd {
	font-size: 0.8em;
	text-align: center;
	display: block;
	letter-spacing: 3px;
	padding: 0;
}

/*エントリーフォーム
============================================*/

.entryBox {
    padding: 20px 10px 30px;
    background: none;
    border: none;
}


.entryForm article {
	padding:0;
}


.entryForm div.check {
	width: auto;
}

.entryForm div.e_txt {
	width: 100%;
}

/*参加日*/
article#first div.e_txt {
}

article#second div.e_txt {
	float:right;
}


.entryForm div.e_txt input {
    padding: 8px;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}

/*ラジオボタン*/
.entryForm label.radio {
    padding: 5px 20px 0 0;
    display: inline-block;
}

.entryForm div.e_txt input.radio {
    width: auto;
    display: inline-block;
    margin: 0 5px 20px 0;
}



/*送信ボタン*/
.submitArea .btn_submit {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
}

.submitArea .btn_submit span {
	font-size: 0.8em;
}

.submitArea .btn_submit span a {
	text-decoration:underline;
	color:#0073e6;

}

.submitArea .btn_submit input {
	font-size: 0.95em;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	letter-spacing: 0;
}

.submitArea .btn_submit input:hover {
	opacity: 0.8;  
    filter: alpha(opacity=80); 
	background-position: -100% 0;
	color: #fff;
}


}

@media screen and (max-width: 450px){
/*タブレット・スマホロゴ表示*/
nav .sp_logo {
    width: 60%;
}

}