@charset "utf-8";

.wrap-inner{
	max-width: 1000px;
	margin: 0 auto;
	font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.2rem;
}

#main{
	margin-bottom: 2em;
}

.h1-ttl{
	clear: both;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	margin: 1.5em auto;	
}

.e5489-logo{
	width: 110px!important;
	height: 44px!important;
	margin: 0.3em 1em 0.3em 0;
	float: left;
}
.h2-ttl{
	color: #c1272d;
	font-size: 1.6rem;
	font-weight: 500;
	background-color: #fff;
    margin: 2em 0;
    padding: 1.5em;
    position: relative;
    z-index: 1;
}

.h2-ttl::before,
.h2-ttl::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.h2-ttl::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;	
}

.h2-ttl::after {
    background-color: #66aad8;
    top: 5px;
    left: 5px;
    z-index: -2;
}

.h3-ttl{
	margin-top: 2em;
	border-left: 8px solid #0072be;
	border-bottom: 2px solid #0072be;
	padding-left: 1em;
	font-size: 120%;
}

.h4-ttl{
	background: #0072be;
	text-align: center;
	padding: 0.2em 0;
	font-size: 110%;
	color: #fff;
}

.h5-ttl{
	font-size: 1.2rem;
	font-weight: 500;
	border: 2px solid #0072be;
	text-align: left;
	padding: 0.5em;
	border-radius: 10px;
	width: 95%;
	margin: 0 auto;
}

.h6-ttl{
	background: #E4E2E2;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1em 1.5em;
	margin: 0.5em;
}

.asterisk{
	padding: 1em 2%;
}
.asterisk li {
	text-align: left;
	margin: 0.2em 0 0.2em 1.5em;
	text-indent: -1em;
	display: block;
}

.asterisk li::before {
    content: "※ ";
}

.red-asterisk li{
	color: #FF0004;
	font-size: 90%;
	padding: 5px 9% 0 0;
	float: right;
	font-weight: 700;
}

.red-asterisk li::before {
    content: "※ ";
}

.font-red{
	color: #FF0004;
}

.thumbnail {
	width: 100%;
    margin: 1em auto 2em auto;
    border: 1px solid #B4A2A2;
    background: #f2f2f2;
	float: left;
	padding-bottom: 1em;
}

.content{
	padding: 2em 2em 1em 2em;
}
.tokutoku{
	padding: 1em 2em 2em 2em;
}

.thumbBtnLeft{
	width: 33%;
	margin: 0 3% 0 0;
}
.thumbBtnRight{
	width: 33%;
	margin: 0 0 0 3%;
}
.detail-btn a {
    background: #0072be;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.detail-btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.detail-btn a:hover {
	background: #6bb6ff;
	color: #FFF;
}
.detail-btn a:hover:after {
	right: 0.6rem;
}

.appli-btn a {
    background: #0072be;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.appli-btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.appli-btn a:hover {
	background: #6bb6ff;
	color: #FFF;
}
.appli-btn a:hover:after {
	right: 0.6rem;
}
.howTo{
	clear: both;
}

.link{
	clear: both;
	overflow: hidden;
	background-color: #d2ecf5;
	padding: 2em 0
}

.flex-center {
	display: flex;
	justify-content: center;
}

.linkBoxLeft,.linkBoxRight{
	clear: both;
	overflow: hidden;
	margin: 1em;	
}

.linkBoxLeft a,.linkBoxRight a{
	text-decoration: none;
}

.font85{
	font-size: 85%;
}

.font80{
	font-size: 80%;
}

.link-howto{
	color: #0072be;	
}
.link-howto:hover{
	font-weight: 700;
}
.spMode .h1-ttl{
	font-size: 1.29rem;
}
.spMode .e5489-logo{
	margin: 1.3em 1em 1.3em 0;
}
.spMode .h2-ttl {
	font-size: 1.1rem;
    padding: 1em 0.5em;
}
.spMode .h5-ttl{
	width: 88%;
}
.spMode .tokutoku{
	padding: 1em 0.5em;
}
.spMode .content{
	padding: 1em 0.5em;
}
.spMode .flex-center {
    display: block;
}
.spMode .thumbBtnLeft{
	width: 70%;
	float: none;
	margin: 5% auto;
}
.spMode .thumbBtnRight{
	width: 70%;
	float: none;
	margin: 5% auto;
}
/*.spMode .red-asterisk li{
	padding: 5px;
}*/
.spMode .pc-none{
	display: none;
}