
@charset "UTF-8";
/* CSS Document */


.pageHeadline3 {
    position: relative;
    font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #999;
	padding: 0.3em 20px 0.4em;
    margin: 50px 60px 30px;
	color: #0091e0;
    max-width: 1000px;
	clear: both;
	display: block;
}

@media screen and (max-width: 768px) {

.pageHeadline3 {
    position: relative;
    font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #999;
	padding: 0.3em 20px 0.4em;
    margin: 40px 5px 15px;
	color: #0091e0;
    max-width: 1000px;
	clear: both;
	display: block;
}

}


.pageDispatch .unionArea .boxLayout2 {
  max-width: 970px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pageDispatch .unionArea .boxLayout2 .img {
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) {
  .pageDispatch .unionArea .boxLayout2 {
    display: flex;
  }
  .pageDispatch .unionArea .boxLayout2 .img {
    width: 40%;
  }
  .pageDispatch .unionArea .boxLayout2 .text {
    width: 60%;
    padding-right: 25px;
  }
}


.pageDispatch .unionArea .boxLayout2 .text {
  color: #666;
  padding: 10px;
}

.pageDispatch .unionArea .boxLayout2 .img img {
  margin: auto;
}



.pageDispatch .performanceArea a {
  color: #666;
}

.pageDispatch .performanceArea .boxLayout {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.pageDispatch .performanceArea .boxLayout .boxItem {
  width: 48%;
}

.pageDispatch .performanceArea .boxLayout .boxItem img {
max-width: 415px;
margin-bottom: 10px;
}

.pageDispatch .performanceArea img {
  margin: 0 auto;
}

.pageDispatch .performanceArea .title {
　　text-align: left;　
}


.foryoutext {
	margin-left: 95px;
	margin-right: 95px;
	text-align: left;
	color: #666;
}




section .title41 {
	margin-top: 30px;

}


.title41 {
	counter-reset: titleNum;
	width: 100%;
}
.title41 p {
	position: relative;
	padding: 0 0 .5em 3em;
	counter-increment: titleNum;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
.title41 p::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(titleNum);
	width: 35px;
	height: 35px;
	line-height: 36px;
	background-color: #3D96F4;
	border-radius: 100%;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
}


@media screen and (max-width: 767px) {
  .pageDispatch .performanceArea .boxLayout .boxItem {
    margin: 10px auto;
	width: 100%;
  }
  .pageDispatch .performanceArea .boxLayout .boxItem img {
    max-width: 95%;
    margin-bottom: 10px;
  }
.title41 p {
	padding: 0 0 .5em 3em;
	margin-left: 0px;
	margin-top: 10px;
}
	
	
}



h3.foryousubtit {
  font-weight: bold;
  font-size: 1.5em;
  color: #0091e0;
  margin-bottom: 30px;
padding-left: 90px;
}

h3.foryousubtit::before {
  content: url(../images/foryou/icon2.png);
  position: relative;
  top: 0.75em;
  margin-right: 0.5em;
}



.media {
    background: #FFF;
    padding: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
    overflow: hidden;
	margin-left: 110px;
	margin-right: 80px;
	margin-bottom: 30px;
	border-left: 5px solid #c9e1ee;
}
.media__image {
    margin-right: 10px;
	margin-left: 15px;
	width: 200px;
	float: right;
}
.media__summary {
    overflow: hidden;
}
.media__heading {
    font-size: 1.5em;
    font-weight: bold;
	color: #0091e0;
    margin-bottom: 10px;
}

.media__text {
  color: #666;
  margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	
.media {
	margin-left: 15px;
	margin-right: 10px;
	padding: 10px;
	border-left: 5px solid #c9e1ee;
}
.media__image {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
	
h3.foryousubtit {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
padding-left: 15px;
}	
	
}



.qa {
    background: #FFF;
    padding: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
    overflow: hidden;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 10px;
}


.qa1 dl {
	width:870px;
     overflow: hidden;
     _zoom: 1;
	}

.qa1 dt,
.qa1 dd{
	color: #666;
	margin:0 0 10px 0;
	padding-left:3.0em;
	line-height:1.5em;
	background:none no-repeat left top;
	min-width: 60px;
	min-height:35px;
	}
	
.qa1 dd{
    padding-left:4.5em;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
.qa1 dt {
	background: url(../images/foryou/qa01.png) no-repeat;
background-size:39px 35px;
	background-position: 10px 10px;
	border-top: 0px dashed #cccccc;
	padding-top: 15px;
	margin-top:-1px;
	font-size:1.4em;
	color: #0091e0;
}


p.indent-1 {
padding-left:1em;
text-indent:-1em;
}


@media screen and (max-width: 768px) {

.qa {
    background: #FFF;
    padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
    overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}
	
.qa1 dt,
.qa1 dd{
	margin:0 0 10px 0;
	padding-left:2.5em;
	min-width: 60px;
	min-height:35px;
	}
	
.qa1 dd{
padding-left:1.0em;
	overflow: hidden;
	}

}


.foryoubox1 {
    padding: 1.5em 3em;
    margin: 1em 17.5em;
    font-weight: bold;
    border: solid 1px #0091e0;
}
.foryoubox1 p {
    margin: 0; 
    padding: 0;
	line-height: 1.5em;
	color: #0091e0;
	text-align: center;
}     


@media screen and (max-width: 768px) {

.foryoubox1 {
    padding: 1.5em 1em;
    margin: 1em 2.5em;
    font-weight: bold;
    border: solid 1px #0091e0;
}
	
	.foryoutext {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}

}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



