@charset "UTF-8";

/********************************
DEFAULT
*********************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

img,iframe {
	vertical-align:middle;
	border:0px;
}

img{
	line-height:0;
	font-size:0;
}

table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

select{
	padding:2px;
}

select::-ms-expand {
    display: none;
}

input, select {
	font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

textarea {
	font-size: 99%;
}

input {
	vertical-align:middle;
}

label {
	padding:0 0 0 2px;
}

hr {
	display:none;
}

.c-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.c-clearfix {
	min-height: 1px;
}
* html .c-clearfix {
	height: 1px;
}

.c-clear {
	clear:both;
}
a {
    transition-property: all;
    transition: 0.2s linear;
}

a,
a:link {
	color:#e7e7e7;
	text-decoration:none;
}
body.is-wh a,
body.is-wh a:link {
	color:#000;
}

a:visited {
	color:#e7e7e7;
}

a:hover,
a:active {
	color:#ff141c;
	text-decoration:none;
}
body.is-wh a:hover,
body.is-wh a:active {
	color:#ff141c;
}

body {
    visibility: hidden;
    font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
    color: #e7e7e7;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
	font-size:14px;
	line-height: 1.6;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
body.is-wh {
    color: #000;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/********************************
HEADER
*********************************/
.header {
    background: #17191a;
}
body.is-wh .header {
    background: #fff;
}
.header-cont{
    border-bottom: 1px solid #2e3235;
}
body.is-wh .header-cont {
    border-bottom: 1px solid #e7e7e7;
}
.header-hd_lgin{
    width: 1000px;
    margin: 0 auto;
}
.header-ttl{
    float: left;
    padding: 11px 0 12px 0;
    font-size: 12px;
    line-height: 1;
}
.header-login{
    float: right;
    /* width: 230px; */
    padding: 11px 0 12px 0;
}
.header-lgin{
    float: left;
    line-height: 1;
    margin: 0 10px 0 0;
}
.header-lgin a{
    font-size: 12px;
    background: url(/images/tp_hd_icon01.png) no-repeat left top 1px;
    padding: 0 0 0 15px;
}
body.is-wh .header-lgin a{
    background-image: url(/images/tp_hd_icon01n.png);
}
.header-cplgin{
    /* float: right; */
    float: left;
    line-height: 1;
    margin: 0 10px 0 0;
}
.header-cplgin a{
    font-size: 13px;
    color: #707e8c;
    background: url(/images/tp_hd_icon02.png) no-repeat 0 center;
    padding: 0 0 0 15px;
}
.header-cplgin a:hover{
    color: #ff141c;
}
.header-color {
    float: right;
    line-height: 1;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.header-color:hover {
    color: #ff141c;
    transition: 0.2s linear;
}
.header-color input[type="checkbox"] {
    display: none;
}
.header-color label {
    background: #ff141c;
    width: 30px;
    height: 14px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    color: #e7e7e7;
    font-size: 10px;
    margin: 0 0 0 4px;
    position: relative;
    cursor: pointer;
}
.header-color label::after {
    position: absolute;
    content: 'ON';
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
}
.header-color input[type="checkbox"]:checked + label {
    background: #717f8d;
}
.header-color input[type="checkbox"]:checked +  label::after {
    content: 'OFF';
}
.headerNavWrap{
    width: 1000px;
    margin: 0 auto;
    height: 80px;
}
.header-logo{
    float: left;
    padding: 22px 0;
}
body.top .header-logo{
    position: relative;
}
body.top .header-logo::after{
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    padding: 0 5px;
    background: #fff;
    border-radius: 1px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
body.top.game .header-logo::after{
    background: #fc5d0c;
    color: #fff;
}
body.top.engineer .header-logo::after{
    background: #0766dc;
    color: #fff;
}
body.top.creator .header-logo::after{
    background: #fc0d85;
    color: #fff;
}
/*
body.top.is-wh .header-logo::after{
    background: #717f8d;
    color: #fff;
}
*/
body.engineer .header-logo::after{
    content: 'エンジニア';
    right: -75px;
}
body.creator .header-logo::after{
    content: 'クリエイター';
    right: -85px;
}
body.game .header-logo::after{
    content: 'ゲーム';
    right: -55px;
}
.header-logo a:hover{
    opacity: 0.7;
}
body.is-wh .headerNavWrap .c-pc .header-logo a{
    display: block;
    background: url(/images/tp_hd_logo2.png) no-repeat;
}
body.is-wh .headerNavWrap .c-sp .header-logo a{
    display: block;
    background: url(/images/sp_tp_hd_logo2.png) no-repeat;
    background-size: 100%;
}
body.is-wh .headerNavWrap .header-logo img{
    visibility: hidden;
}
.headerNav{
    float: right;
}
.headerNav li{
    display: inline-block;
    line-height: 1;
}
.headerNavPsnl {
    background: #f0f0f0;
    padding: 10px 10px 10px 10px;
}
.headerNavList{
    padding: 25px 0;
}
.headerNavList > li {
    margin: 0 20px 0 0;
}
.headerNavList > li:last-child{
    margin: 0;
}
.headerNavList > li a{
    color: #fffbfc;
    display: block;
    line-height: 1;
    padding: 8px 10px;
}
body.is-wh .headerNavList > li a{
    color: #000;
}
.headerNavList > li.is-bk{
    background: #fff;
}
.headerNavList > li.is-bk a{
    background: #ff141c;
}
body.is-wh .headerNavList > li.is-bk a{
    color: #fff;
}
.headerNavList > li a:hover{
    color: #ff141c;
}
body.is-wh .headerNavList > li a:hover{
    color: #ff141c;
}
.headerNavList > li.is-bk a:hover{
    color: #fff;
    opacity: 0.7;
}
body.is-wh .headerNavList > li.is-bk a:hover{
    color: #fff;
}

/********************************
FOOTER
*********************************/
.footer{
    background: #17191a;
    /*padding: 35px 0 40px 0;*/
}
body.is-wh .footer{
    background: #fff;
}
.stdfooter {
    padding: 35px 0 40px 0;
}
.footer-ityogo{
    width: 1000px;
    padding: 0 0 15px 0;
    margin: 0 auto;
}
.footer-ityogo-ttl{
    color:#e7e7e7;
    float: left;
    margin: 0 12px 0 0;
    font-size: 12px;
}
.footer-ityogo li{
    color:#e7e7e7;
    float: left;
    margin: 0 12px 0 0;
    font-size: 12px;
}
.footer-tagcd{
    width: 1000px;
    padding: 0 0 30px 0;
    margin: 0 auto;
}
.footer-tagcd-ttl{
    color:#e7e7e7;
    line-height: 1;
    margin: 0 0 15px 0;
    font-size: 12px;
}
.footer-tagcd-cd li{
    color:#e7e7e7;
    float: left;
    margin: 0 12px 0 0;
    font-size: 12px;
}
.footer-template {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-template-li {
    width: 480px;
    background: #000;
    margin: 0 2px;
}
body.is-wh .footer-template-li {
    background: #fff;
    border: 1px solid #cfd9de;
}
.footer-template-li a {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.footer-template-li .gra {
    background: #fff;
}
.footer-template-li a:hover img {
    opacity: 0.7;
}
.footer-template-li dl.cont {
    padding: 0 30px 0 15px;
}
.footer-template-li dl.cont dt {
    margin: 0 0 3px 0;
    font-size: 14px;
}
.footer-template-li dl.cont dd {
    font-size: 12px;
}


.footer-f_bnr{
    width: 1000px;
    padding: 0 0 35px 0;
    margin: 0 auto;
}
.footer-f_bnr li{
    float: left;
    margin: 0 10px 0 0;
    background: #fff;
}
.footer-f_bnr li:last-child{
    margin: 0;
}
.footer-f_bnr li a{
    display: block;
    border: 1px solid #17191a;
}
body.is-wh .footer-f_bnr li a{
    border: 1px solid #fff;
}
.footer-f_bnr li a:hover{
    /* border: 1px solid #ff141c; */
    opacity: 0.7;
}
.footer-link{
    width: 1000px;
    padding: 0 0 35px 0;
    margin: 0 auto;
}
.footer-link ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-link li{
    display: inline-block;
    border-right: 1px solid #6e6e6f;
    line-height: 1;
    padding: 0 9px;
    font-size: 13px;
}
body.is-wh .footer-link li{
    border-color: #cfd9de;
}
.footer-link li:first-child{
    padding-left: 0;
}
.footer-link li:last-child{
    border-right: 0;
    padding-right: 0;
}
.footer-copy{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.footer-copy address{
    color:#e7e7e7;
    font-style:normal;
    line-height: 1;
    font-size: 13px;
}
body.is-wh .footer-copy address{
    color: #000;
}

/********************************
COMMON
*********************************/
.c-pc {
    display: block !important;
}

.c-pc-b {
    display: inline-block !important;
}

.c-pc-c {
    display: table-cell !important;
}

.c-pc-d {
    display: inline!important;
}

.c-pc-e {
    display: table !important;
}

.c-sp {
    display: none !important;
}

.c-sp-b {
    display: none !important;
}

.c-sp-c {
    display: none !important;
}

.c-bnr {
    background: #ffffff;
}

.c-bnr img:hover {
    opacity: 0.7;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-fl-pc {
    float: left;
}

.c-fr-pc {
    float: right;
}

.c-layoutBg {
    background: #17191a;
}
body.is-wh .c-layoutBg {
    background: #fff;
}

.c-layoutBg.is-breadcrumb {
    padding: 0 0 20px 0;
}

.c-layoutBgBlack {
    background: #0c1013;
}

.c-layoutContents {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.c-breadcrumbs > li {
    font-size: 12px;
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 0;
}

.c-imgWrap img {
    width: 100%;
}

.c-jumpTop > a {
    display: block;
    border: 1px solid #868686;
    line-height: 1;
    text-align: center;
    background: url(/images/up_arw_wh.svg) no-repeat right 10px center;
}
body.is-wh .c-jumpTop > a {
    background-image: url(/images/up_arw_blk.svg);
}

.c-redBtn {
    background: #ffffff;
}

.c-redBtn > a {
    display: block;
    color: #e7e7e7;
    background: #ff141c;
    text-align: center;
}
body.is-wh .c-redBtn > a {
    color: #e7e7e7;
}

.c-redBtn > a:hover {
    opacity: 0.7;
}

.c-redBtn > input[type="submit"] {
    display: block;
    color: #e7e7e7;
    background: #ff141c;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.c-redBtn > input[type="submit"]:hover {
    opacity: 0.7;
}

.c-redBtn > input[type="button"] {
    display: block;
    color: #e7e7e7;
    background: #ff141c;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.c-redBtn > input[type="button"]:hover {
    opacity: 0.7;
}

.c-redBtn.is-hNav {
    width: 49%;
}

.c-redBtn.is-hNav > a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 0 13px 0;
    text-align: center;
}

.c-whiteBtn > a {
    display: block;
    background: #ffffff;
    color: #17191a;
    text-align: center;
}
body.is-wh .c-whiteBtn > a {
    border: 1px solid #cfd9de;
    box-sizing: border-box;
}

.c-darkBtn {
    background: #ffffff;
}

.c-darkBtn > a {
    display: block;
    background: #23282d;
    color: #e3e3e3;
    text-align: center;
}
body.is-wh .c-darkBtn > a {
    background: #f4f6f7;
}

.c-darkBtn > a:hover {
    opacity: 0.7;
}

.c-darkBtn > input[type="submit"] {
    display: block;
    background: #23282d;
    color: #e3e3e3;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.c-darkBtn > input[type="submit"]:hover {
    opacity: 0.7;
}

.c-darkBtn > input[type="submit"]:hover {
    opacity: 0.7;
}

.c-border-ttl {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #545a60;
    margin: 0 0 30px 0;
    display: inline-block;
    position: relative;
}

.c-border-ttl:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #ff141c;
}

.c-recommend {
    background: #23282d;
}
body.is-wh .c-recommend {
    background: #f4f6f7;
}

.c-recommendIn {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 35px 0 30px 0;
}

.c-recobox {
    width: 480px;
}

.c-recobox.is-recent {
    float: left;
}

.c-recobox.is-personal {
    float: right;
}

.c-recottl {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #545a60;
    position: relative;
    margin: 0 0 30px 0;
}

.c-recottl > span {
    float: right;
    padding: 2px 0 0 0;
}

.c-recottl > span > a {
    display: block;
    padding: 0 20px 0 0;
    font-size: 13px;
    background: url(/images/left_arw_wh_sml.svg) no-repeat right center;
}

body.is-wh .c-recottl > span > a {
	background: url(/images/left_arw_blk_sml.svg) no-repeat right center;
}

.c-recottl:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40%;
    border-bottom: 2px solid #ff141c;
}

.c-recottl.is-personal:after {
    width: 100%;
}

.c-recoitem {
    margin: 0 0 40px 0;
}

.c-recoitem > a {
    display: block;
}

.c-recoitem > a:hover {
    color: inherit;
}
body.is-wh .c-recoitem > a:hover {
    color: #000;
}

.c-recoitem > a:hover .c-recoitemComp {
    /* color: #ff141c; */
    text-decoration: underline;
}

.c-recoitem > a:hover .c-recoitemJob {
    color: #ffffff;
    text-decoration: underline;
}
body.is-wh .c-recoitem > a:hover .c-recoitemJob {
    color: #000;
}

.c-recoitem:last-child {
    margin: 0 0 0 0;
}

.c-recoitem-in {
    display: table;
    margin: 0 0 10px 0;
}

.c-recoitemIcon {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0 5px 0 0;
}

.c-recoitemIcon > span {
    margin: 7px 0 0 0;
    display: block;
    width: 16px;
    height: 16px;
    color: #000000;
	color: #fff;
    background: #ff141c;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.c-recoitemIcon span.is-job {
    margin: 3px 0 0 0;
}

.c-recoitemComp {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    /* color: #ff141c; */
    color: #fff;
    font-weight: bold;
}
body.is-wh .c-recoitemComp {
    color: #000;
}

.c-recoitemJob {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
}

.c-reconon {
    font-size: 13px;
}

.c-pager {
    float: left;
    display: table;
}

.c-pager > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #17191a;
}
body.is-wh .c-pager > li {
    background: #fff;
}

.c-pager > li > a,
.c-pager > li > span {
    display: block;
    box-sizing: border-box;
    border-top: 1px solid #7b7b7b;
    border-left: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    /*padding: 6px 0 6px 0;*/
    line-height: 28px;
    width: 30px;
    height: 30px;
    font-size: 13px;
}

.c-pager > li > a:hover {
    background: #ff141c;
    color: #e3e3e3;
}

.c-pager > li.is-on > span {
    background: #ff141c;
    color: #fff;
}

.c-pager > li.is-tm > a {
    background: #23282d;
}

.c-pager > li:last-child > a,
.c-pager > li:last-child > span {
    border-right: 1px solid #7b7b7b;
}

.c-pager-arw {
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.c-pager-arw > a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #7b7b7b;
    box-sizing: border-box;
}

.c-pager-arw > a:hover {
    background: #ff141c;
}

.c-pager-arw > a span {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 28px 0 0 0;
}

.c-pager-arw.is-l > a span {
	background: url("/images/left_arw_wh.svg") no-repeat center center;
}

.c-pager-arw.is-r > a span,
body.is-wh .c-pager-arw.is-r > a:hover span {
	background: url("/images/right_arw_wh.svg") no-repeat center center;
}

body.is-wh .c-pager-arw.is-l > a span {
	background: url("/images/left_arw_blk.svg") no-repeat center center;
}

body.is-wh .c-pager-arw.is-r > a span {
	background: url("/images/right_arw_blk.svg") no-repeat center center;
}

.c-pager-arw.is-l {
    margin: 0 30px 0 0;
    position: relative;
}

.c-pager-arw.is-l.is-tm > a {
    border-right: none;
    padding: 1px 0 1px 0;
}

.c-pager-arw.is-l:after {
    content: "…";
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 30px;
}

.c-pager-arw.is-r {
    margin: 0 0 0 30px;
    position: relative;
}

.c-pager-arw.is-r:after {
    content: "…";
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 7px 0 0 0;
    box-sizing: border-box;
}

.c-pager-arw.is-r.is-tm > a {
    border-left: none;
}

.c-pager-arw img {
    margin: -4px 0 0 0;
}

.c-pager-arw.is-tm {
    margin: 0 0 0 0;
}

.c-pager-arw.is-tm > a {
    border: none;
    background: #23282d;
}
body.is-wh .c-pager-arw.is-tm > a {
    background: #fff;
}

.c-pager-arw.is-tm:after {
    content: none;
}

/* form */
.c-form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.c-checkbox {
    display: none;
}

.c-checkbox + label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.c-checkbox + label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    margin: -7px 0 0 0;
}

.c-checkbox:checked + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 4px;
    width: 4px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    margin: -7px 0 0 0;
}
body.is-wh .c-checkbox:checked + label:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.c-checkbox2 {
    border: 1px solid #e3e3e3;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    position: relative;
}

.c-checkbox2:checked:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 3px;
    width: 4px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    margin: -7px 0 0 0;
}

.c-snsarea {
    width: 640px;
    margin: 0 auto 0 auto;
}

.c-snsarea.is-mg {
    margin: 0 auto 30px auto;
}

.c-snsBtn {
    width: 300px;
}

.c-snsBtn.is-fb {
    float: left;
}

.c-snsBtn.is-yh {
    float: right;
}

.c-snsBtn > a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 23px 0 23px 0;
    border-radius: 30px;
    color: #e3e3e3;
    position: relative;
}
body.is-wh .c-snsBtn > a {
    color: #fff;
}

.c-snsBtn > a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #ffffff;
    border-radius: 30px;
}

.c-snsBtn.is-fb > a {
    background: #1e5292 url(/images/icn_fb.svg) no-repeat left 20px center;
}

.c-snsBtn.is-yh > a {
    background: #ff160f url(/images/icn_yahoo.svg) no-repeat left 20px center;
}

.c-wd01 {
    width: 300px;
}

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

@media (max-width: 767px) {

    body {
        font-size: 12px;
        min-width: 320px;
    }

    /********************************
    HEADER
    *********************************/
    .header {
        background: #17191a;
    }
    .header-hd_lgin {
        width: auto;
    }
    .header-ttl{
        float: none;
        font-size: 10px;
        margin: 0 20px 0 20px;
    }
    .header-logo {
        padding: 5px 0 0 0;
    }
    body.top .header-logo::after{
        margin: -5px 0 0 0;
    }
    .headerNavWrap{
        width: auto;
        margin: 0;
        padding: 12px 0;
        height: 65px;
        box-sizing: border-box;
        position: relative;
    }
    .headerNavWrap .com{
        margin: 0 20px;
    }
    .headerNavWrap .logo{
        float: left;
        padding: 4px 0;
    }
    .headerNavWrap .logo a:hover{
        opacity: 1;
    }
    .headerNav-close{
        position: fixed;
        left: 10px;
        top: 10px;
        cursor: pointer;
    }
    /*
    .headerNav-close span{
        display: inline-block;
        position: relative;
        margin: 7px 14px 0 14px;
        padding: 0;
        width: 3px;
        height: 30px;
        background: #fff;
        transform: rotate(45deg);
    }
    .headerNav-close span:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -13px;
        width: 30px;
        height: 3px;
        margin-top: -2px;
        background: #fff;
    }
    */
    .header-menu{
        float: right;
        padding: 10px 0;
    }
    .header-menu span{
        display: inline-block;
        position: relative;
        background: #fff;
    }
    body.is-wh .header-menu span{
        background: #000;
    }
    .header-menu span,
    .header-menu span:before,
    .header-menu span:after{
        width: 30px;
        height: 3px;
    }
    .header-menu span:before,
    .header-menu span:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: #fff;
    }
    body.is-wh .header-menu span:before,
    body.is-wh .header-menu span:after{
        background: #000;
    }
    .header-menu span:before{
        margin-top: -10px;
    }
    .header-menu span:after{
        margin-top: 6px;
    }

    .headerNavBg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.7);
        z-index: 100;
    }

    .headerNav {
        float: none;
        position: absolute;
        background: #f0f0f0;
        top: 0;
        right: -100%;
        z-index: 999;
        width: 82%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .headerNav li{
        display: inline;
        line-height: 1;
    }
    .headerNav ul{
        padding: 0 0 85px 0;
    }
    .headerNav .lk{
        margin: 0;
    }
    .headerNav .lk:last-child{
        margin: 0;
    }
    .headerNav .lk a{
        border-bottom: 1px solid #d6d6d6;
        color: #000000;
        background-color: #fff;
        display: block;
        line-height: 1;
        padding: 25px 20px 25px 20px;
        font-size: 14px;
    }
    .headerNav .lk:last-child a,
    .headerNav .lk.is-nb a {
        border-bottom: none;
    }
    /*
    .headerNav .lk a:hover{
        color: #fffbfc;
        background: #23282d url(/images/sp_tp_news_icon02.png) no-repeat right 20px center;
        background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
        -ms-background-size: 8px auto;
    }
    */
    .headerNav .lk.bk a {
        background: url(/images/sp_tp_news_icon02.png) no-repeat right 20px center;
        background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
        -ms-background-size: 8px auto;
    }
    .headerNav .lk.is-forcom a {
        background: #f0f0f0;
        color: #717f8d;
        font-weight: bold;
        text-align: center;
        padding: 22px 20px 22px 20px;
    }
    .headerNav .lk.is-forcom a span {
        background: #f0f0f0 url(/images/icn_bill2.svg) no-repeat left center;
        background-size: 12px auto;
        padding: 0 0 0 17px;
    }
    .header .hd_nv .nv .lk.bk a:hover {
        color: #fffbfc;
        background: #23282d url(/images/sp_tp_news_icon02.png) no-repeat right 20px center;
        background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
        -ms-background-size: 8px auto;
    }
    .header .header-color {
        float: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f0f0f0;
        color: #717f8d;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 22px 20px 22px 20px;
    }

    /********************************
    FOOTER
    *********************************/
    .footer{
        background: #17191a;
        /*padding: 20px 0 0 0;*/
    }

    .stdfooter {
        padding: 15px 0 0 0;
    }


    .footer-ityogo{
        width: auto;
        padding: 0 0 15px 0;
        margin: 0 20px;
    }
    .footer-ityogo-ttl{
        color:#e7e7e7;
        float: none;
        margin: 0 0 10px 0;
        font-size: 12px;
    }
    .footer-ityogo li{
        color:#e7e7e7;
        float: left;
        margin: 0 10px 0 0;
        font-size: 12px;
        line-height: 2;
    }
    .footer-ityogo li a{
        text-decoration: underline;
    }
    .footer-ityogo li a:hover{
        color: #e7e7e7;
    }
    .footer-tagcd{
        width: auto;
        padding: 0 0 20px 0;
        margin: 0 20px;
    }
    .footer-tagcd-ttl{
        color:#e7e7e7;
        line-height: 1;
        margin: 0 0 10px 0;
        font-size: 12px;
    }
    .footer-tagcd-cd li {
        color: #e7e7e7;
        float: left;
        margin: 0 12px 0 0;
        font-size: 12px;
        line-height: 2;
    }
    .footer-tagcd-cd li a{
        text-decoration: underline;
    }
    .footer-tagcd-cd li a:hover{
        color: #e7e7e7;
    }
    .footer-template {
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
    }
    .footer-template-li {
        width: 100%;
        margin: 0;
        background: none;
    }
    body.is-wh .footer-template-li {
        border-bottom: 0;
    }
    .footer-template-li a {
        padding: 10px 20px;
    }
    .footer-f_bnr{
        width: auto;
        padding: 0 0 20px 0;
        margin: 0 20px;
    }
    .footer-f_bnr li{
        float: none;
        margin: 0 0 10px 0;
    }
    .footer-f_bnr li:last-child{
        float: none;
        margin: 0;
    }
    .footer-f_bnr li a:hover{
        opacity: 1;
    }
    .footer-f_bnr .bnr img{
        width: 100%;
        height: auto;
    }
    .footer-link{
        width: auto;
        padding: 0;
    }
    .footer-link ul{
        display: block;
    }
    .footer-link li{
        display: block;
        border-right: none;
        padding: 0;
    }
    .footer-link li a{
        border-bottom: 1px solid #6e6e6f;
        display: block;
        line-height: 1;
        padding: 25px 20px 25px 20px;
        font-size: 14px;
    }
    body.is-wh .footer-link li a{
        border-color: #cfd9de;
    }
    .footer-link li:first-child{
        border-top: 1px solid #6e6e6f;
    }
    body.is-wh .footer-link li:first-child{
        border-color: #cfd9de;
    }
    .footer-copy{
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }
    .footer-copy address{
        color:#e7e7e7;
        font-style:normal;
        line-height: 1;
        font-size: 13px;
    }

    /********************************
    COMMON
    *********************************/
    .c-pc {
        display: none !important;
    }
    .c-pc-b {
        display: none !important;
    }
    .c-pc-c {
        display: none !important;
    }
    .c-pc-d {
        display: none !important;
    }
    .c-pc-e {
        display: none !important;
    }
    .c-sp {
        display: block !important;
    }
    .c-sp-b {
        display: inline-block !important;
    }
    .c-sp-c {
        display: table-cell !important;
    }

    .c-layoutContents {
        width: auto;
    }

    .c-fl-pc {
        float: none;
    }

    .c-fr-pc {
        float: none;
    }

    .c-breadcrumbs {
        padding: 0 20px 10px 20px;
        overflow-x: scroll;
        white-space: nowrap;
        letter-spacing: -0.4em;
        line-height: 1;
    }

    .c-breadcrumbs > li {
        float: none;
        display: inline-block;
        letter-spacing: normal;
        padding: 0 0 0 0;
    }

    .c-recoitemComp {
        font-size: 16px;
    }

    .c-recommendIn {
        width: auto;
        padding: 15px 20px 25px 20px;
    }

    .c-recobox {
        width: auto;
    }

    .c-recobox.is-recent {
        float: none;
        border-bottom: 1px solid #40454a;
        margin: 0 0 20px 0;
        padding: 0 0 30px 0;
    }

    .c-recobox.is-personal {
        float: none;
    }

    .c-recottl {
        padding: 0 0 5px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 3px #545a60;
    }

    .c-recottl:after {
        bottom: -3px;
        width: 40%;
        border-bottom: 3px solid #ff141c;
    }

    .c-recolist {
        margin: 0 0 20px 0;
    }

    .c-recoitem {
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #40454a;
    }

    .c-recoitem:last-child {
        padding: 0 0 0 0;
        border-bottom: none;
    }

    .c-recolink > a {
        background: url(/images/right_arw_wh.svg) no-repeat right 10px center;
        background-size: 8px auto;
        display: block;
        font-size: 17px;
        line-height: 1;
        text-align: center;
        border: 1px solid #868686;
        padding: 13px 0 13px 0;
    }
    body.is-wh .c-recolink > a {
        background-image: url(/images/right_arw_blk.svg);
    }

    .c-reconon {
        margin: 0 0 20px 0;
    }

    .c-checkbox + label {
        padding: 0 0 0 25px;
        margin: 5px 0 0 0;
    }

    .c-checkbox + label:before {
        top: 50%;
        width: 18px;
        height: 18px;
        margin: -9px 0 0 0;
    }

    .c-checkbox:checked + label:after {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 5px;
        width: 4px;
        height: 8px;
        transform: rotate(40deg);
        border-bottom: 4px solid #e3e3e3;
        border-right: 4px solid #e3e3e3;
        margin: -7px 0 0 0;
    }

    .c-snsarea {
        width: auto;
    }

    .c-snsBtn {
        width: 48%;
    }

    .c-snsBtn > a {
        padding: 13px 0 13px 20px;
        font-size: 12px;
    }

    .c-snsBtn.is-fb > a {
        background: #1e5292 url(/images/icn_fb.svg) no-repeat left 10px center;
        background-size: auto 12px;
        -ms-background-size: auto 12px;
        -moz-background-size: auto 12px;
        -webkit-background-size: auto 12px;
    }

    .c-snsBtn.is-yh > a {
        background: #ff160f url(/images/icn_yahoo.svg) no-repeat left 10px center;
        background-size: 17px auto;
        -ms-background-size: 17px auto;
        -moz-background-size: 17px auto;
        -webkit-background-size: 17px auto;
    }

    .c-redBtn.is-on {
        width: 100%;
    }
    .c-redBtn.is-blk a {
        background: #000;
    }

    .c-wd01 {
        width: 100%;
    }

}/*@media*/


@media (max-width: 374px) {


}/*@media*/
