@charset "utf-8";

body{
position: relative;
}

#to_lower{
    width: 100%;
    color: #fff;
	font-size: 120%;
	font-weight: bold;
    text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	line-height: 105%;
    padding: 50px 0 10px 0;

	position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0));
}


#down_white{
	background-image: url(../images/down_white.png);
	margin: auto;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

/** 基本 **/

img {
	max-width: 100%;
	height: auto;
}

.ib {
	display: inline-block;
}

.service_name {
	padding: 0.25em 0.75em;
	margin: 0 0 20px 0;
	font-size: 133%;
	font-weight: normal;
}


.to_detail{
	background-color: #fff;
	font-size: 70%;
	text-decoration: none;
	border-radius: 0.25em;
	float: right;
	padding: 0.125em 1.5em 0.125em 0.5em ;
	margin: 0.125em 0;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 0.8em;
}


.to_detail_original{
	color: #732b39;
	background-image:url(../images/login/bullet_original.svg);
}

.to_detail_forb{
	color: #286c4d;
	background-image:url(../images/login/bullet_forb.svg);
}

/**    フレーム    **/

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/login/bg.gif);
	font-size: 15px;
	 -webkit-text-size-adjust: 100%;
}


#main_wrap {
	background-image: url(../images/login/main_wrap_bg.jpg);
	background-size: cover;
	background-position: 50% 0%;
}

#main_wrap_in {
	background-color: rgba(32,32,32,0.5);
	padding: 0 0 25px 0;
}


#head {
	width: 100%;
	max-width: 976px;
	margin: 0 auto;
	display: table;
}

#logo_wrap {
	padding: 25px 12px;
	display: table-cell;
	vertical-align: middle;
}

#to_form_panel_wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 5.5em;
	display: none;
}


#login{
	display: none;
	clear: both;
	height: 22px;
}

.to_form_panel{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/login/login_bg_w.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 1em;
	padding-left: 1.25em;
}



#main {
	width: 100%;
	max-width: 976px;
	margin: 0 auto;
	display: table;
}

#main_left {
	display: table-cell;
	padding-right: 34px;
	vertical-align: top;
	box-sizing: border-box;
}

#main_right {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 300px;
}

#body_cont {
	width: 976px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	max-width: 100%;
}




#foot {
	background-color: #222;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	padding: 35px 10px;
}


/** 相談 **/

.soudan_title_wrap{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.border{
	background-image: url(../images/login/border_bg.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	display: table-cell;
	width: 20%;
}

.soudan_title{
	display: table-cell;
	width: 60%;
	text-align: center;
	font-size: 125%;
	box-sizing: border-box;
	padding: 0 0.5em;
}



.post_item_date{
	display: inline-block;
	margin-right: 1ex;
	color: #286c4d;
}

.ippan{
	border: #bbb 1px solid;
	padding: 0.125em 0.5em;
	background-color: #eee;
	border-radius: 0.25em;
	display: inline-block;
	width: 2em;
	font-size: 80%;
}


.new_soudan_list{
	width: 100%;
	max-width: 676px;
	margin-bottom: 12px;
	overflow: hidden;
	box-sizing: border-box;
}

.new_soudan_list{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.new_soudan_item_wrap{
	width: 25%;
	padding: 15px 6px;
	box-sizing: border-box;
	vertical-align: bottom;
}

.new_soudan_item{
	width: 100%;
	background-color: #eaf1ee;
	border-radius: 10px;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	transform: rotate(2.5deg);
	font-size: 13px;
}

.new_soudan_list .new_soudan_item_wrap:nth-child(3) .new_soudan_item,
.new_soudan_list .new_soudan_item_wrap:nth-child(7) .new_soudan_item
{
	transform: rotate(-1deg);
}

.new_soudan_list .new_soudan_item_wrap:nth-child(4) .new_soudan_item
{
	transform: rotate(1deg);
}



.new_soudan_item:before {
	content: '';
	position: absolute;
	top: 98%;
	left: 50%;
	background-image: url(../images/login/soudan_item_bg.svg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 24px;
	height: 24px;
	width: 23%;
	display: block;
	margin-left: -23px;
}

.new_soudan_item:hover{
	transform: rotate(0deg) !important;
	cursor: default;
	transition-duration: 0.05s;
	background-color: #fff;
}

.new_soudan_item:hover:before {
	background-image: url(../images/login/soudan_item_bg_on.svg);
}




/**    特徴    **/

.feature{
	font-size: 180%;
	padding: 0 12px;
}

.feature_original{
	color: #732b39;
}

.feature_forb{
	color: #286c4d;
}


.func_wrap {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 45%;
	float: left;
	text-align: left;
	margin-right: -2%;
}

.ss_wrap {
	margin-bottom: 20px;
	width: 55%;
	float: left;
	text-align: left;
}

.img_wrap {
	display: inline-block;
	padding: 10px;
	font-size: 0;
	text-align: center;
}


.all_functoins{
	margin: 12px;
	padding: 0;
	text-align: left;
}

.all_functoins li{
	list-style: none;
	display: inline-block;
}

.all_functoins li:before{
	content: "●";
}



/** ログインフォームパネル **/

#form_panel {
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	width: 300px;
	padding: 10px 10px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 14px;
}

#form_panel .input {
	max-width: 90%;
	font-size: 15px;
	padding: 3px;
}

.login_text {
	background-image: url(../images/login/login_bg.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 1.25em;
	/*color: #255081;*/
	color: #282828;
	font-size: 120%;
	text-align: left;
	padding-left: 25px;
	margin-top: 0;
	padding-top: 0;
}

.button-primary {
	background-image: url(../images/login/button-primary2_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	border: none;
	padding: 5px 28px 5px 10px !important;
	cursor: pointer;
	font-size: 14px;
}

.button-primary2 {
	background-image: url(../images/login/button-primary2_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	border: none;
	padding: 5px 28px 5px 10px !important;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.user_reg_button {
	display: inline-block;
	width: 95%;
	box-sizing: border-box;
	display: inline-block;
}

#user_reg_button4, #user_reg_button5, #user_reg_button6 {
	display: inline-block;
	width: 280px;
	margin:10px;
}



.login_password_forgot_link {
	display: inline-block;
}

.user_reg_button_bu {
	background-image: url(../images/login/button-primary_forb_bg.gif);
}

.submit_button_forb {
	background-image: url(../images/login/button-primary_forb_bg.gif);
}



.error ul,
.error li {
	margin: 0;
	padding: 0;
	color: #c00;
	list-style: none;
}


/**    箇条書きチェックマーク    **/

ul.about a {
	color: #f5cccc;
	background-color: rgba(77,77,77,0.1);
	display: inline-block;
	padding: 0 0.5em;
}

ul.about a:hover {
	text-decoration: none;
}


ul.about {
	margin: 0 0 35px 0;
	padding: 0;
}

ul.about li {
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 2em;
	background-size: 1.5em;
	background-position: 0 0em;
	margin-top: 0.5em;
}


ul.about1 li {
	background-image: url(../images/login/li_bg1.png);
}

ul.about2 li {
	background-image: url(../images/login/li_bg2.png);
}


/**    フッターナビ    **/

#footer_navi_wrap {
	margin-top: 1.75em;
	overflow: hidden;
}

#footer_navi {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#footer_navi li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footer_navi li a {
	display: inline-block;
	background-image: url(../images/login/footer_item_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	margin: 0 1em 0 0;
	text-decoration: none;
	color: #333;
}

#footer_navi li a:hover {
	text-decoration: underline;
}
































































