@charset "UTF-8";

/*--------------------------------------------------------------
# 変数及びmixin
--------------------------------------------------------------*/

.title01 {
    display: inline-block;
    font-size: 32px;
    color: #6bc1cb;
    margin-bottom: 50px;
    border-bottom: 2px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    .title01 {
        padding-top: 20px;
        display: inline-block;
        font-size: 18px;
        color: #6bc1cb;
        border-bottom: 2px #6bc1cb solid;
    }
}

.title02 {
    padding: 8px 12px;
    font-size: 32px;
    border-bottom: 2px #b5e0e5 solid;
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
    .title02 {
        display: inline-block;
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 18px;
        color: #6bc1cb;
        border-bottom: 2px #6bc1cb solid;
        padding: 0;
    }
}

.title03 {
    display: inline-table;
    font-size: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    .title03 {
        display: inline-block;
        font-size: 32px;
        border-bottom: 1px #6bc1cb solid;
    }
}

.title04 {
    text-align: center;
}

@media screen and (max-width: 576px) {
    .title04 {
        text-align: center;
    }
}

.title05 {
    padding-left: 8px;
    border-left: 4px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    .title05 {
        margin-bottom: 16px;
        font-size: 16px;
        padding-left: 8px;
        border-left: 4px #6bc1cb solid;
    }
}


/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /* min-width: 1024px; */
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #454545;
    /* font-size: 16px; */
    font-family: "メイリオ", Meiryo, sans-serif;
}





#wrap {
    min-width: 1200px;
}

html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}


/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}


/* to preserve line-height and selector appearance */

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/*to enable resizing for IE*/

input,
textarea,
select {
    *font-size: 100%;
}


/*because legend doesn't inherit in IE */

legend {
    color: #000;
}


/*============================
common
===============================*/

.clearfix:after,
.under_item__list:after,
.under__nav:after,
.guide__list_menu:after,
.guide_item01:after {
    display: block;
    clear: both;
    content: '';
}

body {
    margin: 0;
}

img {
    border: 0;
}

a,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:visited {
    color: royalblue;
}

a:hover {
    opacity: 0.6;
}

li {
    margin-left: 0;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
    max-width: 100vw;
}

@media screen and (max-width:768px) {
    header {
        position: relative;
    }
}

.header li {
    float: left;
}

.header_block {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.header_logo_block {
    float: left;
}

@media screen and (min-width:769px) {
    .space_pc {
        height: 67px;
    }
}

.menu_block {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    /* float: right; */
    /* text-align: left; */
}

@media screen and (max-width:1000px) {
    .menu_block {
        font-size: 1.4vw;
        float: left;
    }
}


.menu_block a {
    text-decoration: none !important;
}


.menu_block>li {
    line-height: 70px;
    display: inline-block;
    padding: 0 8px;
}

.menu_block>li>a {
    color: #454545;
    display: block;
}

.menu_block>li.menu_sns:hover {
    background: none;
}

.menu_block>li.dropmenu>li,
.menu_block>li.dropmenu>ul {
    line-height: 0;
}

.menu_block_titleblock {
    padding: 8px;;
}

.menu_sub_block>li {
    font-weight: normal;
    margin: 0;
}

.menu_sns:first-child {
    margin-left: 5px;
}

.menu_sns img {
    display: block;
}


@media screen and (min-width: 769px) {
    /* ヘッダーメニューＰＣ用 */
    .menu_block>li:hover {
        color: #ffffff;
        background: #555555;
    }
    .menu_block>li:hover>a {
        color: #ffffff;
    }
    .menu_block>li:hover>a:hover {
        opacity: 1.0;
        color: #ffffff;
    }
    .dropmenu ul li a {
        font-size: 14px;
        line-height: 1;
        display: block;
        margin: 0;
        padding: 15px 0 11px;
        text-decoration: none;
        color: #444444;
    }
    li.dropmenu>ul {
        font-size: 0;
        padding: 6px 6px 0;
    }

    .tab01 {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }

    li.dropmenu ul {
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        
    }
    li.dropmenu ul li {
        width: 25%;
        margin-bottom: 4px;
        padding: 0;;
        float: left;
        text-align: center;
    }
    li.dropmenu ul li.subtit {
        font-size: 12px;
        line-height: 16px;
        display: block;
        width: 100%;
        padding: 6px;
        color: #ffffff;
        background: #69bdff;
        height: auto;
    }
    li.dropmenu ul li a {
        font-size: 12px;
        /* margin: -2px 0 0 0; */
        padding: 10px;
        text-align: left;
        background: #ffffff;
        height: auto;
    }
    li.dropmenu ul li a:hover {
        opacity: 0.9;
        color: #ffffff;
        background: #555555;
        height: auto;
    }
    li.dropmenu ul {
        display: none;
    }
    li.dropmenu:hover ul {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    }
    .menu_sub_block li {
        display: inline-table;
        padding: 5px 35px 13px;
    }
    .menu_sub_block li a.main_nav_top {
        padding-bottom: 5px;
        border-bottom: 4px solid #ffffff;
    }
} 

@media screen and (max-width: 768px) {
    /*ヘッダーメニューSP用*/
    .dropmenu>span {
        line-height: 1.6;
        display: block;
        padding: 6px 0;
        color: #555555;
    }
    .menu_block>.dropmenu>span:before {
        display: inline-block;
        content: '';
        border: 4px solid transparent;
        border-left-color: #bababa;
    }

    .header_block {
        width: auto;
    }
    .header_logo_block {
        display: none;
    }
    .header_logo {
        float: left;
        max-width: 130px;
        width: 29vw;
    }

    .header_menu {
        float: right;
        padding-top: 7px;
        padding-right: 6px;
    }
    .header_menu li {
        float: left;
        margin-left: 4px;
    }

    .header_menu li a img {
        max-width: 55px;;
    }
    .header_menu li img {
        max-width: 55px;;
    }
    #spHam {
        display: none;
        clear: both;
        background: #ddf0ff;
        z-index: 20;
        text-align: left;
    }
    #spHam li {
        color: #555555;
        border-bottom: 1px solid #ffffff;
    }
    #spHam .spHamItem {
        display: none;
        margin: 0;
        margin-bottom: -8px;
        padding: 0 0 0 8px;
    }
    #spHam .spHamItem li {
        border-top: 1px solid #ffffff;
        border-bottom: none;
        display: block;
    }
    #spHam a {
        line-height: 1.6;
        display: block;
        padding: 8px;
        text-decoration: none;
        color: #0000ff;
    }
    #spHam li.dropmenu ul li.subtit {
        line-height: 1.6;
        padding: 6px;
        color: #555555;
        height: auto;
    }
    .tab01 {
        display: none;
    }
}

.slider-pro {
    min-height: 380px;
    margin-bottom: 30px;
}

.under_item__list {
    margin-bottom: 12px;
}

.footer_block {
    font-size: 10px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #6bc1cb;
}

.copyright {
    font-size: 10px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #69bdff;
}

.ft_news {
    clear: both;
    width: 1024px;
    margin: 0 auto 24px;
}

@media screen and (max-width: 776px) {
    .ft_news {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .ft_news {
        width: 90%;
        margin: 34px auto 24px;
    }
}

.common_cm__block02 {
    padding-top: 24px;
}

.common_cm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    width: 1024px;
    margin: 0 auto 0;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100vw;;
}

.common_cm__list li a img {
    vertical-align: bottom;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 576px) {
    .common_cm__list {
        display: block;
        width: 90%;
    }
}

.common_cm__list li {
    width: 49%;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .common_cm__list  {
        width: 100%;
        padding: 0 5%;
    }
    .common_cm__list li {
        width: 100%;
    }
}


/*============================
global
===============================*/

.content_block {
    width: 1024px;
    margin: 0 auto;
    padding-top: 90px;
}

.contentw_block {
    margin: 0 auto;
    padding-top: 90px;
}


/*top_content_block*/

.main_block {
    float: left;
    width: 73.8%;
    margin-bottom: 0;
    padding-left: 28px;
}

.main_block img {
    max-width: 100%;
}

.mainw_block {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 2%;
}

footer {
    clear: both;
    /* padding-top: 3em; */
}

.bg_fff {
    background: #fff;
}

.site-footer {
    padding-top: 24px;
    background: #fff;;
}

.under__nav {
    font-size: 11px;
    /* max-width: 980px; */
    max-width: 980px!important;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 2;
    font-family: "メイリオ", Meiryo, sans-serif;
}

.under__nav li {
    display: inline-block;
    margin: 0 20px 0px 0;
    text-decoration: underline;
}

.under__nav li a {
    color: #172f66;
}
@media screen and (max-width: 768px) {
    .under__nav li a {
        color: #333333;
    }
}

@media screen and (max-width: 576px) {
    .sns_block {
        clear: both;
        margin: 0em auto 0 auto !important;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 3em !important;
    }

    .sns_block__list ul {
        display: flex;
        width: 80%;
        margin-left: 10%;
    }

    .sns_block__list li {
        display: inline;
        width: 60px;
        height: 60px;
        text-align: center;
    }
    .sns_block__list li img {
        width: 60px;
        height: 60px;
    }

    .sp .site-footer .site-info .wh .sns_block .sns_block__list ul li a img {
        display: inline;
    }

}


/*============================
top
===============================*/

.login_block__outer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1000px;
    margin: auto;
}

.login_block {
    font-size: 12px;
    position: absolute;
    z-index: 200;
    right: 16px;
    width: 240px;
    height: 346px;
    padding: 0 14px;
    text-align: center;
    background: #f2f8fb;
}

.login__title {
    margin-bottom: 8px;
}

.login__item {
    padding: 20px 0 20px;
    border-bottom: 1px #d0d0d0 solid;
}

.login__item_last {
    padding: 20px 0 0;
    border-bottom: none;
}

.top_content_block__list {
    margin: 0 -1%;
    padding-right: 0;
}

.top_content_block__list li {
    float: left;
    width: 50%;
    margin-bottom: 13px;
    padding: 0 1%;
}

.top_content_block__list li img {
    max-width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 576px) {
    .top_main_block {
        padding: 24px 3%;
    }
}


/*side_block
--------------------------*/

.side_block.side_block_pc {
    padding-bottom: 85px;
}

.side_block img {
    max-width: 100%;
}

.news_block {
    text-align: left;
    border: solid 1px #69bdff;
    background: #ffffff;
}

.news_block__txt {
    font-size: 14px;
    padding: 0 20px 10px;
}

.news_block__txt .date {
    display: inline-block;
    margin: 0 2em 0 0;
}

.side_txt_list {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px #cccccc solid;
    background: #ffffff;
}

.side_txt_list a {
    text-decoration: none;
    color: #333333;
}

.side_txt_list li {
    line-height: 30px;
    padding-left: 26px;
    border-bottom: 1px #cccccc solid;
}

.side_txt_list li:last-child {
    line-height: 30px;
    padding-left: 26px;
    border-bottom: none;
}

.side_txt_list li:before {
    display: inline-block;
    margin-left: -18px;
    content: '';
    border: 4px solid transparent;
    border-left-color: #bababa;
}


/*top_attention_block*/

.top_attention_block {
    clear: both;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: left;
    -webkit-box-shadow: 0 -3px 9px -3px rgba(25, 25, 25, 0.6);
    -moz-box-shadow: 0 -3px 9px -3px rgba(25, 25, 25, 0.6);
    box-shadow: 0 -3px 9px -3px rgba(25, 25, 25, 0.6);
}

.top_attention__title_notice {
    font-size: 20px;
    margin-bottom: 8px;
    margin-left: 18px;
    text-indent: 12px;
    border-left: 5px solid #333333;
}

.top_attention__list_notice {
    font-size: 14px;
    margin-bottom: 48px;
    padding-left: 36px;
}

.top_attention_block__item_special {
    font-size: 14px;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 36px;
}

.top_attention_block__title_attention {
    font-size: 20px;
    margin-bottom: 12px;
    margin-left: -36px;
    padding-left: 36px;
    background: url("../images/icon_attention.png") no-repeat left top;
}

.top_attention_block__title_special {
    font-size: 20px;
    margin-bottom: 20px;
}

.top_attention_block__list_special {
    font-size: 14px;
}

.top_attention_block__list_special li:before {
    content: '・';
}


/*sns_block*/

.sns_block {
    clear: both;
    margin: 0 auto;
    margin-bottom: 34px;
    text-align: center;
}

.sns_block__list li {
    display: inline;
    width: 435px;
}


/*tel_block*/

.tel_block {
    clear: both;
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 34px;
    max-width: 100vw;
}

.tel_block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.tel_block__list li {
    width: 49%;
}

.tel_block__list li img {
    width: 100%;
}

.tel_block__list li:last-child {
    margin-right: 0;
}


/*============================
low
===============================*/

.low_list {
    font-size: 16px;
    margin: 0 50px;
    padding: 10px 4px;
    border-bottom: 1px solid #6bc1cb;
}

@media screen and (max-width: 576px) {
    .low_list {
        margin: 0 0;
    }
}

.low_list dt {
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

@media screen and (max-width: 576px) {
    .low_list dt {
        display: block;
    }
}

.low_list dd {
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .low_list dd {
        display: block;
    }
}


/*============================
rule
===============================*/

.rule__subtit {
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 8px;
    border-left: 4px #6bc1cb solid;
}

.rule__txt {
    margin-bottom: 40px;
}


/*============================
privacy
===============================*/

.privacy__subtit {
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 8px;
    border-left: 4px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    .privacy__subtit {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.privacy__txt {
    margin-bottom: 40px;
}


/*============================
company
===============================*/


/*============================
sitmap
===============================*/

.sitmap__title {
    margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
    .sitmap__title {
        margin-bottom: 20px;
        text-align: center;
    }
}

.sitmap__subtit {
    clear: both;
    margin-bottom: 4px;
    padding: 10px 0 10px 24px;
    border-bottom: 1px solid #6bc1cb;
    background: url(../images/list_icon01.png) no-repeat left 10px;
}

@media screen and (max-width: 576px) {
    .sitmap__subtit {
        clear: both;
        margin-bottom: 4px;
        padding: 10px 0 12px 40px;
        border-bottom: none;
        background: #ccecf0 url(../images/list_icon01.png) no-repeat 16px 10px;
    }
}

.sitmap__subtit a {
    text-decoration: none;
}

.sitemap__list {
    padding: 10px;
}

.sitemap__list li {
    float: left;
    width: 50%;
    padding: 6px 10px 6px 0;
    text-decoration: none;
    border-bottom: #ccecf0 1px solid;
}

.sitemap__list li :before {
    padding-left: 1em;
    content: '・';
    text-decoration: none;
}

.sitemap__list li a {
    text-decoration: none;
}


/*============================
lawitem
===============================*/

.lawitem__title {
    margin-bottom: 50px;
}

.lawitem__table {
    width: 98%;
    margin: 0 auto;
}

.lawitem__table tr {
    border-bottom: 1px solid #6bc1cb;
}

.lawitem__table th,
.lawitem__table td {
    padding: 10px 8px;
}

.lawitem__table th {
    font-weight: bold;
}


/*============================
guide
===============================*/

.guide__list_menu {
    padding: 0 20px;
}

@media screen and (max-width: 576px) {
    .guide__list_menu {
        padding: 0;
    }
}

.guide__list_menu li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .guide__list_menu li {
        width: 100%;
    }
}

.guide__list_menu li img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    .guide__list_menu li img {
        width: 100%;
    }
}

.guidetop_block {
    margin-bottom: 60px;
}

.guidetop_block02 {
    margin-bottom: 30px;
}


/**/

.guide_item01 {
    width: 98%;
    margin: 0 auto 20px;
}

.guide_item01 div {
    float: left;
}

.guide_item01 .img {
    width: 35%;
    text-align: left;
}

.guide_item01 .imgr {
    display: block;
    width: 35%;
    text-align: right;
}

.guide_item01 .content {
    width: 65%;
    text-align: left;
}

.gfirst__subtitle {
    font-size: 32px;
    display: inline-table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    .gfirst__subtitle {
        font-size: 20px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .guide__menu {
        clear: both;
        padding-top: 8vw;
    }
}


/*============================
trouble
===============================*/

.trouble {
    display: block;
    margin: 0 auto;
}


/*============================
qanda
===============================*/

#qanda .title001 {
    font-size: 32px;
    margin-bottom: 25px;
    border-bottom: 1px #6bc1cb solid;
}

#qanda dt {
    margin-top: 5px;
    padding: 10px 20px;
    border: 1px #6bc1cb solid;
}

@media screen and (max-width: 576px) {
    #qanda dt {
        margin-top: 2px;
        padding: 10px 4% 10px 14%;
        border: none;
        background-color: #ccecf0;
    }
}

#qanda dt.off {
    background-image: url(/wp-content/themes/refrearec2015/images/acc_off.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

@media screen and (max-width: 576px) {
    #qanda dt.off {
        background-image: url(/wp-content/themes/refrearec2015/images_sp/acc_off.png);
        background-repeat: no-repeat;
        background-position: 2%;
        background-size: 30px;
    }
}

#qanda dt.on {
    background-image: url(/wp-content/themes/refrearec2015/images/acc_on.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

@media screen and (max-width: 576px) {
    #qanda dt.on {
        background-image: url(/wp-content/themes/refrearec2015/images_sp/acc_on.png);
        background-repeat: no-repeat;
        background-position: 2%;
        background-size: 30px;
    }
}

#qanda dd {
    display: none;
    padding: 25px 2%;
}

#qanda .adj01 {
    margin: 60px 0;
}


/*============================
guide
===============================*/

.guide_item01 {
    width: 98%;
    margin: 0 auto 60px;
}

#guide_first .title002,
#guide_first .title001 {
    margin-bottom: 25px;
}

#guide_first .title001,
#guide_second .title001,
#guide_third .title001,
#guide_fourth .title001,
#guide_fifth .title001,
#guide_sixth .title001,
#guide_sixth .title002 {
    margin: 0 auto 60px auto;
    text-align: center;
}

#guide_second .title003 {
    font-size: 22px;
    margin-bottom: 15px;
}

.guide_item01 .title002 {
    font-size: 32px;
    margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
    .guide_item01 .title002 {
        font-size: 24px;
    }
}

#guide_second .title002 img {
    position: relative;
    top: 12px;
    margin-right: 10px;
}

@media screen and (max-width: 576px) {
    #guide_second .title002 img {
        position: static;
        width: 120px;
        vertical-align: bottom;
    }
}

#guide_second .title003 img {
    margin-right: 10px;
}

#guide_second .adj02 .title003 img {
    position: relative;
    top: 5px;
}

.guide_item01 p {
    margin-bottom: 25px;
}

#guide_second .adj01,
#guide_second .adj02,
#guide_second .adj03 {
    text-align: center;
}

#guide_second .adj01 .title002 img {
    top: 0;
}

#guide_second .adj03 p {
    font-size: 24px;
}

#guide_sixth .title003 {
    font-size: 22px;
    margin-bottom: 25px;
}

#guide_sixth .guide_item01 .img {
    width: 25%;
}

#guide_sixth .guide_item01 .content {
    width: 75%;
}

#guide_sixth .adj01 {
    width: 1024px;
    height: 386px;
    background-image: url(/wp-content/themes/refrearec2015/images/guide/sixth02.png);
}

#guide_sixth .adj00 {
    text-align: center;
}

#guide_sixth .adj01 .adj02 {
    font-size: 26px;
    padding: 100px 0 25px 260px;
    text-align: center;
}

#guide_sixth .adj01 .adj03 {
    padding: 0 0 50px 260px;
    text-align: center;
}

.guide_ttl {
    margin-bottom: 25px;
}


/*============================
guide ++20150827
===============================*/

.content_cover {
    width: auto;
    margin: 40px 5% 0 5%;
}

@media screen and (max-width: 576px) {
    .content_cover {
        width: 96%;
        margin: 0 2%;
    }
}

.box {
    padding: 30px 50px 20px 50px;
    border: solid 2px #0b308e;
}

@media screen and (max-width: 576px) {
    .box {
        padding: 20px 10px 20px 10px;
    }
}

.content_cover .title002 {
    font-size: 26px;
    color: #0b308e;
}

@media screen and (max-width: 576px) {
    .content_cover .title002 {
        font-size: 20px;
    }
}

.content_cover .title003 {
    font-size: 26px;
    color: #0b308e;
}

@media screen and (max-width: 576px) {
    .content_cover .title003 {
        font-size: 20px;
    }
}

#guide_second .sec01 .fl.txt {
    width: 65%;
}

@media screen and (max-width: 576px) {
    #guide_second .sec01 .fl.txt {
        width: 100%;
    }
}

#guide_second .sec01 .fl.txt.txt02 {
    width: 76%;
}

@media screen and (max-width: 576px) {
    #guide_second .sec01 .fl.txt.txt02 {
        width: 100%;
    }
}

.zu {
    width: 30%;
    margin-left: 5%;
}

@media screen and (max-width: 576px) {
    .zu {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.zu02 {
    width: 20%;
    margin-right: 4%;
}

@media screen and (max-width: 576px) {
    .zu02 {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

.zu03 {
    width: 10%;
    margin: 0 2%;
}

.zu04 {
    width: 7%;
    margin-right: 2%;
}

span.str_red {
    font-weight: bold;
    color: #ff0023;
}

.chui {
    text-decoration: underline;
    color: #ff0023;
}

.attention {
    margin: 20px 0 0 0;
}

.attention02 {
    line-height: 1.3em;
    padding: 10px 0 0 10px;
    color: #ffffff;
    background-color: #ff0023;
}

.attention02 img {
    margin-right: 10px;
}

.txt .attention {
    margin: 0;
}

.txt .attention p {
    font-size: 16px;
    margin-bottom: 15px;
}

.txt .attention {
    font-size: 16px;
}

.attention div.fl {
    width: 23px;
    margin-right: 5px;
}

.attention p.fl {
    width: 93%;
}

@media screen and (max-width: 576px) {
    .attention p.fl {
        width: 90%;
    }
}

.txt p {
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .txt p {
        font-size: 14px;
    }
}

.content_cover .catch {
    font-size: 24px;
    margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
    .content_cover .catch {
        font-size: 18px;
    }
}

.guide_tri {
    text-align: center;
}

.guide_tri img {
    position: relative;
    top: -2px;
}

#guide_second .title003_1 {
    width: 86px;
    margin: 10px 0;
    padding: 2px 10px;
    border: solid 1px #333333;
}

#guide_second .title003_2 {
    width: 214px;
    margin: 10px 0;
    padding: 2px 10px;
    color: #ffffff;
    border: solid 1px #0b308e;
    background-color: #0b308e;
}

#guide_second .title003_3 {
    width: 102px;
    margin: 10px 0;
    padding: 2px 10px;
    color: #ffffff;
    border: solid 1px #00aec3;
    background-color: #00aec3;
}

.thum {
    font-size: 20px;
}

.thum img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

p.guide_btn {
    width: 250px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    border: solid 1px #0b308e;
}

p.guide_btn a {
    text-decoration: none;
    color: #0b308e;
}

#guide_second .content_cover .title003 {
    font-size: 26px;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    background-color: #00aec3;
}

.box.box02 {
    border: solid 2px #00aec3;
}

.title003.gfirst_subtitle {
    font-size: 32px;
    display: inline;
    margin: 0 auto 60px auto;
    border-bottom: 1px #6bc1cb solid;
}

.box_red {
    padding: 10px;
    border: solid 2px #ff0023;
}

.box_red p {
    padding: 20px 50px;
}

@media screen and (max-width: 576px) {
    .box_red p {
        padding: 2vw 2vw;
    }
}

.title004 {
    font-size: 26px;
    padding-top: 3px;
    text-align: center;
    color: #ffffff;
    background-color: #0b308e;
}

@media screen and (max-width: 576px) {
    .title004 {
        font-size: 16px;
    }
}

.under_line {
    text-decoration: underline;
}

p.option {
    font-size: 18px;
    margin-bottom: 20px;
}

.low_list dt {
    width: 50%;
}


/*============================
utility
===============================*/

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w05 {
    width: 5%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

@media screen and (max-width: 576px) {
    .w45 {
        width: 100%;
    }
}

.w50 {
    width: 50%;
}

@media screen and (max-width: 576px) {
    .w50 {
        width: 100%;
    }
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.m00 {
    margin: 0 !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 576px) {
    .mb60 {
        margin-bottom: 6vw;
    }
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

img.pl15 {
    padding-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb21 {
    margin-bottom: 21px;
}

.db {
    display: block;
}


/*============================
tab
===============================*/

.tab {
    overflow: hidden;
}

.tab li {
    float: left;
    margin-right: 1px;
    padding: 5px 25px;
    background: #cccccc;
}

.tab li.select {
    background: #eeeeee;
}

.content li {
    padding: 20px;
    background: #eeeeee;
}

.hide {
    display: none;
}


/*================================
追加修正
==================================*/

.products_block {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products_block .top_attention_block__item_special {
    padding: 0;
}

.products_block .item,
.products_block .ft_bar {
    float: left;
}

.products_block .item {
    width: 16%;
    /*  width: 24%;*/
}

.kensinc2 {
    width: 674px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-right: 20px;
    border: solid 1px #6bc1cb;
}

@media screen and (max-width: 576px) {
    .kensinc2 {
        width: auto;
        margin: 0 0 5vw;
    }
}

.kensinc2 dt {
    color: red;
}

.kensinc1 {
    width: 681px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .kensinc1 {
        width: auto;
    }
}

.kensinc3 {
    font-size: 20px;
    width: 560px;
    margin: 0 auto;
    text-align: left;
    color: #0b308e;
}

@media screen and (max-width: 576px) {
    .kensinc3 {
        width: auto;
    }
}

.sfs80 {
    font-size: 80%;
}

.pl60 {
    padding-left: 60px;
}


/*================================
地図
==================================*/

@media screen and (max-width: 576px) {
    .mainw_block.mainw_block_eyedoctor {
        width: 100%;
    }
}

.eyedoctor__tit {
    text-align: left;
}

@media screen and (max-width: 576px) {
    .eyedoctor__tit {
        text-align: center;
    }
}

.title001 {
    height: 40px;
    padding: 8px;
    border-bottom: 1px solid #cccccc;
    background: #b5e0e5;
}

.title001 h3 {
    font-size: 120%;
    float: left;
}

.result {
    font-size: 80%;
    float: right;
}

.eyeDoctor {
    clear: both;
    overflow: auto;
    max-height: 460px;
    border-bottom: 1px solid #cccccc;
}

.eyeDoctor li {
    padding: 0 0 8px 0;
    padding: 8px;
    border: 1px solid #cccccc;
    border-top: none;
    background: #ffffff;
}

#map_canvas {
    width: 500px;
    height: 500px;
}

@media screen and (max-width: 576px) {
    #map_canvas {
        width: 100%;
    }
}

.zipcode {
    font-size: 12px;
}

.address {
    font-size: 12px;
}

.hours {
    font-size: 12px;
}

.alosed {
    font-size: 12px;
}

.tel {
    font-size: 12px;
}

.title001 span {
    float: right;
}

.post-type-archive-eyedoctor .side_block {
    margin-right: 10px;
}


/*都道府県一覧*/

.prefect_block {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding-top: 36px;
}

@media screen and (max-width: 576px) {
    .prefect_block {
        padding-top: 18px;
    }
}

.eyedoctor_block {
    float: left;
    width: 73.8%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 576px) {
    .eyedoctor_block {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.side_block02 {
    float: right;
    width: 222px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
    padding: 4px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .side_block02 {
        float: none;
        width: auto;
    }
}

.prefect_block li {
    font-size: 76%;
    line-height: 1.1;
    float: left;
    margin: 4px 0;
    padding: 0 5px;
    text-align: center;
    border-right: solid 1px #cccccc;
}

@media screen and (max-width: 576px) {
    .prefect_block li {
        font-size: 90%;
        line-height: 30px;
        float: left;
        overflow: hidden;
        width: 48%;
        height: 30px;
        margin: 1%;
        padding: 0;
        border: solid 1px #cccccc;
    }
}

.prefect_block a {
    display: block;
}

@media screen and (max-width: 576px) {
    .prefect_block a:hover {
        background-color: #daeff2;
    }
}

.side_block02 li {
    font-size: 90%;
    line-height: 30px;
    float: left;
    overflow: hidden;
    width: 48%;
    height: 30px;
    margin: 1%;
    padding: 0;
    border: solid 1px #cccccc;
}

.side_block02 a {
    display: block;
}

.side_block02 a:hover {
    background-color: #daeff2;
}

.shoho table {
    font-size: 12px;
    width: 90%;
    border-collapse: collapse;
    border: solid 1px #cccccc;
    min-height: 270px;
}

@media screen and (max-width: 576px) {
    .shoho table {
        width: 100%;
    }
}

.shoho th,
td {
    padding: 3px;
    border: solid 1px #cccccc;
}

.shoho th {
    font-weight: bold;
    width: 31%;
}

.print {
    clear: both;
}

dl.tablecell {
    display: table;
    width: 100%;
    margin: 0 auto 20px;
}

dl.tablecelllast {
    margin: 0 auto 60px;
}

dl.tablecell dt {
    display: table-cell;
    width: 14%;
    padding: 0 2px;
    text-align: center;
    vertical-align: top;
}

dl.tablecell dd {
    display: table-cell;
    text-align: left;
}

.pl30 {
    padding-left: 30px;
}

.eyedoctor_attention_btn {
    clear: both;
    margin-top: 30px;
    text-align: center;
}

.eyedoctor_attention_btn p {
    font-size: 21px;
    margin-bottom: 20px;
    color: red;
}

dl.tablecell {
    margin-bottom: 20px;
    text-align: left;
}

.guidetop_block02_in {
    float: left;
}

@media screen and (max-width: 576px) {
    .guidetop_block02_in {
        float: none;
        width: 100%;
    }
}

.guidetop_block02_in02 {
    float: right;
    width: 460px;
}

@media screen and (max-width: 576px) {
    .guidetop_block02_in02 {
        float: none;
        width: 94%;
        margin: 4vw auto 0;
    }
}


/*スマホ非表示*/

.spnone {
    display: none;
}


/*20160105TOP見た目修正,ニュース一覧追加
---------------------------------------------*/

.side_block {
    float: right;
    width: 236px;
    height: auto;
    margin-right: 28px;
    margin-bottom: 0;
    padding: 12px 10px 8px 10px;
    text-align: center;
    background-color: #f2f8fb;
}

.side_txt_list {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px #cccccc solid;
    border-top: 4px #cccccc solid;
    background: #ffffff;
}

.content_block {
    min-height: 300px;
}

.news_content {
    margin-bottom: 70px;
}

.top_news_link:before {
    display: inline-block;
    margin-left: -18px;
    content: '';
    border: 4px solid transparent;
    border-left-color: #bababa;
}

.top_news_link {
    font-size: 12px;
    padding: 4px 8px;
    text-align: right;
}

.news_bc {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.post-navigation,
.nav-links {
    font-size: 12px;
    margin-bottom: 40px;
}

.post-navigation {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.nav-previous {
    float: left;
    width: 50%;
    border-right: solid 1px #555555;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

.news_width {
    width: 80%;
    margin: 0 auto !important;
}

.news_container {
    width: 80%;
    margin: 0 auto;
}

.btm_link {
    display: inline-block;
    width: 100px;
    padding: 10px 0;
    text-decoration: none;
    color: #111111;
    border: 1px solid #aaaaaa;
}

.btm_link:hover {
    background: #eeeeee;
}

.news_data_block {
    font-size: 14px;
    text-align: right;
}

.news_block__txt li {
    margin-bottom: 8px;
}


/* ページャー */

.pager {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

a.page-numbers,
.pager .current {
    margin: 0 2px;
    padding: 5px 8px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    background-color: #d0d0d0;
}

.pager .current {
    color: #ffffff;
    border: solid 1px #555555;
    background-color: #555555;
}

.pager a {
    text-decoration: none;
}

.pager a:hover {
    color: #ffffff;
    border: solid 1px #555555;
    background-color: #555555;
}


/*20161006商品ラインナップ変更
---------------------------------------------*/


/* ==== SECTION-products ==== */

.section-products {
    padding: 40px 0 80px 0;
}

.section-products * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-products .container {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.section-products .row {
    margin-right: -10px;
    margin-left: -10px;
}

.section-products .row:after {
    display: block;
    clear: both;
    content: '';
}

.section-products .col-xs-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.section-products h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px dotted #454545;
}

@media (min-width: 1024px) {
    .section-products h2 {
        font-size: 18px;
    }
}

.section-products ul {
    margin: 0;
    padding: 0;
}

.section-products li {
    margin: 0;
    list-style: none;
}

.section-products li img {
    width: 240px;
    height: auto;
    padding: 20px 0;
}


/* top */

.dpc {
    display: block;
}

.dsp {
    display: none;
}

@media (max-width: 576px) {
    body {
        min-width: 0;
    }
    .dpc {
        display: none;
    }
    .dsp {
        display: block;
    }
    /* ヘッダーメニュー---------------------------------------- */
    header {
        position: static;
        width: 100%;
        /* height: auto; */
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 0;
    }
    .entry-content {
        margin: 4vw 2% 0;
    }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
    .entry-content {
        margin: 0;
    }
}



@media (max-width: 768px) {
    .mainw_block {
        float: none;
        width: 96%;
        margin: 0 auto 8px;
        padding: 0;
    }
    .menu_block {
        font-size: 14px;
        display: block;
        float: none;
        height: auto;
        margin: 0;
    }
    .menu_block li {
        display: block;
        margin-right: 0;
    }
    .menu_block li.dpc {
        display: none;
    }
    .menu_block>li {
        font-weight: normal;
        line-height: 1.6;
        margin: 0;
    }
    .slider-pro {
        min-height: 0;
        margin-bottom: 30px;
    }
    .content_block {
        width: auto;
        margin: 0 auto;
        padding-top: 0;
    }
    .under__nav_title {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 13px;
    }
    .under__nav {
        margin-bottom: 14px;
        border-top: solid 3px #bababa;
        background: #f8f8f8;
    }
    .under__nav a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #333333;
    }
    .under__nav li {
        display: block;
        float: none !important;
        margin: 0;
        padding: 3% 2% 2% 10%;
        text-align: left;
        border-bottom: 1px solid #bababa;
        background: url(../images/sp_link_arrow02.png) no-repeat 16px center;
    }
    .under__nav li:before {
        margin-left: -18px;
    }
    .footer_block,
    .copyright {
        font-size: 14px;
        width: 100%;
        height: auto;
        min-height: 50px;
        margin: 0 auto;
        padding: 12px 0;
        text-align: center;
        color: #ffffff;
        background-color: #69bcfe;
    }
    .site-footer {
        padding-top: 0;
    }
    /*tel_block*/
    .tel_block {
        width: auto;
        margin: 0 5%;
        padding-bottom: 34px;
    }
}


/*ＴＯＰ--------------------------------*/

.top_main__title,
.top_tit01 {
    font-size: 18px;
    margin-bottom: 1em;
    padding: 0.8em 0;
    text-align: center;
    color: #ffffff;
    background: #69bdff;
}

.top_main__block01 {
    width: 100%;
}

@media (min-width: 576px) {
    .top_main__block01 {
        width: 49%;
    }
}

.top_review__block img {
    width: 100%;
}


/*SP用ＴＯＰ--------------------------------*/

@media (max-width: 768px) {
    .top_content_block__list {
        margin: 0 0 16vw;
        padding-right: 0;
    }
    .top_content_block__list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .top_content_block__list li img {
        width: 94%;
        margin-left: 4%;
    }
    .tel_block__list {
        display: block;
        width: auto;
        margin: 0;
    }
    .tel_block__list li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .news_block__title {
        font-size: 18px;
        margin-bottom: 6px;
        padding: 4px 4px 0 6px;
        text-align: left;
        color: #ffffff;
        border-radius: 4px;
        background: #69bcff;
    }
    .news_block {
        text-align: left;
        border: none;
        background: #ffffff;
    }
    .news_block__txt {
        font-size: 14px;
        padding: 0;
    }
    .news_block__txt .date {
        display: block;
        margin: 0;
    }
    .news_block li {
        margin-bottom: 5px;
        padding-bottom: 6px;
        border-bottom: 1px solid #cccccc;
    }
}


@media screen and (max-width: 768px) and (min-width: 569px) {
    .news_block__txt {
        padding: 0 1%;
    } 
}


/*================================
コンタクト
================================*/

.container__main02 {
    width: 726px;
}

@media (max-width: 576px) {
    .container__main02 {
        width: 100%;
    }
}

.container__side02 {
    width: 226px;
}

@media (max-width: 576px) {
    .container__side02 {
        width: 100%;
    }
}

.contact__block00 {
    margin-bottom: 40px;
}

.contact__block {
    margin-bottom: 40px;
    border-right: 2px solid #69bdff;
    border-bottom: 2px solid #69bdff;
    border-left: 2px solid #69bdff;
}

@media screen and (max-width: 576px) {
    .contact__block {
        font-size: 14px;
    }
}

.contact__tit {
    font-size: 24px;
    padding: 4px 0;
    text-align: center;
    color: #ffffff;
    background: #69bdff;
}

@media screen and (max-width: 576px) {
    .contact__tit {
        font-size: 20px;
    }
}

.contact__tit00 {
    margin-bottom: 26px;
}

@media screen and (max-width: 576px) {
    .contact__tit00 {
        margin-bottom: 4vw;
    }
}

.contact__img {
    text-align: center;
    border-bottom: #69bdff 2px solid;
}

.contatc__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contatc__table dt {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    background: #69bdff;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.contatc__table dl:last-child dt {
    border-bottom: 2px solid #69bdff;
}

.contatc__table dd {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    border-bottom: 2px solid #69bdff;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.contatc__txt {
    line-height: 2.0;
    padding: 12px 12px;
}

.contact__block_bnr {
    margin-bottom: 40px;
}

.contact__block_bnr li {
    margin-bottom: 12px;
}

.contact__block_bnr li:last-child {
    margin-bottom: 0;
}

.contatc__txtbox {
    border-bottom: 2px solid #69bdff;
}

.contatc__tit02 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-top: 28px;
    margin-bottom: 14px;
    padding-right: 20px;
    padding-left: 20px;
    background: -webkit-linear-gradient(transparent 60%, #69bdff 60%);
    background: -o-linear-gradient(transparent 60%, #69bdff 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #69bdff));
    background: linear-gradient(transparent 60%, #69bdff 60%);
}

@media screen and (max-width: 576px) {
    .contatc__tit02 {
        font-size: 16px;
        margin-bottom: 6px;
        padding-right: 10px;
        padding-left: 0;
    }
}

.side_mame__block {
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .side_mame__block {
        margin-bottom: 4vw;
    }
}

.side_mame__date {
    text-align: right;
    color: #69bdff;
}

.side_mame__tit {
    margin-bottom: 4px;
    padding-left: 4px;
    border-left: 4px solid #69bdff;
}

.side_mame__date {
    font-size: 14px;
}

.container-full.cosme {
    margin-top: 1em;
}

.container-full.cosme .top_main__title,
.container-full.cosme .top_tit01 {
    background-color: #f6699a;
}

.container-full.cosme .top_content_block__list {
    margin: 0 -5px;
}

.container-full.cosme li {
    width: 255px;
    padding: 0 5px;
}

@media (max-width: 576px) {
    .container-full.cosme li {
        width: 100%;
    }
}

#blog {
    margin: 5em auto;
}

@media screen and (max-width: 576px) {
    #blog {
        margin: 3em auto;
    }
}

#blog h1 {
    margin-bottom: 2em;
    text-align: center;
    font-size: 2em;
    color: #6bc1cb;
}

@media screen and (max-width: 576px) {
    #blog h1 {
        font-size: 1.3em;
    }
}

#blog h1 span {
    border-bottom: solid 2px #6bc1cb;
}

#blog h2 {
    margin: 2em auto .5em;
    text-align: center;
    color: #69bdff;
    font-size: 1.2em;
}

#blog h3 {
    font-size: 1.2em;
    color: #6bc1cb;
}

#blog nav.catNav {
    margin: 1em auto;
    width: 1000px;
}

@media screen and (max-width: 576px) {
    #blog nav.catNav {
        width: 95%;
    }
}

#blog nav.catNav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#blog nav.catNav ul li {
    width: 33%;
}

@media screen and (max-width: 576px) {
    #blog nav.catNav ul li {
        width: 100%;
    }
    #blog nav.catNav ul li:not(:last-child) {
        margin-bottom: .5em;
    }
}

#blog nav.catNav ul li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 20px;
    margin-bottom: .5em;
}

@media screen and (max-width: 576px) {
    #blog nav.catNav ul li:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0;
    }
}

#blog nav.catNav ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: .5em;
    border: solid 2px #69bdff;
    color: #69bdff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#blog nav.catNav ul li a:hover {
    background-color: #69bdff;
    color: #fff;
}

#blog .time {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: .8em;
}

@media screen and (max-width: 576px) {
    #blog .time {
        width: 95%;
    }
}

#blog .terms {
    margin: 0 auto;
    width: 1000px;
}

@media screen and (max-width: 576px) {
    #blog .terms {
        display: block;
        width: 95%;
    }
}

#blog .terms ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: .8em;
}

@media screen and (max-width: 576px) {
    #blog .terms ul {
        display: block;
    }
}

#blog .terms ul::before {
    content: 'カテゴリー：';
}

#blog .terms ul li:not(:last-child)::after {
    content: ',';
    margin-right: .5em;
}

@media screen and (max-width: 576px) {
    #blog .terms ul li:not(:last-child)::after {
        content: none;
        margin-right: 0;
    }
}

#blog .blogList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em auto;
    width: 1000px;
}

@media screen and (max-width: 576px) {
    #blog .blogList {
        display: block;
        width: 95%;
    }
}

#blog .blogList .content {
    width: 49%;
    margin-bottom: 1em;
}

@media screen and (max-width: 576px) {
    #blog .blogList .content {
        width: 100%;
    }
}

#blog .blogList .content a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em;
    border: solid 2px #6bc1cb;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #454545;
}

#blog .blogList .content a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#blog .blogList .content a .thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 150px;
    margin-right: .5em;
    color: #fff;
}

@media screen and (max-width: 576px) {
    #blog .blogList .content a .thumb {
        width: 40vw;
        height: 30vw;
    }
}

#blog .blogList .content a .thumb.nothumb {
    background-color: #acbdc1;
}

#blog .postContent {
    margin: 1em auto;
    width: 1000px;
}

@media screen and (max-width: 576px) {
    #blog .postContent {
        display: block;
        width: 95%;
    }
}

#blog .blogBtn {
    width: 300px;
    margin: 1em auto;
}

@media screen and (max-width: 576px) {
    #blog .blogBtn {
        width: 95%;
    }
}

#blog .blogBtn a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    border: solid 2px #69bdff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #69bdff;
}

#blog .blogBtn a:hover {
    background-color: #69bdff;
    color: #fff;
}

#blog .productList {
    margin: 2em auto;
    width: 1000px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    #blog .productList {
        width: 95%;
    }
}

#blog .productList h3 {
    margin-bottom: .5em;
}

#blog .productList ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
    #blog .productList ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#blog .productList ul li {
    width: 320px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    #blog .productList ul li {
        width: 48%;
        margin-bottom: .5em;
    }
}

#blog .productList ul li:not(:nth-child(3n)) {
    margin-right: 20px;
}

@media screen and (max-width: 576px) {
    #blog .productList ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

#blog .productList ul li a {
    display: block;
}

.site-main .introduction {
    width: 600px;
    margin: 2em auto;
    border: solid 1px #ccc;
}

@media (max-width: 576px) {
    .site-main .introduction {
        width: 100%;
    }
}

.site-main .introduction h1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5em;
    background-color: #69BDFF;
    color: #fff;
}

.site-main .introduction h1 b {
    display: inline-block;
    padding: .2em .5em;
    background-color: #fff;
    border-radius: 100vw;
    color: #4169E1;
}

.site-main .introduction h1 strong {
    display: inline-block;
    width: 100%;
    padding: .2em;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: normal;
}

.site-main .introduction h1 span {
    padding: .2em;
}

.site-main .introduction p {
    padding: 1.2em;
}

.menu_sub_block .tab01 {
    height: auto;
}

.menu_sub_block .spHamItem {
    height: auto;
}

.guide_step_settlement-img {
    font-size: 0.8em;
    margin: 20px 0;
}

@media screen  and (max-width: 576px) {
  #amazon_logo{
    text-align: center;
  }
  #amazon_logo img{
    width: 70%;
  }
}




@media screen and (max-width: 576px){
	.low_list dt {
		width: 100%;
	}
}

.sp_simple_amazon-pay {
margin-top:15px;
}

.guide_delivery_txt-left {
	text-align: left;
}



@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}




/* --------------------------------------------------------------------------------------------------- */


























/* precautionに必要。*/





.virtual_main {
    background: #fff;
    color: #000;
}

.virtual_main section
{
    padding: 70px 0;
}

.virtual_main section .inner
{
    overflow: hidden;

    width: 100%;
    margin: 0 auto 8% auto;
    padding: 0 20px;
}

.virtual_main section .inner::after
{
    display: block;
    clear: both;

    content: '';
}

.virtual_main .sec_8 .inner .fr p {
    font-size: 13px;
}

.virtual_main section .inner p {
    font-size: 16px;
}

.virtual_main figure
{
    line-height: 0;

    width: 100%;
    margin: 0 auto 30px;

    text-align: center;
}

.virtual_main figure img
{
    line-height: 1;

    max-width: 100%;
    margin: 0 auto;
}
.virtual_main img{
    width: auto;
    display: inline;
}

.virtual_main figure:last-child
{
    margin-bottom: 0;
}

.virtual_main p
{
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1.5em;
}

.virtual_main p:last-child
{
    margin-bottom: 0;
}


.t_c
{
    text-align: center;
}

.t_r
{
    text-align: right;
}

.t_l
{
    text-align: left;
}

.fl
{
    float: left;

    /* width: auto; */
}

.fr
{
    float: right;

    width: auto;
}

.cf
{
    display: block;
}

.cf::after
{
    display: block;
    clear: both;

    content: '';
}


.sec_8 .inner
{
    max-width: 820px;
    margin-bottom: 8%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.sec_8 .inner.bdr
{
    margin-bottom: 0;
    padding: 3% 4%;

    border: #dcdcdc solid 1px;
}

.sec_8 .inner.bdr p
{
    margin-bottom: .5em;
}

.sec_8 .inner.bdr p strong
{
    font-size: 18px;

    color: #000;
}

.sec_8 .inner.bdr p.ctn
{
    font-size: 14px;
}

.sec_8 .inner.bdr p.ctn strong
{
    font-size: 14px;
}

.sec_8 .inner.bdr .li_dot li
{
     font-size: 14px;
    /*font-size: 1.4rem; */
    line-height: 1.8em;
    text-align: left;
    margin-bottom: .2em;
    color: #000;
}

.li_dot li {
    position: relative;
    padding-left: 1em; 
}
    .li_dot li::before {
      position: absolute;
      display: block;
      content: '';
      width: 4px;
      height: 4px;
      background: #000;
      border-radius: 100%;
      top: .6em;
      right: 0;
      bottom: 0;
      left: .3em;
      margin: 0 auto auto 0;
     }
  

.sec_8 .fr
{
    width: 23%;
    margin-left: 1em;
}

.sec_8 .fr p
{
    font-size: 13px;
}

.sec_8 .fr p img
{
    display: inline;
    vertical-align: baseline;
    width: 80px;
}

.sec_8 p span
{
    font-size: 14px;
}

.sec_8 p strong
{
    color: #073190;
}

.sec_8 p.ntc
{
    font-size: 14px;

    position: relative;

    padding-left: 1em;
}

.sec_8 p.ntc::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '※';
    display: block;

    width: 1em;
    height: 1em;
    margin: 0 auto auto 0;

}


@media screen and (min-width: 480px)
{
    .sp_only
    {
        display: none;
    }
}

@media screen and (min-width: 769px)
{
    .wp10
    {
        width: 10% !important;
    }

    .wp15
    {
        width: 15% !important;
    }

    .wp20
    {
        width: 20% !important;
    }

    .wp25
    {
        width: 25% !important;
    }

    .wp30
    {
        width: 30% !important;
    }

    .wp35
    {
        width: 35% !important;
    }

    .wp40
    {
        width: 40% !important;
    }

    .wp45
    {
        width: 45% !important;
    }

    .wp50
    {
        width: 50% !important;
    }

    .wp55
    {
        width: 55% !important;
    }

    .wp60
    {
        width: 60% !important;
    }

    .wp65
    {
        width: 65% !important;
    }

    .wp70
    {
        width: 70% !important;
    }

    .wp75
    {
        width: 75% !important;
    }

    .wp80
    {
        width: 80% !important;
    }

    .wp85
    {
        width: 85% !important;
    }

    .wp90
    {
        width: 90% !important;
    }

    .wp95
    {
        width: 95% !important;
    }

    .wp100
    {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px)
{


    .sp_wp10
    {
        width: 10% !important;
    }

    .sp_wp15
    {
        width: 15% !important;
    }

    .sp_wp20
    {
        width: 20% !important;
    }

    .sp_wp25
    {
        width: 25% !important;
    }

    .sp_wp30
    {
        width: 30% !important;
    }

    .sp_wp35
    {
        width: 35% !important;
    }

    .sp_wp40
    {
        width: 40% !important;
    }

    .sp_wp45
    {
        width: 45% !important;
    }

    .sp_wp50
    {
        width: 50% !important;
    }

    .sp_wp55
    {
        width: 55% !important;
    }

    .sp_wp60
    {
        width: 60% !important;
    }

    .sp_wp65
    {
        width: 65% !important;
    }

    .sp_wp70
    {
        width: 70% !important;
    }

    .sp_wp75
    {
        width: 75% !important;
    }

    .sp_wp80
    {
        width: 80% !important;
    }

    .sp_wp85
    {
        width: 85% !important;
    }

    .sp_wp90
    {
        width: 90% !important;
    }

    .sp_wp95
    {
        width: 95% !important;
    }

    .sp_wp100
    {
        width: 100% !important;
    }

    header img.spppppppp
    {
        height: 64px;
    }

    .f_box_2
    {
        flex-flow: column;
    }

    .f_box_2 > *
    {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .li_chk
    {
        width: 85%;
        margin-left: 6.5%;
    }

    .li_chk li
    {
        font-size: 14px;
        font-size: 1.4rem;

        background: url(../img/icon_check.png) no-repeat left top;
        background-size: 20px auto;

        flex-flow: column;
    }

    .li_chk li:nth-child(2n+1)
    {
        width: 100%;
    }

    .li_chk li:nth-child(2n+2)
    {
        width: 100%;
    }

   

    .sec_8 .inner
    {
        max-width: 100%;
        margin-bottom: 15%;
    }

    .sec_8 .inner.bdr
    {
        width: 90%;
        margin: 0 auto;
        padding: 5%;
    }

    .sec_8 .inner.bdr p strong
    {
        font-size: 18px;
    }

    .sec_8 .inner.bdr p.ctn
    {
        font-size: 12px;
    }

    .virtual_main .sec_8 .inner.bdr p.ctn strong
    {
        font-size: 14px;
    }

    .sec_8 figure.ttl img
    {
        width: 70%;
    }

    .sec_8 figure.ttl2 img
    {
        width: 80%;
    }

    .sec_8 .fr
    {
        width: 35%;
        margin-left: 1em;
    }

    .sec_8 .fr p
    {
        font-size: 12px;
    }

    .sec_8 .fr p br
    {
        display: none;
    }

    .sec_8 .fr p img
    {
        display: inline;

        width: 60px;
    }

    .sec_8 p span
    {
        font-size: 12px;
    }

  
}


@media only screen and (max-width: 576px) {
.content_pi content {
    position: relative;
}

#pop_pi,iframe {
    z-index: 10;
    position: absolute;
}
}


@media only screen and (max-width: 768px) {

    .example {
        height: 270px !important;
    }

}



.mainw_block .low_list dd {
    margin: 0;
}

.top_main_block .low_list dd {
    margin: 0;
}


/* Header修正 */
.menu_block>li {
    font-family: "メイリオ", Meiryo, sans-serif;
}
.menu_block>li>a:hover {
    text-decoration: none;
}

/* FOOTER修正 */
footer {
    padding-top: 0;
}

footer .under__nav {
    line-height: 1.6;
}

footer .under__nav li {
    text-decoration: none;
    /* margin: 0 20px 10px 0; */
}
footer .under__nav li a {
    /* color:#4169e1; */
    font-weight: 400;
    font-family: "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
    footer .under__nav li a {
        color:#4169e1;
    }
    footer .under__nav li {
        margin: 0 20px 10px 0;
    }
}

/* /guide/newguest/の修正 */
.w50.fr {
    width: 50%;
}
@media screen and (max-width: 576px) {
    .w50.fr {
        width: 100%;
    }
}

/* guide配下の見出し修正 */
@media screen and (max-width: 576px) {
    .gfirst__subtitle {
        padding-top: 0;
    }
    .title002 {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .sitmap__title.mt_0 {
        margin-top: 0;
    }
    .title.guide_ttl {
        margin-top: 0;
    }
}

/* よくある質問 回答の幅調整 */
#qanda dd {
    margin: 0;
}

/* 眼科一覧 修正 */
.eyelist p {
    margin-bottom: 0;
}

/* /clear/1day-refrear38/ のグロナビ調整 */
.menu_block>li>span {
    color: #454545;
}
@media screen and (min-width: 769px) {
    .menu_block>li:hover>span:hover, .menu_block>li:hover>span {
        opacity: 1.0;
        color: #fff;
    }
}

/* コンタクトレンズ関連用語 の調整 */
li.list_word dd {
    margin-right: 0;
}
li.list_word dd p {
    margin-bottom: 0;
}

/* howto配下ページ 調整 */
.howto_content p {
    margin-bottom: 0;
}

/* 眼科一覧 調整 */
#content > pre {
    margin: 0;
    padding: 0;
}

/* ご注文の流れ 調整 */
#guide_second p {
    margin-bottom: 0;
}
#guide_second .txt p {
    margin-bottom: 30px
}

/* ご利用ガイド＞定期購入について 調整 */
.content_cover .catch {
    margin-bottom: 10px !important;
}

@media screen and (min-width:769px) {
    .eye_doc .shoho .fl img {
        min-height: 176px;
    }   
}

@media screen and (min-width:577px) {
    .eye_doc .shoho .fl img {
        max-width: 90%;
    }
}




/* 2021-0913 メンテナンス中のアラート用CSS */
/* 
.alert_maintenance {
    width: 100%;
    height: auto;
    padding: 2% 0%;
    background: #fff !important;
}

.alert_maintenance .alert_maintenance_txt_box {
    width: 70%;
    margin-left: 15%;
    border: solid 2px red;
    box-sizing: border-box;
    padding: 2vw;
}

.alert_maintenance .alert_maintenance_txt_box p {
    color: red;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.alert_maintenance .alert_maintenance_txt_box p {
    text-align: left!important;
    font-family: "メイリオ", Meiryo, sans-serif!important;
    line-height: 1.5!important; 
}

@media screen and (max-width: 768px) { 
    .alert_maintenance .alert_maintenance_txt_box {
        width: 80%;
        margin-left: 10%;
    }
    .alert_maintenance .alert_maintenance_txt_box p {
        font-size: 14px;

    }
}
*/
