@charset "UTF-8";

/*------------------ボタン2カラム------------------------*/
@media screen and (max-width: 550px){
    #anchor+div.contents_btn01 a {
        min-width: 160px;
        padding-right: 0;
    }
    #anchor+div.contents_btn01 a:first-child {
        margin-left: 0;
        margin-right:0;
    }
    #anchor+div.contents_btn01 a:last-child {
        margin-left: 8px;
        margin-right:0;
    }
}
@media screen and (max-width: 450px){
    #anchor+div.contents_btn01 a span{
        font-size: 1.3rem;
    }
    #anchor+div.contents_btn01 a{
        min-width: 118px;
    }
}

@media screen and (max-width: 900px){
br.pc_step {
    display: none;
}
}
br.sp_step {
    display: block;
}

/*------------------画像追加------------------------*/
a[id^="content"]+.contents_box01 .inner_item_img{
	margin-top: 30px;
}
a[id^="content"]+.contents_box01 .inner_item_img{
	position: relative;
}
a[id^="content"]+.contents_box01 .inner_item_img::after{
	content: "";
	position: absolute;
	display: block;
	width: 165px;
	height: 165px;
	top: -130px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: contain;
}
#content-1+.contents_box01 .inner_item_img::after{
	background-image: url(/common/upload_data/firstpenguin-aquacom/image/20230904152938.png);
}
#content-2+.contents_box01 .inner_item_img::after{
	background-image: url(/common/upload_data/firstpenguin-aquacom/image/20230904165812.png);
}
@media screen and (min-width: 1300px){
	a[id^="content"]+.contents_box01 .inner_item_img::after{
		right: -12%;
	}
}
@media screen and (min-width: 701px){
	a[id^="content"]+.contents_box01 .heading.block_header_1,
	a[id^="content"]+.contents_box01 .heading.block_header_6, {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 900px){
	a[id^="content"]+.contents_box01 .inner_item_img {
		margin-top: 50px;
	}
	a[id^="content"]+.contents_box01 .inner_item_img::after{
		width: 100px;
		height: 100px;
		top: -60px;
		right: -15px;
	}
}
@media screen and (max-width: 900px) and (min-width: 701px){
	a[id^="content"]+.contents_box01 .inner_item_img::after{
		width: 120px;
		height: 120px;
	}
}

/*------------------2カラム------------------------*/
@media screen and (max-width: 900px){
	#column-l+div{
		padding-bottom :30px!important;
	}
}
@media screen and (min-width: 901px){
	a[id^="column-l"]+div, a[id^="column-r"]+div, #column-l+section, a[id^="column-r"]+section{
		width: 49.5%;
		display: inline-block;
		vertical-align: middle;
	}
	a[id^="column-l"]+div .content_wrapper,
	a[id^="column-l"]+div.composite_box01 .content_wrapper,
	#column-l+section .content_wrapper {
		padding-right: 10px;
		max-width: 600px!important;
		margin-left: auto;
		margin-right: 0;
	}
	a[id^="column-r"]+div .content_wrapper,
	a[id^="column-r"]+div.composite_box01 .content_wrapper {
		padding-left: 10px;
		max-width: 600px!important;
		margin-right: auto;
		margin-left: 0;
	}
	a[id^="column-l"]+div.composite_box01 .inner_item_img img,
	a[id^="column-r"]+div.composite_box01 .inner_item_img img {
		height: 140px!important;
		object-fit: cover;
	}
}
@media screen and (max-width: 480px){
	a[id^="column-l"]+div.composite_box01 .inner_item_img img,
	a[id^="column-r"]+div.composite_box01 .inner_item_img img {
		height: 80px!important;
		object-fit: cover;
	}
}
a[id^="column-l"]+div.composite_box01 .wrapper_item,
a[id^="column-r"]+div.composite_box01 .wrapper_item {
    display: flex!important;
    flex-wrap: nowrap;
}

a[id^="column-l"]+div.composite_box01:not(.block_images_13) .inner_item,
a[id^="column-r"]+div.composite_box01:not(.block_images_13) .inner_item{
    width: 31%!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 0!important;
}
a[id^="column-l"]+div.composite_box01:not(.block_images_13) .inner_item,
a[id^="column-r"]+div.composite_box01:not(.block_images_13) .inner_item,
a[id^="column-l"]+div.composite_box01:not(.block_images_14):not(.block_images_16):not(.block_images_19) .inner_item,
a[id^="column-r"]+div.composite_box01:not(.block_images_14):not(.block_images_16):not(.block_images_19) .inner_item{
    margin-left: 3.5%!important;
}
a[id^="column-l"]+div.composite_box01:not(.block_images_13):not(.block_images_19) .inner_item:first-child,
a[id^="column-r"]+div.composite_box01:not(.block_images_13):not(.block_images_19) .inner_item:first-child {
    margin-left: 0 !important;
}

a[id^="column-r"]+.composite_box01.block_images_6 .inner_item {
    background: #FFF;
    border-radius: 9999px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
}

a[id^="column-r"]+.composite_box01.block_images_6 a+.inner_item_txt {
    margin-top: 0;
}

#column-l-small+div .heading.block_header_5,
#column-r-small+div .heading.block_header_5{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#column-l-small+div .heading.block_header_5 .h,
#column-r-small+div .heading.block_header_5 .h{
    margin-bottom: 0;
    white-space: nowrap;
}
#column-l-small+div .heading.block_header_5 .h span,
#column-r-small+div .heading.block_header_5 .h span{
    color: var(--i_main_color);
    font-weight: 500;
}
#column-l-small+div .heading.block_header_5 p,
#column-r-small+div .heading.block_header_5 p{
    display: block;
    text-align: left;
}
#column-l-small+div .heading.block_header_5 p>span,
#column-r-small+div .heading.block_header_5 p>span{
    color: #FFF;
    background: var(--i_main_color);
    padding-inline: 8px;
}
#column-l-small+div .heading.block_header_5 p::before,
#column-r-small+div .heading.block_header_5 p::before{
    content: none;
}
@media screen and (max-width: 400px){
    #column-l-small+div .heading.block_header_5 p,
    #column-r-small+div .heading.block_header_5 p{
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 340px){
    #column-l-small+div .heading.block_header_5 p,
    #column-r-small+div .heading.block_header_5 p{
        font-size: 1rem;
    }
    #column-l-small+div .heading.block_header_5 p>span,
    #column-r-small+div .heading.block_header_5 p>span {
        padding-inline: 3px;
    }
}

@media screen and (min-width: 901px){
#column-l-small+div .content_wrapper{
    padding-right: 40px;
}
#column-r-small+div .content_wrapper{
    padding-left: 40px;
}
#column-r-small+div{
     vertical-align: top;
}
}

#column-l-small+div{
    position: relative;
    overflow:visible;
}

#column-l-small+div::after{
    content: "×";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    font-size: 80px;
    display: block;
    color: #FFF;
    filter: drop-shadow(3px 3px 10px #7accffb8) drop-shadow(-3px 3px 10px #7accffb8) ;
    z-index: 10;
}

@media screen and (max-width: 900px){
#column-l-small+div::after{
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
}
}

/*------------------SDGs------------------------*/
#sdgs+div.composite_box01 .inner_item_img img{
    object-fit: contain;
}

#disc+section .content_wrapper .wrapper_item{
    padding: 0 20px 20px;
    border: 2px solid var(--i_main_color);
}
@media screen and (max-width: 900px){ 
    #disc+section .content_wrapper .wrapper_item{
        padding: 20px!important;
    }
}

#maintenance+.composite_box01.block_images_17 .inner_item_txt .heading {
	display: none;
}
#maintenance+.composite_box01.block_images_17 .inner_item{
	width: 31%!important;
	background: unset!important;
}
#maintenance+.composite_box01.block_images_17 .inner_item_txt{
	color: var(--i_txt_color);
}

#maintenance-ttl+section .heading{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
#maintenance-ttl+section .heading .h{
    margin: 0 0 0 10px;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    font-weight: 500;
}
#maintenance-ttl+section .heading p{
    display: flex;
    align-items: center;
    background: var(--i_main_color);
    color: #FFF;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 500;
}
#maintenance-ttl+section .heading p::before{
    content: none;
}
#maintenance-ttl+section .heading p>span{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 5px;
}
#maintenance-ttl+section .heading p span{
    line-height: 1;
}
@media screen and (max-width: 900px){
    #maintenance-ttl+section{
        padding-bottom: 0!important;
    }
}
@media screen and (max-width: 800px){
    #maintenance-ttl+section .heading{
        flex-direction: column-reverse;
    }
    #maintenance-ttl+section .heading .h{
        font-size: 2.6rem;
        margin: 10px 0 0 0;
    }
    #maintenance-ttl+section .heading p{
        font-size: 1.55rem;
        letter-spacing: 0rem;
    }
}

@media screen and (max-width: 900px){
	#maintenance+.composite_box01.block_images_17 .inner_item{
		flex-direction: column;
	}
	#maintenance+.composite_box01 .inner_item>a{
	    width: 100%!important;
 	   padding-top: 100%!important;
	    margin: 0!important;
	}
    #maintenance+.composite_box01.block_images_17 .inner_item_txt {
        width: 100%;
        padding-inline: 10px;
    }
}
#maintenance-under+.composite_box01 .inner_item_img{
    max-width: 330px;
}
#maintenance+.composite_box01 .inner_item>a img{
    object-fit: contain;
}
#maintenance-under+.composite_box01:not(.block_images_13):not(.block_images_19) .inner_item:nth-of-type(1) {
    justify-content: center;
}
#maintenance-under+.composite_box01 .inner_item_img img{
    object-fit: contain;
}

@media screen and (min-width: 901px){
#maintenance+div{
    overflow: visible;
}
#maintenance+div::after{
    content: "";
    display: block;
    position: absolute;
    top: -170%;
    right: 0;
    background: rgb(240, 250, 255);
    z-index: -1;
    width: 100%;
    height: 180%;
}
}

/*------------------料金------------------------*/
#pay+section .heading.block_header_3 {
    margin-bottom: 10px;
}
#pay+section+section .inner_item_img img{
    max-height: 600px;
    object-fit: contain;
}

/*------------------ウォーターサーバー------------------------*/
.explanation05_box1 {
    display: flex;
    gap :5rem;
    align-items: center;
    margin-top: -30px;
}
.explanation05_box1_r p{
    color: #fff;
    background: var(--i_main_color);
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    display: flex;
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.explanation05_box1_r p>span {
    font-size: 14px;
    margin-top: 0.2rem;
}
@media screen and (max-width: 600px){
    .explanation05_box1 {
        gap :1rem;
    }
}
@media screen and (max-width: 800px){
    .explanation05_box1 {
        margin-top: -20px;
    }
}

.server_detail_r h3 {
    background: var(--i_main_color);
    color: #fff;
    font-size: 2rem;
    padding: 0 1rem;
}
.server_detail_r ul {
    margin: 1rem 0 2rem;
}
.server_detail_r ul.parts li {
    margin-left: 2rem;
}
ul.size li{
    list-style: none;
}
ul.size li p{
    padding-left: 1rem;
    margin-bottom: 0;
}
ul.size li {
    margin: 1rem 0 0 0.5rem;
}

#column-r-bg+div{
    vertical-align: top;
}
#column-r-bg+div.composite_box01 .wrapper_item {
    gap : .5rem;
}
#column-r-bg+div.composite_box01 .inner_item{
    aspect-ratio: 1;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
@media screen and (max-width: 600px){
    #column-r-bg+.composite_box01.block_images_6 a+.inner_item_txt p{
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
#column-r-bg+div .content_wrapper{
    padding-top: 30px;
    padding-bottm: 30px;
}

/*------------------キャッシュバック------------------------*/
#cashback+section .cashback-box{
    display: flex;
    justify-content: center;
    gap :2rem;
    align-items: center;
}
#cashback+section .cashback-box p{
    margin-bottom: 0;
}
#cashback+section .cashback-box .ttl{
    font-size: 30px;
}
#cashback+section .cashback-box .price{
    font-size: 24px;
    background-color: var(--i_sub2_color);
    padding-inline: 15px;
    position: relative;
    display: block;
    height: 110px;
}
#cashback+section .cashback-box .price::before{
    content: "";
    position: absolute;
    top: -15px;
    left: -45px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0 65px 50px;
    border-color: transparent transparent transparent var(--i_sub2_color);
    transform: translateY(0.1em) scale(0.8) rotate(180deg);
    z-index: -1;
}
#cashback+section .cashback-box .price strong{
    font-size: 60px;
}
#cashback+section .cashback-box .price .tax{
    margin-top: -5px;
    display: inline-flex;
    flex-direction: column-reverse;
    vertical-align: middle;
}
@media screen and (max-width: 800px){
    #cashback+section .cashback-box .ttl {
        font-size: 18px;
    }
    #cashback+section .cashback-box .price {
        font-size: 18px;
    }
    #cashback+section .cashback-box .price strong {
        font-size: 30px;
    }
}
@media screen and (max-width: 800px) and (min-width: 601px){
    #cashback+section .cashback-box .price>span:first-child {
        margin-top: 20px!important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px){
    #cashback+section .cashback-box {
        flex-direction: column;
    }
    #cashback+section .cashback-box .ttl {
        /*font-size: 10px;*/
    }
    #cashback+section .cashback-box .price {
        /*font-size: 10px;*/
        padding: 0 5px;
        height: 40px;
    }
    #cashback+section .cashback-box .price strong {
        /*font-size: 18px;*/
    }
    #cashback+section .cashback-box .price .tax span:last-child{
        /*font-size: 10px!important;*/
    }
    #cashback+section .cashback-box .price::before{
        top: -5px;
        left: -25px;
        border-width: 25px 0 25px 30px;
    }
}

/*------------------格安SIM------------------------*/
#column-l+div table th span{
        font-size: 1.4rem;
}
a[id^="column-r"]+div table tr:nth-of-type(4) td{
    background-color: var(--i_sub2_color);
}
a[id^="column-r"]+div table tr:nth-of-type(4) td,
a[id^="column-r"]+div table tr:nth-of-type(5) td{
    width: calc(100% / 3)
}
a[id^="column-r"]+div table tbody tr:nth-of-type(1) td,
a[id^="column-r"]+div table tr:nth-of-type(2) td,
a[id^="column-r"]+div table tr:nth-of-type(3) td{
    width: 39%!important;
}
a[id^="column-r"]+div table{
table-layout: fixed;
}
#sim+section+#column-l+div,
#sim+section+#column-l+div+a[id^="column-r"]+div{
    vertical-align: top;
}

/*-----------------AquaBank Advance のサーバーを使うには？-----------------*/
#price_3col + .composite_box01 .wrapper_item{
    justify-content: space-between;
}
#price_3col + .composite_box01 .wrapper_item .inner_item{
    border: 1px solid var(--i_main_color);
}
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt,
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt .heading,
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt p{
    margin:0;
}
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt .h{
    color: #fff;
    padding: 1rem 0;
    font-size: 1.7rem !important;
}
#price_3col + .composite_box01 .wrapper_item .inner_item:nth-child(1) .inner_item_txt .h{
    background: #7fcef4;
}
#price_3col + .composite_box01 .wrapper_item .inner_item:nth-child(2) .inner_item_txt .h{
    background: #00a0e9;
background: #7fcef4;
}
#price_3col + .composite_box01 .wrapper_item .inner_item:nth-child(3) .inner_item_txt .h{
    background: #005eae;
background: #7fcef4;
}
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt .heading p{
    margin: 2rem 0 0;
    line-height: 1.2;
    color: var(--i_main_color);
    font-weight: bold;
    font-size: 2rem;
}
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt .border_top{
    margin: 1rem 10px 0;
    padding: 2rem 0;
    border-top: 1px solid var(--i_border_color);
    font-size: 1.4rem;
}
#price_3col + .composite_box01 .wrapper_item .inner_item .inner_item_txt .border_top strong{
    font-size: 1.6rem;
}

/*-----------------シリカ水素水なのに驚きのランニングコスト-------------------*/
#cost + .composite_box01 .wrapper_item {
    justify-content: space-between;
    align-items: center;
}
#cost + .composite_box01 .inner_item {
    align-items: center;
    position:relative;
    width: 24% !important;
}
#cost + .composite_box01 .inner_item_img img {
    object-fit: contain;
    max-height: 180px;
}
#cost + .composite_box01 .inner_item_txt .blue_bg{
    background: var(--i_btn_color);
    padding: 20px 10px 10px;
    color: #fff;
}
#cost + .composite_box01 .inner_item_txt strong {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: normal;
}
#cost + .composite_box01 .inner_item:nth-child(2):before,
#cost + .composite_box01 .inner_item:nth-child(2):after{
    content:" ";
    position: absolute;
    top: 30%;
    left: -30%;
    width: 50px;
    height: 50px;
    background:url(/common/upload_data/firstpenguin-aquacom/image/20230905171236.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}
#cost + .composite_box01 .inner_item:nth-child(2):after{
    left: 85%;
    top: 32%;
    background:url(/common/upload_data/firstpenguin-aquacom/image/20230905171238.jpg) no-repeat;
    background-size: contain;
}
#cost + .composite_box01 .inner_item:nth-child(3){
    flex-direction: inherit;
    justify-content: space-between;
}
#cost + .composite_box01 .inner_item:nth-child(3) .inner_item_txt{
    width: 67%;
}
#cost + .composite_box01 .inner_item:nth-child(3)>a{
    width: 30%;
    justify-content: center;
}
#cost + .composite_box01 .inner_item:nth-child(3)>a .inner_item_img img {
    object-fit: cover;
}
#cost + .composite_box01 .inner_item:nth-child(4){
    width: 15% !important;
    margin-left: 0;
}
#cost + .composite_box01 .inner_item:nth-child(4) .blue_bg{
    padding: 10px;
}
#cost + .composite_box01 .sp {
     display:none;
}
@media screen and (max-width:1090px){
#cost + .composite_box01 .sp {
     display:block;
}
}
@media screen and (max-width:900px){
#cost + .composite_box01 .wrapper_item {
    justify-content: center;
}
#cost + .composite_box01 .inner_item {
    width: 40% !important;
}
#cost + .composite_box01 .inner_item:nth-child(2):before{
    left: -12%;
}
#cost + .composite_box01 .inner_item:nth-child(2):after{
    display:none;
}
#cost + .composite_box01 .inner_item:nth-child(3):before{
    content:" ";
    position: absolute;
    width: 50px;
    height: 50px;
    left: -35%;
    top: 50%;
    background:url(/common/upload_data/firstpenguin-aquacom/image/20230905171238.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}
#cost + .composite_box01 .inner_item:nth-child(4) {
    width: 25% !important;
}
}
@media screen and (max-width:600px){
#cost + .composite_box01 .wrapper_item {
    gap: 3rem;
}
#cost + .composite_box01 .inner_item {
    width: 85% !important;
    margin: 20px auto !important;
}
#cost + .composite_box01 .inner_item:nth-child(2):before,
#cost + .composite_box01 .inner_item:nth-child(3):before {
    left: 50%;
    top: -17%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#cost + .composite_box01 .inner_item:nth-child(3){
    margin-top: 40px !important;
    justify-content: center;
    width: 100% !important;
}
#cost + .composite_box01 .inner_item:nth-child(3):before{
    top: -35%;
    transform: translateX(-50%) rotate(270deg);
    background-position: center;
}
#cost + .composite_box01 .inner_item:nth-child(3)>a {
    width: 40%;
    max-width: 100px;
}
#cost + .composite_box01 .inner_item:nth-child(3)>a .inner_item_img img {
    object-fit: contain;
}
#cost + .composite_box01 .inner_item:nth-child(3) .inner_item_txt {
    width: 60%;
    max-width: 200px;
}
#cost + .composite_box01 .inner_item:nth-child(4) {
    width: 80% !important;
    margin: 0 !important;
}
#cost + .composite_box01 .inner_item_img img {
    object-fit: contain;
    max-height: 130px;
}
}
@media screen and (max-width:900px) and (min-width: 601px){
#cost + .composite_box01 .inner_item:nth-child(3){
        margin-left: 100px!important;
}
}