@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
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,
main, 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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: 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;
  outline: 0;
}

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;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  color: #111;
  background: #fff;
    font-family:'Lato',"Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans","メイリオ", Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Sans-Serif;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
/*--------------------------------------------------------------------------
   24.05.31add
---------------------------------------------------------------------------*/

.logo_saiyou {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    display: flex;
    font-size: 18px;
    align-items: center;
    font-weight: bold;
}
.hed-log img{
    display: block;
    width: auto;
    height: 62px;
}
br.sp {
    display: none;
}

.rec-int {
    padding: 80px 0;
}
.rec-int-txt {
    text-align: center;
    line-height: 2;
    font-size: 15px;
}


.rec-frame {
    max-width:1018px;
	min-width:978px;
    width:100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
}
.rec-ttl {
    text-align: left;
    font-size: 24px;
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 30px;
    margin: 80px 0 40px;
    font-weight: bold;
}
.rec-ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 30px;
    background: #DB0B2A;
}
.rec-under-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 66px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    color: #DB0B2A;
    padding: 0 10px;
    border-top: 1px solid #DB0B2A;
    border-bottom: 1px solid #DB0B2A;
    margin: 60px 0 30px;
}

.rec-fv-bg {
    background: #D6121D;
    padding: 75px 20px;
}
.rec-fv-titel {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}


.rec-intro {
    padding: 60px 0;
}
.rec-inn {
    max-width: 752px;
    margin: auto;
}
.rec-intro-txt {
    text-align: left;
    font-size: 15px;
    line-height: 2;
}


.rec-abo-inn {

}
.rec-about-img {
    width: 100%;
}
.rec-about-img img {
    display: block;
    width: 100%;
}
.rec-about-img img.sp {
    display: none;
}


.rec-plan-tbl-first {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #FFFAFB;
    border-top: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 1;
}
.rec-plan-tbl dl{
    border-top: 1px solid #DDDDDD;
    display: flex;
    justify-content: flex-start;
}
.rec-plan-tbl dl:last-child {
    border-bottom: 1px solid #DDDDDD;
}
.rec-plan-tbl dl.bt-no {
    border-top: none;
}
.rec-plan-tbl dl.bt-no dd {
    border-top: 1px solid #DDDDDD;
}

.rec-plan-tbl dt {
    width: 400px;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 10px 20px 60px;
    position: relative;
    line-height: 30px;
}
.rec-plan-tbl-log {
    width: 30px;
    position: absolute;
    left: 10px;
    top: 20px;
}
.rec-plan-tbl-log img {
    display: block;
    width: 100%;
}

.rec-plan-tbl dd {
    display: block;
    width: 200px;
    text-align: center;
    padding: 20px 0;
}
.rec-plan-tbl dd.rec-plan-tbl-tal {
    text-align: left;
}

.rec-ahi-tbl-wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
.rec-ahi-tbl-l {
    width: 30%;
    box-sizing: border-box;
}
.rec-ahi-tbl-list li.rec-ahi-tbl-list-hed {
    background: #FFF;
    border-top: 1px solid #DDDDDD;
    padding: 0;
    height: 101px;
    box-sizing: border-box;
}
.rec-ahi-tbl-list li {
    padding: 23px 10px 22px 60px;
    position: relative;
    border-top: 1px solid #DDDDDD;
    font-size: 13px;
}
.rec-ahi-tbl-log {
    width: 30px;
    position: absolute;
    left: 10px;
    top: 20px;
}
.rec-ahi-tbl-log img {
    display: block;
    width: 100%;
}
.rec-ahi-tbl {
    width: 35%;
    box-sizing: border-box;
}
.rec-ahi-tbl dl.rec-ahi-tbl-hed {
    background: #FFFAFB;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0 10px;
}
.rec-ahi-tbl dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 20px 0;
}
.rec-ahi-tbl dl.rec-ahi-tbl-hed dt {
    font-size: 18px;
    font-weight: bold;
    color: #DB0B2A;
    width: 100%;
    margin-bottom: 15px;
}
.rec-ahi-tbl dl.rec-ahi-tbl-hed dd {
    width: 25%;
    font-size: 13px;
}
.rec-ahi-tbl dl dd {
    width: 25%;
    font-size: 16px;
}


.rec-group {
    padding: 170px 0 130px;
}
.rec-gro-inn {
    max-width: 1140px;
		min-width:978px;
		width:100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
}
.rec-gro-ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.rec-gro-con {
    display: flex;
    justify-content: space-between;
}
.rec-gro-box {
    width: calc(33.33% - 30px);
    background: #FDFDFD;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 50px 20px;
}
.rec-gro-log {
    width: 120px;
    margin: auto;
}
.rec-gro-log img {
    display: block;
    width: 100%;
}
.rec-gro-name {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}
.rec-gro-txt {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.rec-gro-box a.rec-gro-btn {
    display: block;
    border: 1px solid #DB0B2A;
    box-sizing: border-box;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    background: #DB0B2A;
    color: #fff;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    margin: auto;
    width: calc(100% - 40px);
}
.rec-gro-btn::before,
.rec-gro-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.rec-gro-btn::before {
    right: 20px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    z-index: 0;
}
.rec-gro-btn::after {
    right: 27.5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #DB0B2A;
    border-right: 1px solid #DB0B2A;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}
.rec-under-bg {
    background: #F5F5F5;
    padding: 100px 0;
    margin-bottom: 50px;
}
.rec-under-inn {
    max-width: 1140px;
		min-width:978px;
		width:100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
}
.rec-under-main-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 90px;
}
.rec-under-main-ttl-log {
    width: 80px;
    margin-right: 50px;
}
.rec-under-main-ttl-log img {
    display: block;
    width: 100%;
}
.rec-under-main-ttl-txt {
    display: block;
    text-align: left;
}
.rec-under-main-ttl-txt b {
    font-size: 28px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.rec-under-main-ttl-txt small {
    font-size:20px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-top: 20px;
}
.rec-under-bgw-box {
    background: #fff;
    padding: 40px 90px 120px;
}
.rec-under-chart-wrap {
    margin: 20px 0;
}
.rec-under-chart-wrap dl {
    display: flex;
    text-align: center;
    width: 100%;
    background: #fff;
}
.rec-under-chart-wrap dl:last-child {
    border-bottom: 1px solid #DDDDDD;
}
.rec-under-chart-wrap dl dt {
    width: 16%;
    box-sizing: border-box;
    border-top: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 20px 10px;
}
.rec-under-chart-wrap dl dd {
    width: 10.5%;
    box-sizing: border-box;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.rec-under-chart-wrap dl.rec-under-chart-hed {
    background: #FFFAFB;
    line-height: 45px;
}
.rec-under-chart-wrap dl.rec-under-chart-hed dt {
    height: 45px;
    padding: 0;
}
.rec-under-chart-wrap dl.rec-under-chart-hed dd {
    font-size: 12px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 10px;
}
.rec-under-chart-maru {
    position: relative;
}
.rec-under-chart-maru::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #707070;
}

.rec-under-under-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rec-under-under-con-ttl {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.rec-under-txt.rec-under-txt-mb {
    margin-bottom: 80px;
}
.rec-under-txt .rec-under-txt-sml {
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}
.rec-under-txt.rec-under-txt-fwn {
    font-weight: normal;
}
.rec-under-int-list {
    padding: 0 0 0 20px;
}
.rec-under-int-list li {
    list-style: disc;
}
.rec-under-under-box-list {
    padding: 0 0 0 20px;
}
.rec-under-under-box-list li {
    list-style: disc;
}
.rec-under-under-box-list li.no-li-style {
    list-style: none;
}
.rec-under-under-box {
    width: calc(25% - 15px);
    margin-bottom: 50px;
}
.rec-under-under-box-img {
    width: 100%;
}
.rec-under-under-box-img img{
    width: 100%;
    display: block;
}
.rec-under-under-box.rec-under-under-box-oth {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.rec-under-under-box.rec-under-under-box-oth .rec-under-under-box-img {
    width: calc(25% - 15px);
    margin-right: 30px;
}
.rec-under-under-box-txt {
    padding-top: 20px;
}
.rec-under-under-box.rec-under-under-box-oth .rec-under-under-box-txt {
    padding-top: 0;
}
.rec-under-under-box-pos-sml {
    text-align: left;
    font-size: 14px;
}
.rec-under-under-box-pos {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.rec-under-under-box-list {
    font-size: 13px;
    text-align: left;
}
.rec-under .rec-under-btn-wrap {
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
		min-width:978px;
		width:100%;
}
.rec-under a.rec-under-btn {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    background: #DB0B2A;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 90px;
    text-decoration: none;
    width: calc(50% - 25px);
}

.rec-under a.rec-under-btn::before,
.rec-under a.rec-under-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.rec-under a.rec-under-btn::before {
    right: 40px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    z-index: 0;
}
.rec-under a.rec-under-btn::after {
    right: 48.5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #DB0B2A;
    border-right: 1px solid #DB0B2A;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}


.rec-app-tbl-wrap {

}
.rec-app-tbl {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 10px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.rec-app-tbl:first-child {
    border-top: 1px solid #CCCCCC;
}
.rec-app-tbl b {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    line-height: 23px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.rec-under-txt {
    font-size: 15px;
    font-weight: bold;
}
.rec-app-tbl-b-txt-mb {
    display: block;
    margin-bottom: 40px;
}
.rec-app-tbl-list {
    margin: 10px 0;
}
.rec-app-tbl-list li {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.rec-app-tbl-list li .rec-app-tbl-list-left {
    width: 110px;
}
.rec-app-tbl dt {
    width: 200px;
}
.rec-app-tbl dd {
    width: calc(100% - 200px);
}
.rec-app-tbl dd small {
    font-size: 13px;
}
.rec-app-tbl dd small.rec-app-tbl-sma {display: block;}
.rec-app-tbl dd .rec-app-tbl-list + .rec-app-tbl-sma {
    margin-bottom: 40px;
}

.rec-link-box {
    background: #FDFDFD;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 100px;
    margin-top: 130px;
}
.rec-link-box-l {
    max-width: 360px;
}
.rec-link-box-log {
    width: 150px;
    margin: auto;
}
.rec-link-box-log img {
    display: block;
    width: 100%;
}
.rec-link-box-txt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.rec-link-box-r {
    width: 380px;
}
.rec-link-list {
    
}
.rec-link-list li + li {
    margin-top: 20px;
}
.rec-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}
.rec-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.rec-link::before,
.rec-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.rec-link::before {
    right: 20px;
    width: 19px;
    height: 19px;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
}
.rec-link::after {
    width: 5px;
    height: 5px;
    right: 27px;
    transform: translateY(-50%) rotate(45deg);
}

.rec-link.rec-link-red {
    background: #DB0B2A;
}
.rec-link.rec-link-red::after {
    border-top: 1px solid #DB0B2A;
    border-right: 1px solid #DB0B2A;
}
.rec-link.rec-link-ora {
    background: #FFA500;
}
.rec-link.rec-link-ora::after {
    border-top: 1px solid #FFA500;
    border-right: 1px solid #FFA500;
}
.rec-link.rec-link-gre {
    background: #32CD32;
}
.rec-link.rec-link-gre::after {
    border-top: 1px solid #32CD32;
    border-right: 1px solid #32CD32;
}

.copyright {
    padding: 130px 20px 60px;
}
.copyright .js-switch-image {
    display: block;
    max-width: 234px;
    width: 100%;
    margin: auto;
}
.rec-ahi-tbl-wrap.rec-ahi-tbl-wrap-sp {
    display: none;
}
@media only screen and (max-width: 768px) {
.rec-about-img img.sp {
    display: block;
    width: 100%;
    height: auto;
}
br.sp {
    display: block;
}
br.pc {
    display: none;
}

.rec-about-img img.pc {
    display: none;
}
.logo_saiyou {
    font-size: 16px;
}
    .rec-int {
        padding: 15% 0 5%;
    }
    .rec-ttl {
        font-size: 20px;
    }
    .rec-frame {
    max-width:100%;
	min-width:0;
    width:100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: auto;
}
.rec-link-box {
display: block;
padding: 30px 20px;
margin-top: 15%;
}
.rec-group {
padding: 15% 0 15%;
}
.rec-gro-inn {
    max-width: 100%;	
    min-width:0;
    width:100%;
    padding: 0 20px;
    margin: auto;
}
.rec-gro-con {
    display: block;
    }
.rec-gro-box {
    width: 100%;
    }
.rec-gro-box + .rec-gro-box {
    margin-top: 10%;
    }
.rec-plan-tbl dt {
width: 40%;
box-sizing: border-box;
padding: 20px 3px 20px 3px;
position: relative;
line-height: 1.5;
font-size: 11px;
    }
.rec-plan-tbl dt.sp-hei {
    height: 66px;
    }
.rec-plan-tbl dd {
display: block;
width: 20%;
padding: 20px 10px;
font-size: 12px;
box-sizing: border-box;
}
.rec-plan-tbl-log {
    width: 35px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 5px;
    }
.rec-link-box-l {
max-width: 100%;
}
.rec-link-box-r {
width: 100%;
margin-top: 7%;
}
    .rec-gro-box a.rec-gro-btn {
        width: 100%;
    }
    .rec-ahi-tbl-wrap.rec-ahi-tbl-wrap-sp + .rec-ahi-tbl-wrap.rec-ahi-tbl-wrap-sp {
        margin-top: 10%;
    }
    .rec-ahi-tbl-wrap.rec-ahi-tbl-wrap-pc {
        display: none;
    }
    .rec-ahi-tbl-wrap.rec-ahi-tbl-wrap-sp {
        display: flex;
    }
    .rec-ahi-tbl-l {
       width: 45%; 
    }
    .rec-ahi-tbl {
        width: 100%;
        border-top: 1px solid #DDDDDD;
    }
    .rec-ahi-tbl dl.rec-ahi-tbl-hed {
       width: 60%;
       margin-left: auto;
       border-right: none;
       border-top:none;
    }
    .rec-ahi-tbl dl.rec-ahi-tbl-hed dt {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 0;
        font-size: 16px;
        border-right: none;
        line-height: 1.4;
    }
    .rec-ahi-tbl dl {
       align-items: center;
       padding: 0;
       border-left: none;
    }
    .rec-ahi-tbl dl dt {
        width: 40%;
        box-sizing: border-box;
        padding: 10px 3px;
        border-right: 1px solid #DDDDDD;
        text-align: left;
        line-height: 1.5;
        font-size: 11px;
        
    }
    .rec-ahi-tbl dl dt .rec-ahi-tbl-log {
        position: relative;
        left: 0;
        top: 0;
        width: 35px;
        margin-bottom: 5px;
    }
    .rec-ahi-tbl dl dd {
        width: 15%;
        line-height: 1.5;
    }
    
}