@charset "utf-8";

body{font-size:62.5%;}
.base .main {
	margin: 0 0 15px;
	padding: 0 ;
}
.main.fuku {
  background-color: #e70012;
}
.sitewrap{
	max-width:1200px;
	overflow:hidden;
	padding:0 10px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.notes {
	text-align: left;
	font-size: 12px;
    border-top: 1px solid #a1a1a1;
     border-bottom: 1px solid #a1a1a1;
    /**background-color:#FFF89B;**/
    padding: 10px;
}
.ttl {
	text-align: center;
	padding: 5px 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0;
	border-radius: 10px;
}
.ttl-pink {
	background: #E85197;
}
.ttl-green {
	background: #5BB430;
}
.ttl-blue {
	background: #00B8EE;
}
.ttl-orange {
	background: #EF8200;
}
.ttl-red {
	background: #e70012;
}
.line-box {
	border-bottom: #9F9FA0 solid 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.line-box {
	width: 100%;
	display: flex;
}
.line-box a:hover {
	text-decoration: none;
}
.line-box-left {
	width: 40%;
	margin-right: 5%;
}
.line-box-logo {
	border: #9F9FA0 solid 1px;
    text-align: center;
}
.line-box-icon {
	background: #59b43d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}
.line-box-right {
	width: 55%;
}
.line-box-right p{
font-size: 1.4rem;
}
.line-box-right .mark_icon {
    max-width: 40px;
    margin-top:8px;
    display: flex;
}
.line-box-right .mark_icon img{
    width: 40px;
}
.line-box-right .redtext {
    color: #FF0004;
    font-weight: bold;
}

.line-box-txt01 {
	font-size: 14px;
	font-weight: bold;
}
.line-box-txt02 {
	font-size: 12px;
}
.line-box-txt03 {
	font-size: 16px;
	font-weight: bold;
	color: #e60012;
	margin-top: 10px;
}
.line-box-txt03 strong {
	font-size: 200%
}
.line-box-txt04 {
	font-size: 13px;
}
.line-box-txt05 {
	background: #595757;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0;
}
.maru {
	width: 12px;
	height: 12px;
	font-size: 8px;
	border-radius: 50%;
	border: #000 solid 1px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
	vertical-align: baseline;
}
.red_box {
    font-size: 70%;
  background: #E50011;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 0.25em;
  margin-top: 5px;
}
.black_box {
  background: #000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.25em;
  margin-top: 5px;
}

.smlfoot{
font-size: 14px;
padding-bottom:20px;  
}

.link {
  text-decoration: underline;
  color: blue;
}

@media screen and (min-width:980px) {
	.base .main {
		margin: 0 auto 15px;
	}
	.notes {
		font-size: 16px;
        padding: 10px;
	}
	.ttl {
		font-size: 30px;
		margin: 30px 0;
	}
	.line-box-wrap {
		display: flex;
		flex-flow: wrap;
	}
	.line-box {
		width: 48%;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.line-box:nth-child(odd){
		margin-right: 4%;
	}
	.line-box a:hover {
		opacity: 0.7;
	}
	.line-box-icon {
		font-size: 12px;
	}
	.line-box-txt01 {
		font-size: 16px;
	}
	.line-box-txt02 {
		font-size: 14px;
	}
	.line-box-txt03 {
		font-size: 18px;
	}
	.maru {
		width: 14px;
		height: 14px;
		font-size: 10px;
	}
}

@media screen and (min-width:480px) {
.line-box-right .mark_icon img{
    width: 40px;}
    }
