@charset "UTF-8";
/*
Theme Name: Inbound Plus - Third Phase
Theme URI:
Description:
Version: 2.0
Author:
Author URI:
*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**
 * Main
 */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
 @import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
body {
    background-color: #FFFFFF;
    color: #323232;
    line-height: 1.8;
    font-size: 12px;
    font-family: "Yu Gothic Std-TT B", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#copyright {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}
a {
    color: #323232;
    text-decoration: none;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
a:hover {
    color: #AAAAAA;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
a img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
a img {
    position: relative;
    -webkit-transition: opacity 0.5s; /*Safari,Chrome*/
    -o-transition : opacity 0.5s; /*Opera*/
    -moz-transition : opacity 0.5s; /*Firefox*/
    transition : opacity 0.5s; /*CSS3 Real Property*/
}
p {
    line-height: 1.5em;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
 *zoom: 1;
}
input {
    outline: none;
    cursor: pointer;
}
input::-ms-clear {
 visibility:hidden
}
label {
    cursor: pointer;
    white-space: nowrap;
}
/*
a:focus img,
a:hover img {
	filter:alpha(opacity=70); /*IE*/
/*	-moz-opacity:0.7; /*Older Firefox*/
/*	opacity:0.7; /* Modern Browsers*/
/*	-ms-filter: "alpha(opacity=70)"; /*IE 8*/
/* }
*/


/* ========================================================================================== 
Global
========================================================================================== */
#main {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
/*-- layout --------------------------*/

.contents-wrapper {
    overflow: hidden;
    margin: 0 auto;
}
.contents-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.std_wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
#pagination {
    width: 453px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 1.17em;
    margin-top: 34px;
    margin-bottom: 116px;
}
.page_number li {
    display: inline-block;
    width: 15px;
    margin: 0 7.8px;
}
#pagination .page_number .current {
}
#pagination .page_number li:first-child {
    float: left;
    background-image: url(./images/arrow_left.png);
}
#pagination .page_number li:last-child {
    float: right;
    background-image: url(./images/arrow_right.png);
}
#pagination .page_number .arrow {
    width: 10px;
    height: 19px;
    background-size: 10px;
    background-position: center 0px;
    background-repeat: no-repeat;
    display: block;
    margin-top: 2.5px;
    cursor: pointer;
}
#pagination .page_number .arrow a {
    width: 10px;
    height: 20px;
    display: block;
}
#pagination .page_number .current a {
    color: #008CFF;
    text-decoration: underline;
}
select {
    width: 100%;
    height: 40px;
    background-image: url(./images/arrow_select.png);
    background-repeat: no-repeat;
    background-position: 97.8% center;
    background-size: 15px;
    background-color: #FFFFFF;
    display: block;
    font-size: 1.17em;
    color: #989898;
    vertical-align: middle;
    padding: 2% 3%;
    margin-top: 3px;
    margin-bottom: 20px;
    border: 2px solid #B7B7B7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------- 

phase 201802

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

.btn-A {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
    position: relative;
    transition-duration: 0.3s;
}
.btn-A:before, .btn-A:after, .arrow-right:before, .arrow-right:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn-A:after, .arrow-right:after {
    right: 18px;
    width: 11px;
    height: 11px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}
.btn-A:hover, .menu li a:hover {
    color: #000000;
    background-color: #FFFFFF;
    transition-duration: 0.3s;
}
.btn-A:hover:after {
    transform: rotate(45deg) translateY(-5px)translateX(5px);
    transition-duration: 0.3s;
}
.top-inner .btn-A {
    width: 300px;
    padding: 10px 10px 9px;
    margin-top: 43px;
}
.top-sol-unit .btn-A {
    width: 220px;
    padding: 7px 10px 6px;
    margin-top: 28px;
}
.article_list_wrap .btn-A {
    width: 300px;
    padding: 7px 10px 6px;
}
.btn-B {
    color: #FFFFFF;
    background-color: #008CFF;
    border: 2px solid #33a3ff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 1px 5px 2px rgba(35, 24, 21, 0.25)
}
.btn-B:hover {
    color: #008CFF;
    background-color: #FFFFFF;
    border: 2px solid #008CFF;
    box-shadow: 0px 1px 10px 2px rgba(35, 24, 21, 0.45);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.btn-C {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background-color: #FF3B00;
    border: 1px solid #FF3B00;
    border-radius: 30px;
    padding: 7px 10px;
    display: block;
    margin: 0 auto;
    margin-top: 28px;
}
.btn-C:hover {
    color: #FF3B00;
    background-color: #FFFFFF;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.btn-D {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    border: 1px solid #0C86EB;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0B51B0), color-stop(0.32, #0F70E9), color-stop(0.00, #1189ED));
    background: -webkit-linear-gradient(top, #1189ED 0%, #0F70E9 32%, #0B51B0 100%);
    background: -moz-linear-gradient(top, #1189ED 0%, #0F70E9 32%, #0B51B0 100%);
    background: -o-linear-gradient(top, #1189ED 0%, #0F70E9 32%, #0B51B0 100%);
    background: -ms-linear-gradient(top, #1189ED 0%, #0F70E9 32%, #0B51B0 100%);
    background: linear-gradient(to bottom, #1189ED 0%, #0F70E9 32%, #0B51B0 100%);
    box-shadow: 2px 4px 2px 0 rgba(0, 0, 0, 0.4);
}
.btn-D:hover {
    color: #0F70E9;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.b-top:before {
    content: "";
    border-top: 4px solid #000000;
    display: block;
    margin: 0 auto;
    min-width: 39px;
}
.top-sol-inner .b-top:before {
    width: 39px;
    margin-bottom: 12px;
}
.title-recommend.b-top:before {
    width: 39px;
    margin-bottom: 20px;
}
.post_area h2.b-top:before {
    width: 45px;
    margin-bottom: 25px;
}
.content_title.b-top:before {
    width: 45px;
    margin-bottom: 14px;
}
.content_title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.cat-name {
    color: #FFFFFF;
    font-size: 11px;
    border-radius: 15px;
    padding: 4px 10px 5px;
}
.cat-name.frontrow {
    background-color: #008CFF;
}
.cat-name.interview {
    background-color: #BD9D00;
}
.cat-name.municipality_interview {
    background-color: #BD9D00;
}
.cat-name.fornow {
    background-color: #FA6B19;
}
.t-gold {
    color: #917E24;
}
.article_list_inner .t-c {
    margin: 0 auto;
}
.single_page .t-c {
    text-align: center;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.page_head {
    width: 100%;
    max-width: 1100px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 29px 10px;
    margin: 0 auto;
}
.page_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.thumbnail_block {
    position: relative;
    width: 100%;
    height: auto;
    background: #EEEEEE;
    overflow: hidden;
}
.thumbnail_block:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.thumbnail_block_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumbnail_block:hover .thumbnail_block_inner {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.entry-wrap {
    position: relative;
    text-align: left;
}
.entry-title {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.45em;
    margin-top: 12px;
}
.top-main_unit .entry-title {
    font-size: 26px;
    line-height: 1.45em;
    margin-top: 0;
}
.entry_description {
    color: #808080;
    font-size: 12px;
    margin-top: 5px;
}
.entry_description p {
}
.single_page .contents_area {
    max-width: calc(640px + 40px);
    margin: 80px auto 100px;
    padding: 0 20px;
}
/* ----------------------------------------------------------------------------------

HEADER

---------------------------------------------------------------------------------- */
header {
    width: 1100px;
    padding: 58px 0 0;
    margin: 0 auto;
    margin-bottom: 64px;
}
#header_blk {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
img#header_logo {
    width: 310px;
	height: 51px;
}

.site_description {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding: 0 3px;
    padding-bottom: 7px;
    border-bottom: 0.5px solid #D9D9D9;
}
.menu {
    font-size: 15px;
    font-weight: bold;
}
.menu li {
    display: inline-block;
    text-align: center;
}
.menu li:last-child {
    margin-left: 7px;
}
.menu li a {
    padding: 14px 0 13px;
    width: 225px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    display: block;
}
header nav {
    position: relative;
}
.faq {
    position: absolute;
    top: -43px;
    right: 5px;
    font-weight: bold;
}
.faq:before {
    content: url(./images/icon-faq.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.btn-icon {
    margin-right: 4px;
}
.btn-icon:before, .btn-icon:after {
    vertical-align: middle;
    display: inline-block;
}
.icon-search:before {
    content: url(./images/icon-search.svg);
    width: 18px;
    height: 20px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.icon-article:before {
    content: url(./images/icon-article.svg);
    width: 22px;
    height: 20px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.menu li a:hover .icon-search:before {
    content: url(./images/icon-search-B.svg);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
.menu li a:hover .icon-article:before {
    content: url(./images/icon-article-B.svg);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}
/* ----------------------------------------------------------------------------------

FOOTER

---------------------------------------------------------------------------------- */
footer {
    border-top: 1px solid #D9D9D9;
    color: #000000;
    position: relative;
    padding: 57px 0 50px;
    text-align: center;
}
footer a {
    display: block;
}
#footer_blk {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#footer_logo {
    width: 324px;
    display: block;
}
#copyright {
    font-size: 11px;
    margin-top: 50px;
    text-align: left;
}
#footer_blk nav {
    text-align: right;
}
footer li {
    display: inline-block;
}
#menu_footer {
    margin-bottom: 53px;
}
#menu_footer li {
    padding: 0px 20px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
}
#menu_footer li a:before {
    content: url(./images/icon-link.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
#menu2_footer li {
    padding: 0px 13px 0px;
    font-size: 12px;
}
#menu_footer li:last-child, #menu2_footer li:last-child {
    padding-right: 0;
}
#backtoTop_area {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}
#backtoTop_wrap {
    display: block;
    position: absolute;
    top: -84px;
    right: 0;
    width: 52px;
    height: 52px;
}
#backtoTop {
    background-image: url(./images/backtotop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 52px;
    display: block;
    height: 52px;
    cursor: pointer;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
#backtoTop:hover {
    background-position: center -2px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
/* ----------------------------------------------------------------------------------

TOP PAGE

---------------------------------------------------------------------------------- */
.top-wrapper {
    width: calc(100% - 10px);
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.top-inner {
    width: 100%;
    max-width: 1230px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.top-main_unit {
    width: 650px;
    margin-right: 20px;
}
.top-sub_unit {
    width: 540px;
}
article.arrow-right {
    position: relative;
}
.arrow-right:before, .arrow-right:after {
    right: 4px;
    width: 13px;
    height: 13px;
    vertical-align: top;
    top: 45px;
    bottom: unset;
}
.top-main_unit .entry-wrap {
    padding: 0 15px;
    padding-top: 30px;
}
.top-sub_unit .thumbnail_block {
    max-width: 140px;
    width: calc(30% - 20px);
    margin-right: 20px;
    float: left;
}
.top-sub_unit .entry-wrap {
    max-width: 350px;
    width: 65%;
    float: left;
}
.top-sub_unit article {
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.top-main_unit .entry-wrap .cat-name {
    position: absolute;
    font-size: 14px;
    padding: 1px 10px 0px;
    left: 15px;
    top: -12px;
}
.pickup-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #000000;
    width: 300px;
    text-align: center;
    padding: 7px;
    margin: 0 auto;
    margin-bottom: 44px;
}
.top-sol-wrapper {
    max-width: 1156px;
    margin: 0 auto;
    overflow: hidden;
}
.top-sol-inner {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-sol-inner section:nth-child(odd) {
    border-right: 1px dotted #000000;
}
.top-sol-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 42px;
}
.top-sol-unit-inner {
    overflow: hidden;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section.top-sol-unit {
    width: 50%;
    margin-bottom: 122px;
}
.top-sol-single {
    max-width: 289px;
    padding: 0 28px;
}
.top-sol-single:nth-child(odd) {
/*width: calc(100% - 1px);*/
}
.top-sol-single:nth-child(even) {
    border-left: 1px solid #D9D9D9;
}
.top-sol-single .thumbnail_block_inner {
    border-radius: 3px;
}
.top-sol-single .entry-wrap {
}
.top-sol-single .entry-title {
    font-size: 16px;
    margin-top: 20px;
}
.top-sol-single .entry-txt {
    font-size: 14px;
    font-weight: normal;
    margin-top: 16px;
}
.top-sol-single .entry_description {
    font-size: 11px;
    margin-top: 14px;
}
.pickup_block {
    width: 100%;
    background-color: #F5F5F5;
    padding: 52px 0 60px;
    margin-bottom: 90px !important;
}
.pickup_wrapper {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
}
.pickup_inner {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.unit3Col article {
    width: 33.333%;
    max-width: 386px;
    padding-left: 28px;
    padding-right: 28px;
}
.pickup_block .unit3Col article:nth-last-child(2) {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.cattag {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #666666;
    border: 1px solid #666666;
    padding: 3px 8px 4px 6px;
    border-radius: 30px;
}
.cattag:before {
    content: "●";
    margin-right: 3px;
}
.investigation:before {
    color: #D48300;
}
.attracting:before {
    color: #7ECEF4;
}
.acceptance:before {
    color: #FAFA99;
}
.diffusion:before {
    color: #D48300;
}
.correspondence:before {
    color: #7ECEF4;
}
.pickup_inner article .thumbnail_block {
    margin-top: 12px;
}
.pickup_inner article .entry-title {
    font-size: 18px;
    margin-top: 24px;
}
.pickup_inner article .entry-txt {
    font-size: 14px;
    margin-top: 14px;
}
.pickup_inner article .entry_description {
    font-size: 12px;
    margin-top: 11px;
}
/* ----------------------------------------------------------------------------------

FEATURE (ARTICLE) LIST PAGE

---------------------------------------------------------------------------------- */
#articlepage {
}
#articlepage .page_head {
    margin-bottom: 50px;
}
#articlepage .page_head span.pagenumber {
    display: block;
    font-size: 12px;
}
.tag_wrap {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    font-size: 14px;
}
.tag_wrap_inner {
}
.tag_wrap .tag_wrap_title {
    vertical-align: middle;
    width: 130px;
    text-align: center;
    border: 2px solid #000000;
}
.tag_wrap .tag_wrap_title div {
    
}
.tag_wrap .tag_wrap_title p {
    color: #000000;
    font-weight: bold;
}
.tag_wrap .tag_wrap_list {
    padding-left: 5px;
}
.tag_wrap .tag_wrap_list li {
    display: inline-block;
    padding: 7px 0;
    margin-left: 4px;
}
.tag_wrap .tag_wrap_list li:first-child {
/*margin-bottom: 7px;*/
}
.tag_wrap .tag_wrap_list a {
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 13px 8px;
    border: 1px solid #000000;
    background-color: #000000;
}


.article_list_wrap {
    max-width: 1155px;
    margin: 0 auto;
}
.article_list_inner {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article_list_inner article {
    width: 33.333%;
    padding: 0 27.5px;
    margin-bottom: 62px;
}
.article_list_inner article .entry-wrap {
    margin-top: 16px;
}
/* ----------------------------------------------------------------------------------

FEATURE (ARTICLE) SINGLE PAGE

---------------------------------------------------------------------------------- */
#featurepage {
}
#featurepage .content_block:last-child {
    border: none;
}
.main_image_wrap {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 15px;
}
.main_image_wrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.post_title_wrap {
    position: absolute;
    bottom: 8px;
	width: 100%;
}
.post_label {
    font-size: 14px;
    padding: 4px 15px 3px;
    border: 2px solid rgba(255,255,255,0.5);
    left: 10px;
    top: -40px;
    position: absolute;
}
.post_title {
    font-size: 28px;
    font-weight: bold;
    display: inline;
    background-color: #FFF;
    padding: 7px 7px;
}
span.brake:after {
	content: " ";
	display: inline-block;
	padding-right: 7px;
}


.post_info {
    font-size: 14px;
    font-weight: bold;
    background-color: #FFF;
    padding: 5px 7px 3px;
    margin-top: 5px;
    display: block;
    width: fit-content;
	width: -moz-fit-content;
}
.post_author {
    font-size: 12px;
    color: #808080;
}
.post_area {
    margin-top: 64px;
}
.post_area .w-640 {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.post_area h2 {
    font-size: 24px;
    font-weight: bold;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.post_area p {
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 2;
}
.post_area p.int {
    color: #7A6B1E;
    font-weight: bold;
}
.post_area p.int:before {
    content: "　―";
}
.post_area p strong {
    font-weight: bold;
}
.post_area p a {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
	word-break: break-all;
}
.post_area div a {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
	word-break: break-all;
}
.post_area p a.link_b {
    color: #008CFF;
}
.post_area ul, .post_area ol {
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 1.9;
    padding-left: 24px;
}
.post_area ul {
    list-style-type: disc;
}
.post_area ol {
    list-style-type: decimal;
}
.post_area .postnext {
}
.post_area .postnext a {
}
.post_area .videowrap {
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.post_area .videowrap iframe {
    width: 100%;
    margin: 0 auto;
}
.post_area .lr_wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}
.post_area .lr_wrap div {
    width: 50%;
}
.post_area .lr_wrap .lr_unit-l {
    float: left;
}
.post_area .lr_wrap .lr_unit-r {
    float: right;
}
.post_area .lr_wrap .w-1third {
    width: 30%;
}
.post_area .lr_wrap .w-2third {
    width: 70%;
}
.post_area .lr_wrap .lr_unit-img {
}
.post_area .lr_wrap .lr_unit-img p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}
.post_area .lr_wrap .lr_unit-l.lr_unit-img {
    padding-right: 30px;
}
.post_area .lr_wrap .lr_unit-r.lr_unit-img {
    padding-left: 30px;
}
.post_area .img_wrap {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 86px;
    margin-bottom: 40px;
}
.post_area .img_wrap_nomargin {
    margin-top: -20px;
}
.post_area .img_wrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
/* img width 可変用
.post_area .img_wrapper {
    margin-top: 86px;
    margin-bottom: 40px;
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
}
.post_area .img_inner {
	margin: 0 auto;
}
.post_area .img_wrapper img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
*/
.post_area .img_wrap p {
    font-size: 12px;
}
.post_area .img_wrap small {
    font-size: 12px;
	display: block;
	max-width: 640px;
    margin: 6px auto 0;
}

.post_area .img_wrap small.s800 {
	max-width: 800px;
}
.post_area .img_wrap p a {
    display: block;
    text-decoration: underline;
}
.title-recommend {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 57px;
}
.author_wrap {
    text-align: center;
    margin-bottom: 45px;
}
.author_img {
    border: 1px solid #D9D9D9;
 -moz-border-image: border-radius: 50%;
 -webkit-border-image: border-radius: 50%;
    border-radius: 50%;
    height: 98px;
    width: 98px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: auto;
    background-position: center;
}
.author_name {
    font-size: 20px;
    font-weight: bold;
}
.author_description {
    font-size: 12px;
}
.interviewee_prof_inner {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 54px;
}
.interviewee_prof_img_wrap {
    float: left;
    position: relative;
    width: 20%;
    max-width: 120px;
    height: auto;
    overflow: hidden;
}
.interviewee_prof_img {
    background-size: cover;
    background-position: center;
}
.interviewee_prof_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.interviewee_prof_content_wrap {
    float: right;
    max-width: 515px;
    width: 80%;
    padding-left: 35px;
}
.interviewee_prof_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.interviewee_prof_content {
    font-size: 12px;
    line-height: 1.9;
}
.service_wrap {
    width: 100%;
    background-color: #F5F5F5;
    padding: 61px 0 14px;
    margin-top: 58px;
}
.service_wrap h2 {
    max-width: 640px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    padding: 10px;
}
.service_wrap article {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 68px;
    margin-bottom: 52px;
}
.service_wrap article:first-of-type {
    margin-top: 52px;
}
.service_wrap_inner {
    max-width: 330px;
    margin: 0 auto;
}
.service_wrap_inner .thumbnail_block {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}
.service_wrap_inner .entry-title {
    margin-top: 22px
}
.service_wrap_inner .entry-txt {
    font-size: 14px;
    color: #000000;
    margin-top: 13px;
}
.service_wrap_inner .entry_description {
    margin-top: 9px;
}

.sns_wrap ul {
	float: right;
}
.sns_wrap li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
}
.sns_wrap li img {
	display: inline-block;
}
.sns_wrap li.twitter img, .sns_wrap li.hateb img {
	width: 24px;
	height: 24px;
}
.sns_wrap li.facebook img {
	width: 22px;
    height: 24px;
}
.sns_wrap li span {
	padding-left: 3px;
}
.bottom_sns_wrap {
	border-top: 1px solid #D9D9D9;
    max-width: 640px;
    margin: 0 auto;
}
.bottom_sns_wrap ul {
	margin-top: 11px;
}

.sp-sns_wrap {
	position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}
.sp-sns_wrap ul {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
}
.sp-sns_wrap li {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	height: 45px;
	max-width: 25%;
	
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
  	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
  	align-items: center;
}
.sp-sns_wrap li.icon-twitter img {
	width: 19px;
}
.sp-sns_wrap li.icon-facebook img {
	width: 9px;
}
.sp-sns_wrap li.icon-hateb img {
	width: 18px;
}
.sp-sns_wrap li.icon-line img {
	width: 21px;
}
.sp-sns_wrap li.icon-twitter {
	background-color: #1da1f2;
}
.sp-sns_wrap li.icon-facebook {
	background-color: #3c5998;
}
.sp-sns_wrap li.icon-hateb {
	background-color: #00a4de;
}
.sp-sns_wrap li.icon-line {
	background-color: #00b900;
}
/* ----------------------------------------------------------------------------------

SOLUTION (SERVICE) LIST PAGE

---------------------------------------------------------------------------------- */
#solutionlistpage .page_head {
    margin-bottom: 21px;
}
#solutionlistpage ul.cat-list {
    display: inline-block;
}
.solutionanchor_wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 85px;
}
nav.solutionanchor {
    width: 100%;
    background-color: #000000;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 15px 0px 20px;
}
nav.solutionanchor a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
nav.solutionanchor a:after {
    content: "";
    display: block;
    margin: -3px auto 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
nav.solutionanchor-fixed {
    max-width: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 13px 0px 14px;
}
nav.solutionanchor-fixed a {
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 0 30px;
}
nav.solutionanchor-fixed a:after {
    display: inline-block;
    margin: 0 0 0 8px;
    width: 8px;
    height: 8px;
    vertical-align: text-top;
}
nav.solutionanchor a:hover:after {
    transform: rotate(135deg) translateY(-3px)translateX(3px);
    transition-duration: 0.3s;
}
.solutionanchor_wrap-fixed {
    max-width: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 13px 0px 14px;
}
.solutionanchor_wrap-fixed a {
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 0 30px;
}
.solutionanchor_wrap-fixed a:after {
    display: inline-block;
    margin: 0 0 0 8px;
    width: 8px;
    height: 8px;
    vertical-align: text-top;
}
.solutionanchor_wrap a:hover:after {
    transform: rotate(135deg) translateY(-3px)translateX(3px);
    transition-duration: 0.3s;
}
section.solutionlist_wrap {
    padding-top: 54px;
}
.section_head_solutionlist {
    margin-bottom: 50px;
}
.section_head_solutionlist p {
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}
.sol-unit {
}
.sol-unit-inner {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}
.sol-single {
    width: 50%;
    margin-bottom: 58px;
}
.sol-single:nth-child(odd) {
    padding-right: 50px;
    border-right: 1px solid #D9D9D9;
}
.sol-single:nth-child(even) {
    padding-left: 50px;
}
#solutionlistpage .thumbnail_block {
    border-radius: 3px;
}
#solutionlistpage .thumbnail_block_inner {
    border-radius: 3px;
    border: 1px solid #F2F2F2;
}
.sol-single .entry-title {
    font-size: 20px;
    margin-top: 19px;
}
.sol-single .entry-txt {
    font-size: 14px;
    margin-top: 19px;
}
.sol-single .entry_description {
    margin-top: 17px;
}
ul.cat-list {
    margin-top: 24px;
    background-color: #666666;
    padding: 7px 17px 8px;
    border-radius: 18px;
}
.cat-list li {
    color: #FFFFFF;
    font-size: 13px;
    display: inline;
    border-right: 2px solid #808080;
    line-height: 15px;
    vertical-align: middle;
    padding: 0 10px;
}
.cat-list li:first-child {
    padding-left: 0;
}
.cat-list li:last-child {
    border: none;
    padding-right: 3px;
}
/* ----------------------------------------------------------------------------------

SOLUTION SINGLE PAGE

---------------------------------------------------------------------------------- */
#solution_singlepage {
}
#solution_singlepage .content_title {
    margin-bottom: 55px;
}
#solution_singlepage .content_block:last-child {
    /*border: none;*/
    padding-bottom: 220px;/*下部固定のボタンをどうするかで変更、ひとまず付けてる*/
}
.page_head_solution {
    font-weight: bold;
    text-align: center;
    padding: 40px 10px;
}
.solution_title {
    font-size: 24px;
}
.solution_company_name {
    font-size: 14px;
	margin-top: 0.2em;
}
.solution_main_image_wrap {
    margin-bottom: 0;
}
.cat-list_wrap {
    text-align: center;
}
#solution_singlepage ul.cat-list {
    display: inline-block;
}
#solution_singlepage .cat-list li {
    font-size: 16px;
}
.content_block {
    margin: 0 auto;
    padding: 75px 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
}
.service_block .content_block_inner {
    max-width: 680px;
    padding: 0 10px;
    margin: 0 auto;
}
.service_description {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
	line-height: 1.7;
}
.description {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
	line-height: 1.7;
}
.service_block li span {
    font-size: 18px;
    font-weight: bold;
    color: #917E24;
    padding-left: 8px;
}
.service_block li:before {
    background-color: #917E24;
    padding: 4px 8px;
    color: #FFFFFF;
}
.case_block .content_block_inner p, .case_block ul, .case_block ol {
    max-width: 680px;
    padding: 0 10px;
    margin: 0 auto;
}
.case_block .content_block_inner p {
    margin-bottom: 12px;
}
.case_block .content_block_inner img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 12px;
}
.case_block .content_block_inner img.border_img {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.case_block ul {
	margin-top: 65px;
}
.case_block ul:nth-of-type(1) {
	margin-top: 0;
}
.case_block li span {
    font-size: 18px;
    font-weight: bold;
}
.case_block li:before {
    content: "● ";
    color: #FF3B00;
}
.service_block li, .case_block li {
    margin-bottom: 12px;
}
.service_block li p, .case_block li p {
    margin-top: 3px;
}
.service_block li:nth-child(1):before {
    content: "1";
}
.service_block li:nth-child(2):before {
    content: "2";
}
.service_block li:nth-child(3):before {
    content: "3";
}
.service_block li:nth-child(4):before {
    content: "4";
}
.service_block li:nth-child(5):before {
    content: "5";
}
.service_block li:nth-child(6):before {
    content: "6";
}
.service_block li:nth-child(7):before {
    content: "7";
}
.service_block li:nth-child(8):before {
    content: "8";
}
.service_block li:nth-child(9):before {
    content: "9";
}
.service_block li:nth-child(10):before {
    content: "10";
}
.case_block .videowrap {
	max-width: 800px;
    margin: 30px auto 40px;
}
.case_block .videowrap iframe {
    width: 100%;
    margin: 0 auto;
}
.case_block p {
	max-width: 680px;
    padding: 0 10px;
    margin: 0 auto;
}
.case_block a.linktxt {
	color: #2982CC;
	font-weight: bold;
}
.case_block a.blanklink {
	background-image: url(./images/link_blank.svg);
    background-repeat: no-repeat;
    background-position: right center;
	background-size: 15px;
    padding-right: 23px;
	color: #2982CC;
	position: relative;
	font-weight: bold;
	word-break: break-all;
}
.case_block a.blanklink:after  {
	position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2982CC;
  transition: .3s;
}
.case_block a.blanklink:hover::after {
  width: 100%;	
}
.case_block a.dltxt {
    background-image: url(./images/icon-dl-b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px;
    padding-left: 23px;
	color: #2982CC;
    font-weight: bold;
	position: relative;
  	transition: .3s;
}
.case_block a.dltxt:after {
	position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2982CC;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case_block a.dltxt:hover::after {
  width: 100%;	
}
.case_block p.t-c {
	text-align: center;
}
.case_block p.m-t {
	margin-top: 28px;
}
.case_block p.m-b {
	margin-bottom: 28px;
}
.video_list_wrap {
	max-width: 1100px;
    margin: 0 auto;
}
.video_list_inner {
	width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video_list_inner .block {
	width: 33.333%;
    padding: 0 1.5%;
    margin-bottom: 41px;
}
.video_list_inner .block div {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.video_list_inner div div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.case_block .content_block_inner .video_list_inner p {
	padding: 0;
}
.video_list_inner div .video_list_title {
	font-weight: bold;
	margin-top: 14px;
}
.video_list_inner div .video_list_des {
	font-size: 14px;
	color: #808080;
}
#DLwrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    border-top: 1.5px solid #000000;
}
.DLwrap_inner {
    max-width: calc(1100px + 20px);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 18px 10px 15px;
}
.DLwrap_head {
    width: 50%;
    float: left;
}
.DLwrap_head .copy {
    font-size: 15px;
    font-weight: bold;
}
.DLwrap_head .sltitle {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.DLwrap_head .solution_company_name {
    font-size: 12px;
}
.btn-DL_wrap {
    width: 50%;
    float: right;
    text-align: right;
}
.freeperiod_wrap {
    float: right;
    padding-left: 0;
    width: 42%;
}
.freeperiod {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}
.freemark {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #FF3B00;
    padding: 0;
    margin: 0 9px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.btn-DL_wrap .btn-D {
    max-width: 320px;
    width: calc(58% - 3px);
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    float: right;
}
#solution_singlepage_inner {
    position: relative;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------- 

↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ phase 201802

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





/* ========================================================================================== 
CONTACT PAGE
========================================================================================== */
#contactpage {
}
#contactpage .unit1Col {
    max-width: 576px;
    margin: 0 auto;
    text-align: center;
}
.contact_head {
    margin-top: 8px;
    margin-bottom: 26px;
    font-size: 1.16em;
}
.contact_head ul {
    margin-top: 24px;
    font-size: 0.92em;
}
.contact_head li {
    display: inline-block;
    padding: 0 22px;
    font-weight: bold;
    width: 126px;
}
.contact_head li:first-child {
    padding-right: 14px;
}
.contact_head li:last-child {
    padding-left: 7px;
}
.contact_head li.notnow {
    color: #999999;
}
.contact_head .progress {
    width: 259px;
    height: 16px;
    overflow: hidden;
    margin: 4px auto 0;
    background-image: url(./images/progress.png);
    background-repeat: no-repeat;
    background-position-y: 1px;
}
.contact_head .progress.confirm {
    background-position-y: -17px;
}
.contact_head .progress.done {
    background-position-y: -34px;
}
#contactpage form {
    font-size: 1.08em;
    margin-bottom: 130px;
}
#contactpage .form_inner {
    background-color: #F5F5F5;
    padding: 40px;
    overflow: hidden;
}
#contactpage .form_inner .form_list {
    width: 100%;
    overflow: visible;
    margin-bottom: 25px;
}
#contactpage .form_inner .form_list:last-child {
    margin-bottom: 0;
}
#contactpage .form_list div {
    display: table-cell;
    vertical-align: middle;
}
.label_blk {
    width: 125px;
    text-align: right;
    padding-right: 8px;
}
.label_blk span {
    color: #989898;
}
.form_right {
    width: 361px;
    position: relative;
}
.form_right.form_s {
    width: 252px;
}
.form_right.form_m {
    width: 291px;
}
.alert {
    color: #FF3B00;
    font-size: 0.916em;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#contactpage .form_list select {
    margin-top: 0;
    margin-bottom: 0;
    height: 35px;
    color: #323232;
    border: 1px solid #CCCCCC;
    padding: 0 3%;
    font-size: 1em;
}
#contactpage .form_list input, #contactpage textarea {
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    font-size: 1.07em;
    color: #323232;
    vertical-align: middle;
    padding: 2% 3%;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#contactpage textarea {
    min-height: 180px;
}
#contactpage form p {
    margin-top: 11px;
    margin-bottom: 35px;
    font-size: 12px;
}
#contactpage form p a {
    color: #008CFF;
}
#contactpage input[type="submit"] {
    color: #fff;
    background-color: #008CFF;
    border: 1px solid #008CFF;
    font-size: 16px;
    width: 300px;
    height: 52px;
    line-height: 0;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*-- CONTACT - CONFIRM PAGE ----------------*/

#contactpage.confirmpage .contact_txt {
    width: 505px;
    text-align: left;
    margin: 0 auto;
}
#contactpage.confirmpage .form_list select {
    margin-top: 0;
    margin-bottom: 0;
    height: 35px;
    color: #323232;
    border: 1px solid #CCCCCC;
    padding: 0 3%;
    font-size: 1em;
}
#contactpage.confirmpage .form_list input, #contactpage.confirmpage textarea {
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    display: block;
    font-size: 1.07em;
    color: #323232;
    vertical-align: middle;
    padding: 2% 3%;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#contactpage.confirmpage input[type="submit"] {
    color: #fff;
    background-color: #008CFF;
    border: 1px solid #008CFF;
    font-size: 16px;
    width: 300px;
    height: 52px;
    line-height: 0;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#contactpage.confirmpage .form_list select, #contactpage.confirmpage .form_list input, #contactpage.confirmpage textarea {
    background: 0;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 0;
}
#contactpage.confirmpage textarea {
    border: 0;
}
#contactpage.confirmpage form p {
    display: none;
}
#contactpage.confirmpage input[type="submit"] {
    margin-top: 43px;
    margin-bottom: 50px;
}
#contactpage.confirmpage input[type="button"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    cursor: pointer;
    font-size: 13px;
}
/*-- CONTACT - DONE PAGE ----------------*/
.donepage {
    margin-bottom: 280px;
}
#contactpage.donepage img {
    width: 41px;
    margin: 48px auto 28px;
}
#contactpage.donepage .contact_txt {
    width: 350px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
}
/* ========================================================================================== 
SP MENU
========================================================================================== */
#spmenu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
#spmenu {
    display: inline-block;
    position: relative;
    width: 63px;
    height: 50px;
    outline: none;
}
#spmenu:before, #spmenu:after {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    width: 32px;
    z-index: 1;
}
#spmenu:before {
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    height: 17px;
}
#spmenu:after {
    border-top: 1px solid #323232;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% + 2px);
    height: 0px;
}
#zoom-menu {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em
}
#menu_blk {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 23px;
}
#menu_blk .site_description {
    color: #323232;
    font-size: 11px;
    margin-bottom: 10px;
}
#menu_blk img {
    width: 208px;
    margin: 0 auto;
}
#zoom-menu nav {
    overflow: hidden;
}
.modal_menu {
}
.modal_menu .vertical li {
    padding: 21.5px 0;
    border-bottom: 1px solid #E0E0E0;
}
.modal_menu .vertical a {
    font-size: 17px;
}
.modal_menu .line li {
    display: block;
    width: 45%;
    margin: 0 2.5%;
    padding: 16px 0px;
    border-bottom: 1px solid #E0E0E0;
}
.modal_menu .line li:nth-child(odd) {
    float: left;
}
.modal_menu .line li:nth-child(even) {
    float: right;
}
.modal_menu .line a {
    font-size: 14px;
}
/** mfp hack **********/
.mfp-container .mfp-content {
    vertical-align: top;
    margin-top: 24px;
}
/* x */
#zoom-menu button {
    top: -20px;
    left: -2px;
}
#zoom-menu button .close:before, #zoom-menu button .close:after {
    display: block;
    content: '';
    width: 1px;
    height: 32px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #323232;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 21px;
}
#zoom-menu button .close:after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**
 * Fade-zoom animation 
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/*** COMPANY PAGE *******************************************/
#company_table {
    width: 100%;
    font-size: 1.083em;
    border: 1px #C1C1C1 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#company_table td {
    padding: 10px 20px 10px;
}
#company_table .tdl {
    background-color: #EFEFEF;
    border: 1px #C1C1C1 solid;
    border-width: 0 0 1px 1px;
    min-width: 180px;
    vertical-align: top;
}
#company_table .tdr {
    border: 1px #C1C1C1 solid;
}
/*** SITE MAP PAGE *******************************************/
#sitemappage .contents_area {
    max-width: 544px;
}
#sitemappage .contents_area div {
    margin-bottom: 24px;
    border-bottom: 1px #C1C1C1 dashed;
}
#sitemappage .contents_area div h3 {
    font-size: 1.33em;
    font-weight: bold;
    padding-left: 9px;
}
#sitemappage .contents_area div .inactive span {
    color: #FF3B00;
}
#sitemappage .contents_area div:first-child, #sitemappage .contents_area div:nth-child(5) {
    margin-bottom: 55px;
}
#sitemappage .contents_area div:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
}
/*** 404 PAGE *******************************************/

#notfoundpage {
    text-align: center;
    margin-bottom: 360px;
}
#notfoundpage .contents_area div {
    margin-bottom: 24px;
    font-size: 1.083em;
}
#notfoundpage .contents_area div a {
    text-decoration: underline;
}
/** added 20170110 ***/




/** added 20170113 ***/

#resultspage #tag_wrapper {
    margin-top: 87px;
}
#pagetitle_area {
    width: 600px;
    float: left;
}
.pagetitle {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.6em;
    border-left: 6px solid #80C5FF;
    padding-left: 11px;
    margin-left: 1px;
}
.pagetitle span {
}
#resultspage .unit3Col article:nth-child(2), #resultspage .unit3Col article:nth-child(5), #resultspage .unit3Col article:nth-child(8), #resultspage .unit3Col article:nth-child(11) {
    margin: 0 40px;
}
/** added 20170113 ***/

/** added 20170119 ***/
#aboutpage h2 {
    font-size: 2.66em;
    margin-bottom: 27px;
}
#aboutpage .mainvisual {
    position: relative;
    background-image: url(./images/aboutimg_main.jpg);
    background-size: cover;
    width: 1000px;
    height: 321px;
}
.bggra {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .5));
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .5));
    background: linear-gradient(-90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .5));
    background-size: cover;
}
#aboutpage h3 {
    position: absolute;
    color: #FFFFFF;
    font-size: 1.75em;
    font-weight: bold;
    left: 50px;
    top: 104px;
}
#aboutpage h4 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.unit1Col_wide {
    width: 1000px;
    margin: 0 auto;
}
.unit1Col_wide .contents_area {
    width: 750px;
    margin: 0 auto;
}
.aboutread {
    font-size: 1.33em;
    width: 677px;
    margin: 0 auto;
    line-height: 1.7em;
}
#aboutpage .unit_wrap {
    overflow: hidden;
    margin-bottom: 66px;
}
.unit_wrap .unitL {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.unit_wrap .unitL img {
    margin: 0 auto;
}
.aboutimg-1 {
    width: 257px;
    margin-top: -14px !important;
}
.aboutimg-2 {
    width: 224px;
}
.unit_wrap .unitR {
    float: right;
    width: 440px;
}
#aboutpage .unitR p {
    font-size: 1.33em;
    line-height: 1.7em;
}
/*** FAQ page *******************************************/
#faqpage h3 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
}
.faq_list {
    margin-bottom: 80px;
}
.faq_item {
    text-align: left;
    margin-bottom: 19px;
}
.faq_item_q {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 !important;
    border-bottom: 1px solid #2982CC;
    transition-duration: 0.5s;
}
.faq_item_q p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    color: #2982CC;
    padding-left: 11px;
}
.faq_state_q {
    display: table-cell;
    width: 35px;
    height: 35px;
    background: #2982CC;
    background-image: url(./images/faq_q.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.faq_item_a {
    display: none;
    margin-top: 10px;
    padding: 1px 0;
    background: #F7F7F7;
}
.faq_state_a {
    display: table-cell;
    width: 35px;
    height: 100%;
    background: #D6D6D6;
    background-image: url(./images/faq_a.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.faq_item_a p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.333em;
    line-height: 1.7em;
    padding: 17px 20px 17px 11px;
}
/*** POLICY PAGE *******************************************/

#policypage {
}
#policypage .contents_area div {
    margin-bottom: 64px;
}
#policypage h3 {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
#policypage h4 {
    font-size: 1.166em;
    font-weight: bold;
    margin-bottom: 14px;
    padding-top: 7px;
}
#policypage p {
    margin-bottom: 24px;
    line-height: 2em;
}
#policypage ol {
    list-style-type: decimal;
}
#policypage ol li p {
}
#policypage ul {
    list-style-type: disc;
    margin-bottom: 24px;
}
#policypage ol ul li {
    margin-left: 36px;
}
#policypage li, #policypage ol p {
    margin-left: 18px;
}
#policypage p a {
    text-decoration: underline;
}
#policypage li.number {
    font-size: 1.083em;
    margin-bottom: 8px;
}
#policypage table {
    width: 100%;
    margin-bottom: 34px;
    border: 1px solid #C1C1C1;
}
#policypage tr {
    border-bottom: 1px solid #C1C1C1;
}
#policypage th {
    background-color: #F5F5F5;
    font-weight: bold;
    width: 53%;
}
#policypage td {
    padding: 5px 6px;
}
#policypage th:first-child, #policypage tb:first-child {
    width: 35%;
    border-right: 1px solid #C1C1C1;
}
#policypage th:last-child, #policypage tb:last-child {
    width: 12%;
    border-left: 1px solid #C1C1C1;
}
#policypage tr td:first-child {
    background-color: #F5F5F5;
    border-right: 1px solid #C1C1C1;
}
#policypage tr td:last-child {
    text-align: center;
    border-left: 1px solid #C1C1C1;
}
/** added 20170126 ***/
/** added 20170127 ***/
/*** FORM PAGE *******************************************/

.form_head {
    max-width: calc(1000px + 40px);
    background-color: #E5F3FF;
    text-align: center;
    padding: 22px 20px;
    margin: 18px auto 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.form_head p {
    font-size: 1.25em;
    line-height: 1.8em;
}
.form_caution {
    max-width: calc(670px + 40px);
    margin: 0 auto;
	padding: 0 20px;
}
.formpage .contact_head ul {
    text-align: center;
}
#contactpage.formpage .form_inner {
    padding-top: 108px;
    padding-bottom: 48px;
    position: relative;
}
.formpage .form_inner:first-child {
    margin-bottom: 14px;
}
#contactpage.formpage .form_inner:nth-child(2) {
    padding-top: 66px;
}
.required_tag, .any_tag {
    text-align: left;
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 12px;
    padding-right: 15px;
}
.required_tag {
    color: #656565;
}
.required_tag span {
    background-color: #FF3B00;
    margin-right: 9px;
}
.any_tag {
}
.any_tag span {
    background-color: #7A7A7A;
}
.required_tag span, .any_tag span {
    width: auto;
    min-width: 82px;
    max-width: 100px;
    padding: 0 6px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;
}
#contactpage .form_list .radio_wrap, #contactpage .form_list .cb_wrap {
    text-align: left;
}
#contactpage .form_list .radio_wrap input {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio;
    width: 20px;
}
#contactpage .form_list .cb_wrap input {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 20px;
}
#contactpage.confirmpage .form_caution {
    width: 505px;
    text-align: left;
    margin: 0 auto;
}
/*** DOWNLOAD LIST PAGE *******************************************/
#downloadlistpage {
    margin-bottom: 148px;
}
#downloadlistpage .page_head {
    margin-bottom: 20px;
}
#downloadlistpage .page_title {
    font-size: 32px;
}
#downloadlistpage .result_wrap {
    padding: 20px 20px 17px;
}
.DLNum {
    font-size: 15px;
}
.DLNum span {
    text-decoration: underline;
}
.result_subhead .dl_listremove {
    background-image: url(./images/dl_listremove.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 15px 15px;
    padding-left: 19px;
    color: #008CFF;
    height: 20px;
    display: inline-block;
    margin-left: 17px;
    margin-right: 33px;
}
/*** DOWNLOADER PAGE *******************************************/
footer.downloader #backtoTop_area {
    display: none;
}
#downloaderpage .backtoTOP {
    font-size: 18px;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 80px;
}
#downloaderpage .backtoTOP a {
    /*color: #008CFF;*/
}
#downloaderpage .page_title {
    font-size: 28px;
}
#downloaderpage .result_wrap {
    padding: 20px 20px 17px;
	background-color: #F5F5F5;
    margin-bottom: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#downloaderpage .page_head {
    margin-bottom: 16px;
}
#downloaderpage .result_subhead {
    margin-bottom: 14px;
}
.DLl_wrap {
}
.DLl_list_wrap {
}
.DLl_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.DLl_table {
    width: 100%;
    text-align: center;
    border: 1px solid #EAEAEA;
    margin-bottom: 13px;
}
.DLl_table thead {
    background-color: #656565;
    color: #FFFFFF;
}
.DLl_table thead th {
    padding: 4px 0;
}
.DLl_table tbody {
    border-bottom: 1px solid #EAEAEA;
}
.DLl_table tbody:nth-child(odd) {
    background-color: #F5F5F5;
}
.DLl_table thead th.blank-1 {
    width: 100px;
}
.DLl_table thead th.name {
    width: 231px;
}
.DLl_table thead th.cat {
    width: 230px;
}
.DLl_table td.cat {
    width: 115px;
}
.DLl_table thead th.ser {
    width: 134px;
}
.DLl_table thead th.cname {
    width: 134px;
}
.DLl_table thead th.blank-2 {
    width: 170px;
}
.DLl_table .thumb {
    width: 50px;
    min-height: 50px;
    padding: 0;
    table-layout: fixed;
}
.DLl_table .thumb .DLl_img {
    width: 50px;
    min-height: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    background-size: contain;
}
.DLl_table td {
    border-right: 1px solid #EAEAEA;
    vertical-align: middle;
    padding: 11px 4px;
}
.dlbtn-b {
    font-size: 13px;
    font-weight: bold;
    color: #008CFF;
    padding: 6px 0;
    margin-top: 0;
    display: inline;
    background-image: url(./images/icon-dl-b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px;
    width: 10px;
    padding-left: 20px;
}

.result_subhead {
    font-size: 14px;
    overflow: hidden;
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
.result_subhead div {
    display: table-cell;
    vertical-align: middle;
}
.result_subhead div:first-child {
    padding-left: 16px;
}
.result_subhead div:last-child{
	text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.result_subhead div:last-child p {
	display: inline-block;
}
.result_subhead input.DLbtn {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 6px 0;
    margin-top: 0;
    display: inline-block;
    background-image: url(./images/icon-dl.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 12px;
    width: 230px;
    padding-left: 20px;
}
.DLbtn {
    background-color: #008CFF;
    border: 1px solid #008CFF;
    text-align: center;
    margin-top: 41px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.txt_with_arrow {
    display: inline-block;
    line-height: 1.33em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #323232;
    margin-bottom: 20px;
}
.txt_with_arrow::before {
    content: " ";
    background-image: url(./images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}
/*** input hack ******************************/

/*****
reste
*****/
.form_style input[type="checkbox"], .form_style input[type="radio"], .form_style input[type="button"], .form_style button {
    display: none;
}
.form_style input.dl_icon[type="submit"], .form_style input.dl_icon[type="submit"] {
    display: none;
}
/*****
check
*****/
label.HC {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
label.HC::before, label.HC::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
label.HC::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: #ffffff;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
}
label.HC::after {
    opacity: 0;
    top: 50%;
    left: 2px;
    width: 14px;
    height: 15px;
    background-image: url(./images/checkmark.svg);
    background-repeat: no-repeat;
    margin-top: -7px;
}
label.HC:hover::before {
    background: #F5FBFF;
    border: 1px solid #008CFF;
}
input[type="checkbox"]:checked + label.HC::before {
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
input[type="checkbox"]:checked + label.HC::after {
    opacity: 1;
}
label.mid::after {
    opacity: 1;
    top: 0;
    left: 2px;
    width: 13px;
    height: 17px;
    border-bottom: 3px solid #008CFF;
    margin-top: 0;
    background-image: none;
}
/*****
radio
*****/
label.RD {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
label.RD::before, label.RD::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
label.RD::before {
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
label.RD:hover::before {
    background: #fff;
}
label.RD::after {
    opacity: 0;
    left: 3px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #008CFF;
    -webkit-transform: scale(2);
    transform: scale(2);
}
label.RD:hover::before {
    background: #F5FBFF;
    border: 1px solid #008CFF;
}
input[type="radio"]:checked + label.RD::before {
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
input[type="radio"]:checked + label.RD::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.result_list label.HC::before {
    margin-top: -10px;
    margin-left: 4px;
}
.result_list label.HC::after {
    top: 2px;
    left: 6px;
}
.DLl_table label.HC::before {
    margin-left: 3px;
}
.DLl_table label.HC::after {
    left: 5px;
}
.confirmpage label.RD::before, .confirmpage label.RD::after, .confirmpage label.HC::before, .confirmpage label.HC::after, .confirmpage input[type="radio"], .confirmpage input[type="checkbox"] {
    display: none !important;
}
.confirmpage label.RD, .confirmpage label.HC {
    padding: 3px 17px 3px 12px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
}
/*****
check 2 (2017.04.02)
*****/
.ch_class label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ch_class .mwform-checkbox-field-text::before, .ch_class .mwform-checkbox-field-text::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ch_class .mwform-checkbox-field-text::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: #ffffff;
    border: 1px solid #A5A5A5;
    border-radius: 3px;
}
.ch_class .mwform-checkbox-field-text::after {
    opacity: 0;
    top: 50%;
    left: 2px;
    width: 14px;
    height: 15px;
    background-image: url(./images/checkmark.svg);
    background-repeat: no-repeat;
    margin-top: -7px;
}
.ch_class label:hover::before {
    background: #F5FBFF;
    border: 1px solid #008CFF;
}
.ch_class input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
.ch_class input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}
label.mid::after {
    opacity: 1;
    top: 0;
    left: 2px;
    width: 13px;
    height: 17px;
    border-bottom: 3px solid #008CFF;
    margin-top: 0;
    background-image: none;
}
/*****
radio 2 (2017.04.02)
*****/
.ra_class label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
.ra_class .mwform-radio-field-text::before, .ra_class .mwform-radio-field-text::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ra_class .mwform-radio-field-text::before {
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
.ra_class .mwform-radio-field-text:hover::before {
    background: #fff;
}
.ra_class .mwform-radio-field-text::after {
    opacity: 0;
    left: 3px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #008CFF;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.ra_class label:hover::before {
    background: #F5FBFF;
    border: 1px solid #008CFF;
}
.ra_class input[type="radio"]:checked + .mwform-radio-field-text::before {
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
}
.ra_class input[type="radio"]:checked + .mwform-radio-field-text::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.result_list .ch_class label::before {
    margin-top: -10px;
    margin-left: 4px;
}
.result_list .ch_class label::after {
    top: 2px;
    left: 6px;
}
.DLl_table .ch_class label::before {
    margin-left: 3px;
}
.DLl_table .ch_class label::after {
    left: 5px;
}
.confirmpage .ra_class label::before, .confirmpage .ra_class label::after, .confirmpage .ch_class label::before, .confirmpage .ch_class label::after, .confirmpage input[type="radio"], .confirmpage input[type="checkbox"] {
    display: none !important;
}
.confirmpage .ra_class label, .confirmpage .ch_class label {
    padding: 3px 17px 3px 12px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
}
/*** form ******************************/
.confirmpage .form_right {
    border-bottom: 1px solid #B7B7B7;
    text-align: left;
    padding: 2% 3%;
}
.back-btn {
    background-color: #FFF !important;
    color: #323232 !important;
    font-size: 13px !important;
    border: none !important;
    height: 22px !important;
}
.mw_wp_form .error {
    text-align: left;
    color: #FF3B00 !important;
}
/*** Pager ******************************/
.wp-pagenavi {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 1.17em;
    margin-top: 34px;
    margin-bottom: 116px;
}
.wp-pagenavi span, .wp-pagenavi a {
    color: #808080;
    font-size: 18px;
    display: inline-block;
    margin: 0 3.3px;
    vertical-align: middle;
    width: 42px;
    padding: 8px 0 8px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    cursor: pointer;
    font-size: 0;
    color: transparent;
    position: relative;
}
.wp-pagenavi a.previouspostslink {
    width: 47px;
    height: 47px;
    background-color: #000000;
    border: 1px solid #000000;
    margin-right: 20px;
}
.wp-pagenavi a.nextpostslink {
    width: 47px;
    height: 47px;
    background-color: #000000;
    border: 1px solid #000000;
    margin-left: 20px;
}
.wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.previouspostslink:after, .wp-pagenavi a.nextpostslink:before, .wp-pagenavi a.nextpostslink:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.wp-pagenavi a.previouspostslink:after {
    right: 18px;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-duration: 0.3s;
    left: 18px;
}
.wp-pagenavi a.nextpostslink:after {
    right: 18px;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
    left: 11px;
}
.wp-pagenavi .current {
    color: #000000;
    border-bottom: 1px solid #000000;
}
.wp-pagenavi a:hover {
    border-bottom: 1px solid #808080;
}
.unit3Col article:nth-child(3n-2) {
    clear: both;
}
/*** Pager ******************************/





/* ========================================================================================== 
BOTTOM NAVI
========================================================================================== */
#bottomnav {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0;
    background-color: rgba(0,0,0, .94);
}
.bottomnav-inner {
    max-width: 938px;
    width: 100%;
    margin: 0 auto;
    display: table;
    -webkit-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    transform: translateX(-45px);
}
.bottomnav-C {
    display: table;
}
.bottomnav-C a {
    width: 408px;
    color: #FFFFFF;
    font-size: 19px;
    background: url(./images/bgb.png), linear-gradient(#018cff, #0060d4);
    border: 1.5px solid #008cff;
    padding: 4px 34px 2px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.bottomnav-C a:hover {
    color: #FFFFFF;
    letter-spacing: .05em;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.bottomnav-C a:before {
    content: url(./images/btn-sicon.svg);
    display: inline-block;
    width: 20px;
    vertical-align: sub;
    margin-right: 3px;
}
#bottomnav p {
    color: #ffff00;
    font-size: 15px;
    display: table-cell;
}
.close_btn {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.close_btn img {
    width: 28.5px;
    margin: 0 auto;
}
.bottomnav-logo {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bottomnav-logo img {
    width: 155px;
    margin: 0 auto;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Responsive Style

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



.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media (max-width: 700px) {
.pc-only {
    display: none !important;
}
.mobile-only {
    display: block;
}
	
span.brake:after {
	display: none;
}
	
.unit3Col article {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 62px;
}
.page_head {
    padding: 24px 10px;
}
.page_title {
    font-size: 24px;
	line-height: 1.5;
}
.page_head span.sub-title {
}
.content_title {
    font-size: 22px;
}
.cat-name {
    font-size: 10px;
    padding: 3px 7px;
    font-weight: bold;
}
	
.btn-A {
    font-size: 14px;
	font-weight: bold;
}
.btn-C {
    font-size: 14px;
}
.btn-D {
    font-size: 15px;
}

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

HEADER

---------------------------------------------------------------------------------- */
header {
    width: 100%;
    padding: 32px 0 0;
    margin-bottom: 40px;
}
#header_blk {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.header_logo_wrap {
}
.header_copy {
    margin-bottom: 11px;
}
.site_description {
    font-size: 11px;
    text-align: center;
    padding: 0;
    border-bottom: none;
}
.header_nav {
    display: none;
}
/* ----------------------------------------------------------------------------------

FOOTER

---------------------------------------------------------------------------------- */
#footer_logo {
    width: 300px;
}
/* ----------------------------------------------------------------------------------

TOP PAGE

---------------------------------------------------------------------------------- */
.top-wrapper {
    width: 100%;
	margin-bottom: 110px;
}
.top-inner {
    display: block;
    padding: 0 20px;
}
.top-main_unit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.top-sub_unit {
    width: 100%;
}
.top-main_unit .entry-wrap {
    padding: 0;
    padding-top: 20px;
}
.top-main_unit .entry-wrap .cat-name {
    font-size: 12px;
    left: 5px;
}
.top-main_unit .entry-title {
    font-size: 18px;
}
.entry_description {
    font-size: 11px;
}
.top-sub_unit .entry-wrap {
    max-width: none;
    width: 50%;
}
.top-sub_unit .thumbnail_block {
    width: 50%;
}
.entry-title {
    font-size: 16px;
}
.arrow-right:before, .arrow-right:after {
    display: none;
}
.pickup_block {
    padding: 50px 0 0px;
    margin-bottom: 80px !important;
}
.pickup-title {
    width: calc(100% - 40px);
}
.pickup_inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pickup_inner article .entry-title {
    font-size: 16px;
    margin-top: 16px;
}
.pickup_inner article .entry-txt {
    margin-top: 8px;
}
.pickup_inner article .entry_description {
    font-size: 12px;
    margin-top: 8px;
}
.top-sol-wrapper {
    width: 100%;
}
section.top-sol-unit {
    width: 100%;
    margin-bottom: 95px;
}
.top-sol-inner section:nth-child(odd) {
    border-right: none;
}
.top-sol-title {
    font-size: 20px;
    margin-bottom: 24px;
}
.top-sol-single .entry-txt {
    font-size: 13px;
}
.top-sol-single {
    max-width: none;
    width: 50%;
    padding: 0 10px;
}
.top-sol-single:nth-child(odd) {
    width: calc(50% - 1px);
}
/* ----------------------------------------------------------------------------------

SOLUTION (SERVICE) LIST PAGE

---------------------------------------------------------------------------------- */
.solutionanchor_wrap {
    display: none;
}
/*
	nav.solutionanchor {
    display: block;
}
nav.solutionanchor a {
    padding: 0 5px;
    margin-bottom: 7px;
    display: block;
}
nav.solutionanchor a:last-child {
    margin-bottom: 0;
}
nav.solutionanchor a:after {
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    margin-left: 10px;
}
nav.solutionanchor-fixed {
}
*/
section.solutionlist_wrap {
    padding-top: 90px;
} 
.section_head_solutionlist {
    padding: 0 20px;
}
.sol-single {
    width: 100%;
    margin-bottom: 80px;
}
.sol-single:nth-child(odd) {
    padding-right: 0;
    border-right: none;
}
.sol-single:nth-child(even) {
    padding-left: 0;
}
.sol-single .entry-title {
    font-size: 18px;
}
.sol-single .entry-txt {
    margin-top: 17px;
}
ul.cat-list {
    padding: 7px 10px 8px;
}
.cat-list li {
    font-size: 11px;
}
/* ----------------------------------------------------------------------------------

SOLUTION (SERVICE) SINGLE PAGE

---------------------------------------------------------------------------------- */
.solution_title {
    font-size: 18px;
	line-height: 1.5;
}
	.solution_company_name {
		margin-top: 8px;
	}
.cat-list_wrap {
    text-align: left;
    padding: 0 10px;
}
#solution_singlepage .cat-list li {
    font-size: 13px;
}
.case_block .content_block_inner p {
	padding: 0;
}
.service_block .content_block_inner,
.case_block ul, .case_block ol {
	padding: 0 20px;		
}
.content_block {
    font-size: 14px;
}
.service_description, .service_block li span, .case_block li span {
    font-size: 16px;
}
.service_block li, .case_block li {
    margin-bottom: 20px;
}
.service_block li span {
    padding-left: 6px;
}
.service_block li p, .case_block li p {
    margin-top: 6px !important;
}
.video_list_wrap {
	padding: 0 1.5%;
}
.video_list_inner .block {
	width: 50%;
    padding: 0 1.5%;
    margin-bottom: 40px;
}
.case_block p.t-c {
	text-align: left;		
}
.case_block a.blanklink {
		
}
/* ----------------------------------------------------------------------------------

FEATURE (ARTICLE) LIST PAGE

---------------------------------------------------------------------------------- */
.tag_wrap {
    padding: 0 10px;
    font-size: 11px;
}
.tag_wrap .tag_wrap_title {
    width: 100px;
}
.tag_wrap .tag_wrap_list li {
    padding: 4px 0;
    margin-left: 1px;
}
.tag_wrap .tag_wrap_list a {
    padding: 4px 7px;
}
#articlepage .article_list_inner article {
    width: 50%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
}
.article_list_inner article .entry-wrap {
    margin-top: 8px;
}
#articlepage .entry-title {
    font-size: 14px;
    margin-top: 8px;
}
/* ----------------------------------------------------------------------------------

FEATURE (ARTICLE) SINGLE PAGE

---------------------------------------------------------------------------------- */
.post_title_wrap {
    position: relative;
    bottom: 0;
    margin-top: 26px;
}
.post_label {
    top: -38px;
    left: 20px;
}
.post_title {
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    padding: 0 20px;
}
.post_info {
    font-size: 12px;
    padding: 5px 20px 3px;
    margin-top: 7px;
}
.post_area h2 {
    font-size: 18px;
}
.interviewee_prof_wrap {
    padding: 0 20px;
}
.interviewee_prof_img_wrap {
    width: 30%;
}
.interviewee_prof_content_wrap {
    width: 70%;
    padding-left: 12px;
}
.service_wrap {
    padding: 60px 20px 14px;
}
.article_list_inner article {
    width: 100%;
    padding: 0 20px;
}
/* ----------------------------------------------------------------------------------

COMPANY PAGE

---------------------------------------------------------------------------------- */
#company_table .tdl {
    min-width: 85px;
}
#company_table td {
    padding: 10px 7px 10px;
}
.post_author {
    padding: 0 20px;
}
.post_area {
    padding: 0 20px;
}
.post_area p {
    line-height: 1.8;
}
/* ========================================================================================== 
CONTACT PAGE
========================================================================================== */
#contactpage .unit1Col {
    max-width: none;
    width: 100%;
}
	.form_head p {
		font-size: 12px;
	}
.contact_head {
    margin-bottom: 22px;
}
	.form_caution {
		font-size: 12px;
	}
#contactpage.confirmpage .contact_txt, #contactpage.confirmpage .form_caution {
    width: 100%;
}
.contact_head ul {
    margin-top: 34px;
    font-size: 0.92em;
}
.contact_head li {
    padding: 0px;
    margin: 0px 29px;
    font-weight: bold;
    width: 74px;
    font-size: 0.9em;
}
.contact_head li:first-child, .contact_head li:last-child {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.contact_head .progress {
    width: 230px;
    height: 16px;
    margin: 4px auto 0;
    background-size: 100%;
    background-position-y: 2px;
}
.contact_head .progress.confirm {
    background-position-y: -13px;
}
.contact_head .progress.done {
    background-position-y: -30px;
}
#contactpage form {
    margin-bottom: 110px;
	padding: 0 10px;
}
#contactpage .form_inner {
    padding: 25px 10px;
}
#contactpage.formpage .form_inner {
    padding-top: 128px;
}
#contactpage .form_inner .form_list {
    float: left;
}
#contactpage .form_inner .form_list:last-child {
    margin-bottom: 0;
}
#contactpage .form_list div {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 5px;
}
.label_blk {
    padding-right: 0;
}
#contactpage textarea {
    min-height: 150px;
}
#contactpage form p {
    text-align: left;
}
#contactpage form p a {
    color: #008CFF;
}
#contactpage input[type="submit"], #contactpage.confirmpage input[type="submit"] {
    font-size: 15px;
    width: 90%;
    height: 52px;
}
#contactpage.donepage .contact_txt {
    width: 100%;
}
.alert {
    font-size: 0.916em;
    bottom: -15px;
}
/*** Pager ******************************/

.inbound_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp-pagenavi a.previouspostslink {
    margin-right: 20px;
}
.wp-pagenavi a.nextpostslink {
    margin-left: 20px;
}
.wp-pagenavi span, .wp-pagenavi a {
    margin: 0 5px;
}
/*** Pager ******************************/

	
	
	
}
@media (max-width: 600px) {
.DLwrap_inner {
    padding: 8px 0 7px;
}
.DLwrap_head {
    display: none;
}
.btn-DL_wrap {
    width: 100%;
}
.btn-DL_wrap .btn-D {
    max-width: 250px;
    padding: 8px 5px;
    margin-right: 5px;
}
.freeperiod_wrap {
    width: 60px;
}
.freeperiod {
	display: none;	
	}
.freemark {
    font-size: 15px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
}
	
}
@media (max-width: 380px) {
.modal_menu .line a {
    font-size: 12px;
}
.entry_thumb {
/*
		max-height: 142px;
    	height: 90px;
		*/
}
	
}
