@charset "UTF-8";
/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*------------------------------*/
/*structure & common*/
/*------------------------------*/
/* line 34, ../sass/screen.scss */
html {
  height: 100%;
  width: 100%;
  background: url(../img/cream_bg.jpg);
  font-size: 0.875em;
}

/* line 41, ../sass/screen.scss */
body {
  height: 100%;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/* line 50, ../sass/screen.scss */
.left {
  float: left;
}

/* line 54, ../sass/screen.scss */
.right {
  float: right;
}

/* line 58, ../sass/screen.scss */
.btn {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-color: #ef5a24;
  background-image: url(../img/btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  width: 594px;
  height: 78px;
  padding: 5px;
  margin: 0 auto;
}

/* line 72, ../sass/screen.scss */
.btn:hover {
  background-color: #f39801;
}

/* line 76, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 80, ../sass/screen.scss */
.logo {
  display: block;
  margin: 40px auto 20px;
}

/* line 85, ../sass/screen.scss */
section h1 img {
  display: block;
  margin: 0 auto;
}

/* line 90, ../sass/screen.scss */
a {
  color: #0071BA;
}

/* line 94, ../sass/screen.scss */
a:visited {
  color: #9042ad;
}

/* line 98, ../sass/screen.scss */
a:hover {
  color: #319ce1;
}

/*------------------------------*/
/*clearfix*/
/*------------------------------*/
/* line 105, ../sass/screen.scss */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* line 113, ../sass/screen.scss */
.clearfix {
  display: block;
}

/* line 117, ../sass/screen.scss */
* html .clearfix {
  zoom: 100%;
}

/* line 121, ../sass/screen.scss */
* + html .clearfix {
  zoom: 100%;
}

/*------------------------------*/
/*header*/
/*------------------------------*/
/* line 129, ../sass/screen.scss */
.header_w {
  width: 100%;
  background: #fff;
  height: 76px;
  border-bottom: 4px solid #f39801;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 100;
}

/* line 141, ../sass/screen.scss */
header {
  width: 920px;
  margin: 0 auto;
}
/* line 144, ../sass/screen.scss */
header .left {
  width: 280px;
}
/* line 146, ../sass/screen.scss */
header .left a {
  display: block;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/header_logo.png) no-repeat center 9px;
  width: 238px;
  height: 70px;
}
/* line 154, ../sass/screen.scss */
header .global {
  width: 640px;
}
/* line 156, ../sass/screen.scss */
header .global ul {
  word-spacing: -1em;
  display: table;
  display: block\9;
  width: 100%;
}
/* line 161, ../sass/screen.scss */
header .global ul li {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  * display: inline;
  * zoom: 1;
}
/* line 168, ../sass/screen.scss */
header .global ul li a,
header .global ul li a:visited {
  text-align: right;
  display: inline-block;
  padding: 1.143em 0 0 1.2em;
  color: #000;
  text-decoration: none;
}
/* line 175, ../sass/screen.scss */
header .global ul li a:hover {
  color: #f39801;
}

/* line 184, ../sass/screen.scss */
.header_btn,
.header_btn:hover {
  width: 190px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 450px;
  background-image: url(../img/header_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------*/
/*catch (first view)*/
/*------------------------------*/
/* line 198, ../sass/screen.scss */
#catch {
  padding-top: 80px;
  background: #fbfbfb;
  overflow: hidden;
}
/* line 202, ../sass/screen.scss */
#catch .catch_bg {
  width: 920px;
  margin: 0 auto;
  background: url(../img/first_bg.jpg) no-repeat center top;
  height: 410px;
}
/* line 208, ../sass/screen.scss */
#catch .left {
  width: 446px;
}
/* line 210, ../sass/screen.scss */
#catch .left .copy {
  display: block;
  padding: 48px 0 10px;
}
/* line 214, ../sass/screen.scss */
#catch .left .value {
  padding: 20px 0 6px;
}
/* line 217, ../sass/screen.scss */
#catch .left p {
  font-size: 1.143em;
}
/* line 221, ../sass/screen.scss */
#catch .right {
  width: 474px;
}
/* line 223, ../sass/screen.scss */
#catch .right img {
  display: block;
  padding: 260px 0 0 12px;
}
/* line 228, ../sass/screen.scss */
#catch .btn {
  background-image: url(../img/first_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 446px;
  height: 65px;
  margin: 0;
  padding: 0;
}

/*------------------------------*/
/*problem*/
/*------------------------------*/
/* line 244, ../sass/screen.scss */
#problem h1 {
  background: url(../img/bluegreen_bg.jpg);
}
/* line 246, ../sass/screen.scss */
#problem h1 img {
  padding: 14px;
}
/* line 250, ../sass/screen.scss */
#problem ul li {
  font-size: 1.714em;
  line-height: 1.75;
  background: url(../img/problem_checkmark.png) no-repeat left center;
  padding-left: 30px;
}

/* line 258, ../sass/screen.scss */
.oya {
  background: url(../img/problem_illu1.png) no-repeat center top;
  height: 220px;
}
/* line 261, ../sass/screen.scss */
.oya ul {
  padding: 22px 0 0 238px;
}
/* line 264, ../sass/screen.scss */
.oya .nami span {
  display: inline-block;
  background: url(../img/problem_nami_oya.png) repeat-x left 1.4em;
}

/* line 269, ../sass/screen.scss */
.kodomo {
  background: url(../img/problem_illu2.png) no-repeat center top;
  height: 198px;
}
/* line 272, ../sass/screen.scss */
.kodomo ul {
  padding: 30px 0 0 36px;
}
/* line 275, ../sass/screen.scss */
.kodomo .nami span {
  display: inline-block;
  background: url(../img/problem_nami_kodomo.png) repeat-x left 1.4em;
}

/* line 281, ../sass/screen.scss */
.pb_bg {
  background: url(../img/problem_arrow.png) no-repeat center top;
  padding: 35px 0 20px;
  width: 920px;
  margin: 0 auto;
}

/*------------------------------*/
/*solution*/
/*------------------------------*/
/* line 292, ../sass/screen.scss */
#solution {
  background: url(../img/yellow_bg.jpg);
}

/* line 295, ../sass/screen.scss */
.sol_w {
  width: 920px;
  margin: 0 auto;
  padding: 56px 0 70px;
  background: url(../img/solution_arrow.png) no-repeat center top;
}
/* line 300, ../sass/screen.scss */
.sol_w p {
  font-size: 1.286em;
  text-align: center;
  padding: 10px 0 36px;
}
/* line 305, ../sass/screen.scss */
.sol_w div {
  background: url(../img/solution_illu1.png) no-repeat left 20px;
}
/* line 308, ../sass/screen.scss */
.sol_w ul {
  background: url(../img/solution_illu2.png) no-repeat right top;
  margin-left: 198px;
  margin-bottom: 16px;
}
/* line 312, ../sass/screen.scss */
.sol_w ul li {
  font-weight: bold;
  font-size: 2.143em;
  line-height: 1.2;
  padding: 0 0 20px 40px;
  background: url(../img/solution_checkmark.png) no-repeat left top;
}
/* line 318, ../sass/screen.scss */
.sol_w ul li .orange_txt {
  color: #ef5a24;
}
/* line 321, ../sass/screen.scss */
.sol_w ul li .small {
  font-size: 0.467em;
  font-weight: normal;
  display: block;
}

/*------------------------------*/
/*flow*/
/*------------------------------*/
/* line 334, ../sass/screen.scss */
#flow {
  padding: 70px 0;
}
/* line 336, ../sass/screen.scss */
#flow h1 {
  padding: 0 0 26px 0;
}
/* line 339, ../sass/screen.scss */
#flow ul {
  width: 920px;
  margin: 0 auto;
}
/* line 342, ../sass/screen.scss */
#flow ul li {
  float: left;
  display: block;
  position: relative;
}
/* line 346, ../sass/screen.scss */
#flow ul li p {
  font-size: 1.286em;
  margin-left: 18px;
}
/* line 350, ../sass/screen.scss */
#flow ul li .absolute {
  position: absolute;
  font-size: 1em;
  margin-left: 0;
}
/* line 355, ../sass/screen.scss */
#flow ul li .selectnum {
  position: absolute;
  font-weight: bold;
  margin-left: 0;
}
/* line 360, ../sass/screen.scss */
#flow ul li h2 {
  margin: 4px 0 0 4px;
}

/* line 367, ../sass/screen.scss */
.f1 {
  background: url(../img/flow_f1.png) no-repeat center center;
  width: 387px;
  height: 319px;
}
/* line 371, ../sass/screen.scss */
.f1 .absolute {
  top: 151px;
  left: 255px;
}

/* line 376, ../sass/screen.scss */
.f2 {
  background: url(../img/flow_f2.png) no-repeat center center;
  width: 533px;
  height: 319px;
}
/* line 380, ../sass/screen.scss */
.f2 .absolute {
  top: 82px;
  left: 416px;
}
/* line 384, ../sass/screen.scss */
.f2 .selectnum {
  top: 151px;
  left: 286px;
}

/* line 389, ../sass/screen.scss */
.f3 {
  background: url(../img/flow_f3.png) no-repeat center center;
  width: 467px;
  height: 300px;
}
/* line 393, ../sass/screen.scss */
.f3 .absolute {
  top: 167px;
  left: 32px;
}

/* line 398, ../sass/screen.scss */
.f4 {
  background: url(../img/flow_f4.png) no-repeat center center;
  width: 453px;
  height: 300px;
}
/* line 402, ../sass/screen.scss */
.f4 .absolute {
  width: 9.5em;
  top: 164px;
  left: 290px;
}

/* line 409, ../sass/screen.scss */
.audio {
  width: 366px;
  margin: 0 auto;
  padding: 40px 0 56px;
}
/* line 413, ../sass/screen.scss */
.audio p {
  font-weight: bold;
  font-size: 1.286em;
  text-align: center;
}

/*------------------------------*/
/*points*/
/*------------------------------*/
/* line 424, ../sass/screen.scss */
#points {
  background: url(../img/yellow_bg.jpg);
  padding: 60px 0;
}

/* line 429, ../sass/screen.scss */
.pt_w {
  width: 920px;
  margin: 0 auto;
}
/* line 432, ../sass/screen.scss */
.pt_w h1 {
  margin-bottom: 40px;
}
/* line 435, ../sass/screen.scss */
.pt_w h2 {
  margin-bottom: 20px;
}
/* line 438, ../sass/screen.scss */
.pt_w h2 img {
  display: block;
  margin: 0 auto;
}

/* line 445, ../sass/screen.scss */
.sp,
.pt {
  display: block;
  background: #fff;
  margin: 0 0 28px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* line 455, ../sass/screen.scss */
.sp p {
  padding: 5px 20px 20px;
}
/* line 458, ../sass/screen.scss */
.sp h3 {
  font-weight: bold;
  font-size: 2.000em;
  line-height: 1.2;
  height: 90px;
}
/* line 463, ../sass/screen.scss */
.sp h3 strong {
  display: inline-block;
  margin-top: 16px;
}
/* line 469, ../sass/screen.scss */
.sp h3 .sp_n1,
.sp h3 .sp_n2,
.sp h3 .sp_n3 {
  float: left;
  display: inline-block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: #e89c92;
  color: #fff;
  text-align: center;
  font-size: 0.643em;
  font-weight: normal;
  margin-right: 22px;
}
/* line 482, ../sass/screen.scss */
.sp h3 .sp_n2 {
  background: #83c4c8;
}
/* line 485, ../sass/screen.scss */
.sp h3 .sp_n3 {
  background: #add9a4;
}
/* line 488, ../sass/screen.scss */
.sp h3 .small {
  font-size: 0.75em;
}
/* line 491, ../sass/screen.scss */
.sp h3 .thin {
  font-weight: normal;
  font-size: 0.786em;
  display: block;
  margin-bottom: 20px;
}
/* line 497, ../sass/screen.scss */
.sp h3 .x_small {
  font-size: 0.545em;
}

/* line 503, ../sass/screen.scss */
.sp1 {
  width: 525px;
}
/* line 505, ../sass/screen.scss */
.sp1 p {
  text-align: center;
}
/* line 508, ../sass/screen.scss */
.sp1 .huyou {
  font-size: 1.429em;
}
/* line 510, ../sass/screen.scss */
.sp1 .huyou .red_txt {
  color: #BF272D;
}
/* line 514, ../sass/screen.scss */
.sp1 .example {
  padding: 3px 0 6px;
  line-height: 1.3;
}
/* line 518, ../sass/screen.scss */
.sp1 .larger {
  color: #BF272D;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 525, ../sass/screen.scss */
.sp2 {
  width: 367px;
}

/* line 529, ../sass/screen.scss */
.sp3 {
  width: 367px;
}

/* line 533, ../sass/screen.scss */
table {
  margin: 12px 20px 5px;
  width: 485px;
  border-collapse: collapse;
}
/* line 537, ../sass/screen.scss */
table td, table th {
  border: 1px solid #b1b1b1;
  padding: 4px 9px;
  text-align: center;
}
/* line 541, ../sass/screen.scss */
table td img, table th img {
  display: block;
  margin: 0 auto;
}
/* line 546, ../sass/screen.scss */
table th {
  background: #ece5dd;
  padding: 8px 10px;
}

/* line 552, ../sass/screen.scss */
.kotei {
  background: url(../img/phone_icon.png) no-repeat left center;
  padding-left: 22px;
}

/* line 556, ../sass/screen.scss */
.keitai {
  background: url(../img/smartphone_icon.png) no-repeat left center;
  padding-left: 17px;
}

/* line 561, ../sass/screen.scss */
.sp_w {
  padding-bottom: 30px;
}

/* line 566, ../sass/screen.scss */
.pt p {
  padding: 10px 20px 15px;
}
/* line 569, ../sass/screen.scss */
.pt h3 {
  font-weight: bold;
  font-size: 2.000em;
  line-height: 60px;
  height: 54px;
  overflow: hidden;
}
/* line 575, ../sass/screen.scss */
.pt h3 strong {
  display: inline-block;
  margin-top: 16px;
}
/* line 582, ../sass/screen.scss */
.pt h3 .pt_n1,
.pt h3 .pt_n2,
.pt h3 .pt_n3,
.pt h3 .pt_n4 {
  float: left;
  display: inline-block;
  width: 128px;
  height: 54px;
  line-height: 54px;
  background: #83c4c8;
  color: #fff;
  text-align: center;
  font-size: 0.643em;
  font-weight: normal;
  margin-right: 22px;
}
/* line 595, ../sass/screen.scss */
.pt h3 .pt_n2 {
  background: #f6c590;
}
/* line 598, ../sass/screen.scss */
.pt h3 .pt_n3 {
  background: #add9a4;
}
/* line 601, ../sass/screen.scss */
.pt h3 .pt_n4 {
  background: #e89c92;
}
/* line 604, ../sass/screen.scss */
.pt h3 .small {
  font-size: 0.75em;
}
/* line 607, ../sass/screen.scss */
.pt h3 .thin {
  font-weight: normal;
  font-size: 0.786em;
  display: block;
  margin-bottom: 20px;
}
/* line 613, ../sass/screen.scss */
.pt h3 .x_small {
  font-size: 0.545em;
}

/* line 620, ../sass/screen.scss */
.pt1 p {
  background: url(../img/points_credit.png) no-repeat 692px 20px;
}

/*------------------------------*/
/*voices*/
/*------------------------------*/
/* line 629, ../sass/screen.scss */
#voices {
  padding: 70px 0 0;
}

/* line 633, ../sass/screen.scss */
.clearfix {
  width: 920px;
  margin: 0 auto;
}
/* line 636, ../sass/screen.scss */
.clearfix div img {
  display: block;
  padding: 10px 0;
}

/* line 643, ../sass/screen.scss */
.two_column,
.three_column {
  float: left;
  background: white url(../img/voices_bg.jpg) no-repeat 0 0;
  padding: 30px 20px 20px;
  margin: 28px 28px 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* line 653, ../sass/screen.scss */
.two_column {
  width: 406px;
}

/* line 657, ../sass/screen.scss */
.three_column {
  width: 248px;
}

/* line 661, ../sass/screen.scss */
.vo2 {
  background-position: -446px 0;
  margin-right: 0;
}

/* line 665, ../sass/screen.scss */
.vo3 {
  background-position: -892px 0;
}

/* line 668, ../sass/screen.scss */
.vo4 {
  background-position: -1180px 0;
}

/* line 671, ../sass/screen.scss */
.vo5 {
  background-position: -1468px 0;
  margin-right: 0;
}

/* line 676, ../sass/screen.scss */
.prof {
  height: 100px;
  padding-left: 100px;
}

/* line 680, ../sass/screen.scss */
.prof1 {
  background: url(../img/voices_illu1.png) no-repeat 0 0;
}

/* line 684, ../sass/screen.scss */
.prof2 {
  background: url(../img/voices_illu2.png) no-repeat 0 0;
}

/*------------------------------*/
/*faq*/
/*------------------------------*/
/* line 692, ../sass/screen.scss */
#faq {
  padding: 70px 0;
}
/* line 694, ../sass/screen.scss */
#faq .logo {
  margin-top: 60px;
}

/* line 698, ../sass/screen.scss */
dl {
  width: 840px;
  margin: 40px auto;
  padding-left: 80px;
  background-repeat: no-repeat;
}

/* line 705, ../sass/screen.scss */
.bluegreen {
  background-image: url(../img/faq_bluegreen.png);
}

/* line 708, ../sass/screen.scss */
.pink {
  background-image: url(../img/faq_pink.png);
}

/* line 711, ../sass/screen.scss */
.orange {
  background-image: url(../img/faq_orange.png);
}

/* line 714, ../sass/screen.scss */
.green {
  background-image: url(../img/faq_green.png);
}

/* line 717, ../sass/screen.scss */
.paleblue {
  background-image: url(../img/faq_paleblue.png);
}

/* line 720, ../sass/screen.scss */
dt {
  font-size: 1.571em;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}

/* line 725, ../sass/screen.scss */
dd {
  padding: 5px 0 10px;
}

/*------------------------------*/
/*aboutus*/
/*------------------------------*/
/* line 732, ../sass/screen.scss */
#aboutus {
  padding: 60px 0;
  background: url(../img/yellow_bg.jpg);
}
/* line 735, ../sass/screen.scss */
#aboutus .left {
  width: 130px;
}
/* line 737, ../sass/screen.scss */
#aboutus .left p {
  font-size: 0.786em;
  margin-top: 1em;
}
/* line 742, ../sass/screen.scss */
#aboutus .clearfix {
  margin: 38px auto 0;
}
/* line 745, ../sass/screen.scss */
#aboutus .contact {
  margin-top: 8px;
}
/* line 748, ../sass/screen.scss */
#aboutus .clearfix div img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
/* line 753, ../sass/screen.scss */
#aboutus .right {
  width: 762px;
}
/* line 755, ../sass/screen.scss */
#aboutus .right h2 {
  font-size: 1.714em;
  font-weight: bold;
  line-height: 1.4;
}
/* line 759, ../sass/screen.scss */
#aboutus .right h2 strong {
  font-size: 1.167em;
}
/* line 763, ../sass/screen.scss */
#aboutus .right p {
  padding-top: 1em;
}
/* line 768, ../sass/screen.scss */
#aboutus .logo {
  margin-top: 80px;
}

/* line 775, ../sass/screen.scss */
.phone,
.mail {
  background: #fff;
  width: 406px;
  float: left;
  padding: 20px;
  margin: 28px 28px 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/* line 785, ../sass/screen.scss */
.phone a,
.phone a:visited,
.mail a,
.mail a:visited {
  color: #000;
  text-decoration: none;
}
/* line 789, ../sass/screen.scss */
.phone a:hover,
.mail a:hover {
  color: #ef5a24;
}
/* line 792, ../sass/screen.scss */
.phone span,
.mail span {
  display: block;
  text-align: center;
}

/* line 798, ../sass/screen.scss */
.mail {
  margin-right: 0;
}

/*------------------------------*/
/*footer*/
/*------------------------------*/
/* line 805, ../sass/screen.scss */
.footer_inner {
  padding: 20px 0;
  line-height: 1.7;
}
/* line 808, ../sass/screen.scss */
.footer_inner p {
  text-align: center;
}
/* line 811, ../sass/screen.scss */
.footer_inner small {
  display: block;
  font-size: 0.786em;
  text-align: center;
}
