.hed_tit { width: 1000px; height: 278px; margin: 50px auto; text-align: center; }
.hed_tit img { width: 100%; height: auto; }


#softbank { width: 1100px; margin: 0 auto; }




.logo { width: 250px; margin: 0 auto; text-align: center; margin-top: 30px;  }
.logo img { width: 100%; height: auto; }
 

.box { width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px;  }
.boxL { flex-basis: 35%; max-width: 35%; }
.boxR { flex-basis: 60%; max-width: 60%; }
.box_img { width: 100%; margin: 0 auto; }
.box_img img { width: 100%; height: auto; }


.box_tit { background: #3d1e09; color: #fff; padding: 10px; margin-bottom: 15px; font-size: 18px; font-family: 		ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif; font-weight: bold; }
.box_txt { font-size: 16px; line-height: 2em; }
.box_txt span { color: #ff0000; font-weight: bold; }
.box_txtbox { margin-bottom: 30px; }


.box_img2 { width: 940px; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; }
.box_img2 img { width: 100%; height: auto; }

.box_btn a { width: 300px; display: block; padding: 10px; color: #fff; background: #4d4d4d; border: 1px solid #4d4d4d; text-align: center; margin-top: 15px; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.box_btn a:hover { background: #fff; color: #4d4d4d; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }