@charset "utf-8";

h1.midashi
{
	font-size: 22px;
	background-color: #c9f9f8;

	border-radius: 10px 10px 10px 10px;
	padding: 5px;
}

.padding_15lr
{
	padding: 0px 15px 0px 15px;
}

.maru_bar
{
	background-image: url('../common/img/maru_bar.gif');
	background-repeat: no-repeat;
	text-align: left;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 1px;
	height: 37px;
}

#main .service_p2_kikashinsei_explain_box
{
    display: flex;
    justify-content: left;
	align-items:stretch;
	margin-bottom: 25px;
}

#main .service_p2_kikashinsei_explain_box .title
{
	background-color: #d4f4f3;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
/*	margin-top: 20px;
	margin-bottom: 10px;
*/
	width: 210px;
	margin-right: 20px;
	align-content: center;
}

#main .service_p2_kikashinsei_explain_box .explain
{
    display: flex;
	text-align: left;
	width: 90%;
}


#main .service_p2_mibunkei_explain_box
{
    display: flex;
    justify-content: left;
	align-items:stretch;
	margin-bottom: 25px;
}

#main .service_p2_mibunkei_explain_box .title
{
	background-color: #d4f4f3;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
/*	margin-top: 20px;
	margin-bottom: 10px;
*/
	width: 180px;
	margin-right: 20px;
	align-content: center;
}

#main .service_p2_mibunkei_explain_box .explain
{
    display: flex;
	text-align: left;
    width: fit-content;
}



#main .service_p2_box1s
{
    display: flex;
    justify-content: center;
/*    align-items: flex-end; */
	align-items:stretch;
	margin-bottom: 20px;
}

#main .service_p2_shurou
{
	padding: 15px;
	text-align: left;
}

#main .service_p2_box1s .service_p2_example_box 
{
	background-color: #d4f4f3;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 150px;
}

#main .service_p2_box1s .service_p2_example_box:not(:last-child)
{
	margin-right: 10px;
} 

.mgtop10
{
	margin-top: 10px;
}


.greeting
{
    display: flex;
    justify-content: space-between;
/*    align-items: flex-end; */
	align-items:stretch;
	margin-bottom: 25px;
}

.greeting .greeting_left
{
	width: 15%;
	display:flex;
	flex-direction:column;
	margin-right: 35px;
}
.greeting .greeting_left .imgbox img
{
	max-width: 100%;
}
.greeting .greeting_right
{
	display:flex;
	flex-direction:column;
	width: 85%;
	text-align: left;
}

.greeting .greeting_right a
{
	display: contents;
}

#main .books, #main .media, #main .article
{
	text-align: left;
	margin: 1em;
}

#main .books ul, #main .media ul, #main .article ul
{
    list-style-type: none;
}

.service3
{
	background-color: #f3efe6;
	margin: 0 auto;
	text-align: center;
	padding: 20px;

}

.service3 .serivce_service3_box .example_title
{
	background-color: #d4f4f3;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 150px;
}

.service3 .serivce_service3_box .box_example
{
	margin-left: 16px;
}

.service3 .serivce_service3_box
{
	/*display:flex; */
/*	margin-right: 15px; */
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
}

.service3 .serivce_service3_box .box .circle
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align:center;
  line-height: 35px;
}

.service3 .serivce_service3_box .box .circle_1
{
  background: #fdd9af;
}
.service3 .serivce_service3_box .box .circle_2
{
  background: #fccb20;
}
.service3 .serivce_service3_box .box .circle_3
{
  background: #ecfc45;
}
.service3 .serivce_service3_box .box .circle_4
{
  background: #8ffd39;
}
.service3 .serivce_service3_box .box .circle_5
{
  background: #81fdd5;
}


.service2
{
	background-color: #f3efe6;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.service2 h2
{
	font-size: 18px;
}

.circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: skyblue;
  text-align:center;
  line-height: 80px;
}

.service2 .serivce_service2_box
{
    display: flex;
    justify-content: center;
/*    align-items: flex-end; */
	align-items:stretch;
	margin-top: 10px;
	margin-bottom: 20px;
}
.service2 .serivce_service2_box .box1
{
	/*display:flex; */
	flex-direction:column;
	width: 18%;
	margin-right: 15px;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
	padding: 8px;
}
.service2 .serivce_service2_box .box1 .circle_1
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fdd9af;
  text-align:center;
  line-height: 35px;
}

.service2 .serivce_service2_box .box2
{
/*	display:flex; */
	flex-direction:column;
	width: 24%;
	margin-right: 15px;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
	padding: 8px;
}

.service2 .serivce_service2_box .box2 .circle_2
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fccb20;
  text-align:center;
  line-height: 35px;
}

.service2 .serivce_service2_box .box3
{
/*	display:flex; */
	flex-direction:column;
	width: 18%;
	margin-right: 15px;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
	padding: 8px;
}

.service2 .serivce_service2_box .box3 .circle_3
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ecfc45;
  text-align:center;
  line-height: 35px;
}

.service2 .serivce_service2_box .box4
{
/*	display:flex; */
	flex-direction:column;
	width: 24%;
	margin-right: 15px;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
	padding: 8px;
}

.service2 .serivce_service2_box .box4 .circle_4
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #8ffd39;
  text-align:center;
  line-height: 35px;
}
.service2 .serivce_service2_box .box5
{
/*	display:flex; */
	flex-direction:column;
	width: 24%;
	margin-right: 15px;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
	padding: 8px;
}

.service2 .serivce_service2_box .box5 .circle_5
{
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #81fdd5;
  text-align:center;
  line-height: 35px;
}

#main p.text-alignleft
{
	text-align: left;
}

.anshin_support_image
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.anshin_support_image img
{
	max-width: 100%;
}
/*
.anshin_support_image img
{
	max-width: 80%;
}
*/

@media all and (max-width: 999px)
{
	#main
	{
		padding: 0px 15px 0px 15px;
	}

}


@media all and (max-width: 710px)
{
	.anshin_support_image img
	{
/*		max-width: 98%; */
	}

	.service
	{
		display: inline-block;
	}
	.service .service_left
	{
		width: auto;
	}
	.service .service_right
	{
		width: auto;
		padding: 15px;
	}
}


@media all and (max-width: 505px)
{
	#main
	{
		padding: 0px 8px 0px 8px;
	}
	.padding_15lr
	{
		padding: 0px 8px 0px 8px;
	}

	#main .service_p2_box1s
	{
		display: block;
	}

	#main .service_p2_box1s .service_p2_example_box
	{
		width: auto;
	}

	#main .service_p2_box1s .service_p2_example_box:not(:last-child)
	{
		margin-right: 0px;
	}

	#main .service_p2_mibunkei_explain_box
	{
		display: block;
	}
	#main .service_p2_mibunkei_explain_box .title
	{
		width: auto;
	    margin-right: 0px;
	}

	#main .service_p2_kikashinsei_explain_box
	{
		display: block;
	}
	#main .service_p2_kikashinsei_explain_box .title
	{
		width: auto;
	    margin-right: 0px;
	}
}


@media all and (max-width: 450px)
{
	#main
	{
		padding: 0px 5px 0px 5px;
	}
	.padding_15lr
	{
		padding: 0px 5px 0px 5px;
	}
}

