@charset "UTF-8";
/* 共通項
**********************************************************************************************/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

body {
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1;
}

img {
    vertical-align: top;
    border: none;
}

.img_pc {
    display: inline-block;
}

.img_sp {
    display: none;
}

.pc_non {
    display: none;
}

.sp_non {
    display: block;
}

.wrapper {
    width: 980px;
    margin: auto;
}

.ninshoHeader {
    background-color: #0097d8;
}

.ninshoHeader img {
    width: 130px;
}

div.first {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

img {
    max-width: 100%;
}

.icon1 {
    padding: 2px 0 2px 30px;
}

.icon2 {
    padding: 2px 0 2px 33px;
}

.icon3 {
    padding: 2px 0 2px 38px;
}

.icon4 {
    padding: 0 0 0 34px;
}

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

.t_left {
    text-align: left !important;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

p.tabletitle {
    margin-bottom: 10px !important;
}

p.tabletitle + table {
    margin-top: 10px !important;
}

.un_pointer {
    cursor: default !important;
}

/* 色 */
.red {
    color: #ff0000;
}

.black {
    color: #000000;
}

.blue {
    color: #0097d8;
}

tr.cancellation {
    background-color: #f0f0f0;
}

div.main a:link,
div.main a:visited,
div.main a:active {
    color: #0098d9;
}

strong {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
    display: inline !important;
}

.color-pink {
    color: #e4007f !important;
}

div.non_page_break {
    page-break-inside: avoid;
}

.button-none {
    display: none !important;
}

/* マージン */
.mt6 {
    margin-top: 6px !important;
}

/* 必須 */
table.type01 th span.required::before {
    content: "必須";
    border: 1px solid #eb369a;
    border-radius: 5px;
    color: #eb369a;
    padding: 3px;
    margin: 0 5px;
    background-color: white;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, sans-serif;
}

table.type01 th span.required {
    border: none;
    padding: 0px;
    margin: 0;
    background-color: #e3f4fe;
}

/* ナビゲーション
*******************************/
#charge {
    border: 1px solid #c2c2c2;
    margin: 26px 0;
    padding: 30px 10px;
    overflow: hidden;
    border-radius: 5px;
}

#charge h3 {
    float: left;
    margin: 4px 0 0;
}

#charge ul {
    font-size: 0;
    text-align: right;
    list-style: none;
}

#charge ul li {
    font-size: 14px;
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
}

#charge ul li a {
    width: 250px;
    border: 1px solid #0097d8;
    display: block;
    padding: 12px 0;
    border-radius: 20px;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right 14px;
}

#charge ul li.on a,
#charge ul li a:hover {
    background-color: #0097d8;
    border: 1px solid #0097d8;
    color: #ffffff;
}

/* ヘッダー
**********************************************************************************************/
div.header {
    border-top: 5px solid #0097d8;
    border-bottom: 1px solid #0097d8;
}

div.header .wrapper {
    overflow: hidden;
    margin: 15px auto;
}

div.header h1 {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0.5;
}

div.header p {
    float: right;
    font-size: 20px;
    color: #2b2b2b;
    margin: 9px 0 0;
    line-height: 1;
}

/* インフォメーション
**********************************************************************************************/
#info {
    border-bottom: 1px solid #c2c2c2;
}

#info .wrapper {
    padding: 12px 0 11px;
    overflow: hidden;
}

#id {
    font-size: 12px;
    float: left;
    margin: 7px 20px 0 0;
}

#time {
    font-size: 12px;
    float: left;
    margin: 7px 0 0;
}

#logout {
    float: right;
}

/* コンテンツ部分
**********************************************************************************************/
div.main {
    display: block;
}

div.main .wrapper {
    overflow: hidden;
    padding: 0 0 28px;
}

.totop {
    float: right;
    cursor: pointer;
    margin: 30px 0 0;
}

div.main .wrapper h2 {
    border-bottom: 1px solid #c2c2c2;
    font-size: 20px;
    line-height: 1.3;
    margin: 40px 0 27px;
    padding: 0 0 8px 20px;
    font-weight: bold;
    position: relative;
    height: 100%;
}

div.main .wrapper h2::before {
    content: "";
    display: block;
    width: 7px;
    height: 0;
    background-color: #0097d8;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 10px);
}

div.section h2 {
    border-bottom: 1px solid #c2c2c2;
    font-size: 20px;
    line-height: 1.3;
    margin: 40px 0 27px;
    padding: 0 0 12px 20px;
    font-weight: bold;
    position: relative;
    height: 100%;
}

div.section h2::before {
    content: "";
    display: block;
    width: 7px;
    height: 0;
    background-color: #0097d8;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 10px);
}

div.main .wrapper h3.subheading {
    color: #0097d8;
    font-weight: bold;
    margin: 30px 0 25px;
    font-size: 18px;
}

div.main .wrapper h4.subheading {
    color: #000000;
    font-weight: bold;
    margin: 30px 0 25px;
    font-size: 16px;
}

div.main p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.4;
}

div.main p.comment {
    font-size: 13px;
}

div.main p.comment_right {
    font-size: 12px;
    text-align: right;
}

div.main p.no_mar {
    margin: 0;
}

div.main p.company {
    font-size: 15px;
    text-align: right;
}

div.caution p.faq a {
    text-decoration: underline;
}

div.caution strong img {
    vertical-align: middle;
}

/* ナビゲーション
*******************************/
div.main div.nav {
    margin: 20px 0;
    clear: both;
}

/*pc&sp*/
div#headBtn ul,
div#headBtn2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sub_navi,
.sub_navi {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin: 30px 0 35px;
    overflow: hidden;
    font-size: 14px;
}

#sub_navi li,
.sub_navi li {
    float: left;
    width: 326px;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    height: 60px;
    margin: -1px 0;
}

#sub_navi li:nth-of-type(3n),
.sub_navi li:nth-of-type(3n) {
    border-right: none;
}

#sub_navi li a,
.sub_navi li a {
    padding: 20px 21px 20px 47px;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 21px center;
}

#sub_navi li a:hover,
.sub_navi li a:hover {
    background-color: #e3f4fe;
}

#agreement {
    border: 1px solid #c2c2c2;
    margin: 26px 0;
    padding: 30px 42px;
    overflow: hidden;
    border-radius: 5px;
}

#agreement h3 {
    float: left;
    margin: 4px 0 0;
}

#agreement ul {
    font-size: 0;
    text-align: right;
    list-style: none;
}

#agreement ul li {
    font-size: 14px;
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
}

#agreement ul li a {
    width: 200px;
    border: 1px solid #0097d8;
    display: block;
    padding: 12px 0;
    border-radius: 20px;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right 14px;
}

#agreement ul li.on a,
#agreement ul li a:hover {
    background-color: #0097d8;
    border: 1px solid #0097d8;
    color: #ffffff;
}

/* ボックス
*******************************/
.border_box {
    border: 1px solid #c2c2c2;
    padding: 34px 29px 30px;
    margin: 30px 0 50px;
    border-radius: 6px;
}

/* テーブル
*******************************/
table.type00,
table.type00 tr,
table.type00 th,
table.type00 td {
    border: 0 !important;
}

table.type01 {
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
    font-size: 15px;
}

table.type01 th {
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    width: 262px;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.type01 th.wid40 {
    width: 40%;
}

table.type01 th span {
    border: 1px solid #e4007f;
    color: #e4007f;
    background-color: #ffffff;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 3px;
    margin: -2px 0 0 10px;
    display: inline;
    line-height: 1;
    position: relative;
}

table.type01 td {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 16px 20px;
    line-height: 1.6;
    vertical-align: middle;
}

table.type01 td span {
    display: block;
    margin: 4px 0 0;
}

table.type01 tr:not(:first-of-type) th:not(:first-of-type) {
    border-left: 1px solid #c2c2c2;
}

/* ここからprimefaces SelectMany-Checkbox用設定 */
table.ui-selectmanycheckbox {
	/* primeFacesのフォントが適用されないように設定し直し */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px !important;
}

table.ui-selectmanycheckbox tr td {
	/* パディングが広すぎるので設定し直し */
	padding: 2px;
}

table.type10 .ui-selectmanycheckbox td:nth-of-type(2) {
	/* 品質改善Web受付フォーム画面用チェックボックス */
    width: 100%;
}

table.ui-selectmanycheckbox tr td:nth-of-type(2) {
	/* 1個目の要素のラベルに対して幅を指定 */
	width:300px;
}

table.ui-selectmanycheckbox tr td:nth-of-type(4) {
	/* 2個目の要素のラベルに対して幅を指定 */
	width:300px;
}

table.ui-selectmanycheckbox span.ui-chkbox-icon {
	/* チェックマークがずれるのでマージンを0で設定 */
    margin: 0px 0 0 0 !important;
}

table.ui-selectmanycheckbox div.ui-chkbox {
    margin: 0px 0 0 0 !important;
}
/* ここまでprimefaces SelectMany-Checkbox用設定 */


table.name {
    margin: 0;
    border-collapse: collapse;
    width: 538px;
    border: none;
}

table.name tr {
    display: block;
    float: left;
}

table.name th {
    width: 40px;
    border: none;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
}

table.name td {
    border: none;
    padding: 0 9px 0 0;
    width: 229px;
}

table.type01 td input.oshirase {
    display: none;
}

table.type01 td label.oshirase {
    vertical-align: middle;
	background-color: #ffffff;
    cursor: pointer !important;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

table.type01 td label.oshirase::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 1px solid #727272;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    top: 4px;
}

table.type01 td input.oshirase[type="checkbox"] + label.oshirase::before {
    background-color: #ffffff;
}

table.type01 td input.oshirase:checked + label.oshirase::after {
    content: "";
    display: block;
    position: absolute;
    top:  4px;
    left: 4px;
    width: 6px;
    height: 12px;
    transform: rotate(35deg);
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

table.type01 td input:checked + label {
    border-color: #000000;
    background-color: #ffffff;
}


table.address {
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.address th {
    border: none;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    width: 140px;
}

table.address td {
    border: none;
    padding: 0;
}

table.address td input {
    margin: 5px 0;
}

table.address td input[type="submit"] {
    margin: 5px 0 5px 6px;
}

table.address tr:last-of-type td {
    padding: 0 0 0 140px;
    font-size: 12px;
}

table.company {
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.company th {
    border: none;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    width: 140px;
}

table.company td {
    border: none;
    padding: 0;
}

table.company td input {
    margin: 5px 0;
}

/* チェックボックス　配信サービス
**************************************************/

table.doui,
table.doui tbody,
table.doui tbody tr,
table.doui tbody tr td {
    width: 100% !important;
    display: block;
}

table.doui {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
    font-size: 15px;
}

table.doui td {
    padding: 16px 20px;
    line-height: 1.6;
    vertical-align: middle;
}


table.doui td input.douicheck {
    display: none;
}

table.doui td label.douicheck {
    vertical-align: middle;
	background-color: #ffffff;
    cursor: pointer !important;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

table.doui td label.douicheck::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 1px solid #727272;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    top: 4px;
}

table.doui td input.douicheck[type="checkbox"] + label.douicheck::before {
    background-color: #ffffff;
}

table.doui td input.douicheck:checked + label.douicheck::after {
    content: "";
    display: block;
    position: absolute;
    top:  4px;
    left: 4px;
    width: 6px;
    height: 12px;
    transform: rotate(35deg);
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

table.doui td input:checked + label {
    border-color: #000000;
    background-color: #ffffff;
}

input.wid20 {
    width: 20%;
}

select.wid40 {
    width: 40%;
}

input.wid70 {
    width: 70% !important;
}

input.wid100 {
    width: 100%;
}

table.type02,
table.type03 {
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
}

table.type02 th,
table.type03 th {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    text-align: left;
    font-size: 15px;
    padding: 25px 25px;
    background-color: #e3f4fe;
    line-height: 1.3;
}
table.type02 th.wid05 {
    width: 262px;
}
table.type02 td.wid05 {
    width: 262px;
    background-color: #e3f4fe;
}
table.type02 th.wid06 {
    width: 390px;
}
table.type02 td.wid06 {
    width: 390px;
}

table.type02 th.wid40 {
    width: 40%;
}

table.type02 td,
table.type03 td {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
}

table.type02 td a {
    display: block;
    border: 1px solid #0097d8;
    width: 120px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: auto;
}

table.type03 td a {
    display: block;
    border: 1px solid #0097d8;
    width: 130px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: auto;
}

table.type03 td a[id$="sp_pointShoukai"] {
	display: block;
    border: 1px solid #0097d8;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: auto;
}

table.type03 td a[id$="pc_pointShoukai"] {
	display: block;
    border: 1px solid #0097d8;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: auto;
}

table.type02 td a.upload_sp_non {
    display: block;
    border: 1px solid #0097d8;
    width: 180px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: auto;
}

table.type03 td a.btn_sp_non {
    display: block;
    border: 1px solid #0097d8;
    width: 160px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 5px;
    border-radius: 18px;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
    margin: auto;
}

table.type02 td a:nth-child(even),
table.type03 td a:nth-child(even) {
    margin-top: 10px;
}

table.type02 td a:hover,
table.type03 td a:hover {
    background-color: #0097d8;
    color: #ffffff;
}

table.type02 tr th:first-of-type,
table.type02 tr td:first-of-type,
table.type03 tr th:first-of-type,
table.type03 tr td:first-of-type {
    border-left: none;
}

table.type02 tr:last-of-type td,
table.type03 tr:last-of-type td {
    border-bottom: none;
}

table.type03 th,
table.type03 td {
    text-align: left;
}

table.type02 .wid01,
table.type02 .wid02,
table.type02 .wid03,
table.type03 .wid01,
table.type03 .wid02 {
	/*table.type03 .wid03 {*/
	width: auto;
}

table.type02 .wid20,
table.type03 .wid20 {
    width: 20%;
}

table.type02 .wid40,
table.type03 .wid40 {
    width: 40%;
}

table.type02 .wid50,
table.type03 .wid50 {
    width: 50%;
}

table.type02 .wid60,
table.type03 .wid60 {
    width: 60%;
}

table.type02 .wid70,
table.type03 .wid70 {
    width: 70%;
}

table.type02 .wid80,
table.type03 .wid80 {
    width: 80%;
}

table.type04 {
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
}

table.type04 th {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    text-align: left;
    font-size: 15px;
    padding: 25px 25px;
    background-color: #e3f4fe;
    line-height: 1.3;
}

.wid01 {
    width: 170px;
}

.wid02 {
    width: 160px;
}

.wid03 {
    width: 120px;
}

.wid04 {
    width: 300px;
}

table.type04 td {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
    width: 33%;
}

table.type04 tr th:first-of-type,
table.type04 tr td:first-of-type {
    border-left: none;
}

table.type04 tr:last-of-type td {
    border-bottom: none;
}

table.credit {
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
    font-size: 15px;
}

table.credit th {
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    width: 262px;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.credit th span {
    border: 1px solid #e4007f;
    color: #e4007f;
    background-color: #ffffff;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 3px;
    margin: -2px 0 0 10px;
    display: inline;
    line-height: 1;
    position: relative;
}

table.credit td {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 16px 20px;
    line-height: 1.6;
    vertical-align: middle;
}

table.credit td span {
    display: block;
    margin: 4px 0 0;
}

table.credit tr:last-of-type th,
table.credit tr:last-of-type td {
    border-bottom: none;
}

table.credit table {
    margin: 10px 0 0;
}

table.credit table td {
    border: none;
    width: 50%;
    padding: 0 10px 0 0;
    vertical-align: top;
    font-size: 13px;
}

table.credit table td:first-of-type {
    padding: 0 20px 0 0;
}

table.credit table td img {
    margin: 5px 0;
}

table.type09 {
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0;
    font-size: 15px;
}

table.type09 tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}

table.type09 tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

table.type09 tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

table.type09 tr:last-child th:first-child {
    border-radius: 0 0 0 5px;
}

table.type09 tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

table.type09 tr:not(:first-child) th, table.type09 tr:not(:first-child) td {
    border-top: 1px solid #c2c2c2;
}

table.type09 th:first-of-type {
    width: 262px;
}

table.type09 th {
    text-align: center;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: middle;
    line-height: 1.3;
}

table.type09 td {
    border-left: 1px solid #c2c2c2;
    padding: 16px 20px;
    line-height: 1.6;
    vertical-align: middle;
}

table.type09 tbody tr td:last-child {
    width: 240px;
}

table.type09 td a {
    display: block;
    border: 1px solid #0097d8;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
}

table.type09 td a:hover {
    background-color: #0097d8;
    color: #ffffff;
}

table.type06 {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
    font-size: 15px;
    display: block;
}

table.type06 th {
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.type06 th.ver01 {
    border-right: 1px solid #c2c2c2;
    width: 148px;
}

table.type06 th.ver02 {
    width: 148px;
}

table.type06 th.ver03 {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    width: 262px;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.type06 th.ver04 {
    border-right: 1px solid #c2c2c2;
    width: 262px;
    padding-bottom: 42px;
}

td.type06td02 {
    border-bottom: 1px solid #c2c2c2;
    padding: 16px 20px;
    width: 570px;
    line-height: 1.3;
}

table.type06 td input[type='submit'] {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff !important;
    color: #0097d8 !important;
}

table.type06 td input[type='submit']:hover {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #0097d8 !important;
    color: #ffffff !important;
}

/* 確認画面用(第三者同意) */
table.type07 {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
    font-size: 15px;
    display: block;
}

table.type07 th {
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.type07 th.ver01 {
    border-right: 1px solid #c2c2c2;
    width: 148px;
}

table.type07 th.ver02 {
    width: 148px;
}

table.type07 th.ver03 {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    width: 262px;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
}

table.type07 th.ver04 {
    border-right: 1px solid #c2c2c2;
    width: 262px;
}

td.type07td02 {
    border-bottom: 1px solid #c2c2c2;
    padding: 22px 20px;
    width: 570px;
    line-height: 1.3;
    word-break: break-all;
}
/**
 * PC用　WEB申告フォーム（ラベル2個の表（最上段に適用））
 * 最上段で使用するので上部の角が丸い仕様です
 **/
table.type11-outer {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-left: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-radius: 5px 5px 0 0;
}

table.type11-outer > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    /** 2重構造のテーブルここにもradiusをつけないと角が丸くならない **/
    border-radius: 5px 0 0 0;
    vertical-align: top;
    line-height: 1.3;
    width: 148px;
}

table.type11-inner {
    border-collapse: separate;
    border-spacing: 0;
	width: 100%;
    border-right: 1px solid #c2c2c2;
    /** 2重構造のテーブルここにもここにradiusをつけないと角が丸くならない **/
    border-radius: 0 5px 0 0;
}

table.type11-inner > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
    width: 261px;
}

table.type11-inner > tbody > tr > td {
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
	padding: 22px 20px;
    line-height: 1.3;
}
/**
 * PC用　WEB申告フォーム（ラベル2個の表（表中段に適用））
 * 中段でしか使用しないので上部に罫線が付かない仕様です
 **/
table.type12-outer {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-left: 1px solid #c2c2c2;
}

table.type12-outer > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
    width: 148px;
}

table.type12-inner {
    border-collapse: separate;
    border-spacing: 0;
	width: 100%;
}

table.type12-inner > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
    width: 261px;
}

table.type12-inner > tbody > tr > td {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
	text-align: left;
	padding: 22px 20px;
    line-height: 1.3;
}
/**
 * PC用　WEB申告フォーム（ラベル1個の表（表中段に適用））
 * 中段でしか使用しないので上部に罫線が付かない仕様です
 **/
table.type13 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

table.type13 > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
    width: 409px;
}

table.type13 > tbody > tr > td {
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
	padding: 22px 20px;
    line-height: 1.3;
}

/**
 * PC用　WEB申告フォーム（ラベル1個の表（表最下段に適用））
 * 最下段でしか使用しないので上部に罫線が付かない、下部の角が丸い仕様です
 **/
table.type14 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px;
}

table.type14 > tbody > tr > th {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    vertical-align: top;
    line-height: 1.3;
    width: 409px;
    border-radius: 0 0 0 5px;
}

table.type14 > tbody > tr > td {
    border-bottom: 1px solid #c2c2c2;
	text-align: left;
	padding: 22px 20px;
    line-height: 1.3;
    border-radius: 0 0 5px 0;
}

table.type08 {
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
}

table.type08 th {
    border-right: 1px solid #c2c2c2;
    text-align: left;
    padding: 22px 14px;
    background-color: #e3f4fe;
    border-radius: 0 0 0 5px;
    vertical-align: top;
    line-height: 1.3;
    width: 411px;
}

table.type08 td {
    padding: 22px 20px;
    line-height: 1.3;
    width: 570px;
}

/* ページ移動・ページネーション
*******************************/
input.windowclose {
    display: inline-block;
    border: 1px solid #0097d8 !important;
    border-radius: 20px !important;
    padding: 8px !important;
    background-color: #ffffff !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #0097d8 !important;
}

input.windowclose:hover {
    border: 1px solid #0097d8 !important;
    border-radius: 20px !important;
    padding: 8px !important;
    background-color: #0097d8 !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #ffffff !important;
}

ul.page {
    overflow: hidden;
    text-align: center;
    margin: 30px 0;
    font-size: 0;
    line-height: 1;
}

ul.page li {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    font-weight: bold;
}

ul.page li a {
    color: #c2c2c2;
    background-color: #e3f4fe;
    display: block;
    padding: 12px 14px;
    border-radius: 20px;
}

ul.page li.on a {
    background-color: #0097d8;
    color: #ffffff;
}

ul.page li.next {
    width: 107px;
    margin: 0 0 0 12px;
}

ul.page li.prev {
    width: 107px;
    margin: 0 12px 0 0;
}

ul.page li:first-of-type,
ul.page li:last-of-type {
    margin: 0;
    width: 150px;
}

ul.page li:first-of-type {
    float: left;
}

ul.page li:last-of-type {
    float: right;
}

div.error {
    margin: 40px 0;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ff0000;
    border-image: none;
    color: #ff0000;
}

div.error p {
    margin: 0;
}

div.error ul {
    margin: 12px 0 0 20px;
    font-size: 14px;
}

div.error ul li {
    list-style: disc;
    margin: 3px 0;
    line-height: 1.2;
}

.request {
    color: #e4007f;
    font-weight: bold;
}

p.error {
    margin: 0;
    color: #ff0000;
}

td p.error {
    margin: 2px 0 0;
}

div.info {
    margin: 40px 0;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e4007f;
    border-image: none;
    color: #e4007f;
    background-color: #e3f4fe;
}

div.info p {
    margin: 0;
}

div.info ul {
    margin: 12px 0 0 20px;
    font-size: 14px;
}

div.info ul li {
    list-style: disc;
    margin: 3px 0;
    line-height: 1.2;
}

p.info {
    margin: 0;
    color: #e4007f;
}

td p.info {
    margin: 2px 0 0;
}

/* フォーム要素
*******************************/
input[type="number"],
input[type="text"] {
    border: 1px solid #c2c2c2;
    padding: 5px 5px !important;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

textarea {
	resize: none;
    border: 1px solid #c2c2c2;
    padding: 5px 5px !important;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="tel"], input[type="password"] {
    width: 70px;
    border: 1px solid #c2c2c2;
    padding: 5px 5px !important;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
}

input[type="password"] {
    width: 100px;
}

input[type="submit"] {
    background-color: #0097d8;
    color: #ffffff;
    font-size: 13px;
    border: none;
    padding: 7px 14px;
    vertical-align: middle;
    margin: 0 0 0 6px;
    border-radius: 5px;
}

input[type="submit"].addressBtn {
    background-color: #0097d8;
    color: #ffffff;
    font-size: 13px;
    border: none;
    padding: 5px 14px;
    vertical-align: middle;
    margin: 0 0 0 6px;
    border-radius: 5px;
}

input[type="submit"].pwd {
    margin-top: 5px;
}

input.long {
    width: 70%;
}

input.short {
    width: 10%;
}

input.date {
    width: 10%;
}

select.long {
    width: 70%;
}

select.short {
    width: 10%;
}

input.middle {
    width: 15%;
}

label {
    cursor: pointer !important;
}

pre {
	white-space: pre-wrap;
}

textarea.long {
    width: 100%;
    height: 105px;
}

div.check {
    width: 100%;
    height: 15em;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.checkDoui {
    width: 100%;
    height: 15em;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.check h3 {
    color: #0097d8;
    font-weight: bold;
    margin: 30px 0 25px;
    font-size: 18px;
}

div.check h3:first-child {
    color: #0097d8;
    font-weight: bold;
    margin: 0 0 25px;
    font-size: 18px;
}

ul.radio4 {
    margin: 30px 0;
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
    width: auto;
    color: #2b2b2b;
}

ul.radio4 li {
    margin: 0 16px 0 0;
    text-align: center;
    width: 315px;
    float: left;
}

ul.radio4 li:last-of-type {
    margin: 0;
}

ul.radio2 li label,
ul.radio3 li label {
    display: block;
    background-color: #f0f0f0;
    padding: 10px 7px 10px 15px;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}

ul.radio2 li input,
ul.radio3 li input,
ul.radio4 li input {
    display: none;
}

ul.radio2 li label::before,
ul.radio3 li label::before,
ul.radio4 li label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

ul.radio2 li input:checked + label::before,
ul.radio3 li input:checked + label::before,
ul.radio4 li input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

ul.radio2 li input:checked + label,
ul.radio3 li input:checked + label,
ul.radio4 li input:checked + label {
    border-color: #0097d8;
    background-color: #0097d8;
    color: #ffffff;
}

ul.radio2 li label,
ul.radio2 li label span,
ul.radio3 li label span {
    position: relative;
    padding: 0 35px;
    display: block;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}

ul.radio4 li label {
    display: block;
    background-color: #f0f0f0;
    padding: 18px 7px 18px 15px;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}

ul.radio4 li label span {
    position: relative;
    padding: 0 35px;
    display: block;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}

select {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 0 5px 6px;
    vertical-align: middle;
    background-color: #ffffff;
    background-position: right 8px center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    color: #2b2b2b;
}

select.paynumber {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 15px;
    padding: 6px 25px 5px 6px;
    vertical-align: middle;
    background-color: #ffffff;
    background-position: right 8px center;
    background-repeat: no-repeat;
    margin: 0;
    color: #2b2b2b;
    width: 70%;
}

select.plan {
    width: 400px;
}

select.year {
    width: 100px;
    margin: 0;
}

select.job {
    width: 254px;
}

select.pref_city, select.support-option {
    width: 100%;
}

select.pref {
    width: 120px;
}

select.city {
    width: 250px;
}

select.month, select.day {
    width: 60px;
    margin: 0;
}

.warn1 {
    font-size: 13px;
    margin: 20px 0;
    line-height: 1.4;
    text-align: center;
    color: #ff0000;
}

h3.bank {
    background-color: #0097d8;
    border-radius: 5px 5px 0 0;
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 28px 0 0;
    font-weight: bold;
}

div.bank {
    border: 1px solid #c2c2c2;
    border-top: none;
    padding: 24px;
    border-radius: 0 0 5px 5px;
}

div.section h2 {
    border-bottom: 1px solid #c2c2c2;
    font-size: 20px;
    line-height: 1.3;
    margin: 40px 0 27px;
    padding: 0 0 12px 20px;
    font-weight: bold;
    position: relative;
    height: 100%;
}

p.lead_1 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

p.lead_center {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

div.bank div {
    margin: 22px 0 0;
    padding: 17px 0 14px;
    border: 1px solid #e4007f;
    border-image: none;
}

div.bank div h4 {
    text-align: center;
    color: #e4007f;
    font-size: 16px;
    font-weight: bold;
}

div.bank div ol {
    list-style: none;
    margin: 18px 0 0 85px;
    padding: 0;
    font-size: 15px;
    counter-reset: my-counter;
}

div.bank div ol li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

div.bank div ol li::before {
    border-radius: 50%;
    border: 1px solid #2b2b2b;
    border-image: none;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #2b2b2b;
    line-height: 15px;
    font-size: 12px;
    margin-left: -20px;
    float: left;
    display: block;
    content: counter(my-counter);
    counter-increment: my-counter;
}

select.settlement {
    width: 254px;
}

span.must {
    margin: -2px 0 0 10px;
    padding: 3px 4px;
    border-radius: 3px;
    border: 1px solid #e4007f;
    border-image: none;
    color: #e4007f;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    position: relative;
    background-color: #ffffff;
}

/* フッター
**********************************************************************************************/
div.footer div.nav {
    width: 980px;
    margin: auto;
    background-color: transparent;
}

div.footer div.nav ul {
    list-style: none;
    margin: 0;
    padding: 28px 0;
    font-size: 0;
    text-align: center;
}

div.footer div.nav ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 14px;
    line-height: 1.6;
}

div.footer div {
    background-color: #0097d8;
    color: #ffffff;
    padding: 13px 0;
}

div.footer small {
    font-family: Arial, Helvetica, "sans-serif";
    text-align: center;
    display: block;
    font-size: 12px;
}

div.footer small span {
    display: inline-block;
    margin: 0 29px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////
PCのみ用設定
//////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
    body {
        min-width: 1024px;
    }

    table.type01 tr:first-child th:first-child {
        border-radius: 5px 0 0 0;
    }

    table.type01 tr:first-child td:last-child {
        border-radius: 0 5px 0 0;
    }

    table.type01 tr:last-child th:first-child {
        border-radius: 0 0 0 5px;
    }

    table.type01 tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    table.type02 tr:first-child th:first-child,
    table.type03 tr:first-child th:first-child {
        border-radius: 5px 0 0 0;
    }

    table.type02 tr:first-child th:last-child,
    table.type03 tr:first-child th:last-child {
        border-radius: 0 5px 0 0;
    }

    table.type02 tr:last-child td:first-child,
    table.type03 tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    table.type02 tr:last-child td:last-child,
    table.type03 tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    table.type04 tr:first-child th:first-child {
        border-radius: 5px 0 0 0;
    }

    table.type04 tr:first-child th:last-child {
        border-radius: 0 5px 0 0;
    }

	table.type05 {
	    width: 100%;
	    border: 1px solid #c2c2c2;
	    border-radius: 5px;
	}
	
	table.type05 thead tr th:nth-child(1) {
	    width: 10%;
	}
	
	table.type05 thead tr th:nth-child(2) {
	    width: 38%;
	}
	
	table.type05 thead tr th:nth-child(3) {
	    width: 38%;
	}
	
	table.type05 thead tr th:nth-child(4) {
	    width: 14%;
	}
	
	table.type05 th,
	table.type05 td {
	    border-bottom: 1px solid #c2c2c2;
	    border-right: 1px solid #c2c2c2;
	}
	
	table.type05 th {
	    border-right: 1px solid #c2c2c2;
	    background-color: #e3f4fe;
	    padding: 22px 14px;
	}
	
	table.type05 td {
	    padding: 16px 20px;
	    text-align: center;
	    vertical-align: middle;
	}
	
	table.type05 th:first-child {
	    border-top-left-radius: 5px;
	}
	
	table.type05 th:last-child {
	    border-top-right-radius: 5px;
	}
	
	table.type05 tr th:last-child,
	table.type05 tr td:last-child {
	    border-right: none;
	}
	
	table.type05 tbody tr:last-child td {
	    border-bottom: none;
	}
	
	table.type05 tbody td input[type='submit'] {
	    border: 1px solid #0097d8 !important;
	    border-radius: 5px;
	    padding: 5px;
	    background-color: #ffffff !important;
	    color: #0097d8 !important;
	}
	
	table.type05 tbody td input[type='submit']:hover {
	    border: 1px solid #0097d8 !important;
	    border-radius: 5px;
	    padding: 5px;
	    background-color: #0097d8 !important;
	    color: #ffffff !important;
	}
	
}

/*//////////////////////////////////////////////////////////////////////////////////////////////
スマホ用設定
//////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
    .img_pc {
        display: none;
    }

    .img_sp {
        display: inline-block;
    }

    .pc_non {
        display: block;
    }

    .sp_non {
        display: none;
    }

    .wrapper {
        width: auto;
        margin: 0 18px;
    }

    /* ヘッダー
    **********************************************************************************************/
    div.header {
        border-top: none;
        border-bottom: 1px solid #0097d8;
        border-top: 4px solid #0097d8;
        padding: 0 0 0;
    }

    div.header .wrapper {
        overflow: hidden;
        margin: 6px 18px;
    }

    div.header h1 {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 45px;
        line-height: 0.5;
    }

    div.header h1 img {
        width: 100%;
        height: auto;
    }

    div.header p {
        float: right;
        font-size: 12px;
        color: #2b2b2b;
        margin: 9px 0 0;
        line-height: 1;
    }

    /* インフォメーション
    **********************************************************************************************/
    #info {
        border-bottom: 1px solid #c2c2c2;
    }

    #info .wrapper {
        padding: 12px 0 11px;
        overflow: hidden;
    }

    #id {
        font-size: 10px;
        float: left;
        margin: 5px 20px 0 0;
    }

    #time {
        clear: left;
        font-size: 10px;
        float: left;
        margin: 5px 0 0;
    }

    #logout {
        width: 25.8%;
        text-align: right;
    }

    #logout img {
        width: 100%;
        height: auto;
    }

    /* コンテンツ部分
    **********************************************************************************************/
    div.main {
        display: block;
    }

    div.main .wrapper {
        overflow: hidden;
        padding: 0 0 14px;
    }

    .totop {
        float: right;
        cursor: pointer;
        margin: 10px 0 0;
        width: 32px;
    }

    .totop img {
        width: 100%;
    }

    div.main .wrapper h2 {
        border-bottom: 1px solid #c2c2c2;
        font-size: 16px;
        line-height: 1.3;
        margin: 20px 0 14px;
        padding: 0 0 10px 20px;
        font-weight: bold;
        position: relative;
        height: 100%;
    }

    div.main .wrapper h2::before {
        content: "";
        display: block;
        width: 7px;
        height: 0;
        background-color: #0097d8;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% - 10px);
    }

    div.section h2 {
        border-bottom: 1px solid #c2c2c2;
        font-size: 16px;
        line-height: 1.3;
        margin: 20px 0 26px;
        padding: 3px 0 12px 20px;
    }

    div.main .wrapper h3.subheading {
        color: #0097d8;
        font-weight: bold;
        margin: 20px 0 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    div.main .wrapper h4.subheading {
        color: #000000;
        font-weight: bold;
        margin: 20px 0 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    div.main p {
        font-size: 13px;
        margin: 20px 0;
        line-height: 1.4;
    }

    div.main p.comment {
        font-size: 12px;
        line-height: 1.4;
    }

    .warn1 {
        font-size: 13px;
        margin: 20px 0;
        line-height: 1.4;
        text-align: center;
        color: #ff0000;
    }

    h3.bank {
        background-color: #0097d8;
        border-radius: 5px 5px 0 0;
        padding: 12px 0;
        text-align: center;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.4;
    }

    div.bank {
        border: 1px solid #c2c2c2;
        border-top: none;
        padding: 16px;
        border-radius: 0 0 5px 5px;
    }

    p.lead_1 {
        text-align: center;
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    p.lead_center {
        margin: 0;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }

    .request {
        color: #e4007f;
        font-weight: bold;
    }

    div.bank div {
        margin: 22px 0 0;
        padding: 17px 0 14px;
        border: 1px solid #e4007f;
        border-image: none;
    }

    div.bank div h4 {
        text-align: center;
        color: #e4007f;
        font-size: 14px;
        font-weight: bold;
    }

    div.bank div ol {
        list-style: none;
        margin: 16px 16px 0;
        padding: 0;
        font-size: 12px;
        counter-reset: my-counter;
    }

    div.bank div ol li {
        line-height: 1.4;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
    }

    div.bank div ol li::before {
        border-radius: 50%;
        border: 1px solid #2b2b2b;
        border-image: none;
        width: 14px;
        height: 14px;
        text-align: center;
        color: #2b2b2b;
        line-height: 13px;
        font-size: 10px;
        margin-top: 1px;
        margin-left: -20px;
        float: left;
        display: block;
        content: counter(my-counter);
        counter-increment: my-counter;
    }

    /* ナビゲーション
    *******************************/
    div.main div.nav {
        margin: 20px 0;
        clear: both;
    }

    div.main div.nav ul {
        overflow: hidden;
    }

    div.main div.nav ul li {
        float: left;
        margin: 0 2.2% 6px 0;
        width: 31.76%;
    }

    div.main div.nav ul li:first-of-type {
        display: block;
    }

    div.main div.nav ul li:nth-of-type(3), div.main div.nav ul li:nth-of-type(6) {
        margin: 0 0 6px;
    }

    div.main div.nav ul li:last-of-type {
        margin: 0 0 6px;
    }

    div.main div.nav ul li img {
        width: 100%;
        height: auto;
    }

    #sub_navi,
    .sub_navi {
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 30px 0 35px;
        overflow: hidden;
        font-size: 11px;
    }

    #sub_navi li,
    .sub_navi li {
        float: left;
        width: 50%;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #sub_navi li:nth-of-type(3n),
    .sub_navi li:nth-of-type(3n) {
        border-right: 1px solid #ccc;
    }

    #sub_navi li:nth-of-type(2n),
    .sub_navi li:nth-of-type(2n) {
        border-right: none;
    }

    #sub_navi li a,
    .sub_navi li a {
        padding: 0 9px 0 20px !important;
        background-repeat: no-repeat;
        background-position: 9px center;
        color: #0098d9;
        font-weight: bold;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #agreement {
        border: 1px solid #c2c2c2;
        margin: 26px 0;
        padding: 24px 0 25px;
        overflow: hidden;
        border-radius: 5px;
    }

    #agreement h3 {
        float: none;
        margin: 0 auto 22px;
        width: 100%;
        max-width: 148px;
    }

    #agreement h3.doc {
        width: 52.5%;
    }

    #agreement h3 img {
        width: 100%;
        height: auto;
    }

    #agreement ul {
        font-size: 0;
        text-align: right;
        margin: 0 17px;
    }

    #agreement ul li {
        font-size: 14px;
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    #agreement ul li a {
        width: auto;
        border: 1px solid #0097d8;
        display: block;
        padding: 12px 24px;
        border-radius: 20px;
        color: #2b2b2b;
        text-decoration: none;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: center right 14px;
    }

    #agreement ul li.on a {
        background-color: #0097d8;
        border: 1px solid #0097d8;
        color: #ffffff;
    }

    #agreement ul li:last-of-type {
        margin: 0;
    }

    /* ナビゲーション
    *******************************/
    #charge {
        border: 1px solid #c2c2c2;
        margin: 26px 0;
        padding: 24px 0 25px;
        overflow: hidden;
        border-radius: 5px;
    }

    #charge h3 {
        float: none;
        margin: 0 auto 22px;
        width: 100%;
        max-width: 148px;
    }

    #charge h3 img {
        width: 100%;
        height: auto;
    }

    #charge ul {
        font-size: 0;
        text-align: right;
        margin: 0 17px;
    }

    #charge ul li {
        font-size: 14px;
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    #charge ul li a {
        width: auto;
        border: 1px solid #0097d8;
        display: block;
        padding: 12px 0;
        border-radius: 20px;
        color: #2b2b2b;
        text-decoration: none;
        font-weight: bold;
        background-repeat: no-repeat;
        background-position: center right 14px;
    }

    #charge ul li.on a {
        background-color: #0097d8;
        border: 1px solid #0097d8;
        color: #ffffff;
    }

    #charge ul li:last-of-type {
        margin: 0;
    }

    /* ボックス
    *******************************/
    .border_box {
        border: 1px solid #c2c2c2;
        padding: 17px 14px 15px;
        margin: 20px 0 30px;
        border-radius: 6px;
    }

    /* テーブル
    *******************************/
    table.type01 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 15px 0 0;
        font-size: 13px;
        display: block;
    }

    table.type01 > tbody,
    table.type01 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type01 tr:not(:first-of-type) th:not(:first-of-type) {
        border-left: none;
    }

    table.type01 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }

    table.type01 > tbody > tr:last-of-type > th {
        border-bottom: 1px solid #c2c2c2;
    }

    table.type01 th span {
        border: 1px solid #e4007f;
        color: #e4007f;
        background-color: #ffffff;
        font-size: 12px;
        padding: 3px 4px;
        border-radius: 3px;
        margin: -2px 0 0 10px;
        display: inline;
        line-height: 1;
        position: relative;
        top: -1px;
    }

    table.type01 > tbody > tr > td {
        border-bottom: 1px solid #c2c2c2;
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
    
    table.type01 th.wid05,
    table.type01 td.wid05 {
         width: 100%;
    }
    
    table.type01 th.wid06,
    table.type01 td.wid06 {
       width: 100%;
    }
    
    table.name {
        margin: 0;
        border-collapse: collapse;
        width: 100%;
        border: none;
        display: table;
    }

    table.name tr {
        display: table-row;
        float: none;
    }

    table.name th {
        width: 20%;
        border: none;
        padding: 0;
        background: none;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px;
        display: table-cell;
        white-space: nowrap;
    }

    table.name td {
        border: none;
        padding: 0 0 0 0;
        width: 80%;
        display: table-cell;
        white-space: nowrap;
    }

    table.name tr:first-of-type th, table.name tr:first-of-type td {
        padding: 0 0 10px;
    }

    table.type01 input {
        vertical-align: middle;
    }

    table.address {
        margin: 0;
        width: 100%;
    }

    table.address th {
        padding: 0 5px 0 0;
        font-size: 13px;
        width: 30%;
    }

    table.address td {
        border: none;
        padding: 0;
    }

    table.address td input {
        margin: 5px 0;
    }

    table.address td input[type="submit"] {
        margin: 5px 0 0 6px;
        float: right;
    }

    table.address tr:last-of-type td {
        padding: 10px 0 0;
        font-size: 12px;
        width: 100%;
    }

    table.company {
        border: none;
        width: 100%;
    }

    table.company th {
        padding: 0 5px 0 0;
        font-size: 13px;
        width: 30%;
    }

    table.company td {
        border: none;
        padding: 0;
    }

    table.company td input {
        margin: 5px 0;
    }

    table.company td input[type="tel"] {
        width: 24%;
    }

    input.wid20 {
        width: 20%;
    }

    select.wid40 {
        width: 40%;
    }

    input.wid70 {
        width: 70% !important;
    }

    input.wid100 {
        width: 100%;
    }

    table.type02,
    table.type03 {
        border: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 30px 0 0;
    }

    table.type02 th,
    table.type03 th {
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        text-align: left;
        padding: 5px;
        font-size: 11px;
        vertical-align: middle;
        background-color: #e3f4fe;
        line-height: 1.3;
    }

    table.type02 th.wid05 {
        width: 40%;
    }
    table.type02 td.wid05 {
        width: 40%;
        background-color: #e3f4fe;
    }
    
    table.type02 th.wid06 {
        width: 30%;
    }
    
    table.type02 td.wid06 {
        width: 30%;
    }
    
    table.type02 .wid01,
    table.type02 .wid02,
    table.type02 .wid03,
    table.type03 .wid01,
    table.type03 .wid02 {
        /*table.type03 .wid03 {*/
        width: auto;
    }
    
    table.type02 .wid20,
    table.type03 .wid20 {
        width: 20%;
    }

    table.type02 .wid40,
    table.type03 .wid40 {
        width: 40%;
    }

    table.type02 .wid50,
    table.type03 .wid50 {
        width: 50%;
    }

    table.type02 .wid60,
    table.type03 .wid60 {
        width: 60%;
    }

    table.type02 .wid70,
    table.type03 .wid70 {
        width: 70%;
    }

    table.type02 .wid80,
    table.type03 .wid80 {
        width: 80%;
    }

    table.type02 td,
    table.type03 td {
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        font-size: 11px;
        padding: 5px;
        word-break: break-all;
        line-height: 1.6;
        vertical-align: middle;
    }

    table.type02 tr th:first-of-type,
    table.type02 tr td:first-of-type,
    table.type03 tr th:first-of-type,
    table.type03 tr td:first-of-type {
        border-left: none;
    }

    table.type02 tr:last-of-type td,
    table.type03 tr:last-of-type td {
        border-bottom: none;
    }

    table.type03 th,
    table.type03 td {
        text-align: left;
    }

    table.type04 {
        border: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 20px 0 0;
    }

    table.type04 th {
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        text-align: left;
        font-size: 11px;
        padding: 5px;
        background-color: #e3f4fe;
        line-height: 1.3;
    }

    table.type04 .wid01,
    table.type04 .wid02,
    table.type04 .wid03,
    table.type04 .wid04 {
        width: 33%;
    }

    table.type04 td {
        border-bottom: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        padding: 5px;
        font-size: 11px;
        line-height: 1.6;
        vertical-align: middle;
        word-break: break-all;
    }

    table.type04 tr th:first-of-type,
    table.type04 tr td:first-of-type {
        border-left: none;
    }

    table.type04 tr:last-of-type td {
        border-bottom: none;
    }

    table.type05 {
        width: 100%;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
    }

    table.type05,
    table.type05 thead,
    table.type05 tbody,
    table.type05 th,
    table.type05 tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    table.type05 thead tr th,
    table.type05 tbody tr td {
        display: block;
    }

    table.type05 thead tr th:nth-child(1),
    table.type05 tbody tr td:nth-child(1) {
        width: 20%;
        border-right: 1px solid #c2c2c2;
    }

    table.type05 thead tr th:nth-child(2),
    table.type05 tbody tr td:nth-child(2) {
        width: 80%;
    }

    table.type05 thead tr th:nth-child(3),
    table.type05 tbody tr td:nth-child(3) {
        width: 100%;
    }

    table.type05 thead tr th:nth-child(4) {
        display: none !important;
    }

    table.type05 tbody tr td:nth-child(4) {
        width: 100%;
    }

    table.type05 th,
    table.type05 td {
        border-bottom: 1px solid #c2c2c2;
    }

    table.type05 th {
        background-color: #e3f4fe;
        padding: 16px 20px;
    }

    table.type05 td {
        padding: 16px 20px;
        text-align: center;
	    vertical-align: middle;
    }

    table.type05 th:first-child {
        border-top-left-radius: 5px;
    }

    table.type05 th:last-child {
        border-top-right-radius: 5px;
    }

    table.type05 tr:last-child td:last-child {
        border-bottom: none;
    }

    table.type05 tbody td input[type='submit'] {
        border: 1px solid #0097d8 !important;
        border-radius: 5px;
        padding: 5px;
        background-color: #ffffff !important;
        color: #0097d8 !important;
    }

    table.type05 tbody td input[type='submit']:hover {
        border: 1px solid #0097d8 !important;
        border-radius: 5px;
        padding: 5px;
        background-color: #0097d8 !important;
        color: #ffffff !important;
    }
    
    /* 入力画面  */
    table.type06 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 0 0 0 0;
        font-size: 13px;
        display: block;
    }

    table.type06 > tbody,
    table.type06 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type06 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }

    table.type06 > tbody > tr > td {
        border-bottom: 1px solid #c2c2c2;
        border-left: none;
        padding: 0 0px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }

    table.type06 th.ver01 {
        border-right: none;
        border-bottom: none;
        width: 100%;
    }
    
    table.type06 th.ver02 {
        border-top: none;
        border-right: none;
        border-left: none;
        borber-bottom: 1px solid #c2c2c2;
        width: 100%;
    }
    table.type06 th.ver03 {
        border-top: 1px solid #c2c2c2;
        border-right: none;
        border-left: none;
        padding: 18px 12px;
        width: 100%;
    }

    table.type06 th.ver04 {
        display: none;
    }
    
    table.type07 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
        display: block;
    }

    table.type07 > tbody,
    table.type07 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type07 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }

    table.type07 > tbody > tr > td {
        border-left: none;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }

    table.type07 th.ver01 {
        border-right: none;
        border-top: none;
        width: 100%;
    }
    
    table.type07 th.ver02 {
        border-top: none;
        border-right: none;
        border-left: none;
        borber-bottom: 1px solid #c2c2c2;
        width: 100%;
    }
    table.type07 th.ver03 {
        border-right: none;
        border-left: none;
        padding: 18px 12px;
        width: 100%;
    }

    table.type07 th.ver04 {
        display: none;
    }
    
    table.type10 {
        border-none: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
        display: block;
    }
    
    table.type10 .type06td02 {
        border-bottom: none;
        width: 100%;
        word-break: break-all;
    }
    
    table.type10 > tbody,
    table.type10 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type10 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }

    table.type10 > tbody > tr > td {
        border-bottom: 1px solid #c2c2c2;
        padding: 16px 20px;
        font-size: 14px;
        width: 100%;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }

    table.type08 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: none;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type08 > tbody,
    table.type08 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type08 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type08 > tbody > tr > td {
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
/**
 * PC用　WEB申告フォーム（ラベル2個の表（最上段に適用））
 * 最上段で使用するので上部の角が丸い仕様です
 **/
    table.type11-outer {
        border-top: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    border-radius: 5px 5px 0 0;
    }

    table.type11-outer > tbody,
    table.type11-outer > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type11-outer > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type11-outer > tbody > tr > td {
        border-left: none;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
    
        table.type11-inner {
        border-top: none;
        border-right: none;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 0;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type11-inner > tbody,
    table.type11-inner > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type11-inner > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type11-inner > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
/**
 * スマホ用　WEB申告フォーム（ラベル2個の表（表中段に適用））
 * 中段でしか使用しないので上部に罫線が付かない仕様です
 **/
    table.type12-outer {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: none;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type12-outer > tbody,
    table.type12-outer > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type12-outer > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type12-outer > tbody > tr > td {
        border-left: none;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
    
        table.type12-inner {
        border-top: none;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type12-inner > tbody,
    table.type12-inner > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type12-inner > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type12-inner > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
/**
 * スマホ用　WEB申告フォーム（ラベル1個の表（表中段に適用））
 * 中段でしか使用しないので上部に罫線が付かない仕様です
 **/
    table.type13 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: none;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type13 > tbody,
    table.type13 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type13 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type13 > tbody > tr > td {
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
/**
 * スマホ用　WEB申告フォーム（ラベル1個の表（表最下段に適用））
 * 最下段でしか使用しないので上部に罫線が付かない、下部の角が丸い仕様です
 **/
    table.type14 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: none;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        display: block;
    }

    table.type14 > tbody,
    table.type14 > tbody > tr {
        display: block;
        width: 100%;
    }

    table.type14 > tbody > tr > th {
        border-bottom: 1px solid #c2c2c2;
        border-right: none;
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        border-radius: 0;
        vertical-align: top;
        line-height: 1.3;
        display: block;
        width: 100%;
    }
    
    table.type14 > tbody > tr > td {
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }
    .sp_scroll {
        overflow: auto;
        white-space: nowrap;
        padding: 0 0 5px;
        overflow-x: scroll;
    }

    ::-webkit-scrollbar {
        height: 5px;
        border-radius: 5px;
    }

    ::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #c2c2c2;
        border-radius: 10px;
    }

    table.type_single {
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 30px 0 0;
        font-size: 13px;
        line-height: 1.6;
        display: block;
    }

    table.type_single tbody,
    table.type_single tr {
        display: block;
    }

    table.type_single th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        width: auto;
        padding: 12px 14px;
        display: block;
    }

    table.type_single td {
        border-bottom: none;
        border-left: none;
        padding: 13px 14px;
        vertical-align: middle;
        display: block;
    }

    p.card_kind img {
        width: 278px;
        height: auto;
    }

    table.credit {
        border: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 15px 0 0;
        font-size: 13px;
        display: block;
    }

    table.credit tbody,
    table.credit tr {
        display: block;
    }

    table.credit th {
        border-bottom: 1px solid #c2c2c2;
        text-align: left;
        width: auto;
        padding: 12px 14px;
        display: block;
    }

    table.credit td {
        border-bottom: 1px solid #c2c2c2;
        border-left: none;
        padding: 13px 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }

    table.credit td span {
        display: block;
        margin: 4px 0 0;
    }

    table.credit tr:last-of-type td {
        border-bottom: none;
    }

    table.credit tr:last-of-type th {
        border-bottom: 1px solid #c2c2c2;
    }

    table.credit table {
        margin: 10px 0 0;
    }

    table.credit table td {
        border: none;
        width: auto;
        padding: 0 10px 0 0;
        vertical-align: top;
        font-size: 13px;
    }

    table.credit table td:first-of-type {
        padding: 0 0 20px;
    }

    table.credit table td img {
        margin: 5px 0;
        width: 80%;
        height: auto;
    }

    table.settlement-terms td {
        vertical-align: top;
        padding: 0 10px 10px 0;
        font-size: 13px;
    }

    table.settlement-terms th {
        vertical-align: top;
        padding: 0 10px 10px 0;
        font-size: 13px;
    }

    table.settlement-terms tr:last-child td {
        padding: 0 10px 0 0;
    }

    table.settlement-terms tr:last-child th {
        padding: 0 10px 0 0;
    }

    table.settlement-terms tr {
        padding: 10px;
    }

    table.settlement-terms table td {
        border: none;
        padding: 0 10px 0 0;
        vertical-align: top;
    }

    table.type09 {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin: 15px 0 0;
        font-size: 13px;
        display: block;
    }

    table.type09 > tbody, table.type09 > tbody > tr {
        display: block;
    }

    table.type09 tr:first-child td {
        border-top: 1px solid #c2c2c2;
    }

    table.type09 > tbody > tr > th {
        text-align: left;
        font-size: 15px;
        padding: 18px 12px;
        background-color: #e3f4fe;
        vertical-align: top;
        line-height: 1.3;
        width: 100% !important;
        display: block;
    }

    table.type09 > tbody > tr > td {
        border-left: none;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle;
        display: block;
    }

    table.type09 > tbody > tr > td:last-child {
        border-bottom: 0;
        width: auto;
    }

    table.type09 td a {
        display: block;
        border: 1px solid #0097d8;
        width: 90%;
        max-width: 200px;
        background: none;
        padding: 4px;
        text-align: center;
        text-decoration: none;
        color: #0098d9;
        border-radius: 20px;
        margin: 0 auto;
    }

    /* ページ移動・ページネーション
    *******************************/
    ul.page {
        overflow: hidden;
        text-align: center;
        margin: 30px 0;
        font-size: 0;
    }

    ul.page li {
        display: inline-block;
        font-size: 12px;
        margin: 0 3px;
        font-weight: bold;
    }

    ul.page li a {
        color: #c2c2c2;
        background-color: #e3f4fe;
        display: block;
        padding: 11px 13px;
        border-radius: 20px;
    }

    ul.page li.on a {
        background-color: #0097d8;
        color: #ffffff;
    }

    ul.page li.next {
        width: auto;
        margin: 0 3px;
    }

    ul.page li.prev {
        width: auto;
        margin: 0 3px;
    }

    ul.page li:first-of-type,
    ul.page li:last-of-type {
        margin: 0 4px;
        width: auto;
    }

    ul.page li:first-of-type {
        display: none;
    }

    ul.page li:last-of-type {
        display: none;
    }

    ul.page li span {
        display: none;
    }

    ul.page li:nth-of-type(2) {
        margin: 0 3px 0 0;
    }

    ul.page li:nth-last-of-type(2) {
        margin: 0 0 0 3px;
    }

    /* フォーム要素
    *******************************/
    input[type="number"],
    input[type="text"] {
        border: 1px solid #c2c2c2;
        padding: 5px 5px !important;
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    select.job {
        width: 100%;
    }

    select.pref {
        width: 100%;
    }

    select.city {
        width: 100%;
    }

    input[type="tel"], input[type="password"] {
        width: 26.33%;
        border: 1px solid #c2c2c2;
        padding: 5px 5px !important;
        font-size: 14px;
        line-height: 1.3;
        vertical-align: middle;
    }

    input[type="password"] {
        width: 100px;
    }

    input[type="submit"] {
        background-color: #0097d8;
        color: #ffffff;
        font-size: 13px;
        border: none;
        padding: 7px 14px;
        vertical-align: middle;
        margin: 0 0 0 6px;
        border-radius: 5px;
    }

    input[type="submit"].pwd {
        margin-top: 5px;
    }

    select.year {
        width: 30.33%;
        margin: 0 5px 0 0;
    }

    select.month, select.day {
        width: 20%;
    }

    input.long {
        width: 100%;
    }

    input.short {
        width: 30%;
    }

    select.long {
        width: 100%;
    }

    select.short {
        width: 30%;
    }

    input.middle {
        width: 100%;
    }

    input.date {
        width: 30%;
    }

    textarea.long {
        width: 100%;
    }

    div.check {
        width: 100%;
        height: 15em;
        overflow: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    div.check h3 {
        color: #0097d8;
        font-weight: bold;
        margin: 20px 0 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    div.check h3:first-child {
        color: #0097d8;
        font-weight: bold;
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 1.4;
    }

    select {
        border: 1px solid #c2c2c2;
        border-radius: 0;
        font-size: 14px;
        padding: 6px 24px 5px 6px;
        vertical-align: middle;
        background-color: #ffffff;
        background-position: right 8px center;
        background-repeat: no-repeat;
        margin: 0 15px 0 0;
        color: #2b2b2b;
        width: 100%;
    }

    select.paynumber {
        width: 100%;
    }

    select.plan {
        width: 100%;
    }

    select.settlement {
        width: 55%;
    }

    input[type="submit"].settlement {
        float: right;
    }

    /* フッター
    **********************************************************************************************/
    div.footer div.nav {
        width: auto;
        margin: auto;
        background-color: transparent;
    }

    div.footer div.nav ul {
        list-style: none;
        margin: 0;
        padding: 24px 0;
        font-size: 0;
        text-align: center;
    }

    div.footer div.nav ul li {
        display: inline-block;
        font-size: 11px;
        margin: 0 14px;
    }

    div.footer div {
        background-color: #0097d8;
        color: #ffffff;
        padding: 13px 0;
    }

    div.footer small {
        font-family: Arial, Helvetica, "sans-serif";
        text-align: center;
        display: block;
        font-size: 10px;
    }

    div.footer small span {
        display: inline-block;
        margin: 0 29px;
    }
}

/* 追加
**********************************************************************************************/
p.content-option {
    width: 100%;
}

p.content-option img {
    width: 100%;
}

table.type01 td a {
    display: block;
    border: 1px solid #0097d8;
    width: 320px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center right 14px;
}

table.type01 td a.cautionlink,
table.type09 td a.cautionlink {
    display: inline;
    border: none;
    color: #0098d9;
    background-image: none;
    text-decoration: underline;
}

table.type01 td a.cautionlink:hover,
table.type09 td a.cautionlink:hover {
    background-color: transparent;
    color: #0098d9;
    text-decoration: underline;
}

table.type01 td a:hover {
    background-color: #0097d8;
    color: #ffffff;
}

table.type01 td a:nth-child(2n) {
    margin-top: 10px;
}

table.type01 td button {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff !important;
    color: #0097d8 !important;
}

table.type01 td button:hover {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #0097d8 !important;
    color: #ffffff !important;
}

table.type01 td input[type='submit'] {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff !important;
    color: #0097d8 !important;
}

table.type01 td input[type='submit']:hover {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #0097d8 !important;
    color: #ffffff !important;
}

table.type02 td input[type='submit'] {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff !important;
    color: #0097d8 !important;
}

table.type02 td input[type='submit']:hover {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
    background-color: #0097d8 !important;
    color: #ffffff !important;
}

table.type01 td input.filename {
    border: 1px solid #0097d8 !important;
    border-radius: 5px;
    padding: 5px;
}


td ul:first-child:not(:only-child) {
    margin-bottom: 10px;
}

ul, li {
    box-sizing: border-box;
}

div.small {
    font-size: 12px;
}

.t_center {
    text-align: center;
}

.higharea {
    margin: 10px 0;
    padding: 10px;
    border: 1px #c2c2c2 dashed;
}

.highspeedcaption {
    margin: 10px;
    padding: 5px;
}

ul#summary, ul.flex-table, ul.nav_menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 100%;
}

ul.nav_menu {
    border: 1px solid #c2c2c2;
    border-top: 5px solid #0097d8;
    padding: 20px 0;
    justify-content: space-around;
}

ul.nav_menu > li {
    width: 33.3%;
    padding: 20px;
    border-right: 1px solid #c2c2c2;
}

ul.nav_menu > li:last-child {
    border-right: none;
}

ul.nav_menu > li > h3 {
    background-color: transparent;
    padding: 0 0 20px 0;
}

ul.nav_menu > li > ul > li {
    margin-bottom: 10px;
    font-size: 80%;
}

ul#summary li {
    width: 480px;
    padding: 20px 20px;
}

ul#summary > li.fee {
    background-color: #e3f4fe;
}

ul#summary > li.fee > ul.feeinfo {
    width: 100%;
    display: flex;
    align-items: center;
}

ul.feeinfo > li {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}

ul#summary > li em {
    color: #003399;
    font-size: 200%;
}

ul#summary > li span.over,
ul#summary > li span.over em {
    color: #ff0000;
}

ul#summary li h3.title {
    background-color: transparent;
    padding: 0 0 10px 0;
}

ul#summary a {
    border: 1px solid #0097d8;
    display: block;
    padding: 5px;
    border-radius: 20px;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right 14px;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    margin: 10px auto;
}

ul#summary a:hover {
    background-color: #0097d8;
    border: 1px solid #0097d8;
    color: #ffffff;
}

ul#summary > li.product div.image {
    width: 100%;
    text-align: center;
    padding: 5px;
}

ul#summary > li.product div.image img {
    margin: 0 0 10px;
}

ul#summary > li h4 {
    background-color: #0097d8;
    color: #ffffff;
    font-size: 18px !important;
    margin: 10px 0;
}

ul#summary > li h4.title {
    background-color: transparent;
    color: #000000;
    font-size: 18px !important;
    text-align: left;
}

ul#summary li.plan table.type01 th,
ul#summary li.plan table.type01 td {
    padding: 5px 20px;
    vertical-align: middle !important;
}

ul#summary li.description table.type02,
ul#summary li.plan table.type01 {
    margin: 15px auto;
}

ul#summary li.description div.description {
    margin-top: 30px;
}

ul#summary li.description div.description span:first-child {
    padding-right: 10px;
}

ul.flex-table > li {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    width: 30%;
    padding: 16px 20px;
    list-style: none;
    font-size: 15px;
}

ul.flex-table li div.text-container,
ul#summary li div.text-container {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.flex-table li div.text-container div {
    width: 100%;
    line-height: 1.6;
}

ul.flex-table li select {
    width: 100%;
}

ul.flex-table li div.text-container div input.wid10 {
    width: 10%;
}

ul.flex-table li div.text-container div input.wid20 {
    width: 20%;
}

ul.flex-table li div.text-container div input.wid30 {
    width: 30%;
}

ul.flex-table li div.text-container div input.wid40 {
    width: 40%;
}

ul.flex-table li div.text-container div input.wid50 {
    width: 50%;
}

ul.flex-table li div.text-container div input.wid60 {
    width: 60%;
}

ul.flex-table li div.text-container div input.wid70 {
    width: 70%;
}

ul.flex-table li div.text-container div input.wid80 {
    width: 80%;
}

ul.flex-table li div.text-container div input.wid90 {
    width: 90%;
}

ul.flex-table li div.text-container div input.wid100 {
    width: 100%;
}

fieldset {
    border: 2px solid #c2c2c2;
    margin: 1em;
}

legend {
    margin: 0 2em;
    padding: 0 1em;
    font-weight: bolder;
    max-width: 80%;
}

.loginarea .btn_area {
    margin: 20px 0;
}

.firstfield .btn_area {
    margin: 20px 0 30px 0;
}

ul.firstaccess {
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    width: 80%;
    border: 1px solid #c2c2c2;
    display: flex;
    flex-wrap: wrap;
}

ul.firstaccess h3 {
    color: #0097d8;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
}

ul.firstaccess li {
    width: 100%;
    box-sizing: border-box;
}

ul.firstaccess li table.type01,
ul.firstaccess li table.type01 tbody,
ul.firstaccess li table.type01 tbody tr,
ul.firstaccess li table.type01 tbody tr th,
ul.firstaccess li table.type01 tbody tr td {
    border: none;
    background-color: #ffffff;
    padding: 0;
}

ul.firstaccess li table.type01 th {
    width: 25% !important;
}

ul.firstaccess li table.type01 td span {
    display: inline !important;
}

@media screen and (max-width: 767px) {
    ul.firstaccess li table.type01 th {
        width: 100% !important;
    }

    ul.firstaccess li table.type01 tr:last-child th {
        margin-top: 10px;
    }
}

.loginarea {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 0 20px 20px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.loginarea table.type01, .loginarea table.type01 th, .loginarea table.type01 td {
    border: none !important;
    background-color: #f0f0f0;
    padding: 7px 22px;
    vertical-align: middle;
}

.loginarea .caution {
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    width: 80%;
    border: 1px solid #c2c2c2;
}

.loginarea .caution p:first-child {
    margin-top: 0;
}

.loginarea .caution p:last-child {
    margin-bottom: 0;
}

ul.loginbanner {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 100%;
}

ul.loginbanner > li {
    margin-bottom: 10px;
}

ul.loginbanner > li:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 10px;
    text-align: right;
}

ul.loginbanner > li:nth-child(2) {
    width: calc(50% - 10px);
    margin-left: 10px;
    text-align: left;
}

ul.loginbanner > li:nth-child(3) {
    width: calc(50% - 40px);
    margin-top: 10px;
    margin-right: 40px;
    text-align: right;
}

ul.loginbanner > li:nth-child(4) {
    width: calc(50% - 40px);
    margin-top: 10px;
    margin-left: 40px;
    text-align: left;
}

.img_center {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .addressCheck {
        width: 360px !important;
        margin: 5px 0 10px;
    }

    ul#summary > li {
        position: relative;
    }

    ul#summary > li.fee, ul#summary > li.info {
        width: 100%;
        margin-bottom: 20px;
    }

    ul#summary > li.fee > ul.feeinfo > li {
        font-size: 150%;
    }

    ul#summary > li.fee a {
        margin: 0;
    }

    ul#summary > li.product,
    ul#summary > li.plan,
    ul#summary > li.monthly,
    ul#summary > li.description {
        border: 1px solid #c2c2c2;
        border-top: 5px solid #0097d8;
    }

    ul#summary > li.product,
    ul#summary > li.plan {
        margin-bottom: 20px;
    }

    ul#summary > li.product,
    ul#summary > li.monthly {
        margin-right: 20px;
    }

    ul#summary > li.info {
        padding: 0;
        font-size: 12px;
    }

    ul#summary > li.product,
    ul#summary > li.plan {
        height: 310px;
    }

    ul#summary > li.monthly,
    ul#summary > li.description {
        height: 420px;
    }

    ul#summary > li .areafooter {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 20px - 20px);
    }

    ul#summary > li .areafooter h4 {
        background-color: #0097d8;
        padding: 0 !important;
    }

    ul#summary > li .areafooter h4 img {
        margin: 0 auto;
    }

    ul#summary > li.monthly div.caution p {
        line-height: 1.4;
    }

    ul#summary > li.description em,
    ul#summary > li.monthly em {
        font-weight: bold;
    }

    ul#summary > li.info ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        width: 100%;
    }

    ul#summary > li.info ul li.leftarea,
    ul#summary > li.info ul li.rightarea {
        width: 50%;
        padding: 0;
    }

    ul#summary > li.info ul li.rightarea {
        text-align: right;
    }

    ul#summary > li.info ul li.rightarea select {
        margin: 5px 0;
        width: 80%;
    }

    ul#summary li.plan table.type01 th {
        width: 40%;
    }

    ul#summary li.plan table.type01 td {
        width: 60%;
    }

    ul#summary li.description table.type02 th,
    ul#summary li.description table.type02 td {
        padding: 5px 20px;
    }

    div.multi-device-caution {
        line-height: 1.6;
    }

    div.flex-area {
        display: flex;
        padding: 0;
        width: 100%;
    }

    div.flex-area a {
        padding: 0 10px 0 0;
    }

    div.flex-area a:last-child {
        padding: 0;
    }

    div.flex-area a img {
        width: 100%;
    }

    /*pc*/
    div#headBtn ul li,
    div#headBtn2 ul li {
        margin: 0;
        padding: 0;
    }

    div#headBtn ul.kojin li img {
        width: calc((980px - (8px * 6)) / 6);
        max-width: calc((980px - (8px * 6)) / 6) !important;
    }

    div#headBtn ul.hojin li img {
        width: calc((980px - (8px * 4)) / 4);
        max-width: calc((980px - (8px * 4)) / 4) !important;
    }

    div#headBtn ul li#gnavi01,
    div#headBtn ul li#gnavi02,
    div#headBtn ul li#gnavi03,
    div#headBtn ul li#gnavi04,
    div#headBtn ul li#gnavi05,
    div#headBtn ul li#gnavi06,
    div#headBtn ul li#gnavi10,
    div#headBtn ul li#gnavi11 {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    div#headBtn ul li:last-child {
        margin-right: 0 !important;
    }

    div#headBtn ul li.gnavi_hojin_dummy {
        display: none;
    }

    ul.filter {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        width: 100%;
    }

    ul.filter li {
        border-top: 1px solid #c2c2c2;
        border-left: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        padding: 16px 20px;
        list-style: none;
        font-size: 15px;
    }

    ul.filter li div.text-container {
        height: 100%;
        display: flex;
        align-items: center;
    }

    ul.filter li div.text-container div {
        width: 100%;
        line-height: 1.6;
    }

    ul.filter li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 220px;
    }

    ul.filter li:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: 1px solid #c2c2c2;
        width: calc(100% - 220px);
    }

    ul.flex-table li.title {
        background-color: #e3f4fe;
        padding: 22px 14px;
        width: 30%;
    }

    ul.flex-table li.data {
        width: 70%;
    }

    li.title + li:not(.data) {
        width: 40%;
    }

    li.title + li.data {
        border-right: 1px solid #c2c2c2;
    }

    li.title + li:not(.data) + li {
        border-right: 1px solid #c2c2c2;
    }

    li.pc-bottom-item {
        border-bottom: 1px solid #c2c2c2;
    }

    li.pc-top-left-corner {
        border-top-left-radius: 5px;
    }

    li.pc-top-right-corner {
        border-top-right-radius: 5px;
    }

    li.pc-bottom-left-corner {
        border-bottom-left-radius: 5px;
    }

    li.pc-bottom-right-corner {
        border-bottom-right-radius: 5px;
    }

    div.bank > div > p {
        list-style: none;
        margin: 18px 0 0 85px;
        padding: 0;
        font-size: 15px;
        counter-reset: my-counter;
    }
}

@media screen and (max-width: 767px) {
    .addressCheck {
        width: 220px !important;
        margin: 5px 0 10px;
    }

    ul.nav_menu {
        border: 1px solid #c2c2c2;
        border-top: 5px solid #0097d8;
        padding: 20px 0 0 0;
    }

    ul.nav_menu > li {
        width: 100%;
        padding: 10px 20px;
        border-right: none;
    }

    ul.nav_menu > li:last-child {
        padding: 0 20px;
    }

    ul.nav_menu > li > h3 {
        border-bottom: 1px solid #c2c2c2;
        background-color: transparent;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    ul.nav_menu > li > ul > li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #c2c2c2;
        font-size: 80%;
    }

    ul.nav_menu > li:last-child > ul > li:last-child {
        border-bottom: none;
    }

    div.multi-device-caution {
        margin-bottom: 4px;
        line-height: 1.6;
    }

    ul#summary li {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    ul#summary a {
        padding: 5px 24px;
    }

    ul#summary li.info,
    ul#summary li.product,
    ul#summary li.plan,
    ul#summary li.monthly,
    ul#summary li.monthly,
    ul#summary li.description {
        border: 1px solid #c2c2c2;
        border-top: 5px solid #0097d8;
    }

    ul#summary > li.fee > ul.feeinfo {
        width: 100%;
        display: block;
    }

    ul.feeinfo > li {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    ul#summary > li.info ul li.leftarea,
    ul#summary > li.info ul li.rightarea {
        padding: 0;
    }

    ul#summary > li.info ul li.rightarea {
        font-size: 12px;
    }

    ul#summary > h4 {
        font-size: 15px !important;
    }

    ul.filter {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        width: 100%;
    }

    ul.filter > li {
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-top: 1px solid #c2c2c2;
        padding: 16px 20px;
        list-style: none;
        font-size: 15px;
    }

    ul.filter li div.text-container {
        height: 100%;
        display: flex;
        align-items: center;
    }

    ul.filter li div.text-container div {
        width: 100%;
        line-height: 1.6;
        text-align: center;
    }

    ul.filter li:last-child div.text-container div {
        width: 100%;
        line-height: 1.6;
        text-align: left;
    }

    ul.filter li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        width: 100%;
    }

    ul.filter li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #c2c2c2;
        width: 100%;
    }

    div#headBtn ul,
    div#headBtn2 ul {
        justify-content: center !important;
    }

    div#headBtn ul li,
    div#headBtn2 ul li {
        padding: 0;
        margin: 0 8px 8px 0;
        text-align: center;
        width: calc((100% - (8px * 2)) / 3);
        height: auto !important;
        box-sizing: border-box;
    }

    div#headBtn ul li:nth-of-type(3),
    div#headBtn2 ul li:nth-of-type(3),
    div#headBtn ul li:nth-of-type(6),
    div#headBtn2 ul li:nth-of-type(6) {
        margin-right: 0 !important;
    }

    div#headBtn ul li#gnavi_pc_dummy,
    div#headBtn2 ul li#gnavi_pc_dummy {
        display: none;
    }

    div#headBtn ul li#gnavi_sp_dummy,
    div#headBtn2 ul li#gnavi_sp_dummy {
        display: block;
    }

    ul.flex-table > li {
        border-right: 1px solid #c2c2c2;
        width: 50%;
        padding: 16px 20px;
        list-style: none;
        vertical-align: middle;
        line-height: 1.3;
        font-size: 14px;
    }

    ul.flex-table li.title {
        width: 100%;
        background-color: #e3f4fe;
        border-right: 1px solid #c2c2c2;
        font-size: 15px;
    }

    ul.flex-table li.data {
        width: 100%;
        border-right: 1px solid #c2c2c2;
    }

    li.title + li:not(.data) {
        width: 50%;
        border-right: none;
    }

    li.sp-top-item {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    li.sp-bottom-item {
        border-bottom: 1px solid #c2c2c2;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    li.sp-bottom-left-corner {
        border-bottom: 1px solid #c2c2c2;
        border-bottom-left-radius: 5px;
    }

    li.sp-bottom-right-corner {
        border-bottom: 1px solid #c2c2c2;
        border-bottom-right-radius: 5px;
    }

    div.bank > div > p {
        list-style: none;
        margin: 16px 16px 0;
        padding: 0;
        font-size: 12px;
        counter-reset: my-counter;
    }

    ul.loginbanner > li {
        margin: 0 0 10px 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    legend {
        margin: 0;
        padding: 0 0.5em;
        font-weight: bolder;
        max-width: 100%;
    }

    .loginarea table.type01 th {
        padding: 14px 22px 0;
    }

    .loginarea table.type01 td {
        padding: 0 22px 14px;
    }

    ul#summary > li .areafooter h4 {
        background-color: #0097d8;
        padding: 0 !important;
    }

    ul#summary > li .areafooter h4 img {
        margin: 0 auto;
    }
}

/* caution */
.cautionarea {
    position: relative;
    margin: 1.5em 0;
    padding: 0.5em;
    border: solid 3px #ff0000;
    border-radius: 8px;
}

.cautionarea .caution-title {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    color: #ff0000;
    background-color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.cautionarea p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #ff0000;
}

ul.cautionlist, ul.cautionlist > li {
    list-style: disc !important;
    color: #ff0000;
}

ul.cautionlist {
    padding: 0 0 0 1em;
}

ul.cautionlist > li {
    margin: 10px 0 0 10px;
}

div.windowclose {
    margin: 10px 0;
}

/* ボタンエリア
************************************************** */
ul.btn_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 35px 0;
}

ul.btn_area li.duo {
    width: calc(100% / 2 - 5px);
    text-align: center;
}

ul.btn_area li.trio {
    width: calc(100% / 3 - 5px);
}

ul.btn_area li.prev,
ul.btn_area li.next {
    width: 187px;
}

ul.btn_area li.center {
    width: calc(100% - 187px);
    padding-right: 187px;
    text-align: center;
}

ul.btn_area li.center:last-child {
    width: 100%;
    padding: 0;
}

ul.btn_area li.cancel {
    width: 100%;
}

ul.btn_area li.duo + li.prev,
ul.btn_area li.trio + li.prev,
ul.btn_area li.duo + li.prev + li.cancel,
ul.btn_area li.trio + li.prev + li.cancel {
    margin-top: 10px;
    width: 100%;
}

ul.btn_area li.prev:first-child + li.cancel {
    margin-top: 10px;
}

ul.btn_area li.next + li.cancel {
    margin-top: 10px;
}

ul.btn_area li.center + li.cancel {
    margin-top: 1.5px;
}

ul.btn_area li.duo,
ul.btn_area li.trio {
    order: 1;
}

ul.btn_area li.center {
    order: 3;
}

ul.btn_area li.prev {
    order: 2;
}

ul.btn_area li.next {
    order: 4;
}

ul.btn_area li.cancel {
    order: 5;
}

[id$="pointhyouji"] {
    display: block;
	border: 1px solid #0097d8;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: #0098d9;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat !important;
    background-position: center right 14px !important;
    margin: -32px 120px 0px;
}

@media screen and (max-width: 767px) {
    ul.btn_area li.duo,
    ul.btn_area li.trio,
    ul.btn_area li.center {
        max-width: 452px;
        width: 68.28%;
        text-align: center;
        margin: 10px auto 0 auto;
        padding: 0;
    }

    ul.btn_area li.prev,
    ul.btn_area li.next,
    ul.btn_area li.cancel {
        /*max-width: 286px !important;*/
        width: 50.28% !important;
        text-align: center;
        margin: 10px auto 0 auto;
        padding: 0;
    }

    ul.btn_area li.duo,
    ul.btn_area li.trio {
        order: 1;
    }

    ul.btn_area li.center,
    ul.btn_area li.next {
        order: 2;
    }

    ul.btn_area li.prev {
        order: 3;
    }

    ul.btn_area li.cancel {
        order: 4;
    }
}

/* ラジオ（同意する／同意しない）
**************************************************/
table.radio,
table.radio tbody,
table.radio tbody tr {
    width: 100% !important;
}

table.radio {
    margin: 17px 0 0;
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
}

table.radio td {
    font-size: 13px;
    font-weight: bold;
    margin: auto;
    float: none !important;
    box-sizing: border-box;
}

table.radio td:last-of-type {
    /* 同意しないを小さく */
    padding-left: 8px;
    width: 330px;
}

table.radio td input {
    display: none;
}

table.radio td label {
    padding: 17px 15px 17px 15px;
    display: block;
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer !important;
    overflow: hidden;
    font-size: 16px;
    text-indent: 35px;
}

/* 活性かつチェック時 */
table.radio td input:checked + label {
    background-color: #0097d8;
    border: 3px solid #0097d8;
    color: #ffffff;
}

/* 非活性時 */
table.radio td input[type="radio"][disabled] + label {
    display: block;
    color: #c2c2c2;
    background-color: #f0f0f0;
    padding: 17px 15px 17px 15px;
    border-radius: 6px;
    border: 3px solid #c2c2c2;
    cursor: pointer !important;
    overflow: hidden;
    cursor: default !important;
}

/* 未チェック時の疑似リストスタイル */
table.radio td label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* チェック時の疑似リストスタイル */
table.radio td input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 767px) {
    table.radio,
    table.radio tbody,
    table.radio tbody tr,
    table.radio tbody tr td {
        display: block;
    }

    table.radio td label {
        padding: 17px 15px 17px 15px;
        display: block;
        background-color: #f0f0f0;
        border-radius: 6px;
        border: 3px solid #f0f0f0;
        cursor: pointer !important;
        overflow: hidden;
    }

    table.radio tr {
        display: flex;
        flex-wrap: wrap;
    }

    table.radio tr td {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0;
        width: 100% !important;
    }

    table.radio tr td:last-of-type {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    /* 未チェック時の疑似リストスタイル */
    /* チェック時の疑似リストスタイル */
    table.radio td label::before,
    table.radio td input:checked + label::before {
        top: auto;
        margin-top: 10px;
    }

}

/* ラジオ（選択）
**************************************************/
table.radio3,
table.radio3 tbody,
table.radio3 tbody tr,
table.radio3 tbody tr td label {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.radio3 {
    list-style: none;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
    color: #2b2b2b;
}

td table.radio3:not(:only-child) {
    margin-bottom: 10px;
}

table.radio3 td {
    border: none;
    margin: auto;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

table.radio3 td:last-of-type {
    padding-right: 0;
}

table.radio3 td input {
    display: none;
}

table.radio3 td label {
    position: relative;
    display: block;
    background-color: #f0f0f0;
    padding: 10px 7px 10px 15px !important;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer;
    font-size: 14px;
}

table.radio3 td label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    margin-top: -10px;
}

table.radio3 td input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

table.radio3 td input:checked + label {
    border-color: #0097d8;
    background-color: #0097d8;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    table.radio3,
    table.radio3 tbody,
    table.radio3 tbody tr,
    table.radio3 tbody tr td {
        display: block;
    }

    table.radio3 tr {
        display: flex;
        flex-wrap: wrap;
    }

    table.radio3 td {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    /* 未チェック時の疑似リストスタイル */
    /* チェック時の疑似リストスタイル */
    table.radio3 td label::before,
    table.radio3 td input:checked + label::before {

    }
}

/* ラジオ（タブ替わり）
**************************************************/
table.radio2,
table.radio2 tbody,
table.radio2 tbody tr,
table.radio2 tbody tr td label {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.radio2 tbody tr td label {
    height: 54px;
    line-height: 54px;
    padding: 0 7px 0 15px !important;
    font-size: 14px;
}

table.radio2,
table.radio2 tbody,
table.radio2 tbody tr,
table.radio2 tbody tr td {
    display: flex;
    flex-wrap: wrap;
}

table.radio2 {
    list-style: none;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
    color: #2b2b2b;
}

table.radio2 td {
    margin: auto;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 10px;
}

table.radio2.duo td {
    width: 50%;
}

table.radio2.trio td {
    width: 33.3%;
}

table.radio2.quad td {
    width: 25%;
}

table.radio2 td:last-of-type {
    padding-right: 0;
}

table.radio2 td input {
    display: none;
}

table.radio2 td label {
    display: block;
    background-color: #f0f0f0;
    padding: 10px 7px 10px 15px !important;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}

table.radio2 td label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

table.radio2 td input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

table.radio2 td input:checked + label {
    border-color: #0097d8;
    background-color: #0097d8;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    table.radio2.duo td,
    table.radio2.trio td,
    table.radio2.quad td {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    table.radio2 td label::before,
    table.radio2 td input:checked + label::before {
        top: auto;
        margin-top: 27px !important;
    }
}

/* 利用金額案内メール
**************************************************/
table.radio4outer,
table.radio4outer tbody,
table.radio4outer tbody tr,
table.radio4outer tbody tr td label {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.radio4outer {
    list-style: none;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
    color: #2b2b2b;
}

table.radio4outer td {
    border: none;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

table.radio4outer > tbody > tr:last-child > td {
    padding: 10px 0 0 0;
}

table.radio4outer td p {
    margin: 0;
    padding: 0;
}

table.radio4inner,
table.radio4inner tbody,
table.radio4inner tbody tr,
table.radio4inner tbody tr td label {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.radio4inner {
    position: relative;
    color: #2b2b2b;
}

table.radio4inner td {
    border: none;
    margin: auto;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 10px;
}

table.radio4inner td:last-of-type {
    padding-right: 0;
}

table.radio4inner td label {
    display: block;
    background-color: #f0f0f0;
    padding: 10px 7px 10px 15px !important;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    height: 42px;
    font-size: 14px;
}

table.radio4inner td input {
    display: none;
}

table.radio4inner td label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

table.radio4inner td input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

table.radio4inner td input:checked + label {
    border-color: #0097d8;
    background-color: #0097d8;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    table.radio4outer,
    table.radio4outer tbody,
    table.radio4outer tbody tr,
    table.radio4outer tbody tr td,
    table.radio4inner,
    table.radio4inner tbody,
    table.radio4inner tbody tr,
    table.radio4inner tbody tr td {
        display: block;
    }

    table.radio4outer > tbody > tr > td {
        width: 100% !important;
    }

    table.radio4outer > tbody > tr:last-child > td {
        padding: 0;
    }

    table.radio4outer > tbody > tr:last-child > td:first-child {
        padding: 10px 0 0 0;
    }

    table.radio4inner tr {
        display: flex;
        flex-wrap: wrap;
    }

    table.radio4inner td {
        width: 100% !important;
        padding: 0;
        margin-bottom: 10px;
    }

    table.radio4inner td label::before,
    table.radio4inner td input:checked + label::before {
        top: auto;
        margin-top: 10px;
    }
}

/* チェックボックス
**************************************************/
table.check,
table.check tbody,
table.check tbody tr,
table.check tbody tr td {
    width: 100% !important;
    display: block;
}

table.check {
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 1.3;
}

table.check td {
    margin: auto;
    float: none !important;
    box-sizing: border-box;
}

table.check td input {
    display: none;
}

table.check td label {
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 17px 15px 17px 15px;
    position: relative;
}

table.check td label img {
    float: right;
}

table.check td label::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: 4px;
}

table.check td input[type="checkbox"][disabled] + label::before {
    background-color: #c2c2c2;
}

table.check td input[type="checkbox"] + label::before {
    background-color: #ffffff;
}

table.check td input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(17px + 4px);
    left: calc(15px + 4px);
    width: 6px;
    height: 12px;
    transform: rotate(35deg);
    border-bottom: 3px solid #0097d8;
    border-right: 3px solid #0097d8;
}

table.check td input[type="checkbox"][disabled] + label {
    border: 3px solid #c2c2c2;
    cursor: default !important;
    color: #c2c2c2;
}

table.check td input:checked + label {
    border-color: #0097d8;
    background-color: #e3f4fe;
}

/* チェックボックス 共通規約同意
**************************************************/
table.checkDoui,
table.checkDoui tbody,
table.checkDoui tbody tr,
table.checkDoui tbody tr td {
    width: 100% !important;
    display: block;
}

table.checkDoui {
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 1.3;
}

table.checkDoui td {
    margin: auto;
    float: none !important;
    box-sizing: border-box;
}

table.checkDoui td input {
    display: none;
}

table.checkDoui td label {
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 17px 15px 17px 15px;
    position: relative;
}

table.checkDoui td label img {
    float: right;
}

table.checkDoui td label::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: 4px;
}

table.checkDoui td input[type="checkbox"][disabled] + label::before {
    background-color: #c2c2c2;
}

table.checkDoui td input[type="checkbox"] + label::before {
    background-color: #ffffff;
}

table.checkDoui td input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(17px + 4px);
    left: calc(15px + 4px);
    width: 6px;
    height: 12px;
    transform: rotate(35deg);
    border-bottom: 3px solid #0097d8;
    border-right: 3px solid #0097d8;
}

table.checkDoui td input[type="checkbox"][disabled] + label {
    border: 3px solid #c2c2c2;
    cursor: default !important;
    color: #c2c2c2;
}

table.checkDoui td input:checked + label {
    border-color: #0097d8;
    background-color: #e3f4fe;
}

/* チェックボックス 回線解約
**************************************************/
table.checkKaiyaku,
table.checkKaiyaku tbody,
table.checkKaiyaku tbody tr,
table.checkKaiyaku tbody tr td {
    width: 100% !important;
    display: block;
}

table.checkKaiyaku {
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 1.3;
}

table.checkKaiyaku td {
    margin: auto;
    float: none !important;
    box-sizing: border-box;
}

table.checkKaiyaku td input {
    display: none;
}

table.checkKaiyaku td label {
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 17px 15px 17px 15px;
    position: relative;
}

table.checkKaiyaku td label img {
    float: right;
}

table.checkKaiyaku td label::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: 4px;
}

table.checkKaiyaku td input[type="checkbox"][disabled] + label::before {
    background-color: #c2c2c2;
}

table.checkKaiyaku td input[type="checkbox"] + label::before {
    background-color: #ffffff;
}

table.checkKaiyaku td input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(17px + 4px);
    left: calc(15px + 4px);
    width: 6px;
    height: 12px;
    transform: rotate(35deg);
    border-bottom: 3px solid #0097d8;
    border-right: 3px solid #0097d8;
}

table.checkKaiyaku td input[type="checkbox"][disabled] + label {
    border: 3px solid #c2c2c2;
    cursor: default !important;
    color: #c2c2c2;
}

table.checkKaiyaku td input:checked + label {
    border-color: #0097d8;
    background-color: #e3f4fe;
}

/* ラジオ（同意する／同意しない）
**************************************************/
table.radioDoui,
table.radioDoui tbody,
table.radioDoui tbody tr {
    width: 100% !important;
}

table.radioDoui {
    margin: 17px 0 0;
    list-style: none;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
}

table.radioDoui td {
    font-size: 13px;
    font-weight: bold;
    margin: auto;
    float: none !important;
    box-sizing: border-box;
}

table.radioDoui td:last-of-type {
    /* 同意しないを小さく */
    padding-left: 8px;
    width: 330px;
}

table.radioDoui td input {
    display: none;
}

table.radioDoui td label {
    padding: 17px 15px 17px 15px;
    display: block;
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 3px solid #f0f0f0;
    cursor: pointer !important;
    overflow: hidden;
    font-size: 16px;
    text-indent: 35px;
}

/* 活性かつチェック時 */
table.radioDoui td input:checked + label {
    background-color: #0097d8;
    border: 3px solid #0097d8;
    color: #ffffff;
}

/* 非活性時 */
table.radioDoui td input[type="radio"][disabled] + label {
    display: block;
    color: #c2c2c2;
    background-color: #f0f0f0;
    padding: 17px 15px 17px 15px;
    border-radius: 6px;
    border: 3px solid #c2c2c2;
    cursor: pointer !important;
    overflow: hidden;
    cursor: default !important;
}

/* 未チェック時の疑似リストスタイル */
table.radioDoui td label::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* チェック時の疑似リストスタイル */
table.radioDoui td input:checked + label::before {
    border: 4px solid #ffffff;
    background-color: #0097d8;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 767px) {
    table.radioDoui,
    table.radioDoui tbody,
    table.radioDoui tbody tr,
    table.radioDoui tbody tr td {
        display: block;
    }

    table.radioDoui td label {
        padding: 17px 15px 17px 15px;
        display: block;
        background-color: #f0f0f0;
        border-radius: 6px;
        border: 3px solid #f0f0f0;
        cursor: pointer !important;
        overflow: hidden;
    }

    table.radioDoui tr {
        display: flex;
        flex-wrap: wrap;
    }

    table.radioDoui tr td {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 5px 0;
        width: 100% !important;
    }

    table.radioDoui tr td:last-of-type {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    /* 未チェック時の疑似リストスタイル */
    /* チェック時の疑似リストスタイル */
    table.radioDoui td label::before,
    table.radioDoui td input:checked + label::before {
        top: auto;
        margin-top: 10px;
    }

}

/* SPリスト表示
**************************************************/
@media screen and (max-width: 767px) {
    table.type02 td a,
    table.type03 td a {
        margin-top: 0 !important;
        width: 55px;
        padding: 4px;
    }
    
    table.type02 td a.upload_pc_non {
        margin-top: 0 !important;
        width: 110px;
        padding: 4px;
    }

    table.type02 td a.sp_non,
    table.type03 td a.sp_non {
        display: none !important;
    }

    table.type02 th.wid03,
    table.type03 th.wid03,
    table.type02 td.wid03,
    table.type03 td.wid03 {
        width: auto;
    }

    table.type02 th.telnobr,
    table.type03 th.telnobr {
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px) {
    table.type02 td a.pc_non,
    table.type03 td a.pc_non {
        display: none !important;
    }
}

/* エラーメッセージ
**************************************************/
ul.errors {
    margin: 40px 0;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    box-sizing: border-box;
    list-style: none;
}

span.errors {
    margin: 40px 0px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    box-sizing: border-box;
    list-style: none;
}

span.error {
    color: #ff0000;
    display: block;
    margin: 4px 0 0;
}

.loginarea div.paragraph-error {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.loginarea div.paragraph-error span.error {
    display: inline;
}

.loginarea div.paragraph-error + table.type01 {
    margin-top: 5px;
}



/* BIC
**************************************************/
.bic {
    border-top: 5px solid #004097 !important;
    border-bottom: 1px solid #004097 !important;
    background-color: #004097 !important;
}

.bic h1 {
    float: none !important;
    text-align: center !important;
}

.bic h1 img {
    width: 231px !important;
}

@media screen and (max-width: 767px) {
    .bic h1 {
        width: 320px !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
    }
}


/* nojima
**************************************************/
.nojima {
    border-top: 5px solid #0a1b73 !important;
    border-bottom: 1px solid #0a1b73 !important;
    background-color: #0a1b73 !important;
}

.nojima .wrapper {
    position: relative;
}

.nojima .wrapper h1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nojima .wrapper img {
    width: auto;
}

@media screen and (max-width: 767px) {
    .nojima h1 {
        max-width: 50% !important;
        width: 100% !important;
    }

    .nojima p {
        width: 100% !important;
        max-width: 100% !important;
    }
}
