@charset "UTF-8";
body {
    font-size: 18px;
    line-height: 1.6;
}
.cpy_ttl {
    padding: 65px 0;
    background-color: #f7f7f7;
}
.cpy-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.comSec_wrap {
    margin: 60px 0 100px 0;
    text-align: justify;
}
.comSec-ttl {
    font-size: 26px;
    font-weight: bold;
}
/*東京海上グループ一覧*/
.company_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.company_list li {
    width: 360px;
    font-size: 16px;
    line-height: 1.2;
    margin: 15px 0 0 0;
}
.company_list li:nth-child(3n) {
    width: auto;
}
.company_list li:nth-child(-n+3) {
    margin: 0;
}
.company_list li a {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width:896px) {
    .company_list li a:hover {
        text-decoration: none;
    }
}
/*個人情報保護方針（プライバシーポリシー）*/
body.privacy .comSec_wrap {
    margin: 60px 0 130px 0;
}
.comSec_ttl {
    margin: 0 0 20px 0;
}
.pr-txt {
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 20px 0 0 0;
}
.pr-txt.ver2 {
    margin: 0;
}
.pr-txt.ver3 {
    margin: 0;
    padding: 0 0 0 3em;
}
.pr-txt.ver4 {
    margin: 10px 0 0 0;
}
.pr-txt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
a.fc-blue {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width:896px) {
    a.fc-blue:hover {
        text-decoration: none;
    }
}
.privacy_wrap {
    margin: 60px 0 0 0;
}
.privacy_wrap dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px 0;
    padding: 0 0 0 1.5em;
}
.privacy_wrap dt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.pa-bm {
    display: block;
    padding: 0 0 8px 0;
}
.pritxt_list {
    margin: 15px 0;
}
.pritxt_list li {
    margin: 0 0 8px 0;
}
.pritxt_list li:last-child {
    margin: 0;
}
.pritxt_list > li .pr-txt {
    padding: 0 0 0 3em;
    margin: 0;
}
.pritxtIn_list {
    margin: 5px 0 0 3em;
}
.pritxtIn_list li {
    position: relative;
    padding: 0 0 0 25px;
}
.pritxtIn_list li:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
    background-color: #999999;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.contact_box {
    margin: 20px 0 0 0;
    padding: 30px 25px;
    border: 1px solid #999999;
}
.cb-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.cb-txt {
    font-size: 20px;
}
.inrCom_list {
    margin: 25px 0 0 0;
}
.inrCom-txt {
    font-size: 20px;
    font-weight: bold;
}
.inrCom-list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.inrCom-list li {
    font-size: 16px;
    line-height: 1;
    width: 360px;
    margin: 15px 0 0 0;
}
.inrCom-list li:nth-child(-n+3) {
    margin: 0;
}
.inrCom-list li:nth-child(3n) {
    width: auto;
}
.inrCom-list li a {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width:896px) {
    .inrCom-list li a:hover {
        text-decoration: none;
    }
}
.pr-latxt {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 40px 0 0 0;
}
/*勧誘方針*/
body.solicitation .comSec_wrap {
    margin: 0 0 75px 0;
}
body.solicitation .comSec_wrap.is-last {
    margin: 0;
}
.soli_wrap {
    margin: 50px 0 140px 0;
}
.soli-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #c3012f;
    margin: 0 0 25px 0;
}
.soli-subttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.soli-subttl.ver2 {
    margin: 0 0 10px 0;
}
.soci_dl {
    margin: 30px 0 0 0;
}
.soci_dl.is-marbm {
    margin: 30px 0 20px 0;
}
.soci_dl dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0 22px;
}
.soci_dl dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 30px;
    background-color: #c3012f;
    top: 0;
    left: 0;
    z-index: 10;
}
.soci_dl dt.ver2 {
    padding: 0;
}
.soci_dl dt.ver2:before {
    display: none;
}
.soci_dl dd {
    margin: 20px 0 0 0;
}
.soci_dl dd.ver2 {
    margin: 5px 0 0 0;
}
.soci_list.ver2 {
    margin: 10px 0;
}
.soci_list li {
    position: relative;
    line-height: 1.5;
    padding: 0 0 0 1.5em;
    margin: 0 0 10px 0;
}
.soci_list li:last-child {
    margin: 0;
}
.soci_list li:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #999999;
    top: 5px;
    left: 0;
    z-index: 10;
}
.soci_list.ver2 li:before {
    display: none;
}
.soci_list.ver2 li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.soci_list.ver2 li span.is-no {
    position: static;
    font-weight: bold;
}
.soci_list.ver3 li {
    margin: 0;
}
.comSoci_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.comSoci_list li {
    width: 365px;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0 0 0;
}
.comSoci_list li:nth-child(-n+3) {
    margin: 0;
}
.comSoci_list li:nth-child(3n) {
    width: auto;
}
.comSoci_list.is-marbm {
    margin: 15px 0 0 0;
}
/*お客様本位の業務運営方針*/
.mgmt_wrap {
    margin: 60px 0 140px 0;
}
.mgmtSec_wrap {
    margin: 40px 0 0 0;
}
.mgmtSec-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px 0;
}
.mgmtSec-txt span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #c3012f;
    margin: 0 0 5px 0;
}
.mgmt_dllist {
    margin: 30px 0 70px 0;
}
.mgmt_dllist dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0 22px;
}
.mgmt_dllist dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 30px;
    background-color: #c3012f;
    top: 0;
    left: 0;
    z-index: 10;
}
.mgmt_dllist dd {
    margin: 10px 0 0 0;
}
.mgmt_dltxt {
    margin: 0 0 20px 0;
}
.mgmt_dltxt span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.mgmt_dltxt.is-la {
    margin: 0;
}
.mgmt_dltxt a {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width:896px) {
    .mgmt_dltxt a:hover {
        text-decoration: none;
    }
}
/*「お客さまの声」対応方針*/
.customer_wrap {
    margin: 50px 0 90px 0;
}
.ctmrSec-ttl {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.ctmrSec_dl {
    margin: 30px 0 0 0;
}
.ctmrSec_dl dt {
    font-size: 20px;
    font-weight: bold;
}
.ctmrSec_dl dd ul li {
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 0 0 10px 0;
}
.ctmrSec_dl dd ul li:last-child {
    margin: 0;
}
.ctmrSec_dl dd ul li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.other_wrap {
    padding: 40px 0 100px 0;
}
.other_in {
    margin: 0 0 40px 0;
}
.other-ttl {
    font-weight: bold;
    margin: 0 0 20px 0;
}
.other-btn {
    width: 300px;
    margin: 0 auto;
}
.lgn_wrap {
    padding: 40px 0 100px 0;
}
.form_block {
    margin: 30px 0 0 0;
    border: 1px solid #adadad;
    padding: 30px;
}
.lgn-ttl {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}
.form_block .tbl {
    width: 500px;
    margin: 0 auto 30px auto;
}
.form_block .tbl table th {
    padding: 0 20px 0 0;
    text-align: right;
    width: 100px;
}
.form_block .tbl table td {
    padding: 10px 20px 10px 20px;
}
.form_block .tbl table td .is-txt {
    font-size: 12px;
}
.form_block .tbl table td input[type="text"] {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #B3B3B4;
    font-size: 16px;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: normal;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form_block .tbl table td select {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #B3B3B4;
    font-size: 16px;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff url(../svg/dec_arw_un_02.svg) no-repeat right 18px center;
    background-size: 12px auto;
    -ms-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
}
.tbl-txt {
    text-align: center;
    margin: 0 0 30px 0;
}
.form_block button {
    cursor: pointer;
    display: block;
    width: 200px;
    margin: 0 auto;
    border: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #434343;
    text-decoration: none;
    position: relative;
    padding: 20px 0;
    -webkit-appearance: none;
}
@media (min-width:896px) {
    .form_block button:hover {
        opacity: 0.7;
    }
}
@media only screen and (max-width: 896px) {
    body {
        font-size: 15px;
        line-height: 1.5;
    }
    .cpy_ttl {
        padding: 35px 0;
    }
    .cpy-ttl {
        font-size: 17px;
    }
    .comSec_wrap {
        padding: 0 15px;
        margin: 10px 0 50px 0;
    }
    .comSec-ttl {
        font-size: 17px;
    }
    .comInfo_table {
        margin: 5px 0 0 0;
    }
    /*東京海上グループ一覧*/
    .company_list {
      	display:block;
        margin: 15px 0 0 0;
    }
    .company_list li {
        width: 100%;
        font-size: 15px;
    }
    .company_list li:nth-child(3n) {
        width: 100%;
    }
    .company_list li:nth-child(-n+3) {
        margin: 15px 0 0 0;
    }
    .company_list li:nth-child(1) {
        margin: 0;
    }
    /*個人情報保護方針（プライバシーポリシー）*/
    body.privacy .comSec_wrap {
        margin: 25px 0 75px 0;
    }
    .comSec_ttl {
        margin: 0 0 15px 0;
    }
    .pr-txt {
        margin: 10px 0 0 0;
    }
    .privacy_wrap {
        margin: 40px 0 0 0;
    }
    .privacy_wrap dt {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .pa-bm {
        padding: 0 0 10px 0;
    }
    .pritxt_list li {
        margin: 0 0 15px 0;
    }
    .pritxtIn_list li {
        padding: 0 0 0 20px;
    }
    .pritxtIn_list li:before {
        width: 14px;
        height: 14px;
        top: 5px;
    }
    .contact_box {
        margin: 15px 0 0 0;
        padding: 15px 15px;
    }
    .cb-ttl {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    .cb-txt {
        font-size: 15px;
    }
    .inrCom_list {
        margin: 20px 0 0 0;
    }
    .inrCom-txt {
        font-size: 15px;
    }
    .inrCom-list {
      	display:block;
    }
    .inrCom-list li {
        font-size: 15px;
        width: 100%;
        margin: 13px 0 0 0;
    }
    .inrCom-list li:nth-child(-n+3) {
        margin: 13px 0 0 0;
    }
    .inrCom-list li:nth-child(3n) {
        width: 100%;
    }
    .pr-latxt {
        font-size: 15px;
        margin: 25px 0 0 0;
        padding: 0 15px;
    }
    /*勧誘方針*/
    body.solicitation .comSec_wrap {
        margin: 0 0 50px 0;
    }
    .soli_wrap {
        margin: 20px 0 70px 0;
    }
    .soli-ttl {
        font-size: 17px;
        margin: 0 0 15px 0;
    }
    .soli-subttl {
        font-size: 15px;
        line-height: 1.3;
    }
    .soli-subttl.ver2 {
        margin: 0 0 15px 0;
    }
    .soci_dl {
        margin: 20px 0 0 0;
    }
    .soci_dl.is-marbm {
        margin: 20px 0 15px 0;
    }
    .soci_dl dt {
        font-size: 15px;
        padding: 0 0 0 14px;
    }
    .soci_dl dt:before {
        top: -1px;
        width: 3px;
        height: 23px;
    }
    .soci_dl dd {
        margin: 10px 0 0 0;
    }
    .soci_dl dd.ver2 {
        margin: 10px 0 0 0;
    }
    .soci_list {
        margin: 0 0 0 14px;
    }
    .soci_list.ver2 {
        margin: 10px 0;
    }
    .soci_list li:before {
        width: 14px;
        height: 14px;
        top: 2px;
    }
    .comSoci_list {
      	display:block;
    }
    .comSoci_list li {
        width: 100%;
        font-size: 15px;
        margin: 15px 0 0 0;
    }
    .comSoci_list li:nth-child(-n+3) {
        margin: 12px 0 0 0;
    }
    .comSoci_list li:nth-child(3n) {
        width: 100%;
    }
    .comSoci_list li:nth-child(1) {
        margin: 0;
    }
    .comSoci_list.is-marbm {
        margin: 10px 0 0 0;
    }
    /*お客様本位の業務運営方針*/
    .mgmt_wrap {
        margin: 5px 0 60px 0;
        padding: 0 15px;
    }
    .mgmtSec-ttl {
        font-size: 17px;
        margin: 0 0 18px 0;
    }
    .mgmtSec-txt span {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    .mgmt_dllist {
        margin: 22px 0 50px 0;
    }
    .mgmt_dllist dt {
        font-size: 15px;
        padding: 0 0 0 14px;
    }
    .mgmt_dllist dt:before {
        top: -1px;
        width: 3px;
        height: 23px;
    }
    .mgmt_dllist dd {
        margin: 10px 0 0 0;
    }
    .mgmt_dltxt {
        margin: 0 0 15px 0;
    }
    .mgmt_dltxt span {
        font-size: 15px;
    }
    /*「お客さまの声」対応方針*/
    .customer_wrap {
        margin: 20px 0 80px 0;
        padding: 0 15px;
    }
    .ctmrSec-ttl {
        font-size: 17px;
    }
    .ctmrSec_dl {
        margin: 25px 0 0 0;
    }
    .ctmrSec_dl.is-fch {
        margin: 10px 0 0 0;
    }
    .ctmrSec_dl dt {
        font-size: 15px;
        margin: 0 0 8px -8px;
    }
    .ctmrSec_dl dd ul li {
        padding: 0 0 0 1em;
    }
    .other_wrap {
        padding: 20px 0 40px 0;
    }
    .other_in {
        margin: 0 15px 20px 15px;
    }
    .other-ttl {
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .other-btn {
        width: auto;
        margin: 0 15px;
    }
    .lgn_wrap {
        padding: 20px 15px 40px 15px;
    }
    .form_block {
        margin: 20px 0 0 0;
        padding: 10px;
    }
    .lgn-ttl {
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 0 0;
        text-align: center;
    }
    .form_block .tbl {
        width: auto;
        margin: 0 auto 20px auto;
    }
    .form_block .tbl table th {
        padding: 0 10px 0 0;
        width: 60px;
        font-size: 14px;
    }
    .form_block .tbl table td {
        padding: 10px 0 10px 0;
    }
    .form_block .tbl table td .is-txt {
        font-size: 12px;
    }
    .form_block .tbl table td input[type="text"] {
        padding: 5px 10px;
        height: 35px;
        font-size: 16px;
    }
    .form_block .tbl table td select {
        padding: 5px 30px 5px 10px;
        height: 35px;
        font-size: 16px;
    }
    .tbl-txt {
        text-align: left;
        margin: 0 0 20px 0;
    }
    .form_block button {
        width: 60%;
        font-size: 14px;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 375px) {

}
