﻿@charset "utf-8";
body{
    overflow-x: hidden;
	font-family: "M PLUS Rounded 1c", "M+", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color :#545454;
	 font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
    background-color: #f4f4f4;
}
a{
	color: #545454;
	text-decoration: none;
    outline: none;
}
.title-text {
	text-align: center;
	margin:20px 0;
	color:#545454;
}
img {
	vertical-align: top;
}
main {
	width: 90%;
	padding:20px 30px;
	margin:50px auto;
	background-color: #f4f4f4;
	border-radius:30px;
}
.date-area {
	padding-bottom: 20px;
}
.main-title  {
	padding: 20px 0;
	border-bottom: 3px dashed;
	border-color: #27acd7;
	font-size:2rem;
	text-align: left;
}
.page-link ul {
  	padding: 0em 1em 0em 2.7em;
}
.page-link li {
  	line-height: 2;
  	list-style-type: none!important;
  	color: #8B8989;
    	font-family: 'M PLUS Rounded 1c';
}
.page-link a:before {
	font: var(--fa-font-solid);/*アイコン種類1*/
	content: "\f144";/*アイコン種類2*/
  	position: absolute;
  	left : -1.5em;/*左端からのアイコンまでの距離*/
	top: 3px;
}
.page-link a {
  	color: #8B8989;
	position: relative;
}
.page-link a:hover {
	color: #b4b4b4;
}
.chapter-title {
	background-color: #fff;
	border-radius: 15px;
	margin: 40px 0;
	padding: 10px;
    	font-family: 'M PLUS Rounded 1c';
}
.chapter-title:before {
	margin-right: 0.5em;
	border-left: 5px solid;
	border-radius: 5px;
	border-color: #27acd7;
	content: " ";
}
.text-area {
	margin: 20px;
	letter-spacing: 1.2px;
	line-height:1.4;
}
.text-area>p {
	margin: 20px 0 0;
}
.image-area {
	text-align: center;
	margin: 50px auto;
}
.image-area img {
	width:100%;
	max-width:500px;
}
.slider-sub {
	width:100%;
	max-width:500px;
	margin: 50px auto;
}
/*———————————————— SP ———————————-———- */
@media screen and (max-width: 640px) {
	main {
	width: 90%;
	padding:10px 15px;
	margin:20px auto 10px;
	}
	.date-area {
		padding: 5px 0;
	}
	.main-title  {
		font-size: 1.5rem;
	}
	.text-area {
	margin: 5px;
	letter-spacing: 1.2px;
	line-height:1.4;
	}
}