@charset "UTF-8";

.relative{position: relative;}
/*------------------------------------------------------------mainphoto*/
#mainimage {
    width: 100%;
    height: calc(100vw * 4 / 3);
    background: url("../img/index_img/bg_mainimage.jpg") 10% top no-repeat;
    background-size: inherit;
}

#mainimage h1 {
    padding-top: 41.62%;
    font-size:21px;
    font-weight: bold;
    text-align: right;
}
#mainimage p{text-align: right;margin-top:10px;}
#mainimage .pc_none{display: block;}
#mainimage ul {width:460px;margin:30px 0 0;display: inline-block;text-align: center;}
#mainimage ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #94d058;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    padding: 15px 30px 15px;
    overflow: hidden;
    width:200px;
    margin:0 30px 0 0;
    float:left;
    border-radius:5px;
}
#mainimage ul li a:hover {
    box-shadow: 0px 2px 6px 0px rgba(32, 48, 85, 0.11);
    transform: translateY(4px);
}
#mainimage ul li:nth-child(2) a {
    margin:0;
    background: #ffffff;
    color: #94d058;
}
#mainimage ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
}

#mainimage ul li a:hover {
    background: #82b84d;
}

#mainimage ul li a:hover:before {
    right: 7px;
}
@media print,
screen and (min-width:576px) {
    #mainimage {
        height: 450px;
        background: url("../img/index_img/bg_mainimage.jpg") left top no-repeat;
        background-size: cover;
    }

    #mainimage h1 {
        padding-top: 30%;
        font-size:150%;
        margin: auto;
    }
    #mainimage p{margin-top:10px;}
}

@media print,
screen and (min-width:768px) {
    #mainimage {
        height: 610px;
        background: url("../img/index_img/bg_mainimage.jpg") left top no-repeat;
    }

    #mainimage h1 {
        width: 90%;
        padding-top: 80px;
        font-size:300%;
        margin:0 auto;
        text-align: center;
    }
    #mainimage p{text-align: center;margin-top:10px;}
    #mainimage .pc_none{display: none;}
}

/* pagenavi */
#pagenavi {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
}

#pagenavi ul {
    margin: 0 15px;
}

#pagenavi ul li:not(:last-child) {
    margin: 0 0 12px;
}

#pagenavi ul li a {
    display: block;
    color: #203055;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    padding: 12px 0 20px;
    position: relative;
    overflow: hidden;
}

#pagenavi ul li:nth-child(1) a {
    background: #e7feff;
}

#pagenavi ul li:nth-child(2) a {
    background: #e7f7ff;
}

#pagenavi ul li:nth-child(3) a {
    background: #fbf7ff;
}

#pagenavi ul li a:before {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    bottom: -11px;
    left: 12px;
}

#pagenavi ul li:nth-child(1) a:before {
    content: "01";
    color: rgba(19, 149, 154, 0.2);
}

#pagenavi ul li:nth-child(2) a:before {
    content: "02";
    color: rgba(19, 92, 154, 0.2);
}

#pagenavi ul li:nth-child(3) a:before {
    content: "03";
    color: rgba(57, 8, 124, 0.2);
}

#pagenavi ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

#pagenavi ul li:nth-child(1) a:after {
    border-right: 1px solid #13959a;
    border-bottom: 1px solid #13959a;
}

#pagenavi ul li:nth-child(2) a:after {
    border-right: 1px solid #135c9a;
    border-bottom: 1px solid #135c9a;
}

#pagenavi ul li:nth-child(3) a:after {
    border-right: 1px solid #39087c;
    border-bottom: 1px solid #39087c;
}

#pagenavi ul li a:hover {
    box-shadow: 0px 2px 6px 0px rgba(32, 48, 85, 0.11);
    transform: translateY(4px);
}

@media print,
screen and (min-width:576px) {
    #pagenavi ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    #pagenavi ul li {
        width: calc(50% - 10px);
    }

    #pagenavi ul li:nth-child(1) {
        margin: 0 10px 20px 0;
    }

    #pagenavi ul li:nth-child(2) {
        margin: 0 0 20px 10px;
    }

    #pagenavi ul li:nth-child(3) {
        margin: 0;
    }
}

@media print,
screen and (min-width:768px) {
    #pagenavi ul {
        justify-content: space-between;
    }

    #pagenavi ul li {
        width: calc(33.333% - 15px);
    }

    #pagenavi ul li:nth-child(1),
    #pagenavi ul li:nth-child(2),
    #pagenavi ul li:nth-child(3) {
        margin: 0;
    }

    #pagenavi ul li a {
        font-size: 22px;
        padding: 12px 0 22px;
    }

    #pagenavi ul li a:before {
        font-size: 88px;
    }

    #pagenavi ul li a:after {
        width: 10px;
        height: 10px;
    }

}

/*------------------------------------------------------------workstyle*/
#workstyle {
    background: #f8f7f7;
    padding: 87px 0 80px;
}

#workstyle .tx_area {
    text-align: left;
    margin-bottom: 15px;
}

#workstyle .title01 {
    margin-bottom: 30px;
    /*30px*/
}

#workstyle .title01 span {
    display: inline-block;
}

#workstyle .title01 .style01 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

#workstyle .title01 .style02 {
    font-size: 30px;
    line-height: 1.5em;
}

#workstyle .title01 .style02 strong {
    font-weight: 900;
}

#workstyle .tx_area p:not(:last-of-type) {
    margin-bottom: 1em;
}

#workstyle .checklist {
    margin-bottom: 1em;
}

#workstyle .checklist li {
    font-size: 1.22em;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

#workstyle .checklist li:first-of-type {
    font-size: 1.22em;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.1em;
}

#workstyle .checklist li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #75c714;
    padding-right: .2em;
}
#workstyle h2 br.sp_none {
    display: inline;
}
#workstyle .tx_area p.points {
    font-size: 1.833em;
    font-weight: 700;
    line-height: 2.5em;
}
.op_tx {
    margin-left: 0;
}

.op_tx ul li br {
    display: inline;
}


@media print,
screen and (min-width:576px) {
    .op_tx ul li br {
        display: none;
    }
}

@media print,
screen and (min-width:768px) {
    #workstyle .flex_container {
        justify-content: space-between;
    }

    #workstyle .tx_area {
        order: 2;
        margin-bottom: 0;
    }

    #workstyle .ph_area {
        order: 1;
    }

    #workstyle .title01 .style01 {
        font-size: 30px;
        padding: 10px 20px;
    }

    #workstyle .title01 .style02 {
        font-size: 50px;
        padding: 16px 15px 20px
            /*23px 20px*/
        ;
    }
    #workstyle h2 br.sp_none {
        display: block;
    }

    .op_tx {
        margin-left: 40px;
    }

    .op_tx ul li br {
        display: none;
    }
}

/*------------------------------------------------------------task*/
#task00 {
    padding: 45px;
}

#task00 .tx_area {
    text-align: left;
    margin-bottom: 15px;
}

#task00 .title01 {
    margin-bottom: 40px;
}

#task00 h2 {
    line-height: 3.5em;
}

#task00 h2 br {
    display: inline;
}

#task00 .title01 span {
    display: inline-block;
}

#task00 .title01 .style02 {
    font-size: 18px;
    font-weight: 700;
}

#task00 .title01 .style02 small {
    font-size: 0.8em;
}

#task00 .title01 .style02 strong {
    font-size: 30px;
    font-weight: 900;
}

#task00 .tx_area p:not(:last-child) {
    margin-bottom: 1em;
}

#task00 .tx_area p.points {
  font-size: 1.833em;
  font-weight: 700;
  line-height: 2.5em;
}

#task00 .tx_area p.points br {
    display: inline;
}

#task00 .tx_area p.points br.sp_none {
    display: inline;
}

#task00 .tx_area p.points strong {
    position: relative;
    z-index: 1;
}

/*
#task00 .tx_area p.points strong:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #baf07b;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
*/
@media print,
screen and (min-width:768px) {
    #task00 {
        padding: 90px 0;
    }

    #task00 .flex_container {
        justify-content: space-between;
        align-items: center;
    }

    #task00 .tx_area {
        margin-bottom: 0;
    }

    #task00 h2 br {
        display: none;
    }
    #task00 h2 br.sp_none, #task00 .tx_area p.points br.sp_none {
        display: block;
    }

    #task00 .title01 .style02 {
        font-size: 30px;
    }

    #task00 .tx_area p.points br {
        display: none;
    }

    #task00 .title01 .style02 strong {
        font-size: 50px;
    }
    #task00 .tx_area p.points {
        line-height: 1.5em;
    }

}

#task01,
#task02,
#task03 {
    padding: 27px 0 24px;
}

/*
#task01 {
  background: #e7feff;
}
*/
#task01 h3 br {
    display: inline;
}

#task01 h4,
#task02 h4 {
    line-height: 1.8em;
}

#task01 h4 br,
#task02 h4 br {
    display: inline;
}

#task01 .btn01 br,
#task02 .btn01 br,
#task03 .btn01 br {
    display: inline;
}

#task01 .btn01,
#task02 .btn01,
#task03 .btn01 {
    line-height: 1.8em;
}

/*
#task02 {
  background: #e7f7ff;
}
*/
/*
#task03 {
  background: #fbf7ff;
}
*/
#task03 h3.title02 br {
    display: inline;
}

#task03 h4.title03 {
    line-height: 1.8em;
}

#task03 h4.title03 br {
    display: inline;
}


@media print,
screen and (min-width:768px) {

    #task01,
    #task02,
    #task03 {
        padding: 45px 0 40px;
    }

    #task01 h3 br:nth-of-type(2) {
        display: none;
    }

    #task01 h4 br {
        display: none;
    }

    #task01 .btn01 br,
    #task02 .btn01 br,
    #task03 .btn01 br {
        display: none;
    }

    #task03 h3.title02 br:nth-of-type(2) {
        display: none;
    }

    #task02 h4.title03 br,
    #task03 h4.title03 br {
        display: none;
    }

}

/* qa */
.qa_area {
    border-radius: 8px;
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    padding: 20px 13px;
    margin-bottom: 24px;
}

#task01 .qa_area {
    background: #13959a;
}

#task02 .qa_area {
    background: #135c9a;
}

#task03 .qa_area {
    background: #39087c;
}

.qa dt {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.qa dt span {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.5;
    padding: 0px 25px 6px 14px;
    position: absolute;
    top: -45px;
    left: -5px;
}

#task01 .qa dt span {
    color: #13959a;
    background: url("../img/index_img/task01_bg_q.png") 0 0 no-repeat;
    background-size: 60px;
}

#task02 .qa dt span {
    color: #135c9a;
    background: url("../img/index_img/task02_bg_q.png") 0 0 no-repeat;
    background-size: 60px;
}

#task03 .qa dt span {
    color: #39087c;
    background: url("../img/index_img/task03_bg_q.png") 0 0 no-repeat;
    background-size: 60px;
}

.qa dd {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px 13px;
    position: relative;
}

.qa dd h4 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 7px 20px;
    margin-bottom: 10px;
    position: relative;
}

#task01 .qa dd h4 {
    color: #13959a;
}

#task02 .qa dd h4 {
    color: #135c9a;
}

#task03 .qa dd h4 {
    color: #39087c;
}

.qa dd h4 span {
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -2px;
}

.qa dd p {
    text-align: left;
}

@media print,
screen and (min-width:768px) {
    .qa_area {
        padding: 30px 25px;
        margin: 0 20px 40px;
    }

    .qa dt {
        font-size: 30px;
        margin-bottom: 19px;
    }

    .qa dt span {
        font-size: 45px;
        padding: 0px 32px 9px 20px;
        top: -50px;
        left: 0;
    }

    #task01 .qa dt span {
        background-size: 98px;
    }

    #task02 .qa dt span {
        background-size: 98px;
    }

    #task03 .qa dt span {
        background-size: 98px;
    }

    .qa dd {
        padding: 27px 20px 13px;
    }

    .qa dd h4 {
        font-size: 27px;
        padding-bottom: 13px;
        margin-bottom: 18px;
    }

    .qa dd h4 span {
        font-size: 40px;
        left: 0;
    }

    .qa dd p {
        margin: 0 16px;
    }
}

/* about */
.about {
    margin-bottom: 50px;
}

@media print,
screen and (min-width:768px) {
    .about {
        margin-bottom: 80px;
    }
}

/* #task01 .about */
.about_box {
    border: 1px solid #13959a;
    box-sizing: border-box;
    padding: 15px 15px 20px;
    position: relative;
}

.about_box + .about_box {
    margin-top: 30px;
}

.about_ti {
    font-size: 1.16em;
    font-weight: 700;
    margin-bottom: 3px;
    background: #d0efff;
    padding: 10px 7px;
}

.about_ti .about_sub_ti {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    padding-top: 5px;
}

.about_ti .tx_box01,
.about_ti .tx_box02 {
    display: inline-block;
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    border-radius: 2px;
    margin-right: 5px;
    padding: 0 5px;
}

.about_ti .tx_box01 {
    background: #13959a;
}

.about_ti .tx_box02 {
    background: #9a1313;
}

ul.function {
    margin-top: 20px;
}

ul.function li {
    font-size: 1.16em;
    background: #fff;
    border: 4px solid #e4e4e4;
    margin-top: 5px;
}

.about_logo img {
    margin-top: 20px;
}

@media print,
screen and (min-width:360px) {
    .about_ti .about_sub_ti {
        font-size: 1.6rem;
    }
}

@media print,
screen and (min-width:768px) {
    .about_box {
        width: calc(50% - 15px);
        padding-bottom: 80px;
    }

    .about_box + .about_box {
        margin-top: 0;
    }

    .about_ti {
        padding: 15px 20px 11px;
        font-size: 2.8rem;
    }

    .about_ti .about_sub_ti {
        font-size: 2.4rem;
    }

    .about_ti .tx_box01,
    .about_ti .tx_box02 {
        padding: 0 15px;
    }

    ul.function {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    ul.function li {
        width: calc(100% / 2 - 5px);
        white-space: nowrap;
        font-size: 1.8rem;
        padding: 10px 0;
    }

    .about_logo img {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto auto 0;
    }
}

@media print,
screen and (min-width:992px) {
    ul.function {
        margin-top: 40px;
    }

    ul.function li {
        width: calc(100% / 3 - 5px);
    }

}

/*
#task01 .about ul.products > li {
  background: #fff;
}
#task01 .about ul.products > li:first-child {
  margin-bottom: 5px;
}
#task01 .about ul.products > li > ul li:first-child {
  background: #d0efff;
  padding: 10px 7px;
}
#task01 .about ul.products > li > ul li:first-child h5 {
  font-size: 1.16em;
  font-weight: 700;
  margin-bottom: 3px;
}
#task01 .about ul.products > li > ul li:first-child p {
  font-size: 1.16em;
}
#task01 .about ul.products > li > ul li:first-child p span {
  display: inline-block;
  width: 69px;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  border-radius: 2px;
  margin-right: 5px;
}
#task01 .about ul.products > li:first-child > ul li:first-child p span {
  background: #13959a;
}
#task01 .about ul.products > li:last-child > ul li:first-child p span {
  background: #9a1313;
}
#task01 .about ul.products > li > ul li:last-child {
  padding: 10px 7px;
}
#task01 .about ul.function {
  margin-top: 4px;
}
#task01 .about ul.function li {
  font-size: 1.16em;
  background: #fff;
  border: 4px solid #e4e4e4;
  margin-bottom: 5px;
}
@media print, screen and (min-width:576px) {
  #task01 .about ul.products {
    margin-bottom: 15px;
  }
  #task01 .about ul.products > li > ul {
    display: flex;
    align-items: center;
  }
  #task01 .about ul.products > li > ul li:first-child {
    text-align: left;
    width: 300px;
  }
  #task01 .about ul.products > li > ul li:last-child {
    width: calc(100% - 300px);
    padding: 0 7px;
  }
  #task01 .about ul.products > li > ul li:first-child p span {
    text-align: center;
  }
  #task01 .about ul.function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #task01 .about ul.function li {
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width:768px) {
  #task01 .about .flex_container {
	  justify-content: space-between;
    align-items: center;
  }
    #task01 .about ul.products {
        margin: 0 auto 50px;
    }
  #task01 .about ul.products > li:first-child {
    margin-bottom: 10px;
  }
  #task01 .about ul.products > li > ul li:first-child {
    width: 402px;
    padding: 15px 20px 11px;
  }
  #task01 .about ul.products > li > ul li:last-child {
    width: calc(100% - 402px);
    padding: 0 7px;
  }
  #task01 .about ul.products > li > ul li:first-child p span {
    width: 76px;
    margin-right: 14px;
  }
  #task01 .about ul.function {
    margin-top: 8px;
  }
  #task01 .about ul.function li {
    width: calc(20% - 10px);
    margin-bottom: 0;
  }
}
*/
/* #task02 .about */
#task02 .about h4 {
    color: #135c9a;
    font-size: 1.333em;
    font-weight: 700;
    margin-bottom: 21px;
}

#task02 .about h4 img {
    margin-top: 7px;
}

#task02 .about .flex_container > div {
    margin-bottom: 10px;
}

#task02 .about p {
    text-align: left;
    margin-bottom: 8px;
}

@media print,
screen and (min-width:768px) {
    #task02 .about .flex_container {
        justify-content: space-between;
    }

    #task02 .about .flex_container div {
        width: calc(50% - 15px);
    }

    #task02 .about .flex_container > div {
        margin-bottom: 0;
    }

    #task02 .about h4 {
        margin-bottom: 35px;
    }

    #task02 .about h4 img {
        margin-top: 15px;
    }

    #task02 .about p {
        margin-bottom: 16px;
    }
}

/* #task03 .about */
#task03 .about h4 {
    color: #203055;
    font-size: 1.333em;
    font-weight: 700;
    margin-bottom: 14px;
}

#task03 .about h4 strong {
    color: #39087c;
    font-size: 1.25em;
    font-weight: 900;
}

#task03 .about .flex_container:first-of-type {
    margin-bottom: 15px;
}

#task03 .about ol {
    display: inline-block;
}

#task03 .about ol li {
    text-align: left;
    list-style: none;
    padding-left: 22px;
    text-indent: -22px;
    position: relative;
}

#task03 .about ol li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #39087c;
    margin: 0 4px -4px 0;
}

#task03 .about ol li:after {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 1px;
    left: 27px;
}

#task03 .about ol li:nth-child(1):after {
    content: "1";
}

#task03 .about ol li:nth-child(2):after {
    content: "2";
}

#task03 .about ol li:nth-child(3):after {
    content: "3";
}

#task03 .about dl {
    margin-bottom: 15px;
}

#task03 .about dl dt {
    color: #fff;
    font-size: 16px;
    background: #5d83c3;
    padding: 2px 0;
}

#task03 .about dl dd {
    text-align: left;
    background: #fff;
    padding: 7px 10px;
}

#task03 .about dl dd p {
    margin-bottom: 1em;
}

.task03_about_ti {
    color: #203055;
    font-size:1.6rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.task03_about_ti strong {
    color: #39087c;
    font-size: 1.25em;
    font-weight: 900;
}

@media print,
screen and (min-width:768px) {
    #task03 .about h4 {
        margin-bottom: 24px;
    }

    #task03 .about .flex_container:first-of-type {
        justify-content: center;
        align-items: center;
    }

    #task03 .about .flex_container:first-of-type div:first-of-type {
        margin-right: 50px;
    }

    #task03 .about ol li:before {
        width: 22px;
        height: 22px;
        margin: 0 8px -4px 0;
    }

    #task03 .about ol li:after {
        top: 0;
        left: 28px;
    }

    #task03 .about dl dt {
        font-size: 24px;
        padding: 4px 0;
    }

    #task03 .about dl dd {
        padding: 15px 20px;
    }

    #task03 .about .flex_container:nth-child(3) {
        justify-content: space-between;
    }

    #task03 .about .flex_container:nth-child(3) div {
        width: 522px;
    }
    .task03_about_ti {
        font-size: 1.333em;
    }
}

/* btn01 */
.btn01 a {
    display: inline-block;
    color: #fff;
    font-size: 1.333em;
    text-decoration: none;
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    padding: 5px 20px 5px 10px;
    /*14px 50px 14px 20px*/
    position: relative;
}

.about .btn01 {
    margin-top: 25px;
}

#task01 .btn01 a {
    background: #13959a;
}

#task02 .btn01 a {
    background: #135c9a;
}

#task03 .btn01 a {
    background: #39087c;
}

.btn01 a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.btn01 a:hover {
    box-shadow: 0px 2px 6px 0px rgba(32, 48, 85, 0.11);
    transform: translateY(4px);
}

#task01 .btn01 a:hover {
    background: #0f7c80;
}

#task02 .btn01 a:hover {
    background: #0f4b80;
}

#task03 .btn01 a:hover {
    background: #2d0663;
}

@media print,
screen and (min-width:768px) {
    .btn01 a {
        padding: 14px 50px 14px 20px;
    }

    .about .btn01 {
        margin-top: 45px;
    }

    .btn01 a:before {
        width: 10px;
        height: 10px;
        right: 20px;
    }
}

/* rec */
.rec {
    /*text-align: left;*/
}

.rec_list li {
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    margin-bottom: 20px;
}

.rec_list li a {
    text-decoration: none;
    color: #000;
    transition: 0.2s;
    background: #fff;
    display: block;
    padding: 10px;
    height: 100%;
}
.rec_list li a img{
    mix-blend-mode: multiply;
}

.rec_list li a:hover {
    opacity: 0.6;
    background:rgba(200,200,200,0.5);
}

.rec_more {
    text-align: right;
    font-size: 1.2rem;
    padding-top: 10px;

}
.rec_more::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    vertical-align: middle;
    margin-left: 5px;
}
.rec_list li .ph_box {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.rec_list li .tx_box {
    text-align: left;
    margin-bottom: 10px;
}

/*
.btn02 a {
  display: block;
  width: 50%;
  color: #fff;
  text-decoration: none;
  padding: 2px 0;
  margin-left: auto;
  position: relative;
}
#task01 .btn02 a {
  background: #13959a;
}
#task02 .btn02 a {
  background: #135c9a;
}
#task03 .btn02 a {
  background: #39087c;
}
.btn02 a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
}
#task01 .btn02 a:hover {
  background: #0f7c80;
}
#task02 .btn02 a:hover {
  background: #0f4b80;
}
#task03 .btn02 a:hover {
  background: #2d0663;
}
.btn02 a:hover:before {
  right: 7px;
}
*/

@media print,
screen and (min-width:576px) {
    .rec_list li a {
        padding: 15px;
    }
}

@media print,
screen and (min-width:768px) {
    .rec_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .rec_list li {
        width: calc(50% - 15px);

        margin-bottom: 40px;
        position: relative;
    }
    .rec_list.rec_list_3column li{
        width: calc(100% / 3 - 15px);
    }

    .rec_list li a {
        padding: 20px 20px 40px;
        position: relative;
    }
    .rec_list li a .rec_more{
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .rec_list li .ph_box {
        padding-bottom: 15px;
        margin-bottom: 16px;
        min-height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .rec_list li .tx_box,
    .rec_list li .tx_box p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .rec_list .btn02 {
        width: 100%;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .btn02 a {
        font-size: 16px;
        padding: 3px 0;
    }

    .btn02 a:before {
        width: 10px;
        height: 10px;
        right: 12px;
    }

    .btn02 a:hover:before {
        right: 7px;
    }
}

/*------------------------------------------------------------flow*/
#flow {
    background: #f8f7f7;
    padding: 24px 0 36px;
}

#flow ol li {
    list-style: none;
    background: #fff;
    box-shadow: 0px 10px 16px 4px rgba(32, 48, 85, 0.11);
    padding: 20px 10px;
    margin-bottom: 24px;
    position: relative;
}

#flow ol li:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #baf07b transparent transparent transparent;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#flow ol li h4 {
    color: #13959a;
    font-size: 1.444em;
    font-weight: 700;
}

#flow ol li h4 span {
    display: block;
}

#flow ol li h4 span.step {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4;
}

#flow ol li h4 span.order {
    color: #041c1d;
    font-size: 1.846em;
    margin-bottom: 5px;
}

#flow ol li p {
    font-size: 1.1666em;
}

#flow .btn02 {
    margin-top: 24px;
}

#flow .btn02 a {
    display: block;
    width: 216px;
    color: #fff;
    font-size: 1.1666em;
    text-decoration: none;
    background: #94d058;
    padding: 4px 0;
    margin: auto;
    position: relative;
}

#flow .btn02 a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
}

#flow .btn02 a:hover {
    background: #82b84d;
}

#flow .btn02 a:hover:before {
    right: 7px;
}

@media print,
screen and (min-width:768px) {
    #flow {
        padding: 40px 0 60px;
    }

    #flow ol {
        display: flex;
        justify-content: space-between;
    }

    #flow ol li {
        width: 350px;
        padding: 25px 35px;
    }

    #flow .btn02 a {
        width: 278px;
    }


    #flow ol li:not(:last-child):after {
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #baf07b;
        position: absolute;
        top: 50%;
        left: auto;
        right: -26px;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    #flow .btn02 a:before {
        width: 10px;
        height: 10px;
        right: 22px;
    }

    #flow .btn02 a:hover:before {
        right: 17px;
    }
}
