@charset "utf-8";
html {
    position: relative;
    min-height: 100%;
}
body {
    color: #444;
    overflow-x: hidden;
    padding-top: 80px;
}
body#home{
	padding-top: 80px;
}

@media (min-width: 768px) {
#banner {
    min-height: 300px;
    border-bottom: none;
}
.bs-docs-section {
    margin-top: 8em;
}
.bs-component {
    position: relative;
}
.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
}
.bs-component .modal-dialog {
    width: 90%;
}
.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px;
}
.nav-tabs {
    margin-bottom: 15px;
}
.progress {
    margin-bottom: 10px;
}
}
/* print */
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

/* --- */
a{
	color:#0037E7;
}
a:focus, a:hover{
	color:#0037E7;
	text-decoration: underline;
}
a, a:focus, a:active, a:hover{
	outline: 0;
}

.navbar.navbar-default .navbar-nav > li > a::after, .navbar.navbar-inverse .navbar-nav > li > a::after{
	background-color: #0037E7;
}
.navbar.navbar-default .navbar-nav > li > a.btn::after{
	background:none;
}

/* header */
#pagetop {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
/* nav ------------------------------------------ */


#nav {
	background-color: rgba( 255, 255, 255, 0.8 );
	color:#333;
  border-bottom: none;
  font-weight: bold;
}


#nav li{
	margin:0;
	text-align: center;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.navbar{
	margin-bottom: 0;
  min-height: 50px;
  min-width: 320px;
}

.navbar-brand {
    float: left;
    height: 80px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 24px;
}

#header-buttons > li {
  margin-left: 10px;
  display: inline-block;
}
#nav .btn-order{
  color: #FFF;
  background-color: #00BB06;
	border-radius: 0;
}

#nav .btn-tel{
	margin-top: 6px;
	padding-top:10px;
}
#nav .btn-tel span{
	display:inline-block;
	padding-top:10px;
	padding-bottom: 10px;
}

#nav .btn{
	
}
.navbar-nav{
	margin:0;
}
.navbar-collapse{
	padding:0;
}
@media (min-width: 768px){
	#nav .btn-tel{
		max-width: 160px;
		padding:10px 0 0 14px;
	}
	#nav .btn-tel span{
		display:block;
		padding:0;
	}
}
@media (min-width: 768px) and ( max-width:991px) {
	#nav .container{
		width:100%;
	}
	#nav a:not(.btn){
		padding-left:6px;
		padding-right:6px;
	}
}
/* ページトップへ -------------------------------- */
#totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#totop a {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#totop a:hover {
    text-decoration: none;
    background: #000;
}
/* footer --------------------------------------- */
#footer {
    margin-top: 2em;
    padding: 2em 1em 1em;
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid #0037E7;
}
#footer div[class^="col-"] {
    text-align: center;
}
#home #footer{
	margin:0;
}

#footer-nav{
	display:none;
}
@media (max-width: 768px) {
	#footer{
		padding-bottom: 60px;
	}
	#footer-nav{
		display:block;
	}
	#totop{
		bottom: 60px;
	}
}


/* 見出し -------------------------------- */
h2{
  margin:3em auto 2em;
}
.h2 {
    position: relative;
    border-bottom: 3px solid #000000;
}
.h2:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #0037E7;
}
.h3 {
    border-left: 6px solid #0037E7;
    padding-left: 0.5em;
}

/*  トップページ----------------------------- */
div[id^="top"]{
	padding:1em;
}
#top01{
	padding:3em 1em;	
	background-image: url("../img/top/01-bg.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:top center;
	background-size:cover;
}
#top01 .ccbox > div{
	width:100%;
  height:auto;
  max-width:940px;
  max-height:100%;
  vertical-align:middle;
	display: inline-block;
}
#top01 .ccbox > div > img{
	width:100%;
  height:auto;
}
@media (min-width: 769px) {
	body#home{
		padding-top: 0;
	}
	#top01{
		padding:70px 3em;
		width:100vw;
		min-height: 100vh;
		background-size:cover;
	}
	#top01 .ccbox{
    font-size:0;
    text-align: center;
  }
  #top01 .ccbox::before{
	  content:"";
    display: inline-block;
    height:100%;
	  height: 100vh;
    vertical-align:middle;
  }
}

#top02{
  background: rgb(255,255,255);
}

#top03{
  background:#FFBC4F;
	padding:4em 0;
}

#top04{
  background-color:#FFF;
  padding-top: 4em;
}
#top04 div[class^="col"]{
	margin-bottom: 2em;
}
@media (max-width: 768px) {
	
}

#top05{
  background:#FFF;
	padding:4em 0;
}


#top06{
	background:#FFF;
}

#top07{
  background:#FFBC4F;
	padding:4em 0;
}


#top08{
  background: #DAE2FF;
  color: #333;
  padding:2em 0 1em;
}

#top08 h2{
  text-align: center
}

#top08 #function-tabs > li > a{
	background-color: #FFF;
	width:100%;
	margin-bottom: 0.5em;display: block;
}
#top08 #function-tabs > li > a > img{
	max-width: 100%;
}

#top08 #function-tabs > li > a:hover, #function-tabs > li > a:focus{
	background-color: #6F91FD;
}
#top08 #function-tabs > li.active > a{
	background-color: #B1C3FF;
}

#top08 div[id^="function0"]:not([id="function00"]){
	margin:2em 0;
	background-color: #FFF;
}
#top08 .ex-frame{
	border: 4px solid #171B31;
	padding:4px;
}
#top08 figure img{
	max-width: 100%;
	width:100%;
}

#top09{
	background: #FFFFFF;
}
#top09 h2{
	text-align: center;
}
#top09 .panel-body{
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict
}

#top09 .nav-tabs > li > a {
  color: #333;
  background-color: #DDD;
}

#top09 .nav-tabs > li > a:hover {
  color: #37A72E;
  background-color: #FFF;
  border: 1px solid #ddd;
}

#top09 .nav-tabs > li.active > a,
#top09 .nav-tabs > li.active > a:focus,
#top09 .nav-tabs > li.active > a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
@media (max-width: 768px) {
	#top09 .nav-tabs{
		margin: 1em 0;
	}
	#top09 .nav-tabs > li{
		float:none;
	}
}



#top10{
  padding-top:3em;
	background-image: url("../img/top/top_05.png");
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
}
#top10 .panel{
  background: rgba(255,255,255,0.5);
}

#top11{
	padding:0;
	background-color:#111111;
}
#top11 .slider_prev,#top11 .slider_next{
	background:#000;
}
	
#top11 .pagination{
	display:none;
}

#top13{
	padding:3em 0;

	background: #fcfff4;
  background: -moz-linear-gradient(left,  #fcfff4 0%, #e9e9ce 100%);
  background: -webkit-linear-gradient(left,  #fcfff4 0%,#e9e9ce 100%);
  background: linear-gradient(to right,  #fcfff4 0%,#e9e9ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=1 );
}

#top14{
	background: #FFFFFF;
}

#top15{
	padding-bottom: 6em;
	background: #FFFFFF;
}
#top16{
	background: #FFFFFF;
}

#top17{
	color: #111;
	padding:3em 1em;	
}
#top17::before{
	content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: url("../img/top/12-bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
  background-size:cover;
}
#top17 .panel{
	border:none;
	background-color: rgba(255, 255, 255, 0.8);
}

#top18{
	background-color: #9AD1FF;
	padding-bottom: 0;
}

#top_order{
  padding:6em 0;
}

#top_order .btn{
  font-size: 24px;
  padding:12px 40px;
}

#home .jumbotron{
	background-color:#F9FFEA;
	margin-bottom: 0;
	border-top: solid 4px #3EA819;
	border-bottom: solid 4px #3EA819;
}

#campaign{
	background-color: rgba(255, 200, 222, 1);
	padding:1em 0;
}

#campaign04{
	background-color:#FFF;
	padding:0;
}

#consent{
	padding-top: 4em;
	padding-bottom: 3em;
}

#consent #terms{
	height: 50vh;
	min-height: 10em;
	overflow: scroll;
}

/* フォーム----------------------------- */
/* フォーム用必須バッジ */
.badge-req {
    background-color: #C33;
    margin-right: 0.5em;
}

.badge-orange {
    background-color: #CC6733;
    margin-right: 0.5em;
}

.radio-inline > label {
    font-weight: 400;
}
.checkbox-inline, .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
#form .nav-tabs > li > a {
    border: 0 none;
    border-bottom: 2px solid #0037E7;
    margin-bottom: 0;
}
#form .nav-tabs > li.active >a {
    color: #FFF;
    background-color: #0037E7;
}
#form .checkbox label{
  padding-right:1em;
}
#form .radio label{
  padding-right:1em;
}

#order-content {
    padding: 2em 0;
}
#step02 {
    display: none;
}
#step02.active {
    display: block;
}
textarea {
    resize: vertical;
    min-height: 8em;
}
/* 規約 */
#terms ol {
  counter-reset: level1;
	list-style: none;
	text-indent: -0.9em;
   padding-left: 1em;
}
#terms ol>li::before {
	counter-increment: level1;
	content: counter(level1) ".";
}
#terms ol>li>ol {
    counter-reset: level2;
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#terms ol>li>ol>li:before {		
    counter-increment: level2;
    content: "(" counter(level2) ") ";
}
#terms ol>li>ol>li>ol {
    list-style: none;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
#terms ol ol ol>li:nth-of-type(1):before {
    content: "\30a2. ";
}
#terms ol ol ol>li:nth-of-type(2):before {
    content: "\30a4. ";
}
#terms ol ol ol>li:nth-of-type(3):before {
    content: "\30a6. ";
}
#terms ol ol ol>li:nth-of-type(4):before {
    content: "\30a8. ";
}
#terms ol ol ol>li:nth-of-type(5):before {
    content: "\30aa. ";
}

/* fancybox */
figure{
	text-align: center;
}
a[data-fancybox]{
	position: relative;
	display: inline-block;
	margin:0 auto;
}
a[data-fancybox]::after{
	content: "\f00e";
	display: block;
	font-family: FontAwesome;
	position: absolute;	
	top: 20px;
	left: 20px;	
	color:#000000;
	font-size:3em;
	opacity: 0.4;
	text-decoration:none;
}
a[data-fancybox]:hover::after, a[data-fancybox]:focus::after{
	opacity: 0.8;
	text-decoration:none;
}


/* divテーブル */
div.div-table .row {
    border-bottom: 1px solid #666;
}
div.div-table .row>div[class*="col-"]:first-child {
    font-weight: bold;
}
.required {
    border: 1px solid #D88;
}
/* modal */
.modal-header .close, .modal-footer .close {
    font-size: 2em;
}
/* 注釈 */
.annotation {
    padding-left: 1em;
    text-indent: -1em;
}
/* リスト スタイル */
ul,ol{
	padding-left: 1em;
}
@media (min-width: 769px) {
  ul,ol{
		padding-left: 2em;
	}
}
.list-disc {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
    padding-left: 2em;
}
.list-alpha {
    list-style-type: lower-latin;
    padding-left: 2em;
}
.list-none {
  list-style-type:none;
}
.list-none3:not(ol){
  list-style-type:none;
	padding-left: 3em;
	text-indent: -3em;
}
.list-no-indent{
	text-indent: 0;
}
.list-check{
	position: relative;
	padding: 0 0.5em;
	list-style-type: none;
}
ul.list-check li {
line-height: 1.5;
padding: 0.5em 0 0.5em 1.4em;
border-bottom: 1px dashed #ccc;
}
ul.list-check li::before {
position: absolute;
content: "\002713";
color: #FF5722;
font-weight: bold;
left : 0.5em;
}
ul.list-check li:last-of-type {
border-bottom: none;
}

.drop-shadow {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}

/* ボタン */
.btn{
  white-space: normal;
}

/* 丸ボタン */
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
font-size: 24px;
line-height: 1.33;
border-radius: 35px;
}
/* 立体ボタン */
.btn-solid-green{
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #43CB38;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 6px #37A72E;
    border-radius: 3px;
}
.btn-solid-green:active {/*ボタンを押したとき*/
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    margin-bottom: 6px;
}

.btn-solid-green:focus,.btn-solid-green:hover{
  color:#FFF;
}

/* シンプルボタン */
.btn-simple{
  color:#333;
  position: relative;
}
.btn-simple:hover{
  color:#37A72E;
}

/* 色バリエーション */
.btn-pink, .btn-pink:hover, .btn-pink:active, .btn-pink:focus{
  color: #F05196;
  background-color: #FFC4EC;
  border: none;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus{
  background-color: #FFA1E1;
}

.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus{
  color: #4BBF34;
  background-color: #D2FFBA;
  border: none;
}
.btn-green:hover, .btn-green:active, .btn-green:focus{
  background-color: #A9FF80;
}

.btn-sp{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.btn-sp:hover, .btn-sp:active, .btn-sp:focus{
  background-color: #E2F4FF;
}

/* フレーム＝＝＝＝＝＝ */
.panel-titleframe {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #666;
    border-radius: 4px;
}
.panel-titleframe .panel-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff437f;
    font-weight: bold;
}
.panel-titleframe p {
    margin: 0; 
    padding: 0;
}

/* accordion */
.accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: right;
    color: inherit;
}
 .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: inherit;
}


/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}
.ti-fullscreen::before {
    color:#333;
    content: "\e140";
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'Glyphicons Halflings';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.s-icon--white-bg {
    color: #222324;
    background: #fff;
    border-style: solid;
    border-color: #fff;
    line-height: 1.4;
}

.g-radius--circle {
    border-radius: 50% !important;
}

.s-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon--sm {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    padding: 1rem;
}

/* レイアウト====＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.text-vcenter {
    vertical-align: middle;
}
.text-vcenter>[class*='col-'] {
    display: inline-block;
    vertical-align: top;
}
.fullwidth {
    width: 100%;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin: 0;
}

  .no-space-col div[class^="col"]:not(:first-of-type){
		padding-left: 0;	
	}
	.no-space-col div[class^="col"]:not(:last-of-type){
		padding-right:0;
	}


/*  */
.spacer {
    margin-top: 1em;
}

.spacer-lg{
  margin-top: 3em;
}
.spacer-xl{
	margin-top: 6em;
}
@media (max-width: 768px) {
	.spacer-xl{
		margin-top: 3em;
	}
}

/* 均等配置 */
.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict
}
.nowrap{
  white-space: nowrap;
}

.align-center-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-bottom{
  position:absolute;
  bottom:0;
}

@media (min-width: 769px) {
  .spacer-xs-40{
    margin-top:40px;
  }
}


/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* baseカスタム */
.btn-success{
  background-color: #4EC332;
  border-color: #2dae14;
}
.btn-success:hover,.btn-success:focus{
  background-color: #7ED868;
  border-color: #2dae14;
}
.btn-success:active{
  background-color: #3E9B27;
  border-color: #2dae14;
}
.btn-success:active:hover, .btn-success:active:focus, 
.btn-success:active.focus, .btn-success.active:hover, 
.btn-success.active:focus, .btn-success.active.focus, 
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus{
  background-color: #3E9B27;
  border-color: #2dae14;
}

/*----------------------------------
  Text Alignment
------------------------------------*/
.g-text-center--xs {
  text-align: center;
}

.g-text-left--xs {
  text-align: left;
}

.g-text-right--xs {
  text-align: right;
}

.g-text-inherit--xs {
  text-align: inherit;
}

/* Small screen / phone */
@media (min-width: 34em) {
  .g-text-center--sm {
    text-align: center;
  }
  .g-text-left--sm {
    text-align: left;
  }
  .g-text-right--sm {
    text-align: right;
  }
  .g-text-inherit--sm {
    text-align: inherit;
  }
}

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-text-center--md {
    text-align: center;
  }
  .g-text-left--md {
    text-align: left;
  }
  .g-text-right--md {
    text-align: right;
  }
  .g-text-inherit--md {
    text-align: inherit;
  }
}

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-text-center--lg {
    text-align: center;
  }
  .g-text-left--lg {
    text-align: left;
  }
  .g-text-right--lg {
    text-align: right;
  }
  .g-text-inherit--lg {
    text-align: inherit;
  }
}


/* 文字修飾====＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.text-highlight {
    background-color: #ffdddd;
    background: linear-gradient(transparent 40%, #ffdddd 40%);
-webkit-gradient (linear, left top, left bottom,  from(#fff), to(#ffdddd));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#ffdddd));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ffdddd))";
    zoom: 1;
    background: -moz-linear-gradient(top, #fff, #ffdddd); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #fff, #ffdddd);
    /* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #fff, #ffdddd);
    background: linear-gradient(transparent 40%, #ffdddd 40%);/* IE10+, W3C */
}
.text-white{
	color:#fff;
}
.text-red{
	color:#A90000;
}
.text-pink{
	color:#E97AA0;
}
.text-blue{
	color:#6287E8;
}
.text-orange{
	color:#ECAD5D;
}
.text-yerrow{
  color:#F7FFA4;
}
.text-cyan{
	color:#0078A3;
}

.text-pink-reverse{
  color: #FFF;
  background-color:#E97AA0;
}
.trackimo{
	font-weight:bold;
	color:#0078A3;
}
.font-weight-bold{
	font-weight: 700;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSerifJP-Regular.eot");
  src: url("/fonts/NotoSerifJP-Regular.eot?#iefix") format("eot"), url("/fonts/NotoSerifJP-Regular.woff") format("woff"), url("/fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSerifJP-Bold.eot");
  src: url("/fonts/NotoSerifJP-Bold.eot?#iefix") format("eot"), url("/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/fonts/NotoSerifJP-Bold.woff") format("woff"), url("/fonts/NotoSerifJP-Bold.ttf") format("truetype");
  font-display: swap;
}

.sanserif {
  font-family: "Noto Serif Japanese", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.text-sm{
  font-size:0.8em;
}
.text-lg{
  font-size:42px;
}
