/***** サイト　全般 *****/


h2, .h2, h3, .h3 {
    font-family: 'Great Vibes';
}

h2 a, .h2 a, h3 a, .h3 a {
    font-family: var(--heading-font-family);
}


/* メニュー icon */
.uk-icon-home:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-camera:before {
	content: "\f030";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-book:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-iion-user:before {
	content: "\f2c0";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-car:before {
	content: "\f1b9";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-github-square:before {
	content: "\f092";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

/* Mega Menu Child item 並び調整 */
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li .dropdown-item {
  justify-content: inherit;
}


/* モジュールスタイル box3 */
.box3 .t4-module {
    color: #8b8b8b;
    background-color: #f8f9f8;
    margin-bottom: 0;
    background: inherit;
    padding: 20px;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-color: #57a87a;
    border-radius: 5px;
}

.box3 .t4-module h3.module-title {
    color: #57a87a;
    text-shadow: 1px 1px #f8f9f8, 1px 1px #e3e4e3;
    padding: 5px 10px;
    text-transform: none;
    background: #57a87a;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto Condensed';
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
}


.box3 .t4-module .magz-layout.list-layout .item-inner {
    margin-bottom: 0;
}

.box3 .t4-module .magz-layout .item-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    background: none;
    padding-left: 0px;
    line-height: 25px;
    color: #6c757d;
    font-size: 1.0rem;
}

/***** solidres module *****/

.solidres-module-experience .item-name, .sr-experience .item-name {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 768px) {
  .t4-masthead-inner {
    padding: 0 0;  }
}
/***** HOME *****/

/* スライドショー　padding bottom*/
.camera_wrap {
    padding-bottom: 4rem !important;
}

/* ✕　fa icon*/
.fa-twitter::before {
    content: "\e61b";
}
