/****************************** PC *************************/

/*共通*/
#download .topImage {
  margin-bottom: 0;
}
#download section h2 {
  font-size: 36px;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#download section h2 span{
  font-size: 20px;
}
.br-pc {
  display: none
}

/*パンくず*/
.breadcrumb{
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}

/*フォーム*/
.secEntry {
  margin-bottom: 100px;
}

.secEntry form ul li.checkbox {
  text-align: center;
}

/******  お役立ち資料一覧  PC******/
#download .section01 {
  padding: 60px 0 0;
  background-size: cover;
}
#download .section01 .wrap {
  max-width: 1100px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
#download .section01 .wrap .txt{
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
.downloadWrap {
  max-width: 1200px;
  margin: 0 auto;
  transition: .3s;
}
.downloadItem {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap : wrap;
  width:calc(100% + 30px);
}
.downloadItem .item {
  width:calc(100% / 3 - 30px - 0.1px);
  margin-right:30px;
  margin-bottom:30px;
  padding:25px;;
  position:relative;
}
.downloadItem .item > .inner {
  padding-bottom:65px;
  height:100%;
  position:relative;
}
.downloadItem .item {
  background-color:#FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.downloadItem .item .image {
  margin-bottom:16px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  height:250px;
}
.downloadItem .item .image {
  background-color:#fafafa;
  border:10px solid #fafafa;
}
.downloadItem .item .title {
  text-align:center;
  font-weight:700;
  line-height:1.6;
  font-size:120%;
  margin-bottom:12px;
  color: #1b435d;
}
.downloadItem .item .txt {
  font-weight:400;
  line-height:1.7;
  font-size:100%;
  color: #333;
}
a.btnA {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
  position: relative;
  font-size: 106%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50em;
  border: 1px solid #1e518d;
  color: #fff;
  background: #1b435d;
  padding: 14px 40px 14px 30px;
}
.downloadItem .item .btn1 {
  position:absolute;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
  width:calc(100%);
  font-weight:500;
}
a.btnA:hover {
  opacity: 0.9;
}
.download_tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.download_tag li{
  color: #fff;
  background-color: #78bbe6;
  padding: 5px 20px;
  font-size: 90%;
  font-weight: 700;
}
.download_tag li:not(:last-child) {
  margin-right: 10px;
}



/******  お役立ち資料詳細  PC******/
.boxFrame {
  display: flex;
  display: -ms-flexbox;
  padding:40px;
  background-color: #f4f6fa;
  margin: 0 0 60px;
}
.boxFrame .image {
  width:400px;
  height:300px;
  margin-right:40px;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#fff;
  border:15px solid #fff;
}
.boxFrame .image_sub {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
}
.boxFrame .image_sub li {
  width: 32%;
}
.boxFrame .image_sub li:not(:last-child){
  margin-right: 2%;
}
.boxFrame .image_sub li img{
  width: 100%;
}
.boxFrame .detail {
  width:calc(100% - 340px);
}
.boxFrame .detail .title {
  line-height:1.5;
  font-size:160%;
  margin-bottom:20px;
  color: #1b435d;
}
.boxFrame .detail .title .tx1 {
  display:block;
  font-weight:700;
}
.boxFrame .detail .title .tx2 {
  display:block;
  font-size:70%;
  margin-bottom:6px;
  font-weight:500;
}
.boxFrame .detail .bodyTx {
  font-size:92%;
  line-height:1.9;
  font-weight:400;
}
.boxFrame .detail .bodyTx .target {
  background-color: #fff;
  padding:20px;
  margin-bottom: 20px;
}
.boxFrame .detail .bodyTx .target .ttl {
  color: #49aae6;
  font-weight: 700;
  font-size: 120%;
}
.boxFrame .detail .bodyTx .target ul {
  margin-top: 10px;
}
.boxFrame .detail .bodyTx .target ul li {
  position: relative;
  padding-left: 25px;
  font-size: 110%;
  font-weight: bold;
}
.boxFrame .detail .bodyTx .target ul li:not(:last-child) {
  margin-bottom: 12px;
}
.boxFrame .detail .bodyTx .target ul li:after {
    content: " ";
    position: absolute;
    width: 16px;
    height: 12px;
    background: url(images/icon_check.png) no-repeat left top;
    background-size: contain;
    display: block;
    left: 0;
    top: 17px;
    z-index: 1;
}
.boxFrame .detail .bodyTx .txt {
  color: #333;
  line-height: 1.7;
}
.boxFrame .detail .bodyTx .txt:not(:last-child) {
margin-bottom: 20px;
}


.downloadfotm_ttl {
  font-size: 140%;
  position: relative;
  margin: 30px 0 ;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.downloadfotm_ttl img {
  margin-right: 20px;
}
.downloadfotm_ttl span{
  font-weight: 700;
  position: relative;
  color: #49aae6;
}
.downloadfotm_ttl span:before{
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 100%;
  background-color: #f99f48;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.downloadfotm_ttl .br-sp {
  display: none;
}
.listB.check li:after{
  width: 1em;
  height: 1em;
  background: url(../img/cmn_n_icon_check_blue2.svg) no-repeat left top;
  background-size: contain;
  margin-top: -0.5em;
}
.formStyleA input[type="submit"] {
    background-color: #004596;
    transition: .5s;
}
.formStyleA input[type="submit"]:hover {
    background-color: #132751;
}












/****************************** SP *************************/

@media screen and (max-width: 799px) {
/*共通*/
#download {
  font-size: 14px;
  line-height: 1.4;
}
#download section h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
#download section h2 span{
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.br-pc {
  display: inherit;
}
.br-sp {
  display: none
}
/*パンくず*/
.breadcrumb{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

/*フォーム*/
.secEntry {
  margin-bottom: 40px;
}

/******  お役立ち資料一覧 SP******/
#download .section01 {
  padding: 30px 15px 10px;
  background-size: cover;
}
#download .section01 .wrap {
  max-width: 1130px;
  padding: 0 0;
  margin: 0 auto;
}
#download .section01 .wrap .txt{
  text-align:left;
  margin-bottom: 30px;
}
.downloadItem {
  display: block;
  width:100%;
  margin: 0 auto;
}
.downloadItem .item {
  width:100%;
  margin-right:0;
  margin-bottom:20px;
  padding:20px;;
}
.downloadItem .item > .inner {
  padding-bottom:65px;
}
.downloadItem .item .image {
  margin-bottom:15px;
  height:260px;
}
.downloadItem .item .image {
  border-width:10px;
}
.downloadItem .item .htx1 {
  font-size:120%;
  margin-bottom:15px;
  padding:6px ; 
}
.downloadItem .item .title {
  font-size:120%;
  margin-bottom:12px;
}
.downloadItem .item .txt {
  line-height:1.6;
  font-size:100%;
}
.downloadItem .item ul.tag {
  margin-bottom: 15px;
}



/******  お役立ち資料詳細  SP******/
  .boxFrame {
    display: block;
    padding:25px 15px;
    margin: 0 0 30px;
  }
  .boxFrame .image {
    width:100%;
    height:calc(100vw - 80px);;
    margin-right:0;
    border-width:10px;
    margin-bottom:20px;
  }
  .boxFrame .image_sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
  margin-bottom: 4%;
}
.boxFrame .image_sub li {
  width: 32%;
  height: 100%;
}
.boxFrame .image_sub li:not(:last-child){
  margin-right: 2%;
}
.boxFrame .image_sub li img{
  width: 100%;
}
  .boxFrame .detail {
    width:100%;
  }
  .boxFrame .detail .title {
    font-size:132%;
    margin-bottom:20px;
  }
  .boxFrame .detail .title .tx2 {
    display:block;
    font-size:80%;
    margin-bottom:6px;
  }
  .boxFrame .detail .title .tx2 {
    font-size:80%;
    margin-bottom:6px;
  }
  .boxFrame .detail .bodyTx {
    font-size:92%;
    line-height:1.9;
  }
  .boxFrame .detail .bodyTx .target ul {
    margin-top: 10px;
  }
  .downloadfotm_ttl {
    font-size: 105%;
    text-align: center;
    margin-top: 0;
  }
  .downloadfotm_ttl .br-sp {
    display: inherit;
  }
  .downloadfotm_ttl img {
    width: 20vw;
    margin-right: 3%;
  }
}


}
