@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	position: relative;
    background-image: url(../common/img/sec1_bg01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    margin-top: -8.95%;
    padding-top: 10.5%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.sec1_inner {
	padding: 65px 0 75px;
}
.sec1_inner02 {
	position: relative;
}
.sec1_title {
	position: relative;
	display: inline-block;
	color: #F3A222;
    margin-bottom: 30px;
    font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
}
.sec1_title:before {
	content: '';
	position: absolute;
	top: -8px;
	left: -50px;
	background-image: url(../img/question/sec1_deco01.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 35px;
	height: 30px;
	z-index: 1;
}
.sec1_title:after {
	content: '';
    position: absolute;
    bottom: 5px;
    right: -75px;
    background-image: url(../img/beginner/sec1_deco05.png);
    background-repeat: no-repeat;
    margin: auto;
    width: 58px;
    height: 49px;
    z-index: 1;
}
.sec1_lead {
	margin: auto;
	max-width: 670px;
	line-height: 2.2;
}
.sec1_inner03 {
	margin-top: 95px;
}
.sec1_table_box {
	position: relative;
	margin: 0 auto 40px;
	max-width: 590px;
}
.sec1_table_box:after {
	content: '';
    position: absolute;
    bottom: -11px;
    right: -33px;
    background-image: url(../img/beginner/sec1_deco04.png);
    background-repeat: no-repeat;
    margin: auto;
    width: 100px;
    height: 94px;
    z-index: 1;
}
.sec1_table_box table {
	border: 1px solid #FFE0B1;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.sec1_table_box table tbody th,
.sec1_table_box table tbody td {
	border-bottom: 1px solid #FFE0B1;
  	padding: 23px 3px;
	font-size: 18px;
	line-height: 1.3;
	vertical-align: middle;
}
.sec1_table_box table tbody th {
	width: 30%;
	text-align: center;
}
.sec1_table_box table tbody td {
	padding: 23px 20px 23px 50px;
	width: 70%;
	text-align: left;
}
.sec1_table_box table tbody td span {
	padding-right: 0.2em;
	font-size: 20px;
	font-weight: bold;
}
.sec1_table_box table tbody td span.note {
	display: block;
	margin-top: 5px;
	margin-left: 1em;
	padding-right: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: -1em;
}
.sec1_table_box table tbody tr:last-child th,
.sec1_table_box table tbody tr:last-child td {
	border-bottom: none;
}
.sec1_table_box table tbody tr:first-child th:first-child {
	background-color: #FFFABB;
	border-radius: 9px 0 0 0;
}
.sec1_table_box table tbody tr:first-child td:last-child {
	border-radius: 0 9px 0 0;
}
.sec1_table_box table tbody tr:last-child th:first-child {
	background-color: #FFEDBB;
	border-radius: 0 0 0 9px;
}
.sec1_table_box table tbody tr:last-child td:last-child {
	border-radius: 0 0 9px 0;
}
.sec1_deco01 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px;
    margin: auto;
    width: 270px;
    height: 263px;
    z-index: 1;
}
.sec1_deco02 {
    position: absolute;
    top: -360px;
    bottom: 0;
    right: -230px;
    margin: auto;
    width: 282px;
    height: 282px;
    z-index: 1;
}
.sec1_deco03 {
    position: absolute;
    top: 0;
    bottom: -230px;
    right: -95px;
    margin: auto;
    width: 189px;
    height: 186px;
    z-index: 1;
}

.beginner_title {
    margin-bottom: 35px;
    font-size: 25px;
	font-weight: normal;
	line-height: 1.3;
}
.beginner_title span {
	display: block;
	color: #F3A222;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 0.16em;
}
.beginner_btn {
	position: relative;
	display: block;
	background: #FFB94A;
	color: #FFF;
	margin: auto;
	padding: 0 20px;
	max-width: 315px;
	text-align: center;
	line-height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 35px;
	        border-radius: 35px;
	/*-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
}
.beginner_btn:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 7px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.1);
}
.beginner_btn:before {
	content: "";
	position: absolute;
	top: -3px;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 6px;
	height: 1px;
	border-top: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.beginner_btn:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 16px;
	height: 1px;
	border-top: 1px solid #FFF;
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
	position: relative;
    background-image: url(../img/maternity/sec4_bg01.png),url(../img/maternity/sec4_bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
    padding-top: 3%;
    padding-bottom: 4.6%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.sec2_inner {
	background: #FEFAEC;
	padding: 55px 0 95px;
}
.deco01_box {
	position: relative;
}
.deco01 {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}
.sec2_inner03 {
	position: relative;
	background: #FFF;
	margin-bottom: 65px;
	padding: 45px 30px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.sec2_inner03:before {
	content: '';
	position: absolute;
	top: -20px;
	left: -45px;
	background-image: url(../img/maternity/sec4_deco01.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 155px;
	height: 161px;
	z-index: 1;
}
.sec2_inner03:after {
	content: '';
	position: absolute;
	bottom: -10px;
    right: -25px;
	background-image: url(../img/beginner/sec2_deco01.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 92px;
	height: 83px;
	z-index: 1;
}
.sec2_inner03 figure {
	margin: 0 auto 35px;
	max-width: 815px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.sec2_inner03 ul {
	display: inline-block;
	margin-bottom: 25px;
}
.sec2_inner03 li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 0.8em;
	text-align: left;
}
.sec2_inner03 li:before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	background: #7E6B5A;
	margin: auto;
	width: 4px;
	height: 4px;
	z-index: 1;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
.sec2_list li {
	position: relative;
	border: 1px solid #FFE0B1;
	float: left;
	margin-left: 5.40905%;
	width: 29.7273%;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sec2_list li:first-child {
	margin-left: 0;
}
.sec2_list figure {
	position: relative;
	background: #FFE0B1;
	-webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}
.sec2_list figure img {
	width: 100%;
	-webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}
.sec2_list dt {
	display: flex;
    align-items: center;
	background: #FFE0B1;
	padding: 10px;
	width: 100%;
	font-size: 23px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sec2_list dt span {
	width: 100%;
}
.sec2_list dd {
	background: #FFF;
	padding: 15px 25px;
	font-size: 14px;
	text-align: left;
	-webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.sec2_list dd p {
	margin-left: 1em;
	text-indent: -1em;
}
.sec2_list li:before {
	content: '';
	position: absolute;
	top: -25px;
	left: -20px;
	background-repeat: no-repeat;
	margin: auto;
	width: 66px;
	height: 66px;
	z-index: 1;
}
.sec2_list li:first-child:before {background-image: url(../img/beginner/sec2_num01.png);}
.sec2_list li:nth-of-type(2):before {background-image: url(../img/beginner/sec2_num02.png);}
.sec2_list li:last-child:before {background-image: url(../img/beginner/sec2_num03.png);}
.sec2_list li:after {
	content: '';
	position: absolute;
	top: 75px;
	bottom: 0;
    left: -12.5%;
	background-image: url(../img/maternity/sec3_arrow.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 21px;
	height: 37px;
	z-index: 1;
}
.sec2_list li:first-child:after {
	display: none;
}


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

	/*　sec1
	---------------------------------------------------------*/
	.sec1_deco01,
	.sec1_deco02,
	.sec1_deco03 {
	    display: none;
	}
	
	/*　sec2
	---------------------------------------------------------*/
	.deco01 {
		top: -25px;
		left: 0;
	}
	.sec2_list li {
		margin-left: 30px;
		width: -webkit-calc(33.3334% - 20px);
		width: calc(33.3334% - 20px);
	}
	.sec2_list dt {
		font-size: 21px;
	}
	.sec2_list li:after {
		top: 0;
	    left: -24px;
		background-size: 18px;
		width: 18px;
		height: 32px;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1_inner {
		padding: 45px 0 55px;
	}
	.sec1_title {
		margin: 0 30px 30px;
	    font-size: 26px;
	    line-height: 1.5;
	}
	.sec1_title:before {
		top: -5px;
		left: -30px;
		background-size: 20px auto;
		width: 20px;
		height: 17px;
	}
	.sec1_title:after {
		bottom: -15px;
	    right: -30px;
	    background-size: 42px auto;
		width: 42px;
		height: 36px;
	}
	.sec1_inner03 {
		margin-top: 75px;
	}
	.sec1_table_box:after {
	    bottom: -7px;
    	right: -18px;
	    background-size: 60px auto;
	    width: 60px;
	    height: 57px;
	}
	.sec1_table_box table tbody th,
	.sec1_table_box table tbody td {
	  	padding: 23px 10px;
		font-size: 16px;
	}
	.sec1_table_box table tbody th {
		width: 25%;
	}
	.sec1_table_box table tbody td {
		padding: 23px 25px;
		width: 75%;
	}
	.sec1_table_box table tbody td span {
		font-size: 18px;
	}
	.sec1_table_box table tbody td span.note {
		font-size: 14px;
	}

	.beginner_title {
		margin-bottom: 30px;
	    font-size: 21px;
	}
	.beginner_title span {
	    font-size: 18px;
	}
	.beginner_btn {
		max-width: 260px;
		line-height: 60px;
		-webkit-border-radius: 30px;
		        border-radius: 30px;
	}

	/*　sec2
	---------------------------------------------------------*/
	.sec2_inner {
		padding: 55px 0 75px;
	}
	.deco01 {
		top: -20px;
	}
	.deco01 img {
		width: 65px;
	}
	.sec2_inner03 {
		padding: 35px 20px;
	}
	.sec2_inner03:before {
		top: -15px;
	    left: -15px;
	    background-size: 93px auto;
	    width: 93px;
	    height: 96px;
	}
	.sec2_inner03:after {
		bottom: -5px;
    	right: -13px;
	    background-size: 55px auto;
	    width: 55px;
	    height: 49px;
	}
	.sec2_list li {
		float: none;
		margin: 0 auto 35px;
		width: 100%;
		max-width: 480px;
	}
	.sec2_list li:first-child {
		margin-left: auto;
	}
	.sec2_list li:last-child {
	    margin-bottom: 0;
	}
	.sec2_list dt {
		font-size: 19px;
	}
	.sec2_list dd {
		font-size: 13px;
	}
	.sec2_list li:before {
	    top: -15px;
	    left: -2%;
	    background-size: 50px auto;
	    width: 50px;
	    height: 50px;
	}
	.sec2_list li:after {
	    top: -32px;
	    bottom: auto;
	    left: 0;
	    right: 0;
	    background-size: 15px auto;
	    width: 15px;
	    height: 26px;
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	}

}
