@charset "utf-8";
/*
 *  contentsarea.css
 *
 *  version --- 1.0
 *  updated --- 2015/11/20
 */

.bodyarea {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#contentsArea {
    padding: 50px 0 20px;
    background-image: none !important;
    background-color: #fff;
}


/* clm2block ********/
/* -----initialize.css */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.bodyarea h2 {
    font-size: 123.1%;
}
.bodyarea h2 {
    margin-bottom: 0.75em;
    margin-top: 0;
}

/*.bodyarea th,*/
.bodyarea td,
.bodyarea caption,
.bodyarea address,
.bodyarea blockquote,
.bodyarea pre,
.bodyarea legend,
.bodyarea code {
    font-size: 108%;
}
.bodyarea th {
    font-size: 128%;
}

.bodyarea ul,
.bodyarea ol {
    margin-bottom: 1.75em;
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 0 2.8em;
}
.bodyarea li {
    line-height: 1.75;
    margin-bottom: 0.75em;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

.bodyarea a:link,
.bodyarea a:visited,
.bodyarea a:active {
    color: #069;
}

.bodyarea a {
    transition: all .3s ease-in-out;
}

.bodyarea a:hover {
    opacity: .75;
}

/* COMMON ********/
/* #contentsAreaInner */
#contentsAreaInner {
    width: 980px;
    margin: 0 auto;
}


/* TOP ********/
/* #contHeader */
#contHeader {
    margin: 0;
    padding: 0;
}

#contHeader .ttlTopImage {
    height: auto;
    margin: 0 0 50px;
    padding: 0;
}


/* #contMain */
.blockMainInner {
    position: relative;
    margin: 0 0 30px;
    padding: 36px 0 0 20px;
    border: 2px #E0C12F solid;
}

.blockMainInner.inner01,
.blockMainInner.inner02 {
    padding: 28px 0 0 88px;
}

.blockMainInner.inner01 {
    background: url(images/bg_num_01.png) no-repeat 0 0;
}

.blockMainInner.inner02 {
    background: url(images/bg_num_02.png) no-repeat 0 0;
}

.contMain h3 {
    margin: 0 0 20px;
}

.contMain p {
    margin: 0 0 16px !important;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.ttlUnitLogo {
    float: left;
    margin: 2px 0 !important;
}

.txtSup {
    margin: 0 !important;
    padding: 0 0 0 250px !important;
}

.unitBoxLink {
    width: 630px;
    margin: 0 0 20px;
    padding: 12px 20px;
    border: 2px #F8DDDF solid;
    box-sizing: border-box;
}


.unitBoxButton {
    margin: 0 0 30px;
    text-align: center;
}

.blockMainInner.inner01 .unitBoxButton {
    width: 630px;
}

.blockMainInner.inner02 .unitBoxButton {
    width: 450px;
    text-align: left;
}

.blockMainInner.inner03 .unitBoxButton {
    width: 100%;
}

.unitBoxButton .unitBoxInner {
    display: inline-block;
}

.unitBoxButton a {
    float: left;
}

.unitBoxButton a:first-child {
    margin: 0;
}

.blockMainInner.inner01 .unitBoxButton a {
    margin: 0 0 0 50px;
}
.blockMainInner.inner02 .unitBoxButton a {
    margin: 0 0 0 15px;
}

.blockMainInner.inner01 .unitBoxButton a:first-child,
.blockMainInner.inner02 .unitBoxButton a:first-child {
    margin: 0;
}


/* unitBanner */
.unitBanner {
    position: absolute;
}

.blockMainInner.inner01 .unitBanner {
    top: 25px;
    right: 20px;
}

.blockMainInner.inner02 .unitBanner {
    top: 34px;
    right: 20px;
}

.blockMainInner .unitBanner {
    top: 35px;
    right: 10px;
}

.unitBanner img {
    margin: 0 0 4px;
}

.unitBanner p {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}


.figPeriod {
    margin: 0 0 15px;
}


.listInformation {
    margin: 0 0 20px;
    padding: 0 !important;
}

.listInformation li {
    float: left;
    margin: 0 0 0 24px;
    list-style-type: none;
}

.listInformation li:first-child {
    margin: 0;
}


/* contAnnounce */
.contAnnounce {
    margin: 0 0 20px;
    text-align: center;
}

.blockAnnounceInner {
    display: inline-block;
    margin: 0 10px 35px;
    padding: 5px 0;
    vertical-align: middle;
}

.blockAnnounceInner *:last-child {
    margin: 0 !important;
}

.contAnnounce img {
    margin: 0 0 10px;
}

.contAnnounce p {
    margin: 0 0 16px !important;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}


/* contInformation */
.contInformation {
	width: auto;
    margin: 0 0 50px;
    border: 4px #E0C12F solid;
    border-radius: 5px;
    background-color: #FFF;
}

.contInformation h2 {
    margin: 0 !important;
    padding: 15px 0 !important;
    background: #E0C12F;
    color: #fff;
    font-size: 30px !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: center;
}

/* Tables *****/
/* tableInformation */
.tableInformation {
    margin: 0;
    padding: 24px;
}

.tableInformation th,
.tableInformation td {
    padding: 24px 0;
    border-top: 1px #000 solid;
    line-height: 1.6;
    font-size: 14px;
}

.tableInformation tr:first-child th,
.tableInformation tr:first-child td {
    padding: 0 0 24px;
    border-top: 0;
}

.tableInformation tr:last-child th,
.tableInformation tr:last-child td {
    padding: 24px 0 0;
}

.tableInformation th *:last-child,
.tableInformation td *:last-child {
    margin: 0 !important;
}

.tableInformation th {
    width: 160px;
    font-weight: bold;
}

.blockInformationInner {
    padding: 40px 50px;
}


/* tableModels */
.tableModels {
    margin: 0 0 50px;
}

.tableModels thead th {
    padding: 4px 0;
    min-width: 200px;
    background: #DEBE25;
    color: #FFF;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
}

.tableModels thead th:first-child {
    border-right: 1px #FFF solid;
}

.tableModels tbody th,
.tableModels tbody td {
    padding: 4px 2px;
    background: #E9EDF4;
    font-size: 14px !important;
    border-top: 1px #FFF solid;
}

.tableModels tbody th {
    border-right: 1px #FFF solid;
}


/* COMMON UNIT *****/
.unitBoxLead {
    position: relative;
    padding: 20px 30px;
    border: 2px #DEBE25 solid;
}

.unitBoxLead p {
    font-size: 18px;
}

.unitBoxLead .linkBox {
    position: absolute;
    top: 20px;
    right: 30px;
}

.unitBoxLead a {
    text-decoration: underline;
}

.unitBoxLead *:last-child {
    margin: 0 !important;
}


/* unitBoxColumn */
.unitBoxColumn {
    letter-spacing: -.4em;
}

.unitBoxColumn .boxInner {
    display: inline-block;
    width: 410px;
    margin: 0 0 0 50px;
    letter-spacing: normal;
    vertical-align: top;
    box-sizing: border-box;
}

.unitBoxColumn .boxInner:first-child {
    margin: 0;
}


/* LIST *****/
.listAsterisk {
    padding: 0 0 0 .5em;
    text-indent: -.5em;
}

.listAsterisk li {
    list-style-type: none;
}

.listDisc {
    list-style-type: disc;
}

.listNumber {
    list-style-type: decimal;
}

.listStyleNone {
    list-style-type: none;
}

.listLinkArrow {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

.listLinkArrow li {
    float: left;
    position: relative;
    margin: 0 16px 0 0;
    padding: 0 0 0 20px;
}

.listLinkArrow li:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 15px;
    margin: -6px 0 0;
    background: url(images/ico_arrow_01.png) no-repeat 0 50%;
    background-size: contain;
}

.listLinkArrow li a {
    color: #069;
    text-decoration: underline;
}


.listFlow {
    padding: 0;
}

.listFlow li {
    position: relative;
    display: block;
    padding: 0 0 50px 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.listFlow li span {
    font-size: 14px;
    font-weight: normal;
}

.listFlow li a {
    color: #069;
}

.listFlow li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DEBE25;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}

.listFlow li:first-child:before {
    content: '1';
}
.listFlow li:first-child + li:before {
    content: '2';
}
.listFlow li:first-child + li + li:before {
    content: '3';
}
.listFlow li:first-child + li + li + li:before {
    content: '4';
}
.listFlow li:first-child + li + li + li + li:before {
    content: '5';
}
.listFlow li:first-child + li + li + li + li + li:before {
    content: '6';
}

.listFlow li:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 202px;
    height: 34px;
    margin: 0 0 0 -101px;
    background: url(images/ico_arrow_02.png) no-repeat 50% 100%;
}

.listFlow li img {
    display: block;
    margin: 10px 0;
    border: 1px #999 solid;
}

.listFlow li img.modRight {
    position: absolute;
    top: 0;
    right: 10px;
}


/* LINK *****/
.linkBox {
    display: block;
    position: relative;
    padding: 16px 16px 16px 38px;
    border: 1px #999 solid;
    color: #069;
    text-decoration: underline;
}

.linkBox:visited,
.linkBox:active {
    color: #069;
}

.linkBox:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 14px;
    height: 15px;
    margin: -7px 0 0;
    background: url(images/ico_arrow_01.png) no-repeat 0 50%;
}

.linkBox.modDownload {
    display: inline-block;
    padding: 8px 16px 8px 38px;
    border: 0;
    background: #DEBE25;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.linkBox.modDownload:before {
    background: url(images/ico_arrow_03.png) no-repeat 0 50%;
}

.btnLarge {
    display: block;
    width: 600px;
    padding: 12px 0;
    border-radius: 26px;
    background: #DEBE25;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.btnLarge:visited,
.btnLarge:active {
    color: #FFF;
}


/* TITLE *****/
.ttlSection {
    height: auto !important;
    margin: 0 0 24px;
    padding: 10px 0 !important;
    background: #000;
    color: #DEBE25;
    font-size: 30px !important;
    text-align: center;
    line-height: 1 !important;
}

.ttlCategory {
    margin: 0 0 24px;
    padding: 5px 0 5px 10px;
    border-left: 10px #DEBE25 solid;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}


/* TEXT *****/
.txtNote {
    font-size: 12px !important;
}

/* 2015/12/25 added */
.campaign_finished_banner{
    color: red;
    text-align: center;
    border: 2px solid red;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
}