@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	slidein
------------------------------------------------------------*/
.slidein.is-animated {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
    0% {
        transform: translateX(180px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
    }
    40%, 100% {
        opacity: 1;
    }
}
.zoomin {
    transform: scale(0.8);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.zoomin.is-animated {
    opacity: 1;
    transform: scale(1);
}
@media print {
    .zoomin {
        opacity: 1;
        transform: scale(1);
    }
}
/*------------------------------------------------------------
	fuwafuwa
------------------------------------------------------------*/
.fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }
    50% {
        transform: translate(0, -7px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}
/*------------------------------------------------------------
	scrollmagic
------------------------------------------------------------*/
.scrollmagic {
    opacity: 0;
    transition-duration: 1.6s;
    transition-timing-function: ease-out;
    transform: translateY(-24px);
}
.scrollmagic.show {
    opacity: 1 !important;
    transform: translateX(0) translateY(0) scale(1) !important;
}
/*------------------------------------------------------------
	comFixBtn
------------------------------------------------------------*/
.comFixBtn {
    position: fixed;
    right: 0;
    top: 50%;
    width: 6%;
    max-width: 111px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    transform: translateY(-50%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.comFixBtn.show {
    opacity: 1;
    visibility: visible;
}
.comFixBtn li a {
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 28px 0 0 28px;
}
.comFixBtn .subBtn01 {
    margin-bottom: 25px;
}
.comFixBtn .subBtn01 a {
    background: #20B5A6;
}
.comFixBtn .subBtn02 a {
    width: 79px;
    background: #4E9868;
}
.comFixBtn .subBtn02 img {
    width: 79px;
}
@media all and (min-width: 897px) {
    .comFixBtn .subBtn01 a:hover {
        background: #E94C52;
    }
    .comFixBtn .subBtn02 a {
        transition: 0.3s;
    }
    .comFixBtn .subBtn02 a:hover {
        width: 111px;
    }
}
@media all and (max-width: 896px) {
    .comFixBtn {
        display: none;
    }
}
/*------------------------------------------------------------
	comFvBox
------------------------------------------------------------*/
.comFvBox {
    padding-bottom: 213px;
    position: relative;
}
@media all and (max-width: 896px) {
    .comFvBox {
        padding-bottom: 138px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    padding: 218px 20px 64px;
    position: relative;
    background: url("./../../img/common/page_title_bg.jpg") no-repeat center bottom / cover;
}
.pageTitle h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #0B318F;
    font-size: 101px;
    letter-spacing: 0.02em;
}
.pageTitle .btn {
    margin: 0 auto 18px;
    width: 44.2%;
    max-width: 831px;
}
.pageTitle .btn a {
    display: block;
}
@media all and (min-width: 897px) and (max-width: 1499px) {
    .pageTitle h2 {
        font-size: 7.1vw;
    }
}
@media all and (min-width: 897px) {
    .pageTitle .btn a {
        text-align: center;
        border-radius: 24px;
        background: #0000FF;
    }
    .pageTitle .btn a:hover {
        background-color: #E94C52;
    }
}
@media all and (max-width: 896px) {
    .pageTitle {
        padding: 60px 10px 48px;
        background-image: url("./../../img/common/sp_page_title_bg.jpg");
    }
    .pageTitle h2 {
        margin-bottom: 0;
        font-size: 32px;
        letter-spacing: 0;
    }
    .pageTitle .btn {
        margin: 0;
        width: 87.8%;
        position: absolute;
        left: 50%;
        bottom: -69px;
        max-width: 330px;
        text-align: center;
        transform: translateX(-50%);
        z-index: 20;
    }
    .btn.fix {
        width: 89.86%!important;
        max-width: 338px!important;
        position: fixed!important;
        bottom: 0!important;
        z-index: 1000!important;
        opacity: 1;
        transition: 0.3s;
    }
    .btn.out {
        opacity: 0;
        visibility: hidden;
    }
    .pageTitle .comLink {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: -94px;
        transform: translateX(-50%);
    }
}
@media all and (max-width: 359px) {
    .pageTitle h2 {
        font-size: 30px;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1540px;
    box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0;
        max-width: inherit;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    text-align: center;
}
.comLink a {
    padding: 0 44px 0 20px;
    display: inline-block;
    background: url("./../../img/common/icon10.png") no-repeat right 2px/29px auto;
    color: #E94C52;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #E94C52;
}
@media all and (min-width: 897px) {
    .comLink a:hover {
        border-bottom-color: transparent !important;
    }
}
@media all and (max-width: 896px) {
    .comLink a {
        padding: 0 22px 0 10px;
        font-size: 13px;
        background-size: 15px auto;
        border-width: 1px;
        background-position: right 1px;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 56px;
    color: #20B5A6;
}
.headLine01 span {
    box-sizing: border-box;
    padding: 0 40px 15px;
    min-width: 597px;
    min-width: 674px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("./../../img/common/ttl_img02.png") no-repeat center bottom / 616px auto;
}
.headLine01 span::before {
    content: "";
    width: 153px;
    height: 153px;
    position: absolute;
    left: -80px;
    top: -51px;
    background: url("./../../img/common/ttl_img01.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 54px;
        font-size: 22px;
    }
    .headLine01 span {
        padding: 0 5px 6px;
        min-width: 242px;
        background-size: auto 13px;
        background-image: url("./../../img/common/sp_ttl_img02.png");
    }
    .headLine01 span::before {
        width: 56px;
        height: 56px;
        left: -39px;
        top: -17px;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 53px;
    text-align: center;
}
.headLine02 span {
    padding: 21px 93px 17px;
    display: inline-block;
    vertical-align: top;
    font-size: 38px;
    font-weight: 700;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 8px solid rgba(32, 181, 166, 0.7);
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 30px;
    }
    .headLine02 span {
        padding: 7px 22px 6px;
        font-size: 18px;
        border-width: 4px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 34px;
}
.headLine03 span {
    padding: 0 60px 28px 110px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.headLine03 span::after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 7px;
    background: #20B5A6;
}
.headLine03 img {
    width: 135px;
    position: absolute;
    left: -44px;
    bottom: -13px;
    z-index: 1;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 36px;
        text-align: left;
        font-size: 16px;
    }
    .headLine03 span {
        margin: 0 18px;
        padding: 0 0 10px 60px;
        display: block;
    }
    .headLine03 span::after {
        height: 4px;
    }
    .headLine03 img {
        width: 60px;
        left: -18px;
        bottom: -5px;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin: 0 0 34px 6px;
    padding: 18px 20px 14px 110px;
    position: relative;
    display: flex;
    align-items: center;
    color: #20B5A6;
    font-size: 38px;
    border-radius: 59px;
    border: 8px solid rgba(32, 181, 166, 0.7);
    ;
    background: rgba(255, 255, 255, 0.7);
}
.headLine04 .num {
    width: 105px;
    height: 105px;
    position: absolute;
    left: -9px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 71px;
    line-height: 1;
    border-radius: 50%;
    background: #E94C52;
    transform: translateY(-50%);
}
.headLine04 .txt01 {
    margin-right: 0.7em;
}
.headLine04 .sml {
    margin: 10px 0 0 5px;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin: 0 0 18px 30px;
        padding: 14px 10px 14px 35px;
        font-size: 19px;
        border-radius: 24px;
        border-width: 4px;
    }
    .headLine04 .num {
        width: 60px;
        height: 60px;
        left: -35px;
        font-size: 42px;
    }
    .headLine04 .txt {
        margin-right: 0.5em;
        white-space: nowrap;
    }
    .headLine04 .txt01 {
        margin-right: 0.5em;
    }
    .headLine04 .sml {
        display: block;
        font-size: 12px;
        margin: 0;
    }
}
@media all and (max-width: 374px) {
    .headLine04 {
        font-size: 18px;
    }
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 31px;
	position: relative;
    color: #20B5A6;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
}
.headLine05 > img {
	width: 278px;
    position: absolute;
    left: 50%;
    top: -141px;
    transform: translateX(-50%);
}
.headLine05 span {
    padding: 0 60px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.headLine05 span:before,
.headLine05 span:after {
    position: absolute;
    right: 100%;
    top: 18px;
    width: 512px;
    height: 33px;
    background: url("./../../img/common/ttl_img03.png") no-repeat left top/auto 33px;
    content: "";
}
.headLine05 span:after {
    right: auto;
    left: 100%;
}
@media all and (max-width: 896px) {
    .headLine05 {
        margin: 0 -15px 11px;
        font-size: 25px;
    }
	.headLine05 > img {
		width: 87px;
		top: -45px;
	}
    .headLine05 span {
        padding: 0 35px 0 25px;
    }
    .headLine05 span:before,
    .headLine05 span:after {
        width: 256px;
        height: 17px;
        top: 7px;
        background-size: 256px 17px;
    }
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
    padding: 16px 10px 21px;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    background: #20B5A6;
    box-sizing: border-box;
}
.comTxtBox p {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.15em;
}
.comTxtBox .text01 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 49px;
    line-height: 1.3;
    letter-spacing: 0.055em;
}
.comTxtBox p .sml {
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
    .comTxtBox {
        margin: 0 10px;
        padding: 15px 4%;
        border-radius: 20px;
    }
    .comTxtBox p {
        text-align: left;
        font-size: 13px;
        letter-spacing: 0;
    }
    .comTxtBox p .sml {
        margin-left: 3px;
        font-size: 12px;
    }
    .comTxtBox .text01 {
        margin-bottom: 7px;
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
    }
}
@media all and (max-width: 359px) {
    .comTxtBox .text01 {
        font-size: 16px;
    }
}
/*------------------------------------------------------------
	comColumnList
------------------------------------------------------------*/
.comColumnList {
    margin-top: -100px;
    display: flex;
    flex-wrap: wrap;
}
.comColumnList li {
    margin-top: 105px;
    width: 23.05%;
}
.comColumnList li:not(:nth-child(4n)) {
    margin-right: 2.6%;
}
.comColumnList li a {
    padding: 33px 28px;
    height: 100%;
    box-sizing: border-box;
    display: block;
	background: url(./../../img/common/line01.png) no-repeat center bottom / 100% 14px;
}
.comColumnList li a:hover {
    opacity: 0.64;
}
.comColumnList li .photo {
    margin-bottom: 15px;
}
.comColumnList li p {
    font-weight: bold;
    font-size: 20px;
    word-break: break-all;
}
@media all and (max-width: 896px) {
    .comColumnList {
        margin-top: -48px;
        justify-content: space-between;
    }
    .comColumnList li {
        margin-top: 48px;
        width: 47%;
    }
    .comColumnList li:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .comColumnList li a {
        padding: 16px 14px;
		background-size: 100% 7px;
    }
    .comColumnList li .photo {
        margin-bottom: 8px;
    }
    .comColumnList li p {
        font-size: 12px;
    }
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
    margin-bottom: 159px;
    position: relative;
    padding: 124px 0 207px;
    background-color: #FFFFEB;
}
@media all and (max-width: 896px) {
    .comBgBox {
        margin-bottom: 75px;
        padding: 26px 0 0;
    }
    .comBgBox:before {
        height: 12px;
        top: -12px;
        background-size: auto 12px;
    }
}
/*------------------------------------------------------------
	comBg02
------------------------------------------------------------*/
.comBg02 {
    margin-bottom: 217px;
    padding: 100px 0 105px;
	background: url(./../../img/common/bg01.png) no-repeat left 39% bottom 397px / 96.7% auto,url(./../../img/common/bg02.png) no-repeat center bottom / 100% 1353px;
	background-color: #FFFED2;
}
@media all and (max-width: 896px) {
    .comBg02 {
        margin-bottom: 35px;
        padding: 40px 0 50px;
        background: url(./../../img/common/sp_bg01.png) no-repeat center bottom 166px / 393px auto,url(./../../img/common/sp_bg02.jpg) no-repeat center bottom / 100% 1068px;
        background-color: #FFFED2;
    }
}
/*------------------------------------------------------------
	comBg03
------------------------------------------------------------*/
.comBg03 {
	margin: 126px 0 164px;
    padding: 140px 0 94px;
	background: #F5F5F5;
}
@media all and (max-width: 896px) {
    .comBg03 {
        margin: 95px 0 61px;
        padding-bottom: 38px;
    }
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    border-radius: 33px;
    border: 1px solid #262525;
    overflow: hidden;
}
.comTable table {
    width: 100%;
    border-spacing: 0;
}
.comTable th, .comTable td {
    padding: 6px 20px 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    border-top: 1px solid #262525;
    border-left: 1px dotted #262525;
}
.comTable tr:first-child th, .comTable tr:first-child td {
    border-top: none !important;
}
.comTable th {
    padding: 6px 3px 3px;
    text-align: center;
}
.comTable thead th {
    padding: 20px 10px 10px;
    color: #fff;
    font-size: 27px;
    background-color: #003E8B;
}
.comTable td small {
    margin-top: -7px;
    display: block;
    font-size: 16px;
}
@media all and (max-width: 896px) {
    .comTable {
        border-radius: 12px;
    }
    .comTable th, .comTable td {
        padding: 2px 2px 1px 8px;
        font-size: 10px;
        line-height: 1.3;
    }
    .comTable th {
        padding: 2px 3px 1px;
    }
    .comTable thead th {
        padding: 6px 5px 4px;
        font-size: 12px;
    }
    .comTable td small {
        margin-top: 0;
        font-size: 8px;
        line-height: 1.2;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin: 0 auto 18px;
    width: 75%;
    max-width: 831px;
}
.comBtn a {
    display: block;
}
@media all and (min-width: 897px) {
    .comBtn a {
        text-align: center;
        border-radius: 24px;
        background: #0000FF;
    }
    .comBtn a:hover {
        background-color: #E94C52;
    }
}
@media all and (max-width: 896px) {
    .comBtn {
        width: 92%;
    }
}
























/*
    <div class="fvBox">
        <div class="mainVisual">
            <div class="innerBox">
                <h1 class="zoomin"><img decoding="async" src="img/index/logo.png" alt="みんなで一緒に。ちょこっとサイズのたしかな安心。ちょこっと共済 東京都市町村民　交通災害共済"><span class="img03 zoomin"><img decoding="async" src="img/index/pchui.png" alt="見舞金（最高）300万円※Aコースの場合"></span></h1>
                <div class="text zoomin">
                    <p class="text01">交通事故にあい治療を受けた会員の方に<br class="sp">見舞金をお支払いします。</p>
                </div>
                <div class="photo zoomin"><img decoding="async" src="img/index/mv_img01.png" alt="Aコース 会費（ひとり）1000円選べる!2つのコース Bコース 会費年額（ひとり）500円" class="pc"><img decoding="async" src="img/index/sp_mv_img01.png" alt="Aコース 会費（ひとり）1000円選べる!2つのコース Bコース 会費年額（ひとり）500円" class="sp">
							<div class="img01 zoomin fuwafuwa sp"><img decoding="async" src="img/index/mv_img02.png" alt=""></div>
							<div class="img02 zoomin fuwafuwa sp"><img decoding="async" src="img/index/sp_mv_img02.png" alt=""></div>
						</div>
						<!-- <p class="note zoomin"><ちょこっと共済>は、事故の相手方の損害を賠償する自動車保険・自転車保険ではありません。</p> -->

						<div class="out-of-bt"><span>令和6年度分の<br class="sp-br">インターネット申込みは終了しました</span></div>
						<div class="out-of-text">
						<p class="comLink zoomin">令和<strong class="text-b">7年度分</strong><br class="sp-br">（共済期間：令和7年4月1日～令和8年3月31日）の<br>ネット申込みは、<strong>2月1日(土)から受付を開始</strong>します！<br>令和7年度分の加入をネット申込みでご希望の方は、<br>開始までしばらくお待ちください。</p></div>
*/
.fvBox {
 height: 115vh !important;
}
.out-of-bt {
font-size: calc(100vw / 25);
line-height: 1.5em;
display: block;
text-align: center;
font-weight: bold;
color: rgba(0,0,0,1.00);
}
.out-of-bt span {
display: block;
text-align: center;
background-color: rgba(221,221,221,1.00);
padding: 0.5em;
border-radius: 20px;
}
.out-of-bt strong,
.out-of-text strong {
color: rgba(255,0,0,1.00);
}
.out-of-bt strong {
font-size: calc(100vw / 16);
line-height: 1.5em;
}
.out-of-text {
font-size: calc(100vw / 30);
line-height: 1.6em;
padding: 0.5em 0px;
color: rgba(0,0,0,1.00);
font-weight: bold;
text-shadow: 0px 0px 5px rgba(255,255,255,1.00), 0px 0px 7px rgba(255,255,255,1.00), 0px 0px 10px rgba(255,255,255,1.00), 0px 0px 14px rgba(255,255,255,1.00), 0px 0px 18px rgba(255,255,255,1.00), 0px 0px 22px rgba(255,255,255,1.00);
}

@media print, screen and (min-width: 375px) {

.out-of-bt {
font-size: 16px;
line-height: 1.5em;
}
.out-of-bt span {
border-radius: 20px;
}
.out-of-bt strong {
font-size: 23px;
line-height: 1.5em;
}
.out-of-text {
font-size: 13px;
line-height: 1.6em;
}

}


@media print, screen and (min-width: 768px) {

.out-of-bt {
font-size: 19px;
line-height: 1.5em;
}
.out-of-bt span {
border-radius: 25px;
display: inline-block;
padding: 0.7em 4em;
}
.sp-br {
display: none;
}
.out-of-bt strong {
font-size: 28px;
line-height: 1.5em;
}
.out-of-text {
padding: 0.7em 0em;
font-size: 16px;
line-height: 1.6em;
}

}



@media print, screen and (min-width: 1024px) {
.fvBox {
    height: 110vh !important;
}
.out-of-bt {
font-size: 22px;
line-height: 1.5em;
}
.out-of-bt span {
border-radius: 28px;
padding: 0.7em 4em;
}
.out-of-bt strong {
font-size: 32px;
line-height: 1.5em;
}
.out-of-text {
padding: 0.9em 0em;
font-size: 17px;
line-height: 1.6em;
}

}

@media print, screen and (min-width: 1239px) {
.fvBox {
    height: 105vh !important;
}
.out-of-bt {
font-size: 24px;
line-height: 1.5em;
}
.out-of-bt span {
border-radius: 30px;
padding: 0.7em 4em;
}
.out-of-bt strong {
font-size: 35px;
line-height: 1.5em;
}
.out-of-text {
padding: 1.0em 0em;
font-size: 19px;
line-height: 1.6em;
}

}

@media print, screen and (min-width: 1460px) {

}











