/* 
R
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

B
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
*/



body {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-style: normal;
    font-size: 15px;
    max-width: 480px;
    margin: 0 auto;
    
}

#wrap {
    width: 95%;
    margin: auto;
}

.pc { display:none; }
.sp { display:inline; }

@media screen and (min-width: 480px){   
  .pc { display:inline; }
  .sp { display:none; }
}


/* ロゴ */


.logo img{
    width: 45%;
    display: inherit;
}


.logo {
    width: 90%;
    display: inherit;
}

@media screen and (max-width: 480px) {
    
    .logo {
        width: 90%;
        display: inherit;
}
}

red {
    font-size: 130%;
    margin-right: 5px;
    margin-left: 5px;
    color: red;
}
    
.note {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.note p {
    text-align: right;
    font-size: small;
    color: white;
}

/*
==================================
掲載調整
==================================
*/

.yourjob {
    display: none;
}



/*

.kaigojob {
    display: none;
}


/*
==================================
比較表
==================================
*/

.value {
    width: 90%;
    margin: auto;
    padding: inherit;
}

.scrollable-table {
  width: 100%;
  
}

.compare_table {
    width: 100%;
    margin: 20px auto;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
    line-height: inherit;
}

.compare_table .head_width {
    width: 30%;
    height: 20px;
}



.compare_table p {
    line-height: inherit;
    padding: inherit;
    margin: auto;
    font-size: 10px;
}

.compare_table th {
    font-size: 12px;
    background-color: #2C786F;
    padding: 0px;
    margin: auto;
    
}

.compare_table th.agent {
    background-color: white; 
    vertical-align: middle;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.compare_table td {
    font-size: 12px;
    font-weight: bolder;
    padding: 2px;
    margin: auto;
    
}

@media screen and (max-width: 480px) {
    .compare_table {
        margin: 20px auto;
    }
    
    .compare_table .head_width {
        width: 20%;
    }
    
    .compare_table th {
        font-size: 10px;
    }
    
    .compare_table td {
        
    }
}

.button {
  display: inline-block;
  padding: 10px 5px;
  background-color: #4CAF50;
  color: white;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    width: 70%;
    height: auto;
    height: auto;
    font-weight: bolder;
}

/* ホバー時 */
.button:hover {
  box-shadow: none;
  transform: translateY(5px);
}

/* クリック時 */
.button:active {
  box-shadow: none;
  transform: translateY(5px);
}

/*
==================================
診断へ戻る
==================================
*/

.top_back {
    text-align: center;
    border:2px #2C786F solid;
    border-radius: 10px;
    margin: 0px 50px;
    background-color: #42B3A5;
}

.top_back p {
    font-size: 15px;
    font-weight: bolder;
    
}

a.shindan_back {
    color: white;
}


/*
==================================
かいご診断おすすめランキング
==================================
*/

.shindan_rank {
    margin: 10px;
}

.shindan_rank h3 {
    text-align: center;
    margin: 20px 10px;
    padding: 10px;
    background-color: #2C786F;
    color: white;
    font-size: 20px;
    border-radius: 10px;
}

.shindan_rank .compare_table th{
    font-size: 10px;
}


.shindan_rank .compare_table p{
    font-size: 10px;
}

.shindan_rank .compare_table td {
    line-height: 5px;
}

.shindan_rank .button {
    padding: 0px;
    margin: auto;
    width: 90%;
}

@media screen and (max-width: 480px) {


    .shindan_rank .button {    
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        
    }
}


/* スマホ */
@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
    }
} 

p {
    line-height: 1.7;
}

/* 
ピンク一覧
*/
.headline_green {
    background-color: #2C786F;
    padding: 10px 0;
    margin: 0px 0;
}

/* スマホ：タイトル部分 */
@media screen and (max-width: 480px) {
    .headline_pink {
        padding: 5px 0;
        margin: 0px 0;
    }
} 

.comment_pink {
    background-color: #fbdbe3;
    padding: 40px;
    border-radius: 20px;
}

@media screen and (max-width: 480px) {
    .comment_pink {
        padding: 10px;
        border-radius: 10px;
    }
} 

.search_green {
    background-color: #bfd9c7;
    padding: 40px 0;
    margin: auto;
}



.emphasis_pink {
    color: #2C786F;
    font-size: 19px;
    font-weight: 700;
}


/* 
幅設定
*/
.breadth {
    margin: 20px auto;
    width: 80%;
    max-width: 480px;
}

@media screen and (max-width: 480px) {
    .breadth {
        width: 90%;
    }
} 

/* 
飾り文字一覧
*/
.trick_title {
    text-align: center;
    color: #fff;
}

.main_title {
    line-height: 1.5;
    font-size: 60px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .main_title {
        font-size: 30px;
    }
} 

.nomorefailure {
    font-size: 45px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .nomorefailure {
        font-size: 18px;
    }
} 

.white_circle {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #fff;
    color: #ee7191;
    border-radius: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .white_circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
} 

.yellow_text {
    color: #ffed00;
    font-size: 60px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .yellow_text {
        font-size: 30px;
    }
} 

.dot_text {
    padding-top: .2em;
    background-position: top left -10px;
    background-repeat: repeat-x;
    background-size: 1.3em .2em;
    background-image: -webkit-radial-gradient(.10em .10em at center center, #ffed00, #ffed00 100%, transparent);
    background-image: radial-gradient(.10em .10em at center center, #ffed00, #ffed00 100%, transparent);
}

@media screen and (max-width: 480px) {
    .dot_text {
        padding-top: 10px;
        background-position: top left -10px;
    }
} 

.title_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px;
    text-align: left;
    margin: 20px auto;
}

.comment_lead {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 25px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .title_lead {
        padding: 0;
    }

    .comment_lead {
        padding: 0;
        text-align: left;
    }
} 

.nurse_img_pointing {
    position: absolute;
    top: 20;
}

@media screen and (max-width: 480px) {
    .nurse_img_pointing {
        position: static;
        width: 20%;
    }
} 

.nurse_img_guidance {
    padding-left: 40px;
}

@media screen and (max-width: 480px) {
    .nurse_img_guidance{
        padding-left: 20px;
    }
} 

/* カギカッコのデザイン */
.bracket {
    position: relative;
    padding: 20px;
    margin: 0px;
    color: #fff;
    font-size: 20px;
}

.bracket::before,
.bracket::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
}

.bracket::before {
    border-left: solid 5px;
    border-top: solid 5px;
    border-radius: 5px 0 0 0;
    top: 0;
    left: 0;
}

.bracket::after {
    border-right: solid 5px;
    border-bottom: solid 5px;
    border-radius: 0 0 5px 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 480px) {
    .bracket {
        padding: 20px;
        margin: 0;
    }
} 

.ideas {
    margin: auto;
    display: block;
}

/* 転職したい理由 */
.reason_lead {
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .reason_lead {
    text-align: left;
    padding: 20px 0;
}
}
    

.reason_lead>p {
    line-height: 2;
}

.pink_yellow_text {
    background-color: #ee7191;
    color: #ffed00;
    padding: 10px;
    margin: 0 auto;
}

/* 
転職サイト選びで失敗する理由
*/
.memo {
    text-align: center;
    color: #2C786F;
    font-size: 20px;
    padding-bottom: 0px;
}

.nurse_img_surprise {
    position: absolute;
    top: -40px;
    right: -80px;
}

@media screen and (max-width: 480px) {
    .nurse_img_surprise {
        position: static;
        width: 20%;
    }
} 

.dot_text_pink {
    padding-top: .3em;
    background-position: top left -15px;
    background-repeat: repeat-x;
    background-size: 1.3em .2em;
    background-image: -webkit-radial-gradient(.10em .10em at center center, #b73a63, #b73a63 100%, transparent);
    background-image: radial-gradient(.10em .10em at center center, #b73a63, #b73a63 100%, transparent);
}

@media screen and (max-width: 480px) {
    .dot_text_pink {
        padding-top: .3em;
        background-position: top left -2px;
    }
} 

.yellow_marker {
    font-weight: 700;
    background: linear-gradient(transparent 50%, #ffed00 50%);
}

/* 
3つのポイント
*/

@media screen and (max-width: 480px) {
.choice_p {
    font-size: 25px;
}
}

.points {
    margin: 0px 0;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .points {
        margin: 0;
        padding: 0;
    }
} 

.points_title {
    text-align: center;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .points_title {
        font-size: 30px;
    }
} 

.border_text {
    font-size: 98px;
    font-weight: 700;
    color: #f8c6d3;
    -webkit-text-stroke: 4px #f587a4;
}

@media screen and (max-width: 480px) {
    .border_text {
        font-size: 40px;
        -webkit-text-stroke: 1px #f587a4;
    }
} 

.points_elements {
    text-align: center;
    font-size: 19px;
}

@media screen and (max-width: 480px) {
    .points_elements {
    text-align: center;
    font-size: 17px;
}
}

.points_group {
    position: relative;
    display: flex;
    margin: 40px auto 0;
    max-width: 1000px;
}

@media screen and (max-width: 480px) {
    .points_group {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
} 

@media screen and (max-width: 480px) {
    .nurse_img_ok {
        width: 10%;
    }
} 

.point_circle {
    font-size: 60px;
    width: 250px;
    height: 250px;
    border: 10px solid pink;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    color: #ee7191;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .point_circle {
        font-size: 20px;
        width: 30%;
        height: 30%;
    }
} 

/* 円内の文字が2行の場合 */
.two_line {
    padding-top: 45px;
}

@media screen and (max-width: 480px) {
    .two_line {
        padding-top: 15px;
        padding-bottom: 15px;
    }
} 

/* 円内の文字が2行の場合 */
.one_line {
    line-height: 230px;
}

@media screen and (max-width: 480px) {
    .one_line {
        line-height: 80px;
    }
} 

.arrow_group {
    margin: 20px auto;
    width: 0%;
}

.dli-chevron-down {
    display: block;
    text-align: center;
    color: #f6b8c8;
    width: 1em;
    height: 1em;
    border-radius: 0.25em;
    border: 0.3em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}

/* 
転職サイト検索
*/
.search_white {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.search_titles {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}

.editional_title {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
}

@media screen and (max-width: 480px) {
    .search_titles {
        padding: 0;
        margin-bottom: 10px;
    }

    .editional_title {
        padding: 0;
    }

    .search_title_text {
        width: 80%;
        margin-right: 20px;
    }
} 

.search_subtitle {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #2C786F;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    border-radius: 46px;
    font-weight: bolder;
    font-size: 20px;

}

.search_title {
    color: #2C786F;
    font-size: 35px;
    margin: auto;
    text-align: center;
}

.search_title_image {
    margin: auto;
}



/* 質問事項 */
.question {
    max-width: 100%;
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #bfd9c7;
    color: #000;
    line-height: 24px;
    text-decoration: none;
    border-radius: 46px;
    /*想定の最大の高さ÷2の値を入れておく。例は最大3行想定*/
}

.choices {
    margin: 0 20px;
}

.choice_wrap {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
    .question {
        margin: 20px 0;
    }

    .choices {
        margin: 0 20px;
    }
} 

.column {
    width: 100%;
}

/* 1024px以上だと2カラム */
@media (min-width: 1024px) {
    .column {
        width: 100%;
    }
}

.label_choice {
    display: block;
    padding: 10px 0;
}

.choice {
    width: 1.5em;
    height: 1.5em;
    background-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #d9d9d9;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 10px;
}

.choice:checked {
    background-color: #2C786F;
}

.area_wrap {
    text-align: center;
}

.submit {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border-radius: 100vh;
    border-bottom: 7px solid #6BB090;
    background: #2C786F;
    color: #fff;
}

.submit:hover {
    margin-top: 6px;
    border-bottom: 1px solid #b73a63;
    color: #fff;
}


/* 
 編集部が教える転職サイトを選ぶときの3つのポイント
*/
.editional_title {
    margin: 40px;
    text-align: center;
    color: #a91e4b;
}

.editional_comment {
    background-color: #f8c6d3;
    padding: 40px;
    margin: 40px;
    border-radius: 20px;
}

@media screen and (max-width: 480px) {
    .editional_title {
        margin: 20px 0;
    }

    .editional_comment {
        margin: 20px;
        padding: 20px;
    }
}

.nurse_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .nurse_title {
        flex-flow: column;
        align-items: center;
    }

    .nurse_guidance_2 {
        margin-top: 20px;
        height: 200px;
    }
}

.editional_item {
    font-family: 'ヒラギノ角ゴ Pro';
    color: #b73a63;
    border-bottom: dashed 1px #b73a63;
    padding-bottom: 10px;
}

.editional_lead {
    font-family: 'ヒラギノ角ゴ Pro';
    padding-top: 10px;
    font-size: 17px;
}

@media screen and (max-width: 480px) {
    .editional_lead {
        font-size: 14px;
    }
} 

/* 
＼ 編集部おすすめサイト ／
*/
.recommend_wrap {
    display: flex;
    align-items: center;
}

.recommend {
    background-color: #ffffff;
    border: solid #dadbd8;
    margin: 20px 0;
}

.thumbnail {
    margin: 10px auto;
    width: 90%;
}

.plus {
    margin: 10px;
}

.site_name {
    text-align: center;
    background-color: #ee7191;
    color: #ffffff;
}

/* 
看護師転職サイト
厳選TOP6ランキング
*/
.compare_title {
    margin: 40px 0;
    text-align: center;
    background-color: #bfd9c7;
}

.compare_head {
    display: flex;
    align-items: flex-end;
    margin: auto;
    justify-content: center;
}

.compare_border_text{
    font-weight: 700;
    color:#2C786F;
    -webkit-text-stroke: 2px #ffffff;   
    margin-bottom: 20px;
}

.compare_text {
    padding-left: 40px;
}

.title_bigger{
    font-size: 68px;
}

@media screen and (max-width: 480px) {

    .compare_border_text {
        -webkit-text-stroke: 0.5px #ffffff;
        margin: 0;      
    }

    .compare_text {
        padding-left: 0;
        margin: 10px 0;
    }

    .title_bigger {
        font-size: 40px;
        margin-bottom: 10px;
    }
} 


/*
    ------------------------------------------------------------------- 
    比較表
    */

/*========= 比較表のタブ ===============*/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-right: 50px;
    margin-left: 50px;
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width: 480px) {
    .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
}
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #EE7891;
    display: block;
    order: -1;
}

.tab-label {
    color: White;
    background: Gray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-switch:checked+.tab-label {
    background: #EE7891;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 0px;
    padding-top: 10px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tab-switch {
    display: none;
}

/*===ナースガーデン用テーブル==========*/

.table_garden {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.th_garden {
    background-color: #EE7891;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    color: aliceblue;
}

@media screen and (max-width: 480px) {
    .th_garden {
        background-color: #EE7891;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 0.7em;
        padding: 1px 1px 1px 1px;
    }
}

.th_garden_special {
    font-size: 1em;
    background-color: #EE7891;
    color: white;
}

.hikaku_rank_garden {
    background-color: #EE7891;
    font-size: 1.2em;
    vertical-align: middle;
}

@media screen and (max-width: 479px) {
    .hikaku_rank_garden {
        font-size: 1em;
        vertical-align: middle;
    }
}

/*========= テーブル ===============*/
table {
    border-collapse: separate;
    border-spacing: 1px;
    margin: auto;
}

table.table_main {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

th {
    background-color: #EE7891;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    color: aliceblue;
}

td {
    text-align:center;
    vertical-align:middle;
}

@media screen and (max-width: 767px) {
    th {
        background-color: #EE7891;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 14px;
        padding: 2px 2px 2px 2px;
    }

    .thtd_sp_hidden {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    th {
        background-color: #EE7891;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 14px;
        padding: 2px 2px 2px 2px;
    }
}

.hikaku_rank {
    font-size: 1.2em;
    vertical-align: middle;
}



@media screen and (max-width: 479px) {
    .hikaku_rank {
        font-size: 1em;
        vertical-align: middle;
    }
}

.garden_name {
    font-size: 0.8em;
}

.garden_special {
    font-size: 1.2em;
    background-color: #30A142;

}

.th_hikaku {
    background-color: #EE7891;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    color: aliceblue;
}

@media screen and (max-width: 767px) {
    .th_hikaku {
        background-color: #EE7891;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 14px;
        padding: 2px 2px 2px 2px;
    }
}

@media screen and (max-width: 480px) {
    .th_hikaku {
        background-color: #EE7891;
        border: 1px solid #cccccc;
        text-align: center;
        font-size: 0.7em;
        padding: 1px 1px 1px 1px;
    }
}

.th_hikaku2 {
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 767px) {
    .th_hikaku2 {
        background-color: white;
        text-align: center;
        font-size: 14px;
        padding: 2px 2px 2px 2px;
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .th_hikaku2 {
        background-color: white;
        text-align: center;
        font-size: 14px;
        padding: 2px 2px 2px 2px;
        width: auto;
    }
}

.table_button {
    background-color: aliceblue;

}

.table_text {
    background-color: #FF99AF;
    width: 100%;

}

/*========= tr ===============*/

tr.tr_text {
    margin: 0;
}

/*========= td ===============*/

td {
    background-color: white;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    padding: auto;
    border-radius: 5px;
}

td.td_main {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    vertical-align: middle;
}

td.td_sub {
    padding: 0px;
    vertical-align: middle;
}

td.td_sub2 {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    font-weight: bolder;
    vertical-align: middle;
}

td.td_sub3 {
    padding: 5px;
    font-size: 14px;
    align-items: center;
    text-align: center;
    font-weight: bolder;
    vertical-align: middle;
}

.sub3_in {
    display: inline-block;
    margin: auto;
    padding: 0px;
    text-align: left;
    width: auto;

}

.sub3_tag {
    box-sizing: border-box;
    width: auto;
    height: 25px;
    padding: 0 20px;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    background-color: #EE7891;
    font-size: 1.2em;
    font-weight: bolder;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.sub4_tag {
    box-sizing: border-box;
    width: 100px;
    height: 25px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    background-color: #0F9124;
    font-size: 1.2em;
    font-weight: bolder;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.area_img {
    width: 80%;
}

td.td_sub4 {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    font-weight: bolder;
    vertical-align: middle;
}

span.check {
    color: red;
}

.td_text,
.td_text2,
.td_text3 {
    font-size: 20px;
    font-weight: bolder;
    background-color: white;
    border-color: #cccccc;
    padding: 5px;
    color: #1D090D;
    vertical-align: middle;
}

.td_text4 {
    font-size: 13px;
    font-weight: bolder;
    background-color: white;
    border-color: #cccccc;
    padding: 5px;
    color: #1D090D;
    vertical-align: middle;
}

.td_text2_time {
    font-size: 1px;
    font-weight: none;
    background-color: white;
    padding: 0px;
    color: #1D090D;
    vertical-align: middle;
    border-color: #cccccc;
    text-align: right;
}

.td_logo {
    font-size: 15px;
    line-height: normal;
}


@media screen and (max-width: 480px) {


    td.td_main {
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        vertical-align: middle;
    }

    .td_text2,
    .td_text3 {
        font-size: 0.8em;
        font-weight: bolder;
        background-color: white;
        border-color: #cccccc;
        padding: 5px;
        color: #1D090D;
        vertical-align: middle;
    }

    .td_text {
        font-size: 0.7em;
        font-weight: bolder;
        background-color: white;
        border-color: #cccccc;
        padding: 0px;
        color: #1D090D;
        vertical-align: middle;
        height: 30px;
        text-decoration: underline;
    }



    td.td_sub2 {
        padding: 5px;
        font-size: 11px;
        text-align: left;
        font-weight: bolder;
        vertical-align: middle;
    }

    td.td_sub3 {
        padding: 5px;
        font-size: 10px;
        text-align: center;
        font-weight: bolder;
        vertical-align: middle;
    }

    td.td_sub4 {
        padding: 5px;
        font-size: 12px;
        text-align: left;
        font-weight: bolder;
        vertical-align: middle;
    }

    .sub3_in {
        display: inline-block;
        margin: auto;
        padding: 0px;
        text-align: left;
        width: auto;

    }


    .sub3_tag {
        box-sizing: border-box;
        height: 20px;
        width: auto;
        padding: 0 10px;
        margin: 0 5px 5px 0;
        border-radius: 20px;
        background-color: #EE7891;
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 20px;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .sub4_tag {
        box-sizing: border-box;
        height: 20px;
        width: auto;
        padding: 0 10px;
        margin: 0 5px 5px 0;
        border-radius: 20px;
        background-color: #EE7891;
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 20px;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .td_text2_time {
        font-size: 0.1em;
        font-weight: none;
        background-color: white;
        padding: 0px;
        color: #1D090D;
        vertical-align: middle;
        border-color: #cccccc;
        text-align: right;
    }

    .td_text4 {
        font-size: 0.5em;
        font-weight: bolder;
        background-color: white;
        padding: 5px;
        color: #1D090D;
        vertical-align: middle;
        border-color: #cccccc;
    }

    .td_logo {
        font-size: 1.0em;
        line-height: normal;
    }
}

.td_maru {
    width: 80%;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 480px) {

    .td_maru {
        width: 100%;
        height: auto;
    }
}

.logo_frame {
    text-align: center;
}

.img_waku {
    width: 70%;
    margin: auto;
}

@media screen and (max-width: 480px) {

    .img_waku {
        width: 90%;
    }
}

.frame_text {
    font-size: 20px;
    margin: auto;
}

.redirect {
    text-decoration: none;
}

/*========= 検索結果上部 ===============*/

.flex-box02 {
    padding: 10px;
    margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
    border: 2px solid #2C786F;
    border-radius: 5px;
}

    
    .search_box_text {
        font-size: 1.0em;
        font-weight: bolder;
        line-height: 17px;
        margin: auto;
        padding: 5px;
}

.flex-box02 ul {
	list-style: none;
    
}
    
    .flex-box02 li {
	background: url(../img/asset/check.png) left 0px top 5px no-repeat;	
	background-size: 16px;
	padding-left: 20px;
    padding-top: 5px;
}

@media screen and (max-width: 480px) {
    .search_box_text {
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 17px;
        margin: auto;
        padding: 0px;
}
}
    

/*========= ボタン ===============*/

.button01 {
    display: block;
    position: relative;
    background-color: #6BB090;
    border-radius: 4px;
    color: #FAE6B4;
    line-height: 19px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #bbb;
    /*0e8c73*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    overflow: hidden;
    width: 80%;
    margin: 10px auto 10px;
}

.button02 {
    display: block;
    position: relative;
    background-color: #6BB090;
    border-radius: 4px;
    color: #FAE6B4;
    line-height: 19px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #bbb;
    /*0e8c73*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    overflow: hidden;
    width: 80%;
    margin: 50px auto 50px;
}

@media screen and (max-width: 480px) {
    .button02 {
    display: block;
    position: relative;
    background-color: #6BB090;
    border-radius: 4px;
    color: #FAE6B4;
    line-height: 19px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #bbb;
    /*0e8c73*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    overflow: hidden;
    width: 80%;
    margin: 20px auto 20px;
}
}


.button_text01 {
    color: #FAE6B4 !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    font-weight: bolder;
}

.button_text04 {
    color: #fff !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 0.4em;
    text-align: center;
    font-weight: bolder;
}

@media screen and (max-width: 480px) {
    .button_text01 {
        color: #fff !important;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        font-size: 1.1em;
        text-align: center;
        font-weight: bolder;
        line-height: 17px;
    }

    .button_text04 {
        color: #fff !important;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        font-size: 0.3em;
        text-align: center;
        font-weight: bolder;
    }
}

.reflection {
    background-color: #fff;
    height: 100%;
    width: 30px;
    top: -180px;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.footer {
    text-align: center;
}

.menu{
    list-style: none;
    display:flex;
    justify-content: center;
    margin: auto;
    font-size: 9px;
}

.menu>li {
    padding:10px 10px;
    margin:2.5px;
}

.copyright {
    font-size: 12px;
}

/*ローディング
------------------------------------------*/
#re-load {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 50px 50px;
    background-color: white;
}

#re-load-in {
    padding: inherit;
}

#re-load-logo img {
    width: 50%;
}

#re-load-text {
    font-size: 2vmin;
}

#re-load-title {
    padding: 10px 10px;
    font-size: 3vmin;

}

#re-load-link span{
    font-size: 2vmin;
    color: blue;
    text-decoration:underline;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.5), -1.8em -1.8em 0 0em rgba(83,173,92, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.5), 1.8em -1.8em 0 0em rgba(83,173,92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.5), 2.5em 0em 0 0em rgba(83,173,92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.5), 1.75em 1.75em 0 0em rgba(83,173,92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.5), 0em 2.5em 0 0em rgba(83,173,92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.5), -1.8em 1.8em 0 0em rgba(83,173,92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.5), -2.6em 0em 0 0em rgba(83,173,92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #53ad5c, 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.5), -1.8em -1.8em 0 0em rgba(83,173,92, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.7), 1.8em -1.8em 0 0em #53ad5c, 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.5), 1.8em -1.8em 0 0em rgba(83,173,92, 0.7), 2.5em 0em 0 0em #53ad5c, 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.5), 2.5em 0em 0 0em rgba(83,173,92, 0.7), 1.75em 1.75em 0 0em #53ad5c, 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.5), 1.75em 1.75em 0 0em rgba(83,173,92, 0.7), 0em 2.5em 0 0em #53ad5c, -1.8em 1.8em 0 0em rgba(83,173,92, 0.2), -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.5), 0em 2.5em 0 0em rgba(83,173,92, 0.7), -1.8em 1.8em 0 0em #53ad5c, -2.6em 0em 0 0em rgba(83,173,92, 0.2), -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.5), -1.8em 1.8em 0 0em rgba(83,173,92, 0.7), -2.6em 0em 0 0em #53ad5c, -1.8em -1.8em 0 0em rgba(83,173,92, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(83,173,92, 0.2), 1.8em -1.8em 0 0em rgba(83,173,92, 0.2), 2.5em 0em 0 0em rgba(83,173,92, 0.2), 1.75em 1.75em 0 0em rgba(83,173,92, 0.2), 0em 2.5em 0 0em rgba(83,173,92, 0.2), -1.8em 1.8em 0 0em rgba(83,173,92, 0.5), -2.6em 0em 0 0em rgba(83,173,92, 0.7), -1.8em -1.8em 0 0em #53ad5c;
  }
}


/*-----------------------------------------
プライバシーポリシー
------------------------------------------*/

.privacy h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}

.privacy_block {
    margin-bottom: 20px;
}

.privacy_block h1{
    font-size: 15px;
    margin: 0px;
}

.privacy_block p{
    margin: auto;
}