@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: #333333;
	font-size: 100%;
	font-family: Meiryo, sans-serif;
	line-height: 1.8;
	background: url(null) fixed;
	background-color: #fff;
}

html {
	overflow-y: scroll;
}

*,
*::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;
}

/* --------------------------------------------------------
	title
-------------------------------------------------------- */

.toplogo h1 {
	height: 60px;
	overflow: hidden;
	padding-top: 60px;
	background-image: url(logo_mediacenter.png);
	background-repeat: no-repeat;
	background-size: 430px 60px;
	margin-top: 5px;
}


/* --------------------------------------------------------
	container
-------------------------------------------------------- */

.container {
	width: 90%;
	margin: 30px auto;
}

/* --------------------------------------------------------
	card
-------------------------------------------------------- */

.cardContainer {
     display: flex;
     flex-flow: row wrap;
     margin: 50px 0;
}
/*追加*/

.cardSalut{
     text-align: center;
     color: #fff;
     background: #337ab7;
}
.cardPassword{
     text-align: center;
     color: #fff;
     background: #fa8072;
}
.cardMotp{
     text-align: center;
     color: #fff;
     background: #fa8072;
}
.cardSetup{
     text-align: center;
     color: #fff;
     background: #3cb371;
}

.cardBox {
	width: calc(33.3% - 20px);
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cardBoxSub {
        width: calc(33.3% - 20px);
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
}

.cardBoxSalut {
	width: calc(100.0% - 20px);
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.cardBox {
		width: 100%;
		margin-bottom: 20px;
	}
	.cardBox:last-child {
		margin-bottom: 20px;
	}
        .cardBoxSub {
                width: 100%;
                margin-bottom: 20px;
        }
        .cardBoxSub:last-child {
                margin-bottom: 20px;
        }
	.cardBoxSalut {
		width: 100%;
		margin-bottom: 20px;
	}
	.cardBoxSalut:last-child {
		margin-bottom: 20px;
	}
}

.cardBox {
	position: relative;
	border: 2px solid #3cb371;
	border-radius: 5px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.cardBoxSub {
        position: relative;
        border: 2px solid #fa8072;
        border-radius: 5px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.cardBoxSalut {
	position: relative;
	border: 2px solid #337ab7;
	border-radius: 5px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
	.cardBox {
		padding: 0px 0px 40px;
	}
        .cardBoxSub {
                padding: 0px 0px 40px;
        }
	.cardBoxSalut {
		padding: 0px 0px 40px;
	}
}

.cardBox img {
	display: block;
	max-width: 120px;
	margin: 20px auto 20px;
	background: #fff;
}

.cardBoxSub img {
        display: block;
        max-width: 120px;
        margin: 20px auto 20px;
}

.cardBoxSalut img {
	display: block;
	max-width: 120px;
	margin: 20px auto 20px;
}

.cardTtl {
        display:inline;
        text-align: center;
        vertical-align:text-bottom;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
/*追加*/
.cardText {
	   text-align:center;
       padding: 0px 20px 10px;
}
.cardTextEing{
       font-size: 10pt;
}
.cardTextEing p {
        font-size: 10pt

}
@media screen and (max-width: 768px) {
	.cardText {
		margin-bottom: 50px;
	}
}
.cardText a {
	position: absolute;
	bottom: 30px;
	left: 25px;
}

.btnSalut {
	position:relative;
	margin-top: auto;
        padding: 10px 20px 30px;
}
.btnSalut span {
	display: block;
	background: #337ab7;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px;
}

.btnSalut .Link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btnSetup {
	position:relative;
	margin-top: auto;
        padding: 10px 20px 30px;
}
.btnSetup span {
	display: block;
	background: #3cb371;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px;
}

.btnSetup .Link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn {
	position:relative;
	margin-top: auto;
        padding: 10px 20px 30px;
}
.btn span {
	display: block;
	background: #fa8072;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px;
}

.btn .Link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
