@charset "utf-8";

/* Basic
------------------------------------------ */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src:
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src:
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src:
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
    font-size: 100%;
    vertical-align: middle;
}

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
    display: inline-block;
    border: none;
    max-width: 100%;
    height: auto;
}

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }


a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
    background: #FFF;
    color: #333;
    font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Link */
a {
    color: #003399;
    text-decoration: underline;
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.telNo01 {
    color: #333;
}
a.telNo01:hover {
    opacity: 1;
    cursor: default;
}
a:hover {
    color: #f00;
}
@media screen and (max-width: 767px) {
    a {
        -webkit-transition: none;
        transition: none;
    }
    a.telNo01 {
        color: #0059E9;
        text-decoration: underline;
    }
    a:hover {
        color: #003399;
    }
}


/* Form
------------------------------------------ */
button,
select,
textarea,
input {
    font-family: inherit;
}

/* IME : For Windows IE */
.imeA { ime-mode: active; }
.imeD { ime-mode: disabled; }

/* select */
select {
    outline: none;
}

/* password */
input[type="password"] { height: 1.2em; font-family: arial; ime-mode: disabled; }

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; }

/* radio */
input[type="checkbox"],
input[type="radio"] {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


/* Margin
------------------------------------------ */
.mgt0   { margin-top: 0 !important; }


/* Padding
------------------------------------------ */
.pdt0   { padding-top:  0 !important; }


/* Layout
------------------------------------------ */
.floatL { float: left; }
.floatR { float: right; }
.clearboth { clear: both; }
br.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }


/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Text
------------------------------------------ */
.nowrap { white-space: nowrap !important; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }


/* pc sp
------------------------------------------ */
.pc {
    display: block;
}
.pcInline {
    display: inline-block;
}
.spInline,
.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .pcInline,
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .spInline {
        display: inline-block;
    }
}


/* wrapper
------------------------------------------ */
@media screen and (max-width: 767px) {
    .wrapper {
        overflow: hidden;
    }
}


/* header
------------------------------------------ */
/* header */
#header {
    height: 69px;
}
#header .logo01 {
    padding: 19px 0 0 34px;
    line-height: 0;
}
#header .logo01 img {
    width: 220px;
    height: 32px;
}
@media screen and (max-width: 767px) {
    #header {
        height: 52px;
    }
    #header .logo01 {
        padding: 13px 0 0 15px;
    }
    #header .logo01 img {
        width: 176px;
        height: 26px;
    }
    #header .logo01 a:hover img {
        opacity: 1;
    }
}


/* Footer
------------------------------------------ */
#footer {
    background: #1A83C2;
    color: #FFF;
}
#footer .copyright01 {
    padding: 26px 0 34px 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #footer .copyright01 {
        padding: 23px 0 23px 0;
    }
}


/* Common
------------------------------------------ */
/* listNoMod01 */
.listNoMod01 li > .vessel {
    display: table;
}
.listNoMod01 li > .vessel > .text,
.listNoMod01 li > .vessel > .no {
    display: table-cell;
    vertical-align: top;
}
.listNoMod01 li > .vessel > .no {
    width: 1px;
    white-space: nowrap;
}

/* listKomeMod01 */
.listKomeMod01 li {
    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .listKomeMod01 li {
        font-size: 12px;
    }
}

/* listKomeMod02 */
.listKomeMod02 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .listKomeMod02 li {
        font-size: 14px;
    }
}

/* listKomeMod03 */
.listKomeMod03 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}

/* snowText */
h2.snowText {
    color: #D45704;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    font-weight: 900;
}
h2.snowText::before,
h2.snowText::after {
    content: '';
    display: inline-block;
    width: 41px;
    height: 47px;
    background-image: url(/contents/cp/enteiki/img/icon_snow.png);
    background-size: contain;
    vertical-align: middle;
}
h2.snowText::before { margin-right: 14px;}
h2.snowText::after { margin-left: 14px;}

@media screen and (max-width: 767px) {
    h2.snowText {
        font-size: 18px;
    }
    h2.snowText::before,
    h2.snowText::after {
        width: 30px;
        height: 35px;
    }
}

/* vessel */
.indexArea01 > .vessel,
.indexArea02 > .vessel,
.indexArea03 > .vessel,
.indexArea04 > .vessel,
.indexArea05 > .vessel,
.indexArea06 > .vessel {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .indexArea01 > .vessel,
    .indexArea02 > .vessel,
    .indexArea03 > .vessel,
    .indexArea04 > .vessel,
    .indexArea05 > .vessel,
    .indexArea06 > .vessel {
        width: auto;
        margin: 0 15px;
    }
}

/* linkblock */
.linkblock {
    font-size: 0;
    margin: 47px auto 0;
    padding-bottom: 59px;
    width: 800px;
}
.linkblock li {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.linkblock > li > div {
    border-radius: 40px;
    padding: 4px 0 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
}
.linkblock > li > div > a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.linkblock > li:first-child {
    margin-right: 80px;
}
.linkblock > li:first-child > div {
    background: #F99601;
    box-shadow: 0px 4px 0 0 #C95011;
    -webkit-box-shadow: 0px 4px 0 0 #C95011;
    -moz-box-shadow: 0px 4px 0 0 #C95011;
}
.linkblock > li:last-child > div {
    background: #1A83C2;
    box-shadow: 0px 4px 0 0 #375F71;
    -webkit-box-shadow: 0px 4px 0 0 #375F71;
    -moz-box-shadow: 0px 4px 0 0 #375F71;
}
.linkblock > li > div:hover {
    opacity: 0.7;
}
.linkblock > li > div > a > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.linkblock > li:first-child > p {
    background: #FFFFBF;
    border: 1px solid #FFEEBE;
    font-size: 12px;
    margin-top: 15px;
    width: 290px;
    margin: 15px auto 0;
}
.linkblock > li:first-child > p a {
    text-decoration: none;
    color: #333333;
    letter-spacing: 0.01em;
    display: block;
    padding: 5px;
}
.linkblock > li:first-child > p a strong {
    color: #D93915;
}
.linkblock > li:first-child > p a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    background-image: url(/contents/cp/enteiki/img/i_notes_01.png);
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .linkblock {
        width: auto;
        margin: 47px 25px 0;
        padding-bottom: 40px;
    }
    .linkblock li {
        width: auto;
        display: block;
    }
    .linkblock > li:first-child {
        margin-right: auto;
        margin-bottom: 25px;
    }
    .linkblock > li > div {
        font-size: 18px;
    }
    .linkblock > li > div > a > span {
        font-size: 14px;
    }
    .linkblock > li:first-child > p {
        width: 100%;
    }
    .linkblock > li:first-child > p a::before {
        margin-right: 5px;
    }
}

.textNotice{
	margin-top: 5px;
	font-size: 12px;
}
.indexArea03 .shohin01 > ul > li > .linkLisk{
	background: #FFFFBF;
	border: 1px solid #FFEEBE;
	font-size: 12px;
	width: 100%;
	margin: 15px auto 0;
	padding: 0;
}
.linkLisk{
	background: #FFFFBF;
	border: 1px solid #FFEEBE;
	font-size: 12px;
	width: 100%;
	margin: 15px auto 0;
	padding: 0;
}
.linkLisk > a {
    text-decoration: none;
    color: #333333;
    letter-spacing: 0.01em;
    display: block;
    padding: 5px;
}
.linkLisk > a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    background-image: url(/contents/cp/enteiki/img/i_notes_01.png);
    background-size: contain;
    vertical-align: middle;
}
.linkLisk > a strong {
    color: #D93915;
}

/* index
------------------------------------------ */
/* indexArea01 */
.indexArea01 {
    position: relative;
    min-width: 937px;
    height: 360px;
    background: url(/contents/cp/enteiki/img/index_main_bg_01.png) no-repeat center #FF6600;
    line-height: 0;
}
.indexArea01 .mainBlock01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -468px;
    width: 937px;
}
.indexArea01 img {
    width: 937px;
    height: 340px;
}
@media screen and (max-width: 767px) {
    .indexArea01 {
        min-width: 0;
        height: auto;
        background: none;
    }
    .indexArea01 .mainBlock01 {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        width: 100%;
    }
    .indexArea01 img {
        width: 100%;
        height: auto;
    }
}
/* indexArea02 */
.indexArea02 {
    margin: 47px auto 0;
    padding-bottom: 29px;
    width: 832px;
    text-align: center;
}
.indexArea02 .readBlock01 > h2 {
    font-size: 24px;
    color: #D93915;
}
.indexArea02 .readBlock01 > p {
    font-size: 20px;
    line-height: 1.7;
    width: 100%;
    margin: 20px;
    padding-bottom: 40px;
    background: url(/contents/cp/enteiki/img/index_read_bg_pc.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
    .indexArea02 {
        margin: 14px auto 0;
        width: auto;
        min-width: 0;
        height: auto;
        background: none;
        padding: 0 15px;
    }
    .indexArea02 .readBlock01 > h2 {
        font-size: 18px;
        line-height: 1.5;
    }
    .indexArea02 .readBlock01 > p {
        font-size: 15px;
        line-height: 1.8;
        margin: 15px 0 0;
        padding-bottom: 30px;
        background: none;
    }
}


/* indexArea03 */
.indexArea03 {
    background: #F6EBD8;
    padding-top: 50px;
}
.indexArea03 .shohin01 > ul {
    font-size: 0;
    margin-top: 116px;
}
.indexArea03 .shohin01 > ul > li {
    background: #fff;
    width: 460px;
    padding: 0 20px 30px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15px;
    line-height: 1.73;
    vertical-align: top;
}
.indexArea03 .shohin01 > ul > li:last-child {
    margin-left: 60px;
}
.indexArea03 .shohin01 > ul > li > h3 {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    margin: -64px auto 0 0;
    padding: 17px 30px;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.indexArea03 .shohin01 > ul > li > h3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
}
.indexArea03 .shohin01 > ul > li:first-child > h3 {
    background: #F99601;
}
.indexArea03 .shohin01 > ul > li:first-child > h3::before {
    border-top: 10px solid #F99601;
}
.indexArea03 .shohin01 > ul > li:last-child > h3 {
    background: #1A83C2;
}
.indexArea03 .shohin01 > ul > li:last-child > h3::before {
    border-top: 10px solid #1A83C2;
}
.indexArea03 .shohin01 > ul > li > h3 > span {
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.indexArea03 .shohin01 > ul > li > h4 {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.indexArea03 .shohin01 > ul > li > h4 > span {
    background: #F6EEE1;
    color: #F99601;
    font-size: 15px;
    font-weight: 700;
    display: block;
    border-radius: 16px;
    width: 114px;
    padding: 5px 0;
    margin: 0 auto 7px;
    letter-spacing: 0;
}
.indexArea03 .shohin01 > ul > li:last-child > h4 > span {
    color: #1A83C2;
}
.indexArea03 .shohin01 > ul > li > h4 > span > span.maru {
    background: #F99601;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
}
.indexArea03 .shohin01 > ul > li:last-child > h4 > span > span.maru {
    background: #1A83C2;
}
.indexArea03 .shohin01 > ul > li > p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.73;
    padding: 0 10px;
}
.indexArea03 .shohin01 .arwLink {
    margin-top: 27px;
    padding: 0 10px;
}
.indexArea03 .shohin01 .arwLink li {
    padding-left: 17px;
    text-indent: -17px;
}
.indexArea03 .shohin01 .arwLink li::before,
.arwLink li::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-right: 10px;
    background-image: url(/contents/cp/enteiki/img/i_link_01.png);
    background-size: contain;
    vertical-align: middle;
}
.indexArea03 .shohinImg {
    margin: 30px auto 14px;
    width: 177px;
}
.indexArea03 .notes01 {
    margin-top: 20px;
}
.hyou01Box {
    margin: 0 auto;
}
.hyou01 {
    width: 980px;
}
.hyou01 > thead {
    color: #fff;
}
.hyou01 > thead > tr > th {
    text-align: center;
    padding: 8px;
}
.hyou01 > thead .org {
    background: #F99601;
    width: 164px;
}
.hyou01 > thead .grn {
    background: #71BB6E;
    width: 130px;
}
.hyou01 > thead .blu {
    background: #1A83C2;
}
.hyou01 > tbody tr td,
.hyou01 > tbody tr th {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hyou01 > tbody tr:nth-child(even) {
    background: #FFF;
}
.hyou01 > tbody tr:nth-child(odd) {
    background: #FFFAEC;
}
.hyou01 > tbody tr td.torg {
    color: #F98E01;
}
.hyou01 > tbody tr td.tgrn {
    color: #72AC70;
}
.hyou01 > tbody tr td.tblu {
    color: #1A83C2;
}
.hyou01 > tbody tr td strong {
    font-size: 24px;
}
.hyou01 .cellPoint{
	position: relative;
}

.hyou01 .imgNow{
position: absolute;
top: -40px;
left: -62px;
}
.hyou01 .cellPoint .sptxt{
display: none;
}
@media screen and (max-width: 767px) {
    .indexArea03 {
        padding-top: 40px;
    }
    .indexArea03 .shohin01 > ul {
        font-size: 0;
        margin-top: 84px;
    }
    .indexArea03 .shohin01 > ul > li {
        width: auto;
        padding: 0 15px 15px;
        display: block;
        font-size: 15px;
        line-height: 1.73;
        vertical-align: top;
    }
    .indexArea03 .shohin01 > ul > li:last-child {
        margin-left: 0;
        margin-top: 89px;
    }
    .indexArea03 .shohin01 > ul > li > h3 {
        position: relative;
        font-size: 18px;
        margin: -54px auto 0 0;
        padding: 10px 10px;
    }
    .indexArea03 .shohin01 > ul > li:last-child > h3 {
        font-size: 16px;
    }
    .indexArea03 .shohin01 > ul > li > h4 {
        font-size: 20px;
        line-height: 1.45;
    }
    .indexArea03 .shohin01 > ul > li > h4 > span {
        font-size: 14px;
    }
    .indexArea03 .shohin01 > ul > li > h4 > span > span.maru {
        background: #F99601;
        width: 22px;
        height: 22px;
        border-radius: 11px;
        color: #fff;
        display: inline-block;
    }
    .indexArea03 .shohin01 > ul > li > p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7;
    }
    .indexArea03 .shohin01 .arwLink {
        font-size: 14px;
    }
    .hyou01 {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }
    .hyou01 > thead .org {
        width: 85px;
    }
    .hyou01 > thead .grn {
        width: 58px;
    }
    .hyou01 > thead .blu {
        width: 100px;
    }
    .hyou01 > tbody tr td.torg.point,
    .hyou01 > tbody tr td.tgrn.point,
    .hyou01 > tbody tr td.tblu.point {
        font-size: 10px;
    }
    .hyou01 > tbody tr th {
        width: 90px;
    }
    .hyou01 > tbody tr td strong {
        font-size: 18px;
        display: block;
    }
	.hyou01 .imgNow{
		display: none;
	}
	.hyou01 .cellPoint .sptxt{
		display: block;
		margin: 0 auto;
		padding: 3px;
		width: 3.2em;
		background-color: #f99601;
		font-size: 11px;
		color: #fff;
		text-align: center;
	}
}

/* indexArea04 */
.indexArea04 {
    padding-top: 50px;
    padding-bottom: 79px;
}
.indexArea04 .text01 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.hyou02Box {
    margin: 28px auto 0;
}
.hyou02 {
    width: 980px;
}
.hyou02 > thead {
    color: #fff;
}
.hyou02 > thead > tr > th {
    text-align: center;
    padding: 10px;
}
.hyou02 > thead .gry {
    background: #F5F5F5;
    color: #333;
    font-size: 16px;
}
.hyou02 > thead .org {
    background: #F99601;
    font-size: 20px;
}
.hyou02 > thead .blu {
    background: #1A83C2;
    font-size: 20px;
}
.hyou02 > tbody tr td,
.hyou02 > tbody tr th {
    padding: 7px;
    text-align: center;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hyou02 > tbody tr th {
    text-align: left;
    font-size: 16px;
    padding-left: 20px;
}
.hyou02 > tbody tr:nth-child(even) {
    background: #FFF;
}
.hyou02 > tbody tr:nth-child(odd) {
    background: #FFFAEC;
}
.hyou02 > tbody tr td.torg {
    color: #F98E01;
}
.hyou02 > tbody tr td.tgrn {
    color: #72AC70;
}
.hyou02 > tbody tr td.tblu {
    color: #1A83C2;
}
.hyou02 > tbody tr td strong {
    font-size: 24px;
}
.hyou02 > tbody tr td.img {
    text-align: left;
    padding-left: 20px;
}
@media screen and (max-width: 767px) {
    .indexArea04 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .indexArea04 .text01 {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.714;
    }
    .hyou02 {
        width: auto;
        font-size: 12px;
        line-height: 1.5;
    }
    .hyou02 > thead .gry,
    .hyou02 > thead .org,
    .hyou02 > thead .blu {
        font-size: 12px;
    }
    .hyou02 > tbody tr th {
        font-size: 12px;
        padding-left: 10px;
        width: calc(100% / 3);
    }
    .hyou02 > tbody tr td {
        font-size: 10px;
    }
    .hyou02 > tbody tr td strong {
        font-size: 18px;
    }
    .hyou02 > tbody tr td.img {
        padding-left: 10px;
    }
}

/* indexArea05 */
.indexArea05 {
    background: #F6EBD8;
    padding-top: 50px;
    padding-bottom: 79px;
}
.indexArea05 > .vessel > h3 {
    font-size: 20px;
    margin: 35px auto 20px;
    text-align: center;
    letter-spacing: 0.04em;
}
.indexArea05 > .vessel {
    font-size: 0;
}
.indexArea05 > .vessel > div {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .indexArea05 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .indexArea05 > .vessel > h3 {
        font-size: 14px;
        margin: 27px auto 14px;
    }
    .indexArea05 > .vessel > div {
        text-align: center;
        margin-bottom: 15px;
    }
}

/* indexArea06 */
.indexArea06 {
    padding-top: 50px;
}
.indexArea06 > .vessel > dl.dlmtop {
    margin-top: 60px;
}
.indexArea06 > .vessel > dl > dt {
    font-weight: 700;
    font-size: 16px;
}
.indexArea06 > .vessel > dl > dd {
    margin: 5px 0 30px;
}
.indexArea06 > .vessel > dl > dd .joken {
    font-size: 0;
    margin-top: 10px;
}
.indexArea06 > .vessel > dl > dd .joken > li {
    background: #F6EBD8;
    width: 460px;
    padding: 0 30px 30px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15px;
    line-height: 1.73;
    vertical-align: top;
}
.indexArea06 > .vessel > dl > dd .joken > li:last-child {
    margin-left: 60px;
}
.indexArea06 > .vessel > dl > dd .joken > li > h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.indexArea06 > .vessel > dl > dd .joken > li > h4 > span {
    background: #FFF;
    color: #F99601;
    font-size: 15px;
    font-weight: 700;
    display: block;
    border-radius: 16px;
    width: 114px;
    padding: 5px 0;
    margin: 0 auto 7px;
    letter-spacing: 0;
}
.indexArea06 > .vessel > dl > dd .joken > li:last-child > h4 > span {
    color: #1A83C2;
}
.indexArea06 > .vessel > dl > dd .joken > li > h4 > span > span.maru {
    background: #F99601;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    color: #fff;
    display: inline-block;
    margin-left: 0.5em;
}
.indexArea06 > .vessel > dl > dd .joken > li:last-child > h4 > span > span.maru {
    background: #1A83C2;
}
.indexArea06 > .vessel > dl > dd .joken > li > p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.73;
}
.indexArea06 > .vessel > dl > dd .joken .listKomeMod03 {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .indexArea06 {
        padding-top: 40px;
    }
    .indexArea06 > .vessel > dl.dlmtop {
        margin-top: 34px;
    }
    .indexArea06 > .vessel > dl > dt {
        font-weight: 700;
        font-size: 14px;
    }
    .indexArea06 > .vessel > dl > dd {
        margin: 6px 0 18px;
        font-size: 14px;
    }
    .indexArea06 > .vessel > dl > dd .joken > li {
        width: 100%;
        padding: 0 20px 20px;
        font-size: 14px;
        line-height: 1.71;
    }
    .indexArea06 > .vessel > dl > dd .joken > li:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .indexArea06 > .vessel > dl > dd .joken > li > h4 {
        font-size: 18px;
    }
    .indexArea06 > .vessel > dl > dd .joken > li > p {
        font-size: 14px;
    }
}

/* indexArea07 */
.indexArea07 {
    margin: 0 auto;
    background: #F5F5F5;
    padding-top: 45px;
}
@media screen and (max-width: 767px) {
    .indexArea07 {
        padding: 13px 15px 0;
        width: auto;
    }
}

/* notesTtl01 */
.notesTtl01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
    .notesTtl01 {
        margin: 27px 0 0 0;
        font-size: 14px;
    }
}

/* notesBlock01 */
.notesBlock01 {
    width: 980px;
    margin: 30px auto 0;
    padding-bottom: 95px;
}
.notesBlock01 .box01 {
    background: #FFF;
}
.notesBlock01 .box01:not(:first-child) {
    margin-top: 10px;
}
.notesBlock01 .box01 .titleMain01 {
    position: relative;
    display: block;
    padding: 22px 40px 21px 32px;
    margin: 0 30px;
    border-bottom: 1px solid #DDD;
    background: url(/contents/cp/enteiki/img/i_notes_01.png) no-repeat 5px 50%;
    background-size: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.notesBlock01 .body01 a {
    text-decoration: none;
}
.notesBlock01 .body01 > .vessel {
    padding: 17px 30px 40px 30px;
    font-size: 16px;
    line-height: 1.5;
}
.notesBlock01 .body01 > .vessel .textBlock01 {
    margin-top: 24px;
}
.notesBlock01 .body01 > .vessel .title01:not(:first-child) {
    margin-top: 13px;
}
.notesBlock01 .body01 > .vessel .listNoMod01 li {
    margin-bottom: 5px;
}
.notesBlock01 .body01 > .vessel .listNoMod01 li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .notesBlock01 {
        margin-top: 18px;
        padding-bottom: 39px;
        width: auto;
    }
    .notesBlock01 .box01:not(:first-child) {
        margin-top: 10px;
    }
    .notesBlock01 .box01 .titleMain01 {
        padding: 15px 0 15px 30px;
        margin: 0 15px;
        font-size: 12px;
        text-decoration: none;
        line-height: 1.5;
    }
    .notesBlock01 .box01 .titleMain01 a::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 14px;
    }
    .notesBlock01 .body01 {
        border-bottom: 1px solid #DDD;
    }
    .notesBlock01 .body01 > .vessel {
        padding: 19px 14px 15px 14px;
        font-size: 12px;
    }
    .notesBlock01 .body01 > .vessel .textBlock01 {
        margin-top: 20px;
    }
    .notesBlock01 .body01 > .vessel .title01 {
        margin: 0 0 5px;
    }
    .notesBlock01 .body01 > .vessel .title01:not(:first-child) {
        margin-top: 20px;
    }
}


/* Print
------------------------------------------ */
@media print {

    /* All */
    html { overflow: visible; }

}
