@charset "utf-8";
/*
Theme Name: kgk01
Template: iconic-one
*/

html{
    background: #e6e6e6;
}

.title-text{
}

.title-img{
    max-width: 680px;
}

.io-title-description {
    margin-top: 8px;
}

.bg-kgk{
    background: linear-gradient(#174f9e, #6275b6);
    color: white;
}

.bg-kgk-secondary{
    background: #F2F2F2;
}

.btn.bg-kgk:hover{
    opacity: 0.8;
    color: white;
    transition : 0.3s;
}

body .site{
    max-width: 1088px;
    margin-bottom: 0;
}

.site-content{
    padding: 24px 2% 0 1%;
    min-height: 300px;
}

.site-content article{
    border-bottom: unset;
    margin: 0;
    padding-bottom: 1em;
}

.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	border: solid 2px #F2F2F2;
	border-radius: 3px;
	transition: .4s;
}

.btn-flat-border:hover {
	background: #F2F2F2;
	color: white;
}

.submit_button {
	display: inline-block;
	padding: 20px, 40px;	/* 余白 */
	border-radius: 3px;	/* 角 */
	transition: .4s;	/* 変化速度 */
	text-size: 1.5em;	/* 文字サイズ */
	line-height: 1em;	/* 行の高さ */
	text-align : center ;	/* 揃え */
	background: #F2F2F2;	/* 文字色 */
	color: black;	/* 文字色 */

}

.submit_button:hover {
	background: black;
	color: #F2F2F2;
}

.emphasis_font {
	font-weight: bold;
	color: black;
}

.small_font {
	font-size: 0.8em;
}

.emphasis_inline {
	display: inline-block;
	vertical-align: middle;
}
.p_margin {
	margin-bottom: 5px;
}

dl.mypage-form dl,dt,dd {
    margin: 0;
    padding: 0;
}
dl.mypage-form{
    background: gray;
    /* border: 1px solid gray; */
    
    display: table;
}
dl.mypage-form dt,dd {
    padding: 6px;
    display: table-cell;
}
dl.mypage-form dt {
    color: white;
    padding: 0.5em;
    text-align: center;
    width: 26%;
    vertical-align: middle;
}
.bt-white {
    border-top: 1px solid white;
}
dl.mypage-form dd {
    padding: 0.5em;
    background: #f0f0f0;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    margin-left: 26%;
    margin-bottom: 0;
    width: 74%;
}
dl.mypage-form.last-dl{
    border-bottom: 1px solid gray;
}
dl.mypage-form:last-of-type{
    border-bottom: 1px solid gray;
}


.hide-salary {
    display: none;
}
button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -webkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
button.on-click {
    color: transparent!important;
}
 
button.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.div-survey::-webkit-scrollbar-thumb{
        height:5px;
        background:yellow;
}

.survey tr:first-child td{
    font-size: 1.2em !important;
}

.survey td{
    vertical-align: middle!important;
    text-align: center;
    font-size: 0.9em;
    padding: 8px;
}

.survey-comment tr td:first-child {
    min-width: 8em;
}

.nomal-font{
    /*font-size: 1em!important;*/
    font-weight: bold;
}
.punch-nomal-font{
    font-weight: bold !important;
    font-size: 1.2em !important;
}

.left-td{
    text-align: left!important;
}

.blink-box{
    animation: bflash 1s linear 3;
    background:#ffc107;
}
@keyframes bflash {
    0%,100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@media screen and (min-width: 768px){
    .site-content {
        width: 68%;
    }
    .widget-area {
        margin-bottom: 0;
    }
    .themonic-nav .current-menu-item > a,
    .themonic-nav .current-menu-ancestor > a,
    .themonic-nav .current_page_item > a,
    .themonic-nav .current_page_ancestor > a {
        background: linear-gradient(#174f9e, #6275b6);
    }
    .themonic-nav li:hover {
        background: linear-gradient(#174f9e, #6275b6);
    }
    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
        border-bottom: 5px solid #6275b6;
        border-top: unset;
    }

}
@media screen and (max-width: 767px) {
    .resize_img img{
        max-width: 95%;
    }
}
@media screen and (max-width: 440px) {
    footer{
        background: #e6e6e6 !important;
    }
    .site-content{
        min-height: unset;
    }
	.resize_img img {
	    max-width: 95%;
	}
	.io-title-description a{
        padding-left: 0;
    }
	.site-wordpress{
	    padding: 0;
	}
	dl.mypage-form{
        display: block;
        border-left: 1px solid gray
    }
    dl.mypage-form dt{
    	clear: unset;
        float: unset;
        display: block;
        width: 100%;
    }
    dl.mypage-form dd{
    	margin-left: 0;
        border-left: unset;
        display: block;
        width: 100%;
    }
    .bt-white{
        border: none;
    }
    .survey td{
        min-width: 5em;
    }

}
