@charset "UTF-8";
#stationery .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#stationery .cf:after {
    clear: both;
}

#stationery .cf {
    *zoom: 1;
}

#stationery .pc {
    display: block;
}

#stationery .sp {
    display: none;
}

/* gnavi */

#stationery #lnavi {
    width: 100%;
    background: #fff;
    z-index: 3;
    border-bottom: 1px solid #bcbcbc;
  }
  
  #stationery #lnavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #stationery #lnavi ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
  }
  
  #stationery #lnavi ul li {
    display: inline-block;
  }
  
  #stationery #lnavi ul li a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
  }
  
  #stationery #lnavi ul li a:hover {
    color: #fe6e00;
  }
  
  #stationery #lnavi ul li a.now {
    color: #fe6e00;
  }


/* footer-bnr */

#stationery .footer-bnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    margin: 0 auto;
}

#stationery .footer-bnr li {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

/* header */

#stationery #contents-header {
    position: relative;
    width: 950px;
    margin: 0 auto 20px;
}

/* ショーケース誘導 */

#stationery .footer-showcase {
    padding: 55px 0;
    margin-bottom: 80px;
}

#stationery .footer-showcase {
    background: #fcfbf3;
    border: 2px solid #ff6e00;
    border-left: none;
    border-right: none;
}

#stationery .footer-showcase .btnBox02 .leadTxt {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}

#stationery .footer-showcase .btnBox02 .btn02 a {
    width: 380px;
    height: 98px;
    box-sizing: border-box;
    display: block;
    border: 2px solid #333333;
    background: #fff;
    box-shadow: 2px 2px 0 0 #333333;
    text-decoration: none;
    color: #333333;
    text-align: center;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
}

#stationery .footer-showcase .btnBox02 .btn02 a:hover {
    opacity: .7;
}

#stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
    border-right: 28px solid #75c2ef;
    padding: 12px;
    height: 98px;
    height: 94px;
    box-sizing: border-box;
}

#stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img {
    display: inline-block;
    margin-top: 7px;
}

#stationery .footer-showcase .btnBox02 .btn02 a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: rotate(45deg);
}

#stationery .footer-showcase .btnBox02 .btn02 a:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: #333333 transparent transparent #333333;
    border-style: solid;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


@media screen and (max-width: 750px) {
    #stationery .sp {
        display: block;
    }
    #stationery .pc {
        display: none;
    }
    /* gnavi */
    #stationery #lnavi {
        display: none;
    }
    /* header */
    #stationery #contents-header {
        width: auto;
        margin: 0 auto;
        margin-top: 46px;
    }
    #stationery #pagetop {
        width: auto;
        margin: 0 auto;
    }
    #stationery .footer-bnr {
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    #stationery .footer-bnr li {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    #stationery .footer-showcase {
        padding: 20px 0 0;
        margin-bottom: 0px;
    }
    #stationery .footer-showcase .btnBox02 .leadTxt {
        margin-bottom: 20px;
        font-size: 18px;
    }
    #stationery .footer-showcase .btnBox02 .btn02 a {
        width: 90%;
        height: auto;
        border: 2px solid #333333;
        font-size: 13px;
        margin: 0 auto 25px;
    }
    #stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
        border-right: 20px solid #75c2ef;
        padding: 11px 9px;
        height: auto;
        box-sizing: border-box;
    }
    #stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img img {
        width: 190px;
        height: auto;
    }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size:90%;
  color:#666;
}

.jump {
  position: absolute;
  left: -1999px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
img {
	border-width:0px;
	vertical-align:bottom;
}
.aligncenter {
	text-align:center;
}
a:link ,
a:visited {
	color:#4155d7;
	text-decoration:none;
}
a:hover {
	color:#f56493;
	text-decoration:underline;
}



/* ------------------------------------- ヘッダー
*/
#localheader {
	height:60px;
	background-color:#4155d7;
}
#localheader .inner{
	position:relative;
	width:1070px;
	height:60px;
	margin:auto;
}
#headerlogo {
	position:absolute;
	top:24px;
	right:0px;
}
#localheader h1 {
	margin:0px;
	padding:15px 0px;
}
#localheader #nav {
	position:absolute;
	top:0px;
	left:145px;
	margin:0px;
	padding:0px;
	z-index:99999;
}
#nav li{
	list-style-type:none;
}
#nav li.header_menu_item{
	float:left;
	margin-right:35px;
	width:auto;
	position:relative;
	cursor:pointer;
}
#nav .header_submenu_set{
	position:absolute;
	top:60px;
	left:-55px;
	margin:0px;
	padding:2px 0 0 0px;
	background-image:url(/images/common/submenu_bg.png);
	background-color:transparent;
	width:215px;
	padding:0px 20px 10px 20px;
}
#nav .header_submenu_set li{
	border-bottom:solid 1px #a0aaeb;
	padding:10px 0px;
	text-align:center;
}
#nav .header_submenu_set a{
	color:#fff;
}

/* ------------------------------------- SNS
*/
#sns {
	position:relative;
	width:1070px;
	height:25px;
	margin:20px auto 20px auto;
}
#sns .sns_buttons {
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
}
#sns .sns_buttons li{
	float:left;
	overflow:hidden;
	list-style-type:none;
}
#sns .sns_buttons li.tw {
	width:110px;
}
#sns .sns_buttons li.fb {
	width:110px;
}



/* ------------------------------------- PAGETOP
*/
#btn_pagetop {
	position:fixed;
	bottom:40px;
	right:0px;
	display:none;
	z-index:999999;
	cursor:pointer;
}
#btn_pagetop:hover {
	opacity:0.7;
}

#contents {
}
#contents > .inner{
	width:1070px;
	margin:auto;
	position:relative;
}



#localfooter {
	margin:auto;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb100 {
	margin-bottom:100px !important;
}


.clr {
	clear:both;
}
div.floatleft ,
img.floatleft {
	float:left;
	margin:0 30px 30px 0;
}
div.floatright ,
img.floatright {
	float:right;
	margin:0 0px 30px 30px;
}
.pkg_two_img .floatleft {
	float:left;
	width:310px;
	margin:0;
}

.pkg_two_img .floatright {
	float:right;
	width:310px;
	margin:0;
}
.mark_new {
	width:92px;
	height:145px;
	position:absolute;
	top:-20px;
	right:-25px;
	background:url(../images/common/new.png) no-repeat;
}
.fig_caption {
	font-size:smaller;
}
.pkg_v_mid {
	display:table;
	margin-bottom:30px;
}
.pkg_v_mid .sentence ,
.pkg_v_mid .fig {
	display:table-cell;
	vertical-align:middle;
}
.pkg_v_mid.img_l .fig img {
	margin-right:15px;
}
.pkg_v_mid.img_r .fig img {
	margin-left:15px;
}

/* ------------------------------------- clearfix
*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ------------------------------------- CONTENTS
*/
#contents {
	margin-bottom:80px;
}
#column {
	margin-top:50px;
}



/* ------------------------------------- FOOTER
*/
#localfooter .inner {
	width:950px;
	margin:auto;
	height:145px;
}
#localfooter .logo {
	float:left;
	padding-top:55px;
}
#localfooter .image {
	float:right;
	padding-top:35px;
}



.kokuyo-st-container #footer {
    background-color: #4155d7;
}

.kokuyo-st-container #footer .wrap .utility li {
	border-left: 1px solid #a0aaeb;
}


/* CLASS */
.pc { display: block;}
.sp { display: none;}
@media screen and (max-width: 750px) {
    .pc { display: none;}
    .sp { display: inline-block;}
}

/* header */
/* ------ ヘッダー*/
#localheader {
	height:60px;
	background-color:#4155d7;
}
#localheader .inner{
	position:relative;
	width:1070px;
	height:60px;
	margin:auto;
	background-color:#4155d7;
}
#localheader .pc { display: block;}
#localheader .sp { display: none;}
#headerlogo {
	position:absolute;
	top:24px;
	right:0px;
}
#localheader h1 {
	margin:0px;
	padding:15px 0px;
}
#localheader #nav {
	position:absolute;
	top:0px;
	left:145px;
	margin:0px;
	padding:0px;
	z-index:99999;
}
#nav li{
	list-style-type:none;
}
#nav li.header_menu_item{
	float:left;
	margin-right:35px;
	width:auto;
	position:relative;
	cursor:pointer;
}
#nav .header_submenu_set{
	position:absolute;
	top:60px;
	left:-55px;
	margin:0px;
	padding:2px 0 0 0px;
	background-image:url(/images/common/submenu_bg.png);
	background-color:transparent;
	width:215px;
	padding:0px 20px 10px 20px;
}
#nav .header_submenu_set li{
	border-bottom:solid 1px #a0aaeb;
	padding:10px 0px;
	text-align:center;
    font-weight: normal;
}
#nav .header_submenu_set a{
	color:#fff;
}


/* ------------------------------------- PAGETOP
*/
#btn_pagetop {
	position:fixed;
	bottom:40px;
	right:0px;
	display:none;
	z-index:999999;
	cursor:pointer;
}
#btn_pagetop:hover {
	opacity:0.7;
}

#contents {
}
#contents > .inner{
	width:1070px;
	margin:auto;
	position:relative;
}

@media screen and ( max-width: 750px ) {
    #btn_pagetop {
        display: none!important;
    }
}

/* ------- FOOTER*/
.kokuyo-st-container #footer .wrap { margin:0 auto; padding:9px 0; font-size:85.71428571%; line-height:1.2; }
.kokuyo-st-container #footer .wrap .utility { float:left; }
.kokuyo-st-container #footer .wrap .utility li { float:left; margin:0 0 0 6px; padding:0 0 0 6px; border-left:1px solid #f8c180; }
.kokuyo-st-container #footer .wrap .utility li.first-child { margin:0; padding:0; border-left:none; }
.kokuyo-st-container #footer .wrap .utility a:link    { color:#ffffff; text-decoration:none; }
.kokuyo-st-container #footer .wrap .utility a:visited { color:#ffffff; text-decoration:none; }
.kokuyo-st-container #footer .wrap .utility a:active  { color:#ffffff; text-decoration:none; }
.kokuyo-st-container #footer .wrap .utility a:hover   { color:#ffffff; text-decoration:underline; }
.kokuyo-st-container #footer .wrap .utility li a.exterior span img { margin:0 0 0 5px; vertical-align:middle; }
.kokuyo-st-container #footer .wrap .copyright { float:right; color:#ffffff; }
.kokuyo-st-container #footer .wrap .copyright img { vertical-align:middle; margin-left:20px; }

.kokuyo-st-container #footer p,
.kokuyo-st-container #footer td,
.kokuyo-st-container #footer th,
.kokuyo-st-container #footer li,
.kokuyo-st-container #footer dt,
.kokuyo-st-container #footer dd,
.kokuyo-st-container #footer pre,
.kokuyo-st-container #footer select,
.kokuyo-st-container #footer textarea,
.kokuyo-st-container #footer input {
	font-size: 100%;
    font-family: "ＭＳ Ｐゴシック", "MS UI Gothic",Osaka, sans-serif;
	text-align:left;
}
.kokuyo-st-container #footer {
    background-color: #4155d7;
    font-size: 14px;
    font-weight: normal;
}
