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

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}

.h1_souzoku {
font-size: 26px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
text-align: center;
letter-spacing: 0.1em;
font-weight: 300;
	display: block;
	margin-bottom: 5px;
}

.h2_title {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 33px;
	text-align: center;
	display: block;
	margin: 20px auto 20px auto;
}

.h3_kadomaru {
	background-color: #fff;
	width: 86%;
	padding: 10px 2%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	text-align: justify;
	font-weight: normal;
	border-radius: 40px;
	margin: 20px auto;
	display: block;
	margin-bottom: 20px;
}

.h4_subtitle {
	font-size: 18px;
	font-weight: 400;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: justify;
	padding-bottom: 20px;
}



.text_souzoku {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 20px;
}

.text_souzoku_b {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 20px;
}


.text2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 20px;
}







/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

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

.h1_souzoku {
font-size: 18px;
}

.text_souzoku {
	font-size: 14px;
}

.h2_title {
	font-size: 24px;
}

.h3_kadomaru {
	background-color: #fff;
	width: 82%;
	padding: 10px 4%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	text-align: justify;
	font-weight: normal;
	border-radius: 40px;
	margin: 20px auto;
	display: block;
	margin-bottom: 20px;
}


.text_souzoku_b {
	display: block;
	width: 55%;
	float: right;

}