@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  color: #333;
  font-size: 62.5%; }

  body {
	font-family: "Noto Sans Japanese", "Noto Sans JP", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	-webkit-font-smoothing: antialiased;}

/* p {
	@include fz_vw(13);
@media print, screen and (min-width: 769px) {
		font-size: 30px;
	}
} */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%; }
  body {
    font-size: 1.0rem;
    /* font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}
  .pcimg {
    display: none; }
  body {
    word-wrap: break-word;
    /* background: #000; */
 }
  img {
    width: 100%; }
  .wrapper {
    overflow: hidden; }
  header {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_mainvisual_sp.png) no-repeat right bottom;
    background-size: cover;
    position: relative;
    height: 156.25vw;
    width: 100%; }
  header:after {
    content: "";
    display: block;
    padding-top: 65%; }
.in_head {
	width: 100%;
	margin: 0 auto;}
  .grand_title {
	margin: 0 auto;
	position: absolute;
	text-align: right;
	top: 0;
	right: 5px;
    width: 100%; }
  .grand_title .logotop {
	width: 75px;
	height: 50px;
	margin-bottom: 45px;
	background: #000;
    display: inline-block; }
  .grand_title .logotop a {
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px; }
  .grand_title .logotop a img {
    min-width: 100%; }
	.main_visual_title{
		position: absolute;
		top: 19%;
		left: 52%;
		transform: translateX(-50%);
	}
  .main_visual_title h1 {
    padding: 15px 10px 0 20px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; }
	.main_visual_title h1 img{
		width: 95vw;
		max-width: initial;
		margin-bottom: 0;
	}
  .main_visual_title h1 .logo_img img {
    margin-bottom: 0; }
  .main_visual_title h1 .txt {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    margin-bottom: 30px; }
  .main_visual_title .tel_box {
    margin-top: 3.5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: url(/svcsol/campaign/images/soc_201709/common/icon_tel_white.svg) no-repeat left top;
    background-size: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px; }
  .main_visual_title .tel_box .txt {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF; }
  .main_visual_title .tel_box .number {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF; }
  .main_visual_title .tel_box .time {
    font-size: 1rem;
    display: block;
    color: #FFF;
    margin-top: 10px; }
  .main_visual_title .btn_area {
    margin: 10px auto; }
  .main_visual_title .plus_link a {
    color: #cf0040; }
  .main_visual_title .plus_link a::before {
    background-image: url(/svcsol/campaign/images/soc_201709/common/icon_arrow_r_01.svg); }
  .main_visual_title .plus_link a::after {
    background-image: url(/svcsol/campaign/images/soc_201709/common/icon_externallink_grey.svg); }
  .main_visual_title .stamp {
    width: 140px;
    position: absolute;
    left: 10%; }
  .parent_box .title_box {
    padding: 20px 0;
    background: #FFF; }
  .parent_box .title_box h2 {
    margin: 0 auto; }
  .parent_box .title_box h2 img {
    width: 100%;
    min-width: 100%; }
  .spbr {
    display: block; }
  .btn_area {
    text-align: center;
    margin-bottom: 10px; }
  .btn_area .btn {
    display: block;
    border-radius: 4px;
    background: linear-gradient(#d00041, #b6001f);
    border: none;
    padding: 10px;
    margin: 0 auto;
    text-decoration: none; }
  .btn_area .btn.btn01,
  .btn_area .btn.btn02,
  .btn_area .btn.btn03,
  .btn_area .btn.btn04 {
    width: 84%; }
  .btn_area .btn.btn04 {
    background: linear-gradient(#6193de, #4471d4); }
  .btn_area span {
    padding-right: 15px;
    background: url(/svcsol/campaign/images/soc_201709/common/icon_externallink.svg) no-repeat right top;
    background-size: 9px 8px;
    font-size: 4.375vw;
    font-weight: bold;
    color: #fff; } }

@media screen and (max-width: 767px) and (min-width: 769px) {
  .btn_area span {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .child_box .tit_box h3:nth-of-type(1) {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff; }
  .child_box .tit_box h3:nth-of-type(1) .tit_txt,
  .child_box .tit_box h3:nth-of-type(1) .part {
    padding: 13px 15px 9px; }
  .child_box .tit_box h3:nth-of-type(1) .tit_txt {
    background: #000; }
  .child_box .tit_box h3:nth-of-type(1) .part {
    background: #cf0040; }
  .child_box .tit_box h3:nth-of-type(1) .part .number {
    font-size: 1.7rem; }
  .child_box .tit_box h3:nth-of-type(2) {
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 1.6; }
  .h_sub {
    width: 210px;
    padding: 0 10px 8px;
    background-image: url(/svcsol/campaign/images/soc_201709/top/bg_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%; }
  .appeal_box,
  .in_appeal_box {
    background: #34394f;
    padding: 25px 0; }
  .appeal_box .child_box,
  .in_appeal_box .child_box {
    padding: 0 10px; }
  .appeal_box .child_box .visual_box figure,
  .in_appeal_box .child_box .visual_box figure {
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    position: relative; }
  .appeal_box .child_box .visual_box figure figcaption,
  .in_appeal_box .child_box .visual_box figure figcaption {
    width: 264px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 70px; }
  .appeal_box .child_box .visual_box figure span,
  .in_appeal_box .child_box .visual_box figure span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 300px; }
  .appeal_box .child_box .visual_box figure span img,
  .in_appeal_box .child_box .visual_box figure span img {
    vertical-align: bottom; }
  .appeal_box .child_box .outline,
  .in_appeal_box .child_box .outline {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-top: 20px; }
  .appeal_box .side_by_side,
  .in_appeal_box .side_by_side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px; }
  .appeal_box .side_by_side li,
  .in_appeal_box .side_by_side li {
    width: 100%;
    margin-top: 20px; }
  .appeal_box .side_by_side li:first-child,
  .in_appeal_box .side_by_side li:first-child {
    margin-top: 0; }
  .appeal_box .side_by_side li .btn_area,
  .in_appeal_box .side_by_side li .btn_area {
    width: 100%; }
  .appeal_box .side_by_side li .btn_area button,
  .in_appeal_box .side_by_side li .btn_area button {
    width: 100%; }
  .appeal_box .side_by_side li:nth-child(1),
  .in_appeal_box .side_by_side li:nth-child(1) {
    order: 1; }
  .appeal_box .side_by_side li:nth-child(2),
  .in_appeal_box .side_by_side li:nth-child(2) {
    order: 3; }
  .appeal_box .side_by_side li:nth-child(3),
  .in_appeal_box .side_by_side li:nth-child(3) {
    margin-top: 0;
    order: 2; }
  .appeal_box .tel_box,
  .in_appeal_box .tel_box {
    width: 100%;
    text-align: center;
    margin-top: 5px; }
  .appeal_box .tel_box:before,
  .in_appeal_box .tel_box:before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    background: url(/svcsol/campaign/images/soc_201709/common/icon_tel_white.svg) no-repeat center center;
    background-size: cover;
    vertical-align: top;
    margin-right: 5px; }
  .appeal_box .tel_box .txt,
  .in_appeal_box .tel_box .txt {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    margin-right: 10px; }
  .appeal_box .tel_box .number,
  .in_appeal_box .tel_box .number {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF; }
  .appeal_box .tel_box .time,
  .in_appeal_box .tel_box .time {
    font-size: 1rem;
    color: #FFF;
    display: block;
    margin-top: 5px; }
  .plus_link {
    text-align: center; }
  .plus_link a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: left; }
  .plus_link a::before,
  .plus_link a::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
  .plus_link a::before {
    position: absolute;
    top: 10px;
    left: 2px;
    background-image: url(/svcsol/campaign/images/soc_201709/common/icon_arrow_r_02.svg);
    width: 4.5px;
    height: 8.5px;
    margin-right: 5px; }
  .plus_link a::after {
    background-image: url(/svcsol/campaign/images/soc_201709/common/icon_externallink_white.svg);
    margin-left: 5px;
    width: 9px;
    height: 8px; }
  .check_mark {
    background: url(/svcsol/campaign/images/soc_201709/common/icon_check.svg) left 3px no-repeat;
    background-size: 9px 7px;
    padding-left: 18px; }
  .link_box {
    padding: 0 10px; }
  .link_box .btn_area [class^="btn"] {
    width: 100%;
    box-sizing: border-box; }
  .link_box .side_by_side:last-child {
    margin-top: 15px; }
  .link_box .tel_box {
    margin-top: 10px;
    margin-bottom: 20px; }
  footer {
    background: #000; }
  footer .in_foot {
    width: 100%;
    padding: 20px 0; }
  footer .in_foot .foot_nav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
    color: #FFF;
    text-decoration: none; }
  footer .in_foot .foot_nav ul li a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/svcsol/campaign/images/soc_201709/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
    margin-left: 10px; }
  footer .in_foot .foot_nav ul li:first-child {
    margin-right: 20px; }
  footer .in_foot .foot_nav ul li:first-child:after {
    content: none; }
  footer .in_foot .foot_nav ul li:before {
    content: "|";
    color: #FFF;
    margin-right: 20px; }
  footer .in_foot .foot_nav ul li:after {
    content: "|";
    color: #FFF;
    margin-left: 20px; }
  footer .in_foot .copy {
    color: #FFF;
    text-align: center;
    margin-top: 20px; }
  #totop {
    display: none; } }

@media screen and (max-width: 767px) {
  main .post_body {
    overflow: scroll;
    word-wrap: normal; } }

/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
  .about_box .title_box h2 {
    width: 86%;
    text-align: center; }
  .about_box .title_box h2 img {
    min-width: inherit;
    max-width: 217px; }
  .about_box .child_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_about_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 25px 0 100px; }
  .about_box .child_box .outline {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    margin: 0 20px 20px; }
  .about_box .child_box figure {
    width: 297px;
    margin: 0 auto; }
  .about_box .child_box figure img {
    width: 100%;
    min-width: 100%; }
  .question_box .title_box {
    background: #FFF url(/svcsol/campaign/images/soc_201709/top/bg_question_sp.jpg) no-repeat right top;
    background-size: 350px; }
  .question_box .title_box h2 {
    padding: 10px;
    margin: 0;
    width: 215px; }
  .question_box .title_box ul {
    padding: 0 20px; }
  .question_box .title_box ul li {
    font-size: 1.4rem;
    margin: 10px 0 0;
    text-align: left;
    padding: 0 0 0 30px;
    line-height: 1.4;
    background: url(../images/soc_201709/top/img_check.png) no-repeat left 0.4rem;
    background-size: 20px; }
  .question_box .title_box ul li a {
    color: #333;
    text-decoration: none; }
  .question_box .title_box ul li a strong {
    color: #cf0040;
    font-weight: bold; }
  .question_box .title_box ul li a span {
    font-weight: bold;
    display: inline-block;
    margin-right: .5rem; }
  .question_box .title_box ul li a:hover {
    opacity: .5; }
  .question_box .child_box .tit_box {
    padding: 30px 0;
    background-size: cover;
    position: relative; }
  .question_box .child_box .tit_box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #31343f transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); }
  .question_box .child_box .in_content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px; }
  .question_box .child_box .in_content .h_sub img {
    width: 170px; }
  .question_box .child_box.part01 .tit_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part01_sp.jpg) no-repeat right top;
    background-size: cover; }
  .question_box .child_box.part01 .in_content {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part01_child_sp.jpg) no-repeat center top;
    background-size: cover; }
  .question_box .child_box.part02 .tit_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part02_sp.jpg) no-repeat left bottom;
    background-size: cover; }
  .question_box .child_box.part02 .in_content {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part02_child_sp.jpg) no-repeat center top;
    background-size: cover; }
  .question_box .child_box.part03 .tit_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part03_sp.jpg) no-repeat center top;
    background-size: cover; }
  .question_box .child_box.part03 .in_content {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_part03_child_sp.jpg) no-repeat center top;
    background-size: cover; }
  .question_box .part01 .in_box h4 {
    text-align: center;
    margin-bottom: 20px; }
  .question_box .part01 .in_box .img_explain figure {
    padding: 20px;
    background: #FFF;
    max-width: 100%;
    position: relative;
    text-align: center; }
  .question_box .part01 .in_box .img_explain figure img {
    width: 100%; }
  .question_box .part01 .in_box dl dt {
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px; }
  .question_box .part01 .in_box dl dd {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7; }
  .question_box .part01 .in_appeal_box {
    background: rgba(114, 66, 70, 0.6); }
  .question_box .part01 .in_appeal_box .side_by_side .btn_area {
    margin-bottom: 10px; }
  .question_box .part02 .in_box h4 {
    text-align: center;
    margin-bottom: 20px; }
  .question_box .part02 .in_box dl {
    margin-bottom: 20px; }
  .question_box .part02 .in_box dl dt {
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px; }
  .question_box .part02 .in_box dl dd {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7; }
  .question_box .part02 .in_box .img_explain figure {
    padding: 20px;
    background: #FFF;
    max-width: 100%;
    text-align: center; }
  .question_box .part02 .in_box .img_explain figure img {
    width: 100%; }
  .question_box .part03 .in_box h4 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center; }
  .question_box .part03 .in_box dl {
    margin-bottom: 20px; }
  .question_box .part03 .in_box dl dt {
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px; }
  .question_box .part03 .in_box dl dd {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7; }
  .question_box .part03 .in_box .img_explain {
    margin-bottom: 20px; }
  .question_box .part03 .in_box .img_explain figure {
    max-width: 100%;
    text-align: center; }
  .question_box .part03 .in_box .part03_report {
    text-align: center;
    border: 4px solid #0095a3;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3); }
  .question_box .part03 .in_box .part03_report picture img {
    width: 107px;
    margin: 0 auto 15px; }
  .question_box .part03 .in_box .part03_report .report_txt {
    text-align: left; }
  .question_box .part03 .in_box .part03_report .report_txt h3 {
    color: #cdfbff;
    font-size: 1.6rem;
    padding: 10px;
    background: #0095a3;
    line-height: 1.3;
    margin-bottom: 10px; }
  .question_box .part03 .in_box .part03_report .report_txt p {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 15px; }
  .question_box .part03 .in_box .part03_report .report_txt a {
    display: block;
    color: #0095a3;
    text-decoration: none;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #0095a3;
    background: #FFF;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold; }
  .question_box .part03 .in_box .part03_report .report_txt a span::after {
    content: url(/svcsol/campaign/images/soc_201709/common/icon_externallink_green.svg);
    width: 9px;
    margin-left: 5px;
    display: inline-block; }
  .contact_box {
    background: #464646; }
  .contact_box .in_appeal_box .side_by_side {
    margin: 0; }
  .contact_box .child_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box; }
  .contact_box .child_box .tel_box {
    text-align: center; }
  .contact_box .child_box .tel_box:before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    background: url(/svcsol/campaign/images/soc_201709/common/icon_tel_white.svg) no-repeat center center;
    background-size: cover;
    vertical-align: top;
    margin-right: 5px; }
  .contact_box .child_box .tel_box .txt {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    margin-right: 10px; }
  .contact_box .child_box .tel_box .number {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF; }
  .contact_box .child_box .tel_box .time {
    font-size: 1rem;
    color: #FFF;
    display: block; }
  .example_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_example_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 25px 0; }
  .example_box .title_box {
    background: initial;
    padding: 10px 0; }
  .example_box .title_box h2 {
    text-align: center;
    width: 60%; }
  .example_box .child_box figure {
    width: 33%; }
  .example_box .child_box figure span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 60%;
    box-sizing: border-box;
    background: #FFF; }
  .example_box .child_box figure span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .example_box .child_box dl {
    width: 60%; }
  .example_box .child_box dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold; }
  .example_box .child_box dl dd {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 5px; }
  .example_box .child_box dl dd:after {
    content: "";
    display: inline-block;
    background: url(/svcsol/campaign/images/soc_201709/common/icon_externallink_red.svg) no-repeat right bottom;
    background-size: contain;
    width: 14px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: -2px; }
  .example_box .child_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 10px; }
  .example_box .child_box ul li {
    width: 100%;
    margin-top: 15px; }
  .example_box .child_box ul li a {
    display: block;
    color: #333;
    text-decoration: none; }
  .example_box .child_box ul li a .side_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
  .example_box .child_box ul li a:hover {
    color: #333;
    text-decoration: none; }
  .example_box .child_box ul li.company_daiwahouse figure img {
    width: 80%; }
  .example_box .child_box ul li.company_noevir figure img {
    width: 60%; }
  .example_box .child_box ul li.company_askul figure img {
    width: 68%; }
  .onemore_box {
    background: url(/svcsol/campaign/images/soc_201709/top/bg_onemore_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 10px; }
  .onemore_box .title_box {
    padding-top: 0;
    background: none; }
  .onemore_box .title_box h2 {
    text-align: center; }
  .onemore_box .title_box h2 img {
    min-width: inherit;
    max-width: 190px; }
  .onemore_box .child_box p {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 1.4rem;
    color: #ffea02; }
  .onemore_box .child_box .img_explain {
    background-color: #FFFFFF;
    padding: 15px; }
  .tour_box {
    padding: 30px 10px;
    background: #FFFFFF url(/svcsol/campaign/images/soc_201709/top/bg_tour_sp.jpg) center top no-repeat;
    background-size: 100% auto; }
  .tour_box .title_box {
    background: none;
    padding-top: 0; }
  .tour_box .title_box h2 {
    text-align: center; }
  .tour_box .title_box h2 img {
    width: 100%;
    max-width: 203px;
    min-width: inherit; }
  .tour_box .child_box .in_box {
    margin-bottom: 20px; }
  .tour_box .child_box .in_box > p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .tour_box .child_box .in_box > p a {
    color: #d10042;
    font-weight: bold; }
  .tour_box .child_box .tour_place {
    width: 100%; }
  .tour_box .child_box .tour_place > section {
    width: 100%;
    border: #00b9bb solid 1px;
    border-top: none;
    box-sizing: border-box;
    margin-bottom: 20px; }
  .tour_box .child_box .tour_place > section picture {
    display: block;
    width: calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    margin-left: -1px; }
  .tour_box .child_box .tour_place > section picture img {
    vertical-align: top;
    width: 100%; }
  .tour_box .child_box .tour_place > section div {
    padding: 18px; }
  .tour_box .child_box .tour_place > section div h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .tour_box .child_box .tour_place > section div p {
    font-size: 1.4rem;
    line-height: 1.5; }
  .tour_box .child_box .tour_table tr th,
  .tour_box .child_box .tour_table tr td {
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 15px;
    line-height: 1.5; }
  .tour_box .child_box .tour_table tr th {
    padding-right: 15px;
    white-space: nowrap;
    font-weight: bold;
    border-right: 2px solid #00b9b0; }
  .tour_box .child_box .tour_table tr td {
    padding-left: 15px; }
  .tour_box .child_box .tour_table tr:last-child th,
  .tour_box .child_box .tour_table tr:last-child td {
    padding-bottom: 0; }
  /*#########################################################

お知らせ

#########################################################*/
  #news {
    padding: 20px 10px; }
    #news .title_box {
      width: 100%;
      margin: 0 auto 25px;
      padding: 0;
      font-size: 1.8rem; }
      #news .title_box h2 {
        width: 100%; }
    #news .wrapper {
      width: 100%; }
      #news .wrapper > section.left_box {
        width: 100%;
        margin-bottom: 10px; }
      #news .wrapper > section.right_box {
        margin: 0 auto;
        width: 100%; }
      #news .wrapper > section .txt {
        font-size: 1.6rem;
        text-align: center; }
      #news .wrapper > section .btn03 {
        width: 84%;
        padding: 10px 5px; }
        #news .wrapper > section .btn03 span {
          font-size: 4.3vw; }
		}

/* 210805 追加 */
@media screen and (max-width: 767px) {
	.u-use--sp {
		display: block !important;
	}
	.u-use--pc {
		display: none !important;
	}
	.c-contact {
		background-color: #333;
	}
	.c-contact2 {
		background-color: #ABF3F3;
		padding: 0 0 50px;
		padding-top: 0;
	}
	.c-contact2 .c-child {
		padding: 0 20px
	}

	.c-contact_last{
		padding: 17px 0 33px;
		background-color: #444957;
		margin-top: 25px;
	}

	.plus{
		position: relative;
		width: 88%;
		margin: 0 auto;
	}
	.plus::after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid rgba(256, 256, 256, 0.2);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.plus_link a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 16px;
		line-height: 1.5;
		padding: 0 30px 21px 20px;
		display: inline-block;
		position: relative;
		font-weight: bold;
	}
	.plus_link a::before {
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_arrow-white2.svg);
		width: 12px;
		height: 17px;
		top: 7px;
		left: -3px;
		margin-right: 8px;
	}
	.plus_link a::after {
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_externallink_white.svg);
		margin-left: 6px;
		width: 15px;
		height: 13px;
	}

  .c-child {
    padding: 25px 20px;
  }
  .c-child2 {
    padding: 25px 20px 20px;
  }
  .c-child3{
	padding: 25px 20px 0;
  }
  .c-child .c-child {
    padding: 0;
  }
  .c-child .c-child:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-child:not(:first-child) {
    padding-top: 0;
  }

  .c-box {
    padding: 15px;
  }
  .c-box__hd {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .c-box__txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-box__txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-column__item {
    position: relative;
  }
  .c-column__item:not(:first-child) {
    margin-top: 20px;
  }

  .c-btn {
    font-size: 4.375vw;
    font-weight: 700;
    position: relative;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    width: 100%;
    text-decoration: none;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    -ms-align-items: center;
        align-items: center;
  }

  .c-btn--01 {
    padding: 23px 0;
    background: -webkit-linear-gradient(#DC2055, #B70725);
    background:      -o-linear-gradient(#DC2055, #B70725);
    background:         linear-gradient(#DC2055, #B70725);
  }
  .c-btn--02 {
	width: 92%;
    margin: 0 auto;
    padding: 23px 0;
    background: -webkit-linear-gradient(#DD2157, #B60724);
    background:      -o-linear-gradient(#DD2157, #B60724);
    background:         linear-gradient(#DD2157, #B60724);
  }

  .c-btn--03 {
	width: 88%;
    margin: 0 auto;
    padding: 15px 0;
    background: -webkit-linear-gradient(#DC2055, #B70725);
    background:      -o-linear-gradient(#DC2055, #B70725);
    background:         linear-gradient(#DC2055, #B70725);
  }
  .c-btn--04 {
	width: 81%;
    margin: 20px auto 0;
  }

  .c-btn__inner {
    position: relative;
    display: inline-block;
  }

	.c-btn__space{
		position: relative;
		letter-spacing: 0.05em;
	}
	.c-btn__space::before{
		content: '';
		padding-left: 8px;
	}

  .c-btn--01 .c-btn__inner {
	  position: relative;
	padding: 0 30px 0 10px;
  }
  .c-btn--02 .c-btn__inner {
    padding: 0 0 0 8%;
  }
  .c-btn--03 .c-btn__inner {
    padding: 0 0 0 14%;
    text-align: center;
    display: block;
    line-height: 1.9;
  }
  .c-btn--01 .c-btn__inner::after{
	  content: '';
	  position: absolute;
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_open-window.svg);
		width: 13.5px;
		height: 12px;
		top: 2px;
		right: 0;
		margin-right: 8px;
		background-size: 100%;
  }
  .c-btn--02 .c-btn__inner::after{
	  content: '';
	  position: absolute;
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_open-window.svg);
		width: 13.5px;
		height: 12px;
		top: 2px;
		right: -29px;
		margin-right: 8px;
		background-size: 100%;
  }
  .c-btn--03 .c-btn__inner::after{
	  content: '';
	  position: absolute;
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_open-window.svg);
		width: 13.5px;
		height: 12px;
		top: 40px;
		right: -27px;
		margin-right: 8px;
		background-size: 100%;
  }
  .c-download {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 18px 10px;
    border: 1px solid #dedede;
    border: 2px solid #cf0040;
    background: #fff;
  }
  .c-download2 {
    margin-bottom: 0;
  }

  .c-download__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
    text-align: center;
    color: #cf0040;
  }

  .c-download__item--single {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-download__thumb {
    width: 43%;
  }

  .c-download__img {
    width: 100%;
  }

  .c-download__box {
	width: calc(100% - (45% + 4px));
	text-align: left;
  }

  .c-download__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 14px;
  }

  .c-download__txt--pdf {
	font-size: 14px;
    font-weight: normal;
    padding-top: 16px;
    display: block;
    letter-spacing: 0.02em;
  }

  .c-download__txt--mini {
    font-size: 14px;
    display: block;
    font-weight: normal;
    line-height: 1.75;
	margin-bottom: 15px;
	text-align: left;
  }

  .c-download .c-btn {
    width: 100%;
    text-align: center
  }

  .c-telbox {
    font-weight: 700;
	text-align: center;
    margin-top: 22px;
    color: #fff;
  }

  .c-telbox--operator {
    font-weight: 700;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-top: 25px;

    color: #fff;

    justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .c-telbox--triale {
    margin-bottom: 15px;
  }

  .c-telbox__txt {
	font-size: 16px;
    position: relative;
    padding-left: 43px;
    font-weight: 700;
	margin: 0 10px 16px 0;
  }

  .c-telbox__txt2 {
	font-size: 16px;
    position: relative;
    padding-left: 43px;
    font-weight: 700;
	margin: 0 10px 16px 0;
  }

  .c-telbox__txt::before {
    position: absolute;
    top: -5px;
    left: 44px;
    width: 25px;
    height: 25px;
    content: '';
    background: url(/svcsol/focus/daas/images/icon_tel_white.svg) no-repeat left top;
    -webkit-background-size: 25px 25px;
            background-size: 25px 25px;
  }

  .c-telbox__txt2::before {
    position: absolute;
    top: -3px;
    left: 64px;
    width: 25px;
    height: 25px;
    content: '';
    background: url(/svcsol/focus/daas/images/icon_tel_white.svg) no-repeat left top;
    -webkit-background-size: 25px 25px;
            background-size: 25px 25px;
  }

  .c-telbox__number {
    font-size: 24px;
	font-family: 'Roboto', sans-serif;
    text-align: center;
  }

  .c-telbox__time {
    font-size: 13px;
    font-weight: normal;

    width: 100%;
    margin-top: 8px;

    text-align: center;
  }

  /* news */
	#news{
		position: relative;
		padding: 16px 0 23px;
		background: rgba(255, 255, 255, 0.2);
		margin-top: -101px;
	}

	#news::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content:  '';
		background: -moz-linear-gradient(top, transparent, #000000);
		background: -webkit-gradient(linear, center top, center bottom, from(transparent), to(#000000));
		z-index: 1;
	}
	#news .news_box{
		text-align: center;
		position: relative;
		z-index: 2
	}
	#news .news_title{
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		border: 1px solid #fff;
		padding: 6px 35px;
		display: inline-block;
		text-align: center;
		margin-bottom: 21px;
	}
	#news .news_box{
		max-width: 950px;
		margin: 0 auto;
	}
	#news .news_list{
		font-size: 14px;
		font-weight: 700;
		padding: 0 24px;
		text-align: left
	}
	#news .news_list a{
		color: #fff;
		position: relative;
		display: inline-block;
	}

	#news .news_list a::after {
		content: '';
		background-image: url(/svcsol/campaign/images/soc_201709/common/icon_open-window.svg);
		display: inline-block;
		width: 12px;
		height: 10px;
	    background-repeat: no-repeat;
	    background-position: 0 0;
	    -webkit-background-size: 12px 10px;
	    background-size: 12px 10px;
	}

	#news .news_listitem{
		position: relative;
		padding-left: 20px
	}
	#news .news_listitem::before{
		content: "";
		position: absolute;
		background: url(/svcsol/campaign/images/soc_201709/common/icon_arrow-red.svg) no-repeat left center;
		width: 10.5px;
		height: 12px;
		top: 2px;
		left: 0;
	}

	/* soc-service */
	.soc-service{
		padding: 58px 0 80.5px;
		text-align: center;
		background: url(/svcsol/campaign/images/soc_201709/top/bg_soc_leaning_sp.png) no-repeat top center;
		background-size: 100% auto;
	}
	.soc-service_title{
		width: 88%;
		margin: 0 auto;
		font-size: 26px;
		padding-bottom: 40px;
		color: #104CA2;
		font-weight: 700;
		line-height: 1.5;
	}
	.soc-service_subtitle{
		display: inline-block;
		font-size: 19px;
		font-weight: 700;
		color: #104CA2;
		border: 2px solid #104CA2;
		margin: 0 auto 25px;
		padding: 14px 29px;
		text-align: center;
	}
	.soc-service_text{
		width: 88%;
		font-size: 16px;
		line-height: 2;
		margin: 0 auto 32px;
		text-align: left;
	}
	.soc-service_text:last-of-type{
		margin-bottom: 16px;
	}
	.soc-service_info{
		width: 88%;
		margin: 0 auto 34px;
		position: relative;
		font-size: 16px;
		color: #2B7AB1;
		padding-left: 25px;
		text-align: left;
	}
	.soc-service_info::before{
		content: "";
		position: absolute;
		background: url(/svcsol/campaign/images/soc_201709/common/icon_arrow-white.svg) no-repeat left center;
		background-size: 9px 9px;
		width: 9px;
		height: 9px;
		top: 4px;
		left: 4px;
	}
	.soc-service_info::after{
		content: "";
		position: absolute;
		width: 17px;
		height: 17px;
		border-radius: 50%;
		top: 0px;
		left: 0px;
		background: #333;
		z-index: -1;
	}
	.soc-service_img{
		margin: 0 auto;
	}
	.soc-service_img img{
		width: 88%;
		height: auto;
	}

	/* trouble */
	.trouble{
		width: 100%;
		height: auto;
		padding-bottom: 53px;
		background: url(/svcsol/campaign/images/soc_201709/top/bg_contents_sp.png) no-repeat center top;
		background-size: cover;
		width: 100%;
		height: auto;
	}
	.trouble-title{
		width: 88%;
		margin: 0 auto;
		padding: 41px 0 39px;
		font-size: 26px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
	}
	.trouble-box{
		width: 88%;
		margin: 0 auto;
	}
	.trouble-boxitem{
		position: relative;
		padding: 32px 0 73px;
		background-color: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		margin-bottom: 19px;
	}
	.trouble-boxitem2{
		padding: 32px 0 64px;
	}
	.trouble-boxitem:after{
		content: '';
		background: url(/svcsol/campaign/images/soc_201709/common/icon_arrow-blue.svg) no-repeat center bottom;
		width: 40px;
		height: 21px;
		display: block;
		position: absolute;
		bottom: 31px;
		left: 45%;
	}
	.trouble-boxitem2:after{
		content: '';
		background: url(/svcsol/campaign/images/soc_201709/common/icon_arrow-blue.svg) no-repeat center bottom;
		width: 40px;
		height: 21px;
		display: block;
		position: absolute;
		top: 82.5%;
		left: 45%;
	}
	.trouble-box a,
	.trouble-box a:link{
		color: #333;
	}
	.tit_box {
		position: relative;
	}
	.tit_box h3:nth-of-type(1) {
		color: #FFFFFF;
		height: 38px;
		letter-spacing: 0.08em;
		position: relative;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 16px;
	}
	.tit_box h3:nth-of-type(1) .tit_txt {
		background: #000;
		display: inline-block;
		box-sizing: border-box;
		font-size: 15px;
	}
	.tit_box h3:nth-of-type(1) .part {
		background: #4EE6E6;
		color: #000;
		display: inline-block;
		font-size: 15px;
	}
	.tit_box h3:nth-of-type(1) .tit_txt {
		font-weight: bold;
		line-height: 38px;
		vertical-align: middle;
		width: 126px;
	}
	.tit_box h3:nth-of-type(1) .part {
		font-weight: bold;
		line-height: 38px;
		vertical-align: middle;
		letter-spacing: 0.11em;
		width: 86px;
	}
	.tit_box_txt{
		font-size: 18px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.01em;
		text-align: center;
	}

	/* trouble1 */
	.trouble-details{
		position: relative;
		text-align: center;
	}

	.tit_box2 {
		position: relative;
		margin: 0 auto;
		padding: 50px 20px 29.375vw;
		background: url(/svcsol/campaign/images/soc_201709/top/bg_blue_leaning_sp.png) no-repeat center top;
		background-size: cover;
		z-index: 1;
	}

	.tit_box2::before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15.625vw 100vw 0 0;
		border-color: transparent #fff #fff transparent;
	}
	.tit_box2 h2{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.tit_box2 h2:nth-of-type(1) {
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 18px;
		height: 32px;
		letter-spacing: 0.08em;
		position: relative;
		margin: 0 auto 18px;
	}
	.tit_box2 h2:nth-of-type(1) .tit_txt {
		background: #000;
		box-sizing: border-box;
		font-size: 15px;
		font-weight: bold;
		line-height: 32px;
		vertical-align: middle;
		padding: 0 27px;
	}
	.tit_box2 h2:nth-of-type(1) .part {
		background: #4EE6E6;
		color: #000;
		font-size: 15px;
		font-weight: bold;
		line-height: 32px;
		vertical-align: middle;
		padding: 0 11px 0 14px;
		letter-spacing: 0.15em;
	}
	.tit_box_txt2{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.65;
		letter-spacing: 0.01em;
		text-align: center;
		padding-bottom: 0;
		margin: 0 auto;
		color: #fff
	}
	.trouble-subtitle{
		position: relative;
		width: 230px;
		font-size: 19px;
		font-weight: 700;
		color: #104CA2;
		border: 2px solid #104CA2;
		background-color: #fff;
		padding: 13px 0;
		text-align: center;
		margin: -13.437vw auto 0;
		z-index: 2;
	}
	.trouble-answer{
		background-size: 360px;
		padding-bottom: 40px;
		background: url(/svcsol/campaign/images/soc_201709/top/bg_gradation_sp.jpg) no-repeat center bottom;
		background-size: 600px;
	}
	.trouble-answer:last-child {
		padding-bottom: 50px
	}
	.trouble-answer_title{
		width: 74%;
		margin: 31px auto 25px;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.5;
		color: #104CA2;
		text-align: center;
	}
	.trouble-answer_txt{
		width: 88%;
		margin: 0 auto 32px;
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
	.trouble1-img{
		width: 88%;
		background-color: #fff;
		margin: -7px auto 0;
		padding: 20px 12px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.trouble1-img img{
		width: 100%;
		height: auto;
	}

	/* trouble2 */
	.trouble2-img{
		width: 88%;
		background-color: #fff;
		margin: 0 auto;
		padding: 14px 12px;
		box-sizing: border-box;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.trouble2-img img{
		width: 100%;
		height: auto;
	}

	/* trouble3 */
	.trouble-answer_title2{
		width: 88%;
		margin: 30px auto 25px;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.5;
		color: #104CA2;
		text-align: center;
	}
	.trouble3-img{
		width: 88%;
		background-color: #fff;
		margin: -5px auto 0;
		padding: 14px 12px;
		border-radius: 10px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.trouble3-img img{
		width: 100%;
		height: auto;
	}

	/* movie */
	.attempt{
		width: 88%;
		margin: 0 auto;
		padding: 45px 0 44px;
	}
	.attempt-title{
		font-size: 26px;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		padding-bottom: 29px;
		color: #104CA2;
	}
	.attempt-box {
		width: 100%;
		height: 0;
		margin: 0 auto;
		position: relative;
		padding-top: 56.65%;
		overflow: hidden;
	}
	.attempt-box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* plan */
	.plan{
    background: url(/svcsol/campaign/images/soc_201709/top/bg_contents_sp.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	}
	.plan-title{
		width: 88%;
		margin: 0 auto;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		padding: 43px 0 24px;
		color: #fff;
		line-height: 1.25;
	}
	.plan-subtitle{
		font-size: 16px;
		font-weight: 400;
		display: block;
		padding-top: 20px;
		line-height: 2;
	}
	.plan-box{
		width: 88%;
		margin: 0 auto 30px;
	}
	.plan-boxitem{
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		background-color: #fff;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.plan-boxitem_title{
		border-radius: 10px 10px 0 0;
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		width: 100%;
		padding: 18px 0;
		text-align: center;
	}
	.plan-boxitem_title1{
		background-color: #104CA2;
	}
	.plan-boxitem_title2{
		background-color: #107EA3;

	}
	.plan-boxitem_title3{
		background-color: #31A39A;

	}
	.plan-boxitem_list{
		padding: 17px 24px 19px 44px;
		font-size: 15px;
		line-height: 1.7;
	}
	.plan-boxitem_list2{
		padding: 15px 24px 18px 44px;
		font-size: 15px;
		line-height: 1.7;
	}
	.plan-boxitem_listitem1{
		position: relative;
		margin-bottom: 10px;
	}
	.plan-boxitem_listitem2{
		position: relative;
		margin-bottom: 10px;
	}
	.plan-boxitem_listitem3{
		position: relative;
		margin-bottom: 10px;
	}
	.plan-boxitem_listitem1:after{
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #104CA2;
		position: absolute;
		top: 9px;
		left: -17px;
	}
	.plan-boxitem_listitem2:after{
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #107EA3;
		position: absolute;
		top: 9px;
		left: -17px;
	}
	.plan-boxitem_listitem3:after{
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #31A39A;
		position: absolute;
		top: 9px;
		left: -17px;
	}

	/* soc */
	.soc{
		background: url(/svcsol/campaign/images/soc_201709/top/bg_lattice.jpg) repeat left top;
		background-size: 140px 140px;
		padding: 52px 0 51px;
	}
	.soc-contents{
		width: 88%;
		margin: 0 auto 47px;
	}
	.soc-contents:last-of-type{
		margin: 0 auto;
	}
	.soc-title{
		color: #104CA2;
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 20px;
		line-height: 1.4;
	}
	.soc-txt{
		font-size: 15px;
		margin-bottom: 16px;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}





















}
