/* ===============================================
　共通
=============================================== */
* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

html, body {
    font-size: 62.5%;
    background: #fafafa;
    line-height: 1.8;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

li {
    text-indent: 0;
    padding-left: 1em;
}

.font--bold {
    font-size: 1em;
    font-weight: bold;
    color: #da3a36;
}

.color-red {
    color: #de4545;
    font-size: 1.1em;
}
.color-green {
    color: #32a45b;
    font-size: 1.1em;
}

/* ===============================================
　header
=============================================== */
header {
    box-sizing: border-box;
    width: 100%;
    min-width: 980px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 12px 40px;
    background: #32a45b;
    transition: .4s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

}

.header-inner {
    width: 100%;
    display: table;
}

.header-logo {
    line-height: 0;
}

.header-logo {
    display: table-cell;
    vertical-align: middle;
}


/* ===============================================
　コンテンツ
=============================================== */
.main {
    margin: 0 auto;
    padding-top: 84px;
}

.page-about-area {
    min-width: 1050px;
    background-color: #ffffff;
    padding: 0;
    border-bottom: solid 1px #ffffff;
    background-image: url();
}

.mv {
  background: url(../assets/img/kv-006.png) no-repeat top center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-about-area .page-title-data {
    width: 1000px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    padding: 0 20px;
}

.page-title {
    background: #5a5a5a;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 5px 20px;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.page-id, .page-date {
    display: inline-block;
    line-height: 1.0;
    padding-left: 20px;
    margin-top: 30px;
    letter-spacing: 0.1em;
}

.page-data--left {
    margin: 0 0 0 auto;
}

.page-id {

}

.page-date {
    border-left: solid 1px #d9d9d9;
    margin-left: 1em;
}

.page-title-h1 {
	width: 100%;
    max-width: 100%;
    padding-left: 50px;
}

.page-title-h1 h1 {
    display: block;
    margin: 300px 170px -180px 60px;
    text-align: left;
    font-size: 3.0em;
    color: #009240;
    line-height: 1.3em;
}

.page-title-h1 img {
    display: block;
    margin: -60px 0 34px 181px;
    width: 998px;
}


/* サポートコンテンツ共通 */
.suppot-contents {
    width: 800px;
    margin: 0 auto;
}

/* サポートタイトル */
.support-title {
    margin: 30px 0 0 0;
    /*border: 2px solid #32a45b;*/
    border-radius: 10px;
}

.support-title h2 {
    border-radius: 5px;
    font-size: 1.6em;
    color: #32a45b;
    padding: 10px;
    text-align: center;
}

.support-title h3 {
    border-radius: 5px;
    font-size: 1.5em;
    color: #32a45b;
    padding: 10px;
    text-align: center;
}

.support-title p {
    font-size: 1.2em;
}

.support-title .case-list ul {
    padding: 15px 135px;
}

.support-title .case-list ul li {
    margin-bottom: 10px;
}

.support-title .case-list ul li:last-child {
    margin-bottom: 0;
}

.support-title .case-list ul li span {
    background: #32a45b;
    border-radius: 15px;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 20px;
}

.support-title .case-list ul li a {
    font-size: 20px;
}



.support-title .case-list-deposit ul { 
padding: 15px 70px; 
}

/* サポートサブタイトル */
.support-sub {
    margin: 10px 0 40px 0;
	padding: 20px;
	font-weight: bold;
}

.support-sub h2 {
    border-radius: 5px;
    font-size: 1.5em;
    color: #32a45b;
    padding: 10px;
    text-align: center;
}

.support-sub h3 {
    border-radius: 5px;
    font-size: 1.6em;
    color: #32a45b;
    padding: 10px;
    text-align: left;
}


.support-sub .case-list ul {
    padding: 15px 135px;
}

.support-sub .case-list ul li {
    margin-bottom: 10px;
	font-size: 1.3em;
}

.support-sub .case-list ul li:last-child {
    margin-bottom: 0;
}

.support-sub .case-list ul li span {
    background: #32a45b;
    border-radius: 15px;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 20px;
}

.support-sub .case-list ul li a {
    font-size: 20px;
}



.support-sub .case-list-deposit ul { 
padding: 15px 110px; 
}

.subtextlink {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 20px
}

.sub_t {
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	color: #32A45B;
	background: #ffffff;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	border: solid 3px;
	
}

.sublink_b {
	padding-bottom: 50px;
}

/* サポート内容 */
.support-content {
    padding-top: 70px;
}

#content1, #content2, #content3 {
    margin-top: -100px;
}

.support-content h3 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 20px;
}

.support-content .h3--border {
    border-bottom: 1px solid rgb(50, 164, 91);
    font-weight: bold;
    color: rgb(50, 164, 91);
   /* margin: 80px 30px 0px 23px;*/
   padding: 0px 38px 0px 30px;
    width: 35em;
    text-align: center;
		margin-left: auto;
    margin-right: auto;
    width: 35em
}

.support-content .support-case {
    background: #32a45b;
    border-radius: 5px 5px 0 0;
    font-size: 1em;
    color: #fff;
    padding: 10px 30px;
    margin-right: 15px;
}

.support-content-detail {
    display: flex;
    margin-bottom: 30px;
	padding-top: 20px;
}

.support-content-detail-img {
    padding-top: 10px;
}

.support-content-detail-img-right {
    padding-top: 10px;
	padding-left: 20px;
}

.support-content-detail-list {
    padding: 10px 0 10px 15px;
}

.support-content-detail-list .list-name {
    margin-bottom: 5px;
    font-weight: bold;
    color: #da3a36;
    font-size: 1.2em;
}

.support-content-detail-list ul {
    height: 87px;
    margin-bottom: 25px;
}

.support-content-introduction {
    margin-bottom: 20px;
}
.support-content-introduction img{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.support-content-introduction-list {

}

/*コンテンツ内*/
.recommend {
    width: 100%;
    background-color: #e9e8e0;
    padding-bottom: 30px;
}

.recommend h3 {
    color: #32a45b;
}

.recommend h3 span {
    display: block;
    text-align: center;
}

.recommend h3 span:first-child {
    font-size: 1em;
}

.recommend h3 span:nth-child(2) {
    font-size: 1.3em;
}

.inner {
    width: 800px;
    margin: 0 auto;
}

.panel {
    border-radius: 5px;
    position: relative;
	margin: 50px 0px;
}

.panel-body {
    padding: 20px;
}

.panel-body ul {
    width: 62%;
    margin: 0 auto;
}

.panel-title {
    color: #ff0000;
    text-align: left;
    font-size: 1.5em;
    padding-bottom: 15px;
}

.panel-footer {
    background-color: #eaf6ee;
    border-radius: 0 0 10px 10px;
    color: #32a45b;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}

.panel-img img{
    margin: 0;
    border: 0;
}

.free-trial-container {
    margin-top: 50px;
    text-align: center;
}

.free-trial-container .text {
    font-size: 20px;
}

.text--red {
    color: #de4545;
    font-size: 1.4rem;
}

.worker {
    position: absolute;
    bottom: -9px;
    right: 50px;
}

.solution {
    position: absolute;
    bottom: -31px;
    right: -45px;
}

.down {
    border-top: 25px solid #fafafa;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    width: 0;
    margin: 0 auto;
}

/* ふきだし */
.support-comment-area,
.support-content-introduction-area {
    display: flex;
}

.support-comment-area img {
    width: 100px;
    padding: 0 10px;
    margin-left: 50px;
    margin-top: -43px;
}

.support-content-introduction-area img {
    width: 100px;
    padding: 0 10px;
    margin-left: 50px;
    margin-top: -43px;
}

.support-content-comment {
    position: relative;
    background: #eaeaea;
    border-radius: 10px;
    display: inline-block;
    width: 300px;
    height: 65px;
}

.support-content-comment:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 25px;
    border-color: transparent transparent transparent #eaeaea;
    top: 17px;
    right: -45px;
}

.support-content-comment p {
    margin: 0;
    text-align: center;
    padding: 20px 30px;
}

.support-content-introduction-area .support-content-comment {
    width: 80%;
}



/* やじるし */
.arrow{
    background: none;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: super;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    left: 2px;
    width: 20px;
    height: 5px;
    background: #32a45b;
}
.arrow::after{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 5px solid #32a45b;
    border-right: 5px solid #32a45b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ボタン */
.btn {
    border: 0;
    background: 0;
    display: block;
    padding: 10px 0;
}

.btn label {
    background: #e78c23;
    color: #fff;
    padding: 20px;
    text-align: center;
    display: inline-block;
    min-width: 300px;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.8rem;
    transition: .4s;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    top: -3px;
    cursor: pointer;
}

.btn label:hover {
    top: 3px;
    background-color: #feb536;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.btn.login span {
    font-size: 3rem;
}

.icon::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 31%;
    right: 25px;
    transition: .4s;
}

.icon.next::before {
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -8px;
    transition: .4s;
}

.btn label:hover.icon.next:before {
    right: 14px;
}

.splink a{
	color: #32a45b;
	text-decoration: none;
	font-weight: bold;
    font-size: 1.2em;
	
}
.splink a:hover {
color:#FF0000;
text-decoration:none;
}

.sublink a{
	color:#2772a7;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 25px;
	
}
.sublink a:hover {
    color:#FF0000;
    text-decoration:none;
}

.bmtxt {
	font-size: 1.2em;
}
.bllink a{
	color: #2772a7;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	
}
.bllink a:hover {
color:#FF0000;
text-decoration:none;
}

.sub-support-content-detail-list {
    padding: 10px 20px 10px 15px;
}

.sub-support-content-detail-list .list-name {
    margin-bottom: 5px;
    font-weight: bold;
    color: #da3a36;
    font-size: 1.2em;
}

.sub-support-content-detail-list ul {
    height: 87px;
    margin-bottom: 25px;
}
.sub_ps {
	padding-right: 10px;
}

/* ===============================================
　表示・非表示・改行
=============================================== */
.sp--block {
    display: none;
}

.br--sp {
    display: none!important;
}

@media screen and (max-width: 600px) {
header {
    width: 100%;
    min-width: initial;
    padding: 10px;
    height: 87px;
}
.main {
    margin: 0 auto;
    padding-top: 84px;
}
.page-about-area {
    min-width: initial;
}
.page-title-h1 h1 {
	display: block;
    margin: 30px -350px 0px -409px;
    text-align: center;
    font-size: 1.6em;
    color: #009240;
    line-height: 1.3em;
}
}

/* ===============================================
　600px以下
=============================================== */
/*@media screen and (max-width: 600px) {
    /* header 
    header {
        width: 100%;
        min-width: initial;
        padding: 10px;
        height: 66px;
    }

    .header-logo img {
        height: 70%;
    }
 
    .main {
        width: 100%;
        min-width: initial;
        padding-top: 65px;
    }

    .page-about-area {
        min-width: initial;
    }

    .page-about-area .page-title-data {
        display: block;
    }

    .page-about-area .page-title-data {
        width: 95%;
    }

    
    .page-id, .page-date {
        padding-left: 0px;
        font-size: .3em;
    }

    .page-about-area .page-title-data {
        padding: 0;
    }

    .support-title h2 {
        font-size: 1.3em;
    }

    .support-title .case-list ul {
        padding: 10px;
    }

    .support-title .case-list ul li a {
        display: block;
        margin-left: 10px;
    }

    .support-comment-area,
    .support-content-introduction-area {
        display: block;
    }

    .support-content {
        margin-top: -30px;
    }

    h3.arrow-h3 {
        font-size: 1.1em;
    }

    .support-content-comment,
    .support-content-introduction-area .support-content-comment {
        width: 100%;
        position: relative;
        background: #eaeaea;
        border-radius: 10px;
        display: inline-block;
    }

    .support-content-comment:before,
    .support-content-introduction-area .support-content-comment:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 15px 15px 15px;
        border-color:  #eaeaea transparent transparent transparent;
        top: 55px;
        right: 55px;
    }

    .support-content-detail-list ul {
        height: auto;
    }
    .support-comment-area img,
    .support-content-introduction-area img {
        margin-top: 15px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .support-content-comment p {
        padding: 20px 20px;
    }

    .suppot-contents {
        width: 95%;
    }

    .support-content .support-case {
        display: block;
        margin-right: 0px;
        border-radius: 8px;
        font-size: .7em;
        font-weight: bold;
    }

    .support-content-detail {
        display: block;
    }

    .support-content-detail-list {
        padding: 0px;
    }

    .support-content-detail-img {
        text-align: center;
    }

    .inner {
        width: 90%;
    }

    .worker {
        display: none;
    }

    .solution {
        bottom: -39px;
        right: -16px;
        width: 77px;
    }

    .panel-title {
        font-size: 1.3em;
    }

    .panel-body ul {
        width: 100%;
    }
	.sublink a{
	color:#2772a7;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	
}
.sublink a:hover {
    color:#FF0000;
    text-decoration:none;
}
*/
	
    /* footer 
    footer {
        padding: 4%;
    }

    .footer-contents {
        display: block;
    }

    nav ul {
        display: block;
    }

    footer li {
        margin: 5px;
    }
    footer li::before {
        content: none;
    }

    .footer-logo {
        margin-top: 30px;
        text-align: left;
    }

    .footer-logo img {
        margin-bottom: 5px;
    }

    .footer-logo p {
        font-size: .8em;
    }

    /* 表示・非表示・改行 
    .sp--none {
        display: none;
    }

    .sp--block {
        display: block;
    }

    .br--sp {
        display: block!important;
    }

    .color-red {
        font-size: 1em;
    }
	
.sub_t {
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	color: #32A45B;
	background: #ffffff;
	margin: 30px 0 50px 0;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	border: solid 3px;
	
}*/

/* サポートサブタイトル 
.support-sub {
    margin: 10px 0 40px 0;
    border: 3px solid #32a45b;
    border-radius: 10px;
	background: #f3f4dd;
	padding: 20px;
	font-weight: bold;
}

.support-sub h2 {
    border-radius: 5px;
    font-size: 1.5em;
    color: #32a45b;
    padding: 10px;
    text-align: center;
}

.support-sub h3 {
    border-radius: 5px;
    font-size: 1.6em;
    color: #32a45b;
    padding: 10px;
    text-align: left;
}


.support-sub .case-list ul {
    padding: 15px 135px;
}

.support-sub .case-list ul li {
    margin-bottom: 10px;
	font-size: 1.3em;
}

.support-sub .case-list ul li:last-child {
    margin-bottom: 0;
}

.support-sub .case-list ul li span {
    background: #32a45b;
    border-radius: 15px;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 20px;
}

.support-sub .case-list ul li a {
    font-size: 20px;
}



.support-sub .case-list-deposit ul { 
padding: 15px 0; 
}
.main {
    margin: 0 auto;
    padding-top: 84px;
}

.sp { display: block !important; }
	
img { max-width: 100%; }
	
.mv {
  background: url(../assets/img/sp-kv-bg.png) no-repeat top center;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-title {
    background: #5a5a5a;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 5px 20px;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.page-title-h1 h1 {
    display: block;
    margin: 20px -250px 0px;
    text-align: center;
    font-size: 2.4em;
	color: #ffffff;
	line-height: 1.3em;
}
.page-title-h1 {
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title-h1 img {
        width: 100%;
    }
	
	}*/

	
/*新規202203*/

.product-inner {
  width: 80%;
  margin: 0 auto; }
  .product-inner hr {
    margin: 0;
    border-color: #cccccc;
    margin: 20px 0 50px; }
  .product-inner .h2, .product-inner .sub-text {
    text-align: center; }
  .product-inner .h2 {
    border-bottom: 2px solid rgb(50, 164, 91);
    font-weight: bold;
    color: rgb(50, 164, 91);
    margin: 0px 0px 20px;
font-size: 1.6em;
    border-bottom: 2px solid rgb(50, 164, 91);
	 display: inline-block;
	 
}

.fc {
	margin-left: auto;
    margin-right: auto;
	width: 20em;
}
.fc-a {
	margin-left: auto;
    margin-right: auto;
	width: 25em;
}
.fc-b {
	margin-left: auto;
    margin-right: auto;
	width: 32em;
}

.fc-e {
	margin-left: auto;
    margin-right: auto;
	    width: 30em;

}
.fc-f {
	margin-left: auto;
    margin-right: auto;
    width: 15em;
}
  .product-inner .sub-text {
    font-size: 16px;
    margin-bottom: 80px; }

.function-list-area > div {
  padding: 0; }

.function-list-area .function-panel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
  .function-list-area .function-panel .panel {
    width: 30%;
    padding: 0; }
   /* .function-list-area .function-panel .panel:hover {
      cursor: pointer; }*/
    .function-list-area .function-panel .panel-heading {
      height: 220px;
      background: #dddddd;
      display: flex;
      justify-content: center;
      align-items: center; }
      .function-list-area .function-panel .panel-heading img {
        display: block;
        width: 100%;
        max-width: 365px;
        max-height: 220px; }
    .function-list-area .function-panel .panel-body .function-intro-panel-title {
      font-size: 24px;
      font-weight: bold;
      margin: 10px 0;
      display: flex;
      align-items: center; }
      .function-list-area .function-panel .panel-body .function-intro-panel-title .help-icon {
        margin-left: 10px; }
    .function-list-area .function-panel .panel-body > div {
      /*display: flex;*/
    text-align: center;}
    .function-list-area .function-panel .panel-body .function-icon-area {
      width: 20%; }
      .function-list-area .function-panel .panel-body .function-icon-area .problem-icon,
      .function-list-area .function-panel .panel-body .function-icon-area .solution-icon {
        width: 50px;
        color: #ffffff;
        text-align: center;
        border-radius: 4px;
        font-weight: 100; }
      .function-list-area .function-panel .panel-body .function-icon-area .problem-icon {
        background: #34b269; }
      .function-list-area .function-panel .panel-body .function-icon-area .solution-icon {
        background: #444444; }
    .function-list-area .function-panel .panel-body .function-solution {
      margin: 0 0 10px 0; }
    .function-list-area .function-panel .panel-body .function-arrow {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #444444;
      margin-left: 14px; }
    .function-list-area .function-panel .panel-body .problem-text,
    .function-list-area .function-panel .panel-body .solution-text {
      font-weight: bold; }
    .function-list-area .function-panel .panel-body .problem-text {
      color: #000000;
	  font-size: 1.2em;
	 }
    .function-list-area .function-panel .panel-footer .function-contents {
      font-size: 12px;
      margin-bottom: 10px; }
    .function-list-area .function-panel .panel-footer .function-include {
      display: flex;
      flex-wrap: wrap; }
      .function-list-area .function-panel .panel-footer .function-include .function-icon {
        font-size: 12px;
        background: #f5f5f5;
        padding: 5px;
        margin-bottom: 10px;
        margin-right: 10px; }
.function-problem{
	text-align: center;
}
.function-left{
	text-align: left;
}
.function-b{
	padding-bottom: 5px;
}
.function-c{
	padding-bottom: 5px;
}
.function-d{
	padding-bottom: 30px;
}

.function-list {
  width: 100%;
  margin: 0 0 64px 0;
  background: #ffffff;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px #cccccc; }
  .function-list__heading {
    font-size: 30px;
    margin-bottom: 30px; }
  .function-list__table {
    margin-bottom: 40px; }
    .function-list__table .table-title {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px; }

.inventory {
  border: 1px solid #cccccc; }
  .inventory .row {
    background-color: #ffffff; }
    .inventory .row div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .inventory .row div.col-sm-4 {
        padding: 16px; }
        .inventory .row div.col-sm-4.comming-soon {
          color: #999999;
          cursor: default; }
          .inventory .row div.col-sm-4.comming-soon .t-color-green {
            font-weight: bold; }
          .inventory .row div.col-sm-4.comming-soon .btn:focus {
            box-shadow: none; }
          .inventory .row div.col-sm-4.comming-soon .help-icon::before {
            background: #999999; }
      .inventory .row div:not(:last-child) {
        border-right: 1px solid #cccccc; }
      .inventory .row div button.btn {
        border-radius: 50%; }
    .inventory .row:nth-child(odd) {
      background-color: #f2f8f5; }

.introduction-db-alignment {
  margin-top: 50px; }
  .introduction-db-alignment h4.introduction__heading {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px; }
  .introduction-db-alignment .col-sm-4 {
    display: flex;
    align-items: center;
    margin: 5px 0; }
    .introduction-db-alignment .col-sm-4 .img-icon-area {
      width: 30px;
      height: 30px;
      background: #cccccc;
      border-radius: 50%;
      margin-right: 10px; }
.fc-txt {
	font-size: 1.2em;
    padding: 10px 80px 20px;
    text-align: center;
}
.fc-d{
	margin-right: auto;
}
.fc-g{
	margin: 0px 20% 30px;
}
.fc-ptx{
	color: #000000;
    font-size: 1.2em;
    text-align: left;
}
.fc-i{
	margin: 0px 20% 30px;
	font-size: 1.2em;
}
.fc-j{
	margin: 0px 20% 30px;
	text-align: center;
}
.fc-k{
	margin: 0px 0% 25px;
    font-size: 1.2em;
}
.support-youtube {
    margin: 5px 0 0 0;
}

/*3列レイアウト*/
.items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin : 0 auto;
}
.item1{
	width: 42%;
	height: 100px;
}
.item1-bold{
font-weight: bold; text-align: left; font-size: 1.2em;
}
.item2{
	width: 30%;
}
.item3{
	width: 6%;
	height: 100px;
}
.item4{
	width: 6%;
	height: 100px;
}
.item5{
	width: 42%;
	height: 100px;
}
.item6{
	width: 42%;
	height: 100px;
}
.item_block{
	width: 100%;
	padding: 0px 140px;
	display: block;
}
.item7{
	width: 3%;
	height: 100px;
}
.item8{
	width: 35%;
	padding: 15px 0px 5px 0px;
    text-align: center;
}
/*テーブルレイアウト*/
.fc-table{
    padding: 0 110px;
}
.fc-table_b{
    padding: 30px 110px;
}

.fc-icon{
	display: block;
    width: 100%;
    max-width: 600px;
    max-height: 220px;
}
.fc-icon-b{
	display: block;
	    width: 100%;
    max-width: 365px;
    max-height: 220px;
}
.fc-icon-arrow{
	display: block;
    max-width: 80px ;
    max-height: 610px;
}
.fc-c{
	font-weight: bold;
	text-align: center;
}
table , td, th {
	border: none;
	border-collapse: collapse;
   width: 100%;
	padding: 10px;
}
td, th {
	padding: 10px 10px;
	width: auto;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
	
/*css2列レイアウト*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding: 0 180px 0 180px;

}
.col_2 > div{
	width: 50%;
	padding: 10px;
		text-align: center;
}
/*@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
.q-txt{
    font-size: 1.2em;
    padding: 20px 30px 0px 30px;
	font-weight: bold;

	
}
.a-txt{
	font-size: 1.2em;
	color: #000000;
	   padding: 5px 30px 20px 30px;
	    border-bottom: 1px solid rgb(50, 164, 91);
	
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
width: 20em;
	font-size: 1.2em;

}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


/*申し込みフォーム*/
.mod-boxLink-b {
  background: #eb6100;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  min-width: 300px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: .4s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -3px;
  cursor: pointer;
}

.mod-boxLink-b:hover {
  color: #fff;
  top: 0;
  background-color: #ea9559;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.mod-arrow-b:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow-b:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #eb6100;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow-b:hover:before {
  border-left: solid 8px #fff;
  right: 5px;
}

.mod-arrow-b:hover:after {
  border-left: solid 8px #ea9559;
  right: 8px;
}
@media screen and (max-width: 600px) {
.mod-boxLink-b {
  background: #eb6100;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  min-width: 240px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: .4s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -3px;
  cursor: pointer;
}

.mod-boxLink-b:hover {
  color: #fff;
  top: 0;
  background-color: #ea9559;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.mod-arrow-b:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow-b:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #eb6100;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow-b:hover:before {
  border-left: solid 8px #fff;
  right: 5px;
}

.mod-arrow-b:hover:after {
  border-left: solid 8px #ea9559;
  right: 8px;
}	
}

/*お問い合わせはこちら*/
.mod-boxLink {
  background: #32a45b;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  min-width: 300px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: .4s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -3px;
  cursor: pointer;
}

.mod-boxLink:hover {
  color: #fff;
  top: 0;
  background-color: #6fba2c;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
	.mod-boxLink {
  background: #32a45b;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  min-width: 240px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: .4s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -3px;
  cursor: pointer;
}

.mod-boxLink:hover {
  color: #fff;
  top: 0;
  background-color: #6fba2c;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
}

.mod-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #32a45b;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  transition: .4s;
}

.mod-arrow:hover:before {
  border-left: solid 8px #fff;
  right: 5px;
}

.mod-arrow:hover:after {
  border-left: solid 8px #6fba2c;
  right: 8px;
}
.main-pic img {
    display: block;
    width: 98%;
    max-width: 100%;
	text-align: center;
	image-rendering: -webkit-optimize-contrast;
}
#container {
  max-width: 1358px;
  margin: 0 auto;
}
#main {
  width: 100%;
}

h2.break{
  overflow-wrap: break-word;
}
/* ----------------------------------------------------------------
関連オプション
----------------------------------------------------------------- */
.k-op {
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-op-tit {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
.k-op-im {
	width: 365px;
	height: 220px;
	background: #dddddd;
}
.k-op-txt {
	width: 365px;
    padding: 0px 22px;
}
.k-op-image {
width: 365px;
max-width: 100%;
height: auto;
background: #dddddd;
}
.k-op-h3 {
	font-weight: bold;
	text-align: center;
	padding: 80px 0px 0px 0px;
	font-size: 1.5em;
}
.k-op-h4 {
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 1.5em;
}
.k-op-d {
	width: 100%;
	text-align: center
}
.k-op-red {
	text-align: center;
	padding-bottom: 40px;
	color: #FF0004;
    font-size: 1.1em;
}
.k-op-nol {
	text-align: center;
	padding-bottom: 40px;
}

.c-op-txt {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
	text-underline-offset:0.5em; 
}
.inq-op-ico {
	text-align: center;
	padding-bottom: 20px;
}
.inq-op-h3 {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 20px;
}
.inq-op-p {
	text-align: center;
	padding-bottom: 40px;
    font-size: 1.1em;
}
.inq-op-q {
	text-align: center;
	padding-bottom: 40px;
    font-size: 1.2em;
    font-weight: bold;
}
.inq-op-btn {
	text-align: center;
	padding-bottom: 90px;
}

/* ----------------------------------------------------------------
3カラム
----------------------------------------------------------------- */
/*3列レイアウト*/
.items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 98%;
}
.item1{
width: 50%;
    height: 100px;
    vertical-align: top;
	padding: 20px 30px 0px 20px;
}
.item2{
	width: 35%;
    padding-right: 30px;
    text-align: right;
}
.item3{
	width: 6%;
	height: 100px;
}
.item4{
    width: auto;
    height: auto;
    vertical-align: top;
}
.item4 img {
	width: 100%;
}
.item5{
	width: 42%;
	height: 100px;
}
.item6{
	width: 42%;
	height: 100px;
}
.item2{
	width: 35%;
    padding-right: 30px;
    text-align: right;
}
.item_block{
	width: 100%;
	padding: 0px 140px;
	display: block;
}
.item-op-image {
width: 382px;
max-width: 100%;
height: auto;
background: #dddddd;
}
.item-op-image-02 {
width: 382px;
max-width: 100px;
height: auto;
}
.item-op-image-05 {
width: 830px;
max-width: 100%;
height: auto;
border: 1px solid #cccccc;
}
.item-op-image-06 {
width: 85%;
max-width: 100%;
height: auto;
border: 1px solid #cccccc;
background: #FFFFFF;
}
.item-op-block {
    width: 75%;
    margin: 0px auto;
	padding: 30px 0px 20px 80px;
}
.bnim {
	text-align: center;
}
.bnim img {
    width: 100%;
}
.bn-image {
    width: 500px;
    max-width: 350px;
    height: auto;
}
.bn-imageb {
    max-width: 68%;
    height: auto;
}
.bn-imagec {
    max-width: 60%;
    height: auto;
}
.bn-line {
	text-align: center;
	border-top: 1px solid #32a45b;
	margin-right: auto;
  	margin-left: auto;
	width: 350px;
	padding-top: 50px;	
}
.ib-mod-boxLink-e {

}

.ib-mod-boxLink-e img:hover {
	opacity: 0.5;
}
/* ----------------------------------------------------------------
3カラム
----------------------------------------------------------------- */

table , td, th {
	border: 0px solid none;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}




/* ----------------------------------------------------------------
画面イメージポップアップ
----------------------------------------------------------------- */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 1000px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.view_timer {
	display:none;
}
/* ----------------------------------------------------------------
FAQ
----------------------------------------------------------------- */
.list-faq {
    margin: -15px 0 30px 0;
}

.list-faq > li:not(:last-child) {
    margin-bottom: 20px;
}

.list-faq > li:not(:first-child) {
    padding-top: 15px;
	padding-bottom: 3px;
    border-top: 1px solid #32a45b;
}

.list-faq > li .question,
.list-faq > li .answer {
    position: relative;
}

.list-faq > li .question {
    padding: 15px 0 10px 55px;
    color: #32a45b;
    font-size: 2rem;
}

.list-faq > li .answer {
    padding: 10px 0 0 55px;
}

.list-faq > li .answer > :last-child {
    margin-bottom: 0;
}

.list-faq > li .label-qa {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1;
}
.list-faq .question .label-qa {
    top: 14px;
}
.list-faq .answer .label-qa {
    top: 5px;
    color: #ff4582;
}
.list-faq-mb {
	border-bottom: 1px solid #32a45b;
}

@media only screen and (max-width: 640px) {
    .list-faq {
        margin-top: 0;
    }

    .list-faq > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .list-faq > li .question {
        padding: 3px 0 10px 40px;
        font-size: 1.6rem;
    }

    .list-faq > li .label-qa {
        font-size: 2.4rem;
    }

    .list-faq .question .label-qa {
        top: 0;
    }

    .list-faq > li .answer {
        padding: 10px 0 10px 40px;
    }

    .list-faq .answer .label-qa {
        top: 8px;
    }
}
/*===============================================
　ローン連携カラム
=============================================== */
.li-m {
	list-style: none;
}
.pa {
    background-color: #fff;
    border: 3px solid #32a45b;
    border-radius: 5px;
    position: relative;
    margin: 0px;
}
.pa-body {
    padding: 20px;
    background: #f8f9c2;
}
.pa-title {
    color: #32a45b;
    text-align: left;
    font-size: 1.5em;
    padding-bottom: 15px;
	font-weight: bold;
}
.h-2 {
	font-weight: bold;
    color: rgb(50, 164, 91);
    margin: 0px 0px 20px;
    font-size: 1.6em;
    border-bottom: 2px solid rgb(50, 164, 91);
    display: inline-block;
}
.pa-i {
    margin: 0px 20% 30px;
    font-size: 1.2em;
}
.pa-e {
    margin: 0px 20% 30px;
    font-size: 1.2em;
}
#pg2 table, #pg2 td, #pg2 th{
	font-size:15px;
  	border-collapse: collapse;
  	border-spacing: 0;
	border: 1px #bbbbbb solid;
	padding: 10px;
    }
.pa-j{
	margin: 30px 12% 30px;
}
.pa-d{
	width: 75%;
	margin: 0px auto;
}
.pgbg{
	background: #32a45b;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}
.pa-image{
	text-align: center;
}
.pa-ti{
	padding-bottom: 10px;
}
.pa-flow img { 
	width: 70%;
}
.pa-fl {
	text-align: center;
}
.pa-op-txt {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	text-underline-offset:0.5em; 
}
.pa-mod-boxLink-b {
  background: #47d758;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  min-width: 300px;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.8rem;
  transition: .4s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -3px;
  cursor: pointer;
}

.pa-mod-boxLink-b:hover {
  color: #fff;
  top: 0;
  background-color: #9cfba7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.pa-mod-arrow-b:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  transition: .4s;
}

.pa-mod-arrow-b:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-left: solid 8px #47d758;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  transition: .4s;
}

.pa-mod-arrow-b:hover:before {
  border-left: solid 8px #fff;
  right: 5px;
}

.pa-mod-arrow-b:hover:after {
  border-left: solid 8px #9cfba7;
  right: 8px;
}
.pa-smalltxt{
	font-size: 0.8em;
}
img {
	image-rendering: -webkit-optimize-contrast;
	 -ms-interpolation-mode: bicubic;
}

html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #32a45b;
    border: 1px solid #fff;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 0.5;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: #32a45b;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}

/*===============================================
　動画埋め込み
=============================================== */
.box12{
	padding: 10px;
    color: #dddddd;
    background: #dddddd;
    border-bottom: 1px solid #9e9e9f;
    border-radius: 7px;
}

/*===============================================
　2カラム入れ子レイアウト
=============================================== */

.f-left {
    width: 50%;
}
.fmain,
.f-right {
    padding: 2%;
    border-radius: 10px;
}
.f-image {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 10px;
}
.f-imageb {
    width: 45%;
    max-width: 45%;
    margin: auto;
}
.ftxt-a{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 25px;
    color: #32a45b;
}
.ftxt-b{
    font-size: 1.1em;
    padding: 10px 10px 10px 0px;
}
.ftit-b{
    color: #32a45b;
    font-size: 1.5em;
    font-weight: bold;
    width: 100px;
    padding: 10px 10px 0px 0px;
}
.fblock{
    padding-left: 30px;
}

/* Responsive */
@media (min-width: 650px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
  }
  .fmain {
    margin: 0 10px 0 0;
  }

}
@media screen and (max-width: 600px) {
.f-left {
    width: 100%;
}
.f-image {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 10px;
}
.f-imageb {
    width: 30%;
    max-width: 30%;
    margin: auto;
}
.ftxt-a{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
    color: #32a45b;
    text-align: center;
}
.ftxt-b{
    font-size: 1.1em;
    padding: 10px 10px 20px 0px;
}
.fblock{
    padding-left: 0px;
}
.fc-g{
	margin: 10px 0px 10px 0px;
}

}
/*===============================================
　footer
=============================================== */

 .footer {
  background: #f4f3ef;
  border-top: solid 1px #d9d9d9;
}

.footer-inner {
  padding: 40px;
  position: relative;
}

.footer-copy {
  color: #fff;
  padding: 60px 40px;
  background: #5a5a5a;
}

.footer-copy:after {
  content: "";
  display: block;
  clear: both;
}

.footer-copy figure {
  float: right;
  margin-bottom: 20px;
}

.footer-copy small {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  clear: both;
  float: right;
  margin-top: -15px;
}

.footer-copy-nav {
  float: left;
}

.footer-copy-nav li {
  display: inline-block;
  margin: 0;
  float: left;
  letter-spacing: 0.01em;
}

.footer-copy-nav li:before {
  content: "｜";
  display: inline-block;
  margin: 0 10px;
}

.footer-copy-nav li:first-child:before {
  display: none;
}

.footer-copy-nav li span {
  display: block;
  font-size: 1.1rem;
  padding-top: 10px;
  line-height: 2.0;
}

.footer-copy a {
  color: #fff;
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}

.footer-logo {
  text-align: center;
}

.footer-list {
  display: table;
  width: 100%;
}

.footer-list:after {
  content: "";
  display: block;
  clear: both;
}

.footer-list-li {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 14%;
  border-left: solid 1px #d9d9d9;
  padding: 0 2rem;
  font-size: 1.2rem;
}

.footer-list-li:first-child {
  border-left: none;
}

.footer-contents {
  padding: 0 2rem;
}

.footer-list-li a {
  color: #333;
  text-decoration: none;
}

.footer-list-li a:before {
  content: "-";
}

.footer-list-li a:hover {
  text-decoration: underline;
}

.footer-list-li h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.footer-list-li h2 a:before {
  display: none;
}

.footer-list-li li {
  margin-bottom: 3px;
}

/* //////////footer sp ////////// */
@media screen and (max-width: 600px) {
  
  .footer-inner {
    padding: 6%;
  }

  .footer-copy {
    padding: 4%;
  }

  .footer-copy-nav {
    float: none;
    overflow: auto;
  }

  .footer-copy-nav ul {
    overflow: hidden;
  }

  .footer-copy-nav li {
    width: 100%;
    display: block;
    margin: 5px;
  }

  .footer-copy-nav li span {
    padding-top: 0px;
  }

  .footer-copy-nav li:before {
    display: none;
  }

  .footer-copy figure {
    clear: both;
    float: none;
    margin-bottom: 5px;
    margin-top: 30px
  }

  .footer-copy small {
    float: none;
  }

  .footer-list {
    display: block;
  }

  .footer-list-li {
    width: 100%;
    display: block;
    border-left: none;
    padding: 0;
    line-height: 2.5em;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

}


/*===============================================
　3列レイアウト- 画面イメージ
=============================================== */
.c-op-h {
	text-align: center;
	padding: 0px 0px 5px 0px;
}
.item-op-image-03 {
width: 100%;
max-width: 100%;
margin: auto;

}
.image-grid {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.image-grid li {
margin: 0px 2.5% 30px;
    padding: 20px 10px 10px 10px;
    background: #fafafa;
}
.image-grid p {
	display: inline-block;
	text-decoration: none;
	font-size: 1.1em;
    font-weight: nomal;
	padding: 10px 15px 20px 20px;
}
.nomal-t {
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	color: #32a45b;
}
.nomal-t p{
    font-size: 1.3em;
}
.nomal-u {
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	color: #1563a1;
}
.nomal-u p{
    font-size: 1.3em;
}
.nom-m{
    font-size: 1.1em;
}
.nom-mn{
    font-size: 1.1em;
    padding-left: 18px;
}
.nom-bn{
    font-size: 1.1em;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: bold;
}
.image-grid02 {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.image-grid02 li {
    margin: 0px 2.5% 30px;
    padding: 20px 20px 20px;
}
.image-grid03 {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.image-grid03 li {
margin: 0px 2.5% 30px;
    padding: 20px 20px 20px;
    background: #f5fce2;
}
.image-grid04 {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.image-grid04 li {
margin: 0px 2.5% 30px;
   padding: 20px 20px 20px;
}
.image-grid05 {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.image-grid05 li {
margin: 0px 2.5% 30px;
    padding: 20px 20px 20px;
    background: #fcf0e2;
}

/*===============================================
　3列レイアウト- イラストイメージ
=============================================== */
.item-op-image-04 {
width: 100%;
max-width: 100%;
margin: auto;
background: #dddddd;
}
.item-op-image-05 {
width: 100%;
max-width: 100%;
margin: auto;
background: #dddddd;
}
.block-grid {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 0px;
	padding: 0;
}
.block-grid li {
margin: 0px 2.5% 30px;
    padding: 0px;
    background: #fafafa;
}
.block-grid p {
	display: inline-block;
	text-decoration: none;
	font-size: 1.1em;
    font-weight: bold;
	padding: 20px 15px 15px 15px;
}
@media (min-width: 600px){
	.block-grid-01 li {
		flex: 1 0 80%;
		text-align: center;
	}
}
@media (min-width: 800px){
	.block-grid-01 li {
		flex: 0 1 28.3333%;
		text-align: left;
	}
	.block-grid-02 li {
		flex: 0 1 28.3333%;
		text-align: left;
    padding: 10px 0px 10px;
	}
	.block-grid-03 li {
		flex: 0 1 28.3333%;
		text-align: left;
		background: #f9f7e0;
    padding: 25px 20px 25px;
	}
	.block-grid-04 li {
		flex: 1 28.3333%;
		text-align: left;
    padding: 25px 20px 25px;
	}
	.block-grid-05 li {
		flex: 0 1 28.3333%;
		text-align: left;
		background: #f9ecdc;
    padding: 25px 20px 25px;
	}
}

.hrline{
	width: 80%;
	margin: auto;
}

.bnim {
    text-align: center;
}

/* ===============================================
　動画1カラム
=============================================== */
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link2 {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap2 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure2 {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title2 {
    margin: 0.6em 0 0;
    color: #32a45b;
    text-align: center;
    font-size: 1.3em;
	padding: 10px 20px 10px 20px;
}

/* カードレイアウトの説明文部分 */
.card-text-tax2 {
    margin: 0;
    padding: 20px 20px 0px 20px;
    color: #333333;
}

/* カードレイアウトを1カラムで配置 */
.card-list2 {
    margin: 0.5em auto;
    padding: 10px;
    width: 60%;
	margin-bottom: 40px;
	padding: 20px 20px 20px 20px;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list2 {
        margin: 0.5em 0;
        width: calc(60% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list2 {
        width: 50%; /* 96%幅を3で割るという指定 */
		margin: auto
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(60% / 3);
    }
}
@media screen and (max-width: 767px) {
  .dl-w {
    display: block;
	padding-bottom: 35px;
  }
  .dl-main {
    width: 90%;
    margin: auto;
  }
  .dl-sub {
    width: 100%;
    margin: auto;
    text-align: center;
  }
.fc-g{
	margin: 10px 0px 10px 0px;
}
.fc-gc{
	margin: 0px 14% 30px 14%;
}
}
.sp_img{
    text-align: center;
    width: 80%;
    margin: auto;
}
.sp_img-b{
    text-align: center;
    width: 85%;
    margin: auto;
}
.sp_img-c{
    text-align: center;
    width: 65%;
    margin: auto;
}
.sp_p{
    width: 60%;
    margin: auto;
    padding-bottom: 10px
}

/* ===============================================
　動画見出し
=============================================== */
.mov-all {
	width: 55%;
	margin: auto;
	text-align: left;
	padding: 10px 0px 50px 10px;
		}
.mov-all2 {
	width: 55%;
	margin: auto;
	text-align: left;
	padding: 10px 0px 5px 10px;
		}
.mov {
	width: 100%;
		}
.mov h2 {
  padding: 1rem 2rem;
  border-bottom: 1px solid #95dd5d;
  border-left: 10px solid #32a45b;
  font-size: 1.2em;
  color: #10452d;
}
.md-un{
	border-bottom: 2px solid #32a45b;
	width: 70%;
    margin: auto;
}
.support-title4 {
    margin: 30px 0 0 0;
    /*border: 2px solid #32a45b;*/
    border-radius: 10px;
}

.support-title4 h2 {
    border-radius: 5px;
    font-size: 1.4em;
    color: #32a45b;
    text-align: center;
}
.ch-gt{
    font-weight: bold;
    color: #32A45B;
    font-size: 1.3em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.ps-t{
    font-size: 1.2em;
    text-align: left;
    }
.ps-tb{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2em;
    padding-left: 40px;
}
.ps-tc{
    font-size: 1.2em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.ps-td{
    font-size: 1.2em;
}
.ul-t{
    text-align: left;
}
.la-w{
    width: 60%;
    margin: auto;
}
.c2-w{
    text-align: left;
    padding-left: 40px;
    font-size: 1.2em;
}
.c2-wb{
    text-align: left;
    padding-left: 20px;
    font-size: 1.2em;
}


/* 画像とテキスト2カラム */
.cont-a {
  display: flex;
  flex-wrap: wrap;
    width: 60%;
    margin: auto;
}
.column--l {
    width: 40%; 
}
.column--r {
    text-align: left;
    padding-left: 40px;
    font-size: 1.2em;
    display: grid;
    place-items: center;
}


@media screen and (max-width: 650px) {
.cont-a {
  display: flex;
  flex-wrap: wrap;
    width: 100%;
    margin: auto;
}
  .column--l {
    width: 100%;
  }
  .column--r {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    font-size: 1.2em;
    padding-top: 10px;
  }
.ch-gt{
    font-weight: bold;
    color: #32A45B;
    font-size: 1.3em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.sp_p{
    width: 100%;
    margin: auto;
    padding-bottom: 10px
}
.ps-tb{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2em;
    padding-left: 40px;
}
.ps-td{
    font-size: 1.2em;
}
.la-w{
    width: 100%;
    margin: auto;
}
.header-logo {
    line-height: 0;
}

.header-logo {
    display: table-cell;
    vertical-align: middle;
}
.header-logo img {
    width: 100%;
    padding-top: 10px;
}
}
    
    /* 2カラム左固定-1 */
@media(min-width:751px){
  /*PC版のみ*/
  .talk-a{
    display:flex;
    width: 90%;
    margin: 10px auto;
  　align-items: center;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
  }
  .talk-a>div{
    margin: 0px 1%;
    width: 125px;
    padding-right: 15px;
	display: flex;
    align-items: center;
  }
  .talk-a>p{
    width:auto;
  }

}
/*2カラム左固定-1PC・スマホ共通*/
.talk-a>div{
  margin:0 1%;
}
@media screen and (max-width: 750px) {
.talk-a>div{
  margin:0 1%;
	text-align: center;
	align-items: center;
}	
}


/* 2カラム右固定-1 */
@media(min-width:751px){
  /*PC版のみ*/
  .talk-b{
    display:flex;
    width: 90%;
    margin: 10px auto;
  align-items: center;
	padding-bottom: 15px;
	  
  }
  .talk-b>div{
    width: auto;
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
  .talk-b>p{
    padding: 20px;
    margin: 10px 0px 10px 0px;
    width: auto;
  }
}
/*2カラム右固定-1PC・スマホ共通*/
.talk-b>div{
  margin:0 1%;
}
@media screen and (max-width: 750px) {
.talk-b>div{
  margin:0 1%;
text-align: center;
}	
}


/* 2カラム左固定-1 */
.arrow_box{
    position:relative;
    background:#ddfdeb;
    padding:20px;
    text-align:left;
    color:#333333;
    border-radius:15px;
    font-size: 1.2em;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-right-color:#ddfdeb;
    right:100%;
    top:50%;
}


@media screen and (max-width: 750px) {
.arrow_box{
    position: relative;
    width: 100%;
    margin:auto;
    background: #ddfdeb;
    padding: 20px 20px;
    text-align: left;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#ddfdeb;
    bottom:100%;
    left:50%;
	top:-10px; 
}
}


/* 2カラム右固定-b*/
.arrow_boxb{
    position:relative;
    background:#d4f7f7;
    padding:20px;
    text-align:left;
    color:#333333;
    border-radius:15px;
    font-size: 1.2em;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.arrow_boxb:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-left-color:#d4f7f7;
    left:100%;
    top:50%;
}

@media screen and (max-width: 750px) {
.arrow_boxb{
    position:relative;
    width:100%;
    margin:auto;
    background:#d4f7f7;
    padding:20px;
    text-align:left;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.arrow_boxb:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:16px;
    border-right-width:16px;
    margin-left: -16px;
    border-top-color:#d4f7f7;
    top:102%;
    left:50%;
}
.item-op-image-06 {
width: 100%;
max-width: 100%;
margin: auto;
}
}
.os-b1 {
	font-weight: bold;
	color: #04937b;
	padding: 0px 0px 10px 60px;
	font-size: 1.1em;
}
.os-b2 {
	font-weight: bold;
	color: #04937b;
	padding: 20px 0px 10px 60px;
	font-size: 1.1em;
}
.kr-img{
	text-align: center;
	padding-bottom: 20px;
}
.krimage img {
	width: 80%;
}
.krimage-btn img {
	width: 45%;
}
.krp-p{
	font-weight: bold;
}
.suli a {
	color: #22746d;
	font-weight: bold;
	text-decoration: none;
}
.suli a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.suli2 a {
	color: #22746d;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.suli2 a:hover {
	color: #FF0000;
	font-size: 0.9em;
	text-decoration: underline;
}
.tal-a{
    width: 70%; 
    margin: auto;
}

@media screen and (max-width: 750px) {
.tal-a{
    width: 100%; 
    margin: auto;
}
.bn-imageb {
    max-width: 100%;
    height: auto;
}
.bn-imagec {
    max-width: 100%;
    height: auto;
}
.sp_img{
    text-align: center;
    width: 100%;
    margin: auto;
}
}
@media screen and (max-width: 800px) {
.mv {
  background: url(../assets/img/kv-006.png) no-repeat top center;
  width: 75%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
}

@media screen and (max-width: 600px) {
.mv {
    background: url(../assets/img/sp-kv-bg.png) no-repeat top center;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
}








/*
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
*/
	
