@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul,
ul,
li {
    list-style-type: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* =====================
  global
===================== */
body {
    color: #333;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","YuGothic","MS Pゴシック","MS PGothic",sans-serif;
    letter-spacing: .1em;
    line-height: 1.9;
}

.l_inner {
    width: 1200px;
    margin: 0 auto;
}

a:hover {
    opacity: 0.8;
}

.m_breadcrumbs {
    background-color: #e1e1e1;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
}

.m_breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.e_txt {
    margin: 0 20px;
}

.e_txt_small {
    font-size: 14px;
}

.tI1em {
    margin-left: 1em;
    text-indent: -1em;
}

.tI2em {
    margin-left: 2em;
    text-indent: -2em;
}

.mb20 {
    margin-bottom: 20px;
}
/*  .e_ttl
------------------------*/
/*-----	lv2 -----*/
.e_ttl_lv2 {
    color: #008837;
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
    position: relative;
    margin-bottom: 65px;
}

.e_ttl_lv2:after {
    content: "";
    background-color: #008837;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -40px;
}

.e_ttl_lv2_type02 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
}

.e_ttl_lv2_type02:after {
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
    background-color: #008837;
    bottom: -20px;
    left: 0;
}

/*-----	lv3 -----*/
.e_ttl_lv3_type01 {
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2.5px;
    border-bottom: 5px solid #e1e1e1;
    padding-top: 4px;
    padding-bottom: 7px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
}

.e_ttl_lv3_type01:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 6px;
    top: 0;
    left: 0;
    background-color: #008837;
}

.e_ttl_lv3_type01:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 6px;
    top: 15px;
    left: 0;
    background-color: #6fc999;
}

/*-----	lv4 -----*/
.e_ttle_lv4_type01 {
    font-size: 20px;
    font-weight: bold;
    background-color: #eefbf6;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 16px 0;
    padding-left: 60px;
    line-height: 1;
}

.e_ttle_lv4_type02 {
    font-size: 20px;
    line-height: 1;
    background-color: #eefbf6;
    border-radius: 5px;
    padding: 16px 0 16px 21px;
    margin-bottom: 20px;
}

/*  ..e_list
------------------------*/
.e_list_dl {
    margin: 20px 20px 45px;
}

.e_list_dl dt,
.e_list_dl dd {
    padding-left: 18px;
}

.e_list_dl dt {
    position: relative;
}

.e_list_dl dt:before {
    position: absolute;
    content: '';
    background-color: #008837;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    margin-top: -5.5px;
}

.e_list_type01 {
    margin: 0 20px;
}

.e_list_type01 .e_li {
    padding-left: 20px;
    position: relative;
}

.e_list_type01 .e_li:before {
    position: absolute;
    content: '';
    background-color: #008837;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 2px;
    margin-top: 7.5px;
}

.e_list_type01 .e_li .e_caution {
    font-size: 14px;
}

/* =====================
  header .m_hdr
===================== */
.m_hdr_upper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.m_hdr_upper .e_hdr_upper_right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.m_hdr_upper .e_hdr_upper_right .m_nav_upper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: .875rem;
}

.m_hdr_upper .e_hdr_upper_right .m_nav_upper li {
    margin-right: 2.625rem;
}

.m_hdr_upper .e_hdr_upper_right .m_nav_upper li a {
    display: block;
    position: relative;
    padding: 0 0 0 11px;
}

.m_hdr_upper .e_hdr_upper_right .m_nav_upper li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #d8d8d8;
}

.m_hdr_upper .e_hdr_upper_right p {
    color: #fff;
}

.m_hdr_upper .e_hdr_upper_right p a {
    background: #ef7614;
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 13px 21px;
    padding-right: 36px;
}

.m_hdr_upper .e_hdr_upper_right p a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m_hdr_lower {
    background: #008837;
}

.e_hdr_lower_nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 1rem 0;
}

.e_hdr_lower_nav .e_hdr_lower_nav_li {
    border-left: 1px solid #fff;
    width: 100%;
    text-align: center;
}

.e_hdr_lower_nav .e_hdr_lower_nav_li:last-child {
    border-right: 1px solid #fff;
}

.e_hdr_lower_nav .e_hdr_lower_nav_li a {
    display: block;
    padding: .25rem 0;
}

/* =====================
  main
===================== */
.m_mainvisual {
    text-align: center;
    margin-bottom: 5rem;
}

.m_mainvisual img {
    width: 100%;
    min-width: 1200px;
}

/*  .m_top_nav
------------------------*/
.m_top_nav {
    width: 1200px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.m_top_nav .e_top_nav_elm {
    position: relative;
}

.m_top_nav .e_top_nav_elm a {
    display: block;
    height: 100%;
}

.m_top_nav .e_top_nav_elm a p {
    color: #fff;
    background-color: #008837;
    padding: 13px 0;
    opacity: .85;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.m_top_nav .m_top_nav_left .e_top_nav_elm {
    margin-right: 15px;
    width: 700px;
    height: 311px;
}

.m_top_nav .m_top_nav_left .e_top_nav_elm:first-of-type {
    margin-bottom: 18px;
}

.m_top_nav .m_top_nav_left .e_top_nav_elm:first-of-type a {
    background: url(/assets/img/mainimg_01.png) no-repeat left center;
    background-size: cover;
}

.m_top_nav .m_top_nav_left .e_top_nav_elm:last-of-type a {
    background: url(/assets/img/mainimg_02.png) no-repeat left center;
    background-size: cover;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm {
    margin-left: 15px;
    width: 470px;
    height: 200px;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm:first-of-type {
    margin-bottom: 20px;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm:first-of-type a {
    background: url(/assets/img/mainimg_03.png) no-repeat left center;
    background-size: cover;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm:nth-of-type(2) {
    margin-bottom: 20px;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm:nth-of-type(2) a {
    background: url(/assets/img/mainimg_04.png) no-repeat left center;
    background-size: cover;
}

.m_top_nav .m_top_nav_right .e_top_nav_elm:last-of-type a {
    background: url(/assets/img/mainimg_05.png) no-repeat left center;
    background-size: cover;
}

/*  .m_news
------------------------*/
.m_news {
    overflow: hidden;
    margin-bottom: 55px;
}

.m_news dt,
.m_news dd {
    float: left;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 26px;
    padding-top: 26px;
}

.m_news dt {
    color: #008837;
    clear: both;
    width: 15%;
}

.m_news dd {
    width: 85%;
}

.m_news dd a {
    display: block;
}

.m_news dl dd a.pLink::after {
	    display: inline-block;
        content: "　";
        background-image:url(../../assets/img/common/ico_pdf.svg) ;
        background-repeat: no-repeat;
        width:18px;
        height:24px;
        position: relative;
        bottom:-4px;
        margin-left:15px;
} 

.m_lead {
    height: 300px;
}

.m_lead .l_inner {
    padding: 100px 0;
    padding: 120px 0 150px;
}

.e_content {
    padding-top: 70px;
}

.e_notice {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.e_list_type02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.e_list_type02 .e_li_type01 {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px;
    width: 285px;
    text-align: center;
}

.e_list_type02 .e_li_type01 figure {
    height: 103px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e_list_type02 .e_list_type01_middle a {
    display: block;
    background-color: #ef7614;
    color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.e_list_type02 .e_list_type01_middle a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 10px;
    top: 50%;
}

.e_list_type02 .e_area_pdf a {
    background: #fff url("/assets/img/common/ico_pdf.svg") no-repeat 193px center;
    border-radius: 5px;
    color: #c61000;
    border: 2px solid #c61000;
    padding: 10px;
    padding-right: 30px;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
}

.e_list_type02 .e_area_pdf a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid #c61000;
    border-right: 3px solid #c61000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 10px;
    top: calc( 50% - 5px);
}

.e_area_grey_01 {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    text-align: center;
    padding: 22px 0;
    width: 720px;
    margin: 0 auto 72px;
    border-radius: 8px;
}

.e_area_grey_01 .e_txt {
    margin-bottom: -10px;
}

.e_area_grey_02 {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    text-align: left;
    padding: 22px;
    width: 720px;
    margin: 0 auto 72px;
    border-radius: 8px;
}

.e_area_grey_03 {
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    text-align: left;
    padding: 22px;
    width: 680px;
    margin: 0 auto 72px;
    border-radius: 8px;
}

.e_area_grey_02 .e_txt {
    letter-spacing: 0.04em !important;
}

.e_area_pdf a {
    background: #fff url("/assets/img/common/ico_pdf.svg") no-repeat 315px center;
    border-radius: 5px;
    color: #c61000;
    border: 2px solid #c61000;
    padding: 10px;
    padding-right: 30px;
    text-align: center;
    position: relative;
    width: 375px;
    display: block;
    box-sizing: border-box;
    margin: 25px auto 20px;
}

.e_area_pdf a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 3px solid #c61000;
    border-right: 3px solid #c61000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 10px;
    top: calc( 50% - 5px);
}

.m_area_green .e_ttl_lv4_type01 {
    width: 640px;
    margin: 0 auto;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: #008837;
    border-top: 3px solid #008837;
    border-left: 3px solid #008837;
    border-right: 3px solid #008837;
}

.m_area_green .m_area_green_lower {
    width: 640px;
    margin: 0 auto 60px;
    background-color: #eefbf6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px 0 20px;
    border-bottom: 3px solid #008837;
    border-left: 3px solid #008837;
    border-right: 3px solid #008837;
}

.m_area_green .m_area_green_lower .e_txt_bold {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px;
}

.m_area_green .m_area_green_lower .e_area_btn_type01 a {
    background: #ef7614;
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 13px 21px;
    padding-right: 36px;
    text-align: center;
    color: #fff;
    display: block;
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.m_area_green .m_area_green_lower .e_area_btn_type01 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =====================
  exclusive 
===================== */
.exclusive .m_lead .l_inner {
    background: url("/assets/img/exclusive/bcimg_exclusive.png") no-repeat right center;
}

.exclusive .m_inquiry {
    width: 900px;
    margin: 0 auto 90px;
    text-align: center;
}

.exclusive .m_inquiry .m_contact {
    width: 600px;
    margin: 16px auto 0;
    text-align: left;
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.exclusive .m_inquiry .m_contact .e_lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.exclusive__service_btn {
    height: 85px;
    align-content: center;
}

.adjFlex {
    display: flex; 
    justify-content: center;
}

.adjFlex .bnrfix {
   display:block; 
   width:45%; 
   text-align: center; 
}

.adjFlex .bnrfix .cap07 {
    font-size:70%;
}

.adjFlexL {
    display: flex; 
    justify-content: left;
}

.adjFlexL .bnrfixL {
   display:block; 
   width:30%; 
   text-align: left; 
}

.adjFlexL .bnrfixR {
   display:block; 
   width:70%; 
   text-align: left; 
}

.adjFlexL .bnrfixR p {
   font-size: 80%;
   font-weight: bold;
 }
    
.adjFlexL .bnrfixR .cap07 {
    font-size:70%;
    font-weight: normal;
}

.adjFlexL .bnrfixR ul {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.0; 
  margin-bottom: 20px;
}

.adjFlexL .bnrfixR a {
  text-decoration: underline;
  color:#648cf4;
}

.adjFlexL .bnrfixR a:hover {
  text-decoration: none;
  color:#333;
}

.adjFlexR {
    display: flex; 
    justify-content: flex-end;
}

.underline{
    text-decoration: underline;;
}

/* =====================
  about 
===================== */
.about .m_lead .l_inner {
    background: url("/assets/img/about/bcimg_about.png") no-repeat right center;
}

.about .e_txt {
    text-indent: 1rem;
}

.about .e_sign {
    margin: 36px 0 40px;
    margin-right: 20px;
    text-align: right;
}

.about .e_sign p {
    margin-bottom: 15px;
}

.about .e_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 50px 70px;
}

.about .e_list .e_li {
    width: 500px;
}

.about .e_list .e_li a {
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 30px 0;
    background: #ef7614;
    line-height: 1;
}

.about .e_list .e_li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about .e_list .e_li:first-child a {
    background: url("/assets/img/about/ico_profile.svg") #ef7614 no-repeat 158px center;
}

.about .e_list .e_li:last-child a {
    background: url("/assets/img/about/ico_store.svg") #ef7614 no-repeat 160px center;
}

/* =====================
  about .profile
===================== */
.profile .m_lead .l_inner {
    background: url("/assets/img/about/bcimg_about.png") no-repeat right center;
}

.profile .e_ttl_lv3_type01 + .m_tbl {
    margin-bottom: 76px;
}

.profile .m_tbl {
    width: 100%;
    margin-top: 26px;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    margin-bottom: 76px;
}

.profile .m_tbl:last-child {
    margin-bottom: 102px;
}

.profile .m_tbl td,
.profile .m_tbl th {
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}

.profile .m_tbl th {
    color: #fff;
    width: 240px;
    text-align: center;
    font-weight: bold;
    background-color: #008837;
    padding: 20px 0;
}

.profile .m_tbl td {
    padding: 20px 18px;
}

.profile .m_tbl .e_dlist_01 {
    padding-left: 18px;
}

.profile .m_tbl .e_dlist_01 dt {
    position: relative;
}

.profile .m_tbl .e_dlist_01 dt:first-child:before {
    content: "\02460";
    position: absolute;
    left: -18px;
    top: 0;
}

.profile .m_tbl .e_dlist_01 dt:nth-of-type(2):before {
    content: "\02461";
    position: absolute;
    left: -18px;
    top: 0;
}

.profile .m_tbl .e_list li {
    list-style-type: disc;
    list-style-position: inside;
}

/* =====================
  about store
===================== */
.store .m_lead .l_inner {
    background: url("/assets/img/about/store/bg_store.png") no-repeat right center;
}

.l_inner_narrow {
    width: 1160px;
    margin: 0 auto;
}

.l_col2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.store table {
    border: 1px solid #c1c1c1;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
}

.store table thead tr th {
    background-color: #008837;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #c1c1c1;
}

.store table thead tr th:last-of-type {
    border-right: none;
}

.store table tbody td {
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.store table tbody td:nth-child(2) {
    text-align: left;
}

.store table tbody td .e_map a {
    background: #ef7614;
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 13px 21px;
    padding-right: 36px;
    color: #fff;
}

.store table tbody td .e_map a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =====================
  corporation
===================== */
.corporation .m_lead .l_inner {
    background: url("/assets/img/corporation/bcimg_corporation.png") no-repeat right -147px;
    padding: 120px 0 150px;
}

.corporation .m_area_green_02 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 57px;
    border: 3px solid #008837;
    border-radius: 5px;
    box-sizing: border-box;
}

.corporation .m_area_green_02 .e_ttl_lv3_type02 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background-color: #008837;
    padding: 20px 0;
}

.corporation .m_area_green_02 .m_area_green_lower {
    background-color: #eefbf6;
    padding: 18px;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul .e_li {
    width: 33%;
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #008837;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul .e_li:first-child {
    padding-left: 0;
    border-left: none;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul .e_li h4 {
    color: #fff;
    background-color: #008837;
    margin-right: 20px;
    border-radius: 50%;
    min-width: 76px !important;
    height: 76px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 10px 0;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul .e_li h4 span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: .8;
}

.corporation .m_area_green_02 .m_area_green_lower .e_ul .e_li .e_txt {
    font-weight: bold;
    letter-spacing: 1px;
}

.corporation .m_area_btn {
    margin-bottom: 77px;
}

.corporation .m_area_btn .e_ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.corporation .m_area_btn .e_ul .e_li {
    width: 500px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    background-color: #b3b3b3;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporation .m_area_btn .e_ul .e_li.l_current {
    background-color: #ef7614;
}

.corporation .m_area_btn .e_ul .e_li.l_current:before {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -6.5px;
    width: 13px;
    height: 13px;
    border: 13px solid transparent;
    border-top: 13px solid #ef7614;
    box-sizing: border-box;
}

.corporation .m_area_btn .e_ul .e_li:first-child {
    border-top-left-radius: 7px;
    margin-right: .5px;
}

.corporation .m_area_btn .e_ul .e_li:last-child {
    border-top-right-radius: 7px;
    margin-left: .5px;
}

.corporation .m_area_btn .e_ul .e_li a {
    padding: 32px 0;
    width: 100%;
    display: block;
}

.corporation .m_map {
    background: url("/assets/img/corporation/map.png") no-repeat center center;
    width: 868px;
    height: 868px;
    margin: 0 auto 90px;
    position: relative;
}

.corporation .m_map .e_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #008837;
    padding-top: 45%;
}

.corporation .m_map .e_dl {
    display: inline-block;
}

.corporation .m_map .e_dl dt {
    position: absolute;
}

.corporation .m_map .e_dl dt:first-of-type {
    top: 92px;
    right: 164px;
}

.corporation .m_map .e_dl dt:first-of-type a {
    background: url("/assets/img/corporation/ico_labor.png") #de3e92 no-repeat 15px center;
}

.corporation .m_map .e_dl dt:nth-of-type(2) {
    top: 375px;
    right: 33px;
}

.corporation .m_map .e_dl dt:nth-of-type(2) a {
    background: url("/assets/img/corporation/ico_compensation.png") #456782 no-repeat 11px center;
}

.corporation .m_map .e_dl dt:nth-of-type(3) {
    bottom: 186px;
    right: 158px;
}

.corporation .m_map .e_dl dt:nth-of-type(3) a {
    background: url("/assets/img/corporation/ico_property.png") #c54351 no-repeat 7px center;
}

.corporation .m_map .e_dl dt:nth-of-type(4) {
    bottom: 186px;
    left: 156px;
}

.corporation .m_map .e_dl dt:nth-of-type(4) a {
    background: url("/assets/img/corporation/ico_holiday.png") #5b804a no-repeat 10px center;
}

.corporation .m_map .e_dl dt:nth-of-type(5) {
    top: 377px;
    left: 26px;
}

.corporation .m_map .e_dl dt:nth-of-type(5) a {
    background: url("/assets/img/corporation/ico_car.png") #684a99 no-repeat 1px center;
}

.corporation .m_map .e_dl dt:nth-of-type(6) {
    top: 92px;
    left: 155px;
}

.corporation .m_map .e_dl dt:nth-of-type(6) a {
    background: url("/assets/img/corporation/ico_management.png") #e17d43 no-repeat 13px center;
}

.corporation .m_map .e_dl dt a {
    display: block;
    width: 245px;
    line-height: 1;
    box-sizing: border-box;
    padding: 22px 40px 22px 62px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.corporation .m_map .e_dl dt a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.corporation .m_map .e_dl dd {
    position: absolute;
    font-weight: bold;
}

.corporation .m_map .e_dl dd:nth-of-type(1) {
    top: 171px;
    right: 172px;
}

.corporation .m_map .e_dl dd:nth-of-type(2) {
    bottom: 362px;
    right: 43px;
}

.corporation .m_map .e_dl dd:nth-of-type(3) {
    bottom: 120px;
    right: 162px;
}

.corporation .m_map .e_dl dd:nth-of-type(4) {
    bottom: 120px;
    left: 172px;
}

.corporation .m_map .e_dl dd:nth-of-type(5) {
    bottom: 362px;
    left: 33px;
}

.corporation .m_map .e_dl dd:nth-of-type(6) {
    top: 171px;
    left: 173px;
}

.corporation .e_ttl_lv5_type01 {
    width: 100%;
    line-height: 1;
    margin-bottom: 15px;
    padding: 20px 0;
    padding-left: 72px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
}

.corporation .e_ttl_lv5_type01:nth-of-type(1) {
    background: url("/assets/img/corporation/ico_labor.png") #de3e92 no-repeat 15px center;
}

.corporation .e_ttl_lv5_type01:nth-of-type(2) {
    background: url("/assets/img/corporation/ico_compensation.png") #456782 no-repeat 11px center;
}

.corporation .e_ttl_lv5_type01:nth-of-type(3) {
    background: url("/assets/img/corporation/ico_property.png") #c54351 no-repeat 7px center;
}

.corporation .e_ttl_lv5_type01:nth-of-type(4) {
    background: url("/assets/img/corporation/ico_holiday.png") #5b804a no-repeat 10px center;
}

.corporation .e_ttl_lv5_type01:nth-of-type(5) {
    background: url("/assets/img/corporation/ico_car.png") #684a99 no-repeat 1px center;
}

.corporation .e_ttl_lv5_type01:nth-of-type(6) {
    background: url("/assets/img/corporation/ico_management.png") #e17d43 no-repeat 13px center;
}

.corporation .e_lisk_detail {
    border: 3px solid #f1f1f1;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.corporation .e_lisk_detail.e_lisk_detail_pdla {
    padding: 22px 10px;
    padding-left: 16px;
}

.corporation .e_lisk_detail.e_lisk_detail_last {
    margin-bottom: 63px;
}

.corporation .e_lisk_detail + .e_ttl_lv5_type01 {
    margin-top: 50px;
}

.corporation .e_lisk_detail .e_lisk_list .e_li {
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}

.corporation .e_lisk_detail .e_lisk_list .e_li:last-child {
    margin-bottom: 0;
}

.corporation .e_lisk_detail .e_lisk_list .e_li:before {
    content: '';
    background-color: #008837;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5.5px;
}

.corporation .e_lisk_detail .e_link_btn .e_li {
    margin-bottom: 8px;
}

.corporation .e_lisk_detail .e_link_btn .e_li:last-child {
    margin-bottom: 0;
}

.corporation .e_lisk_detail .e_link_btn a {
    color: #fff;
    font-size: 18px;
    background-color: #ef7614;
    display: block;
    border-radius: 5px;
    position: relative;
    text-align: center;
    width: 320px;
    box-sizing: border-box;
    padding: 13px 0;
    line-height: 1;
}

.corporation .e_lisk_detail .e_link_btn a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.corporation .e_lisk_detail .e_link_btn a:after {
    content: '';
    background: url("/assets/img/common/arrow_right_03.png") no-repeat left center;
    position: absolute;
    width: 60px;
    height: 34px;
    left: -80px;
    top: 50%;
    margin-top: -17px;
}

/* =====================
  corporation list
===================== */
.corporation .m_guide_btn {
    margin-top: 90px;
}

.corporation .m_guide_btn .e_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.corporation .m_guide_btn .e_list .e_li:first-child a {
    background: url("/assets/img/corporation/list/ico_life.svg") no-repeat 20px center;
    margin-right: 25px;
}

.corporation .m_guide_btn .e_list .e_li:last-child a {
    background: url("/assets/img/corporation/list/ico_fire.svg") no-repeat 29px center;
    margin-left: 25px;
}

.corporation .m_guide_btn .e_list .e_li a {
    color: #008837;
    border: 1px solid #008837;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 23px 0;
    line-height: 1;
    position: relative;
    width: 450px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.corporation .m_guide_btn .e_list .e_li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #008837;
    border-right: 3px solid #008837;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.corporation .m_guide_btn .e_list .e_li a span {
    transition: all .3s ease-in-out;
    display: block;
}

.corporation .m_guide_btn .e_list .e_li a:hover {
    opacity: 1;
    background-color: #eefbf6;
}

.corporation .m_guide_btn .e_list .e_li a:hover span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.corporation .e_ttle_lv4_type01:nth-of-type(1) {
    background: url("/assets/img/corporation/list/ico_plaster.png") #eefbf6 no-repeat 12px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(2) {
    background: url("/assets/img/corporation/list/ico_stethoscope.png") #eefbf6 no-repeat 12px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(3) {
    background: url("/assets/img/corporation/list/ico_cyber.png") #eefbf6 no-repeat 9px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(4) {
    background: url("/assets/img/corporation/list/ico_factory.png") #eefbf6 no-repeat 11px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(5) {
    background: url("/assets/img/corporation/list/ico_house.png") #eefbf6 no-repeat 8px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(6) {
    background: url("/assets/img/corporation/list/ico_quake.png") #eefbf6 no-repeat 13px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(7) {
    background: url("/assets/img/corporation/list/ico_wave.png") #eefbf6 no-repeat 7px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(8) {
    background: url("/assets/img/corporation/list/ico_ban.png") #eefbf6 no-repeat 2px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(9) {
    background: url("/assets/img/corporation/list/ico_car.png") #eefbf6 no-repeat 2px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(10) {
    background: url("/assets/img/corporation/list/ico_business.png") #eefbf6 no-repeat 4px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(11) {
    background: url("/assets/img/corporation/list/ico_lady.png") #eefbf6 no-repeat 7px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(12) {
    background: url("/assets/img/corporation/list/ico_regulary.png") #eefbf6 no-repeat 5px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(13) {
    background: url("/assets/img/corporation/list/ico_long.png") #eefbf6 no-repeat 6px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(14) {
    background: url("/assets/img/corporation/list/ico_heart.png") #eefbf6 no-repeat 3px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(15) {
    background: url("/assets/img/corporation/list/ico_hearthand.png") #eefbf6 no-repeat 15px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(16) {
    background: url("/assets/img/corporation/list/ico_income.png") #eefbf6 no-repeat 6px center;
}

.corporation .e_ttle_lv4_type01:nth-of-type(17) {
    background: url("/assets/img/corporation/list/ico_heart.png") #eefbf6 no-repeat 3px center;
}

.corporation .e_txt + .e_ttle_lv4_type01 {
    margin-top: 40px;
}

.corporation .e_txt + .e_ttl_lv3_type01 {
    margin-top: 80px;
}

.corporation figure {
    text-align: center;
    margin: 45px 0 50px;
}

.corporation figure:last-of-type {
    margin-bottom: 73px;
}

.corporation.list .e_txt {
    letter-spacing: .115em;
}

.corporation.list .m_area_green .m_area_green_lower {
    margin-bottom: 82px;
}

/* =====================
  perasonal
===================== */
.personal .m_lead .l_inner {
    background: url("/assets/img/personal/bcimg_personal.png") no-repeat right -148px;
    padding: 120px 0 150px;
}

.personal .e_ttl_lv3_type01 {
    margin-top: 85px;
}

.personal .e_ttl_lv3_type01:first-child {
    margin-top: 0;
}

.personal .e_ttl_lv3_type01:nth-of-type(2) {
    margin-top: 65px;
}

.personal .e_txt + .e_ttle_lv4_type02,
.personal .e_list_type01 + .e_ttle_lv4_type02 {
    margin-top: 45px;
}

.personal .e_txt {
    letter-spacing: .115em;
}

.personal .m_guide_btn {
    margin-top: 30px;
}

.personal .m_guide_btn .e_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 950px;
    margin: 0 auto 45px;
}

.personal .m_guide_btn .e_list .e_li {
    margin-bottom: 20px;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(1) a {
    background: url("/assets/img/personal/ico_car.png") no-repeat 8px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(2) a {
    background: url("/assets/img/personal/ico_volcano.png") no-repeat 25px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(3) a {
    background: url("/assets/img/personal/ico_sick.png") no-repeat 23px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(4) a {
    background: url("/assets/img/personal/ico_others.png") no-repeat 19px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(5) a {
    background: url("/assets/img/personal/ico_wheelchair.png") no-repeat 12px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(6) a {
    background: url("/assets/img/personal/ico_calculator.png") no-repeat 25px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(7) a {
    background: url("/assets/img/personal/ico_hand.png") no-repeat 24px center;
}

.personal .m_guide_btn .e_list .e_li:nth-of-type(8) a {
    background: url("/assets/img/personal/ico_cloud.png") no-repeat 18px center;
}

.personal .m_guide_btn .e_list .e_li a {
    color: #008837;
    border: 1px solid #008837;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 23px 0;
    line-height: 1;
    position: relative;
    width: 450px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.personal .m_guide_btn .e_list .e_li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #008837;
    border-right: 3px solid #008837;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.personal .m_guide_btn .e_list .e_li a span {
    display: block;
    transition: all .3s ease-in-out;
}

.personal .m_guide_btn .e_list .e_li a:hover {
    opacity: 1;
    background-color: #eefbf6;
}

.personal .m_guide_btn .e_list .e_li a:hover span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.personal .m_area_green {
    margin-top: 88px;
}

/* =====================
  insurance
===================== */
.insurance .m_lead .l_inner {
    background: url("/assets/img/insurance/bcimg_insurance.png") no-repeat right -148px;
}

.insurance .e_ttl_lv3_type01 {
    clear: left;
}

.insurance .e_txt:first-child {
    margin-bottom: 65px;
}

.insurance .e_list {
    margin: 0 25px;
    float: left;
    width: calc( 50% - 50px);
}

.insurance .e_list:nth-of-type(2) {
    margin-bottom: 85px;
    margin-left: 0;
}

.insurance .e_list:nth-of-type(3) {
    margin-bottom: 90px;
}

.insurance .e_list .e_li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 8px;
}

.insurance .e_list .e_li a {
    border-bottom: 1px solid #333;
    padding-bottom: 1px;
}

.insurance .m_area_green {
    clear: left;
}

/* =====================
  privacypolicy 
===================== */
.privacypolicy .m_lead .l_inner {
    background: url("/assets/img/privacypolicy/bcimg_privacypolicy.png") no-repeat right -148px;
}

.privacypolicy .e_ttl_lv3_type01:first-of-type + .e_txt {
    margin-bottom: 50px;
}

.privacypolicy .m_list_area {
    margin: 0 20px;
}

.privacypolicy .m_list_area .e_ttle_lv4_type03 {
    margin-top: 50px;
}

.privacypolicy .m_list_area .e_list01 .e_li {
    padding-left: 72px;
    position: relative;
}

.privacypolicy .m_list_area .e_list01 .e_li:first-of-type:before {
    content: '（１）';
    position: absolute;
    top: 0;
    left: 18px;
}

.privacypolicy .m_list_area .e_list01 .e_li:nth-of-type(2):before {
    content: '（２）';
    position: absolute;
    top: 0;
    left: 18px;
}

.privacypolicy .m_list_area .e_list01 .e_li:nth-of-type(3):before {
    content: '（３）';
    position: absolute;
    top: 0;
    left: 18px;
}

.privacypolicy .m_list_area .e_list01 .e_li:nth-of-type(4):before {
    content: '（４）';
    position: absolute;
    top: 0;
    left: 18px;
}

.privacypolicy .m_list_area .e_list01 .e_li:nth-of-type(5):before {
    content: '（５）';
    position: absolute;
    top: 0;
    left: 18px;
}

.privacypolicy .m_list_area .e_list02 {
    margin-bottom: 90px;
}

.adjTR{
    text-align: right;
}

.mb50{
    margin-bottom: 50px;
}
/* =====================
  sitemap 
===================== */
.sitemap .m_lead .l_inner {
    background: url("/assets/img/sitemap/bcimg_sitemap.png") no-repeat right -148px;
}

.sitemap .m_nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 25px 96px;
}

.sitemap .m_nav > ul {
    width: 50%;
    box-sizing: border-box;
}

.sitemap .m_nav > ul:first-of-type {
    padding-right: 30px;
}

.sitemap .m_nav > ul:nth-of-type(2) {
    padding-left: 30px;
}

.sitemap .m_nav > ul > li > a {
    display: block;
    border-bottom: 2px solid #b0b0b0;
    padding: 14px 0;
    padding-left: 19px;
    background: url("../../assets/img/common/arrow_right_01.svg") no-repeat left center;
    line-height: 1;
    margin-bottom: 24px;
}

.sitemap .m_nav > ul > li > ul {
    margin-bottom: 15px;
}

.sitemap .m_nav > ul > li > ul li:first-of-type {
    padding-top: 10px;
    margin-top: -20px;
}

.sitemap .m_nav > ul > li > ul li a {
    display: block;
    padding: 5px 0;
    padding-left: 19px;
    position: relative;
}

.sitemap .m_nav > ul > li > ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #008837;
}

/* =====================
  emergency 
===================== */
.emergency .m_lead .l_inner {
    background: url("/assets/img/emergency/bcimg_emergency.png") no-repeat right -148px;
}

.emergency .e_txt:first-of-type {
    margin-bottom: 75px;
}

.emergency .e_btn {
    margin: 60px auto 90px;
    width: 500px;
}

.emergency .e_btn a {
    background: url(/assets/img/about/ico_store.svg) #ef7614 no-repeat 160px center;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 30px 0;
    line-height: 1;
}

.emergency .e_btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.emergency .m_tbl {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 100px;
    border: 1px solid #c1c1c1;
}

.emergency .m_tbl th,
.emergency .m_tbl td {
    border: 1px solid #c1c1c1;
}

.emergency .m_tbl thead th {
    color: #fff;
    background-color: #008837;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.emergency .m_tbl thead th:nth-of-type(1) {
    width: 600px;
}

.emergency .m_tbl thead th:nth-of-type(2) {
    width: 300px;
}

.emergency .m_tbl thead th:nth-of-type(3) {
    width: 300px;
}

.emergency .m_tbl tbody tr td {
    text-align: center;
    padding: 20px 0;
    vertical-align: middle;
}

/* =====================
  invite 
===================== */
.invite .e_list {
    margin: 0 20px;
}

.invite .e_list .e_li {
    list-style-type: disc;
    list-style-position: inside;
}

.invite .e_list + .e_ttle_lv4_type02 {
    margin-top: 20px;
}

.invite .e_list + .e_ttl_lv3_type01 {
    margin-top: 40px;
}

.invite .e_txt {
    margin: 40px 0 20px 20px;
}

.invite .m_frame_01 {
    width: 800px;
    margin: 40px auto 90px;
    padding: 20px;
    border: 2px solid #008837;
    border-radius: 5px;
}

.invite .m_frame_01 .e_txt {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.invite .m_frame_01 .e_ttl_lv5_type01 {
    font-size: 24px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1;
    border-radius: 5px;
    background-color: #eefbf6;
}

.invite .m_frame_01 .e_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.invite .m_frame_01 .e_list .e_li {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

/* =====================
  footer
===================== */
footer {
    position: relative;
}

/*  .m_ftr_upper
------------------------*/
.m_ftr_upper {
    background: #f7f7f7;
    padding: 60px 0;
}

.m_ftr_nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.m_ftr_nav > ul {
    width: 31.6%;
}

.m_ftr_nav > ul > li > a {
    display: block;
    border-bottom: 2px solid #b0b0b0;
    padding: 14px 0;
    padding-left: 19px;
    background: url("../../assets/img/common/arrow_right_01.svg") no-repeat left center;
}

.m_ftr_nav > ul > li ul li:first-of-type {
    padding-top: 10px;
}

.m_ftr_nav > ul > li ul li a {
    display: block;
    padding: 10px 0;
    padding-left: 19px;
    position: relative;
}

.m_ftr_nav > ul > li ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #008837;
}

/*  .m_ftr_middle
------------------------*/
.m_ftr_middle .e_ftr_middle_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 17px 0;
    white-space: nowrap;
}

.m_ftr_middle .e_ftr_middle_list_sec {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 17px 0;
    white-space: nowrap;
    flex-direction: row-reverse; 
    margin-top: -20px;
}

.m_ftr_middle .e_ftr_middle_list li a {
    font-size: 13px;
    display: block;
    margin-right: 50px;
    padding-left: 19px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url("../../assets/img/common/ico_pdf.svg") no-repeat right center;
    position: relative;
}

.m_ftr_middle .e_ftr_middle_list_sec li a {
    font-size: 13px;
    display: block;
    margin-right: 20px;
    padding-left: 19px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url("../../assets/img/common/ico_pdf.svg") no-repeat right center;
    position: relative; 
}

.m_ftr_middle .e_ftr_middle_list li a:before,
.m_ftr_middle .e_ftr_middle_list_sec li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #008837;
}


.m_ftr_middle .e_ftr_middle_list li a.l_nopdf,
.m_ftr_middle .e_ftr_middle_list_sec li a.l_nopdf {
    background: none;
}


.m_ftr_middle .e_ftr_middle_list li.nonlink,
.m_ftr_middle .e_ftr_middle_list_sec li.nonlink {
    font-size: 13px;
    display: block;
    margin-right: 50px;
    padding-left: 19px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

.m_ftr_middle .e_ftr_middle_list_partner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
    white-space: nowrap;
    flex-direction: row; 
    margin-top: -20px;
}
.m_ftr_middle .e_ftr_middle_list_partner > li:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
	flex-grow: 1;
    font-size: 13px;
}
.m_ftr_middle .e_ftr_middle_list_partner > li:nth-child(3) a {
    margin-right: 0;
    padding: 0 10px 0;
    display: block;
    flex-grow: 1;
}
.m_ftr_middle .e_ftr_middle_list_partner li a {
    font-size: 10px;
    display: block;
    margin-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative; 
}

.m_ftr_middle ul.adj_R{
    text-align: right;
}


/*  .m_ftr_lower
------------------------*/
.m_ftr_lower {
    background-color: #797979;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 23px 0;
}

/*  .e_sa_upbtn
------------------------*/
.e_sa_upbtn {
    position: relative;
    top: -30px;
    right: 100px;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 3px solid #008837;
    border-radius: 50%;
    box-sizing: border-box;
}

.e_sa_upbtn:after {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12.5px;
    height: 12.5px;
    border-top: 2px solid #008837;
    border-right: 2px solid #008837;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.e_sa_upbtn:hover {
    cursor: pointer;
    opacity: .8;
}

/* =====================
  kihon
===================== */
.kihon .e_list {
  margin: 0 20px;
}

.kihon .e_list .e_dotLi {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.kihon .e_list + .e_ttle_lv4_type02 {
  margin-top: 20px;
}

.kihon .e_ttl_lv3_type01 {
  margin-top: 40px;
}

.kihon .e_box01 {
  border: 2px solid #008837;
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 40px;
}

.kihon .e_box02 {
  border: 1px solid #c1c1c1;
  padding: 20px;
  margin-bottom: 20px;
}

.kihon table {
  border: 1px solid #c1c1c1;
  width: 100%;
  margin: 20px 0 30px;
}

.kihon table thead tr th {
  background-color: #008837;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #c1c1c1;
}

.kihon table thead tr th:last-of-type {
  border-right: none;
}

.kihon table tbody td {
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}

.kihon table tbody td:nth-child(2) {
  text-align: left;
}

.kihon table tbody td .e_map a {
  background: #ef7614;
  border-radius: .5rem;
  display: block;
  position: relative;
  padding: 13px 21px;
  padding-right: 36px;
  color: #fff;
}

.kihon table tbody td .e_map a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kihon .m_guide_btn .e_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
}

.kihon .e_area_pdf a {
  width: 500px;
  background: #fff url("/assets/img/common/ico_pdf.svg") no-repeat 440px center;
}

/* =====================
  customer_harassment
===================== */
.customer_harassment {
    .e_ttl_lv3_type01 {
        margin-top: 40px;
    }
    .e_box01 {
        border: 2px solid #008837;
        border-radius: 5px;
        padding: 30px;
        margin:20px 0 40px;
    }
    .e_list {
        margin: 0 20px;
        .e_dotLi {
            list-style-type: disc;
            list-style-position: inside;
            margin-left: 1.4em;
            text-indent: -1.4em;
            }
        .numlist {
            margin-left: 0.3em;
            text-indent: -0.3em;
        }
    }
}

