@charset "utf-8";

/* =======================================

	btn CSS

========================================== */
.btn {
    background: #66cc99;
}
.btn:hover {
    background: #4DC286;
    -webkit-transition: all .3s;
 transition: all .3s;
}
.btn01 {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    width: 40%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
.btn01:last-child {
    margin-right: 0;
}
.btn01 a {
    display: block;
    color: #fff;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/module/arrow_white.svg);
}
.btn01 a:hover {
    display: block;
    color: #fff;
    background-position: 95.5% center;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_white.svg);
}

.btn02 {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    font-size: 18px;
    width: 48.8%;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
}
.btn02:last-child {
    margin-right: 0;
}
.btn02 a {
    display: block;
    color: #fff;
    background-position: 70% center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    background-size: 4%;
    background-image: url(../images/module/search02.svg);
}
.btn02 a:hover {
    display: block;
    color: #fff;
    background-position: 69% center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 4%;
    background-image: url(../images/module/search02.svg);
}
.btnBox02 {
    margin-bottom: 50px;
}
.btn03 {
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
}
.btn03 a {
    padding: 5px 40px;
    color: #fff;
    display: block;
    background-position: 17% center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 7%;
    text-decoration: none;
    background-image: url(../images/module/arrow_white02.svg);
}
.btn03 a:hover {
    padding: 5px 40px;
    color: #fff;
    display: block;
    background-position: 19% center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 7%;
    background-image: url(../images/module/arrow_white02.svg);
}
.btnBox03 {
    text-align: center;
    margin-top: 60px;
}
.btn04 {
    display: block;
    width: 220px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
}
.btn05 {
    width: 220px;
    background: #E8E8E8;
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
.btn05:hover {
    background: #E8E3E8;
    -webkit-transition: all .3s;
 transition: all .3s;
}


.btn06 {
    display: block;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    width: inherit;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

.btn06 a {
    display: block;
    color: #fff;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/module/arrow_white.svg);
}
.btn06 a:hover {
    display: block;
    color: #fff;
    background-position: 95.5% center;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_white.svg);
}


.registration {
    display: inline-block;
    padding: 2px 10px;
    background: #ec5c69;
    border-radius: 20px;
    margin: 0 10px 0;
    color: #fff;
}
.registration02 {
    display: inline-block;
    padding: 2px 10px;
    background: #1778ad;
    border-radius: 20px;
    margin: 0 10px 0;
    color: #fff;
}



/* =======================================

	decoration CSS

========================================== */
.title01 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8em;
    float: left;
    letter-spacing: 0.1em;
}
.title01 span {
    font-size: 60%;
}
.title02 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.title03 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.07em;
    display: table;
}
.title03 span {
    letter-spacing: initial;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.title03 span a {
    padding: 5px 20px;
    background: #66CA97;
    color: #fff;
    border-radius: 3px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 5px;
    background-image: url(../images/module/arrow_white.svg);
}
.title03 span a:hover {
    padding: 5px 20px;
    background: #66CA97;
    color: #fff;
    border-radius: 3px;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-size: 5px;
    background-image: url(../images/module/arrow_white.svg);
}
.title04 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.title05 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.title06 {
    background: #C3EDD6;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.title07 {
    float: left;
    font-weight: bold;
    margin-top: 8px;
    width: 15%;
}
.title08 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.6em;
}
.title09 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title10 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.title10:before {
    background: #66CC99;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 35%;
    left: 0;
}
.title11 {
    font-weight: bold;
    margin-top: 20px;
}
.title12 {
    font-weight: bold;
}
.boxShadow{
box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.arrow:before {
    content: "";
    display: inline-block;
    width: 10px;
    margin-bottom: 3px;
    margin-right: 5px;
    height: 15px;
    background: url(../images/module/arrow_green.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.pdf:after {
    content: url(../images/module/pdf.png);
    position: relative;
    top: 1px;
    left: 5px;
}
.main .blank {
    text-decoration: underline;
}
.main .blank:hover {
    text-decoration: none;
}
.blank:after {
    content: url(../images/module/blank.png);
    position: relative;
    top: 1px;
    left: 2px;
    margin-right: 5px;
}
.excel:after {
    content: url(../images/module/excel.png);
    position: relative;
    top: 1px;
    left: 2px;
    margin-right: 5px;
}
.word:after {
    content: url(../images/module/word.png);
    position: relative;
    top: 1px;
    left: 2px;
    margin-right: 5px;
}
.list {
    margin-top: 10px;
}
.list02 {
    margin: 0px 0 10px 0;
}
.list02 li {
    list-style-type: disc;
    list-style-position: inside;
}
.list03 {
    margin: 10px 0;
}
.list03 li {
    list-style-type: decimal;
    list-style-position: inside;
}

.caution {
    color: red;
}
.imgBox img {
    width: 100%;
}
.imgBox p {
    margin-bottom: 10px;
}
.imgBoxBorder img {
    border: 1px solid #ddd;
}

/* =======================================

	margin CSS

========================================== */
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.alignC{
    text-align: center;
}
.mr0{
    margin-right: 0;
}
/* =======================================

	table CSS

========================================== */
.table01 {
    width: 100%;
}
.table01 th {
    background: #D9F4E7;
    padding: 10px 20px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-right: 1px dotted #C1C1C1;
        vertical-align: middle;
}
.table01 th:last-child {
    border-right: 0px;
}
.table01 td {
    padding: 10px 20px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-right: 1px dotted #C1C1C1;
        vertical-align: middle;
}
.table01 td.pdfArrow {
    border-right: 0px;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-left: 40px;
    background-image: url(../images/module/arrow_green.svg);
}
.table02 {
    width: 100%;
}
.table02 tr {
    border-top: 1px solid #C1C1C1;
}
.table02 tr:last-child {
    border-bottom: 1px solid #C1C1C1;
}
.table02 th,.table02 td {
    padding: 20px 10px;
}
.table02 th{
    background: #D9F4E7;
}
.table02 .content{
    width: 100%;
}
.table02 .name {
    width: 70%;
}
.table02 .organization {
    width: 70%;
}

.table03 td {
    padding-left: 1em;
    text-indent: -1em;
}
/* =======================================

	font awesome CSS

========================================== */
.fa-user {
    margin-right: 10px;
}
.fa-red {
    color: #FF646C;
}
.fa-blue {
    color: #58CCCC;
}
.fa-yellow {
    color: #FFCD1F;
}
.fa-red, .fa-blue, .fa-yellow {
    font-size: 1em;
}
/* =======================================

	Header CSS

========================================== */
.header {
    width: 100%;
}
.siteTitle {
    float: left;
    width: 40%;
}
.siteTitle h1 {
    margin: 50px 0 0 50px;
    width: 60%;
}
.siteTitle img {
    width: 100%;
}
    .headerNav {
        float: right;
        width: 60%;
    }
    .headerTop li {
        float: left;
        width: calc(100% / 4);
        box-sizing: border-box;
        font-size: 0.9vw;
        letter-spacing: 0.08em;
    }
    .headerTop li a {
        display: block;
        text-align: center;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
    }

    .headerTop li a span {
    font-weight: bold;
}
    .headerBottom li {
        float: left;
    }
    .headerTop li:first-child {
        border-left: 1px solid #FF646C;
        border-bottom: 4px solid #FF646C;
    }
    .headerTop li:first-child {
        border-left: 1px solid #FF646C;
        border-bottom: 4px solid #FF646C;
    }
    .headerTop li:first-child a:hover {
        background: #FF646C;
        color: #fff;
    }
    .headerTop li:first-child a:hover .fa-red,.headerTop li:nth-child(2) a:hover .fa-blue,.headerTop li:nth-child(3) a:hover .fa-yellow {
        color: #fff;
    }
    .headerTop li:nth-child(2) {
    border-left: 1px solid #58CCCC;
    border-bottom: 4px solid #58CCCC;
    }
    .headerTop li:nth-child(2) a:hover {
        background: #58CCCC;
        color: #fff;
    }

    .headerTop li:nth-child(3) {
    border-left: 1px solid #FFCD1F;
    border-bottom: 4px solid #FFCD1F;
    }
    .headerTop li:nth-child(3) a:hover {
        background: #FFCD1F;
        color: #fff;
    }

    .headerTop li:nth-child(4) {
    background: #66CC99;
    border-bottom: 4px solid #66cc99;
}
    .headerTop li:nth-child(4) a {
    color: #fff;
    }
    .headerBottom li a {
        font-size: 0.8vw;
        padding: 20px 0px;
        font-weight: bold;
        display: block;
        text-decoration: none;
    }
    .headerBottom li a:hover {
    background: #EDECE8;
    }
    .headerBottom {
        float: right;
        width: 100%;
    }
.headerBottom li {
    border-left: 1px solid #EDECE8;
    border-bottom: 1px solid #EDECE8;
    text-align: center;
    float: left;
box-sizing: border-box;
width: calc(100% / 4);
}


.headerBottom li:last-child {
    border-right: 1px solid #EDECE8;
}
.student .headerTop li:first-child a {
    background: #FF646C;
    color: #fff;
}
.student .headerTop li:first-child a .fa-red,.office .headerTop li:nth-child(2) a .fa-blue,.education .headerTop li:nth-child(3) a .fa-yellow{
        color: #fff;
}
.office .headerTop li:nth-child(2) a {
    background: #58CCCC;
    color: #fff;
}

.education .headerTop li:nth-child(3) a {
    background: #FFCD1F;
    color: #fff;
}
/* =======================================

	mainImg CSS

========================================== */
.mainImgBox{
    position: relative;
}
.mainImgBox img {
width: 100%;

}
.pcMainImgBox .mainImgBoxInner {
    width: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
}
.homeBtnBox {
    float: right;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 60px;
    width: 300px;
    background: #66CA97;
}
.btnText {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.search a {
    color: #66cc99;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    display: block;
    background-position: 270px 9px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/module/search.svg);
}
.search a:hover {
    color: #66cc99;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-position: 265px 9px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/module/search.svg);
}
.searchBox {
    border: 1px solid #C3EDD6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 5px 10px;
    width: 300px;
    margin-top: 10px;
    cursor: pointer;
    background: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/module/search_arrow.svg);
}
.searchBox02 {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 5px 35px 5px 10px;
    font-size: 12px;

    cursor: pointer;
    background: #F0F0F0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/module/search_arrow.svg);
}
/* =======================================

	homeBoxFirst CSS

========================================== */
.homeBoxFirst {
    max-width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.squareBox {
    width: 70%;
    height: 310px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FFE58A), color-stop(0.00, #FFD0C5));
    background: -webkit-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -moz-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -o-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -ms-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: linear-gradient(to bottom, #FFD0C5 0%, #FFE58A 88%);
    position: absolute;
    top: 0;
    right: 0;
}
.squareBox01 {
    width: 60%;
    height: 300px;
    position: absolute;
    top: -60px;
    right: 0;
}
.homeBoxFirstInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
.homeBoxFirst li {
    float: left;
    width: 32%;
    margin-right: 20px;
}
.homeBoxFirst li a {
    text-decoration: none;
}
.homeBoxFirst li img {
    width: 100%;
}
.homeBoxFirst li:last-child {
    margin-right: 0px;
}
.homeBoxFirst figcaption {
    padding: 10px 25px 30px 25px;
    background: #fff;
    position: relative;
}
.homeBoxFirst figcaption p {
    color: #808080;
    font-size: 13px;
}
.arrowBox01, .arrowBox02, .arrowBox03 {
    position: absolute;
    top: -25px;
    right: 7%;
}
.arrowBox01 {
    height: 40px;
    width: 40px;
    background: #FF646C;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}
.homeBoxFirst li a:hover .arrowBox01,.homeBoxFirst li a:hover .arrowBox02,.homeBoxFirst li a:hover .arrowBox03 {
    position: absolute;
    top: -25px;
    right: 4%;
    -webkit-transition: all .3s;
 transition: all .3s;
}
.arrowBox02 {

    height: 40px;
    width: 40px;
    background: #58CACA;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}
.arrowBox03 {

    height: 40px;
    width: 40px;
    background: #FFCB1F;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}
/* =======================================

	homeBoxImportant CSS

========================================== */
.homeBoxImportant .inner {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0;
  border: 4px solid #f00;
  background-color: #fcdcd7;
}
.homeBoxImportant .inner h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 44px;
  font-size: 1.714em;
  font-weight: 600;
  color: #fff;background-color: #f00;
  letter-spacing: 0.07em;
}
.homeBoxImportant .inner h2::before {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  font-size: 1.143em;
  content: "\f06a";
  color: #fff;
}
.homeBoxImportant .inner ul {
  margin: 0 30px 20px;
}
.homeBoxImportant .inner ul li {
  position: relative;
  font-size: 1.143em;
  margin-bottom: 8px;
  padding: 0 0 0 14px;
  display: block;
}
.homeBoxImportant .inner ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-position: center;
  background: url(../images/module/arrow_red.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.homeBoxImportant .inner ul li a {
  text-decoration: none;
}
.homeBoxImportant .inner ul li a:hover {
  text-decoration: underline;
}
/* =======================================

	homeBoxSecond CSS

========================================== */
.homeBoxSecond {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #BBFFED), color-stop(0.00, #FFF4B6));
    background: -webkit-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -moz-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -o-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -ms-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: linear-gradient(to right, #FFF4B6 0%, #BBFFED 110%);
}
.homeBoxSecond .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
}
.homeBoxSecond .content {
    padding: 30px;
    background: #fff;
}
.tabMenu li {
    float: left;
    width: 25%;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s;
 transition: all .3s;
}
.tabMenu li:first-child {
    background: #fff;
    color: #66CA97;
    border-top: 3px solid #66CA97;
        border-bottom: 1px solid #EBEAE6;
        border-right: 1px solid #EBEAE6;
}
.tabMenu li:first-child:hover {
    background: #66CA97;
    color: #fff;
    border-top: 3px solid #66CA97;
        border-bottom: none;
        border-right: none;

}
.tabMenu li.select:first-child {
    background: #66CA97;
    color: #fff;
    border-top: 3px solid #66CA97;
        border-bottom: none;
        border-right: none;
}
.tabMenu li.select:nth-child(2) {
    background: #FF646C;
    color: #fff;
}
.tabMenu li.select:nth-child(2) .fa-red {
    color: #fff;
}
.tabMenu li.select:nth-child(3) {
    background: #58CACA;
    color: #fff;
}
.tabMenu li.select:nth-child(3) .fa-blue {
    color: #fff;
}
.tabMenu li.select:nth-child(4) {
    background: #FFCB1F;
    color: #fff;
}
.tabMenu li.select:nth-child(4) .fa-yellow {
    color: #fff;
}
.tabMenu li:nth-child(2) {
    border-top: 3px solid #FF646C;
    border-bottom: 1px solid #EBEAE6;
    border-right: 1px solid #EBEAE6;
}
.tabMenu li:nth-child(2):hover .fa-red {
    color: #fff;
}
.tabMenu li:nth-child(2):hover {
    background: #FF646C;
    color: #fff;
}
.tabMenu li:nth-child(3) {
    border-top: 3px solid #58CACA;
    border-bottom: 1px solid #EBEAE6;
    border-right: 1px solid #EBEAE6;
}
.tabMenu li:nth-child(3):hover .fa-blue {
    color: #fff;
}
.tabMenu li:nth-child(3):hover {
    background: #58CACA;
    color: #fff;
}
.tabMenu li:nth-child(4) {
    border-top: 3px solid #FFCB1F;
    border-bottom: 1px solid #EBEAE6;
}
.tabMenu li:nth-child(4):hover {
    background: #FFCB1F;
    color: #fff;
}
.tabMenu li:nth-child(4):hover .fa-yellow  {
    color: #fff;
}


.homeBoxSecond .content dl {
    margin-bottom: 20px;
}
.homeBoxSecond .content dl:last-child {
    margin-bottom: 0;
}
.homeBoxSecond .content dt {
    display: inline-block;
    color: #8D8D8D;
    font-size: 11px;
    font-weight: bold;
}
.homeBoxSecond .content dd {
    display: inline-block;
    padding-left: 25px;
}
.homeBoxSecond .content dd:before {
    margin: 0 0px 0 0;
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: center;
    background: url(../images/module/arrow_green.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.homeBoxSecond .content dd a {
text-decoration: none;
}
.homeBoxSecond .content dd a:hover {
text-decoration: underline;
}
.hide {
    display: none;
}
/* =======================================

	homeBoxThird CSS

========================================== */
.homeBoxThird {
    padding-top: 70px;
    padding-bottom: 60px;
}
.homeBoxThirdInner {
    width: 960px;
    margin: 0 auto;
}
.homeBoxThirdInner .inner {
    margin-bottom: 4em;
}
.homeBoxThirdInner .right {
    width: 80%;
    float: right;
}
.homeBoxThirdInner .left {
    width: 20%;
    float: left;
    text-align: center;
}
.homeBoxThirdInner .left img {
    width: 70%;
}
.btnBox {
    text-align: center;
}




/* =======================================

	下層ページ CSS

========================================== */
.descriptionText {
    margin-bottom: 40px;
}
.topicpath {
    margin-bottom: 0;
    padding: 15px 0;
    line-height: 1.5;
    margin-bottom: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FFE58A), color-stop(0.00, #FFD0C5));
    background: -webkit-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -moz-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -o-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: -ms-linear-gradient(top, #FFD0C5 0%, #FFE58A 88%);
    background: linear-gradient(to right, #FFD0C5 0%, #FFE58A 88%);
}
.topicpath ul {
    margin: 0 auto;
    width: 1000px;
    list-style: none;
    font-size: 80%;
    text-transform: uppercase;
    color: #246163;
}
.topicpath li {
    float: left;
    padding-left: 25px;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 5px;
    background-image: url(../images/module/topicpath.svg);
}
.topicpath li:first-child {
    background-image: none;
    padding-left: 0;
}
.lowerContents {
    width: 1000px;
    margin: 0 auto 90px;
}
.lowerBox {
    margin-bottom: 60px;
}
/* =======================================

	news CSS

========================================== */
.newsLowerContents {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.newsCategoryBox {
    background: #F2F2F2;
    padding: 30px;
    margin-bottom: 40px;

}
.newsCategoryBox ul {
    float: right;
    width: 85%;
}
.newsCategoryBox li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.newsCategoryBox li a {
    width: 152px;
    background: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
}

.newsCategoryBox li a.entryAll {
  background: #66CA97;
  border: #66CA97 solid 1px;
  color: #fff;
}
.newsCategoryBox li a.entryAll:hover {
  opacity: .8;
}
.newsCategoryBox li a.importantLabel {
  background-color: #FF0000;
  border: #FF0000 solid 1px;
  color: #fff;
}
.newsCategoryBox li a.importantLabel:hover {
  opacity: .8;
}
.newsCategoryBox li a.redLabel {
  border: #FF646C solid 1px;
}
.newsCategoryBox li a.redLabel:hover {
  background-color: #FF646C;
  color: #fff;
}
.newsCategoryBox li a.blueLabel {
  border: #58CACA solid 1px;
}
.newsCategoryBox li a.blueLabel:hover {
  background-color: #58CACA;
  color: #fff;
}
.newsCategoryBox li a.yellowLabel {
  border: #FFCB1F solid 1px;
}
.newsCategoryBox li a.yellowLabel:hover {
  background-color: #FFCB1F;
  color: #fff;
}
.newsCategoryBox li a.grayLabel {
  border: #999 solid 1px;
}
.newsCategoryBox li a.grayLabel:hover {
  background-color: #999;
  color: #fff;
}

.newsSingleCategoryBox {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.newsList li {
    border-top: 1px solid #b3b3b3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newsList li:last-child {
    border-bottom: 1px solid #b3b3b3;
}
.dataTime {
    margin-right: 10px;
    font-size: 90%;
    font-weight: bold;
    color: #8D8D8D;
}
.label {
    width: 100px;
    display: inline-block;
    font-size: 70%;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    margin: 0 0 4px;
}
.importantLabel {
    background: #FF0000;
}
.redLabel {
    background: #FF646C;
}
.blueLabel {
    background: #58CACA;
}
.yellowLabel {
    background: #FFCB1F;
}
.grayLabel {
    background: #999;
}
.newsLink {
    padding-left: 30px;
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_green.svg);
}
.pagingContainer {
    text-align: center;
    position: relative;
    width: 435px;
    margin: 0 auto;
}
.beforeLinkPage {
    position: absolute;
    left: 0;
    top: -4px;
}
.afterLinkPage {
    position: absolute;
    right: 0;
    top: -4px;
}
.pagingContainer li {
    display: inline-block;
    margin-right: 20px;

}
.pagingContainer li a {

    border: 1px solid #66CC99;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.pagingContainer li .currentPage {
    background: #66CC99;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}
.pagingContainer li.beforeLinkPage a {
    padding-left: 40px;
    background-position: 21px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_green_before.svg);
}
.pagingContainer li.afterLinkPage a {
    padding-right: 40px;
    background-position: right 21px bottom 16px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_green.svg);
}
.pagingContainer li.allPage a {
    background: #66cc99;
    color: #fff;
}
.pagingContainer02 {
    text-align: center;
    position: relative;
    width: 435px;
    margin: 0 auto;
}
.pagingContainer02 .beforeLinkPage {
    position: absolute;
    left: 0;
    top: 0;
}
.pagingContainer02 .afterLinkPage {
    position: absolute;
    right: 0;
    top: 0;
}
 .pagingContainer02 li {
    display: inline-block;
    margin-right: 20px;

}
.pagingContainer02 li a {

    border: 1px solid #66CC99;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.pagingContainer02 li .currentPage {
    background: #66CC99;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}
.pagingContainer02  li.beforeLinkPage a {
    padding-left: 40px;
    background-position: 21px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_green_before.svg);
}
.pagingContainer02  li.afterLinkPage a {
    padding-right: 40px;
    background-position: right 21px bottom 16px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url(../images/module/arrow_green.svg);
}
.pagingContainer02  li.allPage a {
    background: #66cc99;
    color: #fff;
}



.entryData {
    margin-bottom: 20px;
}

.newsBoxRight {
    float: right;
    margin-left: 40px;
}
.newsBoxRight img {
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
}
.newsBoxRight p {
    margin-bottom: 20px;
}
.lowerAllPage {
    position: relative;
}

/* =======================================

	student CSS

========================================== */
.descriptionBox {
    position: relative;
    margin-bottom: 40px;
}
.descriptionBoxLeft {
    float: left;
    width: 60%;
    position: relative;
}
.squareBox02 {
    width: 70%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #BBFFED), color-stop(0.00, #FFF4B6));
    background: -webkit-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -moz-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -o-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: -ms-linear-gradient(top, #FFF4B6 0%, #BBFFED 88%);
    background: linear-gradient(to right, #FFF4B6 0%, #BBFFED 110%);
    position: absolute;
    top: 80px;
    right: 0;
}
.lowerAllPage li {
    float: left;
    width: 48.5%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.lowerAllPage li a {
    text-decoration: none;
}
.lowerAllPage li:nth-child(2n) {
    margin-right: 0px;
}
.lowerAllPage li img {
    width: 100%;
}
.lowerAllPage figcaption {
    padding: 20px;
    position: relative;
}
.lowerAllPage figcaption p {
    font-size: 13px;
}
.lowerAllPage li a:hover .arrowBox01,.lowerAllPage li a:hover .arrowBox02,.lowerAllPage li a:hover .arrowBox03{
    position: absolute;
    top: -25px;
    right: 4%;
    -webkit-transition: all .3s;
 transition: all .3s;
}
/* =======================================

	contact CSS

========================================== */
.steps {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
.steps ol {
  width: auto;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.steps li {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 25px;
    float: left;
    position: relative;
    background-color: #E6E6E5;
    color: #333333;
    font-size: 13px;
    position: relative;
}
.steps li.item01 {
  padding-left: 10px;
}
.steps li.item01:after, .steps li.item01:before, .steps li.item02:after, .steps li.item02:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1;
  border: solid transparent;
  pointer-events: none;
}
.steps li.item01:after, .steps li.item02:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #E6E6E5;
    border-width: 15px;
    margin-top: -15px;
}
.steps li.item01:before, .steps li.item02:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-top: -16px;
}
.steps li.item01.active:after, .steps li.item02.active:after {
    border-left-color: #66CC99;
}
.steps li h4 {
  line-height: 30px;
  font-size: 1em;
}
.steps li.active {
    background-color: #66CC99;
    color: #ffffff;
}
.boxSurround, .boxCode {
    margin: 20px 0 40px;
    padding: 30px;
    border: 1px solid #BEBEBE;
}
.boxContactTelNum {
    width: 30%;
    float: left;
    margin-top: 18px;
    padding-right: 40px;
    border-right: 1px solid #000;
}
.boxContactTelNum .numTel {
    font-size: 236%;
}
.boxContactTelNum i {
    margin-right: 5px;
    font-size: 90%;
}
.fa-phone:before {
    content: "\f095";
}
.boxContactTelNum .numTel, .boxContactTelNum .numFax {
    display: block;
    text-align: center;
}
.boxContactTelNum .numFax {
    font-size: 150%;
}
.boxContactTelTime {
    width: 60%;
    float: right;
}
.boxSurroundTitle {
    font-size: 114%;
    font-weight: bold;
}
.boxSurround p:last-child {
    margin-bottom: 0;
}
.num {
    width: 20%;
}
/* =======================================

	link CSS

========================================== */
.linkBox li{
    border-top: 1px solid #C1C1C1;
        padding: 15px 0;
}
.linkBox li:last-child {
    border-bottom: 1px solid #C1C1C1;
}
.linkBox li::before {
   content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 10px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(../images/module/arrow_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.linkBoxLeft {
    float: left;
    width: 48%;
    margin-right: 40px;
}
.linkBoxRight {
    float: right;
    width: 48%;
}

/* =======================================

	office CSS

========================================== */
.lowerBoxLeft {
    float: left;
    padding-right: 20px;
    width: 68%;
}
.lowerBoxRight {
    float: right;
    width: 30%;
}
.lowerBoxRight img {
    width: 100%;
}


/* =======================================

	pr CSS

========================================== */
.pamphletBox {
    margin-right: -1.33%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pamphletBox li {
    float: left;
    width: 32%;
    margin-right: 1.33%;
        margin-bottom: 20px;
}
.pamphletBox li img {
    width: 100%;
}
.pamphletBox li figcaption {
    margin-top: 5px;
}
/* =======================================

	footer CSS

========================================== */
.footer {
    position: relative;
}
#footerBorder {
width:100%;
height:100%;
border-left:1px solid #FFD2C7;
border-right:1px solid #FFE78C;
}

#footerBorder:before,
#footerBorder:after {
content:"";
display:block;
height:5px;
width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#FFD2C7), to(#FFE78C));
	background:-moz-linear-gradient(left, #FFD2C7, #FFE78C);
	background:linear-gradient(left, #FFD2C7, #FFE78C);
}
.footerInner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}
.footerCompany p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footerLeftBox {
    float: left;
}
.fNav {
    float: left;
    margin-left: 50px;
}
.fNav ul {
    float: left;
    margin-right: 50px;
    width: 300px;
}
 .fNav ul.fNavLast{
     margin-right: 0;
 }
.fNav ul li a {
    font-size: 14px;
    line-height: 2em;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 8px;
    background-image: url(../images/module/footer_arrow.svg);
}
.fNav ul li ul {
    margin-bottom: 5px;
}
.fNav ul li ul li {
    padding-left: 0;
    margin-left: 30px;
    position: relative;
}
.fNav ul li ul li a {
    padding-left: 0px;
    background: none;
}
.fNav ul li ul li:before {
    content: "-";
    color: #000;
    left: -14px;
    top: 4px;
    position: absolute;
}

.copyright {
    color: #808080;
    margin-top: 20px;
    font-size: 11px;
}
#pageTop a {
    width: 60px;
    height: 60px;
    background: #66CC99;
    border-radius: 5px;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../images/module/pagetop.svg);
    right: 0;
}

/* =======================================

	pc CSS

========================================== */
.pc{
    display: block;
}

/* =======================================

	tablet CSS

========================================== */
.tab{
    display: none
}
.tabMainImgBox {
    display: none;
}
.tabSerchBox {
    display: none;
}
/* =======================================

	sp CSS

========================================== */
.sp{
    display: none;
}
.spnavLink {
    display: none;
}
.spLeadBox {
    display: none;
}
.spFooterBox {
    display: none;
}
.spTableBox {
    display: none;
}
.spNewsCategory {
    display: none;
}
.spTopicpath{
    display: none;
}
.spPager {
    display: none;
}
/* =======================================

	home slide CSS

========================================== */
.pc-tab {
  display: block;
}
.homeSliderPc img,
.homeSliderSp img {
  width: 100%;
  height: auto;
}
.homeSliderPc div,
.homeSliderSp div {
  line-height: 0;
}
/* =======================================

	fukunin CSS

========================================== */
.fukunin .title06 {
  background-color: #ffda9b;
}
.fukunin .title10::before {
  background-color: #f39800;
}
.lowerBoxInner2 {
  margin-bottom: 40px;
}
.lowerBoxInner2 .lowerBoxInner2 {
  margin-bottom: 30px;
}
.fukuninBox .lowerBoxInner2 p {
  margin-bottom: 20px;
}
.fukunin .lowerBoxInner2 .lowerContactBox {
  border-color: #f39800;
  background-color: #ffda9b;
}
.fukuninBox .lowerBoxInner2 .lowerContactBox p {
  margin-bottom: 0;
}
.lowerBoxInner2 .title10 {
  margin-bottom: 8px;
}
.fukuninMainImage {
  margin-bottom: 40px;
}
.fukuninMainImage img {
  width: 100%;
  height: auto;
}
.fukuninBtnBox {
  margin: 0 0 40px;
}
.col2Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2Box .lowerBoxInner2 {
  width: 48%;
}
.arrowList {
  margin: 0 0 20px;
}
.arrowList li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 6px;
}
.arrowList li::before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../images/module/arrow_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.decimalList {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.decimalList li {
  list-style-type: decimal;
  margin: 0 0 6px;
}
.pamphletCenter {
  max-width: 600px;
  margin: 0 auto 10px;
}
.pamphletCenter img {
  width: 100%;
  height: auto;
}
.fukuninBtnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.fukuninBtnBox li {
  width: 48.8%;
}
.fukuninBtnBox li a {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 128.6%;
  padding: 40px 20px;
  border-radius: 5px;
  color: #fff;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 7px;
  background-color: #f39800;
  text-decoration: none;
  background-image: url(../images/module/arrow_white.svg);
}
.fukuninBtnBox li a:hover {
  background-color: #e08c00;
  background-position: 95.5% center;
}
.officeList {
  margin: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.officeList li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  margin: 0 0 40px;
}
.officeList li .officeListItemPh {
  width: 34%;
}
.officeList li .officeListItemPh img {
  width: 100%;
  height: auto;
}
.officeList li .officeListItemInfo {
  width: 62%;
}
.officeList li .officeListItemInfo h3 {
  font-weight: bold;
  font-size: 142.9%;
  margin: 0 0 12px;
}
.officeList li .officeListItemInfo p {
  margin: 0 0 20px;
}
.buttonMore {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7px;
  background-color: #f39800;
  text-decoration: none;
  background-image: url(../images/module/arrow_white.svg);
}
.buttonMore:hover {
  background-color: #e08c00;
  background-position: 95% center;
}
.fukuninDetailHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.fukuninDetailHeader2 {
  margin: 0 0 40px;
}
.fukuninDetailHeaderImage,
.fukuninDetailHeaderText {
  width: 48%;
}
.fukuninDetailHeaderImage img {
  width: 100%;
  height: auto;
}
.fukuninDetailHeader2 p,
.fukuninDetailHeaderText p {
  margin: 0 0 20px;
}
.fukuninDetailHeader2 p strong,
.fukuninDetailHeaderText p strong {
  font-weight: bold;
}
.ytWrap {
  max-width: 560px;
  margin: 0 auto 60px;
}
.yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btnCenter {
  text-align: center;
  margin: 0 0 60px;
}
.btnCenter a {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 128.6%;
  padding: 30px 40px;
  border-radius: 5px;
  color: #fff;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 7px;
  background-color: #f39800;
  text-decoration: none;
  background-image: url(../images/module/arrow_white.svg);
}
.btnCenter a:hover {
  background-color: #e08c00;
  background-position: 96% center;
}
.fukuninNavi {
  text-align: center;
}
.fukuninNavi a {
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #f39800;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px;
  background-color: #ffe5b9;
  text-decoration: none;
}
.fukuninNavi a:hover {
  background-color: #ffda9b;
}
.fukuninBtnBox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.fukuninBtnBox2 a {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 10px;
  position: relative;
  font-size: 157.1%;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  width: 40%;
  display: inline-block;
  padding: 30px 60px 30px 70px;
  color: #f39800;
  border-width: 1px;
  border-color: #f39800;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
}
.fukuninBtnBox2 a:hover {
  background-color: #fcefd8;
}
.fukuninBtnBox2 a::before {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #f39800;
  font-size: 157.1%;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  display: inline-block;
  font-family: FontAwesome;
}
.fukuninBtnBox2 a:hover::before {
  font-size: 185.7%;
}
.fukuninBtnBox2 a::after {
  color: #f39800;
  font-size: 142.9%;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  display: inline-block;
  font-family: FontAwesome;
  content: "\f101";
}
.fukuninBtnBox2 a.btnJob::before {
  content: "\f007";
}
.fukuninBtnBox2 a.btnCompany::before {
  content: "\f0f7";
}
.fukuninBox .btn06 {
  margin-right: 0;
  background-color: transparent;
}
.fukuninBox .btn06 a {
  background-color: #f39800;
  border-radius: 4px;
}
.fukuninBox .btn06 a:hover {
  background-color: #e08c00;
}
.fukuninMeritBox {
  display: flex;
  justify-content: space-between;
}
.fukuninMeritBox .ytWrap,
.fukuninMeritBoxItem {
  width: 48%;
}
/* =======================================

	2018.02.09 小島追加css

========================================== */
.lowerBoxInner {
    margin-bottom: 20px;
}
.boxFlow {
    width: 100%;
    padding: 3% 3% 1.5%;
    margin: 1% 0 0 0;
    text-align: center;
    background: rgba(195, 237,214,0.5);
    box-sizing: border-box;
}
.boxFlow .flowBorder {
    background: #C3EDD6;
    font-weight: bold;
    font-size: 120%;
}
.boxFlow p {
    width: 100%;
    padding: 10px;
    font-size: 110%;
    margin: 0 0 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}
.boxFlow .flowArrow {
    background: none;
    border: none;
    font-size: 85%;
    display: block;
    color: #000;
}
.boxFlow .flowArrow:before {
    font-family: FontAwesome;
    font-size: 250%;
    margin-right: 0.2em;
    content: "\f0d7";
    color: #66cc99;
    vertical-align: bottom;
}
.infoBox {
    padding: 1em;
    border-top: 1px solid #fff;
    background: #C3EDD6;
}
.lowerContactBox {
    border: 1px solid #66cc99;
    padding: 3%;
    background: rgba(195, 237,214,0.5);
}
.lowerContactBox dl {
    margin-bottom: 1%;
}
.lowerContactBox dt {
    font-weight: bold;
    font-size: 110%;
}
.lowerBoxInner .left {
    float: left;
    padding-right: 20px;
    width: 60%;
    box-sizing: border-box;
}
.lowerBoxInner .right {
    float: right;
    width: 40%;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding-bottom: 2%;
}
.lowerBoxInner .right img {
    width: 40%;
    padding: 10px 0 0 0;
}
.icoArea {
    padding-right: 10px;
}
.lowerBoxInner .right02 {
    float: right;
    width: 40%;
}
.lowerBoxInner .right .textBox {
    padding: 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #f2f2f2;
}
.lowerBoxInner .left02 {
    width: 60%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.lowerBoxInner .right figure {
    margin-top: 10px;
    text-align: center;
}
.lowerBoxInner .right figcaption {
    margin-top: 4%;
}
.spLogoBox {
    display: none;
}
.ph_pc {
  display: block;
}
.ph_sp {
  display: none;
}
