@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}
	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.va_md { vertical-align: middle !important; }
.taR { text-align: right !important; }
.taC { text-align: center !important; }
.taL { text-align: left !important; }

.fm08 {
    display: inline-block;
    font-size: 0.7em;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.fm09 {
    font-size: 0.8em;
}

.fz10 {
    font-size: 1em;
}

.mb10 {
    margin-bottom: 1em;
}

.menu__main__list td a {
    line-height: 1.1;
}

.menu__main__list td a .sps__arrow_r_b {
    top: 10px;
}

hr {
    border: 1px solid #000;
}

#main {
/*	overflow: hidden;
*/}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.heading01 {
    margin-bottom: 1em;
    position: relative;
    font-size: 2em;
    line-height: 1.2;
    padding-bottom: 6px;
    border-bottom: 4px solid #1d2087;
}

#conts article .heading01 {
    margin-top: 1em;
}

.orange {
    color: #F26B00;
}

.red {
    color: #000;
}

.heading02 {
    margin-bottom: 0.75em;
    padding: 0 0.675em;
    font-size: 2em;
    color: #231815;
    line-height: 1;
    position: relative;
    counter-reset: anumber;
}

.heading02:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1em;
    content: "";
    border-left: 0.3em solid #1d2087;
}

#conts article .heading02 {
    margin-top: 0.75em;
}

.heading03 {
    color: #333;
    font-size: 1.53846em;
    line-height: 1.2em;
    vertical-align: middle;
}

.heading03 img {
    margin-right: 0.5em;
    vertical-align: middle;
}

.heading04 {
    margin: 0.5em 0;
    font-size: 1.2em;
}

.heading05 {
    margin: 1em 0 0.5em;
}

.convclass {
    margin: 0 auto;
    max-width: 960px;
}

.inner {
    margin: 0 0.5em;
    display: block;
}

.inner .inner {
    margin: 0 1em;
}

.keypad {
    margin-top: -4px;
    height: 1em;
    height: 20px;
    vertical-align: middle;
}

.keypad02 {
    margin-top: 0;
}

.c_strong,
.caution_note,
.caution_to {
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.imgBox .rBox {
    padding-bottom: 5px;
    float: right;
}

.imgBox .lBox {
    padding-right: 30px;
    overflow: hidden;
}

.list01 {
    display: list-item;
    list-style: disc;
    list-style-position: outside;
    text-indent: 0;
    margin-left: 1em;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}

.indent01 {
    text-indent: -0.7em;
    padding-left: 0.7em;
}

.indent03 {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.indentSpe {
    line-height: 1.4;
}

.textBorder {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #000;
}

.textBorder .table_ul li {
    border: none;
    background-color: #fff;
}

.jsBox .textBorder {
    margin-top: 14px;
}

.block {
    text-align: center;
}

.block img {
    display: block;
    margin: 10px auto;
}

.block span {
    display: inline-block;
    vertical-align: top;
}

.block span.left {
    text-align: left;
}

.block .photoSpan {
    margin: 0px 10px;
}

.block .photoSpan img {
    max-width: 213px;
}

.table_detail {
    margin-bottom: 1em;
}

.table_detail table {
    margin-top: 0.5em;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table_detail thead {
    line-height: 1.5;
}

.table_detail th,
.table_detail td {
    padding: 0.5em;
    line-height: 1.5;
    border: 1px solid #000;
    text-align: left;
    vertical-align: middle;
}

.tacTable tbody th {
    text-align: center;
}

.table_detail th[align="center"],
.table_detail td[align="center"] {
    text-align: center;
}

.table_detail img {
    vertical-align: middle;
}

.table_detail+.table_ul {
    margin-top: 1em;
}

.ud_line {
    text-decoration: underline;
}

.ud_line_before {
    position: relative;
}

.ud_line_before:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 1px solid #000;
}

.bd_line {
    border-bottom: 1px solid #000;
}

.ov_line {
    text-decoration: overline;
}

.va_bl {
    visibility: hidden;
}

.sub {
    font-size: 0.7em;
    vertical-align: baseline;
    display: inline-block;
    text-indent: 0;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.sup {
    font-size: 0.7em;
    line-height: 0.8;
    vertical-align: middle;
    display: inline-block;
    text-indent: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.top {
    margin-left: -1.1em;
    margin-top: -1em;
    display: inline-block;
    vertical-align: top;
}

.top01 {
    margin-left: -0.35em;
    margin-top: -0.4em;
    display: inline-block;
    vertical-align: top;
}

.top02 {
    margin-left: -0.35em;
    display: inline-block;
    vertical-align: top;
}

.sub03 {
    font-size: 0.7em;
    vertical-align: baseline;
    display: inline-block;
    text-indent: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.sup03 {
    margin-right: -0.6em;
    font-size: 0.7em;
    vertical-align: top;
    display: inline-block;
    text-indent: 0;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.ruby {
    margin: -0.1em 0 0 -0.3em;
    font-size: 1.2em;
    display: inline-block;
}

.frac {
    display: inline-block !important;
    position: relative;
    line-height: 1.1;
    vertical-align: middle;
    text-align: center;
}

.frac .frac {
    margin-top: 1em;
}

.frac sub {
    padding-top: 2px;
    display: block;
    line-height: 1.2;
    text-align: center;
    border-bottom: none;
}

.frac .distance {
    bottom: -2em;
}

.frac sup {
    width: auto;
    display: block;
    padding: 0 0 2px;
    position: static;
    left: auto;
    top: auto;
    border-bottom: 1px solid #000;
    text-align: center;
}

.frac .minwidth {
    min-width: 3em;
}

.frac .minwidth01 {
    min-width: 5em;
}

.sup .frac {
    margin-bottom: 1em;
}

.radical {
    border-top: 1px solid #000;
}

.radical_ {
    min-width: 0.1em;
    border-top: 1px solid #000;
    line-height: 9px;
    display: inline-block;
    vertical-align: baseline;
}

.italic {
    font-style: italic;
}

.dpib {
    display: inline-block;
    vertical-align: top;
}

.sub_box p {
    clear: both;
    overflow: hidden;
}

.sub_box span {
    float: right;
    margin-left: 2em;
}

.top_btm {
    margin: -0.5em;
    padding: 0.5em;
    position: relative;
}

.top_btm:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    background-color: #000;
}

.top_btm .top_ {
    display: block;
    text-align: right;
    padding-bottom: 0.5em;
}

.top_btm .btm_ {
    display: block;
    text-align: left;
    padding-top: 0.5em;
}

i {
    min-width: 0.1em;
    font-family: 'Times New Roman';
    font-style: italic;
    text-indent: 0;
    text-align: center;
}

.times {
    font-family: 'Times New Roman';
}

.i {
    font-style: italic;
    text-indent: 0;
}

.table_ul {
    overflow: hidden;
    padding: 3px 0;
}

.table_ul {
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: auto;
    display: table;
    width: 100%;
}

.table_ul+.table_ul {
    margin-top: -1em;
}

.table_ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    line-height: 1.3em;
    box-sizing: border-box;
    width: 50%;
    width: 260px;
}

.table_ul li:first-child {
    width: calc(100% - 230px);
}

.table_ul li:nth-child(2n) {
    vertical-align: middle;
}

.table_spe {
    overflow: hidden;
}

.table_spe li:first-child {
    width: auto;
    float: right;
}

.table_spe li {
    float: left;
}

.table_spe li.taL {
    width: calc(100% - 230px);
}

.table_ul li img {
    max-width: 213px;
    vertical-align: middle;
}

.table_ul .left {
    text-align: left;
}

.ex_title b {
    float: left;
}

.ex_title span {
    overflow: hidden;
    display: block;
    padding-left: 0.5em;
}

.indent5em {
    padding-left: 4.74em;
    text-indent: -4.74em;
    display: block;
}

.indent6em {
    padding-left: 5.74em;
    text-indent: -5.74em;
    display: block;
}

.sp {
    display: none !important;
}

.tac_ul {
    text-align: center;
}

.tac_ul li {
    float: left;
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.wih5 {
    width: 0;
}

.importantBox {
    margin-bottom: 1em;
    padding: 0.5em 1em;
    font-size: 0.8em;
    background-color: #FFE9EC;
}

.importantBox .heading03 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.125em;
    color: #E91511;
    border-bottom: 1px solid #B4B4B5;
}

.importantBox .keypad {
    height: 16px;
}

.importantBox p {
    line-height: 1.6;
}

.noteBox {
    margin-bottom: 1em;
    padding: 0.5em 1em;
    font-size: 0.8em;
    background-color: #E7F3F0;
}

.noteBox .heading03 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.125em;
    color: #009399;
    border-bottom: 1px solid #B4B4B5;
}

.noteBox .keypad {
    height: 16px;
}

.noteBox p {
    line-height: 1.6;
}

.flR .r_ {
    float: right;
}

.dl {
    display: inline-block;
    vertical-align: top;
}

.frac .dl {
    margin-top: 0.45em;
}

.frac .minheight {
    margin-top: 1.5em;
}

.wbka {
    word-break: keep-all;
}

.rPhoto img {
    max-width: 213px;
}

.font100 {
	font-size: 100%;
}

.font20p {
	font-size: 20px;
}

@media all and (-ms-high-contrast:none) {
    .frac sup {
        padding: 0;
    }

    .frac sub {
        bottom: -1.4em;
    }
}

@media all and (min-width: 0) and (max-width: 599px) {
    .heading01 {
        margin-bottom: 20px;
        padding-bottom: 4px;
        font-size: 30px;
        line-height: 30px;
        border-bottom-width: 3px;
    }

    .heading02 {
        padding: 0 0.57em;
        font-size: 1.3em;
        line-height: 1.2em;
    }

    .heading02:after {
        height: 1.2em;
    }

    .heading03 {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .heading03 img {
        width: 20px;
    }

    .heading04 {
        padding: 5px;
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .convclass {
        margin: 0 0.5em;
    }

    .inner {
        margin: 0 auto;
    }

    .inner .inner {
        margin: 0 auto;
        margin-left: 1em;
    }

    .keypad {
        height: 16px;
    }

    .imgBox .rBox {
        padding-bottom: 5px;
        float: right;
        width: 32%;
    }

    .imgBox .lBox {
        padding-right: 0;
        float: left;
        width: 66%;
    }

    .textBorder {
        padding: 0.5em;
    }

    .taR {
        text-align: center;
    }

    .table_detail thead {
        /*font-size: 1.13077em;*/
    }

    .table_detail th,
    .table_detail td {
        padding: 0.5em;
        border: 1px solid #000;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .tac_ul li {
        float: none;
        width: auto;
    }

    .table_ul {
        margin-bottom: 0.5em;
        display: block;
    }

    .table_ul+.table_ul {
        margin-top: -0.5em;
    }

    .table_ul li {
        margin-bottom: 0.5em;
        margin-left: auto;
        padding-left: 0;
        text-align: left;
        width: auto;
        display: block;
        max-width: 360px;
    }

    .table_ul .taL {
        max-width: inherit;
    }

    .table_ul li:first-child {
        width: auto;
    }


    .table_ul li br {
        display: none;
    }

    .table_ul01 li img {
        max-width: 100%;
    }

    .tab02 li:first-child {
        width: 100%;
        max-width: none;
    }

    .tab02 li br {
        display: block;
    }

    .tab03 li br {
        display: block;
    }

    .indent5em {
        padding-left: 0;
        text-indent: 0;
    }

    .indent6em {
        padding-left: 0;
        text-indent: 0;
    }

    .top_btm:before {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    .sup03 {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .sub03 {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

		.wb-all {
        word-break: break-all;
    }

    .frac sub {
        bottom: -16px;
    }

    .minheights {
        min-height: 3em;
    }

    .minheights .distance {
        bottom: 0;
    }

    .rPhoto img {
        max-width: 100%;
    }

    .block .photoSpan img {
        max-width: 100%;
    }

    .spBlock {
        display: block;
        text-align: left;
        padding-left: 2em;
    }

    .table_spe li.taL {
        width: 100%;
    }
}

.before_span {
    position: relative;
}

.before_span:before {
    margin-left: -1px;
    width: 2px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: -3px;
    left: 50%;

    content: "";
    border-radius: 50px;
}

.txt {
    font-size: 1.5em;
}

.marStyle01 {
    margin-bottom: 20px;
}

.imgStyle01 {
    height: 30px;
}

.widSpan {
    width: 300px;
    float: left;
}

.table_ul li .imgWidth {
    max-width: none;
}

.textSize {
    font-size: 33px;
}

.textSize .frac {
    font-size: 20px;
}

.imgStyle02 {
    width: 20px;
    vertical-align: middle;
}

.imgStyle03 {
    height: 51px;
    vertical-align: middle;
}

.imgStyle04 {
    height: 42px;
    vertical-align: middle;
}

.imgStyle05 {
    height: 54px;
    vertical-align: middle;
}

.imgStyle07 {
    max-width: 494px;
    width: 100%;
}

.imgSize {
    height: 70px;
    vertical-align: middle;
}

.txtStyle01 {
    font-size: 12px;
    font-family: 'Times New Roman';
}

.txtStyle03 {
    font-size: 12px;
}

.txtStyle04 {
    font-family: 'Times New Roman';
}

.txtStyle05 {
    font-size: 12px;
}

.txtStyle06 {
    margin-top: -7px;
    font-size: 42px;
    vertical-align: middle;
    display: inline-block;
}

.txtStyle06 .txtStyle05 {
    font-size: 20px;
}

.calc_ul li:nth-child(2n) {
    width: 330px;
}

.frac .padStyle {
    padding-top: 3px;
}

.leftStyle {
    float: left;
}

.table_ul li.btmStyle {
    vertical-align: bottom;
}

.indent02 {
    text-indent: -0.7em;
    padding-left: 0.7em;
}

.frac .pt0 {
    margin-top: -4px;
    padding-top: 0;
}

.frac .pb0 {
    padding-bottom: 0;
}

.mt0 {
    margin-top: 0 !important;
}

.frac02 {}

.frac02 sub,
.frac02 sup {
    border-bottom: none;
}

.img_ul {
    width: 100%;
    display: table;
}

.img_ul li {
    display: table-cell;
    vertical-align: middle;
}

.ex_title .specTxt {
    padding-left: 0;
    min-width: 85px;
}

.aStyle {
    color: #000;
    text-decoration: none;
}

.imgSpecial {
    max-width: 250px !important;
}

.pbStyle {
    padding-bottom: 27px;
}

.pbStyle02 {
    padding-bottom: 34px;
}

.imgStyle06 {
    max-width: 250px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.lineStyle {
    line-height: 3;
}

.marStyle {
    margin-top: 0.5em;
}

.marStyle02 {
    margin-bottom: 1em;
}

.marStyle03 {
    margin-bottom: 0.5em;
}

.vat {
    vertical-align: top;
    margin-left: 4px;
}

.marStyle04 {
    margin-top: 25px;
}

.tac_ul02 {
    overflow: hidden;
    zoom: 1;
}

.tac_ul02 li {
    padding-bottom: 0;
}

.redTxt .topSpan {
    margin-top: -7px;
    display: inline-block;
    vertical-align: top;
}

.redTxt .topSpan02 {
    margin-top: 4px;
}

.redTxt .topSpan03 {
    margin-top: -4px;
}

.redTxt .topSpan04 {
    margin-top: -7px;
}

.redTxt {
    line-height: 1.8;
}

.sup04 {
    margin-top: 6px;
}

.letter-space {
	letter-spacing: .85px;
}

@media all and (-ms-high-contrast:none) {
    .marStyle04 {
        margin-top: 18px;
    }

    .radical02 {
        display: inline-block;
        vertical-align: top;
    }

    .radical03 {
        margin-top: 1px;
        display: inline-block;
        vertical-align: top;
        font-size: 19px;
        line-height: 1;
    }

    .radical04 {
        font-size: 25px;
    }
}

@media all and (min-width: 0) and (max-width: 599px) {
    .widSpan {
        width: 200px;
    }

    .calc_ul li:nth-child(2n) {
        width: auto;
    }

    .img_ul {
        display: block;
    }

    .img_ul li {
        margin-bottom: 30px;
        display: block;
    }

    .img_ul li:last-child {
        margin-bottom: 0;
    }

    .ex_title .specTxt {
        min-width: 60px;
    }

    .imgSpecial {
        max-width: auto !important;
    }

    .imgStyle07 {
        width: 100%;
        max-width: none;
    }

    .table_ul li .imgWidth {
        max-width: 100%;
    }

    .txtStyle06 .txtStyle05 {
        font-size: 14px;
    }

    .txtStyle06 {
        margin-top: -3px;
        font-size: 30px;
    }

    .marStyle04 {
        margin-top: 19px;
    }

    .pbStyle02,
    .pbStyle {
        padding-bottom: 0;
    }

    .table_base .ex_title .specTxt {
        min-width: 44px;
    }

    .table_base .ex_title span {
        padding-left: 0.3em;
    }

    .vat {
        margin: 3px 0 0 3px;
    }

    .pc {
        display: none;
    }

    .sup04 {
        margin-top: 0;
    }

    .sp_taR {
        text-align: right !important;
    }
}

@media all and (min-width: 0) and (max-width: 380px) {
	.td-block {
		display: block;
	}
}
