/******* ****** ******
    共通レイアウト
****** ****** *******/
.sp {
    display: none;
}

/*====== ヘッダー ======*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
    background: #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.header_logo {
    width: 120px;
}

.header_logo img {
    width: 100%;
}

.header_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

header .btn_area a {
    font-size: 18px;
    background: #4079BE;
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
    border-radius: 5px;
    color: #fff;
}

header .btn_area a i {
    padding-right: 5px;
}

header .btn_area a.btn_faq {
    background: transparent;
    color: #4079be;
    padding: 0px 10px;
}

header .btn_area {
    position: absolute;
    right: 0;
    top: 10px;
}

header .search_area .search input {
    padding: 2px 7px;
    border-radius: 3px;
    border: 1px #ccc solid;
    font-weight: 500;
    font-size: 15px;
    width: 180px;
    position: relative;
    padding-right: 26px;
}

header .search_area .search:after {
    content: "\f002";
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 6px;
    color: #999;
}

header .search {
    display: inline-block;
    position: relative;
}

header .user .profile_icon span {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

header .user .profile_icon span img {
    width: 100%;
}

header .user .profile_icon i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

header .user a.profile_icon {
    color: #4A4A4A;
}

header .user {
    display: inline-block;
    margin-left: 20px;
}

header .search_area {
    position: absolute;
    right: 0;
    top: 10px;
}

header .search_area i {
    margin-left: 5px;
}

header .main_menu ul {
    text-align: center;
    position: relative;
    border-top: 1px #efefef solid;
    margin-top: 10px;
}

header .main_menu ul li.contact_area.sp {
    display: none;
}

header .main_menu ul li {
    display: inline-block;
}

header .main_menu ul li a i {
    margin-right: 5px;
}

header .main_menu ul li a:hover {
    color: #4079be;
}

header .main_menu ul li a {
    padding: 15px 15px 6px;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 10px;
    transition: 0.1s;
}

header .main_menu ul li a.active {
    border-bottom: 5px #4079be solid;
    color: #4079be;
}

header .main_menu ul li.sp {
    display: none;
}

/*====== フッター ======*/
footer {
    background: #1E333B;
    text-align: center;
    padding-top: 20px;
}

footer ul li {
    display: inline-block;
    padding: 0 20px;
    margin: 20px 0;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    opacity: 0.8;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    width: 50px;
    margin: 0 auto;
}

footer .copyright {
    color: #fff;
    font-size: 13px;
    padding-bottom: 20px;
}

/*====== コンテンツ ======*/
#wrapper {
    background: #F6F6F6;
    padding: 40px 0;
    padding-bottom: 80px;
    position: relative;
}

.wrap_inner,
.breadcrumb {
    background: #fff;
    width: 1280px;
    margin: 0px auto;
    box-sizing: border-box;
}

.wrap_inner {
    padding: 20px 50px;
    padding-bottom: 50px;
    position: relative;
}

h3 {
    color: #737373;
    font-size: 30px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

h3 i {
    position: absolute;
    left: 0;
    top: 14px;
}

h3 span {
    color: #444;
    display: block;
    font-size: 16px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

/*====== パンくず ======*/
.breadcrumb {
    padding: 10px 10px;
}

.breadcrumb a {
    color: #44446e;
}

.breadcrumb a:after {
    content: "\f054";
    font-weight: bold;
    margin-left: 5px;
    font-size: 13px;
    position: relative;
    top: -1px;
    color: #999;
}

.breadcrumb span {
    color: #4079BE;
}

/*====== 画面右下バルーン ======*/
.contact_balloon {
    width: 180px;
    background: #4079be;
    padding: 25px 20px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 20px;
}

.contact_balloon .strong:before {
    content: "\f199";
    font-size: 30px;
    padding-right: 5px;
    position: relative;
    top: 3px;
}

.contact_balloon .strong {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_balloon a {
    display: block;
    color: #fff;
    background: #00D1D5;
    width: 60%;
    border-radius: 20px;
    padding: 6px 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.contact_balloon .close {
    position: absolute;
    right: 13px;
    top: 6px;
}

.contact_balloon .close:hover {
    cursor: pointer;
}

.contact_balloon.none {
    display: none;
}

/*====== 各ボタン ======*/
.btn {
    border: none;
    background: #4079be;
    color: #fff;
    font-weight: bold;
    width: 250px;
    padding: 11px 0;
    font-size: 17px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: 0.1s;
    border: 2px #4079be solid;
}

.btn.white {
    background: #fff;
    color: #444;
    border: 2px #ABB9C2 solid;
}

.btn_box {
    text-align: center;
    margin: 20px 0 40px;
}

.btn_box .btn {
    display: inline-block;
    margin: 0px 5px;
}

.btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

.btn:before {
    margin-right: 5px;
}

.btn.search:before {
    content: "\f002";
}

.btn.plus:before {
    content: "\f067";
}

.btn.edit:before {
    content: "\f044";
    font-weight: normal;
}

.btn.mini {
    font-size: 14px;
    width: auto;
    padding: 5px 10px;
}

label.btn {
    text-align: center;
}

label.btn input:hover {
    cursor: pointer;
}

label.btn input {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.btn2 {
    border: none;
    background: #4079be;
    color: #fff;
    font-weight: bold;
    width: 250px;
    padding: 11px 0;
    font-size: 17px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: 0.1s;
    border: 2px #4079be solid;
}
/*====== 検索結果テーブル ======*/
.result {
    font-weight: bold;
    margin-bottom: 10px;
}

.result span {
    color: #4079be;
    font-size: 25px;
    margin-right: 5px;
}

.result_table th,
.result_table td {
    border: none;
    border-bottom: 1px #E6E6E6 solid;
    padding: 10px 20px;
}

.result_table th.btnarea {
    width: 20px;
}

.result_table tr:nth-child(2n+1) {
    background: #F7F7FF;
}

.result_table .checkbox-p {
    margin-right: 0;
}

.result_table th:nth-child(2) {
    width: 20%;
    text-align: left;
}

.result_table tr.select {
    background: #CFE3FC;
}

.option_area {
    position: relative;
}

.option_area .view_volume p {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.option_area .view_volume {
    position: absolute;
    top: 0;
    right: 0;
}

.option_area .btn {
    display: inline-block;
}

.option_area .result {
    display: inline-block;
    margin-right: 20px;
    vertical-align: baseline;
}

.result_table .top th {
    background: #FAFAFA;
    border: 1px #E0E0E0 solid;
    border-bottom: none;
}

.result_table .top th:last-child {
    width: 10%;
}

.pager ul {
    text-align: center;
    margin: 20px 0;
}

.pager ul li {
    display: inline-block;
    font-weight: bold;
    color: #4079be;
    padding: 0px 10px;
}

.pager ul li a {
    color: #ABB3BE;
}

.pager ul li a.prev,
.pager ul li a.next {
    color: #4079be;
}

.pager ul li a.prev:before,
.pager ul li a.next:after {
    content: "\f054";
    padding: 0 5px;
}

.pager ul li a.prev:before {
    content: "\f053";
    padding: 0 5px;
}

/*====== 入力用テーブル ======*/
.form_table {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.form_table th,
.form_table td {
    border: none;
    padding: 10px;
}

.form_table th {
    text-align: left;
    width: 15%;
    vertical-align: top;
}

.form_table .preview img {
    max-width: 570px;
    width: 100%;
}

.form_table .map_search {
    max-width: 800px;
    width: 100%;
    height: 350px;
    margin: 5px 0 5px 0;
}

.search_detail input[type="text"],
.form_table input[type="text"],
.form_table input#subject,
.form_table input#from,
.form_table input[type="number"],
.form_table textarea {
    border: 2px #4079be solid;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
}

.hos_detail textarea {
    border: 2px #4079be solid;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    resize: vertical;
    height: 90px;
}

.form_table input[type="number"] {
    width: 50%;
}

.form_table textarea {
    height: 100px;
}

.form_table input#filename {
    width: auto;
    border: none;
}

.form_table select,
.search_detail select {
    border: 2px #D1DEEB solid;
    font-size: 16px;
    height: 35px;
    color: #ABB0B3;
    border-radius: 3px;
    background: #F7F8FA;
    -webkit-appearance: menulist-button;
}

.form_table .req {
    color: #D0021B;
    border: 2px #D0021B solid;
    border-radius: 3px;
    font-size: 13px;
    padding: 2px;
    margin-left: 8px;
}

.form_table .attention {
    font-size: 12px;
    display: block;
}

.form_table input[type="text"].mini {
    width: 40%;
}

.form_table input[type="text"].zip1,
.form_table input[type="text"].zip2 {
    width: 20%;
    display: inline-block;
}

.form_table input[type="text"].zip2 {
    width: 30%;
}

.form_table input[type="text"].search {
    max-width: 500px;
    width: 100%;
}

.form_table input[type="text"].map {
    max-width: 250px;
    width: 100%;
}

.form_table #map_button {
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4079be;
    padding: 6px 7px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
}

.form_table #zip_search {
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4079be;
    padding: 6px 7px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
}

.check_list li {
    display: inline-block;
    width: 23%;
    text-align: left;
    vertical-align: top;
    /* margin-left: 5px; */
    padding: 0px 0;
}

/*====== 切り替えタブ ======*/
.tab_btn:hover {
    cursor: pointer;
}

.tab_panel {
    display: none;
}

.tab_list {
    border-bottom: 2px #4079be solid;
    margin-bottom: 20px;
    letter-spacing: -.40rem;
}

.tab_btn {
    width: 17%;
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    font-size: 18px;
    letter-spacing: normal;
    position: relative;
    top: 2px;
    color: #9191BA;
}

.tab_btn.active {
    background: #fff;
    z-index: 1;
    border: 2px #4079be solid;
    color: #4079be;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

/******* ****** ******
    共通レイアウト ここまで
****** ****** *******/
/******* ****** ******
    トップページ・ログイン
****** ****** *******/
#index .content_area,
#login .content_area {
    height: 700px;
    background: url(../img/main_bg.png) center/cover;
    text-align: center;
}

#index .content_area {
    height: auto;
}

#index .content_area .txt_area {
    text-align: left;
    width: 820px;
    margin: 0 auto;
}

#index .content_area img {
    width: 200px;
    margin-top: 200px;
}

#index .content_area h1 {
    padding: 10px 0;
}

.login_btn a {
    background: #fff;
    border: 2px #999 solid;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    display: inline-block;
    text-align: left;
    width: 235px;
    position: relative;
    margin: 0 10px;
    margin-top: 30px;
}

.login_btn a:before {
    content: "";
    background: url(../img/icon_hospital.png) center/60% no-repeat #4079BE;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.login_btn a.login_doc:before {
    background: url(../img/icon_doctor.png) center/60% no-repeat #7B5FC3;
}

.login_btn a:after {
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 24px;
    color: #999;
}

#login .form table {
    width: 500px;
    margin: 0 auto;
}

#login .form th {
    width: 20%;
}

#login .form th,
#login .form td {
    border: none;
    text-align: left;
    padding: 10px 0;
}

#login .form td input {
    width: 100%;
    border: 2px #d2cce6 solid;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
}

#login .logo {
    width: 200px;
    margin: 30px 0;
}

#login h2 {
    color: #9595c8;
    margin: 40px 0 20px 0;
}

#login .btn {
    margin-top: 40px;
    margin-bottom: 20px;
}

/******* ****** ******
    情報発信　リスト
****** ****** *******/
.select_category {
    position: relative;
    border-bottom: 2px #eee solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.select_category table th,
.select_category table td {
    border: none;
}

.select_category ul li {
    display: inline-block;
}

.select_category table th {
    width: 10%;
    text-align: left;
}

.select_category table {
    width: 90%;
    margin: 10px auto;
}

.select_category table th,
.select_category table td {
    border: none;
    padding: 10px 0;
}

.select_category ul li:last-child {
    display: block;
}

.select_category ul li {
    display: inline-block;
    padding: 3px 0;
}

.select_category h4,
.search_detail h4 {
    color: #4079be;
    font-size: 18px;
}

.select_category h4 span,
.search_detail h4 span {
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.select_option a {
    color: #4079be;
    padding: 0px 10px;
    font-weight: bold;
}

.select_option {
    position: absolute;
    right: 0;
    top: 0;
}

.select_category.country {
    border: none;
}

.mail_list {
    position: relative;
}

.mail_list .select_option {
    top: 60px;
    text-align: center;
}

/******* ****** ******
    情報発信
****** ****** *******/
.send_select {
    margin-bottom: 30px;
    text-align: center;
}

.send_select p {
    display: inline-block;
    margin-right: 20px;
}

.send_select {
    margin-bottom: 30px;
}

.hospital_list {
    text-align: center;
    margin-bottom: 40px;
}

.hospital_list li {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
}

/*====== 病院リストモーダル ======*/
#clinic_list .scroll_area {
    height: 550px;
    overflow-y: scroll;
    border-bottom: 1px #eee solid;
    box-sizing: border-box;
    padding-bottom: 10px;
}

#clinic_list .city dt {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px #e8e8e8 solid;
    color: #4079be;
}

#clinic_list .city dd {
    padding: 0 20px;
}

#clinic_list .city .check_list li {
    width: 15%;
}

#clinic_list .btn {
    margin: 0 auto;
    margin-top: 20px;
}

.modal a.modalClose {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 24px;
    margin: 0;
}

.modal p.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #4079be;
    margin-bottom: 10px;
}

/******* ****** ******
    SMS通知
****** ****** *******/
.form_table.send_sms th {
    text-align: center;
}

.sms_result {
    width: 95%;
    margin: 0 auto;
    height: 200px;
    overflow-y: auto;
    border: 1px #ccc solid;
    padding: 5px 10px;
    box-sizing: border-box;
}

.sms_result li {
    padding: 2px 0;
    border-bottom: 1px #eee solid;
    position: relative;
    padding-right: 95px;
}

.sms_result li:last-child {
    border-bottom: none;
}

.sms_result li span {
    color: #828282;
    margin-right: 20px;
}

.sms_result .restor {
    color: #fff;
    background: #93bae8;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 7px;
    position: absolute;
    right: 0;
}

/******* ****** ******
    マイページ
****** ****** *******/
.result_table.message td:last-child {
    text-align: center;
}

.result_table.message tr {
    border: 1px solid #ddd;
}

.use_plan {
    text-align: center;
    margin-bottom: 40px;
}

.use_plan .plan_detail {
    display: inline-block;
    width: 30%;
    margin: 0 20px;
    vertical-align: top;
    text-align: left;
}

.use_plan .plan_detail .radio-p {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 45px;
    font-size: 22px;
    margin-bottom: 10px;
}

.use_plan .plan_detail .radio-p::before {
    top: 15px;
    left: 13px;
    width: 23px;
    height: 23px;
}

.use_plan .plan_detail .radio:checked+.radio-p::after {
    top: 18px;
    left: 16px;
    width: 19px;
    height: 19px;
}

a.cancel {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #91b2da;
}

#mypage .form_table th {
    width: 25%;
}

/******* ****** ******
    登録情報変更
****** ****** *******/
.doctor_edit .form_table,
.doctor_edit .btn {
    margin-bottom: 10px;
}

.doctor_edit .btn {
    text-align: center;
}

.refine {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.refine p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.refine .checkbox-p {
    padding-left: 25px;
    position: relative;
    margin-right: 0;
    cursor: pointer;
    display: inline-block;
    width: 13%;
    border: 2px #4079be solid;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
    color: #4079be;
}

.refine .checkbox:checked+.checkbox-p {
    background: #4079be;
    color: #fff;
}

.refine .checkbox:checked+.checkbox-p::after {
    top: 7px;
    left: 6px;
}

.refine .checkbox-p::before {
    display: none;
}

.result_table th .edit_btn {
    color: #D3D6D9;
}

.result_table th .edit_btn:hover {
    color: #4079be;
}

.base_info h3 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0;
}

.base_info h4 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.car_capa {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.car_capa input[type="number"] {
    width: 30%;
    padding: 3px 10px;
}

.base_info .form_table select,
.search_detail select {
    background: #fff;
    color: #666;
}

.base_info .form_table input[type="text"],
.base_info .form_table input[type="number"],
.base_info .form_table textarea,
.base_info .form_table select {
    border-color: #6E6F73;
}

td.latitude .result_area {
    margin-top: 10px;
}

td.latitude .result_area dl,
td.latitude .result_area dt,
td.latitude .result_area dl,
td.latitude .result_area dd {
    display: inline-block;
}

td.latitude .result_area dl {
    margin: 5px 0;
    margin-right: 5px;
}

td.latitude span.fz_s {
    display: block;
}

/******* ****** ******
    開業医検索
****** ****** *******/
.search_detail {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    border-left: 2px #eee solid;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.search_detail.top {
    border: none;
}

.search_detail p {
    margin-top: 10px;
}

.search_detail.top ul li {
    display: inline-block;
}

.search_detail.top ul li a {
    border: 2px #4079be solid;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
    color: #4079be;
    border-radius: 5px;
}

.search_detail select {
    width: 100%;
    margin-bottom: 10px;
}

.search_detail select {
    border-color: #243240;
    background: #F7F8FA;
}

.search_detail .form_table {
    width: 100%;
}

.search_detail .form_table th {
    text-align: left;
    width: 35%;
    vertical-align: top;
}

.search_detail .form_table .checkbox-p {
    margin: 0;
}

.wrap_inner.search_box .btn {
    margin-bottom: 0;
}

.wrap_inner.search_box {
    margin-bottom: 40px;
}

.wrap_inner.search_result {
    padding: 0;
    padding-bottom: 30px;
}

.search_result .view_volume ul li {
    display: inline-block;
}

.gmap iframe {
    width: 100%;
    height: 400px;
}

.gmap {
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    position: relative;
}

.gmap .gmap {
    height: 400px;
}

.search_result .result_list {
    padding: 20px;
}

.result_detail {
    text-align: center;
    margin-bottom: 20px;
}

.result_detail li {
    display: inline-block;
    text-align: left;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
    margin-bottom: 20px;
}

.result_detail .image_photo {
    text-align: center;
    position: relative;
}

.result_detail .mark {
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    background: #4079be;
    width: 50px;
    height: 50px;
}

.result_detail .range {
    position: absolute;
    background: #4079be;
    bottom: 0;
    left: 20px;
    padding: 4px 12px;
    border-radius: 5px 5px 0px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.result_detail .date {
    position: absolute;
    background: #8c8c8c;
    bottom: 0;
    right: 20px;
    padding: 4px 12px;
    border-radius: 5px 5px 0px 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.result_detail .hos_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.result_detail .hos_info {
    position: relative;
}

.result_detail .hos_info div {
    width: 70%;
}

.result_detail .access {
    position: absolute;
    right: 5px;
    top: 21px;
    display: inline-block;
    background: #4079be;
    color: #fff;
    border-radius: 3px;
    padding: 0 9px;
    font-size: 15px;
}

.result_detail .image_photo {
    height: 200px;
    overflow: hidden;
    border: 1px #ccc solid;
}

.result_detail .image_photo img {
    width: 100%;
}

.search_result .view_volume ul li.title {
    font-weight: bold;
    color: #777;
    font-size: 14px;
    margin-left: 10px;
}

.hos_detail {
    position: relative;
}

.result_detail li.new:after,
.hos_detail_new:after {
    content: "";
    background: url(../img/new_ribbon.png) center/100% no-repeat;
    display: inline-block;
    width: 64px;
    height: 62px;
    position: absolute;
    top: -3px;
    left: -4px;
}

/******* ****** ******
    病院情報
****** ****** *******/
.hos_detail .image {
    width: 400px;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    display: inline-block;
}

.hos_detail .image img {
    width: 99%;
    height: auto;
    max-height: 260px;
    border: 1px #ccc solid;
}

.hos_detail .btn {
    font-size: 15px;
    padding: 0px 7px;
    width: auto;
    display: inline-block;
    margin: 0 0 0 350px;
}

.hos_detail button.add_btn {
    text-align: right;
}

.hos_detail .txt_area {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 63%;
}

.hos_detail .txt_area dl {
    margin-bottom: 10px;
}

.hospital_info .txt_area dl dd {
    position: relative;
}

#detail .hospital_info dd .department li:after {
    content: "/";
    color: #e0e0e0;
}

#detail .hospital_info dd .department li:last-child:after {
    display: none;
}

#detail .hospital_info dd .department li {
    display: inline-block;
}

#detail .hospital_info dd {
    padding: 0 20px;
}

.hospital_info .txt_area dl dd .strong {
    font-size: 24px;
}

.hospital_info .txt_area dl dt {
    font-weight: bold;
    color: #a0c7f7;
}

.hospital_info .clumn2 {
    width: 48%;
    display: inline-block;
}

#detail .access {
    background: #4079be;
    color: #fff;
    padding: 3px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    top: 30px;
    right: 0;
}

#detail .print {
    display: inline-block;
    text-align: right;
    margin: 0 10px;
}

#detail h3 .print {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 16px;
}

#detail .print i {
    margin-right: 5px;
}

#detail .btn_area {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 30px;
    right: 50px;
}
#detail .updatedate {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    font-size: 14px;
    color: #8c8c8c;
    top: 110px;
    right: 55px;
}

#detail h3 {
    display: inline-block;
    width: 54%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.hospital_info .clumn2 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.hospital_info table {
    border-collapse: separate;
    border-spacing: 0;
}

.hospital_info td,
.hospital_info th {
    border: none;
    border-left: 2px #4079be solid;
    text-align: center;
    color: #4079be;
    padding: 5px 0;
}

.hospital_info td:last-child,
.hospital_info th:last-child {
    border-right: 2px #4079be solid;
}

.hospital_info th {
    width: 100px;
    border-top: 2px #4079be solid;
}

.hospital_info td {
    border-bottom: 2px #4079be solid;
}

.hospital_info th:first-child {
    border-radius: 5px 0 0 0;
}

.hospital_info td:first-child {
    border-radius: 0 0 0 5px;
}

.hospital_info th:last-child {
    border-radius: 0 5px 0 0;
}

.hospital_info td:last-child {
    border-radius: 0 0 5px 0;
}

.hospital_info table.address th,
.hospital_info table.address td {
    border: none;
    text-align: left;
    color: #444;
}

.hospital_info table.address tr:first-child td {
    font-size: 20px;
}

.hospital_info h4 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.hospital_info table.w80 {
    width: 90%;
    margin-top: 5px;
}

.hos_detail_2 .hos_name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hos_detail_2 .profile_icon span {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.hos_detail_2 .profile_icon span img {
    width: 100%;
}

.hos_detail_2 a.profile_icon {
    color: #4A4A4A;
}

.favorite {
    display: inline-block;
    font-size: 16px;
    padding: 0px 8px;
    border: 2px #4079be solid;
    border-radius: 5px;
    right: 0;
    top: 10px;
}

h3 .favorite i {
    position: static;
    margin-right: 7px;
    font-size: 16px;
}

.favorite.active {
    background: #4079be;
    color: #fff;
}

.display_msg {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
}

.result_detail li.andmore {
    display: none;
}

.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}

.overLay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.modal .inner {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    padding-top: 20px;
}

.modal .inner .qrcode_area{
    text-align: center;

}

#clinic_list .inner {
    width: 800px;
}

.modal table {
    width: 100%;
}

.modal textarea {
    height: 100px;
}

.modal th {
    padding: 21px 0;
    margin: 16px 0;
}

.modal .box_btn.notice,
input.box_btn.notice {
    margin: 10px auto;
    margin-top: 20px;
    display: block;
    border: none;
    background: #46cdd0;
    background-image: url(../img/ico_07.png);
    box-shadow: 0 5px 0 0 #2f9192;
    cursor: pointer;
    width: 300px;
    background-repeat: no-repeat;
    background-position: 46px;
    padding-left: 40px;
}

a.modalClose {
    display: block;
    text-align: center;
    margin-top: 27px;
    color: #868686;
    cursor: pointer;
}

#detail .modal h3 {
    text-align: center;
    padding: 0;
    width: 100%;
}

#detail .hospital_info dd.schedule {
    border: none;
    padding: 0 0;
    margin: 0;
    border-radius: 5px;
    color: #4079be;
    font-weight: bold;
    letter-spacing: normal;
}

#detail .hospital_info dd.schedule div {
    display: block;
    width: 100%;
    border: 2px #4079be solid;
}

#detail .hospital_info dd.schedule dl {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    border-right: 2px #4079be solid;
    text-align: center;
    letter-spacing: normal;
}

#detail .hospital_info dd.schedule dl:last-child {
    border: none;
}

#detail .hospital_info dd.schedule dl dt,
#detail .hospital_info dd.schedule dl dd {
    padding: 5px 0;
}

#detail .hospital_info dd.schedule div:first-child {
    border-right: 2px #4079be solid;
}

/******* ****** ******
    お気に入り一覧
****** ****** *******/
.fav_list .add_day {
    font-weight: bold;
    font-size: 18px;
    color: #737373;
    margin-bottom: 10px;
}

.fav_list .add_day .delete {
    float: right;
}

.fav_list .hospital_img img {
    width: 100%;
}

.fav_list .hospital_img {
    display: inline-block;
    width: 300px;
}

.fav_list .hospital_info {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.fav_list .main dt,
.fav_list dl.main dd {
    font-size: 22px;
    color: #737373;
    line-height: 1.3;
}

.fav_list .main dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.fav_list .main dd .station {
    font-size: 19px;
}

.fav_list .hospital_info .clumn2 dt {
    font-weight: bold;
    color: #73738a;
}

.fav_list .hospital_info .clumn2 {
    margin-top: 15px;
    margin-right: 10px;
}

.fav_list .hospital_info dd li {
    display: inline-block;
}

.fav_list .hospital_info dd li:after {
    content: "、";
}

.fav_list .hospital_info dd li:last-child:after {
    display: none;
}

.fav_list {
    position: relative;
    margin-bottom: 30px;
}

.fav_btn {
    border: 2px #4079be solid;
    padding: 3px 10px;
    font-size: 24px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 0;
}

.fav_btn.active i {
    font-weight: bold;
}

.fav_btn.active {
    background: #d9e8fa;
}

.fav_list table.form_table {
    margin-top: 20px;
}

.fav_list table.form_table .btn {
    font-size: 15px;
    padding: 0px 7px;
    width: auto;
    display: inline-block;
    margin: 0 0 0 830px;
}

.fav_list .hospital_img {
    border: 1px #ccc solid;
    line-height: 0;
}

/******* ****** ******
    TOP スポンサーロゴ
****** ****** *******/
.sponsor_list li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.sponsor_list li img {
    width: 100%;
    max-width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#index .content_area .sponsor_list li img {
    margin-top: 0;
}

div#sponsor h3 {
    margin-bottom: 0;
}

#sponsor .sponsor_list {
    width: 960px;
    margin: 0 auto;
}

div#sponsor h3 {
    font-size: 21px;
    margin-bottom: 50px;
    color: #828bc4;
}

#sponsor {
    padding: 50px 0;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 200px;
}

.sponsor_list li span {
    font-weight: bold;
    color: #435ca9;
}

.result_detail .cooperation {
    padding-left: 41px;
    background-image: url(../img/cooperation.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
    background-size: 25px;
}

.cooperation_mark {
    padding: 5px 0px 5px 40px;
    background-image: url(../img/cooperation_ico.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.cooperation_mark_d {
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    background-image: url(../img/cooperation_ico.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

#overlay {
    position: fixed;
    display: none;
    color: red;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    cursor: pointer;
    text-align: center;
}

#overlay img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;

}

.loader,
.loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sug_box a {
    color: #fff;
    background: #4079be;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px 0px 0 5px;
    position: fixed;
    top: 80%;
    right: 0;
    text-align: center;
}

.sug_box a::before {
    content: "";
    background: url(../img/ico_09.png);
    width: 31px;
    height: 33px;
    background-size: 100%;
    display: block;
    margin: 5px auto;
}

/*====== 2018/10/23 メモ機能 ======*/
.memo_list {
    position: relative;
}

.memo_list .sidebar ul {
    height: 548px;
    overflow-y: auto;
}

.memo_list .preview {
    width: auto;
    height: 600px;
    overflow-y: auto;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.memo_list .preview textarea {
    font-size: 16px;
    width: 680px;
    height: 490px;
    overflow-y: auto;
    border: 0px #ccc solid;
    box-sizing: border-box;
    margin: 10px 0px 0px 0px;
}

.memo_list .preview .btn {
    font-size: 15px;
    padding: 0px 7px;
    width: auto;
    display: inline-block;
    margin: 0 0 0 600px;
}

.memo_list .sidebar {
    float: left;
    width: 450px;
    padding-bottom: 50px;
    border: 1px #ccc solid;
    border-right: none;
}

.memo_list .btn.plus {
    position: absolute;
    padding: 3px 25px;
    width: auto;
    font-size: 15px;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 452px;
    border-radius: 0;
    padding: 12px 0;
}

.memo_list .sidebar ul li {
    padding: 10px;
    height: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.memo_list .sidebar ul li:last-child {
    border-bottom: none;
}

.memo_list .preview .adddate {
    color: #aaa;
    border-bottom: 1px #ccc solid;
    font-size: 15px;
    position: relative;
    padding: 5px 10px;
}
.memo_list .preview .adddate .name {
    color: #3C77D4;
}

.memo_list .preview .adddate .delete {
    border: none;
    background: transparent;
    color: #aaa;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.memo_list .preview dl {
    padding: 0 15px;
}

.memo_list .preview dt {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.memo_list .preview dd p {
    margin-bottom: 16px;
}

.memo_list .sidebar .title {
    font-weight: bold;
    font-size: 16px;
}
.memo_list .sidebar .title .name {
    color: #3C77D4;
}

.memo_list .sidebar p {
    font-size: 15px;
}

.memo_list .sidebar span.date {
    color: #77b0f5;
    display: block;
    margin-right: 10px;
    font-weight: normal;
    color: #8c8c8c;
    font-size: 14px;
}

.memo_list .sidebar ul li:nth-child(2n-1) {
    background: #f7f7ff;
}

.memo_list .sidebar ul li.active {
    background-color: #FFFF99;
}

.history ul li a {
    border: 2px #4079be solid;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
    color: #4079be;
    border-radius: 5px;
}

.history ul li {
    display: inline-block;
    margin-right: 5px;
}

.history p {
    font-weight: bold;
    margin-bottom: 10px;
}

.history {
    margin-bottom: 20px;
}


/*トグルスイッチ css 20181121*/
.tggle_check li {
    margin-bottom: 3px;
}
.toggleswitch{
  display: none;
}
.toggleswitch-p {
    padding: 4px 45px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    padding-right: 0;
}
.toggleswitch-p::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 35px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 60px;
    transition: 0.4s;
}
.toggleswitch-p::after {
    content: "";
    display: block;
    top: 6px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
    position: absolute;
}
.toggleswitch:checked + .toggleswitch-p{
  /*color: #009a9a;*/
}
.toggleswitch:checked + .toggleswitch-p::after{
    margin-left: 15px;
    background-color: #4079be;
}
.toggleswitch:checked + .toggleswitch-p::before{
    border-color: #4079be;
}



/*分析ページ 追加コード 20181127*/
/*全体の幅*/
.report_boxarea{
  width:100%;
  height:auto;
  margin:0 auto;
  text-align:center;
}

.text_b{font-weight:600;}

.text_weight{font-weight:normal;}

.header_text{
  float:left;
  line-height:54px;
  color:#727073;
  letter-spacing:1px;
  font-size:1.2em;
}


.report_boxarea th{border:none;}
.report_boxarea td{border:none;}

/*背景色*/
.wrapper{
  position: relative;
}

/*ボックス css統一*/
.box_w {
    display: inline-block;
    width: 48%;
    background: #fff;
    vertical-align: top;
    border-radius: 5px;
    text-align: left;
    height: 300px;
    border:1px solid #ccc;
}





.box_w:nth-child(odd){margin-right:30px;}


/*上２つボックス*/
  
  
/*〜月のレポート*/
.box_report{  
  height:300px;
  overflow-y: scroll;
}

.box_report table{
  width:100%;
  border-radius:10px;
  margin-top:-65px;
  text-align:left;
}

@-moz-document url-prefix() {

.box_report table{
  margin-top:-95px;
}

}


 .box_report table tr:nth-child(even){
  background-color:#F6F7FF;
  } 

.box_report table th{
  padding:9px 0 16px 0;
  background-color:#FEFEFE;
  border-bottom:1px solid #DDDCDF;
  border-radius:10px 10px 0px 0px;
  color:#757275;
  font-size:19px;
  text-align:center;
  letter-spacing:2px;
  }
  
.box_report table td{
  padding:15px 0px 14.5px 18px;
  color:#757275;
  letter-spacing:1.5px;
  }


  @-moz-document url-prefix() {
	
.box_report table td{
  padding:12px 0px 12px 18px;
  }

}


.box_report table td:not(.border_none){border-bottom:1px solid #DDDCDF;}

.box_report table td:nth-child(1){
  width:185px;
  font-weight:bold;}
  

.report_border{
  height:30px;
  line-height:30px;
  letter-spacing:1.5px;
  border-left-width: 4.5px;
  border-left-style: solid;
  border-left-color: #4577BA;
  padding:7px 0px 7px 15px;
}


  
  
  
/*円グラフ*/
.sircle_glaph{
position:relative;
}
  

.sircle_glaph_box{
    width: 390px;
    height: 230px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
 }


.sircle_graph_left{
/*
  width:70%;
  max-width:330px;
 */
  display:inline-block;
}

.sircle_graph_left img{width:260px;}

.sircle_graph_right{
  width:23%;
  max-width:100px;
  display:inline-block;
  vertical-align:top;
  margin: 31px 0 0 25px;
}


.text_p{
  font-size:12px;
  text-align:left;
  margin-top:10px;
  color:#737373;
}

.p_box{width:13px;
height:13px;
display:inline-block;
vertical-align:middle;
margin-right:8px;}

.box_sq{background-color:#4A5C61;}

.box_sq2{
  background-color:#4478BD;
}



/*下のボックス*/

/*検索されたエリア＿グラフ*/
.box_graph{
  margin-top:35px;
  }
  
/*
.box_graph_box{
  width:100%;
  height:auto;
  padding:0px 0px;
  margin:0 auto;
} 
*/
  
.glaph_left{
   width: 52%;
   float: left;
   font-size: 15px;
   margin: 15px 10px 0px 10px;
   position:relative;
}

.glaph_left img{
  width:100%;
  max-width:210px;
  position: relative;
  top: 10px;
  left:45px;
  z-index: 0;
}

.glaph_right{
  width:43%;
  float:right;
  height:85%;
  font-size:15px;
  margin-top:15px;
  position:relative;
  }


.glaph_right:before{
  content:"";
  width:1px;
  height:180px;
  border-left:1px solid #DDDCDF;
  position:absolute;
  top: 50px;
  left: 0;
}



.glaph_right img{
	width: 100%;
    min-width: 140px;
    max-width: 190px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
  

.graph_text_left{
  position:absolute;
  top:0px;
  left:10px;
  z-index:2;
  color:#737373;
  letter-spacing:0.6px;
}

.graph_text_right{
  position:absolute;
  top:0px;
  right:0px;
  z-index:2;
}

.graph_color{color:#3C77D4;}


.box_glaph2{
  width:100%;
  margin-top:20px;
  border-radius:20px;
  background-color:#555;
  padding:10px 0px;
  color:#6F6E6F;}
  

.glaph_right_box{
  width:210px;
  margin:0 auto;
  }
  
.graph_text2{
  position:absolute;
  top:0;
  left:15px;
  z-index:2;
}

  
.box_graph img{padding:10px 0px 0px 0px;}




/*検索語句*/
.search_word{
  margin-top:35px;
  }
  
.search_word_margin{
margin-left:30px;
text-align:left;
} 

.search_table_box{
  width:100%;
  display:inline-block;
}

.search_table{
  display:inline-block;
}

.search_table ul{display:inline-block; list-style-type: none;}


.search_table li:nth-child(1){border-bottom:1px solid #000;}




.analytics_box.keyword h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 25px;
    letter-spacing: 1px;
    margin:0px;
}


  @-moz-document url-prefix() {

.analytics_box.keyword h3 {
    padding: 10px 20px 0px 20px;
}

  }


.analytics_box.keyword {
    letter-spacing: -40rem;
}


/*safari cssハック　表の飛び出し調整*/
_::-webkit-full-page-media, _:future, :root .analytics_box.keyword {

letter-spacing: -0.3rem;

}

.analytics_box{height:auto !important;}

.analytics_box.keyword dl {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
}

.analytics_box.keyword dl dt p {
    display: inline-block;
    font-size: 15px;
    color:#6D6C6D;
}

.analytics_box.keyword dl dt,
.analytics_box.keyword dl dd li {
    padding: 0px 7px;
    border-bottom: 1px #ccc solid;
}

.analytics_box.keyword dl dd li:last-child {
    border-bottom: none;
}

.analytics_box.keyword dl dd li {
	/*
    padding: 10.2px 0px 10.2px 15px;
    */
    padding: calc(100% / 28);
    font-size: 15px;
    color:#737373;
}


  @-moz-document url-prefix() {
	
.analytics_box.keyword dl dd li {
    padding: calc(100% / 53);
}

}


.analytics_box.keyword dl.top5 li {
    border-right: 1px #ccc solid;
}

.analytics_box.keyword dl dt {
    font-weight: bold;
}

.analytics_box.keyword .ranking {
    width: 10%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.analytics_box.keyword .word {
    display: inline-block;
    width: 68%;
}

.analytics_box.keyword dt .word {
    margin-left: 49px;
    font-size: 15px;
    margin-right: 14px;
    padding-bottom: 8px;
    width: 50%;
    color:#6D6C6D;
}


  @-moz-document url-prefix() {
.analytics_box.keyword dt .word {
    padding-bottom: 3px;
}
}


.times{letter-spacing:0.6px;}

/*====== ほめレポ追加 190129 ======*/
#homerepo h3 a.btn {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0px 10px;
    width: auto;
    font-size: 14px;
}
#homerepo h3 a.btn.csv {
    right: 115px;
}
#homerepo h3 span.last_datetime {
    font-size: 16px;
    display: inline;
    margin-left: 10px;
    font-weight: normal;
}

#homerepo .enquete_voice ul {
    border: 2px #cdd4e4 solid;
    border-radius: 10px;
    padding: 19px;
    height: 200px;
    overflow-y: auto;
}
#homerepo .enquete_voice li p {
    width: 75%;
    margin-left: 20px;
}
#homerepo .enquete_voice li span, #homerepo .enquete_voice li p {
    display: inline-block;
    vertical-align: middle;
}
#homerepo .enquete_voice li span {
    width: 100px;
    text-align: center;
}
#homerepo .enquete_voice li span img {
    width: 60%;
}
#homerepo .enquete_voice li {
    padding: 10px 0;
    border-bottom: 1px #e3e6ec solid;
    color: #908ea2;
}
#homerepo .enquete_voice li:last-child {
    border: none;
}
#homerepo .enquete_voice a.btn {
    font-size: 14px;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    bottom: -20px;
}
#homerepo .enquete_voice {
    position: relative;
    padding-bottom: 60px;
}
#homerepo .enquete_voice {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
#homerepo .start_enquete h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
#homerepo .start_enquete dd .btn.sent_sms {
    display: block;
}
#homerepo .start_enquete dd .btn {
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 5px 14px;
    max-width: auto;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}
#homerepo .start_enquete dl {
    margin-bottom: 40px;
}
#homerepo .start_enquete dd span {
    color: #9c9c9c;
}

/*====== タスク管理ポップアップメニュー ======*/

ul.menu {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0px 10px;
    width: auto;
    font-size: 14px;
}
ul.menu.load_span:after {
    content: "▼";
    margin-left: 5px;
    position: relative;
    right: -4px;
    font-size: 12px;
    top: -1px;
}
ul.menu a.btn2{
    width: auto;
    color: white;
    padding: 5px 10px;
    font-size:14px;
}
ul.menu a.btn2.load_span:after {
    content: "▼";
    margin-left: 5px;
    position: relative;
    right: -4px;
    font-size: 12px;
    top: -1px;
}

ul.menu > li {
    float: left;
    height: 16px;
    line-height: 16px;
    color: #4079be;
}

ul.menu > li a {
    font-size: 12px;
    padding: 0px 5px;
    display: block;
    color: #4079be;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    color: #fff;
}

ul.menu__second-level li {
    border-top: 0px solid #fff;
    padding: 5px 5px;
    height: 25px;
    line-height: 25px;
}

ul.menu__second-level > li a{
    color: #fff;
}
ul.menu__second-level > li a:hover{
    color: gold;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
    z-index:10;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    right: -10px;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    background: #4079be;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.clear{
    clear: left;
}
#overlay2 {
    position: fixed;
    display: none;
    color: red;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
    cursor: pointer;
    text-align: center;
}
.homerepo_all{
    display: none;
}

@media print{
    .no_print{
        display: none;
        visibility:hidden;
    }

    #wrapper{
        margin-top: -200px;
    }

    #homerepo .enquete_voice ul{
        height: auto;
    }
}