@charset "utf-8";



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

	レイアウト

----------------------------------------------- */
html{
    font-size: 62.5%; /*10px*/
}

body {
	color: #555;
	line-height: 1.6;
	font-family: 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-weight:500;
	font-size: 14px;	
	font-size: 1.4em;
	background: #fff;
}

:root {
    --black:  #222;
    --white:  #fff;
    --site_color_yellow: #ffeb3b;
    --site_color_pink: #e52369;
    --site_color_cha: #6e0707;
    --site_bg: #fff;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #999;
}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

li {
	list-style-type: none;
}
a {
	cursor: pointer;
}
#page_sub .post{
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:40px;
}
.ddsg-wrapper ul{
	padding:6px;
	padding-left:10px;
}
.ddsg-wrapper ul li{
	padding:5px;
}
/* SP */
@media only screen
    and (max-width: 667px) {

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

.trigger img {
	max-width: 100%;
	height: auto;
	margin:0 auto;
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em;
	letter-spacing: -1px;
}

p {
	margin: 0 0 1em;
	/*text-align: justify;*/
}

ul {
	padding: 0;
	list-style-position: inside;
}

#wrapper {
	margin: 0;
}

#container {
	width: 88%;
	margin: 1em auto;
}

.right-content {
	width: 100%;
	margin-bottom: 3em;
}
.right-content img{
	max-width: 100%;
}

.left-content {
	width: 100%;
	margin-top: 5.0em;
}
#page_sub .post{
	padding:5px;
}

} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {

#wrapper {
	width: 100%;
	margin: 0 auto;

}

#container {
	width: 100%;
	margin-top: 40px;
}

#content {
	width: 980px;
	margin: 0 auto;
}

.left-content {
	float: right;
	width: 280px;
	border:2px solid #eee;
}

.right-content {
	float: left;
	width: 670px;
	margin-bottom: 50px;
}

.right-content img {
	max-width: 100%;
	height: auto;
}

.left-content img {
	width: 100%;
	height: auto;
}

.fullwidth {
	width: 100% !important;
	margin-bottom: 0 !important;
}

}/* PC ここまで */



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

	汎用スタイル

----------------------------------------------- */
/* clearfix */
.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

.cb {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	line-height: 0px;
}

.clear {
    clear: both;
}

.fwB {
	font-weight: bold;
}

.taC {
	text-align: center;
}

/*---------------------------------------------
 * Flexbox
 *---------------------------------------------*/
.d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fx-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fx-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.fx-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ac-c {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.as-fs {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.as-c {
    -ms-grid-row-align: center;
    align-self: center;
}

.ac-sb {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.fxw-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fxw-wr {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb25 {	margin-bottom: 25px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }
.mb50 {	margin-bottom: 50px; }
.mb50 {	margin-bottom: 50px; }
.mb60 {	margin-bottom: 60px; }
.mt05 {	margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mb02em { margin-bottom: .2em; }
.mb04em {	margin-bottom: .4em; }
.mb1em {	margin-bottom: 1.0em; }
.mt2em { margin-top: 2.0em; }
.pb04em {	padding-bottom: .8em; }
.pb1em {	padding-bottom: 1.0em; }

.right-content p {
	line-height:1.8;
	padding:5px 0;
}
.right-content .bottom_line {
	padding-bottom:15px !important;
	border-bottom:1px dotted #999;
}
/* 汎用見出し */
.right-content h2, .right-content h1 {
	padding: 10px 10px 8px;
	padding-left:28px;
	font-size: 18px;	font-size: 1.8rem;
	font-weight: bold;
	color:#333;
	background: url(../img/h2_bg.png) no-repeat 13px 20px;
	background-color:#ffeb3b;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.right-content h2.topnews{
	background: url(../img/h2_news.png) no-repeat 18px 50%;
	background-color: var(--site_color_yellow);
	padding-left:48px;
}
.right-content h2.blog_news{
	background: url(../img/h2_news2.png) no-repeat 18px 50%;
	background-color:none;
	padding-left:48px;
	border: 1px solid #ccc;
	border-radius:0;
	color:#408037;
}

.right-content h3 {
	margin-bottom: 0.5em;
	margin-top:10px;
	padding: 10px;
	line-height: 1.0;
	color: #ff9800;
	font-size: 18px;	font-size: 1.8rem;
	font-weight: bold;
	background: url(../img/h3_bg.png) no-repeat left bottom;
}
.right-content h3.seach {
	margin-bottom: 1.2em;
	margin-top:10px;
	padding-left: 45px;
	background: url(../img/h3_bg.png) no-repeat left bottom, url(../img/seach_icon.png) no-repeat 18px 50%;
}
.right-content h3.tiiki {
	margin-bottom: 0;
	margin-top:20px;
	padding: 15px 10px 12px;
	line-height: 1.0;
	color: #555;
	font-size: 18px;	font-size: 1.8rem;
	font-weight: bold;
	border:1px solid #ccc;
	border-top:3px solid var(--site_color_yellow);
	background: none;
}

.right-content h4 {
	padding:8px 0 8px;
	line-height: 1.0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:1px solid #333;
	margin-bottom:20px;
}
.right-content h4 span{
	font-size:85%;
	color:#408037;
}
.right-content h5 {
	margin-bottom: 8px;
	color: #333;
	font-size: 16px;	font-size: 1.6rem;
	font-weight: bold;
}

.right-content h6 {
	margin-bottom: 0.5em;
	color: #eb5500;
	font-size: 120%;
	font-weight: bold;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.sp-hide {
	display: none;
}

.sp-lsN {
	list-style: none;
}

    /* SP Flexbox util class */
    .sp-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .sp-jc-sb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .sp-jc-se {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    
    .sp-jc-c {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .sp-jc-fs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .sp-jc-normal {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    
    .sp-ai-c {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .sp-ai-fs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .sp-fxw-w {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .sp-fxw-wr {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }


.right-content h2, .right-content h1 {
	margin-bottom:0;
}

} /* SP ここまで */

/* PC */
@media only screen
    and (min-width: 668px) {

.pc-hide {
	display: none;
}

}/* PC ここまで */



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

	ヘッダー

----------------------------------------------- */
.header-wrapper {
	/*border-top: 3px solid #ea5501;
	box-shadow: 0 1px 3px #ccc;*/
}

.top-header h1 {
	padding: 30px 0 0 70px;
	color: #555;
	font-size: 14px; 	font-size: 1.5rem;
	font-weight: bold;
	text-align:center;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.top-header {
	padding: 0 1.0em;
}

.top-header h1 {
	text-align: center;
}

.header-contents {
	margin: 0 auto;
	padding: 0 6%;
}

.header-contents p {
	line-height: 1.0;
}

.header-contents .logo-block {
	float: left;
	width: 48%;
	margin: 15px 0;
}

.header-contents .desc-block {
	float: right;
	width: 48%;
}

.header-contents .desc-block img {
	margin-top: 1px;
}

}

/* PC */
@media only screen
    and (min-width: 668px) {

.top-header h1 {
	width: 950px;
	margin: 0 auto;
}

.header-contents {
	width: 980px;
	margin: 0 auto 10px;
}

.header-contents p {
	padding:30px 0 0;
}

.logo-block {
	float:left;
}

.in_count{
	float:right;
}
.in_count ul{
	/*max-width:470px;*/
	padding-top:40px;
}

.logo-block img {

}

.desc-block img {

}

}/* PC ここまで */


.in_count ul li{
	display: inline-block;
	padding:2px 15px 5px;
	font-size:16px;
	border-radius: 10px;
	color: var(--black);
	background-color: var(--site_color_yellow);
	margin:10px;
}
.in_count ul li span{
	font-size:23px;
	position: relative;
	top: 1px;
	font-weight: bold;
	padding-right: 3px;
}

.in_count ul li.nintei{
	background-color: var(--black);
	color:#fff;
}

.in_count ul li.nintei:before{
	content: url(../img/hd_king_ico.png);
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.in_count ul li.nintei span{
	color:#f1e112;
}

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

	グローバルナビ

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


/* PC */
@media only screen
    and (min-width: 668px) {

.pc-gnav-block {
	position: relative;
	margin-bottom: 7px;
}

.gnav {
	/*display: table-cell;
	vertical-align: middle;*/
	width: 100%;
	height: 45px;
}

.main-access {
	width: 980px;
	margin: 0 auto;

}

.main-access li {
	display: inline-block;
	padding:0;
	height:45px;
	/*background-color: #fff9c0;
	border:1px solid #333;*/
	width:13.8%;
}

.main-access li:last-child {
	background-color: #fff9c0;
	border:1px solid #222;
	border-radius:50px;
}

.main-access li a {
	display: block;
	width:100%;
	height:45px;
	font-size: 14px;
    font-weight: bold;
	text-align: center;
	padding:12px 0;
}

.main-access li a:link,
.main-access li a:visited {
	color:#333;
}

.main-access li a:hover,
.main-access li a:active {
	color:#000;
	background: url(../img/main_nav_hv.png) no-repeat 50% 65%;
	
}
.main-access li:last-child a:hover {
	color:#000;
	background: none;
	
}


}/* PC ここまで */



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

	メインイメージ

----------------------------------------------- */
.mainimage {
	margin: 0 auto;
	text-align: center;
}
.mainimage img{
	width:100%;
	height:200px;
	object-fit: cover;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.mainimage {
	width: 88%;
}

} /* SP ここまで */



.main_best {
	width:980px;
	margin:0 auto;
}

.main_best h1 {
	background:#fce7e6;
	padding:7px 18px 7px;
	border-radius:5px;
	border-left:solid 13px #fea9a9;
	font-size:18px;
	color:#fe6b6b;
}
.main_best h1 span{
	font-size:24px;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.main_best {
	width: 88%;
}

} /* SP ここまで */


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

	サイドバー

----------------------------------------------- */
.side_news table{
    border:none !important;
    width:100%;
    margin-bottom:40px;
}
.side_news table tr{
	border:none !important;
    border-bottom:1px dotted #ccc !important;
}
.side_news table td {
    padding: 12px 0;
    font-size: 14px;
    border:none !important;
    color:#333;
}
.side_news table td.date {
    padding-right:5px;
    color:#333;
    font-weight:bold;
    width:25%;
}
.side_news table td a{
	color:#268dc6;
	text-decoration:none;
	padding-left:20px;
	background: url(../img/news_icon.png) no-repeat 5px 6px;
}
.side_news table td a:hover{
	text-decoration:underline;
}
.side_list{
	margin-bottom:40px;
}
.side_list ul{
	width:97%;
	margin:0 auto;
}
.side_list ul li{
	padding:5px 0;
	border-bottom: 1px dotted #ccc;
}
.side_menu{
	padding:7px 7px 1px;
	margin-bottom:20px;
	
}
.side_bnr {
    margin-bottom: 30px;
    text-align:center;
}
.side_menu h2{
	background: url(../img/side_h2_icon.png) no-repeat 3px;
	color:#555;
	font-size:16px;
	padding:6px 10px 6px 20px;
	border-bottom:1px solid #555;
	margin-bottom:15px;
}
.side_menu h5{
	color:#333;
	font-size:14px;
	padding: 8px 0;
}
.side_box{
	margin-bottom:45px;
}
/*サイドバーアクセスランキング*/

.side-widget{

}
.side-widget h5{
	text-align:center;
	border-bottom:1px dotted #ccc;

}
.side-widget .wpp-list {
    counter-reset: wpp-ranking;
}
.side-widget .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.side-widget .wpp-list li {
  position: relative;
  list-style-type: none;
}
.side-widget .wpp-list li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #555;
  font-size: 16px;
  font-weight:bold;
  line-height: 1;
  padding: 2px 4px;
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 1;
}
.side-widget .wpp-list li{
	padding:0;
}
.side-widget .wpp-list li:nth-child(2n+0) {
	background:#fff;
}
.side-widget .wpp-list li:nth-child(2n+1) {
	background:#f4f4f4;
}
.side-widget .wpp-list li a{
	padding:12px;
	padding-left:60px;
	font-size:14px;
	color:#268dc6;
	display:block;
}
.side-widget .wpp-list li a:hover{
	text-decoration:underline;
}
/*サイドバーアクセスランキング_個別*/

.side-widget2{

}
.side-widget2 h5{
	text-align:center;
	border-bottom:1px dotted #ccc;

}
.side-widget2 .wpp-list {
    counter-reset: wpp-ranking;
}
.side-widget2 .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.side-widget2 .wpp-list li {
  position: relative;
  list-style-type: none;
}
.side-widget2 .wpp-list li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  background-color:#ff4a7d;
  font-weight:bold;
  line-height: 1;
  font-size:12px;
  padding: 3px 5px;
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: 1;
}
.side-widget2 .wpp-list li{
	padding:0;
}

.side-widget2 .wpp-list li a{
	padding:12px;
	padding-left:40px;
	font-size:14px;
	color:#268dc6;
	display:block;
}
.side-widget2 .wpp-list li a:hover{
	text-decoration:underline;
}

.ken_box{
	background:#ffe0002b;
	padding:13px;
	margin-bottom:15px;
}
.ken_ul li{
	float:left;
	padding:3px;
}
.ken_ul li a{
	font-size:13px;
	padding-right:5px;
	border-right:1px solid #ccc;
}
.ken_ul li a:hover{
	color:#666;
	text-decoration:underline;
}
.menu-left-fix {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 7px 7px 0 0;
}

.top-menu-left-fix {
	margin: 0;
	padding: 0.6em;
	color: #444;
	line-height: 1.2;
	font-size: 17px;	font-size: 1.7rem;
	font-weight: 700;
	border-top: 5px solid #eb5500;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-color: #fff;
	/*background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: linear-gradient(top, #fff 0%, #eee 100%);*/
}

.top-menu-left-fix:before {
	content: "　";
	background: url(../img/sidebar-widget-title.png) no-repeat 0 center;
	padding-right: 10px;
}

.menu {
	margin: 0;
}

.menu-left-fix ul {
	margin: 0 !important;
	background: #fff;
}

.menu-left-fix ul li {
	border-bottom: 1px solid #ccc;
}

.menu-left-fix ul li:before {
	content: "　";
	background: url(../img/orange-arrow.png) no-repeat 0 15px;
    margin-left: 13px;
	height: 45px;
    display: inline-block;
}

.menu-left-fix ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.menu-left-fix ul li a {
	font-size: 13px;
	font-size: 1.3rem;
    display: block;
    margin-top: -45px;
    padding: 7px 0 7px 30px;
}

.menu-left-fix ul li a:hover {
	background: #E0A787;
    color: #fff;
}

.menu-left-fix .info-block {
	margin: 0;
	padding: 20px 10px;
}

.menu-left-fix .info-block li {
	text-align: center;
}

/* sidebar SNS */
.left-content .really_simple_share {
	margin-bottom: 20px;
}


/* SP */
@media only screen
    and (max-width: 667px) {

.ken_box{
	padding:7px 13px;
	margin-bottom:10px;
}

.sidebar-contents {
	width: 70%;
	margin: 0 auto 1.0em;
}
/* -----------------------------------------------

	SP Sidebar（追従ヘッダーナビ、ドロワーメニュー）

----------------------------------------------- */
#main_sp{
	margin-top: 65px;
}
/* ヘッダーナビ */
#sp-headernav .main-navbar {
	position: relative;
  background-color: #fff;
  z-index: 10;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

#sp-headernav .main-navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 65px;
    z-index:99;
}

#sp-headernav .main-navbar-content {
	box-sizing: border-box;
    padding: 5px 10px;
    display:flex;
}

#sp-headernav .main-navbar-content p,
#sp-headernav .main-navbar-content li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

#sp-headernav .logo-block {
	width: 35%;
	padding-top:5px !important;
}
#sp-headernav .logo-block img{
	margin-top:0.1em;
	width:100%;
	max-width: 150px;
}
#sp-headernav .menu-block {
	float: right;
}

#sp-headernav .menu-block li {
	display: inline-block;
	width: 45px;
}

#sp-headernav .menu-block li:last-child {
	margin-right: 60px;
}


/* ドロワーメニュー */


#sp_menu .main-sidebar-right {
  right: 0;
  text-align: right;
}

#sp_menu .main-sidebar-left {
  left: 0;
  text-align: left;
}

#closeBtn {
	position: absolute;
	right: 20px;
	width: 24px;
	margin: 20px 0;
	padding: 0;
	cursor: pointer;
}


/*********************************************cssスマホプルダウン*********************************************/
#container {
    top: 65px;
}

/****メニュー全体****/
#sp_menu{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	max-width:100%;
	height: 100%;
	pointer-events: none;
}

/****メニュー開閉ボタン****/

#sp_menu div.menu_btn{
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	margin:10px;
	z-index: 99;
}

#sp_menu div.menu_btn img{
	max-width:70%;
}

#sp_menu .menuopen{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
}

#sp_menu .menuclose{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: none;
	width: 60%;
	height: 60%;
	position: absolute;
	top: 15%;
	right: 15%;
	pointer-events: auto;
}

/****メニュー一覧****/
#sp_menu .side_width{
	width:280px;
	background-color: var(--site_bg);
	position: relative;
	z-index: 10;
}

#main_nav{
	padding-top: 65px;
	padding-bottom: 0;
	margin-bottom: 20px;
	background-color: var(--site_bg);
}

#main_nav .in_count ul{
    margin:25px 0;
}

#main_nav .in_count ul li {
    display: block;
    width: 93%;
    text-align: center;
    margin: 7px auto;
}

#main_nav .in_count ul li a{
    display: inline-block;
}

#nav_back{
	height:100%;
	width:100%;
	position: absolute;
	display: none;
	pointer-events: auto;
	top: 0;
	right: 0;
	z-index:9;
}

#nav_back a{
	display:block;
	width:100%;
	height:100%;
}
#sp_menu .side_nav{
	width: 100%;
	position: absolute;
	/*top: 65px;*/
	margin:0;
	display: none;
	z-index:10;
	animation: slideIn .3s;
}
/* CSSアニメーションの設定 */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#sp_menu .side_nav li{

	pointer-events: auto;
}
#sp_menu #side{
	width: 250px;
	margin: 0 auto;
	pointer-events: auto;
}

#sp_menu .side_nav .in_count li{

	border:none;
}

/****メニューオープン時****/
#sp_menu:target .menuopen{
	display: none;
}

#sp_menu:target .menuclose{
	display: block;
}
#sp_menu:target .nav_backs{
	display: block;
}
#sp_menu:target .side_nav{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 40px;
}


/****メニュークローズ****/
#nav_back:target{
	display:none;
}

#nav_back:target .side_nav{
	display:none;
}

/*** メインエフェクト ***/
#main_sp{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sp_menu:target ~ #main_sp{
	background-color: #22222273;
	-webkit-filter:brightness(70%);
	-moz-filter:brightness(70%);
	-ms-filter:brightness(70%);
	filter:brightness(70%);
	position:fixed;
}

/****メニュー、見出し*****/

#side-bar-area .contact-block{
	padding-top: 85px;
}

#main_nav .contact-block h3{
	margin: 1.0em 0 0;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--site_color);
	color: var(--site_color);
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#main_nav .main-access{
	background-color: #fff;
}

#main_nav li{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	border-top: 1px dotted #7e7e7e;
	text-align: left;
}

#main_nav li:first-child {
	border-top: none;
}

#main_nav .main-access li a{
  display: block;
  padding: 15px 10px 15px 30px;
	color: #333;
	text-decoration: none;
	font-size: 1.4rem;
	background: none;
}

#main_nav .main-access li a::after{
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    right: 10%;
    height: 5px;
	margin-top: -13px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

#main_nav .main-access li a:hover{
	color: #333;
}


#main_nav .contact-block li:first-child a {
	background-image: url(../img/sp/sp_foot_ar_01.png), url(../img/sp/sp_foot_ico_mail.png);
	background-repeat: no-repeat, no-repeat;
    background-position: right 10px center, 10px center;
	background-size: 7px, 15px;
}

#main_nav .contact-block li:last-child a {
	background-image: url(../img/sp/sp_foot_ar_01.png), url(../img/sp/sp_foot_ico_phone.png);
	background-repeat: no-repeat, no-repeat;
  background-position: right 10px center, 10px center;
	background-size: 7px, 15px;
}

/* ドロワーメニューここまで */


} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {

.sidebar-contents-01,
.sidebar-contents-02 {
	margin-bottom: 20px;
}

.sidebar-contents-03 {
	margin: 20px auto;
	text-align: center;
}

/* sidebar SNS */
.left-content .like-sidebar {
	width: 250px;
}

.left-content .really_simple_share {
	margin-left: 40px;
	line-height: 1;
}

}/* PC ここまで */



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

	フッター

----------------------------------------------- */
#footer {
	background:var(--site_color_yellow);
}

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

#footer li,
#footer li a {
	color: #333;
}

.footer-logo{
	float: left;
	padding-top:37px;
	margin-right: 300px;
}
.footer-widget {
	float: left;
	margin-right: 100px;
}

.footer-widget:last-child {
	margin-right: 0;
}

.footer-widget h3 {
	color: #333;
	font-size:16px;
	margin-bottom: 8px;
}


.footer-widget li {
	margin-bottom: 5px;
}

.footer-widget li:before {
	content: "　";
	background: url(../img/list_icon.png) no-repeat 0 center;
}

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


@media only screen and (max-width: 667px) {
	.footer-widget form {
		width: initial;
	}
	.footer-widget {
		float: none;
		margin-right: 20px;
		margin-left: 20px
	}
}
.form-title {
	padding: 7px 12px;
	background: #fac14e;
}

.form-date1 {
	padding: 10px 10px 5px 10px;
}

.form-date2 {
	padding: 0 10px 5px 10px;
}

.form-date3 {
	padding: 0 10px 15px 10px;
}

.form-msg {
	padding: 0 20px 0 10px;
}

.form-msg textarea {
	width: 100%;
	height: 55px;
	padding: 1%;
}

.form-button {
	padding: 0 0 10px 10px;
}

.form-button input {
	margin: 5px 0 0 0;
	background: #22a86d;
	border: 0;
	color: #fff;
	padding: 7px 10px;
	border-radius: 6px;
	font-weight: bold;
    cursor: pointer;
}


/* フッターご予約フォームカレンダーここから */

div#ui-datepicker-div {
	display: none;
}

.ui-datepicker {
	background: #fff;
	width: 17em;
	padding: 0;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
	font-weight: bold;
}

.ui-widget-header {
	background: #222;
}

.ui-widget-header a {
	color: #fff;
}

.ui-widget-content {
	border: 1px solid #aaa;
}

.ui-datepicker .ui-datepicker-title {
	color: #fff;
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-next:before {
	content: ">";
}

.ui-datepicker-prev:before {
	content: "<";
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: #fcf8d5;
    border: 1px solid #d3d3d3;
    color: #555;
}

a.ui-state-default {
	border: 0 none !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker tr {
	border: 0 none;
}

.ui-datepicker th {
	background: #fcf8d5;
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
}

.ui-datepicker th:first-child {
	border-left: 0 none;
}

.ui-datepicker th:last-child {
	border-right: 0 none;
}

.ui-datepicker td {
	background: #fcf8d5;
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
}

.ui-datepicker td:first-child {
	border-left: 0 none;
	border-right: 0 none;
}

.ui-datepicker td:last-child {
	border-right: 0 none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ui-timepicker-div {
	padding-left: 6px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}

.ui_tpicker_hour, .ui_tpicker_minute {
    margin: 0 10px 5px 25% !important;
}

.ui_tpicker_time {
    margin: 0 10px 3px 25% !important;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui_tpicker_hour_label, .ui_tpicker_minute_label {
    margin-top: -5px;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -1px;
    margin-left: -0.1em;
}

.ui-slider .ui-slider-handle {
	background: #797367;
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 0.8em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.4em 0.6em;
    cursor: pointer;
    padding: 0.2em 0.6em;
    width: auto;
    overflow: visible;
    border-radius: 6px;
    background: #23a96a;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* フッターご予約フォームここまで */

.left-main-bottom li {
	min-height: 20px;
	margin-bottom: .5em;
	padding-left: 24px;
	line-height: 1.45;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
}

.left-main-bottom li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.left-main-bottom .add-block {
	background: url(../img/foot_ico_map@2x.png) no-repeat left 0.2em;
	background-size: 13px;
}

.left-main-bottom .tel-block {
	background: url(../img/foot_ico_phone@2x.png) no-repeat left center;
	background-size: 13px;
}

.left-main-bottom .mail-block {
	background: url(../img/foot_ico_mail@2x.png) no-repeat left center;
	background-size: 17px;
}

.left-main-bottom li a {
	text-decoration: none;
}

.footer-snsarea {
	margin-bottom: 8px;
}

.footer-snsarea li {
	display: inline;
	padding-right: 5px;
}

.footer-snsarea .rss-block img {
	width: 22px;
}

.footer-snsarea .fb-block img {
	width: 13px;
}

.footer-snsarea .gplus-block img {
	width: 26px;
}

.footer-snsarea .sitemap-block img {
	width: 28px;
}

.footer-copyright{
	width: 980px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
}

.copyright {
	color: #fafef7;
}

.copyright a {
	color: #fafef7;
	text-decoration: none;
}

/* SP */
@media only screen
    and (max-width: 667px) {

#footer {
	width: 100%;
}

.main-footer {
	width: 100%;
	padding: 2em 6% 1em;
}

#sp-page-top {
	width: 20%;
	margin: 0 auto 1em;
}

.sp-bg-map {
	text-align: center;
}

.sp-bg-map iframe {
	width: 100%;
	max-width: 100%;
}

.bottom-footer {
	padding: 2em 6% 2em;
}

#footer li {
	list-style: none;
}

.left-main-bottom {
	margin: 0 0 2.0em;
	padding: 0;
}

.footer-logo {
    float: none;
    padding: 20px 0 5px;
    text-align: center;
    margin: 0 auto 30px;
}
.footer-copyright{
	width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {

#footer {
	padding-top: 20px;
}

.main-footer {
	width: 950px;
	margin: 0 auto;
}

.bg-fb {
	margin-bottom: 24px;
}

.bg-map {
	margin-bottom: 48px;
}

.main-bottom-footer {
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 30px;
}

.left-main-bottom {
	float: left;
	width: 600px
}

.right-main-bottom {
	float: right;
	width: 350px;
}

.copyright {
	margin-top: 8px;
	line-height: 1.7;
}

}/* PC ここまで */



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

	ページトップボタン

----------------------------------------------- */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  line-height: 1.0;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* SP */
@media only screen
    and (max-width: 667px) {

#page-top {
	position: fixed;
	line-height: 1.0;
	bottom: 4.0em;
	right: 2.0em;
	z-index:1;
}


}


/* PC */
@media only screen
    and (min-width: 668px) {


}


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

	フッター追従ボタン

----------------------------------------------- */
/* SP */
@media only screen
    and (max-width: 667px) {

.bottomtel {
  display: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  background: #FFF;
}

.bottomtel p {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.bottomtel img {
  width: 100%;
}

.fixed {
  display: block !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

} /* SP ここまで */



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

	メインコンテンツ 共通

----------------------------------------------- */
.bg-grn {
	background: #f7fdf3;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.right-content section {
	margin-bottom: 2em;
}

/* 右カラム画像解除 */
.right-column {
	width: 60%;
	margin: 0 auto;
}

/* ムービー */
.movie {
  position: relative;
	margin-bottom: 3.0em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {

.right-content section {
	margin-bottom: 50px;
}

.right-content .home-contents-01 {
	margin-bottom: 15px;
}

.right-content .home-contents-02 {
	margin-bottom: 15px;
}

.right-content .home-contents-03 p:first-child {
	margin-bottom: 10px;
}

.right-content .home-contents-03 p {
	margin-bottom: 15px;
}

/* float */
.column-box {
	width: 650px;
}

.column-box-01 .left-column {
	float: left;
	width: 384px;
}

.column-box-01 .right-column {
	float: right;
	margin-left: 1.8em;
}

/* ムービー */
.movie {
	width: 610px;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 1;
}

}/* PC ここまで */



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

	下層コンテンツ 共通

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

/*Youtube動画関連*/
.lower-contents iframe, #front iframe{
	width: 100% !important;
	height: 430px !important;
}

/**************************** 絞込検索*****************************/
#search-list{
	border:1px solid #666;
	padding: 15px;
	margin-bottom:20px;
}
#search-list li{
	margin-right:10px;
	line-height:2.5;
}
@media screen and (max-width: 767px){
	.lower-contents iframe, #front iframe{
		width: 100% !important;
		height: 360px !important;
	}
}


@media screen and (max-width: 640px){
	.lower-contents iframe, #front iframe{
		width: 100% !important;
		height: 260px !important;
	}
}

/* recommend */

.recommend-inner {
	margin: 20px 0 40px;
}

.recommend-right {
	float: right;
	margin-left: 20px;
}

.recommend h3 {
	overflow: auto;
}

.rcm-thumb {
	width: 200px;
	margin-bottom:10px;
}

.rcm-thumb img {
	border-radius: 50%;
}

.rcm-clinic {
	/*text-align: right;*/
}

.rcm-name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.recommend .pagination {
	display: none;
}

/* infinite scroll */

#infscr-loading img {
	width: 20px;
}
/* SP */
@media only screen
    and (max-width: 667px) {
.recommend-right {
	float: none;
	margin-left: 20px;
}
.rcm-clinic {
	text-align: left;
}

}

/* 口コミ */

#comment_area h3 {
	margin: 40px 0 20px;
}

.review-sp p {
	margin: 0 !important;
	font-weight: bold;
}

.review-comment-table input {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 70%;
}

.review-comment-table textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.review-submit #submit {
	margin: 10px 0 0 0;
    background: #22a86d;
    border: 0;
    color: #fff;
    padding: 7px 10px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.comment-inner {
    position: relative;
    padding: 10px 15px;
    background: #F8F8F8;
    border: 1px solid #999;
    z-index: 0;
    border-radius: 6px;
    margin-bottom: 30px;
}

.comment-inner:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 40px;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #F8F8F8 transparent transparent transparent;
    z-index: 0;
}

.comment-inner:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 40px;
    margin-left: -11px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #999 transparent transparent transparent;
    z-index: -1;
}

.comment-header {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-moderation {
	color: red;
}

/* ログインフォーム */

.tml {
    max-width: 670px !important;
}
.tml-login {
    margin: 0 auto;
}

.login-head {
	background: #22a86d;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
	margin-bottom: 0 !important;
}

.login-content {
	margin: 0 auto 40px;
    padding: 20px 20px 20px;
    background: #fff;
}
.login-content .from_reg {
	margin: 40px auto 40px;
    padding: 40px 20px 20px;
    border-top: 1px dotted #ccc;
    text-align:center;
}
.login-content .from_reg p.txt{
	font-weight:bold;
	font-size:16px;
}
.login-content .button_div, .login-content .login-button {
	margin: 0 auto;
	display: table;
}

.login-content .rememberme {
	margin: 0 3px 1px 0;
}


.login-content .link-text {
	text-align: center;
	padding:10px 0 15px;

}

.login-content .link-text a {
	font-size:13px;
	text-decoration:underline;
}

.login-content .buttons {
    margin: 10px 0 0 0;
    border: 0;
    color: #fff;
    padding: 12px 55px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    background: url(../img/top_map_link.png) no-repeat 90% 50%;
    background-color: #ffa329;
}
.login-content .buttons2 {
    margin: 10px 0 0 0;
    border: 0;
    color: #fff;
    padding: 12px 55px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    background: url(../img/top_map_link.png) no-repeat 90% 50%;
    background-color: #ff3c7b;
}
.login-content .buttons_l {
    margin: 10px 20px 20px 60px;
    border: 0;
    float:left;
    color: #fff;
    background: url(../img/top_map_link.png) no-repeat 90% 50%;
    background-color: #ffa32a;
}
.login-content .buttons_r {
    margin: 10px 60px 20px 20px;
    float:right;
    color: #fff;
    background: url(../img/top_map_link.png) no-repeat 90% 50%;
    background-color: #999;
}
.lower-contents .login-content a.buttons2:link, .lower-contents .login-content a.buttons2:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.lower-contents .login-content a.buttons2:hover, .lower-contents .login-content a.buttons2:active {
	color: #eee !important;
}
.login-table {
	border-collapse: separate;
    border-spacing: 0 15px;
    margin: 0 auto;
	overflow: hidden;
	width:90%;
}

.login-table * {
	border: 0 none;
}

.login-data {
	text-align: left;
	padding-right: 10px;
}

.login-man {
    /*background: url(../img/login-man.png) #555 no-repeat center center;*/
    width: 5px;
}

.login-key {
	/*background: url(../img/login-key.png) #555 no-repeat center center;*/
}

.div_text {
	padding: 0;
}

.div_text input {
	padding: 10px;
	width: 400px !important;
	border:1px solid #ccc;
}

.login-footer {
    font-size: 13px;
    float:right;
}

a.side_login{
	border: 1px solid #ccc;
    padding: 3px 20px;
    border-radius: 7px;
    background: #eee;
    margin-left:10px;
    float:left;
}
a.side_admin{
	border: 1px solid #ccc;
    padding: 3px 20px;
    border-radius: 7px;
    background: #eee;
    margin-right:10px;
    float:right;
}

/* SP ログインフォーム */

@media only screen and (max-width: 667px) {
.login-content {
	margin: 0 auto 30px;
    padding: 0;
}
.div_text input {
	width: 100% !important;
	padding:5px;
}
	.home-contents p {
		margin: 0;
	    text-align: inherit;
	}

	.tml-login {
		width: 100%;
	}

	.div_text input {
		width: 100%;
		border-radius: 0;
	}
.login-footer {
    font-size: 13px;
    float:none;
    text-align:center;
    padding:0 10px;
}

.login-content .buttons_r, .login-content .buttons_l {
    margin: 10px auto 0;
    float:none;
    display:block;
    width:175px;
}

}

/* お問い合わせ */
.contact-top {
	width: 50%;
}

@media only screen and (max-width: 667px) {
	.contact-top {
		width: 100%;
	}
}

.contact-check input {
	width: auto;
	vertical-align: top;
}

/* 会員登録フォーム */
.tml-register{
	padding:40px 20px 20px;
	border:1px solid #ccc;
}

.tml-register p {
	margin-bottom: 10px;
}

.tml-register label {
	display: table-cell;
	font-weight: bold;
}

.tml-register input {
	width: 300px;
	max-width:100%;
}

.tml-register .sex-label {
	display: block;
}

.tml-register .sex-input {
	width: 15px;
	vertical-align: text-top;
}
.tml-submit-wrap{
	text-align:center;
}
.tml-submit-wrap #wp-submit {
    margin: 10px 0 0 0;
    border: 0;
    color: #fff;
    padding: 12px 55px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    background: url(../img/top_map_link.png) no-repeat 90% 50%;
    background-color: #ffa329;
}

.tml-register .error {
	color: red;
}

/* Before After 症例集 */

.case-content {
	margin-bottom: 40px;
}

.case-content .photo-center {
    margin: 0 auto;
    text-align: center;
}

.case-content .photo-center .photo-inner {
    width: 500px;
    height: auto;
    margin: 0 auto;
}

.case-content h4 {
	margin: 5px 0;
}

.case-list {
	margin: 0;
}

.case-list li {
    width: 48%;
    text-align: center;
	float: left;
	margin: 3px 1%;
	height: 242px;
}

.case-list li img {
	width: auto;
	max-height: 100%;
}


/* SP Before After */

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

	.case-content .photo-center .photo-inner {
		width: 100%;
	}

	.case-list li {
		width: 100%;
		float: none;
		margin: 3px 0;
	}

}

/* パスワードリセット */

.user-pass1-wrap {
	margin: 10px 0;
}

.user-pass1-wrap label {
	font-weight: bold;
	border-left: 3px solid #ccc;
	padding-left: 5px;
}

.password-input-wrapper input {
	display: block;
	margin-bottom: 5px;
}