@charset "Shift_JIS";
html,body {
    font-size: 18px;
}

body {
    font-family: 'meiryo', 'メイリオ', 'ms pgothic', "ＭＳ Ｐゴシック", osaka, sans-serif;
    color: #333;
    background-color: #ffffff;
}

.clearfix {
    display: block;
}

.flex {
    display: flex;
}

.pcImg, .pcImg_step {
    display: block;
}

.spImg, .spImg_step {
    display: none;
}

small {
    font-size: 80%;
}

a {
    font-weight: bold;
}

.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.notes {
    font-size: 0.9em;
}

/** PC **/
div.wrapper {
    width: 960px;
    margin: 0 auto;
}

header {
    width: 100%;
    height: inherit;
    padding: 15px 0;
    margin: 0 0 48px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
}

header img {
    width: 236px;
    height: 46px;
}

footer {
    background: url(../images/footer_line_img01.png) top center no-repeat, url(../images/footer_line_img02.png) top 16px center repeat-x;
    border-top: none;
    margin: 0 auto;
    margin-top: 60px;
    clear: both;
    padding: 0;
    height: 70px;
    position: relative;
}

footer > .inner {
    width: 960px;
    margin: 0 auto;
}

footer.clearfix:after {
    display: block;
}

footer p {
    font-size: 0.75rem;
    text-align: left;
    margin: 13px 5px 0 14px;
}

footer p.logo_coopnews {
    display: inline;
    position: relative;
    left: 110px;
    top: -35px;
    margin: 0;
}

footer p.logo_coopnews img {
    width: 110px;
    height: auto;
}

footer p.copyright {
    text-align: right;
}

/*----------メンテナンス、エラー画面----------*/
#shiryou_mnt .disp_blk {
    padding: 48px;
    margin: 24px auto 120px auto;
    border-radius: 8px;
    border: solid 3px #129944;
    font-weight: bold;
    line-height: 1.6em;
    background: #FFF;
}

#shiryou_error .shiryou_title {
    color: #333;
}

#shiryou_error .disp_blk {
    padding: 48px;
    margin: 24px auto;
    border-radius: 8px;
    border: solid 3px #333;
    font-weight: bold;
    line-height: 1.6em;
    background: #EFF2E9;
}
#shiryou_error .submit_block {
    margin-top: 48px;
    margin-bottom: 120px;
}

#shiryou_error .submit_block .topback a {
    background-color: #EF7F1D;
    color: #fff;
    width: 500px;
    padding: 24px;
    display: block;
    border-radius: 8px;
    text-align: center;
}

/*----------見出し----------*/
.shiryou_title {
    width: 100%;
    height: auto;
    background-image: none;
    text-indent: inherit;
    color: #129944;
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.shiryou_title.top {
    letter-spacing: 5px;
}

.title_step {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0;
}

.title_step .strong {
    color: #129944;
    font-size: 1.5rem;
}

.lead_sentence {
    padding-top: 24px;
}

/*----------連休文言、事前告知文言----------*/
.notice-section {
    padding: 24px;
    margin: 15px 0;
    background: #fff9d6;
    color: #d65c00;
    border-left: 5px solid #d65c00;
    border-radius: 4px;
    font-weight: bold;
}

.notice-section #hnotice {
    font-size: 1.2rem;
    font-weight: bold;
}

/*----------まるわかりガイド----------*/
.maruwakari_blk {
    padding-top: 32px;
}

.maruwakari_blk .maruwakari_title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.maruwakari_blk .maruwakari_komoku {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.maruwakari_blk .maruwakari_title {
    background-color: #4CB03B;
    padding: 24px;
}

.maruwakari_inner_title.sp {
    display: none;
}

.maruwakari_blk .maruwakari_title p {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.maruwakari_blk .maruwakari_komoku {
    background-color: #CAEAC5;
    padding: 24px 108px;
}

.maruwakari_blk .shiryou_inner {
    background-color: #FFFFFF;
}

.flex {
    padding: 24px 56px;
    justify-content: left;
}

.maruwakari_inner_img {
    margin-left: 31px;
}

.maruwakari_inner_img img {
    border: solid 1px #cdcdcd;
    width: 180px;
}

.maruwakari_inner_img img:hover {
    border: 1px dashed #129944;
}

.maruwakari_inner_title {
    color: #4CB03B;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 16px;
}

.maruwakari_inner_txt a {
    background-color: #EF7F1D;
    color: #fff;
    width: 70%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 64px;
    text-align: center;
}

/*----------資料選択エリア----------*/
.selectTabs_blk {
    padding-top: 48px;
}

.selectTabs {
    display: flex;
}

.selectTabs_blk_sp {
    display: none;
}

.selectTabs li {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 35%;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    opacity: 0.4;
}

.selectTabs li {
    margin-right: 2px;
}

.selectTabs li:last-child {
    margin-right: 0;
}

.selectTabs li.active {
    opacity: 2.0;
}

.selectTabs li.people {
    background-color: #23A67B;
}

.selectTabs li.people:hover {
    background-color: #198E67;
}

.selectTabs li.house {
    background-color: #DE505B;
}

.selectTabs li.house:hover {
    background-color: #cb434e;
}

.selectTabs li.car {
    background-color: #B339B8;
}

.selectTabs li.car:hover {
    background-color: #9d2ba1;
}

.selectTabs img {
    width: 26px;
    height: 26px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.selectTabs li span {
    margin-right: 8px;
}

.selectTabs li span.pcTab {
    display: inline-block;
    margin-right: 0;
    font-size: 0.8em;
}

.selectTabs li.people p, .selectTabs li.house p, .selectTabs li.car p {
    display: inline-block;
    font-weight: bold;
}

.shiryou_section {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.shiryou_section.people {
    border: 1px solid #23A67B;
}

.shiryou_section.house {
    border: 1px solid #DE505B;
}

.shiryou_section.car {
    border: 1px solid #B339B8;
}

.shiryou_blk {
    padding: 24px 16px;
}

.shiryou_blk.not_padding-top {
    padding-top: 0;
}

.shiryou_blk.col2 {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.shiryou_blk.kokumin {
    background-color: #A4E2C0;
}

.shiryou_blk.sougouiryou {
    background-color: #D0EFBF;
}

.shiryou_blk.seimei {
    background-color: #F6D09B;
}

.shiryou_blk.nenkin {
    background-color: #D3ADD5;
}

.shiryou_blk.sumairu {
    background-color: #FFCCD0;
}

.shiryou_blk.car {
    background-color: #D3ADD5;
}

.shiryou_inner {
    border-radius: 16px;
    background: #fff;
    border: 3px solid #fff;
}

.shiryou-type_detail span.strong {
    font-weight: bold;
    /* font-size: 1.1em; */
}

.kokumin .shiryou-type_detail span.strong {
    color: #009A35;
}
.sougouiryou .shiryou-type_detail span.strong,
.sougouHikiuke .shiryou-type_detail span.strong {
    color: #4FA92B;
}
.seimei .shiryou-type_detail span.strong {
    color: #F2961B;
}
.nenkin .shiryou-type_detail span.strong {
    color: #7f1084;
}
.sumairu .shiryou-type_detail span.strong {
    color: #ef515d;
}
.car .shiryou-type_detail span.strong,
.jibaiseki .shiryou-type_detail span.strong,
.koutuusaigai .shiryou-type_detail span.strong {
    color: #9A0180;
}

.shiryou-type_detail .check_area .shiryou-type_button {
    padding: 8px;
}

.shiryou_blk.col2 .shiryou_inner {
    width: 50%;
}

.shiryou-type_detail {
    display: grid;
    padding: 24px;
}

.shiryou-type_detail_flex_all {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: stretch;
}

.shiryou-type_detail.jibaiseki, .shiryou-type_detail.koutuusaigai {
    justify-content: center;
    font-size: 0.9em;
    padding: 24px 28px;
}

.shiryou-type_detail .shiryou-type_detail_img {
    position: relative;
    text-align: center;
    padding: 0;
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.shiryou-type_detail .shiryou-type_detail_txt {
    width: 70%;
    font-size: 1rem;
    line-height: 1.6;
}

.shiryou-type_detail_jibaiseki, .shiryou-type_detail_koutuusaigai {
    width: 100%;
}

.shiryou-type_detail .shiryou-type_txt {
    font-size: 1rem;
}

/* .sougouiryou.col2 .shiryou-type_detail .shiryou-type_txt {
    height: 220px;
} */

.rec_blk .shiryou-type_detail .shiryou-type_txt {
    height: auto;
}

.shiryou-type_detail .logo {
    margin-bottom: 16px;
}

.shiryou-type_detail .logo.jibaiseki, .shiryou-type_detail .logo.koutuusaigai {
    display: flex;
    justify-content: flex-start;
}

label.image-checkbox {
    position: relative;
    cursor: pointer;
    display: flex;
    height: 100%;
}

.check_area {
    line-height: normal;
}

label.image-checkbox.title.sougouHikiuke, label.image-checkbox.title.nenkin, label.image-checkbox.title.car {
    display: block;
}

.shiryou_inner.kokumin .shiryou-type_button:has(input[type="checkbox"]:checked),
.shiryou_inner.kokumin .shiryou-type_button:hover {
    border: 1px solid #009A35;
    background: #f2faf6;
}

.shiryou_blk.kokumin.col2 .shiryou_inner.kokumin:has(input[type="checkbox"]:checked),
.shiryou_blk.kokumin.col2 .shiryou_inner.kokumin:hover,
.rec_blk .shiryou_inner.kokumin:hover,
.rec_blk .shiryou_inner.kokumin:has(input[type="checkbox"]:checked) {
    border: 3px solid #009A35;
    background: #f2faf6;
}

.shiryou_inner.sougouiryou:has(input[type="checkbox"]:checked),
.shiryou_inner.sougouHikiuke:has(input[type="checkbox"]:checked),
.shiryou_inner.sougouiryou:hover,
.shiryou_inner.sougouHikiuke:hover,
.rec_blk .shiryou_inner.sougouiryou:hover,
.rec_blk .shiryou_inner.sougouHikiuke:hover {
    border: 3px solid #4FA92B;
    background: #f9fdf7;
}

.shiryou_inner.seimei:has(input[type="checkbox"]:checked),
.shiryou_inner.seimei:hover,
.rec_blk .shiryou_inner.seimei:hover {
    border: 3px solid #F2961B;
    background: #FFFBF5;
}

.shiryou_inner.nenkin:has(input[type="checkbox"]:checked),
.shiryou_inner.nenkin:hover,
.rec_blk .shiryou_inner.nenkin:hover{
    border: 3px solid #7f1084;
    background: #fbf8fb;
}

.shiryou_inner.sumairu .shiryou-type_button:has(input[type="checkbox"]:checked),
.shiryou_inner.sumairu .shiryou-type_button:hover {
    border: 1px solid #F20030;
    background: #fff7f8;
}

.shiryou_inner.sumairu:has(input[type="checkbox"]:checked) {
    border: 3px solid #F20030;
}

.shiryou_inner.car:has(input[type="checkbox"]:checked), .shiryou_inner.jibaiseki:has(input[type="checkbox"]:checked), .shiryou_inner.koutuusaigai:has(input[type="checkbox"]:checked),
.shiryou_inner.car:hover, .shiryou_inner.jibaiseki:hover, .shiryou_inner.koutuusaigai:hover,
.rec_blk .shiryou_inner.car:hover, .rec_blk .shiryou_inner.jibaiseki:hover, .rec_blk .shiryou_inner.koutuusaigai:hover{
    border: 3px solid #9A0180;
    background: #fbf8fb;
}


.shiryou-type_detail .logo span {
    font-weight: bold;
}

.shiryou-type_detail .logo.jibaiseki span, .shiryou-type_detail .logo.koutuusaigai span {
    display: block;
    padding-left: 4px;
}

.shiryou-type_detail .logo img {
    width: 160px;
}

/* .shiryou-type_detail .shiryou-type_txt {
    margin-bottom: 16px;
} */

.shiryou-type_detail .shiryou-type_button {
    width: 100%;
    box-shadow: none;
    margin: 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    display: flex;
    padding: 5px;
    height: min-content;
    cursor: pointer;
    align-items: center;
}

#shiryou_2_2_chochikusei25:before {
    content: "おすすめ";
    color: #fff;
    background-color: #EF7F1D;
    width: 90px;
    height: 23px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: -24px;
    left: 53px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

.rec_blk #shiryou_2_2_chochikusei25:before {
    display: none;
}

#shiryou-type_button_last02 {
    /* margin-bottom: 16px; */
    margin: 0px;  
}

.icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: end;
}

.icons img {
    margin-right: 8px;
    width: 60px;
}

.shiryou-type_detail input[type="checkbox"].l_check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    background-image: url(../images/type_l_check_off.png);
    background-size: 36px;
    background-position: left center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: none;
    background-color: inherit;
    z-index: 100;
}

.shiryou-type_detail .check_area input[type="checkbox"].l_check {
    min-width: 40px;
}

.shiryou-type_detail input[type="checkbox"].l_check:checked {
    background-image: url(../images/type_l_check_on.png);
}

.shiryou_sumairu_title {
    color: #E50012;
    font-weight: bold;
}

.shiryou_kokumin_title {
    color: #129944;
    font-weight: bold;
}

.shiryou-type_detail_img > a,
.shiryou-type_detail_img > .ImgClick {
    text-decoration: none;
    color: #129944;
    border: 1px dotted transparent;
    padding: 0;
    margin-left: 6px;
    display: block;
    align-self: baseline;
}

.shiryou-type_detail_img > a.pcImg,
.shiryou-type_detail_img > div.pcImg {
    display: inline-block;
}

.shiryou-type_detail_img > a.spImg,
.shiryou-type_detail_img > div.spImg {
    display: none;
}

.shiryou-type_detail_img > a > img,
.shiryou-type_detail_img > .ImgClick > img {
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    width: 180px;
}

.shiryou-type_detail_img > a > img:hover {
    opacity: 1;
    /* border: 1px dashed #129944; */
}

.shiryou-type_detail_img a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4px;
    font-size: 0.85rem;
}

.shiryou-type_detail_img a > span > strong {
    display: inline-block;
    border-bottom: 1px solid #129944;
    font-weight: normal;
}

.pcContent {
    margin-bottom: 16px;
}

.point_list_number {
    display: table;
    padding: 3px 25px 1px 25px !important;
    color: #be71b7;
    font-weight: bold;
    text-align: center;
    height: 30px;
    width: auto !important;
    font-size: 1rem;
}

.list_txt {
    font-size: 0.875rem;
    padding-left: 25px;
}

.underArrow {
    text-align: center;
    margin-block: 24px;
}
.shiryou_sentaku_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #39A75B;
}

.shiryou_sentaku_section .shiryou_sentaku_title {
    width: 30%;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.shiryou_sentaku_section .shiryou_sentaku_item {
    width: 70%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    outline: 1px solid #D9D9D9;
    outline-offset: -1px;
}

.shiryou_sentaku_section .shiryou_sentaku_item [class^="img"] {
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
    padding-left: 16px;
}

.shiryou_sentaku_section .shiryou_sentaku_item [class^="img"]:last-child {
    border-bottom: 0;
}

.shiryou_sentaku_section .shiryou_sentaku_item img {
    width: 160px;
}

.shiryou_sentaku_section .shiryou_sentaku_item [class^="img"] span {
    padding-left: 12px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

/*----------STEP----------*/
.step_box {
    margin: 128px auto 32px;
}

/*----------カウント----------*/
.required_count {
    margin: 0 auto 8px;
}

.required_count p {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.required_count span {
    color: #DA1111;
    font-size: 2rem;
}

/*----------資料請求入力----------*/
.shiryou_2 {
    margin-bottom: 64px;
}

table.table_type1 {
    width: 100%;
    table-layout: fixed;
}

table.table_type1,
table.table_type1 th,
table.table_type1 td {
    color: #3B4043;
}

.name_th, .kana_th, .birthday_th, .gender_th, .address_th, .telephone_th, .mail_th {
    background: #CAEAC5;
    width: 30%;
    border-bottom: solid 1px #D9D9D9;
}

.infomation_th {
    background: #CAEAC5;
    width: 30%;
    border-bottom-left-radius: 16px;
}

.name_th {
    border-top-left-radius: 16px;
}

.name_td, .kana_td, .birthday_td, #sexGroup, .gender_td, .address_td,
#telGroup, .telephone_td, .mail_td {
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    padding: 24px 0 24px 32px;
}

.name_td {
    padding: 25px 0 24px 32px;
    border-top: solid 1px #D9D9D9;
    box-sizing: border-box;
    border-top-right-radius: 16px;
}

.shiryou_2 table.table_type1 td div.col2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.shiryou_2 table.table_type1 td div.col2.namekana {
    margin-top: 24px;
}

.shiryou_2 table.table_type1 td input[type=text],
.shiryou_2 table.table_type1 td input[type=tel],
.shiryou_2 table.table_type1 td input[type=email] {
    border-radius: 8px;
    height: 40px;
    padding: 3px;
    border: solid 1px #B3B3B3;
}

.shiryou_2 table.table_type1 td div.col2 > div.name_block {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

input[type="text"], input[type="tel"], input[type="email"]{
    font-size: 1rem;
}

.shiryou_2 table.table_type1 td div.col2 > div.name_block input[type=text] {
    width: 70%;
}

.shiryou_2 table.table_type1 td div.col2 > div.name_block label,
.shiryou_2 table.table_type1 td div.address_block label {
    display: block;
    width: 18%;
    text-align: left;
    font-size: 1rem;
    padding-right: 4px;
}

.shiryou_2 table.table_type1 td div.address_block label {
    width: 100%;
}

.shiryou_2 table.table_type1 td div.name_block label {
    line-height: 40px;
    height: 40px;
}


.name_block.bday {
    display: flex;
    justify-content: flex-start;
    font-size: 1.25rem;
    line-height: 40px;
    height: 40px;
    margin-left: 56px;
}

.birthday_td .error_text{
    margin-left: 56px;
}

.name_block.bday label {
    font-size: 1.25rem;
    line-height: 40px;
    height: 40px;
    padding-right: 16px;
}

.shiryou_2 table.table_type1 td .address_block label.Zip1,
.shiryou_2 table.table_type1 td .address_block label.Zip2 {
    width: 80%;
}

.shiryou_2 select {
    height: 40px;
    border: solid 1px #B3B3B3;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

input#KanjiSei,
input#KanjiMei,
input#FuriMei,
input#FuriSei {
    width: 70%;
}

input#FuriAdd1,
input#FuriAdd2,
input#EmailAdd {
    width: 68%;
}

input#Add1,
input#Add2 {
    width: 80%;
}

div.th_text {
    width: 100%;
    display: flex;
    font-weight: bold;
    align-items: center;
}

.emphasis {
    font-size: 1.25rem;
}

.required {
    color: #DA1111;
    background-color: #fff;
    border: solid 1px #DA1111;
    font-size: 0.875rem;
    padding: 2px 4px 0;
    border-radius: 4px;
    margin: auto 8px auto 64px
}

.optional {
    color: #6F6F6F;
    background-color: #fff;
    border: solid 1px #6F6F6F;
    font-size: 0.875rem;
    padding: 2px 4px 0;
    border-radius: 4px;
    margin: auto 8px auto 64px
}

.col2 {
    display: flex;
}

#Add0 {
    width: 160px;
}

#BirthM, #BirthD {
    width: 60px;
    cursor: pointer;
    text-align: center;
}

.name th, .birthday th, .gender th, .address th, .telephone th, .mail th {
    vertical-align: middle;
}

input#TelNo1,
input#TelNo2,
input#TelNo3 {
    width: 20%;
}

.shiryou_2 tr.gender label, .shiryou_2 .annaiMail_answer label {
    display: block;
    padding: 12px 0;
    text-align: center;
    margin-right: 32px;
}

.shiryou_2 .kiboujiki_answer label {
    display: block;
    padding: 12px 0;
    text-align: center;
    margin-right: 16px;
}

.sexGroup_flex {
    display: flex;
}
.sexGroup_flex,
#sexGroup .error_text {
    margin-left: 56px;
}

#Sex_1_label, #Sex_2_label, .Send_yes, .Send_no {
    border: solid 1px #B3B3B3;
    width: 130px;
    height: 50px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.media1, .media2, .media3, .media4, .media5 {
    border: solid 1px #B3B3B3;
    width: 170px;
    height: 50px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.shiryou_2 input[type="radio"] {
    /*display: none;*/
    opacity: 0;
    position: absolute;
}

.shiryou_2 label:has(input[type="radio"]:checked) {
    border: 2px solid #39A75B;
    background-color: #39A75B;
    color: #ffffff;
    opacity: 1;
}

.td_address, .tel_block, .td_mail {
    margin-left: 56px;
}

.tableTextAdd {
    margin: 4px auto 4px;
}

.address_block.Add, .address_block.Add1, .address_block.Add1 {
    margin-bottom: 16px;
}

.td_mail p.indent {
    margin: 4px auto 0;
    margin-left: 1em;
    text-indent: -1em;
}

.annaiMail, .kiboujiki {
    padding: 24px 0 24px 32px;
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
}

.annaiMail_title, .kiboujiki_title {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 8px;
    border-left: solid 4px #39A75B;
    border-radius: 2px;
    margin-bottom: 16px;
    height: 24px;
    line-height: 28px;
}

.annaiMail_answer {
    display: flex;
    margin: 16px 0 0 56px;
}

.kiboujiki_answer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 56px;
}

.media1, .media2, .media3 {
    margin-bottom: 16px;
}

/*----------エラーメッセージ----------*/
.error_All {
    padding: 16px 0 0;
}
.error_All p {
    background: url(../images/error_All_back.png) no-repeat scroll 12px 17px #FDECF2;
    font-size: 1rem;
    font-weight: bold;
    line-height: 140%;
    margin: 0;
    padding: 18px 10px 18px 45px;
}
.error_All p br {
    display:none;
}

.error_text {
    color: #DA1111;
    font-weight: bold;
    display: none;
}

p.error_text {
    display: none;
    margin: 10px auto;
    font-size: 1rem;
}
.error_text ul {
    background:#fdecf2;
    padding: 0 10px 18px 30px;
    font-size: 1rem;
}

/*----------個人情報----------*/
.privacy {
    margin-bottom: 64px;
}

.privacy_title {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    background-color: #39A75B;
    text-align: center;
    padding: 24px 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.privacy_text {
    border: 2px solid #39A75B;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.privacy_text p {
    margin: 24px 96px;
}

.privacy_text span {
    color: #0A7E2E;
    font-weight: bold;
}

.privacy_text a {
    color: #0A7E2E;
    text-decoration: underline;
    text-decoration-color: #0A7E2E;
    display: inline-flex;
    align-items: center;
}

.privacy_text a img {
    margin-left: 2px;
}

.privacy_sp_br {
    display: none;
}

.privacy_pc_br {
    display: inline-block;
    font-size: 75%;
}

.privacy_a{
    font-weight: normal;
    font-size: 75%;
}
.privacy_div{
    padding: 0 8px 0 0;
    width: 960px;
    margin: 0 auto;
}
.privacy_margin{
	display: flex;
    margin-top: 1rem;
    float: left;
    margin-bottom: 2rem;
}
.privacy_margin a:first-child{
	text-indent: 1rem; 
}



/*----------リコメンド----------*/
.rec_blk {
    background-color: #CAEAC5;
    position: relative;
}

.rec_blk:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #CAEAC5 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.rec_blk_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding-top: 32px;
}

.rec_blk .swiper-container {
    position: relative;
    width: 870px;
    margin: 0 auto;
}

.rec_blk .swiper {
    padding-block: 32px 64px;
}

.rec_blk .swiper-container .swiper-button-prev {
    left: -60px;
}

.rec_blk .swiper-container .swiper-button-next {
    right: -60px;
}

.rec_blk .swiper-button-next, .rec_blk .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    color: #555;
}

/* 矢印アイコン（三角形） */
.rec_blk .swiper-button-next::after,
.rec_blk .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

/* 右矢印の向き */
.rec_blk .swiper-button-next::after {
    transform: rotate(45deg);
    position: relative;
    right: 2px;
}

/* 左矢印の向き */
.rec_blk .swiper-button-prev::after {
    transform: rotate(-135deg);
    position: relative;
    left: 2px;
}

.rec_blk .swiper-container .swiper-pagination-bullet-active {
    background: #555;
}

.rec_blk .shiryou_inner.kokumin {
    border: 3px solid #A4E2C0;
}

.rec_blk .shiryou_inner.sougouiryou,
.rec_blk .shiryou_inner.sougouHikiuke {
    border: 3px solid #D0EFBF;
}

.rec_blk .shiryou_inner.seimei {
    border: 3px solid #F6D09B;
}

.rec_blk .shiryou_inner.nenkin {
    border: 3px solid #D3ADD5;
}

.rec_blk .shiryou_inner.sumairu {
    border: 3px solid #FFCCD0;
}

.rec_blk .shiryou_inner.car, .rec_blk .shiryou_inner.jibaiseki, .rec_blk .shiryou_inner.koutuusaigai {
    border: 3px solid #D3ADD5;
}

.shiryou-type_detail_flex {
    display: flex;
    justify-content: flex-start;
}

.shiryou-type_checkbox {
    box-shadow: none;
    margin: 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    padding: 5px;
}

.rec_blk_thanks {
    text-align: center;
    color: #DA1111;
    font-weight: bold;
    padding-bottom: 32px;
    font-size: 1.5rem;
}

/*----------次画面遷移----------*/
.submit_blk {
    background-color: #FFF8DD;
    min-height: 180px;
    padding: 48px 0 48px;
}

.shiryo_cnt,
p.back-to-top {
    padding-bottom: 8px;
    font-size: 1.5rem;
    text-align: center;
}

p.back-to-top {
    cursor: pointer;
}

p.back-to-top a {
    color: #DA1111;
    text-decoration: underline;
    text-decoration-color: #DA1111;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.back-to-top a img {
    width:40px;
}

.shiryo_cnt span {
    color: #DA1111;
    font-size: 2.25rem;
    font-weight: bold;
}

.next a {
    margin: 0 auto;
    background-color: #EF7F1D;
    color: #fff;
    width: 600px;
    padding: 24px 0;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor:pointer;
    line-height: initial;
}

.next a img,
.back a img {
    top: -1px;
    position: relative;
}

.next.disabled a {
    background-color: #909090;
    cursor: default;
    pointer-events: none;
}

/*----------ページトップ----------*/
div.back-to-top {
    padding: 0 8px 0 0;
    width: 960px;
    margin: 0 auto;
}

div.back-to-top a {
    display: block;
    width: 103px;
    background: url(../images/back-to-top-button.gif) 0 0 no-repeat;
    float: right;
    text-indent: -9999px;
    margin: 20px 0 0;
}

/*-----------------入力内容の確認-----------------*/
/*----------注意事項(入力内容の確認)----------*/
.page_description {
    margin: 24px auto;
}

/*----------STEP(入力内容の確認)----------*/
.step_box.confirm {
    margin: 0 auto 48px;
}

/*----------選択された共済商品(入力内容の確認)----------*/
.shiryou_sentaku_section.confirm {
    margin-bottom: 24px;
}

.shiryou_sentaku_section .shiryou_sentaku_item.confirm {
    outline: 1px solid #D9D9D9;
    outline-offset: -1px;
}

/*----------資料請求入力内容(入力内容の確認)----------*/
.shiryou_5 {
    margin-bottom: 64px;
}

.shiryou_5 table.table_type1 th {
    padding-left: 64px;
}

.shiryou_5 table.table_type1 td,
.shiryou_5 table.table_type1 .annaiMail,
.shiryou_5 table.table_type1 .kiboujiki
{
    padding: 25px;
    word-break: break-word;
    white-space: normal;
}

.shiryou_5 table.table_type1 .infomation_td  {
    padding: 0;
}

.shiryou_5 table.table_type1 .infomation_th  {
    padding-top: 25px;
}

.emphasis.confirm {
    font-weight: bold;
}

table.table_type1 .kana_td, .gender_td, .telephone_td {
    padding: 24px 0 24px 32px;
    border-bottom: solid 1px #D9D9D9;
}

.infomation_td.confirm:after {
    display: none;
}

.kiboujiki.confirm {
    border: none;
}

.annaiMail.confirm {
    border-right: none;
}

.annaiMail_answer.confirm, .kiboujiki_answer.confirm {
    margin: 16px 0 0 16px;
}

.infomation_td.confirm {
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
}


/*----------画面遷移(入力内容の確認)----------*/
.submit_block {
    display: flex;
    justify-content: center;
    margin-bottom: 128px;
}

.next.confirm a {
    width: 340px;
}

.back a {
    margin: 0 24px 0 0 ;
    background-color: #909090;
    color: #fff;
    width: 160px;
    padding: 24px 0;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: initial;
}

/*-----------------資料請求完了-----------------*/
/*----------STEP(資料請求完了)----------*/
.step_box.thanks {
    margin: 24px auto 48px;
}

/*----------thanksメッセージ(資料請求完了)----------*/
.thanks_message {
    margin-bottom: 64px;
}

.thanks_message_title {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    background-color: #39A75B;
    text-align: center;
    padding: 24px 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.thanks_message_br {
    display: none;
}

.thanks_message_text {
    border: 2px solid #39A75B;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 24px;
}

.thanks_message_text p {
    text-align: center;
}

/*----------CTAエリア(資料請求完了)----------*/
.cta_area {
    background-color: #CAEAC5;
    margin-bottom: 64px;
    padding: 48px 0;
}

.cta_area_text {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding-bottom: 16px;
}

.cta_area_br {
    display: none;
}

.cta_area_bnr {
    margin: 0 auto 24px;
    width: 700px;
    position: relative;
}

.cta_area_bnr-img {
    display: block;
    margin: 0 auto;
    width: 700px;
}

.cta_area_bnr-text {
    background-color: #fff;
    border-right: 4px solid #39A75B;
    border-left: 4px solid #39A75B;
    border-bottom: 4px solid #39A75B;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cta_area_bnr-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 34px;
    font-weight: bold;
    color: #39A75B;
    padding: 16px 80px 8px 0;
    border-bottom: 1px solid #C8C8C8;
}

.cta_area_bnr-sp {
    display: none;
}

.cta_area_bnr-spanText {
    font-size: 1.125rem;
    font-weight: bold;
    color: #777777;
    padding: 16px 0 16px 180px;
}

.cta_area_bnr-spanText span {
    display: block;
}

.cta_area_bnr-text img {
    width: 32px;
    padding-bottom: 8px;
    margin-right: 8px;
}

.cta_area_bnr-woman {
    position: absolute;
    bottom: 4px;
    right: 0;

}

a.cta_area_shop, a.cta_area_web, a.cta_area_question {
    margin: 0 auto 16px;
    background-color: #EF7F1D;
    color: #fff;
    width: 700px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 8px;
}

a.cta_area_question {
    background-color: #39A75B;
    margin-bottom: 0;
}

.cta_area_shop img,.cta_area_web img, .cta_area_question img {
    width: 24px;
    padding-bottom: 4px;
}

.cta_area_web img {
    margin-right: 4px;
}

/*----------フローティング----------*/
#selected_block.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #F5F5F5;
    height: 130px;
    padding-top: 8px;
}

#selected_block p,
#selected_block .swiper-container{
    font-weight: bold;
    width: 95%;
    margin: 0 auto;
}

#selected_block .items {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background:#fff;
    border-radius: 6px;
}
#selected_block .items img {
    width: 160px;
}

#selected_block .items span {
    font-size: 0.9em;
    text-align: center;
}

#selected_block .swiper-button-prev,
#selected_block .swiper-button-next {
    top: 80px;
}

#selected_block .swiper-button-next, #selected_block .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    color: #555;
}

/* 矢印アイコン（三角形） */
#selected_block .swiper-button-next::after,
#selected_block .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

/* 右矢印の向き */
#selected_block .swiper-button-next::after {
    transform: rotate(45deg);
    position: relative;
    right: 2px;
}

/* 左矢印の向き */
#selected_block .swiper-button-prev::after {
    transform: rotate(-135deg);
    position: relative;
    left: 2px;
}

#selected_block .swiper-slide {
    position: relative;
}
#selected_block .items .close {
    z-index:10;
    font-size: 0.875rem;
    font-weight: bold;
}
#selected_block .items .close::after {
    content: "×"; /* ×マーク */
    position:absolute;
    top: 5px;
    right:5px;
    color: white;
    background: #333;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* 丸い形 */
    cursor: pointer;
}

.kyosai_icon {
    background-color: #79C142;
    border-radius: 20px;
    color: #fff;
    width: fit-content;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 3px 25px;
    margin-bottom: 16px;
    margin-right: 5px;
    display: inline-block;
}

.kyosai_icon.aqua_green {
    background-color: #00b19c;
}

.kyosai_icon.colal_pink {
    background-color: #ff6978;
}

/*----------responsive----------*/
@media screen and (max-width: 980px) {
    /*----------リコメンド----------*/
    .rec_blk {
        width: 960px;
        margin: 0 auto;
    }

    .submit_blk {
        width: 960px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    /*----------メンテナンス、エラー画面----------*/
    #shiryou_mnt .disp_blk {
        padding: 18px;
        margin: 24px 24px 60px 24px;
    }

    #shiryou_error .disp_blk {
        padding: 18px;
        margin: 24px;
    }

    #shiryou_error .submit_block {
        margin-bottom: 120px;
    }

    #shiryou_error .submit_block .topback a {
        width: 100%;
        padding-block: 24px;
        padding-inline: 72px;
    }

    /*----------header----------*/
    header div.wrapper img {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }

    header {
        margin: 0 0 24px;
    }

    .shiryou_title {
        text-align: center;
        border: none;
        padding: 0;
        font-size: 1.5rem;
    }

    .title_step {
        color: #333;
        font-size: 1rem;
        font-weight: bold;
    }

    .title_step .strong {
        color: #129944;
        font-size: 1.4rem;
    }

    .lead_sentence {
        text-align: center;
        margin: 0 25px;
    }

    div.wrapper {
        width: 100%;
        margin: 0 auto;
    }

    /*----------連休文言、事前告知文言----------*/
    .notice-section {
        margin-inline: 8px;
    }

    /*----------まるわかりガイド----------*/
    .maruwakari_blk {
        padding-top: 16px;
        width: auto;
    }

    .maruwakari_blk .maruwakari_komoku {
        padding: 16px 0;
    }

    .maruwakari_blk .shiryou_inner {
        margin: 0 8px;
    }
    .maruwakari_blk .maruwakari_title {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .maruwakari_blk .maruwakari_komoku {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .flex {
        padding: 16px 24px 24px;
        justify-content: center;
    }
    .maruwakari_blk .flex {
        padding: 8px;
    }

    .maruwakari_inner_img {
        margin-left: 31px;
    }

    /*----------資料選択エリア----------*/
    .selectTabs_blk,
    .shiryou_section {
        margin: 0 8px;
    }

    .shiryou_sentaku_section.top {
        margin:24px 8px;
    }

    .shiryou-type_detail {
        font-size: 1rem;
        padding: 14px;
    }

    .sougouiryou.col2 .shiryou-type_detail .shiryou-type_txt,
    .car.col2 .shiryou-type_detail .shiryou-type_txt
    {
        height: auto;
    }

    .shiryou_blk.kokumin.col2, .shiryou_blk.sougouiryou.col2, .shiryou_blk.car.not_padding-top.col2 {
        flex-wrap: wrap;
    }

    .shiryou_blk.col2 .shiryou_inner {
        width: 100%;
    }

    .shiryou_inner.jibaiseki.sp, .shiryou_inner.sougouiryou.sp,
    .shiryou_inner.kokumin.sp {
        margin-bottom: 24px;
    }

    .shiryou-type_detail.jibaiseki, .shiryou-type_detail.koutuusaigai {
        padding: 14px;
    }

    .shiryou-type_detail_txt.house {
        width: 30%;
        position: relative;
    }

    .shiryou-type_detail .shiryou-type_detail_img a {
    }

    .shiryou-type_detail .shiryou-type_detail_txt,
    .shiryou-type_detail_txt.house {
        width: 70%;
        margin-right: 0;
    }

    .shiryou-type_detail .shiryou-type_detail_img {
        width: 30%;
    }

    .shiryou_sentaku_section {
        flex-wrap: wrap;
    }

    .shiryou_sentaku_section .shiryou_sentaku_title {
        width: 100%;
        font-size: 1.125rem;
        text-align: left;
        padding: 16px 0 16px 12px;
    }

    .shiryou_sentaku_section .shiryou_sentaku_item {
        width: 100%;
    }

    /*----------STEP----------*/
    .step_box {
        margin: 64px 8px 16px;
    }

    /*----------カウント----------*/
    .required_count {
        margin: 0 auto 16px;
    }

    /*----------資料請求入力----------*/
    .shiryou_2 {
        margin: 0 8px 32px;
    }

    table.table_type1 .name_td, .birthday_td, #sexGroup, .address_td, #telGroup, .mail_td, .annaiMail, .kiboujiki {
        padding: 24px 0 24px 24px;
    }

    .required, .optional {
        margin: auto 8px auto 24px
    }

    .emphasis {
        font-size: 1.125rem;
    }

    .shiryou_2 table.table_type1 td div.col2 > div.name_block label,
    .shiryou_2 table.table_type1 td div.address_block label,
    .annaiMail_title, .kiboujiki_title, .name_block.bday label {
        font-size: 1rem;
    }

    /*----------個人情報----------*/
    .privacy {
        margin: 0 8px 64px;
    }

    .privacy_text p {
        margin: 24px auto;
        width: 80%;
    }
    .privacy_margin{
        margin-top: 0rem; 
    }
    .privacy_div{
        width: auto;
    }
    /*----------リコメンド----------*/
    .rec_blk {
        width: 100%;
    }

    .rec_blk .swiper-container {
        width: 80%;
    }

    .rec_blk .swiper-container .swiper-button-prev {
        left: -60px;
    }

    .rec_blk .swiper-container .swiper-button-next {
        right: -60px;
    }

    .rec_blk .swiper {
        padding-block: 24px 32px;
    }

    .rec_blk_title {
        font-size: 1.75rem;
        padding-top: 24px;
    }

    .rec_blk_thanks {
        padding-bottom: 24px;
        font-size: 1.25rem;
    }

    /*----------次画面遷移----------*/
    .submit_blk {
        width: 100%;
        margin-bottom: 32px;
    }

    .shiryo_cnt,
    p.back-to-top {
        font-size: 1.25rem;
    }

    .shiryo_cnt span {
        font-size: 2rem;
    }

    /*----------ページトップ----------*/
    div.back-to-top {
        width: auto;
        margin: 0 25px;
    }

    div.back-to-top a {
        margin-top: 0;
    }

    /*----------footer----------*/
    footer {
        background: url(../images/footer_line_img01.png) top 16px center no-repeat;
        background-size: contain;
        padding: 0;
        margin: 0;
        padding-bottom: 2em;
        width: 100%;
    }

    footer > .inner {
        width: 100%;
    }

    footer p.logo_coopnews {
        left: inherit;
        margin-top: 0;
        text-align: center;
        display: block;
        top: -14px;
    }

    footer p.copyright {
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
    }

    /*-----------------入力内容の確認-----------------*/
    /*----------注意事項(入力内容の確認)----------*/
    .page_description {
        margin: 24px 25px;
    }

    /*----------STEP(入力内容の確認)----------*/
    .step_box.confirm {
        margin: 0 25px 48px;
    }

    /*----------選択された共済商品(入力内容の確認)----------*/
    .shiryou_sentaku_section.confirm {
        margin: 0 25px 24px;
    }

    /*----------資料請求入力内容(入力内容の確認)----------*/
    .shiryou_5 {
        margin: 0 25px 64px;
    }

    .shiryou_5 table.table_type1 th {
        padding-left: 24px;
    }

    table.table_type1 .kana_td, .gender_td, .telephone_td {
        padding: 24px 0 24px 24px;
    }

    /*-----------------資料請求完了-----------------*/
    /*----------thanksメッセージ(資料請求完了)----------*/
    .thanks_message {
        margin: 0 25px 64px;
    }

    /*-----------------資料請求完了-----------------*/
    /*----------STEP(資料請求完了)----------*/
    .step_box.thanks {
        margin: 24px 25px 48px;
    }

    /*----------フローティング----------*/
    #selected_block p {
        margin-left: 10px;
    }

    #selected_block .area_selected_items {
        margin-inline: 10px;
    }

    #selected_block .swiper-button-prev {
        left: 2px;
    }
    #selected_block .swiper-button-next {
        right: 2px;
    }
}

/** SP **/
@media screen and (max-width: 767px) {
    html,body {
        font-size: 16px;
    }

    .pcImg, .pcContent {
        display: none;
    }

    .spImg {
        display: block;
    }

    /*----------まるわかりガイド----------*/
    .maruwakari_blk .maruwakari_title {
        padding: 12px;
    }

    .maruwakari_inner_lead {
        margin-bottom: 12px;
    }

    .maruwakari_inner_txt {
        position: relative;
        width: 60%;
    }

    .maruwakari_inner_txt a {
        margin: 0;
        position: absolute;
        bottom: 0;
    }

    .maruwakari_inner_img {
        margin-left: 16px;
        border: none;
    }

    .maruwakari_inner_img img {
        border: solid 1px #cdcdcd;
    }

    /*----------資料選択エリア----------*/
    /* .shiryou-type_detail_flex_all {
        margin-bottom:16px
    } */
    .kokumin .shiryou-type_detail_flex_all,
    .sumairu .shiryou-type_detail_flex_all {
        position: relative;
        display: grid;
    }

    .kokumin.col2 .shiryou-type_detail_flex_all {
        position: relative;
        display: flex;
    }

    .kokumin .shiryou-type_detail .shiryou-type_txt,
    .sumairu .shiryou-type_detail .shiryou-type_txt {
        height: 200px;
    }

    .selectTabs_blk {
        padding-top: 24px;
    }

    .selectTabs_blk_sp {
        display: block;
        font-weight: bold;
        text-align: center;
        margin-bottom: 8px;
    }

    .selectTabs_blk_sp span {
        color: #DA1111;
    }

    .selectTabs li span.pcTab {
        display: none;
    }

    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin,
    .sumairu .shiryou-type_detail .shiryou-type_detail_txt.house
    {
        width: 100%;
        margin-right: 0;
    }

    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin .logo,
    .sumairu .shiryou-type_detail .shiryou-type_detail_txt.house .logo,
    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin .shiryou-type_txt,
    .sumairu .shiryou-type_detail .shiryou-type_detail_txt.house .shiryou-type_txt {
        width: 70%;
    }

    .shiryou-type_detail_img > a > img {
        width: 150px;
    }

    .kokumin .shiryou-type_detail .shiryou-type_detail_img.kokumin,
    .sumairu .shiryou-type_detail .shiryou-type_detail_img.house {
        position: absolute;
        right: 0;
    }

    .shiryou-type_checkbox {
        display: none;
    }

    .shiryou-type_button.image-checkbox.sp {
        display: flex;
    }

    /*----------エラーメッセージ----------*/
    p.error_text {
        margin: 8px auto;
        font-size: 1rem;
    }
    .error_text ul {
        font-size: 1rem;
    }

    /*----------STEP----------*/
    .step_box {

        margin: 64px 8px 16px;
    }

    /*----------カウント----------*/
    .required_count p {
        font-size: 1rem;
    }

    .required_count span {
        font-size: 1.5rem;
    }

    /*----------資料請求入力----------*/
    .shiryou_2 {
        margin: 0 8px 0;
    }

    #shiryou_2_2_chochikusei25:before {
        height: 20px;
        line-height: 1.2;
    }
    table.table_type1 .name_td, .birthday_td, #sexGroup, .address_td, #telGroup, .mail_td, .annaiMail, .kiboujiki {
        padding: 16px 0 32px 12px;
    }

    table.table_type1 tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    table.table_type1 th, table.table_type1 td {
        width: 100%;
        border: none;
    }

    table.table_type1 th {
        height: 56px;
    }

    .required, .optional {
        margin: 0 8px 1px 12px;
        font-size: 0.75rem;
    }

    .shiryou_2 table.table_type1 td div.col2.namekana {
        margin-top: 16px;
    }

    .name_th {
        border-top-right-radius: 16px;
    }

    .infomation_th {
        border-bottom-left-radius: 0;
    }


    .name_td {
        outline: none;
    }

    div.th_text {
        padding-top: 15px;
    }

    table.table_type1, #sexGroup, #telGroup, .kiboujiki, .annaiMail, .infomation_td.confirm {
        border: none;
    }

    .annaiMail {
        border-bottom: solid 1px #d9d9d9;
    }

    .annaiMail_answer {
        display: flex;
        margin: 16px 0 0 56px;
    }

    .infomation_td:after {
        display: none;
    }

    .shiryou_2 .kiboujiki_answer label {
        display: block;
        padding: 12px 0;
        text-align: center;
        margin-right: 10px;
    }

    /*----------個人情報----------*/
    .privacy {
        margin: 0 8px 64px;
    }

    .privacy_title {
        padding: 16px 0;
    }

    .privacy_text p {
        margin: 24px auto;
        width: 90%;
    }

    .privacy_sp_br {
        display: block; 
    }
    
    .privacy_pc_br {
        display: none;
    }
    
    .privacy_margin{
        flex-direction: column;
        text-indent: 1rem; 
        margin-top: 0rem;
        margin-left: 0rem;
    }
    
    .privacy_div{
        width: auto;
	}
    /*----------リコメンド----------*/
    .rec_blk {
        width: 100%;
    }

    .rec_blk_title {
        font-size: 1.75rem;
        padding-top: 24px;
    }

    .rec_blk_thanks {
        padding-bottom: 24px;
        font-size: 1.25rem;
    }

    /*----------画面遷移----------*/
    .next a {
        width: 500px;
    }

    /*----------STEP(入力内容の確認)----------*/
    .step_box.confirm {
        margin: 0 25px 40px;
    }

    /*----------資料請求入力内容(入力内容の確認)----------*/
    .shiryou_5 {
        margin-bottom: 32px;
    }

    .shiryou_5 table.table_type1 th {
        padding: 15px 0 0 12px;
    }

    .shiryou_5 table.table_type1 .infomation_th {
        padding-top: 15px;
    }

    .shiryou_5 table.table_type1 td,
    .shiryou_5 table.table_type1 .annaiMail,
    .shiryou_5 table.table_type1 .kiboujiki
    {
        padding: 16px 12px 16px 12px;
    }

    table.table_type1 .kana_td, .gender_td, .telephone_td {
        padding: 24px 0 24px 12px;
    }

    /*----------画面遷移(入力内容の確認)----------*/
    .submit_block {
        margin-bottom: 64px;
    }

    .next.confirm a {
        width: 240px;
    }

    .back a {
        width: 140px;
    }

    .back a img {
        width: 15px;
        top: 0;
    }

    /*-----------------資料請求完了-----------------*/
    /*----------thanksメッセージ(資料請求完了)----------*/
    .thanks_message_title {
        padding: 16px 0;
    }

    /*----------CTAエリア(資料請求完了)----------*/
    .cta_area_br {
        display: block;
    }
}


@media screen and (max-width: 567px) {
    /*----------まるわかりガイド----------*/
    .maruwakari_inner_txt {
        width: 75%;
    }

    .maruwakari_inner_title.pc {
        display: none;
    }

    .maruwakari_inner_title.sp {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        padding:8px 0 0 0;
    }

    .maruwakari_inner_txt a {
        width: 100%;
    }

    /*----------資料選択エリア----------*/
    .selectTabs_blk_sp {
        letter-spacing: -0.05em
    }

    .selectTabs li.people, .selectTabs li.house, .selectTabs li.car {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap-reverse;
        font-size: 1rem;
        text-align: center;
        height: 80px;
    }

    .selectTabs li.people span, .selectTabs li.house span, .selectTabs li.car span {
        width: 100%;
        margin: 0;
    }

    .selectTabs li.people p, .selectTabs li.house p, .selectTabs li.car p {
        width: 100%;
        line-height: 16px;
        padding-top: 12px;
        text-align: center;
        display: block;
    }

    .selectTabs li.people img, .selectTabs li.house img, .selectTabs li.car img {
        width: 44px;
        height: 44px;
        margin: 0 auto;
        display: block;
    }

    .shiryou_blk {
        padding: 24px 12px;
    }

    .shiryou-type_detail {
        padding: 16px;
    }

    .rec_blk .shiryou-type_detail {
        padding: 12px;
    }

    label.image-checkbox.title {
        gap: 4px;
    }

    .jibaiseki label.image-checkbox .logo span,
    .koutuusaigai label.image-checkbox .logo span {
        font-size: 0.75rem;
    }

    .shiryou-type_detail .shiryou-type_detail_txt,
    .shiryou-type_detail .shiryou-type_txt {
        font-size: 0.95rem;
    }

    .shiryou-type_detail .shiryou-type_detail_txt {
        width: 60%;
    }

    .shiryou-type_detail .shiryou-type_detail_img {
        width: 39%;
    }

    .shiryou-type_detail .logo img {
        width: 120px;
    }

    .shiryou-type_detail_img > a > img {
        width: 140px;
    }

    .shiryou-type_detail_jibaiseki span {
        letter-spacing: -0.05em;
    }


    .shiryou-type_detail_img > a {
        margin-left: 4px;
    }

    .shiryou_sentaku_section .shiryou_sentaku_item [class^="img"] {
        padding: 16px 0 16px 12px;

    }

    .shiryou_sentaku_section .shiryou_sentaku_item img {
        width: 140px;
    }

    .icons img {
        width: auto;
    }

    .shiryou-type_detail_img > a.pcImg {
        display: none;
    }

    .shiryou-type_detail_img > a.spImg {
        display: inline-block;
    }

    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin .logo,
    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin .kyosai_icon_aera,
    .sumairu .shiryou-type_detail .shiryou-type_detail_txt.house .logo,
    .kokumin .shiryou-type_detail .shiryou-type_detail_txt.kokumin .shiryou-type_txt,
    .sumairu .shiryou-type_detail .shiryou-type_detail_txt.house .shiryou-type_txt {
        width: 60%;
    }

    .kyosai_icon {
        padding: 3px 18px;
        font-size: 16px;
        margin-right: 0;
    }    

    /*----------STEP----------*/
    .pcImg_step {
        display: none;
    }

    .spImg_step {
        display: block;
    }
    /*----------資料請求入力----------*/
    .shiryou_2 table.table_type1 td div.col2 {
        justify-content: space-between;
    }

    .shiryou_2 table.table_type1 td div.col2 > div.name_block label {
        width: 100%;
    }

    input#KanjiSei,
    input#KanjiMei,
    input#FuriMei,
    input#FuriSei {
        width: 100%;
    }

    table.table_type1 .name_td, .birthday_td, .address_td, .mail_td, .annaiMail, .kiboujiki {
        padding: 16px 12px 32px 12px;
    }

    table.table_type1 #sexGroup {
        padding: 16px 0 32px 0;

    }

    .name_block.bday label {
        padding-right: 0;
    }

    .name_block.bday {
        margin-left: 0;
        height: auto;
        gap: 5px;
    }

    .birthday_td .error_text{
        margin-left: 0;
    }

    #Add0 {
        width: 50%;
    }

    .sexGroup_flex {
        margin: 0 auto;
        justify-content: center;
    }

    #sexGroup .error_text {
        margin-left: 0;
        text-align: center;
    }

    .shiryou_2 table.table_type1 td div.address_block label {
        width: 80%;
    }

    .name_block.bday label {
        display: flex;
        gap: 5px;
    }

    #BirthM, #BirthD {
        width: 100%;
        max-width: 60px;
    }
    table.table_type1 td div.col2 > div.name_block label, .shiryou_2 table.table_type1 td div.address_block label {
        padding-right: 2px;
    }

    .td_address, .tel_block, .td_mail {
        margin: 0 auto;
    }

    input#TelNo1, input#TelNo2, input#TelNo3 {
        width: 84px;
    }

    input#EmailAdd {
        width: 90%;
    }

    .annaiMail_answer, .kiboujiki_answer {
        margin: 16px auto 0;
        flex-grow: 1;
        justify-content: center;
    }

    .shiryou_2 .kiboujiki_answer label {
        margin-right: 0;
    }

    .media1, .media2, .media3, .media4, .media5 {
        width: 300px;
    }

    .media4 {
        margin-bottom: 16px;
    }

    .shiryou_2 .annaiMail_answer label.Send_yes, .shiryou_2 tr.gender label#Sex_1_label {
        margin-right: 16px;

    }

    .shiryou_2 .annaiMail_answer label.Send_no, .shiryou_2 tr.gender label#Sex_2_label {
        margin-right: 0;
    }


    .shiryou_2 table.table_type1 td div.col2 {
        width: 100%;
        flex-wrap: nowrap;
        column-gap: 10px;
    }

    /*----------個人情報----------*/
    .privacy_title {
        font-size: 1.125rem;
    }

    .privacy_text p {
        margin: 16px auto;
        width: 90%;
    }

    /*----------リコメンド----------*/
    .rec_blk {
        width: 100%;
    }
    .rec_blk .swiper {
        padding-block: 16px 30px;
    }

    .rec_blk_title {
        font-size: 1.25rem;
    }

    .rec_blk_thanks {
        padding-bottom: 24px;
        font-size: 1.125rem;
    }

    .shiryou-type_detail_flex {
        flex-grow: 1;
        justify-content: space-between;
        align-items: stretch;
    }

    .rec_blk .swiper-container {
        width: 90%;
    }

    .rec_blk .swiper-container .swiper-button-prev {
        left: -15px;
        opacity: 0.7;
    }

    .rec_blk .swiper-container .swiper-button-next {
        right: -15px;
        opacity: 0.7;
    }

    .rec_blk .swiper-container .swiper-button-prev:after,
    .rec_blk .swiper-container .swiper-button-next:after{
        font-size: 1.875rem;
        font-weight: bold;
    }

    label.image-checkbox.sp.title {
        gap: 4px;
    }

    /*----------次画面遷移----------*/
    .submit_blk {
        margin-bottom: 32px;
    }

    .shiryo_cnt,
    p.back-to-top {
        font-size: 1.125rem;
    }

    .shiryo_cnt span {
        font-size: 1.75rem;
    }

    p.back-to-top a img {
        width:20px;
    }

    .next a {
        width: 350px;
        font-size: 1.125rem;
        padding: 15px 0;
    }

    .next a img {
        width: 15px;
        top: 0;
    }
    /*----------フローティング----------*/
    #selected_block p,
    #selected_block .swiper-container{
        width: 100%;
    }

    #selected_block .items {
        padding-top: 10px;
    }
    #selected_block .items img {
        width: 100px;
    }

    #selected_block .items span {
        font-size: 0.8em;
    }

    #selected_block .swiper-button-prev,
    #selected_block .swiper-button-next {
        top: 90px;
    }

    #selected_block .swiper-button-next, #selected_block .swiper-button-prev {
        width: 20px;
        height: 20px;
    }

    /* 矢印アイコン（三角形） */
    #selected_block .swiper-button-next::after,
    #selected_block .swiper-button-prev::after {
        width: 8px;
        height: 8px;
    }

    /* 右矢印の向き */
    #selected_block .swiper-button-next::after {
        right: 1px;
    }

    /* 左矢印の向き */
    #selected_block .swiper-button-prev::after {
        left: 1px;
    }

    /*----------footer----------*/
    footer {
        background: url("../images/footer_line.png") top center no-repeat;
        background-size: contain;
        position: relative;
        top: 24px;
        clear: both;
    }

    footer p.logo_coopnews {
        top: -24px;
    }

    footer p.logo_coopnews img {
        width: 90px;
    }

    footer p.copyright {
        top: 0;
    }

    /*-----------------入力内容の確認-----------------*/
    /*----------注意事項(入力内容の確認)----------*/

    /*----------資料請求入力内容(入力内容の確認)----------*/
    .annaiMail_answer.confirm, .kiboujiki_answer.confirm {
        justify-content: flex-start;

    }

    .shiryou_sentaku_section.confirm .shiryou_sentaku_item [class^="img"] span {
        padding-left: 6px;

    }

    /*----------画面遷移(入力内容の確認)----------*/
    .next.confirm a {
        width: 170px;
    }

    .back a {
        width: 110px;
        margin-right: 16px;
        padding: 15px 0;
        font-size: 1.125rem;
    }

    .back a:before {
        left: 20px;
    }

    /*-----------------資料請求完了-----------------*/
    /*----------thanksメッセージ(資料請求完了)----------*/
    .thanks_message {
        margin: 0 25px 24px;
    }

    .thanks_message_title {
        padding: 8px 0;
        font-size: 1.125rem;
    }

    .thanks_message_br {
        display: block;
    }

    .thanks_message_br_pc {
        display: none;
    }

    .thanks_message_text p {
        text-align: left;
    }

    /*----------CTAエリア(資料請求完了)----------*/
    .cta_area_bnr {
        margin: 0 auto 24px;
        width: 80%;
    }

    .cta_area_text {
        font-size: 1rem;
    }

    .cta_area_bnr-text {
        border-right: 2.5px solid #39A75B;
        border-left: 2.5px solid #39A75B;
        border-bottom: 2.5px solid #39A75B;
    }

    .cta_area_bnr-text p {
        font-size: 1.4rem;
        line-height: 34px;
        font-weight: bold;
        color: #39A75B;
        padding: 8px 40px 2px 26px;
        justify-content: flex-start;
    }

    .cta_area_bnr-woman.pc {
        display: none;
    }

    .cta_area_bnr-sp {
        display: block;
    }

    .cta_area_bnr-text.pc {
        display: none;
    }

    .cta_area_bnr-text img {
        width: 20px;
        padding-bottom: 3px;
        margin-right: 2px;
    }

    .cta_area_bnr-spanText {
        font-size: 0.8rem;
        padding: 8px 0 8px 26px;
    }

    .cta_area_bnr-woman {
        bottom: 2px;
        right: -4px;
        width: 88px;
    }

    a.cta_area_shop, a.cta_area_web, a.cta_area_question {
        width: 80%;
        padding: 15px 0;
        font-size: 1.125rem;
    }

    .cta_area_shop img {
        margin-right: 8px;
        padding-bottom: 4px;
    }

    .cta_area_web img, .cta_area_question img {
        margin-right: 8px;
        padding-bottom: 2px;
    }

}

@media screen and (max-width: 414px) {

    /*----------資料請求入力----------*/


    /*----------次画面遷移----------*/
    .shiryo_cnt,p.back-to-top {
        font-size: 1rem;
    }

    .shiryo_cnt span {
        font-size: 1.5rem;
    }

    .next a {
        width: 300px;
        font-size: 1rem;
    }
    .back a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .kokumin .shiryou-type_detail .shiryou-type_txt {
        height: 170px;
    }
    .rec_blk .kokumin .check_area {
        padding-top: 16px;
    }

    .sumairu .shiryou-type_detail .shiryou-type_txt {
        height: 170px;
    }
}

@media screen and (max-width: 400px) {
    .kokumin .shiryou-type_detail .shiryou-type_txt {
        height: 150px;
    }

    .sumairu .shiryou-type_detail .shiryou-type_txt {
        height: 190px;
    }
}

@media screen and (max-width: 370px) {
    .shiryou_sentaku_section.confirm .shiryou_sentaku_item [class^="img"] {
        padding: 16px 0 16px 6px;
    }
    .shiryou_sentaku_section.confirm .shiryou_sentaku_item [class^="img"] span {
        font-size: 0.95em;
    }
}


@media screen and (max-width: 360px) {
    .shiryou-type_detail {
        padding: 8px;
    }

    .shiryou_sentaku_section.confirm .shiryou_sentaku_item img {
        width: 120px;
    }

    .cta_area_bnr-text p {
        font-size: 1.3rem;
    }

    .cta_area_bnr-spanText {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 350px) {
    .shiryou_sentaku_section .shiryou_sentaku_item img {
        width: 120px;
    }

    .shiryou-type_detail .logo img {
        width: 100px;
    }
}

@media screen and (max-width: 330px) {
    .shiryou-type_detail .shiryou-type_detail_txt,
    .shiryou-type_detail .shiryou-type_txt {
        font-size: 0.9rem;
    }

    .icons img {
        width: 40px;
    }
}

/** 生年月日のポップアップ **/
#popup_select_block {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    _position: absolute;
    _top:expression(eval(document.body.scrollTop));
    opacity: 1.0;
    z-index: 1000;
    background-color: #ffffff;
    background-color: rgba(80, 80, 80, 0.7);
}
#popup_select_block > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1.0;
    border-radius: 12px;
    z-index: 1001;
    display: block;
    width: fit-content;
    height: fit-content;
    width: 95%;
}
#popup_select_block .popup_selectbox {
    border: solid 2px #39a75b;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 1em;
    overflow: auto;
    margin: 0 auto;
}
#popup_select_block #popup_select_month {
    max-width: 520px;
}
#popup_select_block #popup_select_day {
    max-width: 520px;
}
#popup_select_block .popup_selectbox .section-head {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
#popup_select_block .popup_selectbox .section-body {
    display: grid;
    column-gap: 0.8em;
    row-gap: 0.8em;
    justify-content: center;
}
#popup_select_block #popup_select_month .section-body {
    grid-template-columns:80px 80px 80px;
    column-gap: 1.3em;
    row-gap: 1.3em;
}
#popup_select_block #popup_select_month .section-head,
#popup_select_block #popup_select_month .section-body,
#popup_select_block #popup_select_month .section-foot {
    min-width: 200px;
}
#popup_select_block #popup_select_day .section-body {
    grid-template-columns:80px 80px 80px 80px 80px;
}
#popup_select_block #popup_select_day .section-head,
#popup_select_block #popup_select_day .section-body,
#popup_select_block #popup_select_day .section-foot {
    min-width: 320px;
}
#popup_select_block .popup_selectbox div span {
    color: #4d4949;
    background-color: #ffffff;
    border: solid 1px #818181;
    text-align: center;
    text-wrap: nowrap;
    cursor: pointer;
    justify-self: center;
}
#popup_select_block .popup_selectbox div span.sel {
    color: #ffffff;
    background-color: #39a75b;
    border: solid 1px #818181;
}
#popup_select_block .popup_selectbox div span:hover {
    background-color: #f0fade;
    border: solid 1px #4d4949;
}
#popup_select_block .popup_selectbox div span.sel:hover {
    color: #ffffff;
    background-color: #39a75b;
    border: solid 1px #4d4949;
}
#popup_select_block .popup_selectbox .section-body span {
    width: 80px;
    padding: 0.6em 0;
    border-radius: 7px;
    font-size: 1.125rem;
    font-weight: bold;
}
#popup_select_block .popup_selectbox .section-foot {
    margin: 2.5em 0 2em 0;
    padding: 0;
    text-align: center;
}
#popup_select_block .popup_selectbox .section-foot span {
    padding: 0.5em 0;
    border-radius: 18px;
    display: inline-block;
    max-width: 180px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #popup_select_block #popup_select_day .section-head,
    #popup_select_block #popup_select_day .section-body,
    #popup_select_block #popup_select_day .section-foot {
        min-width: auto;
    }
    #popup_select_block #popup_select_day .section-body {
        grid-template-columns:16% 16% 16% 16% 16%;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-body span {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #popup_select_block #popup_select_day.popup_selectbox {
        padding: 0.6em;
    }
    #popup_select_block #popup_select_day .section-body {
        grid-template-columns:16% 16% 16% 16% 16%;
        column-gap: 0.6em;
        row-gap: 0.6em;
        overflow-y: auto;
        max-height: 450px;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-body span {
        width: 100%;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-body span {
        padding: 0.5em 0;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-head {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-foot {
        margin: 1.5em 0 1.0em 0;
    }
}

@media screen and (max-width: 349px) {
    #popup_select_block .popup_selectbox {
        padding: 0.5em;
    }
    #popup_select_block .popup_selectbox .section-body {
        column-gap: 0.4em;
        row-gap: 0.4em;
    }
    #popup_select_block #popup_select_month .section-body {
        grid-template-columns:80px 80px;
        column-gap: 0.4em;
        row-gap: 0.4em;
    }
    #popup_select_block #popup_select_day .section-body {
        grid-template-columns:20% 20% 20% 20%;
        column-gap: 0.4em;
        row-gap: 0.4em;
    }
    #popup_select_block #popup_select_day.popup_selectbox .section-body span {
        width: 100%;
    }
}

@media screen and (max-width: 200px) {
    #popup_select_block #popup_select_month .section-body {
        grid-template-columns:80px;
        overflow-y: auto;
        max-height: 360px;
    }
    #popup_select_block #popup_select_day .section-body {
        grid-template-columns:50px 50px;
    }
    #popup_select_block #popup_select_month .section-head,
    #popup_select_block #popup_select_month .section-body,
    #popup_select_block #popup_select_month .section-foot {
        min-width: 98%;
    }
    #popup_select_block #popup_select_day .section-head,
    #popup_select_block #popup_select_day .section-body,
    #popup_select_block #popup_select_day .section-foot {
        min-width: 98%;
    }
}
/** 生年月日のポップアップ **/

/* 住所検索 */
.adress_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.td_address input {
    margin-right: 20px;
}
.td_address .ad_btn {
    display: inline-block;
    margin-top: calc(15px + 1em);
    font-size: 1em;
    padding: 3px 10px;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    /* グラデーション */
    background: -moz-linear-gradient(top,  rgba(0,154,53,1) 1%, rgba(64,144,46,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,154,53,1)), color-stop(100%,rgba(64,144,46,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,154,53,1) 1%,rgba(64,144,46,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,154,53,1) 1%,rgba(64,144,46,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,154,53,1) 1%,rgba(64,144,46,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,154,53,1) 1%,rgba(64,144,46,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a35', endColorstr='#40902e',GradientType=0 ); /* IE6-9 */
}
.td_address .ad_btn:hover {
    background: -moz-linear-gradient(top,  rgba(9,154,35,1) 0%, rgba(30,156,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,154,35,1)), color-stop(100%,rgba(30,156,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(9,154,35,1) 0%,rgba(30,156,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(9,154,35,1) 0%,rgba(30,156,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(9,154,35,1) 0%,rgba(30,156,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(9,154,35,1) 0%,rgba(30,156,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099a23', endColorstr='#1e9c1c',GradientType=0 ); /* IE6-9 */
}
.td_address .ad_btn img {
    margin-left: 8px;
}
@media screen and (max-width: 980px) {
    .adress_wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .td_address .ad_btn {
        margin-top: 0;
        margin-bottom: 16px;
    }
}
#sub_address {
    padding: 24px;
    text-align: left;
    background-color: #FFF none;
}
#sub_address h1 {
    line-height: 1.2;
    font-size: 1.39em;
    clear: both;
    margin: 0px 0px 25px 0px;
    padding: 10px 20px;
    background: rgb(248, 248, 248);
    border-top: 2px solid rgb(0, 154, 53);
    border-bottom: 2px solid rgb(230, 230, 230);
    font-weight: bold;
}
#sub_address p.address-text {
    padding-bottom: 1em;
}
#sub_address p.description {
    font-size: 0.875em;
}
#sub_address a {
    text-decoration: underline;
    color: #0000EE;
    font-weight: normal;
    font-size: 0.875em;
}
#sub_address .ken {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 2px;
}
#sub_address .ken p {
    text-align: right;
}
#sub_address .link-around {
    max-width: 100%;
    padding: 2px;
    text-align: right;
}
#sub_address .link-around .link-next {
    margin-left: 40px;
}

@media screen and (max-width: 480px) {
    #sub_address .link-around .link-next {
        margin-left: 20px;
    }
}

#sub_address .addressCommit {
    font-size: 1em;
}
#sub_address .nav_button {
    clear: both;
    margin-top: 2em;
}
#sub_address .a-center {
    text-align: center;
}
#sub_address .note {
    clear:both;
    padding: 10px;
    border:2px solid #009A35;
    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    background:#fff;
}
@media screen and (max-width: 767px) {
    #sub_address {
        padding: 3%;
        margin-top: 1.5em;
    }
    #sub_address h1 {
        padding: 3%;
        font-size: 1em;
    }
    #sub_address .nav_button .a-center a img {
        max-width: 30%;
        height: auto;
    }
    #sub_address .addressCommit {
        font-size: 0.875em;
        display: inline-block;
        padding: 1% 3%;
    }
    #sub_address .note {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
}
/* 住所検索 */