@charset "UTF-8";

/*-------------------------------------------
pc、sp 共通
-------------------------------------------*/

html {
	overflow-y: scroll;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.u-clear:before,
.u-clear:after {
    content: " ";
    display: table;
}
.u-clear:after {
    clear: both;
}
.u-alphabet {
    font-family: Arial, sans-serif !important;
}
.u-alphabet,
.is-caption {
    font-size: 11px;
}

/* c-wrap */
.c-wrap {
	position: relative;
}

/* header */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-width: 960px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ ゴシック", sans-serif;*/
    /*font-family: "Source Sans Pro", Arial, sans-serif;*/
    color: #000000;
    font-size: 14px;
    box-sizing: content-box;
}
.header {
    height: 66px;
    background-color: rgba(255, 255, 255, 1);
}
.header_title {
    float: left;
    display: inline-block;
    /*margin: 23px 0 0 30px;*/
    margin: 16px 25px 0 30px;
    text-align: center;
    font-size: 1px;
    line-height: 1;
}
.header_title a,
.header_title span {
    display: block;
    text-decoration: none;
}
.header_title a:hover img,
.header_title span:hover img {
    opacity: .5;
}
.header_title a img,
.header_title span img {
    vertical-align: top;
}
.header_title a img {
    width: 104px;
}
.header_title_logo {
    margin: 0;
}
.header_navbtn {
    display: none;
}
.header_navbtn_li {
    position: absolute;
    top: 0;
    right: 45px;
    border-left: 1px solid #dcdcdc;
}
.header_nav {
    float: left;
    margin-left: 12px;
}
.header_nav_menu {
    display: table;
}
.header_nav_menu_li {
    display: table-cell;
    margin-left: 1px;
    text-align: center;
    vertical-align: middle;
}
.header_nav_menu_li.is-global {
    display: none;
}
.header_nav_menu_li a {
    display: block;
    height: 96px;
    padding: 0 18px 0 17px;
    line-height: 96px;
    text-decoration: none;
    color: #2e2e2e;
    font-family: "Source Sans Pro", Arial, sans-serif;
    position: relative;
}
.header_nav_menu_li a:hover {
    opacity: .5;
}
.header_utility {
    position: absolute;
    top: 0;
    right: 0;
}
.header_utility_menu_li {
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.header_utility_menu_li > a,
.header_utility_menu_li > span {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 70px;
    height: 96px;
    padding-top: 53px;
    background-color: #ffffff;
    color: #e6000d;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.header_utility_menu_li > a > span,
.header_utility_menu_li > span > span > span {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	display: block;
}
.header_utility_menu_li.is-close {
    background-color: #ffffff;
}
.header_utility_menu_li.is-close > a,
.header_utility_menu_li.is-close > span {
    background-color: #e6000d;
    color: #ffffff;
}
.header_utility_menu_li.is-close > a:after,
.header_utility_menu_li.is-close > span:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    bottom: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #e6000c transparent transparent transparent;
    margin: auto;
}
.header_utility_menu_li.is-close > a:hover,
.header_utility_menu_li.is-close > span:hover {
    background-color: #f27f86;
    opacity: 1;
}
.header_utility_menu_li.is-close > a:hover:after,
.header_utility_menu_li.is-close > span:hover:after {
    border-top-color: #f27f86;
}
.header_utility_menu_li > a i.is-global,
.header_utility_menu_li > span i.is-global {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 23px;
    height: 23px;
    background: url("../svg/icon_global_01.svg") 0 0 no-repeat;
}
.header_utility_menu_li > a i.is-search,
.header_utility_menu_li > span i.is-search {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 22px;
    height: 21px;
    background: url("../svg/icon_search_01.svg") 0 0 no-repeat;
}
.header_utility_menu_li > span span.close {
    display: none;
}
.header_utility_menu_li.is-close > span span.close:hover {
    color: #fff;
    opacity: 1;
}
.header_utility_menu_li > a i.is-close,
.header_utility_menu_li > span i.is-close {
    position: absolute;
    top: 18px;
    /*top: 33px;*/
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 16px;
    height: 15px;
    background: url("../svg/icon_close_01.svg") 0 0 no-repeat;
}
.header_utility_menu_li > a:hover,
.header_utility_menu_li > span:hover {
    opacity: .5;
}
.header_search {
    position: absolute;
    top: 66px;
    /*top: 96px;*/
    right: 0;
    display: none;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
.header_search_form {
    line-height: 1.6;
}
.header_search_form_input input[type="search"] {
    position: relative;
    float: left;
    box-sizing: border-box;
    display: block;
    width: 350px;
    padding: 5px 10px 5px 34px;
    border: none;
    border-radius: 0;
    background: #ffffff url("../svg/icon_search_01.svg") 7px 50%/18px 18px no-repeat;
    color: #000000 !important;
}
.header_search_form_input input[type="search"]:placeholder-shown {
    color: #cccccc;
}
.header_search_form_input input[type="search"]::-webkit-input-placeholder {
    color: #cccccc;
}
.header_search_form_input input[type="search"]:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
.header_search_form_input input[type="search"]::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
.header_search_form_input input[type="search"]:-ms-input-placeholder {
    color: #cccccc;
}
.header_search_form_btn {
    float: left;
    display: block;
    box-sizing: border-box;
}
.header_search_form_btn input[type="submit"] {
    background-color: #e6000d;
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 0;
    color: #ffffff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header_search_form_btn input[type="submit"]:hover {
    background-color: #f27f86;
}

/* local_navigation */
.kv {
    width: 100%;
    background: #fff;
}
.local_navigation {
    width: 100%;
    height: 49px;
    margin: 0 auto;
    display: table;
    background: #fff;
}
.local_navigation h1,
.local_navigation ul,
.local_navigation ul li {
    display: table-cell;
    vertical-align: middle;
}
.local_navigation h1 {
    width: auto;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    padding: 0 10px !important;
}
.local_navigation h1 a {
	font-size: 20px;
	font-family: "Source Sans Pro", Arial, sans-serif;
    color: #333;
    text-decoration: none;
}
.local_navigation ul {
    width: 60px;
    padding-right: 10px;
}
.local_navigation ul li:first-child {
    padding-right: 7px;
}
.local_navigation ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.local_navigation ul li a.ic-fb {
   background-image:url(../png/icon_fb.png); 
}
.local_navigation ul li a.ic-tw {
   background-image:url(../png/icon_tw.png); 
}

/* c-local-nav */
.c-local-nav dl {
	margin: 0;
}

/* breadcrumb-nav */
.breadcrumb-nav {
    background: #fff;
}

/* footer */
.l-footer {
    width: 100%;
    min-width: 960px;
    border-top: 1px solid #dcdcdc;
}
.footer {
    width: auto;
    margin: 0 40px;
    padding: 10px 0 20px;
}
.footer_nav {
    float: left;
}
.footer_nav li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #aaaaaa;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 11px;
	line-height: 1;
}
.footer_nav li:first-child {
    border-left: 1px solid #aaaaaa;
}
.footer_nav li a {
	color: #2e2e2e;
    text-decoration: none;
}
.footer_nav li a:hover {
    color: #999;
    text-decoration: none;
}
.footer_copyright {
    float: right;
    font-size: 11px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
}
.footer_copyright a {
    color: #2e2e2e;
    text-decoration: none;
}
.footer_copyright a:hover {
    color: #999;
}

/* nv_pagetop */
.nv_pagetop {
    display: none!important;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
}
.nv_pagetop a {
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 9999;
    display: block;
    background-color: rgba(255,255,255,0.15);
    background-image: url(../png/btn_pagetop.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

/*-------------------------------------------
pc
-------------------------------------------*/
@media only screen and (min-width: 768px) {
    /* local_navigation_wrap */
    .local_navigation_wrap {
        padding-top: 66px;
    }
    
    /* forSP */
    .f-nav.forSP,
    .breadcrumb-nav.forSP{
        display: none;
    }
    
    /* header */
    .l-header {
        height: 66px;
    }
    .header_nav_menu_li a {
        height: 66px;
        line-height: 66px;
    }
    .header_utility_menu_li > a,
    .header_utility_menu_li > span {
        height: 66px;
        padding-top: 37px;
    }
    .header_utility_menu_li > a i.is-global, 
    .header_utility_menu_li > span i.is-global,
    .header_utility_menu_li > a i.is-search, 
    .header_utility_menu_li > span i.is-search {
        top: 12px;
    }
	
	/* local_navigation */
	.local_navigation h1 {
		padding-left: 40px !important;
	}
	
	/* c-local-nav */
	.c-local-nav {
		position: absolute;
		top: 20px;
		width: 100%;
		text-align: right;
		z-index: 10;
	}
	.c-local-nav .ttl {
		display: none;
	}
	.c-local-nav dl dd ul {
		max-width: 1290px;
        margin: 0 auto !important;
        padding-right: 20px;
	}
	.c-local-nav dl dd ul li {
        display: inline-block;
        font-size: 16px;
        padding-left: 20px;
	}
    .c-local-nav dl dd ul li a {
        color: #333;
    }
    .c-local-nav dl dd ul li a.current {
        color: #e6000d;
    }
    
    /* f-nav */
    .f-nav {
        height: 0;
    }
    
    /* breadcrumb-nav */
    .breadcrumb-nav {
        height: 0;
    }
    
    /* footer */
    .l-footer {
        background-color: #fff;
    }
    
    /* fade_t */
    a.fade_t:hover {
        opacity: 0.7;
    }

    a.fade_t {
        transition-property: background-color, border-color, color, opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
}

@media only screen and (max-width: 1100px) {
    .header_nav {
        margin-left: 20px;
    }
}

/*-------------------------------------------
sp
-------------------------------------------*/
@media (max-width: 767px) {
    /* header */
    .l-header {
        position: static;
        min-width: 100%;
        height: 55px;
        border-bottom-color: #dcdcdc;
    }
    .header {
        height: 55px;
        background-color: #ffffff;
    }
    .header_title {
        /*margin: 14px 0 0 20px;*/
        margin: 13px 0 0 10px;
        background-color: white;
    }
    /*.header_title_logo {
        display: inline-block;
        width: 95px;
        height: 33px;
        background: url('../images/logo_sharp_beoriginal_sp.png') no-repeat 0 0;
        background-size: auto 33px;
    }*/
    .header_title_logo img {
        /*display: none;*/
    }
    .header_navbtn {
        display: block;
    }
    .header_navbtn_li > a,
    .header_navbtn_li > span {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 44px;
        height: 55px;
        padding-top: 40px;
        background-color: #ffffff;
        color: #e6000d;
        text-align: center;
        text-decoration: none;
    }
    .header_navbtn_li.is-close > a,
    .header_navbtn_li.is-close > span {
        background-color: #f0f0f0;
        height: 56px;
        border-bottom: 1px solid #f0f0f0;
    }
    .header_navbtn_li > a i.is-menu,
    .header_navbtn_li > span i.is-menu {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 19px;
        height: 18px;
        margin: auto;
        background: url("../svg/icon_menu_01.svg") 0 0/19px 18px no-repeat;
    }
    .header_navbtn_li > a span,
    .header_navbtn_li > span span {
        display: none;
    }
    .header_nav {
        position: absolute;
        top: 56px;
        left: 0;
        z-index: 99;
        display: none;
        float: none;
        width: 100%;
        margin-left: 0;
        opacity: 0;
    }
    .header_nav.is-active {
        display: block;
        opacity: 1;
    }
    .header_nav_menu {
        display: block;
        background-color: #dcdcdc;
    }
    .header_nav_menu_li {
        box-sizing: border-box;
        float: left;
        width: 50%;
        margin-left: 0;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
    }
    .header_nav_menu_li:nth-child(odd) {
        border-right: 1px solid #dcdcdc;
    }
    .header_nav_menu_li.is-global {
        display: block;
    }
    .header_nav_menu_li a {
        display: block;
        width: auto;
        height: 49px;
        padding: 0 30px 0 20px;
        background-color: #f0f0f0;
        font-size: 11px;
        line-height: 49px;
    }
    .header_nav_menu_li a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        display: block;
        width: 11px;
        height: 16px;
        margin: auto;
        background: url("../svg/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
    }
    .header_utility_menu_li {
        border-left-color: #dcdcdc;
    }
    .header_utility_menu_li.is-global {
        display: none;
    }
    .header_utility_menu_li > a,
    .header_utility_menu_li > span {
        width: 44px;
        height: 55px;
    }
    .header_utility_menu_li.is-close > a,
    .header_utility_menu_li.is-close > span {
        background-color: #f0f0f0;
        height: 56px;
        border-bottom: 1px solid #f0f0f0;
    }
    .header_utility_menu_li.is-close > a:after,
    .header_utility_menu_li.is-close > span:after {
        display: none;
    }
    .header_utility_menu_li.is-close > a:hover,
    .header_utility_menu_li.is-close > span:hover {
        background-color: #f0f0f0;
    }
    .header_utility_menu_li > a i.is-search,
    .header_utility_menu_li > span i.is-search {
        top: 0;
        bottom: 0;
        width: 19px;
        height: 18px;
        background-size: 19px 18px;
    }
    .header_utility_menu_li > a i.is-close,
    .header_utility_menu_li > span i.is-close {
        top: 0;
        bottom: 0;
        width: 19px;
        height: 18px;
        background-image: url("../svg/icon_search_01.svg");
        background-size: 19px 18px;
    }
    .header_utility_menu_li > a span,
    .header_utility_menu_li > span span {
        display: none;
    }
    .header_utility_menu_li > a:hover,
    .header_utility_menu_li > span:hover {
        opacity: 1;
    }
    .header_search {
        top: 56px;
        z-index: 99;
        box-sizing: border-box;
        width: 100%;
        padding: 15px 15px 16px;
        border-bottom: 1px solid #dcdcdc;
        background-color: #f0f0f0;
    }
    .header_search_form_input {
        display: block;
        margin-right: 40px;
    }
    .header_search_form_input input[type="search"] {
        width: 100%;
        padding: 4px 10px 4px 26px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        background-position: 4px 50%;
        background-size: 17px 17px;
        font-size: 11px;
        line-height: 20px;
    }
    .header_search_form_input input[type="search"]:placeholder-shown {
        color: #666666;
    }
    .header_search_form_input input[type="search"]::-webkit-input-placeholder {
        color: #666666;
    }
    .header_search_form_input input[type="search"]:-moz-placeholder {
        color: #666666;
    }
    .header_search_form_input input[type="search"]::-moz-placeholder {
        color: #666666;
    }
    .header_search_form_input input[type="search"]:-ms-input-placeholder {
        color: #666666;
    }
    .header_search_form_btn {
        float: right;
        width: 40px;
    }
    .header_search_form_btn input[type="submit"] {
        width: 40px;
        padding: 0 0;
        border-top: 1px solid #c6000b;
        border-right: 1px solid #c6000b;
        border-bottom: 1px solid #c6000b;
        font-size: 13px;
        line-height: 28px;
        font-weight: bold;
    }
    
    /* local_navigation */
    .local_navigation h1 {
        text-align: center;
    }
    .local_navigation ul {
        display: none;
    }
	
	/* c-local-nav */
	.c-local-nav {
	}
	.c-local-nav dl {
	}
	.c-local-nav .ttl {
		position: relative;
		font-family: "Source Sans Pro", Arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #333;
		text-align: left;
		line-height: 22px;
		background: #e9e9e9;
		margin: 0;
		padding: 10px 15px;
	}
	.c-local-nav .ttl.accordion::after {
		position: absolute;
        content: '';
        top: 50%;
        right: 13px;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        border: 4px solid transparent;
        border-top: 4px solid #e6000d;
	}
	.c-local-nav .ttl.accordion.active::after {
        top: 37%;
        transform: translateY(-37%);
        -webkit- transform: translateY(-37%);
        border: 4px solid transparent;
        border-bottom: 4px solid #e6000d;
	}
	.c-local-nav dl dd {
		display: none;
	}
	.c-local-nav dl dd ul li {
	}
	.c-local-nav dl dd ul li a {
		position: relative;
        display: block;
        font-size: 14px;
        color: #333 !important;
        line-height: 1.6;
        text-align: left;
        text-decoration: none;
        border-top: 1px solid #dcdcdc;
        padding: 10px 15px;
		background: #f6f6f6;
	}
	.c-local-nav dl dd ul li a::after {
        position: absolute;
        content: '';
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        border: 4px solid transparent;
        border-left: 4px solid #666;
    }
    
    /* container-nav */
    .container-nav {
        display: none;
    }
    
    /* f-nav */
    .f-nav {
        width: 100%;
        display: block;
        background: #fff;
    }
    .f-nav ul {
        border-top: 1px solid #dcdcdc;
    }
    .f-nav a {
        position: relative;
        display: block;
		font-family: "Source Sans Pro", Arial, sans-serif;
        font-size: 14px;
        color: #333 !important;
        line-height: 1.6;
        text-align: left;
        text-decoration: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 15px;
    }
    .f-nav a::after {
        position: absolute;
        content: '';
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        border: 4px solid transparent;
        border-left: 4px solid #e6000d;
    }
    
    /* breadcrumb-nav */
    .breadcrumb-nav p {
		font-family: "Source Sans Pro", Arial, sans-serif;
		font-size: 11px !important;
        text-align: left;
        color: #2f2f2f;
        line-height: 1.4;
        margin: 0;
		padding: 15px;
    }
    .breadcrumb-nav p a {
        color: #2f2f2f;
        text-decoration: underline;
    }
    
    /* footer */
    .l-footer {
        min-width: 100%;
        background-color: #f0f0f0;
    }
    .footer {
        margin: 0 20px;
    }
    .footer_nav {
        float: none;
    }
    .footer_nav li {
        float: none;
        margin-top: 10px;
        padding: 0;
        border-right: none;
        font-size: 10px;
        line-height: 1.5;
    }
    .footer_nav li:first-child {
        border-left: none;
    }
    .footer_copyright {
        float: none;
        margin-top: 20px;
    }
    
    /* nv_pagetop */
    .nv_pagetop a {
        bottom: 0;
        right: 0;
        background-size: 14px;
    }
}








