@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

.hf ul {
	list-style: none;
}

.left_hf {
	text-align: left;
}

.center_hf {
	text-align: center;
}

.right_hf {
	text-align: right;
}

.f_left_hf {
	float: left;
}

.f_right_hf {
	float: right;
}

.clearfix_hf {
	min-height: 1px;
}

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

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

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

.hf a:hover {
	color: #e99400;
}


@media (min-width:750px) {
.hf a {
	outline: none;
	text-decoration: underline;
	color: #d23c89;
}

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


.hf a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

.container_hf {
	width: 1050px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document Header
--------------------------------------------------------- */

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

#header_hf .container_hf{
	position: relative;
}

#header_hf .title_hf {
	height: 26px;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	line-height: 36px;
}

.hlogin_hf {
	float: right;
	width: 218px;
	height: 34px;
	margin-top: 5px;
	padding: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #d23c89;
	background: #feeff7;
	text-align: center;
}

.hlogin_hf ul {
	margin:0;
	padding:0

}

.hlogin_hf li {
	display: inline-block;
}

.hlogin_hf li:nth-child(1) {
        margin-top:2px;
	margin-right: 9px;
        height:18px;
	padding-right: 12px;
	border-right: solid 1px #d23c89;
}

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

.hlogin_hf li:nth-child(2) a {
	display: block;
	padding-left: 18px;
	background: url(../img/h_register.png) no-repeat 0 3px;
	text-decoration: none;
	color: #d23c89;
}

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

#hmenu_hf {
	display: none;
}

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

.navi_hf {
	height: 40px;
	position: absolute;
	top: 47px;
	right: 0;
}

.navi_hf li {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	border-left: dotted 1px #cfd1d3;
	font-size: 16px;
	padding: 0 0 18px;
	line-height: 1;
	letter-spacing:0.05em;
}

.navi_hf li:last-child {
	border-right: dotted 1px #cfd1d3;
}

.navi_hf li a {
	display: inline-block;
	position: relative;
	color: #424344;
 	text-decoration: none;
	margin:0 10px;
	padding: 13px 20px 9px;
	text-align:center
}

.navi_hf li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: #d23c89;
	transform: scale(0, 1);
	transition: 0.6s;
}

.navi_hf li a:hover {
	color: #424344;
 	text-decoration: none;
}

.navi_hf li a:hover:before {
	transform: scale(1);
}

.navi_hf li.this a {
	/*background: #f0f1f2;*/
	border-bottom:3px solid #d23c89;
	color:#333；
}

/*
.navi_hf li:last-child {

	padding: 6px 0 0 8px;
}

.navi_hf li:last-child a {
	display: block;
	width: 218px;
	height: 29px;
	padding-left: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #cfd1d3;
	background: #f0f1f2 url(../images/h_company.png) no-repeat 22px;
	font-size: 14px;
	line-height: 27px;
}

.navi_hf li:last-child a:hover {
	text-decoration: underline;
	color: #d23c89;
}
*/

.gnavi_hf {
	height: 40px;
	position: absolute;
	top: 15px;
	left: 504px;
}

.gnavi_hf li {
	display: inline-block;
	margin-right: 3px;
        margin-top:3px;
}

.gnavi_hf li a {
	display: block;
	padding-left: 18px;
	background: url(../img/h_gnavi.png) no-repeat left;
	text-decoration: none;
	font-size: 13px;
	color: #424344;
}

.gnavi_hf li a:hover {
	text-decoration: underline;
	color: #d23c89;
}

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

#huser_hf {
	height: 41px;
	overflow: hidden;
	border-bottom: solid 1px #cfd1d3;
	border-top: solid 1px #cfd1d3;
	line-height: 39px;
}

#huser_hf .container_hf {
	padding-left: 55px;
	border-right: solid 1px #cfd1d3;
	background: url(../img/h_user.png) no-repeat 0 -1px;
	text-align: left;
}

#huser_hf li {
	display: inline-block;
	margin-right: 10px;
}

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

#huser_hf .f_right_hf li {
	padding-left: 14px;
	border-left: solid 1px #cfd1d3;
}

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

#huser_hf a:hover {
	text-decoration: underline;
	color: #d23c89;
}

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

#fnavi_hf {
	padding: 20px 0 20px;
	background: #eff0f1;
}

#fnavi_hf h2 {
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 14px;
	line-height: 1;
	color: #d43989;
}

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

#fnavi_hf div.f_left_hf {
	margin-right: 50px;
	font-size: 12.5px;
	line-height: 26px;
	color: #ccc;
}

#fnavi_hf div.last {
	float: left;
	font-size: 12.5px;
	line-height: 26px;
}

#fnavi_hf ul a {
	text-decoration: none;
	color: #424344;
}

#fnavi_hf ul ul {
	padding-left: 16px;
}

#fnavi_hf ul ul a {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	background: none;
}

#fnavi_hf ul a:hover {
	text-decoration: underline;
	color: #d43989;
}

#fnavi_hf .f_tel {
	display:block;
	margin:20px 0;
	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 {
	height: 38px;
	overflow: hidden;
	background: #969a9e;
	line-height: 39px;
	color: #fff;
}

#footer_hf .f_left_hf li {
	float: left;
	margin-right: 33px;
	font-size: 12px;
}

#footer_hf .f_left_hf li a {
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	background: url(../img/f_arrow.png) no-repeat left;
	text-decoration: none;
	color: #fff;
}

#footer_hf .f_left_hf li a:hover {
	text-decoration: underline;
	color: #d43989;
}

#footer_hf address {
	float: right;
	font-size: 11px;
	padding:10px 0 0;
}

/* ---------------------------------------------------------
	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: -57px;
	position: fixed;
	bottom: -70px;
	left: 50%;
}

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

#mam #pagetop img:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}


/* ヘッダーに配置した問い合わせ */
/*
#header_hf
{
	margin-left: -200px;
}*/

#header_hf .f_tel {
	display: block;
	/*margin: 20px 0;*/
	margin: 1px 8px;
	/*padding: 15px 20px;*/
	padding: 4px 0;
	background: #fff;
	border: #dadbdb 1px solid;
	border-radius: 5px;
	color: #333;
	text-align: center;
	line-height: 16px;

	position: absolute;
	top: 0;
	left: 1050px;
	width: 190px;
	font-size: 12.5px;
	line-height: 18px;
}

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

/* ログインに（無料）を記載 */
.hlogin_hf
{
	width: 248px;
}
.gnavi_hf
{
	left: 520px;
}

#sp-global-navi
{
	display: none;
}


@media screen and (max-width: 1000px) {
	#header_hf
	{
		margin-left: 0;
	}
	#header_hf .f_tel {
		display: none;
	}
}


/* 全体幅 */
/*body, html*/
/*{*/
	/*min-width: 1280px;*/
/*}*/

/* ---------------------------------------------------------
	CSS Document monitor >  Common
--------------------------------------------------------- */
.monitor {
	width: 1000px;
	margin:40px auto 0;
	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_pc{
	background:url(../img/bk01.png) no-repeat;
	height:249px;
	text-align:left;
}

.monitor .title_pc img{
	margin-left:26px;
	margin-top:17px
}

/* ---------------------------------------------------------
	CSS Document monitor > lead
--------------------------------------------------------- */
.monitor .lead{
	background:#fffbe3;
	margin-bottom:0;
}

.monitor .lead p{
	display:inline-block;
	vertical-align:top;
	height:160px;
	margin:0;
	font-size: 14px;
}

.monitor .lead p:first-child{
	width:518px;
	padding-left:66px;
	font-size:17px;
	line-height:26px;
	text-align:left;
	font-weight:bold;
	color:#34d452f;
	border-left:8px solid #fea798;
}

.monitor .lead p:last-child{
	display:inline-block;
	background:url(../img/bk02.png) ;
	width:482px;
	padding:20px;
	text-align:center;
}

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

/* ---------------------------------------------------------
	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) ;
	background-repeat: repeat-x;
	padding-bottom:20px;
	margin-bottom:0;
}

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

.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 > co02
--------------------------------------------------------- */

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

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

.monitor .list01{
	padding:10px 0 40px;
	text-align:left;
}
.boxlink
{
	cursor: pointer;
}

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

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

.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:#f76b54;
	margin:8px 15px 0;
	padding:3px;
	font-size: 15px;
	color: #fff;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
}

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

.monitor .detail01{
	padding:25px 20px 50px;
}

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

.monitor .detail01 .box li {
	display: inline-block;
	vertical-align:top;
}

.monitor .detail01 .box li:nth-child(1){
	width:262px;
}

.monitor .detail01 .box li:nth-child(2){
	width:600px;
	padding:0 10px;
}

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

.monitor .detail_photo {
	width: 250px;
}

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

.monitor .detail_category {
	font-size: 18px;
	color: #d23c89;
}

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

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

.monitor .detail_info {
	margin-bottom:8px;
	font-size: 13px;
	line-height:20px;
	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:15px 0;
	font-size: 18px;
}

.monitor .detail_btn01 a {
	display: inline-block;
	background:#f76b54;
	margin:0;
	padding: 20px 70px;
	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;
	margin-top:15px;
	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_ul
{
	padding:20px 40px 10px;
	text-align:left;
}

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

.monitor .detail01 .flow_Supplemental li
{
	margin-top: 0;
	margin-left: 2em;
}

.monitor .text_left{
	text-align: left;
}

.monitor .flow .detail_btn02{
	padding-bottom: 40px;
}

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

}
.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;
	margin-right: 10px;
}

@media screen and (max-width: 1200px) 
{
	.monitor-bn-container .bn-ms
	{
		margin-right: 0;
	}
}