@charset "utf-8";

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*font-size*/
.txt_small01 { font-size:1.0rem; }
.txt_small02 { font-size:1.2rem; }
.txt_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }

/*decoration*/
.uline { text-decoration : underline; }
.l_thrh { text-decoration: line-through; }

/*color*/
.txt_red { color:#FF0000; }
.txt_blue { color:#0044FF; }
.txt_gray { color:#999; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}
.lh13 {
	line-height: 1.3em;
}

.txt_idt30 {
  padding-left: 3em;
  text-indent: -3em;
}

.txt_idt20 {
  padding-left: 2em;
  text-indent: -2em;
}

.txt_idt25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.txt_idt15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.ttl01 {
    font-size:2.2rem;
    padding: 13px 7px 12px 18px;
	background: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
    margin-top: 10px;
	margin-bottom: 20px;
    line-height: 1;
    border: 1px solid #CCC;
}

.ttl01 i {
    font-size:2.4rem;
    color: #CCC;
}

h2 {
  position: relative;
	font-size: 2rem;
	margin: 0 auto 0.5em;
	border-bottom: 1px solid #CCC;
	padding: 15px 10px 15px;
	font-weight: bold;
  max-width: 1200px;
}
h2 i {
	color: #CCC;
	font-size: 2.4rem;
	margin-right: 0.3em;
}

h2.ttl02 {
  border: none;
	padding: 13px 20px;
	background-color: #1e859027;
  font-size: 1.6rem;
}

.ttl03 {
    padding: 0.2em 0.5em 0.2em;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    border-left: 7px solid #1abc9c;
    border-bottom: 1px solid #ccc;
    color: #1abc9c;
}

/* .ttl04はblock.css内の見出しで使用 */

.ttl05 {
		font-size: 2.0rem;
		display: flex;
		align-items: center;
    font-weight: bold;
}
.ttl05::before,
.ttl05::after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #333;
		display: block;
}
.ttl05::before {
		margin-right: 15px;
}
.ttl05::after {
		margin-left: 15px;
}


.abst_ttl {
    font-size: 1.6rem;
}
.abst_ttl a {
    display: block;
}

.abst_txt {
    background: -webkit-linear-gradient(transparent 70%, #B4F4E8 70%);
    background: -o-linear-gradient(transparent 70%, #B4F4E8 70%);
    background: linear-gradient(transparent 70%, #B4F4E8 70%);
    margin: 1em 0;
    color: #1abc9c;
    font-size: 2rem;
    padding-left: 0.5em;
}

.abst_txt::before {
    font-family: 'Font Awesome 7 Pro';
    font-weight: 900;
    content: '\f518';
    padding-right: 10px;
    font-size: 2.2rem;
}

.abst_ttl01 {
    padding: 0.2em 0.5em 0.2em;
    font-size: 1.6rem;
    margin: 1.5em 0 0.5em;
    border-left: 7px solid #B4F4E8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #1abc9c;
}
.abst_coi {
    font-size: 1.3rem;
    padding: 0 1em;
    line-height: 1.5em;
	color:#5D5D5D;
}

@media screen and (max-width:767px) {
    .ttl01 {
        margin-bottom: 1rem;
        padding: 12px 8px 12px;
        font-size:1.8rem;
    }
    .ttl01::before {
        font-size:1.8rem;
    }
    .txt_big01,
    .txt_big02 {
        font-size:1.4rem;
    }
}

