@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
= 医療
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navigation_company_area .comapny_anchor a:hover{
    color: #e31732;
    text-decoration: underline;
}
.genre-heading {
    border: none;
}

/* フローターレイアウト修正
----------------------------------------------- */
.sim_tel_wrapper{
    width: 220px;
}

/* ランキング
----------------------------------------------- */
.cate_summary_box {
    margin: 0;
}
.ranking h2 + p,
.cate_summary p {
    padding: 0;
}
.ranking {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0 50px;
}
.ranking h2 {
    font-size: 24px;
    font-weight: bold;
}
.ranking a {
    text-decoration: none;
}
.ranking h2 + p {
    margin: 15px 0 7px;
    font-size: 16px;
}
.ranking .ranking_list {
    display: flex;
    margin: 0 0 15px;
}
.ranking .ranking_list li {
    width: 190px;
    border-top: 5px solid #f6f6f6;
    border-bottom: 5px solid #f6f6f6;
    border-left: 5px solid #f6f6f6;
}
.ranking .ranking_list li.no1 {
    width: 280px;
}
.ranking .ranking_list li:last-of-type {
    border-right: 5px solid #f6f6f6;
}
.ranking .product_check input[type=checkbox] {
    display: none;
}
.ranking .product_check label {
    display: block;
    position: relative;
    height: 35px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.ranking .product_check input[type=checkbox]:checked + label {
    background-color: #ffeee8;
}
.ranking .product_check label::before,
.ranking .product_check label::after {
    position: absolute;
    content: '';
}
.ranking .product_check label::before {
    top: calc(50% - 12px);
    left: calc(50% - 10px);
    width: 24px;
    height: 24px;
    outline: 1px solid #d5d5d5;
    background-color: #fff;
}
.ranking .product_check input[type=checkbox]:checked + label::before {
    outline: 1px solid #ffeee8;
}
.ranking .product_check label::after {
    top: 50%;
    left: 50%;
    width: 13px;
    height: 6px;
    margin: -7px 0 0 -6px;
    border-left: 3px solid #cecece;
    border-bottom: 3px solid #cecece;
    transform: rotate(-45deg);
}
.ranking .product_check input[type=checkbox]:checked + label::after {
    border-left-color: #e31732;
    border-bottom-color: #e31732;
}
.ranking .product_wrap {
    padding: 10px 25px 20px;
}
.ranking .product_rank {
    margin: 0 0 10px;
}
.ranking .ranking_icon {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 42px;
    height: 40px;
    margin: 0 0 5px;
    padding: 0 0 0 45px;
}
.ranking .ranking_list li:first-child .ranking_icon {
    line-height: 36px;
    font-size: 22px;
}
.ranking .ranking_icon::before {
    position: absolute;
    top: 15%;
    left: 0;
    width: 35px;
    height: 28px;
    content: "";
}
.ranking .ranking_icon::before {
    background: url(../life-insurance/images/ico_rank_other.png) no-repeat;
}
.ranking .no1 .ranking_icon::before {
    background: url(../life-insurance/images/ico_rank_no1.png) no-repeat;
}
.ranking .no2 .ranking_icon::before {
    background: url(../life-insurance/images/ico_rank_no2.png) no-repeat;
}
.ranking .no3 .ranking_icon::before {
    background: url(../life-insurance/images/ico_rank_no3.png) no-repeat;
}
.ranking .ranking_icon span {
    font-size: 30px;
}
.ranking .no1 .ranking_icon span {
    font-size: 38px;
}

.ranking .ranking_list .product_logo {
    width: 110px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.ranking .ranking_list .product_logo a {
    display: block;
    padding: 11px;
    text-align: center;
}
.ranking .product_detail {
    font-size: 16px;
}
.ranking .company_name {
    margin-bottom: 5px;
    font-weight: bold;
}
.education .contents_box a {
    text-decoration: none;
}
/*- 資料請求ボタン -*/
.ranking .overlay_request {
    margin: 0 0 30px;
}
.ranking .overlay_request button {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 19px 0;
    border: none;
    border-radius: 4px;
    box-shadow: #dc350c 0 5px;
    background-color: #fd5925;
}
.ranking .overlay_request button:hover {
    cursor: pointer;
    background: #dc3501;
    box-shadow: 0 5px 0 #b72501;
}

/*- ランキングリンク -*/
.ranking_link {
    display: flex;
    justify-content: space-between;
}
.ranking .more_ranking a {
    position: relative;
    padding: 0 14px 0 0;
}
.ranking .more_ranking a span.underline {
    border-bottom: 1px solid #707070;
}
.ranking .more_ranking a:hover span.underline {
    border-color: #e31732;
}
.ranking .more_ranking a em {
    font-weight: bold;
}
.ranking .more_ranking a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #b3ac97;
    border-right: 2px solid #b3ac97;
    transform: rotate(45deg) translateY(-50%);
}
/* ランキングが無い時 */
.ranking .product_none+.more_ranking {
    text-align: right;
}

/* リード文
----------------------------------------------- */
.cate_summary {
    width: auto;
    float: none;
    margin: 0 0 20px;
}
.cate_summary .summary_inner {
    display: flex;
    margin: 20px 0;
}
.cate_summary .summary_inner h2 {
    width: 270px;
    padding: 0 45px 0 0;
    font-weight: bold;
    font-size: 24px;
}
.cate_summary .summary_inner p {
    width: 775px;
    padding: 0;
}

/* シミュレーション
----------------------------------------------- */
.simulation_wrap .simulation_ttl {
    color: #333;
    padding: 0 5px 3px;
    border-bottom: 2px solid #333;
    background-color: #f5f5f5;
    font-size: 22px;
}
.simulation_wrap .simulation_category {
    display: flex;
    background: none;
}
.simulation_wrap .simulation_category.clearfix:after {
    content: none;
}
.simulation_wrap .simulation_category .step01,
.simulation_wrap .simulation_category .step02,
.simulation_wrap .simulation_category .step03 {
    float: none;
}
.simulation_wrap .simulation_category dt {
    font-size: 16px;
    font-weight: normal;
    position: static;
    padding: 4px 0 4px 0;
}
.simulation_wrap .simulation_category .step01:after,
.simulation_wrap .simulation_category .step02:after {
    width: 20px;
    height: 20px;
    border-color: #333;
    border-width: 5px;
    top: 50%;
    transform: rotate(45deg);
}
.simulation_wrap .simulation_category dt:before {
    content: none;
}
.simulation_wrap .simulation_category dd {
    background: none;
    padding: 0;
}
.simulation_wrap .simulation_category dd select {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 13px 25px 13px 18px;
    -webkit-appearance: none;
    border: 1px solid #fd5925;
    box-shadow: 0 0 0 1px #fd5925 inset;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
.simulation_wrap .simulation_category .step01 dd,
.simulation_wrap .simulation_category .step02 .select_age {
    position: relative;
}
.simulation_wrap .simulation_category .step01 dd::before,
.simulation_wrap .simulation_category .step02 .select_age::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    z-index: 3;
    transform: translateY(-50%);
    border-top: 7px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    pointer-events: none;
}
.simulation_wrap .simulation_category .step01 dd select {
    width: 100%;
}
.simulation_wrap {
    background-color: #f5f5f5;
}
.simulation_wrap .simulation_category .step02 {
    width: 235px;
    margin: 0 70px 0 0;
}
.simulation_wrap .simulation_category .step02 .select_age {
    width: 105px;
}
.simulation_wrap .simulation_category .step02 .select_gender label {
    padding: 13px 5px 13px 5px;
    border: 1px solid #999;
    box-shadow: none;
}
.simulation_wrap .simulation_category .step02 .select_gender label:last-child {
    border-left: 1px solid #fd5925;
}
.simulation_wrap .simulation_category .step02 .select_gender label.active {
    font-weight: bold;
    border-color: #fd5925;
    box-shadow: 0 0 0 1px #fd5925 inset;
}
.simulation_category .step03 {
    align-self: center;
}

/* 保険会社から選ぶ
----------------------------------------------- */
.navigation_box {
    overflow: inherit;
    margin: 0;
}
.navigation_box_inner {
    display: block;
    border-collapse: inherit;
    border-spacing: 0;
    border-top: 1px solid #333;
    padding: 20px 0 50px;
}
.navigation_box_inner .navigation_company_area {
    display: block;
}
.navigation_box .cp-contents_box .sub_heading {
    font-size: 24px;
    font-weight: bold;
    line-height: inherit;
    padding: 0;
    border-top: none;
    border-bottom: none;
    position: relative;
}
.navigation_company_area .sub_heading {
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.navigation_company_area .sub_desc {
    font-size: 16px;
    margin: 20px 0;
}
.navigation_company_area .sub_desc .underline {
    border-bottom: 1px solid #707070;
}
.navigation_company_area .sub_desc em {
    font-size: 18px;
    font-weight: bold;
}
.navigation_company_area .md-btn-area {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
}
.navigation_company_area .md-btn-area img {
    vertical-align: top;
}
.navigation_company_area .company_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.navigation_company_area .company_list li {
    float: none;
    margin: 0;
    text-align: left;
    box-sizing: content-box;
    width: 140px;
    padding: 15px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.navigation_company_area .company_list li:nth-of-type(6n) {
    border-right: none;
}
.navigation_company_area .company_list li:nth-last-child(-n+6) {
    border-bottom: none;
}
.navigation_company_area .company_list li:hover {
    box-shadow: 0 0 0 2px #fd5925 inset;
}
.navigation_company_area a {
    text-decoration: none;
    display: block;
}
.navigation_company_area a:hover {
    text-decoration: none;
}
.navigation_company_area .company_list li .company_logo {
    border: none;
    box-shadow: none;
    box-sizing: content-box;
    transition: none;
    margin: 0 0 30px;
    text-align: center;
}
.navigation_company_area .company_list li a:hover .company_logo {
    box-shadow: none;
}
.navigation_company_area .company_list li .company_name {
    font-size: 14px;
    line-height: inherit;
    text-align: center;
}
.navigation_company_area .comapny_anchor {
    position: static;
    box-sizing: content-box;
    padding: 0 15px 0 0;
}
.navigation_company_area .comapny_anchor a:hover {
    text-decoration: none;
}

/* 展開コラム
----------------------------------------------- */
.block_summary{
    margin:20px 0;
    font-size:1.143em;
    line-height:1.6;
}
.about_fp .fp_photo{
    float:left;
    margin-right:20px;
}
.about_fp p.comment_head{
    font-size:1.143em;
    line-height:1.6;
}
.about_fp .comment_box{
    border:#c5bdaf 1px dotted;
    margin-left:170px;
}
.about_fp .comment_box .box_ttl{
    background:#e3e1cc;
    font-size:0.857em;
    width:150px;
    text-align:center;
}
.comment_box p.fp_name,
.comment_box .fp_links{
    display:inline-block;
}
.comment_box p.fp_name{
    padding-left:20px;
    font-size:1.286em;
    line-height: 1.8;
}
.fp_name span{
    padding-left:5px;
    font-size:0.857em;
}
.comment_box p.profile{
    padding:0 20px;
    line-height:1.6;
    font-size:0.857em;
}
.related_column_box li{
    list-style: none;
    position:relative;
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #c5bdaf;
}
.related_column_box li:nth-child(even){
    float: right;
}
.related_column_box li:nth-child(2n+3){
    clear: both;
}
.related_column_box li a{
    position: relative;
    display: block;
    padding: 12px 40px 12px 14px;
    text-decoration: none;
}
.related_column_box li a:hover{
    text-decoration: underline;
    background: #f4f2ea;
    color: #333;
}
.related_column_box li a:before{
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -4px 0 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #b3ac97;
    border-right: 2px solid #b3ac97;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/* よくあるご質問
----------------------------------------------- */
#faq .sub_heading{
    margin: 0 0 20px;
}
#faq .fp_block_ttl{
    margin: 0 0 15px;
}
#faq ul.related_column_box{
    overflow: hidden;
    margin: 0 0 40px;
}
#faq ul.related_column_box:last-child{
    margin: 0 0 30px;
}
.columns_wrap .answer .fig_center {
    text-align:center;
}

/* お客さまの声
----------------------------------------------- */
.customervoice.category_customervoice .view_block {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 0 15px 30px 0;
    padding: 20px;
}
.customervoice.category_customervoice .voice_block {
    margin: 0 30px;
}
.customervoice.category_customervoice .voice_block li.clearfix{
    display:inline-block;
    width:49%;
    vertical-align:top;
}
.customervoice.category_customervoice .lead_txt{
    margin: 20px 30px 30px;
}
.customervoice .proposal_inner dt{
    clear: both;
}
.customervoice.category_customervoice p.shop_name{
    margin:3px 0;
}


/* 医療保険の関連情報
----------------------------------------------- */

#doctor .block_summary{
    margin: 20px 47px 0;
    padding:10px 0 0 140px;
    min-height:145px;
    background: url(images/bk_doctor.png) no-repeat 0 0;
}
.iryou_doctor{
    display:inline-block;
    vertical-align:top;
    width:46%;
    margin:0 17px 10px;
}
.iryou_doctor .name:before{
    content: "";
    position: static;
    width:0;
    height: 0;
    background: none;
    border:none;
    }
.iryou_doctor .name_wrap{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 30px 0 5px 45px;
    border-radius: 0;
}
.iryou_doctor .name_wrap.character1:before,
.iryou_doctor .name_wrap.character2:before,
.iryou_doctor .name_wrap.character3:before,
.iryou_doctor .name_wrap.character4:before{
    bottom: -1px;
    left: 0;
}
.iryou_doctor .name_wrap.character2{
    padding: 30px 0 5px 53px;
}
.iryou_doctor .name_wrap.character2:before{
    width: 45px;
    background-position: 0 100%;
}
.iryou_doctor .name {
    position:static;
    padding:0;
    border-radius:0;
    background:none;
    color: #333;
}
.iryou_doctor .namebox{
    margin: 0 0 12px;
    border-bottom: 1px solid #d1d1d1;
    text-align:center;
}
.doctor_inner > p {
    width: 480px;
    margin: 20px auto 15px;
    border-radius: 5px;
    background-color: #8e8050;
    -webkit-box-shadow: 0 4px 0 #756944;
    box-shadow: 0 4px 0 #756944;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.doctor_inner > p:hover{
    background-color: #756944;
    -webkit-box-shadow: 0 4px 0 #5c5132;
    box-shadow: 0 4px 0 #5c5132
}
.doctor_inner > p a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 1.143em;
    text-decoration: none;
    letter-spacing: 0.1em;
}
.iryou_doctor .detail_exp{
    position: relative;
    border: 1px solid #d1d1d1;
    line-height: 2;
    background: url(images/ico_doctor.png) no-repeat 15px 12px;
    background-size: 40px 40px;
    border-radius: 5px;
}
.iryou_doctor .detail_exp:before{
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1 #d1d1d1 transparent transparent;
    margin: 0 0 0 -5px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}
.iryou_doctor .detail_exp a{
    display: block;
    padding: 25px 35px 45px;
    color: #333;
    text-decoration: none;
}
.iryou_doctor .detail_exp > a > p{
    text-indent: 30px;
}
.iryou_doctor .detail_exp > a > p > span{
    margin: 0 5px 0 0;
    padding: 0 5px;
    background: #fffa69;
    font-size: 1.286em;
}
.iryou_doctor .detail_exp > a:hover > p > span{
    background: #fed659;
}
.iryou_doctor .detail_exp .answer_btn{
    position: absolute;
    right: 13px;
    bottom: 14px;
    width: 145px;
    padding: 4px 0;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
    background: #fda041;
    color: #fff;
    font-size: 0.857em;
    border-radius: 2px;
}
.iryou_doctor .detail_exp .answer_btn:before{
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    margin: -5px 0 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}
.iryou_doctor .detail_exp a:hover .answer_btn{
    background: #febc7a;
}

.medical .genre-heading:before{
    content: none;
}
/* その他の保険を探す
----------------------------------------------- */
.navigation_purpose_area .purpose_list li .purpose_text a:before{
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 22px;
    height: 21px;
    content: "";
}
.navigation_purpose_area .purpose_list li .purpose_text a:before{
    background: url(images/ico_medical_other.png) no-repeat 2px 3px;
}
.navigation_purpose_area .purpose_list li:first-child + li .purpose_text a:before{
    background-position: -51px 0;
}
.navigation_purpose_area .purpose_list li:first-child + li + li .purpose_text a:before{
    background-position: -100px 4px;
}

.columns_wrap .about_fp {
    min-height: 225px;
    display: block;
    margin: 0 0 20px 15px;
}
.columns_wrap .about_fp p {
    margin: 0 0 10px 0;
}
.columns_wrap .about_fp p.fp_name span.fp_addr {
    font-size: 0.78em;
    margin-left: -1px;
}
.columns_wrap .about_fp p.box_ttl {
    line-height: 1.8;
}

.related_column_box li{
    list-style: none;
    position:relative;
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #c5bdaf;
}


.column {
    margin: 0 0 30px;
    padding-top: 20px;
    border: none;
}
.column .cont_ttl_bg {
    margin-top: 20px;
}
.column .cont_ttl:before {
    position: absolute;
    left: 7px;
    top: 10px;
    height: 30px;
    width: 8px;
    background: #afa67a;
    content: "";
}
#basic_info .column .cont_ttl {
    padding: 10px 10px 10px 25px;
}
#basic_info .column .cont_ttl:before {
    left: 10px;
}
.column p {
    font-size: 1.143em;
    margin: 0 15px 15px 15px;
    line-height: 1.8;
}
#basic_info .column p {
    line-height: 1.8;
    margin: 0 0 15px;
}
.column ul.list_box{
    font-size: 1em;
    margin: 0 0 15px 30px;
}
.column ul.list_box li{
    list-style: none;
    margin-bottom: 5px;
    font-size: 1.143em;
    line-height: 1.6;
}
.txt_wrap .cont_subhead {
    font-size: 1.286em;
    margin: 30px 0 15px;
}
.columns_wrap .fp_block_ttl {
    margin-bottom: 15px;
    color: #756944;
    font-size: 2em;
    border-bottom: 1px solid #e3e1cc;
}
.columns_wrap .related_column_box {
    margin-bottom: 30px;
    font-size: 1.1em;
}
.column .attention {
    margin: 40px 0 0;
    border: none;
    text-indent: 0;
    font-size: 12px;
    padding: 10px;
    color: #333;
}
.column .attention li {
    font-size: 12px;
    text-indent: -1em;
    margin: 0px 0px 5px 1em;
}
.related_column_box {
    font-size: 1.1em;
}
.cp-contents_box .link_list {
    margin-top: 20px;
}
.cp-contents_box .link_list .related_column_box {
    font-size: 1.0em;
}
.qa_column {
    padding-top: 0;
    line-height: 1.6;
}
.qa_column p {
    line-height: 1.6;
}
.qa_column .question {
    position: relative;
    margin: 0 0 10px;
    background-color: #ece9e5;
    color: #662c07;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 1.306em;
}
.qa_column .question:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 53px;
    height: 53px;
    margin: -27px 0 0;
    background-image: url(../../product/images/ico_q.png);
    background-size: contain;
}
.qa_column .question.s_line {
    padding: 24px 40px 20px 90px;
}
.qa_column .answer {
    padding: 0 0 20px 0;
    position: relative;
}
.qa_column .answer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 53px;
    height: 53px;
    background-image: url(../../product/images/ico_a.png);
    background-size: contain;
}
.qa_column p {
    margin: 0 0 15px;
}
.qa_column .answer > p.last_sentence:first-child {
    min-height: 53px;
    margin: 0 0 30px;
    padding: 0 0 0 90px;
}
.qa_column .answer .last_sentence {
    margin: 0 0 30px;
}
.qa_column .answer .faq_subhead {
    border-top: 5px double #ccbeab;
    border-bottom: 1px dotted #ccbeab;
    font-weight: bold;
    font-size: 1.306453em;
    margin: 0 0 20px;
    padding: 10px 5px;
}
.qa_column .answer .faq_subhead span {
    font-size: 0.875em;
}
.qa_column p.figure-title {
    font-weight: bold;
    color: #666;
}
.column .dlist.mark_s,
.column .definition.mark_s{
    font-size: 1.143em;
    margin: 0;
    padding: 0;
}
.column .dlist.mark_s.last_sentence,
.column .definition.mark_s.last_sentence {
    margin: 0 0 30px;
}
.column .dlist.mark_s dt {
    text-indent: -1.3em;
    margin: 0 0 5px 20px;
}
.column .definition.mark_s dt {
    font-weight: normal;
    line-height: 1.6;
}
.column .dlist.mark_s dt:before {
    content: "■ ";
}
.column .definition.mark_s dt:before {
    content: "■";
}
.column .dlist.mark_s dd {
    margin: 0 0 15px 20px;
}
.column .definition.mark_s dd {
    margin: 0 0 10px;
    line-height: 1.6;
}
.column .dlist dd ul {
    margin: 0 0 0 15px;
}
.column .dlist dd li {
    list-style-type: disc;
}
.qa_column .list_notes {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    list-style: none;
    font-size: .914em;
    text-indent: -1.1em;
}
.qa_column .answer ol.num_list {
    margin: 0 0 15px 30px;
    font-size: 1.143em;
}
.qa_column .answer ol.num_list li {
    text-indent: -1.5em;
}
#basic_info .column .txt_wrap p.no_mb {
    margin: 0;
    line-height: 1.8;
}
#basic_info .column .txt_wrap .comments.last_sentence {
    margin: 0 0 30px 12px;
    font-size: 0.858em;
    text-indent: -1em;
}
#basic_info .column table {
    width: 100%;
    margin: 0 auto 5px;
    text-indent: 0;
    font-size: 1.143em;
}
#basic_info .column table,
#basic_info .column th,
#basic_info .column td {
    padding: 5px;
    border: 1px #84b5cf solid;
    text-align: left;
}
#basic_info .column th {
    text-align: center;
    background-color: #dff4ff;
    font-weight: bold;
}
#basic_info .column table caption {
    font-weight: bold;
        margin-bottom: 10px;
}
#basic_info .column .source {
    font-size: 0.858em;
    text-align: right;
}
#basic_info .column .txt_wrap .caution {
    padding: 0;
    border: none;
    font-size: 0.929em;
    margin: 30px 0 0px 0;
}
.column .modal_click_area {
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 0 5px;
    padding: 3px;
}
#category_column .column_box {
    padding: 20px 0 25px;
    overflow: hidden;
}
#category_column .column_box li {
    display: inline-block;
    vertical-align: top;
    background: url(images/tri_green.gif) 0 0.25em no-repeat;
    line-height: 1.3;
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 1px dotted #c5bdaf;
}
#category_column .column_box li:nth-child(even) {
    float: right;
}
#category_column .column_box li a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 14px;
    text-decoration: none;
}
#category_column .column_box li a:before {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -4px 0 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #b3ac97;
    border-right: 2px solid #b3ac97;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
#category_column .column_box li a:hover {
    text-decoration: underline;
    background: #f4f2ea;
    color: #333;
}
#category_column .link_more{
    border-radius: 5px;
    width: 480px;
    margin: 0 auto 20px;
    background: #8e8050;
    -webkit-box-shadow: 0 4px 0 #756944;
    box-shadow: 0 4px 0 #756944;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
#category_column .link_more:hover{
    background: #756944;
    -webkit-box-shadow: 0 4px 0 #5c5132;
    box-shadow: 0 4px 0 #5c5132;
}
#category_column .link_more a{
    display: block;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1.143em;
    font-weight: normal;
}
#category_column .link_more a:before{
    display: none;
}
#doctor .doctor_inner {
    margin: 20px 30px;
}
.iryou_doctor .name_wrap.character1:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -42px;
    width: 30px;
    height: 54px;
    background: url(images/character1.png) no-repeat;
    background-size: contain;
}
.iryou_doctor .name_wrap.character2:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -45px;
    width: 30px;
    height: 53px;
    background: url(images/character2.png) no-repeat;
    background-size: contain;
}
.iryou_doctor .name_wrap.character2:before {
    width: 45px;
    background-position: 0 100%;
}
.iryou_doctor .name_wrap.character3:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -45px;
    width: 33px;
    height: 54px;
    background: url(images/character3.png) no-repeat;
    background-size: contain;
}
.iryou_doctor .detail_exp {
    position: relative;
    border: 1px solid #d1d1d1;
    line-height: 2;
    background: url(images/ico_doctor.png) no-repeat 15px 12px;
    background-size: 40px 40px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.iryou_doctor .name_wrap.character1:before,
.iryou_doctor .name_wrap.character2:before,
.iryou_doctor .name_wrap.character3:before,
.iryou_doctor .name_wrap.character4:before {
    bottom: -1px;
    left: 0;
}
.doctor_inner .nocv_btn br {
    display: none;
}
/* 特集枠
----------------------------------------------- */
.pickup_contents{
    display: block;
    padding: 30px 30px 30px 550px;
    width: 1040px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 40px;
}
.pickup_contents.health{
    background: url(images/bg_pickup_health.jpg) no-repeat #f6f6f6;
}
.pickup_contents .pickup_ttl {
    font-size: 1.429em;
    font-weight: bold;
    margin: 0 0 10px;
}
.pickup_contents .pickup_text{
    font-size: 1.143em;
    margin: 0 0 15px;
    line-height: 1.7;
}
.pickup_contents .btn{
    position: relative;
    float: right;
    padding: 10px 50px 10px 40px;
    text-align: center;
    text-decoration: none;
    background: #fd5925;
    color: #fff;
    font-size: 1.429em;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #dc350c;
    box-shadow: 0 3px 0 #dc350c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pickup_contents .btn:after{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
.pickup_contents .btn:hover{
    background: #dc350c;
    -webkit-box-shadow: 0 3px 0 #b72501;
    box-shadow: 0 3px 0 #b72501;
}

/* footer
----------------------------------------------- */
.border_banner_contents {
    margin-bottom: 15px;
}
