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


/*article01--------------------------*/

#article01 {
	padding: 10px 0 0 0;
}
#article01-01,#article01-02,#article01-03,#article01-04 {
	padding: 50px 0 0 0;
}

#article01-01 h3,#article01-02 h3,#article01-03 h3,#article01-04 h3{
	margin: 30px 0 30px 0;
}
#article01 .howto{
	display: flex;
}
#article01 .howto dt{
	width: 150px;
}
#article01 .howto dd{
	flex:1;
}

#article01 .flow dl{
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px #cccccc solid;
}
#article01 .flow dt{
	flex:1;
	line-height: 2;
	font-weight: 700;
}
#article01 .flow dt p{
	background: #009ee8;
	border-radius: 50px;
	padding:5px 10px;
	width: 100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#article01 .flow dd{
	width: 280px;
	text-align: center;
}
#article01 .demerit dl{
	margin-bottom: 30px;
}
#article01 .demerit dt{
	background:#666;
	border-radius: 30px 30px 0 0;
	padding: 10px 40px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}
#article01 .demerit dd{
	background:#f2f2f2;
	border-radius:0 0 30px 30px;
	padding:30px 40px 40px 40px;
	font-weight: 700;
}
#article01 .merit dl{
	background:#ccecfa;
	border-radius: 30px;
	padding:0 0 40px 0;
	margin: 40px 0;
}
#article01 .merit dt{
	background:#009ee8;
	border-radius: 30px 30px 0 0;
	padding: 10px 40px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 30px;
}
#article01 .merit dd{
	background:url(../img/article/cmn-lbox-check.png) no-repeat left center;
	font-weight: 700;
	padding: 0 0 0 40px;
	margin: 0 40px;
}

/*article02--------------------------*/

#article02 {
	padding: 10px 0 0 0;
}
#article02 .flow dl{
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px #cccccc solid;
}
#article02 .flow dt{
	flex:1;
	line-height: 2;
	font-weight: 700;
}
#article02 .flow dt p{
	background: #009ee8;
	border-radius: 50px;
	padding:5px 10px;
	width: 100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#article02 .flow dd{
	width: 280px;
	text-align: center;
}

/*article03--------------------------*/

#article03 {
	padding: 10px 0 0 0;
}
#article03 .pic_side{
	display: flex;
	justify-content: space-between;
}
#article03 .pic_side li{
	width: 48%;
}
#article03 .pic{
	text-align: left;
}
#article03 .att{
	position: relative;
	padding: 40px;
    background: #ff9600;
    color: #fff;
	font-weight: 500;
	margin: 30px auto 30px auto;
	border-radius: 20px;
	text-align: center;
	line-height: 1.5;
}
#article03 .att strong{
    font-size: 18px;
	display: block;
	margin-bottom: 20px;
}

/*article04--------------------------*/

#article04 {
	padding: 10px 0 0 0;
}

#article04 .howto{
	display: flex;
}
#article04 .howto dt{
	width: 270px;
	text-align: center;
}
#article04 .howto dd{
	flex:1;
}
#article04 .reference {
	background: #f3f3f3;
	border-radius: 30px;
	padding: 40px;
	margin: 80px 0 0 0;
}
#article04 .reference dt{
	border-bottom: 1px #333 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

/*article05--------------------------*/

#article05 {
	padding: 10px 0 0 0;
}	
#article05 .merit_cont {
	background: #ccecfa;
	border-radius: 20px;
	margin: 40px 0 0 0 ;
	padding-bottom: 10px;
}
#article05 .merit_cont .ttl {
	background: #009ee8;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 40px;
	line-height: 1.5;
}
#article05 .merit_cont p {
	padding:25px 40px 0 40px;
}



@media screen and (max-width: 768px) {/* スクリーンサイズが767px以下の場合に適用 */


/*article01--------------------------*/

#article01-01,#article01-02,#article01-03,#article01-04 {
	padding: 20% 0 0 0;
}

#article01-01 h3,#article01-02 h3,#article01-03 h3,#article01-04 h3{
	margin: 0% 0 7% 0;
}
#article01 .howto{
	display:block;
}
#article01 .howto dt{
	width: auto;
	text-align: center;
	margin: 0 auto 30px auto;
}

#article01 .flow dl{
	display:block;
	margin-bottom: 10%;
	padding-bottom: 10%;
}
#article01 .flow dt{
	margin: 0 auto 30px auto;
}

#article01 .flow dd{
	width: auto;
}
#article01 .demerit dl{
	margin-bottom: 7%;
}

#article01 .demerit dd{
	padding:5% 7% 7% 7%;
	line-height: 2;
}
#article01 .merit dl{
	padding:0 0 7% 0;
	margin: 10% 0;
}
#article01 .merit dt{
	margin-bottom: 5%;
}
#article01 .merit dd{
	line-height: 1.7;
	padding: 0 0 0 30px;
	margin: 0 7% 5% 7%;
}

/*article02--------------------------*/

#article02 .flow dl{
	display:block;
	margin-bottom: 10%;
	padding-bottom: 10%;
}
#article02 .flow dt{
	margin: 0 auto 30px auto;
}

#article02 .flow dd{
	width: auto;
}

/*article03--------------------------*/
#article03 .pic_side{
	display:block;
}
#article03 .pic_side li{
	width: auto;
	margin-bottom: 7%;
}
#article03 .recommend p{
	text-align: left;
}
#article03 .recommend{
	margin: 15% 0 0 0;
}
/*article04--------------------------*/

#article04 .howto{
	display:block;
}
#article04 .howto dt{
	width: auto;
	margin-bottom: 7%;
}

#article04 .reference {
	padding: 7%;
	margin: 10% 0 0 0;
}
#article04 .reference dt{
	border-bottom: 1px #333 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#article04 .reference dd{
		line-height: 2;
}
	
/*article05--------------------------*/


#article05 .merit_cont {
	margin:10% 0 0 0 ;
	padding-bottom: 3%;
}
#article05 .merit_cont .ttl {
	font-size: 15px;
	padding: 15px 20px;
}
#article05 .merit_cont p {
	padding:7% 7% 0 7%;
	line-height: 1.5;
}
#article05 .merit_cont .pic {
	padding:0 7% 0 7%;
}

	
} 






