@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.bace_color{
	    color: #786e6e;
}
html,
body {
    color: #786e6e;
    font-family: "Noto Sans JP", sans-serif !important;
    /*height: 100%;*/
    width: 100%;
    word-break: break-all;
    background-color: #F7F6FF;
}
blockquote {
	background-color: #f8f8f8;
	padding: 25px 20px;
	position: relative;
	border: 3px solid #f8f8f8;
	font-size: 12px;
}

blockquote span.quote_source {
	display: block;
	text-align: right;
}
.post-content blockquote p {
	line-height: 2em;
	margin-bottom: 0px;
	font-size:14px;
}
img {
    width: 100%;
}

li {
    list-style: none;
}

hr {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    display: block;
    width: 100%;
}
h1{
	font-size: 28px;
	font-weight:600;
   margin-bottom: 1.5rem;
}

.area,
.modal-dialog {
    max-width: 680px;
    margin: auto;
}

.cover {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.contain {
    background-position: center;
    background-size: contain;
    width: 100%;
}

.fontxll {
    font-size: 24px;
}

.fontxl {
    font-size: 22px;
}

.fontll {
    font-size: 20px;
}

.fontl {
    font-size: 18px;
}

.fontm {
    font-size: 16px;
}

.fonts {
    font-size: 14px;
}
.card-texts{
    font-size: 13px;
}
.fontss {
    font-size: 12px;
}
.gray{
    color: #ABA6A6;
}
.gray2{
    color: #6c757d;
}
.sp {
    display: none;
}
.bg-img{
    padding-bottom: 75%;
}
.bg-img2 {
    padding-bottom: 100%;
}
.col-ai-5 {
    width: 18%;
    flex: 0 0 18%;
    padding: 0;
    margin: 10px auto 20px;
}
.col-ai-7{
    padding:1%;
    width: 14%;
    flex: 0 0 14%;
}
.btn{
    display: block;
}
.btn a,
.btn2 a {
    background-color:#2AACCA;
    border-radius:0px;
    border: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}
.btn2 a{
    background-color:#fff;
    border:1px solid #2AACCA;
    color: #2AACCA;
}

.btn-more {
    margin-top: 40px
}
.btn-more a {
    display: block;
    padding:20px;
    border:1px solid #B4B4B4;
    max-width: 260px;
    border-radius: 50px;
    font-size: 14px;
    color: #494949;
    margin:  auto;
    text-align: center;
    background-color: #fff;
}
.btn-more2 a {
    display: block;
    padding:20px;
    border:1px solid #000000;
    max-width: 260px;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    margin:  auto;
    text-align: center;
}
header .btn a {
    height: 60px;
    line-height: 60px;
    max-width: 320px;
    border-radius: 60px;
    position: relative;
    top: 7px;
}
table .btn{
	margin:0;
	padding:0;
}
table .btn a{
    height: auto;
    line-height: initial;
    padding: 10px;
    font-size: 12px;
}
.btn a:hover{
    opacity:0.8;
}
.row{
    margin: 0;
}
header nav ul li a {
	color:#262626;
   padding: 10px;
   font-weight:bold;
}

ul.tags li{
  border: 1px solid #262626;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
}
ul.tags li a {
  color: #262626;
}

#breadcrumb{
	margin-top:20px;
}
header{
    background-color: #fff;
    background-image: url("../images/header-line.jpg");
    padding-bottom: 1px;
    height: 90px;
    background-position: top;
    background-size: contain;
    line-height: 90px;
}
.header-nav {
    background-color: #FAFAFA;
    line-height:50px;
    height: 50px;
    font-size: 14px;
}
.header-nav ul li {
    color: #494949;
    font-weight: bold;
    padding: 0 15px;
}
.title{
    font-size: 28px;
    font-weight: 700;
    line-height:45px;
    text-align:center;
    margin: 0px auto 40px;
}
.list .col-4{
    border-radius: 5px 0 0 5px;
    padding: 10px;
}
.list .col-8{
	background-color:#fff;
    border-radius: 0 5px 5px 0;
    padding: 6px 9px;
}
.category{
    color: #fff;
    background-color: #8DCCD2;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
}

#breadcrumb ul{
  padding: 5px 20px;
  font-size: 12px;
}
#breadcrumb ul li {
	  color: #B6AEAE;
  display: inline;
  padding: 0 5px 0 0;
}
#breadcrumb ul li a {
  color: #B6AEAE;
  display: inline-block;
  margin-bottom: 0;
}

.card-title{
    margin: 20px 0 5px;
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs button {
    border: 1px solid #E0E0E0 !important;
    border-radius: 5px !important;
    padding: 15px 30px !important;
    font-size: 14px;
    font-weight: 700 !important;
    margin: 5px 5px;
	color: #5e5959;
}
.nav-tabs button {
    background-color: #fff!important;
}
.nav-tabs button.active{
    background-color: #FF7474!important;
    color: #fff!important;
}
.column_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.column_description {
    color: #8A8A8A;
    font-size: 16px;
    line-height:22px;
}
.column_title2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}
.card-area{
    background-color: #F9F9F9;
    padding:12px 22px 40px;
}
.date{
    color:#AFA5A5;
    font-size: 14px;
    margin: 10px 0;
}
.main_bg{
    background-color: #F7F6FF;
}

section {
    padding: 80px 0;
}

.form-container{
    background-image: url(../images/footer.jpeg);
}
.form-area{
    background-color:rgba(255,255,255,0.75);
    padding: 40px 0;
}
.form-area_title {
    display: inline-block;
    background: #3bb8d4;
    background: -webkit-gradient(linear, left top, right top, from(#3bb8d4), color-stop(50%, #3bb8d4), to(#0f5df0));
    background: -webkit-linear-gradient(left, #3bb8d4 0, #3bb8d4 50%, #0f5df0 100%);
    background: -o-linear-gradient(left, #3bb8d4 0, #3bb8d4 50%, #0f5df0 100%);
    background: linear-gradient(90deg, #3bb8d4 0, #3bb8d4 50%, #0f5df0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.form-area_title:before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: 13px;
    background-color: rgba(59, 184, 212, .3);
    position: absolute;
    left: -5px;
    bottom: 0;
}
.form-area_text1 {
    font-size: 20px;
    font-weight: 700;
}
.form-area_text2 {
    font-size: 14px;
    line-height:25px;
    margin-top: 20px;
}
.new_img{
    padding-bottom: 100%;
}
.btn-more.hover1:hover a,
.btn-more2.hover1:hover a,
 .card.hover1:hover,
 .list .hover1:hover .bg-white,
.hover1:hover .card-area{
    background:#2AACCA!important;
	
	   transition: .2s cubic-bezier(0.45, 0, 0.55, 1);

}
.btn-more2.hover1:hover a,
.btn-more.hover1:hover a,
.hover1:hover,
.hover1:hover .date,
 .list .hover1:hover .text-dark,
 .list .hover1:hover .bace_color,
 .list .hover1:hover .text-secondary{
		color:#fff!important;
text-decoration:none;
}
.hover2:hover {
    box-shadow: 0 .5rem 1rem rgba(15, 93, 240, .5) !important;
}


@media screen and (max-width: 800px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    section {
        padding: 40px 0;
    }

    .fontxll {
        font-size: 22px;
    }

    .fontxl {
        font-size: 20px;
    }

    .fontll {
        font-size: 18px;
    }

    .fontl {
        font-size: 16px;
    }

    .fontm {
        font-size: 14px;
    }

    .fonts {
        font-size: 12px;
    }

    .fontss {
        font-size: 11px;
    }
    .title{
        font-size: 24px;
		    margin: 0px auto 20px;
    }
    .column_title{
        font-size: 20px;
        line-height: 30px;
    }
    .column_description,
    .date,
    .btn-more2 a,
    .btn-more a {
        font-size: 16px;
    }
    .btn-more2 a,
    .btn-more a {
        padding: 15px;
    }
    .column_title2{
        font-size: 20px;
        line-height: 30px;
    }

    header nav {
        display:none;
    }
    header .drawer_button {
        cursor: pointer;
        height: 50px;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 55px;
    }
    header .drawer_button span {
        background-color: #262626;
        border-radius: 10px;
        display: block;
        height: 2px;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    header .drawer_button span.bar1 {
        top: 23px;
        width: 25px;
    }

    header .drawer_button span.bar2 {
        top: 32px;
        width: 15px;
        opacity: 1;
    }

    header .drawer_button span.bar3 {
        top: 41px;
        width: 25px;
    }

    header .active span.bar1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 31px;
    }

    header .active span.bar2 {
        opacity: 0;
    }

    header .active span.bar3 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 31px;
    }
    header img{
        width: 120px!important;
    }
    header .nav_list {
        position: absolute;
        left: 0;
        top: 80px;
        background-color: #fff;
        width: 100%;
        z-index: 1;
    }
    header .nav_list li {
        border-bottom: 1px solid #999;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
    }
    .container{
        padding: 0;
    }
    .btn a {
        height:50px;
        line-height:50px;
    }
    h3{
        font-size:16px;
    }
    .nav_list a{
        color:#262626;
    }

    header .search_area .fa-search {
        cursor: pointer;
        color: rgba(0, 37, 86, 0.4);
        font-size: 20px;
        line-height: 60px;
    }
    header .search_area {
        position: absolute;
        right: 20px;
        top: 20px;
        line-height: 60px;
        margin-right: 3%;
    }

    h1{
        font-size: 22px;
    }
    header{
        height: 70px;
        line-height: 70px;
    }
    header .btn a{
        height: 50px;
        line-height:50px;
    }
    .col-ai-5{
        flex: 0 0 45%;
        max-width: 45%;
        margin: 5px auto 10px;
    }
    .col-ai-7 {
        flex: 0 0 45%;
        max-width: 45%;
        margin: 0 2.5%;
    }
	.header-nav {
    line-height: 40px;
    height: 40px;
    font-size: 10px;
}
	.header-nav ul li{
		    padding: 0 10px;
		        text-align: center;
    width: 25%;	
	}	
	.nav-tabs button{
font-size:16px;
		    margin: 0 5px;
	}
	.form-area{
padding: 20px 0!important;
	}
	.form-area_text1{
		font-size:18px;
	}
	.form-area_text2 {
		    font-size: 12px;
	}
	.form-area_title{
font-size:24px;
	}

	.row.my-3.px-3{
		padding:0 0 0 10px!important;
	}
	.card.mt-3{
		margin:  15px!important;
	}
	
	header .btn a{
top:0;
		        font-size: 14px;
	}
}