@charset "UTF-8";
/*
Description: 全国芸能従事者労災保険センター様用css
*/

/* Basic
-------------------------------------------------------------- */
body {
    line-height: 1.6;
    overflow-x: hidden;
}

/** リンク **/
a.formal {
    color: #222;
}
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;
}
/** 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: #222;
}
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;
    }
@media (min-width: 768px) {
    .link_sodan-dial a.icon-pdf_middle {
		-webkit-justify-content: center;
		justify-content: center;
    }
}
a.icon-pdf:hover,
a.icon-pdf_middle:hover {
    color: #dba4a5;
}

/** 見出し **/
h2.title.txt-black {
    color: #222;
}
h2.title span.subtit1 {
    font-size: 18px;
}
h2.title span.subtit01 {
    font-size: 22px;
}
h2.title span.subtit02 {
    font-size: 18px;
}
@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;
    border-top: 3px solid #c27f81;
}
/**
 * ロゴ
**/
#header #logo {
    max-width: 85%;
    height: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
#header #logo img {
    max-width: 310px;
}
@media (min-width: 961px) {
    #header {
        height: 135px;
    }
    #header #logo {
        float: left;
        width: 36.5%;
        max-width: 452px;
        height: 135px;
        padding-top: 23px;
	    -webkit-align-items: start;
	    align-items: start;
    }
    #header #logo img {
        max-width: 100%;
    }
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, #header #logo {
        display: block;
    }
}
#header #logo a:hover,
#header #logo a:hover img {
    opacity: 1.0;
}

/**
    電話番号／試算とお申込ボタン、ナビゲーション
**/
ul.nav-menu {
    font-size: 15px;
}
@media (min-width: 961px) {
    .header-right {
        float: right;
        width: 63.5%;
        padding-top: 25px;
    }
}
/** 電話番号／試算とお申込ボタン **/
ul.tel-btn {
    width: 100%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 0px;
}
ul.tel-btn li {
    display: inline-block;
}
ul.tel-btn li.tel {
    position: relative;
    top: -4px;
    width: 238px;
    margin-right: 15px;
}
ul.tel-btn li.tel a:hover,
ul.tel-btn li.tel a:hover img {
    opacity: 1.0;
}
ul.tel-btn .time {
    font-size: 15px;
}
ul.tel-btn li.btn, .kaiinbtn {
    width: 175px;
    height: 45px;
    border-radius: 5px;
    background: #dba4a5;
    -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;
}
@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;
}
@media (max-width: 960px) {
  #mobile-nav ul li.pc-kaiinbtn { display: none;}
}
/* Mobile Nav Styling */
#mobile-nav ul li.home {
  border-top: 1px solid #c27f81;
}
#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;
}


/* スライダー
-------------------------------------------------------------- */
.slider{
    opacity: 0;
    transition: opacity .3s linear;
    background: url("../img/slide/bg_slide.png") center repeat-x;
    background-size: cover;
}
@media (min-width: 1050px) {
    .slider{
        background: url("../img/slide/bg_slide_pc.png") left center repeat-x;
        background-size: auto 100%;
    }
}
.slider.slick-initialized{
  opacity: 1;
}
.slider-wrapper {
    overflow: hidden visible;
    position: relative;
    z-index: 1;
}
.slide_txt img {
    display: block;
    position: absolute;
    width: 153px;
    height: auto !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}
.slider {
    max-width: 2000px;
    margin: 0 auto;
}
.slider .slick-list{
    overflow: visible;
}
.slider li {
    outline: none;
}

/**
 * ナビ矢印
**/
.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: #fad6d8;
    opacity: 1.0;
    color: black;
}

/**
 * ドット表示の調整
**/
@media (max-width: 480px) {
    .slider-wrapper {
        padding-bottom: 15px;
    }
    .slide_txt img {
        top: -35px;
    }
    .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;
    }
    .slide_txt img {
        width: 353px;
        top: -40px;
    }
    .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;
    }
}
@media (min-width: 1025px) {
    .slide_txt img {
        width: 420px;
    }
}


/* トップ画像
-------------------------------------------------------------- */
.topimg-area_inner {
    min-height: 150px;
}
@media (min-width: 481px) {
    .topimg-area_inner {
        min-height: 200px;
    }
}


/* トップページ
-------------------------------------------------------------- */
.area-slide-geinojujisha {
    background: url("../img/bg_kirakira_sp.jpg") center bottom no-repeat;
    background-size: cover;
}
@media (min-width: 481px) {
    .area-slide-geinojujisha {
        background: url("../img/bg_kirakira_sp.jpg") center bottom no-repeat;
        background-size: 2000px;
    }
}
@media (min-width: 1200px) {
    .area-slide-geinojujisha {
        background: url("../img/bg_kirakira.jpg") center bottom no-repeat;
        background-size: 2000px;
    }
}

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

    芸能従事者のための政府労災保険

============================================================**/
.area-geinojujisha {
    min-height: 842px;
    padding: 95px 0 100px;
}
@media (max-width: 480px) {
    .area-geinojujisha {
        padding-top: 55px;
    }
}
@media (min-width: 481px) and (max-width: 1024px) {
    .area-geinojujisha {
        padding-top: 75px;
    }
}

/**
 * 帯タイトル
**/
.tit_obi-large {
    position: relative;
    width: 100%;
    max-width: 750px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 auto 50px;
}
.tit_obi-large h2 {
    width: 84%;
    min-height: 94px;
	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;
    color: #fff;
    padding: 10px;
    margin: 0;
    background: #dba4a5;
}
.tit_obi-large h2 span.small {
    font-size: 18px;
}
.tit_obi-large .kirikaki_left {
    width: 8%;
    min-height: 94px;
    background: url("../img/obi-kirikaki_left.png") right center no-repeat;
    background-size: cover;
}
.tit_obi-large .kirikaki_right {
    width: 8%;
    min-height: 94px;
    background: url("../img/obi-kirikaki_right.png") left center no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .tit_obi-large h2 {
        font-size: 40px;
        width: 94.4%;
    }
    .tit_obi-large h2 span.small {
        font-size: 28px;
    }
    .tit_obi-large .kirikaki_left {
        width: 2.8%;
        background: url("../img/obi-kirikaki_left.png") right center no-repeat;
        background-size: cover;
    }
    .tit_obi-large .kirikaki_right {
        width: 2.8%;
        background: url("../img/obi-kirikaki_right.png") left center no-repeat;
        background-size: cover;
    }
}
/**
 * 紹介文
**/
.area-geinojujisha h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
}
.area-geinojujisha .intro {
    width: 100%;
    max-width: 1460px;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    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;
}
@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 {
    position: relative;
    width: 25px;
    display: inline-block;
    margin-left: 10px;
    bottom: 2px;
}
@media (max-width: 480px) {
    .text-box_col3 .col2 h4 span.hatena img {
        margin-left: 5px;
        width: 18px;
    }
}
.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 {
        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 {
	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 {
	height: 38px;
	background: url("https://geinourousai.org/img/tooltip_top.png") no-repeat;
    background-size: 100%;
}
.tab_popup .contents {
	background: url("../img/tooltip_middle.png") repeat-y;
	padding: 0px 30px 6px;
    background-size: 100%;
    text-align: left;
}
.tab_popup .bottom {
	height: 28px;
	background: url("../img/tooltip_bottom.png") no-repeat;
    background-size: 100%;
}
@media (min-width: 768px)  {
    .tab_popup {
        top: 40px;
    }
    .tab_popup .contents {
	    padding: 10px 30px 6px;
    }
}
@media (min-width: 1200px) {
    .tab_popup .contents {
	    padding: 10px 30px 6px;
    }
}
/** リンクボタン **/
.tag {
    min-width: 260px;
    border-radius: 35px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
    background: #edc5c6;
}
.tag.big {
    font-size: 24px;
}
@media (min-width: 768px)  {
    .tag.big {
        font-size: 29px;
    }
}
.tag a {
    color: #222;
    display: block;
}
.tag a:hover {
    color: #222;
    text-decoration: none;
}
/** pdfリンク **/
.link_sodan-dial {
    font-size: 16px;
}
.link_sodan-dial a {
    color: #222;
}
@media (min-width: 768px)  {
    .link_sodan-dial {
        font-size: 20px;
        text-align: center;
    }
}


/**
 * バナー
**/
.area-geinojujisha .bnr_group {
    width: 100%;
    max-width: 983px;
    margin: 0 auto;
}
.area-geinojujisha .bnr_group .col1 {
    margin-bottom: 25px;
}
.area-geinojujisha .bnr_group .col2 {
    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 {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    .area-geinojujisha .bnr_group .col1,
    .area-geinojujisha .bnr_group .col3 {
        width: 40.7%;
        margin-bottom: 0;
    }
    .area-geinojujisha .bnr_group .col2 {
        width: 18.6%;
        padding: 0 1.4%;
        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: #222;
    top: -7px;
    padding: 20px;
    margin: 0;
    background: #fff;
    border: 3px solid #edc5c6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul.list_link li {
    margin-bottom: 15px;
}
ul.list_link li:nth-last-of-type(1) {
    margin-bottom: 0;
}
ul.list_link li a {
    display: inline-block;
    color: #222;
    padding-left: 18px;
}
ul.list_link li a:hover {
    color: #dba4a5;
}
ul.list_link li a::before {
    display: inline-block;
    position: relative;
    top: -3px;
    content: '';
    width: 0;
    height: 0;
    padding-right: 12px;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-color: transparent transparent transparent #605050;
    margin-left: -18px;
}

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

    各種バナー

============================================================**/
.area-banner {
    padding: 100px 0 70px;
    background: url("../img/bg_shasen-pink.png") center;
}
ul.list_bnr-group {
    width: 100%;
    max-width: 1206px;
	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;
}
ul.list_bnr-group li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 3px solid #5c4c4c;
}
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;
}
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: #edc5c6;
    font-size: 16px;
    font-weight: bold;
    color: #5c4c4c;
    padding: 10px;
    line-height: 1.4;
}
ul.list_bnr-group li a.btn-bottom:hover{
    opacity: 0.8;
    color: #5c4c4c;
    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: 100px 0;
    }
    ul.list_bnr-group li {
        width: 15.4%;
        margin-right: 1.52%;
        margin-bottom: 0;
    }
    ul.list_bnr-group li:nth-of-type(2n),
    ul.list_bnr-group li:nth-of-type(3n) {
        margin-right: 1.52%;
    }
    ul.list_bnr-group li:nth-last-of-type(1) {
        margin-right: 0;
    }
    ul.list_bnr-group li a.btn-bottom {
        height: 89px;
    }
}

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

    お知らせ／バナー「安全衛生・業務災害防止に対する当団体の考えと取組み」

============================================================**/
.area-news-bnr {
    padding: 100px 0 135px;
/*    background: url("../img/bg_dance-silhouette_sp.png") right bottom no-repeat #fff;
    background-size: 400%; */
    background: none;
}
@media (min-width: 768px) {
    .area-news-bnr {
    /*    background: url("../img/bg_dance-silhouette_sp.png") right bottom no-repeat #fff;
        background-size: 1872px;  */
        background: none;
    }
}
@media (min-width: 1200px) {
    .area-news-bnr {
    /*    background: url("../img/bg_dance-silhouette.png") center bottom no-repeat #fff;
        background-size: 2000px;  */
        background: none;
    }
}
.area-news-bnr_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
/**
 * お知らせ
**/

.area-news-bnr_inner .box-news {
    width: 100%;
    min-height: 304px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    border: 5px solid #f0f0da;
    border-radius: 5px;
    background: url("../img/bg_dance-silhouette_sp.png") right bottom no-repeat #fffff7;
    background-size: 1240px;
    padding: 35px 0 25px;
}
.area-news-bnr_inner .box-news .text-area {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    margin-bottom: 30px;
}
.btn_more a {
    height: 41px;
    width: 100%;
    max-width: 180px;
	display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #222;
    background: url("../img/icon-arrow_white.png") right 14px center no-repeat #d8d8b0;
    background-size: 6px;
    border-radius: 22px;
    padding: 9px 30px 10px;
}
.btn_more a:hover {
    color: #222;
    text-decoration: none;
}
@media (min-width: 768px) {
    .area-news-bnr_inner .box-news .text-area {
        padding-left: 5.2%;
        padding-right: 5.2%;
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .area-news-bnr_inner .box-news .text-area {
        padding-left: 7%;
        padding-right: 5.2%;
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
  .area-news-bnr_inner .box-news {
      background: url("../img/bg_dance-silhouette.png") right bottom no-repeat #fffff7;
      background-size: 1100px;
    }
}

/**
 * バナー
**/
@media (min-width: 1200px) {
    .area-news-bnr_inner .col2 {
        width: 47.5%;
        padding-top: 115px;
    }
}
.banner_dkbrown {
    width: 100%;
    max-width: 570px;
    min-height: 127px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    background: url("https://geinourousai.org/img/icon-circle-arrow_white.png") right 5.3% center no-repeat #5c4c4c;
    background-size: 28px;
    border-radius: 5px;
    border-bottom: solid 3px #1f1919;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-shadow:
			1px 1px 2px #0a0000;
    line-height: 1.4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner_dkbrown:hover {
    opacity: 0.9;
}
.banner_dkbrown a {
    display: block;
    height: 100%;
    color: #fff;
    padding: 25px 16% 20px 17.5%;
    background: url("../img/icon-ribbon_shadow.png") left 6% top 30px no-repeat;
    background-size: 28px;
}
.banner_dkbrown a:hover {
    color: #fff;
    opacity: 1.0;
    text-decoration: none;
}
.banner_dkbrown-pc {
  display: none;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, .banner_dkbrown {
        height: 127px;
    }
}
@media (max-width: 768px) {
    .banner_dkbrown {
        background: url("https://geinourousai.org/img/icon-circle-arrow_white.png") right 5.3% center no-repeat #5c4c4c;
        background-size: 32px;
        font-size: 26px;
    }
    .banner_dkbrown a {
        padding: 28px 12.6% 27px 14.9%;
        background: url("../img/icon-ribbon_shadow.png") left 6% top 33px no-repeat;
        background-size: 35px;
    }
}
@media (min-width: 769px) {
  .banner_dkbrown { display: none;}
  .banner_dkbrown-pc { display: block;}
}
/**============================================================

    バナー「料金シミュレーション」／「労災保険を申し込む」

============================================================**/
.area-bnr-price_entry {
    padding: 140px 0;
    background: url("../img/bg_ballerina_sp.jpg") left top no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .area-bnr-price_entry {
        padding: 140px 0 160px;
        background: url("../img/bg_ballerina.jpg") center top no-repeat;
        background-size: 2000px;
    }
}
.bnr-price_entry {
    width: 100%;
    max-width: 1180px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 auto;
}
.bnr-price_entry .bnr-price,
.bnr-price_entry .bnr-entry
{
    width: 100%;
	border-radius: 5px;
	font-size: 26px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-shadow:
		0px 2px 0px rgba(139,93,94,1.0);
    line-height: 1.4;
}
.bnr-price_entry .bnr-price {
    margin-bottom: 40px;
}
.bnr-price_entry .bnr-price a,
.bnr-price_entry .bnr-entry a
{
    width: 100%;
    min-height: 119px;
	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: 20px 40px;
	border-radius: 5px;
	font-size: 26px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bnr-price_entry .bnr-price a {
    color: #fff;
    background: url("../img/icon-arrow_white.png") right 20px center no-repeat #c27f81;
    background-size: 12px;
    border: 5px solid #c27f81;
}
.bnr-price_entry .bnr-price a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.bnr-price_entry .bnr-entry a {
    color: #c27f81;
    background: url("../img/icon-arrow_darkpink-right.png") right 20px center no-repeat #fff;
    background-size: 12px;
    border: 5px solid #c88688;
}
.bnr-price_entry .bnr-entry a:hover {
    color: #c27f81;
    text-decoration: none;
    opacity: 0.9;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, .bnr-price_entry .bnr-price a,
    *::-ms-backdrop, .bnr-price_entry .bnr-entry a {
        height: 119px;
    }
}
@media (min-width: 768px) {
    .bnr-price_entry .bnr-price,
    .bnr-price_entry .bnr-entry {
        width: 47%;
    }
    .bnr-price_entry .bnr-price {
        margin-right: 6%;
        margin-bottom: 0;
    }
    .bnr-price_entry .bnr-price a,
    .bnr-price_entry .bnr-entry a
    {
        font-size: 30px;
	    padding: 20px 60px;
    }
    .bnr-price_entry .bnr-price a {
        background: url("../img/icon-arrow_white.png") right 40px center no-repeat #c27f81;
        background-size: 12px;
    }
    .bnr-price_entry .bnr-entry a {
        background: url("../img/icon-arrow_darkpink-right.png") right 40px center no-repeat #fff;
        background-size: 12px;
    }
}

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

    お申込みの流れ

============================================================**/
.area-entry-flow {
    padding: 100px 0;
    background: #fff;
}
dl.list_entry-flow {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto 60px;
}
dl.list_entry-flow: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 #edc5c6;
    border-radius: 5px;
    width: 100%;
    min-height: 54px;
    background: url("../img/stepbar-bg_grade.jpg") left top no-repeat;
    color: #222;
    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) {
    dl.list_entry-flow dd.content_step {
        padding: 25px 20px 20px;
    }
}
@media (min-width: 992px) {
    .area-entry-flow {
        padding: 100px 0 125px;
    }
    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;
}

/**
 * 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;
    }
}



/*
#attention-tokubetsukanyu .tab_popup {
    top: 50px;
}
*/

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

    対象職種

============================================================**/
.area-taisho-shokushu {
    background: #fff;
}
.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: 108px 0 80px;
}
@media (max-width: 767px) {
    .area-taisho-shokushu {
        background: url("../img/silhouette-band.png") right 15px bottom 30px no-repeat;
        background-size: 265px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .area-taisho-shokushu {
        background: url("../img/silhouette-band.png") right 50px bottom 30px no-repeat;
        background-size: 265px;
    }
}
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-band.png") right 35px bottom 80px no-repeat;
        background-size: 265px;
    }
    dl.list_taisho-shokushu dt {
        width: 20%;
        padding-right: 40px;
    }
    dl.list_taisho-shokushu dd {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    dl.list_taisho-shokushu dt {
        width: 29.2%;
        padding: 0 60px 0 90px;
    }
    dl.list_taisho-shokushu dd {
        width: 70.8%;
    }
}
.tit_tag {
    min-width: 205px;
    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;
    background: #e6e6c9;
}
@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: 51%;
    padding-right: 10px;
}
.box-list_col2 .col2 {
    width: 49%;
}
@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 {
    text-align: right;
}
dl.list_taisho-shokushu .txt-chuki a {
    color: #222;
}
dl.list_taisho-shokushu .txt-chuki a:hover {
     color: #dba4a5;
}
@media (min-width: 1200px) {
    dl.list_taisho-shokushu .txt-chuki {
        padding-right: 205px;
    }
}
@media (max-width: 480px) {
    dl.list_taisho-shokushu .txt-chuki {
        padding-top: 20px;
    }
}


/* お申し込みフォーム
---------------------------------------------------------------*/
input[type="email"] {
    width: 100%;
    height: 45px;
}
input[type="email"]:focus {
    background-color: #f6f6e7;
    border: 2px solid #c27f81 !important;
    outline: 0;
}
@media (max-width: 1023px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        white-space: normal;
    }
}
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 #8b5d5e;
	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: #c27f81;
    border: 3px solid #c27f81;
}
@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: 55%;
    }
    .form_list_inner-wrap dl.form_list dd {
        width: 55%;
    }
    .form_list_inner-wrap dl.form_list.select-tokubetsukanyu dd {
        width: 45%;
    }
    dl.list_entry-flow .formbtn_wrap {
       margin-bottom: 0px;
    }
}
.form_list_inner-wrap {
    border: 3px solid #edc5c6;
    border-radius: 5px;
    padding: 50px 20px;
    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: #f6f6f6;
}
.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;
}
@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;
    }
}


/* 団体のご案内
-------------------------------------------------------------- */
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%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px;
	margin: 0;
	line-height: 1.6;
	background: #edc5c6;
	color: #5c4c4c;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
dl.list_hyou dd {
	width: 100%;
	padding: 10px;
	margin: 0;
	line-height: 1.6;
}
dl.list_hyou dt:nth-of-type(1) { border-top: 1px solid #fff;}
dl.list_hyou dt:nth-last-of-type(1) { border-bottom: 1px solid #fff;}
@media (min-width: 481px) {
	dl.list_hyou dt {
		width: 30%;
		border-right: none;
		-webkit-justify-content: center;
		justify-content: center;
	}
	dl.list_hyou dd {
		width: 70%;
        padding: 10px 30px;
	    border-top: 1px solid #cfcfcf;
	}
    dl.list_hyou dd:nth-of-type(1) { border-top: 1px solid #fff;}
    dl.list_hyou dd:nth-last-of-type(1) { border-bottom: none;}
}


/* プライバシーポリシー
-------------------------------------------------------------- */
h3.tit_line-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_line-normalfont span {
	display: inline-block;
	border-left: 5px solid #c27f81;
	padding: 2px 0 0 15px;
}
@media (min-width: 481px) {
    h3.tit_line-normalfont {
        font-size: 20px;
    }
}


/* 会員ページ
-------------------------------------------------------------- */
.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: #ffe1e2;
    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: #000;
  font-size: 18px;
}
/** 労災保険番号 **/
table.hokenbango {
    width: 100%;
    border: 1px solid #8a8000 !important;
    border-collapse: collapse;
    padding: 0;
    margin: 10px 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: 18px;
    }
}
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;
    }
}
/** 説明文・改行 **/
.descri-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .descri-1 { max-width: 1090px; margin: 0 auto 20px;}
}
/**
 * 印刷ボタン
**/
.btn_print {
	display: block;
    width: 100%;
    height: auto;
	margin: 20px auto;
	padding: 30px 40px;
    text-align: center;
	text-decoration: none;
	color: #c27f81;
	border-bottom: solid 2.5px #8b5d5e;
	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 {
    background: url("../img/icon-arrow_darkpink-right.png") right 20px center no-repeat #fff;
    background-size: 12px;
    border: 3px solid #c27f81;
}
@media (min-width: 768px) {
    .btn_print {
        width: 48.7%;
        margin-left: 2.6%;
	    padding: 30px 50px;
    }
}
.btn_print:hover {
    opacity: 0.8;
    cursor: pointer;
}


/* マイページ
-------------------------------------------------------------- */
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){
    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: #ffe1e2;
    border-radius: 5px;
    padding: 2px;
    font-weight: normal;
}
dl.mypage-detail dd {
    width: 100%;
    padding: 5px 0 10px;
}
.nendocell-1 {
    float: left;
    width: 65%;
}

.nendocell-2 {
    float: left;
    width: 10%;
}

.nendocell-3 {
    float: right;
    width: 20%;
}


@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;
    }
    .nendocell-1 {
        width: 55%;
        padding-right: 5px;
    }

    .nendocell-2 {
        width: 13%;
    }

    .nendocell-3 {
        width: 30%;
    }

}
@media (min-width: 1024px){
    dl.mypage-detail dt {
        width: 20%;
    }
    dl.mypage-detail dd {
        width: 80%;
    }
    .nendocell-1 {
        width: 50%;
        margin-left: 80px;
    }

    .nendocell-2 {
        width: 13%;
    }

    .nendocell-3 {
        width: 20%;
    }

}

/* 加入申込内容変更ページ
-------------------------------------------------------------- */
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: #edc5c6;
	padding: 5px 10px;
	margin-bottom: 15px;
    color: #5c4c4c;
}
.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 #edc5c6;
    border-radius: 5px;
    background: #fff;
}
@media (min-width:768px){
    .box-shokai {
        padding: 40px;
    }
}


/* よくあるご質問
-------------------------------------------------------------- */
/**
 * 見出しリンク
**/
ul.list_qa-link {
	width: 100%;
    max-width: 950px;
	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: #222;
    display: inline-block;
    background: url("../img/hatena-mark.png") left top 3px no-repeat;
    background-size: 25px;
    padding-left: 32px;
}
ul.list_qa-link a:hover {
    color: #dba4a5;
}
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: 50%;
        margin-right: 2%;
    }
    ul.list_qa-link li:nth-of-type(2n) {
        width: 48%;
        margin-right: 0;
    }
}
@media (min-width: 1024px){
    ul.list_qa-link {
        margin-left: 10%;
    }
}
@media (min-width: 1240px){
    ul.list_qa-link {
        margin-left: 19.1%;
    }
}

/**
 * QA
**/
.box-qa {
    max-width: 1070px;
    padding: 40px 0 100px;
    margin: 0 auto;
    background: url("../img/line-dot_pink.png") left top repeat-x;
}
h3.tit_qa {
    min-height: 30px;
    color: #5a474b;
    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 #edc5c6;
    border-radius: 5px;
    min-height: 64px;
    background: url("https://geinourousai.org/img/bg_pattern-kazari.png") ;
    color: #222;
    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: url("../img/bg_dress.png") right 10px bottom 10px no-repeat #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.png") left top no-repeat;
    background-size: 64px;
    color: #222;
    font-size: 22px;
    font-family: "Monotype Corsiva";
    z-index: 10;
}
@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-size: 24px;
        box-shadow:
		    1px 1px 2px 1px rgba(000,000,000,0.1);
    }
    dl.list_qa dd.content_qa {
        top: -33px;
        padding: 85px 20px 40px;
        background: url("../img/bg_dress.png") right 30px bottom 20px no-repeat #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.png") left top no-repeat;
        background-size: 100px;
        font-size: 38px;
    }
    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;
    }
}
.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 100px;
}


/* 労災事故が起きたら
-------------------------------------------------------------- */
dl.list_okitara {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
}
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 #edc5c6;
    border-radius: 5px;
    width: 100%;
    min-height: 64px;
    background: url("../img/stepbar-bg_grade2.jpg") left top no-repeat;
    color: #222;
    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 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;
    }
}


/* カミングスーンページ
-------------------------------------------------------------- */
/**
 * ヘッダー
**/
body.coming-soon #header.header-scrolled {
    box-shadow: none;
}
body.coming-soon #header {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important;
    border-top: 3px solid #c27f81;
}
body.coming-soon #header #logo {
    max-width: 100%;
    height: auto;
	display: block;
}
body.coming-soon #header #logo img {
    max-width: 862px !important;
}
@media (min-width: 481px) {
    body.coming-soon #header {
        height: auto !important;
        padding-bottom: 30px;
    }
    body.coming-soon #header #logo {
        float: none !important;
        width: 100%;
        max-width: 600px;
        height: auto;
        text-align: center;
        padding-top: 0 !important;
        padding-bottom: 0px!important;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    body.coming-soon .main-menu {
        height: auto;
        line-height: 1.0;
    }
}

/**
 * フッター
**/
body.coming-soon .footer-area_illust {
    height: 180px;
    background: url("../img/bg_performer.png") center bottom no-repeat;
    background-size: 1240px;
}
@media (min-width: 768px) and (max-width: 999px){
    body.coming-soon .footer-area_bottom_inner .logo-area {
        width: 16.1%;
        text-align: left;
        margin-bottom: 0;
        margin-left: 2%;
    }
    body.coming-soon .footer-area_bottom_inner .text-area {
        width: 77.5%;
        padding-right: 0;
        text-align: center;
    }
}
@media (min-width: 1000px){
    body.coming-soon .footer-area_bottom_inner .logo-area {
        width: 16.1%;
        text-align: left;
        margin-bottom: 0;
        margin-left: 6.4%;
    }
    body.coming-soon .footer-area_bottom_inner .text-area {
        width: 77.5%;
        padding-right: 17.7%;
        text-align: center;
    }
}
/** ページトップボタン **/
body.coming-soon #bt-top {
    bottom: 0px !important;
}
body.coming-soon .copyright {
    padding-bottom: 0px !important;
}

/**
 * コンテンツ
**/
.area_comming-soon {
    padding: 60px 0;
    background: url("../img/bg_shasen-pink.png") center;
}
/** タイトル **/
body.coming-soon .tit_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0;
    border-top: 10px solid #edc5c6;
    border-bottom: 10px solid #edc5c6;
}
body.coming-soon h1 {
    font-family: Monotype Corsiva ,Helvetica , sans-serif;
    color: #46373a;
    font-size: 85px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}
body.coming-soon p.comment {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
body.coming-soon h2 {
    color: #46373a;
    font-size: 35px;
    text-align: center;
    margin: 20px 0 0;
}
body.coming-soon .mail {
    color: #46373a;
    font-size: 20px;
    font-weight: bold;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin: 0;
}
body.coming-soon .mail a,
body.coming-soon .mail a:hover {
    color: #46373a;
    text-decoration: none;
    opacity: 1.0;
}
@media (max-width: 320px) {
    body.coming-soon h1 {
        font-size: 75px;
    }
}
@media (min-width: 481px) {
    .area_comming-soon {
        padding: 100px 0;
    }
}
@media (min-width: 768px) {
    .area_comming-soon {
        padding: 200px 0;
    }
    body.coming-soon h1 {
        font-size: 95px;
    }
    body.coming-soon p.comment {
        font-size: 40px;
    }
    body.coming-soon h2 {
        font-size: 40px;
    }
    body.coming-soon .mail {
        font-size: 32px;
    }
}


/* Option
-------------------------------------------------------------- */
span.underline-double {
    border-bottom: double 5px #222;
}
span.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;
    }
}

/**
 * リスト
**/
/** 注記 数字 **/
ol.chukisuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
	padding-left: 10px !important;
    font-size: 16px;
}
ol.chukisuji li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
ol.chukisuji li::before {
  content: "※"counter(my-counter)") ";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -40px;
  text-align: center;
}

/** 丸数字 **/
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;
}
/** 注） **/
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;
}

/****　改行 ****/
@media (max-width: 320px) {
    .br-sp.w320none {
        display: none;
    }
}
@media (min-width: 360px) and (max-width: 375px){
    .br-sp.w360-375none {
        display: none;
    }
}

/**
 * マージン関連の設定
**/
.mb200 { margin-bottom: 200px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb30auto {margin: 0 auto 30px !important;}
.mb0auto {margin: 0 auto !important;}

/**
 * アンカーリンク先指定
**/
/** トップページ：お申込み画面 **/
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;
    }
}