@charset "UTF-8";



/* common setting (ver 2.0)
==================================================*/
/* scroll ------------------------------------------------*/
html { overflow-y: scroll; font-size: 62.5%; }

.pg-break { page-break-before: always; }

/* ---------------------------------------------------------
COMMON LAYOUT
---------------------------------------------------------- */
#topMain { margin-bottom: 60px; }

#header, #topMain, #container { width: 950px; margin-left: auto; margin-right: auto; padding: 0 10px; }

span.decimal { font-size: 88%; }

option:disabled { text-decoration: line-through; }

.l-justify-left { display: -o-flex; display: -ms-flex; display: flex; /*--- safari（PC） ---*/ justify-content: flex-start; }

.l-justify-right { display: -o-flex; display: -ms-flex; display: flex; /*--- safari（PC） ---*/ justify-content: flex-endt; }

.l-justify-center { display: -o-flex; display: -ms-flex; display: flex; /*--- safari（PC） ---*/ justify-content: center; }

.l-direction-column { display: -o-flex; display: -ms-flex; display: flex; /*--- safari（PC） ---*/ justify-content: column; }

/* ALL
---------------------------------------------------------- */
.l-all { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; text-align: left; width: 100%; padding: 0; margin: 0 auto; }

/* MAIN
---------------------------------------------------------- */
.l-main { position: relative; width: 100%; padding: 0 15px; margin: 0 auto; box-sizing: border-box; }

.l-main.l-fix { width: 800px; }

/* CONTAINER
---------------------------------------------------------- */
.l-container { position: relative; box-sizing: border-box; width: 100%; max-width: 800px; padding: 0 15px; margin: 0 auto; }

.l-container .l-container { padding: 0; }

.l-container-py { width: 770px; }

/* ROW
---------------------------------------------------------- */
.l-row { display: -o-flex; display: -ms-flex; display: flex; margin-right: -15px; margin-left: -15px; margin-bottom: 4rem; }

.l-row.l-row-wrap { /*--- IE10 ---*/ flex-wrap: wrap; }

.l-row.l-row-top { align-items: flex-start; }

.l-row.l-row-bottom { align-items: flex-end; }

.l-row.l-row-center { align-items: center; }

.l-row.l-row-stretch { align-items: stretch; }

.l-row.l-row-baseline { align-items: baseline; }

.l-row .l-col { position: relative; display: block; box-sizing: border-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* Safari 6.1+. iOS 7.1+, BB10 */ /* IE 10 */ flex: 1 1 auto; min-height: 1px; padding-right: 15px; padding-left: 15px; max-width: 100%; width: 100%; }

.l-row .l-col::after { display: block; content: ""; clear: both; }

.l-row .l-col.l-col-offset-10 { margin-left: 10%; }

.l-row .l-col.l-col-3 { flex: 0 0 25%; max-width: 25%; }

.l-row .l-col.l-col-6 { flex: 0 0 50%; max-width: 50%; }

.l-row .l-col.l-col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }

.l-row .l-col.l-col-top { -ms-grid-row-align: flex-start; align-self: flex-start; }

.l-row .l-col.l-col-bottom { -ms-grid-row-align: flex-end; align-self: flex-end; }

.l-row .l-col.l-col-center { -ms-grid-row-align: center; align-self: center; }

/* CONTAINER WIDTH
---------------------------------------------------------- */
#footer { margin-top: 10px; background-color: #00a08e; }

#footer .footerInner { width: 730px; margin-left: auto; margin-right: 0; padding: 20px 110px 20px; }

#footer .footerInner p { text-align: right; color: #ffffff; font-size: 1rem; }

/* 02 header
------------------------------------------------*/
#header .headerLogo { text-align: center; padding-top: 20px; }

#topMain p.simulation { margin-top: 20px; text-align: center; font-weight: bold; font-size: 4rem; line-height: 1.2; }

/* ---------------------------------------------------------
BODY
---------------------------------------------------------- */
#contentAll { position: relative; min-width: 970px;}

#container { margin-top: 35px; }

/* block

=========================================*/
.block2B { margin-top: 15px; }

.block2B.colorGray .blockL { text-align: center; background-color: #5a5a5a; padding: 12px 10px 12px; }

.block2B.colorGray .blockL .buttonWrap { padding-top: 15px; }

.block2B .blockL { background: #c09ccf url(images/violet_sp.png) center bottom no-repeat; background-size: 100% 14px; padding: 12px 10px 26px; font-size: 1.4rem; color: #ffffff; position: relative; margin-bottom: 5px; }

.block2B .blockL p { padding: 0 20px; }

.block2B .blockL p.button { padding: 0; }

.block2B .blockR { margin-top: 16px; background-color: #f8f8f8; border: 1px solid #d2d2d2; }

.block2B .blockR p { font-size: 1.4rem; text-align: center; padding: 15px 5px; }

.block2B .blockR span { color: #cc0000; }

/* オレンジ */
.block2B.colorO { padding-bottom: 25px; }

.block2B.colorO .blockL { background: #e2862b url(images/orange_sp.png) center bottom no-repeat; background-size: 100% 14px; }

.block2B.colorO .blockL p { text-align: center; font-weight: bold; font-size: 1.4rem; line-height: 1.4; }

.block2B.colorO .blockL p em { font-size: 1.6rem; }

.block2B.colorO .blockR { padding: 15px 5px; margin-top: 0; position: relative; }

.block2B.colorO .blockR p { padding: 0; font-weight: bold; }

.block2B.colorO .blockR p.notice { font-size: 1.2rem; margin-top: 5px; font-weight: normal; }

.block2B.colorO .blockR span { color: #333333; }

.block2B.colorO .blockR::before { content: ""; position: absolute; display: block; width: 4px; height: 9px; background-color: #e2862b; bottom: -10px; left: 0; right: 0; margin: 0 auto; }

.block2B.colorO .blockR::after { content: ""; position: absolute; display: block; width: 0; height: 0; border-top: 15px solid #e2862b; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 0px solid transparent; bottom: -25px; left: 0; right: 0; margin: 0 auto; }

/* グレー */
.block2B.colorG .blockL { background: #f8f8f8 none center bottom no-repeat; background-size: 100% 14px; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; padding: 12px 10px; position: relative; margin-bottom: 0; }

.block2B.colorG .blockL::after { content: ""; display: block; position: absolute; width: 100%; height: 14px; background: transparent url(images/gray_sp.png) 0 0 no-repeat; background-size: 100% 14px; left: 0; bottom: -14px; }

.block2B.colorG .blockL p { color: #333333; font-weight: bold; }

.block2B.colorG .blockR { margin-top: 20px; }

.block2B.colorG .blockR p { font-weight: bold; }

/* block2C 560:480

-----------------------------------------*/
.block2C { margin: 15px 10px 0; }

.block2C .blockL p, .block2C .blockR p { font-size: 1.4rem; }

.block2C .blockL { margin-top: 10px; }

.block2C .blockR { margin: 0 auto; }

/* block2E */
.block2E { display: table; border: 1px solid #d2d2d2; padding: 20px 10px; margin: 15px auto 0; }

.block2E .blockR, .block2E .blockL { display: table-cell; vertical-align: middle; }

.block2E .blockL { width: 64px; }

.block2E .blockL a { text-decoration: underline; }

.block2E .blockL .icon { margin-left: 0; margin-right: 5px; }

.block2E .blockL p { font-size: 14px; }

.block2E .blockL p a { padding: 5 10px 5px; }

.block2E .blockL p a span.icon img { vertical-align: -10%; }

.block2E .blockR { padding-left: 10px; width: 840px; }

.block2E .blockR:after { content: ""; display: block; clear: both; }

.block2E .blockR p { line-height: 1.4; }

/* block

=========================================*/
/* block2A 450:450

-----------------------------------------*/
.block2A { display: flex; justify-content: space-between; align-items: flex-start; }

.block2A.block2A-3 .blockL, .block2A.block2A-3 .blockC, .block2A.block2A-3 .blockR { flex: 0 0 32.5%; }

.block2A .blockL, .block2A .blockR { flex: 0 0 48.8565%; }

/* block2B 586:316

-----------------------------------------*/
.block2B { display: flex; justify-content: space-between; margin-top: 30px; }

h2 + .block2B { margin-top: 20px; }

.block2B .blockL { flex: 0 0 586px; display: flex; align-items: center; background: #c09ccf; font-size: 1.6rem; color: #ffffff; position: relative; min-height: 88px; }

.block2B .blockL::after { content: ""; display: block; position: absolute; width: 34px; height: 100%; background: #c09ccf url(images/violet_pc.png) right center no-repeat; background-size: 34px 100%; right: -34px; top: 0; }

.block2B .blockL p { padding: 0 20px; font-weight: bold; }

.block2B .blockR { flex: 0 0 316px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; background-color: #f8f8f8; border: 1px solid #d2d2d2; }

.block2B .blockR p { text-align: center; font-weight: bold; }

.block2B .blockR span { color: #e73708; }

.block2B.colorO .blockL { background-color: #e2862b; }

.block2B.colorO .blockL p em { font-size: 2rem; font-weight: bold; vertical-align: -5%; }

.block2B.colorO .blockL::after { background: #e2862b url(images/orange_pc.png) right center no-repeat; }

.block2B.colorO .blockR span { color: inherit; }

.block2B.colorG .blockL { background-color: #f8f8f8; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }

.block2B.colorG .blockL p { color: #333333; }

.block2B.colorG .blockL::after { background: #f8f8f8 url(images/gray_pc.png) right center no-repeat; }

/* block2C 560:480

-----------------------------------------*/
.block2C { margin-top: 20px; }

.block2C::after { content: ""; display: block; clear: both; }

.block2C .blockL p, .block2C .blockR p { font-size: 1.6rem; }

.block2C .blockL { width: 560px; float: left; }

.block2C .blockR { width: 370px; float: right; }

/* block2D 620:318

-----------------------------------------*/
.block2D { background: transparent url(images/arrow_d_pc.png) left bottom no-repeat; height: 40px; }

.block2D::after { content: ""; display: block; clear: both; }

.block2D .blockL { width: 620px; float: left; }

.block2D .blockR { width: 318px; float: right; }

/* block2F 620:300
-----------------------------------------*/
.block2F { margin-top: 55px; }

.block2F::after { content: ""; display: block; clear: both; }

.block2F .blockL { width: 620px; float: left; }

.block2F .blockR { width: 300px; float: right; }

/* table

=========================================*/
/* 1 */
.formTable { table-layout: fixed; box-sizing: border-box; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; }

.formTable th, .formTable td { vertical-align: middle; border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }

.formTable th { font-size: 1.6rem; background-color: #eaeaea; padding: 20px 18px; width: 35%; text-align: left; font-weight: bold; }

.formTable td { font-size: 1.6rem; padding: 20px 15px; text-align: center; }

.formTable select { width: 100%; font-weight: bold; }

/* 2 */
.rateTable { table-layout: fixed; box-sizing: border-box; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; }

.rateTable tbody { background-color: #f8f8f8; }

.rateTable tbody th, .rateTable tbody td { background-color: #f8f8f8; line-height: 1.2; vertical-align: middle; text-align: left; padding: 0; border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }

.rateTable tbody th { font-size: 1.6rem; font-weight: bold; background-color: #eaeaea; padding: 15px 18px; width: 36%; }

.rateTable tbody td { font-size: 1.6rem; font-weight: bold; border-left: 1px solid #d2d2d2; padding: 15px 18px; }

.rateTable tbody td.bdbnone { border-bottom: 1px solid #f8f8f8; }

.rateTable tbody td .dateYmd span { color: #e73708; }

.rateTable .bdbnone { border-bottom-style: none; padding-bottom: 0; }

.rateTable .medium { font-size: 1.6rem; }

/* 3 緑?E*/
.receivTable { margin-top: 15px; table-layout: fixed; box-sizing: border-box; border-collapse: collapse; border: 1px solid #d2d2d2; width: 100%; background: #fff; z-index: 999; }

.receivTable tbody { /* オレンジ?E??*/ }

.receivTable tbody td, .receivTable tbody th { text-align: center; line-height: 1.2; font-weight: normal; border: 0 none transparent; padding: 0; }

.receivTable tbody tr.typeA th { font-size: 1.3rem; position: relative; font-weight: bold; }

.receivTable tbody tr.typeA th:nth-child(odd) p { border: 2px solid #595757; color: #595757; padding: 5px 0; }

.receivTable tbody tr.typeA th:nth-child(even) p { border: 2px solid #595757; background-color: #595757; color: #ffffff; padding: 5px 0; }

.receivTable tbody tr.typeA td { border-bottom: 1px solid #d2d2d2; background-color: #f8f8f8; }

.receivTable tbody tr.typeA td:nth-child(even) { border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; background-color: #ffffff; }

.receivTable tbody tr.typeA td p { padding: 15px 0; font-size: 1.4rem; font-weight: bold; }

.receivTable tbody tr.typeA td p em { font-size: 1.6rem; font-weight: bold; }

.receivTable tbody tr.typeA td span { color: #e73708; }

.receivTable tbody tr.typeB th { background-color: #e2862b; }

.receivTable tbody tr.typeB th p { border-top: 15px solid #fff; color: #ffffff; font-size: 1.6rem; padding: 10px 0; margin: 0; position: relative; font-weight: bold; }

.receivTable tbody tr.typeB th p::before, .receivTable tbody tr.typeB th p::after { content: ""; display: block; width: 4px; height: 15px; top: -15px; background-color: #ffffff; position: absolute; }

.receivTable tbody tr.typeB th p::before { left: -1px; }

.receivTable tbody tr.typeB th p::after { right: -1px; }

.receivTable tbody tr.typeB td { background-color: #ffebd7; }

.receivTable tbody tr.typeB td:nth-child(even) { background-color: #fff9f4; }

.receivTable tbody tr.typeB td:first-child p { border-left-style: none; }

.receivTable tbody tr.typeB td p { border-left: 1px solid #d2d2d2; padding: 15px 0; font-size: 1.3rem; font-weight: bold; color: #333333; }

.receivTable tbody tr.typeB td p > span { font-size: 1.4rem; }

.receivTable tbody tr.typeB td p em { font-size: 1.1rem; font-weight: bold; }

.receivTable tbody tr.typeB td p em span { font-size: 1.3rem; }

.receivTable tbody tr.typeB td p em span.decimal { font-size: 1.2rem; }

/* 4 */
.receivRateTable { table-layout: fixed; width: 100%; border-collapse: collapse; box-sizing: border-box; border-left: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; }

.receivRateTable tbody th, .receivRateTable tbody td { text-align: center; line-height: 1.2; padding: 0; }

.receivRateTable tbody th { background-color: #ffdbb8; font-size: 1.6rem; padding: 10px 0; border-right: 1px solid #dddddd; border-top: 1px solid #dddddd; font-weight: bold; }

.receivRateTable tbody td { border-right: 1px solid #dddddd; }

.receivRateTable tbody td p { font-size: 1.3rem; padding: 15px 0; font-weight: bold; color: #333333; }

.receivRateTable tbody td p > span { font-size: 1.4rem; }

.receivRateTable tbody td p em { font-size: 1.1rem; font-weight: bold; }

.receivRateTable tbody td p em span { font-size: 1.3rem; }

.receivRateTable tbody td p em span.decimal { font-size: 1.2rem; }

.receivRateTable tbody td:nth-child(odd) { background-color: #fff9f4; }

/* floatingウインドウ */
#resultFloat { background: #f8f8f8; position: fixed; top: -240px; box-sizing: border-box; padding: 0 10px; width: 100%; left: 0; z-index: 99; opacity: 0; transition: all 300ms 0s; box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23); }

#resultFloat .receivTable { margin-top: 5px; }

#resultFloat .receivTable tbody tr.typeA td p { padding: 5px 0; }

#resultFloat.show { width: 100%; top: 0; opacity: 1; }

#resultFloat > .block2A { width: 950px; margin: 0 auto; }

#resultFloat .resultPcTable { margin: 15px auto; }

#resultFloat .resultPcTable th, #resultFloat .resultPcTable td { padding: 5px; }

#resultFloat .resultPcTable th { font-size: 1.3rem; background-color: #eaeaea; width: 50.2136%; height: 77px; }

#resultFloat .resultPcTable td { font-size: 1.4rem; background-color: #f8f8f8; }

.resultSpTable, .resultPcTable, .resultPcTable03 { table-layout: fixed; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; margin: 15px auto 0; z-index: 100; }

.resultSpTable th, .resultSpTable td, .resultPcTable th, .resultPcTable td, .resultPcTable03 th, .resultPcTable03 td { text-align: left; border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; font-weight: bold; box-sizing: border-box; }

.resultSpTable th, .resultPcTable th, .resultPcTable03 th { font-size: 1.3rem; width: 40%; padding: 10px; color: #333; background-color: #eaeaea; font-weight: bold; }

.resultSpTable th img, .resultPcTable th img, .resultPcTable03 th img { vertical-align: middle; }

.resultSpTable th span, .resultPcTable th span, .resultPcTable03 th span { display: table-cell; vertical-align: middle; }

.resultSpTable th span.iconL, .resultPcTable th span.iconL, .resultPcTable03 th span.iconL { padding-right: 8px; }

.resultSpTable th.colorG, .resultPcTable th.colorG, .resultPcTable03 th.colorG { background-color: #737373; }

.resultSpTable th.colorV, .resultPcTable th.colorV, .resultPcTable03 th.colorV { background-color: #da798f; }

.resultSpTable th.colorB1, .resultPcTable th.colorB1, .resultPcTable03 th.colorB1 { background-color: #84cace; }

.resultSpTable th.colorB, .resultPcTable th.colorB, .resultPcTable03 th.colorB { background-color: #84cace; }

.resultSpTable th.colorY, .resultPcTable th.colorY, .resultPcTable03 th.colorY { background-color: #e2862b; }

.resultSpTable th.colorY + td em, .resultPcTable th.colorY + td em, .resultPcTable03 th.colorY + td em { display: block; margin-left: 1em; }

.resultSpTable td, .resultPcTable td, .resultPcTable03 td { font-size: 1.4rem; padding: 20px 10px 20px 5px; text-align: right; background-color: #f8f8f8; }

.resultSpTable td em, .resultPcTable td em, .resultPcTable03 td em { font-size: 85%; }

.resultSpTable.resultPcTable02 th, .resultSpTable.resultPcTable02 td, .resultPcTable.resultPcTable02 th, .resultPcTable.resultPcTable02 td, .resultPcTable03.resultPcTable02 th, .resultPcTable03.resultPcTable02 td { padding: 15px; }

.resultSpTable.resultPcTable02 thead th, .resultPcTable.resultPcTable02 thead th, .resultPcTable03.resultPcTable02 thead th { background-color: #ABD9D6; font-size: 1.5rem; text-align: center; }

.resultSpTable.resultPcTable02 thead th:first-child, .resultPcTable.resultPcTable02 thead th:first-child, .resultPcTable03.resultPcTable02 thead th:first-child { width: 33.333%; background-color: #f8f8f8; }

.resultSpTable.resultPcTable02 thead th span, .resultPcTable.resultPcTable02 thead th span, .resultPcTable03.resultPcTable02 thead th span { display: inline; }

.resultSpTable.resultPcTable02 tbody th, .resultPcTable.resultPcTable02 tbody th, .resultPcTable03.resultPcTable02 tbody th { font-size: 1.8rem; line-height: 1; text-align: center; background-color: #fff; }

.resultSpTable.resultPcTable02 tbody th span, .resultPcTable.resultPcTable02 tbody th span, .resultPcTable03.resultPcTable02 tbody th span { display: inline; vertical-align: baseline; }

.resultSpTable.resultPcTable02 tbody th .large, .resultPcTable.resultPcTable02 tbody th .large, .resultPcTable03.resultPcTable02 tbody th .large { font-size: 2.4rem; }

.resultSpTable.resultPcTable02 tbody th .small, .resultPcTable.resultPcTable02 tbody th .small, .resultPcTable03.resultPcTable02 tbody th .small { font-size: 1.4rem; }

.resultSpTable.resultPcTable02 tbody td, .resultPcTable.resultPcTable02 tbody td, .resultPcTable03.resultPcTable02 tbody td { font-size: 1.8rem; background-color: #F0FFF7; }

.resultSpTable.resultPcTable02 tbody td .small, .resultPcTable.resultPcTable02 tbody td .small, .resultPcTable03.resultPcTable02 tbody td .small { font-size: 1.4rem; }

.resultSpTable.resultPcTable02 tbody td .exSmall, .resultPcTable.resultPcTable02 tbody td .exSmall, .resultPcTable03.resultPcTable02 tbody td .exSmall { font-size: 1.2rem; }

.resultPcTable th { font-size: 1.6rem; height: 97px; }

.resultPcTable td { font-size: 1.6rem; }

.resultPcTable03 { width: 44%; margin: 10px 0 0; z-index: auto; }

.resultPcTable03 th { width: 153px; }

/* tableA */
.tableA, .tableA05 { table-layout: fixed; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; margin-top: 10px; }

.tableA.tableA02 thead th:last-child, .tableA05.tableA02 thead th:last-child { background-color: #ABD9D6; }

.tableA.tableA02 tbody td:last-child, .tableA05.tableA02 tbody td:last-child { background-color: #F0FFF7; }

.tableA.tableA02 tbody td .large, .tableA05.tableA02 tbody td .large { font-size: 1.8rem; }

.tableA caption, .tableA05 caption { font-size: 1.6rem; font-weight: 800; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; padding: 10px; }

.tableA th, .tableA td, .tableA05 th, .tableA05 td { border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; padding: 15px; font-weight: 800; }

.tableA .smallText, .tableA05 .smallText { font-size: 1.0rem; }

.tableA .small, .tableA05 .small { font-size: 75%; display: inline-block; vertical-align: middle; }

.tableA thead th, .tableA05 thead th { font-size: 1.5rem; text-align: center; font-weight: bold; background-color: #f8f8f8; }

.tableA tbody td, .tableA05 tbody td { font-size: 1.8rem; line-height: 1; vertical-align: middle; }

.tableA tbody td .year, .tableA05 tbody td .year { font-size: 2.4rem; }

.tableA tbody td .small, .tableA05 tbody td .small { font-size: 1.4rem; }

.tableA tbody td .exSmall, .tableA05 tbody td .exSmall { font-size: 1.2rem; }

.tableA05 th, .tableA05 td { font-weight: 400; }

.tableA05 tbody td { font-size: 1.4rem; }

.tableA05 tbody td.smallText { font-size: 1.2rem; }

.tableA03, .tableA04 { table-layout: fixed; border-collapse: separate; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; margin-top: 10px; }

.tableA03 caption, .tableA04 caption { font-size: 1.6rem; font-weight: 800; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; padding: 10px; }

.tableA03 th, .tableA03 td, .tableA04 th, .tableA04 td { border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; padding: 15px; font-weight: 800; }

.tableA03 .smallText, .tableA04 .smallText { font-size: 1.0rem; }

.tableA03 .small, .tableA04 .small { font-size: 75%; display: inline-block; vertical-align: middle; }

.tableA03 thead th, .tableA04 thead th { font-size: 1.2rem; text-align: center; font-weight: bold; background-color: #eaeaea; }

.tableA03 thead th.rateCell, .tableA04 thead th.rateCell { width: 85px; position: relative; }

.tableA03 thead th.rateCell .returnRate, .tableA04 thead th.rateCell .returnRate { padding: 1.6em 0; }

.tableA03 thead th.rateCell .returnRate .bg, .tableA04 thead th.rateCell .returnRate .bg { display: block; position: absolute; top: 50%; bottom: 0; right: 0; left: 0; background-color: #ABD9D6; padding-top: 0.5em; text-align: left; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; text-align: center; }

.tableA03 tbody th, .tableA03 tbody td, .tableA04 tbody th, .tableA04 tbody td { font-size: 1.2rem; line-height: 1; vertical-align: middle; }

.tableA03 tbody th.rateCell, .tableA03 tbody td.rateCell, .tableA04 tbody th.rateCell, .tableA04 tbody td.rateCell { background-color: #F0FFF7; }

.tableA03 tbody th .large, .tableA03 tbody td .large, .tableA04 tbody th .large, .tableA04 tbody td .large { font-size: 1.8rem; }

.tableA03 tbody th .year, .tableA03 tbody td .year, .tableA04 tbody th .year, .tableA04 tbody td .year { font-size: 2.4rem; }

.tableA03 tbody th .small, .tableA03 tbody td .small, .tableA04 tbody th .small, .tableA04 tbody td .small { font-size: 1.4rem; vertical-align: baseline; }

.tableA03 tbody th .exSmall, .tableA03 tbody td .exSmall, .tableA04 tbody th .exSmall, .tableA04 tbody td .exSmall { font-size: 1.2rem; }

/* .tableA03, .tableA04 { .rateCell{ position:relative; .returnRate{ padding-bottom:30px; border-top:1px solid transparent; .bg{ position:absolute; display:block; min-width:114px; padding-right:10px; text-align:right; left:auto; top:52%; bottom:0px; right:0; border-top:1px solid #d2d2d2; border-left:1px solid #d2d2d2; height:auto; line-height:35px; span{ line-height:1; } } } } thead{ th{ &.tableCellFixed{ white-space:nowrap; } .bg{ background-color:#ABD9D6; } } } tbody{ .bg{ background-color:#F0FFF7; } } } */
.tableA03 thead th.tableCell01 { width: 14%; width: 102px; }

.tableA03 thead th.tableCell02 { width: 120px; }

.tableA03 thead th.tableCell03 { width: 150px; }

.tableA03 thead th.tableCell04, .tableA03 thead th.tableCell05 { width: 150px; }

.tableA03 thead th.tableCell05 { border-right-style: none; }

.tableA03 tbody td.tableCell05 { border-right-style: none; }

.tableA03 tbody td.tableCell06 { border-left: 1px solid #d2d2d2; }

.tableA03 tbody td sup { vertical-align: top; position: relative; top: -2px; }

.tableA03 tbody .innerRow { margin-left: 35px; box-sizing: border-box; position: absolute; width: 100px; height: 39px; border-left: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; border-bottom: none; padding: 10px; margin-left: 35px; text-align: center; }

.tableA03 tbody .innerRow + td { border-top: 1px solid #d2d2d2; }

.borderB { border-bottom: 1px solid #d2d2d2; }

.tableA04 thead th.tableCell01 { width: 122px; }

.tableA04 thead th.tableCell03 { border-right-style: none; }

.tableA04 thead th.rateCell { width: auto; }

.tableA04 tbody th { text-align: center; }

.tableA04 tbody th.tableCell04 { background-color: #ABD9D6; }

.tableA04 tbody td { font-size: 1.8rem; }

.tableA04 tbody td.tableCell03 { border-right-style: none; }

.tableA04 tbody td.tableCell04 { border-left: 1px solid #d2d2d2; }

.tableA04 tbody .innerRow { margin-left: 35px; box-sizing: border-box; position: absolute; width: 100px; height: 39px; border-left: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; border-bottom: none; padding: 10px; margin-left: 200px; text-align: center; }

.tableA04 tbody .innerRow + td { border-top: 1px solid #d2d2d2; }

.tableB { table-layout: fixed; border-collapse: separate; width: 48.8541%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; margin-top: 10px; }

.tableB .innerRow th, .tableB .innerRow td { border-bottom: none; }

.tableB .innerRow + tr { background-color: #eaeaea; border-bottom: none; }

.tableB .innerRow + tr th { box-sizing: border-box; vertical-align: top; padding: 0; border-left: none; border-bottom: 1px solid #d2d2d2; text-align: right; }

.tableB .innerRow + tr th p { box-sizing: border-box; display: inline-block; padding: 19px 6px; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; min-height: 66px; height: 100%; max-width: 90%; }

.tableB .innerRow + tr td { background-color: #fff; padding: 0; vertical-align: top; }

.tableB .innerRow + tr td p { border-top: 1px solid #d2d2d2; padding: 19px 6px; }

.tableB th, .tableB td { text-align: right; font-weight: 800; border-bottom: 1px solid #d2d2d2; padding: 10px; }

.tableB th { font-size: 1.6rem; text-align: left; background-color: #eaeaea; border-right: 1px solid #d2d2d2; width: 173px; }

.tableB td { font-size: 1.8rem; line-height: 1.6; padding: 20px 10px; border-right: 1px solid #d2d2d2; }

.tableB .smallText { font-size: 1.0rem; }

.tableB .small { font-size: 1.6rem; }

.tableB .exSmall { font-size: 1.4rem; }

.tableB.tableB01 th { border-right: 1px solid #d2d2d2; }

.tableB.tableB01 td { background-color: #f8f8f8; }

.tableC { table-layout: fixed; width: 100%; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; margin-top: 10px; border-collapse: separate; }

.tableC .innerRow th, .tableC .innerRow td { border-bottom: none; }

.tableC .innerRow + tr { background-color: #eaeaea; }

.tableC .innerRow + tr th { border-top: none; box-sizing: border-box; vertical-align: top; border-left: none; padding: 0px; text-align: right; }

.tableC .innerRow + tr th p { box-sizing: border-box; display: inline-block; height: 100%; max-width: 90%; min-height: 37px; padding: 6px 10px; border-left: 1px solid #d2d2d2; border-top: 1px solid #d2d2d2; }

.tableC .innerRow + tr td { padding: 0; border-top: none; vertical-align: top; background-color: #fff; }

.tableC .innerRow + tr td p { padding: 6px 10px; border-top: 1px solid #d2d2d2; max-width: 90%; }

.tableC .txtImpGreen, .tableC .txtImpOrange, .tableC .txtImpRed { font-size: 2.4rem; }

.tableC .txtImpGreen { color: #009f90; }

.tableC .txtImpOrange { color: #ffa510; }

.tableC .txtImpRed { color: #f34b30; }

.tableC thead th { line-height: 1.5; background-color: #fff; }

.tableC tbody th { font-size: 1.4rem; font-weight: 800; }

.tableC tbody td { font-size: 1.8rem; }

.tableC th, .tableC td { border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; text-align: right; }

.tableC th .small, .tableC td .small { vertical-align: baseline; }

.tableC th { font-size: 1.2rem; text-align: center; padding: 6px; }

.tableC td { font-size: 1.5rem; font-weight: 800; line-height: 1.6; padding: 6px; }

.tableC .smallText { font-size: 1.0rem; }

.tableC .small { font-size: 1.5rem; }

.tableC .exSmall { font-size: 1.3rem; }

.tableC .rate { font-size: 1.6rem; line-height: 1.4; }

.tableC .tableRow02 th { font-size: 1.6rem; text-align: left; background-color: #eaeaea; }

.tableC .tableRow02 td { font-size: 1.8rem; text-align: right; background-color: #fff; }

.container01 { position: relative; display: table; }

.colR, .colL { position: relative; display: table-cell; overflow: hidden; }

.colL { position: relative; width: 12.5%; vertical-align: top; }

.colL .imgWrap { position: absolute; top: 0; right: 0; left: 0; bottom: 0; text-align: center; }

.colL img { min-height: 58.5rem; height: 100%; }

.colR { width: 87.666%; padding-left: 1%; }

.colR > .tableC:first-child { margin-top: 0; }

.receivRateTableHead { position: relative; padding: 8px 0; margin-top: 25px; background-color: #47c2c8; }

.receivRateTableHead .buttonWrap { position: absolute; margin: 0 auto; top: 50%; left: 0; right: 0; padding-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 17.7704%; }

.receivRateTableHead .acordp { font-weight: bold; }

.tableD { table-layout: fixed; width: 100%; margin-top: 55px; box-sizing: border-box; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; }

.tableD th, .tableD td { border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; padding: 15px; font-size: 1.5rem; line-height: 1.6; vertical-align: middle; }

.tableD th { background-color: #eaeaea; font-weight: bold; width: 9em; }

.tableD td { font-weight: normal; }

/* form

=========================================*/
/* select */
form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ffffff url(images/bg_select.png) right center no-repeat; background-size: 28px auto; border-radius: 3px; box-sizing: border-box; border: 1px solid #999999; height: 40px; padding-right: 30px; font-size: 1.6rem; overflow: hidden; text-overflow: ellipsis; padding-left: 8px; }

form select::-ms-expand { display: none; }

form option { padding-left: 15px; font-size: 1.6rem; }

/* radio */
form [type="radio"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 0; position: absolute; }

form [type="radio"] + label { vertical-align: baseline; position: relative; padding-left: 28px; cursor: pointer; font-weight: bold; }

form [type="radio"] + label::before, form [type="radio"] + label::after { content: ""; display: block; position: absolute; border-radius: 50%; margin: auto; top: 0; bottom: 0; }

form [type="radio"] + label::before { width: 16px; height: 16px; left: 0; border: 1px solid #999999; }

form [type="radio"]:checked + label::before { border-style: none; background-color: #0096ff; }

form [type="radio"]:checked + label::after { width: 6px; height: 6px; left: 5px; background-color: #ffffff; }

form [type="radio"]:focus + label { outline: 1px dotted #333333; }

.radioList01 { list-style: none; margin-left: 0; padding-left: 0; }

.radioList01 li + li { margin-left: 60px; }

.radioList01::after { content: ""; display: block; clear: both; }

.radioList01 li { float: left; }

/* submit */
form [type="button"] { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 2rem; font-weight: 800; white-space: pre-wrap; color: #fff; width: 33.264%; background-color: #EE742B; border-style: none; border-radius: 30px; padding: 15px; box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23); cursor: pointer; }

form [type="button"]:hover { opacity: 0.7; }

.submitBtn { text-align: center; margin-top: 30px; margin-bottom: 20px; }

/* form p */
.formLine { font-size: 0; text-align: center; }

.formLine .line1 { font-size: 1.4rem; display: inline-block; vertical-align: middle; line-height: 2; }

.formLine select { margin: 0 15px; }

/* box
=========================================*/
.boxtypeA { border: 4px solid #d2d2d2; background-color: #ffffd9; padding: 10px 6px; margin-top: 20px; }

.boxtypeA select { color: #e73708; }

.tableWrap { margin-top: 15px; }

.resultTextBox { font-weight: 800; text-align: center; border: 1px solid #979797; padding: 15px 12px; margin: 0 auto; position: relative; background-color: #fff; box-sizing: border-box; }

.resultTextBox:before, .resultTextBox:after { content: ""; position: absolute; margin: auto; vertical-align: middle; box-sizing: border-box; width: 18px; height: 18px; border: 18px solid transparent; left: 48%; z-index: -1; }

.resultTextBox:before { border: 20px solid transparent; border-left: 20px solid #979797; bottom: -20px; left: calc(48% - 1px); }

.resultTextBox:after { border-left: 18px solid #fff; bottom: -18px; z-index: 1; }

.resultTextBox h3 { position: absolute; background-color: #ffffff; padding: 0 10px; margin: 0 auto; width: 6em; left: 0; right: 0; margin-top: -0.5em; text-align: center; }

.resultTextBox p { font-size: 1.6rem; line-height: 1.5; }

.resultTextBox .amount { color: #EE742B; font-size: 2.4rem; line-height: 1.5; letter-spacing: .05em; }

.resultTextBox .txtNormal { display: inline-block; font-size: 1.4rem; font-weight: 400; line-height: 1.2; padding-top: 5px; }

/* resultBox */
.resultBox { position: relative; margin-bottom: 80px; }

.resultBox div { display: table; background-color: #ffffff; position: absolute; box-sizing: border-box; height: 72px; }

.resultBox div p { display: table-cell; vertical-align: top; font-size: 1.6rem; font-weight: 800; line-height: 1.3; padding: 10px 17px; text-align: center; overflow-wrap: break-word; }

.resultBox.resultBox10 p.baseImage.baseImage10 { display: inline-block; }

.resultBox.resultBox15 p.baseImage.baseImage15 { display: inline-block; }

.resultBox.resultBox20 p.baseImage.baseImage20 { display: inline-block; }

.resultBox p.baseImage { display: none; border-style: none; padding-top: 35px; position: static; text-align: center; }

.resultBox p.baseImage img { vertical-align: top; width: 100%; height: auto; }

.resultBox .ind5, .resultBox .ind6 { bottom: 3.5%; height: auto; min-width: 20px; border: none; }

.resultBox .ind5 p, .resultBox .ind6 p { font-size: 1.6rem; font-weight: 800; padding: 0; }

.resultBox .ind5 { left: 13%; }

.resultBox .ind6 { left: 63%; }

.resultBox .ind7 { left: -2%; top: 90%; min-width: 55px; }

.resultBox .ind8 { left: 33%; top: 90%; min-width: 55px; }

.ind9Wrap { margin: 0 auto; box-sizing: border-box; padding-top: 20px; }

.ind9Wrap::after { content: ""; display: block; width: 0; height: 0; border-top: 30px solid #ee742b; border-left: 60px solid transparent; border-right: 60px solid transparent; border-bottom: 0px solid transparent; margin: 0 auto; }

.ind9::after { content: ""; display: block; width: 4px; height: 11px; background-color: #e2862b; margin: 0 auto; }

.ind9 p { border: 1px solid #e2862b; font-size: 1.4rem; padding: 10px; line-height: 1.4; font-weight: bold; }

/* UL

=========================================*/
.linkListA { padding: 0; list-style: none; margin: 45px 10px 0; text-align: center; }

.linkListA li img { vertical-align: top; max-width: 280px; width: 100%; height: auto; }

/* aboutList */
.aboutList { list-style: none; margin: 20px 0 0; padding: 0; }

.aboutList li { font-size: 1.4rem; margin-top: 25px; }

.aboutList li:first-child { margin-top: 0; }

.aboutList li .Mark { display: block; float: left; width: 2em; }

.aboutList li .Detail { display: block; margin-left: 2em; }

.aboutList li .subList { list-style: none; margin: 0; padding: 0; }

.aboutList li .subList li { margin-top: 0; padding-left: 1em; text-indent: -1em; }

.aboutList li .subList li::before { content: "\0030fb"; }

.gotoPc { padding: 0; margin: 30px -10px -30px; }

.gotoPc li { margin: 0; padding: 0; background-color: #009d85; display: block; text-align: center; line-height: 1.3; font-size: 1.6rem; }

.gotoPc li::after { content: ""; display: block; background-color: #ffffff; height: 1px; margin: 0 10px; }

.gotoPc a { display: inline-block; padding: 15px 16px 10px; color: #ffffff; vertical-align: middle; }

.gotoPc a::after { content: ""; display: inline-block; margin-top: -4px; width: 16px; height: 12px; background: transparent url(images/sprt.png) right no-repeat; background-size: 16px 12px; }

.listA { padding-top: 4px; }

.listA > .listA-item { text-indent: -1em; padding-left: 1em; font-size: 1.4rem; line-height: 1.4; }

.listB { margin: 15px 150px 0; }

.listB > .listB-item { list-style: none; text-indent: -1em; padding-left: 1em; font-size: 1.8rem; line-height: 1.5; }

.listB > .listB-item + .listB-item { padding-top: 1em; }

.ovcList { margin: 15px 0 0; padding: 0; }

.ovcList > li { list-style: none; font-size: 1.4rem; }

.ovcList > li + li { margin-top: 5px; }

.ovcList > li .Mark { display: block; float: left; margin-right: 0.5em; }

.ovcList > li .Detail { overflow: hidden; display: block; }

.ovcList > li .Detail::afger { content: ""; display: block; clear: left; }

/* accordion

----------------------------------------*/
.acordWrap { margin-top: 15px; }

.acordWrap .acordArea { display: none; }

.acordWrap .acordArea .tableWrap { margin-top: 0; }

.acordWrap .acordArea.accordionActive { display: block; }

.acordWrap .acordBtn { position: relative; font-size: 1.6rem; text-align: center; display: block; padding: 8px 35px; }

.acordWrap .acordBtn:link { text-decoration: none; }

.acordWrap .acordBtn:link, .acordWrap .acordBtn:hover, .acordWrap .acordBtn:visited { color: #ffffff; }

.acordWrap .acordBtn .opened { display: none; }

.acordWrap .acordBtn .closed { display: inline; }

.acordWrap .acordBtn::after { content: ""; display: inline-block; vertical-align: middle; background: #FFF url(images/ico_acord.png) 0 -16px no-repeat; background-size: 16px 32px; vertical-align: -8%; width: 16px; height: 16px; margin-left: 5px; }

.acordWrap .acordBtn.accordionActive .opened { display: inline; }

.acordWrap .acordBtn.accordionActive .closed { display: none; }

.acordWrap .acordBtn.accordionActive::after { background: #FFF url(images/ico_acord.png) 0 0 no-repeat; background-size: 16px 32px; }

/* 為替リスク部?E*/
.acordWrap .acordBtn2 { display: inline-block; position: relative; padding: 2px 15px 2px 10px; margin: 0 -10px; }

.acordWrap .acordBtn2::after { content: ""; display: block; position: absolute; background: transparent url(images/ico_acord2.png) 0 -7px no-repeat; background-size: 10px 14px; margin: auto; width: 10px; height: 7px; top: 0; bottom: 0; right: 0; }

.acordWrap .acordBtn2.accordionActive::after { background: transparent url(images/ico_acord2.png) 0 0 no-repeat; background-size: 10px 14px; }

.acordWrap .acordBtn3 { display: inline-block; position: relative; }

.acordWrap .acordBtn3:after { content: ""; display: block; position: absolute; width: 6px; height: 6px; top: 50%; right: 1.5em; border-left: 2px solid #00a2b2; border-top: 2px solid #00a2b2; transform: translateY(-50%) rotate(225deg); -webkit-transform: translateY(-50%) rotate(225deg); transition: all 300ms 0s ease; -webkit-ttransition: all 300ms 0s ease; }

.acordWrap .acordBtn3 span:before { content: "\8868\793a\3059\308b"; display: inline-block; font-size: 1.4rem; font-weight: 800; line-height: 1; }

.acordWrap .acordBtn3.accordionActive:after { transform: translateY(-50%) rotate(45deg); -webkit-transform: translateY(-50%) rotate(45deg); }

.acordWrap .acordBtn3.accordionActive span:before { content: "\8868\793a\3057\306a\3044"; display: inline-block; }

/* inline

=========================================*/
strong, .colorRed { color: #ef742e; }

.strong { font-weight: bold; }

span.icon { margin-left: 3px; margin-right: 3px; }

span.icon img { vertical-align: -10%; }

em { font-style: normal; }

.ml1em { margin-left: 1em; }

.large { font-size: 125%; vertical-align: baseline; }

.small { font-size: 65%; vertical-align: baseline; }

.medium { font-size: 85%; vertical-align: baseline; }

span.caution { text-decoration: underline; }

/* paragraph

=========================================*/
.leadText { margin: 20px 10px 0; font-size: 1.4rem; line-height: 1.5; }

.leadTextS { margin: 15px 150px 0; font-size: 1.8rem; }

.dateYmd { font-size: 1.2rem; margin-top: 5px; }

.dateYmd::after { content: ""; display: block; clear: both; }

.dateYmd em { float: left; width: 5em; color: #333333; word-break: break-all; }

.dateYmd em + em { float: left; overflow: hidden; color: #ef742e; width: auto; }

.dateYmd span { color: #ef742e; }

.referenceDate { margin-top: 0; font-size: 2rem; }

.rateText { font-size: 2.4rem; font-weight: bold; }

.rateText .notice { color: #333; padding-left: 2em; }

.rateText .notice .kome { color: #333; }

.rateText span { color: #e73708; word-break: break-all; }

.leadTextError { font-size: 1.4rem; margin: 40px auto 0; width: 280px; }

.leadTextError02 { font-size: 1.6rem; margin: 25px 320px 0; }

.leadTextError03 { font-size: 1.6rem; margin: 25px 250px 0; }

.colorDef { color: #333 !important; }

.leadTextSmall { margin: 15px auto 0; padding: 0; font-size: 1.6rem; line-height: 1.5; }

.leadTextSmall + .leadTextSmall { margin-top: 0; }

/* bannerArea

=========================================*/
.bannerArea.show { display: block; position: relative; bottom: 0; transition: all 300ms 0s ease; margin-top: 20px; }

.bannerArea.show ul { height: 100%; padding-top: 17px; }

#bannerArea, .bannerArea { position: fixed; bottom: -100px; width: 100%; height: 100px; background: #fff; box-shadow: 0 -1px 5px rgba(150, 150, 150, 0.4); z-index: 99; display: none; transition: all 300ms 0s ease; }

#bannerArea.show, .bannerArea.show { display: block; }

#bannerArea.show.float, .bannerArea.show.float { bottom: 0; }

#bannerArea.bannerAreaDetail ul, .bannerArea.bannerAreaDetail ul { text-align: center; }

#bannerArea.bannerAreaDetail ul li, .bannerArea.bannerAreaDetail ul li { vertical-align: top; float: none; }

#bannerArea.bannerAreaDetail ul li.telno, .bannerArea.bannerAreaDetail ul li.telno { float: none; }

#bannerArea.float, .bannerArea.float { bottom: 0; }

#bannerArea.float ul, .bannerArea.float ul { text-align: center; }

#bannerArea.float ul li, .bannerArea.float ul li { vertical-align: top; float: none; }

#bannerArea.float ul li.telno, .bannerArea.float ul li.telno { float: none; }

#bannerArea ul, .bannerArea ul { width: 950px; margin: 14px auto; }

#bannerArea ul li, .bannerArea ul li { display: inline-block; float: left; }

#bannerArea ul li:not(:last-child), .bannerArea ul li:not(:last-child) { margin-right: 26px; }

#bannerArea ul li.telno, .bannerArea ul li.telno { float: right; margin-right: 0; width: 414px; }

#bannerArea ul li img, .bannerArea ul li img { width: 100%; height: auto; vertical-align: top; }

/* kome */
.notice { font-size: 1.4rem; font-weight: 400; padding-left: 1em; margin-top: 10px; }

.notice + .notice { margin-top: 0; }

.notice .kome:first-child { display: inline-block; width: 1em; text-align: center; margin-left: -1em; }

.notice .tab-indent { display: table-cell; vertical-align: top; white-space: nowrap; }

.notice .tab-indent + .tab-indent { white-space: normal; padding-left: 0.5em; }

/* leadNotice */
.leadNotice { margin: 15px 40px 0; font-size: 1.4rem; padding-left: 1em; margin-top: 10px; line-height: 1.5; }

.leadNotice .kome:first-child { display: inline-block; width: 1em; text-align: center; margin-left: -1em; }

.tabText {
  font-size:1.4rem;
}
.tabText .mark,
.tabText .detail {
  display:table-cell;
  vertical-align:top;
}
.tabText .mark {
  white-space:nowrap;
}

/* BUTTON

----------------------------------------*/
.backgroundButton01 { margin-top: 40px; }

.buttonNormal { width: 280px; margin: 0 auto; }

.buttonNormal a { display: block; width: 280px; height: 46px; background: url(images/btn_close_pc.png) 0 0 no-repeat; background-size: 280px 44px; overflow: hidden; white-space: nowrap; text-indent: -980px; }

.buttonWrap { padding-top: 20px; }

.button { cursor: pointer; display: inline-block; font-size: 14px; text-align: center; width: 280px; padding: 0; margin: 0 auto; box-sizing: border-box; }

.button.buttonBlock { width: 100%; }

.button .buttonBorder { padding: 2px 6px; border: 1px solid #fff; }

.button.buttonImg a { padding: 0; }

.button a { display: inline-block; padding: 10px; width: 100%; box-sizing: border-box; }

.button a:hover { opacity: 0.7; }

.button.buttonBlock { display: block; width: 100%; }

.button.buttonCta a { color: #fff; background-color: #EE742B; }

.button.buttonBanner01, .button.buttonBanner02 { width: 240px; }

.button.buttonBanner01 a, .button.buttonBanner02 a { font-size: 2rem; font-weight: 800; line-height: 1; color: #fff; text-decoration: none; padding: 18px 20px 14px; }

.button.buttonBanner01.buttonRound a, .button.buttonBanner02.buttonRound a { border-radius: 40px; }

.button.buttonBanner01 .small, .button.buttonBanner02 .small { font-size: 1.4rem; }

.button.buttonBanner01 a { background-color: #f68722; }

.button.buttonBanner02 a { color: #fff; background-color: #00a08e; }

.button.buttonRound a { border-radius: 30px; }

.button.buttonHide a { color: #0096FF; background-color: #fff; padding: 5px; }

/* link */
.link { color: #333; text-decoration: underline; }

.link:visited, .link:link { color: #333; }

/* movieWrap

----------------------------------------*/
.movieWrap img { width: 100%; height: auto; }

.statusImage { text-align: center; }

.statusImage img { vertical-align: top; }

.dammyImg { display: block; width: 100%; height: 31.66px; background-color: gray; }

.caution { font-size: 1.4rem; }

.trademark { margin-top: 30px; font-weight: bold; font-size: 1.4rem; }

/*  */
.colorH { border-color: #cccccc; }

.reference { text-align: center; margin-left: -8px; margin-right: -5px; }

.text { font-size: 1.2rem; }

.cautionText { margin: 20px 0 0; padding-left: 25px; background: transparent url(images/ico_caution_sp.png) 0 0 no-repeat; background-size: 20px 16px; font-size: 1.2rem; }

.imgWrap img { width: 100%; }

/* h1 */
h1 { text-align: center; margin-top: 10px; line-height: 1.2; font-size: 1.6rem; }

/* h2A simulation.html */
.headH2A { border-left: 4px solid #4dbab4; padding-left: 8px; font-size: 2.4rem; font-weight: 800; line-height: 1; color: #4dbab4; margin: 20px 0 25px; }

/* H2B start */
.headH2B { margin-top: -10px; text-align: center; line-height: 1.4; font-size: 1.8rem; font-weight: bold; }

/* H2C accord */
.headH2C { margin: 0; text-align: center; line-height: 1.2; font-size: 1.6rem; padding: 7px 0; background-size: 304px 1px; color: #ffffff; font-weight: bold; }

.headH2E { margin-top: 35px; text-align: center; line-height: 1.4; font-size: 2.2rem; font-weight: bold; }

/* h3A simulation.html */
.headH3A { font-size: 2rem; font-weight: 800; line-height: 1.4; color: #4dbab4; padding-top: 10px; padding-bottom: 10px; padding-left: 8px; padding-right: 8px; margin: 48px 0 25px; border-left: 4px solid #4dbab4; border-top: 1px solid #4dbab4; border-right: 1px solid #4dbab4; border-bottom: 1px solid #4dbab4; }

/* H3D start */
.headH3D { color: #333; font-size: 1.8rem; font-weight: 800; line-height: 1.2; border-left: 3px solid #333; padding-left: 8px; margin: 32px 0 23px; }

.headH3D .txtImp { color: #EE742B; }

.headH4D { display: inline-block; color: #333; font-size: 1.8rem; font-weight: 800; line-height: 1.2; margin: 32px 0 23px; }

.headH4D .txtImp { color: #EE742B; }

/* H4A start */
.headH4A { color: #4dbab4; font-size: 1.4rem; line-height: 1.2; margin: 20px 0 15px; }

/* H2D about */
.headH2D { line-height: 1.2; font-size: 1.6rem; font-weight: bold; color: #5287c3; margin-top: 35px; }

.headH2D:first-child { margin-top: 35px; }

.icn_blank { vertical-align: middle; margin: 0 0 0 8px; }

/* .demo { #resultFloat { top: 0; opacity: 1; } } */
.u-txt-r { text-align: right; }

.u-mt-0 { margin-top: 0px !important; }

.u-mt-1 { margin-top: 10px !important; }

.u-mt-5 { margin-top: 50px !important; }

.u-mt-1-5 { margin-top: 15px !important; }

.u-pt-0 { padding-top: 0 !important; }

.u-pt-2 { padding-top: 20px !important; }

.u-pt-5 { padding-top: 50px !important; }

.u-pt-8 { padding-top: 80px !important; }

.txtR { text-align: right; }

@media screen and (max-width: 77.5rem) and (max-width: 36.32813rem) { .u-scalable-1 { font-size: 1.875rem; } }

@media screen and (min-width: 77.5rem) and (min-width: 36.32813rem), screen and (max-width: 77.5rem) and (min-width: 36.32813rem) { .u-scalable-1 { font-size: 5.16129vw; } }

@media screen and (min-width: 77.5rem) and (min-width: 121.09375rem) { .u-scalable-1 { font-size: 6.25rem; } }

@media screen and (max-width: 77.5rem) { .u-scalable-2 { font-size: 3rem; } }

@media screen and (min-width: 77.5rem) and (max-width: 96.875rem) { .u-scalable-2 { font-size: 3.87097vw; } }

@media screen and (min-width: 77.5rem) and (min-width: 96.875rem) { .u-scalable-2 { font-size: 3.75rem; } }

@media screen and (min-width: 77.5rem) { .u-scalable-3 { font-size: 3rem; } .u-scalable-4 { font-size: 1.375rem; } }

@media screen and (max-width: 77.5rem) and (min-width: 29.0625rem) { .u-scalable-3 { font-size: 3.87097vw; } }

@media screen and (max-width: 77.5rem) and (max-width: 29.0625rem) { .u-scalable-3 { font-size: 1.125rem; } }

@media screen and (max-width: 77.5rem) and (min-width: 56.36364rem) { .u-scalable-4 { font-size: 1.77419vw; } }

@media screen and (max-width: 77.5rem) and (max-width: 56.36364rem) { .u-scalable-4 { font-size: 1rem; } }

@media print { *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line { text-shadow: none !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

@media screen and (orientation: landscape) { #resultFloat { width: 100%; } }


/* PC-SP_change */
.column1 {
	min-width: 970px;
}

.column1 #inray {
	/*display:none;*/
	background: #e6e6e6 none repeat scroll 0 0;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

/* 2019-08-30 */
.red_under{
	text-decoration: underline;
}
.disc_ul li{
	padding-left: 1em;
	text-indent: -0.85em;
}
.disc_ul li:before{
	content: "・ ";
}
.disc_ul li:nth-child(n + 2){
	margin-top: 8px;
}
.dateYmd.second { font-size: 1.7rem; margin-top: 10px;}

.dateYmd.second em {width: auto;}
.notice.pl3em{
	display: inline-block;
	padding-left: 2.7em;
}
select{
	color: #333;
}