@charset "UTF-8";
/*init-----------------------------------------------------------------*/
html,body,h1, h2, h3, h4 , h5 , h6 , p,
ul, ol, li, dl, dt, dd, img, form{
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    font-size: 100%;
    list-style-type: none;
}
html {
    color: #333333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    background:#efefef;
}
a:link{
    color:#113366;
    text-decoration:underline;
}
a:visited{
    color:#113366!important;
    text-decoration:underline;
}
a:active,a:hover{
    color:#458CDD;
    text-decoration:none;
}
.cmn-clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
p{
    line-height:1.7;
    font-size:93.8%;
}
span.small{
    font-size:75%;
}
/*FRAME-----------------------------------------------------------------*/
#FRM_CNT {
    background-color: #E2E2E2;
    background: url("../images/bg_mainback2.gif") repeat-x left top;
    padding: 0;
    width: 100%;
}
#FRM_OUTER {
    background: url("../images/bg_mainback.gif") repeat-y center top;
}
#FRM_BODY{
    background: url("../images/bg_tophead.gif") no-repeat center top;
}
#header {
    margin:0 auto;
    padding: 23px 0;
    width:950px;
}
h1.header_logo{
    float:left;
}
.header_btn{
    float:right;
}
/*menu_navi-----------------------------------------------------------------*/
#menu_navi{

}
#menu_navi ul{
}
#menu_navi li{
    float: left;
    height: 50px;
}
#menu_navi li a {
    position: relative;
    display: block;
    width: 237.5px;
    height: 50px;
    background: url("../images/menunavi.png") no-repeat left top;
    text-indent: -9999px;
    border-right: 1px solid #072238;
    box-sizing: border-box;
}
#menu_navi li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #1a7ec4 0%,#0f4775 50%,#125a97 100%);
}
#menu_navi li a.here::before,
#menu_navi li a:hover::before {
    background: #187dc4;
}
#menu_navi li:first-of-type a {
    width: 237.5px;
}
#menu_navi li:first-of-type a::before {
    display: none;
}
#menu_navi li:last-of-type a {
    width: 237.5px;
    border-right: none;
}
#menu_navi li.clipping a {
    background-position: -0px 0px;
}
#menu_navi li.clipping a:hover,
#menu_navi li.clipping a.here{
    background-position: -0px -62px;
}
#menu_navi li.spot a {
    background-position: -237.5px 0px;
}
#menu_navi li.spot a:hover,
#menu_navi li.spot a.here{
    background-position: -237.5px -62px;
}
#menu_navi li.web a {
    background-position: -475px 0px;
}
#menu_navi li.web a:hover,
#menu_navi li.web a.here{
    background-position: -475px -62px;
}
#menu_navi li.order a {
    background-position: -712.5px 0px;
}
#menu_navi li.order a:hover,
#menu_navi li.order a.here{
    background-position: -712.5px -62px;
}

/*CONTENTS-----------------------------------------------------------------*/
#CONTENTS {
    margin: 0 auto;
    padding: 24px 95px 15px;
    width: 788px;
    height:100%;
    overflow:hidden;
}

h2.title{
    margin-bottom:20px;
}
h2.title span{
    float:right;
}
h3.title{
    margin-bottom:15px;
}
h4.title{
    margin-bottom:10px;
    font-weight:bold;
}
.notice{
    border: 2px solid #e60012;
    border-radius: 10px;
    padding: 15px 30px;
    max-width: 710px;
    margin: 0 auto 40px;
}
.notice h2{
    text-align: center;
    margin-bottom: 20px;
}
.notice p{
    font-size: 15px;
}
.notice a{
    color: #e60012;
}
.contents_top{
    margin-bottom:50px;
}
.contents_sec{
    float:left;
    width:48%;
    margin-bottom:30px;
}
.contents_sec2_2{
    float:right;
    width:48%;
    margin-bottom:30px;
    margin-top: 40px;
}
.contents_sec2{
    float:right;
    width:48%;
    margin-bottom:30px;
    margin-top: -20px;
}
.contents_sec3{
    float:left;
    width:49%;
    margin-bottom:30px;
}
div.list_option{
    margin-bottom:30px;
}
.list_option li{
    float:left;
    margin-right:23px;
}
.contents_nor{
    margin-bottom:50px;
}
.contents_flow{
    margin-bottom:50px;
}
ul.list_btn{
    margin-bottom:30px;
}
.list_btn li{
    width:227px;
    float:left;
    margin-right:53px;
    text-align:center;
}
.list_btn li p{
    text-align:left;
    margin-top:10px;
    line-height:1.3;
}
.list_btn li.last{
    margin-right:0;
}
p.copy{
    text-align:right;
}
/*top only-----------------------------------------------------------------*/
.contents_atttop{
    padding:10px 0 7px;
    margin:0 auto;
    border-top:3px solid #009ee7;
    border-bottom:3px solid #009ee7;
}
.contents_atttop span.sml{
    font-size:93.8%;
}
.contents_atttop p.atttop_left{
    width:608px;
}
.contents_atttop p.cntr{
    float:right;
    position:relative;
    top:-24px;
}
.frm_ordertop{
    width:395px;
    margin:30px auto;
    text-align:center;
}
/*photo-----------------------------------------------------------------*/
.cmn-ill_right{
    float:right;
    margin:0 0 0 20px;
}
.cmn-ill_left{
    float:left;
    margin:0 10px 0 0;
}
.cmn-ill_left2{
    float:left;
    margin:0 20px 0 0;
}
.cmn-ill_top{
    margin:10px 0 0 0;
}
/*attention-----------------------------------------------------------------*/
.contents_att{
    width:788px;
    padding:10px 0 7px;
    margin:20px auto 50px;
    border-top:3px solid #009ee7;
    border-bottom:3px solid #009ee7;
}
p.contents_atttxt{
    float:right;
    margin-top:-22px;
}
.contents_att-link{ /*171114 addCSS*/
    text-align: right;
}
ul.contents_attlist{
}
ul.contents_attlist li{
    margin-bottom:3px;
    font-size:81.3%;
    line-height:1.3;
}
.frm_order-wide{
    margin:30px auto;
    padding:10px 30px 20px 30px;
    background:#ececec;
    border-radius: 10px;/* CSS3 */
    -moz-border-radius: 10px;/* Firefox */
    -webkit-border-radius: 10px;/* Safari,Chrome */
}

.frm_order-wide.pb0{
    padding-bottom: 0;
}

.frm_order-wide h3.title{
    margin-bottom:10px;
    text-align:center;
}
.frm_order-wide .frm_bt-wide{
    padding:15px 0;
    background:#FFF;
    border-radius: 10px;/* CSS3 */
    -moz-border-radius: 10px;/* Firefox */
    -webkit-border-radius: 10px;/* Safari,Chrome */
    text-align:center;
}
.frm_order-wide .frm_txt-wide{
    margin-top:10px;
}
.frm_order-wide .frm_txt-wide02{
    margin-top:10px;
    padding: 0 10px;
}
.frm_order-wide .frm_txt-wide02 p{
    text-align: left;
    text-indent: -60px;
    padding-left: 60px;
    margin-top: 10px;
    font-size: 85.8%;
}
.frm_order-wide .frm_txt-wide img{
    left:-1px;
    top:1px;
    position:relative;
}
.frm_order-wide .frm_bt-wide2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-right: 26px;
    padding: 10px 0;
    text-align: center;
    width: 350px;
}
.frm_order-wide .last{
    margin-right: 0;
}

.frm_order-wide .frm_attention{
    text-align: center;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: 12px;
    clear: both;
    box-sizing: border-box;
}

.frm_order-wide .frm_attention.tar{
    text-align: right;
    padding-right: 13px;
}

.frm_order-wide .frm_attention.tal{
    text-align: left;
    padding-left: 13px;
}


/*FAQ-----------------------------------------------------------------*/
.contents_faq{
    margin-bottom:35px;
}
.contents_faq ul{
    margin-bottom:25px;
    padding-left:30px;
}
.contents_faq li.que{
    padding:0;
    margin-bottom:5px;
    color:#f29818;
    font-size:112.5%;
    font-weight:bold;
    line-height:1.5;
}
.contents_faq li.que a{
    color:#f29818;
}
.contents_faq li.ans{
    padding:0;
    font-size:87.5%;
    line-height:1.7;
}
.contents_faq2{
    border-bottom:3px solid #009ee7;
}
/*note-----------------------------------------------------------------*/
.contents_note{
    margin-bottom:35px;
}
ul.list_decimal{
    list-style-type: decimal;
    margin-bottom: 0;
}
ul.list_decimal li{
    list-style-type: decimal;
    margin:0 0 3px 28px;
    font-size:93.8%;
    line-height:1.3;
}
ul.list_disc{
    list-style-type: disc;
    margin-bottom:20px;
}
ul.list_disc li{
    list-style-type: disc;
    margin:0 0 3px 20px;
    font-size:93.8%;
    line-height:1.3;
}
/*table-----------------------------------------------------------------*/
table.pdflink{
    border-collapse:collapse;
    border:2px solid #868686;
}
table.pdflink th,table.pdflink tr,table.pdflink td{
    border:1px solid #CCC;
    border-collapse:collapse;
    padding:5px;
    font-size:93.8%;
}
table.pdflink th{
    font-weight:normal;
    background:#ececec;
    text-align:left;
}
table.pdflink th.cnt{
    text-align:center;
}
/*price　table-----------------------------------------------------------------*/
.pricetbl1{
    width: 788px;
}
.pricetbl2{
    width: 500px;
}
.pricetbl3{
    width: 600px;
    margin-top:10px;
}
span.price_tax{
    float:right;
}
*html span.price_tax{
    float:right;
    margin-top:-24px;
}
span.price_yen{
    font-size:75%;
}
table.pricelist{
    border-collapse:collapse;
    border:3px solid #009ee7;
    width: 100%;
    margin-bottom:5px;
}
table.pricelist th,table.pricelist tr,table.pricelist td{
    border:1px solid #009ee7;
    border-collapse:collapse;
    padding:10px;
}
table.pricelist th{
    background:#009ee7;
    color:#FFF;
    text-align:center;
}
table.pricelist th.titlebu{
    background:#ececec;
    color:#009ee7;
    text-align:center;
    font-size:118.8%;
    font-weight:bold;
}
table.pricelist td{
    font-size:112.5%;
    line-height:1.5;
    text-align:center;
}
table.pricelist td.price_low{
    font-size:112.5%;
    line-height:1.5;
    border-left:1px dotted #009ee7;
}
table.pricelist td.price_low2{
    border-right:1px dotted #009ee7;
}
/*HENSEI2010-fixed-----------------------------------------------------------------*/
/*overwrite*/
#HENSEI2010-ABOUT_NIKKEI {
    color: #333;
}
/*gakusou--------------------------------------------------------------------------*/
ul.gakusou_list{
    margin: 0 auto;
}
.gakusou_list li{
    width:240px;
    float:left;
    margin-right:20px;
    text-align:center;
}
.gakusou_list li p{
    text-align:left;
    margin-top:10px;
    line-height:1.8;
    font-size:80%;
}
.gakusou_list li p strong {
    font-size:125%;
}
.gakusou_list li.last{
    margin-right:0;
}
.gakusou_list li img {
    margin-top: 14px;
}
/*orderprint--------------------------------------------------------------------------*/
.order_custom{
    margin: 10px auto 30px;
    line-height: 1.8;
}
.order_list li{
    margin: 30px auto;
    font-size: 14px;
    line-height: 1.8;
}
.order_list li strong{
    font-size: 16px;
    line-height: 2;
}
.order_list li:first-child{
    margin-top: 0;
}
.order_custombox h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #009de5;
}
.orderprint_box .ttl{
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}
.orderprint_flexbox{
    display: flex;
}
.order_txt h2{
    color: #009de5;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}
.order_txt ul{
    font-size: 14px;
    padding: 10px 0 10px 40px;
}
.order_txt li{
    list-style-type: disc;
    line-height: 1.8;
}
.order_txt li.point{
    font-size: 12px;
    position: relative;
    list-style-type: none;
    padding-top: 5px;
}
.order_txt .point::before{
    position: absolute;
    content: '※';
    left: -12px;
}
.orderprint_pricebox{
    background-color: #f0f0f0;
    padding: 40px;
    border-radius: 10px;
    margin: 30px auto 60px;
}
.orderprint_price_txtbox{
    border-left: 2px solid #019de6;
    padding: 0 0 0 20px;
    margin: 10px auto;
}
.orderprint_price_txtbox h2{
    color: #019de6;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.orderprint_price_txt{
    font-weight: bold;
    font-size: 16px;
}
.orderprint_pricebox ul{
    padding-left: 14px;
}
.orderprint_pricebox ul li{
    font-size: 12px;
    list-style: disc;
    padding: 2px 0;
}
/*popup----------------------------------------------------------------------------*/
#reprint_popup {
    width: 406px;
    padding: 15px;
}
#reprint_popup p {
    text-align: center;
    margin-top: 10px;
}
/*調整用---------------------------------------------------------------------------*/
.mb20 {
    margin-bottom: 20px;
}
/*活用事例---------------------------------------------------------------------------*/
.breadcrumbs {
    margin: 0 auto -5px;
    width: 950px;
}
.breadcrumbs ul {
    display: flex;
}
.breadcrumbs ul li {
    position: relative;
    padding-right: 22px;
    font-size: 12px;
    line-height: 1;
}
.breadcrumbs ul li:last-of-type {
    padding: 0;
}
.breadcrumbs ul li::after {
    content: '＞';
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    text-align: center;
}
.breadcrumbs ul li:last-of-type::after {
    display: none;
}
.breadcrumbs ul li a {
    color: #009ce5 !important;
    text-decoration: none !important;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline!important;
}
.casestudies_contents * {
    box-sizing: border-box;
}
.casestudies_contents .serif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.casestudies_contents .casestudies_list > li {
    margin-bottom: 40px;
}
.casestudies_contents .casestudies_list > li > a {
    position: relative;
    display: block;
    text-decoration: none;
}
.casestudies_contents .casestudies_list > li > a:hover {
    opacity: .6;
}
.casestudies_contents .casestudies_mv_box .outer {
    position: relative;
    display: flex;
    padding: 40px 0;
    background: #dbe8f2;
}
.casestudies_contents .casestudies_mv_box.bg_img .outer {
    background-position: center center;
    background-size: cover;
}
.casestudies_contents .casestudies_mv_box.bg_img.case_002 .outer {
    background-image: url("../images/casestudies_dummy_bg.jpg");
}
.casestudies_contents .casestudies_mv_box.bg_img.case_003 .outer {
    background-image: url("../images/casestudies_dummy_bg2.jpg");
}
.casestudies_contents .casestudies_mv_box .outer .txt_area {
    display: flex;
    align-items: center;
    width: 528px;
    padding: 30px 20px 30px 70px;
    background: rgba(255,255,255,.8);
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .tit {
    position: relative;
    margin-bottom: 8px;
    color: #009ce5;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
	width: 432px;
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .tit::before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: -70px;
    width: 60px;
    height: 1px;
    background: #009ce5;
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .txt {
    margin-bottom: 8px;
    color: #113366;
    font-size: 16px;
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .categories {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .categories li {
    display: inline-block;
    margin-right: 10px;
    padding: 7px;
    color: #113366;
    line-height: 1;
	 border-left: solid 8px #113366;
}
.casestudies_contents .casestudies_mv_box .outer .txt_area .categories .button {
    border: solid 1px #009ce5;
    padding: 11px 5px 8px 10px;
    background-color: #FFF;
    color: #009ce5;
    margin-right: 0;
    font-size: 12px;
}
.casestudies_contents .casestudies_mv_box .outer .img_area {
    width: 260px;
    height: 100%;
}
.casestudies_contents .casestudies_mv_box.bg_img .outer .img_area {
    min-height: 200px;
}
.casestudies_contents .main_lead_txt {
    padding: 20px 0 100px 0;
}
.casestudies_contents .main_lead_txt .lead {
    width: 650px;
    margin: 0 auto;
}
.casestudies_contents .main_lead_txt .lead .txt {
    margin-top: 1.5em;
    color: #113366;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.casestudies_contents .section {
    margin-bottom: 100px;
}
.casestudies_contents .section .body {
    width: 650px;
    margin: 0 auto;
    padding-top: 5px;
    color: #000;
}
.casestudies_contents .section .headline {
    margin-bottom: 30px;
    padding: 10px 15px;
    color: #009ce5;
    font-size: 20px;
    font-weight: bold;
    border-left: 10px solid #009ce5;
    background: #eee;
}
.casestudies_contents .section .body .tit {
    margin-top: 2em;
    padding-bottom: 1em;
    color: #113366;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.casestudies_contents .section .body .txt {
    margin-top: 2em;
    font-size: 14px;
    line-height: 2;
}
.casestudies_contents .section .body .txt.txt_small {
    margin-top: 0;
    font-size: 12px;
    text-align: right;
}
.casestudies_contents .section .body .img_box {
    margin: 2em 0 1em;
}
.casestudies_contents .section .body .img_box.float_right {
    float: right;
    margin-left: 30px;
}
.casestudies_contents .section .body .img_box.float_left {
    float: left;
    margin-right: 30px;
}
.caption{
	display: block;
    font-size: 13px;
    margin-top: 5px;
}


/*add css 1026*/
.blue_txt{
    color: #019ce4;
    font-weight: bold;
    font-size: 92.8%;
    margin-top: 30px;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;;
}
.blue_box{
    border: 1px solid #019ce4;
    border-radius: 10px;
    padding: 45px;
    margin: 20px auto 50px;
}
.blue_box02{
    border: 1px solid #019ce4;
    border-radius: 10px;
    padding: 45px 0 0;
    margin: 20px auto 50px;
}
.flex{
    display: flex;
}
.list li{
    margin-bottom: 20px;
    padding-left: 10px;
    text-indent: -15px;
    line-height: 1.7;
    font-size:93.8%;
}
.list li:last-child{
    margin-bottom: 0;
}
.blue{
    color: #019ce4;
}
.red{
    color: #e60012;
}
.blue_box02 .title{
    padding: 0 45px;
}
.blue_box02 .list{
    padding: 0 45px;
}
.blue_box02 .frm_order-wide {
    margin: 30px auto 0;
    padding: 10px 30px 30px 30px;
    background: #ececec;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
.txt_center{
    text-align: center;
}
.fw_b{
    font-weight: bold;
}
.content{
    margin: 50px auto;
}
.content p{
    font-size: 92.8%;
}
.p20{
    padding: 20px;
}
.contents_sec a, .contents_sec2 a{
    font-size: 14px;
}