@charset "UTF-8";

/* -------------------------------------------------
特集1 共通
------------------------------------------------- */
#aff-content.spe1 {
  position: relative;
  margin-bottom: 130px;
}

.content #aff-content.spe1 a[href^="http://"],
.content #aff-content.spe1 a[href^="https://"] {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 0;
}

#aff-content.spe1 .aff-headline {
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  background: url(../img/title-toc.png) center top no-repeat;
  background-size: cover;
}

#aff-content #spe1-nav {
  position: relative;
  margin-bottom: 90px;
}

#aff-content #spe1-nav-inner {
  margin-top:20px;
  width: 100%;
}

#aff-content #spe1-nav h3 {
  color: #000;
  font-size: 1.5em;
  line-height: 1.1;
  padding: 7px 0 5px 45px;
  min-height: 35px;
  margin-bottom: 0;
  background: url(../img/spe1_bg_navi.png) no-repeat;
}

#aff-content #spe1-nav ul {
  background-color: #d9e6f1;
  padding: 30px 20px 20px;
  position: relative;
  min-height: 144px;
/*
  min-height: 180px;
*/
}

#aff-content #spe1-nav li span {
  font-size: 0.75em;
}

#aff-content #spe1-nav li {
  color: #555;
  list-style: none;
  font-size: 1.3em;
  line-height: 1.1;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url(../img/icon_arrow_01.png) 10px 3px no-repeat;
  position: absolute;
}

#aff-content #spe1-nav li:nth-child(-n+3) {
  left: 20px;
}

#aff-content #spe1-nav li:nth-child(n+4) {
  left: 495px;
}

#aff-content #spe1-nav li:nth-child(1),
#aff-content #spe1-nav li:nth-child(4) {
  top: 20px;
}

#aff-content #spe1-nav li:nth-child(2),
#aff-content #spe1-nav li:nth-child(5) {
  top: 56px;
}

#aff-content #spe1-nav li:nth-child(3),
#aff-content #spe1-nav li:nth-child(6) {
  top: 92px;
}

#aff-content #spe1-nav li a {
  text-decoration: underline;
}

#aff-content #spe1-nav li a:hover {
  text-decoration: underline;
}

#aff-content #spe1-paging {
  position: relative;
  min-height: 30px;
}

#aff-content #spe1-paging li {
  position: relative;
  color: #999;
  width: 160px;
  list-style: none;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: bold;
}

#aff-content #spe1-paging li.prev {
  padding: 4px 0 1px 33px;
  background: url(../img/icon_arrow_left.png) no-repeat;
}

#aff-content #spe1-paging li.next {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 4px 30px 1px 0;
  background: url(../img/icon_arrow_right.png) right top no-repeat;
}

#aff-content #spe1-paging li a {
  color: #699cc9;
  text-decoration: none;
}

#aff-content #spe1-paging li a:hover {
  text-decoration: underline;
}

#aff-content #spe1-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 130px;
  height:118px;
  color: #000;
  font-size: 4.5em;
  font-weight: 600;
  background: url(../img/spe_1_1_bg_title.png) no-repeat left center;
  background-size: contain;
  line-height: 1.1;
}

#aff-content.spe1 .lead {
  font-size: 1.35em;
  line-height: 1.6;
  margin-bottom: 60px;
  text-indent: 0;
}

#aff-content #spe1-1-title h1 {
  font-size: 3.6em;
  color: #699cc9;
  padding: 20px 0 10px;
  font-weight: 700;
}
#aff-content #spe1-1-title h1 span {
  font-size: 0.67em;
}

#aff-content #spe1-1-title .page-count {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 25px;
}

#aff-content #spe1-1-title p {
  font-size: 1.3em;
  line-height: 1.6;
}

#aff-content #spe1-3-content .title-box {
  width: 100%;
}

#aff-content.spe1 .spe1-link .link a{
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
  padding-left: 15px;
  color:#699cc9;
  background: url(../img/icon_arrow_01.png) 0 8px no-repeat;
  text-indent:0;
}

#aff-content.spe1 .spe1-link .link a:after {
  content: '[外部リンク]';
  display: inline-block !important;
  margin-left: 8px;
  padding-left: 25px;
  color: #333;
  height: 27px;
  font-size: 1rem;
  vertical-align: top;
  line-height: 27px;
  font-weight: normal;
  background: url(../img/icon-link.png) left top 1px no-repeat;
  text-decoration: none !important;
}

#aff-content.spe1 .spe1-link.exception .link a {
  text-decoration: none;
}

#aff-content.spe1 .spe1-link.exception .link a:after {
  content: none;
}

#aff-content #spe1-nav h3 {
  color: #fff;
}

#aff-content.spe1 p.little-small {
  font-size:1.2em;
  line-height:170%;
  letter-spacing:-0.04em;
}
#aff-content.spe1 p.little-small2 {
  font-size:1.2em;
  line-height:160%;
  letter-spacing:-0.06em;
}

#aff-content #spe1-1-title h1.bg1 {background:url(../img/spe_1_1_bg_illust.png) no-repeat right center;}
#aff-content #spe1-1-title h1.bg2 {background:url(../img/spe_1_2_bg_illust.png) no-repeat right center;}
#aff-content #spe1-1-title h1.bg3 {background:url(../img/spe_1_3_bg_illust.png) no-repeat right center;}
#aff-content #spe1-1-title h1.bg4 {background:url(../img/spe_1_4_bg_illust.png) no-repeat right center; background-size:auto 90%;}


/* -------------------------------------------------
特集1-1
------------------------------------------------- */
#aff-content #spe1-1-content h2{
  font-size: 2em;
  color: #699cc9;
  margin: 0 0 5px;
  font-weight: 600;
}

#aff-content #spe1-1-main-photo {
  margin-bottom: 55px;
}

#aff-content #spe1-1-content .text-box {
  width: 440px;
}
#aff-content #spe1-1-content .photo-box {
  width:440px;
}

#aff-content #spe1-1-content .innerWrap__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:70px;
}

#aff-content #spe1-1-content-02 {
  margin-bottom:80px;
}
#aff-content #spe1-1-content-02 .text-box {
  width: 480px;
}

#aff-content #spe1-1-content-03 {
  margin-bottom:160px;  
}
#aff-content #spe1-1-content-03 .figure {
  margin-bottom:20px;  
}
#aff-content #spe1-1-content-03 .caption {
  font-size: 0.9em;
  line-height: 1.4;
  padding-top: 5px;
  text-indent: 0;
}

#aff-content #spe1-1-content-04, 
#aff-content #spe1-1-content-05, 
#aff-content #spe1-1-content-06, 
#aff-content #spe1-1-content-07, 
#aff-content #spe1-1-content-08, 
#aff-content #spe1-1-content-09 {
	width:760px;
	margin-bottom:70px;  
}
#aff-content #spe1-1-content-04 .text-box, 
#aff-content #spe1-1-content-05 .text-box, 
#aff-content #spe1-1-content-06 .text-box, 
#aff-content #spe1-1-content-07 .text-box, 
#aff-content #spe1-1-content-08 .text-box, 
#aff-content #spe1-1-content-09 .text-box {
	width:300px;
}


#aff-content #spe1-1-content-10 {
	width:760px;
	padding: 20px 20px 0;
	border:3px solid #d9e6f1;
	margin-bottom:100px;
}
#aff-content #spe1-1-content-10 h3 {
  margin-top:-55px;
  margin-bottom:15px;
}

#aff-content #spe1-1-content-10 dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0;
  font-size: 1.2em;
  line-height: 1.75;
}
#aff-content #spe1-1-content-10 dl dt{
  margin-bottom:5px;
  width: 190px;
  font-weight: normal;
  text-align:right;
}
#aff-content #spe1-1-content-10 dl dd{
  margin-bottom:5px;
  width: calc(100% - 220px);
}
#aff-content #spe1-1-content-10 .caption {
  font-size: 0.9em;
  line-height: 1.4;
  padding-top: 5px;
  text-indent: 0;
}

#aff-content #spe1-1-content-11 {
	padding: 20px 35px 0;
	background-color:#d9e6f1;
	margin-bottom:100px;
}
#aff-content #spe1-1-content-11 .title-box {
  margin-bottom:15px;
}
#aff-content #spe1-1-content #spe1-1-content-11 .innerWrap__2column {
  margin-bottom:50px;
}
#aff-content #spe1-1-content-11 .text-box, 
#aff-content #spe1-1-content-11 .photo-box {
	width:420px;
}
#aff-content #spe1-1-content-11 .photo-box img {
  margin-bottom:10px;
}

#aff-content .closecoverage {
  position: relative;
  display:inline-block;
  margin: 0 0 10px 0;
  padding:10px 90px 10px 20px;
  font-weight: 600;
  font-size: 1.8em;
  color:#fff;
  background: #699cc9;
  border-radius: 4px;
  box-sizing: border-box;
}

#aff-content .closecoverage:after {
  content:'';
  position:absolute;
  left:154px;
  bottom:0;
  width:300px;
  height:134px;
  background:url(../img/spe1_1_img_18.png) no-repeat;
  background-size: contain;
}

/* -------------------------------------------------
特集1-2
------------------------------------------------- */
#aff-content #spe1-2-content h2{
  font-size: 2em;
  color: #699cc9;
  margin: 0 0 5px;
  font-weight: 600;
}

#aff-content #spe1-2-content .text-box {
  width: 440px;
}
#aff-content #spe1-2-content .photo-box {
  width:440px;
}

#aff-content #spe1-2-content .innerWrap__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:70px;
}

#aff-content #spe1-2-content-02 {
  margin-bottom:160px;
}
#aff-content #spe1-2-content-02 .text-box {
  width: 480px;
}

#aff-content #spe1-2-content-03, 
#aff-content #spe1-2-content-04, 
#aff-content #spe1-2-content-05, 
#aff-content #spe1-2-content-06, 
#aff-content #spe1-2-content-07, 
#aff-content #spe1-2-content-08, 
#aff-content #spe1-2-content-09, 
#aff-content #spe1-2-content-10 {
	width:760px;
	margin-bottom:70px;  
}
#aff-content #spe1-2-content-03 .text-box, 
#aff-content #spe1-2-content-04 .text-box, 
#aff-content #spe1-2-content-05 .text-box, 
#aff-content #spe1-2-content-06 .text-box, 
#aff-content #spe1-2-content-07 .text-box, 
#aff-content #spe1-2-content-08 .text-box, 
#aff-content #spe1-2-content-09 .text-box, 
#aff-content #spe1-2-content-10 .text-box {
	width:300px;
}
#aff-content #spe1-2-content-02 .photo-box img:last-child {
  margin-top:30px;
}
#aff-content #spe1-2-content-08 .photo-box img:first-child {
  margin-bottom:10px;
}


#aff-content #spe1-2-content-11 {
	width:760px;
	padding: 20px;
	border:3px solid #d9e6f1;
	margin-bottom:100px;
}
#aff-content #spe1-2-content-11 h3 {
  margin-top:-55px;
  margin-bottom:15px;
}

#aff-content #spe1-2-content-11 dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0;
  font-size: 1.2em;
  line-height: 1.75;
}
#aff-content #spe1-2-content-11 dl dt{
  margin-bottom:5px;
  width: 190px;
  font-weight: normal;
  text-align:right;
}
#aff-content #spe1-2-content-11 dl dd{
  margin-bottom:5px;
  width: calc(100% - 220px);
}
#aff-content #spe1-2-content-11 .caption {
  font-size: 0.9em;
  line-height: 1.4;
  padding-top: 5px;
  text-indent: 0;
}




/* -------------------------------------------------
特集1-3
------------------------------------------------- */
#aff-content #spe1-3-content h2{
  font-size: 2em;
  color: #699cc9;
  margin: 0 0 5px;
  font-weight: 600;
}
#aff-content #spe1-3-content .bold {
  font-weight: bold;
}

#aff-content #spe1-3-content .text-box {
  width: 440px;
}
#aff-content #spe1-3-content .photo-box {
  width:440px;
}

#aff-content #spe1-3-content .innerWrap__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:70px;
}

#aff-content #spe1-3-content-02 {
  margin-bottom:160px;
}
#aff-content #spe1-3-content-02 .text-box {
  width: 480px;
}

#aff-content #spe1-3-content-03, 
#aff-content #spe1-3-content-04, 
#aff-content #spe1-3-content-05, 
#aff-content #spe1-3-content-06, 
#aff-content #spe1-3-content-07, 
#aff-content #spe1-3-content-08, 
#aff-content #spe1-3-content-09 {
	width:760px;
	margin-bottom:70px;  
}
#aff-content #spe1-3-content-03 .text-box, 
#aff-content #spe1-3-content-04 .text-box, 
#aff-content #spe1-3-content-05 .text-box, 
#aff-content #spe1-3-content-06 .text-box, 
#aff-content #spe1-3-content-07 .text-box, 
#aff-content #spe1-3-content-08 .text-box, 
#aff-content #spe1-3-content-09 .text-box {
	width:300px;
}

#aff-content #spe1-3-content-10 {
  padding: 20px 35px 0;
  background-color: #d9e6f1;
  margin-bottom: 100px;
}

#aff-content #spe1-3-content-10 .title-box {
  margin-bottom: 15px;
}

#aff-content #spe1-3-content-10 .text-box {
  width: 100%;
}

/* -------------------------------------------------
特集1-4
------------------------------------------------- */
#aff-content #spe1-4-content .title-box{
  margin-bottom: 25px;
  padding:25px 0 0 0;
}
#aff-content #spe1-4-content h2{
  font-size: 2.4em;
  color: #222;
  margin: 0 30px;
  font-weight: 600;
}
#aff-content #spe1-4-content h2 span{
  font-size: 0.75em;
  color: #699cc9;
}
#aff-content #spe1-4-content .text-box {
  width: 480px;
}
#aff-content #spe1-4-content .innerWrap__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:70px;
}
#aff-content #spe1-4-content .innerWrap__2column .photo-box {
  width:440px;
}
#aff-content #spe1-4-content-03 .photo-box img:first-child {
  margin-bottom:10px;
}
#aff-content #spe1-4-content .title-box {
	min-height:132px;
	background:url(../img/spe_1_4_bg_title.png) no-repeat right top;
}


/* -------------------------------------------------
特集1-5
------------------------------------------------- */
#aff-content #spe1-5-content-01 {margin-bottom:260px;}
#aff-content #spe1-5-content-02 {margin-bottom:160px;}
#aff-content #spe1-5-content h2{
  font-size: 2.4em;
  color: #699cc9;
  margin: 0 0 5px 28px;
  font-weight: 600;
}
#aff-content #spe1-5-content-01 .title-box {
  margin-bottom:110px;
  padding:100px 0 0 0;
  min-height:230px;
  background:url(../img/spe_1_5_bg_title_01.png) no-repeat left top;
  background-size:contain;
}
#aff-content #spe1-5-content-02 .title-box {
  margin-bottom:110px;
  padding:140px 0 0 0;
  min-height:270px;
  background:url(../img/spe_1_5_bg_title_02.png) no-repeat left top;
  background-size:contain;
}
#aff-content #spe1-5-content dl{
  margin-bottom:25px;
  padding-bottom:25px;
  width: 100%;
  background:url(../img/spe_1_5_dotline.png) no-repeat left bottom;
}
#aff-content #spe1-5-content dl:last-child{
  margin-bottom:0;
  padding-bottom:0;
  background-image:none;
}
#aff-content #spe1-5-content dl dt{
  margin-bottom:15px;
  padding-left:100px;
  width: 700px;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
  min-height:165px;
  background:url(../img/spe_1_5_icon_01.png) no-repeat left top;
  position: relative;
}
#aff-content #spe1-5-content dl dt.line1{padding-top:20px;}
#aff-content #spe1-5-content dl dt.line2{padding-top:12px;}
#aff-content #spe1-5-content dl dt:after {
  position: absolute;
  content: '';
  bottom: 0;
  left:0;
  display: block;
  width: 100%;
  height: 74px;
  background-image: url(../img/spe_1_5_icon_02.png);
  background-repeat: no-repeat;
  }
#aff-content #spe1-5-content dl dd{
  padding-left:100px;
  width: 700px;
  min-height:74px;
  background:url(../img/spe_1_5_icon_03.png) no-repeat left top;
}
#aff-content #spe1-5-content dl dd.mis{background:url(../img/spe_1_5_icon_04.png) no-repeat left top;}
#aff-content #spe1-5-content p {text-indent: 0;}



@media screen and (max-width: 960px) {
/* -------------------------------------------------
特集1 960px以下
------------------------------------------------- */
  #aff-content.spe1 {
    position: relative;
    margin-bottom: 50px;
  }

  #aff-content img,
  #aff-content .photo-box img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  #aff-content.spe1 .lead {
    font-size: 1.2em;
    margin-bottom: 30px;
  }

  #aff-content #spe1-main-title {
    margin-bottom: 20px;
    padding-left:70px;
    height:60px;
    font-size: 2.4em;
    font-weight: 600;
    background-size: contain;
  }

  #aff-content #spe1-nav ul {
    padding: 10px;
    min-height: auto;
  }

  #aff-content #spe1-nav li {
    position: relative;
    font-size: 1.0em;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../img/icon_arrow_01.png) 5px 3px no-repeat;
  }

  #aff-content #spe1-nav li:nth-child(1),
  #aff-content #spe1-nav li:nth-child(2),
  #aff-content #spe1-nav li:nth-child(3),
  #aff-content #spe1-nav li:nth-child(4),
  #aff-content #spe1-nav li:nth-child(5),
  #aff-content #spe1-nav li:nth-child(6),
  #aff-content #spe1-nav li:nth-child(7),
  #aff-content #spe1-nav li:nth-child(8) {
    top: 0;
    left: 0;
  }

  #aff-content.spe1 #spe1-1-content .text-box,
  #aff-content.spe1 #spe1-2-content .text-box,
  #aff-content.spe1 #spe1-3-content .text-box,
  #aff-content.spe1 #spe1-4-content .text-box,
  #aff-content.spe1 #spe1-5-content .text-box,
  #aff-content.spe1 #spe1-6-content .text-box{
      width: 100%;
      min-height: initial;
      min-height: auto;
  }
  
  #aff-content #spe1-1-title {
    margin-bottom: 20px;
  }

  #aff-content #spe1-1-title h1 {
    font-size: 1.9em;
  }

  #aff-content.spe1 .lead {
    font-size: 1.2em;
  }

  #aff-content #spe1-1-title .page-count {
    font-size: 1.2em;
    padding-bottom: 15px;
  }

  #aff-content #spe1-1-title p {
    font-size: 1.2em;
  }
  
  #aff-content #spe1-1-content #spe1-1-content-02 .innerWrap__2column .text-box img {
    max-width:440px;
  }
  
  #aff-content #spe1-1-content #spe1-1-content-02 .innerWrap__2column .photo-box {
    margin-top:20px;
  }
  

  #aff-content div#spe1-1-content h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  #aff-content #spe1-1-content .photo-box, 
  #aff-content #spe1-2-content .photo-box, 
  #aff-content #spe1-3-content .photo-box, 
  #aff-content #spe1-4-content .photo-box {
/*
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
*/
    margin: 0 auto 10px;
    text-align: left;
    max-width: 440px;
  }

  #aff-content #spe1-1-content img {
    width: 100%;
  }

  #aff-content #spe1-1-content .caption {
    text-align: left;
  }
  
  #aff-content #spe1-1-content .innerWrap__2column, 
  #aff-content #spe1-2-content .innerWrap__2column, 
  #aff-content #spe1-3-content .innerWrap__2column, 
  #aff-content #spe1-4-content .innerWrap__2column {margin-bottom:40px;}
  #aff-content #spe1-1-content .innerWrap__2column .photo-box img, 
  #aff-content #spe1-2-content .innerWrap__2column .photo-box img, 
  #aff-content #spe1-3-content .innerWrap__2column .photo-box img, 
  #aff-content #spe1-4-content .innerWrap__2column .photo-box img {margin: 0 auto .5em;}


  #aff-content #spe1-1-title h1.bg1, 
  #aff-content #spe1-1-title h1.bg2, 
  #aff-content #spe1-1-title h1.bg3 {background-size:30% auto;}
  #aff-content #spe1-1-title h1.bg4 {background-size:auto 60%;}

/* -------------------------------------------------
特集1-1
------------------------------------------------- */
#aff-content #spe1-1-content-02, 
#aff-content #spe1-1-content-03, 
#aff-content #spe1-1-content-04, 
#aff-content #spe1-1-content-05, 
#aff-content #spe1-1-content-06, 
#aff-content #spe1-1-content-07, 
#aff-content #spe1-1-content-08, 
#aff-content #spe1-1-content-09 {
    width: 100%;
    margin-bottom: 30px;
  }
#aff-content #spe1-1-content-10 {
	width:96%;
	padding: 10px 10px 0;
	border:3px solid #d9e6f1;
	margin:0 auto 50px;
}
#aff-content #spe1-1-content-10 h3 {
	margin-top:-36px;
	width:100%;
  }
#aff-content #spe1-1-content-11 {
	padding: 10px 10px 0;
	margin-bottom:120px;
}
#aff-content #spe1-1-content #spe1-1-content-11 .innerWrap__2column, 
#aff-content #spe1-1-content #spe1-1-content-11 .innerWrap__2column .photo-box {
  margin-bottom:0;
}

#aff-content .closecoverage {
  margin-top:80px;
  width:100%;
}
  
#aff-content .closecoverage:after {
  right: 0;
}
  
#aff-content #spe1-1-content-11 .text-box, #aff-content #spe1-1-content-11 .photo-box {
  width:100%;
}


/* -------------------------------------------------
特集1-2
------------------------------------------------- */
#aff-content #spe1-2-content-02, 
#aff-content #spe1-2-content-03, 
#aff-content #spe1-2-content-04, 
#aff-content #spe1-2-content-05, 
#aff-content #spe1-2-content-06, 
#aff-content #spe1-2-content-07, 
#aff-content #spe1-2-content-08, 
#aff-content #spe1-2-content-09, 
#aff-content #spe1-2-content-10 {
  width: 100%;
  margin-bottom: 30px;
}
#aff-content #spe1-2-content-11 {
  width:96%;
  padding: 10px 10px 0;
  border:3px solid #d9e6f1;
  margin:0 auto 50px;
}
#aff-content #spe1-2-content-11 h3 {
  margin-top:-30px;
  width:100%;
}


/* -------------------------------------------------
特集1-3
------------------------------------------------- */
#aff-content #spe1-3-content-02, 
#aff-content #spe1-3-content-03, 
#aff-content #spe1-3-content-04, 
#aff-content #spe1-3-content-05, 
#aff-content #spe1-3-content-06, 
#aff-content #spe1-3-content-07, 
#aff-content #spe1-3-content-08, 
#aff-content #spe1-3-content-09 {
    width: 100%;
    margin-bottom: 30px;
  }



/* -------------------------------------------------
特集1-4
------------------------------------------------- */
  #aff-content #spe1-4-content h2{
    font-size: 1.6em;
    margin: 0 1em 0 .5em ;
  }
  #aff-content div#spe1-4-content-01, 
  #aff-content div#spe1-4-content-02, 
  #aff-content div#spe1-4-content-03, 
  #aff-content div#spe1-4-content-04 {
    width: 100%;
    margin-bottom: 30px;
  }
  #aff-content #spe1-4-content #spe1-4-content-01 .text-box, 
  #aff-content #spe1-4-content #spe1-4-content-02 .text-box, 
  #aff-content #spe1-4-content #spe1-4-content-03 .text-box, 
  #aff-content #spe1-4-content #spe1-4-content-04 .text-box {
      width: 100%;
      min-height: initial;
      min-height: auto;
      margin: 0 auto 20px;
      padding:0;
  }
#aff-content #spe1-4-content .innerWrap__2column .photo-box {
  width:auto;
}
  #aff-content #spe1-4-content #spe1-4-content-04 .innerWrap__2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

#aff-content #spe1-4-content .title-box {
	min-height:110px;
	background:url(../img/spe_1_4_bg_title2.png) no-repeat right top;
}


/* -------------------------------------------------
特集1-5
------------------------------------------------- */
  #aff-content #spe1-5-content-01 {margin-bottom:80px;  }
  #aff-content #spe1-5-content-02 {margin-bottom:80px;  }
  #aff-content #spe1-5-content h2{
    font-size: 1.6em;
    margin: 0 0 5px 20px;
  }
  #aff-content #spe1-5-content-01 .title-box {
    margin-bottom:60px;
    padding:50px 0 0 0;
    min-height:130px;
  }
  #aff-content #spe1-5-content-02 .title-box {
    margin-bottom:60px;
    padding:90px 0 0 0;
    min-height:180px;
  }

  #aff-content #spe1-5-content dl{
    margin:0 auto 30px;
    padding-top:0;
    width:96%;
  }
  #aff-content #spe1-5-content dl dt, 
    #aff-content #spe1-5-content dl dd {padding-left:90px; width: 100%;}
    #aff-content #spe1-5-content dl dt.line1, 
    #aff-content #spe1-5-content dl dt.line2 {padding-top:0;}
  }

  #aff-content #spe1-5-content dl dt br, #aff-content #spe1-5-content dl dd br{
    display:none;
  }

@media screen and (max-width: 480px) {
  #aff-content #spe1-4-content .title-box {
    padding:30px 0 0 0;
    min-height:120px;
    background:url(../img/spe_1_4_bg_title_sp.png) no-repeat right top;
    background-size:cover;
  }
  #aff-content #spe1-4-content .title-box.line3{padding-top:15px;}

  #aff-content #spe1-5-content h2{
    font-size: 1.4em;
    margin: 0 0 5px 15px;
  }
  #aff-content #spe1-5-content-01 .title-box {
    margin-bottom:40px;
    padding:34px 0 0 0;
    min-height:100px;
    background:url(../img/spe_1_5_bg_title_01_sp.png) no-repeat left top;
    background-size:contain;
  }
  #aff-content #spe1-5-content-02 .title-box {
    margin-bottom:40px;
    padding:28px 0 0 0;
    min-height:120px;
    background:url(../img/spe_1_5_bg_title_02_sp.png) no-repeat left top;
    background-size:contain;
  }
  #aff-content .closecoverage:after {
    width:144px;
    height:64px;
  }
}

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