@charset "utf-8";

/*
 *
 *  Vertical Rhythm定義
 *
*/


/* global-style.css hack */

.container{
  padding-left:0;
  padding-right:0;
}
section > .container{
  padding-bottom:0px;
}
.container > .row{
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.content:last-child, [class*='col-'] > .content.last-child {
  margin-bottom: 0em;
}
.content, [class*='col-'] > .content {
  margin-bottom: 0em;
}
.container > .row > [class*='col-sm-'] + [class*='col-sm-'] {
  margin-top: 0em;
}

/* Vertical Rhythm定義 */

.mt-1{
  margin-top:6vw !important;
}
.mt-2{
  margin-top:12vw !important;
}
.mt-3{
  margin-top:18vw !important;
}
.mt-4{
  margin-top:24vw !important;
}
.mb-1{
  margin-bottom:6vw !important;
}
.mb-2{
  margin-bottom:12vw !important;
}
.mb-3{
  margin-bottom:18vw !important;
}
.mb-4{
  margin-bottom:24vw !important;
}

.pt-1{
  padding-top:6vw !important;
}
.pt-2{
  padding-top:12vw !important;
}
.pt-3{
  padding-top:18vw !important;
}
.pt-4{
  padding-top:24vw !important;
}
.pb-1{
  padding-bottom:6vw !important;
}
.pb-2{
  padding-bottom:12vw !important;
}
.pb-3{
  padding-bottom:18vw !important;
}
.pb-4{
  padding-bottom:24vw !important;
}

.ps-1{
  padding-left:2.666vw !important;
  padding-right:2.666vw !important;
}

.sm-em1:after{
  display: none;
  content:"";
  height:0em;
  width:0em;
}


.rhythm{
}
.rhythm *{
  font-family:Futura, Century Gothic,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-weight:300;
}
.rhythm .glyphicon{
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
}

.rhythm > section{
  padding-top:18vw;
  /* padding-bottom:24vw; */
}
.rhythm > section.line_hukidasi{
  padding-top:30vw;
  /* padding-bottom:24vw; */
}
.rhythm > section#toppage-others{
  padding-top:0vw;
  padding-bottom:24vw;
}
@media (max-width: 767px){
  .rhythm > section#toppage-about{
    padding-bottom:24vw;
  }
}

.rhythm .head-number{
 font-family:Futura, Century Gothic;
 margin:0 auto;
 display: block;
 width: 9vw;
 line-height: 13vw;
 font-size:12vw;
 font-weight:300;
 border-bottom:1px solid;
 color:#00a896;

}
.rhythm .head-image{
  margin-top:6vw;
  margin-bottom:5.4vw;
}
.rhythm .head-text p{
  font-size:3.6vw;
  letter-spacing: 0.1vw;
  line-height:6.6vw;
}
.rhythm .head-paragraph{
}
.rhythm .head-paragraph p{
  font-size:3.6vw;
  letter-spacing: 0.1vw;
  line-height:6.6vw;
}
.rhythm .head-paragraph2{
}
.rhythm .head-paragraph2 h2{
  font-size:6vw;
  letter-spacing: 0.1vw;
  line-height:2;  
}
.rhythm .head-area{
}
.rhythm .head-area .head-title{
  font-size:6vw;
  line-height:1.6;
  letter-spacing:0.1vw;
  width:90%;
  margin-left:5%;
}
.rhythm .head-area .head-title-big{
  font-size:5.2vw;
  line-height:1.6;
  letter-spacing:0.1vw;
  width:90%;
  margin-left:5%;
}

.rhythm .head-area .head-title.slim{
  line-height:1;
}
.rhythm .head-area .head-text{
  font-size:6vw;
  line-height:1;
  letter-spacing:0vw;
  margin-bottom:1.8vw;
}
.rhythm .head-area .head-notice{
  font-size:3vw;
  letter-spacing:0vw;
}

.rhythm .catch-text p{
  font-size:4vw;
  line-height:1.3;
  letter-spacing:0vw;  
}

.rhythm .block-steps:nth-child(1){
  margin-top:2.4vw;  
}
.rhythm .block-steps:nth-child(1) p{
  position:relative;
}
.rhythm .block-steps:nth-child(1) p:before{
  content:"";
  position:absolute;
  bottom:-9vw;
  left:0;
  width:100%;
  height:16vw;
  background:url(/youji/local/images/bg_dott.png) center center no-repeat;
  background-size:contain;
  
}
.rhythm .block-steps:nth-child(2){
}
.rhythm .block-steps:nth-child(2) p{
  position:relative;
}
.rhythm .block-steps:nth-child(2) p:before{
  content:"";
  position:absolute;
  bottom:-7vw;
  left:0;
  width:100%;
  height:16vw;
  background:url(/youji/local/images/bg_dott.png) center center no-repeat;
  background-size:contain;
  transform:scaleX(-1);
}
.rhythm .block-steps:nth-child(3){
}
.rhythm .block-steps:nth-child(3) p{
}
.rhythm .block-steps:nth-child(1){
}

.rhythm .block-image{
}
.rhythm .block-image2 p:nth-child(1){
  font-size:5.4vw;
  line-height:1.6;
}
.rhythm .block-image2 p:nth-child(2){
  padding:0;
  margin:0;
}
.rhythm .block-image2 p:nth-child(3){
  font-size:3.6vw;
  line-height:1.6;
  padding-bottom:6vw;
}
.rhythm .block-icon-title{
  font-size:5.4vw;
  margin-top:4.2vw;
}
.rhythm .block-noicon-title{
  font-size:5.4vw;
  margin-top:0vw;
  margin-bottom:4.2vw;
}
.rhythm .block-icon-title .block-icon-title-wrapper,
.rhythm .block-noicon-title .block-noicon-title-wrapper{
}
.rhythm .block-icon-title .block-icon-title-wrapper h3{
  margin-top:0em;
  margin-bottom:0;
  line-height: 1.1em;
  font-size:5.4vw;
}
.rhythm .block-noicon-title .block-noicon-title-wrapper h3{
  font-size:6vw;
  line-height:1.5;
}



.rhythm .block-lead{
  margin-top:0;
  margin-bottom:0vw;
}
.rhythm .block-lead p{
  font-size:5.4vw;
  letter-spacing: 0vw;
  line-height:1.6;
}


.rhythm .block-point-frame{
  margin-top:0;
  margin-bottom:0;
  border:1px solid;
  border-radius: 0.5em;
  padding-left:3%;
  padding-right:3%;
  padding-top:10vw;
  padding-bottom:10vw;
}
.rhythm .block-point-frame.nencho{
  border:1px solid #1c8dcc;
}
.rhythm .block-point-frame.nenchu{
  border:1px solid #f5aa0f;
}
.rhythm .block-point-frame .block-point-title{
  font-size:4.2vw;
  letter-spacing: 0vw;
  line-height:1.6;
  position:relative;
  padding-bottom:6vw;
}
.rhythm .block-point-frame.nenchu .block-point-title{
  width:82%;
  margin-left:18%;
}
.rhythm .block-point-frame.nencho .block-point-title{
  width:70%;
  margin-left:23.5%;
}

.rhythm .block-point-frame .block-point-title:after{
  content:"";
  display: block;
  width:2.5em;
  height:2.5em;
  position: absolute;
  background:url(/youji/lib/images/icon_point.svg) center center no-repeat;
  background-size:contain;
  top:0.4em;
  left:-2.75em;
}
.rhythm .block-point-frame.nencho .block-point-title:after{
  background:url(/youji/lib/images/icon_point_nencho.svg) center center no-repeat;
  background-size:contain;
}
.rhythm .block-point-frame.nenchu .block-point-title:after{
  background:url(/youji/lib/images/icon_point_nenchu.svg) center center no-repeat;
  background-size:contain;
}
.rhythm .block-point-frame .block-point-image{
  margin-left:4%;
  margin-right:4%;
}
.rhythm .block-point-frame .block-point-text{
  padding-top:6vw;
  margin-left:3%;
  margin-right:3%;
  font-size:3.6vw;
  letter-spacing: 0vw;
  line-height:1.6;
}


.rhythm .block-text{
  margin-top:4.2vw;
  margin-bottom:24vw;
}
.rhythm .block-text.last{
  margin-bottom:0vw;
}
.rhythm .block-text p,
.rhythm .block-question p,
.rhythm .block-answer p{
  font-size:3.6vw;
  letter-spacing: 0.1vw;
  line-height:1.8;  
}

.rhythm .block-text ul{
  margin:1.1em 0 1.1em 0;
}
.rhythm .block-text ul > li{
  font-size:3.6vw;
  letter-spacing: 0vw;
  line-height:1.8;  
}
.rhythm .block-text p.table-title{
  text-align: center;
  font-size:4.8vw;
}
.rhythm .block-text div.table{
  display:table;
}
.rhythm .block-text div.table > ul.table-row{
  display:table-row;
  list-style: none;
}
.rhythm .block-text div.table > ul.table-row > li.table-cell{
  display:table-cell;
  list-style: none;
  padding:2vw 0;
  border-top:1px solid #dcdcdc;
}
.rhythm .block-text div.table > ul.table-row:nth-last-child(1) > li.table-cell{
  border-bottom:1px solid #dcdcdc;
}
.rhythm .block-text ul.table-caption{
  padding:0;
  margin:0;
  list-style: none;
}
.rhythm .block-text ul.table-caption > li{
  font-size:3vw;
  padding:0;
  margin:0;
  list-style: none;
}


.rhythm .column-box .column-title{
  font-size:4.2vw;
  letter-spacing: 0.2vw;
  line-height:1.6;
  font-weight: 600;
}
.rhythm .column-box .column-text{
  font-size:3.6vw;
  letter-spacing: 0.2vw;
  line-height:1.6;
  padding-top:3vw;
}

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

  
/* global-style.css hack */

.img-responsive{
  height:auto;
  width:100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
  
.mt-1{
  margin-top:36px !important;
}
.mt-2{
  margin-top:72px !important;
}
.mt-3{
  margin-top:90px !important;
}
.mt-4{
  margin-top:96px !important;
}
.mb-1{
  margin-bottom:36px !important;
}
.mb-2{
  margin-bottom:72px !important;
}
.mb-3{
  margin-bottom:90px !important;
}
.mb-4{
  margin-bottom:96px !important;
}

.pt-1{
  padding-top:36px !important;
}
.pt-2{
  padding-top:72px !important;
}
.pt-3{
  padding-top:90px !important;
}
.pt-4{
  padding-top:96px !important;
}
.pb-1{
  padding-bottom:36px !important;
}
.pb-2{
  padding-bottom:72px !important;
}
.pb-3{
  padding-bottom:90px !important;
}
.pb-4{
  padding-bottom:96px !important;
}

.ps-1{
  padding-left:35px !important;
  padding-right:35px !important;
}

.sm-em1:after{
  display: block;
  content:"";
  height:2.8em;
  width:1em;
}


.rhythm > section{
  padding-top:80px;
  /* padding-bottom:100px; */
  max-width: 1000px;
  margin:0 auto;  
}
.rhythm > section.line_hukidasi{
  padding-top:160px;
  /* padding-bottom:100px; */
}
.rhythm > section#toppage-others{
  padding-top:0;
  padding-bottom:100px;
}
  
  .rhythm section > .head-area{
    max-width: 700px;
    margin:0 auto;
  }
  
  .rhythm section > .container{
    max-width: 1000px;
    margin:0 auto;
  }

.rhythm .head-number{
  margin:0 auto;
  display: block;
  width: 54px;
  line-height: 54px;
  font-size:54px;
  font-weight:300;
  border-bottom:1px solid;
  color:#00a896;
  margin-bottom:24px;
}
.rhythm #toppage-function1 .head-number{
  margin-bottom:0px;
}
.rhythm .head-image{
  margin-top:0;
  margin-bottom:18px;
}
.rhythm .head-text p{
  font-size:16px;
  letter-spacing: 0.05em;
  line-height:1.8;
}
.rhythm .head-paragraph{
}
.rhythm .head-paragraph p{
  font-size:16px;
  letter-spacing: 0.05em;
  line-height:1.6;
}
.rhythm .head-paragraph2{
}
.rhythm .head-paragraph2 h2{
  font-size:32px;
  letter-spacing: 0.05em;
  line-height:2;  
}
.rhythm .head-area{
}
.rhythm .head-area .head-title{
  font-size:30px;
  line-height:1.6;
  letter-spacing: 0.05em;
  width:90%;
  margin-left:5%;
}
.rhythm .head-area .head-title-big{
  font-size:24px;
  line-height:1.6;
  letter-spacing: 0.05em;
  width:90%;
  margin-left:5%;
}

.rhythm .head-area .head-title.slim{
  line-height:1;
}
.rhythm .head-area .head-text{
  font-size:24px;
  line-height:1;
  letter-spacing: 0.05em;
  margin-bottom:10px;
}
.rhythm .head-area .head-notice{
  font-size:14px;
  letter-spacing:0vw;
}

.rhythm .catch-text p{
  font-size:20px;
  line-height:1.6;
  letter-spacing:0vw;  
}

.rhythm .block-steps:nth-child(1){
  margin-top:0;  
}
.rhythm .block-steps:nth-child(1) p{
  width:50%;
  margin: 0 auto;
  padding-bottom:36px;
}
.rhythm .block-steps:nth-child(1) p:before{
  content:"";
  position:absolute;
  bottom:-20px;
  left:0;
  width:100%;
  height:120px;
  background:url(/youji/local/images/bg_dott.png) 60% center no-repeat;
  background-size:contain;
  
}
.rhythm .block-steps:nth-child(2){
  margin-top:0;  
}
.rhythm .block-steps:nth-child(2) p{
  width:50%;
  margin-left:30%;
  padding-bottom:36px;
}
.rhythm .block-steps:nth-child(2) p:before{
  content:"";
  position:absolute;
  bottom:-20px;
  left:0;
  width:100%;
  height:120px;
  background:url(/youji/local/images/bg_dott.png) 65% center no-repeat;
  background-size:contain;
  transform:scaleX(-1);
}

.rhythm .block-steps:nth-child(3){
  margin-top:0;  
}
.rhythm .block-steps:nth-child(3) p{
  width:50%;
  margin: 0 auto;
}

.rhythm .block-image{
}
.rhythm .block-image2 p:nth-child(1){
  font-size:22px;
  line-height:1.6;
}
.rhythm .block-image2 p:nth-child(2){
  padding:0;
  margin:0;
}
.rhythm .block-image2 p:nth-child(3){
  font-size:16px;
  line-height:1.6;
  padding-bottom:24px;
}
.rhythm .block-icon-title{
  font-size:24px;
  margin-top:12px;
}
.rhythm .block-noicon-title{
  font-size:24px;
  margin-top:0vw;
  margin-bottom:20px;
}

.rhythm .block-icon-title .block-icon-title-wrapper h3{
  font-size:24px;
}
.rhythm .block-noicon-title .block-noicon-title-wrapper h3{
  font-size:26px;
}

.rhythm .block-lead p{
  font-size:24px;
}

.rhythm .block-point-frame{
  margin-top:0;
  margin-bottom:0;
  border:1px solid;
  border-radius: 0.5em;
  padding-left:3%;
  padding-right:3%;
  padding-top:24px;
  padding-bottom:24px;
}
.rhythm .block-point-frame.nencho{
  border:1px solid #1c8dcc;
}
.rhythm .block-point-frame.nenchu{
  border:1px solid #f5aa0f;
}
.rhythm .block-point-frame .block-point-title{
  font-size:18px;
  letter-spacing: 0vw;
  line-height:1.6;
  position:relative;
  padding-bottom:18px;
}
.rhythm .block-point-frame.nenchu .block-point-title{
  width:75%;
  margin-left:21%;
}
.rhythm .block-point-frame.nencho .block-point-title{
  width:65%;
  margin-left:25.5%;
}
.rhythm .block-point-frame .block-point-title:after{
  top:0.5em;
}
.rhythm .block-point-frame.nencho .block-point-title:after{
  background:url(/youji/lib/images/icon_point_nencho.svg) center center no-repeat;
  background-size:contain;
}
.rhythm .block-point-frame.nenchu .block-point-title:after{
  background:url(/youji/lib/images/icon_point_nenchu.svg) center center no-repeat;
  background-size:contain;
}
.rhythm .block-point-frame .block-point-image{
  margin-left:4%;
  margin-right:4%;
}
.rhythm .block-point-frame .block-point-text{
  padding-top:18px;
  margin-left:3%;
  margin-right:3%;
  font-size:16px;
  letter-spacing: 0vw;
  line-height:1.6;
}
  
  
.rhythm .block-text{
  margin-top:20px;
  margin-bottom:100px;
}
.rhythm .block-text.last{
  margin-bottom:0;
}
.rhythm .block-text p,
.rhythm .block-question p,
.rhythm .block-answer p{
  font-size:16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.rhythm .block-text ul{
  margin:1.1em 0 1.1em 0;
}
.rhythm .block-text ul > li{
  font-size:16px;
  letter-spacing: 0vw;
  line-height:1.8;  
}
.rhythm .block-text div.table > ul.table-row > li.table-cell{
  padding:2vw 0;
}
.rhythm .block-text ul.table-caption > li{
  font-size:14px;
  padding:0;
  margin:0;
}
 
.rhythm .column-box .column-title{
  font-size:24px;
  letter-spacing: 0.05em;
  line-height:1.6;
  font-weight: 600;
}
.rhythm .column-box .column-text{
  font-size:16px;
  letter-spacing: 0.2vw;
  line-height:1.6;
  padding-top:0;
}
  
}
