/*
Theme Name: Kasoutsuuka
Theme URI: https://financial-field.com/kasoutsuuka
Author: Ly Nguyen
Description: This is theme for site Kasoutsuuka
Version: 1.0
Text Domain: kasoutsuuka
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
html{scroll-behavior:smooth}
button{outline:0}
ol,ul{list-style:none}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
a{text-decoration: none;color:#003AA0;}
a:hover{color:#fe1f21;}
img{vertical-align: top;max-width: 100%;height: auto;}
html,body{height: 100%;}
body {
    color: #030303;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    line-height: 1.8;
}
.container{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Header */
#header {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / .1);
}
#branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
#site-title {
    width: 305px;
}
.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.list-sns {
    display: flex;
    margin-right: 1rem;
    justify-content: center
}
.list-sns a {
    display: block;
    padding: 5px
}
.list-sns a img {
    height: 30px;
    width: auto
}
.searchform {
	display: flex;
}
.searchform input.search-field {
	padding: 10px 6px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 1rem;
	width: 275px;
	line-height: 1.125rem;
	margin-bottom: 0;
}
.searchform .search-submit {
	vertical-align: top;
	margin-left: 10px;
	line-height: 1.125rem;
	padding: 10px 27px;
	border: 1px solid #707070;
	background-color: #d2d2d2;
	background: linear-gradient(to bottom, rgb(241 241 241) 0%, rgb(241 241 241) 50%, rgb(212 212 212) 51%, rgb(212 212 212) 100%);
}
.search.cf .searchform .search-submit {
	padding: 10px 12px;
	margin-left: 0;
}
.search.cf .searchform input.search-field {
	width: calc(100% - 39px);
	border: 1px solid #707070;
}
@media screen and (max-width: 1280px){
    #branding {
        padding: 10px 0;
        position: relative;
        z-index: 9999;
    }
}
@media screen and (max-width: 991px){
    .right-header .list-sns, .right-header .searchform  {
        display: none;
    }
    #site-title {
        width: 183px;
    }
}
/* Navigation Mobile */
.hamburger {
    display: none;
}
.hamburger-icon {
    height: 30px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hamburger-icon.is-hidden {
    display: none;
}
.header-side-nav {
    position: fixed;
    z-index: 1000;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 50px);
    transition: all .5s;
    transform: translate(100vw);
    background: #4B8ACF;    
    text-align: center;
    opacity: 0;
}
.header-side-nav.is-active {
    transform: translateZ(0);
    opacity: 1;
}
.header-side-nav .searchform {
    display: inline-flex;
    margin: 10px 0 0;
}
.header-side-nav .searchform input.search-field {
    width: auto;
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
}
.header-side-nav .searchform .search-submit {
    margin-left: 0;
    border: none;
    background: #fff;
    border-radius: 0 50px 50px 0;
}
.header-side-nav .top-global-menu {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.header-side-nav .top-global-menu a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px
}
.header-side-nav .bottom-global-menu a {
    position: relative;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
}
.header-side-nav .bottom-global-menu a:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
}
.header-side-nav .list-sns {
    background: #fff;
    margin-right: 0;
}
.global-bottom-menu {
    background:#4B8ACF;
    text-align: left;
}
.global-bottom-menu a {
    position:relative;
    color:#fff;
    display:block;
    padding: 10px 15px;
    font-size:14px;
}
.global-bottom-menu a:not(:last-child) {
    border-bottom:1px solid #bfbfbf;
}
.global-bottom-menu a:after {
    display:block;
    content:'';
    position:absolute;
    right:15px;
    top:50%;
    width:8px;
    height:8px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:translateY(-50%) rotate(45deg);
    transition:transform 0.1s ease-out 0.2s;
}
@media screen and (max-width: 1280px){
    #site-navigation {        
        background: transparent;
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px){
    .hamburger {
        display: block;
    }
}
/* Footer */
#footer {
    font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
    color: #323232;
    z-index: 1000;
    box-shadow: 0 8px 1px -7px rgb(0 0 0 / .1) inset;
    text-align: center;
}
#footer-nav a {
    color: #323232;    
    display: block;
    white-space: nowrap;
    text-align: left;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    position: relative;	
}
#footer a:hover {
    color: #3d7ec5;
}
#footer-nav a::after {
    content: "";
    position: absolute;
    background: url(assets/images/icon_arw_right.png.webp) center center / 6px 9px no-repeat;
    width: 7px;
    height: 11px;
    right: 10px;
    top: 18px;
}
#footer .logo {
    text-align: center;
    display: none;
}
.copyright {
    margin: 10px 0 0;
    font-size: 14px;
	font-weight: normal;
}
@media screen and (min-width: 992px){
    #footer {
        background-color: #333;
        color: #fff;
    }
    #footer-nav li {
        display: inline-block;
		margin-right: 30px;	
    }
    #footer-nav a {
        color: #fff;
        border-bottom: none;
    }
    #footer-nav a::after {
        display: none;
    }
    #footer .logo {
        display: block;
    }
}
/* Go to top */
.gototop {
    width: 48px;
    height: 48px;   
    background: #fff;
    border: 1px solid #4B8ACF;
    cursor: pointer;    
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%),0 4px 4px -4px rgb(0 0 0 / 10%);
    transition: all .25s;
    visibility: hidden;
    opacity: 0;
}
.gototop:after {
    display: block;
    width: 7px;
    height: 12px;
    content: "";
    background: url(assets/images/icon_arw_right.png.webp) center center / 6px 9px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.gototop:hover {
    background: #4B8ACF;
    color: #fff;
}
.gototop.active {
    visibility: visible;
    opacity: 1;
}
/* 404 */
.main-404 {
    height: calc(100vh - 92px - 125px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.not-found h1 {
    font-size: 165px;
    font-weight: 700;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
    line-height: 1;
}
.not-found h1>span {
    color: #00b7ff;
}
.not-found h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #151515;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .not-found h2 {
        font-size:18px;
    }
}
@media only screen and (max-width: 480px) {
    .not-found h1 {
        font-size:141px;
    }
}
/* Breadcrumb */
.cate_breadcrumbs {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}
/* Archive */
.cate_archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin: 20px 0;
}
.cate_entry-title {
    font-size: 18px;
    font-weight: bold;    
}
.cate_entry-title a {
    text-decoration: none;
    color: #333;
}
.cate_entry-title a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .cate_entry-title {
        min-height: 99px;
    }
}
.cate_archive_cat {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.cate_cat {
    font-size: 14px;
    font-weight: bold;
}
.cate_cat-8 {
    color: #007bff;
    text-decoration: none;
}
.cate_cat-8:hover {
    text-decoration: underline;
}
.cate_date {
    font-size: 12px;
    color: #777;
}
/* Photo section */
.cate_archive-photo {
    position: relative;
}
.cate_archive_photo {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.cate_archive_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* New label */
.cate_label {
    position: absolute;
    top: -3px;
}
.cate_new-entry {
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.cate_ribon {
    font-weight: bold;
}
/* Page */
#main {
	min-height: calc(100% - 70px - 132px);
	display: flex;
}
.main, .main-content.fullwidth {
    padding: 30px 0;	
}
@media screen and (min-width: 992px){
    .main {
        display: flex;
        justify-content: space-between;
    }
    .main-content:not(.fullwidth) {
        width: 880px;
    }
    #sidebar {
        width: 300px;
    }
}
/* Pagination GSC */
.gsc-results .gsc-cursor {
	display: block !important;
	text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	width: 2rem;
	line-height: 2rem;
	background-color: #fff !important;
	border: solid 1px #121d3e;
	color: #121d3e !important;
	border-radius: 2px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #121d3e !important;
	background-color: #121d3e !important;
	color: #fff !important;
}
.gsc-cursor-container-previous,
.gsc-cursor-container-next {
    display: inline-block
}
.gsc-control-cse {
    padding: 0px !important;
}

.gsc-search-button button {
	vertical-align: top;
    line-height: 1.125rem;
    padding: 10px 27px;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 !important;
    border-image: initial;
    background: linear-gradient(rgb(241, 241, 241) 0%, rgb(241, 241, 241) 50%, rgb(212, 212, 212) 51%, rgb(212, 212, 212) 100%);
}

.gsc-search-button svg path {
  fill: black;
}


input.gsc-input {
	font-size: 1rem !important;
    width: 275px !important;
    line-height: 1.125rem !important;
    padding: 6px  !important;
    background-image: none !important;
}


form.gsc-search-box {
	margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 8px !important;
}

input.gsc-input {
	background: none !important;
	padding: 8px 6px !important;
	width: 275px !important;
}

.gsib_a {
	padding: 0 !important;
}
input.gsc-input {
    height: 100% !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	background-image: none !important;
	background-color: #d2d2d2 !important;
	border-color: #707070 !important;
	color: #4a3333 !important;
	background: linear-gradient(to bottom, rgb(241 241 241) 0%, rgb(241 241 241) 50%, rgb(212 212 212) 51%, rgb(212 212 212) 100%) !important;
	padding: 11px 27px !important;
}

.gsc-search-button-v2 svg {
	fill: #4a3333 !important;
}

@media (max-width:1199.98px) {
	.gsc-input-box {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border-top-left-radius: 50px !important;
		border-bottom-left-radius: 50px !important;
	}

	input.gsc-input {
		width: 100% !important;
		padding: 10px 6px !important;
	}

	table.gsc-search-box td.gsc-input {
		padding-right: 0 !important;
	}

	.gsc-search-button-v2,
	.gsc-search-button-v2:hover,
	.gsc-search-button-v2:focus {
		padding: 14px 15px !important;
	}

	.gsc-search-button-v2 {
		border-top-right-radius: 50px !important;
		border-bottom-right-radius: 50px !important;
		border-color: #fff !important;
	}

	.gsc-search-button-v2,
	.gsc-search-button-v2:hover,
	.gsc-search-button-v2:focus {
		background: #fff !important;
	}

	.gsc-search-button {
		margin-left: 0 !important;
	}

	form.gsc-search-box {
		margin: 5px auto 10px  !important;
		width: 95% !important;
	}
}



.gs-web-image-box,
.gs-promotion-image-box {
	width: 102px !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
	max-width: 100% !important;
}

.gsc-control-cse .gsc-table-result {
	display: flex !important;
}

.tb-responsive {
    width: 100% !important;
}


/* Widget */
.widget-title {
    
}





#footer {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
#footer ul{
    margin:0px !important
}






/* Inner content of the box */
.cate_archive-box-in {
    display: flex;
    flex-direction: column;
}




.cate_infeed- {
    display: block;
}



/* Category and date section */


/* Text section */







/* Author section */
.cate_archive_data_h {
    margin-top: 10px;
}

.cate_person {
    font-size: 14px;
    color: #555;
}

.cate_person a {
    color: #007bff;
    text-decoration: none;
}

.cate_person a:hover {
    text-decoration: underline;
}



h3.entry-title {
    font-size: 24px !important;
}