@charset "UTF-8";
/*
Description: 日本実演芸術福祉財団労災保険センター様用css
*/

/* Basic
-------------------------------------------------------------- */
body {
    line-height: 1.6;
    overflow-x: hidden;
}

/** リンク **/
a.formal {
    color: #101727;
}
a.formal:hover {
    color: #dba4a5;
}

/** targetリンク **/
/**
a.target_link {
	min-height: 25px;
	display: inline-block;
  	background: url("../img/icon-target_link.png") right 4px no-repeat;
  	background-size: 21px;
	padding-right: 30px;
	word-break: break-all;
}
**/
a.target_link {
    position: relative;
	display: inline;
}
a.target_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/icon-target_link2.png") no-repeat;
	background-size: 15px;
    bottom: 4px;
    right: -25px;
}
@media (min-width: 481px) {
    a.target_link::after {
        bottom: 5px;
    }
}

a.target_link2 {
    position: relative;
	display: inline;
    padding-right: 20px;
    margin-right: 5px;
    
}
a.target_link2::after {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/icon-target_link2.png") no-repeat;
	background-size: 15px;
    bottom: 4px;
    right: 0;
}
@media (min-width: 481px) {
    a.target_link2::after {
        bottom: 4px;
    }
}

/** target pdf リンク **/
a.icon-pdf {
    display: inline-block;
    min-height: 50px;
    background: url("../img/icon-pdf.png") no-repeat;
    background-size: 36px;
    padding-left: 50px;
	word-break: break-all;
    color: #093780;
}
a.icon-pdf_middle {
    display: inline-block;
    background: url("../img/icon-pdf.png") no-repeat;
    background-size: 36px;
    min-height: 50px;
    word-break: break-all;
    padding-top: 10px;
    padding-left: 48px;
    color: #222;
}
a.icon-pdf_middle.normal {
    background: url("../img/icon-pdf.png") no-repeat;
    background-size: 30px;
    min-height: 50px;
    word-break: break-all;
    padding-top: 8px;
    padding-left: 42px;
}
a.icon-pdf:hover,
a.icon-pdf_middle:hover {
    color: #0468be;
}
img.icon-link {
    position: relative;
    width: 15px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 8px;
    bottom: 2px;
}

/** 見出し **/
/**
h2.title.txt-black {
    color: #005a9c;
}
h2.title span.subtit1 {
    font-size: 18px;
    line-height: 1.0;
}
h2.title span.subtit01 {
    font-size: 22px;
}
h2.title span.subtit02 {
    font-size: 18px;
    line-height: 1.0;
}
@media (min-width:768px){
    h2.title span.subtit1 {
        font-size: 24px;
    }
    h2.title span.subtit01 {
        font-size: 32px;
    }
    h2.title span.subtit02 {
        font-size: 28px;
    }
}
**/

/* ヘッダー
-------------------------------------------------------------- */
#header.header-scrolled {
    position: static;
}
#header {
    height: 70px;
}
@media (min-width: 961px) {
    #header {
        height: 128px;
    }
}
#header h1 {
    line-height: 1.0;
}
@media (min-width: 961px) {
    .container.main-menu {
        max-width: 1440px !important;
    }
}

/**
 * ロゴ
**/
ul.logo-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 362px;
    height: 70px;
    list-style: none;
    padding: 0 50px 0 0;
    margin: 0;
}
ul.logo-list li {
    width: 100%;
}
ul.logo-list li img { width: 100%; }
ul.logo-list li a {
    padding: 0;
    background: none;
}
ul.logo-list li a,
ul.logo-list li a:hover img { opacity: 1.0 !important;}
@media (min-width: 961px) ,print {
    ul.logo-list {
        float: left;
        width: 30%;
        height: 128px;
        padding: 0;
    }
}

/**
    電話番号／試算とお申込ボタン、ナビゲーション
**/
ul.nav-menu {
    font-size: 15px;
}
@media (min-width: 961px) {
    .header-right {
        float: right;
        width: 70%;
        padding-top: 20px;
    }
    ul.nav-menu > li { margin-bottom: 10px; }
}
@media (min-width: 1342px) {
    ul.nav-menu > li { margin-bottom: 0; }
}
/** 電話番号／試算とお申込ボタン **/
ul.tel-btn {
    width: 100%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    text-align: right;
    margin-bottom: 0px;
}
ul.tel-btn li {
    display: inline-block;
}
ul.tel-btn li.tel {
    width: 201px;
    margin-right: 15px;
    line-height: 1.0;
}
ul.tel-btn li.tel a:hover,
ul.tel-btn li.tel a:hover img {
    opacity: 1.0;
}
ul.tel-btn .time {
    font-size: 17px;
    margin-right: 15px;
    line-height: 1.0;
}
ul.tel-btn li.btn, .kaiinbtn {
    width: 175px;
    height: 45px;
    border-radius: 5px;
    background: #f2b705;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.tel-btn li.btn:hover, .kaiinbtn:hover {
    opacity: 0.8;
}
ul.tel-btn li.btn a, .kaiinbtn a {
    width: 100%;
    height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: url("../img/icon-arrow_white.png") right 0px center no-repeat;
	background-size: 8px;
    padding: 0;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, ul.tel-btn li.btn a, .kaiinbtn a {
        display: block;
        padding-top: 7px;
    }
}
ul.tel-btn li.btn a:hover,
ul.tel-btn li.btn a:focus,
.kaiinbtn a:hover,
.kaiinbtn a:focus {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 960px) {
    ul.tel-btn {
        display: none;
    }
}

/** ナビゲーション **/
.nav-menu a {
    font-size: 16px;
}
.nav-menu a:hover {
    color: #093780 !important;
}
@media (min-width: 961px) {
    .nav-menu a {
      font-size: 15px;
    }
    ul.nav-menu li.kaiinbtn a {/** 会員ページ **/
        padding-right: 0;
    }
    nav#nav-menu-container {
        position: relative;
        top: 10px;
    }
    li.pc-kaiinbtn { margin-left: 10px; }
}
.nav-menu li.kaiinbtn a {
    line-height: 1.5;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0;
    background-position: right 12px center;
}
@media (min-width: 961px) and (max-width: 1410px) {
    .nav-menu a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }    
}
@media (max-width: 960px) {
  #mobile-nav ul li.pc-kaiinbtn { display: none;}
}
/* Mobile Nav Styling */
#mobile-nav ul li.home {
  border-top: 1px solid #385a76;
}
#mobile-nav {
    padding-bottom: 30px;
}


/* フッター
-------------------------------------------------------------- */
.footer-area_illust {
    height: 129px;
    background: url("../img/bg_performer.png") center bottom no-repeat;
    background-size: 1240px;
}

/** スマホメニューボタン **/
ul.footer_sp-menu_bt {
	position: fixed;
	bottom: 0;
    z-index: 100;
}


/* スライダー
-------------------------------------------------------------- */
.area-slide {
    background: url("../img/bg-gravel.jpg");
}
.slider li {
    height: 410px;
}
@media (min-width: 481px) {
    .slider li {
        height: 500px;
    }
}
.slider-wrapper {
    overflow: hidden visible;
    position: relative;
    z-index: 1;
}
.slide_txt img {
    position: absolute;
    display: block;
    width: 76%;
    max-width: 583px;
    height: auto !important;
    top: -35px;
    bottom: 0;
    left: 9%;
    margin: auto;
    z-index: 20;
}
@media (min-width: 481px) {
    .slide_txt img {
        width: 353px;
        top: -17px;
    }
}
@media (min-width: 768px) {
    .slide_txt img {
        width: 100%;
        left: 9%;
    }    
}
@media (min-width: 1025px) {
    .slide_txt img {
        width: 583px;
    }
}
@media (min-width: 1240px) {
    .slide_txt img {
        left: 14%;
    }    
}
.slider {
    max-width: 2000px;
    margin: 0 auto;
}
.slider .slick-list{
    overflow: visible;
}
.slider li {
    outline: none;
}

/** 
 * スライド1枚目
**/
ul.slider li.slide01 {
    background: url("../img/slide/slide01.jpg") right -100px top -30px no-repeat;
    background-size: 900px;
}
@media (min-width: 768px) {
    ul.slider li.slide01 {
        background: url("../img/slide/slide01.jpg") right -100px top -80px no-repeat;
        background-size: 1500px;
    }
}
@media (min-width: 1240px) {
    ul.slider li.slide01 {
        background: url("../img/slide/slide01.jpg") right 0 top -128px no-repeat;
        background-size: 2000px;
    }
}
/** 
 * スライド2枚目
**/
ul.slider li.slide02 {
    background: url("../img/slide/slide02.jpg") center top -30px no-repeat;
    background-size: 900px;
}
@media (min-width: 768px) {
    ul.slider li.slide02 {
        background: url("../img/slide/slide02.jpg") center top -80px no-repeat;
        background-size: 1500px;
    }
}
@media (min-width: 1240px) {
    ul.slider li.slide02 {
        background: url("../img/slide/slide02.jpg") center top -128px no-repeat;
        background-size: 2000px;
    }
}

/**
 * ナビ矢印
**/
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    width: 25px;
    height: 45px;
    z-index: 5;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus
{
    opacity: 0.8;
    color: transparent;
    outline: none;
    background: url("../img/slider-prev.png") no-repeat;
    background-size: 15px;
}
@media (min-width: 481px) {
    .slick-prev:hover,
    .slick-prev:focus {
        background-size: 25px;
    }
}
.slick-next:hover,
.slick-next:focus
{
    opacity: 0.8;
    color: transparent;
    outline: none;
    background: url("../img/slider-next.png") no-repeat;
    background-size: 15px;
}
@media (min-width: 481px) {
    .slick-next:hover,
    .slick-next:focus {
        background-size: 25px;
    }
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
    background: url("../img/slider-prev.png") no-repeat;
    background-size: 15px;
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}
@media (min-width: 481px) {
    .slick-prev {
        left: 25px;
        background-size: 25px;
    }
    [dir='rtl'] .slick-prev {
        right: 25px;
    }
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 10px;
    background: url("../img/slider-next.png") no-repeat;
    background-size: 15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
@media (min-width: 481px) {
    .slick-next {
        right: 25px;
        background-size: 25px;
    }
    [dir='rtl'] .slick-next {
        left: 25px;
    }
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/**
 * ページ送り（ドット）
**/
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
.slick-dots
{
    position: absolute;
    bottom: 2px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1.0;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 1.0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background: #e2e1e1;
    content: '';
    text-align: center;
    opacity: 1.0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    background: #385a76;
    opacity: 1.0;
    color: black;
}

/**
 * ドット表示の調整
**/
@media (max-width: 480px) {
    .slider-wrapper {
        padding-bottom: 15px;
    }
    .slick-dots {
        bottom: -15px;
    }
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 3px;
        padding: 0;
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0;
    }
    .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }
}
@media (min-width: 481px) {
    .slider-wrapper {
        padding-bottom: 20px;
    }
    .slick-dots {
        bottom: -20px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
        padding: 0;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
    }
    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
}


/* トップページ
-------------------------------------------------------------- */

/**============================================================

    全国フリーランスのための政府労災保険

============================================================**/
.area-geinojujisha {
    padding: 50px 0;
    background: url("../img/bg-gravel.jpg");
}
@media (min-width: 768px)  {
    .area-geinojujisha {
        padding: 100px 0 110px;
    }
}

/**
 * 帯タイトル
**/
.tit_obi-large {
    position: relative;
    width: 100%;
    max-width: 990px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto 60px;
}
.tit_obi-large h2 {
    position: relative;
    width: 100%;
    min-height: 114px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    margin: 0;
    background: #b1973c;
    clip-path: polygon(
        0 0,
        100% 0,
        93% 50%,
        100% 100%,
        0 100%,
        7% 50%
    );
}
.tit_obi-large h2 span.small {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 480px) {
    .tit_obi-large h2 span.small {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 481px) {
    .tit_obi-large h2 {
        min-height: 94px;
    }
}
@media (min-width: 768px) {
    .tit_obi-large h2 {
        min-height: 94px;
        font-size: 38px;
        clip-path: polygon(
            0 0,
            100% 0,
            97.4% 50%,
            100% 100%,
            0 100%,
            2.6% 50%
        );
    }
    .tit_obi-large h2 span.small {
        font-size: 27px;
    }
}
@media (min-width: 820px) {
    .tit_obi-large h2 {
        font-size: 40px;
    }
    .tit_obi-large h2 span.small {
        font-size: 29px;
    }
}
@media (min-width: 1000px) {
    .tit_obi-large h2 {
        min-height: 94px;
        font-size: 44px;
    }
    .tit_obi-large h2 span.small {
        position: relative;
        top: 4px;
        font-size: 33px;
    }
}

/**
 * 紹介文
**/
.intro-top h3 {
    margin: 10px 15px;
    font-size: 19px;
}
.area-geinojujisha h3 {
    font-size: 24px;
    color: #101727;
    margin-bottom: 35px;
    text-align: center;
}
.area-geinojujisha .intro {
    width: 100%;
    max-width: 1460px;
    font-size: 19px;
    font-weight: bold;
    color: #101727;
    margin: 0 auto 60px;
    padding: 0 15px;
}
.text-box_col3 {
    width: 100%;
    max-width: 1460px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 auto 50px;
    padding: 0 15px;
}
.text-box_col3 h4 {
    display: inline-block;
    font-size: 26px;
    margin: 0;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(0.6, #ffec54), to(#ffec54));
    background: linear-gradient(transparent 55%, #ffec54 55% 90%, transparent 90%);
    padding-left: 10px;
}
.intro-orange {
    color: #fff;
    text-shadow:2px 2px 0 #ed6d1e, -2px -2px 0 #ed6d1e,
            -2px 2px 0 #ed6d1e, 2px -2px 0 #ed6d1e,
            0px 2px 0 #ed6d1e,  0 -2px 0 #ed6d1e,
            -2px 0 0 #ed6d1e, 2px 0 0 #ed6d1e;
}
.intro-fh-blue {
    color: #036eb8;
    text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff;
    font-size: 34px;
}
.intro-fh-orange {
    color: #ed6d1f;
    text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff, -4px 4px 0 #fff, 4px -4px 0 #fff, 0px 4px 0 #fff, 0 -4px 0 #fff, -4px 0 0 #fff, 4px 0 0 #fff;
    font-size: 34px;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, .text-box_col3 h4 {
	    background: url("../img/bg_underline_yellow.png") center bottom 2px repeat-x;
    }
}
.text-box_col3 .col2 h4 span.hatena img,
.point-contents h4 span.hatena img {
    position: relative;
    width: 25px;
    display: inline-block;
    margin-left: 10px;
    bottom: 2px;
}
.point-contents h4 span.chui {
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 480px) {
    .text-box_col3 .col2 h4 span.hatena img,
    .point-contents h4 span.hatena img {
        margin-left: 5px;
        width: 18px;
    }
}
#appeal-no1.point-contents {
    position: relative;
}
#appeal-no1.point-contents:hover {
    cursor: pointer;
}
.text-box_col3 .col2 h4 {
    padding-right: 3px;
}
.text-box_col3 h4 span.small {
    font-size: 18px;
}
.text-box_col3 span.adjust {
    letter-spacing: -0.2em;
}
.text-box_col3 .col2 {
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.text-box_col3 .col1,
.text-box_col3 .col2,
.text-box_col3 .col3 {
    width: 100%;
}
.text-box_col3 .col1,
.text-box_col3 .col2 {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .area-geinojujisha h3 {
        font-size: 36px;
    }
    .area-geinojujisha .intro,
    .intro-top h3 {
        font-size: 24px;
    }
    .area-geinojujisha .intro p {
        margin-bottom: 0;
    }
}
@media (min-width: 769px) {
    .area-geinojujisha .intro {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1429px) {
    .text-box_col3 {
        margin-bottom: 60px;
    }
    .text-box_col3 h4 {
        font-size: 38px;
    }
    .text-box_col3 h4 span.small {
        font-size: 28px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .text-box_col3 .col1 {
        text-align: center;
    }
    .text-box_col3 .col2 {
        text-align: center;
    }
    .text-box_col3 .col3 {
        text-align: center;
    }
}
@media (min-width: 961px) and (max-width: 1429px) {
    .text-box_col3 .col1 {
        width: 48.4%;
        margin-right: 1%;
        margin-bottom: 0;
        text-align: right;
    }
    .text-box_col3 .col2 {
        width: 50.6%;
        margin-right: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .text-box_col3 .col3 {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (min-width: 1430px) {
    .text-box_col3 .col1 {
        width: 31.4%;
        margin-right: 2.8%;
        margin-bottom: 0;
        text-align: center;
    }
    .text-box_col3 .col2 {
        width: 35%;
        margin-right: 2.8%;
        margin-bottom: 0;
        text-align: center;
    }
    .text-box_col3 .col3 {
        width: 28%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .text-box_col3 h4 {
        font-size: 40px;
    }
}
.area-geinojujisha p.detail {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
/** ポップアップ **/
.tab_popup,
.tab_popup2,
.tab_popup3 {
	display: none;
	position: absolute;
    width: 100%;
	max-width: 475px;
	min-height: 120px;
	top: 30px;
	right: 0;
    left: 0;
    margin: auto;
	font-size: 16px;
    z-index: 5;
}
.tab_popup {
    top: 65px;
}
.tab_popup2,
.tab_popup3 {
    font-weight: normal !important;
}
.tab_popup .top,
.tab_popup2 .top,
.tab_popup3 .top {
	height: 38px;
	background: url("../img/tooltip_top.png") no-repeat;
    background-size: 100%;
}
.tab_popup .contents,
.tab_popup2 .contents,
.tab_popup3 .contents {
	background: url("../img/tooltip_middle.png") repeat-y;
	padding: 0px 30px 6px;
    background-size: 100%;
    text-align: left;
    line-height: 1.6;
}
.tab_popup2 .contents,
.tab_popup3 .contents {
	padding: 0px 30px 12px;
}
.tab_popup .bottom,
.tab_popup2 .bottom,
.tab_popup3 .bottom {
	height: 28px;
	background: url("../img/tooltip_bottom.png") no-repeat;
    background-size: 100%;
}
@media (min-width: 414px) {
    .tab_popup {
        top: 40px;
    }
}
@media (min-width: 481px) {
    .tab_popup2 .contents,
    .tab_popup3 .contents {
	    padding: 0px 30px 10px;
    }
}
@media (min-width: 768px)  {
    .tab_popup { top: 22px; }
    .tab_popup2,
    .tab_popup3 {
        top: 30px;
        left: 0;
        margin: 0;
    }
    .tab_popup .contents {
	    padding: 10px 30px 6px;
    }
}

/** 詳しくはこちら**/
.hosoku-txt {
    font-size: 16px;
}
@media (min-width:481px){
    .hosoku-txt {
        font-size: 18px;
    }
}
/** リンクボタン **/
.tag {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    font-size: 20px;
    background: #101727;
}
.tag.big {
    font-size: 20px;
}
@media (min-width: 768px)  {
    .tag.big {
        font-size: 24px;
    }
}
.tag a {
    color: #fff;
    display: block;
    padding: 0;
    background: none;
}
.tag a:hover {
    color: #fff;
    text-decoration: none;
}
/** pdfリンク **/
.link_sodan-dial {
    font-size: 16px;
}
.link_sodan-dial a {
    color: #093780;
}
@media (min-width: 768px)  {
    .link_sodan-dial {
        display: block;
        max-width: 435px;
        margin: 0 auto;
        font-size: 20px;
    }
}

/**
 * 見出し：アニメ制作従事者と労災保険
**/
.box-tit_line {
    margin: 0 auto;
    text-align: center;
}
h3.tit_line-blue {
    display: inline;
    background: url("../img/tit_line-blue_sp2.png") left center no-repeat;
    font-size: 19px;
    font-weight: bold;
    padding-left: 15px;
}
h3.tit_line-blue span {
    background: url("../img/tit_line-blue_sp2.png") right center no-repeat;
    padding-right: 15px;
}
@media (min-width: 321px) {
    h3.tit_line-blue {
        background: url("../img/tit_line-blue_sp.png") left center no-repeat;
        padding-left: 25px;
        font-size: 20px;

    }
    h3.tit_line-blue span {
        background: url("../img/tit_line-blue_sp.png") right center no-repeat;
        padding-right: 25px;
    }
}
@media (min-width: 768px) {
    h3.tit_line-blue {
        background: url("../img/tit_line-blue.png") left center no-repeat;
        padding-left: 95px;
        font-size: 25px;
    }
    h3.tit_line-blue span {
        background: url("../img/tit_line-blue.png") right center no-repeat;
        padding-right: 95px;
    }
}

/**
 * バナー
**/
.area-geinojujisha .bnr_group_top {
    width: 100%;
    max-width: 978px;
    text-align: center;
    margin: 0 auto 25px;
}
.area-geinojujisha .bnr_group_top .col1,
.area-geinojujisha .bnr_group_top .col2 {
    width: 100%;
}
.area-geinojujisha .bnr_group_top .col1 img {
    max-width: 250px;
}
.area-geinojujisha .bnr_group_top .col2 img {
    max-width: 100px;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .area-geinojujisha .bnr_group_top .col1 img {
        max-width: 400px;
    }
    .area-geinojujisha .bnr_group_top .col2 {
        display: none;
    }
}
.area-geinojujisha .bnr_group {
    width: 100%;
    max-width: 978px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.area-geinojujisha .bnr_group .col1,
.area-geinojujisha .bnr_group .col3 {
    width: 49%;
    margin: 0 auto 20px;
}
.area-geinojujisha .bnr_group .col1 {
    margin-right: 1%;
}
.area-geinojujisha .bnr_group .col2 {
    display: none;
    text-align: center;
    margin-bottom: 25px;
}
.area-geinojujisha .bnr_group .col2 img {
    max-width: 142px;
}
.area-geinojujisha .bnr_group .col1 a:hover img {
    opacity: 0.9;
}
@media (min-width: 768px) {
    .area-geinojujisha .bnr_group_top .col1 {
        width: 40.9%;
        margin: 0 auto;
    }
    .area-geinojujisha .bnr_group {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    .area-geinojujisha .bnr_group .col1,
    .area-geinojujisha .bnr_group .col3 {
        width: 40.9%;
        margin-bottom: 0;
        margin-right: 0;
    }
    .area-geinojujisha .bnr_group .col2 {
        display: block;
        width: 18.2%;
        /**
        padding: 0 1.4%;
        margin-top: 63px;
        margin-bottom: 0;
        **/
    }
}
/** アコーディオン「保険給付の内容」 **/
dl.list_hoken-guide {
    width: 100%;
    margin: 0 auto;
}
dt.accordion_head img {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
dt.accordion_head:hover img {
    opacity: 0.8;
}
dl.list_hoken-guide dd {
    display: none;
    position: relative;
    color: #101727;
    top: 0;
    padding: 20px 10px;
    margin: 0;
    background: #fff;
    border: 3px solid #385a76;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (min-width: 481px) {
    dl.list_hoken-guide dd {
        padding: 20px;
    }
}
ul.list_link li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 18px;
}
ul.list_link li::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-color: transparent transparent transparent #605050;
}
@media (min-width: 481px) {
    ul.list_link li::before {
        top: 9px;
    }
}
ul.list_link li:nth-last-of-type(1) {
    margin-bottom: 0;
}
ul.list_link li a {
    display: inline;
    color: #101727;
}
ul.list_link li a:hover {
    color: #093780;
}

/**
 * 労働者性について
**/
div.list_arrow {
    position: relative;
    padding-left: 20px;
}
div.list_arrow::before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0px 6px 8px;
    border-color: transparent transparent transparent #01579b;
}
table.list_handankijun {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
 }
table.list_handankijun td {
    padding: 5px 5px 2px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
}
table.list_handankijun td.col01 {
    width: 5%;
    text-align: center;
    vertical-align: middle;
}
table.list_handankijun td.col02 {
    width: 25%;
}
table.list_handankijun td.col03 {
    width: 75%;
}

/**============================================================

    各種バナー

============================================================**/
.area-banner {
    padding: 50px 0 20px;
    background: url("../img/bg_ballet-lesson.jpg") center bottom no-repeat;
    background-size: cover;
}
@media (min-width: 1000px) {
    .area-banner {
        background: url("../img/bg_ballet-lesson.jpg") center bottom -95px no-repeat;
        background-size: 2000px;
    }
}
ul.list_bnr-group {
    width: 100%;
    max-width: 1205px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
ul.list_bnr-group li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 3px solid #385a76;
}
ul.list_bnr-group li:nth-of-type(2n) {
    margin-right: 0;
}
ul.list_bnr-group li a.btn-top {
    position: relative;
    width: 100%;
    height: 182px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul.list_bnr-group li a.btn-top:hover{
    color: #5c4c4c;
    text-decoration: none;
}
ul.list_bnr-group li a.btn-top:hover img {
    opacity: 1.0;
}
ul.list_bnr-group li a.btn-top img.icon {
    position: absolute;
    top: 0px;
    left: 11.8%;
    width: 28px;
    z-index: 5;
}
ul.list_bnr-group li a.btn-top img.icon:hover {
    opacity: 1.0;
}
/** 芸能従事者と労災保険 **/
ul.list_bnr-group li.geinojujisha a.btn-top img {
    max-width: 80px;
}
/** お申し込みの流れ **/
ul.list_bnr-group li.moshikomi a.btn-top img {
  	max-width: 100px;
}
/** よくあるご質問 **/
ul.list_bnr-group li.qa a.btn-top img {
    max-width: 100px;
}
/** 費用について **/
ul.list_bnr-group li.hiyo a.btn-top img {
  	max-width: 80px;
}
/** 労災事故が起きたら **/
ul.list_bnr-group li.rosai a.btn-top img {
  	max-width: 36px;
}
/** 様式ダウンロード **/
ul.list_bnr-group li.yoshiki a.btn-top img {
  	max-width: 80px;
}
ul.list_bnr-group li a.btn-bottom {
    width: 100%;
    min-height: 89px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #e4eff6;
    font-size: 16px;
    font-weight: bold;
    color: #08599a;
    padding: 10px;
    line-height: 1.4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
ul.list_bnr-group li a.btn-bottom:hover{
    opacity: 0.8;
    color: #0f6fb8;
    text-decoration: none;
}
ul.list_bnr-group li a.btn-bottom span.link {
    display: inline-block;
    min-height: 20px;
  	background: url("../img/icon-circle-arrow.png") right center no-repeat;
  	background-size: 20px;
	padding-right: 28px;
	word-break: break-all;
}

@media (min-width: 768px) and (max-width: 1024px){
    ul.list_bnr-group li {
        width: 32%;
        margin-right: 2%;
    }
    ul.list_bnr-group li:nth-of-type(2n) {
        margin-right: 2%;
    }
    ul.list_bnr-group li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (min-width: 1025px) {
    .area-banner {
        padding: 120px 0;
    }
    ul.list_bnr-group li {
        width: 18.6%;
        margin-right: 1.75%;
        margin-bottom: 0;
    }
    ul.list_bnr-group li:nth-of-type(2n),
    ul.list_bnr-group li:nth-of-type(3n) {
        margin-right: 1.75%;
    }
    ul.list_bnr-group li:nth-last-of-type(1) {
        margin-right: 0;
    }
    ul.list_bnr-group li a.btn-bottom {
        height: 89px;
    }
}

/**============================================================

    厚労省リンクエリア

============================================================**/
.area-korosho {
    padding: 80px 0 60px;
    background: url("../img/bg-gravel.jpg");
}
@media (min-width: 768px) {
    .area-korosho {
        padding: 120px 0 100px;
    }
}

/**
 * 厚労省各種リンク
**/
.box_korosho-link {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
}
.box_korosho-link .lt {
    width: 100%;
}
.box_korosho-link .rt {
    width: 100%;
}
@media (min-width: 1240px) {
    .box_korosho-link .lt {
        width: 50%;
        padding-left: 100px;
    }
    .box_korosho-link .rt {
        width: 50%;
        padding-left: 95px;
    }
}
ul.korosho-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.korosho-link > li {
    min-height: 20px;
    background: url("../img/icon-arrow_dkblue.png") left 4px no-repeat;
	background-size: 8px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 22px;
}
ul.korosho-link > li a,
ul.korosho-link > li a:hover {
    position: relative;
    display: inline;
    color: #08599a;
    text-decoration: none;
    padding: 0 10px 0 0;
}
ul.korosho-link > li a::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/icon-target_link2.png") no-repeat;
	background-size: 15px;
    bottom: 3px;
    right: -15px;
}
@media (min-width: 481px) {
    ul.korosho-link > li {
        font-size: 18px;
        background: url("../img/icon-arrow_dkblue.png") left 6px no-repeat;
        background-size: 8px;
    }
    ul.korosho-link > li a::before {
        bottom: 4px;
    }
}

/**
 * 厚労省ロゴ
**/
.area-korosho .logo_area {
    text-align: center;
    margin-bottom: 45px;
}
@media (min-width: 768px) {
    .area-korosho .logo_area {
        margin-bottom: 75px;    
    }
}
.area-korosho .logo_area img {
    display: block;
    width: 100%;
    max-width: 142px;
    margin: 0 auto;
}

/**============================================================

    お知らせ

============================================================**/
.area-oshirase {
    padding: 50px 0;
}
.area-oshirase h2.title {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .area-oshirase {
        padding: 120px 0;
    }
    .area-oshirase h2.title {
        margin-bottom: 60px;
    }
}
.box-news {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: #ecf1f4;
    padding: 35px 20px 25px;
    color: #101727;
    font-size: 16px;
}
@media (min-width: 768px) {
    .box-news {
        padding: 35px 30px 25px;
        font-size: 18px;
    }    
}
@media (min-width: 1200px) {
    .box-news {
        padding: 50px 55px 40px; 
    }    
}
.box-news h4 {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 16px;
    color: #101727;
    font-weight: bold;
    padding: 0;
    margin: 0 0 12px;
}
.box-news span.date {
    display: block;
    margin-bottom: 3px;
}
@media (min-width: 768px) {
    .box-news span.date {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .box-news h4 {
        font-size: 18px;
    }    
}
.box-news a {
    color: #101727;
    text-decoration: none;
}
.box-news a {
    color: #101727;
    text-decoration: underline;
}
.box-news p {
    margin-bottom: 35px;
}

/**
 * 続きを見る
**/
.btn_more_wrap {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.btn_more a {
    height: 41px;
    width: 180px;
	display: block;
    font-size: 16px;
    text-align: center;
    color: #fefefe;
    background: url("../img/icon-arrow_white.png") right 14px center no-repeat #b1973c;
    background-size: 6px;
    border-radius: 22px;
    padding: 9px 30px 10px;
    text-decoration: none;
}
.btn_more a:hover {
    color: #fefefe;
    text-decoration: none;
}

/**============================================================

    バナー「安全衛生・業務災害防止に対する当団体の考えと取組み」

============================================================**/
.area-bnr {
    padding: 0 0 50px;
}
@media (min-width: 768px) {
    .area-bnr {
        padding: 0 0 110px;
    }
}
.banner_anzeneisei-pc {
    display: none;
}
.banner_anzeneisei-sp {
    display: block;
}
.banner_anzeneisei-sp img {
    display: block;
    width: 100%;
    max-width: 843px;
    margin: 0 auto;
}
.banner_anzeneisei-pc img {
    display: block;
    width: 100%;
    max-width: 1238px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .banner_anzeneisei-sp { display: none;}
    .banner_anzeneisei-pc { display: block;}
}
.banner_anzeneisei-pc a:hover img,
.banner_anzeneisei-sp a:hover img {
    opacity: 1.0;
}

/**============================================================

    Links

============================================================**/
.area-links {
    padding: 0;
}
.area-links h2.title {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .area-links {
        padding: 0 0 25px;
    }
    .area-links h2.title {
        margin-bottom: 40px;
    }
}
ul.bnr_links {
    width: 100%;
    max-width: 590px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
ul.bnr_links > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
ul.bnr_links > li:nth-of-type(2n) {
    margin-right: 0;
}
@media (min-width: 590px),print {
    ul.bnr_links > li {
        width: 39.3%;
        margin-right: 21.4%;
    }
}
ul.bnr_links > li img {
    display: block;
    width: 100%;
    max-width: 232px;
    margin: 0 auto;
}

/**============================================================

    バナー「料金シミュレーション」／「労災保険を申し込む」

============================================================**/
.area-bnr-price_entry {
    padding: 80px 0;
    background: url("../img/bg_concert.jpg") center no-repeat;
    background-size: 1000px;
}
@media (min-width: 1000px) {
    .area-bnr-price_entry {
        background: url("../img/bg_concert.jpg") center no-repeat;
        background-size: 1100px;
    }
}
@media (min-width: 1240px) {
    .area-bnr-price_entry {
        padding: 140px 0 0;
        min-height: 380px;
        background: url("../img/bg_concert.jpg") center bottom -235px no-repeat;
        background-size: 2000px;
    }
}
.bnr-price_entry {
    width: 100%;
    margin: 0 auto;
}
ul.bnr-price_entry {
	width: 100%;
    max-width: 1178px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul.bnr-price_entry > li {
    width: 100%;
}
ul.bnr-price_entry > li:nth-of-type(1) {
    margin-bottom: 40px;
}
.bnr-price_entry .bnr-price,
.bnr-price_entry .bnr-entry
{
    width: 100%;
    margin: 0 auto;
    line-height: 1.0;
}
.bnr-price_entry .bnr-price a,
.bnr-price_entry .bnr-entry a
{
    width: 100%;
    height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	padding: 0;
	font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 40px;
    box-shadow:
		0px 3px 2px 0px rgba(1,1,1,0.22);
}
.bnr-price_entry .bnr-price a {
    color: #fff;
    background: url("../img/icon-arrow_white.png") right 15px center no-repeat #e54f14;
    background-size: 11px;
    line-height: 1.0;
}
.bnr-price_entry .bnr-price a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.bnr-price_entry .bnr-entry a {
    color: #e54f14;
    background: url("../img/icon-arrow_orange2.png") right 15px center no-repeat #fff;
    background-size: 11px;
    border: 6px solid #e54f14;
    line-height: 1.0;
}
.bnr-price_entry .bnr-entry a:hover {
    color: #e54f14;
    text-decoration: none;
    opacity: 0.9;
}
/**
.bnr-price_entry .arrow_area {
    width: 100%;
}
**/
/**
.bnr-price_entry .arrow_area .triangle {
        width: 0;
        height: 0;
        margin: 20px auto;
        border-top: 21px solid #fff;
        border-bottom: none;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
}
**/
/**
@media (min-width: 768px) {
    .bnr-price_entry .arrow_area .triangle {
            width: 0;
            height: 0;
            margin: 20px auto;
            border-top: 33px solid #fff;
            border-bottom: none;
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
    }
}
**/
@media (min-width: 1240px) {
    ul.bnr-price_entry > li {
        width: 47.1%;
        margin-right: 5.8%;
    }
    ul.bnr-price_entry > li:nth-of-type(1) {
        margin-bottom: 0;
    }
    ul.bnr-price_entry > li:nth-of-type(2) {
        margin-right: 0;
    }
    /**
    ul.bnr-price_entry > li.arrow_area {
        width: 5.9%;
    }
    .bnr-price_entry .arrow_area .triangle {
        width: 0;
        height: 0;
        margin: 24px 0 0 25px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #fff;
    }
    **/
    .bnr-price_entry .bnr-price a,
    .bnr-price_entry .bnr-entry a {
        height: 98px;
        font-size: 30px;
        border-radius: 50px;
    }
    .bnr-price_entry .bnr-price a {
        background: url("../img/icon-arrow_white.png") right 20px center no-repeat #e54f14;
        background-size: 11px;
        padding: 0;
    }
    .bnr-price_entry .bnr-entry a {
        background: url("../img/icon-arrow_orange2.png") right 20px center no-repeat #fff;
        background-size: 11px;
        padding: 0;
    }
}
@media (min-width: 1240px) {
    .bnr-price_entry .bnr-price a {
        background: url("../img/icon-arrow_white.png") right 40px center no-repeat #e54f14;
        background-size: 11px;
        padding: 0;
    }
    .bnr-price_entry .bnr-entry a {
        background: url("../img/icon-arrow_orange2.png") right 40px center no-repeat #fff;
        background-size: 11px;
        padding: 0;
    }
}
br.non_w576-1269 { display: inline-block; }
@media (min-width: 576px) and (max-width: 1269px)  {
    br.non_w576-1269 { display: none; }
}

/**============================================================

    加入月・給付基礎日額別　

============================================================**/
.link_popup a {
    display: inline-block;
    background: url("../img/icon-info.png") left top no-repeat;
    background-size: 25px;
    padding: 2px 0 0 30px;
    font-size: 16px;
}
ul.bnr-price_entry .link_popup a,
ul.bnr-price_entry .link_popup a:hover {
    color: #101727;
} 
.content_step .link_popup {
    padding-right: 15px;
}
@media (min-width: 481px) {
    .link_popup.text-right_pc {
        text-align: right;
    }
}
table.list_cost {
    width: 100%;
    boder: none;
    margin: 0 auto;
}
table.list_cost td {
    padding: 5px 5px 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
}
table.list_cost td {
    width: 7.7%;
}
table.list_cost tr td:nth-of-type(1) {
    width: 7.6%;
    border-left: 1px solid #ccc;
}
table.list_cost tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #ccc;
}
table.list_cost tr:nth-of-type(2n) td {
    background-color: #fffff7;
}
table.list_cost tr:nth-of-type(2n+1) td {
    background-color: #f0f0da;
}
table.list_cost tr:nth-of-type(1) td {
    font-weight: bold;
    color: #fff;
    background-color: #385a76!important;
}
table.list_cost tr:nth-of-type(2) td {
    font-weight: bold;
    background-color: #d5f0fe!important;
}
p.tit_list_cost {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 481px) {
    p.tit_list_cost {
        font-size: 18px;
    }
}
p.note_list_cost {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
@media (min-width: 481px) {
    p.note_list_cost {
        text-align: right;
    }
}

/**============================================================

    お申込みの流れ

============================================================**/
.area-entry-flow {
    padding: 50px 0;
    background: #fff;
}
.area-entry-flow h2.title {
    margin-bottom: 30px;
}
dl.list_entry-flow {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto 30px;
}
dl.list_entry-flow:not(.step2_entry):nth-last-of-type(1) {
    margin-bottom: 0;
}
dl.list_entry-flow dt.tit_step {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
dl.list_entry-flow dt.tit_step:hover {
    opacity: 0.8;
}
dl.list_entry-flow dt.tit_step img.step_no {
    display: block;
    width: 60%;
    max-width: 278px;
    margin-bottom: 10px;
}
dl.list_entry-flow dt.tit_step .tit_bar {
    position: relative;
    border: 3px solid #385a76;
    border-radius: 5px;
    width: 100%;
    min-height: 54px;
    background: url("../img/stepbar-bg_grade.jpg") left top no-repeat;
    color: #08599a;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 60px 5px 20px;
    line-height: 1.4;
}
dl.list_entry-flow dt.tit_step .tit_bar::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../img/accordion_btn-off.png") left top no-repeat;
    background-size: 34px;
    z-index: 5;
}
dl.list_entry-flow dt.tit_step .tit_bar.open::after {
    background: url("../img/accordion_btn-on.png") left top no-repeat;
    background-size: 34px;
}
dl.list_entry-flow dd.content_step {
    display: none;
    position: relative;
    top: -5px;
    padding: 25px 10px 20px;
    margin: 0;
    border: 3px solid #f0f0da;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fffff7;
}
@media (min-width: 768px) {
    .area-entry-flow {
        padding: 125px 0 155px;
    }
    .area-entry-flow h2.title {
        margin-bottom: 70px;
    }
    dl.list_entry-flow dd.content_step {
        padding: 25px 20px 20px;
    }
}
@media (min-width: 992px) {
    dl.list_entry-flow {
        margin: 0 auto 60px;
    }
    dl.list_entry-flow dt.tit_step {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
	    align-items: center;
    }
    dl.list_entry-flow dt.tit_step img.step_no {
        position: absolute;
        top: -23px;
        left: 0;
        width: 278px;
        margin-bottom: 0;
        z-index: 5;
    }
    dl.list_entry-flow dt.tit_step .tit_bar {
        height: 54px;
        font-size: 20px;
        padding: 11px 75px 5px 302px;
        background: url("../img/stepbar-bg_grade.jpg") right top no-repeat;
    }
    dl.list_entry-flow dt.tit_step .tit_bar::after {
        right: 17px;
        width: 42px;
        height: 42px;
        background: url("../img/accordion_btn-off.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_entry-flow dt.tit_step .tit_bar.open::after {
        background: url("../img/accordion_btn-on.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_entry-flow dd.content_step {
        padding: 45px 40px 40px;
    }
}

/**
 * STEP1 費用の試算
**/
/** 内訳表示 **/
.list-cost_shisan {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    padding-bottom: 15px;
    font-size: 16px;
    border-bottom: 3px solid #ddd;
    position: relative;
}
.list-cost_shisan_nobottom {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    padding-bottom: 0px;
    font-size: 16px;
    /*border-bottom: 3px solid #ddd;*/
    position: relative;
}
.list-cost_shisan .area-kingaku,
.list-cost_shisan_nobottom .area-kingaku{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fm_group ul.chuki {
    font-size: 16px;
}
.fm_group ul.chuki li {
	margin-bottom: 5px;
	line-height: 1.5;
}
.fm_group ul.chuki li:nth-last-of-type(1) {
	margin-bottom: 5px;
}
.list-cost_shisan .area-chuki,
.list-cost_shisan_nobottom .area-chuki{
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .list-cost_shisan .area-chuki,
    .list-cost_shisan_nobottom .area-chuki{
        position: absolute;
        top: 3px;
        right: 0;
        width: 35%;
        margin-bottom: 0;
    }
    .fm_group ul.chuki li {
        margin-bottom: 16px;
    }
}
.list-cost_shisan .komoku,
.list-cost_shisan_nobottom .komoku{
    width: 50%;
    text-align: right;
    font-weight: bold;
    margin: 0 0 15px;
}
.list-cost_shisan .kingaku,
.list-cost_shisan .kingaku-right,
.list-cost_shisan_nobottom .kingaku,
.list-cost_shisan_nobottom .kingaku-right{
    width: 50%;
    font-weight: bold;
    margin: 0 0 15px;
}
.list-cost_shisan .kingaku-right,
.list-cost_shisan_nobottom .kingaku-right{
    text-align: right;
}

@media (max-width: 767px) {
    .list-cost_shisan .kingaku.hokenryo,
    .list-cost_shisan_nobottom .kingaku.hokenryo{
        padding-top: 14px;
    }
}
/** 総額表示 **/
.list-cost_sogaku {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}
.list-cost_sogaku .komoku{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
.list-cost_sogaku .kingaku {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}
@media (min-width: 1024px) {
    .list-cost_sogaku .komoku{
        width: 43%;
        text-align: right;
        position: relative;
        top: 25px;
    }
    .list-cost_sogaku .kingaku {
        width: 57%;
        text-align: left;
        margin-top: 16px;
    }
}
/** 内訳、総額表示 **/
.list-cost_shisan input,
.list-cost_sogaku input,
.list-cost_shisan_nobottom input
{
    width: 6.5em;
    height: auto;
    text-align: right;
    display: inline-block;
    border: none;
    border-radius: 0 !important;
    outline: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
}
.list-cost_sogaku input {
    font-size: 26px;
}
@media (min-width: 768px) {
    .list-cost_sogaku input {
        font-size: 36px;
    }
}
.list-cost_shisan input[type="text"]:focus,
.list-cost_sogaku input[type="text"]:focus,
.list-cost_shisan_nobottom input[type="text"]:focus{
    background-color: transparent;
    border: none !important;
    outline: 0;
}

/**** Top モーダル ****/
  
  /* モーダル本体 */
  .modal-dialog {
    padding: 30px 20px;
    background-color: #fff;
}
.modal-content {
    border: none;
}
  .table-wrap table {
    border-color: #ccc;
    font-size: 14px;
    width: 100%;
 }
 .table-wrap td {
    padding: 5px;
    border: 1px solid #ccc;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
    .modal-dialog.w1240 {
        max-width: 1240px;
    }
}

  @media (max-width: 767px) {
    .table-wrap {
        padding: 10px 0;
        overflow-x: scroll;
      }
   .table-wrap table, .tbltxt {
        width: 600px;
      }
   .modal-dialog {
    width: 90%;
    margin: 0.7rem auto !important;
   }
}

/**
 * 入会金・月会費の割引制度
**/
table.list_waribikiseido {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
}
table.list_waribikiseido td {
    padding: 5px 5px 2px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    background: #fff;
}
table.list_waribikiseido tr td:nth-of-type(1) { text-align: left; }
table.list_waribikiseido th {
    padding: 5px 5px 2px;
    border: 1px solid #ccc;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
table.list_waribikiseido th.col01 {
    width: 50%;
}
    table.list_waribikiseido th.col02,
    table.list_waribikiseido th.col03,
    table.list_waribikiseido th.col04 {
        width: 16%;
    }
table.list_waribikiseido sup { color: #101727; }

/**
 * STEP2 お申し込み
**/
.content_step span.hatena img {
    position: relative;
    width: 25px;
    display: inline-block;
    margin-left: 5px;
    bottom: 3px;
}
@media (max-width: 480px) {
    .content_step span.hatena img {
        width: 18px;
        bottom: 2px;
    }
}
#attention-tokubetsukanyu {
    position: relative;
    cursor: pointer;
}
@media (max-width: 320px) {
    #attention-tokubetsukanyu .tab_popup {
        top: 90px;
    }
}
@media (min-width: 321px) and (max-width: 360px){
    #attention-tokubetsukanyu .tab_popup {
        top: 80px;
    }
}
@media (min-width: 361px) and (max-width: 375px){
    #attention-tokubetsukanyu .tab_popup {
        top: 70px;
    }
}
@media (min-width: 376px) and (max-width: 768px){
    #attention-tokubetsukanyu .tab_popup {
        top: 55px;
    }
}
@media (min-width: 769px) {
    #attention-tokubetsukanyu .tab_popup {
        top: 25px;
    }
}

/** 本人確認表示（TOPページ） **/
dl.honninkakunin {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border: none !important;
}
dl.honninkakunin dt {
    width: 100%;
    padding: 0 0 5px;
    margin: 0;
    font-weight: normal;
    border: none !important;
}
dl.honninkakunin dd {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    border: none !important;
}
@media (min-width: 1000px) {
    dl.honninkakunin dt {
        width: 36%;
    }
    dl.honninkakunin dd {
        width: 64%;
        padding-bottom: 5px;
    }
}
@media (min-width: 1200px) {
    dl.honninkakunin dt {
        width: 30%;
    }
    dl.honninkakunin dd {
        width: 70%;
    }
}

/** 本人確認表示（お申込みページ） **/
dl.honninkakunin2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border: none !important;
}
dl.honninkakunin2 dt {
    width: 100%;
    padding: 0 0 5px;
    margin: 0;
    font-weight: normal;
    border: none !important;
}
dl.honninkakunin2 dd {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    border: none !important;
}
@media (min-width: 1000px) {
    dl.honninkakunin2 dt {
        width: 44%;
    }
    dl.honninkakunin2 dd {
        width: 56%;
        padding-bottom: 5px;
    }
}
@media (min-width: 1200px) {
    dl.honninkakunin2 dt {
        width: 43%;
    }
    dl.honninkakunin2 dd {
        width: 57%;
    }
}

/*
#attention-tokubetsukanyu .tab_popup {
    top: 50px;
}
*/

/**
 * はじめに
**/
dl.list_entry-check {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
dl.list_entry-check dt {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
}
dl.list_entry-check dd {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
}
dl.list_entry-check dd:nth-last-of-type(1) { padding-bottom: 0; }
@media (min-width:768px) {
    dl.list_entry-check dt {
        width: 8%;
        padding: 0 10px 0 0;
        margin: 0;
        font-weight: bold;
    }
    dl.list_entry-check dd { width: 92%; }
}
dl.list_entry-check .fm_group {
    width: 100%;
    max-width: 100%;
}    
dl.list_entry-check .fm_group p {
    width: 100%;
}
dl.list_entry-check .form_list_inner-wrap.waku-non {
    padding-bottom: 15px !important;
}
@media (max-width: 480px){
    dl.list_entry-check .form_list_inner-wrap.waku-non {
        padding-bottom: 10px !important;
    }
}
span.line_red {
    display: inline;
    border-bottom: 2px solid #ff0000;
}
span.line_orange {
    display: inline;
    border-bottom: 2px solid #ff8000;
}
/**
 * 事業従事表
**/
table.list_jigyo {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
 }
table.list_jigyo td {
    width: 33.3%;
    padding: 5px 5px 2px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
    background: #fff;
}
table.list_jigyo tr td:nth-last-of-type(1) { width: 33.4%; }
table.list_jigyo tr th:nth-last-of-type(1) { border-right: 1px solid #ccc; }
table.list_jigyo sup { color: #101727; }

/**
 * 注記
**/
dl.list_chuki {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
dl.list_chuki dt {
    width: 12%;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
}
dl.list_chuki dd {
    width: 88%;
    padding: 0 0 10px;
    margin: 0;
}
dl.list_chuki.indent1 dt { width: 12% !important; }
dl.list_chuki.indent1 dd { width: 88% !important; }
dl.list_chuki.indentkakko dt { width: 12% !important; }
dl.list_chuki.indentkakko dd { width: 88% !important; }
/** 「1.2.3.・・・」 **/
dl.list_chuki.suji_ten dt { width: 8%; }
dl.list_chuki.suji_ten dd { width: 92%; }
/** 「a、b、c・・・」 **/
dl.list_chuki.alphabet dt { width: 7% !important; }
dl.list_chuki.alphabet dd { width: 93% !important; }
/** （注１）、（注２）・・・ **/
dl.list_chuki.indentkakkochuki dt { width: 22% !important; }
dl.list_chuki.indentkakkochuki dd { width: 78% !important; }
@media (min-width: 481px){
    dl.list_chuki.txtsize18 { font-size: 18px !important; }
    dl.list_chuki dt { width: 10%; }
    dl.list_chuki dd { width: 90%; }
    dl.list_chuki.indent1 dt { width: 5% !important; }
    dl.list_chuki.indent1 dd { width: 95% !important; }
    dl.list_chuki.indentkakko dt { width: 5% !important; }
    dl.list_chuki.indentkakko dd { width: 95% !important; }
    /** 「1.2.3.・・・」 **/
    dl.list_chuki.suji_ten dt { width: 5% !important; }
    dl.list_chuki.suji_ten dd { width: 95% !important; }
    /** 「a、b、c・・・」 **/
    dl.list_chuki.alphabet dt { width: 5% !important; }
    dl.list_chuki.alphabet dd { width: 95% !important; }
    /** （注１）、（注２）・・・ **/
    dl.list_chuki.indentkakkochuki dt { width: 18% !important; }
    dl.list_chuki.indentkakkochuki dd { width: 82% !important; }
}
@media (min-width: 768px){
    /** （注１）、（注２）・・・ **/
    dl.list_chuki.indentkakkochuki dt { width: 11% !important; }
    dl.list_chuki.indentkakkochuki dd { width: 89% !important; }
}
@media (min-width: 992px){
    dl.list_chuki dt { width: 5%; }
    dl.list_chuki dd { width: 95%; }
    dl.list_chuki.indent1 dt { width: 5% !important; }
    dl.list_chuki.indent1 dd { width: 95% !important; }
    dl.list_chuki.indentkakko dt { width: 3% !important; }
    dl.list_chuki.indentkakko dd { width: 97% !important; }
    /** 「1.2.3.・・・」 **/
    dl.list_chuki.suji_ten dt { width: 3% !important; }
    dl.list_chuki.suji_ten dd { width: 97% !important; }
    /** 「a、b、c・・・」 **/
    dl.list_chuki.alphabet dt { width: 2% !important; }
    dl.list_chuki.alphabet dd { width: 98% !important; }
    /** （注１）、（注２）・・・ **/
    dl.list_chuki.indentkakkochuki dt { width: 7% !important; }
    dl.list_chuki.indentkakkochuki dd { width: 93% !important; }
}
@media (min-width: 1200px){
    /** （注１）、（注２）・・・ **/
    dl.list_chuki.indentkakkochuki dt { width: 6% !important; }
    dl.list_chuki.indentkakkochuki dd { width: 94% !important; }
}
/** イラスト **/
.figure_freelance img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/**============================================================

    対象職種

============================================================**/
.area-taisho-shokushu {
    background: #fff;
    margin-bottom: 80px;
}
.area-taisho-shokushu h2.title {
    margin-bottom: 30px;
}
.kazari-waku {
    width: 100%;
    max-width: 1216px;
    background-image: url("../img/line-kazari.png"), url("../img/line-kazari.png");
    background-position: center top, center bottom;
    background-size: 1216px, 1216px;
    background-repeat: no-repeat, no-repeat;
    margin: 0 auto;
    padding: 80px 0;
}
.kazari-waku_bottom {
    width: 100%;
    max-width: 1216px;
    background-image: url("../img/line-kazari.png"), url("../img/line-kazari.png");
    background-position: center bottom;
    background-size: 1216px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 0 80px;
}
@media (min-width: 768px) {
    .kazari-waku_bottom {
        padding: 0 0 100px;
    }
}
.kazari-waku_bottom_only {
    max-width: 1216px;
    height: 80px;
    background-image: url("../img/line-kazari.png");
    background-position: center bottom;
    background-size: 1216px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .kazari-waku_bottom_only { height: 130px; }
}
.area-taisho-shokushu .kazari-waku {
    padding: 50px 0 30px;
}
@media (max-width: 767px) {
    .area-taisho-shokushu {
        background: url("../img/silhouette-gazai.png") right 15px bottom 10px no-repeat;
        background-size: 265px;
    }
}
@media (min-width: 768px) {
    .area-taisho-shokushu {
        margin-bottom: 180px;
    }
    .area-taisho-shokushu h2.title {
        margin-bottom: 60px;
    }
    .area-taisho-shokushu .kazari-waku {
        padding: 80px 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .area-taisho-shokushu {
        /**
        background: url("../img/silhouette-gazai.png") right 50px bottom 10px no-repeat;
        background-size: 345px;
        **/
    }
    dl.list_taisho-shokushu {
        padding-bottom: 30px;
    }
}
dl.list_taisho-shokushu {
    width: 100%;
}
dl.list_taisho-shokushu dt {
    width: 100%;
}
dl.list_taisho-shokushu dd {
    width: 100%;
    padding-bottom: 40px;
}
dl.list_taisho-shokushu dd:nth-last-of-type(1) {
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    dl.list_taisho-shokushu {
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
        /**
        background: url("../img/silhouette-gazai.png") right 35px bottom 0px no-repeat;
        background-size: 345px;
        **/
        padding-bottom: 90px;
    }
    dl.list_taisho-shokushu dt {
        width: 38%;
        padding: 0 40px 0 70px;
    }
    dl.list_taisho-shokushu dd {
        padding-top: 10px;
        width: 62%;
    }
}
.tit_tag {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 7px 10px 5px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #101727;
    background: #d2f0ff;
}
@media (min-width: 1200px) {
    .tit_tag {
        font-size: 22px;
        margin-bottom: 0;
    }
}
.box-list_col2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-list_col2 .col1 {
    width: 60%;
    padding-right: 10px;
}
.box-list_col2 .col2 {
    width: 40%;
}
@media (min-width: 1200px) {
    .box-list_col2 .col1 {
        width: 42%;
        padding-right: 10px;
    }
    .box-list_col2 .col2 {
        width: 58%;
    }
}
dl.list_taisho-shokushu .txt-chuki {
    padding-top: 40px;
}
dl.list_taisho-shokushu .txt-chuki a {
    color: #101727;
}
dl.list_taisho-shokushu .txt-chuki a:hover {
     color: #093780;
}
.txt-chuki {
    padding-top: 40px;
}
@media (min-width: 768px) {
    .txt-chuki {
        padding-top: 0;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .txt-chuki {
        position: relative;
        top: -20px;
    }
}

.intro_target-worktype {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
}
ul.list_target-worktype {
	width: 100%;
    max-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    list-style-type: disc;
    padding: 15px 15px 0 33px;
	margin: 0 auto 50px;
    background: #d2f0ff;
    border-radius: 10px;
}
ul.list_target-worktype li {
    width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 481) {
    ul.list_target-worktype {
        padding: 20px 20px 5px 38px;
    }
}
@media (min-width: 768px) {
    ul.list_target-worktype {
        padding: 30px 30px 15px 48px;
    }
    ul.list_target-worktype li {
        width: 48%;
        margin-right: 2%;
    }
    ul.list_target-worktype li:nth-of-type(2n) {
        width: 50%;
        margin-right: 0;
    }
}



/* お申し込みフォーム
---------------------------------------------------------------*/
input[type="email"] {
    width: 100%;
    height: 45px;
}
input[type="email"]:focus {
    background-color: #f6f6e7;
    border: 2px solid #2c74f3 !important;
    outline: 0;
}
@media (max-width: 1023px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        white-space: normal;
    }
    .toppage input[type="button"],
    input[type="button"].btn_style {
        white-space: pre;
    }
}
input[type="reset"] {
	display: block;
    width: 100%;
    height: auto;
	margin: 20px auto;
	padding: 30px 40px;
    text-align: center;
	text-decoration: none;
	color: #fff;
	border-bottom: solid 2.5px #1c4982;
	border-radius: 5px;
	cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	font-size: 18px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="reset"] {
    background: #fff;
    color: #1c4982;
    border: 3px solid #4173b2;
}
@media (min-width: 768px) {
    input[type="reset"] {
        width: 48.7%;
        margin-right: 2.6%;
	    padding: 30px 50px;
    }
}
input[type="reset"]:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	border-bottom: none;
}
input[type="reset"]:hover {
    opacity: 0.8;
}
p.form-chuki {
    width: 100%;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}
dd.item label.checkbox {
    margin-right: 0;
}

/**
 * SELECT
**/
@media (max-width: 480px){
    select{
        font-size: 14px;
        padding: 10px 2.6em 10px 5px;
    }
}

.fm_group.w700 {
    max-width: 700px;
}
.fm_group.w800 {
    max-width: 800px;
}
/** 姓名入力欄 **/
.fm_group input[type="text"].sei {
    width: 40%;
    margin-right: 2.5%;
}
.fm_group input[type="text"].mei {
    width: 40%;
}
span.txt-sei,
span.txt-mei {
    position: relative;
    top: 10px;
    margin-right: 1%;
}


/**
 * フォームコンテンツ
**/
@media (min-width:768px){
    dl.form_list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
        dl.form_list dt {
            margin: 0;
            padding-bottom: 20px;
        }
        dl.form_list dd {
            margin: 0;
            padding-bottom: 20px;
        }
    .form_list_inner-wrap dl.form_list dt {
        width: 45%;
    }
    .form_list_inner-wrap dl.form_list.select-tokubetsukanyu dt {
        width: 60%;
    }
    .form_list_inner-wrap dl.form_list dd {
        width: 55%;
    }
    .form_list_inner-wrap dl.form_list.select-tokubetsukanyu dd {
        width: 40%;
    }
    dl.list_entry-flow .formbtn_wrap {
       margin-bottom: 0px;
    }
}
.form_list_inner-wrap {
    border: 3px solid #01579b;
    border-radius: 5px;
    padding: 50px 10px;
    margin: 0 auto 50px;
    background: #fff;
}
.form_list_inner-wrap .fm_group {
    max-width: 900px;
}
.form_list_inner-wrap.waku-non {
    border: none;
    border-radius: none;
    padding: 10px 20px 5px;
    margin: 0 auto 50px;
    background: #fff;
    border: 1px solid #f0f0da
}
.form_list_inner-wrap.waku-non dl.form_list dt,
.form_list_inner-wrap.waku-non dl.form_list dd {
    border-bottom: none;
    padding-bottom: 0;
}
.form_list_inner-wrap.waku-non dl.form_list dt {
    padding-bottom: 15px;
}

.gyomureki {
    margin: 10px 0 10px 0;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 5px;
}
.gyomureki span {
    display: inline-block;
    border-left: 5px solid #a0d8ef;
    padding: 2px 0 0 10px;
}
input[type="text"].funjin-input {
    width: 80px;
    text-align: center;
}
#funjingaito { display: none; }
#funjintxt {
    display: none;
    padding-top: 11px;
}
input.funjin-tsusan {
    width: 3.5em;
    height: auto;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 0 !important;
    outline: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
}
@media (min-width: 768px){
    .form_list_inner-wrap.waku-non dl.form_list dt {
        padding-bottom: 0;
    }
}
@media (max-width: 480px){
    .list_entry-flow .form_list_inner-wrap {
        padding: 50px 10px;
    }
    .list_entry-flow .form_list_inner-wrap.waku-non {
        padding: 10px 10px 3px;
    }
    #funjintxt {
        padding-top: 0px;
    }
}


/* 団体のご案内
-------------------------------------------------------------- */
dl.list_hyou {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #cfcfcf;
	margin-bottom: 20px;
    font-size: 16px;
}
dl.list_hyou dt {
	width: 100%;
	padding: 18px 10px 14px;
	margin: 0;
	line-height: 1.6;
	background: #385a76;
	color: #fff;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
dl.list_hyou dd {
	width: 100%;
	padding: 18px 10px 14px;
	margin: 0;
	line-height: 1.6;
    border-top: 1px solid #cfcfcf;
}
@media (min-width: 481px) {
	dl.list_hyou dt {
		width: 35.4%;
		-webkit-justify-content: center;
		justify-content: center;
        text-align: center;
        border-top: 1px solid #cfcfcf;
        border-right: 2px solid #cfcfcf;
	}
	dl.list_hyou dd {
		width: 64.6%;
        padding: 18px 30px 14px;
	    border-top: 1px solid #cfcfcf;
	}
    dl.list_hyou dt:nth-of-type(1) { border-top: none;}
    dl.list_hyou dd:nth-of-type(1) { border-top: none;}
}


/* プライバシーポリシー
-------------------------------------------------------------- */
h3.tit_line-normalfont,
h3.tit_nonline-normalfont {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
h3.tit_nonline-normalfont {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
h3.tit_line-normalfont span,
h3.tit_nonline-normalfont span {
	display: inline-block;
	border-left: 5px solid #385a76;
	padding: 2px 0 0 15px;
}
@media (min-width: 481px) {
    h3.tit_line-normalfont,
    h3.tit_nonline-normalfont {
        font-size: 20px;
    }
    h3.tit_nonline-normalfont.pcmb10 { margin-bottom: 10px; }
}
#popup01,
#popup02 {
    position: relative;
    cursor: pointer;
}
h3.tit_nonline-normalfont span#popup01,
h3.tit_nonline-normalfont span#popup02 {
	background: url("../img/icon-info.png") right center no-repeat;
	background-size: 18px;
    padding-right: 23px;
}
@media (min-width: 481px) {
    h3.tit_nonline-normalfont span#popup01,
    h3.tit_nonline-normalfont span#popup02 {
	    background: url("../img/icon-info.png") right center no-repeat;
	    background-size: 20px;
        padding-right: 25px;
    }
}


/* 会員ページ
-------------------------------------------------------------- */
.box-logout {
	width: 100%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 80px;
}
/**
 * 労災保険特別加入者証
**/
.box-kanyushasho {
  width: 100%;
  max-width: 100%;
    margin: 0 auto;
}
.box-kanyushasho h3 {
/*	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold; */
	font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.border-double {
    border:3px solid #5C1D13;
    outline: 1px solid #5C1D13;
	outline-offset: -7px;
	padding:5%;
}
.decoimg {
	max-width: 200px;
}
@media (min-width: 481px) {
    .box-kanyushasho h3 {
        font-size: 24px;
    }
	.border-double {
		padding: 3%;
	}
}
.kanyushasho_wrap {
    border-radius: 5px;
    background: #dcf3fc;
    padding: 20px 3%;
    margin: 0 auto;
}
table.kanyushasho {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    border: 1px solid #8a8000;
}
table.kanyushasho td {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    padding: 10px 20px;
    margin: 0;
    border: none;
}
table.kanyushasho tr > td {
    border-bottom: 1px solid #8a8000;
}
table.kanyushasho tr > td:nth-of-type(1) {
    border-right: 1px solid #8a8000;
}
table.kanyushasho tr:nth-last-of-type(1) > td {
    border-bottom: none;
}
table.kanyushasho td p {
	margin: 0;
}
@media (min-width: 481px) {
    table.kanyushasho td {
        font-size: 18px;
    }
}
table.kanyushasho td.col1 {
    width: 23.7%;
    text-align: center;
    vertical-align: middle;
}
table.kanyushasho td.col2 {
    width: 76.3%;
    text-align: center;
    vertical-align: middle;
}
/** 業種 **/
table.kanyushasho td.gyoshu {
    padding: 10px 5px;
}
table.kanyushasho td.gyoshu span.gyoshu_name {
    padding-right: 10px;
}
table.kanyushasho td.gyoshu span.gyoshu_name:nth-last-of-type(1) {
    padding-right: 0;
}
.gyoshu-detail {
  display:inline-block;
  text-align:left;
  color: #101727;
  font-size: 12px;
}
@media (min-width: 481px) {
    .gyoshu-detail {
        font-size: 18px;
    }
}

/** 労災保険番号 **/
table.hokenbango {
    width: 100%;
    border: 1px solid #8a8000;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
table.hokenbango td {
    font-size: 12px;
    line-height: 1.6;
    padding: 5px;
    margin: 0;
    border: none;
    border-right: 1px solid #8a8000;
    border-bottom: 1px solid #8a8000;
    vertical-align: middle;
}
@media (min-width: 481px) {
    table.hokenbango td {
        font-size: 16px;
    }
}
table.hokenbango tr td:nth-last-of-type(1) {
    border-right: none;
}
table.hokenbango tr:nth-last-of-type(1) td {
    border-bottom: none;
}
table.hokenbango td.num {
    width: 7.14%;
    padding: 0;
    text-align: center;
}
table.hokenbango td.rtline {
    border-right: 1px solid #8a8000;
}
@media (max-width: 320px) {
    table.kanyushasho .d-md-none.d-w320-none {
        display: none;
    }
}
/** 発行日／連絡先 **/
.issue-day {
    text-align: right;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 20px;
}
@media (min-width: 481px) {
    .issue-day {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .box-id_contact {
        text-align: center;
    }
}
.box-id_contact .naiyo {
    font-size: 20px;
}
@media (max-width: 480px) {
    .box-id_contact .naiyo {
        font-size: 16px;
    }
}

/** 説明文・改行 **/
.descri-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .descri-1 { max-width: 1090px; margin: 0 auto 20px;}
}
/**
 * 印刷ボタン
**/
.btn_print, .btn_cancel {
	display: block;
    width: 100%;
    height: auto;
	margin: 20px auto;
	padding: 30px 40px;
    text-align: center;
	text-decoration: none;
	color: #1c4982;
	border-bottom: solid 2.5px #1c4982;
	border-radius: 5px;
	cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	font-size: 18px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_print, .btn_cancel {
    background: url("../img/icon-arrow_darkpink-right.png") right 20px center no-repeat #fff;
    background-size: 12px;
    border: 3px solid #4173b2;
}
.btn_cancel { background-image: none;}
@media (min-width: 768px) {
    .btn_print, .btn_cancel {
        width: 48.7%;
        margin-left: 2.6%;
	    padding: 30px 50px;
    }
}
.btn_print:hover, .btn_cancel:hover {
    opacity: 0.8;
    cursor: pointer;
}


/* マイページ
-------------------------------------------------------------- */
.mypage-info-title {
    display: inline-block;
    line-height: 1 !important;
    margin: 10px 0 0 0;
}
.mypage-info-wrap {
    background: #edf6fb /*#f0f7fc */;
    padding: 10px;
    font-size: 16px;
}
body.mypage-oshirase-ichiran .mypage-info-wrap {
    background: #fff;
    padding: 0;
}
.mypage-info li {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
body.mypage-oshirase-ichiran .mypage-info li{
    border-bottom: 1px dashed #ccc;
}
.mypage-info li:last-child, body.mypage-oshirase-ichiran .mypage-info li:last-child {
    border-bottom: none;
}
.mypage-info li div.date {
    width:  100%;
}
.mypage-info li div.info {
    width:  100%;
}
.mypage-info a {
    color: #0e6ab3;
}
span.newMark {
    color: #ffffff;
    font-size: 9px;
    background: #ff3333;
    position: relative;
    top: -2px;
    display: inline-block;
    border-radius: 4px;
    line-height: 1;
    margin-left: 8px;
    padding: 4px 5px 2px;
}
.info-ichiran {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 0 20px 20px;
    font-size: 14px;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

}
a.btn-border {
    border: 2px solid #0e6ab3;
    border-radius: 5px;
    background: #fff;
    color: #0e6ab3;
    margin: 0;
    padding: 6px 10px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
a.btn-border:hover {
    color: #fff;
    background: #0e6ab3;
}

.infoitem-title {
    display: inline-block;
	border-left: 5px solid #01579b;
	padding: 0 0 0 15px;
    margin: 0 10px 10px 0;
}
.mypage-infoitem > li {
    background: #edf6fb /*#f0f7fc */;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
}
.mypage-infoitem > li:last-child {
    border-bottom: none;
}
.infoitem-date {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 0 10px 0;
    vertical-align: middle;
    background: #888/*  #01579b  */;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1;
}

table.mypage {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 16px;
}
table.mypage th {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    background: #f6f6f6;
}
table.mypage td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}
table.mypage tr:nth-last-of-type(1) td {
    border-bottom: none;
}
@media (min-width: 768px){
    .mypage-info-title, .info-ichiran{
        display: block;
        margin: 5px 0 15px 0;
    }
    .mypage-info > li{
        flex-direction: row
    }
    .mypage-info > li div.date {
    width:  15%;
    margin: 0 0 0 20px;
    }
    .mypage-info > li div.info {
    margin: 0 0 0 20px;
    width:  83%;
    }
    .mypage-infoitem > li {
    padding: 40px;
    }
    .infoitem-title {
        margin: 0 10px 20px 0;
    }
    table.mypage {
        display: table;
    }
    table.mypage th {
        display: table-cell;
        width: 37%;
        vertical-align: middle;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }
    table.mypage td {
        display: table-cell;
        width: 63%;
        vertical-align: middle;
        border-bottom: 1px solid #d9d9d9;
    }
    table.mypage tr:nth-last-of-type(1) th,
    table.mypage tr:nth-last-of-type(1) td {
        border-bottom: none;
    }
}

/**
 * 詳細表示
**/
dl.mypage-detail {
    width: 100%;
    font-size: 16px;
    margin: 5px 0 0;
}
dl.mypage-detail dt {
    width: 100%;
    text-align: center;
    background: #bbe7f8;
    border-radius: 5px;
    padding: 2px;
    font-weight: normal;
}
dl.mypage-detail dd {
    width: 100%;
    padding: 5px 0 10px;
}
dl.mypage-detail dt.kenshin1 {
        padding: 10px 15px;
    }

.kenshin-item {
    padding: 10px 0 0;
}

@media (min-width: 768px){
    dl.mypage-detail {
        margin: 0;
    }
    dl.mypage-detail dt {
        float: left;
        width: 30%;
        padding: 2px;
    }
    dl.mypage-detail dd {
        float: left;
        width: 70%;
        padding: 2px 5px 2px 10px;
    }
}
@media (min-width: 1024px){
    dl.mypage-detail dt {
        width: 20%;
    }
    dl.mypage-detail dd {
        width: 80%;
    }
}

/**
 * 年度更新表示
**/
.nendokoshin {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    margin-bottom: 20px;
}
.nendokoshin:nth-of-type(1) { margin-top: 20px; }
.nendocell-1 { width: 100%; }
.nendocell-1 p { margin-bottom: 5px;}
.nendocell-2 { padding-right: 10px; }
.nendocell-2 img {
    width: 100%;
    max-width: 40px;
}
.nendocell-3 input[type="button"] {
    white-space: normal !important;
}
@media (min-width: 992px) {
    .nendocell-1 { width: 60%; }
    .nendocell-2 { 
        width: 10%;
    }
    .nendocell-2 img { max-width: 60px; }
    .nendocell-3 { width: 10%; }
}
@media (min-width: 1200px) {
    .nendokoshin {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
    }
    .nendokoshin:nth-of-type(1) { margin-top: 0; }
    .nendocell-1 {
        width: 60%;
        padding-left: 10%;
    }
    .nendocell-2 { 
        width: 18%;
        padding-left: 0;
    }
    .nendocell-2 img { max-width: 60px; }
    .nendocell-3 { width: 22%; }
}


/* 加入申込内容変更ページ
-------------------------------------------------------------- */
dl.mypage-detail.henko > dd {
    padding-bottom: 30px;
    font-size: 15px;
}
dl.mypage-detail.henko > dl dd {
    font-size: 15px;
}
.wrap_henko-btn {
    margin: 0 auto 60px;
}
.wrap_torokunaiyo {
	width: 100%;
}
.wrap_torokunaiyo .rtbox {
    padding-top: 20px;
    text-align: center;
}
@media (min-width: 481px){
    dl.mypage-detail.henko > dd {
        padding-bottom: 30px;
    }
    .wrap_henko-btn {
        margin: 0 auto 80px;
    }
    .wrap_torokunaiyo {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    .wrap_torokunaiyo .ltbox {
        width: 70%;
        padding-right: 20px;
    }
    .wrap_torokunaiyo .rtbox {
        width: 30%;
        padding-top: 0;
        text-align: left;
    }
}
@media (max-width: 480px){
    dl.mypage-detail.henko > dl input[name="btn_upload"] {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    dl.mypage-detail.henko dl.form_list_noline dt:nth-last-of-type(1) {
        margin-top: 20px;
    }
}
dl.mypage-detail.henko dl.form_list_noline dd:nth-of-type(1) {
    border-bottom: none;
}
dl.mypage-detail.henko dl.form_list_noline dt:nth-last-of-type(1) {
    margin-bottom: 30px;
}
@media (min-width: 768px){
    dl.mypage-detail.henko dl.form_list_noline dt:nth-of-type(1) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    dl.mypage-detail.henko dl.form_list_noline dt:nth-last-of-type(1) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
dl.mypage-detail.henko dl.form_list_noline ol {
    margin-bottom: 20px;
}


/* お問い合わせ
-------------------------------------------------------------- */
/**
 * プライバシーポリシー
 **/
.privacy-policy_box {
	font-size: 15px;
	border: 1px solid #cfcfcf;
	padding: 1px 1px 5px;
	margin: 40px auto 20px;
	background: #fff;
}
.privacy-policy_box h4 {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #01579b;
	padding: 5px 10px;
	margin-bottom: 15px;
    color: #fff;
}
.privacy-policy_box_inner {
    padding: 0 10px 10px;
}
@media (min-width: 481px) {
    .privacy-policy_box_inner {
        padding: 0 20px 10px;
    }
}
@media (min-width: 768px) {
	.privacy-policy_box {
		width: 80%;
	}
}

/**
 * FAXによるお問い合わせ
**/
.box-additional {
    padding: 25px 20px 20px;
    margin: 0;
    border: 3px solid #f0f0da;
    border-radius: 5px;
    background: #fffff7;
}


/* 労働安全衛生・災害防止への取り組み
-------------------------------------------------------------- */
.box-shokai {
    padding: 20px;
    border: 3px solid #01579b;
    border-radius: 5px;
    background: #fff;
}
@media (min-width:768px){
    .box-shokai {
        padding: 40px;
    }
}


/* よくあるご質問
-------------------------------------------------------------- */
/**
 * 見出しリンク
**/
ul.list_qa-link {
	width: 100%;
    max-width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 55px;
    font-size: 18px;
}
ul.list_qa-link a {
    color: #101727;
    display: inline-block;
    background: url("../img/hatena-mark.png") left top 3px no-repeat;
    background-size: 25px;
    padding-left: 32px;
    padding-top: 0;
    padding-right: 0;
}
ul.list_qa-link a:hover {
    color: #093780;
}
ul.list_qa-link li {
    width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 768px){
    ul.list_qa-link {
        font-size: 20px;
        margin-left: 7%;
    }
    ul.list_qa-link li {
        width: 48%;
        margin-right: 2%;
    }
    ul.list_qa-link li:nth-of-type(2n) {
        width: 50%;
        margin-right: 0;
    }
}
@media (min-width: 1024px){
    ul.list_qa-link {
        margin-left: 10%;
    }
}
@media (min-width: 1240px){
    ul.list_qa-link {
        margin-left: 10%;
/*        margin-left: 19.1%; */
    }
}

/**
 * QA
**/
.box-qa {
    max-width: 1070px;
    padding: 40px 0 100px;
    margin: 0 auto;
    background: url("../img/line-dot_blue.png") left top repeat-x;
}
h3.tit_qa {
    min-height: 30px;
    color: #005a9c;
    font-size: 24px;
    background: url("../img/icon-hishigata.png") left top no-repeat;
	background-size: 26px;
    padding: 0 0 0 38px;
    margin: 0 0 50px 0;
}
@media (min-width:768px){
    h3.tit_qa {
        min-height: 45px;
        font-size: 28px;
        background: url("../img/icon-hishigata.png") left top no-repeat;
	    background-size: 28px;
        padding: 0 0 0 38px;
    }
}
dl.list_qa {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto 60px;
}
dl.list_qa:nth-last-of-type(1) {
    margin-bottom: 0;
}
dl.list_qa dt.tit_qa-bar {
    width: 100%;
    position: relative;
    min-height: 64px;
    z-index: 10;
    cursor: pointer;
}
dt.tit_qa-bar .tit_qa-txt {
    width: 100%;
    border: 3px solid #385a76;
    border-radius: 5px;
    min-height: 64px;
    background: url("../img/bg_pattern-kazari.png") ;
    color: #101727;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 60px 10px 82px;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow:
		1px 1px 2px 1px rgba(000,000,000,0.1),
        -1px 1px 2px 1px rgba(000,000,000,0.1);
}
dl.list_qa dt.tit_qa-bar::after {
    position: absolute;
    top: 15px;
    margin: auto;
    right: 13px;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../img/accordion_btn-off.png") left top no-repeat;
    background-size: 34px;
    z-index: 5;
}
dl.list_qa dt.tit_qa-bar.open::after {
    background: url("../img/accordion_btn-on.png") left top no-repeat;
    background-size: 34px;
}
dl.list_qa dd.content_qa {
    display: none;
    position: relative;
    top: -5px;
    padding: 25px 10px 20px;
    margin: 0;
    border: 5px solid #f0f0da;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fffff7;
    background-size: 85px;
    z-index: 1;
}
dt.tit_qa-bar .tit_qa-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: url("../img/icon-qa_square_grade.png") left top no-repeat;
    background-size: 64px;
    color: #fff;
    /*text-shadow:
        1px 1px 1px #fff,
        -1px -1px 1px #fff;*/
    font-size: 22px;
    font-family: "Monotype Corsiva";
    z-index: 10;
}

img.maxwidth100 { width: auto; max-width: 100% !important;}

@media (min-width: 768px) {
    dt.tit_qa-bar .tit_qa-txt {
        padding: 17px 60px 12px 82px;
    }
    dl.list_qa dd.content_qa {
        padding: 25px 20px 20px;
    }
}
@media (min-width: 1025px) {
    dt.tit_qa-bar .tit_qa-txt {
        width: 95.3%;
        margin-left: 4.7%;
        padding: 13px 75px 5px 72px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-size: 24px;
        box-shadow:
		    1px 1px 2px 1px rgba(000,000,000,0.1s);
    }
    dl.list_qa dd.content_qa {
        top: -33px;
        padding: 85px 20px 40px;
        background: #fffff7;
        background-size: 105px;
    }
    dt.tit_qa-bar .tit_qa-num {
        position: absolute;
        top: -18px;
        left: 0;
        width: 100px;
        height: 100px;
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
	    align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: url("../img/icon-qa_circle_grade.png") left top no-repeat;
        background-size: 100px;
        font-size: 38px;
        color: #fff;
    }
    dl.list_qa dt.tit_qa-bar::after {
        top: 12px;
    }
    dl.list_qa dt.tit_qa-bar::after {
        right: 17px;
        width: 42px;
        height: 42px;
        background: url("../img/accordion_btn-off.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_qa dt.tit_qa-bar.open::after {
        background: url("../img/accordion_btn-on.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_qa dd.content_qa {
        padding: 85px 40px 40px;
    }
}

/* 費用について
-------------------------------------------------------------- */
.box_hiyo {
    max-width: 1070px;
    padding: 40px 0 100px;
    margin: 0 auto;
}
.hyotop_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .hyotop_txt {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .hiyo1hyo td {
    text-align: right;
}
.hiyo2hyo td {
    text-align: center;
}
@media (max-width:767px){
    .hyotop_wrap, .hiyo-ast {
        width: 600px;
    }
}

/* 労災事故が起きたら
-------------------------------------------------------------- */
dl.list_okitara {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
}
dl.list_okitara:nth-last-of-type(1) {
    margin-bottom: 0;
}
dl.list_okitara dt.tit_step_okitara {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
dl.list_okitara dt.tit_step_okitara:hover {
    opacity: 0.8;
}
dl.list_okitara dt.tit_step_okitara img.step_no {
    display: block;
    width: 60%;
    max-width: 278px;
    margin-bottom: 10px;
}
dl.list_okitara dt.tit_step_okitara .tit_bar_okitara {
    position: relative;
    border: 3px solid #385a76;
    border-radius: 5px;
    width: 100%;
    min-height: 64px;
    background: url("../img/stepbar-bg_grade2.jpg") left top no-repeat;
    color: #08599a;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 60px 12px 20px;
    line-height: 1.4;
}
dl.list_okitara dt.tit_step_okitara .tit_bar_okitara::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../img/accordion_btn-off.png") left top no-repeat;
    background-size: 34px;
    z-index: 5;
}
dl.list_okitara dt.tit_step_okitara .tit_bar_okitara.open::after {
    background: url("../img/accordion_btn-on.png") left top no-repeat;
    background-size: 34px;
}
dl.list_okitara dd.content_step_okitara {
    display: none;
    position: relative;
    top: -5px;
    padding: 25px 10px 20px;
    margin: 0;
    border: 5px solid #f0f0da;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fffff7;
}
@media (min-width: 768px) {
    dl.list_okitara dd.content_step_okitara {
        padding: 25px 20px 20px;
    }
}
@media (min-width: 992px) {
    dl.list_okitara {
        margin: 0 auto 60px;
    }
    dl.list_okitara dt.tit_step_okitara {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
	    align-items: center;
    }
    dl.list_okitara dt.tit_step_okitara img.step_no {
        position: absolute;
        top: -22px;
        left: 0;
        width: 278px;
        margin-bottom: 0;
        z-index: 5;
    }
    dl.list_okitara dt.tit_step_okitara .tit_bar_okitara {
        height: 64px;
        font-size: 20px;
        padding: 15px 75px 10px 302px;
        background: url("../img/stepbar-bg_grade2.jpg") right top no-repeat;
    }
    dl.list_okitara dt.tit_step_okitara .tit_bar_okitara::after {
        right: 17px;
        width: 42px;
        height: 42px;
        background: url("../img/accordion_btn-off.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_okitara dt.tit_step_okitara .tit_bar_okitara.open::after {
        background: url("../img/accordion_btn-on.png") left top no-repeat;
        background-size: 42px;
    }
    dl.list_okitara dd.content_step_okitara {
        padding: 45px 40px 40px;
    }
}


/* 流れ
------------------------------------------------------------- */
.box-nagare {
    max-width: 1070px;
    padding: 0 0 100px;
    margin: 0 auto;
}
.box-nagare2 {
    max-width: 800px;
    padding: 40px 0;
    margin: 0 auto;
}


/* 事故報告フォーム
-------------------------------------------------------------- */
/**
#honbun { display: none; }
**/

/** 負傷の程度「全く仕事ができず休業の可能性」欄 **/
/**
#kyugyo_days { display: none; }
**/

/**
 * DatePicker
**/
select.ui-datepicker-year,
select.ui-datepicker-month {
    width: 30% !important;
    font-weight: normal !important;
    padding: 2px 5px !important;
    font-size: 15px !important;
    outline: none !important;
    text-align: center !important;
    height: auto !important;
}
select.ui-datepicker-year { margin-right: 5px!important; }
select.ui-datepicker-month { margin-left: 5px!important; }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
}
.ui-datepicker-title { font-size: 16px !important; }
#ui-datepicker-div { z-index: 3 !important; }
/** end **/

.guide_jikohokokku {
    font-weight: bold;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .guide_jikohokokku {
        font-size: 18px;
        text-align: center;
    }
}

/* 事故報告編集
-------------------------------------------------------------- */
.houkoku-midashi {
    padding: 4px 8px;
}

.houkoku-table {
    border-top: 1px solid #E4E4E4;
    width: 100%;
}
    /**
.houkoku-table div{
	display: flex;
	align-items: center;
	background-color: #FFF;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}
.houkoku-table div:nth-child(even){
	background-color: #FBFBFB;
}
**/
    .houkoku-table dl {
        display: flex;
        align-items: center;
        background-color: #FFF;
        border-left: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
        margin-bottom: 0;
    }

        .houkoku-table dl:nth-child(even) {
            background-color: #FBFBFB;
        }

    .houkoku-table dd {
        margin-left: 0;
        margin-bottom: 0;
    }

    .houkoku-table dt,
    .houkoku-table dd {
        overflow-wrap: break-word;
        word-wrap: break-word;
        padding: 5px;
        box-sizing: border-box;
    }

    .houkoku-table input {
        margin-bottom: 0;
    }
    /**
.houkoku-table dt { flex-basis: 20%;}
.houkoku-table dd.houkoku-gaiyo { flex-basis: 75%; }
.houkoku-table dd.houkoku-btn { flex-basis: 5%; }
**/
    .houkoku-table dt {
        width: 20%;
    }

    .houkoku-table dd.houkoku-gaiyo {
        width: 58%;
    }

    .houkoku-table dd.houkoku-btn {
        width: 22%;
    }

@media (min-width: 768px) {
    .houkoku-table dt,
    .houkoku-table dd {
        padding: 7px;
    }

    .houkoku-table dt {
        flex-basis: 10%;
    }

    .houkoku-table dd.houkoku-gaiyo {
        flex-basis: 85%;
    }

    .houkoku-table dd.houkoku-btn {
        flex-basis: 5%;
    }
}


/* カミングスーンページ
-------------------------------------------------------------- */
/**
 * ヘッダー
**/
body.coming-soon #header.header-scrolled {
    box-shadow: none;
}
body.coming-soon #header #logo {
    max-width: 100%;
}
@media (min-width: 481px) {
    body.coming-soon #header #logo {
        float: none !important;
        margin: 0;
    }
}
@media (max-width: 768px) {
    body.coming-soon .main-menu {
        height: auto;
        line-height: 1.0;
    }
}
@media (min-width: 961px) {
    body.coming-soon #header #logo {
        height: auto;
	    display: block;
    }
}
/**
 * フッター
**/
body.coming-soon .footer-area_illust {
    height: 180px;
    background: url("../img/bg_performer.png") center bottom no-repeat;
    background-size: 1240px;
}
/** ページトップボタン **/
body.coming-soon #bt-top {
    bottom: 0px !important;
}
body.coming-soon .copyright {
    padding-bottom: 0px !important;
}

/**
 * コンテンツ
**/
.area_comming-soon {
    background: url("../img/top_mainimage.jpg") center top no-repeat;
    background-size: cover;
  }
@media (min-width: 768px) {
  .area_comming-soon {
      background-size: 200% auto;
    }
  }
@media (min-width: 981px) {
.area_comming-soon {
    background-size: 150% auto;
  }
}
@media (min-width: 1600px) {
.area_comming-soon {
    background-size: 120% auto;
  }
}
.area_comming-soon_inner {
    padding: 50px 0 10px;
/*    background-color: rgba(255, 255, 255, 0.4); */
}
/** タイトル **/
body.coming-soon .tit_wrap {
    width: 100%;
    margin: 0 auto 50px;
}
body.coming-soon h1.tit {
    color: #0b2b5d;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
	text-shadow:
		1px 1px 1px #fff;
    margin: 0;
}
body.coming-soon h2.tit {
    display: block;
    color: #0b2b5d;
    font-size: 20px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
	text-shadow:
		1px 1px 1px #fff;
    margin: 0;
}
body.coming-soon .mail-tel {
    color: #0b2b5d;
    font-size: 19px;
    font-family:'arial', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
	text-shadow:
		1px 1px 1px #fff;
    margin: 0 0 40px;
}
body.coming-soon .mail-tel a,
body.coming-soon .mail-tel a:hover {
    color: #0b2b5d;
    text-decoration: none;
    opacity: 1.0;
}
.commingsoon-contents {
  margin: 0 0 40px;
}
@media (max-width: 1239px) {
  .commingsoon-contents {
    display:inline-block;
    text-align:center;
    padding: 20px 30px 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 768px) {
    .area_comming-soon_inner {
        padding: 80px 0 60px;
        min-height: 650px;
    }
    body.coming-soon h1.tit {
        font-size: 48px;
        margin-bottom: 20px;
    }
    body.coming-soon h2.tit {
        font-size: 30px;
    }
    body.coming-soon .mail-tel {
        font-size: 30px;
    }
}
@media (min-width: 981px) {
    body.coming-soon h1.tit {
        font-size: 65px;
    }
}
@media (min-width: 1240px) {
    body.coming-soon h1.tit {
        font-size: 75px;
    }
}
@media (min-width: 1400px) {
    .area_comming-soon_inner {
        padding: 100px 0 60px;
        min-height: 700px;
    }
}


/* 常時表示バナー
-------------------------------------------------------------- */
.bnr_ordinarily,
.bnr_ordinarily.open {
    display: none;
    position: fixed;
    z-index: 30;
    bottom: 85px;
    right: 0;
    width: 171px;
    height: 210px;
    background: #fff;
    animation: slide_open  0.5s;
    animation-fill-mode: forwards;
    box-shadow:
		1px 1px 4px 0px rgba(0,0,0,0.2),
        -1px -1px 4px 0px rgba(0,0,0,0.2);
}
@keyframes slide_open {
    0% {
        transform: translateX(170px);
    }
    100% {
        transform: translateX(0);
    }
}
.bnr_ordinarily.close {
    animation: slide_close 0.5s;
    animation-fill-mode: forwards;
}
@keyframes slide_close {
    0% {
        transform: translateX(0);
        opacity: 1.0;
    }
    100% {
        transform: translateX(170px);
        opacity: 1.0;
    }
}
@media (min-width: 481px) {
    .bnr_ordinarily,
    .bnr_ordinarily.open
    {
        display: block !important;
    }
}

.bnr_ordinarily-close img {
    position: absolute;
    z-index: 35;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    display: block;
}
.bnr_shisan-entry_popup {
    width: 153px;
    margin: 34px auto 11px;
}
.bnr_nichigaku-hiyo_popup {
    width: 153px;
    margin: 0 auto 11px;
}
.bnr_tel_popup {
    width: 153px;
    margin: 0 auto;
}
.bnr_shisan-entry_popup img,
.bnr_nichigaku-hiyo_popup img,
.bnr_tel_popup img {
    display: block;
    width: 100%;
}
.bnr_ordinarily-close:hover,
.bnr_shisan-entry_popup:hover,
.bnr_nichigaku-hiyo_popup:hover,
.bnr_tel_popup:hover {
    cursor: pointer;
}
.bnr_tel_popup a:hover,
.bnr_tel_popup a:hover img {
    opacity: 1.0 !important;
}


/* Option
-------------------------------------------------------------- */
span.underline-double {
    border-bottom: double 5px #101727;
}
span.underline, .underline {
    text-decoration: underline;
}

/**
 * テキスト配置
**/
@media (min-width: 768px) {
    span.space5 {
        padding-left: 5px;
    }
    span.space10 {
        padding-left: 10px;
    }
    span.space15 {
        padding-left: 15px;
    }
    span.space20 {
        padding-left: 20px;
    }
}

/**
 * リスト
**/
/** 点 **/
ul.maru {
	list-style-type: disc;
	padding-left: 18px;
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
ul.maru li {
	line-height: 1.5;
	margin-bottom: 5px;
}
ul.maru li:nth-last-of-type(1) {
    margin-bottom: 0;
}

/** 注記 数字 **/
ol.chukisuji, ol.chukisuji2 {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
	padding-left: 10px !important;
    font-size: 16px;
}
ol.chukisuji li, ol.chukisuji2 li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
ol.chukisuji li::before, ol.chukisuji2 li::before {
  content: "※"counter(my-counter)") ";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -40px;
  text-align: center;
}
ol.chukisuji2 li::before {
    content: "※"counter(my-counter)"";
}

/** 注記 数字 **/
ol.chukikome {
    margin: 5px 10px 20px 10px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 10px !important;
    font-size: 16px;
}

    ol.chukikome li {
        padding-left: 20px;
        position: relative;
        line-height: 1.5;
        margin: 0 0 15px;
    }

        ol.chukikome li::before {
            content: "※";
            display: block;
            float: left;
            margin-left: -40px;
            text-align: center;
        }

        ol.chukikome li::before {
            content: "※";
        }


/** 丸数字 **/
ol.marusuji li:before {
  margin-top: 3px;
  line-height: 18px;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, ol.marusuji li:before {
        margin-top: 0px;
        line-height: 23px;
    }
}

/** （）数字 **/
ol.kakkosuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
	padding-left: 0 !important;
}
ol.kakkosuji li {
	padding-left: 25px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
ol.kakkosuji li:before {
  content: "（"counter(my-counter)"） ";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -35px;
  text-align: center;
}
/** 四角 **/
ul.square {
	margin-left:18px;
}
ul.square li:before {
	content: '■ ';
	margin-left: -18px;
}
ul.square li {
	line-height: 1.5;
	margin: 0 0 15px;
}
ul.square li:nth-last-of-type(1) {
	margin-bottom: 0;
}
/** ひし形 by AIT **/
ul.hishi {
    margin-left: 28px;
}

    ul.hishi li:before {
        content: '◆ ';
        margin-top: 4px;
        margin-left: -28px;
        border: none;
    }

    ul.hishi li {
        line-height: 1.5;
        margin: 0 0 15px;
        padding-left: 0;
    }

        ul.hishi li:nth-last-of-type(1) {
            margin-bottom: 0;
        }
/** 注） **/
ul.chuki-kakko {
	margin-left: 28px;
}
ul.chuki-kakko li:before {
	content: '注）';
    margin-top: 4px;
	margin-left: -28px;
    border: none;
}
ul.chuki-kakko li {
	line-height: 1.5;
	margin: 0 0 15px;
    padding-left: 0;
}
ul.chuki-kakko li:nth-last-of-type(1) {
	margin-bottom: 0;
}
/** ＊印 **/
ul.asterisk {
	margin-left:18px;
}
ul.asterisk li:before {
	content: '＊ ';
	margin-left: -18px;
}
ul.asterisk li {
	line-height: 1.5;
	margin: 0 0 15px;
}
ul.asterisk li:nth-last-of-type(1) {
	margin-bottom: 0;
}

/** （例） **/
ul.example2 {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left: 37px;
}
ul.example2 li:before {
	content: '（例） ';
	margin-left: -40px;
}
ul.example2 li {
	margin-bottom: 15px;
	line-height: 1.5;
}
ul.example2 li:nth-last-of-type(1) {
	margin-bottom: 0;
}

/****　改行 ****/
@media (max-width: 320px) {
    .br-sp.w320none {
        display: none;
    }
}
@media (min-width: 360px) and (max-width: 375px){
    .br-sp.w360-375none {
        display: none;
    }
}
.br-sp_w375-1024 { display: none;}
@media (min-width: 375px) and (max-width: 1024px){
    .br-sp_w375-1024 {
        display: inline-block;
    }
}
.br_w1025 { display: none;}
@media (min-width: 1025px) {
    .br_w1025 {
        display: inline-block;
    }
}
.br_w414 { display: none;}
@media (min-width: 414px) {
    .br_w414 {
        display: inline-block;
    }
}

/**
 * アンカーリンク先指定
**/
/** トップページ：お申込み画面 **/
a.anchor_entry {
    display: block;
    position: relative;
    top: 320px;
    visibility: hidden;
}
@-moz-document url-prefix() {/** FireFox **/
    a.anchor_entry {
        top: 80px;
    }
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, a.anchor_entry {
        top: 320px;
    }
}
@media (max-width: 480px) {
    a.anchor_entry {
        top: 100px;
    }
}
