/*
 * Greeting page Shichitou v1.0 (https://www.shichitou.shinkumi.co.jp)
 * Copyright Shichitou Credit Association
 * 制作 TO-ON Design
 */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

.en_title_text {
	font-family: "Newsreader", serif;
	font-size: 2.8rem;
 	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 2.0rem;
	letter-spacing: 0.3rem;
}

h1 {
	padding: 40px 0 20px;
	font-size: 1.4rem;
	font-family: "Shippori Mincho", serif;
}

.purpose_key {
	padding: 10px 0;
	font-family: "Shippori Mincho", serif;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	line-height: 0;
	color: #00a0bd;
}

.purpose_desc {
	padding: 0 0 30px 20px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.15rem;
}

h3 {
	padding: 30px 0 20px;
	font-size: 1.8rem;
	font-weight: 900;
	font-family: "Shippori Mincho", serif;
}

/* スマホの時だけ改行させるクラス */
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
