@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* CSS Document */
body{
	background: #f1f1f1;
	font-size:16px;
	line-height: 1.4;
	font-weight: 400;
	font-family: "LINE Seed JP","Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #272727;
}
article{
	max-width: 1300px;
	margin: auto;
	position: relative;
	background: #ffffff;
	width: 100%;
}
span{display: inline-block;
	font-weight: inherit;
}
section img{
	width: 100%;
	display: block;
}
section{
	position: relative;
}
section h2{
	max-width: 400px;
	width: 60%;
	display: block;
	margin: auto;
	position: relative;
	z-index: 10;
}
section h2.p2{
	max-width: 650px;
	width: 80%;
	display: block;
	margin: auto;
	position: relative;
	z-index: 10;
}
section .sien h2{
	margin: 0;
	width: 100%;
}
section.pr{
	position: relative;
	min-height: inherit;
	background: #4d4d4d;
	padding: 10px 0;
}
section.green{
	background: #e5f8f7;
	padding:60px 0 60px 0;
}
section.green:before{
	content: "";
	width: 200px;
	height: 200px;
	background:url("../images/common/naname1-w.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
section.green:after{
	content: "";
	width: 200px;
	height: 200px;
	background:url("../images/common/naname2-w.svg");
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
section.white:before{
	content: "";
	width: 200px;
	height: 200px;
	background:url("../images/common/naname1-b.svg");
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
section.white:after{
	content: "";
	width: 200px;
	height: 200px;
	background:url("../images/common/naname2-b.svg");
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
section.cv:before{
	content: "";
	width: 200px;
	height: 200px;
	background:url("../images/common/naname1-y.svg");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
section.white{
	background: #ffffff;
	padding:60px 0 60px 0;
}
section.cv{
	background: #00b6ac;
	padding:60px 0 60px 0;
}
section.nt{
	background: #ffffff;
	padding:60px 0 60px 0;
}
header{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	width: 330px;
}
header a.dsol{
	width: 200px;
}
footer a{
	display: block;
	padding: 20px;
	max-width: 300px;
	box-sizing: border-box;
	margin: auto;
}
copyright{
	background: #00b6ac;
	font-size: 0.8em;
	text-align: center;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	font-weight: 500;
	display: block;
}
.pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	display: block;
	z-index: 100;
}
@media screen and (max-width:700px){
	.pagetop{
		right: 15px;
		bottom: 15px;
		width: 40px;
	}
}
.inner{
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 2;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.flex_two.function{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin-top: 30px;
}
.flex_two.function .item{
	background: #e5f8f7;
	padding: 15px;
	width: calc( 50% - 10px);
	border-radius: 15px;
}
p.kome{
	 text-indent: -1em;
  padding-left: 1em;
	font-size: 14px;
	margin-bottom: 0.5em;
	color: #333333;
}
.service_kome_wrap{
	margin-top: 20px;
}
.pr .inner{
}
.pr h4{
	color:#fcee21;
	font-size:16px;
	font-weight: 600;
	width: 100%;
	padding-left: 40px;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.pr h4:before{
	content: "";
    width: 30px;
    height: 27px;
    background: url(../images/common/megahon.svg);
    display: block;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    left: 0px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.pr p{
	color:#ffffff;
	font-size:14px;
	font-weight: 400;
	padding-left: 40px;
}
.pr a,
.pr a:link,
.pr a:active,
.pr a:visited{
	text-decoration: underline;
	color: inherit;
}
.pr a:hover{
	text-decoration: none;
}
.item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	
}
.item .left{
	width: 32%;
	padding: 20px;
	box-sizing:border-box; 
}
.item .right{
	width: 63%;
	padding-right: 20px;
}
.item .right p{
	font-size: 16px;
}
.item .right h4{
	font-size: 19px;
	color: #00b6ac;
	font-weight: 700;
	margin-bottom: 5px;
}
.item .cat1{
	position: absolute;
    top: 0;
    left: 0;
    background:#006278;
    color: #ffffff;
    padding: 4px 20px 4px 15px;
    border-radius: 15px 0 15px 0;
    font-size: 14px;
    font-weight: 600;
}
.item .cat2{
	position: absolute;
    top: 0;
    left: 0;
    background: #3fa9f5;
    color: #ffffff;
    padding: 4px 20px 4px 15px;
    border-radius: 15px 0 15px 0;
    font-size: 14px;
    font-weight: 600;
}
.renkei{
	background: #e5f8f7;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
	margin-top: 20px;
}
.renkei2{
	background: #e5f8f7;
    padding: 15px;
    width: 50%;
    border-radius: 15px;
	margin: auto;
	margin-top: 20px;
	
}
.renkei h4,.renkei2 h4{
	    font-size: 19px;
    color: #00b6ac;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: center;
}
.renkeibox{
	display: flex;
	justify-content: space-between;
}
.renkeibox .left{
	background: #ffffff;
	 border-radius: 15px;
	width: 49%;
	padding: 10px;
	border-radius: 10px;
}
.renkei2 .renkeibox .left{
	width: 100%;
}
.renkeibox .right{
	background: #ffffff;
	 border-radius: 15px;
	width: 49%;
	padding: 10px;
	border-radius: 10px;
}
.renkeibox h5{
	 font-size: 18px;
    color: #00b6ac;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
}

.sien{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.sien .left{
	width: 57%;
}
.sien .right{
	width: 40%;
}
.sien .left .option{
	background: #3fa9f5;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
	display: block;
	text-align: center;
	width: 10em;
	margin-bottom: 20px;
	margin-top:0; 
}
.sien .left p{
	margin-top: 15px;
}
ul.uservoice{
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
ul.uservoice.ura{
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	flex-direction:row-reverse;
}


ul.uservoice li.kao{
	width: 20%;
	background: none;
	padding: 0;
	position: relative;
	z-index: 10;
	
}
ul.uservoice li.comment{
	width: 77%;
	background: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	margin-top: 25px;
}
ul.uservoice li.comment:before{
	content: "";
    display: block;
    border-top: 10px solid transparent;
    border-right: 30px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50px;
    left: -30px;
}
ul.uservoice.ura li.comment:before{
	content: "";
    display: block;
    border-top: 10px solid transparent;
    border-left: 30px solid #ffffff;
    border-bottom: 10px solid transparent;
	border-right:none;
    position: absolute;
    top: 50px;
    right: -30px;
	left: inherit;
}
ul.uservoice li.comment h4{
	  font-size: 19px;
    color: #00b6ac;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.uservoice li.comment h5{
	  font-size: 13px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.uservoice li.comment p{
	  font-size: 16px;
    color: #393939;
    font-weight: 400;
    margin-bottom: 0px;
}

@media screen and (min-width:801px){
	.flex_two.function{
		flex-direction: row;
	}
}
@media screen and (max-width:800px){
	section.green{
		padding:30px 0 30px 0;
	}
	section.white{
		padding:30px 0 30px 0;
	}
	section.cv{
		padding:30px 0 30px 0;
	}
	header h1{
		width: 60%;
	}
	header a.dsol{
		width: 22%;
	}
	.flex_two.function{
		display: block;
		gap:0px;
		margin-top: 30px;
	}
	.flex_two.function .item{
		padding: 15px;
		width: 100%;
		margin-bottom: 20px;
	}
	.renkei2{
		width: 100%;
	}
	
.renkeibox {
	flex-direction: column;
	gap:20px;
	}
	.renkeibox .left,
	.renkeibox .right{
		width: 100%;
	}
}
@media screen and (max-width:700px){
	section.green:before{
		width: 100px;
		height: 100px;
	}
	section.green:after{
		width: 100px;
		height: 100px;


	}
	section.white:before{
		width: 100px;
		height: 100px;
	}
	section.white:after{
		width: 100px;
		height: 100px;
	}
	section.cv:before{
		width: 100px;
		height: 100px;
	}
	
}
.mainvisual{
	position: relative;
}
.topcv{
	background: #ffffff;
    width: 875px;
    height: 125px;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
}
.cvbtn{
	background: #fcee21;
	background-image: linear-gradient(122deg, rgba(253, 246, 147, 1) 37%, rgba(252, 238, 33, 1) 37%);
	box-shadow: 4px 4px 0px 0px rgba(0,121,136,1.00);
	box-sizing: border-box;
	border-radius: 50px;
	display:flex;
	height: 50px;
	width: 263px;
	justify-content: center;
	align-items: center;
	margin-right: 26px;
	transition: 0.5s;
}
.cvarea_btnarea .cvbtn{
	background: #fcee21;
	background-image: linear-gradient(122deg, rgba(253, 246, 147, 1) 37%, rgba(252, 238, 33, 1) 37%);
	box-shadow: 4px 4px 0px 0px rgba(10,49,54,1.00);
	box-sizing: border-box;
	border-radius: 50px;
	display:flex;
	width: 300px;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	transition: 0.5s;
	box-sizing: border-box;
	min-height: 60px;
	padding: 10px;
}
.cvbtn:hover{
	background: #00b6ac;
}

.cvbtn i{
	font-size:19px;
	font-weight: 800;
	color: #086c77;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	transition: 0.5s;
}
.cvbtn i span{
    font-size: 0.7em;
	font-weight: 800;
	display: block;
	line-height: 1.1;
	margin: auto;
}
.cvbtn:hover i{
	color: #fcee21;
}
.cvarea_btnarea{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
    gap: 20px;
}
@media screen and (max-width:1300px){
	.topcv{
		width: 66.5vw;
		height: 9.5vw;
	}
	.cvbtn{
		height: 50px;
		width: 20vw;
		margin-right: 2vw;
	}
	.cvbtn i{
		font-size:1.5vw;
	}
	.cvbtn i span{
		font-size:1vw;
	}	
}
@media screen and (max-width:900px){
	.topcv{
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap:15px;
		position: relative;
	}
	.topcv{
		width: 100%;
        height: 18vw;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
	}
	.cvbtn{
		height: 40px;
        height: 8vw;
		width: 29vw;
		margin:0;
	}
	.cvbtn i{
		font-size: 2.7vw;
	}
	.cvbtn i span{
		font-size:2vw;
	}	
	
}
@media screen and (max-width:600px){
	.topcv,
.cvarea_btnarea {
	height: auto;
    gap: 20px;
    flex-direction: column;
	align-items: center;
	}
	.topcv{
		padding: 20px 20px;
	}
	.topcv .cvbtn{
    width: 100%;
		max-width: 400px;
    box-sizing: border-box;
        min-height: 50px;
    padding: 10px;
	}
	.cvarea_btnarea .cvbtn {
    width: 100%;
		max-width: 400px;
	}
    .cvbtn i {
        font-size: 16px;
    }
    .cvbtn i span {
        font-size: 0.7em;
    }
}

#flow h3{
	margin-top: 60px;
	margin-bottom: 40px;
	border-radius: 10px;
	background-color: #00b6ac;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	text-align:center;
}
.flow_outer{
	margin-bottom: 40px;
}
.flow_outer:last-child{
	margin-bottom: 0px;
}
.flow_item{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.flow_item:last-child{
	margin-bottom: 0;
}
.flow_item .imgblock{
	width: 160px;
	padding: 0 20px;
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}
.flow_item .imgblock img{
	display: block;
	position: absolute;
	top: -100px;
	left: 20px;
	width: calc(100% - 40px);
	bottom: -100px;
	margin: auto;
}
.flow_item .textblock{
	width: 100%;
	flex-shrink: 1;
	border-radius: 15px;
	background-color: #e5f8f7;
	padding: 20px;
	position: relative;
}
.flow_item .textblock:after{
	position: absolute;
	content: "";
	width: 32px;
	height: 60px;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background-image: url("../images/common/flow_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
}
.flow_item:last-child .textblock:after{
	display: none;
}
.flow_item .textblock h4{
	color: #00b6ac;
	font-weight: 600;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.flow_btn1{
	border: solid 4px #00b6ac;
	border-radius: 50px;
	background-color: #fcee21;
	text-align: center;
	max-width: 370px;
	display: block;
	padding: 10px;
	margin: auto;
	color: #00b6ac;
	font-weight: 600;
	margin-top: 20px;
}

.service_blockarea{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	column-gap: 20px;
}
.service_block{
	background-color: #fff;
	border-radius: 20px;
}
.service_block h3{
	border-radius:  20px 20px 0 0;
	background-color: #00b6ac;
	min-height:70px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.service_block h3 small{
	font-size: 16px;
}
.service_block_text{
	padding: 20px;
}
.price{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.price p{
    display: flex;
align-items: flex-end;
}
.price span{
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
	color: #00b6ac;
}
.price span.middle{
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	color: #00b6ac;
}
.price small{
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #00b6ac;
}
.come{
	margin-top: 20px;
}
.come p{
		padding-left:2em;
	text-indent:-1em;
}
.smallblock{
	margin-top: 20px;
}
.smallblock h4{
	margin-top: 20px;
	margin-bottom: 5px;
}
.smallblock h4:first-child{
	margin-top: 0;
}
.smallblock h4 span{
	color: #00b6ac;
	margin-bottom: 10px;
}
.service_block.col3{
	width: calc(33.33% - 20px * 2 / 3 );
}
.service_block.col2{
	width: calc(50% - 10px );
}

.faq_list{
	border-bottom: 1px solid #00b6ac;
	margin-top: 60px;
}

.faq_list .faq_q,
.faq_a_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;;
	gap:20px;
}
.faq_a_inner{
	background: #e6f8ff;
	padding: 10px;
	border-radius: 10px;
}
.faq_list .faq_q{
	border-top: 1px solid #00b6ac;
	padding: 20px;
}
.faq_q_main,
.faq_a_main{
	width: 100%;
	text-align: left;
}

.faq_a_main a:active,
.faq_a_main a:link,
.faq_a_main a:visited{
	text-decoration: underline;
	color: #00b6ac;
}
.faq_a_main a:hover{
	text-decoration: none;
}
.faq_icon{
	width: 50px;
	flex-shrink: 0;
}
.faq_icon.icon_a{
	width: 30px;
	flex-shrink: 0;
}
.aco_plus{
	width: 20px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
	display: block;
}
.aco_plus:before,
.aco_plus:after{
	content:"" ;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display:block;
	background-color: #006278;
}
.aco_plus:after{
	transform: rotate(90deg);
}
.open .aco_plus:after{
	width: 0;
}
.faq_list .faq_a{
	display: none;
	padding: 20px;
	padding-top: 0;
}
.flex_two{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-top: 30px;
	gap:20px;
}
.cv ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}
.cv ul li.lf{
	width: 66%;
	color: #ffffff;
	font-size:1.1em;
	
}
.cv ul .rt{
	width: 25%;
}
.cv .item{
	width: calc(50% - 10px);
	display: block;
	
}
.cv .item .head{
	padding: 15px;
	background: #fcee21;
	color: #006278;
	font-weight: 700;
	font-size:20px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	
}
.cv .item p{
	background: #ffffff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
}
.kaiketsu{
	background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    border: 3px solid #00b6ac;
    margin-top: 70px;
	position: relative;
}
.kaiketsu:before{
	content: "";
    background: url(../images/common/arrow.svg);
    width: 50px;
    height: 31px;
    margin: auto;
    position: absolute;
    top: -52px;
    left: -50%;
    right: -50%;
    background-repeat: no-repeat;
}
.kaiketsu .kaihead{
	display: flex;
	justify-content: space-between;
}
.kaiketsu .kaihead p{
	width: 40px;
	margin-right: 20px;
}
.kaiketsu .kaihead h4{
	width: calc(100% - 60px);
	font-weight: 800;
	color: #00b6ac;
	font-size:24px;
	margin-bottom: 20px;
}
.uservoice2{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.uservoice2 li{
	width: 31%;
	background: #ffffff;
	border-radius: 15px;
	padding: 15px;
	
}
.uservoice2 .face{
	display: block;
	width: 150px;
	margin: auto;
	margin-bottom: 20px;
}
.uservoice2 li h4{
	font-size:18px;
	font-weight: 700;
	color: #00b6ac;
	margin-bottom: 10px;
}
.uservoice2 li h5{
	font-size:16px;
	font-weight: 500;
	margin-bottom: 10px;
}




   .kadaiflex{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    
   }
   .kadaiflex .left{
    background: #ffffff;
    width: calc(40% - 40px);
    position: relative;
    padding-left: 80px;
    padding: 15px;
    border-radius: 10px;
    padding-left: 85px;
	   border: 3px solid #00b6ac;
    box-sizing: border-box;
    
   }
   .kadaiflex .right{
    background: #ffffff;
    width: calc(63% - 40px);
    position: relative;
    padding-left: 80px;
    padding: 15px;
    border-radius: 10px;
    padding-left: 85px;
   }
   .kadaiflex .left:before{
    content: "";
    background: url("../images/common/kadaiq.svg");
    width: 80px;
    background-repeat: no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
   }
   .kadaiflex .left:after{
    content: "";
    background: url(../images/common/arrow.svg);
    transform: rotate(-90deg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    display: block;
    position: absolute;
    right: -50px;
    top: -50%;
    bottom: -50%;
    margin: auto;
    
   }
   .kadaiflex .right:before{
    content: "";
    background: url("../images/common/kadaia.svg");
    width: 80px;
    background-repeat: no-repeat;
    height: 123px;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
   }
   .kadaiflex .left h4{
    font-size:18px;
    font-weight: 700;
    color: #00b6ac;
   }
   .kadaiflex .right h4{
    font-size:18px;
    font-weight: 700;
    color: #00b6ac;
    margin-bottom: 10px;
   }
   .kadaiflex .right p{}
   .kadaipattern2{
    padding-top: 30px;
   }
 




@media screen and (max-width:900px){

	.pr .inner{
		flex-direction: column;
	}
	.pr h4,
	.pr p{
		width: 100%;
        position: relative;
	}
	.pr h4{
		margin-bottom: 10px;
	}
	.pr h4:before {
    top: 0;
    bottom: 00;
    left: 0;
		margin: auto;
	}
	.uservoice2{
		flex-direction: column;
		gap:20px;
	}


	.flow_item {
        display: flex;
        justify-content: flex-end;
        position: relative;
	}
	
.flow_item .imgblock {
        position: absolute;
	width: 130px;
        z-index: 5;
        top: 0;
        left: 0;
        padding: 0;
	margin-top: -20px;
    }
	.flow_item .imgblock img{
        display: block;
        position: relative;
        top: auto;
        left: 0px;
        width: 100%;
        bottom: auto;
        margin-top: 0%;
	}	
.flow_item .textblock {
	width: calc(100% - 100px);
	z-index: 1;
        padding-left: 50px;
	}
.uservoice2 li {
    width: 100%;
	text-align: center;
}
.modalmiru {
    max-width: 300px;
	margin: auto;
	margin-top: 10px;
	}
	.service_blockarea{
		flex-direction: column;
	}
	
.service_block.col2,
.service_block.col3 {
    width: 100%;
	}
	.flex_two{
		flex-direction: column;
		
	}
.cv .item {
    width: 100%;
	}
	
.cv ul {
	flex-direction: column-reverse;
	gap:20px;
	}
	.cv ul .rt{
		width: 80%;
	}
.cv ul li.lf {
	width: 100%;
	}
	
	.kadaiflex{
		flex-direction: column;
		margin-bottom: 60px;
	}
	
	.kadaipattern2 .kadaiflex .left{
		margin-bottom: 55px;
	}
.kadaipattern2 .kadaiflex .left,
	.kadaipattern2 .kadaiflex .right{
		width: 100%;
	}
	
.kadaipattern2 .kadaiflex .left:after {
	transform: rotate(0deg);
	
    right: 0;
    left: 0;
    top: calc(100% + 20px);
	bottom: auto;
	}
}



.modalmiru{
	background:  #00b6ac;
	color: #ffffff;
	font-size:16px;
	font-weight: 700;
	width: 100%;
	padding: 8px;
	border-radius: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.modalbtn{
	cursor: pointer;
}
.modalouter {
	position: fixed;
	width: 100%;
	z-index: 100001;
	display: none;
	left: 0;
	bottom: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	align-items: center;
	height:  calc(var(--vh) * 100);;
	padding: 30px;
	background-color: rgba(0,0,0,0.40);
	flex-direction: column;
	justify-content: flex-start;
}
.modalbox {
	display: none;
	max-width: 600px;
	width: 100%;
	background-color:#FFFFFF;
	border-radius: 15px;
	padding: 20px;
	max-height:  calc(var(--vh) * 100 - 140px);
	box-sizing: border-box;
	flex-direction: column;
}
.modalinner{
	overflow: auto;
	width: 100%;
}
.modalinner img{
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
	
}
.modal_close {
	width: 100%;
	background-position: right center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
	max-width: 600px;
}
.modal_close img{
	width:40px;
	cursor: pointer;
}
.modaltitle{
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 2px #00b6ac;
}
.voiceflex{
	display: flex;
	justify-content: space-between;
}
.voiceflex p{
	width: 58%;
}
.voiceflex p.photo{
	width: 40%;
}
@media screen and (max-width:600px){
	body{
		font-size: 14px;
	}
	
.kaiketsu .kaihead h4 {
	font-size: 18px;
	}
	.kadaiflex .left h4{
		font-size:16px;
	}
	.kadaiflex .right p,
	.item .right p,
	.textblock p{
		font-size:14px;
	}
	.item .left{
		padding: 10px;
	}
	.voiceflex{
		display:block;
	}
	.voiceflex p{
		width:100%;
	}
	.voiceflex p.photo{
		width: 100%;
		margin-top: 20px;
	}
	ul.uservoice{
		display: block;
	}
	ul.uservoice li.kao{
		width: 100px;
        background: none;
        padding: 0;
        position: relative;
        z-index: 10;
        position: absolute;
        top: -60px;
	}
	ul.uservoice li.comment{
		width: 100%;
        background: #ffffff;
        border-radius: 15px;
        box-sizing: border-box;
        padding: 15px;
        position: relative;
        margin-top: 25px;
        padding-top: 50px;
}
	ul.uservoice li.comment:before {
	    content: none;
		width: 0;
		height: 0;
		background: none;  
	}

}
.renkei a,
.renkei2 a,.uservoice a{
		color: #00b6ac;
		font-weight: 600;
	display: block;
	margin-top: 10px;
	}


