@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
.hf p {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

.hf ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

.hf h2 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

.left_hf {
	text-align: left;
}

.center_hf {
	text-align: center;
}

.right_hf {
	text-align: right;
}

.clearfix_hf {
	min-height: 1px;
}

.clearfix_hf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hf img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}


/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

.hf a {
	outline: none;
	text-decoration: underline;
	color: #d23c89;
}

.hf a:hover {
	text-decoration: underline;
	color: #ab003e;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header_hf {
	background: #fff;
	border-bottom: solid 1px #cfd1d3;
	text-align: left;
	position: relative;
}

#header_hf .container_hf {
	border-bottom: solid 3px #f0f1f2;
}

#header_hf .title_hf {
	display: none;
}

#header_hf .f_left_hf {
	float: left;
	width: 30%;
	margin: 8px 6px 5px;
}

#header_hf .f_left_hf img {
	width: auto;
	height: 26px;
}

.hlogin_hf {
	float: right;
	height: 30px;
	margin: 5px !important;
	padding: 6px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #d23c89;
	background: #feeff7;
	text-align: center;
	font-size: 12px;
}

.hlogin_hf li {
	display: inline-block;
	vertical-align: top;
	height: 15apx;
	line-height: 16px;
}

.hlogin_hf li:nth-child(1) {
	margin-right: 4px;
	padding-right: 5px;
	border-right: solid 1px #d23c89;
}

.hlogin_hf li a {
	display: block;
	padding-left: 17px;
	background: url(../img/h_login.png) no-repeat 0 1px;
	text-decoration: none;
	color: #d23c89;
}

.hlogin_hf li:nth-child(2) a {
	background: url(../img/h_register.png) no-repeat 0 1px;
}

.hlogin_hf li a:hover {
	text-decoration: underline;
	color: #424344;
}

.hlogin_hf li:nth-child(3) {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#hmenu_hf {
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px 5px 0 1px;
	background: url(../img/h_menu.png) no-repeat left top;
	background-size: auto 30px;
	text-indent: -9999px;
}

#hmenu_hf.active_hf {
	background: url(../img/h_menu.png) no-repeat right top;
	background-size: auto 30px;
}

/* ---------------------------------------------------------
	CSS Document header > navi
--------------------------------------------------------- */

#navi_hf {
	display: none;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

#navi_hf li a {
	display: block;
	padding: 0 5px;
	border-top: solid 1px #d23c89;
	text-align: left;
	text-decoration: none;
	line-height: 34px;
	color: #424344;
	position: relative;
}

#navi_hf li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #d23c89;
	border-right: solid 1px #d23c89;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: 14px;
}

/* ---------------------------------------------------------
	CSS Document huser
--------------------------------------------------------- */

#huser_hf {
	border-top: solid 1px #cfd1d3;
	font-size: 11px;
	line-height: 24px;
}

#huser_hf .container_hf {
	border-right: solid 1px #cfd1d3;
}

#huser_hf .f_left_hf {
	height: 25px;
	padding-right: 10px;
	padding-left: 28px;
	border-bottom: solid 1px #cfd1d3;
	background: url(../img/h_user.png) no-repeat 5px;
	background-size: 18px auto;
	text-align: left;
}

#huser_hf .f_left_hf li:first-child {
	float: left;
}

#huser_hf .f_left_hf li:last-child {
	float: right;
}

#huser_hf .f_left_hf a {
	text-decoration: none;
	color: #2a558a;
}

#huser_hf .f_right_hf {
	padding-right: 10px;
	text-align: right;
}

#huser_hf .f_right_hf li {
	display: inline-block;
	vertical-align: top;
	padding-left: 14px;
}

#huser_hf .f_right_hf a {
	padding-left: 18px;
	background: url(../img/h_gnavi.png) no-repeat left;
	text-decoration: none;
	color: #424344;
}

/* ---------------------------------------------------------
	CSS Document footer > fnavi
--------------------------------------------------------- */

#fnavi_hf {
	background: #eff0f1;
	text-align: left;
	font-size: 12px;
	line-height: 2;
	color: #ccc;
}

#fnavi_hf h2 {
	padding:7px 4px 6px;
	font-weight: 100;
	font-size: 14px;
	color: #d43989;
}

#fnavi_hf h2 a {
	text-decoration: none;
	color: #d43989;
}

#fnavi_hf ul {
	margin: 0 5px 5px;
	padding: 3px 5px 2px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

#fnavi_hf li {
	display: inline;
	margin-right: 3px;
}

#fnavi_hf li:after {
	content: ' | ';
}

#fnavi_hf li:last-child:after {
	content: '';
}

#fnavi_hf li a {
	padding: 0 5px 0 0;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	color: #424344;
}

#fnavi_hf .f_tel {
	display:block;
	margin:20px 5px;
	padding:15px 20px;
	background:#fff;
	border:#dadbdb 1px solid;
	border-radius:5px;
	color:#333;
	text-align:center;
	line-height:18px;
}

#fnavi_hf .f_tel span {
	font-size:23px;
	line-height:33px;
	color:#d95b9c;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer_hf {
	padding: 15px 0 35px;
	background: #969a9e;
	color: #fff;
        text-align:center;
}

#footer_hf .f_left_hf li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	font-size: 12px;
}

#footer_hf .f_left_hf li:after {
	content: ' | ';
	margin-left: 4px;
}

#footer_hf .f_left_hf li:last-child:after {
	content: '';
	vertical-align: top;
	margin-right: 0;
}

#footer_hf .f_left_hf li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
}

#footer_hf address {
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#mam p {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

#mam img {
	vertical-align: top;
}

#mam #pagetop {
	margin-left: -40px;
	position: fixed;
	bottom: -70px;
	left: 50%;
}

#mam #pagetop img {
	width: 80px;
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* スマホ版ではヘッダーのお問い合わせは隠す */
#header_hf .f_tel
{
	display: none;
}

.hlogin_hf
{
	font-size: 10px;
}

.hlogin_hf .free_signin
{
	display: none;
}


#sp-global-navi
{
	width: 100%;
}

.sp-global-navi
{
	text-align:center;
}

.sp-global-navi li
{
	display: inline-block;
	border-left: dotted 1px #cfd1d3;
	font-size: 10px;
	line-height: 30px;
	padding-left: 2px;
}

.sp-global-navi .top-li
{
	border-left: none;
}

.sp-global-navi li a
{
	display: block;
	text-decoration: none;
	color: #424344;
}


/* ---------------------------------------------------------
	CSS Document monitor >  Common
--------------------------------------------------------- */
.monitor {
	margin:auto;
	text-align:center;
	font-size: 14px;
	line-height: 24px;
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	color: #424344;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document monitor > title
--------------------------------------------------------- */

.monitor .title_sp{
	background:url(../img/bk01.png) no-repeat;
	padding:2%;
}

/* ---------------------------------------------------------
	CSS Document monitor > lead
--------------------------------------------------------- */

.monitor .lead{
	background:#fcf6d0;
	width:100%;
	padding:2%;
	margin-bottom: 0;
}

.monitor .lead p{
	font-size: 14px;
}

.monitor .lead p:first-child{
	width:90%;
	margin:auto;
	font-size:17px;
	line-height:26px;
	font-weight:bold;
	color:#34d452f;
	text-align:left
}

.monitor .lead p:last-child{
	display:block;
	background:#fff;
	margin-top:20px;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #e0d9a1;
}

.monitor .lead img{
	margin-top:8px;
	text-align:center;
}

.monitor .lead span{
	display:block;
}

.monitor .lead br{
	display:none;
}

/* ---------------------------------------------------------
	CSS Document monitor > co01
--------------------------------------------------------- */

.monitor .co01{
	background:#ffdaba url(../img/bk03.png) ;
	background-repeat: repeat-x;
}

.monitor .co01 ul{
	background:#ffdaba url(../img/bk05.png) ;
	padding-bottom:20px;
	margin-bottom: 0;
}

.monitor .co01 li{
	display:inline-block;
	vertical-align:top;
	width:295px;
	margin:8px;
	font-size:14px;
}

.monitor .co01 li p{
	display:block;
	margin-bottom:10px;
	padding:10px;
	font-size:18px;
	line-height:24px;
	color:#f76b54;
	font-weight:bold;
	border-bottom:3px dotted #f76b54;
	text-align:center;
}

/* ---------------------------------------------------------
	CSS Document monitor > list
--------------------------------------------------------- */

.monitor .co02{
	background:#fbb170 url(../img/bk03.png) ;
	background-repeat: repeat-x;
}

.monitor .list01{
	background:#fbb170;
	padding:10px 24px 40px;
	text-align:left;
}

.monitor .list01 a {
	text-decoration: none;
}

.monitor .list01 .box {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 45%;
	margin:0 2% 4%;
	padding-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 580px) {
	.monitor .list01 .box {
		width: 100%;
		margin:0 0 4%;
	}
}

.monitor .list01 .box a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.monitor .list_photo {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 62% 0 0;
}

.monitor .list_photo img {
	width:100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.monitor .list_photo span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.monitor .list_category {
	margin: 10px 15px 5px;
	font-size: 13px;
	line-height: 15px;
	color: #d23c89;
}

.monitor .list_subject {
	min-height:45px;
	margin: 0 15px 10px 15px;
	font-size: 16px;
	line-height:20px;
	color: #000;
	border-bottom:2px dotted #f76b54;
}

.monitor .list_point {
	margin: 0 15px;
	font-size: 15px;
	color: #6f7071;
}

.monitor .list_point span {
	font-size: 18px;
	color: #cd4630;
}

.monitor .list_btn {
	display:block;
	background:#fc8d7b;
	margin:8px 15px 0;
	padding:3px;
	font-size: 15px;
	color: #fff;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ---------------------------------------------------------
	CSS Document monitor > detail
--------------------------------------------------------- */

.monitor .detail01{
	padding:5%;
}

.monitor .detail01 .box {
	background: #fff;
	margin:0 0 5%;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:left;
}

.monitor .detail01 .box li:nth-child(3){
	background:#fbe9d8;
	margin:5% 0 0;
	padding:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.monitor .detail_photo {
	width: 250px;
	margin:auto;
	text-align:center
}

.monitor .detail_photo img {
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.monitor .detail_category {
	margin-top:10px
	color: #d23c89;
}

.monitor .detail_subject {
	display: block;
	padding:8px 0 10px;
	font-size: 18px;
	line-height:23px;
	color: #000;
	border-bottom:3px dotted #f76b54;

}

.monitor .detail_noto {
	margin:15px 0;
	line-height:22px;
}

.monitor .detail_info {
	margin-bottom:8px;
	color: #6f5f4f
}

.monitor .detail_info span {
	display: block;	
	margin-bottom:3px;
	padding-bottom:2px;
	color: #845528;
	border-bottom:1px solid #845528;
}

.monitor .detail_point {
	font-size: 18px;
	color: #6f7071;
}

.monitor .detail_point span {
	font-size: 22px;
	color: #cd4630;
}

.monitor .detail_btn01 {
	margin:5% 0;
	font-size: 18px;
}

.monitor .detail_btn01 a {
	display: inline-block;
	background:#f76b54;
	padding: 20px 15%;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.monitor .detail_btn02 a {
	display: inline-block;
	background:#6db0d0;
	padding: 5px 40px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.monitor .detail_btn01 a:hover,
.monitor .detail_btn02 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color:#fff;
}

.monitor .detail01 .flow{
	background:#ffdaba url(../img/bk03.png) ;
	background-repeat: repeat-x;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.monitor .detail01 .flow p{
	background:#ffdaba ;
	padding:5%;
	text-align:left;
}

.monitor-bn-container{
	margin-bottom: 30px;
	margin-top:20px;
	width: 100%;
	text-align: center;
}

.monitor-bn-container li{
	display: inline-block;
}

.monitor-bn-container .bn-ms{
	margin-bottom: 10px;
}

.monitor .explanation
{
	border: 2px solid #f76b54;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1em;
    position: relative;

}

.monitor .detail01 .flow_ul
{
	padding:20px 40px 10px;
	text-align:left;
}

.monitor .detail01 .flow_ul li
{
	margin-top: 10px;
}

.monitor .detail01 .flow img
{
	margin-top: 15px;
}