
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);



body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}



/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    background: #fff;
    font: 14px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}

section {
    text-align: center;
    padding: 0px 0 0 0;
    width: 100%;
}

h1 {
    margin-bottom: .5em;
}

p {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1.5px;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_left{
    float: left;
}
.f_right{
    float: right;
}

.ml20{
    margin-left: 20px;
}
.ml40{
    margin-left: 40px;
}
.mt20{
    margin-top: 20px;
}

.img-right {margin-left: auto;}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

#himage{
    z-index: 1;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 60px;
}

#himage img{
    width: 100%;
}

#articles-scroll{
    overflow: hidden;
    z-index: 10;
    transition: .3s;
    background-color: rgba(255,255,255,0.9);
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}


header {
  background: #FFFFFF;
  overflow: hidden;
    
}

.logo {
  padding: 6px 10px 0 10px;
  float: left;
}

.logo img{
    height: 45px;
    transition: .3s;
}

@media screen and (min-width: 920px) {
    .logo {
      padding: 30px 20px;
      float: left;
    }
    
    .logo img{
        height: 55px;
        transition: .3s;
    }
    
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
 
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}


/* フッター
------------------------------------------------------------*/
footer{
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
    margin: 0 auto;
    background: #FEF1F2;
}



footer .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    overflow: hidden;
}


address{
    width: 100%;
    padding:30px 0;
    text-align: center;
    font-style: normal;
    
}

address p{
    overflow: hidden;
    vertical-align: middle;
    margin-top: 10px;
    color: #333333;
    text-align: left;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.03em;
}
address p.main_t{
    text-align: left;
    font-size: 29px;
    color:#FF4F6F;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
}
address p.main_t2{
    text-align: left;
    font-size: 15px;
    color:#111111;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
address img{
    margin-right: 15px;
}

ul.fsub{
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

ul.fsub li {
    text-align: center;
    float: left;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}



ul.fsub li a {
    color:#333;
    font-size: 13px;
    display:block;
    text-decoration:none;
    padding:10px 0;
    margin:0 0 0 0;
    font-weight:normal;
    border-top: 1px dotted #CCCCCC;
    position: relative;
    
}

ul.fsub li a:after{
    content: "";
    position: absolute;
    background: #FF9BAF;
    top: 50%;
    left: 0;
    margin-top :-5px;
    height: 0;
    width: 0;
    border-radius: 50%;
}

ul.fsub li a:hover{
    color:#FF6884;
    text-decoration: none;
}

.copyright{
    width: 100%;
    margin: 0;
    text-align: center;
    padding:15px 0;
    background: #FF6884;
}


small{
	font-size: 13px;
    color:#FFF;
}


@media screen and (min-width: 920px) {
    
    footer .inner{
        margin: 0 auto;
        max-width: 1200px;
        padding: 35px 10px;
        overflow: hidden;
    }

    
    address{
        float: left;
        width: 42%;
        padding: 0 0 30px 0;
        text-align: left;
        font-style: normal;

    }

    address p{
        margin-top: 10px;
        text-align: left;
    }

    address img{
        float: left;
        margin-right: 20px;
    }

    ul.fsub{
        float:left;
        margin: 0 auto;
        width: 230px;
        overflow: hidden;
        list-style: none;
        border-left: 1px dotted #AAA;
    }
    ul.fsub li {
        width: 100%;
        text-align: left;
        float: left;
        padding: 0 20px;
        border-top: none;
        margin-bottom: 10px;
    }
    
    
    ul.fsub li a {
        text-decoration: none;
        color: #333;
        font-size: 13px;
        letter-spacing: 0.02em;
        border: none;
        padding: 0 0 0 20px;
    }
    
    ul.fsub li a:after{
        height: 10px;
        width: 10px;
    }
    
    
}




/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
    
}



.nav-collapse li {
    float: left;
    width: 100%;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.nav-collapse li span{
    display: block;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #FF758E;
}
.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-top: 1px solid white;
    text-decoration: none;
    padding: 0.7em 1em;
    color: #333333;
    width: 100%;
    float: left;
}



/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #333333; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/* BUTTON
------------------------------------------------------------*/

.sts_more{
    width: 100%;
    text-align: center;
    margin:0 0 20px 0;
    padding: 0;
    letter-spacing: 0.05em;
}


a.cp_btn {
	display: inline-block;
    position: relative;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
    background: #FF6884;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (min-width: 920px) {
    a.cp_btn {
        font-size: 24px;
    }
}


a.cp_btn:hover {
	background: #468C00;
	color: #fff;
}

.sti_more{
    width: 100%;
    text-align: center;
    margin:10px 0 20px 0;
    padding: 0 10px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

a.ci_btn {
	display: inline-block;
    position: relative;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
    background: #FF6884;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (min-width: 920px) {
    a.ci_btn {
        width: 50%;
        font-size: 24px;
    }
}

a.ci_btn:hover {
	background: #468C00;
	color: #fff;
}


.fa-caret-right{
    margin-left: 10px;
    font-size: 16px;
    position:absolute;
    top:28%;
}
@media screen and (min-width: 920px) {
    .fa-caret-right{
        margin-left: 20px;
        font-size: 20px;
        position:absolute;
        top:32%;
    }
}


/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
    width: 80px;
}
@media screen and (min-width: 920px) {
    .pagetop {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 50px;
        width: 80px;
    }

}



.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}




.grid {
    margin: 0;
    padding: 0;
    display:block;
    list-style: none;
}

.grid-cell {
    margin: 20px;
    padding: 0px;
    line-height: 1;
    color: #fff;
    flex: 1 1 0%;
    
}

.grid-cell img{
    width: 100%;
}


.grid-cell p {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0px 0 10px 0;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}

.grid-cell a{
    text-decoration: none;
    color: #111111;

}
.grid-cell a:hover{
    text-decoration: none;
    color:#FF4D6D;
}

#bgndVideo {
    width:100vw;
    height:calc(100vw * 0.5625);
}

#wide video {
    opacity: 1;
    margin: 0 auto;
    z-index: -2;
    width: 100%;
}


/* sec_top_about
------------------------------------------------------------*/

#sec_top_about{
    margin:0;
    padding:30px 0 20px 0;
    text-align: left;
}

#sec_top_about .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_top_about h1 {
    width: 100%;
    margin: 10px 0 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}

#sec_top_about .inner .about_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}



#sec_top_about .inner .about_img{
    width: 100%;
    float:right;
    padding: 0 2%;
    box-sizing: border-box;
}

#sec_top_about .inner .about_img img{
    width: 100%;
    border-radius: 5px;
}

#sec_top_about .inner .about_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}

#sec_top_about .inner .h1_pink{
    color:#FF4D6D;
    margin:0 10px;
}




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

/* sec_top_aboutfull
------------------------------------------------------------*/

#sec_top_aboutfull{
    margin:100;
    padding:60px 30px 60px 30px;
    text-align: left;
}

#sec_top_aboutfull .inner{
    margin: 100 auto;
    max-width: 2400px;
    overflow: hidden;
}


#sec_top_aboutfull h1 {
    width: 100%;
    margin: 10px 0 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}

#sec_top_aboutfull .inner .about_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}



#sec_top_aboutfull .inner .about_img{
    width: 100%;
    float:right;
    padding: 0 2%;
    box-sizing: border-box;
}

#sec_top_aboutfull .inner .about_img img{
    width: 100%;
    border-radius: 5px;
}

#sec_top_aboutfull .inner .about_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}

#sec_top_aboutfull .inner .h1_pink{
    color:#FF4D6D;
    margin:0 10px;
}





    /* sec_top_about
    ------------------------------------------------------------*/
    #sec_top_about{
        margin:0;
        padding:60px 0 30px 0;
        text-align: left;
    }
    #sec_top_about h1 {
        font-size: 30px;
    }
    #sec_top_about .inner .about_msg{
        width: 100%;
        float:left;
    }
    #sec_top_about .inner .about_img{
        width: 45%;
        max-width: 500px;
        padding: 0;
        margin: 0;
    }
    
    #sec_top_about .inner .about_img p{
        width: 100%;
    }
    
    #sec_top_about .inner .about_img img{
        width: 100%;
        max-width: 500px;
    }
    
    #sec_top_about .inner .about_msg p{
        width: 100%;
        margin: 0;
        padding: 0 50px 30px 0;
        box-sizing: border-box;
    }
}


/* sec_top_service
------------------------------------------------------------*/

#sec_top_service{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    background: url(../images/top/service_bg.png) center top repeat;
}

#sec_top_service .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_top_service h1 {
    width: 100%;
    margin: 10px 0 35px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}
#sec_top_service h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}

#sec_top_service h2{
    margin:20px 0px 15px 0px; 
    font-size: 24px;
}


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

    /* sec_top_service
    ------------------------------------------------------------*/
    #sec_top_service{
        margin:0;
        padding:40px 0 40px 0;
        text-align: left;
    }
    #sec_top_service h1 {
        font-size: 36px;
    }
    
    
    
    
}



/* sec_top_introduction
------------------------------------------------------------*/

#sec_top_introduction{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    background: url(../images/top/info_bg.png) center top repeat;
}

#sec_top_introduction .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}


#sec_top_introduction h1 {
    width: 100%;
    margin: 10px 0 40px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #222;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 0.07em;
}
#sec_top_introduction h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}

#sec_top_introduction h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222;

}

#sec_top_introduction h2{
    margin:20px 0px 5px 0px; 
    font-size: 18px !important;
}

.ab_partner img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

#sec_top_introduction .inner p{
    width: 100%;
    margin: 0;
    padding: 0 0px 5px 0;
    box-sizing: border-box;
    font-size: 14px;
}


.ab_ives{
    padding:20px 0 0 0;
    list-style-type: none;
}

.ab_ives li{
     margin-bottom: 20px;   
}

.ab_ives img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
    padding: 5px 10px;
    box-sizing: border-box;
}



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

    /* sec_top_introduction
    ------------------------------------------------------------*/
    #sec_top_introduction{
        margin:0;
        padding:40px 0 40px 0;
        text-align: left;
    }
    #sec_top_introduction h1 {
        font-size: 32px;
    }
    .ab_partner img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0 0px;
        box-sizing: border-box;
    }
    
    .ab_partner{
		text-align: center;
        padding:0 0 0 0;
	}

	.ab_partner li{
		display: inline-block;
		width: 30%;
		padding: 7px 10px;
        margin:0;
		vertical-align: top;
		text-align: left;
        
	}

    
    .ab_ives img{
        max-width: 100%;
        display: block;
        margin: 10px auto;
        padding: 0 0px;
        
        box-sizing: border-box;
    }
    
    .ab_ives{
		text-align: center;
        padding:20px 0 0 0;
	}

	.ab_ives li{
		display: inline-block;
		width: calc( (100% - 60px ) / 2);
		padding: 7px 10px;
        margin:0;
		vertical-align: top;
		text-align: left;
        
	}
    
    
}





/* sec_top_introduction2
------------------------------------------------------------*/

#sec_top_introduction2{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    
}

#sec_top_introduction2 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}


#sec_top_introduction2 h1 {
    width: 100%;
    margin: 10px 0 70px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #222;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 0.07em;
}
#sec_top_introduction2 h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}

#sec_top_introduction2 h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222;

}


#sec_top_introduction2 h2{
    margin:20px 0px 5px 0px; 
    font-size: 20px !important;
}


#sec_top_introduction2 .inner p{
    width: 100%;
    margin: 0;
    padding: 0 0px 20px 0;
    box-sizing: border-box;
    font-size: 14px;
}



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

    /* sec_top_introduction
    ------------------------------------------------------------*/
    #sec_top_introduction2{
        margin:0;
        padding:40px 0 40px 0;
        text-align: left;
    }
    #sec_top_introduction2 h1 {
        font-size: 32px;
    }
   

    
}


/* sec_top_cognicise
------------------------------------------------------------*/

#sec_top_cognicise{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    background: url(../images/top/cognicise_bg.png) center top repeat;
}

#sec_top_cognicise .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_top_cognicise h1 {
    width: 100%;
    margin: 10px 0 35px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}
#sec_top_cognicise h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}
#sec_top_cognicise h2{
    text-align: center;
    margin:20px 0px 15px 0px; 
    font-size: 20px;
    letter-spacing: 0.05em;
    color:#FF4F6F;
    font-weight: bold;
}
#sec_top_cognicise .inner .cognicise_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}
#sec_top_cognicise .inner .cognicise_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
    line-height: 2em;
}

#sec_top_cognicise .inner .cognicise_msg p.main_t{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7em;
}

#koguni_pamph{
    width: 100%;
    float:left;
    text-align: center;
    padding: 0 2%;
    box-sizing: border-box;
    max-width: 230px;
        padding: 0;
        margin: 0;
}

#koguni_pamph img{
    width: 100%;
    padding: 0 0 0 20px;
}

#koguni_pamph figcaption{
    font-size: 12px;
    text-align: center;
}

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

    /* sec_top_cognicise
    ------------------------------------------------------------*/
    #sec_top_cognicise{
        margin:0;
        padding:40px 0 60px 0;
        text-align: left;
    }
    #sec_top_cognicise h1 {
        font-size: 36px;
    }
    
    #sec_top_cognicise h2{
        font-size: 38px;
    }
    
    #sec_top_cognicise .inner .cognicise_msg{
        width: 80%;
        float:left;
    }
    #koguni_pamph{
        width: 20%;
        max-width: 230px;
        padding: 0;
        margin: 0;
    }
    #koguni_pamph img{
        width: 100%;
        padding: 0 0 0 0;
    }
}





/* sec_top_infomation
------------------------------------------------------------*/

#sec_top_infomation{
    overflow: hidden;
    padding: 40px 0;
    background: url(../images/top/info_bg.png) center top repeat;
}

#sec_top_infomation .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    overflow: hidden;
}

#sec_top_infomation h1 {
    width: 100%;
    margin: 10px 0 35px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}

#sec_top_infomation h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}

#sec_top_infomation ul{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 20px;
}

#sec_top_infomation ul li{
    border-bottom: 1px solid #CCCCCC;
    padding: 25px 0 20px 0;
    overflow: hidden;
}

.idate_box{
    width: 100%;
    height: 30px;
    padding-top: 1px;
}
.itext_box{
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: 500;
}
#sec_top_infomation .info_date{
    background: #FF6884;
    color:#FFF;
    font-size: 13px;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 30px;
}



#sec_top_infomation p a{
    text-decoration: none;
    color: #222222;
}

#sec_top_infomation p a:hover{
    text-decoration: none;
    color: #C9526C;
}

#sec_top_infomation .sti_more{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sec_top_infomation .sti_more img{
    margin-left: 10px;
    vertical-align:top;
}

#sec_top_infomation .sti_more a{
    text-decoration: none;
    color: #222222;
}

#sec_top_infomation .sti_more a:hover{
    text-decoration: none;
    color: #C9526C;
}


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

    /* sec_top_infomation
	-----------------*/
    #sec_top_infomation{
        padding: 50px 0;
    }

    #sec_top_infomation h1 {
        font-size: 36px;
    }

    .idate_box{
        float: left;
        width: 200px;
    }
    .itext_box{
        float: left;
        width: calc(100% - 200px);
    }
    
    #sec_top_infomation .info_date{
        margin-left: 40px;
        margin-right: 30px;
    }
}




/* sec_top_access
------------------------------------------------------------*/

#sec_top_access{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
}

#sec_top_access .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_top_access h1 {
    width: 100%;
    margin: 10px 0 35px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}
#sec_top_access h1 span{
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FF758E;
    line-height: 14px;
}

#sec_top_access iframe{
    width: 100%;
    height: 400px;
    padding: 0 10px;
    box-sizing: border-box;
}


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

    /* sec_top_access
    ------------------------------------------------------------*/
    #sec_top_access{
        margin:0;
        padding:40px 0 40px 0;
        text-align: left;
    }
    #sec_top_access h1 {
        font-size: 36px;
    }
    #sec_top_access iframe{
        padding: 0 0;
        margin-bottom: 20px;
    }
    
}




/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    
    #himage{
        z-index: 1;
        overflow: hidden;
        margin-top: 120px;
    }
    #himage img{
        width: 100%;
    }
    .is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 120px;
        border: none;
        background: #FFFFFF;
        transition: .3s;
    }

    .articles-Wrapper {
        margin: 0 auto;
        min-width: 1240px;
    }
    
    
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }

    .mask {
        display: none !important;
        opacity: 0 !important;
    }

    .nav-collapse {
        float: right;
        width: auto;
        height: 120px;
        
    }

    .nav-collapse li {
        width: auto;

    }
    .nav-collapse li.menu-item {
        padding: 0 20px;
        margin-top: 32px;
        border-left: 1px dotted #AAAAAA;
    }
    
    .nav-collapse li.menu-item:first-child {
        border-left: none;
    }

    .nav-collapse a {
        padding: 0;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }


    .nav-collapse a:hover{
        background: none;
        color:#468C00;
        text-decoration: none;
    }
    
    
    a.contact_btn {
        display: block;
        position: relative;
        width: 150px;
        height: 120px;
        padding: 20px 0 !important;
        text-align: center;
        text-decoration: none;
        background: #FF758E;
        overflow: hidden;
        font-size: 16px;
        font-weight:bold;
        color: #fff !important;
        letter-spacing: 0em;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    a.contact_btn:hover {
        color: #fff !important;
        background: #468C00 !important;
    }
    
    
    
    .fa-envelope{
        width: 100%;
        font-size: 40px;
        display: block;
    }
    
    
    .nav-collapse li.mi_contact{
        width: 150px;
        height: 120px;
        background: #FF758E;
    }
    
    .nav-collapse li.mi_contact span{
        display: none;
    }
    
    
    .grid {
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        list-style: none;
    }
    
}


/* ------------------------------------------------------------------------------------ */
/* ABOUT										*/
/* ------------------------------------------------------------------------------------ */


#sub_title_philosophy{
    background: url(../images/philosophy/title_bg.png) center center repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100px;
    overflow: hidden;
    margin-top: 60px;
    z-index: 1;
}

#sub_title_philosophy .inner{
    margin: 0 auto;
    padding: 20px 0 0 20px;
    max-width: 1200px;
}

#sub_title_philosophy .inner h1{
    text-align: left;
    color: #1b1b1b;
    padding:0 0 0 0;
    font-size: 32px;
    letter-spacing: 0.02em;
}

#sub_title_philosophy h1 span{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    color: #FF758E;
    margin-left: 15px;
    vertical-align: 15%;
}

/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    
    #sub_title_philosophy{
        overflow: hidden;
        margin-top: 120px;
        height: 200px;
    }
    
    #sub_title_philosophy .inner{
        margin: 0 auto;
        padding: 50px 0 0 10px;
        max-width: 1200px;
    }
    
    #sub_title_philosophy .inner h1{
        padding:0 0 0 0;
        font-size: 54px;
    }
    #sub_title_philosophy h1 span{
        font-size: 28px;
        margin-left: 20px;
        vertical-align: 20%;
    }
    
}


/* sec_philosophy
------------------------------------------------------------*/

#sec_philosophy{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
}

#sec_philosophy .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_philosophy_plan{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    background: url(../images/top/info_bg.png) center top repeat;
    display: flex;
  flex-flow: row wrap;
}

#sec_philosophy_plan .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#m_philosophy h1 {
    width: 100%;
    margin: 0 0 40px 0;
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}

#m_philosophy h1:after {
    content: '';
    position: absolute;
    bottom: -7px;
    display: inline-block;
    width: 20%;
    height: 5px;
    left: 0;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    background: #222222;
}





.philosophy_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.philosophy_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}


.philosophy_img{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.philosophy_img img{
    width: 100%;
    border-radius: 5px;
}


.philosophy_msg2{
    width: 100%;
    float:right;
    padding: 0 2%;
    box-sizing: border-box;
}

.philosophy_msg2 p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}

.philosophy_img2{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
    display: none;
}
.philosophy_img2 img{
    width: 100%;
    border-radius: 5px;
}

.philosophy_img2_sp{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
    display: block;
}
.philosophy_img2_sp img{
    width: 100%;
    border-radius: 5px;
}



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

    /* sec_philosophy
    ------------------------------------------------------------*/
    #sec_philosophy{
        margin:0;
        padding:90px 0 90px 0;
        text-align: left;
    }
    
    #sec_philosophy_plan{
        margin:0;
        padding:90px 0 90px 0;
        text-align: left;
    }
    
    #m_philosophy h1 {
        font-size: 36px;
    }
    .philosophy_msg{
        width: 55%;
        float:left;
    }
    
    .philosophy_msg p{
        width: 100%;
        margin: 0;
        padding: 0 20px 20px 0;
        box-sizing: border-box;
    }
    
    .philosophy_img{
        width: 45%;
        max-width: 500px;
        padding: 0;
        margin: 0;
    }
    
    .philosophy_img p{
        width: 100%;
    }
    
    .philosophy_img img{
        width: 100%;
        max-width: 500px;
    }
    
    
    .philosophy_msg2{
        width: 55%;
        float:left;
        padding: 0 0 0 50px;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    
    .philosophy_msg2 p{
        width: 100%;
        margin: 0;
        padding: 0 0 20px 0;
        box-sizing: border-box;
    }
    
    .philosophy_img2{
        width: 45%;
        max-width: 525px;
        padding: 0 0 0 25px;
        margin: 0 0 0 0;
        box-sizing: border-box;
        display: block;;
    }
    
    .philosophy_img2 p{
        width: 100%;
    }
    
    .philosophy_img2 img{
        width: 100%;
        max-width: 500px;
    }
    
    .philosophy_img2_sp{
        display: none;;
    }
    
}



#sec_common{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
}

#sec_common .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


#sec_common2{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    background: url(../images/top/info_bg.png) center top repeat;
    display: flex;
  flex-flow: row wrap;
}

#sec_common2 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}



#m_about h1 {
    width: 100%;
    margin: 0 0 40px 0;
    position: relative;
    text-align: left;
    font-size: 26px;
    color: #111111;
    box-sizing: border-box;
    line-height: 1.7em;
    font-weight: bold;
}

#m_about h1:after {
    content: '';
    position: absolute;
    bottom: -7px;
    display: inline-block;
    width: 20%;
    height: 5px;
    left: 0;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    background: #222222;
}


#m_about h2{
    text-align: left;
    margin:15px 0px 5px 0px; 
    font-size: 17px;
    letter-spacing: 0.05em;
    color:#333333;
    font-weight: bold;
}

#m_about h2.a-price{
    text-align: left;
    margin:15px 0px 10 0;
    letter-spacing: 0.05em;
    color:#222;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 22px;
}

.about_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.about_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}


.about_msg ul{
    padding: 0 0 0 30px;
}

.about_msg ul li{
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    
}

.about_img{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.about_img img{
    width: 100%;
    border-radius: 5px;
}


.about_price{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.about_price p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}

.about_waku{
    width: 100%;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}

ul.ul_price{
    list-style: none;
}

ul.ul_price li{
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    text-align: right;
    
}

.common_msg{
    width: 100%;
    float:left;
    padding: 0 2%;
    box-sizing: border-box;
}

.common_msg p{
    width: 100%;
    margin: 0;
    padding: 0 0px 30px 0;
    box-sizing: border-box;
}


@media screen and (min-width: 920px) {
    
    #sec_common{
        margin:0;
        padding:90px 0 90px 0;
        text-align: left;
    }
    
    #sec_common2{
        margin:0;
        padding:90px 0 90px 0;
        text-align: left;
    }
    
    #sec_common2 .inner{
        width: 100%;
        margin: 0 auto;
        max-width: 1200px;
        overflow: hidden;
    }
    
    #m_about h1 {
        font-size: 36px;
    }
    
    .about_msg{
        width: 55%;
        float:left;
    }
    
    .about_msg p{
        width: 100%;
        margin: 0;
        padding: 0 20px 20px 0;
        box-sizing: border-box;
    }
    
    .about_img{
        width: 45%;
        max-width: 500px;
        padding: 0;
        margin: 0;
    }
    
    .about_img p{
        width: 100%;
    }
    
    .about_img img{
        width: 100%;
        max-width: 500px;
    }
    
    
    .common_msg{
        width: 100%;
        float:left;
    }
    
    .common_msg p{
        width: 100%;
        margin: 0;
        padding: 0 20px 20px 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 2;
    }
    
    .about_price{
        width: 50%;
        float:left;
    }
    

}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th {
	
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #dddddd;
    text-align: center;
}
.cp_table td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #dddddd;
    background: #FFFFFF;
    line-height: 1.5em;
}
.cp_table td:first-child {
	text-align: left;
	vertical-align: middle;
}

.cp_table td span{
    font-size: 80%;
    font-weight: normal;
    display: block;
}

@media only screen and (max-width: 480px) {
	.cp_table {
		display: block;
		width: 100%;
	}
	.cp_table thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}
	.cp_table tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	.cp_table th {
		display: block;
		width: auto;
		border-width: 1px 0px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table th:last-child {
		border-bottom: 1px solid #dddddd;
	}
	.cp_table tbody tr {
		display: inline-block;
		margin: 0;
	}
	.cp_table td {
		display: block;
		border-width: 1px 1px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table td:last-child {
		border-bottom: 1px solid #dddddd;
	}
}


.timeline {
  list-style: none;
}
.timeline > li {
  overflow: hidden;
    margin: 0;
    position: relative;
      padding: 0 0 5px 10px !important;
    margin: 0 0 10px 0 !important;
    border-bottom: 1px dotted #CCCCCC;
}
.timeline-date {
    padding: 0 !important;
    margin: 0 !important;
}

.timeline-content h3{
        font-size: 15px;
    }

/* for Desktop */
@media screen and (min-width: 920px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
      padding: 0 !important;
    margin: 0 !important;
      border-bottom:none;
  }
  .timeline-date {
    float: left;
    width: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
      font-weight: bold;
      font-size: 15px;
  }
  .timeline-content {
    width: calc(100%-70px);
    height: 50px;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 30px !important;
  }
    
    
    .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 66px;
    top: 8px;
    border-radius: 100%;
  }
    
}