@charset "utf-8";

/**
 * filename: main.css
 * @overview Relo Net CSS
 * @version 1.0.0 2017-02-24
 */




/**
* 基本ベース定義
*/

html {
    font-size: 14px;
}

body {
    background: #FFF;
    color: #444;
    font-family: "Meiryo", "ヒラギノ角ゴ ProN W3", sans-serif, "ＭＳ ゴシック";
    line-height: 180%;
}

input,
select,
button,
textarea {
    color: #444;
    font-family: "Meiryo", "ヒラギノ角ゴ ProN W3", sans-serif, "ＭＳ ゴシック";
}

a:link {
    color: #0e5d9e;
}

a:visited {
    color: #0e5d9e;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #0e5d9e;
}

a:focus {
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0;
    padding: 0 0 0 18px;
}

li {
    margin: 0 0 3px 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
}

p {
    margin: 20px 0 18px 0;
}


/* アイコン */
.icon {
    display: inline-block;
    vertical-align: top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.icon.mypage {
    background: transparent url('../svg/icon_mypage.svg') no-repeat center center;
}

.icon.message {
    background: transparent url('../svg/icon_message.svg') no-repeat center center;
}

.icon.favorite {
    background: transparent url('../svg/icon_favorite.svg') no-repeat center center;
}

.icon.setting {
    background: transparent url('../svg/icon_setting.svg') no-repeat center center;
}

.icon.delete {
    background: transparent url('../svg/icon_delete.svg') no-repeat center center;
}

.icon.search-history {
    background: transparent url('../svg/icon_search-history.svg') no-repeat center center;
}

.icon.regulation {
    width: 16px;
    height: 16px;
    background: #E34B3C url('../svg/icon_regulation.svg') no-repeat 4px 3px;
    background-size: 9px 9px;
    margin-top: 4px;
    margin-left: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.required {
    background: #E34B3C;
    color: #FFF;
    font-size: 71.4%;
    display: inline-block;
    line-height: 100%;
    padding: 3px 6px;
    margin-top: -1px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.tab-handle span.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 2px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    text-indent: 0%;
}

.tab-handle  span.icon svg {
    fill: #444;
    line-height: 18px;
    vertical-align: middle;
}

.tab-handle .is-selected span.icon svg {
    fill: #fff;
}

.tab-handle span.text {
    vertical-align: middle;
    margin-top: 2px;
    display: inline-block;
}

.message.error .icon {
    background: transparent url('../img/icon_message-error.svg') no-repeat center center;
}

.status {
    color: #005486;
    background: #E9EEF2;
    line-height: 100%;
    padding: 4px 6px 3px 6px;
}

.icon.link {
    position: relative;
	vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 8px 8px 0 0;
}

.icon.link::before {
    position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #E34B3C;
}

.icon.link.file {
    background: transparent url('../svg/icon_file.svg') no-repeat center center;
    width: 12px;
    height: 14px;
    margin-top: 5px;
    margin-right: 6px;
}

.icon.link.file::before {
    width: 0;
    height: 0;
    border: none;
}

.message.list .icon.new {
    background: #E34B3C;
    color: #fff;
    text-indent: 0;
    line-height: 1;
    padding: 2px 4px;
}

.message.list .icon.reply {
    padding: 0;
    background: transparent url('../svg/icon_reply.svg') no-repeat center center;
}

.icon.add {
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: middle;
    margin-top: -4px;
}

.icon.add::before,
.icon.add::after {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.icon.add::before {
    background: #005486;
    width: 14px;
    height: 2px;
}

.icon.add::after {
    background: #005486;
    width: 2px;
    height: 14px;
    left: calc(50% - 1px);
}

.icon.user {
    background: transparent url('../svg/icon_user.svg') no-repeat center center;
}

.icon.sample {
    background: transparent url('../svg/icon_sample.svg') no-repeat center center;
}

/* ボタン */
button {
    background: #ededed;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
}

button:hover,
button:active {
    outline: none;
}

button:hover {
    background: #E2E2E2;
}

button:last-of-type {
    margin-right: 0;
}

button.normal {
    padding: 10px 14px 8px 14px;
    min-width: 120px;
}

button.important {
    background: #e34b3c;
    color: #fff;
}

button.important:hover {
    background: #CC3E37;
}

button.important1 {
    background: #e34b3c;
    color: #fff;
}

button.flogin {
    background: #444444;
    color: #fff;
}

button.flogin_new {
    background: #444444;
    color: #fff;
}


button.set {
    background: #444;
    color: #fff;
    padding: 10px 18px 8px 18px;
}

button.set:hover {
    background: #333;
}

button.display {
    background: #444;
    min-width: 60px;
    color: #fff;
    padding: 10px 18px 8px 18px;
}

button.display:hover {
    background: #333;
}

.h-command button.le {
    padding: 8px 10px 6px 10px;
}

button.table-button,
.tab-handle li.button button {
    background: #444;
    color: #fff;
    padding: 8px 18px 6px 18px;
}

button.table-button:hover,
.tab-handle li.button button:hover {
    background: #333;
}

caption button.table-button {
    font-size: 87.5%;
    margin-left: 18px;
    margin-bottom: 2px;
}

.tab-handle li.button button {
    font-size: 87.5%;
}

button.request {
    background: transparent url('../svg/request.svg') no-repeat center center;
    width: 500px;
    height: 120px;
    border: 1px solid #dae4ea;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 0;
    transition: all .4s;
    overflow: hidden;
}

button.request:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button.send {
    background: #444;
    color: #fff;
    padding: 10px 10px 8px 10px;
    min-width: 160px;
}

button.send:hover {
    background: #333;
}

button.add {
    padding: 0;
    width: 80px;
}

button.add .text {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

#page-title button.favorite,
#page-title button.setting {
    width: 50px;
    min-width: 50px;
    padding: 6px 0 2px 0;
    vertical-align: top;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #page-title button.setting {
        padding: 6px 0 6px 0;
    }
}

#page-title button.favorite .icon ,
#page-title button.setting .icon {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

#page-title button.favorite .icon + .text,
#page-title button.setting .icon + .text {
    width: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#page-title button.web-application {
    vertical-align: top;
    padding: 7px 10px 5px 10px;
}

.command button.favorite,
.command button.delete {
    height: 31px;
    width: 50px;
    min-width: 50px;
    padding: 0;
}

.command button.favorite .text,
.command button.delete .text {
    vertical-align: middle;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 0;
    display: inline-block;
}

.command button.favorite .icon,
.command button.delete .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.main.command button.normal {
    min-width: 300px;
    font-size: 142.9%;
    padding-top: 14px;
    padding-bottom: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
}

.main.command button.login {
    min-width: 300px;
    font-size: 142.9%;
    padding-top: 14px;
    padding-bottom: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
    margin: 0 0 -52px 0;
}

 button.flogin {
    min-width: 165px;
    font-size: 138.9%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
    margin: 0 0 0 600px;
}

 button.flogin_new {
    min-width: 165px;
    font-size: 138.9%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
    margin: 0 0 0 600px;
}

.main.command button.next {
    min-width: 320px;
    font-size: 142.9%;
    padding-top: 14px;
    padding-bottom: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
}

.main.command button.return {
    min-width: 100px;
    font-size: 142.9%;
    padding-top: 14px;
    justify-content: right;
    padding-bottom: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
}

.main.command button.sendPass {
    min-width: 150px;
    font-size: 142.9%;
    padding-top: 14px;
    justify-content: right;
    padding-bottom: 12px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
}

.fileSet {
    min-width: 20px;
    font-size: 110.9%;
    justify-content: right;
    display: inline-block;
    z-index: 99;
    height: 34px;
    margin: 0 0 0 -10px;
    height: 27px;
    width: 90px;
    color: #fff;
}

.main.comm-command button.commSend {
    min-width: 100px;
    font-size: 124.9%;
    justify-content: right;
    display: inline-block;
    z-index: 99;
    height: 40px;
    margin: 10px -65px 0 0;
    background-color: mediumblue;
    color:white;
}

.bottonArea{
	height: 60px;
}
.main.comm-command button.ctgrmenu {
    min-width: 230px;
    font-size: 142.9%;
    padding-top: 14px;
    justify-content: right;
    padding-bottom: 12px;
    border-radius: -50px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
    height:70px;
    background-color:lightblue;
}

.main.comm-addcommand button.ctgrmenu {
    min-width: 230px;
    font-size: 142.9%;
    padding-top: 14px;
    justify-content: right;
    padding-bottom: 12px;
    border-radius: -50px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline-block;
    z-index: 99;
    height:60px;
    background-color:royalblue;
    color: white;
}

.comm-oddNumber-row{
	background-color:lightgreen;
}

/* コントロール */
input,
.select-container,
textarea {
    margin-right: 12px;
    margin-bottom: 12px;
}

input[type=text].text,
input[type=password].password,
input[type=number].number,
input[type=email].email,
input[type=tel].tel {
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none;
    padding: 10px 10px;
    /* ios css */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

input[type=text].textfield {
    border: 1px solid #444;
    border-radius: 2px;
    box-shadow: none;
    padding: 10px 10px;
    /* ios css */
}

.backcolorlogin{
	background-color:#444444;
	border:#444444;
	color:#fff;
	width:470px;
	height:30px;
}

input[type=text].text:focus,
input[type=password].password:focus,
input[type=number].number:focus,
input[type=email].email:focus,
input[type=tel].tel:focus {
    border: #005486 2px solid;
    box-shadow: none;
    padding: 9px 9px;
    outline: none;
}

input[disabled].text,
input[disabled].password,
input[disabled].number,
input[disabled].tel {
    background: #eee;
    cursor: default;
}

input[disabled].text:focus,
input[disabled].password:focus,
input[disabled].number:focus,
input[disabled].tel:focus {
    border: 1px solid #ccc;
    padding: 10px 10px;
}

@media all and (-ms-high-contrast: none){

    input[type=text].text,
    input[type=password].password,
    input[type=number].number,
    input[type=email].email,
    input[type=tel].tel {
        padding: 8px 10px;
    }

    input[type=text].text:focus,
    input[type=password].password:focus,
    input[type=number].number:focus,
    input[type=email].email:focus,
    input[type=tel].tel:focus {
        padding: 7px 9px;
    }

}

/* number UI消す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* セレクトボックス */
.select-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
}

.select {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
    padding: 6px 18px 6px 6px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
}

.select[disabled] {
    cursor: default;
    background: #eee;
    color: #999;
}

.select::-ms-expand {
    display: none;
}

.select-container::after {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 6px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    pointer-events: none;
}

.select:focus {
    border: #005486 2px solid;
    box-shadow: none;
    padding: 5px 17px 5px 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select {
        padding: 10px 18px 10px 10px;
    }

    .select:focus {
        padding: 9px 17px 9px 9px;
    }
}

/* ラジオボタン・チェックボックス共通 */
.radio.list,
.checkbox.list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.radio.list li,
.checkbox.list li {
    margin: 0 0 6px 0;
}

.checkbox.list.floor-plan li {
    width: 150px;
}

.checkbox.list.area li {
    width: 180px;
}

.checkbox.list.area_200 li {
    width: 200px;
}

.checkbox.list li label .count {
    display: inline-block;
    font-size: 	71.4%;
    color: #666;
    margin-left: 4px;
}

.radio.list.vertical,
.checkbox.list.vertical {
    flex-direction: column;
}

/* ラジオボタン */
.radio-item {
    /* キーボード対応 */
	/*display: inline-block;
    margin: 10px 0 0 2px;
    padding: 0;
    width: auto;
    height: 0;
    vertical-align: top;*/
    display: none;
}

.radio-item:focus {
    box-shadow: none;
}

/* 2017/04/07 修正 非活性 未チェックの定義を追加 Start*/
.radio-item[type="radio"][disabled] + label::after {
}

.radio-item[type="radio"][disabled] + label::before {
	position: absolute;
	content: "";
	/*top: calc(50% + 3px);*/
    top: 18px;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFF;
    border: 1px solid #ccc;
	border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
/* 2017/04/07 修正 非活性 未チェックの定義を追加 End*/

.radio-item + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
    margin-bottom: 8px;
	padding: 7px 30px 2px 20px;
	font-size: 14px;
	/*text-align: center;*/
	line-height: 1.6;
    font-weight: normal;
}

.radio-item + label::before {
	position: absolute;
	content: "";
	/*top: calc(50% + 3px);*/
    top: 18px;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFF;
	/* 2017/04/07 修正 枠線を太く 色は青で Start*/
    /* border: 1px solid #bbb; */
    border: 2px solid #005486;
    /* 2017/04/07 修正 枠線を太く 色は青で End*/
	border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}

.radio-item[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	/*top: calc(50% + 2px);*/
    top: 17px;
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-radius: 50%;
	background: #005486;
}

.radio-item[type="radio"]:checked + label::before {
    border: 2px solid #005486;
}

.radio-item[type="radio"][disabled]:checked + label::after {
	background: #ccc;
}

.radio-item[type="radio"][disabled]:checked + label::before {
    border: 3px solid #ccc;
}

.radio-item[type="radio"][disabled] + label {
    cursor: default;
}

/* チェックボックス */
/*2017/07/05.checkbox-item + labelを.checkbox-item ~ lebelに変更(<c:checkbox>を使用すると隣接要素で取得ができなくなるため)*/
.checkbox-item {
    /* キーボード対応 */
    /*display: inline-block;
    margin: 10px 0 0 2px;
    padding: 0;
    width: auto;
    height: 0;
    vertical-align: top;*/
    display: none;
}

.checkbox-item:focus {
    box-shadow: none;
}

/* 2017/04/07 修正 非活性 未チェックの定義を追加 Start*/
.checkbox-item[type="checkbox"][disabled] ~ label:after {
}

.checkbox-item[type="checkbox"][disabled] ~ label:before {
	position: absolute;
	content: "";
	/*top: calc(50% + 3px);*/
    top: 19px;
	left: -10px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background: #FFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
/* 2017/04/07 修正 非活性 未チェックの定義を追加 End*/

.checkbox-item ~ label {
	display: inline-block;
	position: relative;
	cursor: pointer;
    margin-left: 10px;
    margin-bottom: 8px;
	padding: 7px 30px 2px 18px;
	font-size: 14px;
	/*text-align: center;*/
	line-height: 1.6;
    font-weight: normal;
}

.checkbox-item ~ label:before {
	position: absolute;
	content: "";
	/*top: calc(50% + 3px);*/
    top: 19px;
	left: -10px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background: #FFF;
	/* 2017/04/07 修正 枠線を太く 色は青で Start*/
    /*border: 1px solid #bbb;*/
    border: 2px solid #005486;
    /* 2017/04/07 修正 枠線を太く 色は青で End*/
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}

.checkbox-item[type="checkbox"]:checked ~ label:after {
    content: "";
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: -7px;
    /*top: calc(50% - 2px);*/
    top: 14px;
    width: 12px;
    height: 6px;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-item[type="checkbox"]:checked ~ label:before {
    border: 2px solid #005486;
    background-color: #005486;
}

.checkbox-item[type="checkbox"][disabled]:checked ~ label:after {
}

.checkbox-item[type="checkbox"][disabled]:checked ~ label:before {
    border: 2px solid #ccc;
    background-color: #ccc;
}

.checkbox-item[type="checkbox"][disabled] ~ label{
    cursor: default;
}

/* テキストエリア */
textarea {
    width: calc(100% - 22px);
    resize: none;
    height: 200px;
    padding: 10px 10px 4px 10px;
    border: 1px solid #ccc;
}

textarea.other-request {
    width: calc(100% - 22px);
    resize: none;
    height: 200px;
    padding: 10px 10px 4px 10px;
    border: 1px solid #ccc;
}

textarea.file-text {
    width: 90%;
    resize: none;
    height: 15px;
    padding: 10px 12px 5px 10px;
    border: 1px solid #ccc;
    margin: 0 5px 0 10px;
}

textarea:focus {
    padding: 9px 9px 3px 9px;
    border: #005486 2px solid;
    box-shadow: none;
    outline: none;
}

textarea[disabled] {
    background: #eee;
}

span.assist {
    display: inline-block;
    margin-right: 12px;
    margin-top: 5px;
    vertical-align: top;
    font-size: 85.7%;
}

span.assist.caption {
    margin-right: 10px;
    margin-left: 24px;
}

.lv2-h + span.assist.caption {
    margin-left: 0;
}

.w20 {
    width: calc(20% - 22px);
}

.w40 {
    width: calc(40% - 22px);
}

.w60 {
    width: calc(60% - 22px);
}

.w100 {
    width: calc(100% - 22px);
    margin-right: 0;
}

.lv2 {
    margin: 0;
}

.lv2-h {
    margin: 0;
    font-size: 85.7%;
}

/*
 * 各オブジェクトの基本要素
 */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 0 18px;
}


header,
main,
footer {
    min-width: 996px;
}

/**
 *  リロネットトップ、ログイン(不動産)画面でのエラーメッセージ表示部
 */
.login-messageArea {
    width: 960px;
    margin: 0 auto;
    padding: 0 18px;
    text-align:center;
}

.container-login {
    width: 960px;
    margin: 0 auto;
    padding: 0 18px;
}

.container-login-footer {
    width: 960px;
    margin: 0 auto;
    padding: 0px 0px 0px 900px;
}

.container-login-main {
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
}

.login-input {
	margin: 0 auto;
	/* widthはline-loginのサイズと合わせる */
	width: 400px;
}

header,
main,
footer, {
    min-width: 996px;
}

/* ヘッダー */
header {
    width: 100%;
    color: #005486;
    background: #fff;
}

header .container {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#message-area{
   padding: 1px 0 0 0px;


}
/*
.system-name {
    display: inline-block;
    background: transparent url('../img/logo.png') no-repeat top left;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 95px;
    height: 41px;
    margin: 16px 30px 16px 0;
}
*/
nav.function {
}

nav.function ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    min-height: 73px;
}

nav.function ul li {
    margin-right: 14px;
    margin-bottom: 0;
    position: relative;
}

nav.function ul li:last-of-type {
    margin-right: 0;
}

nav.function ul li a {
    display: inline-block;
    font-size: 71.4%;
    text-decoration: none;
    width: 60px;
    text-align: center;
    color: #4B6D7A;
    padding-top: 16px;
    height: calc(100% - 16px);
    min-height: 57px;
}

nav.function ul li a:hover {
    background: #F0F4F7;
}

nav.function ul li .icon {
    width: 22px;
    height: 22px;
}

nav.function ul li .icon.mypage {
    background-size: 22px 22px;
}

nav.function ul li .icon.message {
    background-size: 20px 19px;
}

nav.function ul li .icon.favorite {
    background-size: 18px 16px;
}

nav.function ul li .icon.search-history {
    background-size: 18px 18px;
}

nav.function ul li .text {
    display: block;
    text-align: center;
}

nav.function ul li .batch {
    background: #E34B3C;
    color: #FFF;
    position: absolute;
    top: 6px;
    right: 8px;
    line-height: 100%;
    height: 13px;
    text-align: center;
    padding-top: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #FFF;
    min-width: 12px;
    max-width: 46px;
    padding-left: 2px;
    padding-right: 2px;
}


/* ページタイトル */
#page-title {
    width: 100%;
    color: #fff;
    background: #005486;
}

#page-title-login {
    width: 100%;
    color: #fff;
    background: #fff;
}

#page-title .container {
    background: #005486;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#page-title-login .container-login {
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#page-title .back.link {
    margin: 0 20px 0 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#page-title .back.link a {
    color: #fff;
    /*
    position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	*/
	vertical-align: middle;
}
/*
#page-title .back.link a::before,
#page-title .back.link a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#page-title .back.link a::before {
    width: 10px;
    height: 1px;
    background: #fff;
}

#page-title .back.link a::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
*/
#page-title h1 {
    font-size: 114.3%;
    font-weight: normal;
    margin: 8px 14px 6px 0;
    padding-left: 20px;
    padding-right: 154px;
    position: relative;
}

#page-title h1::before {
    position: absolute;
    content: "";
    vertical-align: middle;
    margin: auto;
    top: 2px;
    left: 0;
    height: 80%;
    width: 1px;
    background: #fff;
}

#page-title span {
    display: inline-block;
}

#page-title .result {
    margin-left: 20px;
}

#page-title .count {
    margin-right: 20px;
}

#page-title .status {
    font-size: 75.0%;
    vertical-align: middle;
    margin: -3px 14px 0 14px;
}

#page-title .company {
    font-size: 87.5%;
    margin-right: 14px;
}

#page-title .name {
}

#page-title .command {
    position: absolute;
    top: calc(50% - 15px);
    right: 18px;
}

#page-title button.favorite,
#page-title button.setting {
}

#page-title nav.megamenu.setting {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    -webkit-border-radius: 4px;/* Safari,Google Chrome用 */
    -moz-border-radius: 4px;/* Firefox用 */
    box-shadow:1px 1px 6px -1px #666;
    -moz-box-shadow:1px 1px 6px -1px #666;
    -webkit-box-shadow:1px 1px 6px -1px #666;
    z-index: 99;
}

#page-title nav.megamenu.setting ul {
    padding: 8px 16px 7px 16px;
}

#page-title nav.megamenu.setting ul li {
    margin: 0;
}

#page-title nav.megamenu.setting ul li a {
    color: #fff;
}


/* ページタイトル */
main {
    width: 100%;
    background: #fff;
}

main .container {
    background: #fff;
    padding-top: 2px;
    padding-bottom: 20px;
    min-height: 500px;
}

main .container-login-main {
    background: #444444;
    padding-top: 2px;
    padding-bottom: 20px;
    min-height: 500px;
}

.wrap {
    display: flex;
    justify-content: flex-start;
}

.wrap.h-command {
    justify-content: space-between;
}

.wrap.h-handle .command {
    display: block;
}

.wrap.h-link {
    display: block;
    position: relative;
}

h2 {
    font-size: 157.1%;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 80px 0 60px 0;
}

h2::after {
    position: absolute;
    content: "";
    width: 240px;
    height: 4px;
    background: #005486;
    border-radius: 2px;
    -webkit-border-radius: 2px;/* Safari,Google Chrome用 */
    -moz-border-radius: 2px;/* Firefox用 */
    left: calc(50% - 120px);
    bottom: -14px;
}

.wrap.h-link h2 + span {
    position: absolute;
    right: 0;
    top: 2px;
}

.wrap.h-link h2 + span a {
    position: relative;
    display: inline-block;
    vertical-align: top;
	padding: 2px 32px 1px 16px;
    border: 1px solid #005486;
    text-decoration: none;
    min-width: 100px;
    text-align: center;
}

.wrap.h-link h2 + span a::before {
    position: absolute;
	margin: auto;
	content: "";
	vertical-align: top;
    top: 0;
	bottom: 0;
    right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #005486;
	border-right: 1px solid #005486;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

h2 .favorite.count {
    font-size: 163.6%;
    font-weight: bold;
    color: #E34B3C;
    display: inline-block;
    margin: 0 10px;
}

p,
table {
    margin: 40px 0;
}

.notice {
    font-size: 85.7%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    /*font-size: 114.3%;*/
    text-align: left;
    margin: 0 0 4px 0;
}

table th,
table td {
    vertical-align: top;
    padding: 18px 10px 16px 10px;
    word-break: break-all;
}

.datetime{
	width:150px
}

.sendAndDeleteLink{
	width:50px
}

.spaceTd{
	width:0px
}

.sendAndDeleteLink1{
	width:100px
}

.chatt{
	width:100px;
	border-radius: 10px
}

table th {
    background: #F0F4F7;
    font-weight: normal;
}

table td {
}

table td .notice {
    margin: 2px 0;
}

table td.input {
    padding-top: 12px;
    padding-bottom: 0;
    word-break: normal;
}

table.normal {
}

table.normal th,
table.normal td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.normal th {
    width: 200px;
}

table.widthLong th {
    width: 250px;
}

table.widthColspan th {
    width: 110px;
}

table.widthLoginId th {
    width: 240px;
}

table.requestInput th {
    width: 110px;
}

table.requestInput td {
    width: 760px;
}
table.widthLong {
}

/*
table.widthLong th,
table.widthLong td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
*/

table.widthLong-input th,
table.widthLong-input td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.widthColspan th,
table.widthColspan td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.widthLoginId th,
table.widthLoginId td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.requestInput th,
table.requestInput td {
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.requestInput td pre{
	width: 760px;
	word-wrap: break-word;
    font-family: "Meiryo", "ヒラギノ角ゴ ProN W3", sans-serif, "ＭＳ ゴシック";

}

table.normal td > button {
    margin-bottom: 12px;
}

table.normal td + th + td {
    width: 260px;
}

table.normal th .checkbox.list,
table.normal th .radio.list {
    margin-top: -6px;
}

table.normal th .checkbox.list li,
table.normal th .radio.list li {
    width: auto;
    margin-bottom: 0;
}

table.normal th .checkbox.list li label,
table.normal th .radio.list li label {
    padding-right: 4px;
    margin-bottom: 0;
}

tr.error {
}

tr.error td {
    background: #fff1f0;
    border: 1px solid #E34B3C;
}

table.normal td .radio.list,
table.normal td .checkbox.list {
    width: 720px
}

.search-condition {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 40px 0;
}

.search-condition .button.set {
    margin: 14px 0 0 0;
}

.search-condition .list.condition {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 770px;
    height: 60px;
    margin-left: 18px;
    overflow: hidden;
}

.search-condition .list.condition.open {
    overflow: visible;
}

.search-condition .list.condition li {
    border: 1px solid #7f7f7f;
    padding: 1px 4px 0 4px;
    font-size: 85.7%;
    margin: 0 10px 10px 0;
}

.search-condition .list.condition .work-address {
    width: 770px;
    border: none;
    margin: 0;
}

.condition.accordion.handle {
    width: 24px;
    margin: 16px 0 0 20px;
    display: block;
    position: relative;
	padding: 0;
	vertical-align: middle;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    cursor: pointer;
}

.condition.accordion.handle::before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 0;
    bottom: 0;
	left: 3px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #666;
	border-right: 4px solid #666;
    transition: all .4s;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.condition.accordion.handle.active::before {
    webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.tab-handle {
    display: flex;
    justify-content: flex-start;
    border-bottom: 4px solid #005486;
    margin: 50px 0 0 0;
    padding-right: 160px;
    position: relative;
}

.tab-handle li {
    margin: 0 12px 0 0;
    padding: 6px 10px 4px 10px;
    background: #ededed;
    min-width: 120px;
    font-size: 114.3%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;/* Safari,Google Chrome用 */
    -moz-border-radius: 4px 4px 0 0;/* Firefox用 */
    cursor: pointer;
    text-align: center;
}

.tab-handle li.is-selected {
    background: #005486;
    color: #fff;
    cursor: auto;
}

.tab-handle li a {
    color: #444;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -10px;
    margin-top: -6px;
    margin-bottom: -4px;
    padding: 6px 10px 4px 10px;
}

.tab-handle li a:hover {
    background: #E2E2E2;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;/* Safari,Google Chrome用 */
    -moz-border-radius: 4px 4px 0 0;/* Firefox用 */
}

.tab-handle li.button {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.tab-handle.lv2 {
    border: none;
    margin: 20px 0;
}

.tab-handle.lv2 li {
    border: 2px solid #005486;
    border-radius: 0;
    -webkit-border-radius: 0;/* Safari,Google Chrome用 */
    -moz-border-radius: 0;/* Firefox用 */
    background: none;
    min-width: 140px;
}

.tab-handle.lv2 li a {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.tab-handle.lv2 li a:hover {
    background: #f2f2f2;
    border-radius: 0;
    -webkit-border-radius: 0;/* Safari,Google Chrome用 */
    -moz-border-radius: 0;/* Firefox用 */
}

.tab-handle.lv2 li.is-selected {
    background: #005486;
    color: #fff;
}

.display-control {
    margin: 30px 0 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.display-control button {
    margin-bottom: 12px;
}

.map-area {
    margin: 10px 0 40px 0;
}

.tab-contents {
    margin: 20px 0 80px 0;
}

.tab-contents.rlist article {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 10px;
}

.tab-contents.rlist article:last-of-type {
    margin-bottom: 30px;
}

.registration-date {
    font-size: 85.7%;
    color: #999;
    margin: 8px 0 -16px 0;
}

.tab-contents.rlist .status {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 14px;
    font-size: 75.0%;
    padding: 6px 8px;
    font-weight: normal;
}

.tab-contents.rlist .h-command {
    margin: 8px 0;
}

.tab-contents.rlist h1 {
    font-size: 114.3%;
    width: 700px;
}

.tab-contents.rlist .h-command .command {
    margin: 8px 0 0 0;
}

.tab-contents.rlist .h-command .command button {
    vertical-align: top;
}

.tab-contents.rlist .photo {
    display: flex;
    justify-content: flex-start;
    width: 506px;
}

.tab-contents.rlist ul.photo li {
    width: 160px;
    height: 160px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    position: relative;
}

.tab-contents.rlist ul.photo li:last-of-type {
    margin-right: 0;
}

.tab-contents.rlist ul.photo li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.tab-contents.rlist ul.text {
    margin-left: 24px;
    width: 430px;
}

.tab-contents.rlist ul.text li {
    margin: 0 0 10px 0;
}

.tab-contents.rlist ul.text .rent {
    font-size: 128.6%;
    font-weight: bold;
    color: #005486;
}

.tab-contents.rlist ul.text .administrative-expense {
    font-size: 77.8%;
    font-weight: normal;
    color: #444;
    display: inline-block;
    margin-left: 14px;
}

.tab-contents.rlist ul.text .address {
}

.tab-contents.rlist ul.text .station-info ul li {
    font-size: 85.7%;
    margin: 0;
}

.pager {
    display: flex;
    justify-content: center;
    margin: 30px 0 80px 0;
}

.pager li {
    border: 1px solid #b2b2b2;
    min-width: 24px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 12px;
}

.pager li:last-of-type {
    margin-right: 0;
}

.pager li a {
    color: #444;
    display: block;
    min-width: 24px;
    padding: 4px 4px 2px 4px;
    text-decoration: none;
}

.pager li a:hover {
    background: #f2f2f2;
}

.pager li.is-selected {
    background: #005486;
    border: 1px solid #005486;
}

.pager li.is-selected a {
    color: #fff;
    pointer-events: none;
}

.pager li.dot {
    border: none;
}

.pager li.command {
    border: none;
}

.pager li.command button {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    padding: 0;
    background: none;
    position: relative;
    vertical-align: middle;
    height: 32px;
}

.pager li.command button.prev::before,
.pager li.command button.next::before {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    width: 12px;
	height: 12px;
	border-top: 2px solid #005486;
	border-right: 2px solid #005486;
}

.pager li.command button.prev::before {
    left: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.pager li.command button.next::before {
    left: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link.list {
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link.list li {
    margin-right: 24px;
    margin-bottom: 12px;
}

.regulation.link.list {
}

.other.link.list {
    padding: 0 44px;
    align-items: flex-start;
}

.other.link.list dt {
    width: 160px;
    background: #DFEDF4;
    color: #005486;
    font-weight: bold;
    font-size: 128.6%;
    padding: 6px 6px 5px 6px;
    text-align: center;
    margin: 0 20px 24px 0;
}

h3 {
	width: 500px;
	background: #DFEDF4;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
    position: relative;
    margin: 10px 0 0px 100px;
    padding: 5px 0 5px 15px;
}


.other.link.list dd {
    width: 680px;
    margin: 0 0 24px 0;
}

.other.link.list dd ul.link.list {
    margin: 6px 0 0 0;
}

.other.link.list dd ul.link.list li {
}


.checkbox.list.map-element {
    margin: 10px 0;
}

.checkbox.list.map-element li {
}

.checkbox.list.map-element li .icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -1px 8px 0 0;
}



.message.list {
    margin: 20px 0;
}

.message.list li {
    border-top: 1px solid #ccc;
    margin: 0;
}

.message.list li.is-selected {
    background: #F0F4F7;
}

.message.list li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.message.list li > a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #444;
    padding: 18px 0 17px 0;
}

.message.list li span {
    display: inline-block;
}

.message.list .icon {
    text-align: center;
    width: 32px;
    height: 14px;
    margin: 2px 20px 0 0;
    flex-shrink: 0;
}

.message.list .icon.reply {
    background-size: 18px 18px;
    width: 40px;
    height: 18px;
}

.message.list li .sender {
    width: 150px;
    flex-shrink: 0;
    margin-right: 14px;
}

.message.list li .title {
    width: 180px;
    flex-shrink: 0;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message.list li .contents {
    color: #888;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message.list li .date {
    font-size: 85.7%;
    color: #888;
    margin-right: 12px;
    flex-shrink: 0;
    width: 90px;
}

.message.list li .time {
    font-size: 85.7%;
    color: #888;
    margin: 0;
    flex-shrink: 0;
    width: 40px;
}

.message.time-line {
}

.message.time-line .title {
    background: #005486;
    color: #fff;
    margin: 0;
    padding: 6px 20px 6px 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.message.time-line .title .sender {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    flex-shrink: 0;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.message.time-line .title .sender .thumbnail {
    display: inline-block;
    background: #fff;
    width: 70px;
    height: 70px;
    position: relative;
    vertical-align: middle;
    margin-right: 16px;
    flex-shrink: 0;
}

.message.time-line .title .sender .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.message.time-line .area {
    height: 520px;
    background: #FAFBFC;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    overflow-y: auto;
    padding: 20px;
    text-align: center;
}

.message.time-line .area ul {
    text-align: left;
}

.message.time-line .area ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 18px;
}

.message.time-line .area ul li span {
    display: inline-block;
}

.message.time-line .area ul li .message {
    max-width: 500px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 12px;
    padding: 14px;
    word-break: break-all;
}

.message.time-line .area ul li .time {
    font-size: 85.7%;
}

.message.time-line .area ul.principal li {
    flex-direction: row-reverse;
}

.message.time-line .area ul.principal li .message {
    margin-left: 12px;
    margin-right: 0;
    background: #256D98;
    border: 1px solid #256D98;
    color: #fff;
}

.message.time-line .area > .date {
    display: inline-block;
    background: #777;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 120px;
    height: 15px;
    padding: 6px 4px 3px 4px;
    margin: 20px 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.message.time-line .area > .date:first-of-type {
    margin-top: 0;
}

.input.message {
    margin: 0;
    border: 1px solid #ccc;
}

.input.message textarea {
    margin: 0;
    border: none;
    height: 80px;
    width: calc(100% - 20px);
}

.input.message .command {
    display: flex;
    justify-content: space-between;
    margin: 8px 10px;
}

.all.message.list {
}

.all.message.list li {
    background: #F0F4F7;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

.all.message.list li > a {
    padding: 0;
}

.all.message.list li .sender {
    width: 120px;
    height: 120px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ccc;
}

.all.message.list li .sender .thumbnail {
    display: inline-block;
    background: #fff;
    width: 90px;
    height: 90px;
    position: relative;
    vertical-align: middle;
    flex-shrink: 0;
}

.all.message.list li .sender .thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.all.message.list li .sender .text {
    display: inline-block;
    font-size: 85.7%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 112px;
    margin-top: 0;
    padding: 0 4px;
}

.all.message.list li .icon.status {
    margin-top: 11px;
}

.all.message.list li .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.all.message.list li .wrap .category {
    font-size: 85.7%;
    display: inline-block;
    background: #BECCD5;
    line-height: 1;
    padding: 5px 0 3px 0;
    margin: 1px 16px 0 0;
    width: 60px;
    text-align: center;
}

.all.message.list li .wrap .title {
    width: 516px;
}

.all.message.list li .wrap .date {
    margin: 0;
}

.all.message.list li .wrap .time {
}

.all.message.list li .wrap .contents {
    border-top: 1px solid #999;
    margin-top: 8px;
    margin-right: 0;
    padding-top: 8px;
    color: #444;
    width: 730px;
    overflow: hide;
    text-overflow: clip;
    white-space: normal;
    height: 60px;
    line-height: 1.5;
    position: relative;
}

.user-comment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.user-comment li {
    border: 1px solid #ccc;
    width: 290px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.user-comment li .user {
    width: 100px;
    text-align: center;
    margin-right: 10px;
}

.user-comment li .icon.user {
    width: 46px;
    height: 46px;
    background-size: 42px 42px;
    margin: 2px 0 0 0;
}

.user-comment li .status {
    color: #444;
    background: none;
    font-size: 85.7%;
    margin: 0;
    padding: 0;
}

.user-comment li .status::before {
    content: "";
    display: block;
}

.user-comment li .comment {
    width: 180px;
}

.slider.recommend,
.favorite.model,
.search-history.model {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 60px 0;
}

.favorite.model,
.search-history.model {
    flex-wrap: wrap;
}

.slider.recommend .slick-prev.slick-arrow,
.slider.recommend .slick-next.slick-arrow {
    width: 32px;
    margin: 0;
    padding: 0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    position: relative;
    background: none;
    transition: all .4s;
}

.slider.recommend .slick-prev.slick-arrow:hover,
.slider.recommend .slick-next.slick-arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider.recommend .slick-prev.slick-arrow::before,
.slider.recommend .slick-prev.slick-arrow::after,
.slider.recommend .slick-next.slick-arrow::before,
.slider.recommend .slick-next.slick-arrow::after {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    background: #005486;
    width: 48px;
	height: 3px;
}

.slider.recommend .slick-prev.slick-arrow::before {
    top: -44px;
    left: -10px;
    -webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.slider.recommend .slick-prev.slick-arrow::after {
    top: 38px;
    left: -10px;
    -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.slider.recommend .slick-next.slick-arrow::before {
    top: -44px;
    left: -6px;
    -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.slider.recommend .slick-next.slick-arrow::after {
    top: 38px;
    left: -6px;
    -webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.slider.recommend .slick-list.draggable {
    width: 860px;
}

.slider.recommend .element,
.favorite.model .element,
.search-history.model .element {
    text-align: center;
}

.slider.recommend .element > a,
.favorite.model .element > a,
.search-history.model .element > a {
    display: block;
    color: #444;
}

.search-history.model .element > a.published.stop {
    color: #ccc;
    pointer-events: none;
}

.slider.recommend .element ul,
.favorite.model .element ul,
.search-history.model .element ul {
    display: inline-block;
    width: 160px;
    text-align: left;
}

.search-history.model .element ul {
    width: 100px;
}

.slider.recommend .element ul li,
.favorite.model .element ul li,
.search-history.model .element ul li {
    margin: -4px 0 0 0;
}

.search-history.model .element ul li {
    font-size: 85.7%;
}

.slider.recommend .element ul li.photo,
.favorite.model .element ul li.photo,
.search-history.model .element ul li.photo {
    width: 160px;
    height: 160px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 0 0 6px 0;
    overflow: hidden;
}

.search-history.model .element ul li.photo {
    width: 100px;
    height: 100px;
}

.slider.recommend .element ul li.photo .published.stop,
.favorite.model .element ul li.photo .published.stop,
.search-history.model .element ul li.photo .published.stop {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: calc(50% + 12px);
    padding-top: calc(50% - 12px);
    text-align: center;
    color: #E34B3C;
    font-weight: bold;
}

.slider.recommend .element ul li.photo img,
.favorite.model .element ul li.photo img,
.search-history.model .element ul li.photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .4s;
}

.slider.recommend .element > a:hover > ul li.photo img,
.favorite.model .element > a:hover > ul li.photo img,
.search-history.model .element > a:hover > ul li.photo img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.slider.recommend .element ul li.photo .address,
.favorite.model .element ul li.photo .address {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: calc(100% - 12px);
    bottom: 0;
    color: #fff;
    font-size: 85.7%;
    padding: 1px 6px 0 6px;
}

.slider.photoview {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0;
}

.slider.photoview .slider-for {
    width: 600px;
    height: 600px;
}

.slider.photoview .slider-for li {
    display: inline-block;
    width: 600px;
    height: 600px;
    border: 1px solid #ccc;
    position: relative;
}

.slider.photoview .slider-for li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.slider.photoview .slider-nav {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    width: 600px;
}

.slider.photoview .slider-nav .slick-prev.slick-arrow,
.slider.photoview .slider-nav .slick-next.slick-arrow {
    width: 20px;
    margin: 0;
    padding: 0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    position: relative;
    background: none;
    background: none;
    transition: all .4s;
}

.slider.photoview .slider-nav .slick-prev.slick-arrow:hover,
.slider.photoview .slider-nav .slick-next.slick-arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider.photoview .slider-nav .slick-prev.slick-arrow::before,
.slider.photoview .slider-nav .slick-prev.slick-arrow::after,
.slider.photoview .slider-nav .slick-next.slick-arrow::before,
.slider.photoview .slider-nav .slick-next.slick-arrow::after {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    background: #005486;
    width: 30px;
	height: 3px;
}

.slider.photoview .slider-nav .slick-prev.slick-arrow::before {
    top: -24px;
    left: -5px;
    -webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.slider.photoview .slider-nav .slick-prev.slick-arrow::after {
    top: 26px;
    left: -5px;
    -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.slider.photoview .slider-nav .slick-next.slick-arrow::before {
    top: -24px;
    left: -5px;
    -webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.slider.photoview .slider-nav .slick-next.slick-arrow::after {
    top: 26px;
    left: -5px;
    -webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.slider.photoview .slider-nav .draggable {
    width: 540px;
}

.slider.photoview .slider-nav li {
    text-align: center;
    height: 80px;
}

.slider.photoview .slider-nav li .frame {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.slider.photoview .slider-nav li .frame img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

.real-estate.list {
    margin: 40px 0;
}

.real-estate.list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F0F4F7;
    padding: 10px 14px 4px 14px;
    margin-bottom: 10px;
}

.real-estate.list > li:last-of-type {
    margin-bottom: 0;
}

.real-estate.list > li.all-select.control {
    background: #ededed;
}

.real-estate.list > li .checkbox.list {
    flex-shrink: 0;
    width: 600px;
}

.real-estate.list > li .checkbox.list li {
}

.real-estate.list > li .checkbox.list label {
    padding-right: 10px;
}

.real-estate.list > li .checkbox.list .status {
    display: inline-block;
    font-size: 75.0%;
    vertical-align: middle;
    background: #005486;
    color: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: -2px;
}

.real-estate.list > li .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -2px 0 0 0;
}

.real-estate.list > li .info li {
    margin-left: 20px;
}

.real-estate.list > li .info .link {
    flex-shrink: 0;
}

.check-list.list {
    margin: 40px 0;
}

.check-list.list > li {
    background: #F0F4F7;
    display: flex;
    justify-content: flex-start;
    padding: 14px 14px 12px 14px;
    margin-bottom: 10px;
}

.check-list.list > li:last-of-type {
    margin-bottom: 0;
}

.check-list.list > li .checkbox.list {
    width: 210px;
    flex-shrink: 0;
}

.check-list.list > li .checkbox.list label {
    padding-right: 14px;
}

.check-list.list > li .contents.list {
    border-left: 1px solid #ccc;
    padding: 6px 0 4px 14px;
}

.check-list.list > li ol.contents.list {
    padding-left: 32px;
}

.command {
}

.request.command {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.main.command {
    display: flex;
    justify-content: center;
    margin: 80px 0;
    flex-wrap: wrap;
}

.main.comm-command {
    display: flex;
    margin: -20px 0;
    flex-wrap: wrap;
}

.main.comm-addcommand {
    display: flex;
    justify-content: center;
    margin: -20px 0 80px;
    flex-wrap: wrap;
}

.message.error {
    background: #fff1f0;
    border: 1px solid #E34B3C;
    color: #E34B3C;
}

.message.error .icon {
    display: inline-block;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 16px 12px 16px 24px;
}

.message.error .icon + .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 96px);
    margin: 16px 0;
    line-height: 154%;
}

.errorDisplay{
	margin: 150px 0;
}

.message.complete {
    color: #E34B3C;
    font-weight: bold;
    font-size: 214.3%;
    text-align: center;
    margin-top: 80px;
}

div.contentsbox
{
    border-style: solid;
    border-width: 1px;
    border-color: #000080;
    margin: 30px 230px 0px 330px;
    padding: 0 0 0 30px;
}

div.login-pass-forget
{
    padding: 0 0 0 920px;
}

div.login-info-save
{
    padding: 0 0 0 965px;
}

div.comm-bord
{
    padding: 0 0 0 160px;
    margin: -37px 0 0 0px;
}

div.comm-bord1
{
    padding: 0 0 0 400px;
    margin: -25px 0 0 0px;
}

div.comm-bord2
{
    padding: 0 0 0 645px;
    margin: -64.5px 0 0 0px;
}

div.comm-bord3
{
    padding: 0 0 0 800px;
    margin: -64.5px 0 0 0px;
}
/* ページトップ */
#pagetop {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 70px;
    text-align: right;
    pointer-events: none;
}

#pagetop a {
    position: relative;
    display: inline-block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 40px;
    height: 40px;
    background: #25313a;
    border: 1px solid #25313a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0;
    opacity: 0.7;
    cursor: pointer;
    pointer-events: auto;
}

#pagetop a::before {
    position: absolute;
    content: "";
    margin: auto;
    vertical-align: middle;
	top: calc(50% - 3px);
    left: calc(50% - 6px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* フッター */
footer {
    width: 100%;
    background: transparent url('../img/footer_bg.png') no-repeat center top;
    background-position: center 0;
    padding-top: 138px;
    margin-top: -138px;
    padding-bottom: 2px;
}

footer-login {
    width: 100%;
    background: transparent url('../images/footer_bg.png') no-repeat center top;
    background-position: center 0;
    padding-top: 138px;
    margin-top: -20px;
    padding-bottom: 2px;
}

footer a:link {
    color: #444;
}

footer-login a:link {
    color: #444;
}

footer .container {
}
footer-login .container {
}
nav.relo-net {
    background: #005486;
}

nav.relo-net .container {
    padding-top: 18px;
    padding-bottom: 16px;
    background: #005486;
}

nav.relo-net ul {
    display: flex;
    justify-content: space-around;
}

nav.relo-net ul li {
}

nav.relo-net ul li a {
    color: #fff;
}

nav.relo-net-login {
    background: #fff;
}

nav.relo-net-login .container {
    padding-top: 18px;
    padding-bottom: 16px;
    background: #fff;
}

nav.relo-net-login ul {
    display: flex;
    justify-content: space-around;
}

nav.relocation-japan {
    margin: 36px 0;
}

nav.relocation-japan .container {
}

nav.relocation-japan ul {
    display: flex;
    justify-content: space-around;
}

.copyright {
    width: 960px;
    margin: 50px auto 30px auto;
    text-align: center;
    vertical-align: middle;
}

.copyright img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 32px 0 0;
}

.copyright small {
    font-size: 85.7%;
}

.copyright-login {
    width: 960px;
    margin: 0px auto 30px auto;
    text-align: center;
    vertical-align: middle;
}

.copyright-login img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 32px 0 0;
}

.copyright-login small {
    font-size: 85.7%;
}

.privacymark {
    width: 960px;
    margin: 0px 0px 0px 1200px;
    text-align: center;
    vertical-align: middle;
}

.privacymark img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 32px 0 0;
}


/* dialog */
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 100;
}

.ui-widget {
    color: #444;
    font-family: "Meiryo", "ヒラギノ角ゴ ProN W3", sans-serif, "ＭＳ ゴシック";
    line-height: 180%;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-dialog {
    padding: 16px 16px 14px 16px;
    box-shadow:1px 1px 6px -1px #666;
    -moz-box-shadow:1px 1px 6px -1px #666;
    -webkit-box-shadow:1px 1px 6px -1px #666;
}

.ui-widget-header {
    color: #444;
    border: none;
    background: none;
    text-align: center;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 40px 0 40px;
    font-size: 114.3%;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
    border: none;
    padding: 0;
    width: 28px;
    height: 28px;
    top: 4px;
    right: 0;
}

.ui-dialog .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar-close::after {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    left: 0;
    width: 28px;
    height: 2px;
    background: #666;
}

.ui-dialog .ui-dialog-titlebar-close::before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.ui-dialog .ui-dialog-titlebar-close::after {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

/* dialog map */
.dialog {
    display: none;
}

.ui-widget .sub-caption {
    margin: 14px 0 18px 0;
    text-align: center;
    font-size: 157.1%;
    padding: 0 16px;
}

.ui-widget .jp-map {
    background: #E9EEF2;
    width: 720px;
    height: 500px;
    position: relative;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

.ui-widget .jp-map ul.list {
    position: absolute;
}

.ui-widget .jp-map ul.list a {
    display: inline-block;
    padding: 0 0 0 0;
    background: #fff;
    border: 1px solid #005486;
    color: #005486;
    text-decoration: none;
    text-align: center;
    width: 70px;
    height: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ui-widget .jp-map ul.list a:hover,
.ui-widget .jp-map ul.list a:active,
.ui-widget .jp-map ul.list a:default {
    outline: none;
}

.ui-widget .jp-map ul.list a:hover {
    color: #fff;
    background: #005486;
    border: 1px solid #fff;
}

.ui-widget .jp-map ul.list.hokkaido {
    top: 38px;
    right: 42px;
}

.ui-widget .jp-map ul.list.tohoku {
    top: 160px;
    right: 42px;
}

.ui-widget .jp-map ul.list.kanto {
    top: 344px;
    right: 72px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 150px;
}

.ui-widget .jp-map ul.list.tokai {
    top: 344px;
    right: 264px;
}

.ui-widget .jp-map ul.list.hokuriku {
    bottom: 240px;
    right: 214px;
}

.ui-widget .jp-map ul.list.kinki {
    bottom: 240px;
    right: 310px;
}

.ui-widget .jp-map ul.list.tyugoku {
    bottom: 240px;
    left: 234px;
}

.ui-widget .jp-map ul.list.shikoku {
    top: 344px;
    left: 200px;
}

.ui-widget .jp-map ul.list.kyusyu {
    bottom: 210px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 150px;
}

.ui-widget .jp-map ul.list.okinawa {
    top: 386px;
    left: 20px;
}

.ui-widget .jp-map figure {
    margin: 0;
}

.ui-widget .jp-map figure svg {
    width: 638px;
    height: 340px;
    margin: 50px 0 0 56px;
}

.ui-widget .jp-map figure svg g {
    fill: #5C92B2;
}


/* dialog regulation */
.ui-widget .regulation.link.list {
    display: block;
}


/* tooltip */
.ui-tooltip {
    background: #444;
    color: #fff;
    padding: 2px 14px 1px 14px;
}

p.common-completion {
	text-align: center;
}

.common-completion-msg {
	text-align: center;
}

.common-completion-errormsg {
	text-align: center;
	color:#FF0000;
}

.common-completion-prmmsg {
	text-align: center;
	margin: 0px;
}

input.ime-off {
	ime-mode: disabled;
}

input.ime-active {
	ime-mode: active;
}




/**/




/* test 20170606 */
.test-comments {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

button.flogin {
  width: 200px;
  padding: 8px 0px;
  font-size: 120%;
}

button.flogin_new {
  width: 400px;
  padding: 8px 0px;
  font-size: 120%;
  margin: 0px 0px 0px 400px;
}

main .container-login-main {
  min-height: 460px;
  padding: 30px 0;
  background: #c4dcf6;
}
main .container-login-main p.line-login {
  margin: 30px 0;
  color: #444;
  border-bottom: 1px solid #444;

}
main .container-login-main p.line-login-fdousan {
  margin: 60px 0;
  color: #444;
  border-bottom: 1px solid #444;
}

.container-login-main .login-pass-forget {
  margin-top: 30px;
}
.container-login-main .login-pass-forget,
.container-login-main .login-info-save {
  text-align: center;
  padding: 0;
}
.container-login-main .login-info-save {
  margin-bottom: 50px;
}
.container-login-main .checkbox-item ~ label {
  padding-bottom: 0;
  margin-bottom: 0;
}
.container-login-main .main.command {
  display: block;
  margin: 30px 0;
}
.main.command button.login {
  display: block;
  margin: 0 auto;
}
button.important {
  background: #005486;
}
button.important:hover {
  opacity: 0.8;
  background: #005486;
}
div.contentsbox {
  width: 600px;
  border: 1px solid #ccc;
  padding: 30px;
  margin: 60px auto 0;
}
div.contentsbox p {
  margin: 0;
}
footer-login {
  background-position: center -18px;
  margin: 0;
  padding: 120px 0 0;
}
nav.relocation-japan {
  margin: 20px 0;
}
.privacymark {
  margin: 30px auto 0;
  text-align: right;
}
.privacymark img {
  margin: 0 0 0 10px;
}
.copyright {
  margin: 20px auto;
}
.font-test1 {
  padding-bottom: 10px;
  color: #005486;
  font-size: 120%;
  font-weight: bold;
}
.title-l-blue {
  font-weight: bold;
  padding-bottom: 4px;
  font-size: 150%;
  color: #005486;
}

/* 20170612 test */
footer {
  background-position: center -18px;
  margin: 0;
  padding: 120px 0 0;
}
.line-login .test-txt,
.line-login-fdousan .test-txt {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 0 20px;
}

.container-login-main .line-login,
.container-login-main .line-login-fdousan {
  padding-right: 0;
  padding-bottom: 4px;
  width: 400px;
}

.comm-oddNumber-row {
  background: #f7f7f7;
}
.test-comm table td.input {
  padding: 10px;
}
.main.comm-command button.ctgrmenu {
  min-width: 224px;
  background: #ededed;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.main.comm-command button.ctgrmenu:hover,
.main.comm-addcommand button.ctgrmenu:hover {
  background: #e2e2e2;
  opacity: 1;
}
.main.comm-command button {
  margin-right: 20px;
}
.main.comm-command button:last-child {
  margin-right: 0;
}

.main.comm-addcommand {
  margin: 0 0 80px;
}
.main.comm-addcommand button.ctgrmenu {
  background: #c1daeb;
  color: #444;
  min-width: 280px;
  border-radius: -50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 24px;
}
.main.comm-addcommand button {
  margin-right: 20px;
}
.main.comm-addcommand button:last-child {
  margin-right: 0;
}
table.test-talk th,
table.test-talk td {
  border: 0;
  vertical-align: middle;
}

.datetime {
  width: 230px;
}
.test-talk {
  margin-bottom: 0;
}
.test-talk .sendAndDeleteLink {
  width: 60px;
}
.test-talk .sendAndDeleteLink1  {
  text-align: right!important;
  white-space: nowrap;
}
.test-talk .test-bg-c1daeb {
  background: #dfdfdf;
}
.test-talk .comm-system-name {
  vertical-align: middle;
  margin-left: 10px;
}
.comm-system-name[src*="logo.svg"] {
  width: 84px;
  height: 38px;
}
.test-space-td {
  padding: 10px;
}
.test-talk .test-pdb10 td {
  padding-bottom: 10px;
}
.test-talk .test-tarea {
  padding: 24px 24px 0!important;
}
.test-talk .test-tarea textarea {
  padding: 10px;
  border: 1px solid #c7c7c7;
}
.test-talk textarea.file-text {
  width: 86%;
  padding: 6px;
  border: 1px solid #c7c7c7;
  margin: 0;
}
.test-talk .test-file {
  padding: 20px 24px 0!important;
}
.test-talk .test-file textarea,
.test-talk .test-file button {
  vertical-align: middle;
}
.test-talk .test-file {
  margin: 0 0 0 20px;
  height: 27px;
  width: 90px;
}
.test-talk .bottonArea td {
  padding: 30px 0 24px;
}
.test-talk .bottonArea .main.comm-command {
  display: block;
  margin: 0;
}
.test-talk .bottonArea .main.comm-command button {
  margin: 0;
}
.test-talk .main.comm-command button.commSend {
  background: #fe8c40;
  width: 130px;
}
.test-talk .main.comm-command button.commSend:hover {
  background: #fe8c40;
}

header .container > div > div + div {
  padding-top: 14px !important;
  white-space: nowrap;
}
header .container {
  align-items: center;
}
.icon.regu {
  background: #E34B3C url(../svg/icon_regulation.svg) no-repeat center center;
}
.icon.logout {
  background: transparent url(../svg/icon_logout.png) no-repeat center center;
  background-size: contain;
}

.main.comm-command button.ctgrmenu.ctgrSelected {
  background: #1b74a9;
  color: #fff;
}
.main.comm-command button.ctgrmenu.ctgrSelected:hover {
  opacity: .8;
}

td.comm-bord
{
    text-align: right;
}
.main.comm-command td
{
  padding: 0px 20px 0px 0px;
}
.disp-off
{
	display: none !important;
}

.commMsgTitle{
	background: #005486;
	color:white;
}
.commMsg{
	;border-radius: 10px;
}
.commMsgFilePath{
	padding: 10px 0 0 10px;"
}

.commMsgImage {
    display: inline-block;
    background: transparent url('../img/comm_houzin.png') no-repeat top left;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 95px;
    height: 41px;
    margin: -13px -120px -14px 25px;
}

/*
.command button{
	margin:0 40px;
}
*/

label.messageLabel{
	white-space: pre-wrap;
}


/* ブラウザバック時のメッセージ（デフォルト） */
#historyBackMessageArea {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    top: 15px;
    text-align: left;
    pointer-events: none;
    z-index: 200;
}

#historyBackMessageArea .container {
	background: none !important;
}

#historyBackMessageArea ul {
	width: 100%;
	white-space: pre;
}

td.messageInsertName {
	text-align: right!important;
}

.input.unreadMessageNum {
	width: 50px;
}

div.navigateBox
{
    width: 600px;
    border: 1px solid #000;
    padding: 30px;
    margin: auto;
}
div.navigateBoxTitle
{
    width: 600px;
    margin: auto;
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 150%;
}
div.navigateBox p
{
	margin: 0px;
}

main .container-login-main p.line-reloSelect {
  margin: 30px 0;
  color: #444;
  border-bottom: 1px solid #444;
  text-align: center;
}

.line-reloSelect .test-txt{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0px;
}
.container-login-main .line-reloSelect {
  padding-right: 0;
  padding-bottom: 4px;
  width: 460px;
}

.reloSelect-input {
  margin: 0 auto;
  /* widthはline-reloSelectのサイズと合わせる */
  width: 460px;
}

/* -------------------------------------------

201712 修正デザインサンプル用 CSS上書き

------------------------------------------- */

header {
	position: relative;
	box-shadow: 0px 1px 4px 0px rgba(78, 78, 78, 0.16);
	z-index: 1;
}
.system-name {
	margin-right: auto;
}
.system-desc {
	font-size: 14px;
	font-weight: normal;
	color: rgb(68, 68, 68);
	margin-left: auto;
}
.container-login {
  padding: 0;
}
main .container-login-main {
	background: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(218, 242, 255) 99%);
	background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(218, 242, 255) 99%);
	background: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(218, 242, 255) 99%);
}
.container-login-main .login-wrapper {
	padding: 50px 20px 20px;
	margin: 100px auto 40px;
	box-sizing: border-box;
	width: 512px;
	background: rgb(247, 247, 247);
	box-shadow: 0px 2px 4px 0px rgba(78, 78, 78, 0.28);
}
.login-wrapper .login-txt {
	margin: 0;
	text-align: center;
	font-size: 16px;
}

main .container-login-main p.line-reloSelect {
	padding: 0 0 0 2px;
	margin: 0;
	text-align: center;
	border: 0;
}
.reloSelect-input {
	margin: 30px auto 40px;
	width: 300px;
}
.reloSelect-input input[name="compName"] {
	padding: 2px;
	margin: 0;
	width: 100%;
	border: 1px solid #dcdcdc;
}
.command.main button.login {
	min-width: 260px;
}
button.important,
button.important:hover {
	background: rgb(78, 151, 197);
}
button.btn-trader:last-of-type {
	margin-right: auto;
}
button.btn-trader {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #005486;
	padding: 24px 10px;
	border-radius: 0;
	width: 512px;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 4px 0px rgba(78, 78, 78, 0.28);
}
button.btn-trader:hover {
	opacity: 0.7;
}
.site-info {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0px 18px;
	margin: 0 auto -90px;
	width: 960px;
}
.site-info p {
	padding-left: 20px;
}
nav.relo-net .container {
	padding: 30px 0 10px;
}
nav.relo-net ul li {
  width: 25%;
  text-align: center;
}
nav.relocation-japan {
	background: rgb(0, 84, 134);
	margin: 0;
}
nav.relocation-japan .container {
	padding: 10px 0 30px;
	background: rgb(0, 84, 134);
}
nav.relocation-japan ul {
	display: flex; justify-content: space-around;
}
nav.relocation-japan ul li {
  width: 25%;
  text-align: center;
}
nav.relocation-japan ul li a {
	color: rgb(255, 255, 255);
}

footer .only-login {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 0px 18px;
	margin: 0 auto;
	width: 960px;
}
.only-login .copyright,
.only-login .privacymark {
	width: auto;
	margin: 16px 0 !important;
}
.copyright img {
	margin-right: 20px;
}

/* ----------- トップ ----------- */
.login-lead {
	margin: 10px 0 40px;
	font-size: 20px;
	font-weight: bold;
	color: #005489;
	line-height: 1.6;
	text-align: center;
}
h2.login-lead:after {
	content: none;
}
.login-input input {
	padding: 2px;
	margin: 0;
	width: 100%;
	border: 1px solid #dcdcdc;
}
.notice-txt {
	box-sizing: border-box;
	padding: 30px 60px;
	margin: 30px auto 20px;
	width: 760px;
	background: #fff;
	border: 2px solid #ffc4ce;
}
.notice-txt p {
	margin: 1em 0;
	font-weight: bold;
}

/* ----- タブ ----- */
.tabs {
	margin-top: 50px;
	padding-bottom: 20px;
	width: 512px;
	background: #f7f7f7;
	box-shadow: 0px 2px 4px 0px rgba(78, 78, 78, 0.28);
	margin: 0 auto;
}
.tab_item {
	position: relative;
	width: 50%;
	height: 50px;
	background-color: #c8d9ec;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #005486;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.8;
}
/* arrow */
#tab1:checked + .tab_item::after,
#tab2:checked + .tab_item::after {
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -9px;
	border: 9px solid transparent;
	border-top: 9px solid #1b74a9;
	content: "";
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 30px 30px 0;
	clear: both;
	overflow: hidden;
}
#tab1:checked ~ #tab1_block {
	display: block;
}
#tab2:checked ~ #tab2_block {
	display: block;
}
.tabs input:checked + .tab_item {
	background-color: #1b74a9;
	color: #fff;
}

/* ----- //タブ ----- */

.login-title {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005486;
}

main .container-login-main p.line-login,
main .container-login-main p.line-login-fdousan {
	border: 0;
	padding: 0 0 0 2px;
	margin: 16px 0 0;
}
.login-input {
	width: 300px;
}
label[for="loginInfo"] {
	padding-right: 0;
}
.container-login-main .login-info-save {
  margin-bottom: 30px;
}

.member-reg p {
	text-align: center;
	margin: 0 0 4px;
}
.member-reg button.important,
.member-reg button.important:hover {
  background: rgb(250, 116, 116);
}

.top-login-messageArea {
	margin: 0px auto; padding: 0px 18px; text-align: center;
}

/* -------------------------------------------

201801 CSS上書き

------------------------------------------- */

button, button:hover {
	background: rgb(146, 149, 150);
}
button:hover {
	opacity: 0.8;
}

.main.command button.normal {
	min-width: 260px;
	color: rgb(255, 255, 255);
	z-index: 98;
}

button.important {
	background: #005486;
}
button.important:hover {
	opacity: 0.8;
	background: #005486;
}

.login.important,
.login.important:hover {
	background: rgb(78, 151, 197);
}

/* -------------------------------------------

20180129 追加

------------------------------------------- */

/* 表背景色 */
table th {
  background: #ededed;
}

/* パンくず */
#page-title {
  min-width: 996px;
  color: #005486;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
#page-title .container {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #fff;
}
#page-title .back.link a {
  color: #005486;
}
#page-title h1::before {
  background: #005486;
}

/* 必須 等 */
.required {
  font-size: 12px;
  font-weight: normal;
}

/* ログアウト等 ボタン */
.main.command button.sendPass {
  min-width: 260px;
  color: rgb(255, 255, 255);
}

/* -------------------------------------------

20180201 追加

------------------------------------------- */

/* 完了系画面の調整 */
p.common-completion {
  margin-top: 80px;
}
.common-completion-msg {
  font-size: 20px;
}

/* -------------------------------------------

20180214 追加

------------------------------------------- */

/* お問い合わせ先 */
.contact_block {
  box-sizing: border-box;
  padding: 40px 25px 40px 80px;
  margin: 0 auto;
  width: 600px;
  background: #DFEDF4;
}
.contact_block div {
  margin: 0 0 12px;
}
.contact_block p {
  margin: 0 0 2px;
}


/* -------------------------------------------
----------------------------------------------

20180424 デザインリニューアル版css

----------------------------------------------
------------------------------------------- */

/* ------------- 共通 ------------- */

html {
  line-height: 1.5;
}
body {
  color: #2d2d2d;
}

a:link,
a:visited,
a:active {
  color: #2f8fc9;
}

span {
  vertical-align: middle;
}

/* 見出し */
h2 {
  font-size: 24px;
}
h2::after {
  height: 2px;
  width: 260px;
  left: calc(50% - 130px);
  background: #6899b6;
  bottom: -10px;
}

.new-title {
  padding-bottom: 6px;
  text-align: left;
  font-size: 24px;
  border-bottom: 2px solid #6899b6;
}
.new-title::after {
  content: none;
}

.cont-title {
  padding-bottom: 6px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #d5d5d5;
}
h2.cont-title::after {
  content: none;
}

.sub-title {
  margin: 50px 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.pd0 {
  padding: 0 !important;
}
.pdt40 {
  padding-top: 40px !important;
}
.pdr20 {
  padding-right: 20px;
}
.mg0 {
  margin: 0;
}
.mgr16 {
  margin-right: 16px!important;
}
.mgr30 {
  margin-right: 30px!important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb40 {
  margin-bottom: 40px !important;
}
.mgt10 {
  margin: 10px 0 0 0;
}
.mgt14 {
  margin: 14px 0 0 0;
}
.mgt20 {
  margin: 20px 0 0 0;
}

.bdb0 {
  border-bottom: 0!important;
}

.accent-color {
  color: #fc1a1a;
}

.required {
  vertical-align: middle;
  padding: 2px 8px;
  margin: 0 6px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  background-color: #ff5b76;
}

/* ボタン共通 */
button.c-type1,
button.c-type1:hover {
  background: #20a4ce;
}
button.c-type2,
button.c-type2:hover {
  background: #6899b6;
}

button.display,
button.display:hover,
button.table-button,
.tab-handle li.button button,
button.table-button:hover,
.tab-handle li.button button:hover {
  background: #6899b6;
}
button.display {
  padding: 6px 18px;
  margin-right: 4px;
  line-height: 1.4;
}

button {
  margin-right: 40px;
}

button.important,
button.important:hover {
  background: #fe8c40;
}

/* 戻るボタン */
.main.command button.normal {
  border-radius: 4px;
  padding: 10px;
  min-width: 210px;
  font-size: 16px;
}
button, button:hover {
  background: #6899b6;
}
.main.command button.normal .text::before {
  content: "\00226b";
  font-size: 16px;
  vertical-align: middle;
  padding-right: 4px;
}

/* リスト（disc） */
.list-disc {
  list-style-type: disc;
  margin-left: 1.5em;
}

/* パンくずリスト */
#page-title .back.link a {
  color: #20a4ce;
}
#page-title {
  margin: 10px 0 40px;
  color: #2d2d2d;
  border-bottom: 0;
  font-size: 12px;
}
#page-title .container {
  padding: 0;
  background: transparent;
}
#page-title .back.link {
  margin: 0 8px 0 0;
}
#page-title h1 {
  margin: 0;
  font-size: inherit;
  padding-left: 16px;
}
#page-title h1::before {
  position: absolute;
  content: "\00ff1e";
  font-size: 10px;
  vertical-align: middle;
  margin: auto;
  top: 0;
  height: auto;
  width: auto;
  background: transparent;
}

hr {
  margin: 0 0 10px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #1b74a9;
  height: 1px;
}

table.normal {
  border: 1px solid #d6d6d6;
}
table th {
  background: #f5f5f5;
}
table th,
table td {
  padding: 16px;
}
table.normal th {
  font-weight: normal;
}
table.normal th,
table.normal td {
  border: 1px dashed #d6d6d6;
}

/* ------------- フッター ------------- */

/* フッター丸ボタン */
#pagetop,
#regulation {
  bottom: 30px;
}
#pagetop a {
  background: #464c52;
  border: 1px solid #464c52;
}

/* フッター */
footer.new-footer {
  padding: 100px 0 0;
  background: none;
}
footer.new-footer nav {
  padding: 30px 10px;
  background: #f2f2f2;
}
footer.new-footer nav ul {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
footer.new-footer nav li::before {
  content: "\007c";
  margin: 0 14px;
}
footer.new-footer nav li:first-child:before {
  content: none;
}
footer.new-footer nav a {
  text-decoration: none;
  color: #2d2d2d;
}
footer.new-footer nav a:hover {
  opacity: 0.6;
}
footer.new-footer .ftr-btm {
  color: #fff;
  padding: 2px;
  text-align: center;
  background: #005486;
}
footer.new-footer .ftr-btm img,
footer.new-footer .ftr-btm small {
  vertical-align: middle;
}
footer.new-footer .ftr-btm small {
  padding-left: 10px;
  font-size: 12px;
}


/* ------------- フォームパーツ ------------- */

/* ステップバー */
.step-bar {
  margin: 50px 0;
}

/* 課題 #8638 2022/02/15 START */
.step-bar2 {
  margin: 50px 0px 0px 0px !important;
}
.p-msg {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top:12px;
  padding-left: 8px;
  padding-bottom:12px;
  padding-right:8px;
  border-collapse: collapse;
  background: rgb(255, 255, 204);
  border:1px solid #dcdcdc;
}

.p-msg2 {
  margin-top: 0px;
}
/* 課題 #8638 2022/02/15 END */

.step-bar.btm {
  margin: 80px 0 0;
}
.step-bar > ol {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding:  0;
}
.step-bar > ol > li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  line-height: 35px;
  padding: 0 20px 0 10px;
  background-color: #c3c3c3;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}
.step-bar > ol > li:before,
.step-bar > ol > li:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  border-left: 2px solid #fff;
  background-color: #c3c3c3;
  width: 16px;
  height: 18px;
}
.step-bar > ol > li:before {
  bottom: 0;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}
.step-bar > ol > li:after {
  top: 0;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
}
.step-bar > ol > li:first-child:before,
.step-bar > ol > li:first-child:after {
  content: none;
}
.step-bar > ol > li > span {
  display: inline-block;
  position: relative;
}
.step-bar > ol > li.current {
  background-color: #1b74a9;
}
.step-bar > ol > li.current:before,
.step-bar > ol > li.current:after {
  background-color: #1b74a9;
}
.step-bar > ol > li.current > span:before {
  color: #2a477a;
}

.step-bar.step4 > ol > li {
  width: 25%;
}

/* table内float 必須マーク */
table span.required {
  float: right;
  padding: 2px 8px;
  margin: 2px 0;
  line-height: 1.4;
  border-radius: 4px;
  color: #fff;
  background-color: #ff5b76;
}
/* table内 必須マーク */
table span.required-nm {
  padding: 2px 8px;
  margin: 2px 0;
  margin: 0 2px 0 6px;
  line-height: 1.4;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #ff5b76;
}

/* 必須項目の背景色をピンクに */
.required-bg td {
  background: #fff7f8;
}
/* 課題 #8638 2022/02/10 START */
/* 課題 #8638 2022/02/15 START */
.msgCompName {
    font-weight:bold;
    font-size:22px;
}
/* 課題 #8638 2022/02/15 START */
/* 課題 #8638 2022/02/10 END */

/* input */
input[type=text].text,
input[type=password].password,
input[type=number].number,
input[type=email].email,
input[type=tel].tel {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 4px 8px;
}
input[type=text].text:focus,
input[type=password].password:focus,
input[type=number].number:focus,
input[type=email].email:focus,
input[type=tel].tel:focus {
  border: 1px solid #ff889c;
  box-shadow: none;
  outline: none;
  padding: 4px 8px;
}
input {
  margin: 0 16px 0 0;
  line-height: 1.5;
}

/* textarea */
textarea {
  padding: 8px;
  margin: 0;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
textarea:focus {
  padding: 8px;
  border: 1px solid #ff889c;
}

/* checkbox */
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #20a4ce;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 3px solid #20a4ce;
  border-right: 3px solid #20a4ce;
}

.checkbox-item + label {
  margin-left: 0;
  margin-bottom: 4px;
  padding: 0 0 0 30px;
}
.checkbox-item + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #20a4ce;
  border-radius: 4px;
}
.checkbox-item[type="checkbox"]:checked + label:before {
  border: 1px solid #20a4ce;
  background: #fff;
}
.checkbox-item[type="checkbox"]:checked + label:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #20a4ce;
  border-bottom: 3px solid #20a4ce;
}

/* selectbox */
.display-control .select,
.select {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 2px 8px;
  height: 30px;
}
.select:focus {
  border: 1px solid #ff889c;
  box-shadow: none;
  outline: none;
  padding: 2px 8px;
}

.select-container {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

/* radio内のselect */
.input-list .radio-item[type="radio"] + label .select {
  height: 22px;
}

/* radio選択ボタン */
.radio-toggle {
  min-width: 5em;
  padding: 4px 8px;
  border: 1px solid #20a4ce;
  color: #20a4ce;
  border-radius: 4px;
  margin: 0 6px 0 0;
  line-height: 1.6;
}
input[type="radio"]:checked + .radio-toggle {
  color: #fff;
  background-color: #20a4ce;
  border-color: transparent;
}

/* チェックボックス等のリスト用 */
.input-list {
  margin-bottom: -10px;
}
.input-list li {
  margin: 0 0 10px 0;
}

/* チェックボックス等の横並びリスト用 */
.input-list.flex {
  display: flex;
  flex-wrap: wrap;
  width: 674px; /* IE */
}
.input-list.flex li {
  width: 24%;
}

/* table */
table.normal th {
  width: 26%;
}
table td.input {
  padding: 0;
}
table.normal td .radio.list,
table.normal td .checkbox.list {
  width: 710px;
}

/* 幅調整*/
.w30 {
  width: calc(30% - 22px);
}

.w4em {
  width: 4em;
  display: inline-block;
}
.w6em {
  width: 6em;
  display: inline-block;
}
.w9em {
  width: 9em;
  display: inline-block;
}


/* フォーム内テキスト調整 */
.tbl-p {
  margin: 0 0 10px;
}
.r-txt {
  margin: 0 16px 0 0;
}

/* 区切り線 */
.dashed-line {
  margin: 30px 0;
  border-width: 1px 0px 0px 0px;
  border-style: dashed;
  border-color: #d6d6d6;
  height: 1px;
}


/* ------------- 20180702 デザイン更新 ------------- */

.main.command.last {
  margin: 60px 0 0;
}
h2 {
  margin: 0 0 40px;
}
.th-blue thead th {
  background: #ecf5f9;
}
table.normal.th-type2 th {
  width: 16%;
}
table.normal.th-type3 th {
  width: 32%;
}
p.line {
  border-bottom: 4px solid #6899b6;
}
footer {
  background: none;
}
.mgt60 {
  margin-top: 60px !important;
}
button[disabled],
button[disabled]:hover {
  color: #9e9e9e;
  background: #dcdcdc;
  opacity: inherit;
}

/* ------------- フォームパーツ ------------- */

/* ステップバー */
.step-bar {
  margin: 50px 0;
}
.step-bar.btm {
  margin: 80px 0 0;
}
.step-bar > ol {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding:  0;
}
.step-bar > ol > li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  line-height: 35px;
  padding: 0 20px 0 10px;
  background-color: #c3c3c3;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}
.step-bar > ol > li:before,
.step-bar > ol > li:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  border-left: 2px solid #fff;
  background-color: #c3c3c3;
  width: 16px;
  height: 18px;
}
.step-bar > ol > li:before {
  bottom: 0;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}
.step-bar > ol > li:after {
  top: 0;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
}
.step-bar > ol > li:first-child:before,
.step-bar > ol > li:first-child:after {
  content: none;
}
.step-bar > ol > li > span {
  display: inline-block;
  position: relative;
}
.step-bar > ol > li.current {
  background-color: #1b74a9;
}
.step-bar > ol > li.current:before,
.step-bar > ol > li.current:after {
  background-color: #1b74a9;
}
.step-bar > ol > li.current > span:before {
  color: #2a477a;
}

.step-bar.step4 > ol > li {
  width: 25%;
}

/* table内float 必須マーク */
table span.required {
  float: right;
  padding: 2px 8px;
  margin: 2px 0;
  line-height: 1.4;
  border-radius: 4px;
  color: #fff;
  background-color: #ff5b76;
}
/* table内 必須マーク */
table span.required-nm {
  padding: 2px 8px;
  margin: 2px 0;
  margin: 0 2px 0 6px;
  line-height: 1.4;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #ff5b76;
}

/* 必須項目の背景色をピンクに */
.required-bg td {
  background: #fff7f8;
}

/* input */
input[type=text].text,
input[type=password].password,
input[type=number].number,
input[type=email].email,
input[type=tel].tel {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 4px 8px;
}
input[type=text].text:focus,
input[type=password].password:focus,
input[type=number].number:focus,
input[type=email].email:focus,
input[type=tel].tel:focus {
  border: 1px solid #ff889c;
  box-shadow: none;
  outline: none;
  padding: 4px 8px;
}
input {
  margin: 0 16px 0 0;
  line-height: 1.5;
}

/* textarea */
textarea {
  padding: 8px;
  margin: 0;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
textarea:focus {
  padding: 8px;
  border: 1px solid #ff889c;
}

/* checkbox */
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #20a4ce;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 3px solid #20a4ce;
  border-right: 3px solid #20a4ce;
}

.checkbox-item + label {
  margin-left: 0;
  margin-bottom: 4px;
  padding: 0 0 0 30px;
}
.checkbox-item + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #20a4ce;
  border-radius: 4px;
}
.checkbox-item[type="checkbox"]:checked + label:before {
  border: 1px solid #20a4ce;
  background: #fff;
}
.checkbox-item[type="checkbox"]:checked + label:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #20a4ce;
  border-bottom: 3px solid #20a4ce;
}
.checkbox-item[type="checkbox"][disabled] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* selectbox */
.display-control .select,
.select {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 2px 8px;
  height: 30px;
}
.select:focus {
  border: 1px solid #ff889c;
  box-shadow: none;
  outline: none;
  padding: 2px 8px;
}

.select-container {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

/* radio内のselect */
.input-list .radio-item[type="radio"] + label .select {
  height: 22px;
}

/* radio選択ボタン */
.radio-toggle {
  min-width: 5em;
  padding: 4px 8px;
  border: 1px solid #20a4ce;
  color: #20a4ce;
  border-radius: 4px;
  margin: 0 6px 0 0;
  line-height: 1.6;
}
input[type="radio"]:checked + .radio-toggle {
  color: #fff;
  background-color: #20a4ce;
  border-color: transparent;
}

/* チェックボックス等のリスト用 */
.input-list {
  margin-bottom: -10px;
}
.input-list li {
  margin: 0 0 10px 0;
}

/* チェックボックス等の横並びリスト用 */
.input-list.flex {
  display: flex;
  flex-wrap: wrap;
  width: 674px; /* IE */
}
.input-list.flex li {
  width: 24%;
}

/* ラジオボタン横並び */
.radio-col4 {
  margin-bottom: -10px;
}
.radio-col4 .radio-item + label {
  width: 20%;
  padding: 0 0 0 28px;
  margin: 0 0 10px;
}
.radio-col4 .radio-item + label::before {
  top: 10px;
  left: 0px;
}
.radio-col4 .radio-item[type="radio"]:checked + label::after {
  top: 5px;
  left: 5px;
  margin-top: 0px;
}

/* table */
table.normal th {
  width: 26%;
}
table td.input {
  padding: 0;
}
table.normal td .radio.list,
table.normal td .checkbox.list {
  width: 710px;
}

/* 幅調整*/
.w30 {
  width: calc(30% - 22px);
}

.w4em {
  width: 4em;
  display: inline-block;
}
.w6em {
  width: 6em;
  display: inline-block;
}
.w9em {
  width: 9em;
  display: inline-block;
}


/* フォーム内テキスト調整 */
.tbl-p {
  margin: 0 0 10px;
}
.r-txt {
  margin: 0 16px 0 0;
}

/* お問合せ物件表示table */
.select-tbl th,
.select-tbl td {
  text-align: center;
}
.select-tbl .tbl-price {
  color: #fe7d4b;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.tablelist.select-tbl th,
.tablelist.select-tbl td {
  padding: 6px;
}

/* 非表示アイテム */
.hidden_box {
  margin: 6px 0 0 26px;
}
.hidden_box .w5em {
  width: 5em;
  display: inline-block;
}
/* 区切り線 */
.dashed-line {
  margin: 30px 0;
  border-width: 1px 0px 0px 0px;
  border-style: dashed;
  border-color: #d6d6d6;
  height: 1px;
}

.radio-item + label::before {
  border: 1px solid #20a4ce;
}
.radio-item[type="radio"]:checked + label::before {
  border: 1px solid #20a4ce;
}
.radio-item[type="radio"]:checked + label::after {
  background: #20a4ce;
}

/* ------------- フォームパーツend ------------- */

/* ログイン */
.main.command button.login.important,
.main.command button.login.important:hover {
  background: #1b74a9;
  font-size: 20px;
  padding: 12px;
  min-width: 230px;
}
.main.command.member-reg button.important,
.main.command.member-reg button.important:hover {
  background: #fe8c40;
}

.checkbox-item ~ label:before {
  border: 1px solid #20a4ce;
  border-radius: 4px;
  background: #fff;
}

.checkbox-item[type="checkbox"]:checked ~ label:before {
  border: 1px solid #20a4ce;
  border-radius: 4px;
  background: #fff;
}
.checkbox-item[type="checkbox"]:checked ~ label:after {
  border-left: 3px solid #20a4ce;
  border-bottom: 3px solid #20a4ce;
}

.privacymark {
  width: 95px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
}


/* -------------------------------------------

20180725 追加 不動産口コミ

------------------------------------------- */


/**  評価画像  **/
img.img_hyouka{
    width:18px;
    vertical-align: middle;
}
/**  評価画像(大)  **/
img.img_hyouka_big{
    width:25px;
    vertical-align:top;
}

/**  不動産評価の詳細 **/
table.f_hyouka_tbl th,
table.f_hyouka_tbl td{
    border : 1px solid gray;
    text-align:left;
    padding:5px;
}
table.f_hyouka_tbl th{
    font-size:12px;
    font-weight:normal;
    background-color:#eeeeee;
    color:#000000;
    padding-right:10px;
}
/** クチコミ **/
div.kutikomi_div {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    witdh:100%;
    padding:15px;
    background-color:#ffffff;
    margin-top:16px;
}
/** 参考になった：はい/いいえの強調１ **/
.sankou_kyoutyou_1{
    font-weight: bold;
    color: #8e8e8e;
}
/** 参考になった：はい/いいえの強調２ **/
.sankou_kyoutyou_2{
    font-weight: bold;
    font-size: 12pt;
    color: #8e8e8e;
}

/** 参考になった：はい/いいえのボタン背景色 **/
div.kutikomi_div button.normal{
    background: #ededed;
    padding: 6px 18px;
    margin-right: 10px;
    line-height: 1.4;
    min-width: 100px;
}

/** 画像のhover半透過処理 **/
.mouseoverImg:hover{
    filter: alpha(opacity=65);
    -moz-opacity:0.75;
    opacity:0.75;
}

/* 見出し大 */
.title-l{
  margin: 60px 0 10px;
  font-size: 150%;
  font-weight: bold;
}

/* --- 20180822追加 --- */

/* 不動産会社 */
.realtor-area {
  padding: 30px;
  margin-top: 4px;
  border: 1px solid #d6d6d6;
}
.realtor-area .item1 {
  display: flex;
  align-items: center;
}
.realtor-area .item1 img {
  height: auto;
  max-height: 140px;
  width: auto;
  max-width: 220px;
}
.realtor-area .info-txt {
  margin-left: 30px;
}
.realtor-area .info-txt h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.realtor-area .info-txt dl {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.realtor-area .info-txt dl dt,
.realtor-area .info-txt dl dd {
  display: inline-block;
}
.realtor-area .info-txt dl dt {
  text-align: center;
  margin-right: 10px;
}
.realtor-area .info-txt dl dt {
  width: 9em;
  text-align: center;
  background: #e6f1f5;
}
.realtor-area .item2 {
  margin: 24px 0 0;
}
.realtor-area .item2 p {
  margin: 0;
}

/* 評価 */
.reset-txt {
  font-size: initial;
  font-weight: initial;
}
.hyouka-txtl {
  color: #fe8c40;
  font-size: 24px;
  font-weight: bold;
}
.hyouka-txts {
  color: #fe8c40;
  font-size: 18px;
  font-weight: bold;
}

/* クチコミ */
.sankou-block {
  margin-top: 8px;
  padding: 14px 10px 0;
  border-top: 1px dashed #d6d6d6;
}
.sankou-block .sankou-txt {
  color: #8e8e8e;
}

/* --------- ヘッダー・フッター CSS更新 --------- */

/* ヘッダーナビ */
.regu.icon {
  background-color: #fa7474;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
nav.function ul li .text {
  font-size: 12px;
}
header {
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(78, 78, 78, 0.16);
  z-index: 1;
}
.system-name {
  background: url(../svg/logo.svg);
  margin: 14px 20px 8px 0;
  width: 94px;
  height: 42px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
nav.function ul li .mypage.icon,
nav.function ul li .message.icon,
nav.function ul li .favorite.icon {
  background-size: 28px;
}
.logout.icon {
  background: url(../svg/icon_logout.svg) no-repeat center / contain;
}
nav.function ul li {
  margin-right: 10px;
}
nav.function ul li a {
  padding: 12px 0 4px;
  width: 70px;
}

#page-title-login {
  padding-top: 0;
}
header .container > div > div + div {
  padding-top: 10px !important;
}
body.top .container {
  padding: 2px 0;
}

/* ------------- ヘッダー修正 ------------- */

/* ヘッダーナビ物件検索 */
.icon.search {
  background: transparent url(../svg/icon_search.svg) no-repeat center center;
}

/* ヘッダーナビ アイコン調整 */
header {
  color: #2d2d2d;
  box-shadow: 0px 2px 6px -3px rgba(0,0,0,0.3);
}
nav.function ul li {
  margin-right: 8px;
}

nav.function ul li a {
  color: #2d2d2d;
  width: 74px;
}
nav.function ul li a:hover {
  background: #f2f2f2;
}
nav.function ul li .icon {
  width: 26px;
  height: 26px;
}
.regu.icon {
  background-color: #ff5b76;
}
header > .container {
  padding: 4px 0;
}

.icon.head-favorite {
  background: transparent url(../svg/icon_favorite_hdr.svg) no-repeat center center;
}

.commMsgTitle {
  background: #1b74a9;
  color: white;
  font-size: 18px;
}

/* ボタンとpagetopの重なり順調整 */
.main.command button.normal {
  z-index: 98;
}
#pagetop {
  z-index: 99;
}

/* トップ戻るボタン */
#pagetop {
  bottom: 14px;
}
#pagetop a {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#pagetop a:hover {
  opacity: 0.6;
}
#pagetop a::before {
  left: calc(50% - 10px);
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* ページトップ並びの規程アイコン */
#regulation {
  display: block;
  position: fixed;
  right: 0;
  top: 300px;
  text-align: right;
  pointer-events: none;
  z-index: 99;
}

#regulation a {
  position: relative;
  display: inline-block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width: 183px;
  height: 37px;
  margin: 0;
  margin-right: 20px;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 0 !important;
}
#regulation a:hover {
  opacity: 0.6;
}

#regulation a:before {
  content: "";
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  width: 183px;
  height: 37px;
  background: url('../img/icon_regulation.png') no-repeat;
}

pre {
  font-family: inherit;
}

/* -------------------------------------------

20190107 修正 Reloロゴ

------------------------------------------- */
.furiwake-logo-img {
    background: url('../svg/logo.svg');
    width: 75px;
    height: 42px;
}

.login-logo-img {
    background: url('../svg/logo.svg');
    width: 85px;
    height: 42px;
}

/* 動画投稿エリア */
input[type=checkbox] {
    display: none;
}

.checkbox-toggle {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 7px 10px 4px 36px;
    width : auto;
    border: solid 1px;
    border-radius: 8px;
    border-color: #bbb;
    background-color: white;
    vertical-align: middle;
    cursor: pointer;
}

/**
.checkbox-toggle:hover {
    background-color: #;
}
.checkbox-toggle:hover:after {
    border-color: #;
}
**/

.checkbox-toggle:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.checkbox-toggle:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    visibility: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox-toggle:before {
    visibility: visible;
}

input[type=checkbox]:checked + .checkbox-toggle {
    color: #fff;
    background-color: #005486;
    border-color: #005486;
}

.checkbox.list li .checkbox-toggle {
    width : 95%;
}

.test-move2 .checkbox-toggle {
  margin-bottom: 0;
}

input[type=radio]:checked + .checkbox-toggle:before {
    opacity: 1;
}

input[type=radio]:checked + .checkbox-toggle {
    color: #fff;
    background-color: #005486;
    border-color: #005486;
}

.radio.list li .checkbox-toggle {

}

.dougaRow {
	height: 50px;
	margin: 0 auto;
	width: 110%;
}

/* dialog dougaUpload */
.ui-widget .dougaUpload.link.list {
    display: block;
}

.ui-widget .dougaUploadMail.link.list {
    display: block;
}



/* dialog dougaUploadMessage */
.ui-widget .dougaUploadMessage.link.list {
    display: block;
}


/* dialog dougaDelete */
.ui-widget .dougaDelete.link.list {
    display: block;
}


/* dialog dougaDeleteMessage */
.ui-widget .dougaDeleteMessage.link.list {
    display: block;
}

.dougaCenterUpload {
	text-align: center;
	display: inline-block;
	align: center;
	margin-left: 100px;
}

.dougaCenterUploadMail {
	text-align: center;
	display: inline-block;
	align: center;
	margin-left: 20px;
}

.dougaCenterDelete {
	text-align: center;
	display: inline-block;
	align: center;
	margin-left: 30px;
}

.dougaComp {
	text-align: center;
	display: inline-block;
	align: center;
	margin-left: 65px;
}


.important.douga {
	width : 300px;
}

.tab-contents.rlist ul.text .selDougaType {
    font-size: 77.8%;
    font-weight: normal;
    color: #444;
    display: inline-block;
    margin-left: 14px;
}

.delDisabled {
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
  text-decoration: none;  /* 下線等を消す。 */
}

/* -------------------------------------------

201812 SCMCMF001-02_共通完了画面用 CSS上書き

------------------------------------------- */
/* 全てのメニューバナー */
.middle-bnr-area-scmcmf001-02 {
  position: relative;
  display: block;
  cursor: default;
}

.middle-bnr-area-scmcmf001-02 .bnr-txt {
  position: absolute;
  top: 20px;
  left: 20px;
}

.middle-bnr-area-scmcmf001-02 .bnr-txt h3 {
  padding: 0;
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: normal;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.request01 h3 {
  color: #fe8712;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.request02 h3 {
  color: #fd6183;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.procedures h3 {
  color: #20a4ce;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.estimate h3 {
  color: #1cb59a;
}

.middle-bnr-area-scmcmf001-02 .bnr-txt p {
  margin: 0;
  color: #434343;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.request01 p,
.middle-bnr-area-scmcmf001-02 .bnr-txt.request02 p {
  line-height: 1.7;
  font-size: 12px;
}
.middle-bnr-area-scmcmf001-02 .bnr-txt.estimate p {
  font-size: 14px;
  line-height: 1.7;
}

.middle-bnr-area-scmcmf001-02 .bnr-txt h3 > span {
  display: block;
  padding-bottom: 8px;
  font-size: 16px;
}

/* ------------- ヘッダーバッジ ------------- */
.badge {
  position: absolute;
  top: 5px;
  right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF3300;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.badge .inner {
  display: block;
  position: relative;
  mgin: 4px;
  width: 12px;
  top: -8.5px;
  right: -1px;
  height: 12px;
  border-radius: 50%;
  color: #000;
  line-height: 38px;
  text-align: center;
  background: -webkit-gradient(line, left top, left bottom, from(#ee757b), to(#c80507));
  background: -webkit-line-gradient(top, #ee757b, #c80507);
  background: line-gradient(to bottom, #ee757b, #c80507);
  background: gradient(line, center top, center bottom, from(#ee757b), to(#c80507));
}

/* dialog mainmenu */
.ui-widget .menu.link.list {
    display: block;
}

.menu.link.list {
}
/* ページ固定ボタン */
.btn-fixed-group {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.btn-fixed-group a {
  display: block;
  width: 70px;
  height: 62px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}
.btn-fixed-group a:hover {
  opacity: 0.8;
}
.btn-fixed-group .back a {
  background: #6899b6;
  margin-bottom: 70px;
}
.btn-fixed-group .pagetop {
  height: 70px;
}
.btn-fixed-group .pagetop a {
  background: #707678;
}
.btn-fixed-group .regulation a {
  background: #ff5b76;
}
.btn-fixed-group .bukken a {
  background: #0074D9;
  margin-bottom: 62px;
  line-height: 1.0em
}
.btn-fixed-group .request{
  margin-bottom: 64px;
}
.btn-fixed-group .inquiry {
  margin-bottom: 2px;
}
.btn-fixed-group .request a {
  height: auto;
  padding: 12px 0;
  line-height: 0;
  background: #1b74a9;
}
.btn-fixed-group .inquiry a {
  height: auto;
  padding: 12px 0;
  line-height: 0;
  background: #fe8c40;
}
.btn-fixed-group .back a::before {
  width: 22px;
  height: 22px;
  background: url('../svg/icon_arrow_left.svg') no-repeat;
}
.btn-fixed-group .pagetop a::before {
  width: 22px;
  height: 22px;
  background: url('../svg/icon_arrow_top.svg') no-repeat;
}
.btn-fixed-group .regulation a::before {
  width: 26px;
  height: 22px;
  background: url('../svg/icon_regulation_w.svg') no-repeat;
}

.btn-fixed-group .bukken a::before {
  width: 26px;
  height: 22px;
  background: url('../svg/icon_bukken.svg') no-repeat;
}

.btn-fixed-group .back a::before,
.btn-fixed-group .pagetop a::before,
.btn-fixed-group .regulation a::before,
.btn-fixed-group .bukken a::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}
.web-procedure-flow_imagebox {
  position: relative;
}

.web-procedure-flow_imagebox a {
  display: block;
  position: absolute;
  top: -180px;
  right: -220px;
  text-align: center;
}

.web-procedure-flow_imagebox a:hover {
  opacity: .7;
}

.web-procedure-flow-img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: url(../img/web_procedure_flow.png) no-repeat;
}


#hikamei_block {
	display: none;
}

.hikamei_content .main.command {
  display: block;
  margin: 10px 0;
}

.hikamei_content {
	padding: 30px 30px 0;
}

.hikamei_content2 {
	height: 100px;
	display: flex;
	margin:30px;
}

.hikamei_content3 {
	padding: 0px 15px 0px 0px;
	text-align: center;
}

.hikamei_button {
	height: 110px;
}

.hikamei_com{
	margin-left: 30px;
	font-weight: bold;
	color: #FF0000;
}

/* --- Added by RJ 2023/02/09 --- */
.announce-txt {
        box-sizing: border-box;
        padding: 10px 30px;
        margin: 30px auto 20px;
        background: #f2faff;
        border: 2px solid #d0eeff;
}
.announce-txt p {
        margin: 1em 0;
        font-weight: bold;
}
.announce-txt-ul {
        margin: 1em 0;
        font-weight: bold;
        text-decoration:underline;
}
.announce-txt-title {
        margin: 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #005486;
}
