@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/*-------------
container
-------------*/
.name{
	font-size: 13px;
}
@media screen and (max-width: 757px) {
	.name{
	font-size: 12px;
		line-height: 1.2em;
}
}
section{
	margin: 25px 0;
}
.st01{
    color: #f05a24;
}
.gaiyo table{
		margin-left: 1em;
}
.gaiyo th{
    color: #f05a24;
    vertical-align: top;
    padding: 10px;
    white-space: nowrap;
    text-align: left;
}
.gaiyo td{
	padding: 10px 0px;
}
@media screen and (max-width: 450px) {
	
	.tbl-r02 th,
  .tbl-r02 td {
    display: block !important;
    width: 100% !important;
  }
	.gaiyo td{
	padding: 0px 10px;
}
}
.gaiyo h2, .gaiyo2 h2{
	font-size: 22px;
	color: #f05a24;
}
.gaiyo ul, .gaiyo2 ul{
    list-style-type: none;
	font-size: 14px;
	line-height: 1.6em;
}
.gaiyo li, .gaiyo2 li{
	list-style-position: outside;
}
.gaiyo li:before{
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
	margin-right: 0.2rem;
	margin-left: -1.3em;
}
.gaiyo2 li:before{
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 300;
	margin-right: 0.2rem;
	margin-left: -1.3em;
}
@media screen and (max-width: 575px) {
	.gaiyo ul, .gaiyo2 ul{
	font-size: 12px;
	line-height: 1.6em;
}
	.gaiyo li, .gaiyo2 li{
	list-style-position: outside;
		margin-left: -20px;
}
.gaiyo li:before{
	margin-right: 0.2rem;
	margin-left: -1.3em;
}
.gaiyo2 li:before{
	margin-right: 0.2rem;
	margin-left: -1.3em;
}
}
/*-------------
base
-------------*/
body {
	/*font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.5px;
	margin: 0px;
	color: #000 !important;
}
a {
    color: #f05a24 !important;
    text-decoration: none;	
}
a:hover {
    color: #F0A02B !important;
    text-decoration: none;
}
p {
	line-height: 1.8em;
	font-size: 14px;
}
.info p{
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 1.3em;
}
.four p{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
	
	.img-book{
	max-height: 220px;
	width: auto;
}
}

h3{
	font-size: 1.5em !important;
	color: #f05a24 !important;
	margin: 1.5em 0 0.4em !important;
	font-weight: 300;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 0.5em;
	letter-spacing: 2px;
}
h2{
	
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.5em;
}
@media screen and (max-width: 575px) {
	.gaiyo h2, .gaiyo2 h2{
	font-size: 18px;
	color: #f05a24;
}
	h3{
	font-size: 1.3em !important;
	margin: 1.5em 0 0.4em !important;
	padding: 0.4em;
	letter-spacing: 2px;
}

	body {
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.5px;
}p {
	line-height: 1.8em;
	font-size: 12px;
}
.four p{
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.4em;
}
	.info p{
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 1.3em;
}
h2{
font-size: 1.9em;
	letter-spacing: 1px;
}
}
.footer-sc h4{
	font-size: 1em;
	font-weight: 500;
}
.bg-red{
	background-color: #f05a24;
	color: #fff !important;
}
.bg-red h3{
	color: #fff !important;
	font-weight: 400;
}
ul{
	margin: 0 !important;
}
.bg-red li{
	font-size: 1.2em;
	margin: 1em 0;
}
.image-top{
	max-width: 1350px;
}
.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.imp li{
	font-size: 1.2em;
	color: #f05a24;
	margin: 1em 0;
}

/*-------------
button
-------------*/
.btn-buy {
  display: inline-block;
  padding: 1em 40px;
  border-radius: 5px;
  border: 2px solid #f05a24;
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;background-color: #f05a24;
	text-align: center;
	font-size: 1.5em
}

.btn-buy:hover {
  background: #F0A02B;
	border: 2px solid #F0A02B;
  color: #fff !important;
}
input.button4 {
	/* 文字サイズを1.4emに指定 */
	font-size: 1.2em;
	/* 文字の太さをboldに指定 */
	font-weight: normal;
	/* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
	padding: 10px 30px;
	/* 背景色を濃い青色に指定 */
	background-color: #B5001F;
	/* 文字色を白色に指定 */
	color: #fff;
	/* ボーダーをなくす */
	border-style: none;
	line-height: 1em;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
}

input.button4:hover {
	/* 背景色を明るい青色に指定 */
	background-color: #FFE2E7;
	/* 文字色を白色に指定 */
	color: #000f;
}
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #FFE2E7;
	color: #FF6699;
}
.button:hover {
	background-color: #FF6699;
	color: #fff;
}
