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

	action_plan.css
	action_plan page CSS

------------------------------------------------------*/

body#action_plan #title_area {
	background: url(../../work/images/headbg_work.jpg) no-repeat center top;
}

#contents section#method {
	border: solid 8px #ebeeef;
	padding: 45px 7px 7px;
}

	#method h2 {
		font-family: 'Noto Serif Japanese';
		font-weight: 700;
		font-size: 2.8em;
		text-align: center;
		position: relative;
		margin-bottom: 80px;
	}
	
	#contents section#method h2::after {
		width: 82px;
		height: 2px;
		content: '';
		display: block;
		position: absolute;
		top: inherit;
		bottom: -34px;
		left: 50%;
		margin-left: -41px;
		background: #d7d7d7;
	}
	
	section#method ul.list_icon {
		margin: 0 60px 40px;
	}
	
	#scheme {
		width: 100%;
		height: 546px;
		position: relative;
		background: #f9f9f0;
		padding-top: 30px;
	}

	#contents #scheme h3 {
		display: block;
		color: #003b65;
		text-align: center;
		font-size: 2.4em;
	}
	
	.scheme_box {
		width: 315px;
		padding: 10px 25px 0;
		position: absolute;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #fff;
	}
	
	#box_01 {
		top: 140px;
		left: 47px;
	}
	
	#box_02 {
		top: 280px;
		left: 47px;
	}
	
	#box_03 {
		width: 330px;
		top: 417px;
		left: 276px;
	}
	
	#box_04 {
		top: 280px;
		left: 513px;
	}
	
	#box_05 {
		top: 140px;
		left: 513px;
	}
	
	#box_06 {
		top: 140px;
		left: 513px;
	}
	

	.scheme_box h4 {
		color: #ab2548;
		font-size: 1.8em;
		margin-bottom: 5px;
	}
	
	.scheme_box h4 span {
		font-size: 1.67em;
		padding-right: 7px;
		line-height: 1;
	}
	
	#contents section .scheme_box p {
		font-size: 1.6em;
	}
	
	#method_arrow {
		width: 264px;
		height: 200px;
		background: url(../images/method_arrow.png) no-repeat center center;
		position: absolute;
		top: 200px;
		left: 295px;
	}

        .underline-title {
                text-decoration: underline;
                text-decoration-color: #ffa07a;   /* 下線の色 */
                text-decoration-thickness: 5px;   /* 下線の太さ */
                text-underline-offset: 5px;       /* 文字との間隔 */
        }  
 
       .button1 {
                display: inline-block;
                padding: 10px 20px;
                background-color: #ff69b4;  /* ← ボタンの背景色 */
                color: #000000;                /* ← 文字色 */            
                text-decoration: none;
                border-radius: 4px;
        }

       .button1:hover {
                background-color: #ffc0cb;  /* ← マウスを乗せたときの背景色 */
        }





/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


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


#contents section#method {
	padding: 20px 7px 7px;
}

#contents section#method h2 {
	font-size: 1.8rem;
	margin-bottom: 30px;
	padding: 0 10px;
	text-align: left;
}

#contents section#method h2::after {
	display: none;
}

#contents section#method .list_icon {
	margin: 0 15px 20px;
	padding-left: 0;
}

#scheme {
	height: auto;
	padding: 15px 0;
}

#contents #scheme h3 {
	font-size: 1.8rem;
}

.scheme_box {
	width: 95% !important;
	min-height: auto;
	margin: 0 auto 15px;
	padding: 10px 50px 5px 15px;
	position: relative;
}

	#box_01 {
		top: inherit;
		left: inherit;
	}
	
	#box_02 {
		top: inherit;
		left: inherit;
	}
	
	#box_03 {
		width: auto;
		top: inherit;
		left: inherit;
	}
	
	#box_04 {
		top: auto;
		left: inherit;
	}
	
	#box_05 {
		top: auto;
		left: inherit;
	}

        #box_06 {
		top: auto;
		left: inherit;
	}
        
.scheme_box h4 {
	font-size: 1.4rem;
}

#contents section .scheme_box p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#method_arrow {
	width: 100%;
	height: 75%;
	position: absolute;
	background: url(../images/method_arrow_sp.png) no-repeat right 5px top 0;
	background-size: contain;
	top: 18%;
	left: 0;
}



}