@charset "utf-8";
/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

body {
	color: #000000;
	font-size: 100%;
	font-family: :"M PLUS 1p","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background: url(null) fixed;
	background-color: #fff;
}

html {
	overflow-y: scroll;
}

.red{
	font-family:"M PLUS 1p","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
	color: #000000;
	}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}
img {
	width:100%;
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
a,a:link,a:visited,a:hover,a:active{
	color:#054691;
	text-decoration:none;
}

/* --------------------------------------------------------
	container
-------------------------------------------------------- */

.container {
	width: 90%;
	margin:  50px 10;
}

/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0 10px;
}
.cardBox {
	width: calc(33.3% - 20px);
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	.cardBox {
		width: 100%;
		margin-bottom: 50px;
	}
	.cardBox:last-child {
		margin-bottom: 20px;
	}
}

.cardBox {
	position: relative;
	font-family: "M PLUS 1p";
	color: #000000;
	padding: 60px 10px 60px;
	border: 2px solid #000000;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
	.cardBox {
		padding: 50px 10px 40px;
	}
}

.cardBox img {
	display: block;
}

.cardTtl {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family:"M PLUS 1p","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
}

.cardNumber {
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 160%;
	line-height: 1;
	padding-top: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #000000;
	z-index: 0;
}

.cardText p {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.cardText {
		margin-bottom: 10px;
	}
}
.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}