@charset "UTF-8";


/*clearfix*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

a:link ,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	color:#000;
}

#hyper_machS {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
	line-height:1.5;
    text-align: center;
}

.robo {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

ol, ul {
    list-style: none;
    margin-left: 0;
}

.tb {
    display: none;
}
.sp {
    display: none;
}

.inner {
    width: 960px;
    margin: auto;
}


h2 {
    font-size: 32px;
    font-weight: bold;
}

h3 {
    font-weight: bold;
    font-size: 60px;
}

.cross img {
    width: 100%;
}

/*topImg*/

.mainImg {
    position: relative;
    z-index: 99;
}
.topImg {
    overflow: hidden;
}
.topImg img {
    width: 100%;
    height: auto;
}

.mainImg .bg_2 {
    position: absolute;
    bottom: -23.3%;
    left: 0;
    right: 0;
    width: 100%;
}

.leadText {
    background-color: #dcd9d9;
    position: relative;
    padding: 170px 0 140px;
    margin-top: -32px;
    z-index: 9;
}

.leadText_bg {
}

.leadText .border_bold {
    margin: 20px auto 40px;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 660px;
    padding: 12px 0;
}

.leadText .text {
    line-height: 2.4;
}

.content {
    background: #dcd9d9;
}

.naname {
    margin-top: -17%;
    z-index: 99;
    position: relative;
    text-align: left;
}

.bg_point1 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px;
}

.bg_point1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 3% -10% 0;
  background: #000;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}

.naname .inner {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    padding: 220px 10px;
    color: #fff;
}

.area_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.area_img {
    width: 440px;
}

.area_text {
    width: 465px;
}
.point {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.point img {
    vertical-align: middle;
    margin-right: 20px;
    width: 90px;
    height: auto;
}

.area_box h3 {
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.area_box h3 span {
    letter-spacing: -5px;
}

.area_box .text {
    line-height: 2.2;
    margin-bottom: 30px;
    width: 480px;
}

.area_box .text_at {
    font-size: 12px;
    line-height: 1.8;
}

.bg_point2 {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
  margin-top: -450px;
}

.bg_point2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #e70008;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}

.bg_point2 .inner {
    padding: 220px 0px;
}

.bg_point2 .area_img img {
    margin-bottom: 15px;
    display: block;
}

.bg_point3 {
  margin-top: -500px;
}

.liner {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 1px;
}

.naname2 {
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    margin-top: -400px;
    z-index: 99;
}

.naname2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 2% -10% 0;
  background: #dcd9d9;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}

.naname2 .inner {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 200px 0px 0;
  text-align: center;
}

.naname2 h3 {
    z-index: 99;
    position: relative;
}

.area2_box {
    margin-top: -60px;
    z-index: 9;
    position: relative;
}

.area2_box li {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    margin-bottom: 30px;
}

.area2_box li:nth-child(odd) .area2_text {
    float: right;
}

.area2_box li:nth-child(even) .area2_text {
    float: left;
}

.area2_img {
    z-index: 99;
    width: 500px;
    height: 114px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.area2_box li:nth-child(even) .area2_img {
    left: inherit;
    right: 0;
}

.area2_text {
    z-index: 9;
    border: 9px solid #fff;
    width: 500px;
    position: relative;
    padding: 90px 0 60px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 60px;
}

.area2_text .area2_new {
    margin-bottom: 10px;
}

.area2_text .area2_new img {
    width: 37px;
}

.area2_text .area2_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.area2_text .area2_title img {
    margin-right: 20px;
}

.area2_text h4 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.area2_text .area2_name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.area2_text .area2_price {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
}

.area2_text .area2_price span {
    font-size: 22px;
}

.area2_even .area2_text {
    padding: 60px 110px 80px 60px;
}

.area2_even .area2_img img {
    left: -40px;
}

/*.blo_gift {
    position: relative;
    background-color: #e70008;
    min-height: 325px;
}
*/

.blo_gift_wrap {
    background-color: #e70008;
    margin-top: -260px;
    color: #fff;
}
.blo_gift {
    max-width: 822px;
    margin-top: -50px;
}
.blo_gift .cross {
    position: absolute;
    top: -178px;
    left: 0;
    right: 0;
}

.blo_gift .cross.cross2 {
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -184px;
}

.blo_gift .border {
    background-color: #fff;
    color: #e70008;
    display: table;
    margin: auto;
    font-weight: bold;
    font-size: 28px;
    width: 350px;
}

.blo_gift .blo_gift_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 50px auto;
    position: relative;
    height: 265px;
}

.blo_gift .blo_gift_item p {
    font-weight: bold;
    font-size: 34px;
    text-align: left;
}

.blo_gift .blo_gift_item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.line_back {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    height: 20px;
    display: table;
    margin: auto;
}

.line_back::before {
    position: absolute;
    content: '';
    display: block;
    margin: auto;
    background-color: #fff;
    width: 100px;
    height: 5px;
    left: -115px;
    top: 0;
    bottom: 0;
}

.line_back::after {
    position: absolute;
    content: '';
    display: block;
    margin: auto;
    background-color: #fff;
    width: 100px;
    height: 5px;
    right: -115px;
    top: 0;
    bottom: 0;
}

.type07_wrap {
    max-width: 750px;
    margin: auto;
}

table.type07 {
    border-collapse: collapse;
    line-height: 1.5;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    margin: 30px auto 10px;
}
table.type07 thead {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
table.type07 thead th {
    padding: 5px 9px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #fff;
}
table.type07 tbody th {
    width: 25%;
    padding: 5px 9px;
    vertical-align: top;
    border: 1px solid #fff;
    box-sizing: border-box;
}
table.type07 td {
    width: 35%;
    padding: 5px 9px;
    vertical-align: top;
    border: 1px solid #fff;
    box-sizing: border-box;
}

table.type07 td.th {
    width: 15%;
}

table.type07 td.fo {
    width: 25%;
}

.blo_gift .blo_gift_at {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.blo_cam {
    background-color: #e70008;
}

.blo_cam .inner {
    background-color: #fff;
    border:9px solid #dcd9d9;
    box-sizing: border-box;
    padding: 60px 0;
    position: relative;
}

.blo_cam .inner .cam_bat {
    position: absolute;
    top: -50px;
    left: -80px;
}

.blo_cam h4 {
    font-weight: bold;
    font-size: 34px;
}

.blo_cam h4 img {
    margin-right: 10px;
}

.blo_cam1 {
    background: url(../../../img/sp/hyper_machS/bg_6.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 140px 0 130px;
    margin-top: -10px;
}

.blo_cam1 .border {
    background-color: #fff;
    display: table;
    margin: auto;
    color: #e70008;
    font-weight: bold;
    font-size: 17px;
    padding: 0 30px;
    margin: 15px auto 15px;
}

.blo_cam1 .text {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 30px;
}

.blo_cam1 .text_lead {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.7;
}

.blo_cam2 {
    max-width: 820px;
    margin: auto;
}

.blo_cam .line_back::before {
    background-color: #000;
}

.blo_cam .line_back::after {
    background-color: #000;
}

.blo_cam2 .line_back span {
    background-color: #fff;
}

.blo_cam .text {
    line-height: 1.6;
}

.blo_cam .text2 {
    line-height: ;
}

.btn_tw {
    margin-top: 30px;
}

.howto {
    margin-top: 50px;
}

.howto_title {
    font-weight: bold;
    font-size: 28px;
    border-bottom: 5px solid;
    padding-bottom: 5px; 
    display: table;
    margin: auto;
}

.howto_title .howto_title_a {
    font-size: 20px;
}

.howto_title img {
    vertical-align: middle;
    margin: 0 5px;
    max-width: 61px;
}


.howto_step {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}

.howto_step li {
    position: relative;
    width: 30%;
}

.howto_step li::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../../../img/sp/hyper_machS/icon_arrow.png) no-repeat;
    right: -32px;
    margin: auto;
    top: 24px;
    bottom: 0;
    background-size: contain;
    width: 21px;
    height: 34px;
}

.howto_step li:last-child::after {
    display: none;
}

.howto_step_box {
    margin-top: 10px;
    background-color: #dcd9d9;
    padding: 40px 0px 20px;
}

.howto_step_box p {
    margin-top: 25px;
    font-weight: bold;
    font-size: 15px;
}

.howto_box {
    margin-top: 80px;
}

.howto_box .text_lead {
    font-weight: bold;
    font-size: 16px;
}

.howto_box_line {
    position: relative;
    border: 5px solid #5ea8dd;
    font-weight: bold;
    color: #5ea8dd;
    font-size: 17px;
    padding: 30px 0;
    margin: 15px auto;
}

.howto_box_line .robo {
    font-style: normal;
    font-size: 17px;
}

.howto_box_line .fiki {
    position: absolute;
    top: -85px;
    left: -50px;
}

.blo_cam3 {
    background: url(../../../img/sp/hyper_machS/bg_7.png) no-repeat;
    background-size: 100%;
    padding: 162px 0 230px;
    margin-top: 20px;
}

.blo_cam3 .blo_cam3_lead {
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}

.blo_cam3 .text {
    margin-top: 16px;
}

.blo_cam3 .line_back2 {
    margin-top: 60px;
}

.blo_cam3 .blo_cam3_title {
    font-weight: bold;
}

.blo_cam4_box {
    margin: 30px auto 0;
    max-width: 820px;
}

.blo_cam4_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    text-align: left;
    margin-bottom: 20px;
}

.blo_cam4_box dt {
    font-weight: bold;
    width: 20%;
}

.blo_cam4_box dd {
    width: 80%;
    line-height: 1.8;
}

.dic {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

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


.bottom img {
    width: 100%;
    vertical-align: middle;
}

.btn_buy {
    max-width: 312px;
}



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

#hyper_machS {
    font-size: 13px;
}
.tb {
    display: block;
}
.sp {
    display: block;
}

.pc {
    display: none;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 30px;
}

.inner {
    width: 90%;
    margin: auto;
}

.leadText {
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 0;
}

.leadText .border_bold {
    margin: 20px auto 30px;
    font-size: 18px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 90%;
    padding: 8px 0;
}

.leadText .text {
    line-height: 2;
    text-align: left;
}

.naname .inner {
    padding: 80px 0px;
}

/*.bg_point1:before {
    height: 50%;
    margin: 16% -10% 0;
}*/

.bg_point1:before {
    height: 78%;
    margin: 16% -10% 0;
    width: 130%;
}

.bg_point2 {
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px;
    margin-top: -34%;
}

.bg_point2:before {
    height: 100%;
}

.point {
    font-size: 16px;
    margin-bottom: 10px;
}

.point img {
    width: 30px;
    margin-right: 10px;
}

.area_box h3 {
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.area_box .area_text {   
    width: 55%;
}

.area_box .text {
    line-height: 1.8;
    margin-bottom: 20px;
    width: 100%;
}

.area_img {
    width: 38%;
    margin-top: 20px;
}

.area_img img {
    width: 100%;
    max-width: 300px;
}

.bg_point2 .area_img img {
    display: block;
}

.bg_point2 .inner {
    padding: 50px 0px;
}

.bg_point3 {
    margin-top: -40%;
}

.area_box h3 span {
    letter-spacing: 0px;
}

.naname2 {
    padding: 80px 0 100px;
    margin-top: -30%;
}

.naname2:before {
    height: 25%;
}

.naname2 .inner {
    padding: 100px 10px 120px;
}

.area2_box li {
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.area2_img {
    position: absolute;
    width: 300px;
    right: -10px;
    top: 80px;
    bottom: inherit;
    left: inherit;
}

.area2_img img {
    position: relative;
    width: 100%;
}

.area2_box {
    margin-top: 20px;
}

.area2_text {
    border: 5px solid #fff;
    width: 100%;
    padding: 30px;
}

.area2_text,
.area2_even .area2_text {
    padding: 60px 30px 60px;
}

.area2_text .area2_price {
    font-size: 15px;
    margin-bottom: 30px;
}

.area2_even .area2_img img {
    left: 0px;
}

.blo_gift .blo_gift_item {
    display: block;
    margin: 30px auto;
}

.blo_gift .border {
    margin: 10px auto 0;
    font-size: 20px;;
}

.blo_gift .blo_gift_item p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.blo_gift .blo_gift_item img {
    position: relative;
    margin: 10px auto;
    max-width: 400px;
}

.blo_cam .inner .cam_bat {
    position: absolute;
    top: -50px;
    left: 0;
    
}

.blo_cam .inner .cam_bat img {
    width: 100%;
    max-width: 120px;
}

.blo_cam h4 {
    font-weight: bold;
    font-size: 24px;
}

.blo_cam1 {
    background-size: cover;
    padding: 100px 0;
    margin-top: 0px;
}

.blo_cam h4 img {
    vertical-align: middle;
    width: 35px;
}

.blo_cam1 h5 img {
    width: 90%;
    margin: auto;
}

.blo_cam2 {
    width: 90%;
}

.howto_step li img {
    max-width: 110px;
}

.howto_step_box p {
    margin-top: 20px;
    font-size: 12px;
}

.howto_step li::after {
    right: -12%;
    top: 24px;
    width: 11px;
    height: 17px;
}

.howto_box_line .fiki{
    max-width: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.blo_cam3 {
    padding: 60px 0 100px;
    margin-top: 20px;
}

.blo_cam3 .blo_cam3_lead {
    font-size: 20px;
}

.blo_cam4 {
    width: 90%;
    margin: auto;
}

.naname2 h3 img {
    max-width: 240px;
}

.area2_title img {
    max-width: 136px;
}

.blo_gift h3 img {
    max-width: 350px;
}

.btn_tw img {
    max-width: 330px;
}


}



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

#hyper_machS {
    font-size: 12px;
}

.tb {
    display: none;
}

h2 {
    font-size: 18px;
}

.naname .inner {
    padding: 30px 0px;
}

.leadText .border_bold {
    margin: 20px auto 20px;
    font-size: 17px;
    padding: 8px 0;
}

.area_box {
    display: block;
}

.area_box .area_text {
    width: 100%;
}

.area_img {
    width: 100%;
}

.area_img img {
    max-width: 100%;
}

.bg_point1:before {
    margin: 16% -15% 0;
}

.bg_point2 {
    margin-top: -54%;
    padding: 120px 0 80px;
}

.bg_point2:before {
    height: 100%;
    width: 170%;
    margin: 2% -16% 0;
}

.bg_point2 .inner {
    padding: 0px 0px;
}

.bg_point3:before {
    height: 100%;
}

.bg_point3:before {
    margin: 16% -18% 0;
}

.naname2:before {
    height: 10%;
}

.naname2 {
    padding: 20px 0 50px;
    margin-top: -40%;
}

.naname2 h3 img {
    max-width: 140px;
}

.area2_text .area2_title {
    font-size: 14px;
    margin-bottom: 10px;
}

.area2_text .area2_title img {
    margin-right: 10px;
    width: 100px;
}

.naname2 .inner {
    padding: 100px 0px 0;
    width: 100%;
}

.area2_box {
    overflow: hidden;
}

.area2_box li {
    width: 100%;
    padding-top: 20px;
}

.area2_box li:nth-child(odd) {
    float: right;
}

.area2_box li:nth-child(even) {
    float: left;
}

.area2_text {
    border: 10px solid #fff;
    padding: 40px 20px 40px;
    width: 80%;
}

.area2_even .area2_text {
    padding: 40px 20px 40px;
}

.area2_img {
    width: 240px;
    right: inherit;
    left: 15px;
    top: 0px;
}

.area2_box li:nth-child(even) .area2_img {
    left: inherit;
    right: 15px;
}

.area2_text h4 {
    font-size: 30px;
}

.area2_text .area2_name {
    font-size: 14px;
    margin-bottom: 10px;
}

.area2_text .area2_price span {
    font-size: 18px;
}

.area2_text .area2_price {
    font-size: 12px;
    margin-bottom: 30px;
}

.btn_buy img {
    width: 100%;
}

.area2_even .area2_img {
    left: inherit;
    right: -18%;
}

.area2_even .area2_img img {
    left: inherit;
}

.blo_gift_wrap {
    margin-top: -50%;
}

.blo_gift h3 img {
    width: 210px;
}

.blo_gift .border {
    font-size: 17px;
    width: 210px;
}

.blo_gift .blo_gift_item p {
    font-size: 17px;
}

.blo_gift .blo_gift_item img {
    max-width: 100%;
    width: 100%
}

.line_back {
    font-size: 18px;
    height: 18px;
}

.line_back::after {
    height: 3px;
    width: 60px;
    right: -80px;
}

.line_back::before {
    height: 3px;
    width: 60px;
    left: -80px;
}

table.type07 {
    font-size: 10px;
    margin: 10px auto 10px;
    font-weight: normal;
}

table.type07 tbody th {
    vertical-align: middle;
}

table.type07 td {
    width: 25%;
    padding: 5px 5px;
    vertical-align: middle;
}

table.type07 td.th {
    width: 18%;
}

table.type07 td.fo {
    width: 22%;
}

.blo_gift .blo_gift_at {
    font-weight: normal;
    font-size: 11px;
}

.blo_cam .inner {
    border: 4px solid #dcd9d9;
    padding: 30px 0;
}

.blo_cam .inner .cam_bat {
    top: -80px;
    left: -38px;
}

.blo_cam .inner .cam_bat img {
    width: 100%;
    max-width: 100px;
}

.blo_cam1 {
    padding: 50px 0;
}

.blo_cam1 h5 img {
    max-width: 280px;
}

.blo_cam1 .border {
    font-size: 16px;
}

.blo_cam1 .text {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 20px;
}

.blo_cam1 .text_lead {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.7;
}

.blo_cam2 {
    margin-top: 10%;
}

.blo_cam .text {
    line-height: 1.8;
}

.blo_cam2 .text {
    text-align: left;
}

.blo_cam .line_back {
    margin-bottom: 10px;
}

.btn_tw {
    margin-top: 20px;
}

.btn_tw img {
    width: 100%;
}

.howto_title {
    border-bottom: 3px solid;
    padding-bottom: 3px;
}

.howto_title .howto_title_a {
    font-size: 16px;
    margin-right: 10px;
}

.howto_step {
    margin-top: 20px;
    display: block;
}

.howto_step li {
    width: 80%;
    margin: auto;
}

.howto_step_box {
    margin-top: 20px;
    padding: 20px 0px 20px;
}

.howto_step li img {
    max-width: 180px;
}

.howto_step li::after {
    right:0;
    left: 0;
    margin: auto;
    top: inherit;
    bottom: -10%;
    transform: rotate(90deg);
}

.howto_step_box p {
    margin-top: 10px;
    font-size: 14px;
}

.howto_box {
    margin-top: 30px;
}

.howto_box .text_lead {
    font-size: 14px;
}

.howto_box_line .fiki {
    max-width: 50px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.howto_box_line {
    border: 3px solid #5ea8dd;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    margin: 15px auto 10px;
}

.howto_box_line .robo {
    font-style: normal;
    font-size: 17px;
    word-break: break-all;
}

.blo_cam3_inner {
    width: 90%;
    margin: auto;
}

.blo_cam3 .blo_cam3_lead {
    font-size: 17px;
}

.blo_cam3 .text {
    font-size: 10px;
    text-align: left;
}

.blo_cam3 {
    padding: 60px 0 50px;
    margin-top: 20px;
}

.blo_cam4_box {
    margin: 20px auto 0;
}

.blo_cam4_box dl {
    display: block;
    font-size: 11px;
    margin-bottom: 20px;
}

.blo_cam4_box dt {
    width: 100%;
    margin-bottom: 10px;
}

.blo_cam4_box dd {
    width: 100%;
    line-height: 1.4;
}

.blo_cam4_box .dic_text {
    width: 97%;
}




}

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

h2 {
    font-size: 21px;
}


h3 {
    font-size: 26px;
}

.blo_cam h4 {
    font-size: 20px;
}
.blo_cam1 h5 img {
    max-width: 280px;
}

.blo_cam1 h5 img {
    width: 83%;
}

.blo_cam .inner .cam_bat {
    left: -40px;
}

.blo_cam3 .blo_cam3_lead {
    font-size: 14px;
}

.blo_gift .blo_gift_item p {
    font-size: 15px;
}

.blo_gift .blo_gift_item {
    height: 235px;
}

.line_back {
    font-size: 15px;
    height: 18px;
}

.line_back::before {
    width: 50px;
    left: -70px;
}

.line_back::after {
    width: 50px;
    right: -70px;
}

}














