@charset "UTF-8";
html { font-size: 18px; }
body { font-size: 1rem;  /* 14px */ line-height: 1.5;}
.container-style {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}
body {
    font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-style: normal;
}
main {
}
.bg-lightblue {
	background-color: #dbf0fc !important;
}
.bg-lightpink {
	background-color: #fef0de !important;
}
.bg-blue {
	background-color: #2a79b4 !important;
}
.bg-grayblue {
	background-color: #839ebd !important;
}
.bg-gray {
	background-color: #808185 !important;
}
.bg-gray2 {
	background-color: #6d6e71 !important;
}
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.text-green {
	color: #0ba29a;
}
.text-blue {
	color: #00477c;
}
.table .bg-green {
    background-color: #0ba29a;
    color: #fff;
}
#header,
#footer {
	background-color: #0ba29a;
	color: #fff;
}
.main-top {
    background: linear-gradient(
        to bottom,
        #fff 0%,
        rgba(255,255,255,0.8) 30%,
        transparent 100%
    );
}
.title-bar01,
.title-bar02 {
    width: 100%;
    background: linear-gradient(
        to right,
        #00477c,
        #2ea7e0
    );
    color: #fff;
    padding: 12px 20px 10px;
}
.title-bar03 {
	background-color: #0ba29a;
    width: 100%;
    color: #fff;
    padding: 12px 20px 10px;
}
.title-bar01,
.title-bar03 {
	border-radius: 12px 12px 0 0;
}
.title-bar02 {
    border-radius: 12px;
}
.title-icon{
    width: 30%;
    max-width: 180px;
    height: auto;
    margin-right: 12px;
}
.table-custom01 td,
.table-custom01 th {
    border: 1px solid #c0def2;
	color: #00477c;
}
.table-custom02 {
    table-layout: auto;
	min-width: 600px;
}
.table-custom02 th:first-child,
.table-custom02 td:first-child {
    min-width: 100px;
}
.table-custom02 th:first-child {
    white-space: nowrap;
}
.card-custom01{
    border: 1px solid #c0def2 !important;
    border-radius: 12px;
    overflow: hidden;
}
.card-custom02 {
    border: 2px solid #c0def2 !important;
    border-radius: 12px;
    overflow: hidden;
	color: #00477c;
}
.item-box {
    padding: 10px;
    border-right: 1px solid #c0def2;
    text-align: left;
}
.table-custom01 td::before,
.item-box::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/ic_check.png") no-repeat center center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}
/* デフォルトは非表示（PC） */
.mobile-only {
  display: none;
}
.image-wrap {
    margin: 10px auto;
        width: 75%;
}

@media (max-width: 767.98px) {
    .container-style {
        padding-left: 0;
        padding-right: 0;
    }
  .mobile-only {
    display: block;
  }
	    .item-box {
        border-bottom: 1px solid #c0def2;
    }
.table-custom02 th,
    .table-custom02 td {
        font-size: 0.80rem;
    }
	h3,
	h4 {
        font-size: 1.2rem;
    }
	.card-custom01 th {
        font-size: 1.1rem;
    }
	/* .table-custom02 .h4 {
        font-size: 1.1rem;
    } */
    /* 右端の縦線を消す */
    .item-box:nth-child(2n) {
        border-right: 0;
    }

    /* 最下段の下線を消す */
    .item-box:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .image-wrap {
    width: 100%;
    }
}