/*ーーーーーーーーーーーーーーーー
PCの時のみ使用するCSS
ーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 769px) {
.top_section .box1{background:url(../images/support/images/support1_1.png); background-size:100%; background-position:top center; height:200px;}
#section1 .box1 .txt1{ font-size:1.2em; text-align:center; line-height:2; padding:40px 0; }
#section1 .box1 .btn1{ background:#007bff; color:#fff;}
#section1 .box1 .btn1:hover{background:#FB8183;}
}

/*ーーーーーーーーーーーーーーーー
spの時のみ使用するCSS
ーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
.top_section .box1{background:url(../images/support/images/support1_2.png); background-size:100% 100%;}
#section1 .box1 .txt1{line-height:2; padding:10vw 5vw; }
#section1 .box1 .txt1 br{ display:none;}
#section1 .box1 .btn1{ background:#007bff; color:#fff;}
}