/*------------------------------------------------------------
common
------------------------------------------------------------*/



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {
  color:#0978c5;
  text-decoration:none !important;
}
ul,ol{
  list-style:none;
  list-style-type:none;
}
ul,li{
  list-style: none outside none;
}
.montserrat-lp {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
body{
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	line-height:1.6;
}

#purikyu {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    overflow: hidden;
    position: relative;
    font-family: "meiryo", sans-serif;
}



/* #purikyu .content-main {
    background: linear-gradient(135deg,rgba(240, 240, 240, 1) 0%, rgba(230, 243, 248, 1) 100%, rgba(221, 246, 255, 1) 100%);
} */

#purikyu * {
    box-sizing: border-box;
}

#purikyu a {
    transition: opacity .3s;
}

#purikyu a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#purikyu a:hover {
    text-decoration: none;
}

#purikyu a:focus-visible {
    outline: none;
}

#purikyu img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#purikyu .js-fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition-property: opacity, transform;
    transition-duration: 2.5s;
}

#purikyu .scroll-in {
    opacity: 1;
    transform: translate(0, 430px);
}
#purikyu .roboto {
    font-family: "Roboto", sans-serif;
}


#purikyu .pc-br {
    display: block;
}

#purikyu .sp-br{
    display: none;
}

#purikyu .inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}



#purikyu .serif {
    font-family: 'Noto Serif JP', serif;
}

/*menu*/
/*===============https://stg.mintoku.com/messe/==========================*/

#purikyu .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between
}


/* #purikyu .menu a {
    display: block;
    width: 100%;
    height: 100%;
} */


#purikyu {
  background-image: url(../img/purikyu/purikyu_bg_main_pc.png);
  background-position: top;
  background-size: cover;
  background-clip: content-box;
 
}

#purikyu .banner-main .inner {
    height: 750px;
    position: relative;
    padding: 80px 0px 0px;
}
#purikyu .banner-main .text-main {
    font-size: 50px;
    color: white;
    max-width: 1075px;
    margin: auto;
    font-weight: 500;
}

#purikyu .banner-main .icon-01 {
    position: absolute;
    width: 52%;
    left: -64px;
    top: 164px;
    /* animation: fadeIn 1s ease-in forwards ;  */
    animation: fadeIn 1s ease-in forwards, ring 1.2s ease-in-out 1s infinite;
}

@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px) scale(0);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
}
  
@keyframes ring {
    0%, 100% { transform: translateY(0) rotate(0); }
    25% { transform: rotate(1.5deg); }
    50% { transform: rotate(-1.5deg); }
    75% { transform: rotate(1deg); }
}






#purikyu .banner-main .icon-02 {
    position: absolute;
    width: 46%;
    left: 38%;
    top: 212px;
}

#purikyu .banner-main .icon-03 {
    position: absolute;
    width: 51%;
    right: 3px;
    bottom: 118px;
}

#purikyu .banner-main .icon-04 {
    position: absolute;
    width: 25%;
    right: -12%;
    top: 105px;
}
#purikyu .app-work {
    margin-top: 5px;
}


@media (max-width: 1650px) {
    #purikyu .banner-main .inner {
        height: 500px;
        position: relative;
        padding: 40px 0px 0px;
    }
    #purikyu .app-work {
		margin-top: 75px;
	}
    #purikyu .banner-main .icon-01 {
        position: absolute;
        width: 42%;
        left: -15px;
        top: 113px;
    }
    #purikyu .banner-main .icon-02 {
        position: absolute;
        width: 38%;
        left: 30%;
        top: 155px;
    }
    
    #purikyu .banner-main .icon-03 {
        position: absolute;
        width: 41%;
        right: 21%;
         top:67%;
        bottom: unset;    
    }
    
    #purikyu .banner-main .icon-04 {
        position: absolute;
        width: 20%;
        right: 3%;
        top: 80px;
    }
    #purikyu .banner-main .text-main {
        font-size: 38px;
        max-width: 900px;
 
    }
}



#purikyu .app-work .title-app {
    text-align: center;
    color: white;
    font-weight: 700;  
    margin-bottom: 5px;
    font-size: 36px;
}

#purikyu .app-work .content-app {
    background: #FFEC00;
    border-radius: 17px;
    text-align: center;
    color: #E43D00;
    padding: 3px 0px 17px;
    position: relative;
    margin-bottom: 113px;
}
#purikyu .app-work .content-app .icon-05 {
    position: absolute;
    width: 285px;
    left: 0px;
    bottom: 0px;
}
#purikyu .app-work .content-app .icon-06 {
    position: absolute;
    width: 319px;
    right: -14px;
    bottom: -35px;  
}



#purikyu .app-work .content-app .big-text {
    font-size: 85px;
    font-weight: 700;
}

#purikyu .app-work .content-app .text-02 {
 font-size: clamp(40px, 3vw, 50px);
    margin-top: -25px;
	 font-weight: 700;
}

#purikyu .app-work .content-app .text-01 {
    font-size: clamp(45px, 2vw, 57px);
	 font-weight: 700;
}

/* -----------bolock-pay------------ */
#purikyu .bolock-pay {
    margin-bottom: 152px;
}

#purikyu .title-page {
    font-size: 60px;
    color: white;
    font-weight: 500;
     text-align: center;
     font-weight: 700;
}

#purikyu .title-item {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #F88018;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#purikyu .yell {
    color: #E43D00;
}


#purikyu .box-step {
    background: white;
    border-radius: 36px;
    padding: 90px 70px 50px 70px;
    position: relative;
    margin-top: 50px;
  
}

#purikyu .box-step .title-step {
    width: 1050px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 74px;
    border: 10px solid #ffff;
    background: linear-gradient(180deg, rgba(255, 197, 3, 1) 0%, rgba(250, 161, 6, 1) 50%, rgba(247, 120, 9, 1) 100%);
    height: 120px;
    top: -57px;
    padding: 0px 110px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


#purikyu .box-step .title-step .text-number {
    font-size: 40px;
    padding: 4px 19px 0px 30px;
    border: 1px solid #ffff;
    color: white;
    line-height: 60px;
    margin-right: 25px;
}
#purikyu .box-step .title-step .text-step {
    font-size: 50px;
    color: white;
}

#purikyu .box-step .note-pay {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 42px;
    text-align: center;
    margin-top: 44px;
}

#purikyu .bolock-pay.two {
    margin-bottom: 85px;
}






#purikyu .box-table {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 13px;
    padding-right: 40px;
}

#purikyu .box-table .table-left {
    width: calc(100% - 295px);
    margin-right: 25px;
}


#purikyu .box-table .table-right{
    width:  270px
}

#purikyu .list-left {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

#purikyu .list-left .item-list {
    width: calc(50%  - 10px);
}

#purikyu .list-left .item-list .item-top {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    background: #F76B05;
    color: white;
    font-weight: 400;
}

#purikyu .list-left .item-list .text-color01 {
    text-align: left;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    background: #FFF799;
    font-weight: 400;
    padding-left: 100px;
}

#purikyu .list-left .item-list .text-color02 {
    text-align: left;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    background: #FFC503;
    font-weight: 400;
    padding-left: 100px;
}



#purikyu .box-table .text-table {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    white-space:nowrap
}



/* <!-------- bolock-pay03-------> */


#purikyu .list-price {
    background: white;
    border-radius: 36px;
    padding: 45px 60px 5px 61px;
    margin-top: 0px;
}

#purikyu .list-price .item-price {
    width: calc(50% - 20px);
}

#purikyu .list-price .title-price {
    background: #F76B05;
    border-radius: 35px;
    text-align: center;
    height: 70px;
    line-height: 74px;
    font-size: 48px;
    color: white;
    margin-bottom: 42px;
}
#purikyu .bolock-pay.three {
    margin-bottom: 102px;
}
#purikyu .list-price .text-item {
    font-size: 36px;
    padding: 0px 35px;
    margin-bottom: 21px;
    border: 1px solid;
    line-height: 56px;
    height: 51px;
}

#purikyu .list-price .number-price {
    font-size: 260px;
    color: #F76B05;
    font-weight: 700;
    line-height: 190px;
}

#purikyu .list-price .sub-price {
    font-size: 108px;
    font-weight: 700;
}
#purikyu .list-price .text-item02 {
    font-size: 60px;
    line-height: 80px;
    color: #F76B05;
    font-weight: 700;
    padding-top: 30px;
}

#purikyu .list-price .content-price {
    justify-content: center;
    /* align-items: center; */
}


#purikyu .list-price .text-price {
    margin-right: 20px;
}



/* <!-------- bolock-pay03-------> */


#purikyu .list-atm {
    background: white;
    border-radius: 36px;
    padding:56px 25px 24px 76px;
    margin-top: 0px;
}


#purikyu .item-atm {
    width: 65%;
}

#purikyu .item-img {
    width: 29%;
    padding-top: 44px;
}


#purikyu .item-atm .dl-atm {
    margin-bottom: 43px;
} 

#purikyu .item-atm .dt-atm {
    font-size: 38px;
    color: #F76B05;
    font-weight: 700;
    margin-bottom: 8px;
}

#purikyu .item-atm .dd-atm {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}

#purikyu .item-atm .dd-atm02 {
    font-size: 24px;
    justify-content: flex-start;
    margin-left: 8px;
    margin-top: 10px;
}
#purikyu .item-atm .content-pc {

    align-items: center;
}
#purikyu .item-atm .content-pc .box-img {
    margin-right: 10px;
}
#purikyu .item-atm .blue {
    color: #00AA83;
}

/* <!-------- bolock-pay05-------> */
#purikyu .bolock-pay.four {
    margin-bottom: 95px;
}
#purikyu .bolock-pay.five {
    margin-bottom: 95px;
}

#purikyu .bolock-pay.sever {
    margin-bottom: 65px;
}
#purikyu .text-mobi {
    display: none;
}
#purikyu .bolock-pay.six {
    margin-bottom: 95px;
}


#purikyu .img-content {
    background: white;
    border-radius: 36px;
    padding:40px 43px 43px 44px;
    margin-top: 0px;
}




#purikyu .item-icon {
    border-radius: 50%;
    background: white;
    width: 226px;
    height: 226px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 36px;
}
#purikyu .item-icon .box-img {
	display:block;
	min-height: 90px;
}
#purikyu .item-icon .text-icon {
    color: #F76B05;
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
	margin-top :10px
}


/* <!-------- bolock-pay06-------> */

#purikyu .doc-title  {
    width: 395px;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 10px;
}


#purikyu  .list-doc {
    width: calc(100% - 395px); 
}


#purikyu  .item-doc {
    position: relative;
    width: calc(100%/5 - 10px);
    background: white;
    border-radius: 10px;
    height: 174px;
    text-align: center;
}

#purikyu  .item-doc::after {
    position: absolute;
    content: "";
    background: url(../img/purikyu/arow_pc.svg);
    width: 35px;
    height: 40px;
    right: -25px;
    top: 38%;
    z-index: 99;
}

#purikyu .item-doc:nth-child(5)::after {
    display: none;
}


#purikyu .item-doc .text-doc01 {
    font-size: 28px;
    line-height: 36px;
    color: #F88018;
}
#purikyu .item-doc .text-doc {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}


#purikyu .item-doc .note-doc {
   width: 84%;
   text-align: center;
   height: 31px;
   line-height: 31px;
   font-size: 20px;
   color: white;
   font-weight: 500;
   background: #F88018;
   border-radius: 5px;
   margin: auto;
}


#purikyu .item-doc:nth-child(1),
#purikyu .item-doc:nth-child(5) {
    padding-top: 50px;
}

#purikyu .item-doc:nth-child(2) {
    padding-top: 30px;
}
#purikyu .item-doc:nth-child(3) {
    padding-top: 65px;
}

#purikyu .item-doc:nth-child(4) {
    padding-top: 30px;
}

#purikyu .doc-title .box-01 {
    font-size: 40px;
    margin-bottom: 00px;
    font-weight: 500;
    color: white;
}


#purikyu .doc-title .box-02 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: white;
}

#purikyu .last-box  {
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}

#purikyu .last-box .last-left {
    width: 50%;
    text-align: center;
    border-radius: 10px;
    background: #FFEC00;
    font-size: 30px;
    color: #E43D00;
    font-weight: 700;
    height: 86px;
    line-height: 30px;
    padding-top: 12px;
}

#purikyu .last-box .last-left .small-last {
    font-size: 22px;
    font-weight: 400;
}


#purikyu .last-box .last-right {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 20px;
    color: white;
}






#purikyu .footer-main {
    background: white;
    padding: 40px 0px 0px;
    height: 220px;
}

#purikyu .footer-main .camcom-link {
    width: 45%;
    padding-top: 15px;
}
#purikyu .link-footer {
    width: 55%;
    padding-left: 45px;
}
#purikyu .footer-main .inner {
    justify-content: start;
    align-items: center;
    max-width: 1370px;
}
#purikyu .footer-main .phone-number {
    align-items: center;
    justify-content: start;
}
#purikyu .icon-phone {
    padding-top: 3px;
    margin-right: 10px;
}
#purikyu .footer-main .number-text {
    font-size: 60px;
    font-weight: 700;
    margin-right: 20px;
}

#purikyu .footer-main .time {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}


#purikyu .footer-main .text-link {
    width: 178px;
    height: 38px;
    line-height: 38px;
    background: #243B5E;
    border-radius: 3px;
    margin-right: 5px;
    color: white;
    text-align: center;
    font-size: 23px;
}

#purikyu .footer-main a {
    font-size: 35px;
    color: #243B5E;
    font-weight: 500;
}

#purikyu .box-link {
    align-items: center;
    justify-content: start;
    margin-top: -10px;
}


#page-top.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}


#page-top {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#purikyu .sp-br { 
    display: none;
}
#purikyu .pc-br{
    display: block;
}

#purikyu .box-img-sp {
    display: none
}


@media (max-width: 1300px) {
	#purikyu .app-work .title-app {
	   font-size: 27px;
	}
	#purikyu .app-work {
		margin-top: 55px;
	}
	#purikyu .app-work .content-app .icon-05 {
		width: 285px;
		left: -50px;
		bottom: 25px;
	}
	
	#purikyu .app-work .content-app .icon-06 {
		width: 319px;
		right: -50px;
		bottom: -10px;
	}
	#purikyu .box-step .note-pay {
		font-size: 18px;
		line-height: 42px;
		margin-top: 40px;
	}
	#purikyu .list-left .item-list .text-color01 {
		text-align: left;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
		padding-left: 35px;
	}
	#purikyu .list-left .item-list .text-color02 {
		text-align: left;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
		padding-left: 35px;
	}
	
	#purikyu .title-page {
       font-size: 45px;
	}
	#purikyu .item-icon {
		width: 190px;
		height: 190px;
	}
	#purikyu .item-icon .text-icon {
		line-height: 24px;
		font-size: 16px;
	}
	#purikyu .last-box .last-left {
		width: 50%;
		font-size: 24px;
		height: 86px;
		line-height: 30px;
		padding-top: 16px;
	}
	#purikyu .last-box .last-right {
		font-size: 15px;
		line-height: 24px;
	}
	#purikyu .footer-main .number-text {
		font-size: 40px;
		font-weight: 700;
		margin-right: 10px;
	}
	#purikyu .footer-main .time {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
	}
	#purikyu .footer-main a {
		font-size: 26px;
	}
	#purikyu .icon-phone {
		padding-top: 0px;
		margin-right: 10px;
	}
	#purikyu .footer-main .phone-number {
		MARGIN-BOTTOM: 5px;
	}
	#purikyu .list-atm {
		padding: 56px 25px 24px 40px;
	}
	#purikyu .list-price .text-item {
		font-size: 24px;
		padding: 0px 18px;
		margin-bottom: 21px;
		border: 1px solid;
		line-height: 56px;
		height: 47px;
	}
	#purikyu .list-price .text-item02 {
		font-size: 50px;
		line-height: 80px;
	}
	#purikyu .box-step .title-step {
		width: 910px;
		left: 50%;
		transform: translateX(-50%);
		top: -50px;
		padding: 0px 30px;
	}
	#purikyu .title-item {
      font-size: 50px; 
	}
	#purikyu .item-doc .text-doc01 {
		font-size: 22px;
		line-height: 30px;
	}
	#purikyu .item-doc .text-doc {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#purikyu .item-doc .note-doc {
		width: 84%;
		text-align: center;
		height: 31px;
		line-height: 32px; 
	}

}








@media (max-width: 767px) {
    #purikyu .box-img img {
        width: 100%;
    }
	#purikyu .app-work {
       margin-top: 10px;
    }
    #purikyu .text-mobi {
        display:  block;
    }
    #purikyu .inner {
        padding: 0 20px;
    }
    #purikyu .sp-br{
        display: block;
    }
    #purikyu .pc-br{
        display: none;
    }
    #purikyu .banner-main .inner {
        height: auto;
        position: relative;
        padding: 18px 0px 0px;
    }
    #page-top {
        bottom: -7px;
        width: 100%;
		right: 0px;
    }
	#page-top img {
		width:100%
	}
    #purikyu {
        background-image: url(../img/purikyu/purikyu_bg_main_sp.png);
    }

    #purikyu .banner-main .icon-01 {
        position: relative;
        width: 70%;
        left: unset;
        top: unset;
        text-align: center;
        transform: translateX(-50%);
        margin: auto;
        margin-bottom: -108px;
    }

    #purikyu .banner-main .text-main {
        font-size: 20px;
        text-align: center;
        letter-spacing: 2px;
    }
    #purikyu .item-icon .box-img {
		 min-height: 42px;
	}
    
    #purikyu .banner-main .icon-02 {
        position: relative;
        width: 90%;
        left: unset;
        top: unset;
        margin-top: -108px;
        margin: auto;
        text-align: center;
    }
    
    #purikyu .banner-main .icon-03 {
       display: none;
    }
    
    #purikyu .banner-main .icon-04 {
        display: none;
    }
    

    #purikyu .app-work .title-app {
        text-align: center;
        color: white;
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 27px;
    }


    #purikyu .box-table .table-left,
    #purikyu .box-table .table-right ,
    #purikyu .list-price .item-price ,
    #purikyu .doc-title,
    #purikyu .item-doc,
    #purikyu .last-box .last-left,
    #purikyu .last-box .last-right,
    #purikyu .footer-main .camcom-link,
    #purikyu .link-footer,#purikyu .list-doc
    {
        width: 100%;
    }
    #purikyu .item-doc:nth-child(1) {
        display: none;
    }
    #purikyu  .list-icon  {
        justify-content: center;
        gap: 5px;
    }
    #purikyu .item-icon {
        width: 108px;
        height: 108px;
        padding-top: 15px;
    }

    #purikyu .app-work .content-app {
        border-radius: 5px;
        padding: 6px 0px 6px;
        margin-bottom: 40px;
    }

    #purikyu .app-work .content-app .big-text {
        font-size: 28px;
    }

    #purikyu .app-work .content-app .text-01 {
        font-size: 18px;
    }

    #purikyu .app-work .content-app .text-02 {
        font-size: 18px;
        margin-top: -5px;
    }

    #purikyu .app-work .content-app .icon-05 {
        width: 68px;
        left: 2px;
        bottom: 34px;
    }
    #purikyu .app-work .content-app .icon-06 {
        width: 76px;
        right: -7px;
        bottom: 25px;
    }
    #purikyu .title-page.one {
        font-size: 22px;
    }

    #purikyu .title-page.three {
        margin-bottom: 10px;
    }



    #purikyu .title-page {
        font-size: 24px;
    }
    #purikyu .box-step .title-step .text-number {
        font-size: 11px;
        line-height: 16px;
        margin-right: 10px;
		padding: 0px 9px 0px 13px;
    }
    #purikyu .box-step .title-step .text-step {
        font-size: 13px;
    }
    #purikyu .box-step .title-step {
        width: 284px;
        border-radius: 74px;
        border: 3px solid #ffff;
        height: 32px;
        top: -15px;
        padding: 0px 10px;

    }
    #purikyu .box-step {
        border-radius: 16px;
        padding: 30px 20px 20px 13px;
        margin-top: 15px;
    }

    #purikyu .title-item {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    #purikyu .box-table {
        margin-top: 20px;
        padding-left: 9px;
        padding-right: 0px;
    }
    #purikyu .box-table .text-table {
        font-size: 12px;
        margin-bottom: 3px;
    }
    #purikyu .list-left .item-list {
        width: 100%;
        margin-right: 0px;
    }
    #purikyu .box-table .table-left {
        margin-right: 0px;
    }
    #purikyu .list-left .item-list .item-top {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    #purikyu .list-left .item-list .text-color01 {
        height: 29px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 80px;
    }
    #purikyu .list-left .item-list .text-color02 {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 80px;
    }

    #purikyu .list-left .item-list:nth-child(1) {
        margin-bottom: 15px;
    }
    #purikyu .box-table .table-right {
        text-align: center;
        margin-top: 17px;
    }
    #purikyu .box-step .note-pay {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-top: 10px;
    }
    #purikyu .box-step.two {
        padding: 38px 12px 20px 12px;
    }
    #purikyu .title-item.two {
        font-size: 22px;
        line-height: 30px;
        white-space: nowrap;
        margin-bottom: 13px;
    }

    #purikyu .box-step .note-pay.two {
        margin-top: 20px;
    }
    #purikyu .bolock-pay.two {
        margin-bottom: 25px;
    }

    #purikyu .bolock-pay {
        margin-bottom: 33px;
    }

    #purikyu .list-price {
        background: white;
        border-radius: 16px;
        padding: 25px 15px 20px 15px;
        margin-top: 0px;
    }
    #purikyu .list-price .title-price {
        border-radius: 35px;
        height: 26px;
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 11px;
		margin-bottom: 22px;
    }
    #purikyu .list-price .text-item {
        font-size: 18px;
        padding: 0px 18px 0px;
        margin-bottom: 12px;
        border: 1px solid;
        line-height: 28px;
		height: 26px;
    }
    #purikyu .list-price .item-price:nth-child(1) {
        margin-bottom: 5px;
    }
    #purikyu .list-price .number-price {
        font-size: 136px;
        color: #F76B05;
        font-weight: 700;
         line-height: 110px;
    }
    #purikyu .list-price .sub-price {
        font-size: 56px;
    }

    #purikyu .list-price .text-item02 {
        font-size: 41px;
        line-height: 50px;
		padding-top: 15px;
    }

    #purikyu .item-img {
        position: absolute;
        right: 0px;
        top:50%;
        display: none;
    }
    #purikyu .box-img-sp {
        display: block;
        width: 30%;
    }
    #purikyu .item-atm .content-pc {
        width: 70%;
        padding-top: 5px;
    }
    #purikyu .item-atm .dl-atm {
        margin-bottom: 20px;
    }
    #purikyu .item-atm .content-pc .box-img {
        margin-bottom: -25px;
    }
    #purikyu .item-atm .content-pc .box-img img {
        width: 128px;
    }

    #purikyu .list-atm {
        position: relative;
        display: block;
        border-radius: 16px;
        padding: 20px 15px 1px 15px;
        margin-top: 0px;
    }
    #purikyu .item-atm {
        width: 100%;
    }
    #purikyu .item-atm .dt-atm {
        font-size: 18px;
        text-align: center;
        margin-bottom: 3px;
    }
    #purikyu .item-atm .dd-atm {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    #purikyu .item-atm .dd-atm02 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0px;
        max-width: 265px;
        margin: auto;
    }
    #purikyu .item-icon .text-icon {
        font-weight: 500;
        line-height: 16px;
        font-size: 12px;
    }
    #purikyu .doc-title {
        align-items: center;
        background: white;
        border-radius: 10px;
        margin-bottom: 10px;
        padding: 10px 10px 10px 10px;
    }
    #purikyu .doc-title .box-01 {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 700;
        color: #050505;
    }
    #purikyu .doc-title .box-02 {
        font-size: 8px;
        line-height: 12px;
        font-weight: 700;
        color: #050505;
    }
    #purikyu .item-doc .text-doc {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 0px;
        width: calc(100% - 110px);
    }

    #purikyu  .text-mobi {
        font-size: 20px;
        color: #F88018;
        font-weight: 700;
    }
    #purikyu .item-doc .note-doc {
        width: 110px;
        height: 29px;
        line-height: 33px;
        font-size: 14px;
        border-radius: 5px;
    }
    #purikyu .img-content {
        background: white;
        border-radius: 16px;
        padding: 20px 28px 20px 26px;
        margin-top: 1px;
    }

    #purikyu .item-doc {
        display: flex;
        height: auto;
        margin-bottom: 10px;
        padding: 10px 20px 6px 15px;
    }
    #purikyu .item-doc:nth-child(2) {
        padding-top: 10px;
    }
    #purikyu .item-doc:nth-child(3) {
        padding-top: 10px;
    }
    #purikyu .item-doc:nth-child(4) {
        padding-top: 10px;
        text-align: center;
    }
    #purikyu .item-doc:nth-child(5) {
        padding-top: 10px;
        justify-content: center;
    }
    #purikyu .item-doc::after {
        position: absolute;
        content: "";
        background: url(../img/purikyu/arow_sp.svg);
        width: 18px;
        height: 15px;
        right: unset;
        top: unset;
        bottom: -10px;
        left: 47%;
        z-index: 99;
    }
    #purikyu .last-box .last-left {
        font-size: 18px;
        line-height: 22px;
        height: auto;
    }
    #purikyu .last-box .last-left .small-last {
        font-size: 13px;
    }
    #purikyu .last-box .last-right {
        font-size: 10px;
        font-weight: 500;
        line-height: 16px;
        margin-left: 0px;
        margin-top: 10px;
    }
    #purikyu .bolock-pay.four {
        margin-bottom: 25px;
    }
    #purikyu .bolock-pay.five {
        margin-bottom: 25px;
    }
    
    #purikyu .bolock-pay.sever,#purikyu .bolock-pay.six {
        margin-bottom: 25px;
    }
    #purikyu .bolock-pay.three {
        margin-bottom: 25px;
    }
    #purikyu .footer-main .number-text {
        font-size: 27px;
        margin-right: 0px;
        margin-left: 5px;
    }
    #purikyu .footer-main .camcom-link {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    #purikyu .icon-phone {
        padding-top: 0px;
        margin-right: 0px;
    }
    #purikyu .link-footer {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    #purikyu .footer-main .time {
        font-size: 10px;
        line-height: 12px;
        text-align: left;
        margin-left: 10px;
    }
    #purikyu .icon-phone svg {
        width: 29px;
        padding-top: 7px;
    }
    #purikyu .footer-main .text-link {
        width: 100px;
        height: 21px;
        line-height: 21px;
        border-radius: 3px;
        margin-right: 5px;
        text-align: center;
        font-size: 12px;
    }
    #purikyu .footer-main a {
        font-size: 18px;

    }
    #purikyu .footer-main {
        background: white;
        padding: 10px 0px 0px;
        height: 205px;
    }
    #purikyu .footer-main .phone-number {
        align-items: center;
        justify-content: center;
    }
    #purikyu .box-link {
        align-items: center;
        justify-content: center;
        margin-top: -10px;
    }

}




@media (max-width: 374px) {
    #purikyu .app-work .content-app .icon-05 {
        left: -10px;
    }
	#purikyu .title-item {
        font-size: 15px; 
	}
	  #purikyu .box-step .title-step {
        width: 262px;
        border-radius: 50px;
        border: 3px solid #ffff;
        height: 32px;
        top: -15px;
        padding: 0px 5px;
    }
	 #purikyu .title-item.two {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 13px;
    }
	#purikyu .list-price .text-price {
        margin-right: 5px;
    }
	 #purikyu .list-price .text-item02 {
        font-size: 34px;
        line-height: 44px;
        padding-top: 20px;
    }
	 #purikyu .item-atm .dt-atm {
        font-size: 16px;
        text-align: center;
        margin-bottom: 3px;
    }
	#purikyu .item-atm .dd-atm {
        font-size: 11px;
        line-height: 20px;
    }
	  #purikyu .title-page {
        font-size: 20px;
    }
	 #purikyu .last-box .last-left {
        font-size: 16px;
        line-height: 20px;
        height: auto;
        padding-top: 8px;
    }
	 #purikyu .footer-main .number-text {
        font-size: 24px;
        margin-right: 0px;
        margin-left: 5px;
    }
	 #purikyu .icon-phone svg {
        width: 29px;
        padding-top: 0px;
    }
	#purikyu .last-box .last-right {
        font-size: 9px;
        line-height: 13px;
        margin-left: 0px;
        margin-top: 10px;
    }
	 #purikyu .img-content {
        border-radius: 16px;
        padding: 20px 16px 20px 16px;
        margin-top: 1px;
    }
	 #purikyu .box-step .note-pay {
        font-size: 12px; 
	}
	 #purikyu .text-mobi {
        font-size: 16px;
    }
	 #purikyu .box-step {
        border-radius: 16px;
        padding: 30px 12px 20px 5px;
        margin-top: 15px;
    }
}

