@charset "UTF-8";

/***********************************
カラーセレクト
************************************/

strong{
	color: #f2790d;	
}
.mt20 {
    margin-top: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}

/*ノーマルカラー*/
.color01 .st{
	background-color: #dff4f6;
	border-bottom-color: #00aebb;
}

.color01 .st h3{
	background-image: url(../../images/campaign/iconH01.png);
}

.color01 .st h3 strong{
	color: #00aebb;	
}

.color01 .line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00aebb;
	margin-bottom: 30px;
}

.color01 #cTitle strong{
	color: #00aebb;
}

/*新春さくらカラー*/
.color02 .st{
	background-color: #fbe5ec;
	border-bottom-color: #fc729c;
}

.color02 .st h3{
	background-image: url(../../images/campaign/iconH02.png);
}

.color02 .st h3 strong{
	color: #fc729c;	
}

.color02 .line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc729c;
}

.color02 #cTitle strong{
	color: #fc729c;
}

/*秋枯葉カラー*/
.color03 .st{
	background-color: #fdf3e2;
	border-bottom-color: #b59050;
}

.color03 .st h3{
	background-image: url(../../images/campaign/iconH03.png);
}

.color03 .st h3 strong{
	color: #b59050;	
}

.color03 .line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b59050;
}

.color03 #cTitle strong{
	color: #b59050;
}

/*抹茶カラー*/
.color04 .st{
	background-color: #eafbe8;
	border-bottom-color: #5ca057;
}

.color04 .st h3{
	background-image: url(../../images/campaign/iconH04.png);
}

.color04 .st h3 strong{
	color: #5ca057;	
}

.color04 .line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5ca057;
}

.color04 #cTitle strong{
	color: #5ca057;
}

.aff.campaign #pageTitleBox {
	background: #f2f2f2;
}

.aff.campaign #campeignBox .inBox {
	padding-bottom: 10px;
}
.aff.campaign .btnBox strong {
	color: #f2790d;
}
.aff.campaign .btnBox img {
	width: 500px;
}
.aff.campaign #campeignBox .btnBox p,
.aff.campaign #campeignBox .btnBox strong {
	font-size: 14px;
}
@media screen and (max-width: 667px){
	.aff.campaign #campeignBox .btnBox p,
	.aff.campaign #campeignBox .btnBox strong {
		font-size: 2.8vw;
		margin-top: 1vw;
	}
	.aff.campaign .btnBox .btn-copy {
		width: 50%!important;
	}
}

/***********************************
カラーセレクト end
************************************/


/*contents CSS PC用*/
@media screen and (min-width: 668px){
#campeignBox{
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#campeignBox .inBox{
	padding: 30px;
}


#campeignBox #twitterBox{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
}

#campeignBox #twitterBox .twitterInBox{
	float: right;
}

/*h3*/
#campeignBox .st{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#campeignBox .st h3{
	display: block;
	font-size: 17px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
}

#campeignBox .st h3 strong{
	font-size: 20px;
}

/**campeign add 2018.3**/
.campeign-c .fl {
	float: left;
}
.campeign-c .fr {
	float: right;
}
.campeign-c h3 {
	font-size: 24px;
	font-weight: bold;
	background: #f4f4f4;
	padding: 30px 15px 30px 140px;
	position: relative;
	line-height: 1.6;
	margin-top: 80px;
	margin-bottom: 25px;
}
.campeign-c h3.line02 {
	padding: 15px 15px 15px 140px;
}
.campeign-c h3 img {
	position: absolute;
	top: -20px;
	left: 20px;
}
.campeign-c p {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.campeign-c .btnBox p {
	margin-bottom: 0;
}
.campeign-c .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.campeign-c .imgBox {
	width: 360px;
}
.campeign-c .txtBox {
	padding-top: 0;
	width: 530px;
}
.campeign-c .txtBox p {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.campeign-c .txtBox .infoBox {
	padding: 0;
}
.campeign-c strong {
	color: #f2790d;
}
.campeign-c .twoBox {
	width: 440px;
}
.campeign-c .twoBox img {
	margin-bottom: 15px;
	width: 100%;
}
.campeign-c .twoBox p {
	font-size: 18px;
	line-height: 1.6;
}
.campeign-c a.arrow {
	display: block;
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}
.campeign-c a.arrow:before {
	position: absolute;
	content: "\f054";
	font-family: FontAwesome;
	left: 0;
	font-size: 16px;
}
.campeign-c .prbox {
	position: relative;
}
.campeign-c .infoBox,
#campeignBox .infoBox {
	font-size: 16px;
	color: #454545;
	line-height: 25px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.campeign-c .infoBox li,
#campeignBox .infoBox li {
	display: block;
	margin-bottom: 9px;
	background-image: url(/common/images/hr.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 20px;
	font-size: 18px;
}
.campeign-c .pa01 {
	position: absolute;
	top: 140px;
	left: -10px;
	right: 0;
	margin: auto;
	width: 47px;
	height: 84px;
}
.campeign-c .pa02 {
	position: absolute;
	top: 200px;
	left: -10px;
	right: 0;
	margin: auto;
	width: 47px;
	height: 84px;
}
.campeign-c .c-h {
	border-bottom: 1px solid #d1e5e6;
}
.campeign-c .c-h img {
	padding-bottom: 5px;
}
.campeign-c .fi {
    height: 100%;
	margin-bottom: 50px;
}
.campeign-c .fi img {
    width: 100%;
}
.campeign-c .fi .text {
    width: 480px;
    height: 280px;
    align-items: center;
    display: flex;
}
.campeign-c .fi .img {
    width: 400px;
}
.campeign-c .fi .text.large {
    width: 480px;
    height: 440px;
    align-items: center;
    display: flex;
}
.campeign-c .fi .text span.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#campeignBox .kids-box .inBox {
	padding: 0;
}
.kids-box .fl {
    float: left;
}
.kids-box .fr {
    float: right;
}
.kids-box h2 {
    font-size: 35px;
    font-weight: bold;
    border-bottom: 2px solid #00aebb;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.kids-box strong {
    color: #f2790d;
}
.kids-box .at-box {
    font-size: 16px;
    line-height: 1.6;
    background: #f6f6f6;
    padding: 25px;
	margin-bottom: 30px;
}
.kids-box .at-box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kids-box .at-box .box {
    font-size: 24px;
    width: 360px;
    color: #FFF;
    padding: 25px 15px 20px;
    text-align: center;
    line-height: 1.5;
    box-sizing: border-box;
}
.kids-box .at-box .box.blue {
    background: #00aebb;
}
.kids-box .at-box .box.orange {
    background: #f2790d;
}
.kids-box .at-box .box.two-line {
    padding: 46px 15px 41px;
}
.kids-box .at-box .box strong {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
.kids-box .at-box .flex + * {
    margin-top: 25px;
}
.kids-box .at-box li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.kids-box .at-box li::before {
    position: absolute;
    content: "・";
    color: #00aebb;
    font-size: 25px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    top: 1px;
}
.kids-box .at-box .flex img {
    width: 50px;
    height: 50px;
}
.kids-box p {
    font-size: 16px;
    line-height: 1.8;
}
.kids-box .f02 .text-box {
    width: 550px;
}	
.kids-box .f02 .support {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}	
.kids-box .f02 .support {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}	
.kids-box .f02 .support strong span {
    font-size: 40px;
}
.kids-box .f02 .headline {
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 20px 3px;
    background: #00aebb;
}	
.kids-box .f02 .infoBox {
    font-size: 16px;
    color: #454545;
    line-height: 25px;
    padding: 0px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
	list-style: none;
}
.kids-box .f02 .infoBox li {
    display: block;
    margin-bottom: 9px;
    background-image: url(/common/images/hr.png);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    padding-left: 20px;
}	
.kids-box .note {
    font-size: 14px;
    color: #666666 !important;
}	
	
/*サービスお申し込み*/
#campeignBox .btnBox{
	text-align: center;
}

#campeignBox .btnBox p{
	font-size: 14px;
	line-height: 36px;
}

#campeignBox .btnBox strong{
	font-size: 18px;
    color: #f2790d!important;
}


/*メインボックス*/
#campeignBox .inBox .cBox{
	/*width: 920px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#campeignBox .inBox .cBox #cTitle{
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin-bottom: 24px;
}

#campeignBox .inBox .cBox #bannerBox{
	margin-bottom: 24px;
}
#campeignBox .inBox .slide-box {
	margin-bottom:40px;
}
#campeignBox .inBox .cBox #bannerBox.season {
	text-align: center;
}
#campeignBox .inBox .cBox #bannerBox.season img {
	width: 100%;
}
	

/**/
#box01{
}

/**/
#box02{
	padding-left: 10px;
}

#box02 p.read{
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 34px;
}

#box02 p.read strong{
	font-size: 26px;
	font-weight: normal;
}

#box02 p.note{
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

/**/
#box03{
}

#box03 ul{
	overflow: hidden;
	position: relative;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#box03 img{
	width: 428px;
}
#box03 .btnBox img {
    width: inherit;
} 
    
#box03 li{
	width: 428px;
	display: block;
}

#box03 li.fl{
	float: left;
}

#box03 li.fr{
	float: right;
}

/**/
#box04,
#box06,
#box07 {
	padding-bottom: 30px;
}

#box04 p.read,
#box06 p.read,
#box07 p.read {
	display: block;
	background-image: url(../../images/campaign/icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	background-size:136px 136px;
	min-height: 136px;
	padding-left: 160px;
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 20px;
}

/** for 07z campaign page **/
#box04-z{
	padding-bottom: 30px;
}

#box04-z p.read{
	display: block;
	background-image: url(../../images/campaign/icon75.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	background-size:136px 136px;
	min-height: 136px;
	padding-left: 160px;
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 20px;
}

/**/
#box05{
	line-height: 24px;
}

#box05 h4{
	display: block;
	font-weight: bold;
	font-size: 18px;
}


#box05 h4.st02{
	padding-top: 30px;
}

#box05 strong{
	display: block;
	padding-top: 15px;
	color: #333;
}

#box05 ul{
	display: block;	
}


#campeignBox .txtBox {
    width: 550px;
}
#campeignBox .txtBox p {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}
#campeignBox .textimg {
	padding-bottom: 25px;
    margin-bottom: 25px;
}


}
/*PC end*/



/*contents CSS SP用*/
@media screen and (max-width: 667px){
#campeignBox{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#campeignBox .inBox .cBox #bannerBox img {
	width: 100%;
	height: auto;
}
#campeignBox #twitterBox{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
}

#campeignBox #twitterBox .twitterInBox{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#campeignBox .inBox {
	padding-bottom: 20px;
}

#campeignBox .imgBox img{
	width: 100%;
    margin-bottom: 15px;
}


/*h3*/
#campeignBox h3{
	display: block;
	font-size: 18px;
	line-height: normal;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #00AEBB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*サービスお申し込み*/
#campeignBox .btnBox{
	width: 100%;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;
}

#campeignBox .btnBox p{
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 0;
}

#campeignBox .btnBox strong{
	font-size: 14px;
}

/*メインボックス*/
#campeignBox .inBox .cBox{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
} 

#campeignBox .inBox .cBox #cTitle{
	font-size: 4vw;
	line-height: 1.3;
	display: block;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

#campeignBox .inBox .cBox #bannerBox{
	margin-bottom: 20px;
}


/**/
#box01{
}

/**/
#box02{
	padding-left: 0px;
}

#box02 p.read{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
}

#box02 p.read br{
	display: none;
}

#box02 p.read strong{
	font-size: 18px;
	font-weight: normal;
}

#box02 p.note{
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

/**/
#box03{
}

#box03 ul{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#box03 li{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#box03 li.fl{
	float: none;
}

#box03 li.fr{
	float: none;
}

/**/
#box04{
	padding-bottom: 30px;
}

#box04 p.read,
#box06 p.read,
#box07 p.read {
	display: block;
	background-image: url(../../images/campaign/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:60px 60px;
	min-height: auto;
	padding-left: 70px;
	font-size: auto;
	line-height: auto;
	padding-bottom: 20px;
}

/**/
#box05{
	font-size: 12px;
	line-height: 18px;
}

#box05 h4{
	display: block;
	font-weight: bold;
	font-size: 14px;
}


#box05 h4.st02{
	padding-top: 15px;
}

#box05 strong{
	display: block;
	padding-top: 10px;
	color: #333;
}

#box05 ul{
	display: block;	
}
/**campeign add 2018.3**/
	#campeignBox .campeign-c h3 {
		font-size: 15px;
		font-weight: bold;
		background: #f4f4f4;
		padding: 10px;
		line-height: 1.6;
		margin-top: 25px;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		
	}
	#campeignBox .inBox .campeign-c h3 img {
		width: 50px;
		height: auto;
		margin-right: 10px;
		padding: 0;flex-grow: 0;
		flex-shrink: 0;
	}
	.campeign-c img,
	.zenkoku-map-area img {
		width: 100%;
		height: auto;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	.campeign-c .flex {
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.campeign-c .imgBox {
		width: 100%;
	}
	.campeign-c .txtBox {
		padding-top: 0;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.campeign-c .txtBox p {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.campeign-c .txtBox .infoBox {
		padding: 0;
	}
	.campeign-c strong {
		color: #f2790d;
	}
	.campeign-c .twoBox {
		width: 100%;
	}
	.campeign-c .twoBox img {
		margin-bottom: 0;
		width: 100%;
	}
	.campeign-c .twoBox p {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 15px;
	}
	.campeign-c .twoBox a.arrow {
		margin: 0 15px 10px;
	}
	.campeign-c .pa01, .campeign-c .pa02 {
		text-align: center;
	}
	#campeignBox .inBox .campeign-c .pa01 img, #campeignBox .inBox .campeign-c .pa02 img {
		width: 70px;
		height: 41px;
		margin: auto;
		padding: 0;
	}
	.campeign-c .infoBox,
	#campeignBox .infoBox {
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.campeign-c .infoBox li,
	#campeignBox .infoBox li {
		display: block;
		margin-bottom: 9px;
		background-image: url(../images/hr.png);
		background-repeat: no-repeat;
		background-position: left 0.5em;
		padding-left: 20px;
		font-size: 14px;
	}
	
	.campeign-c .c-h img {
		width: 100%;
		padding: 0 5px 10px;
		margin-top: 20px;
		border-bottom: 1px solid #d1e5e6;
	}
	.arrow-link-list li {
		font-size: 14px;
	}
	.campeign-c p {
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.campeign-c iframe {
		padding: 0 10px;
		width: 100%;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.kids-box h2 {
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #00aebb;
		line-height: 1;
		padding-bottom: 5px;
		margin-bottom: 15px;
		background: none;
	}
	.kids-box .at-box {
		font-size: 16px;
		line-height: 1.6;
		background: #f6f6f6;
		padding: 15px;
		margin: 0 10px;
		margin-bottom: 25px;
	}
	.kids-box .at-box .flex {
		display: block;
		text-align: center;
	}
	.kids-box .at-box .box {
		width: 100%;
		color: #FFF;
		padding: 15px 10px 10px;
		text-align: center;
		line-height: 1.5;
		box-sizing: border-box;
	}
	.kids-box .at-box .box.blue {
		background: #00aebb;
	}
	.kids-box .at-box .box.orange {
		background: #f2790d;
	}
	.kids-box .at-box .box.two-line {
		padding: 26px 10px 21px;
	}
	.kids-box .at-box .box strong {
		font-weight: bold;
		color: #FFF;
	}
	.kids-box .at-box .box strong {
		font-weight: bold;
		color: #FFF;
	}
	#campeignBox .kids-box .at-box .flex img {
		width: 40px;
		height: 40px;
		margin: 10px 0;
	}
	.kids-box .at-box .flex + * {
		margin-top: 25px;
	}
	.kids-box .at-box li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 10px;
		font-size: 14px !important;
	}
	.kids-box .at-box li::before {
		position: absolute;
		content: "・";
		color: #00aebb;
		font-size: 16px;
		font-weight: bold;
		left: 0;
		line-height: 1;
		top: 1px;
	}
	.kids-box strong {
		color: #f2790d;
	}
	.kids-box .f02 {
		position: relative;
	}
	.kids-box .f02 .text-box {
		padding: 0 10px;
	}
	.kids-box .f02 .support {
		font-size: 19px;
		font-weight: bold;
		margin-bottom: 5px;
		line-height: 1.5;
	}
	.kids-box .f02 .headline {
		border-radius: 30px;
		color: #FFF;
		display: inline-block;
		font-size: 16px;
		margin-bottom: 15px;
		padding: 5px 20px 3px;
		background: #00aebb;
	}
	.kids-box .f02 .infoBox {
		font-size: 14px;
		color: #454545;
		line-height: 35px;
		padding: 0px;
		display: block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	.kids-box .f02 .infoBox li {
		display: block;
		margin-bottom: 5px;
		line-height: 20px;
		background-image: url(../images/hr.png);
		background-repeat: no-repeat;
		background-position: left 0.7em;
		padding-left: 20px;
	}
	.kids-box .note {
		color: #666666 !important;
	}
	.kids-box .f02 .img-box {
		position: absolute;
		right: 10px;
		top: 0;
		width: 80px;
	}
	.kids-box .f02 .img-box img {
		width: 80px;
	}

    #campeignBox .txtBox p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    #campeignBox .textimg {
        margin-bottom: 15px;
    }
    #campeignBox .textimg img {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    #box06 {
        padding-bottom: 30px;
    }
}
/*SP end*/






















