/* ----------------------------------------------------------------

  Google fonts

---------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Noto+Serif+JP:wght@200&family=Shippori+Mincho+B1:wght@700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Shippori Mincho B1', serif;
*/


body {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9rem;
}
.form-row{
  padding: 0px;
  margin: 0px;
}

.bg_ngw{
  background: rgba(34, 85, 136, 1.0);
  background: #614b3a;
  color: #fff;
}
.bg_red{
/* background-color: rgb(136, 54, 34); */
color: tomato;
}

.navbar-collapse{
  background: rgba(34, 85, 136, 1.0)!important;
  background: #614b3a!important;
}
#section_main{
  margin-top: 82px;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 3em;
  padding-top: 1em;
  text-align: center;
  background-color: #614b3a;
  color: #fff;
}
#CcoNavBar{
  height: 70px;
}
#CcoNavBarNav{
  width: 128px;
}
#AppMenu{
  margin-left: 50px;
}
/* システムメニュー選択画像のDropDownTogle▽を非表示にする */
#CcoNavBarNav .sub-arrow{
  display: none!important;
}

.hr{
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.subPosttitle{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 0.25rem;/*文字周りの余白*/
  padding-left: 1.0rem;
  color: #494949;/*文字色*/
  background: #efefef;/*背景色*/
  border-left: solid 0.8rem #dd1b00;/*左線（実線 太さ 色）*/  
  border-bottom: 1px solid #dd1b00;/* 下の線 */ 
}
.captionTitle{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.10rem;
  font-weight: bold;
  text-align: left;
  padding: 0.10rem;/*文字周りの余白*/
  padding-left: 0.8rem;
  color: #494949;/*文字色*/
  background: #efefef;/*背景色*/
  border-left: solid 0.5rem #dd1b00;/*左線（実線 太さ 色）*/  
  border-bottom: 1px solid #dd1b00;/* 下の線 */ 
}
.itemTitle{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.00rem;
  font-weight: bold;
  text-align: left;
  padding: 0.10rem;/*文字周りの余白*/
  padding-left: 0.8rem;
  color: #dd1b00;/*文字色*/
  background: #efefef;/*背景色*/
  border-bottom: 1px solid #dd1b00;/* 下の線 */ 
}
/* ----------------------------------------------------------------

  objectFit

---------------------------------------------------------------- */
.OF-fill {
	object-fit: fill;
	font-family: 'object-fit: fill';
}

.OF-contain {
	object-fit: contain;
	font-family: 'object-fit: contain';
}

.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.OF-cover-op {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 80%';
	max-height: 33vw;
}

.OF-PostEyecatch-op0 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 0%;
	font-family: 'object-fit: cover; object-position: center 0%';
	max-height: 33vw;
}

.OF-PostEyecatch-op1 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 10%;
	font-family: 'object-fit: cover; object-position: center 10%';
	max-height: 33vw;
}

.OF-PostEyecatch-op2 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 20%;
	font-family: 'object-fit: cover; object-position: center 20%';
	max-height: 33vw;
}

.OF-PostEyecatch-op3 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 30%;
	font-family: 'object-fit: cover; object-position: center 30%';
	max-height: 33vw;
}

.OF-PostEyecatch-op4 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 40%;
	font-family: 'object-fit: cover; object-position: center 40%';
	max-height: 33vw;
}

.OF-PostEyecatch-op5 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 50%;
	font-family: 'object-fit: cover; object-position: center 50%';
	max-height: 33vw;
}

.OF-PostEyecatch-op6 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 60%;
	font-family: 'object-fit: cover; object-position: center 60%';
	max-height: 33vw;
}

.OF-PostEyecatch-op7 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 70%';
	max-height: 33vw;
}

.OF-PostEyecatch-op8 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 80%;
	font-family: 'object-fit: cover; object-position: center 80%';
	max-height: 33vw;
}

.OF-PostEyecatch-op9 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 90%;
	font-family: 'object-fit: cover; object-position: center 90%';
	max-height: 33vw;
}

.OF-PostEyecatch-op10 {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 100%;
	font-family: 'object-fit: cover; object-position: center 100%';
	max-height: 33vw;
}


.OF-PostImg-op0 {
	object-fit: cover;
	object-position: center 0%;
	font-family: 'object-fit: cover; object-position: center 0%';
}

.OF-PostImg-op1 {
	object-fit: cover;
	object-position: center 10%;
	font-family: 'object-fit: cover; object-position: center 10%';
}

.OF-PostImg-op2 {
	object-fit: cover;
	object-position: center 20%;
	font-family: 'object-fit: cover; object-position: center 20%';
}

.OF-PostImg-op3 {
	object-fit: cover;
	object-position: center 30%;
	font-family: 'object-fit: cover; object-position: center 30%';
}

.OF-PostImg-op4 {
	object-fit: cover;
	object-position: center 40%;
	font-family: 'object-fit: cover; object-position: center 40%';
}

.OF-PostImg-op5 {
	object-fit: cover;
	object-position: center 50%;
	font-family: 'object-fit: cover; object-position: center 50%';
}

.OF-PostImg-op6 {
	object-fit: cover;
	object-position: center 60%;
	font-family: 'object-fit: cover; object-position: center 60%';
}

.OF-PostImg-op7 {
	object-fit: cover;
	object-position: center 70%;
	font-family: 'object-fit: cover; object-position: center 70%';
}

.OF-PostImg-op8 {
	object-fit: cover;
	object-position: center 80%;
	font-family: 'object-fit: cover; object-position: center 80%';
}

.OF-PostImg-op9 {
	object-fit: cover;
	object-position: center 90%;
	font-family: 'object-fit: cover; object-position: center 90%';
}

.OF-PostImg-op10 {
	object-fit: cover;
	object-position: center 100%;
	font-family: 'object-fit: cover; object-position: center 100%';
}

.OF-PostImg-height1 {
	height: 100px;
	width: 100%;
}

.OF-PostImg-height2 {
	height: 200px;
	width: 100%;
}

.OF-PostImg-height3 {
	height: 300px;
	width: 100%;
}

.OF-PostImg-height4 {
	height: 400px;
	width: 100%;
}

.OF-PostImg-height5 {
	height: 500px;
	width: 100%;
}

.OF-PostImg-height6 {
	height: 600px;
	width: 100%;
}

.OF-PostImg-height7 {
	height: 700px;
	width: 100%;
}

.OF-PostImg-height8 {
	height: 800px;
	width: 100%;
}

.OF-PostImg-height9 {
	height: 900px;
	width: 100%;
}

.OF-PostImg-height10 {
	height: 1028px;
	width: 100%;
}


.OF-none {
	object-fit: none;
	font-family: 'object-fit: none';
}

.OF-scaleDown {
	object-fit: scale-down;
	font-family: 'object-fit: scale-down';
}

.object-position {
	max-height: 33vw;
}

@media (max-width: 700px) {
	.xs--OF-cover {
		object-fit: cover;
		font-family: 'object-fit: cover';
	}

	.caption-cover {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}

@media not all and (max-width: 700px) {
	.caption-contain {
		border-left: 5px solid green;
		padding-left: 5px;
	}
}




/* --------------------------------------------- */
/*  CSS3を使って美しく装飾されたテーブルの作り方 */
/* Copyright © 2015 Webpark All rights reserved. */
/* --------------------------------------------- */

table th{
  background: rgba(34, 85, 136, 0.9);
  /* background: #614b3a; */
  background: #ea5549;
  color: #fff;
}

table.datatable tr.sent {
  background: #a9a9a9;
}

table.CcoTbl {
  width: auto;
  font-size: 14px;
  color: #000;
}

table.CcoTbl th {
  color: #fff;
  line-height: 70%;
}

table.CcoTbl tr {
  color: #000;
  line-height: 70%;
  background: #fff;
}
table.CcoTbl td {
  color: #000;
  line-height: 10px;
}


table.CcoTbl tr:hover {
  background: #eee2bb;
  cursor: pointer;
}

table.CcoTbl tr.gray {
  background: #a9a9a9;
}

table.CcoTbl tr.send {
  background: #a9a9a9;
}

table.CcoTbl tr.nosend {
  background: #f0f8ff;
}

table.CcoTbl tr.NoReceivables {
  background: #ddecf7;
}
table.CcoTbl tr.Receivables {
  background: #f7e0c7;
}
table.CcoTbl tr.NoReceivables:hover {
  background: #eee2bb;
  cursor: pointer;
}
table.CcoTbl tr.Receivables:hover {
  background: #eee2bb;
  cursor: pointer;
}

table.CcoTbl p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #1c1c1c;
}

table.CcoTbl p.text-right {
  text-align: right;
}

table.CcoTbl tr.cls10 {
  background: #ffffe0;
}
table.CcoTbl tr.cls20 {
  background: #fafad2;
}
table.CcoTbl tr.cls30 {
  background: #fffacd;
}
table.CcoTbl tr.cls40 {
  background: #f0e68c;
}
table.CcoTbl tr.total_line {
  background: #bdeebb;
}
table.CcoTbl tr.total1_line {
  background: #bbd3ee;
}
table.CcoTbl tr.total2_line {
  background: #eebbbb;
}
table.CcoTbl tr.total3_line {
  background: #eee2bb;
}

.table td.ngwtd{
  white-space: nowrap;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 1px;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0!important;
}

.noborder{
  border-collapse: collapse!important;
  border-spacing: 0!important;
  border: 0!important;
}

.nospace{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* ---------------------------------------------------- */



.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #dddddd;
}
.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 123, 255, 0.7);
  background-color: #614b3a;
}
.dropdown-item.disabled {
  color: #bababa;
  text-decoration: none;
  background-color: #fff;
}



.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
    height: 100%;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
    color: #614b3a;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}


/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}


/*       Loading dots  */


/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}


/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .section-navbars .navbar-collapse {
        display: none !important;
    }
}

body{
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;">
}

.app-name{
  font-weight: 500;
}

/* cacao btn */
.btn-cacao,
.btn-cacao.disabled, .btn-cacao:disabled {
  color: #fff;
  background-color: #614b3a;
  border-color: #614b3a;
}

/* focusされた時の枠線の色 */
.btn-cacao:focus, .btn-cacao.focus,
.btn-cacao:not(:disabled):not(.disabled):active:focus, .btn-cacao:not(:disabled):not(.disabled).active:focus,
.show > .btn-cacao.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 21, 15, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-cacao:hover {
  color: #fff;
  background-color: #3d2f24;
  border-color: #3d2f24;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-cacao:not(:disabled):not(.disabled):active, .btn-cacao:not(:disabled):not(.disabled).active,
.show > .btn-cacao.dropdown-toggle {
  color: #fff;
  background-color: #301e11;
  border-color: #301e11;
}

.download-icon{
  font-size: 2rem;
  color: tomato;
}


.caption-col-1{
  columns: 1;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
.caption-col-2{
  columns: 2;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
.caption-col-3{
  columns: 3;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
}
@media (max-width: 992px) {
  .caption-col-2{
    columns: 1;
  }
  .caption-col-3{
    columns: 1;
  }
}
