@charset "utf-8";

/* --- common ---*/
/* articleBlock */
.l-content .articleBlock {
  letter-spacing: -0.4em;
}
.l-content .sectionInner .sectionInner_methodBox .methodBox a,
.l-content .sectionInner .sectionInner_methodBox .methodBox a:hover {
	text-decoration: none;
}
.l-content .sectionInner .sectionInner_methodBox .methodBox.box_hover {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .h2TtlWrap {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin: 0 20px 20px;
    text-indent: 0;
}
.l-content .h2TtlWrap:before {
    border-left: 10px solid #0169c6;
    display: table-cell;
    content: "";
    width: 13px;
    margin-left: -18px;
}
.l-content .h2TtlWrap .h2Ttl__aside {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.l-content .h2TtlWrap .h2Ttl__aside span {
    display: block;
    width: 120px;
    padding: 5px 0;
    background-color: #818999;
}
.l-content .h2TtlWrap .h2Ttl {
    display: table-cell;
    width: auto;
    padding-bottom: 0;
    border: none;
}
.l-content .btn_center {
    margin: 20px auto ;
    text-align: center
}
.l-content .m-btnWin--strong,
.l-content .m-btn--strong {
  width: 320px;
  height: 40px;
  font-size: 15px;
  padding: 5px 0 3px;
  box-sizing: border-box;
  line-height: 30px;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}
.l-content .sectionInner .sectionInnerBox {
  padding: 0 15px;
  font-size: 15px;
  margin: 0 auto 60px;
}
.l-content .sectionInner .sectionInner_methodBox {
  padding: 0 5px;
  font-size: 15px;
  margin: 0 auto;
}

.l-content .sectionInner_mb60 {
  margin-bottom: 60px;
}

/* --- col2Box ---*/
/* col2Box */
.l-content .col2Box {
  display: table;
}
.l-content .col2Box .colInner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  font-size: 15px;
}

.l-content .col2Box .colInner:first-child{
  padding-left: 0;
}
.l-content .col2Box .colInner .pic {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.l-content .col2Box .colInner .icon {
  display: inline-block;
  text-align: center;
  font-size: 19px;
  margin: 0 30px;
  font-weight: bold;
}
.l-content .col2Box .colInner .icon_border {
  display: inline-block;
  text-align: center;
  font-size: 19px;
  width: 125px;
  height: 145px;
  border: 3px solid #dd0000;
  margin: 0 30px;
  font-weight: bold;
}

/* --- formBox ---*/
.l-content .sectionInner .formBox {
  width: 770px;
  margin: 30px auto;
  border: 1px solid #cccccc;
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 15px;
}
.l-content .sectionInner .formBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
}

.l-content .sectionInner .formBox ul li.txt_box {
  background: #f1f7fa;
  width: 110px;
  padding: 7px 0 5px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;	
  box-sizing: border-box;
}
.l-content .sectionInner .formBox ul li.icon {
  width: 50px;
  text-align: center;
}
.l-content .sectionInner .formBox ul li.txt_list {
  font-size: 15px;
  line-height: 25px;
  width: 550px;
}


/* --- methodBox ---*/
.l-content .sectionInner .sectionInner_methodBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1080px;
}
.l-content .sectionInner .sectionInner_methodBox ul li.methodBox {
  width:350px;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 15px;
}

.l-content .sectionInner .sectionInner_methodBox ul li.methodBox .pic {
  text-align: center;
  margin: 10px auto;
  height: 150px;
  width: 320px;  
}
.l-content .sectionInner .sectionInner_methodBox ul li.methodBox .ttl {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.l-content .sectionInner .sectionInner_methodBox ul li.methodBox .txt_box {
  text-align: center;
  font-size: 15px; 
  width: 320px;
  padding: 15px 0;
  background: #fffddb;
}

/* --- stepBox ---*/
.l-content .sectionInner .sectionInner_stepBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 1080px;
  margin-bottom: 30px;
}
.l-content .sectionInner .sectionInner_stepBox ul li.stepBox {
  width:320px;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
}
.l-content .sectionInner .sectionInner_stepBox ul li.icon_arr {
  width: 60px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.l-content .sectionInner .sectionInner_stepBox ul li.wide {
  width:500px;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 15px;
}
.l-content .sectionInner .sectionInner_stepBox ul .pic {
  text-align: center;
  margin: 10px auto 0;
}
.l-content .sectionInner .sectionInner_stepBox ul li.wide .pic {
  text-align: left;
  margin: 10px auto 0;
}
.l-content .sectionInner .sectionInner_stepBox ul .txt {
  text-align: left;
  font-size: 15px;
}

