@charset "UTF-8";

/*============================================

 加入するには
 
============================================*/
/* お近くやお知り合いの方で…
--------------------------------------------*/
section:first-of-type p span {
    color: #ff4500;
}

/* ボタン
--------------------------------------------*/
section:first-of-type ul,
section:nth-of-type(3) > ul{
    font-size: 0;
}
section:first-of-type ul li,
section:nth-of-type(3) > ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    font-size: 1rem;
    vertical-align: top;
}
section:first-of-type ul li a,
section:nth-of-type(3) > ul li a {
    display: table-cell;
    width: 300px;
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 1.3em;
    text-decoration: none;
}
/* お友達紹介のページはこちらから */
section:first-of-type ul:first-of-type li a,
section:nth-of-type(3) > ul li a {
    background: url(/common/images/btn_arrow.png) no-repeat 255px center, url(/common/images/btn_back.png), #ffd8bf;
    color: #d11993;
}
section:first-of-type ul:first-of-type li a:hover,
section:nth-of-type(3) > ul li a:hover {
    background-color: #f4b8a8;
}
/* 加入・ご説明申し込みページはこちらから */
section:first-of-type ul:first-of-type li:first-child a,
section:nth-of-type(3) > ul li:first-child a {
    background: url(/common/images/btn_arrow.png) no-repeat 255px center, #ffe096;
    color: #ff4500;
}
section:first-of-type ul:first-of-type li:first-child a:hover,
section:nth-of-type(3) > ul li:first-child a:hover {
    background-color: #ffb200;
}
/* お弁当宅配 */
section:first-of-type ul:last-of-type li:first-child a {
    background: url(../images/bento.png) no-repeat right top, #E1EBD0;
    background-size: 60% auto;
    color: #C9161C;
}
section:first-of-type ul:last-of-type li:first-child a:hover {
    background-color: #E1EBD0;
    color: #000;
}
/* お弁当宅配ご説明申し込みフォーム */
section:first-of-type ul:last-of-type li a {
    background: url(/common/images/btn_arrow.png) no-repeat 255px center, #f77a2c;
    color: #FFF;
}
section:first-of-type ul:last-of-type li a:hover {
    background-color: #ef8c4f;
}

/* （注）
--------------------------------------------*/
section:first-of-type ul:first-of-type + p,
section:nth-of-type(3) > p {
    font-size: 0.9em;
}
section:first-of-type ul:first-of-type + p strong {
    color: #f97ac4;
}

/* 日生協 全国生協MAP
--------------------------------------------*/
section:first-of-type p a,
section:nth-of-type(3) > p a {
    display: inline-block;
    border-radius: 1em;
    padding: 0 1em;
    background: #f2bf52;
    color: #000;
    text-decoration: none;
}
section:first-of-type p a:hover,
section:nth-of-type(3) > p a:hover {
    background: #efcc81;
}

/* 長崎県外にお住まいの方へ
--------------------------------------------*/
section:first-of-type h2 {
    margin-top: 2em;
}
section:first-of-type dl {
    margin-bottom: 1.5em;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dotted #40abdd;
}
section:first-of-type dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #40abdd;
    color: #1a4caf;
    font-size: 1.2em;
    font-weight: bold;
}


/*============================================

 加入に必要なもの
 
============================================*/
section:nth-of-type(2) p:last-child  {
    color: #ff4500;
}


/*============================================

 生協への加入パターンのいろいろ
 
============================================*/
section:nth-of-type(3) div {
    margin-bottom: 2em;
    padding: 1em 1em 0 1em;
    background: #fff2ea;
}
section:nth-of-type(3) div:first-of-type {
    margin-right: 1.5em;
    background: #f3ffea;
}
section:nth-of-type(3) div,
section:nth-of-type(3) div li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
section:nth-of-type(3) div li {
    margin: 0 1em 10px 0;
    padding: 1em;
    border: 1px solid #0d7021;
    background: #FFF;
}
section:nth-of-type(3) div li a {
    display: block;
    font-size: 1.2em;
}
section:nth-of-type(3) div li:nth-child(2) {
    border-color: #238437;
}
section:nth-of-type(3) div li:last-child {
    margin-right: 0;
    border-color: #479e58;
}
section:nth-of-type(3) div:last-of-type li {
    border-color: #ed905a;
}
section:nth-of-type(3) > p {
    margin-top: 1em;
}