@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #2b2b2b;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-family: "CrimsonText","timesnew roman","游明朝",YuMincho,"HiraginoMinchoProN","HiraginoMinchoPro","HG明朝E","ＭＳ 明朝",serif;
}

.gothic {
  font-family: YakuHanJP, Arial, Helvatica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ ゴシック", sans-serif;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* 
 End-initialize
------------------------------------------- */
/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

/* ----------------------------------------
       link-style only-pc 
      */
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
  }
}

/* 
      End-link-style only-pc
     ---------------------------------------- */
/* 
 end-link-style
----------------------------------------- */
/* ----------------------------------------
 responsible-contents 
 */
/* ----------------------------------------
       responsible-contents  only-pc 
      */
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* 
       End-responsible-contents  only-pc 
      ---------------------------------------- */
/* ----------------------------------------
       responsible-contents  tablet 
      */
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/*
       End-responsible-contents  tablet 
       ---------------------------------------- */
/* ----------------------------------------
       responsible-contents  sp 
      */
@media screen and (max-width: 640px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*
       End-responsible-contents  sp 
       ---------------------------------------- */
/* 
 End-responsible-contents 
---------------------------------------- */
/*================================================================
 fit-4d-style
================================================================*/
/* logtag */
/* accessibilityNav*/
#accessibilityNav {
  display: none;
}

#logtag {
  display: none;
}

/* no-js */
#noscript {
  width: 100%;
  min-height: 59px;
  border-bottom: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow: hidden;
}

#noscript .content {
  padding: 10px;
  width: auto;
}

#noscript span {
  color: #cc0000;
}

@media (max-width: 640px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*

snipets

@mixin after-given {
  content: "";
  display: block;
}
example:
@include after-given;

@mixin abs-topce($top: 0) {
  position: absolute;
  top: $top;
  left: 50%;
  transform: translate(-50%,0);
}
example:
@include abs-topce();
@include abs-topce($top: 10%);

@mixin abs-cece {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
example:
@include abs-cece;

@mixin abs-cele($left:0) {
  position: absolute;
  top: 50%;
  left: $left;
  transform: translate(0,-50%);
}
example:
@include abs-cele();
@include abs-cele($left:10%);


@mixin abs-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
example:
@include abs-cover;

@mixin tac {
  text-align: center;
}
example:
@include tac;

@mixin tar {
  text-align: right;
}
example:
@include tar;

@mixin tal {
  text-align: left;
}
example:
@include tal;

*/
/*==================================================================================
 common
==================================================================================*/
body {
  font-feature-settings: "palt";
  background: #fff;
  font-family: “Roboto”,Arial, Helvatica, “游ゴシック Medium”, “Yu Gothic Medium”, “游ゴシック体”, “YuGothicM”, “YuGothicM”, “游ゴシック”, YuGothic, “Hiragino Kaku Gothic ProN”, “Hiragino Kaku Gothic Pro”, “Meiryo UI” , “メイリオ” , Meiryo , “ＭＳ ゴシック”, sans-serif;
  letter-spacing: 0.1em;
}

.monstserrat {
  font-family: 'Montserrat', sans-serif;
}

main {
  display: block;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
}

.cap,
.caption {
  background: none;
  color: #666666;
  font-size: 10px;
  line-height: 15px;
}

.cap {
  padding-top: 5px;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 640px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto 20px;
  }
  .swipe img {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .pageAnnotation {
    padding-top: 80px;
  }
  .pageAnnotation .wrap {
    width: 94%;
  }
  main {
    margin-top: 0;
  }
  main img {
    width: 100%;
    height: auto;
  }
  main .wrap {
    width: 94%;
  }
  .printBtn {
    display: none !important;
  }
}

/*==================================================================================
 site-header
==================================================================================*/
.site-header {
  text-align: center;
}

.site-header .clio-logo {
  padding: 15px 0 17px;
}

.site-header .page-links-wrap {
  position: relative;
  height: 46px;
}

.site-header .page-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
}

.site-header .page-links .wrap {
  max-width: 560px;
  padding: 10px 0 10px;
  margin: 0 auto;
}

.site-header .page-links.fixed {
  position: fixed;
}

.site-header .page-links ul {
  text-align: center;
  margin: 0 auto;
}

.site-header .page-links li {
  display: inline-block;
  margin-right: 65px;
}

.site-header .page-links li:last-child {
  margin-right: auto;
}

.site-header .page-links li a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 5px 10px;
  color: #3C3C3C;
}

.site-header .page-links li a span {
  position: relative;
  z-index: 2;
}

.site-header .page-links li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #E3C2D1;
  transition: width .5s;
}

.site-header .page-links li a:hover {
  opacity: 1;
}

.site-header .page-links li a:hover:after {
  width: 100%;
}

.site-header .page-links li.cond01 a:after {
  background: #EBD86B;
}

.top01.all-wrap .site-header .page-links li.cond01 a:after {
  width: 100%;
}

.top02.all-wrap .site-header .page-links li.cond02 a:after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .site-header {
    height: auto !important;
  }
  .site-header .clio-logo {
    padding: 11px 0 7px;
  }
  .site-header .page-links {
    padding: 5px 0;
  }
  .site-header .page-links li {
    display: block;
    margin-right: auto;
  }
  .site-header .page-links li:last-child {
    margin-right: auto;
  }
  .site-header .page-links li a {
    font-size: 14px;
  }
  .site-header .page-links li.cond01 a:after {
    background: #EBD86B;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  background-color: #FFF;
  z-index: 15;
}

.clioNav {
  clear: both;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.clioNav ul {
  zoom: 1;
}

.clioNav ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clioNav ul:after {
  content: '';
  display: block;
  clear: both;
}

.clioNav ul li {
  float: left;
  width: 33%;
  text-align: center;
  vertical-align: baseline;
  zoom: 1;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d6d6d6;
  padding: 5px 0;
  box-sizing: content-box;
}

.clioNav ul li a {
  text-decoration: none;
}

.clioNav ul li a img {
  margin-bottom: 5px;
}

.clioNav ul li a span {
  display: block;
  font-size: 11px;
  line-height: 18px;
  vertical-align: middle;
  color: #333;
  margin-left: 1px;
  letter-spacing: 0;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.clioNav ul li a span:before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  line-height: 18px;
}

.clioNav ul li.num01 {
  border-left: 0;
}

.logoArea {
  clear: both;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 1000px;
  max-width: 100%;
}

.logoArea .statement {
  float: left;
  margin-top: 15px;
  width: 340px;
}

.logoArea .statement img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.logoArea ul {
  float: right;
  font-size: 10px;
}

.logoArea ul li {
  float: left;
  padding-right: 15px;
  max-width: 148px;
}

.logoArea ul li:last-child {
  padding-right: 0;
}

.logoArea ul li.fLogo02 {
  max-width: 198px;
}

.logoArea ul li span {
  display: inline-block;
  padding-bottom: 2px;
  color: #333;
}

.logoArea ul li img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.logoArea ul li.fLogo01 a:hover {
  opacity: 1;
}

.logoArea ul li p {
  color: #333;
  margin-bottom: 2px;
  letter-spacing: 0.15em;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.copyright {
  clear: both;
  padding: 20px 0px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
  font-size: 10px;
}

.copyright img {
  vertical-align: baseline;
}

.copyright p {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30;
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
  .site-footer .pc {
    display: none !important;
  }
  .site-footer .sp {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer .clioNav {
    width: auto;
    padding-bottom: 20px;
  }
  .site-footer .clioNav li {
    float: none;
    clear: both;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #e2e2e2;
  }
  .site-footer .clioNav li a {
    display: block;
    padding: 10px 0;
  }
  .site-footer .logoArea {
    padding-bottom: 21px;
    width: auto;
    text-align: center;
  }
  .site-footer .logoArea .statement,
  .site-footer .logoArea ul {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
  .site-footer .logoArea .statement {
    padding-bottom: 30px;
    width: 94%;
  }
  .site-footer .logoArea .statement img {
    width: 100%;
    max-width: 340px;
  }
  .site-footer .logoArea ul li {
    display: block;
    float: none;
    clear: both;
    text-align: left;
    margin: 0 auto 11px;
  }
  .site-footer .logoArea ul li:last-child {
    margin-bottom: 0;
  }
  .site-footer .logoArea ul li span {
    display: inline-block;
    vertical-align: baseline;
  }
  .site-footer .copyright {
    text-align: center;
  }
  .site-footer .copyright p {
    width: 94%;
  }
  .site-footer .copyright img.sp {
    display: inline-block !important;
  }
  .pageTop {
    width: 40px;
  }
  .pageTop img {
    width: 100%;
    height: auto;
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .pageTop,
  .sp {
    display: none !important;
  }
}

#top {
  overflow: hidden;
}

#top main {
  margin-bottom: 25px;
}

#top em {
  font-style: normal;
  font-weight: bold;
  color: #C3769A;
  font-size: 130%;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

#top em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(195, 118, 154, 0.3);
}

#top .common-sections {
  padding: 356px 0 0;
  margin-top: -140px;
  position: relative;
}

#top .common-sections .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

#top .common-sections .bg {
  position: absolute;
  min-width: 1900px;
  top: 0;
  left: 50%;
  width: 100%;
  height: 257px;
  transform: translateX(-50%);
  background: url(../imgs/index01/bg01.png) no-repeat center bottom;
  background-size: 100% 100%;
}

#top .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

#top.top01 .main-visual {
  position: relative;
  padding: 115px 0 115px;
}

#top.top01 .main-visual .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

#top.top01 .main-visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #EBD86B;
}

#top.top01 .main-visual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #A5D5E0;
}

#top.top01 .main-visual img {
  width: 100%;
}

#top.top01 .main-visual .page-title {
  margin: 0 auto;
  padding-bottom: 75px;
  max-width: 639px;
}

#top.top01 .main-visual .page-lead {
  font-size: 18px;
  line-height: 2.2;
  font-weight: bold;
}

#top.top01 .common-sections .page-header {
  text-align: center;
  padding-bottom: 45px;
}

#top.top01 .common-sections .page-header .title {
  font-size: 70px;
  padding-bottom: 15px;
  font-weight: 900;
}

#top.top01 .common-sections .page-header .ja {
  font-size: 18px;
  font-weight: bold;
}

#top.top01 .common-sections .interviews li {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 0 170px;
  min-height: 130px;
}

#top.top01 .common-sections .interviews li:last-child {
  margin-bottom: 0;
}

#top.top01 .common-sections .interviews p {
  line-height: 1.7;
}

#top.top01 .common-sections .interviews .inner {
  line-height: 1.7;
  padding: 40px 35px 35px;
  box-sizing: border-box;
  border-radius: 54px;
  background: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: left;
}

#top.top01 .common-sections .interviews li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  background: url(../imgs/index01/husband.png) no-repeat center;
  background-size: cover;
}

#top.top01 .common-sections .interviews .example {
  background: #C3769A;
  padding: 40px 10px 30px;
  text-align: center;
  margin: 20px -35px 25px;
}

#top.top01 .common-sections .interviews .example .in-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#top.top01 .common-sections .interviews .example .price {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
}

#top.top01 .common-sections .interviews .text03 {
  font-size: 16px;
}

#top.top01 .common-sections .interviews .husband {
  text-align: left;
}

#top.top01 .common-sections .interviews .wife {
  text-align: right;
}

#top.top01 .common-sections .interviews .wife:before {
  left: auto;
  right: 0;
  background-image: url(../imgs/index01/wife.png);
}

#top.top01 .common-sections .interviews .wife.left {
  text-align: left;
}

#top.top01 .common-sections .interviews .wife.left:before {
  left: 0;
  right: auto;
}

#top.top01 .common-sections .interviews .sales {
  text-align: right;
}

#top.top01 .common-sections .interviews .sales:before {
  left: auto;
  right: 0;
  background-image: url(../imgs/index01/sales.png);
}

#top.top01 .common-sections .interviews .couple {
  text-align: left;
}

#top.top01 .common-sections .interviews .couple:before {
  background-image: url(../imgs/index01/couple.png);
}

#top.top01 .common-sections .interviews .text02 {
  padding-top: 7px;
  font-size: 24px;
}

#top.top01 .settions {
  padding-top: 105px;
  margin-top: 0;
  background: #F0F0F0;
}

#top.top01 .settions .peoples {
  text-align: center;
  padding-bottom: 54px;
}

#top.top01 .settions .peoples li {
  display: inline-block;
  margin-right: 100px;
}

#top.top01 .settions .peoples li:last-child {
  margin-right: auto;
}

#top.top01 .settions .peoples .icon {
  padding-bottom: 24px;
}

#top.top01 .settions .peoples .name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
}

#top.top01 .settions .peoples .salary {
  font-size: 24px;
  font-weight: bold;
}

#top.top01 .settions .situation {
  border-radius: 54px;
  border: 4px solid #3C3C3C;
  padding: 40px 15px 35px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  max-width: 659px;
  box-sizing: border-box;
  margin: 0 auto 75px;
}

#top.top01 .outline {
  background: #fff;
}

#top.top01 .outline .lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.9;
  padding-bottom: 90px;
}

#top.top01 .outline .detail h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 26px;
  position: relative;
  text-align: center;
  margin-bottom: 33px;
}

#top.top01 .outline .detail h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 8px;
  transform: translateX(-50%);
  background: url(../imgs/index01/dot.png) no-repeat center;
  background-size: 100% auto;
}

#top.top01 .outline .detail dl {
  border-top: 1px solid #CECECE;
  margin: 0 auto 10px;
  max-width: 630px;
}

#top.top01 .outline .detail .text02 {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  max-width: 630px;
  padding-bottom: 60px;
}

#top.top01 .outline .detail dt {
  width: 275px;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

#top.top01 .outline .detail dd {
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #CECECE;
}

#top.top01 .outline .interviews li .inner {
  background: #f0f0f0;
}

#top.top01 .merit-demerit {
  background: #f0f0f0;
  padding-bottom: 190px;
}

#top.top01 .merit-demerit .block {
  text-align: left;
  background: #fff;
  border: 4px solid #3C3C3C;
  border-radius: 10px;
  padding: 60px 50px;
  margin-bottom: 40px;
}

#top.top01 .merit-demerit .sub-title {
  font-size: 50px;
  font-weight: 900;
  padding-bottom: 43px;
}

#top.top01 .merit-demerit .sub-title .ja {
  font-size: 16px;
}

#top.top01 .merit-demerit .merits {
  padding-bottom: 20px;
}

#top.top01 .merit-demerit .merits li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
}

#top.top01 .merit-demerit .merits li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #C3769A;
}

#top.top01 .merit-demerit .demerit {
  margin-bottom: 90px;
}

#top.top01 .merit-demerit .demerit li:after {
  background: #ACACAC;
}

#top.top01 .merit-demerit .check {
  background: #C3769A;
  padding: 40px 50px;
  color: #fff;
}

#top.top01 .merit-demerit .check .title {
  font-size: 34px;
  padding-bottom: 20px;
  font-weight: bold;
}

#top.top01 .merit-demerit .check .lead {
  font-size: 26px;
  padding-bottom: 15px;
  font-weight: bold;
}

#top.top01 .merit-demerit .check .text01 {
  line-height: 1.7;
  font-size: 16px;
  padding-bottom: 30px;
}

#top.top01 .merit-demerit .check .image {
  padding: 60px 60px 30px;
  background: #fff;
  color: #3c3c3c;
  text-align: center;
}

#top.top01 .merit-demerit .check .image .img {
  padding-bottom: 40px;
}

#top.top01 .merit-demerit .check .image .text {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}

#top.top01 .merit-demerit .check .image .cases {
  position: relative;
  text-align: center;
}

#top.top01 .merit-demerit .check .image .cases p {
  position: relative;
  display: inline-block;
  padding: 6px 0 13px 100px;
  font-size: 26.4px;
  font-weight: bold;
}

#top.top01 .merit-demerit .check .image .cases .mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  width: 76px;
  background: #75AAB5;
  color: #fff;
}

#top.top01 .merit-demerit .check .image .cases.wife .mark {
  background: #DDC95B;
}

#top.top01 .merit-demerit .bg {
  background-image: url(../imgs/index01/bg02.png);
}

#top.top02 .main-visual {
  padding-top: 118px;
  position: relative;
  background: #E3C2D1;
}

#top.top02 .main-visual .page-title {
  margin: 0 auto 100px;
  max-width: 706px;
}

#top.top02 .main-visual .page-lead {
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
  text-align: center;
}

#top.top02 .points-wrap {
  position: relative;
  padding-top: 180px;
  margin-top: -100px;
  background: #f0f0f0;
  text-align: center;
  background: #f0f0f0 !important;
  font-size: 0;
}

#top.top02 .points-wrap .bg {
  background-image: url(../imgs/index02/bg01.png);
}

#top.top02 .points-wrap a {
  color: #303030;
  display: block;
}

#top.top02 .points-wrap li {
  display: inline-block;
  text-align: center;
  margin-right: 70px;
}

#top.top02 .points-wrap li:last-child {
  margin-right: auto;
}

#top.top02 .points-wrap .image {
  padding-bottom: 20px;
  text-align: center;
}

#top.top02 .points-wrap .text {
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

#top.top02 .points-wrap .arrow {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../imgs/index02/arrow01.png) no-repeat center;
  background-size: cover;
  transform: translateY(0);
  transition: transform 0.5s;
}

#top.top02 .points-wrap a:hover {
  opacity: 1;
}

#top.top02 .points-wrap a:hover .arrow {
  transform: translateY(10px);
}

#top.top02 .page-header {
  margin-bottom: 45px;
  border-bottom: 4px solid #3C3C3C;
  padding-bottom: 35px;
  text-align: center;
}

#top.top02 .page-header .icon {
  padding-bottom: 10px;
}

#top.top02 .page-header .title {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

#top.top02 .page-header .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -2px;
  height: 4px;
  background: #3C3C3C;
}

#top.top02 .page-header .title span {
  position: relative;
  display: inline-block;
  padding: 5px 40px;
  z-index: 4;
  background: #f0f0f0;
  font-size: 18px;
}

#top.top02 .page-header .title span:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 3px;
  height: 35px;
  transform: rotate(-18deg);
  background: #3c3c3c;
}

#top.top02 .page-header .title span:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 3px;
  height: 35px;
  transform: rotate(18deg);
  background: #3c3c3c;
}

#top.top02 .page-header .leads {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.8;
}

#top.top02 .page-header .leads em:after {
  display: none;
}

#top.top02 .common-sections {
  background: #fff;
}

#top.top02 .common-sections .wrap {
  max-width: 830px;
  text-align: left;
}

#top.top02 .common-sections .section-text {
  font-size: 18px;
  line-height: 1.9;
  font-weight: bold;
}

#top.top02 .common-sections .annotation {
  padding-top: 15px;
  font-size: 11px;
  line-height: 1.8;
}

#top.top02 .common-sections .image {
  padding-top: 25px;
}

#top.top02 .three-years {
  background: #F0F0F0;
  padding-top: 120px;
  margin-top: 0;
}

#top.top02 .expanded .page-header .title span {
  background: #fff;
}

#top.top02 .expanded02 {
  background: #F0F0F0;
}

#top.top02 .expanded02 .bg {
  background-image: url(../imgs/index02/bg03.png);
}

#top.top02 .eco-point {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

#top.top02 .eco-point .page-header .title span {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  #top main {
    margin-bottom: 25px;
  }
  #top em {
    padding: 0 5px;
  }
  #top em:after {
    height: 5px;
  }
  #top .common-sections {
    padding: 182px 0 0;
    margin-top: -80px;
  }
  #top .common-sections .bg {
    min-width: 1000px;
    height: 140px;
  }
  #top.top01 .main-visual {
    padding: 55px 0;
  }
  #top.top01 .main-visual .page-title {
    margin: 0 auto;
    width: 50%;
    padding-bottom: 30px;
  }
  #top.top01 .main-visual .page-lead {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  #top.top01 .main-visual .page-lead br {
    display: none;
  }
  #top.top01 .common-sections .page-header {
    padding-bottom: 25px;
  }
  #top.top01 .common-sections .page-header .title {
    font-size: 30px;
    padding-bottom: 12px;
  }
  #top.top01 .common-sections .page-header .ja {
    font-size: 12px;
  }
  #top.top01 .common-sections .interviews li {
    margin-bottom: 30px;
    padding: 0 0px;
    padding-left: 50px;
    min-height: 60px;
  }
  #top.top01 .common-sections .interviews li:last-child {
    margin-bottom: 0;
  }
  #top.top01 .common-sections .interviews .inner {
    padding: 15px 15px;
    border-radius: 28px;
    font-size: 13px;
    display: block;
    line-height: 1.4;
  }
  #top.top01 .common-sections .interviews li:before {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  #top.top01 .common-sections .interviews .example {
    padding: 20px 15px 20px;
    margin: 5px -15px 10px;
  }
  #top.top01 .common-sections .interviews .example .in-text {
    font-size: 13px;
  }
  #top.top01 .common-sections .interviews .example .price {
    font-size: 26px;
  }
  #top.top01 .common-sections .interviews .text03 {
    font-size: 12px;
  }
  #top.top01 .common-sections .interviews .wife {
    text-align: left;
  }
  #top.top01 .common-sections .interviews .text02 {
    padding-top: 7px;
    font-size: 15px;
  }
  #top.top01 .settions {
    padding-top: 50px;
  }
  #top.top01 .settions .peoples {
    padding-bottom: 29px;
  }
  #top.top01 .settions .peoples li {
    display: inline-block;
    margin-right: 4%;
    width: 43%;
  }
  #top.top01 .settions .peoples li:last-child {
    margin-right: auto;
  }
  #top.top01 .settions .peoples .icon {
    padding-bottom: 12px;
  }
  #top.top01 .settions .peoples .name {
    font-size: 13px;
    padding-bottom: 10px;
  }
  #top.top01 .settions .peoples .salary {
    font-size: 17px;
  }
  #top.top01 .settions .situation {
    border-radius: 24px;
    border: 2px solid #3C3C3C;
    padding: 15px 15px;
    margin: 0 auto 25px;
    font-size: 13px;
    text-align: left;
  }
  #top.top01 .settions .situation br {
    display: none;
  }
  #top.top01 .outline .lead {
    font-size: 14px;
    padding-bottom: 30px;
  }
  #top.top01 .outline .lead br {
    display: none;
  }
  #top.top01 .outline .detail h4 {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }
  #top.top01 .outline .detail h4:after {
    width: 22px;
    height: 4px;
  }
  #top.top01 .outline .detail dl {
    margin: 0 auto 10px;
  }
  #top.top01 .outline .detail dt {
    padding: 8px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    float: none;
  }
  #top.top01 .outline .detail dd {
    padding: 8px 20px;
    font-size: 12px;
  }
  #top.top01 .merit-demerit {
    padding-bottom: 80px;
  }
  #top.top01 .merit-demerit .block {
    border: 2px solid #3C3C3C;
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  #top.top01 .merit-demerit .sub-title {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 19px;
  }
  #top.top01 .merit-demerit .sub-title .ja {
    font-size: 10px;
  }
  #top.top01 .merit-demerit .merits {
    padding-bottom: 10px;
  }
  #top.top01 .merit-demerit .merits li {
    margin-bottom: 9px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  #top.top01 .merit-demerit .merits li:last-child {
    margin-bottom: 0;
  }
  #top.top01 .merit-demerit .merits li:after {
    width: 10px;
    height: 10px;
    background: #C3769A;
  }
  #top.top01 .merit-demerit .demerit {
    margin-bottom: 30px;
  }
  #top.top01 .merit-demerit .demerit .merits {
    padding-bottom: 0px;
  }
  #top.top01 .merit-demerit .check {
    padding: 15px 20px 20px;
  }
  #top.top01 .merit-demerit .check .title {
    font-size: 14px;
    padding-bottom: 8px;
  }
  #top.top01 .merit-demerit .check .lead {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  #top.top01 .merit-demerit .check .text01 {
    font-size: 12px;
    padding-bottom: 15px;
  }
  #top.top01 .merit-demerit .check .image {
    padding: 20px 15px 20px;
  }
  #top.top01 .merit-demerit .check .image .img {
    padding-bottom: 15px;
  }
  #top.top01 .merit-demerit .check .image .text {
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  #top.top01 .merit-demerit .check .image .cases p {
    display: block;
    padding: 6px 0 0px 0px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  #top.top01 .merit-demerit .check .image .cases .mark {
    position: static;
    padding-bottom: 10px;
    transform: translateY(0%);
    border-radius: 15px;
    padding: 5px;
    display: block;
    text-align: center;
    width: 76px;
    margin: 0 auto 3px;
    color: #fff;
  }
  #top.top01 .merit-demerit .bg {
    background-image: url(../imgs/index01/bg02.png);
  }
  #top.top02 .main-visual {
    padding-top: 45px;
  }
  #top.top02 .main-visual .page-title {
    margin: 0 auto 40px;
    width: 80%;
  }
  #top.top02 .main-visual .page-lead {
    font-size: 13px;
  }
  #top.top02 .main-visual .page-lead br {
    display: none;
  }
  #top.top02 .points-wrap .points {
    width: 75%;
    margin: 0 auto;
  }
  #top.top02 .points-wrap li {
    display: block;
    float: left;
    width: 46%;
    margin-right: auto;
  }
  #top.top02 .points-wrap li:nth-child(2n) {
    float: right;
  }
  #top.top02 .points-wrap li:nth-child(2n+1) {
    clear: both;
  }
  #top.top02 .points-wrap .image {
    padding-bottom: 10px;
  }
  #top.top02 .points-wrap .text {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  #top.top02 .points-wrap .arrow {
    width: 15px;
    height: 14px;
  }
  #top.top02 .page-header {
    margin-bottom: 15px;
    border-bottom: 3px solid #3C3C3C;
    padding-bottom: 15px;
  }
  #top.top02 .page-header .icon {
    padding-bottom: 14px;
  }
  #top.top02 .page-header .icon img {
    width: 22%;
  }
  #top.top02 .page-header .title {
    margin-bottom: 15px;
  }
  #top.top02 .page-header .title:after {
    content: "";
    display: block;
    height: 3px;
  }
  #top.top02 .page-header .title span {
    padding: 5px 30px;
    font-size: 14px;
  }
  #top.top02 .page-header .leads {
    font-size: 19px;
  }
  #top.top02 .common-sections .section-text {
    font-size: 14px;
  }
  #top.top02 .common-sections .annotation {
    padding-top: 12px;
    font-size: 10px;
  }
  #top.top02 .common-sections .image {
    padding-top: 15px;
  }
  #top.top02 .three-years {
    padding-top: 50px;
  }
  #top.top02 .expanded02 {
    background: #F0F0F0;
  }
  #top.top02 .expanded02 .bg {
    background-image: url(../imgs/index02/bg03.png);
  }
  #top.top02 .eco-point {
    padding-bottom: 25px;
    margin-bottom: 0px;
    border-bottom: none;
  }
}

#top .fixed-list {
  display: none;
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  padding: 30px 8px;
  background: #fff;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 0px 6px #ccc,0px 0px 6px #ccc;
  z-index: 4;
}

#top .fixed-list .close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #303030;
  cursor: pointer;
}

#top .fixed-list .close:before, #top .fixed-list .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 2px;
  background: #303030;
}

#top .fixed-list .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#top .fixed-list li {
  margin-bottom: 19px;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
}

#top .fixed-list li a {
  padding-left: 23px;
  position: relative;
  display: block;
  color: #303030;
}

#top .fixed-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  width: 7px;
  height: 7px;
  transition: left .5s;
}

#top .fixed-list li a:hover {
  opacity: 1;
  color: #C3769A;
}

#top .fixed-list li a:hover:after {
  left: -11px;
  border-color: #C3769A;
}

#top .fixed-list li.current a {
  color: #C3769A;
}

#top .fixed-list li.current a:after {
  left: -11px;
  border-color: #C3769A;
}

@media screen and (max-width: 1024px) {
  #top .fixed-list {
    padding: 20px 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 90px;
    box-sizing: border-box;
  }
  #top .fixed-list .close {
    width: 22px;
    height: 22px;
  }
  #top .fixed-list li {
    margin-bottom: 9px;
    font-size: 10px;
  }
  #top .fixed-list li br {
    display: none;
  }
  #top .fixed-list li a {
    padding-left: 2px;
  }
  #top .fixed-list li a:after {
    left: -9px;
  }
  #top .fixed-list li a:hover:after {
    left: -16px;
  }
  #top .fixed-list li.current a:after {
    left: -16px;
  }
}

#top .page-annotation {
  padding-top: 170px;
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  #top .page-annotation {
    padding-top: 70px;
    text-align: left;
    font-size: 10px;
  }
}

/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 640px) {
  /*

snipets

@mixin after-given {
  content: "";
  display: block;
}
example:
@include after-given;

@mixin abs-topce($top: 0) {
  position: absolute;
  top: $top;
  left: 50%;
  transform: translate(-50%,0);
}
example:
@include abs-topce();
@include abs-topce($top: 10%);

@mixin abs-cece {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
example:
@include abs-cece;

@mixin abs-cele($left:0) {
  position: absolute;
  top: 50%;
  left: $left;
  transform: translate(0,-50%);
}
example:
@include abs-cele();
@include abs-cele($left:10%);


@mixin abs-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
example:
@include abs-cover;

@mixin tac {
  text-align: center;
}
example:
@include tac;

@mixin tar {
  text-align: right;
}
example:
@include tar;

@mixin tal {
  text-align: left;
}
example:
@include tal;


*/
  /*==================================================================================
 common
==================================================================================*/
  main.notNotes {
    padding-bottom: 100px;
  }
  .pageAnnotation {
    font-size: 10px;
  }
  .circleNum {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 19px;
    font-size: 14px;
  }
  .commonWindowBtns {
    font-size: 12px;
  }
  .commonWindowBtns li,
  .commonWindowBtns a {
    height: 45px;
    line-height: 45px;
  }
  .commonWindowBtns li {
    width: 200px;
  }
  .sectionTitle01 {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .commonBtn01 {
    font-size: 14px;
  }
  .commonBtn01 a {
    padding: 15px 0;
  }
  .commonBtn02 {
    padding-top: 40px;
    font-size: 14px;
  }
  .commonBtn02 a {
    padding: 15px 0;
  }
  /*==================================================================================
 site-header
==================================================================================*/
  .site-header {
    height: 136px;
  }
  .site-header .tools .head-btns li a {
    height: 55px;
    background-size: auto 40px;
  }
  .site-header .tools li.links a {
    background-image: url(../imgs/hdr-sp-map.png);
  }
  .site-header .tools li.tel a {
    background-image: url(../imgs/hdr-sp-tell.png);
  }
  .site-header .tools li.menu-button a {
    background-image: url(../imgs/hdr-sp-menu.png);
  }
  .site-header .tools li.menu-button.on a {
    background-image: url(../imgs/hdr-sp-close.png);
  }
  /*==================================================================================
 siteFooter
==================================================================================*/
  .site-footer .copyright {
    padding: 16px 0px 28px;
  }
  .logoArea {
    padding-bottom: 13px;
  }
  .site-footer .clioNav {
    padding-bottom: 14px;
  }
  .site-footer .logoArea .statement {
    padding-bottom: 14px;
  }
  .site-footer .clioNav li a {
    padding: 8px 0 8px 17px;
  }
  .site-footer .contact {
    padding: 0;
  }
  .site-footer .contact .title img {
    width: 70%;
    height: auto;
  }
  .site-footer .contact .businessHours img {
    width: 50%;
    height: auto;
  }
  .site-footer .clioNav li {
    border-bottom: 1px solid #ccc;
  }
  /*==================================================================================
 navi
==================================================================================*/
  .sp-navi {
    top: 55px;
  }
  .sp-navi .gNavSPcv a span {
    line-height: 25px;
    padding-left: 40px;
    font-size: 14px;
    background-size: auto 25px;
  }
  .sp-navi .global-naviClose a span {
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    background-size: 15px auto;
  }
  .googleMap-request {
    margin: 0 19px;
    padding: 35px 19px 35px;
  }
  .googleMap-request .select {
    margin-bottom: 9px;
  }
  .googleMap-request select {
    font-size: 12px;
  }
  .googleMap-request .input-text {
    margin-bottom: 9px;
  }
  .googleMap-request .input-text:after {
    font-size: 12px;
    line-height: 40px;
  }
  .googleMap-request input {
    display: block;
    box-sizing: border-box;
    padding: 13px 30px 13px 10px;
    font-size: 12px;
  }
  .googleMap-request .common-link-button a {
    margin: 0 22%;
    width: auto;
  }
  #top .main-visual .sp-slide .finish .texts {
    top: 10%;
  }
  #top .main-visual .sp-slide .finish .texts .text01 {
    font-size: 13.5px;
  }
  #top .main-visual .sp-slide .finish .texts .text02 {
    font-size: 30px;
  }
  #top .sections .annotation {
    bottom: -3%;
  }
}

/*# sourceMappingURL=style.css.map */
