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

body {
	
}

li {
	list-style: none;
	
}


/*------------------------------------HEADER*/

.header_info {
	background:#fff;
}

.header_flexbox {
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	align-items:center;
	background:#fff;
	padding:20px 0;
	max-width:1024px;
}

.header_flexbox img {
	padding-top:10px;
}

#sub_wrap {
	background-image:url("../images/mushiba/mushiba_back.jpeg");
}

/*------------------------------------TOP*/

#sub_top {
	padding:50px 15px 0 15px;
}

.sub_top_title {
	font-size:28px;
	text-align: center;
	padding-bottom:25px;
}

.sub_top_icon {
	text-align: center;
}

.sub_top_subtitle {
	font-size:22px;
	color:#EF8055;
	padding:25px 0;
	text-align: center;
	line-height:1.4em;
}

.sub_top_text {
	width:100%;
	margin:0 auto;
	line-height:1.7em;

}

/*------------------------------------SHISHUBYO*/

.phase_01,.phase_02,.phase_03,.phase_04 {
	position:relative;
	padding:15px;
	width:auto;
	margin:0 15px 30px 15px;
	border:solid 1px #BBBCBC;
	border-radius: 20px;
	background: #fff;
	padding:65px 20px 20px 20px;
}

.sishubyo_flexbox {
	display:flex;
	flex-direction: column;
	width:auto;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top:50px;
	margin:0 auto;
}

.phase_01_img,.phase_02_img,.phase_03_img,.phase_04_img {
	text-align: center;
}

.sishubyo_title {
	font-size:23px;
	text-align:center;
	padding-top:25px;
}

.sishubyo_number {
	border-radius: 200px;
	background:#6C6D6D;
	width:70px;
	height:70px;
	font-size:28px;
	color:#fff;
	text-align: center;
	line-height:68px;
	box-sizing: border-box;
	position:absolute;
    position: absolute;
	top:-20px;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 10000;
}

.arrow {
	display:none;
}

.sishubyo_text_cont {
	line-height:1.4em;

}

#sishubyo_02 {
	background-color: rgba(255,236,142,0.15);
    padding: 50px 0 0 0;
    margin-top: 50px;
}

.sishubyo_02_title {
	font-size:23px;
	text-align:center;
	line-height:1.7em;
}

.sishubyo_02_cont {
	text-align: left;
	line-height:1.7em;
	padding:25px 15px;
}

.sishubyo_accent {
	color:#EF8055;
}

.shishubyo_message {
	line-height:1.7em;
	width:auto;
	margin:0 auto;
	padding: 0 15px;
}

.shishubyo_accent02 {
	color:#EF8055;
	font-size:23px;
}

.sishubyo_disease,.sishubyo_disease_02 {
	display:flex;
	width:auto;
	justify-content: space-between;
	margin:0 15px;
	flex-wrap: wrap;
}

.sishubyo_disease_02 {
	margin-top:0px;
}

.sishubyo_results {
	font-size:20px;
	text-align: center;
	padding:25px 15px;
	line-height:1.4em;
}

.disease_box {
	border-radius: 100px;
	background:#FFEC8E;
	width:140px;
	height:140px;
	font-size:20px;
	text-align:center;
	line-height:140px;
	margin-bottom:15px;
	
}

.arrow {
	position:absolute;
	top: 110px;
	right:-45px;
	z-index: 1000;
}

.desease_flexbox {
    display: flex;
	flex-direction: column;
    width: auto;
    margin: 0 auto;
    padding: 25px 0 25px 0;
    justify-content: space-between;
}

.tonyo,.domyaku {
	width: auto;
    position: relative;
}

.tonyo_title,.domyaku_title,.baby_title {
	background-color: rgba(255,236,142,0.6);
    padding: 10px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

.tonyo_title {
    background-color: rgba(245,173,130,0.6);

}

.domyaku_title {
	background-color: rgba(174,215,243,0.6);
	margin-top:25px
}

.baby_title {
	background-color: rgba(255,236,142,0.6);
}

.tonyo_cont,.domyaku_cont {
	padding: 15px;
    line-height: 1.7em;
}

.baby {
	max-width: 950px;
    margin: 0 auto;
    position: relative;
}

.baby_cont {
	line-height: 1.7em;
    padding: 15px;
}


.tonyo_img_01,.tonyo_img_02,.tonyo_img_03,.domyaku_img_01,.domyaku_img_02 {
	position:absolute;

}

.tonyo_img_01 {
	display: none;
}

.tonyo_img_02 {
	display: none;
}

.tonyo_img_03 {
	display: none;
}

.domyaku_img_01 {
	display: none;
}

.domyaku_img_02 {
	display: none;
}


/*-----------------------------------SHINBI*/

#message {
	background-color: rgba(255,236,142,0.15);
    padding: 25px 0 70px 0;
}

.message_box {
	background-image:none;
	background:#fff;
	width:auto;
	height:370px;
	margin:0 15px;
}

.message_title {
	font-size:20px;
	line-height:36px;
	border-bottom:solid 2px #5C5D5D;
	width:130px;
	text-align: center;
	padding-top:20px;
	margin:0 auto;
}

.message_text {
	line-height:36px;
	padding:15px 15px 0 15px;

}

.under_line {
	border-bottom:dotted 1px #5C5D5D;
	padding-bottom:10px;
}

.message_accent {
	color:#EF8055;
	font-size:20px;
}

.message_text2 {
	text-align:center;
	padding-bottom:30px;
	padding-top:10px;
	line-height:1.4em;
}

.yobou_btn {
	text-align: center;
	padding:0;
}

#top {
	padding-top:50px;
}

