/* breakpoint 680px */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background:#f5f5f5;
    color:#333333;
    font-size:14px;
}
/* 案件リスト */
.app {
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width:680px;
    margin:0 auto 30px auto;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}
.app:last-child {
    border-bottom:0;
}
.app img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-right: 10px;
}
.app-info {
    flex: 1;
}
.app-title {
    font-size: 1.2em;
    margin: 10px 0;
}
.app-description {
    color: #666;
    margin-bottom: 5px;
}
/* リスト内の表示 */
.device{
    padding:3px 7px;
    border-radius:10px;
    margin-left:10px;
    color:#ffffff;
    font-size:12px;
}
.ios{
    background:#1a9fff;
}
.android{
    background:#2db312;
}
p.join{
    margin-top:10px;
    margin-left:10px;
    text-align:right;
}
p.join span{
    color:#ff3355;
    font-weight:bold;
    font-size:24px;
}
/* 左カラム */
.left-column{
    background:#ffffff;
    border-radius:10px;
    max-width:680px;
    display:block;
    margin:30px auto;
    flex: 2;
}
/* 右カラム */
.right-column{
    width:150px;
    flex: 1;
    margin-top:30px;
    margin-left:20px;
    border-radius:10px;
    background:#ffffff;
    margin-bottom:0px;
}
/* カラム共通 */
.container {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.column {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.image-text-container {
    display: flex;
    align-items: center;
    padding: 20px;
    width:220px;
}
.image-text-container img {
    max-width: 200px;
    margin-right: 20px;
}
.image-text-container .text {
    flex: 1;
}
.image-text-container h2 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}
.image-text-container p {
    color: #666;
    margin: 0;
}
/* もっと見るボタン */
.more-content{
    width:150px;
    background:#333333;
    padding:10px;
    color:#ffffff;
    display:block;
    margin:20px auto 50px auto!important;
    text-align:center;
}
.content-title{
    background-color: #BF0000;
    color:#ffffff;
    padding:10px;
    margin-top:0px;
}
.menu-icon{
    width:20px;
    padding-left:10px;
    margin-right:10px;
    float:left;
}
/* 右カラムメニュー */
ul.menu-list {
    list-style: none;
    margin: -15px auto 0 auto;
    padding: 0;
    width:90%;
    display:block;
}
.menu-list li {
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
}
.menu-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
/* フロー図 */
.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
    width:90%;
    margin:-50px auto;
}
.flow_design ul {
    padding: 10px;
}
.flow_design li {
    list-style-type: none;
}   
.flow_design dd {
    margin: 30px 0;
}
.flow > li {
    position: relative;
    list-style: none;
    margin-bottom: 40px;
}
.flow > li dl {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #BF0000;
}
.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #BF0000;    
}
.flow > li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    flex-basis: 90%;
    margin-right: 2vw;
    text-align: center;
}
.flow > li dl dt .icon01 {
    font-size: 0.6em;
    color: #BF0000;
    background: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    border-color: #BF0000;
    border-style: solid;
}
.flow > li:not(:last-child) {
    margin-bottom: 30px;
}
.flow > li dl {
    display: block;
    padding: 10px 15px;
}
.flow > li dl dt {
    margin-right: 0;
}
.flow > li dl dt .icon01 {
    font-size: .7em;
    margin-top:30px;
}
/* ヘッダー */
header{
    width:100%;
    background:#ffffff;
}
header > div{
    width:1080px;
    margin:0 auto;
    padding:20px 0;
}
.header-image{
    width:200px;
}
header > div > span{
    margin-left:20px;
}

.rakuten_banner {
    max-width: 100%;
    height: auto;
    margin: 30px auto 0px auto;
}

.caution {
    display: flex;
    grid-gap: 0 .7em;
    margin: 10px auto;
    padding: 1em;
    border-radius: 5px;
    background-color: #ffcccc;
    color: #333333;
    width:90%;
}
.caution::before {
    width: 24px;
    height: 24px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23f06060'%3E%3C/path%3E%3C/svg%3E");
}
.caution p {
    margin: 0;
    padding: 3px 0 0 .7em;
    border-left: 1px solid #f06060;
    vertical-align: middle;
}

.itemName{
    width: 100px;
    display:block;
    border-radius:20px;
    background:#f5f5f5;
    padding:3px;
    color:#333333;
    text-align:center;
    font-weight:bold;
    float:left;
    margin-right:20px;
}
.itemBox{
    clear:both;
    margin:20px;
}

.footer-rakuten-text {
    padding-left: 25px;
    padding-bottom: 10px;
    text-align: center;
}

/* メディアクエリ */
@media (max-width: 1080px) {
    body{
        background:#ffffff;
        font-size:14px;
        overflow: hidden;
    }
    /* 全体 */
    .container {
        width:100%;
        margin-top:-18px;
        z-index:10000;
    }
    /* 案件リストスタイル */
    .app{
        flex-direction: column;
        align-items: flex-start;
    }
    .app img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .app-title {
        font-size: 1.2em;
        margin: 0;
    }
    /* 左カラム */
    .left-column{
        border:none;
        min-width:100%;
    }
    /* 右カラム */
    .right-column{
        width:100%!important;
        margin-top:0px!important;
        margin-left:0px!important;
        border-radius:10px;
        background:#ffffff;
        margin-bottom:0px;
    }
    /* 右カラムのSTEP */
    .flow_design {
        display: flex;
        justify-content: center;
        align-items: center;
        width:90%;
        margin:-25px auto;
    }
    .header-image{
        width:200px;
        float:left;
        padding-left:10px;
        margin-bottom:15px;
    }
    header > div{
        width:100%;
        margin:0 auto;
        padding:10px 0;
    }
    .column {
        margin-top: 15px;
    }
    .top-banner{
        width:100%;
        margin-top:10px;
        margin-bottom:0px;
    }
    .image-text-container {
        display: flex;
        align-items: center;
        padding: 20px;
        width:80%;
    }
    .device{
        padding:3px 7px;
        border-radius:10px;
        margin-left:20px;
        color:#ffffff;
        font-size:12px;
    }
    .slider{
        width:100%;
        background-size: contain;
        overflow-x: hidden;
        display: block;
    }
    .footer-rakuten-text {
        padding: 20px;
    }
    .rakuten_banner {
        max-width: 100%;
        height: auto;
        margin: 0px;
    }
}
/* 見出し */
.heading {
    background-color: #333333;
    padding: 10px;
    margin-bottom: 20px;
    display:block;
    text-align:center;
    color:#ffffff;
}
/* コンテンツ */
.content {
    padding:20px;
    margin-top:-20px;
}
/* 共通スタイル */
.table-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

/* 最初の見出しスタイル */
.table-item:first-child .table-item__header {
    background-color: #c0c0c0;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

/* 2個目以降の見出しスタイル */
.table-item:not(:first-child) .table-item__header {
    background-color: #c0c0c0;
    padding: 10px;
    border-radius: 0;
}

/* コンテンツスタイル */
.table-item__content {
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.table-wrap{
    width:90%;
    display:block;
    margin:0 auto;
    border:1px solid #c0c0c0;
    border-radius:12px;
}
.dTable{
    width:99%;
    display:block;
    max-width: 680px;
}
.itemName{
    width: 100px;
    background:#ffffe0;
    margin-top:20px;
}
.itemName > span{
    display:block;
    padding:0px;
    color:#333333;
    text-align:center;
    font-weight:bold;
}
.itemDetail{
    padding-top:20px;
    color:#4d4d4d;
}

.slider{
    width:100%;
    margin:0 auto;
    background-size: contain;
    overflow-x: hidden;
    padding:0!important;
    border:0!important;
}
.slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f5f5f5;
}
.slider img{
    width:100%;
    border:0!important
}
.slider .slick-slide{
    height:auto!important;
}
.slider .slick-arrow{
    display:none;
}
.slider .slick-next{
    display:none;
}
.slider .slick-prev{
    display:none;
}
.slick-slide{
    margin-right: 0!important;
    margin-left: 0!important;
}
.slick-next.slick-arrow:before{
    display:none;
}
.slick-prev.slick-arrow:before{
    display:none;
}
.menu-list > li > a{
    text-decoration:none;
    color:#333333;
}
a.jizen {
    display: none;
}
a.mission {
    display: block;
}

div.line {
    border-bottom:1px solid #dcdcdc;
}