@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input, select {
    vertical-align: middle;
}

select {
    cursor: pointer;
}

label {
    vertical-align: middle;
    word-break: break-word;
}

button {
    background-color: transparent;
    cursor: pointer;
}

body {
    width: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    /*word-wrap: break-word; 18.02.23delete*/
    background-color: #fff;
    overflow-wrap: break-word;
}

b, em {
    font-weight: bold;
}

strong {
    font-weight: bold;
    color: #e60044;
}

sup {
    font-size: 12px;
    vertical-align: top;
}

sup.square {
    display: inline-block;
    margin-top: -4px;
}

a {
    color: #2158a6;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

a:hover, a:active, a:focus {
    color: #3575d0;
    text-decoration: none;
}

p > a, ul a, ol a, dl a {
    text-decoration: underline;
}
a.annai {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

input, button {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
}

select, textarea {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

blockquote .cite {
	font-size: 14px;
	margin-top: 18px;
}

blockquote + * {
	margin-top: 28px;
}

@media screen and (max-width: 768px) {
    input, select, textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .sp-none {
        display: none;
    }
}

.content-top .hdg-01 + p {
    margin-top: 15px;
}

.content-top .hdg-01 + [class^="lyt"], .content-top .hdg-01 + [class^="box"] {
    margin-top: 20px;
}

.content-top .hdg-02 + * {
    margin-top: 16px;
}

.content-top h3.hdg-01 {
    margin-bottom: 16px;
}

.content-top-inner .list-info-01 + * {
    margin-top: 24px;
}

.content-top-inner * + [class^="lyt"] {
    margin-top: 27px;
}

* + h3.hdg-01 {
    margin-top: 20px;
}

#main-contents {
    width: 100%;
}

#main-contents .content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 24px 80px;
}

@media screen and (max-width: 768px) {
    #main-contents .content-inner {
        padding: 25px 10px 75px;
    }
}

#main-contents .content-wrap {
    background: -webkit-linear-gradient(#fff 0, #fff calc(100% - 145px), #f7f2e8 100%);
    background: linear-gradient(#fff 0, #fff calc(100% - 145px), #f7f2e8 100%);
    background-color: #fbf9f4;
}

#main-contents .content-wrap .content-inner {
    padding: 30px 24px 35px;
}

@media screen and (max-width: 768px) {
    #main-contents .content-wrap .content-inner {
        padding: 25px 10px 25px;
    }
}

#header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #fff;
}

#header.no-nav {
    padding: 16px 0 14px;
}

#header.no-nav .logo-02 {
    margin-top: -1px;
}

#header._print {
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    #header.no-nav {
        margin-bottom: 16px;
        padding: 0;
    }
    #header.no-nav .logo-02 {
        margin-top: 0;
    }
}

#header .btn-close-01 {
    font-size: 14px;
    color: #333;
    text-align: center;
    border-bottom: 3px solid #ccc;
}

#header .btn-close-01:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -217px -103px;
    content: "";
}

#header .btn-close-01:hover, #header .btn-close-01:active, #header .btn-close-01:focus {
    color: #333;
    background: -webkit-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFEEEEEE')";
}

#header .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 24px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #header .header-inner {
        position: relative;
        display: block;
        padding: 16px 10px 0;
    }
}

@media screen and (max-width: 768px) {
    #header .header-inner {
        padding: 16px 10px 0;
    }
}

#header .print-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 20px;
}

@media screen and (max-width: 1024px) {
    #header .print-inner {
        position: relative;
        display: block;
        padding: 16px 10px 0;
    }
}

#header .logo-01 {
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    #header .logo-01 img {
        width: 200px;
    }
}

#header .header-menu-wrapper {
    position: relative;
}

#header .header-btn-menu-wrapper {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .header-btn-menu-wrapper {
        margin: 16px -10px 0;
    }
}

#header .header-btn-menu-wrapper .btn-menu-01, #header .header-btn-menu-wrapper .btn-menu-02 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 12px 9px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #2a4198;
    border-bottom: 3px solid #22347a;
}

#header .header-btn-menu-wrapper .is-open .btn-menu-01, #header .header-btn-menu-wrapper .is-open .btn-menu-02 {
    font-weight: bold;
    background: #5b6fbc;
    border-bottom: 3px solid #5b6fbc;
}

#header .header-btn-menu-wrapper .btn-menu-02 {
    position: relative;
    border-left: 1px solid #5b6fbc;
}

@media screen and (max-width: 1024px) {
    #header .header-btn-menu-wrapper {
        display: block;
        font-size: 0;
    }
    #header .header-btn-menu-wrapper .col {
        display: inline-block;
    }
}

#header .nav-utility-01 > li:first-child {
    position: relative;
    margin-right: 1px;
}

#header .service-content {
    position: absolute;
    right: 0;
    z-index: 1;
    display: none;
    box-sizing: border-box;
    width: 532px; /*　393px → 532px */
    padding: 16px;
    font-size: 12px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 #bbb;
}
@media screen and (max-width: 1024px) {
    #header .service-content {
        font-size: 14px;
    }
	#header .service-content .list-note-01.CSC {
    font-size: 14px;
    }
}

#header .service-content p {
    font-size: 12px;
}

#header .service-content * + .tel, #header .service-content * + .mail {
    margin-top: calc(12px - (((14px * 1.5) - 14px) / 1));
}

#header .service-content a[href^="tel"], #header .service-content a[href^="mailto"] {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #header .service-content a[href^="tel"], #header .service-content a[href^="mailto"] {
        padding: 10px 16px;
    }
}

#header .service-content .tel {
    position: relative;
}

#header .service-content .tel .icon-tel {
    margin: -3px 8px 0 0;
}

#header .service-content .mail {
    position: relative;
}

#header .service-content .mail a:before {
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: 3px;
    vertical-align: bottom;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -192px -63px;
    content: "";
}

#header .service-content .time {
    margin-top: calc(20px - (((16px * 1.5) - 16px) / 1));
}

#header .service-content .time dd {
    margin-top: calc(13px - (((12px * 1.5) - 12px) / 1));
}

#header .service-content .contact-01 {
    padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
    #header .service-content .contact-01 .lyt-01._col2 {
        display: block;
        margin-left: 0;
    }
    #header .service-content .contact-01 .lyt-01._col2 .col {
        width: 100%;
        margin-left: 0;
    }
}

#header .service-content .contact-02 {
    box-sizing: border-box;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    #header .service-content {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        box-shadow: 0 0 0 0 #fff;
    }
    #header .service-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    #header .service-content .contact-01 li + li {
        margin-top: calc(24px - (((14px * 1.5) - 14px) / 2));
    }
    #header .service-content .tel, #header .service-content .mail {
        text-align: center;
    }
    #header .service-content .time {
        margin-top: calc(24px - (((14px * 1.5) - 14px) / 2));
    }
}

@media screen and (max-width: 1100px) {
    #header .nav-utility-wrapper {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-wrapper {
        width: 100%;
        margin: 0 -10px;
        padding: 0 10px;
        background: #5b6fbc;
    }
}

#header .nav-utility-01 {
    text-align: right;
}

#header .nav-utility-01 > li {
    display: inline-block;
    text-align: left;
}

#header .nav-utility-01 ._service {
    position: relative;
    display: block;
    margin-right: 12px;
    padding-left: 18px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}

#header .nav-utility-01 ._service2 {
    display: block;
    margin-right: 11px;
	margin-left: 11px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}

#header .nav-utility-01 ._service:before {
    position: absolute;
    top: 0;
    top: -6px;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .nav-utility-01 ._login {
    position: relative;
    display: block;
    box-sizing: border-box;
    min-width: 180px;
    min-height: 33px;
    padding: 4px 16px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #e60044;
    border-bottom: 3px solid #aa0032;
    border-radius: 3px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-01 ._login {
        padding: 12px 16px;
    }
}

#header .nav-utility-01 ._login:after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: auto;
    display: block;
    width: 4px;
    height: 4px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-01 ._login:after {
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        left: auto;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#header .nav-utility-01 ._login:hover, #header .nav-utility-01 ._login:active, #header .nav-utility-01 ._login:focus {
    padding: 1px 16px 7px;
    background: #c00039;
    border-top: 3px solid #a10030;
    border-bottom: none;
}

#header .nav-utility-01 ._login:hover:after, #header .nav-utility-01 ._login:active:after, #header .nav-utility-01 ._login:focus:after {
    position: absolute;
    top: -6px;
    right: 12px;
    bottom: 0;
    left: auto;
    display: block;
    width: 4px;
    height: 4px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-01 ._login:hover, #header .nav-utility-01 ._login:active, #header .nav-utility-01 ._login:focus {
        padding: 9px 16px 15px;
    }
    #header .nav-utility-01 ._login:hover:after, #header .nav-utility-01 ._login:active:after, #header .nav-utility-01 ._login:focus:after {
        position: absolute;
        top: -6px;
        right: 12px;
        bottom: 0;
        left: auto;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-01 {
        padding-top: 20px;
        text-align: left;
    }
    #header .nav-utility-01 > li {
        width: 100%;
    }
    #header .nav-utility-01 ._service {
        margin-bottom: 10px;
        padding-left: 0;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        cursor: default;
    }
    #header .nav-utility-01 ._service:active, #header .nav-utility-01 ._service:focus {
        outline: none;
    }
    #header .nav-utility-01 ._service:before {
        display: none;
    }
    #header .nav-utility-01 ._login {
        text-align: center;
    }
}

#header .nav-utility-02 {
    margin-top: 10px;
    text-align: right;
}

#header .nav-utility-02 li {
    display: inline-block;
}

#header .nav-utility-02 li a {
    margin-left: 23px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

#header .nav-utility-01 li a._service2:hover,
#header .nav-utility-01 li a._service2:active,
#header .nav-utility-01 li a._service2:focus,
#header .nav-utility-02 li a:hover,
#header .nav-utility-02 li a:active,
#header .nav-utility-02 li a:focus {
    text-decoration: underline;
}

#header .nav-utility-01 li a._service2:visited,
#header .nav-utility-02 li a:visited {
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
	#header .nav-utility-02 > li.contact {
	    display: none;
    }
}

@media screen and (max-width: 1024px) {
	#header .nav-utility-01 li a._service2 {
		display: none;
	}
    #header .nav-utility-02 li a {
        position: relative;
    }
    #header .nav-utility-02 li a:hover {
        text-decoration: none;
    }
    #header .nav-utility-02 li a:after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        left: auto;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#header .nav-utility-02 li a.btn-close-01 {
    color: #333;
}

#header .nav-utility-02 li.full-wrapper a:after {
    display: none;
}

#header .nav-utility-02 li:first-child {
    margin-left: 0;
}

#header .nav-utility-02 li._search {
    position: relative;
    margin-left: -7px;
}

@media screen and (max-width: 1100px) {
    #header .nav-utility-02 li._search {
        margin-top: 10px;
    }
}

#header .nav-utility-02 li._search button {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: block;
    margin: auto 0;
    content: "";
}

#header .nav-utility-02 li .form-search {
    box-sizing: border-box;
    width: 193px;
    height: 32px;
    margin-left: 23px;
    padding: 0 32px 0 10px;
    background: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 3px 3px 3px -2px #dadada inset;
}

/* web約款
======================================================================*/

.content-top._weby .content-top-inner .hdg,
.content-inner._webyContents .hdg {
    font-weight: bold;
    font-size: 24px;
}
.content-top._weby .content-top-inner .btn-align-c .nav-btn-01, 
.content-top._weby .weby_sBox,
.content-top._weby .weby_sBox + p,
.content-top._weby .weby_sBox2,
.content-top._weby .weby_sBox2 + p {
    margin-right: auto;
    margin-left: auto;
}
.content-top._weby input.webyform-search,
.content-inner._webyContents input.webyform-search {
    box-sizing: border-box;
    height: 46px;
    background: #f8f8f8;
    border: 1px solid #dadada;
    box-shadow: 3px 3px 3px -2px #dadada inset;
	width: 100%;
	padding-left: 20px;
	padding-right: 22px;
    border-radius: 0.3em;  
}
.content-top._weby input.webyform-search.s,
.content-inner._webyContents input.webyform-search.s {
    height: 58px;
}
.content-top._weby .weby_sBox,
.content-inner._webyContents .weby_sBox {
    border: 2px solid #5b6fbc;
	border-radius: 0.3em;
	background-color: #5b6fbc;
    overflow: hidden;
	width: 100%; /*356px ⇒ 100%*/
}
.content-top._weby .weby_sBox2,
.content-inner._webyContents .weby_sBox2 {
    border: 2px solid #5b6fbc;
	border-radius: 0.3em;
	background-color: #5b6fbc;
    overflow: hidden;
	width: 50%;
}
.content-top._weby .weby_sBox + p {
    width: 356px;
}
.content-top._weby._white {
    background-color: transparent;
}
.content-top._weby form.weby_searchForm dl,
.content-inner._webyContents form.weby_searchForm dl {
    display: table;
	border-collapse: collapse;
	width: 100%;
}
.content-top._weby form.weby_searchForm dt,
.content-top._weby form.weby_searchForm dd,
.content-inner._webyContents form.weby_searchForm dt,
.content-inner._webyContents form.weby_searchForm dd {
    display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
.content-top._weby form.weby_searchForm dt,
.content-inner._webyContents form.weby_searchForm dt {
	color: #FFF;
	font-weight: bold;
	width: 60%;
}
.content-top._weby form.weby_searchForm dd,
.content-inner._webyContents form.weby_searchForm dd { 
    position: relative;
}
/*.content-top._weby form.weby_searchForm dd input { 
  border: 1px solid #FFF;
  border-radius: 0.3em;
  padding-right: 22px;
}*/
.content-top._weby form.weby_searchForm dd button,
.content-inner._webyContents form.weby_searchForm dd button {
   position: absolute;
   top: 15px;
   right: 10px;
}
.content-top._weby form.weby_searchForm dd button.m,
.content-inner._webyContents form.weby_searchForm dd button.m {
   position: absolute;
   top: 20px;
   right: 6px;
}
@media screen and (max-width: 768px) {
    .content-top._weby .weby_sBox,
	.content-inner._webyContents .weby_sBox,
	.content-top._weby .weby_sBox2,
	.content-inner._webyContents .weby_sBox2 {
        width: 100%;
    }
	.content-top._weby .weby_sBox + p {
	    width: 100%;
		text-align: left;
	}
}

/*   サイト内検索ボックス
======================================================================*/
/* IE 10 以降 */
#header .nav-utility-02 li .form-search:-ms-input-placeholder {
	opacity: 0.54;
	font-size: 90%;
}

#header .nav-utility-02 li .form-search::-webkit-input-placeholder {
	opacity: 0.54;
	font-size: 90%;        opacity: 1;
}
/* Firefox 18 以前 */
#header .nav-utility-02 li .form-search:-moz-placeholder {
	opacity: 0.54;
	font-size: 90%;
}
/* Firefox 19 以降 */
#header .nav-utility-02 li .form-search::-moz-placeholder {
	opacity: 0.54;
	font-size: 90%;
}

#header .nav-utility-02 li._close {
    display: none;
}

@media print{
    .no_print{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #header .nav-utility-02 {
        margin: 16px -10px 0;
        font-size: 0;
        text-align: left;
        border-top: 1px solid #495996;
    }
    #header .nav-utility-02:after {
        display: block;
        clear: both;
        content: " ";
    }
    #header .nav-utility-02 > li {
        display: block;
        float: left;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #495996;
        border-bottom: 1px solid #495996;
    }
    #header .nav-utility-02 > li._search {
        margin: 0;
    }
		
    #header .nav-utility-02 > li._search button {
        right: 12px;
    }
    #header .nav-utility-02 > li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
        padding: 10px;
        color: #fff;
    }
    #header .nav-utility-02 > li .form-search {
        width: 100%;
        height: 44px;
        margin: 0;
        padding: 0 32px 0 10px;
    }
	
    #header .nav-utility-02 > li._close {
        display: block;
        padding: 24px 10px 20px;
    }
		
    #header .nav-utility-02 .full-wrapper {
        width: 100%;
        padding: 16px 10px;
    }
    #header .nav-utility-02 ._service {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        cursor: default;
    }
    #header .nav-utility-02 ._service:before {
        font-size: 0;
    }
    #header .nav-utility-02 ._login {
        text-align: center;
    }
}

#header .logo-02 {
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    #header .logo-02 {
        position: absolute;
        top: 18px;
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    #header .logo-02 {
        top: 18px;
    }
    #header .logo-02 img {
        width: 120px;
    }
}

#header .nav-global {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #2a4198;
    border-bottom: 3px solid #22347a;
}

#header .nav-global ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

#header .nav-global li {
    display: table;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    border-left: 1px solid #5b6fbc;
}

#header .nav-global li:nth-last-child(2) {
    border-right: 1px solid #5b6fbc;
}

#header .nav-global li.current a {
    background: #5b6fbc;
    border-bottom: 3px solid #5b6fbc;
}

#header .nav-global li a {
    display: table-cell;
    box-sizing: border-box;
    height: 60px;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 3px solid #22347a;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

#header .nav-global li a:hover, #header .nav-global li a:active, #header .nav-global li a:focus {
    background: #5b6fbc;
    border-bottom: 3px solid #495996;
}

#header .nav-global li .btn-close-01 {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-bottom: 3px solid #ccc;
}

#header .nav-global li .btn-close-01:hover, #header .nav-global li .btn-close-01:active, #header .nav-global li .btn-close-01:focus {
    color: #333;
    background: -webkit-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFEEEEEE')";
}

#header .nav-global li.full-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 10px;
}

#header .nav-global li.full-wrapper._close {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .nav-global {
        height: auto;
        background: #5b6fbc;
        border-bottom: none;
    }
    #header .nav-global ul {
        display: block;
    }
    #header .nav-global ul li {
        display: block;
        width: 100%;
        border: none;
    }
    #header .nav-global ul li.current a {
        font-weight: bold;
        background: #495996;
        border-bottom: none;
    }
    #header .nav-global ul li:nth-last-child(2) {
        border: none;
    }
    #header .nav-global ul li a {
        display: block;
        width: 100%;
        height: 54px;
        padding: 14px 10px;
        text-align: left;
        border-bottom: 1px solid #495996;
    }
    #header .nav-global ul.nav-utility-02
	#header .nav-global ul li a:hover, #header .nav-global ul li a:active, #header .nav-global ul li a:focus {
        background: #5b6fbc;
        border-bottom: 1px solid #495996;
    }
    #header .nav-global ul li.full-wrapper._close {
        display: block;
    }
}

.nav-local {
    padding: 5px 0 17px;
    background: #5b6fbc;
}

.nav-local ul {
    max-width: 1100px;
    margin: -9px auto 0;
    padding: 0 9px;
    font-size: 0;
}

.nav-local ul li {
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #fff;
}

.nav-local ul li:first-child {
    border-left: 1px solid #fff;
}

.nav-local ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.nav-local ul li a:hover, .nav-local ul li a:active, .nav-local ul li a:focus {
    text-decoration: underline;
}

.nav-local ul li a:visited {
    text-decoration: none;
}

.nav-local ul li.current {
    padding: 0 3px;
}

.nav-local ul li.current a {
    padding: 5px 9px;
    font-weight: bold;
    color: #2a4198;
    background: #fff;
    border-radius: 4px;
}

.nav-local ul li.current a:hover, .nav-local ul li.current a:active, .nav-local ul li.current a:focus {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .nav-local {
        display: none;
    }
}

/* ----------------------------------------
   menu icon
---------------------------------------- */
@media screen and (max-width: 1024px) {
    .icon-menu-lines {
        position: absolute;
        top: 3px;
        right: 0;
        bottom: 0;
        left: -80px;
        display: inline-block;
        width: 20px;
        height: 2px;
        margin: auto;
        vertical-align: middle;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .icon-menu-lines::before, .icon-menu-lines::after {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 20px;
        width: 100%;
        height: 2px;
        background: #fff;
        content: "";
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: 2.85714px center;
        -ms-transform-origin: 2.85714px center;
        transform-origin: 2.85714px center;
    }
    .icon-menu-lines::before {
        top: 6px;
    }
    .icon-menu-lines::after {
        top: -6px;
    }
    .icon-menu-xcross {
        display: block;
        margin: 0 auto;
        padding-bottom: 5px;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines {
        background: transparent;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before, .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        top: 0;
        width: 20px;
        height: 3px;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::before {
        -webkit-transform: rotate3d(0, 0, 2, 45deg);
        transform: rotate3d(0, 0, 2, 45deg);
    }
    .icon-menu-xcross.icon-menu-transform .icon-menu-lines::after {
        -webkit-transform: rotate3d(0, 0, 2, -45deg);
        transform: rotate3d(0, 0, 2, -45deg);
    }
    .icon-menu-visuallyhidden {
        overflow: hidden;
        width: 46px;
        margin: 0 0 0 22px;
    }
}

/* ----------------------------------------
   info icon
---------------------------------------- */
#header .header-btn-menu-wrapper .btn-menu-01.icon-menu-info {
    position: static;
    padding: 13px 12px 9px 36px;
}

.icon-menu-info, .icon-menu-info .inner, .icon-menu-info span {
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.icon-menu-info .inner {
    position: relative;
}

.icon-menu-info span {
    position: absolute;
    left: -17px;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

.icon-menu-info span:nth-of-type(1) {
    top: -12px;
    width: 3px;
    height: 3px;
}

.icon-menu-info.active span:nth-of-type(1) {
    top: -2px;
    display: block;
    width: 20px;
    height: 3px;
}

.icon-menu-info span:nth-of-type(2) {
    top: -8px;
    width: 3px;
    height: 8px;
}

.icon-menu-info.active span:nth-of-type(2) {
    top: -2px;
    display: block;
    width: 20px;
    height: 3px;
}

.icon-menu-info.active span {
    border-radius: 0;
}

.icon-menu-info .inner::after {
    position: absolute;
    top: -17px;
    left: -26px;
    display: block;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    -webkit-transition: all .5s;
    transition: all .5s;
}

.icon-menu-info.active span:nth-of-type(1) {
    -webkit-transform: translateX(-8px) translateY(-6px) rotate(-45deg);
    -ms-transform: translateX(-8px) translateY(-6px) rotate(-45deg);
    transform: translateX(-8px) translateY(-6px) rotate(-45deg);
}

.icon-menu-info.active span:nth-of-type(2) {
    -webkit-transform: translateX(-8px) translateY(-6px) rotate(45deg);
    -ms-transform: translateX(-8px) translateY(-6px) rotate(45deg);
    transform: translateX(-8px) translateY(-6px) rotate(45deg);
}

.icon-menu-info.active .inner::after {
    -webkit-animation: circle .25s .25s forwards;
    animation: circle .25s .25s forwards;
}

@-webkit-keyframes circle {
    0% {
        border-color: #fff;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        border-color: transparent #fff #fff #fff;
    }
    50% {
        border-color: transparent #fff #fff transparent;
    }
    75% {
        border-color: transparent #fff transparent transparent;
    }
    100% {
        border-color: transparent;
        -webkit-transform: rotate(-680deg);
        transform: rotate(-680deg);
    }
}

@keyframes circle {
    0% {
        border-color: #fff;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        border-color: transparent #fff #fff #fff;
    }
    50% {
        border-color: transparent #fff #fff transparent;
    }
    75% {
        border-color: transparent #fff transparent transparent;
    }
    100% {
        border-color: transparent;
        -webkit-transform: rotate(-680deg);
        transform: rotate(-680deg);
    }
}

[data-script-enabled="true"] #header .nav-utility-01 ._service {
    cursor: default;
    pointer-events: none;
}
[data-script-enabled="true"] #header .nav-utility-01 ._service.CU {
	cursor: pointer;
	pointer-events: auto;
}

@media screen and (max-width: 1024px) {
    [data-script-enabled="true"] #header .service-content, #header .service-content {
        display: block;
    }
    [data-script-enabled="true"] #header .nav-global {
        display: none;
    }
    [data-script-enabled="true"] #header .nav-utility-wrapper {
        position: absolute;
        z-index: 100;
        display: none;
    }
    [data-script-enabled="true"] #header .nav-global {
        position: absolute;
    }
}

#footer {
    color: #fff;
    background: #2a4198;
}

#footer .footer-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 23px 0;
    text-align: center;
}

#footer .nav-footer {
    margin-top: -10px;
    font-size: 0;
}

#footer .nav-footer li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 9px;
}

#footer .nav-footer li:not(:last-child) {
    border-right: 1px solid #7984b7;
}

#footer .nav-footer li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#footer .nav-footer li a:hover, #footer .nav-footer li a:active, #footer .nav-footer li a:focus {
    text-decoration: underline;
}

#footer .nav-footer li a:visited {
    text-decoration: none;
}

#footer .nav-footer + .copy {
    margin-top: 28px;
}

#footer small {
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    #footer .footer-inner {
        padding: 23px 0 20px;
        text-align: left;
    }
    #footer .copy {
        padding: 0 10px;
        text-align: center;
    }
}

.topic-path {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 24px 6px;
}

.topic-path ol {
    margin-bottom: 5px;
}

.topic-path ol li {
    display: inline-block;
    font-size: 12px;
}
.topic-path .sf li {
    font-size: 11px;
}
.topic-path ol li:nth-child(n+2):before {
    margin-right: 14px;
    color: #666;
    content: ">";
}

.topic-path ol li em {
    font-weight: normal;
    color: #666;
}

.topic-path ol li a {
    margin-right: 12px;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.topic-path ol li a:hover, .topic-path ol li a:active, .topic-path ol li a:focus {
    color: #3575d0;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .topic-path {
        padding: 5px 10px 2px;
    }
}

.content-top {
    width: 100%;
}

.content-top .content-top-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 53px 24px 26px;
}

@media screen and (max-width: 768px) {
    .content-top .content-top-inner {
        padding: 40px 10px 47px;
    }
}

.content-top._top-info .content-top-inner {
    padding: 20px 24px;
}

@media screen and (max-width: 768px) {
    .content-top._top-info .content-top-inner {
        padding: 10px;
    }
}

.content-top._product .content-top-inner {
    padding: 20px 24px 28px;
}

@media screen and (max-width: 768px) {
    .content-top._product .content-top-inner {
        padding: 20px 10px 21px;
    }
}

.content-top._reason {
    background: #faf6ee;
}

.content-top._weby {
    background: #F8F8F8;
}

.content-top._reason .content-top-inner,
.content-top._weby .content-top-inner {
    padding: 34px 24px 40px;
}

@media screen and (max-width: 768px) {
    .content-top._reason .content-top-inner,
	.content-top._weby .content-top-inner {
        padding: 27px 10px 36px;
    }
}

.content-top._reason .content-bg {
    margin: 0 auto;
    background: url(/images/bg_reason_03.png) no-repeat;
    background-position: right top;
}

@media screen and (max-width: 768px) {
    .content-top._reason .content-bg {
        background: none;
    }
}

.content-top._message .content-top-inner {
    padding: 20px 24px 20px;
}/*20180713 paddingTopBottom40→20*/

@media screen and (max-width: 768px) {
    .content-top._message .content-top-inner {
        padding: 20px 10px 20px;/*20180713 paddingTopBottom40→20*/
    }
}

.content-top._service {
    background: -webkit-linear-gradient(left, #eff5fb 0%, #f9fdff 52%, #f6f8f7 100%);
    background: linear-gradient(to right, #eff5fb 0%, #f9fdff 52%, #f6f8f7 100%);
    background-color: #eff5fb 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=1 );";
}

.content-top._service .content-top-inner {
    padding: 32px 24px 46px;
}

@media screen and (max-width: 768px) {
    .content-top._service .content-top-inner {
        padding: 27px 10px 36px;
    }
}

.content-top._service .content-top-inner .lyt-05 .hdg {
    font-weight: bold;
    font-size: 24px;
}

.content-top._service .content-top-inner .lyt-05 .hdg + * {
    margin-top: 15px;
}

.content-top._service .content-top-inner .lyt-05 .btn-align-c .nav-btn-01 {
    margin-right: auto;
    margin-left: auto;
}

.content-top._service .content-bg {
    max-width: 1280px;
    margin: 0 auto;
    background: url(/images/bg_service_01.png) no-repeat;
    background-position: center bottom;
}
.content-top._weby .content-bg {
    max-width: 1280px;
    margin: 0 auto;
    background-position: center bottom;
}

@media screen and (max-width: 768px) {
    .content-top._service {
        background: #eff5fb;
    }
    .content-top._service .content-bg {
        background: none;
    }
}

.content-top._contact .content-top-inner {
    padding: 34px 24px 47px;
}

@media screen and (max-width: 768px) {
    .content-top._contact .content-top-inner {
        padding: 24px 10px 47px;
    }
}

.content-top._info {
    background: #f3f3f3;
}

.content-top._info .content-top-inner {
    padding: 31px 24px 37px;
}

@media screen and (max-width: 768px) {
    .content-top._info .content-top-inner {
        padding: 21px 10px 37px;
    }
}

@media screen and (max-width: 1024px) {
    .content-top._info .lyt-05 {
        display: block;
        margin-left: 0;
    }
    .content-top._info .lyt-05 .col {
        width: 100%;
        margin-left: 0;
    }
    .content-top._info .lyt-05 .col + .col h2.hdg-02 {
        margin-top: 33px;
    }
}

.content-top._banner-01 > .content-top-inner {
    box-sizing: border-box;
    padding: 32px 20px;
}

@media screen and (max-width: 768px) {
    .content-top._banner-01 > .content-top-inner {
        padding: 30px 10px;
    }
}

/*.content-top._banner-01 .col:first-child {
    width: 532px;
}*/

.content-top._banner-01 .col.wd100 {
	width: 100%;
}

/*.content-top._banner-01 .col + .col {
    width: calc(100% - 16px);
}*/

@media screen and (max-width: 900px) {
    .content-top._banner-01 .lyt-01 {
	   max-width: 532px;
	   margin-left: auto;
	   margin-right: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

@media screen and (max-width: 900px) and (max-width: 768px) {
    .content-top._banner-01 .lyt-01._col2 .col {
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .content-top._banner-01 .lyt-01 .col {
        width: auto;
    }
    .content-top._banner-01 .lyt-01 .brand-text {
        float: none;
        margin-top: 30px;
    }
    .content-top._banner-01 .lyt-01 .brand-text p {
        max-width: none;
    }
    .content-top._banner-01 .lyt-01 .list-banner-01 {
		max-width: 543px;
        margin: 0 0 0 -11px;/*20180702 margin-top -6px→0*/
        /*margin: 0 auto; 20180702*/
    }
    .content-top._banner-01 .lyt-01 .list-banner-01 li {
        /*margin: 6px 0 0 8px;*/
		margin: 6px 0 0 11px;
    }
}


@media screen and (max-width: 900px) and (max-width: 563px) {
    .content-top._banner-01 .lyt-01 .list-banner-01 {
        width: 300px;
    }
    .content-top._banner-01 .lyt-01 .list-banner-01 li:nth-child(odd) {
        /*margin-left: 0;*/
    }
    .content-top._banner-01 .lyt-01 .list-banner-01 a > img {
        width: 146px;
    }
}

.content-top._banner-02 {
    background: #f3f3f3;
}

.content-top._banner-02 > .content-top-inner {
    padding: 21px 20px 23px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .content-top._banner-02 > .content-top-inner {
        padding: 21px 10px 23px;
    }
}

.content-top._banner-02 > .content-top-inner .list-banner-02 {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .content-top._banner-02 > .content-top-inner {
        text-align: left;
    }
    .content-top._banner-02 > .content-top-inner .list-banner-02 {
        display: block;
        max-width: 558px;
        margin: 0 auto -16px;
    }
}

@media screen and (max-width: 900px) and (max-width: 563px) {
    .content-top._banner-02 > .content-top-inner .list-banner-02 {
        width: 300px;
        margin: 0 auto -10px;
    }
    .content-top._banner-02 > .content-top-inner .list-banner-02 li {
        margin: 0 0 10px 8px;
    }
    .content-top._banner-02 > .content-top-inner li:nth-child(odd) {
        margin-left: 0;
    }
    .content-top._banner-02 > .content-top-inner a > img {
        width: 146px;
    }
}

.content-top h2.hdg-01 {
    font-weight: bold;
    font-size: 24px;
}

.content-top h2.hdg-01 > a {
    position: relative;
    font-size: inherit;
    color: inherit;
}

.content-top h2.hdg-01 > a:after {
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    left: auto;
    display: block;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-top h2.hdg-02 {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px;
}

.content-top h2.hdg-02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin: auto 0;
    border: 3px solid #2a4198;
    border-radius: 50%;
    content: "";
}

.content-top h3.hdg-01 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.content-top h3.hdg-01 a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.content-top h3.hdg-01 a:after {
    position: absolute;
    top: 2px;
    right: -23px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-top h3.hdg-01 a:hover {
    text-decoration: underline;
}

.content-top li.col:nth-child(1) .menu-wrapper.is-open:after {
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0 17px 22px 17px;
    border-style: solid;
    border-color: transparent transparent #2a4198;
    content: "";
}

.content-top li.col:nth-child(2) .menu-wrapper.is-open:after {
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0 17px 22px 17px;
    border-style: solid;
    border-color: transparent transparent #a80736;
    content: "";
}

.content-top .menu-wrapper {
    position: relative;
    width: 100%;
}

.content-top .menu-panel {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 141px;
    padding: 26px 20px 0;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
}

.content-top .menu-panel .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 138px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

@media screen and (max-width: 768px) {
    .content-top .menu-panel .bg {
        height: 121px;
    }
}

.content-top .menu-panel .hdg {
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .content-top .menu-panel {
        display: table;
        width: 100%;
        height: 124px;
        padding: 0 18px 32px;
        text-align: center;
    }
    .content-top .menu-panel .hdg {
        display: table-cell;
        font-size: 18px;
        vertical-align: middle;
    }
}

.content-top .menu-panel .menu-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 158px;
    height: 33px;
    margin: 0 auto;
    padding: 6px 4px 10px 39px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.content-top .menu-panel .menu-text:before {
    position: absolute;
    top: -3px;
    right: auto;
    bottom: 0;
    left: 17px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 768px) and (max-width: 500px) {
    .content-top .menu-panel .menu-text {
        width: 80%;
        padding: 8px 4px 10px 20px;
        font-size: 13px;
    }
    .content-top .menu-panel .menu-text:before {
        position: absolute;
        top: -3px;
        right: auto;
        bottom: 0;
        left: 11px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .content-top .menu-panel .menu-text .sp-none {
        display: none;
    }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
    .content-top .menu-panel .menu-text {
        width: 90%;
        font-size: 12px;
    }
}

.content-top .menu-panel:hover .menu-text, .content-top .menu-panel:active .menu-text, .content-top .menu-panel:focus .menu-text {
    padding: 3px 4px 10px 39px;
}

.content-top .menu-panel:hover .menu-text:before, .content-top .menu-panel:active .menu-text:before, .content-top .menu-panel:focus .menu-text:before {
    position: absolute;
    top: -6px;
    right: auto;
    bottom: 0;
    left: 17px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 500px) {
    .content-top .menu-panel:hover .menu-text, .content-top .menu-panel:active .menu-text, .content-top .menu-panel:focus .menu-text {
        padding: 5px 4px 10px 20px;
    }
    .content-top .menu-panel:hover .menu-text:before, .content-top .menu-panel:active .menu-text:before, .content-top .menu-panel:focus .menu-text:before {
        position: absolute;
        top: -6px;
        right: auto;
        bottom: 0;
        left: 11px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

.content-top .menu-panel._category-01 {
    border-top: 3px solid #2a4198;
}

.content-top .menu-panel._category-01 .bg {
    background: url(/images/bg_menu_01.jpg);
    background-position: right top;
}

.content-top .menu-panel._category-01:hover .bg, .content-top .menu-panel._category-01:active .bg, .content-top .menu-panel._category-01:focus .bg {
    opacity: .8;
}

.content-top .menu-panel._category-01 .hdg {
    color: #2a4198;
}

.content-top .menu-panel._category-01 .menu-text {
    background: #2a4198;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.content-top .menu-panel._category-01:hover .menu-text, .content-top .menu-panel._category-01:active .menu-text, .content-top .menu-panel._category-01:focus .menu-text {
    box-sizing: border-box;
    background: #5b6fbc;
    border-top: 3px solid #495996;
}

@media screen and (max-width: 768px) {
    .content-top .menu-panel._category-01 {
        background: none #e2efff;
    }
}

.content-top .menu-panel._category-02 {
    border-top: 3px solid #e60044;
}

.content-top .menu-panel._category-02 .bg {
    background: url(/images/bg_menu_02.jpg);
    background-position: right top;
}

.content-top .menu-panel._category-02:hover .bg, .content-top .menu-panel._category-02:active .bg, .content-top .menu-panel._category-02:focus .bg {
    opacity: .8;
}

.content-top .menu-panel._category-02 .hdg {
    color: #e60044;
}

.content-top .menu-panel._category-02 .menu-text {
    background: #e60044;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.content-top .menu-panel._category-02:hover .menu-text, .content-top .menu-panel._category-02:active .menu-text, .content-top .menu-panel._category-02:focus .menu-text {
    box-sizing: border-box;
    background: #c00039;
    border-top: 3px solid #a10030;
}

@media screen and (max-width: 768px) {
    .content-top .menu-panel._category-02 {
        background: none #ffeaef;
    }
}

.content-top .menu-content {
    width: 100%;
}

.content-top .menu-content .menu-content-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 33px 24px 62px;
}

.content-top .menu-content .menu-content-inner .btn-close-01 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 8px;
    box-sizing: border-box;
    width: 105px;
    height: 30px;
    margin: auto;
    padding: 3px 0 0;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.content-top .menu-content .menu-content-inner .btn-close-01:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -217px -103px;
    content: "";
}

@media screen and (max-width: 1024px) {
    .content-top .menu-content .menu-content-inner {
        padding: 33px 24px 22px;
    }
    .content-top .menu-content .menu-content-inner .btn-close-01 {
        position: static;
        display: block;
        width: 100%;
        height: 45px;
        margin-top: 33px;
        padding: 10px 0;
        color: #333;
        background: -webkit-linear-gradient(#fff, #eee);
        background: linear-gradient(#fff, #eee);
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        border-bottom: 3px solid #ccc;
        border-radius: 4px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFEEEEEE')";
    }
}

.content-top .menu-content .menu-content-inner .top-list-btn-02._col2 {
    min-width: 728px;
}

.content-top .menu-content .menu-content-inner .top-list-btn-02._col2 .nav-btn-01._size-03:hover {
    padding: 14px 34px;
}

@media screen and (max-width: 768px) {
    .content-top .menu-content .menu-content-inner .top-list-btn-02._col2 {
        display: block;
        min-width: 100%;
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02._col2 li {
        display: block;
        margin: 12px 0 0 0;
        padding: 0;
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02._col2 li ._size-03 {
        width: auto;
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02._col2 .nav-btn-01._size-03:hover {
        padding: 14px 34px 15px;
    }
}

.content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) {
    margin: -12px 0 0 -8px;
}

.content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li {
    width: calc(25% - 14px);
    margin: 12px 0 0 8px;
}

.content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a._size-02._color-03 {
    width: auto;
    padding: 3px 29px;
}

.content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a._size-02._color-03:hover {
    padding: 2px 29px;
}

.content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a._size-02._color-02 {
    width: auto;
}

@media screen and (max-width: 900px) {
    .content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li {
        width: 47.5%;
        width: calc(50% - 8px);
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a._size-02._color-03 {
        padding: 3px 20px;
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a::before {
        background: none;
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-02:not(._col2) li a span > span {
        padding-left: 0;
    }
}

@media screen and (max-width: 1148px) {
    .content-top .menu-content .menu-content-inner .top-list-btn-01 li {
        width: 47.5%;
        width: calc(50% - 7px);
    }
    .content-top .menu-content .menu-content-inner .top-list-btn-01 .nav-btn-01._size-01 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content-top .menu-content .menu-content-inner {
        padding: 33px 10px;
    }
    .content-top .menu-content .menu-content-inner .lyt-02 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .content-top .menu-content .menu-content-inner .lyt-02._col2 {
        margin-left: 0;
    }
    .content-top .menu-content .menu-content-inner .lyt-02._col2 .col {
        width: 100%;
        margin-left: 0;
    }
    .content-top .menu-content .menu-content-inner .lyt-02 .col + .col h3.hdg-01 {
        margin-top: 34px;
    }
}

.content-top .menu-content._category-01 {
    background: #2a4198;
}

.content-top .menu-content._category-01 .btn-close-01 {
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.content-top .menu-content._category-01 .btn-close-01:hover, .content-top .menu-content._category-01 .btn-close-01:active, .content-top .menu-content._category-01 .btn-close-01:focus {
    padding: 1px 0 0;
    color: #fff;
    background: #5b6fbc;
    border: none;
    border-top: 3px solid #495996;
}

@media screen and (max-width: 1024px) {
    .content-top .menu-content._category-01 .btn-close-01:hover, .content-top .menu-content._category-01 .btn-close-01:active, .content-top .menu-content._category-01 .btn-close-01:focus {
        padding: 8px 0 0;
    }
}

.content-top .menu-content._category-01 .btn-close-01:hover:before, .content-top .menu-content._category-01 .btn-close-01:active:before, .content-top .menu-content._category-01 .btn-close-01:focus:before {
    top: 1px;
    width: 9px;
    height: 9px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -213px -82px;
}

.content-top .menu-content._category-02 {
    background: #a80736;
}

.content-top .menu-content._category-02 .nav-btn-01._size-02 > span {
    margin: 0;
}

.content-top .menu-content._category-02 .btn-close-01:before {
    width: 9px;
    height: 9px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -225px -82px;
}

.content-top .menu-content._category-02 .btn-close-01:hover, .content-top .menu-content._category-02 .btn-close-01:active, .content-top .menu-content._category-02 .btn-close-01:focus {
    padding: 1px 0 0;
    color: #fff;
    background: #c00039;
    border: none;
    border-top: 3px solid #8e002a;
}

@media screen and (max-width: 1024px) {
    .content-top .menu-content._category-02 .btn-close-01:hover, .content-top .menu-content._category-02 .btn-close-01:active, .content-top .menu-content._category-02 .btn-close-01:focus {
        padding: 8px 0 0;
    }
}

.content-top .menu-content._category-02 .btn-close-01:hover:before, .content-top .menu-content._category-02 .btn-close-01:active:before, .content-top .menu-content._category-02 .btn-close-01:focus:before {
    top: 1px;
    width: 9px;
    height: 9px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -213px -82px;
}

.content-top .idx-02 {
    position: relative;
    display: block;
    height: 225px;
    margin-bottom: 50px;
    border-radius: 4px 4px 0 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.content-top .idx-02:hover, .content-top .idx-02:active, .content-top .idx-02:focus {
    opacity: .8;
}

.content-top .idx-02:hover img, .content-top .idx-02:active img, .content-top .idx-02:focus img {
    opacity: .8;
}

.content-top .idx-02 span {
    position: absolute;
    bottom: -50px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 768px) {
    .content-top .idx-02 span {
        padding: 10px 28px 10px 18px;
    }
}

.content-top .idx-02 span:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .content-top .idx-02 {
        margin-bottom: 44px;
    }
    .content-top .idx-02 span {
        bottom: -44px;
    }
}

.content-top li:nth-child(1) .idx-02 {
    height: 177px;
    background: url(/images/bg_reason_01.png) no-repeat;
    background-size: cover;
}

.content-top li:nth-child(1) .idx-02:before {
    display: block;
    padding-top: 41.3%;
    content: "";
}

.content-top li:nth-child(2) .idx-02 {
    height: 177px;
    background: url(/images/bg_reason_02.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.content-top li:nth-child(2) .idx-02:before {
    display: block;
    padding-top: 41.3%;
    content: "";
}

@media screen and (max-width: 768px) {
    .content-top li:nth-child(1) .idx-02, .content-top li:nth-child(2) .idx-02 {
        height: auto;
    }
    .content-top li:nth-child(1) .idx-02:before, .content-top li:nth-child(2) .idx-02:before {
        display: block;
        padding-top: 41.3%;
        content: "";
    }
}

.content-top .brand-text {
    display: table;
    float: none; /*20180702 right→none*/
}

.content-top .brand-text img, .content-top .brand-text p {
    display: table-cell;
    max-width: none;
    vertical-align: middle;
}

.content-top .brand-text p {
    /*max-width: 318px;*/
	max-width: 404px;
    padding-left: 18px;
    font-size: 14px;
}
/* @media screen and (max-width: 900px) {*/
.content-top .brand-text p.kurumin {
	padding-left: 33px;
}
/*}*/

.content-top .top-box-01 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 17px;
    border: 1px solid #ccc;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.content-top .top-box-01.gray {
      border-color: #CCC;
    //border-color: #e60044;
}
.content-top .top-box-01:hover, .content-top .top-box-01:active, .content-top .top-box-01:focus {
    opacity: .8;
}
.content-top .top-box-01.gray:hover, .content-top .top-box-01.gray:active, .content-top .top-box-01.gray:focus {
	opacity: inherit;
}

.content-top .top-box-01:hover img, .content-top .top-box-01:active img, .content-top .top-box-01:focus img {
    opacity: .8;
}

/*トップページ告知欄sp*/
@media screen and (max-width: 480px) {
    /*.content-top .top-box-01 {
        padding: 4px 0 6px;
    }*/
	.content-top .top-box-01.gray {
	    font-size: 12px;
	}
	.content-top .top-box-01.gray .list-link-01 > li a::before {
	    top: 5px;
	}
}

.content-top .top-box-01 img {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .content-top .lyt-01._col2._reason {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.content-top .lyt-01._col2._reason > li.col {
    border-radius: 4px;
    box-shadow: 0 0 9px 2px #b4b4b4;
}

@media screen and (max-width: 768px) {
    .content-top .lyt-01._col2._reason > li.col + .col {
        margin-top: 18px;
    }
}

* + .hdg-ty2-01 {
    margin-top: 34px !important;
}

@media screen and (max-width: 768px) {
    * + .hdg-ty2-01 {
        margin-top: 32px !important;
    }
}

.hdg-ty1-01 + .content-inner > .hdg-ty2-01:first-child {
    margin-top: -4px;
}

.content-inner > .hdg-ty2-01:first-child {
    margin-top: 7px;
}

* + .hdg-ty3-01, * + .hdg-ty3-02 {
    margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
    * + .hdg-ty3-01, * + .hdg-ty3-02 {
        margin-top: 32px !important;
    }
}

[class^="hdg-ty2"] + [class^="hdg-ty3"] {
    margin-top: 17px !important;
}

@media screen and (max-width: 768px) {
    [class^="hdg-ty2"] + [class^="hdg-ty3"] {
        margin-top: 12px !important;
    }
}

* + .hdg-ty4-01,
* + .hdg-ty4-02 {
    margin-top: 24px !important;
}

[class^="hdg-ty3"] + [class^="hdg-ty4"] {
    margin-top: -5px !important;
}

@media screen and (max-width: 768px) {
    [class^="hdg-ty3"] + [class^="hdg-ty4"] {
        margin-top: 17px !important;
    }
}

* + .hdg-ty5-01 {
    margin-top: 21px !important;
}

[class^="hdg-ty4"] + [class^="hdg-ty5"] {
    margin-top: -3px !important;
}

.hdg-ty1-01 {
    background: url(../images/bg/bg_hdg_01.png) no-repeat right top, url(../images/bg/bg_hdg_02.png);
}

.hdg-ty1-01 h1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 26px 24px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
}

.hdg-ty1-01 .sub {
    display: block;
    margin-top: 3px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .hdg-ty1-01 {
        background: url(../images/bg/bg_hdg_02.png);
    }
    .hdg-ty1-01 h1 {
        padding: 19.2px 10px;
        font-size: 24px;
        background: url(../images/bg/bg_hdg_01.png) no-repeat calc(100% + 45px) 0;
        background-size: 56%;
    }
    .hdg-ty1-01 .sub {
        font-size: 16px;
        line-height: 1.6;
    }
}

.hdg-ty1-02 h1 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 58px 10px;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
}

.hdg-ty1-02._kentou {
    background: url(/common/images/bg/bg_hdg_03.png) no-repeat right top, url(/common/images/bg/bg_hdg_02.png);
}

.hdg-ty1-02._kentou-02 {
    background: url(/common/images/bg/bg_hdg_06.png) no-repeat right top, url(/common/images/bg/bg_hdg_02.png);
}

.hdg-ty1-02._service {
    background: url(/common/images/bg/bg_hdg_04.png) no-repeat right top, url(/common/images/bg/bg_hdg_02.png);
}

.hdg-ty1-02._company {
    background: url(/common/images/bg/bg_hdg_05.png) no-repeat right top, url(/common/images/bg/bg_hdg_02.png);
}

@media screen and (max-width: 768px) {
    .hdg-ty1-02 h1 {
        padding: 27px 10px;
        font-size: 24px;
    }
    .hdg-ty1-02._kentou {
        background: url(/common/images/bg/bg_hdg_03.png) no-repeat calc(100% + 295px) top/auto 88px, url(/common/images/bg/bg_hdg_02.png);
    }
    .hdg-ty1-02._kentou-02 {
        background: url(/common/images/bg/bg_hdg_06.png) no-repeat calc(100% + 140px) top/auto 87px, url(/common/images/bg/bg_hdg_02.png);
    }
    .hdg-ty1-02._service {
        background: url(/common/images/bg/bg_hdg_04.png) no-repeat calc(100% + 55px) top/auto 87px, url(/common/images/bg/bg_hdg_02.png);
    }
    .hdg-ty1-02._company {
        background: url(/common/images/bg/bg_hdg_05.png) no-repeat calc(100% + 95px) top/auto 121px, url(/common/images/bg/bg_hdg_02.png);
    }
}

.hdg-ty2-01 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 28px;
    color: #2a4198;
    line-height: 1.4;
}
.hdg-ty2-01.black {
    color: #333;
	font-size: 20px;
}
.hdg-ty2-01 span {
	font-size: 21px;
}
.hdg-ty2-02 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #2a4198;
    line-height: 1.4;
}
.hdg-ty2-02 span {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
    .hdg-ty2-01 {
        margin-bottom: 10px;
        font-size: 24px;
    }
	.hdg-ty2-01 span {
		font-size: 17px;
	}
}

.hdg-ty3-01 {
    position: relative;
    margin-bottom: 20px;
    padding: 6px 10px 6px 40px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    background: #e2efff;
    border-radius: 3px;
}

.hdg-ty3-01:before {
    position: absolute;
    position: absolute;
    top: 12px;
    left: 10px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 3px solid #2a4198;
    border-radius: 50%;
    content: "";
}

@media screen and (max-width: 768px) {
    .hdg-ty3-01 {
        margin-bottom: 16px;
    }
}

.hdg-ty3-02 {
    position: relative;
    margin-bottom: 12px;
    padding: 0 10px 0 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

.hdg-ty3-02:before {
    position: absolute;
    position: absolute;
    top: 7px;
    left: 0;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 3px solid #2a4198;
    border-radius: 50%;
    content: "";
}

@media screen and (max-width: 768px) {
    .hdg-ty3-02 {
        margin-bottom: 16px;
    }
}

.hdg-ty4-01,
.hdg-ty4-02 {
    margin-bottom: 11px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    border-bottom: 2px solid #5b6fbc;
}

.hdg-ty4-02 {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
    .hdg-ty4-01,
	.hdg-ty4-02 {
        margin-bottom: 11px;
    }
}

.hdg-ty4-01 + [class^="box"], .hdg-ty4-01 + [class^="btn"], .hdg-ty4-01 + [class^="img"], .hdg-ty4-01 + [class^="tbl"],
.hdg-ty4-02 + [class^="box"], .hdg-ty4-02 + [class^="btn"], .hdg-ty4-02 + [class^="img"], .hdg-ty4-02 + [class^="tbl"] {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .hdg-ty4-01 + [class^="box"], .hdg-ty4-01 + [class^="btn"], .hdg-ty4-01 + [class^="img"], .hdg-ty4-01 + [class^="tbl"],
	.hdg-ty4-02 + [class^="box"], .hdg-ty4-02 + [class^="btn"], .hdg-ty4-02 + [class^="img"], .hdg-ty4-02 + [class^="tbl"] {
        margin-top: 16px;
    }
}

.hdg-ty5-01 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.hdg-ty5-01 + [class^="box"], .hdg-ty5-01 + [class^="img"], .hdg-ty5-01 + [class^="tbl"] {
    margin-top: 12px;
}

.hdg-ty5-01 + [class^="btn"] {
    margin-top: 11px;
}

p + *, .text-adress + *, .text-signature + * {
    margin-top: 18px;
}

p + [class^="box"], p + [class^="btn"], p + [class^="img"], p + [class^="tbl"] {
    margin-top: 22px;
}

* + .lead {
    margin-top: 26px;
}

p + .lead, ul + .lead, ol + .lead {
    margin-top: 20px;
}

[class^="hdg-ty3"] + p {
    margin-top: 17px;
}

a[href^="tel"] {
    color: #333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    a[href^="tel"] {
        color: #2158a6;
        text-decoration: underline;
        pointer-events: auto;
    }
}

.tel a, .mail a {
    font-weight: bold;
    color: #e60044;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .tel a, .mail a {
        display: block;
        box-sizing: border-box;
        padding: 8px 10px;
        background: -webkit-linear-gradient(#fff, #eee);
        background: linear-gradient(#fff, #eee);
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        border-bottom: 3px solid #ccc;
        border-radius: 3px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFEEEEEE')";
    }
}

.tel a {
    cursor: default;
}

.icon-tel {
    margin: -4px 6px 0 0;
    vertical-align: middle;
}

.lead {
    font-size: 20px;
}

.text-indent {
    display: inline-block;
    text-indent: 16px;
}

.text-num {
    margin-top: 26px;
    font-size: 13px;
    text-align: right;
}

.text-num dl dt, .text-num dl dd {
    display: inline-block;
}

.text-num dl dt br, .text-num dl dd br {
    display: none;
}

.text-num dl dt {
    margin-right: 27px;
}

@media screen and (max-width: 1024px) {
    .text-num {
        margin-top: 31px;
    }
    .text-num dl dt, .text-num dl dd {
        display: inline;
        vertical-align: top;
    }
    .text-num dl dt br, .text-num dl dd br {
        display: block;
    }
    .text-num dl dt {
        margin-right: 10px;
    }
}

.text-alert-01,
.text-alert-02 {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}
.text-alert-02.fsL {
	font-size: 16px;
	margin-top : -8px;
	margin-left: -6px;
}
.text-alert-01:before,
.text-alert-02:before {
    position: absolute;
    top: 1px;
    left: -3px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -192px -82px;
    content: "";
}
.text-alert-02:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
	width: 20px;
    height: 16px;
	background-image: url(/common/images/sprite/sprite.png);
	background-position: -192px -120px;
}	
.text-s {
    font-size: 14px;
}

.text-signature {
    font-size: 14px;
}

.label-01 {
    display: inline-block;
    margin: -2px 0 0 7px;
    padding: 2px 5px 0;
    font-size: 10px;
    color: #e60044;
    vertical-align: middle;
    border: 1px solid #e60044;
}

.text-large-01,
.text-large-02 {
    text-align: center;
}

.text-large-01 em {
    display: block;
    margin: 40px auto 0;
    font-weight: normal;
    font-size: 110px;
    color: #06c;
    line-height: .8;
}

.text-large-01 em sup {
    display: inline-block;
    margin-top: -24px;
    font-size: 85px;
    vertical-align: top;
}

.text-large-01 .caption {
    display: inline-block;
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.text-large-02 {
    text-align: center;
}

.text-large-02 em {
    margin: 0 auto;
    font-weight: normal;
    font-size: 84px;
    color: #06c;
    /* vertical-align: text-top; IE11サポート終了対応 */
    line-height: 1;
}

.text-large-02 em sup {
    display: inline-block;
    margin-top: 5px;
    font-size: 85px;
    font-size: 62px;
    vertical-align: top;
}

.text-large-02 .caption {
    display: inline-block;
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .text-large-02 em {
        font-size: 50px;
    }
    .text-large-02 em sup {
        font-size: 35px;
    }
}

.text-result {
    padding: 10px;
    word-break: break-all;
    background: #e2efff;
    border-radius: 3px;
}

.text-plus {
    position: relative;
    padding: 19px 0 19px 70px;
}

.text-plus:before {
    position: absolute;
    top: calc(50% - 29px);
    left: 0;
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -131px 0;
    content: "";
}

.text-plus > b {
    font-weight: normal;
}

.link-01 + *, .link-anc-01 + *, .link-prev-01 + *, .link-internal-01 + * {
    margin-top: 10px;
}

.link-anc-01 + * {
    margin-top: 17px;
}

.link-01 {
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.link-01:hover, .link-01:active, .link-01:focus {
    color: #3575d0;
}

.link-01:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 13px;
    vertical-align: middle;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-top-01 {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.link-top-01:hover, .link-top-01:active, .link-top-01:focus {
    color: #3575d0;
}

.link-top-01:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 13px;
    vertical-align: middle;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.link-anc-01 {
    margin-bottom: -10px;
}

.link-anc-01 > li {
    display: inline-block;
    margin-bottom: 10px;
}

.link-anc-01 > li a {
    position: relative;
    display: inline-block;
    margin-right: 27px;
    padding-left: 23px;
    vertical-align: top;
    text-decoration: none;
}

.link-anc-01 > li a:before {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 4px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.link-prev-01 > a,
.link-internal-01 > a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    word-break: break-all;
}
.link-internal-01 > a {
	font-size: inherit;
}

.link-prev-01 > a:before,
.link-internal-01 > a:before {
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.link-prev-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .link-prev-wrapper {
        display: block;
    }
}

.link-close-01 {
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.link-close-01:hover, .link-close-01:active, .link-close-01:focus {
    color: #3575d0;
}

.link-close-01:before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 14px 1px 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -225px -82px;
    content: "";
}

.list-bullet-01 + *, .list-number-01 + *, .list-number-02 + *, .list-number-03 + *, .list-note-01 + *, .list-note-02 + *, .list-desc-01 + *, .list-desc-02 + *, .list-link-01 + *, .list-tag + *, .list-alert-01 + *, .list-btn-01 + *, .link-wrap + *, .list-step-01 + *, .list-desc-03 + * {
    margin-top: 18px;
}

.list-step-02 + * {
    margin-top: 32px;
}

.list-info-01 + * {
    margin-top: 24px;
}

.text-alert-01 + .list-note-01 {
    margin-top: 10px;
}

.list-question-01 + * {
    margin-top: 23px;
}

.list-question-02 + * {
    margin-top: 23px;
}

[class^="tbl-"] + [class^="list-"] {
    margin-top: 24px;
}

.list-bullet-01 > li > ul, .list-bullet-01 > li > ol, .list-bullet-01 > li > dl {
    margin-top: 7px;
    margin-bottom: 7px;
}

ul > li > .list-bullet-01, ol > li > .list-bullet-01, ul > li > .list-number-01, ol > li > .list-number-01, ul > li > .list-number-02, ol > li > .list-number-02, ul > li > div > .list-number-03, ol > li > div > .list-number-03, ul > li > .list-note-01, ol > li > .list-note-01, ul > li > .list-note-02, ol > li > .list-note-02 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.list-note-01 > li > .text > ol, .list-note-01 > li > .text > ul {
    margin-top: 7px;
    margin-bottom: 7px;
}

.list-bullet-01 + .list-bullet-01 {
    margin-top: 18px;
}
.list-bullet-01 + .text-alert-02 {
	margin-top: 18px;
}
.list-bullet-01 + .list-note-01 {
    margin-top: 7px; /*080206*/
}

.list-box-01 + * {
    margin-top: 32px;
}

.list-bullet-01 > li {
    position: relative;
    padding-left: 18px;
}

.list-bullet-01 > li + li {
    margin-top: 7px;
}
.list-bullet-01 > li > span {
    display: block;
	margin-top: 7px;
}
.list-bullet-01 > li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #666;
    border-radius: 50%;
    content: "";
}

.list-bullet-01 > li > .list-bullet-01 > li:before {
    width: 6px;
    height: 6px;
}

.list-bullet-01._inline {
    margin-bottom: -10px;
}

.list-bullet-01._inline li {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 7px 0;
    margin-right: 32px;
    vertical-align: top;
}

.list-bullet-01._col2 li {
    width: calc(50% - 35px);
}

.list-bullet-01._col2 li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .list-bullet-01 li {
        padding-left: 18px;
    }
    .list-bullet-01._inline li {
        display: block;
    }
    .list-bullet-01._col2 li {
        width: 100%;
    }
}

.list-number-01 {
    list-style: none;
    counter-reset: li;
}

.list-number-01 > li {
    position: relative;
    padding-left: 30px;
}

.list-number-01 > li + li {
    margin-top: 10px;
}

.list-number-01 > li > ul, .list-number-01 > li > ol {
    padding-left: 0;
}

.list-number-01 > li:before {
    position: absolute;
    left: 0;
    padding-right: 7px;
    content: counter(li, decimal) ". ";
    counter-increment: li;
}

.list-number-02 {
    list-style: none;
    counter-reset: li;
}

.list-number-02 > li {
    position: relative;
    padding-left: 30px;
}

.list-number-02 > li + li {
    margin-top: 10px;
}

.list-number-02 > li > ul, .list-number-02 > li > ol {
    padding-left: 0;
}

.list-number-02 > li:before {
    position: absolute;
    left: -10px;
    padding-right: 7px;
    content: "（" counter(li, decimal) "）";
    counter-increment: li;
}

.list-number-03 > li {
    display: table;
}

.list-number-03 > li + li {
    margin-top: 8px;
}

.list-number-03 > li .list-note-01 {
    padding-left: 22px;
}

.list-number-03 > li .list-note-01 li {
    margin-left: 0;
}

.list-number-03 > li > .mark {
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    white-space: nowrap;
}

.list-number-03 > li > .text {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}

.list-desc-01 dt {
    font-weight: bold;
}

.list-desc-01 dt + dd {
    margin-top: 6px;
}

.list-desc-01 dd + dt {
    margin-top: 18px;
}

.list-desc-02:after {
    display: block;
    clear: both;
    content: " ";
}

.list-desc-02 dt {
    position: relative;
    float: left;
    clear: both;
    padding-right: 10px;
}

.list-desc-02 dt:before {
    position: absolute;
    top: 8px;
    right: -2px;
    display: block;
    width: 2px;
    height: 2px;
    background: #333;
    content: "";
}

.list-desc-02 dt:after {
    position: absolute;
    top: 15px;
    right: -2px;
    display: block;
    width: 2px;
    height: 2px;
    background: #333;
    content: "";
}

.list-desc-02 dd {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

.list-desc-03 dt {
    font-size: 14px;
    color: #666;
}

.list-desc-03 dd {
    margin-top: 5px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .list-desc-03 dd {
        display: table;
        width: 100%;
    }
}

.list-note-01 {
    font-size: 14px;
}
.list-note-01.CSC {
    font-size: 12px;
}
.list-note-01 > li {
    display: table;
}

.list-note-01 > li + li {
    margin-top: 8px;
}

.list-note-01 > li .list-note-01 {
    padding-left: 22px;
}

.list-note-01 > li .list-note-01 li {
    margin-left: 0;
}

.list-note-01 > li > .mark {
    display: table-cell;
    padding-right: 12px;
    vertical-align: top;
    white-space: nowrap;
}
.list-note-01 > li > .mark.narrow {
    padding-right: 0;
}
.list-note-01 > li > .mark02 { /*180308addToFW*/
    display: table-cell;
	padding-left: 14px;
    padding-right: 26px;
    vertical-align: top;
    white-space: nowrap;
}
.list-note-01 > li > .mark03 {
    display: table-cell;
    padding-right: 2px;
    vertical-align: top;
    white-space: nowrap;
}
.list-note-01 > li > .text {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}

.list-note-01 ._strong > .mark, .list-note-02 ._strong > .mark {
    font-weight: normal;
    color: #e60044;
}

.list-note-01 ._strong > strong, .list-note-02 ._strong > strong {
    font-weight: normal;
}

.list-note-01 ._strong-02, .list-note-02 ._strong-02 {
    font-size: 20px;
}

.list-note-01 ._strong-02 > .mark, .list-note-02 ._strong-02 > .mark {
    font-weight: normal;
    color: #e60044;
}

.list-note-01 ._strong-02 > strong, .list-note-02 ._strong-02 > strong {
    font-weight: normal;
}

ul > li .list-note-01, ol > li .list-note-01 {
    padding-left: 0;
}

/*.list-note-02未使用*/
.list-note-02 {
    font-size: 14px;
}

.list-note-02 > li {
    position: relative;
}

.list-note-02 > li + li {
    margin-top: 5px;
}

.list-note-02 > li .list-note-01 li {
    display: table;
    width: 100%;
}

.list-note-02 > li > .mark {
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap;
}

.list-note-02 > li > .text {
    display: table-cell;
    width: 100%;
    word-break: break-all;
}

ul > li .list-note-01, ol > li .list-note-01 {
    padding-left: 0;
}

.list-info-01 > li {
    position: relative;
    padding: 15px 0;
    border-top: 1px dashed #ccc;
}

.list-info-01 > li .date {
    display: block;
    font-size: 14px;
    color: #666;
}

.list-info-01 > li .pdf-size {
    font-size: 14px;
    color: #666;
}

.list-info-01 > li .date + p {
    margin-top: 3px;
}

.list-info-01 > li p {
    font-size: 16px; /*170406 14px→16px*/
    word-break: break-all;
}

.list-info-01 > li p + * {
    margin-top: 2px;
}

.list-info-01 > li a {
    font-size: 16px; /*170327 14px→16px*/
    text-decoration: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.list-info-01 > li a:hover, .list-info-01 > li a:active, .list-info-01 > li a:focus {
    text-decoration: underline;
}

.list-info-01 > li a:hover .unit-pdf, .list-info-01 > li a:active .unit-pdf, .list-info-01 > li a:focus .unit-pdf {
    color: #666;
    text-decoration: none;
}

.list-info-01 > li:last-child {
    border-bottom: 1px dashed #ccc;
}

.unit-pdf {
    color: #666;
    text-decoration: none;
}

.list-link-01 > li.hanbaiteishi {
	margin-left: 22px;
}

.list-link-01 > li.hanbaiteishi .list-note-01 {
	font-size: 13px;
	color: #333;
}

/*sitemap新規販売停止商品並び順*/
/*pc*/
.list-link-01._left li {
width: calc(100%/2);
float: left;
}
/*smartphone*/
@media screen and (max-width: 768px) {
.list-link-01._left li {
  width: 100%;
  } 
}
.list-link-01._left li:first-child {
  margin-top: 10px;
}
.list-link-01 > li a,
.list-link-01 > li.agsp dt {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    text-decoration: none;
    text-decoration: none;
    word-break: break-all;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.list-link-01 > li.agsp dt {
    display: block;
}
.list-link-01 > li.agsp dd {
    padding-left: 22px;
}

.list-link-01.video > li a {
    padding-left: 0;
}
.list-link-01.red > li a {
    margin-left: 20px;
}
.list-link-01 > li a:before,
.list-link-01 > li.agsp dt:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-link-01 > li.agsp a:before {
    display: none;
}



.list-link-01.video > li a:before {
    display: none; 
}

.list-link-01 > li a.rimawari {
	display: inline;
	padding-left: 0;
	transition: none;
	-webkit-transition: none;
}

.list-link-01 > li a.rimawari:before {
	display: none;
}

.list-link-01 > li.chui > span {
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.list-link-01 > li.chui > span.rimawari a {
	padding-left: 0;
}

.list-link-01 > li.chui > span.rimawari a:before {
	display: none;
}

.list-link-01 > li a:hover, .list-link-01 > li a:active, .list-link-01 > li a:focus {
    color: #3575d0;
}

.list-link-01 > li + li {
    margin-top: 10px;
}

.list-link-01 > li > .list-link-01 {
    margin: 10px 0 0 22px;
}

.list-link-01._inline {
    margin-bottom: -10px;
}

.list-link-01._inline li {
    display: inline-block;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 10px;
}

.list-banner-01 {
    /*margin: -8px 0 0 -11px;*/
	margin: -8px 0 0 -8px;
}

.list-banner-01:after {
    display: block;
    clear: both;
    content: " ";
}

.list-banner-01 > li {
    float: left;
    box-sizing: border-box;
    /*margin: 8px 0 0 11px;*/
	margin: 8px 0 0 8px;
}

.list-banner-02 {
    margin: 0 0 -16px -16px;
    font-size: 0;
}

.list-banner-02:after {
    display: block;
    clear: both;
    content: " ";
}

.list-banner-02 > li {
    float: left;
    box-sizing: border-box;
    margin: 0 0 16px 16px;
}

.list-banner-02 > li a {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.list-banner-02 > li a:hover, .list-banner-02 > li a:active, .list-banner-02 > li a:focus {
    opacity: .8;
}

.list-banner-02 > li a:hover img, .list-banner-02 > li a:active img, .list-banner-02 > li a:focus img {
    opacity: .8;
}

.top-list-btn-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -6px 0 0 -7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-list-btn-01 > li {
    margin: 6px 0 0 7px;
}

@media screen and (max-width: 768px) {
    .top-list-btn-01 {
        display: block;
    }
    .top-list-btn-01:after {
        display: block;
        clear: both;
        content: " ";
    }
    .top-list-btn-01 li {
        float: left;
    }
}

.top-list-btn-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -12px 0 0 -16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-list-btn-02 > li {
    margin: 12px 0 0 16px;
}

.top-list-btn-02._col2 {
    display: table;
    margin: 0 auto;
    font-size: 0;
}

.top-list-btn-02._col2 li {
    display: table-cell;
    padding: 0 8px 0 0;
    font-size: 16px;
}

.top-list-btn-02._col2 li + li {
    padding: 0 0 0 8px;
}

@media screen and (max-width: 768px) {
    .top-list-btn-02 {
        display: block;
    }
    .top-list-btn-02:after {
        display: block;
        clear: both;
        content: " ";
    }
    .top-list-btn-02 > li {
        float: left;
    }
    .top-list-btn-02 > li a {
        padding: 13px 34px 12px 12px;
    }
    .top-list-btn-02._col2 {
        display: block;
    }
    .top-list-btn-02._col2 > li {
        display: block;
        float: none;
    }
    .top-list-btn-02._col2 > li + li {
        padding: 0 0 0 8px;
    }
}

.list-btn-01 {
    margin: 16px 0 -16px -16px;
    font-size: 0;
}

.list-btn-01 > li {
    display: inline-block;
    margin: 0 0 16px 16px;
    font-size: 16px;
    vertical-align: bottom;
}
.list-btn-01 > li.ml4 {
   margin-left: 4px;
}

.list-btn-01._col4 {
    width: calc(100% + 16px);
    margin-left: 0;
}

.list-btn-01._col4 li {
    width: calc(25% - 16px);
    margin: 0 0 16px 0;
    padding-right: 16px;
}

.list-btn-01._col4 li a {
    width: 100%;
}

.list-btn-01._col2 {
    width: calc(100% + 12px);
    margin: 12px 0 -12px;
}

.list-btn-01._col2 li {
    width: calc(50% - 12px);
    margin: 0 0 10px 0;
    padding-right: 12px;
}

.list-btn-01._col2 li a {
    width: 100%;
}

.list-btn-01._col2-02 {
    display: table;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
}

.list-btn-01._col2-02 li {
    display: table-cell;
    padding: 0 8px 0 0;
    font-size: 16px;
}

.list-btn-01._col2-02 li:last-child {
    margin-right: 0;
    padding: 0 0 0 8px;
}

@media screen and (max-width: 768px) {
    .list-btn-01._col2-02 {
        width: 100%;
    }
    .list-btn-01._col2-02 li {
        width: 50%;
    }
    .list-btn-01._col2-02 li [class^="btn"] {
        width: 100%;
        min-width: 142px;
    }
}

@media screen and (max-width: 768px) {
    .list-btn-01 {
        margin: 16px 0 0;
    }
    .list-btn-01 > li {
        display: block;
        margin: 0 0 16px 0;
    }
    .list-btn-01._col4 {
        width: 100%;
    }
    .list-btn-01._col4 li {
        width: 100%;
        margin: 16px 0 0 0;
        padding-right: 0;
    }
    .list-btn-01._col4 li a {
        width: 100%;
    }
    .list-btn-01._col2 {
        width: 100%;
        margin: 12px 0 0;
    }
    .list-btn-01._col2 li {
        width: 100%;
        margin: 10px 0 0 0;
        padding-right: 0;
    }
    .list-btn-01._col2 li a {
        width: 100%;
    }
}

.link-wrap {
    margin-bottom: -10px;
}

.link-wrap._inline > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.list-question-01 > li {
    padding: 7px 0;
    font-size: 0;
    border-bottom: 1px dashed #ccc;
}

.list-question-01 > li:first-child {
    border-top: 1px dashed #ccc;
}

.list-question-01 .mark-q {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #2a4198;
}

.list-question-01 .text {
    display: inline-block;
    width: calc(100% - 40px);
    font-size: 16px;
    vertical-align: top;
}

.list-question-01 .text a {
    position: relative;
    display: block;
    padding-right: 40px;
    text-decoration: none;
}

.list-question-01 .text a:before {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.list-question-02 > li {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 8px;
    background: #e2efff;
    border-top: 3px solid #c4d2ee;
    border-radius: 3px;
}

.list-question-02 > li:first-child {
    margin-top: 0;
}

.list-question-02 > li > dl > dt {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 2px 10px;
}

.list-question-02 > li > dl > dt > .text {
    display: inline-block;
    width: calc(100% - 40px);
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.list-question-02 > li > dl > dd {
    padding: 19px 22px 18px 24px;
    background: #fff;
    border-radius: 3px;
}

.list-question-02 .mark-q, .list-question-02 .mark-a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-weight: bold;
    color: #fff;
    vertical-align: top;
    text-align: center;
}

.list-question-02 .mark-q {
    margin-top: 2px;
    background: #2a4198;
}

.list-question-02 .mark-a {
    background: #e60044;
}

.list-question-02 .content {
    display: inline-block;
    width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
    .list-question-02 {
        margin: 0 -10px;
    }
    .list-question-02 > li {
        border-radius: 0;
    }
    .list-question-02 dd {
        padding: 19px 14px;
        background: #fff;
        border-radius: 3px;
    }
}
/*家計にやさしい終身医療*/
.list-mark-01 li {
	width: 100%;
}

.list-mark-01 li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: relative;
	top: center;
	left: 0;
}
.list-mark-01 li.imR span {
	margin-right: -10px;
}
.list-mark-01 li.imR div {
	width: calc(100% - 100px);
	vertical-align: middle;
}
.list-alert-01 > li {
    position: relative;
    padding-left: 25px;
}

.list-alert-01 > li + li {
    margin-top: 7px;
}

.list-alert-01 > li:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -216px -39px;
    content: "";
}

.list-step-01 {
    position: relative;
    z-index: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
}

.list-step-01 li {
    position: relative;
    display: table-cell;
    width: 33.3%;
    padding: 9px 0;
    vertical-align: middle;
    text-align: center;
    background: #eee;
}

.list-step-01 li:nth-child(1) {
    width: 31%;
    padding-left: 7px;
}

.list-step-01 li:nth-child(2) {
    width: 33%;
}

.list-step-01 li:nth-child(3) {
    width: 36%;
}

.list-step-01 li:not(:last-child):after {
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-step-01 li.current {
    font-weight: bold;
    color: #2a4198;
    background: #e2efff;
}

.list-step-01 li.current:after {
    background: #e5eeff;
}

@media screen and (max-width: 768px) {
    .list-step-01 li {
        padding-left: 15px;
    }
}

.list-step-02 li {
    margin-top: 32px;
}

.list-step-02 li:first-child {
    margin-top: 0;
}

#_search .img-col1-01._left .caption {
    color: #2158a6;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

#_search a:hover .img-col1-01._left .caption, #_search a:active .img-col1-01._left .caption, #_search a:focus .img-col1-01._left .caption {
    color: #3575d0;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #_search .list-box-01 .img-text-01 .image, .img-col1-01._left .caption, #_search .img-col1-01 img {
        display: none;
    }
    #_search .lyt-05._col4 > .col:nth-child(n+2), .lyt-05._col4 > li:nth-child(n+2) {
        margin-top: 20px;
    }
    #_search .img-col1-01._left .caption {
        margin-top: 0;
    }
}

.list-tag-01 {
    margin-top: 0;
    font-size: 0;
}

.list-tag-01 li {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 4px 0 0;
    padding: 4px 8px 4px;
    font-size: 12px;
    text-decoration: none;
}

.list-tag-01._type-01 li {
    color: #008768;
    border: 1px solid #008768;
}

.list-tag-01._type-02 li {
    color: #650084;
    border: 1px solid #650084;
}

[class^="lyt-0"] + * {
    margin-top: 22px;
}

#header .lyt-03 + * {
    margin-top: 0;
}

* + .lyt-01 {
    margin-top: 18px;
}

.lyt-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lyt-01._base {
    align-items: baseline;
}

.lyt-01._col1 > .col, .lyt-01._col1 > li {
    margin: 0 auto;
}

.lyt-01._col2 {
    margin-left: -16px;
}

.lyt-01._col2 > .col {
    box-sizing: border-box;
    width: calc(50% - 16px);
    margin-left: 16px;
}


.lyt-01._col2 > .col:nth-child(n+3) {
    margin-top: 16px;
}

.lyt-01._col3 {
    margin-left: -16px;
}

.lyt-01._col3 > .col, .lyt-01._col3 > li {
    box-sizing: border-box;
    width: calc(33% - 16px);
    margin-left: 16px;
}

.lyt-01._col3 > .col:nth-child(n+4), .lyt-01._col3 > li:nth-child(n+4) {
    margin-top: 16px;
}

.lyt-01._col4 {
    margin-left: -16px;
}

.lyt-01._col4 > .col, .lyt-01._col4 > li {
    box-sizing: border-box;
    width: calc(25% - 16px);
    margin-left: 16px;
}

.lyt-01._col4 > .col:nth-child(n+5), .lyt-01._col4 > li:nth-child(n+5) {
    margin-top: 16px;
}

@media screen and (max-width: 1000px) {

    .lyt-01._col4 > .col, .lyt-01._col4 > li {
        box-sizing: border-box;
        width: calc(50% - 16px);
        margin-left: 16px;
    }
    .lyt-01._col4 > .col:nth-child(n+3), .lyt-01._col4 > li:nth-child(n+3) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lyt-01 {
        display: block;
    }
    .lyt-01:after {
        display: block;
        clear: both;
        content: " ";
    }
    .lyt-01._col2._sp-col2 {
        margin-left: -8px;
    }
    .lyt-01._col2._sp-col2 > .col {
        float: left;
        box-sizing: border-box;
        width: 47.5%;
        width: calc(50% - 8px);
        margin-left: 8px;
    }
    .lyt-01._col4 {
        margin-left: 0;
    }
    .lyt-01._col4 > .col, .lyt-01._col4 > li {
        width: 100%;
        margin-left: 0;
    }
    .lyt-01._col4 > .col:nth-child(n+2), .lyt-01._col4 > li:nth-child(n+2) {
        margin-top: 16px;
    }
    .lyt-01._col3 {
        margin-left: 0;
    }
    .lyt-01._col3 > .col, .lyt-01._col3 > li {
        width: 100%;
        margin-left: 0;
    }
    .lyt-01._col3 > .col:nth-child(n+2), .lyt-01._col3 > li:nth-child(n+2) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    .lyt-01._col2 {
        display: block;
        margin-left: 0;
    }
    .lyt-01._col2 > .col {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .lyt-01._col2 > .col + .col {
        margin-top: 16px;
    }
    .lyt-01._col2._sp-col2 .col + .col {
        margin-top: 0;
    }
}

.lyt-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lyt-02._col2 {
    margin-left: -34px;
}

.lyt-02._col2 > .col {
    box-sizing: border-box;
    width: 47.5%;
    width: calc(50% - 34px);
    margin-left: 34px;
}

@media screen and (max-width: 768px) {
    .lyt-02 {
        display: block;
    }
    .lyt-02:after {
        display: block;
        clear: both;
        content: " ";
    }
    .lyt-02._col2 {
        margin-left: 0;
    }
    .lyt-02._col2 > .col {
        width: 100%;
        margin-left: 0;
    }
    .lyt-02._col2 > .col + .col {
        margin-top: 33px;
    }
}

.lyt-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lyt-03._col2 > .col {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .lyt-03 {
        display: block;
    }
    .lyt-03:after {
        display: block;
        clear: both;
        content: " ";
    }
    .lyt-03._col2 > .col {
        float: left;
    }
}

.lyt-04 {
    display: table;
    width: 100%;
}

.lyt-04 > li {
    display: table-cell;
    width: 65.45%;
    vertical-align: top;
}

.lyt-04 > li + li {
    width: auto;
    padding-left: 40px;
}

@media screen and (max-width: 900px) {
	.lyt-01._col2 > .col + .col > .list-banner-01 {
        margin-top: 16px;
    }/*20180702Add*/
    .lyt-04 {
        display: block;
    }
    .lyt-04 > li {
        display: block;
        width: 100%;
    }
    .lyt-04 > li + li {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.lyt-05:after {
    display: block;
    clear: both;
    content: " ";
}

.lyt-05._col2 {
    margin-left: -40px;
}

.lyt-05._col2 > .col {
    float: left;
    box-sizing: border-box;
    width: 47.5%;
    width: calc(50% - 40px);
    margin-left: 40px;
}

.lyt-05._col2 > .col:nth-child(n+3) {
    margin-top: 30px;
}

.lyt-05._col3 {
    margin-left: -30px;
}

.lyt-05._col3 > .col, .lyt-05._col3 > li {
    float: left;
    box-sizing: border-box;
    width: calc(33% - 40px); /* 33% - 40px */
    margin-left: 40px; /*40px→20px*/
}

.lyt-05._col3 > .col:nth-child(n+4), .lyt-05._col3 > li:nth-child(n+4) {
    margin-top: 40px;
}

.lyt-05._col4 {
    margin-left: -40px;
}

.lyt-05._col4 > .col, .lyt-05._col4 > li {
    float: left;
    box-sizing: border-box;
    width: calc(25% - 40px);
    margin-left: 40px;
}

.lyt-05._col4 > .col:nth-child(n+5), .lyt-05._col4 > li:nth-child(n+5) {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .lyt-05 {
        display: block;
    }
    .lyt-05._col2 {
        margin-left: 0;
    }
    .lyt-05._col2 > .col {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .lyt-05._col2 > .col:nth-child(n+2) {
        margin-top: 30px;
    }
    .lyt-05._col3 {
        margin-left: 0;
    }
    .lyt-05._col3 > .col, .lyt-05._col3 > li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .lyt-05._col3 > .col:nth-child(n+2), .lyt-05._col3 > li:nth-child(n+2) {
        margin-top: 30px;
    }
    .lyt-05._col4 {
        margin-left: 0;
    }
    .lyt-05._col4 > .col, .lyt-05._col4 > li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .lyt-05._col4 > .col:nth-child(n+2), .lyt-05._col4 > li:nth-child(n+2) {
        margin-top: 30px;
    }
}

.lyt-05 .lyt-01._col1 > .col {
    box-sizing: border-box;
    width: 100%;
}

.lyt-06._col2 {
    margin-left: -68px;
}

.lyt-06._col2:after {
    display: block;
    clear: both;
    content: " ";
}

.lyt-06._col2 > .col {
    float: left;
    box-sizing: border-box;
    width: calc(50% - 68px);
    margin-left: 68px;
}

.lyt-06._col2 > .col:nth-child(n+3) {
    margin-top: 30px;
}

.lyt-06._col1 .col + .col {
    width: 100%;
    margin-top: 55px;
}

@media screen and (max-width: 768px) {
    .lyt-06 {
        display: block;
    }
    .lyt-06._col2 {
        margin-left: 0;
    }
    .lyt-06._col2 > .col {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .lyt-06._col2 > .col:nth-child(n+2) {
        margin-top: 55px;
    }
}

.lyt-06._col2._arrow .col:nth-child(2n) {
    position: relative;
}

.lyt-06._col2._arrow .col:nth-child(2n):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -42px;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 23.5px 0 23.5px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
    content: "";
}

.lyt-06._col2._arrow.dn .col:nth-child(2n):before {
	display: none;
}

@media screen and (max-width: 768px) {
    .lyt-06._col2._arrow .col:nth-child(2n):before {
        top: -35px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        border-width: 20px 23.5px 0 23.5px;
        border-style: solid;
        border-color: #999 transparent transparent transparent;
    }
	.lyt-06._col2._arrow.dn .col:nth-child(2n):before {
		display: none;
	}
}

.lyt-06._col1._arrow .col + .col {
    position: relative;
}

.lyt-06._col1._arrow .col + .col:before {
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 20px 23.5px 0 23.5px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    content: "";
}

.img-col1-01 {
    text-align: center;
}

.img-col1-01 img {
    display: block;
    margin: 0 auto;
}

.img-col1-01 .caption {
    display: inline-block;
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.img-col1-01._left {
    text-align: left;
}

.img-col1-01._left img {
    display: block;
    margin: 0 auto 0 0;
}

.img-col1-01._left .caption {
    display: inline-block;
    margin: 8px 0 0;
    text-align: left;
}

.img-col1-01._right {
    text-align: right;
}

.img-col1-01._right img {
    display: block;
    margin: 0 0 0 auto;
}

.img-col1-01._right .caption {
    display: inline-block;
    margin: 8px 0 0;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .img-col1-01._left {
        text-align: left;
    }
    .img-col1-01._left img {
        margin: 0 auto 0 0; /*170323 0 auto→0 auto 0 0*/
    }
    .img-col1-01._right {
        text-align: right;
    }
    .img-col1-01._right img {
        margin: 0 auto;
    }
}

.img-col1-01 + *, .img-col1-02 + *, .img-text-01 + *, .img-text-02 + * {
    margin-top: 32px;
}

.img-text-01 {
    display: table;
    width: 100%;
}

.img-text-01 .lead {
    font-size: 24px;
}

.img-text-01 .lead + .box-03 {
    margin-top: 20px;
}

.img-text-01 .content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    word-break: break-all;
    direction: ltr;
}

.img-text-01 .image {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    direction: ltr;
}
.img-text-01 .image2 {
    vertical-align: top;
    text-align: center;
    direction: ltr;
}

.img-text-01 .image .caption {
    display: inline-block;
    margin: 8px 0 10px;
}

.img-text-01._left-img {
    direction: rtl;
}

.img-text-01._left-img img {
    max-width: none;
}

.img-text-01._left-img .content {
    padding-left: 40px;
}

.img-text-01._right-img {
    direction: ltr;
}

.img-text-01._right-img img {
    max-width: none;
}

.img-text-01._right-img .content {
    padding-right: 40px;
}

@media screen and (max-width: 768px) {
    .img-text-01 .lead {
        font-size: 18px;
    }
    .img-text-01 .lead br {
        display: none;
    }
    .img-text-01 .lead + .box-03 {
        margin-top: 12px;
    }
    .img-text-01 .box-03 + .list-link-01 {
        margin-top: 25px;
    }
    .img-text-01._left-img .content, .img-text-01._left-img .image, .img-text-01._right-img .content, .img-text-01._right-img .image {
        padding-right: 0;
        padding-left: 0;
    }
    .img-text-01 .content {
        padding-top: 18px;
    }
    .img-text-01 .image {
        display: table-header-group;
        text-align: center;
    }
    .img-text-01 .image img {
        max-width: 100%;
    }
	/*20240717 tuika*/
    .img-text-01 .image .caption {
        display: block;
        margin-bottom: 0;
    }
}

a.img-text-01 {
    position: relative;
    padding: 32px 40px 32px 20px;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

a.img-text-01:hover, a.img-text-01:active, a.img-text-01:focus {
    background: #f6f6f6;
}

a.img-text-01 .lead {
    font-size: 20px;
    color: #2158a6;
}

a.img-text-01 p {
    color: #333;
}

a.img-text-01 .text-search {
    font-size: 14px;
    color: #666;
    word-break: break-all;
}

a.img-text-01:after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    a.img-text-01 {
        padding: 10px 20px 10px 10px;
    }
    a.img-text-01 .content {
        padding-top: 0;
    }
    a.img-text-01:after {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        left: auto;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto 0;
        border-top: 2px solid #e60044;
        border-right: 2px solid #e60044;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.img-text-02:after {
    display: block;
    clear: both;
    content: " ";
}

.img-text-02._left-img .image {
    float: left;
    padding-right: 40px;
}

@media screen and (max-width: 768px) {
    .img-text-02._left-img .image {
        float: none;
        margin-bottom: 10px;
        padding-right: 0;
    }
}

.img-text-02._right-img .image {
    float: right;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .img-text-02._right-img .image {
        float: none;
        margin-bottom: 10px;
        padding-left: 0;
    }
}

.img-text-02 .image {
    margin-bottom: 10px;
    text-align: center;
}

.img-text-02 .caption {
    display: block;
    margin: 8px 0 0;
}

.img-text-wrapper {
    position: relative;
}

.img-text-wrapper .img-text-01._right-img .content {
    padding-right: 245px;
}

.img-text-wrapper .image > img {
    position: absolute;
    right: 10px;
    bottom: -34px;
}

@media screen and (max-width: 768px) {
    .img-text-wrapper {
        position: static;
    }
    .img-text-wrapper .img-text-01._right-img .content {
        padding-right: 0;
    }
    .img-text-wrapper .image > img {
        position: static;
    }
}

.retina-01 {
    width: 520px;
}

@media screen and (max-width: 768px) {
    .retina-01 {
        width: auto;
    }
}

.box-01 + *, .box-02 + *, .box-03 + * {
    margin-top: 20px;
}

.box-04 + * {
    margin-top: 24px;
}

.box-05 + * {
    margin-top: 28px;
}

.box-06 + * {
    margin-top: 12px;
}

.box-07 + * {
    margin-top: 28px;
}

.box-08 + * { /*170601add*/
    margin-top: 28px;
}

.box-contact-02 + * {
    margin-top: 32px;
}

.box-details + * {
    margin-top: 24px;
}

.box-01 {
    box-sizing: border-box;
    padding: 22px 24px 24px;
    background: #fff;
    border-radius: 3px;
}

.box-01._top-contact {
    background: #ffeaef;
}
.box-01._top-contact2 {
    background: #FFF2CC;
}

.box-01 .col2 {
    display: table;
    width: 100%;
    margin-top: 17px;
}

.box-01 p.title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.box-01 p.title02 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.box-01 .tel {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.box-01 .tel .icon-tel {
    margin: -7px 14px 0 0;
    vertical-align: middle;
}

.box-01 .tel a {
    display: inline-block;
    font-size: 28px;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
}

.box-01 .time {
    display: table-cell;
    padding: 2px 0 0 0;
    font-size: 14px;
    vertical-align: middle;
}

.box-01 .time span {
    margin-right: 15px;
}


.box-01 .insured {
    position: relative;
    display: table-cell;
    vertical-align: middle;
	color: #D65A29;
}
.box-01 .insured span {
    color: #D65A29;
	font-weight: bold;
}

@media screen and (max-width: 1050px) {
    .box-01 .col2 {
        display: block;
    }
    .box-01 .col2 .tel {
        display: block;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1050px) and (max-width: 768px) {
    .box-01 .col2 .tel a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1050px) {
    .box-01 .col2 .time {
        display: block;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .box-01 .tel a {
        display: block;
        font-size: 24px;
    }
    .box-01 .tel .icon-tel {
        margin: -3px 14px 0 0;
    }
    .box-01 .time {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .box-01 {
        padding: 14px 15px 12px;
    }
    .box-01 .col2 {
        margin-top: 8px;
    }
    .box-01 .tel a {
        padding-left: 19px;
    }
    .box-01 .tel a:before {
        position: static;
        display: inline-block;
        margin-right: 10px;
    }
    .box-01 .time {
        margin-top: 13px;
        font-size: 14px;
    }
}

.box-02 {
    box-sizing: border-box;
    padding: 19px 22px 15px;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .box-02 {
        padding: 18px;
    }
}

.box-02._info {
    background: #fff;
}

.box-03 {
    position: relative;
    padding: 0 25px 15px;
    background: #fff;
    border: 1px solid #d0dded;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #e2efff inset;
}

.box-03 p:first-of-type {
    margin-top: 0;
}

.box-03 .cate-01 {
    display: inline-block;
    margin: 0 -10px 10px;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #2a4198;
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 768px) {
    .box-03 {
        padding: 0 20px 22px;
    }
    .box-03 .cate-01 {
        margin: 0 -5px 10px;
    }
}

.box-04 {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #eee inset;
}

.box-04._bg-02 {
    background: #eee;
    border: none;
}

.box-04 .hdg-01 {
    padding: 12px 25px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

.box-04 .hdg-01 .sub {
    display: block;
    font-size: 16px;
}

.box-04 > .inner {
    padding: 20px 25px;
}

.box-04 > .inner [class^="hdg-ty3"] {
    margin-top: -5px;
}

.box-04 > p:first-of-type {
    margin-top: 0;
}

.box-04 > * + p {
    margin-top: 18px;
}

.box-04 .col {
    display: table;
}

.box-04 .col > img {
    display: table-cell;
    max-width: none;
}

.box-04 .col .text {
    display: table-cell;
    padding-left: 24px;
    vertical-align: top;
}

.box-04 .list-desc-01 dd {
    margin-top: 13px;
}

@media screen and (max-width: 768px) {
    .box-04 {
        padding: 0;
    }
    .box-04 .hdg-01 {
        margin-bottom: 0;
        padding: 12px 21px;
        font-weight: bold;
        font-size: 18px;
    }
    .box-04 .hdg-01:before {
        display: none;
    }
    .box-04 > .inner {
        padding: 20px 21px;
    }
    .box-04 .list-desc-01 dt {
        padding: 0 20px;
        font-size: 20px;
    }
    .box-04 .list-desc-01 dd {
        padding: 20px;
        border-top: 1px solid #ccc;
    }
    .box-04 .col {
        display: block;
    }
    .box-04 .col .text {
        display: block;
        margin-top: 15px;
        padding-left: 0;
    }
}

.box-05 {
    box-sizing: border-box;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #e60044;
    border-radius: 3px;
}

.box-05._strong {
    border: 2px solid #e60044;
}

@media screen and (max-width: 768px) {
    .box-05 {
        padding: 16px 20px;
    }
}

.box-06 {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin-top: 23px;
    padding: 4px;
    background: #e4e4e4;
    border-radius: 3px;
}

.box-06 .col {
    display: table-cell;
}

.box-06 .col._left {
    width: 133px;
    vertical-align: middle;
    text-align: center;
}

.box-06 .col._right {
    box-sizing: border-box;
    padding: 15px 23px;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
}

.box-06 .col._right .btn-align-c {
    margin-top: 0;
}

.box-06 .hdg-01 {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .box-06 {
        display: block;
    }
    .box-06 .col {
        display: block;
    }
    .box-06 .col._left {
        width: auto;
    }
    .box-06 .col._right {
        padding: 10px;
    }
    .box-06 .col._right .btn-align-c {
        margin-top: 20px;
    }
    .box-06 .hdg-01 {
        padding: 5px 0;
        text-align: center;
    }
}

.box-07 {
    margin-top: 28px;
    padding: 11px 0 8px;
    background: #fff7d5;
    border-top: 3px solid #fff0b7;
    border-radius: 3px;
}

.box-07 .hdg-01 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.box-07 .lyt-col-01 {
    display: table;
    width: 100%;
    margin-top: 10px;
    border-spacing: 8px 0;
    border-collapse: separate;
}

.box-07 .lyt-col-01 > li {
    display: table-cell;
    width: 33.3%;
    padding: 18px;
    background: #fff;
    border-radius: 2px;
}

.box-07 .lyt-col-01 > li .text-s {
    font-size: 13px;
}

.box-07 .lyt-col-01 > li dl dt {
    font-weight: bold;
    text-align: center;
}

.box-07 .lyt-col-01 > li dl dd {
    font-weight: bold;
    font-size: 20px;
    color: #e60044;
    text-align: center;
}

.box-07 .lyt-col-01 > li dl dd em {
    font-size: 38px;
}

.box-07 .lyt-col-01 > li dl dd p em {
    display: block;
    margin: 12px 0;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .box-07 {
        padding: 14px 8px 8px;
    }
    .box-07 .lyt-col-01 {
        display: block;
        margin-top: 12px;
    }
    .box-07 .lyt-col-01 > li {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-top: 8px;
    }
    .box-07 .lyt-col-01 > li:first-child {
        margin-top: 0;
    }
}

.box-08 { /*170601add*/
    box-sizing: border-box;
    padding: 16px 24px;
    background: #fff;
    border: 2px dotted #333333;
    border-radius: 3px;
}

.box-08 ._strong { /*170601add*/
    font-weight: bold;
}

@media screen and (max-width: 768px) { /*170601add*/
    .box-08 {
        padding: 16px 20px;
    }
}

.box-contact-01 {
    background: #ffeaef;
    border-top: 3px solid #fbc9d6;
}

.box-contact-01 .hdg {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.box-contact-01 .hdg + .lyt-01 {
    margin-top: 14px;
}

.box-contact-01 p.title {
    font-size: 16px;
}

.box-contact-01 .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 24px 32px;
}

.box-contact-01 .box-01 {
    padding: 23px 24px 24px;
}

.box-contact-01 .box-01 .time {
    padding: 2px 0 0 8px;
}

@media screen and (max-width: 1050px) {
    .box-contact-01 .box-01 .time {
        padding: 2px 0 0 0;
    }
}

.box-contact-01 .lyt-01._col1 {
    max-width: 542px;
    margin-right: auto;
    margin-left: auto;
}

.box-contact-01 .lyt-01._col1 > .col, .box-contact-01 .lyt-01._col1 > li {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .box-contact-01 .lyt-01._col1 {
        max-width: none;
    }
}

@media screen and (max-width: 1050px) {
    .box-contact-01 .box-01 .col2 {
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .box-contact-01 .contact-inner {
        padding: 14px 10px 33px;
    }
    .box-contact-01 .hdg {
        font-size: 20px;
    }
    .box-contact-01 .lyt-01._col2 .col + .col {
        margin-top: 12px;
    }
    .box-contact-01 .box-01 .col2 {
        margin-top: 15px;
    }
    .box-contact-01 .box-01 {
        padding: 14px 15px 12px;
    }
    .box-contact-01 .box-01 .time {
        padding: 2px 0 0 0;
    }
}

.box-contact-02 .lyt-01 > li, .box-contact-02 .lyt-02 > li, .box-contact-02 .lyt-05 > li {
    padding: 10px;
    background: #ffeaef;
    border-top: 3px solid #fbc9d6;
    border-radius: 3px;
}

.box-contact-02 .hdg {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.box-contact-02 .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 24px 32px;
}

.box-contact-02 .box-01 {
    padding: 16px 40px 24px 25px;
}

.box-contact-02 .box-01._contact {
    padding: 16px 30px 18px;
}

.box-contact-02 .box-01 .col2 {
    margin-top: 9px;
}

.box-contact-02 .box-01 .tel {
    padding-right: 25px;
}

.box-contact-02 .box-01 .time p {
    white-space: nowrap;
}

@media screen and (max-width: 1140px) {
    .box-contact-02 .col2 {
        display: block;
    }
    .box-contact-02 .col2 .tel {
        display: block;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1140px) and (max-width: 768px) {
    .box-contact-02 .col2 .tel a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1140px) {
    .box-contact-02 .col2 .time {
        display: block;
        padding-left: 0;
    }
}

@media screen and (max-width: 1140px) {
    .box-contact-02 .box-01 .col2 {
        margin-top: 5px;
    }
}

.box-contact-02 .col._bg-02 {
    background: #f3f3f3;
    border-top: 3px solid #d1d1d1;
}

.box-contact-02 .col._bg-03 {
    padding: 0;
    background: transparent;
    border-top: transparent;
}

.box-contact-02 .lyt-05 > li .box-01._contact {
    padding: 16px 20px 18px;
}

@media screen and (max-width: 1100px) {
    .box-contact-02 .lyt-05 > li .box-01._contact {
        padding: 16px 10px 18px;
    }
}

@media screen and (max-width: 768px) {
    .box-contact-02 .contact-inner {
        padding: 14px 10px 33px;
    }
    .box-contact-02 .hdg {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .box-contact-02 .lyt-01._col2 .col + .col, .box-contact-02 .lyt-02._col2 .col + .col {
        margin-top: 12px;
    }
    .box-contact-02 .box-01 {
        padding: 20px 15px 19px;
    }
    .box-contact-02 .box-01._contact {
        padding: 20px 15px 19px;
    }
    .box-contact-02 .box-01 .col2 {
        margin-top: 15px;
    }
}

.box-contact-03 {
    background: #ffeaef;
    border-top: 3px solid #fbc9d6;
    border-radius: 3px;
}

.box-contact-03 .hdg {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.box-contact-03 .hdg + .lyt-01 {
    margin-top: 7px;
}

.box-contact-03 p.title {
    font-size: 16px;
}

.box-contact-03 .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 7px 8px;
}

.box-contact-03 .lyt-01._col2 {
    margin-left: -8px;
}

.box-contact-03 .lyt-01._col2 .col {
    box-sizing: border-box;
    width: calc(50% - 8px);
    margin-left: 8px;
}

.box-contact-03 .box-01 {
    padding: 24px;
}

.box-contact-03 .box-01 .time {
    padding: 2px 0 0 28px;
}

@media screen and (max-width: 768px) {
    .box-contact-03 .contact-inner {
        padding: 14px 10px 33px;
    }
    .box-contact-03 .hdg {
        font-size: 20px;
    }
    .box-contact-03 .lyt-01._col2 {
        margin-left: 0;
    }
    .box-contact-03 .lyt-01._col2 .col {
        width: 100%;
        margin-left: 0;
    }
    .box-contact-03 .lyt-01._col2 .col + .col {
        margin-top: 12px;
    }
    .box-contact-03 .box-01 .col2 {
        margin-top: 15px;
    }
    .box-contact-03 .box-01 {
        padding: 14px 15px 12px;
    }
    .box-contact-03 .box-01 .time {
        padding: 2px 0 0 0;
    }
}

.box-contact-03 + * {
    margin-top: 20px;
}

.box-area-01 {
    background: #f7f2e8;
    border-top: 3px solid #d9d5cc;
}

.box-area-01 .box-area-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

.box-area-01 .hdg {
    font-weight: bold;
    font-size: 20px;
}

.box-area-01 .box-01 {
    padding: 17px 24px 18px;
}

.box-area-01 .box-01 p {
    margin-top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .box-area-01 .box-area-inner {
        padding: 24px 10px;
    }
    .box-area-01 .hdg {
        font-size: 18px;
    }
    .box-area-01 .hdg + p {
        margin-top: 7px;
    }
    .box-area-01 .box-01 {
        padding: 15px 16px;
    }
}

.box-product {
    display: table;
    box-sizing: border-box;
    width: 100%;
    background: #e2efff;
    border: 3px solid #e2efff;
    border-radius: 3px;
}

.box-product .box-product-inner {
    box-sizing: border-box;
    padding: 13px 14px 16px;
}

.box-product .hdg {
    font-weight: bold;
    font-size: 16px;
}

.box-product .hdg + p {
    margin-top: 4px;
    margin-bottom: 19px;
}

.box-product p {
    font-size: 13px;
    color: #666;
}
.box-product .attention a {
	display: block;
	text-decoration: none;
}
.box-product .attention a:hover {
	opacity: 0.5;
	padding-bottom: 1px;
}

.box-product .image {
    display: table-header-group;
    background: #fff;
}

.box-product .image .inner {
    position: relative;
    display: table;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px 0 30px;
}

.box-product .image .inner a {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.box-product .image .inner a:hover, .box-product .image .inner a:active, .box-product .image .inner a:focus {
    opacity: .8;
}

.box-product .image .inner a:hover img, .box-product .image .inner a:active img, .box-product .image .inner a:focus img {
    opacity: .8;
}

.box-product .image .inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent #e2efff;
    content: "";
}

.box-product .list-tag {
    margin-top: -4px;
    font-size: 0;
}

.box-product .list-tag li {
    display: inline-block;
    box-sizing: border-box;
    margin: 4px 4px 0 0;
    padding: 2px 8px 3px;
    font-size: 12px;
    color: #2a4198;
    text-decoration: none;
    background: #d1d9ed;
    border: 1px solid #2a4198;
}

.box-product .list-tag li.cate-01 {
    background: #fff;
}

.box-product .list-tag li.cate-02 {
    color: #fff;
    background: #2a4198;
}

.box-product .list-link-01 {
    margin-top: 14px;
    margin-left: -3px;
}

.box-product._stop {
    background: #eee;
    border: 3px solid #eee;
}

.box-product._stop .box-product-inner {
    box-sizing: border-box;
    padding: 13px 18px 16px;
}

.box-product._stop .image .inner:after {
    border-color: transparent transparent #eee;
}

.box-product * + [class^="btn-align"] {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .box-product .hdg + p {
        margin-top: 2px;
        margin-bottom: 12px;
    }
}

.box-details {
    box-sizing: border-box;
    margin: 16px 0 0;
}

.box-details * {
    box-sizing: border-box;
}

.box-details > .inner {
    position: relative;
    width: 100%;
}

.box-details > .inner .content {
    width: calc(100% - 55px);
    padding: 16px 24px;
    border: 3px solid;
}
.box-details > .inner.wd100 > .content {
    width: 100%;
}
.box-details > .inner .content > .box-hdg,
.box-details > .inner .content > .box-hdg2,
.box-details > .inner .content > .box-hdg3,
.box-details > .inner .content > .box-hdg4 {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.85;
}
._type-03.box-details > .inner .content > .box-hdg,
._type-03.box-details > .inner .content > .box-hdg2,
._type-03.box-details > .inner .content > .box-hdg3,
._type-03.box-details > .inner .content > .box-hdg4 {
	padding: 0 100px 0 30px;
}
.box-details > .inner .content > .box-hdg:before,
.box-details > .inner .content > .box-hdg2:before,
.box-details > .inner .content > .box-hdg3:before,
.box-details > .inner .content > .box-hdg4:before {
    position: absolute;
    top: 9px;
    left: 0;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 3px solid;
    border-radius: 50%;
    content: "";
}

._type-03.box-details > .inner .content > .box-hdg:after, 
._type-03.box-details > .inner .content > .box-hdg2:after, 
._type-03.box-details > .inner .content > .box-hdg4:after {
    position: absolute;
    top: -10px;
    right: 0;
	content: url(/kakei_ni_yasashii_iryo_2019/images/k_hoshou_ic01.png);
	vertical-align: middle;
}
._type-03.box-details > .inner .content > .box-hdg2:after {
	content: url(/kakei_ni_yasashii_iryo_2019/images/k_hoshou_ic02.png);
}
._type-03.box-details > .inner .content > .box-hdg4:after {
	content: url(/kakei_ni_yasashii_iryo_2019/images/k_hoshou_ic03.png);
}

.box-details > .inner .content > .box-hdg + .list-bullet-01,
.box-details > .inner .content > .box-hdg2 + .list-bullet-01,
.box-details > .inner .content > .box-hdg3 + .list-bullet-01 {
    margin-top: 9px;
}

.box-details > .inner .content + ._box-side {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    width: 55px;
    height: 100%;
}

.box-details > .inner .content + ._box-side:before {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 58.18181%;
    height: 100%;
    content: "";
}

.box-details > .inner .content + ._box-side:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    border-width: 400px 0 400px 24px;
    border-style: solid;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-details > .inner .content + ._box-side > span {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    display: block;
    width: 40%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-details > .inner .content + ._box-side > span > ._num {
    display: block;
    margin-left: -3px;
    font-size: 21px;
}

.box-details > .inner .content + ._box-side._stop:before {
    width: 100%;
}

.box-details > .inner .content + ._box-side._stop:after {
    content: none;
}

.box-details > .inner .content + ._box-side._stop > span {
    right: 0;
    left: -3px;
}

.box-details._type-01 > .inner .content {
    border-color: #d4e8d6;
}

.box-details._type-01 > .inner .content > .box-hdg:before {
    border-color: #008768;
}
.box-details._type-01 > .inner .content + ._box-side:before {
    background: #d4e8d6;
}

.box-details._type-01 > .inner .content + ._box-side:after {
    border-color: transparent transparent transparent #d4e8d6;
}

.box-details._type-02 > .inner .content {
    border-color: #e8deed;
}

.box-details._type-02 > .inner .content > .box-hdg:before {
    border-color: #650084;
}

.box-details._type-02 > .inner .content + ._box-side:before {
    background: #e8deed;
}

.box-details._type-02 > .inner .content + ._box-side:after {
    border-color: transparent transparent transparent #e8deed;
}

/*==============================================================
終身医療（2019）
 基本の保障/入院一時給付金特則/先進医療給付特約
	box-details _type-03
	box-color:pink
===============================================================*/
.box-details._type-03 > .inner .content {
    border-color: #f9d1d3;
}

.box-details._type-03 > .inner .content > .box-hdg:before, 
.box-details._type-03 > .inner .content > .box-hdg2:before,
.box-details._type-03 > .inner .content > .box-hdg3:before,
.box-details._type-03 > .inner .content > .box-hdg4:before {
    border-color: #cc3366;
}
/*==============================================================
  通院給付特約
	box-details _type-04
	box-color:blue
===============================================================*/
.box-details._type-04 > .inner .content {
    border-color: #a4bbd3;
}

.box-details._type-04 > .inner .content > .box-hdg:before {
    border-color: #2a4198;
}
/*==============================================================
  三大疾病一時給付金特約
　三大疾病保険料払込免除特約
	box-details _type-05
	box-color:orange
===============================================================*/
.box-details._type-05 > .inner .content {
    border-color: #f8c08c;
}

.box-details._type-05 > .inner .content > .box-hdg:before {
    border-color: #f39939;
}
/*==============================================================
  女性疾病給付特約（2019）
	box-details _type-06
	box-color:orange
===============================================================*/
.box-details._type-06 > .inner .content {
    border-color: #fadce9;
}

.box-details._type-06 > .inner .content > .box-hdg:before {
    border-color: #f2a9c9;
}

@media screen and (max-width: 768px) {
    .box-details > .inner .content {
        width: calc(100% - 31px);
        padding: 20px 16px 28px;
    }
    .box-details > .inner .content > .box-hdg,
	.box-details > .inner .content > .box-hdg2,
	.box-details > .inner .content > .box-hdg3,
	.box-details > .inner .content > .box-hdg4 {
        font-size: 20px;
        line-height: 1.4;
    }
    .box-details > .inner .content > .box-hdg:before,
	.box-details > .inner .content > .box-hdg2:before,
	.box-details > .inner .content > .box-hdg3:before,
	.box-details > .inner .content > .box-hdg4:before {
        top: 5px;
    }
    .box-details > .inner .content + ._box-side {
        width: 31px;
    }
    .box-details > .inner .content + ._box-side:before {
        width: 38.70947%;
    }
    .box-details > .inner .content + ._box-side:after {
        border-left-width: 19px;
    }
    .box-details > .inner .content + ._box-side > span {
        left: 3px;
        font-size: 20px;
    }
    .box-details > .inner .content + ._box-side > span > ._num {
        margin-left: -2px;
        font-size: 18px;
    }
    .box-details > .inner .content + ._box-side._stop > span {
        left: -10px;
    }
}

.tbl-scroll-wrapper + *, .tbl-scroll-wrapper._type-02 + *, .is-scroll + * {
    margin-top: 24px;
}

.tbl-02 + * {
    margin-top: 24px;
}

.tbl-03 + * {
    margin-top: 24px;
}

[class^="hdg-ty"] + [class^="tbl"] {
    margin-top: 24px;
}

.tbl-01 {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tbl-01.twsteps {
   border-top: 0px none;
   border-bottom: 1px solid #ccc;
}

/*20180711add*/
.tbl-01 caption,
.tbl-02 caption {
	text-align: left;
}

/*20200825add*/
.tbl-01 caption.align-r,
.tbl-02 caption.align-r {
	text-align: right;
}

.tbl-01 th._strong, .tbl-01 td._strong {
    font-weight: bold;
    background: #ffeaef;
}

.tbl-01 th._purple, .tbl-01 td._purple {
	color: #ffffff;
    font-weight: bold;
    background: #7B59A2;
}

.tbl-01._middle tbody th, .tbl-01._middle tbody td {
    vertical-align: middle;
}

.tbl-01 ._left > tr > th, .tbl-01 ._left > tr > td {
    text-align: left;
}

.tbl-01 th._top, .tbl-01 td._top {
    vertical-align: top !important;
}

.tbl-01 th._middle, .tbl-01 td._middle {
    vertical-align: middle;
}

.tbl-01 th._left, .tbl-01 td._left {
    text-align: left;
}

.tbl-01 thead th, .tbl-01 thead td {
    font-weight: bold;
    vertical-align: middle;
    background: #e4e4e4;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*20190827add world5 for tbl-01*/
.tbl-01 .thead th, .tbl-01 .thead td {
    font-weight: bold;
    vertical-align: middle;
    background: #e4e4e4;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*20200825add japan5 for tbl-01*/
.tbl-01.twsteps .thead th {
    border-bottom: 0px none;
    border-top: 1px solid #ccc;
}
.tbl-01.twsteps .thead th.hidecell {
   border: 0px none;
   background: none;
}

.tbl-01 td {
    word-break: break-all;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*20200825add japan5 for tbl-01*/
.tbl-01.twsteps td {
    border-bottom: 0px none;
    border-top: 1px solid #ccc; 
}
.tbl-01.twsteps td.hidecell {
    border: 0px none;
}

.tbl-01 th, .tbl-01 td {
    padding: 9px 12px;
    text-align: center;
}

/* pre_world5(tsumitate_riritsu)
=================================================================*/
.tbl-01 .ws th,
.tbl-01 .ws td {
    padding: 9px 2px;
    text-align: center;
	font-size: 90%;
}
.tbl-01 tbody th {
    background: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
    .is-scroll {
        position: relative;
    }
    .is-scroll > .icon-scroll {
        position: absolute;
        top: 32px;
        right: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 128px;
        height: 128px;
        margin: 0 auto;
        background-image: url(/common/images/sprite/sprite.png);
        background-position: 0 0;
        content: "";
    }
    .tbl-scroll-wrapper {
        overflow-x: scroll;
    }
    .tbl-scroll-wrapper .tbl-01 {
        width: 1024px;
    }
    .tbl-scroll-wrapper .tbl-01 .tbl-01 {
        width: auto;
    }
    .tbl-scroll-wrapper .tbl-01._size-02 {
        width: 1200px;
    }
}

/*@media screen and (max-width: 768px) {
    .is-scroll {
        position: relative;
    }
    .is-scroll > .icon-scroll {
        position: absolute;
        top: 32px;
        right: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 128px;
        height: 128px;
        margin: 0 auto;
        background-image: url(/common/images/sprite/sprite.png);
        background-position: 0 0;
        content: "";
    }
    .tbl-scroll-wrapper {
        overflow-x: scroll;
    }
    .tbl-scroll-wrapper .tbl-01 {
        width: 768px;
    }
    .tbl-scroll-wrapper .tbl-01 .tbl-01 {
        width: auto;
    }
}*/

.tbl-02 {
    width: 100%;
    margin-top: 24px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tbl-02 th._strong, .tbl-02 td._strong {
    font-weight: bold;
    background: #ffeaef;
}

.tbl-02 tbody th {
    background: #e4e4e4;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tbl-02 tbody td {
    word-break: break-all;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tbl-02 tbody th, .tbl-02 tbody td {
    padding: 10px 15px;
    text-align: center;
}
.tbl-02 tbody tr._middle th,
.tbl-02 tbody tr._middle td {
	vertical-align: middle;
}
.tbl-02 ._left > tr > th, .tbl-02 ._left > tr > td {
    text-align: left;
}
.tbl-02 th._left, .tbl-02 td._left {
    text-align: left;
}
.tbl-02._center > tr > th, .tbl-02 ._center > tr > th,
.tbl-02._center > tr > th, .tbl-02 ._center > tr > td {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .tbl-02 col {
        width: 100% !important;
    }
    .tbl-02 tbody th, .tbl-02 tbody td {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }
}

.tbl-03 {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #dadada;
}

.tbl-03 th._strong, .tbl-03 td._strong {
    font-weight: bold;
    background: #ffeaef;
}

.tbl-03 tbody th.first {
   border-right: 1px solid #dadada;
   writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; /* IE用 */
   text-orientation: upright;  
   text-align: center;
   letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
   .tbl-03 tbody th.first {
       writing-mode: horizontal-tb;
	   text-align: left;
	   letter-spacing: normal;
	   border-right: none;
	   border-bottom: 1px solid #dadada;
   }
}

.tbl-03 tbody th {
    background: #f3f3f3;
    border-bottom: 1px solid #dadada;
}

.tbl-03 tbody td {
    word-break: break-all;
    border-bottom: 1px solid #dadada;
}

.tbl-03 tbody th, .tbl-03 tbody td {
    padding: 17px 20px;
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .tbl-03 col {
        width: 100% !important;
    }
    .tbl-03 tbody th, .tbl-03 tbody td {
        display: block;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
        text-align: left;
    }
    .tbl-03 tbody th {
        padding: 10px 16px;
        border-bottom: none;
    }
    .tbl-03 tbody td {
        padding: 16px;
    }
}

.tbl-04 {
    width: calc(100% - 60px);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tbl-04 th._strong, .tbl-04 td._strong {
    background: #ffeaef;
}

.tbl-04 th._strong strong, .tbl-04 td._strong strong {
    font-weight: bold;
    font-size: 22px;
}

.tbl-04 th._strong em, .tbl-04 td._strong em {
	color: inherit;
    font-weight: bold;
    font-size: 22px;
}

.tbl-04 th._strong ._note, .tbl-04 td._strong ._note {
    font-size: 12px;
    text-align: right;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
.tbl-04 ._left > tr > th, .tbl-04 ._left > tr > td {
    text-align: left;
}

.tbl-04 ._left > tr.sf > th {
	font-size: 80%;
}

.tbl-04 thead th, .tbl-04 thead td {
    font-weight: bold;
    vertical-align: top;
    background: #e4e4e4;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tbl-04 td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tbl-04 td img{
	display: inline-block;
	padding-left: 4px;
	vertical-align: middle;
}
.tbl-04 td._sub {
    font-size: 12px;
}

.tbl-04 th, .tbl-04 td {
    padding: 9px 12px;
    text-align: center;
}

.tbl-04 tbody tr td._center {
    text-align: center;
}
.tbl-04 tbody tr td._middle{
	vertical-align: middle;    
}
.tbl-04 tbody th {
    max-width: 1em !important;
    vertical-align: middle;
    line-height: 1.3;
    background: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tbl-04 tbody th > ._vertical {
    display: inline-block;
    line-height: .95;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.tbl-04 tbody th ._block {
    display: block;
}

.tbl-04 tbody td {
    vertical-align: top;
}

.tbl-04 tbody td._strong-02 {
    box-sizing: border-box;
    max-width: 156px;
    padding-bottom: 16px;
}

.tbl-04 tbody td._has-btn {
    position: relative;
    height: 100%;
    padding-bottom: 102px;
}

.tbl-04 tbody td._has-btn .btn-align-c {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: 0 auto;
}

.tbl-04 tbody td._has-btn .btn-align-c > .btn-01 {
    min-width: initial;
}

.tbl-04 tbody td > ._has-icon-smoke {
    position: relative;
    display: block;
    padding: 50px 0 0;
}

.tbl-04 tbody td > ._has-icon-smoke:before {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 33px;
    margin: 0 auto;
    background: url(/common/images/icon/icon_smoke_01.png) center center no-repeat;
    content: "";
}
.tbl-04 tbody td > ._has-icon-smoke2:after {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 33px;
    margin: 0 auto;
    background: url(/common/images/icon/icon_smoke_01.png) center center no-repeat;
    content: "";
}

.tbl-04 tbody td ._size-01 {
    font-size: 16px;
}

.tbl-04 tbody td ._size-02 {
    font-size: 14px;
}

.tbl-04 tbody td ._size-03 {
    font-size: 12px;
}

.tbl-04 tbody td ._right {
    display: block;
    text-align: right;
}

.tbl-04 tbody td ._center {
    text-align: center;
}

.tbl-04 tbody td ._note {
    display: block;
    font-size: 14px;
}

.tbl-04 tbody td .btn-01 {
    min-width: auto;
}

.tbl-04 .list-tag {
    margin-top: 0;
    font-size: 0;
}

.tbl-04 .list-tag li {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 4px 0 0;
    padding: 4px 8px 4px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.tbl-04 + ._tbl-side {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    width: 60px;
    height: 100%;
}

.tbl-04 + ._tbl-side:before {
    position: absolute;
    left: 2px;
    z-index: 0;
    width: 60.34482%;
    height: 100%;
    content: "";
}

.tbl-04 + ._tbl-side:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    border-width: 250px 0 250px 23px;
    border-style: solid;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tbl-04 + ._tbl-side > span,
.tbl-04 + ._tbl-side > span.s-Size {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 40%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tbl-04 + ._tbl-side > span > ._num {
    display: block;
    margin-left: -3px;
    font-size: 20px;
}

.tbl-04 + ._tbl-side._stop:before {
    width: 100%;
}

.tbl-04 + ._tbl-side._stop:after {
    content: none;
}

/*type-01*/
.tbl-04._type-01 td._strong-02 {
    color: #fff;
    background: #cc003d;
}

.tbl-04._type-01 + ._tbl-side:before {
    background: #fce5ce;
}

.tbl-04._type-01 + ._tbl-side:after {
   
    border-color: transparent transparent transparent #fce5ce;
}

/*type-02*/
.tbl-04._type-02 td._strong-02 {
    color: #fff;
    background: #008768;
}
.tbl-04._type-02 + ._tbl-side:before {
    background: #d4e8d6;
}
.tbl-04._type-02 + ._tbl-side:after {
    border-color: transparent transparent transparent #d4e8d6;
}

/*type-03*/
.tbl-04._type-03 td._strong-02 {
    color: #fff;
    background: #650084;
}

.tbl-04._type-03 + ._tbl-side._stop:before {
    background: #e8deed;
}

/*type-04-pink-*/
.tbl-04._type-04 td._strong-02 {
    color: #fff;
	background: #ed7a94;
}
.tbl-04._type-04 + ._tbl-side:before {
    background: #f9d2d4;
}
.tbl-04._type-04 + ._tbl-side:after {
    border-color: transparent transparent transparent #f9d2d4;
}
/*type-05-yellowgreen-*/
.tbl-04._type-05 td._strong-02 {
    color: #fff;
	background: #9bcb6c;
}
.tbl-04._type-05 + ._tbl-side:before {
	background: #d6e9c4;
}
.tbl-04._type-05 + ._tbl-side:after {
	border-color: transparent transparent transparent #d6e9c4;
}

/*type-06-blue-*/
.tbl-04._type-06 td._strong-02 {
    color: #fff;
    background: #97a8d5;
}
.tbl-04._type-06 + ._tbl-side:before {
    background: #dee5f4;
}
.tbl-04._type-06 + ._tbl-side:after {
    border-color: transparent transparent transparent #dee5f4;
}

/*type-07-orange-*/
.tbl-04._type-07 td._strong-02 {
    color: #fff;
    background: #f39939;
}
.tbl-04._type-07 + ._tbl-side:before {
    background: #fee9c2;
}
.tbl-04._type-07 + ._tbl-side:after {
    border-color: transparent transparent transparent #fee9c2;
}

/*type-08-purple-*/
.tbl-04._type-08 td._strong-02 {
    color: #fff;
    background: #996699;
}
.tbl-04._type-08 + ._tbl-side:before {
    background: #e4dbe5;
}
.tbl-04._type-08 + ._tbl-side:after {
    border-color: transparent transparent transparent #e4dbe5;
}

/*type-09-pink-*/
.tbl-04._type-09 td._strong-02 {
    color: #fff;
	background: #f2a9c9;
    /*background: #e07ca3;*/
}
.tbl-04._type-09 + ._tbl-side:before {
    background: #fadce9;
}
.tbl-04._type-09 + ._tbl-side:after {
    border-color: transparent transparent transparent #fadce9;
}


.tbl-scroll-wrapper._type-02 {
    margin-top: 23px;
}

.tbl-scroll-wrapper._type-02 ._inner {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1050px) {
    .tbl-scroll-wrapper._type-02 {
        overflow-x: scroll;
    }
    .tbl-scroll-wrapper._type-02 ._inner {
        width: 1000px;
    }
    .tbl-scroll-wrapper._type-02 ._inner .tbl-04 {
        width: 940px;
    }
    .tbl-scroll-wrapper._type-02 ._inner .tbl-04 .btn-01 {
        padding: 10px 22px 10px 20px;
    }
}

* + [class^="btn-align"] {
    margin-top: 25px;
}

[class^="btn-align"] + p {
    margin-top: 23px;
}

[class^="btn-align"] + * {
    margin-top: 18px;
}

[class^="btn-align"] + [class^="box"], [class^="btn-align"] + [class^="img"], [class^="btn-align"] + [class^="tbl"] {
    margin-top: 28px;
}

[class^="btn-align"] + [class^="btn"] {
    margin-top: 16px;
}

.btn-pager-01 + * {
    margin-top: 18px;
}

.nav-btn-01 {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 5px 23px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav-btn-01 > span {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.nav-btn-01 > span > span {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
    line-height: 1.4;
}

.nav-btn-01:hover > span, .nav-btn-01:active > span, .nav-btn-01:focus > span {
    margin: -1px auto 0;
}

.nav-btn-01:after {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #2a4198;
    border-right: 2px solid #2a4198;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-01 {
    color: #333;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background-color: rgba(247, 247, 247, .6);
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99FFFFFF',EndColorStr='#99EEEEEE')";
    -webkit-transition: background-color .2s ease, border-bottom .2s ease;
    transition: background-color .2s ease, border-bottom .2s ease;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav-btn-01._color-01:after {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #2a4198;
    border-right: 2px solid #2a4198;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-01:hover, .nav-btn-01._color-01:active, .nav-btn-01._color-01:focus {
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #5b6fbc;
    border-color: #5b6fbc;
    border-top: 3px solid #495996;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav-btn-01._color-01:hover > span > span, .nav-btn-01._color-01:active > span > span, .nav-btn-01._color-01:focus > span > span {
    color: #fff;
}

.nav-btn-01._color-01:hover:after, .nav-btn-01._color-01:active:after, .nav-btn-01._color-01:focus:after {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-02 {
    padding: 5px 23px;
    color: #fff;
    background: #666;
    border: none;
    border-bottom: 3px solid #4c4c4c;
}

.nav-btn-01._color-02:after {
    position: absolute;
    top: 2px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-02:hover, .nav-btn-01._color-02:active, .nav-btn-01._color-02:focus {
    text-decoration: none;
    background: #5b6fbc;
    border: none;
    border-top: 3px solid #495996;
}

.nav-btn-01._color-02:hover > span > span, .nav-btn-01._color-02:active > span > span, .nav-btn-01._color-02:focus > span > span {
    color: #fff;
}

.nav-btn-01._color-02:hover > span, .nav-btn-01._color-02:active > span, .nav-btn-01._color-02:focus > span {
    margin: -3px auto 0;
}

.nav-btn-01._color-02:hover:after, .nav-btn-01._color-02:active:after, .nav-btn-01._color-02:focus:after {
    position: absolute;
    top: -4px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-03 {
    color: #333;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background-color: rgba(247, 247, 247, .6);
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99FFFFFF',EndColorStr='#99EEEEEE')";
    -webkit-transition: background-color .2s ease, border-bottom .2s ease;
    transition: background-color .2s ease, border-bottom .2s ease;
}

.nav-btn-01._color-03:after {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-03:hover, .nav-btn-01._color-03:active, .nav-btn-01._color-03:focus {
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #c00039;
    border-color: #c00039;
    border-top: 3px solid #8e002a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";
}

.nav-btn-01._color-03:hover > span > span, .nav-btn-01._color-03:active > span > span, .nav-btn-01._color-03:focus > span > span {
    color: #fff;
}

.nav-btn-01._color-03:hover:after, .nav-btn-01._color-03:active:after, .nav-btn-01._color-03:focus:after {
    position: absolute;
    top: -3px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-04 {
    color: #333;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background-color: rgba(247, 247, 247, .6);
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99FFFFFF',EndColorStr='#99EEEEEE')";
    -webkit-transition: background-color .2s ease, border-bottom .2s ease;
    transition: background-color .2s ease, border-bottom .2s ease;
}

.nav-btn-01._color-04:after {
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-btn-01._color-04:hover, .nav-btn-01._color-04:active, .nav-btn-01._color-04:focus {
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #5b6fbc;
    border-color: #5b6fbc;
    border-top: 3px solid #495996;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";
}

.nav-btn-01._color-04:hover > span > span, .nav-btn-01._color-04:active > span > span, .nav-btn-01._color-04:focus > span > span {
    color: #fff;
}

.nav-btn-01._color-04:hover:after, .nav-btn-01._color-04:active:after, .nav-btn-01._color-04:focus:after {
    position: absolute;
    top: -3px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .nav-btn-01._color-01, .nav-btn-01._color-02, .nav-btn-01._color-03, .nav-btn-01._color-04 {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-btn-01._size-01 {
    width: 173px;
    height: 77px;
}

.nav-btn-01._size-02 {
    width: 263px;
    height: 77px;
}

.nav-btn-01._size-03 {
    max-width: 356px;
    padding: 15px 34px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.nav-btn-01._size-03._weby {
    padding: 24px 34px;
}
.nav-btn-01._size-03._otoiawase {
        max-width: 440px;
}
.nav-btn-01._size-03._otoiawase2 {
        max-width: 500px;
}
.nav-btn-01._size-03 em {
    display: block;
    font-size: 20px;
}
.nav-btn-01._size-03._otoiawase em,
.nav-btn-01._size-03._otoiawase2 em {
    font-size: 16px;
}
.nav-btn-01._size-03:hover, .nav-btn-01._size-03:active, .nav-btn-01._size-03:focus {
    padding: 15px 34px 14px;
}
.nav-btn-01._size-03._weby:hover, .nav-btn-01._size-03._weby:active, .nav-btn-01._size-03._weby:focus {
    padding: 24px 34px 23px;
}
@media screen and (max-width: 768px) {
    .nav-btn-01._size-03 {
        max-width: none;
    }
	.nav-btn-01._size-03._otoiawase,
	.nav-btn-01._size-03._otoiawase2 {
	    max-width: none;
	}
	.nav-btn-01._size-03._otoiawase em,
	.nav-btn-01._size-03._otoiawase2 em {
	    font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
    .nav-btn-01._size-03._otoiawase em,
	.nav-btn-01._size-03._otoiawase2 em {
	    font-size: 12px;
	}
}
.nav-btn-01._login,
.nav-btn-01._customer {
    color: #e60044;
}
.nav-btn-01._login._agency {
    color: #2A4198;
}

.nav-btn-01._login:before {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    left: -202px;
    display: block;
    width: 46px;
    height: 48px;
    margin: auto;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -131px -61px;
    content: "";
}
.nav-btn-01._login._agency:before {
    background-image: url(/common/images/sprite/sprite.gif);
}

.nav-btn-01._login .btn-01 > span {
    padding-left: 10px;
}

.nav-btn-01._login:hover:before, .nav-btn-01._login:active:before, .nav-btn-01._login:focus:before {
    top: -5px;
    width: 46px;
    height: 48px;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: 0 -131px;
}

.nav-btn-01._icon-01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 44px;
    height: 40px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -96px -131px;
    content: "";
}

.nav-btn-01._icon-01:hover:before, .nav-btn-01._icon-01:active:before, .nav-btn-01._icon-01:focus:before {
    top: -5px;
    left: 21px;
}

.nav-btn-01._icon-01 > span > span {
    padding-left: 47px;
}

.nav-btn-01._icon-02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 44px;
    height: 43px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -49px -131px;
    content: "";
}

.nav-btn-01._icon-02:hover:before, .nav-btn-01._icon-02:active:before, .nav-btn-01._icon-02:focus:before {
    top: -5px;
    left: 21px;
}

.nav-btn-01._icon-02 > span > span {
    padding-left: 47px;
}

.nav-btn-01._icon-03:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 42px;
    height: 36px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -192px 0;
    content: "";
}

.nav-btn-01._icon-03:hover:before, .nav-btn-01._icon-03:active:before, .nav-btn-01._icon-03:focus:before {
    top: -5px;
    left: 21px;
}

.nav-btn-01._icon-03 > span > span {
    padding-left: 46px;
}

.nav-btn-01._icon-04:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 45px;
    height: 36px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -143px -131px;
    content: "";
}

.nav-btn-01._icon-04:hover:before, .nav-btn-01._icon-04:active:before, .nav-btn-01._icon-04:focus:before {
    top: -5px;
    left: 21px;
}

.nav-btn-01._icon-04 > span > span {
    padding-left: 51px;
}

._category-02 ._color-02 {
    padding: 8px 22px;
    color: #fff;
    background: #666;
    border: none;
    border-bottom: 3px solid #4c4c4c;
}

._category-02 ._color-02:hover, ._category-02 ._color-02:active, ._category-02 ._color-02:focus {
    padding: 2px 22px 8px;
    text-decoration: none;
    background: #c00039;
    border: none;
    border-top: 3px solid #8e002a;
}

._category-02 ._color-02:hover > span > span, ._category-02 ._color-02:active > span > span, ._category-02 ._color-02:focus > span > span {
    color: #fff;
}

._category-02 ._color-02:hover:after, ._category-02 ._color-02:active:after, ._category-02 ._color-02:focus:after {
    position: absolute;
    top: -4px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close-01 {
    color: #333;
    text-decoration: none;
    background: -webkit-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFEEEEEE')";
}

.btn-align-c {
    text-align: center;
}

.btn-align-l {
    text-align: left;
}

.btn-align-l [class^="btn"] {
    text-align: center;
}

.btn-align-r {
    text-align: right;
}

.btn-align-r [class^="btn"] {
    text-align: center;
}

.btn-01 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 180px;
    min-height: 49px;
    padding: 10px 32px 9px 24px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background-color: rgba(247, 247, 247, .6);
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99FFFFFF',EndColorStr='#99EEEEEE')";
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}
.btn-01:after {
    position: absolute;
    top: 2px;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}	
.btn-01._prev {
    padding: 10px 24px 9px;
}

.btn-01._prev:after {
    position: absolute;
    top: 2px;
    right: auto;
    bottom: 0;
    left: 14px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-01._prev:hover, .btn-01._prev:active, .btn-01._prev:focus {
    padding: 8px 24px 9px;
}

.btn-01._prev:hover:after, .btn-01._prev:active:after, .btn-01._prev:focus:after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 14px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-01:hover, .btn-01:active, .btn-01:focus {
    padding: 8px 32px 9px 24px;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #5b6fbc;
    border-color: #5b6fbc;
    border-top: 3px solid #495996;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";
}

.btn-01:hover > span > span, .btn-01:active > span > span, .btn-01:focus > span > span {
    color: #fff;
}

.btn-01:hover:after, .btn-01:active:after, .btn-01:focus:after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-01._size-02 {
    min-height: 44px;
    padding: 10px 26px 10px 24px;
    font-size: 14px;
}

.btn-01._size-02:hover, .btn-01._size-02:active, .btn-01._size-02:focus {
    padding: 8px 27px 10px 25px;
}

.btn-01._size-02._func {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-01._size-02._func:after {
    display: none;
}

.btn-01._size-02._func:hover, .btn-01._size-02._func:active, .btn-01._size-02._func:focus {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-01._icon-01:after {
    background: url(/common/images/icon/icon_window_01.png);
}

@media screen and (max-width: 768px) {
    .btn-01 {
        display: block;
        width: 100%;
    }
    .btn-01._size-02 {
        display: inline-block;
        width: auto;
    }
}

.btn-01[target="_blank"] {
    position: relative;
}

.btn-01[target="_blank"] .icon-window {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto 0;
}

.btn-01[target="_blank"]:hover:after, .btn-01[target="_blank"]:active:after, .btn-01[target="_blank"]:focus:after {
    display: none;
}

.btn-01[target="_blank"]:after {
    display: none;
}

.btn-01[href$=".pdf"] {
    position: relative;
}

.btn-01[href$=".pdf"] .icon-pdf {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto 0;
}

.btn-01[href$=".pdf"]:hover:after, .btn-01[href$=".pdf"]:active:after, .btn-01[href$=".pdf"]:focus:after {
    display: none;
}

.btn-01[href$=".pdf"]:after {
    display: none;
}

.btn-01._disabled {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
    cursor: default;
    pointer-events: none;
}

.btn-01._disabled:after {
    position: absolute;
    top: 2px;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-01._disabled:hover, .btn-01._disabled:active, .btn-01._disabled:focus {
    padding: 10px 40px 9px 30px;
}

@media screen and (max-width: 768px) {
    .btn-01._disabled {
        display: block;
        width: 100%;
    }
}

.btn-01._color-02 {
    box-sizing: border-box;
    color: #fff;
    background: #666;
    border: 1px solid #666;
    border-bottom: 3px solid #4c4c4c;
}

.btn-01._color-02:after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-01._color-02:hover, .btn-01._color-02:active, .btn-01._color-02:focus {
    padding: 8px 32px 9px 24px;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #5b6fbc;
    border-color: #5b6fbc;
    border-top: 3px solid #495996;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";
}

.btn-01._color-02:hover > span > span, .btn-01._color-02:active > span > span, .btn-01._color-02:focus > span > span {
    color: #fff;
}

.btn-01._color-02:hover:after, .btn-01._color-02:active:after, .btn-01._color-02:focus:after {
    position: absolute;
    top: 1.5px;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-btn-01.js-setHeight .btn-01 {
    display: table;
}

.list-btn-01.js-setHeight .btn-01 span {
    display: table-cell;
    vertical-align: middle;
}

.list-btn-01.js-setHeight .btn-01:disabled {
    width: 100%;
}

.btn-02 {
    position: relative;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 180px;
    min-height: 48px;
    padding: 10px 33px 8px 24px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #e60044;
    border-bottom: 3px solid #aa0032;
    border-radius: 3px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.btn-02._size-02 {
    min-width: 248px;
    min-height: 58px;
    padding: 14px 33px 15px 24px;
}

.btn-02._size-02:hover, .btn-02._size-02:active, .btn-02._size-02:focus {
    padding: 11px 33px 18px 24px;
}

.btn-02:after {
    position: absolute;
    top: 2px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    font-size: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-02:hover, .btn-02:active, .btn-02:focus {
    padding: 7px 33px 10px 24px;
    color: #fff;
    text-decoration: none;
    background: #c00039;
    border: none;
    border-top: 3px solid #8e002a;
}

.btn-02:hover:after, .btn-02:active:after, .btn-02:focus:after {
    position: absolute;
    top: -4px;
    right: 11px;
    bottom: 0;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-02:disabled {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
    cursor: default;
}

.btn-02:disabled:after {
    position: absolute;
    top: 2px;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-02:disabled:hover, .btn-02:disabled:active, .btn-02:disabled:focus {
    padding: 8px 33px 10px 24px;
}

.btn-02:disabled._size-02 {
    min-width: 248px;
    height: 58px;
    padding: 15px 33px 15px 24px;
}

@media screen and (max-width: 768px) {
    .btn-02 {
        display: block;
        width: 100%;
    }
}

button.btn-02:hover, button.btn-02:active, button.btn-02:focus {
    padding: 6px 33px 10px 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    button.btn-02:hover, button.btn-02:active, button.btn-02:focus {
        padding: 6px 33px 9px 24px;
    }
    .list-btn-01 button.btn-02:hover, .list-btn-01 button.btn-02:active, .list-btn-01 button.btn-02:focus {
        padding: 6px 33px 9px 24px;
    }
}

.btn-01:disabled {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
    cursor: default;
}

.btn-01:disabled:after {
    position: absolute;
    top: 2px;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-01:disabled:hover, .btn-01:disabled:active, .btn-01:disabled:focus {
    padding: 10px 32px 9px 24px;
}

@media screen and (max-width: 768px) {
    .btn-01:disabled {
        display: block;
        width: 100%;
    }
}

#btn-top {
    position: fixed;
    right: auto;
    bottom: 20px;
    left: auto;
    z-index: 5;
    display: block;
    margin-left: 1120px;
}

#btn-top a {
    display: block;
    width: 44px;
    height: 44px;
    font-size: 0;
    color: transparent;
    background: #999;
    opacity: .75;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#btn-top a:hover, #btn-top a:active, #btn-top a:focus {
    opacity: .9;
}

#btn-top a:before {
    position: absolute;
    top: 0;
    top: 19px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    margin: 0 auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

@media screen and (max-width: 1250px) {
    #btn-top {
        right: 20px;
    }
}

#top #btn-top {
    display: none;
}

.btn-search-01 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 128px;
    max-height: 48px;
    padding: 10px 10px 10px 21px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(238, 238, 238, .6));
    background-color: rgba(247, 247, 247, .6);
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#99FFFFFF',EndColorStr='#99EEEEEE')";
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.btn-search-01:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25px;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -217px -63px;
    content: "";
}

.btn-search-01:hover, .btn-search-01:active, .btn-search-01:focus {
    padding: 8px 10px 10px 21px;
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(238, 238, 238, 0));
    background-color: #5b6fbc;
    border-color: #5b6fbc;
    border-top: 3px solid #495996;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00FFFFFF',EndColorStr='#00EEEEEE')";
}

.btn-search-01:hover:before, .btn-search-01:active:before, .btn-search-01:focus:before {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 25px;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto 0;
    background-image: url(/common/images/sprite/sprite.png);
    background-position: -217px -63px;
    content: "";
}

.btn-pager-01 {
    position: relative;
    box-sizing: border-box;
    max-width: 1100px;
    margin-bottom: 25px;
    text-align: center;
}

.btn-pager-01 > ul {
    font-size: 0;
}

.btn-pager-01 > ul > li {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.btn-pager-01 li a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 14px;
    color: #333;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    border-radius: 2.85px;
}

.btn-pager-01 li a:hover {
    padding: 3px 14px 5px;
    background: #f3f3f3;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.btn-pager-01 li.current a {
    background: #e2efff;
    border-bottom: 1px solid #ccc;
}

.btn-pager-01 li.current a:hover {
    padding: 7px 14px 5px;
    background: #f3f3f3;
    border-top: 1px solid #ccc;
}

.btn-pager-01 li.prev {
    margin-right: 20px;
}

.btn-pager-01 li.prev a {
    width: 92px;
    padding-left: 29px;
}

.btn-pager-01 li.prev a:after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 12px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-pager-01 li.prev a:hover:after {
    position: absolute;
    top: -4px;
    right: auto;
    bottom: 0;
    left: 12px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.btn-pager-01 li.next {
    margin-left: 20px;
}

.btn-pager-01 li.next a {
    width: 92px;
    padding-right: 25px;
}

.btn-pager-01 li.next a:before {
    border-color: transparent #f00 transparent;
}

.btn-pager-01 li.next a:after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-pager-01 li.next a:hover:after {
    position: absolute;
    top: -4px;
    right: 20px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-pager-01 li.first a {
    padding-left: 22px;
}

.btn-pager-01 li.first a:before {
    border-color: transparent #f00 transparent;
}

.btn-pager-01 li.first a:hover:before {
    border-color: transparent #fff transparent;
}

.btn-pager-01 li.first a:after {
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    content: "|";
}

.btn-pager-01 li.last a {
    padding-right: 22px;
}

.btn-pager-01 li.last a:hover:before {
    border-color: transparent transparent transparent #fff;
}

.btn-pager-01 li.last a:after {
    position: absolute;
    top: 6px;
    right: 4px;
    display: block;
    content: "|";
}

.btn-pager-01 ol {
    font-size: 0;
    text-align: center;
}

.btn-pager-01 ol > li {
    float: left;
    margin-right: 11px;
}

.btn-pager-01 ol > li:last-child {
    margin-right: 0;
}

.btn-pager-01 ol > li a {
    width: 40px;
    height: 40px;
    padding: 7px 5px 5px;
    font-size: 14px;
}

.btn-pager-01 ol > li a:hover {
    padding: 5px 5px 5px;
}

@media screen and (max-width: 768px) {
    .btn-pager-01 > ul > li > ol > li:not(.current) {
        display: none;
    }
    .btn-pager-01 > ul > li > ol > li.current {
        margin-right: 0;
    }
    .btn-pager-01 > ul:after {
        display: block;
        clear: both;
        content: " ";
    }
    .btn-pager-01 li.prev {
        float: left;
        margin-right: 10px;
    }
    .btn-pager-01 li.prev a {
        width: 69px;
        padding-left: 21px;
    }
    .btn-pager-01 li.prev a:after {
        left: 8px;
    }
    .btn-pager-01 li.prev a:hover:after {
        left: 8px;
    }
    .btn-pager-01 li.next {
        float: right;
        margin-left: 10px;
    }
    .btn-pager-01 li.next a {
        width: 69px;
        padding-right: 21px;
    }
    .btn-pager-01 li.next a:after {
        right: 8px;
    }
    .btn-pager-01 li.next a:hover:after {
        right: 8px;
    }
}

.form-01 + * {
    margin-top: 24px;
}

.btn-search-01 + .form-list-01 {
    margin-top: 16px;
}

input, select, textarea {
    font-size: 16px;
}

.form-select-01 {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    background: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: 1px 1px 4px -1px #dadada inset;
}

.form-select-01:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 100%;
    background: -webkit-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    border-left: 1px solid #dadada;
    border-radius: 0 4px 4px 0;
    content: "";
    pointer-events: none;
}

.form-select-01:after {
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    margin-top: -4.5px;
    border-width: 9px 6px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    content: "";
    pointer-events: none;
}

.form-select-01 > select {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 54px 8px 10px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.form-select-01 > select::-ms-expand {
    display: none;
}

.form-select-01 + .form-select-01 {
    margin-left: 10px;
}

.form-select-01 + span {
    margin-right: 8px;
}

input[type="radio"]:disabled + label {
    color: #666;
    background: #eee;
    cursor: default;
}

input[type="radio"]:disabled + .form-radio:before {
    background: #eee;
}

.form-radio, .form-checkbox {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 27px 8px 41px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.form-radio:before, .form-checkbox:after {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    content: "";
}

.form-checkbox:before {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 15px;
    z-index: 1;
    display: block;
    width: 4px;
    height: 10px;
    margin: auto 0;
    border-right: 3px solid #5b6fbc;
    border-bottom: 3px solid #5b6fbc;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-checkbox:after {
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    height: 20px;
    margin: auto 0;
    border-radius: 2px;
}

.form-radio:before {
    top: -1px;
    bottom: 0;
    left: 12px;
    width: 20px;
    height: 20px;
    margin: auto 0;
}

.form-radio:before {
    border-radius: 50%;
}

.form-radio:after {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 17px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    background: #5b6fbc;
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
}

input[type="radio"]:checked + .form-radio:after {
    z-index: 1;
    opacity: 1;
}

input[type="radio"]:checked + .form-radio, input[type="checkbox"]:checked + .form-checkbox {
    height: 100%;
    background: #e2efff;
}

input[type="checkbox"]:checked + .form-checkbox:before {
    opacity: 1;
}

.error .form-checkbox:after {
    background: #f8e0e0;
    border-color: #c62a2a;
}

.form-radio-02, .form-checkbox-02 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 22px;
    padding-left: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.form-radio-02:before, .form-checkbox-02:after {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    content: "";
}

.form-checkbox-02:before {
    position: absolute;
    top: 5px;
    left: 7px;
    z-index: 1;
    display: block;
    width: 4px;
    height: 10px;
    margin: auto 0;
    border-right: 3px solid #5b6fbc;
    border-bottom: 3px solid #5b6fbc;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-checkbox-02:after {
    top: 3px;
    bottom: auto;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    border-radius: 2px;
}

.chkbt > .form-checkbox-02:before {
    top: 42%; /*34px*/
}
.chkbt > .form-checkbox-02:after {
    top: 40%; /*32px*/
}

.form-radio-02:before {
    top: 2px;
    bottom: auto;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
}

.form-radio-02:before {
    border-radius: 50%;
}

.form-radio-02:after {
    position: absolute;
    top: 7px;
    bottom: auto;
    left: 5px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    background: #5b6fbc;
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .2s linear 0s;
    transition: opacity .2s linear 0s;
}

input[type="radio"]:checked + .form-radio-02:after {
    z-index: 1;
    opacity: 1;
}

input[type="checkbox"]:checked + .form-checkbox-02:before {
    opacity: 1;
}

input[type="radio"], input[type="checkbox"] {
    position: absolute;
    left: -1000em;
    z-index: -10;
}

/* for siryoseikyu
=================================================================*/
.request_box01 {
  padding-left: 30px;
}

.product_bt {
    width: 420px;
}

.chkbt > label image {
   width: 100%;
}

@media screen and (max-width: 768px) {
  .product_bt {
        width: 100%;
    }
}

.chkbt_mask {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.chkbt {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
	padding: 10px;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBEB', endColorstr='#FCFCFC');
    background: -moz-linear-gradient(top, #EBEBEB, #FCFCFC);
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#FCFCFC));
    background: linear-gradient(to bottom, #EBEBEB, #FCFCFC);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.chkbt:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#EBEBEB');
    background: -moz-linear-gradient(top, #FCFCFC, #EBEBEB);
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#EBEBEB));
    background: linear-gradient(to bottom, #FCFCFC, #EBEBEB);
}

.form-text-01.kinmu {
	width: 600px;
}
.form-text-01.yubin {
    width: 100px;
}
.form-text-01.jusho1 {
	width: 500px;
}
.form-text-01.jusho2 {
	width: 452px;
}
.form-text-01.jusho3 {
	width: 620px;
}
.form-text-01.mail {
    width: 450px;
}
.henkouyoteibi {
    display: flex;
	align-items: center;
}
.henkouyoteibi li:first-child {
   margin-right: 14px;
}

@media screen and (max-width: 768px) {
    .form-text-01,
	.form-text-01.kinmu,
	.form-text-01.yubin,
	.form-text-01.jusho1,
	.form-text-01.jusho2,
	.form-text-01.jusho3,
	.form-text-01.mail {
        width: 100%;
    }
}

/* siryoseikyu end
=================================================================*/

.form-list-01 {
    margin: -12px 0 0 -8px;
}

.form-list-01:after {
    display: block;
    clear: both;
    content: " ";
}

.form-list-01 li {
    float: left;
    margin: 12px 0 0 8px;
}

@media screen and (max-width: 768px) {
    .form-list-01._pref .form-select-01 {
        display: block;
        width: 204px;
        margin-left: 0;
    }
    .form-list-01._pref li {
        float: none;
    }
    .form-list-01._pref li .form-text-01 {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    label + [class^="form"] {
        margin-top: 4px !important;
    }
}

* + .form-list-01 {
    margin-top: 0;
}

@media screen and (max-width: 320px) {
    .form-list-01 li:nth-child(2n) {
        margin-right: 0;
    }
}

.form-list-02 {
    margin: -12px 0 0 -17px;
}

.form-list-02:after {
    display: block;
    clear: both;
    content: " ";
}

.form-list-02 li {
    float: left;
    margin: 12px 0 0 17px;
}

@media screen and (max-width: 768px) {
    .form-list-02 li {
        display: table;
        float: none;
        width: 100%;
    }
    .form-list-02 li > label {
        display: table-cell;
    }
    .form-list-02 li .form-text-01 {
        display: table-cell;
     /* width: 90%; */
        width: calc(100% - 30px);
    }
}
.btn-03 {
 color: #FFF;
 display: inline-block;
 background-color: #999;
 border: 1px solid #666;
 padding: 4px;
 margin-left: 10px;
 font-weigh: bold;
 font-size: 0.8em;
}
.btn-03:hover {
 opacity: 0.6;
}
@media screen and (max-width: 768px) {
    .list-desc-03 .form-text-01 {
        display: table-cell;
        width: 90%;
        width: calc(100% - 16px);
    }
	.list-desc-03 .form-text-01 + span {
		display: table-cell;
		vertical-align: middle;
	}
	.list-desc-03 .form-text-01 + span.pd30 {
	    padding-top: 30px;
	}
	.list-desc-03 .form-text-01.wd500,
	.list-desc-03 .form-text-01.wd600,
	.list-desc-03 .form-text-01.mA {
		width: calc(100% - 16px);
	}
	.btn-03 {
	    margin-top: 4px;
	}
}

* + .form-list-02 {
    margin-top: 0;
}

.form-text-01, .form-text-02, .form-text-03 {
    box-sizing: border-box;
    width: 241px;
    height: 44px;
    padding: 0 32px 0 10px;
    background: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: 3px 3px 3px -2px #dadada inset;
}
.form-text-02 {
    width: 120px;
}
.form-text-01.wd500 {
	width: 500px;
}
.list-desc-03 dt.ex01 { /*st03*/
    display:inline-block;
	margin-left: 120px;
}
.list-desc-03 dt.ex02 { /*st04*/
    display:inline-block;
	margin-left: 230px;
}
.list-desc-03 dt.ex03 { /*st05*/
    display:inline-block;
	margin-left: 200px;
}
.list-desc-03 dt.ex04 { /*st06*/
    display:inline-block;
	margin-left: 100px;
}
.list-desc-03 dt.ex05 { /*st07*/
    display:inline-block;
	margin-left: 90px;
}
.list-desc-03 .st00 {
    width: 210px;
}
.list-desc-03 label.st01 { /*kumikomihoken*/
    display: inline-block;
	width: 16%;
}
.list-desc-03 label.st02 { /*kumikomihoken*/
    display: inline-block;
	width: 8%;
}
.list-desc-03 label.st03 {
    display: inline-block;
	width: 100px;
}
.list-desc-03 label.st04 {
    display: inline-block;
	width: 210px;
}
.list-desc-03 label.st05 {
    display: inline-block;
	width: 180px;
}
.list-desc-03 label.st06 {
    display: inline-block;
	width: 80px;
}
.list-desc-03 label.st07 {
    display: inline-block;
	width: 70px;
}
@media screen and (max-width: 768px) {
    .list-desc-03 dt.ex01,
	.list-desc-03 dt.ex02,
	.list-desc-03 dt.ex03,
    .list-desc-03 dt.ex04,
	.list-desc-03 dt.ex05 {
	   margin-left: 0;
	}
	.list-desc-03 label.st01 {
	   width: 100%;
	}
    .list-desc-03 .st00 {
	   width: 50px;
	}
	.list-desc-03 label.st02,
	.list-desc-03 label.st03,
	.list-desc-03 label.st04,
	.list-desc-03 label.st05,
	.list-desc-03 label.st06,
	.list-desc-03 label.st07 {
       display: inline-block;
	   width: 100%;
    }
	.henkouyoteibi li.st06 {
	   display: none;
	}
	.henkouyoteibi .form-select-01 > select {
	   width: auto;
	}
	.text-large-02 {
	   text-align: left;
	}
}
.form-text-01.wd600 {
	width: 600px;
	height: 200px;
}
.form-text-01.mA {
	width: 600px;
}
[class^="form"].error {
    background: #ffeaef;
    border-color: #e60044;
}

label + .form-text-01, label + .form-text-02, label + .form-select-01 {
    margin-left: 9px;
}

.form-text-01 + span, .form-text-02 + span {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .form-text-01 + span, .form-text-02 + span {
        display: table-cell;
        vertical-align: middle;
    }
}

.form-text-error {
    margin-top: 8px;
    font-size: 14px;
}

th strong {
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    background: #e60044;
}
th strong.nini {
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    background: #ccc;
}

th > .inner {
    display: table;
    width: 100%;
}

th > .inner > span:nth-child(1) {
    display: table-cell;
    padding-right: 10px;
}

th > .inner > span:nth-child(2) {
    display: table-cell;
    min-width: 40px;
    vertical-align: middle;
    text-align: right;
}

.form-text-01.form-search-02, 
.form-text-03.form-search-02 {
    box-sizing: content-box;
    width: 100%;
    max-width: 494px;
    margin: -3px 8px 0 0;
    padding: 1px 10px;
}
.form-text-03.form-search-02 {
   max-width: 294px;
}
.form-search-wrapper:after {
    display: block;
    clear: both;
    content: "";
}

.form-search-wrapper + .form-list-01 {
    margin-top: 14px;
}

.form-search-wrapper + .form-list-01 + .form-list-01 {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .form-search-wrapper {
        width: 100%;
    }
    .form-search-wrapper .form-text-01.form-search-02 {
        float: left;
        width: calc(100% - 116px);
        max-width: none;
        margin: -3px 5px 0 0;
        padding: 1px 10px;
        vertical-align: top;
    }
    .form-search-wrapper .btn-search-01 {
        float: left;
        min-width: auto;
        min-width: 85px;
        margin-top: -3px;
        padding: 10px 10px 10px 25px;
    }
    .form-search-wrapper .btn-search-01:before {
        left: 10px;
    }
    .form-search-wrapper .btn-search-01:hover {
        padding: 8px 10px 10px 25px;
    }
}

.tab-list + [class^="hdg-ty2"] {
    margin-top: 0;
}

.tab-list + * {
    margin-top: 33px;
}

.tab-list._col2 + *,
.tab-list._col3 + *,
.tab-list._col6 + *,
.tab-list._col7 + * {
    margin-top: 30px;
}

.tab-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.tab-list:after {
    display: block;
    clear: both;
    content: " ";
}

.tab-list li {
    display: table;
    float: left;
    box-sizing: border-box;
    width: 25%;
    min-height: 52px;
    text-align: center;
    border-right: 1px solid #d9d5cc;
}
.tab-list._col7  li {
   min-height: 128px;
}

.tab-list li.row1,
.tab-list li.row2 {
    min-height: 78px;
}

.tab-list li:nth-child(4n+1) {
    border-left: 1px solid #d9d5cc;
}

.tab-list._col6 li:nth-child(4n+1),
.tab-list._col7 li:nth-child(4n+1) {
    border-left: none;
}

.tab-list._col6 li:nth-child(6n+1),
.tab-list._col7 li:nth-child(7n+1) {
    border-left: 1px solid #d9d5cc;
}

.tab-list li a,
.tab-list._col6 li a,
.tab-list._col7 li a {
    position: relative;
    z-index: 1;
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 23px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.5;
    text-decoration: none;
    background: #f7f2e8;
    border-top: 3px solid #d9d5cc;
    border-bottom: 3px solid transparent;
}
.tab-list._col7 li a {
   min-height: 130px;
}
.tab-list li.current a,
.tab-list._col6 li.current a,
.tab-list._col7 li.current a {
    z-index: 2;
    font-weight: bold;
    color: #333;
    background: #fff;
    border-top: 3px solid #5b6fbc;/*sp時タブ上部ボーダー色*/
}

.tab-list li.current a:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tab-list li._strong a {
    background: #ffeaef;
    border-top: 3px solid #fbb8c9;
}

.tab-list li._strong.current a {
    z-index: 2;
    font-weight: bold;
    color: #333;
    background: #fff;
    border-top: 3px solid #e60044;
}

.tab-list li._strong.current a:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tab-list._auto li {
    width: auto;
}

.tab-list._auto li:nth-child(4n+1) {
    border-left: none;
}

.tab-list._auto li:first-child {
    border-left: 1px solid #d9d5cc;
}

.tab-list._col6 li {
    width: calc(100% / 6);
}

.tab-list._col7 li {
    width: calc(100% / 7);
}

@media screen and (max-width: 1024px) {
    .tab-list._auto li {
        width: 50%;
    }
    .tab-list._auto li:nth-child(4n+1) {
        border-left: 1px solid #d9d5cc;
    }
}

.tab-list._col2,
.tab-list._col3,
.tab-list._col6,
.tab-list._col7 {
    display: table;
}

@media screen and (max-width: 1024px) {
   .tab-list._col6 li {
       width: calc(100% / 3);
   }
   .tab-list._col7 li {
        width: 50%;
    }
  .tab-list._col6 li:nth-child(2n+1) {
        border-left: none;
    }
  .tab-list._col6 li:nth-child(3n+1) {
        border-left: 1px solid #d9d5cc;
    }
}
.tab-list._col2 li {
    display: table-cell;
    float: none;
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.tab-list._col3 li {
    display: table-cell;
    float: none;
    box-sizing: border-box;
    width: calc(100% / 3);
    vertical-align: middle;
    text-align: center;
}
.tab-list._col2 li a,
.tab-list._col3 li a,
.tab-list._col6 li a,
.tab-list._col7 li a {
    display: table;
    box-sizing: border-box;
    width: 100%;
}

.tab-list._col2 li a > span,
.tab-list._col3 li a > span,
.tab-list._col6 li a > span,
.tab-list._col7 li a > span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.tab-list._foot {
    margin: 40px 0 20px;
}

.tab-list._foot li a {
    border-top: none;
    border-bottom: 3px solid #d9d5cc;
}

.tab-list._foot li.current a {
    border-bottom: 3px solid #5b6fbc;
}

.tab-list._foot li.current a:before {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.tab-list._foot li._strong a {
    border-top: none;
    border-bottom: 3px solid #fbb8c9;
}

.tab-list._foot li._strong.current a {
    z-index: 2;
    color: #333;
    border-bottom: 3px solid #e60044;
}

@media screen and (max-width: 1024px) {
    .tab-list {
        margin-bottom: 22px;
    }
    .tab-list li {
        position: relative;
        width: 50%;
    }
	.tab-list li.row1 {
	    min-height: 52px;
	}
    .tab-list li:nth-child(2n+1) {
        border-left: 1px solid #d9d5cc;
    }
	/*.tab-list._col6 li,
	.tab-list._col6 li a {
	    min-height: 52px;
	
	}*/
	.tab-list._col7 li,
	.tab-list._col7 li a {
        min-height: 53px;
    }
	.tab-list._col7 li:nth-child(2n+1) {
        border-left: 1px solid #d9d5cc;
    }
	.tab-list._col7 li a {
	    border-top: 1px solid #d9d5cc;
	}

    .tab-list li a {
        box-sizing: border-box;
        padding: 12px 10px;
        font-size: 14px;
        text-align: center;
    }
    .tab-list li.current a:before {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 6px;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top: 2px solid #e60044;
        border-right: 2px solid #e60044;
        content: "";
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .tab-list._foot {
        margin: 30px 0 18px;
        border: none;
    }
    .tab-list._foot:before {
        display: none;
    }
    .tab-list._foot li.current a:before {
        position: absolute;
        top: 6px;
        right: 0;
        bottom: auto;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        margin: auto;
        border-top: 2px solid #e60044;
        border-right: 2px solid #e60044;
        content: "";
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .tab-list._foot li:before {
        top: auto;
        bottom: 0;
    }
}

#gmap + * {
    margin-top: 18px;
}

#gmap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#map-container {
    position: relative;
    margin: 0 auto;
    padding-top: 50%;
}

@media screen and (max-width: 768px) {
    #map-container {
        padding-top: 100%;
    }
}

.bank-name {
    margin-top: 1px;
    padding: 10px 24px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #2a4198;
}

.bank-name .inner {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .bank-name {
        padding: 10px;
    }
}

.bank-name + .hdg-ty1-01 {
    margin-top: 0;
}

.nav-sort + * {
    margin-top: 16px;
}

.nav-sort {
    font-size: 0;
    text-align: right;
}

.nav-sort span {
    display: inline-block;
    padding: 0 22px;
    font-weight: bold;
    font-size: 14px;
}

.nav-sort span + span {
    border-left: 1px solid #999;
}

.icon-pdf {
    margin: -5px 4px 0 8px;
}
.icon_TdfLifeNet {
    margin: -4px 4px 0 8px;
	border-radius: 4px;
}

.icon-window {
    margin: -20px 4px 0 8px;
}

.slider-area {
    width: 100%;
}

.slider-area .slider-area-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.slider-area .item + .item {
    display: none;
}

@media screen and (max-width: 1024px) {
    .slider-area {
        margin-top: 0;
    }
}

#over-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 120%;
    background: #000;
    opacity: .6;
}

#main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#main-image .carousel {
    position: relative;
    width: 100%;
    max-width: 712px;
    margin: 0 auto;
}

#main-image .carousel.off-carousel .control, #main-image .carousel .jump {
    display: none;
}

#main-image .carousel .content {
    margin: 0 auto;
    padding: 0 0 30px;
}

#main-image .carousel .content li {
    float: left;
    margin: 0;
}

#main-image .carousel .content li img {
    width: 692px;
}

#main-image .carousel .content a {
    display: block;
}

#main-image .carousel .control button {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    background: no-repeat;
    border: none;
}

#main-image .carousel .control {
    float: left;
}

#main-image .carousel .control #pause, #main-image .carousel .control #resume {
    display: none;
    margin-left: 3px;
}

#main-image .carousel .control .next {
    top: 0;
    right: 0;
    display: none;
}

#main-image .carousel .control .prev {
    top: 0;
    left: 0;
    display: none;
}

#main-image .carousel.static-lte4col ul {
    display: block;
    margin: 0;
    text-align: center;
}

#main-image .carousel.static-lte4col li {
    display: inline-block;
    float: none;
    padding: 0 10px 20px;
    vertical-align: top;
}

#main-image .jump {
    float: left;
    margin-top: 3px;
    font-size: 0;
}

#main-image .jump li {
    display: inline-block;
    width: 28px;
}

#main-image .jump li button {
    padding: 0;
}

#main-image .jump li button span {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    background: #ccc;
    border-radius: 50%;
}

#main-image .jump li.current button span {
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #2a4198;
}

#main-image .control-wrap {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 10;
}

#main-image .control-wrap:after {
    display: block;
    clear: both;
    content: " ";
}

@media screen and (max-width: 1148px) {
    #main-image .control-wrap {
        right: 21px;
    }
}

@media screen and (max-width: 768px) {
    #main-image .control-wrap {
        right: 7px;
    }
}

.align-c {
    text-align: center !important;
}

.align-l {
    text-align: left !important;
}

.align-r {
    text-align: right !important;
}

.middle {
    vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
    .align-r-sp {
        text-align: right !important;
    }
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml17 {
    margin-left: 17px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml23 {
    margin-left: 23px;
}

.w1 {
    width: 1% !important;
}

.w2 {
    width: 2% !important;
}

.w3 {
    width: 3% !important;
}

.w4 {
    width: 4% !important;
}

.w5 {
    width: 5% !important;
}

.w6 {
    width: 6% !important;
}

.w7 {
    width: 7% !important;
}

.w8 {
    width: 8% !important;
}

.w9 {
    width: 9% !important;
}

.w10 {
    width: 10% !important;
}

.w11 {
    width: 11% !important;
}

.w12 {
    width: 12% !important;
}

.w13 {
    width: 13% !important;
}

.w14 {
    width: 14% !important;
}

.w15 {
    width: 15% !important;
}

.w16 {
    width: 16% !important;
}

.w17 {
    width: 17% !important;
}

.w18 {
    width: 18% !important;
}

.w19 {
    width: 19% !important;
}

.w20 {
    width: 20% !important;
}

.w21 {
    width: 21% !important;
}

.w22 {
    width: 22% !important;
}

.w23 {
    width: 23% !important;
}

.w24 {
    width: 24% !important;
}

.w25 {
    width: 25% !important;
}

.w26 {
    width: 26% !important;
}

.w27 {
    width: 27% !important;
}

.w28 {
    width: 28% !important;
}

.w29 {
    width: 29% !important;
}

.w30 {
    width: 30% !important;
}

.w31 {
    width: 31% !important;
}

.w32 {
    width: 32% !important;
}

.w33 {
    width: 33% !important;
}

.w34 {
    width: 34% !important;
}

.w35 {
    width: 35% !important;
}

.w36 {
    width: 36% !important;
}

.w37 {
    width: 37% !important;
}

.w38 {
    width: 38% !important;
}

.w39 {
    width: 39% !important;
}

.w40 {
    width: 40% !important;
}

.w41 {
    width: 41% !important;
}

.w42 {
    width: 42% !important;
}

.w43 {
    width: 43% !important;
}

.w44 {
    width: 44% !important;
}

.w45 {
    width: 45% !important;
}

.w46 {
    width: 46% !important;
}

.w47 {
    width: 47% !important;
}

.w48 {
    width: 48% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w51 {
    width: 51% !important;
}

.w52 {
    width: 52% !important;
}

.w53 {
    width: 53% !important;
}

.w54 {
    width: 54% !important;
}

.w55 {
    width: 55% !important;
}

.w56 {
    width: 56% !important;
}

.w57 {
    width: 57% !important;
}

.w58 {
    width: 58% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w61 {
    width: 61% !important;
}

.w62 {
    width: 62% !important;
}

.w63 {
    width: 63% !important;
}

.w64 {
    width: 64% !important;
}

.w65 {
    width: 65% !important;
}

.w66 {
    width: 66% !important;
}

.w67 {
    width: 67% !important;
}

.w68 {
    width: 68% !important;
}

.w69 {
    width: 69% !important;
}

.w70 {
    width: 70% !important;
}

.w71 {
    width: 71% !important;
}

.w72 {
    width: 72% !important;
}

.w73 {
    width: 73% !important;
}

.w74 {
    width: 74% !important;
}

.w75 {
    width: 75% !important;
}

.w76 {
    width: 76% !important;
}

.w77 {
    width: 77% !important;
}

.w78 {
    width: 78% !important;
}

.w79 {
    width: 79% !important;
}

.w80 {
    width: 80% !important;
}

.w81 {
    width: 81% !important;
}

.w82 {
    width: 82% !important;
}

.w83 {
    width: 83% !important;
}

.w84 {
    width: 84% !important;
}

.w85 {
    width: 85% !important;
}

.w86 {
    width: 86% !important;
}

.w87 {
    width: 87% !important;
}

.w88 {
    width: 88% !important;
}

.w89 {
    width: 89% !important;
}

.w90 {
    width: 90% !important;
}

.w91 {
    width: 91% !important;
}

.w92 {
    width: 92% !important;
}

.w93 {
    width: 93% !important;
}

.w94 {
    width: 94% !important;
}

.w95 {
    width: 95% !important;
}

.w96 {
    width: 96% !important;
}

.w97 {
    width: 97% !important;
}

.w98 {
    width: 98% !important;
}

.w99 {
    width: 99% !important;
}

.w100 {
    width: 100% !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: " ";
}

.clearfix .f-left {
    float: left;
}

.clearfix .f-right {
    float: right;
}

@media screen and (max-width: 768px) {
    .clearfix .f-left, .clearfix .f-right {
        float: none;
    }
}

._inline-b {
    display: inline-block;
}

#advantage .content .content-inner > *:last-child {
    margin-bottom: 0;
}

#advantage .content .content-bg > .content-inner > *:first-child {
    margin-top: 0;
}

#advantage .content._advantage > .content-bg {
    background: url(/kentou/images/bg_advantage_01.png) no-repeat center bottom;
    background-size: cover;
}

#advantage .content._advantage > .content-bg > .content-inner {
    padding: 96px 24px 45px;
}

#advantage .content._about > .content-inner {
    padding: 60px 24px 59px;
}

#advantage .content._about > .content-bg {
    background: #78c3ff url(/kentou/images/bg_advantage_02.png) no-repeat left bottom;
    background-size: 100%;
}

#advantage .content._about > .content-bg > .content-inner {
    padding: 60px 24px 59px;
}

#advantage .content._healthy > .content-inner {
    padding: 60px 24px 54px;
}

#advantage .content._healthy > .content-bg {
    background: #eaecf4 url(/kentou/images/bg_advantage_03.png) no-repeat center bottom;
    background-size: 100%;
}

#advantage .content._healthy > .content-bg > .content-inner {
    padding: 67px 24px 50px;
}

#advantage .content._product > .content-inner {
    padding: 60px 24px 52px;
}

#advantage .content._product > .content-bg {
    background: #f4f5f6 url(/kentou/images/bg_advantage_04.png) no-repeat center top;
    background-size: cover;
}

#advantage .content._product > .content-bg > .content-inner {
    padding: 67px 24px 43px;
}

#advantage .content._agency > .content-inner {
    padding: 60px 24px 54px;
}

#advantage .content._agency > .content-bg {
    background: #dfdedc url(/kentou/images/bg_advantage_05.png) no-repeat center top;
    background-size: cover;
}

#advantage .content._agency > .content-bg > .content-inner {
    padding: 68px 24px 57px;
}

@media screen and (max-width: 768px) {
    #advantage .content .content-inner {
        padding: 46px 10px 37px;
    }
    #advantage .content .content-bg > .content-inner {
        padding: 28px 10px 32px;
    }
    #advantage .content._advantage .content-bg {
        background: url(/kentou/images/bg_advantage_01_sp.png) no-repeat center bottom;
        background-size: cover;
    }
    #advantage .content._advantage .content-bg > .content-inner {
        padding: 28px 15px 66px;
    }
    #advantage .content._about > .content-inner {
        padding: 46px 10px 34px;
    }
    #advantage .content._about > .content-bg {
        background: #78c3ff url(/kentou/images/bg_advantage_02_sp.png) no-repeat left bottom;
        background-position: 20% bottom;
    }
    #advantage .content._about > .content-bg > .content-inner {
        padding: 24px 10px 32px;
    }
    #advantage .content._healthy .content-inner {
        padding: 46px 10px 34px;
    }
    #advantage .content._healthy > .content-bg {
        background: #eaecf4 url(/kentou/images/bg_advantage_03_sp.png) no-repeat center bottom;
        background-size: 100%;
    }
    #advantage .content._healthy > .content-bg > .content-inner {
        padding: 28px 10px 32px;
    }
    #advantage .content._product .content-inner {
        padding: 46px 10px 37px;
    }
    #advantage .content._product > .content-bg {
        background: #f4f5f6 url(/kentou/images/bg_advantage_04_sp.png) no-repeat center top;
        background-size: 100%;
    }
    #advantage .content._product > .content-bg > .content-inner {
        padding: 32px 10px 16px;
    }
    #advantage .content._agency .content-inner {
        padding: 46px 10px 36px;
    }
    #advantage .content._agency > .content-bg {
        background: #dfdedc url(/kentou/images/bg_advantage_05_sp.png) no-repeat center top;
        background-size: 100%;
    }
    #advantage .content._agency > .content-bg > .content-inner {
        padding: 32px 10px 90px;
    }
}

#advantage .hdg-ty1-01 {
    margin: 30px 0 70px;
    background: none;
}

#advantage .hdg-ty1-01 h1 {
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #advantage .hdg-ty1-01 {
        margin-bottom: 31px;
    }
    #advantage .hdg-ty1-01 h1 {
        line-height: 1.58;
        background: none;
    }
    #advantage .hdg-ty1-01 h1 > span {
        display: block;
    }
}

#advantage .hdg-ty2-01 {
    margin: 0 0 35px;
}

#advantage .hdg-ty2-01 h2 {
    position: relative;
    padding: 78px 0 0;
    font-size: 32px;
    text-align: center;
}

#advantage .hdg-ty2-01 h2:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
}

#advantage .hdg-ty2-01 + p {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #advantage .hdg-ty2-01 {
        margin-bottom: 19px;
    }
    #advantage .hdg-ty2-01 h2 {
        padding-top: 73px;
        font-size: 24px;
    }
    #advantage .hdg-ty2-01 + p {
        font-size: 16px;
        line-height: 1.75;
    }
}

#advantage .content._about .hdg-ty2-01 h2:before {
    width: 43px;
    height: 51px;
    background: url(/kentou/images/icon_advantage_01.png) no-repeat;
}

#advantage .content._healthy .hdg-ty2-01 h2:before {
    width: 56px;
    height: 51px;
    background: url(/kentou/images/icon_advantage_02.png) no-repeat;
}

#advantage .content._product .hdg-ty2-01 h2:before {
    width: 56px;
    height: 49px;
    background: url(/kentou/images/icon_advantage_03.png) no-repeat;
}

#advantage .content._agency .hdg-ty2-01 h2 {
    padding-top: 68px;
}

#advantage .content._agency .hdg-ty2-01 h2:before {
    width: 55px;
    height: 49px;
    background: url(/kentou/images/icon_advantage_04.png) no-repeat;
}

#advantage .hdg-ty3-01 {
    margin-bottom: 16px;
    padding: 0;
    font-size: 24px;
    background: none;
    border-radius: 0;
}

#advantage .hdg-ty3-01:before {
    content: none;
}

@media screen and (max-width: 768px) {
    #advantage .hdg-ty3-01 {
        font-size: 20px;
        line-height: 1.65;
    }
}

#advantage .link-anc-adv {
    width: 100%;
    max-width: 878px;
    margin: 0 auto;
}

#advantage .link-anc-adv > * {
    box-sizing: border-box;
}

#advantage .link-anc-adv .link-anc-adv-inner {
    margin: 0 0 -16px 8%; /* 170407 margin-left: -9.105%→8% */
}

#advantage .link-anc-adv .link-anc-adv-inner:after {
    display: block;
    clear: both;
    content: " ";
}

#advantage .link-anc-adv .link-anc-adv-inner li {
    float: left;
    padding: 0 0 16px 8.4001678%;
}

#advantage .link-anc-adv .link-anc-adv-inner li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 158px;
    height: 158px;
    padding: 100px 10px 40px;
    font-size: 15px;
    color: #222;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, .9);
    border-radius: 100%;
    box-shadow: 0 0 6px -1px #aaa;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

#advantage .link-anc-adv .link-anc-adv-inner li a:before {
    position: absolute;
    right: 0;
    bottom: 74px;
    left: 0;
    margin: 0 auto;
    content: "";
}

#advantage .link-anc-adv .link-anc-adv-inner li a:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 16px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#advantage .link-anc-adv .link-anc-adv-inner li a:hover, #advantage .link-anc-adv .link-anc-adv-inner li a:active, #advantage .link-anc-adv .link-anc-adv-inner li a:focus {
    box-shadow: 0 0 10px -1px #777;
}

#advantage .link-anc-adv .link-anc-adv-inner li._about a:before {
    width: 43px;
    height: 51px;
    background: url(/kentou/images/icon_advantage_01.png) no-repeat;
}

#advantage .link-anc-adv .link-anc-adv-inner li._healthy a:before {
    width: 56px;
    height: 51px;
    background: url(/kentou/images/icon_advantage_02.png) no-repeat;
}

#advantage .link-anc-adv .link-anc-adv-inner li._product a:before {
    width: 56px;
    height: 49px;
    background: url(/kentou/images/icon_advantage_03.png) no-repeat;
}

#advantage .link-anc-adv .link-anc-adv-inner li._agency a {
    font-size: 14px;
}

#advantage .link-anc-adv .link-anc-adv-inner li._agency a:before {
    width: 55px;
    height: 49px;
    background: url(/kentou/images/icon_advantage_04.png) no-repeat;
}

@media screen and (max-width: 940px) {
    #advantage .link-anc-adv {
        width: 530px;/*351.781px→530px*/
    }
	#advantage .link-anc-adv .link-anc-adv-inner li:nth-child(2n+1) {
        clear: both;
    }
	#advantage .link-anc-adv .link-anc-adv-inner li:last-child {
		padding-left: 28%;/*180220 最後の子要素強制的に中央寄*/
	}
}

@media screen and (max-width: 768px) {
    #advantage .link-anc-adv {
        width: 280px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner {
        margin-left: -12px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li {
        padding-left: 12px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li:nth-child(2n+1) {
        clear: both;
    }
	#advantage .link-anc-adv .link-anc-adv-inner li:last-child {
		padding-left: 29%;/*170411 最後の子要素強制的に中央寄*/
	}
    #advantage .link-anc-adv .link-anc-adv-inner li a {
        width: 134px;
        height: 134px;
        padding: 85px 10px 30px;
        font-size: 14px;
        line-height: 1.38;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li a:before {
        bottom: 58px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li a:after {
        bottom: 8px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li a > span {
        display: block;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._about a:before {
        width: 39px;
        height: 46px;
        background: url(/kentou/images/icon_advantage_01_sp.png) no-repeat;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._healthy a:before {
        width: 52px;
        height: 46px;
        background: url(/kentou/images/icon_advantage_02_sp.png) no-repeat;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._product a:before {
        width: 52px;
        height: 44px;
        background: url(/kentou/images/icon_advantage_03_sp.png) no-repeat;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._agency a {
        padding-top: 78px;
        font-size: 13px;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._agency a:before {
        bottom: 64px;
        width: 50px;
        height: 44px;
        background: url(/kentou/images/icon_advantage_04_sp.png) no-repeat;
    }
    #advantage .link-anc-adv .link-anc-adv-inner li._agency a > span:after {
        top: 4px;
        left: -4px;
    }
}

#advantage .list-note-01 > li + li {
    margin-top: 11px;
}

@media screen and (max-width: 768px) {
    #advantage .list-note-01 {
        margin-top: 24px;
    }
    #advantage .list-note-01 > li {
        line-height: 1.7;
    }
    #advantage .list-note-01 > li .mark {
        padding-right: 8px;
    }
}

#advantage .box-adv-01 {
    margin-top: 24px;
    padding: 32px 37px 43px 42px;
    background: rgba(255, 255, 255, .8);
    border-radius: 0;
}

#advantage .box-adv-01 + [class^="list-btn-"] {
    margin-top: 64px;
}

@media screen and (max-width: 768px) {
    #advantage .box-adv-01 {
        margin-top: 16px;
        padding: 21px 20px 28px;
    }
}

#advantage .box-adv-02 {
    margin-top: 23px;
    padding: 34px 39px 38px;
    color: #fff;
    background: rgba(42, 65, 152, .78);
    border-radius: 0;
}

#advantage .box-adv-02 .hdg-ty3-01 {
    color: #fff;
}

#advantage .box-adv-02 p {
    line-height: 1.875;
}

#advantage .box-adv-02 + [class^="btn-align"] {
    margin-top: 41px;
}

@media screen and (max-width: 768px) {
    #advantage .box-adv-02 {
        padding: 22px 20px;
    }
    #advantage .box-adv-02 .lyt-05._col2 > .col:nth-child(n+2) {
        margin-top: 22px;
    }
    #advantage .box-adv-02 p {
        line-height: 1.75;
    }
    #advantage .box-adv-02 + [class^="btn-align"] {
        margin-top: 32px;
    }
    #advantage .box-adv-02 + * {
        margin-top: 16px;
    }
}

#advantage .box-adv-03 {
    margin-top: 6px;
    padding: 0;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

#advantage .box-adv-03 > * {
    box-sizing: border-box;
}

#advantage .box-adv-03 li {
    padding: 22px 20px;
}

#advantage .box-adv-03 li p > em {
    display: block;
    padding-top: 10px;
    font-weight: normal;
    font-size: 60px;
    line-height: 1.2;
}

#advantage .box-adv-03 li p > em > sup {
    position: relative;
    top: .12em;
    font-size: 42px;
}

#advantage .box-adv-03 li p > em + span {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    #advantage .box-adv-03 li {
        padding-bottom: 29px;
    }
    #advantage .box-adv-03 li p > em {
        padding-top: 14px;
        font-size: 48px;
        line-height: 1.3;
    }
    #advantage .box-adv-03 li p > em > sup {
        top: .05em;
        font-size: 40px;
    }
}

#advantage .box-adv-03._col2 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#advantage .box-adv-03._col2 li {
    display: table-cell;
    width: 50%;
    padding: 20px 10px 25px;
}

#advantage .box-adv-03._col2 li p > em {
    padding-top: 20px;
    font-size: 53px;
    line-height: 1;
}

#advantage .box-adv-03._col2 li p > em > sup {
    top: -.48em;
    font-size: 59px;
}

#advantage .box-adv-03._col2 li:nth-child(even) {
    border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    #advantage .box-adv-03._col2 {
        display: block;
        border: none;
    }
    #advantage .box-adv-03._col2 li {
        display: block;
        width: auto;
        margin: 0 auto 12px;
        padding-bottom: 25px;
        border: 1px solid #fff;
    }
    #advantage .box-adv-03._col2 li:last-child {
        margin-bottom: 0;
    }
    #advantage .box-adv-03._col2 li p > em {
        line-height: 1.1;
    }
    #advantage .box-adv-03._col2 li p > em > sup {
        top: -.4em;
    }
}

#advantage .img-text-adv {
    box-sizing: border-box;
}

#advantage .img-text-adv > * {
    box-sizing: border-box;
}

#advantage .img-text-adv:after {
    display: block;
    clear: both;
    content: " ";
}

#advantage .img-text-adv .content {
    float: left;
    width: 51.90989%;
    padding-right: 40px;
}

#advantage .img-text-adv .content p {
    line-height: 1.875;
}

#advantage .img-text-adv .image {
    float: right;
    width: 48.09011%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #advantage .img-text-adv .content, #advantage .img-text-adv .image {
        float: none;
        clear: both;
        width: 100%;
    }
    #advantage .img-text-adv .content {
        margin-bottom: 20px;
        padding-right: 0;
    }
    #advantage .img-text-adv .content p {
        line-height: 1.75;
    }
    #advantage .img-text-adv .image {
        text-align: center;
    }
}

#advantage .btn-adv {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 245px;
    min-height: 58px;
    padding: 16px 32px 10px 14px;/*24px→14px*/
    font-size: 16px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px -1px #666;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

#advantage .btn-adv:after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #e60044;
    border-right: 2px solid #e60044;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#advantage .btn-adv:hover, #advantage .btn-adv:active, #advantage .btn-adv:focus {
    box-shadow: 0 0 17px -3px #666;
}

@media screen and (max-width: 768px) {
    #advantage .btn-adv {
        width: 100%;
        padding: 16px 25px 10px 15px;
    }
    #advantage .btn-adv:after {
        right: 10px;
    }
}

#advantage .content._product .img-text-adv > .image img {
    padding: 25px 30px 0 0;
}

#advantage .content .box-adv-01 + .list-btn-01 {
    margin-top: 61px;
}

#advantage .content._agency .box-adv-02 + [class^="btn-align"], #advantage .content._agency .box-adv-02 + .list-btn-01 {
    margin-top: 61px;
}

@media screen and (max-width: 768px) {
    #advantage .content._product .img-text-adv > .image img {
        padding: 0;
    }
    #advantage .content .box-adv-01 + .list-btn-01 {
        margin-top: 30px;
    }
    #advantage .content._agency .box-adv-02 + [class^="btn-align"], #advantage .content._agency .box-adv-02 + .list-btn-01 {
        margin-top: 32px;
    }
}

/* 動画再生ボタン
==================================================================================*/
.tdlifeNet, .tdlifeNet2 {
	background-image: url(/common/images/TdfLifeNet.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 183px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.tdlifeNet, .tdlifeNet2 {
	background-image: url(/common/images/TdfLifeNet2.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 183px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.aifund {
    background-image: url(/common/images/AI_fund.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 184px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.tdlifeNet a, .tdlifeNet2 a {
	display: block;
	width: 112px;
	height: 63px;
	text-indent: -9999px;
	position: relative;
	top: 103px;
	left: 44px;
}
.aifund a {
   display: block;
   text-indent: -9999px;
   width: 200px;
   height: 184px;
}
.tdlifeNet + span, .tdlifeNet2 + span {
   margin-top: 0;
   /* display: inline-block; */
   font-size: 14px;
}

/* WEB約款
==================================================================================*/
.content-inner dl.webyTable {
	display: flex;
	-ms-display: flex;
	-webkit-display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
	justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center; /* Safari etc */
    -ms-align-items    : center; /* IE10 */
	text-align: center;
}
.content-inner dl.webyTable dt,
.content-inner dl.webyTable dd {
    display: block;
	box-sizing: border-box;
	padding: 20px 12px;
}
.content-inner dl.webyTable dt {
   width: 360px;
}
.content-inner dl.webyTable dd {
   width: calc(100% - 380px);
   text-align: left;
   margin-left: 20px;
   /*line-height: 3.0em;*/
}
.content-inner dl.webyTable dd > span {
   display: block;
   margin : 20px 0;
}
.content-inner dl.webyTable dd > a, 
.content-inner dl.webyTable dd > span a {
   display: block;
   text-decoration: none;
   margin-bottom: 6px;
}
@media screen and (max-width: 1050px) {
  .content-inner dl.webyTable dt {
     width: 100%;
  }
  .content-inner dl.webyTable dd {
     width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-inner dl.webyTable dt,
  .content-inner dl.webyTable dd {
     width: 100%;
  }
  .content-inner dl.webyTable dt img {
   width: 80%;
  }
}
.content-inner._webyContents .box-04 {
   margin-top: 24px;
}

/* お客さま向け動画
==================================================================================*/

.interview a:hover img,
.interview a:focus img {
   opacity: 0.75;
}
 
.interview a img {
   transition: opacity .2s ease;
}