/********************
CSS
********************/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
    margin: 0;
    padding: 0;
    line-height: 145%;
    font-family: "Noto Sans JP", sans-serif !important;
}

ul,
ul li {
    list-style: none;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

img {
    max-width: 100%;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.arrow_01 {
    position: relative;
}

.arrow_01::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
}

.arrow_01-02 {
    position: relative;
}

.arrow_01-02::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -4px;
}

.arrow_02 {
    position: relative;
}

.arrow_02::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

#wrapper {
    margin: 0 auto;
    width: auto !important;
    background: none !important;
    text-align: left;
    color: #1e1e1e !important;
}

#wrapper .contents-box-gray {
    background: #f6f6f6;
}

#wrapper .contents-box-gray02 {
    background: #ebebeb;
}

#wrapper .triangle-wrapper01 {
    position: relative;
}

#wrapper .triangle-wrapper01 .triangle01 {
    position: absolute;
    bottom: -49px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 39px 0 39px;
    border-color: #ebebeb transparent transparent transparent;
}

#wrapper .triangle-wrapper02 {
    position: relative;
}

#wrapper .triangle-wrapper02 .triangle02 {
    position: absolute;
    bottom: -49px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 39px 0 39px;
    border-color: #11b75e transparent transparent transparent;
}

#wrapper .contents-box .contents-inner {
    max-width: 1200px;
    margin: 0 auto 0;
}

#wrapper .contents-box .contents-inner .service-absence-bottom {
    max-width: 880px;
    margin: 0 auto;
    background: white;
}

#wrapper .contents-box .contents-inner02 {
    max-width: 100%;
    margin: 0 auto 0;
}

div#contents-area {
    margin: 0;
    width: 100%;
}

/*service-ヘッダー*/

#service-header #service-header-inner-01 {
    max-width: 1200px;
    margin: 10px auto 0;
    height: 40px;
}

#service-header #service-header-inner-01 .service-header-btn-inner01 {
    margin-right: 80px;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-header #service-header-inner-01 .service-header-btn-inner01 li {
    margin-right: 16px;
}

#service-header #service-header-inner-01 .service-header-btn-inner01 li:nth-last-child(1) {
    margin-right: 0;
}

#service-header #service-header-inner-01 .service-header-btn-inner01 li a {
    border-radius: 5px;
    background: #11b75e;
    color: #fff;
    text-decoration: none;
    width: 230px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-header #service-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-header #service-header-inner #service-header-logo {
    margin-left: 70px;
}

#service-header #service-header-inner #service-header-logo img {
    max-width: 100%;
}

/*#service-header #service-header-inner #service-header-btn {
		margin-right: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}*/

#service-header #service-header-inner #service-header-btn .service-header-btn-inner02 {
    margin-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-header #service-header-inner #service-header-btn .service-header-btn-inner02 li {
    margin-right: 16px;
}

#service-header #service-header-inner #service-header-btn .service-header-btn-inner02 li:nth-last-child(1) {
    margin-right: 0;
}

#service-header #service-header-inner #service-header-btn .service-header-btn-inner02 li a {
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 236px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/***************************
	SPハンバーガーメニュー
	***************************/

/***************************
	SPハンバーガーメニューここまで
	***************************/

/*serviceフッター*/

#service-fotter {


    background: #11b75e;
}

#service-fotter-inner-01 {
    max-width: 880px;
    margin: 40px auto 30px;
}

#service-fotter-inner-01 .service-fotter-btn-inner01 {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-fotter-inner-01 .service-fotter-btn-inner01 li {
    margin-right: 16px;
    display: flex;
    width: 46%;
}

#service-fotter-inner-01 .service-fotter-btn-inner01 li:nth-last-child(1) {
    margin-right: 0;
}

#service-fotter-inner-01 .service-fotter-btn-inner01 li a {
    border-radius: 5px;
    background: #11b75e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service-fotter address {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    padding: 18px 0 19px;
    text-align: center;
    font-style: normal;
}

/*トップへ戻るボタン*/

.pagetop {
    position: relative;
}

.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 20px;
    /*場所を右下に移動*/
}

/*メイン画像*/

.main-box-wrapper {
    margin: 0 auto;
    background: url(../../images/environment/mutual_aid/service/main_img_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.main-box-wrapper .main-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-box-wrapper .main-box .main-btn {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-box-wrapper .main-box .main-btn a {
    background: url(../../images/environment/mutual_aid/service/main_btn.png) no-repeat bottom;
    width: 459px;
    height: 90px;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.main-box-wrapper .main-box .main-btn a:hover {
    background: url(../../images/environment/mutual_aid/service/main_btn_hover.png) no-repeat bottom;
    width: 459px;
    height: 90px;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

/*教育職員の病気休職者の状況*/

.service-title01 {
    max-width: 880px;
    margin: 60px auto 0;
}

.service-title01 .service-title01-inner {
    position: relative;
    background: url(../../images/environment/mutual_aid/service/service-title01.png) no-repeat top;
    background-size: contain;
    width: 100%;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-title01 .service-title01-inner .service-title01-7characteristic {
    position: absolute;
    top: -75px;
    right: -50px;
}

.service-title01 .service-title01-inner h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}

.service-absence {
    margin: 60px auto 0;
    text-align: center;
}

.service-absence02 {
    background: url(../../images/environment/mutual_aid/service/service-absence02.gif) no-repeat top;
    background-size: contain;
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-absence02 h4 {
    margin: 0 auto 0;
    font-size: 1.875rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.service-absence-bottom {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-absence-bottom .absence-bottom-inner-l {
    padding: 72px 0 0 60px;
    width: 58%;
    position: relative;
}

.service-absence-bottom .absence-bottom-inner-l .inner-l-more {
    position: absolute;
    top: -24px;
    left: -80px;
}

.service-absence-bottom .absence-bottom-inner-l .inner-l-text01 {
    letter-spacing: 0.14rem;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.66;
}

.service-absence-bottom .absence-bottom-inner-l .inner-l-text01 .l-text-span01 {
    font-size: 2.5rem;
    color: #06753c;
}

.service-absence-bottom .absence-bottom-inner-l .inner-l-text01 .l-text-span02 {
    font-size: 2.5rem;
    color: #06753c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5ff5c));
    background: -webkit-linear-gradient(transparent 50%, #f5ff5c 50%);
    background: -o-linear-gradient(transparent 50%, #f5ff5c 50%);
    background: linear-gradient(transparent 50%, #f5ff5c 50%);
    padding-bottom: 5px;
}

.service-absence-bottom .absence-bottom-inner-l .inner-l-text02 {
    margin-top: 36px;
    font-size: 1.25rem;
    line-height: 1.75;
}

.service-absence-bottom .absence-bottom-inner-r {
    padding: 40px 60px 0 0;
    width: 35%;
    text-align: right;
}

.service-absence-caution {
    margin: 48px 0 60px 0;
    background: url(../../images/environment/mutual_aid/service/service-absence-caution-bg.png);
    text-align: center;
    padding: 40px 0;
}

.service-absence-caution .absence-caution-text01 {
    margin-top: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.125;
}

.service-absence-caution .absence-caution-text02 {
    margin-top: 40px;
    font-size: 1.25rem;
    line-height: 1.5;
}

.service-absence-caution02 {
    margin: 0 auto 20px;
    text-align: center;
}

/*長期間働けず収入もストップ・・・*/

.service-absence-stop {
    margin: 90px auto 35px;
    text-align: center;
}

.service-absence-stop .absence-stop-text01 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}

.service-absence-stop .absence-stop-text02 {
    position: relative;
    background: url(../../images/environment/mutual_aid/service/absence-stop-text.gif) no-repeat top;
    background-size: contain;
    width: 100%;
    height: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-absence-stop .absence-stop-text02 h4 {
    margin: 0 auto 0;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.service-absence-cover {
    position: relative;
    margin: 60px 0;
}

.service-absence-cover .absence-cover-l {
    position: absolute;
    top: -30px;
    left: 0;
}

.service-absence-cover .absence-cover-r {
    position: absolute;
    top: -30px;
    right: 0;
}

.service-absence-cover .service-absence-text .absence-cover-text01 {
    color: #11b75e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}

.service-absence-cover .service-absence-text .absence-cover-text02 {
    color: #11b75e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    margin-top: -0.5rem;
}

.service-absence-cover .service-absence-text .absence-cover-text02 .absence-cover-span01 {
    color: #11b75e;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.service-absence-cover .service-absence-text .absence-cover-text02 .absence-cover-span01 .absence-cover-span02 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5ff5c));
    background: -webkit-linear-gradient(transparent 50%, #f5ff5c 50%);
    background: -o-linear-gradient(transparent 50%, #f5ff5c 50%);
    background: linear-gradient(transparent 50%, #f5ff5c 50%);
    padding-bottom: 3px;
}

/*教職員収入ロングウェイサポートの特徴*/

.service-characteristic .characteristic-title {
    font-size: 1.25rem;
    margin-top: 60px;
    text-align: center;
}

.service-characteristic .characteristic-title .characteristic-title-span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e10101;
}

.service-characteristic .service-characteristic-box {
    background: #fff;
    max-width: 880px;
    margin: 80px auto 0;
    padding: 34px 75px;
    margin-bottom: 60px;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li:nth-last-child(1) {
    margin-bottom: 0;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-l {
    width: 12%;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-l img {
    max-width: 100%;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r {
    width: 88%;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-title {
    font-size: 1.875rem;
    font-weight: bold;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-title .box-r-title-inner {
    background: url(../../images/environment/mutual_aid/service/characteristic-box-r-title-gb.png) repeat-x left bottom;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text {
    font-size: 1.875rem;
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text a {}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text .box-l-link {
    position: relative;
    padding-left: 20px;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text .box-l-link:after {
    content: "";
    border: 10px solid transparent;
    border-left: 17px solid #0000ff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text a:hover {
    color: #0000ff;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text a:link,
.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text a:active .service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text a:visited {
    text-decoration: none;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text .box-l-a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #0000ff;
}

.service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-text .box-l-a:hover {
    border-bottom: none;
}

/*商品の概要*/

.service-green-title {
    background: #11b75e;
    text-align: center;
    color: #fff;
}

.service-green-title h4 {
    font-size: 1.875rem;
    font-weight: bold;
    padding: 26px 0;
}

.service-about-box {
    max-width: 880px;
    margin: 0 auto;
}

.service-about-box .about-title {
    font-size: 1.25rem;
    margin: 60px 0 0;
}

.service-about-box .about-ul {
    margin-top: 40px;
}

.blue-ul .li-bg-blue {
    background-image: -webkit-linear-gradient( 135deg,
    #c1e5e7 25%,
    #d4edee 25%,
    #d4edee 50%,
    #c1e5e7 50%,
    #c1e5e7 75%,
    #d4edee 75%,
    #d4edee);
    background-image: -o-linear-gradient( 135deg,
    #c1e5e7 25%,
    #d4edee 25%,
    #d4edee 50%,
    #c1e5e7 50%,
    #c1e5e7 75%,
    #d4edee 75%,
    #d4edee);
    background-image: linear-gradient( -45deg,
    #c1e5e7 25%,
    #d4edee 25%,
    #d4edee 50%,
    #c1e5e7 50%,
    #c1e5e7 75%,
    #d4edee 75%,
    #d4edee);
    background-size: 11px 11px;
    background-attachment: fixed;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
}

.blue-ul .li-bg-blue p {
    font-size: 1.875rem;
}

.blue-ul .li-bg-blue .bg-blue-span {
    font-size: 1.25rem;
    font-weight: normal;
}

.blue-ul .li-bg-blue .bg-blue-span02 {
    font-size: 0.625rem;
    vertical-align: middle;
}

.service-about-box .about-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.service-about-box .about-ul li .about-th {
    background: #f9bd00;
    vertical-align: middle;
    font-size: 1.5625rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 14px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-about-box .about-ul li .orange01 {
    background: #fddf99;
}

.service-about-box .about-ul li .orange02 {
    background: #fbd066;
}

.service-about-box .about-ul li .orange03 {
    background: #fac033;
}

.service-about-box .about-ul li .about-td {
    background: #ffedb3;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 14px 20px 14px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.service-about-box .about-ul li .about-td .about-td-span {
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
}

.service-about-box .about-text01 {
    margin-top: 35px;
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.service-about-box .about-ul .about-li02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-about-box .about-ul .about-li02 .about-li-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    background: #fffac8;
    width: 49%;
    font-size: 1.125rem;
}

.service-about-box .about-ul .about-li02 .about-li-l .li-l-text {
    line-height: 1.3889;
}

.service-about-box .about-ul .about-li02 .about-li-l .li-l-symbol {
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate( -90deg);
    transform: rotate( -90deg);
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 0;
}

.service-about-box .about-ul .about-li02 .about-li-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    background: #ffe39a;
    width: 49%;
    font-size: 1.125rem;
}

.service-about-box .about-ul .about-li02 .about-li-r .li-r-text {

}

.service-about-box .about-ul .about-li02 .li-lr-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.service-about-box .about-ul .about-li02 .li-lr-title .li-lr-title-span {
    font-size: 1rem;
    font-weight: normal;
}

.service-about-box .about-ul .about-li02 .about-li-r .li-r-symbol {
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate( -90deg);
    transform: rotate( -90deg);
    font-size: 1.25rem;
    font-weight: bold;
}

/*保険料*/

.service-insurance {}

.service-insurance-box {
    max-width: 880px;
    margin: 0 auto;
}

.service-insurance-box .insurance-ul {
    margin-top: 40px;
}

.service-insurance-box .insurance-table {
    border-collapse: collapse;
    width: 100%;
}

.service-insurance-box .insurance-table .insurance-th-white {
    background: #fff;
}

.service-insurance-box .insurance-table .insurance-td-yellow {
    background: #fffdd2;
}

.service-insurance-box .insurance-table .insurance-tr-gray {
    background: #efefef;
}

.service-insurance-box .insurance-table .font-b {
    font-weight: bold;
}

.service-insurance-box .insurance-table th {
    width: 15.5%;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    background: #ddf0f1;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.service-insurance-box .insurance-table td {
    padding: 9px 0 5px;
    width: 14%;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.service-insurance-box .insurance-table .color-01 {
    background: #fddf99;
}

.service-insurance-box .insurance-table .color-02 {
    background: #fbd066;
}

.service-insurance-box .insurance-table .color-03 {
    background: #fac033;
}

.service-insurance-box .insurance-table .color-04 {
    background: #f9b000;
}

.service-insurance-box .insurance-table .color-05 {
    background: #fddf99;
}

.service-insurance-box .insurance-table .color-06 {
    background: #fbd066;
}

.service-insurance-box .insurance-table td .fs-s {
    font-size: 0.875rem;
}

.service-insurance-box .insurance-table td .fs-s .fs-s02 {
    font-size: 0.6rem;
}

.service-insurance-box .insurance-sub {
    font-size: 0.75rem;
    margin: 20px 0 60px;
}

/*加入手続き*/
.service-procedure-box {
    max-width: 880px;
    margin: 0 auto;
}
.service-procedure-box .procedure-ul {
    width: 100%;
}
.service-procedure-box .procedure-ul .procedure-td {
    background: #f3f3f3;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 75px 30px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 40px;
}
.service-procedure-box .procedure-ul .procedure-td-last {
    background: #f3f3f3;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 75px 30px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}
.service-procedure-box .procedure-ul li .procedure-td .sp-fs {
    font-size: 1rem;
}
.service-procedure-box .procedure-ul .procedure-td .procedure-td-span {
    font-size: 1rem;
}
.service-procedure-box .procedure-ul .li-bg-blue {
    padding: 30px 0;
    margin-bottom: 0px;
}
.service-procedure-box .procedure-ul .li-bg-blue p {
    line-height: 1;
}
.service-procedure-box .procedure-text01 {
    padding: 10px 0 0 20px;
    padding-left: 3em;
    margin-top: 0;
}
.service-procedure-box .procedure-ul .procedure-li02 {
    display: block;
}
.service-procedure-box .procedure-ul .procedure-li02 .procedure-li-l {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.service-procedure-box .procedure-ul .procedure-li02 .procedure-li-r {
    display: block;
    width: 100%;
}
.service-procedure-box .procedure-ul .procedure-li02 .procedure-li-l .li-l-symbol {
    margin: 0;
}
.service-procedure-box .procedure-text01 {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
    font-weight: normal;
}
.service-procedure-box .procedure-ul .procedure-td-last .box01-span {
    font-size: 0.8rem;
    vertical-align: super;
}

/*保険料*/
.service-insurance-box .scroll {
    overflow: auto;
    white-space: nowrap;
}
.service-insurance-box .scroll::-webkit-scrollbar {
    height: 5px;
}
.service-insurance-box .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
    margin-left: 20px;
}
.service-insurance-box .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.service-insurance-box .scroll .insurance-table {
    width: 100%;
    margin: 0 0 0 20px;
}
.service-insurance-box .insurance-sub {
    margin: 20px 20px 60px;
}
.service-insurance-box .insurance-table th {
    padding: 3px 8px;
}


/*よくある質問*/

.service-qa-box .qa_contents {
    font-size: 1rem !important;
}

.service-qa-box .qa_contents .qa_contents-q {
    background: #ffeede;
    font-size: 1.25rem;
    padding: 40px 0;
}

.service-qa-box .qa_contents .qa_contents-q .qa_contents-q-p {
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.75;
    background: url(../../images/environment/mutual_aid/service/service-qa-q.png) no-repeat left top;
    padding-left: 58px;
}

.service-qa-box .qa_contents .qa_contents-a {
    font-size: 1.25rem;
    padding: 35px 0 45px;
}

.service-qa-box .qa_contents .qa_contents-a .qa_contents-a-a {
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.75;
    background: url(../../images/environment/mutual_aid/service/service-qa-a.png) no-repeat left top;
    padding-left: 58px;
}

/*加入者様向けサービス*/

.service-service-bg {
    background: url(../../images/environment/mutual_aid/service/service-bg.png) left top;
    padding-bottom: 100px;
}

.service-service-box {
    margin-top: 60px;
}

.service-service-box .service-service-text {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
}

.service-box-support {
    max-width: 880px;
    margin: 100px auto 0;
}

.service-box-support .service-title {
    text-align: center;
}

.service-box-support .service-title h4 .service-title-span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff7f));
    background: -webkit-linear-gradient(transparent 60%, #ffff7f 60%);
    background: -o-linear-gradient(transparent 60%, #ffff7f 60%);
    background: linear-gradient(transparent 60%, #ffff7f 60%);
    padding-bottom: 10px;
    color: #11b75e;
    font-size: 2.5rem;
}

.service-service-box .service-title02 {
    max-width: 880px;
    margin: 15px auto 0;
    text-align: left;
}

.service-service-box .service-title02 p {
    padding-left: 1em;
    text-indent: -1em;
}

.service-box-support .meidcal-inner-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 780px;
    margin: 30px auto 0;
}

.service-box-support .meidcal-inner-box01 .inner-box01-li {
    width: 30%;
    padding: 24px 17px 60px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 8px solid #11b75e;
    background: #f3f3f3;
    margin-right: 4%;
}

.service-box-support .meidcal-inner-box01 .inner-box01-li:nth-child(3n) {
    margin-right: 0;
}

.service-box-support .meidcal-inner-box01 .inner-box01-li h5 {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-box-support .meidcal-inner-box01 .inner-box01-li h5 .box01-span {
    font-size: 0.8rem;
    vertical-align: super;
}

.service-box-support .meidcal-inner-box01 .inner-box01-li p {
    margin-top: 10px;
    font-size: 1.125rem;
}

.service-box-support .service-sub {
    font-size: 0.75rem;
    margin: 0 0 0;
    text-align: center;
}

.service-box-support .daily-inner-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 30px auto 0;
}

.service-box-support .daily-inner-box01 .inner-box01-li {
    width: 47.5%;
    padding: 20px 17px 25px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 8px solid #11b75e;
    background: #f3f3f3;
    margin-right: 5%;
}

.service-box-support .daily-inner-box01 .inner-box01-li01 {
    margin-right: 0!important;
}

.service-box-support .daily-inner-box01 .inner-box01-li h5 {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
}

.service-box-support .daily-inner-box01 .inner-box01-li:nth-child(2n) {
    height: 257px;
    margin-right: 0;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul li {
    text-align: left;
    width: 78%;
    margin: 0 0 0 22%;
    font-size: 1.125rem;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul li .inner-li-span {
    font-size: 0.8rem;
    vertical-align: super;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul li .inner-li-span02 {
    font-size: 0.875rem;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-p {
    text-align: left;
    font-size: 0.75rem;
    padding-left: 2em;
    text-indent: -2em;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul02 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul02 li {
    text-align: left;
    width: 90%;
    margin: 0 0 0 5%;
    font-size: 1.125rem;
    padding-left: 1em;
    text-indent: -1em;

}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-ul02 li .inner-li-span02 {
    font-size: 0.875rem;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-p02 {
    font-size: 1rem;
    width: 85%;
    text-align: left;
    margin: 0 0 0 15%;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-p03 {
    font-size: 1.125rem;
    width: 85%;
    text-align: left;
    margin: 0 0 0 15%;
}

.service-box-support .daily-inner-box01 .inner-box01-li .inner-p03 a:hover {
    color: #00f;
}

.service-box-support .assist-inner-box01 {
    max-width: 100%;
    margin: 30px auto 0;
}

.service-box-support .assist-inner-box01 .inner-box01-li {
    width: 100%;
    padding: 20px 90px 25px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 8px solid #11b75e;
    background: #f3f3f3;
}

.service-box-support .assist-inner-box01 .inner-box01-li h5 {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
}

.service-box-support .assist-inner-box01 .inner-box01-li h5 .box01-span {
    font-size: 0.8rem;
    vertical-align: super;
}

.service-box-support .assist-inner-box01 .inner-box01-li .li-inner-box {
    width: 100%;
    margin: 10px auto 0;
    text-align: left;
}

.service-box-support .assist-inner-box01 .inner-box01-li .li-inner-box .p-01 {
    font-size: 1.125rem;

    padding-left: 1em;
    text-indent: -1em;
}

.service-box-support .assist-inner-box01 .inner-box01-li .li-inner-box .p-01-b {
    font-size: 1.125rem;

}

.service-box-support .assist-inner-box01 .inner-box01-li .li-inner-box .p-02 {
    font-size: 1.125rem;

}

.service-box-support .assist-inner-box01 .inner-box01-li .li-inner-box li {
    font-size: 1.125rem;

    padding-left: 1em;
    text-indent: -1em;
}

.service-box-support .assist-inner-box01 .inner-box01-li .inner-p02 {
    font-size: 1rem;
    width: 50%;
    text-align: left;
    margin: 0 0 0 35%;
}

.service-box-support .assist-inner-box01 .inner-box01-li .inner-p03 {
    font-size: 1.125rem;
    width: 50%;
    text-align: left;
    margin: 0 0 0 35%;
}

.service-box-support .assist-inner-box01 .inner-box01-li .inner-p03 a:hover {
    color: #00f;
}

.service-box-support .assist-sub-text {
    width: 90%;
    margin: 30px auto 0;
}

.service-box-support .assist-sub-text p {
    font-size: 0.75rem;
    line-height: 1.66667;
    padding-left: 2em;
    text-indent: -2em;
}

/*ボタン*/

.service-inquiry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 880px;
    margin: 20px auto 30px;
}

.service-inquiry-btn li {
    width: 46%;
    height: 80px;
}

.service-inquiry-btn .inquiry-btn01 a {
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    font-size: 1.5625rem;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 6px #b87e00;
    box-shadow: 0 6px #b87e00;
}

.service-inquiry-btn .inquiry-btn01 a:hover {
    opacity: 1;
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*ボタン02*/

.service-inquiry-btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 880px;
    margin: 20px auto 30px;
}

.service-inquiry-btn02 li {
    width: 46%;
    height: 80px;
}

.service-inquiry-btn02 .inquiry-btn01 a {
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    font-size: 1.5625rem;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 6px #b87e00;
    box-shadow: 0 6px #b87e00;
}

.service-inquiry-btn02 .inquiry-btn01 a:hover {
    opacity: 1;
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*ボタン03（加入者様向けサービスはこちら）*/
.service-inquiry-btn03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto 30px;
}

.service-inquiry-btn03 li {
    width: 50%;
    height: 80px;
}

.service-inquiry-btn03 .inquiry-btn01 a {
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    font-size: 1.5625rem;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 6px #b87e00;
    box-shadow: 0 6px #b87e00;
}

.service-inquiry-btn03 .inquiry-btn01 a:hover {
    opacity: 1;
    -webkit-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    border-radius: 5px;
    background: #fcac2e;
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;
    height: 74px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*ご注意*/

.service-service-caution {
    max-width: 680px;
    margin: 0 auto 60px;
    border: 2px solid #666666;
}

.service-service-caution .service-caution-title {
    color: #666666;
    padding: 5px 0;
    font-size: 0.9rem;
    font-weight: bold;
    background: #ffe500;
    text-align: center;
    border-bottom: 2px solid #666666;
}

.service-service-caution .service-caution-title .title-span {
    font-size: 0.8rem;
}

.service-service-caution .service-caution-inner {
    margin: 20px 40px 20px;
}

.service-service-caution .service-caution-inner ul li {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

/********************
PCの幅調節用CSS
********************/

@media screen and (min-width:768px) and ( max-width:1200px) {
    /*ヘッダー*/
    #service-header #service-header-inner-01 .service-header-btn-inner01 {
        margin-right: 20px;
    }
    #service-header #service-header-inner #service-header-logo {
        margin-left: 20px;
    }
    #service-header #service-header-inner #service-header-btn {
        margin-right: 20px;
        width: 45%;
    }
    #service-header #service-header-inner #service-header-btn .service-header-btn-inner02 {
        margin-right: 0;
    }
    #service-header #service-header-inner #service-header-btn .service-header-btn-inner02 li {
        width: 100%;
        font-size: 1rem;
    }
    #service-header #service-header-inner #service-header-btn .service-header-btn-inner02 li a {
        width: 100%;
    }
    /*教育職員の病気休職者の状況*/
    .service-title01 {
        margin: 30px auto 0;
    }
    /*病気休職者のうち約63％が精神疾患による休職です。*/
    .service-absence-bottom .absence-bottom-inner-l .inner-l-more {
        top: -30px;
        left: -60px;
    }
    /*長期にわたってカバーします！*/
    .service-absence-cover .absence-cover-l {
        left: 10px;
    }
    .service-absence-cover .absence-cover-r {
        right: 10px;
    }
    .service-absence-cover .service-absence-text .absence-cover-text01 {
        font-size: 1.7rem;
    }
    .service-absence-cover .service-absence-text .absence-cover-text02 {
        font-size: 1.7rem;
    }
    .service-absence-cover .service-absence-text .absence-cover-text02 .absence-cover-span01 {
        font-size: 2.2rem;
    }
}

#contents-area02 {
    background: #eee;
    padding: 20px 0;
}

#contents-area02 .contents-area02-box {
    margin: 0 auto;
    padding: 20px;
    width: 80%;
    background: #fff;
}

#contents-area02 .contents-area02-box .contents-area02-text {
    color: #ff0000;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width:768px) and ( max-width:1000px) {
    .service-title01 .service-title01-inner .service-title01-7characteristic {
        display: none;
    }
}

/********************
PC用 CSS
********************/

@media (min-width: 768px) {
    .sp-view {
        display: none !important;
    }
    .blue-ul .li-bg-blue p .mr-pc01 {
        margin-right: 1rem;
    }
    .pc-sp-mt01 {
        margin-top: 60px !important;
    }
    .pc-sp-mrg01 {
        margin-top: 40px !important;
        margin-bottom: 60px !important;
    }
}

/********************
SP用 CSS
********************/

@media (max-width: 767px) {
    .pc-view {
        display: none !important;
    }
    .pc-sp-mt01 {
        margin-top: 40px !important;
    }
    .pc-sp-mrg01 {
        margin-top: 60px !important;
        margin-bottom: 70px !important;
    }
    .sp-mt10 {
        margin-top: 10px !important;
    }
    .sp-pt0 {
        padding-top: 0 !important;
    }
    .sp-pb0 {
        padding-bottom: 0 !important;
    }
    .sp-pb60 {
        padding-bottom: 60px !important;
    }
    /*ヘッダー*/
    #wrapper #service-header {
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 49px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #service-header #service-header-inner {
        padding: 5px 0;
        width: 70%;
        margin: 0 5px 0 5px;
    }
    #service-header #service-header-inner #service-header-logo {
        margin-left: 0;
    }
    #service-header #service-header-inner #service-header-logo img {
        max-width: 100%;
        height: auto;
    }
    .contents-box {
        padding: 40px 0;
    }
    
    /***************************
	SPハンバーガーメニュー
	***************************/
    nav.menu {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        position: fixed;
        cursor: pointer;
        overflow: hidden;
        z-index: 9999;
    }
    nav .menu1 {
        width: 30px;
        height: 2px;
        background-color: #1e1e1e;
        top: 13px;
        left: 10px;
        position: absolute;
    }
    nav .menu2 {
        width: 30px;
        height: 2px;
        background-color: #1e1e1e;
        top: 21px;
        left: 10px;
        position: absolute;
    }
    nav .menu3 {
        width: 30px;
        height: 2px;
        background-color: #1e1e1e;
        top: 30px;
        left: 10px;
        position: absolute;
    }
    nav .menu1,
    nav .menu2,
    nav .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* Opera */
        -moz-transition: all 0.5s ease-out;
        /* Firefox */
        -webkit-transition: all 0.5s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.5s ease-out;
        /* IE */
    }
    nav .menuclick1 {
        top: 23px;
        -o-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    nav .menuclick2 {
        background-color: rgba(255, 255, 255, 0);
    }
    nav .menuclick3 {
        top: 23px;
        -o-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    #menu {
        position: fixed;
        display: none;
        right: 0px;
        top: 48px;
        list-style-type: none;
        background-color: rgba(255, 255, 255, 1);
        padding: 5px 5px;
        z-index: 9999;
        width: 70%;
    }
    #menu li {
        border-bottom: 1px solid #ccc;
    }
    #menu li:nth-last-child(1) {
        border-bottom: none;
    }
    #menu li a {
        font-size: 0.9rem;
        text-decoration: none;
        color: #1e1e1e;
        line-height: 3;
        display: block;
        padding: 0 10px;
    }

    /***************************
	SPハンバーガーメニューここまで
	***************************/
    /*メイン*/
    div#contents-area {
        padding-top: 50px;
    }
    .main-box-wrapper {
        background: none;
    }
    .main-box-wrapper .main-box {
        position: relative;
    }
    .main-box-wrapper .main-box img {
        width: 100%;
    }
    .main-box-wrapper .main-box #service-header-btn-sp {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 60px;
    }
    .main-box-wrapper .main-box #service-header-btn-sp li {
        margin-bottom: 15px;
    }
    .main-box-wrapper .main-box #service-header-btn-sp li:nth-last-child(1) {
        margin-bottom: 23px;
    }
    .main-box-wrapper .main-box #service-header-btn-sp li a {
        border-radius: 5px;
        background: #fcac2e;
        color: #fff;
        text-decoration: none;
        width: 90%;
        margin: 0 auto;
        height: 47px;
        font-size: 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    /*教育職員の病気休職者の状況*/
    .service-title01 {
        margin-top: 0;
    }
    .service-title01 .service-title01-inner {
        background: none;
        display: block;
        position: relative;
        height: auto;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .service-title01 .service-title01-inner h4 {
        /*position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 1.5625rem;*/
        width: 90%;

    }
    .service-absence {
        margin: 40px auto 0;
        padding: 0 40px;
    }
    .service-absence02 {
        background: none;
        padding: 0 20px;
        margin: 30px auto 0;
        text-align: center;
        background: none;
        position: relative;
        display: block;
        height: auto;
    }
    .service-absence02 h4 {
        display: block;
        /*margin: 0 auto 0;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 1.25rem;*/
        width: 80%;
    }
    .service-absence-bottom {
        margin: 0 20px !important;
        padding: 40px 20px;
        padding-bottom: 20px;
        display: block;
    }
    .service-absence-bottom .absence-bottom-inner-l {
        padding: 0;
        width: 100%;
    }
    .service-absence-bottom .absence-bottom-inner-l .inner-l-text02 {
        line-height: 1.2;
    }
    .service-absence-bottom .absence-bottom-inner-r {
        padding: 15px 0 0;
        width: 100%;
        text-align: center;
    }
    .service-absence-caution {
        margin: 10px 20px;
        padding: 40px 20px;
    }
    .service-absence-caution .absence-caution-text01 {
        font-size: 1.5625rem;
    }
    .service-absence-caution .absence-caution-text02 {
        line-height: 1.2;
        text-align: left;
    }
    .service-absence-caution02 {
        margin: 40px 20px 10px;
    }
    /*長期間働けず収入もストップ・・・*/
    .service-absence-stop {
        margin: 20px 20px 20px;
    }
    .service-absence-stop .absence-stop-text01 {
        font-size: 1.5625rem;
        margin-bottom: 30px;
    }
    .service-absence-stop .absence-stop-text02 {
        background: none;
        width: 100%;
        padding: 0 1px;
    }
    .service-absence-stop .absence-stop-text02 h4 {
        display: block;
        /*height: auto;
		margin: 0 auto 0;
		font-size: 1.4375rem;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-align: center;*/
        width: 100%;
    }
    #wrapper .triangle-wrapper01 .triangle01 {
        bottom: -27px;
        border-width: 20px 27px 0 27px;
    }
    #wrapper .triangle-wrapper02 .triangle02 {
        bottom: -27px;
        border-width: 20px 27px 0 27px;
    }
    .service-absence-cover {
        position: relative;
        margin: 60px 0px;
        padding: 0 40px;
    }
    .service-absence-cover .absence-cover-l {
        top: -30px;
        left: 5px;
    }
    .service-absence-cover .absence-cover-r {
        top: -30px;
        right: 5px;
    }
    .service-absence-cover .service-absence-text .absence-cover-text01 {
        font-size: 1rem;
        line-height: 1.25;
    }
    .service-absence-cover .service-absence-text .absence-cover-text01 .cover-text01-span {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .service-absence-cover .service-absence-text .absence-cover-text02 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-top: -0.2rem;
    }
    .service-absence-cover .service-absence-text .absence-cover-text02 .absence-cover-span01 {
        font-size: 1.5625rem;
    }
    /*教職員収入ロングウェイサポートの特徴*/
    .service-characteristic .characteristic-title {
        margin: 40px 40px 0;
        text-align: left;
    }
    .service-characteristic .service-characteristic-box {
        margin: 40px 20px 10px;
        padding: 40px 20px 60px;
    }
    .service-characteristic .characteristic-box-ul .characteristic-box-li {
        display: block;
        margin-bottom: 35px;
    }
    .service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-l {
        width: 100%;
        text-align: center;
    }
    .service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-l img {
        max-width: 100%
    }
    .service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r {
        width: 100%;
    }
    .service-characteristic .characteristic-box-ul .characteristic-box-li .characteristic-box-r .box-r-title {
        margin-top: 20px;
        text-align: center;
        line-height: 1.2;
    }
    /*商品の概要*/
    .service-green-title h4 {
        font-size: 2.1875rem;
    }
    .service-about-box .about-title {
        width: auto;
        margin: 40px;
    }
    .service-about-box .about-ul {
        width: 100%;
    }
    .service-about-box .about-ul li {
        display: block;
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .service-about-box .about-ul li .about-th {
        width: 100%;
        padding: 8px 10px 7px 20px;
        display: block;
        text-align: left;
    }
    .service-about-box .about-ul li .about-td {
        font-size: 1.25rem;
        width: 100%;
        padding: 10px 20px;
    }
    .service-about-box .about-ul li .about-td .sp-fs {
        font-size: 1rem;
    }
    .service-about-box .about-ul li .about-td .about-td-span {
        font-size: 1rem;
    }
    .service-about-box .about-ul .li-bg-blue {
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .service-about-box .about-ul .li-bg-blue p {
        line-height: 1;
    }
    .service-about-box .about-text01 {
        padding: 20px 20px 10px;
        padding-left: 3em;
        margin-top: 0;
    }
    .service-about-box .about-ul .about-li02 {
        display: block;
    }
    .service-about-box .about-ul .about-li02 .about-li-l {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .service-about-box .about-ul .about-li02 .about-li-r {
        display: block;
        width: 100%;
    }
    .service-about-box .about-ul .about-li02 .about-li-l .li-l-symbol {
        margin: 0;
    }
    /*加入手続き*/
    .service-green-title h4 {
        font-size: 2.1875rem;
    }
    .service-procedure-box {
        max-width: 880px;
        margin: 0 auto;
    }
    .service-procedure-box .procedure-ul {
        width: 100%;
    }
    .service-procedure-box .procedure-ul .procedure-td {
        background: #f3f3f3;
        vertical-align: middle;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.5;
        padding: 30px 40px 30px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin-bottom: 40px;
    }
    .service-procedure-box .procedure-ul .procedure-td-last {
        background: #f3f3f3;
        vertical-align: middle;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.5;
        padding: 30px 40px 30px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin-bottom: 20px;
    }
    .service-procedure-box .procedure-ul li .procedure-td .sp-fs {
        font-size: 1rem;
    }
    .service-procedure-box .procedure-ul .procedure-td .procedure-td-span {
        font-size: 1rem;
    }
    .service-procedure-box .procedure-ul .li-bg-blue {
        padding: 30px 0;
        margin-bottom: 0px;
    }
    .service-procedure-box .procedure-ul .li-bg-blue p {
        line-height: 1;
    }
    .service-procedure-box .procedure-text01 {
        padding: 10px 0 0 20px;
        padding-left: 3em;
        margin-top: 0;
    }
    .service-procedure-box .procedure-ul .procedure-li02 {
        display: block;
    }
    .service-procedure-box .procedure-ul .procedure-li02 .procedure-li-l {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .service-procedure-box .procedure-ul .procedure-li02 .procedure-li-r {
        display: block;
        width: 100%;
    }
    .service-procedure-box .procedure-ul .procedure-li02 .procedure-li-l .li-l-symbol {
        margin: 0;
    }
    .service-procedure-box .procedure-text01 {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 1rem;
        font-weight: normal;
    }
    .service-procedure-box .procedure-text-indent {
        padding-left: 1em;
        text-indent: -1em;
    }
    .service-procedure-box .procedure-ul .procedure-td-last .box01-span {
        font-size: 0.8rem;
        vertical-align: super;
    }
    
    /*保険料*/
    .service-insurance-box .scroll {
        overflow: auto;
        white-space: nowrap;
    }
    .service-insurance-box .scroll::-webkit-scrollbar {
        height: 5px;
    }
    .service-insurance-box .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
        margin-left: 20px;
    }
    .service-insurance-box .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    .service-insurance-box .scroll .insurance-table {
        width: 100%;
        margin: 0 0 0 20px;
    }
    .service-insurance-box .insurance-sub {
        margin: 20px 20px 60px;
    }
    .service-insurance-box .insurance-table th {
        padding: 3px 8px;
    }

    /*よくある質問*/
    .service-qa-box .qa_contents .qa_contents-q {
        padding: 40px 0;
        font-size: 1.25rem;
    }
    .service-qa-box .qa_contents .qa_contents-q .qa_contents-q-p {
        background-position: center 0;
        padding: 50px 40px 0;
        line-height: 1.2;
    }
    .service-qa-box .qa_contents .qa_contents-a {
        padding: 40px 0;
        font-size: 1.25rem;
    }
    .service-qa-box .qa_contents .qa_contents-a .qa_contents-a-a {
        background-position: center 0;
        padding: 50px 40px 0;
        line-height: 1.2;
    }
    /*加入者様向けサービス*/
    .service-service-bg {
        padding-bottom: 40px;
    }
    .service-service-box {
        margin: 40px 0 0;
        text-align: left;
    }
    .service-service-box .service-service-text {
        margin: 0 35px;
        text-align: left;
    }
    .service-box-support {
        margin: 60px 20px 0;
    }
    .service-box-support .service-title h4 .service-title-span {
        font-size: 1.875rem;
    }
    .service-service-box .service-title02 {
        margin: 15px auto 0;
        width: 90%;
        text-align: left;
    }
    .service-box-support .meidcal-inner-box01 {
        display: block;
        margin: 30px 20px 0;
    }
    .service-box-support .meidcal-inner-box01 .inner-box01-li {
        width: 100%;
        padding: 25px 20px;
    }
    .service-box-support .service-sub {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .service-box-support .daily-inner-box01 {
        display: block;
        margin: 30px 20px 0;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li {
        width: 100%;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li .inner-ul li {
        width: 100%;
        margin-left: 0;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li .inner-ul02 {
        margin-bottom: 20px;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li .inner-ul02 li {
        margin-left: 0;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li:nth-child(2n) {
        height: 272px;
        margin-right: 0;
    }
    .service-box-support .daily-inner-box01 .inner-box01-li .inner-p02,
    .service-box-support .daily-inner-box01 .inner-box01-li .inner-p03 {
        width: 100%;
        margin-left: 0;
    }
    .service-box-support .assist-inner-box01 {
        margin: 30px 20px 0;
    }
    .service-box-support .assist-inner-box01 .inner-box01-li {
        padding: 25px 15px;
    }
    .service-box-support .assist-inner-box01 .inner-box01-li .inner-p02,
    .service-box-support .assist-inner-box01 .inner-box01-li .inner-p03 {
        width: 100%;
        margin-left: 0;
    }
    /*ボタン*/
    .service-inquiry-btn {
        display: block;
        margin: 0 20px 70px;
    }
    .service-inquiry-btn li {
        width: 100%;
        height: 65px;
        margin-bottom: 15px;
    }
    .service-inquiry-btn li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .service-inquiry-btn .inquiry-btn01 a {
        width: 100%;
        background-size: contain;
        font-size: 1.15rem;
        height: 65px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    .service-inquiry-btn .inquiry-btn01 a:hover {
        height: 65px;
        margin-top: 0;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    /*ボタン02*/
    .service-inquiry-btn02 {
        display: block;
        margin: 0 20px 70px;
    }
    .service-inquiry-btn02 li {
        width: 100%;
        height: 65px;
        margin-bottom: 15px;
    }
    .service-inquiry-btn02 li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .service-inquiry-btn02 .inquiry-btn01 a {
        width: 100%;
        background-size: contain;
        font-size: 1.15rem;
        height: 65px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    .service-inquiry-btn02 .inquiry-btn01 a:hover {
        height: 65px;
        margin-top: 0;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    /*ボタン03*/
    .service-inquiry-btn03 {
        display: block;
        margin: 0 20px 70px;
    }
    .service-inquiry-btn03 li {
        width: 100%;
        height: 65px;
        margin-bottom: 15px;
    }
    .service-inquiry-btn03 .inquiry-btn01 a {
        width: 100%;
        background-size: contain;
        font-size: 1.15rem;
        height: 65px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    .service-inquiry-btn03 .inquiry-btn01 a:hover {
        height: 65px;
        margin-top: 0;
        -webkit-box-shadow: 0 3px #b87e00;
        box-shadow: 0 3px #b87e00;
    }
    /*ご注意*/
    .service-service-caution {
        margin: 25px 20px 60px;
    }
    .service-service-caution .service-caution-inner {
        margin: 25px 15px 25px 10px;
    }
    .service-service-caution .service-caution-inner ul li {
        line-height: 1.3;
        margin-bottom: 10px;
    }
    /*serviceフッター*/
    #service-fotter address {
        font-size: 0.7rem;
        padding: 18px 0 19px;
    }
    #service-fotter-inner-01 {
        max-width: 880px;
        margin: 0px 20px 30px;
    }
    #service-fotter-inner-01 .service-fotter-btn-inner01 {
        display: block;
    }
    #service-fotter-inner-01 .service-fotter-btn-inner01 li {
        width: 100%;
        margin-bottom: 15px;
    }
    #service-fotter-inner-01 .service-fotter-btn-inner01 li:nth-last-child(1) {}
    #service-fotter-inner-01 .service-fotter-btn-inner01 li a {}

    #contents-area02 .contents-area02-box {
        width: 83%;
    }
    #contents-area02 .contents-area02-box .contents-area02-text {
        font-size: 1rem;
    }
}

/*ご注意*/

.service-caution {
    max-width: 680px;
    margin: 40px auto 0;
    border: 2px solid #666666;
}

.service-caution .service-caution-title {
    color: #666666;
    padding: 5px 0;
    font-size: 0.9rem;
    font-weight: bold;
    background: #ffe500;
    text-align: center;
    border-bottom: 2px solid #666666;
}

.service-caution .service-caution-title .title-span {
    font-size: 0.8rem;
}

.service-caution .service-caution-inner {
    padding: 20px 40px 20px;
    background-color: #FFFFFF;
}

.service-caution .service-caution-inner ul li {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.service-caution02 {
    max-width: 880px;
    margin: 40px auto 0;
    text-align: right;
}