@charset "UTF-8";
/* CSS Document */


@media screen and (min-width:769px){
/*-/////画面幅が769px以上の時/////-*/

.femtechArea {
 	margin: 100px 0;
}
	
h1 {
	font-size: 36px;
	color: #008a55!important;
	text-align: center;
	padding: 50px 0 0;
}

h1 span {
	font-size: 60px;
	color: #008a55;
	font-weight: 700;
}
	
h2{
	font-size:30px;
	margin:0 0 20px 0;
}

	
/*---ケアオール説明へのバナー---*/
p.productmentTxt00 {
	width: 95%;
	text-align: right;
	margin: 1% 0;
	}


/*---フェムテック---*/
.column-wrapper {
	width: 90%;
	display: flex;
	margin: 0 auto;
}

:nth-of-type(even) {
	flex-direction: row-reverse;
}

.column1, .column2 {
	width: 50%;
	display: flex;
	align-items: center;
}

.column1 {
	background: #fce88d;
	padding: 60px;
	box-sizing: border-box;
}

.column1 p {
	font-size: 18px;
	line-height: 1.5;
}

.column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
	background: #b5ffb6;
}

.column1title {
	color: #008a55;
	font-size: 36px;
}

.column1txt {
	font-size: 24px;
	line-height: 1.5;
}

.column2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
	
.column1title-list {
	color: #008a55;
	font-size: 36px;		
}
 
.trouble-wrapper {
	list-style-type: disc;
}
	
.trouble-list {
	margin-left: 5%;
}

.column1txt dt {
	color: #ff0000;
	display: list-item;
 	list-style-type: circle;
	margin-left: 5%;
}

.column1txt dd {
	font-size: 20px;
}
	
}



@media screen and (max-width: 768px) {
/*-/////画面幅が768px以下の時/////-*/

h1 {
	font-size: 5vw;
	color: #008a55!important;
	text-align: center;
	margin: 10% 0;
}

h1 span {
	font-size: 7.5vw;
	color: #008a55;
	font-weight: 700;
}


/*---ケアオール説明へのフルバナー---*/
p.productmentTxt00 {
	width: 100%;
	text-align: center;
	margin: 0 0 200;
	}


/*---フェムテック---*/
.column-wrapper {
    flex-direction: column-reverse;
 }

.column1 {
    width: 90%;
	box-sizing: border-box;
	padding:0!important;
	display: -webkit-flex;
	display: flex;
		-webkit-justify-content: flex-end;
	justify-content: flex-end;
		-webkit-align-items: flex-end;
	align-items: center;
	height: 50;
	margin: 0 auto;
}
	
.column1 p {
	font-size: 2vw;	
}	

.column2 {
    width: 90%;
	margin: 0 5%;
}

.column1title {
	color: #008a55;
	font-size: 4.5vw;
}

.column1txt {
	font-size: 3.6vw;
	line-height: 2.0;
}

.column2 img {
	width: 100%;
	object-fit: contain;
}

.column1title-list {
	color: #008a55;
	font-size: 4.5vw;
	height: 50;
	margin: -5%;		
}
	
.trouble-wrapper {
	width: 100%;
	list-style-type: disc;
}

.column1txt dt {
	color: #ff0000;
	display: list-item;
 	list-style-type: circle;
	margin-left: 5%;
}

.column1txt dd {
	font-size: 3.2vw;
}	
	
}