@charset "UTF-8";

/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top p {
	color: #fff;
	font-size: 13px;
}

#top .more {
	color: #fff;
}

#top section {
	margin-top: 15px;
}

/*==========================
トップ　MV下
==========================*/
#top #sec01 {
	background: #fff !important;
	height: 375px;
}

#top #sec01 .halfBox {
	height: 100%;
}

/* リンク */
#top #sec01 .link {
	display: block;
	height: 100%;
	position: relative;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#top #sec01 .link:hover {
	opacity: 0.7;
}

/* 背景画像 */
#top #sec01 .halfBox.service .link {
	background-image: url(../img/top/mv_bottom_service_pc.jpg);
}

#top #sec01 .halfBox.solution .link {
	background-image: url(../img/top/mv_bottom_solution_pc.jpg);
}

/* テキスト */
#top #sec01 .link header {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#top #sec01 .link header .title {
	font-size: 41px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	font-feature-settings: 'palt';
}


/*================================
トップスライダー
=================================*/
#top_slider {
	width: 100%;
	position: relative;
}

#top_slider img {
	width: 100%;
	height: auto;
}

#top_slider .slick-next,
#top_slider .slick-prev {
	display: block;
	width: 240px;
	height: 101%;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.5);
}

#top_slider .slick-next::before,
#top_slider .slick-prev::before {
	display: none;
}

/* スライダーの次へボタン */
#top_slider .slick-next::after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(../img/common/slider_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

/* スライダーの前へボタン */
#top_slider .slick-prev::after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(../img/common/slider_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-180deg);
	z-index: 1;
}


#top_slider .slick-prev {
	left: 0;
}

#top_slider .slick-next {
	right: 0;
}

#top_slider .slide {
	width: 100%;
	height: auto;
}


/*================================
トップ トピックス
=================================*/
#top_topics {
	background-color: #f2f2f2;
	padding: 115px 0;
}

#top_topics .sec_title {
	font-size: 41px;
	font-weight: 700;
	font-feature-settings: 'palt';
	color: #022a48;
	padding-bottom: 30px;
}

#top_topics .list .detail {
	display: flex;
	align-items: center;
	font-feature-settings: 'palt';
	padding-top: 20px;
}

/* カテゴリ名 */
#top_topics .list .detail .cat {
	display: block;
	width: 100px;
	border: 1px solid #022a48;
	text-align: center;
	margin-right: 16px;
	line-height: 1;
	padding: 1px 0 5px;
}

#top_topics .list .detail .cat a {
	font-size: 11px;
	font-weight: 700;
	color: #022a48;
}

/* 日付 */
#top_topics .list .detail .date {
	display: block;
	width: 100px;
	font-size: 11px;
	font-weight: 700;
	color: #022a48;
}

/* タイトル */
#top_topics .list .detail .title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #022a48;
}

#top_topics .more {
	color: #022a48;
}



/*================================
トップ 導入事例
=================================*/
#top #sec03 {
	padding: 100px 0;
	position: relative;
	background-color: #FFF;
}

#top #sec03 .inner {
	justify-content: flex-start;
}

#top #sec03 .sec_title {
	font-size: 41px;
	font-weight: 700;
	font-feature-settings: 'palt';
	color: #022a48;
	padding-bottom: 30px;
}

#top #sec03 .cntBox {
	width: 32.5%;
	margin-right: 1%;
	position: relative;
}

#top #sec03 .cntBox:nth-of-type(3n) {
	margin-right: 0;
}

#top #sec03 .cntBox:nth-of-type(n+4) {
	margin-top: 15px;
}

#top #sec03 .cntBox img {
	width: 100%;
	height: auto;
}

#top #sec03 .cntBox header {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	color: #000;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
}

#top #sec03 .cntBox header span {
	display: block;
	margin-bottom: .5em;
	font-size: 11px;
}

#top #sec03 .cntBox header h3 {
	width: 100%;
	text-align: center;
	font-size: 13px;
}

#top #sec03 .more {
	color: #fff;
	float: right;
	padding-top: 30px;
}


/*=====<=====<=====<=====<=====<=====<=====
ABOUT / 事業紹介
=====>=====>=====>=====>=====>=====>=====*/
/* タイトル */
#about .contents_box .sec_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding: 100px 0 36px;
	letter-spacing: 0;
	font-feature-settings: 'palt';
}

/* リード文 */
#about .contents_box .lead {
	font-size: 18px;
	text-align: center;
	line-height: 1.77;
	padding-bottom: 70px;
	font-feature-settings: 'palt';
}

/* 3カラムボックス */
#about .contents_box .about_list_wrap {
	padding-bottom: 130px;
	max-width: 1080px;
	margin: auto;
}

#about .contents_box .about_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 3カラムの個別ボックス */
#about .contents_box .about_list_wrap .list .detail {
	width: 24.62%;
}

/* 3カラムのアイコン */
#about .contents_box .about_list_wrap .list .detail .icon_wrap {
	width: 220px;
	margin: auto;
}

/* 3カラムのタイトル */
#about .contents_box .about_list_wrap .list .detail .title {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.44;
	padding: 35px 0;
	letter-spacing: 0;
}

/* 3カラムのテキスト */
#about .contents_box .about_list_wrap .list .detail .text {
	font-size: 17px;
	line-height: 1.77;
	font-feature-settings: 'palt';
    letter-spacing: 0.05em;
	word-break: break-all;
	text-align: justify;
}
#about .contents_box .about_list_wrap .list .detail.no-break .text {
	word-break:normal;
	text-align:left;
}

#about .contents_box .about_list_wrap .list .detail .text a {
	text-decoration: underline;
}

#about .contents_box .about_list_wrap .list .detail .text a:hover {
	text-decoration: none;
}

/*=====<=====<=====<=====<=====<=====<=====
SOLUTION / ソリューションの特⾧
=====>=====>=====>=====>=====>=====>=====*/
/* タイトル */
#solution .contents_box .sec_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding: 100px 0 36px;
	letter-spacing: 0;
}

/* リード文 */
#solution .contents_box .lead {
	font-size: 18px;
	text-align: center;
	line-height: 1.77;
	padding-bottom: 70px;
}

/* 3カラムボックス */
#solution .contents_box .solution_list_wrap {
	padding-bottom: 60px;
	max-width: 1080px;
	margin: auto;
}

#solution .contents_box .solution_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 3カラムの個別ボックス */
#solution .contents_box .solution_list_wrap .list .detail {
	width: 24.62%;
}

/* 3カラムのアイコン */
#solution .contents_box .solution_list_wrap .list .detail .icon_wrap {
	width: 220px;
	margin: auto;
}

/* 3カラムのタイトル */
#solution .contents_box .solution_list_wrap .list .detail .title {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.44;
	padding: 35px 0;
	letter-spacing: 0;
	font-feature-settings: 'palt';
}

/* 3カラムのテキスト */
#solution .contents_box .solution_list_wrap .list .detail .text {
	font-size: 17px;
	line-height: 1.77;
	text-align: justify;
	font-feature-settings: 'palt';
	word-break: break-all;
}

#solution .contents_box .solution_list_wrap .list .detail.no-break .text {
	text-align: left;
	word-break: normal;
}

#solution .contents_box .solution_list_wrap .list .detail .text a {
	text-decoration: underline;
}

#solution .contents_box .solution_list_wrap .list .detail .text a:hover {
	text-decoration: none;
}

/* フローチャート */
#solution .contents_box .solution_flow_wrap {
	padding-bottom: 130px;
	max-width: 1080px;
	margin: auto;
}


/*=====<=====<=====<=====<=====<=====<=====
SERVICE / サービス内容
=====>=====>=====>=====>=====>=====>=====*/
#service .contents_box {
	padding-bottom: 130px;
}

/* タイトル */
#service .contents_box .sec_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding: 100px 0 36px;
	letter-spacing: 0;
}

/* リード文 */
#service .contents_box .lead {
	font-size: 18px;
	text-align: center;
	line-height: 1.77;
	padding-bottom: 70px;
}

/* フロー図 */
#service .contents_box .service_flow {
	max-width: 880px;
	margin: auto;
	padding-bottom: 110px;
}

/* ボックス */
#service .contents_box .service_box {
	box-sizing: border-box;
	padding: 70px;
	background-color: #FFF;
	margin: 0 auto 70px;
	flex-wrap:nowrap;
	justify-content: flex-start;
}

#service .contents_box .service_box .ph_wrap {
	width: 47.9%;
}

#service .contents_box .service_box .ph_wrap img {
	display: block;
	max-width: 100%;
}

#service .contents_box .service_box .textbox {
	padding-left: 50px;
	margin-right: -20px;
}

#service .contents_box .service_box .textbox .title {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.39;
	font-feature-settings: 'palt';
	padding-bottom: 20px;
	letter-spacing: 0;
}

#service .contents_box .service_box .textbox .text {
	font-size: 16px;
	line-height: 1.76;
	font-feature-settings: 'palt';
}

#service .contents_box .service_box .textbox .text a {
	text-decoration: underline;
}

#service .contents_box .service_box .textbox .text a:hover {
	text-decoration: none;
}

/*=====<=====<=====<=====<=====<=====<=====
CASE / AI事例紹介
=====>=====>=====>=====>=====>=====>=====*/
#case .contents_box {
	padding-bottom: 130px;
}

/* タイトル */
#case .contents_box .sec_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding: 100px 0 36px;
	letter-spacing: 0;
}

/* ボックス */
#case .contents_box .case_box {
	box-sizing: border-box;
	padding: 70px;
	background-color: #FFF;
	margin: 0 auto 70px;
	justify-content: flex-start;
}

#case .contents_box .case_box .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.39;
	font-feature-settings: 'palt';
	padding-bottom: 40px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	color: #022a48;
}

#case .contents_box .case_box .ph_wrap {
	width: 50%;
}

#case .contents_box .case_box .ph_wrap img {
	display: block;
	max-width: 100%;
}

#case .contents_box .case_box .textbox {
	width: 50%;
	padding-left: 50px;
	font-size: 17px;
	font-feature-settings: 'palt';
}

#case .contents_box .case_box .textbox .text {
	line-height: 1.76;
}

#case .contents_box .case_box .textbox .list {
	padding-bottom: 30px;
}

#case .contents_box .case_box .textbox .list .text {
	text-indent: -0.25em;
    margin-left: 0.25em;
}

#case .contents_box .case_box .textbox .list .text::before {
	content: "・";
	display: inline-block;
}


/*=====<=====<=====<=====<=====<=====<=====
 works
=====>=====>=====>=====>=====>=====>=====*/
#works #sec01 {
	padding: 100px 0;
	position: relative;
}

#works #sec01 .inner {
	justify-content: flex-start;
}

#works #sec01 nav {
	color: #022a48;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#works #sec01 nav + nav {
	margin-top: 18px;
}

#works #sec01 nav:last-of-type {
	margin-bottom: 45px;
}

#works #sec01 nav h3 {
	font-weight: bold;
	width: 8em;
	font-size: 14px;
	margin-right: 40px;
}

#works #sec01 nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#works #sec01 nav li {
	margin-right: 20px;
}

#works #sec01 nav a {
	width: 80px;
	display: block;
	text-align: center;
	border: 1px solid;
	font-size: 12px;
}

#works #sec01 nav .current {
	color: #FFF;
	background: #022a48;
	border: 0;
}

#works #sec01 .cntBox {
	width: 32.5%;
	margin-right: 1%;
	position: relative;
}

#works #sec01 .cntBox:nth-of-type(3n) {
	margin-right: 0;
}

#works #sec01 .cntBox:nth-of-type(n+4) {
	margin-top: 15px;
}

#works #sec01 .cntBox img {
	width: 100%;
	height: auto;
}

#works #sec01 .cntBox header {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	color: #000;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
}

#works #sec01 .cntBox header span {
	display: block;
	margin-bottom: .5em;
	font-size: 11px;
}

#works #sec01 .cntBox header h3 {
	width: 100%;
	text-align: center;
	font-size: 13px;
}

#works #sec01 .more {
	color: #fff;
	float: right;
	padding-top: 30px;
}

#works #sec01 .pagenav {
	width: 100%;
	margin: 50px auto 0;
	flex-wrap: nowrap;
	overflow: hidden;
}

#works #sec01 .pagenav ul {
	display: block;
	width: 100%;
	color: #fff;
}

#works #sec01 .pagenav ul .prev {
	font-size: 22px;
	font-family: 'Fjalla One', YuGothic, "Yu Gothic", Meiryo, sans-serif;
	float: left;
}

#works #sec01 .pagenav ul .prev a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: 1px;
	float: left;
	margin-right: 10px;
	background: url(../img/common/prev.png) no-repeat;
	background-size: cover;
}

#works #sec01 .pagenav ul .next {
	font-size: 22px;
	font-family: 'Fjalla One', YuGothic, "Yu Gothic", Meiryo, sans-serif;
	float: right;
	text-align: right;
}

#works #sec01 .pagenav ul .next a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: 1px;
	float: right;
	margin-left: 10px;
	background: url(../img/common/next.png) no-repeat;
	background-size: cover;
}

/* single */
#works_single section {
	padding: 90px 0 130px;
	background: #f2f2f2;
}

#works_single section article {
	width: 100%;
	color: #022a48;
}

#works_single section article .thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#works_single section article .thumbnail img {
	width: 100%;
	height: auto;
}

#works_single section article .cat_name {
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

#works_single section article .title {
	width: 100%;
	margin-bottom: 0;
}

#works_single section article .title h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 0;
}


#works_single section article .fields dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 14px;
}

#works_single section article .fields dl + dl {
	margin-top: .5em;
}

#works_single section article .fields dt {
	width: 10em;
	margin-right: 35px;
}

#works_single section article .content {
	width: 60%;
}

#works_single section article .content img {
	display: none;
}

#works_single section article .content p + p {
	margin-top: 1em;
}

#works_single section article .content a {
	text-decoration: underline;
}

#works_single section article .gallery {
	display: block;
	margin: 80px 0;
	width: 100%;
}

#works_single section article .gallery img {
	width: 100%;
	height: auto;
}

#works_single section article .gallery img + img {
	margin: 35px auto 0;
}

#works_single section article .gallery img.vertically_long {
	max-width: 550px;
	height: auto;
}

#works_single section nav {
	width: 100%;
	align-items: center !important;
	margin-bottom: 60px;
	color: #022a48;
}

#works_single section nav i {
	font-size: 45px;
	position: relative;
	top: 5px;
	line-height: 1;
}

#works_single section nav .next {
	font-size: 22px;
}

#works_single section nav .next a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: -5px;
	float: right;
	margin-left: 10px;
	background: url(../img/common/next.svg) no-repeat;
	background-size: cover;
}

#works_single section nav .prev {
	font-size: 22px;
}

#works_single section nav .prev a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: -5px;
	float: left;
	margin-right: 10px;
	background: url(../img/common/prev.svg) no-repeat;
	background-size: cover;
}

#works_single section nav .btn {
	width: 220px;
	display: block;
	margin: auto;
	padding: 20px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	background: #022a48;
}

/*===================================
  #contact
===================================*/
#contact #sec01 {
	padding: 90px 0 130px;
}

#contact #sec01 .inner {
	padding: 80px 5%;
	background: #fff;
}

#contact #sec01 .inner > p {
/*	text-align: center;*/
	margin-bottom: 50px;
}

#contact #sec01 input,
#contact #sec01 textarea {
	width: 100%;
	padding: .5em;
	font-size: 12px;
	background: #cadee5;
	border: 0;
	transition: .2s;
}

#contact #sec01 input:focus,
#contact #sec01 textarea:focus {
	border-bottom: 2px solid #000;
}

#contact #sec01 input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #000;
	background: #fff;
	position: relative;
	top: -1px;
}

/* プライバシーポリシー */
#contact #sec01 input[type="radio"] {
	width: auto;
	position: relative;
	top: -3px;
}

#contact #sec01 .wpcf7-list-item {
	margin: 0;
	padding-right: 30px;
}

/* リンクテキスト */
#contact #sec01 .policy_link {
	font-size: 13px;
	padding-top: 10px;
}

#contact #sec01 .policy_link a {
	text-decoration: underline;
	transition: all 0.3s;
}

#contact #sec01 .policy_link a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(../img/common/icon_new_win.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

#contact #sec01 .policy_link a:hover {
	text-decoration: none;
}


#contact #sec01 input[type="submit"] {
	width: 220px;
	display: block;
	margin: auto;
	padding: .5em 1em;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	background: #022a48;
	transition: .6s;
	margin-top: 50px;
	padding: 1em;
	cursor: pointer;
	border: 1px solid #022a48;
}

#contact #sec01 input[type="submit"]::hover {
	opacity: .3;
}

#contact #sec01 input[type="submit"] i {
	display: block;
	float: left;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}

#contact #sec01 input[type="submit"]:hover {
	color: #022a48;
	background: #fff;
}

#contact #sec01 #company th::after {
	display: none;
}

#contact #sec01 #mail label {
	display: block;
	margin-top: 1em;
	font-size: 12px;
	color: #022a48;
}

#contact #sec01 textarea {
	height: 150px;
}

#contact #sec01 tr {
	border-bottom: 1px solid #000;
}

#contact #sec01 th,
#contact #sec01 td {
	padding: 1.2em 0;
	vertical-align: top;
	color: 022a48;
}

#contact #sec01 th {
	width: 30%;
	font-size: 13px;
	font-weight: bold;
}

#contact #sec01 th br {
	display: none;
}

#contact #sec01 th::after {
	content: "必須";
	width: 40px;
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	font-size: 10px;
	background: #022a48;
}

#contact #sec01 td {
	padding-top: 1.5em;
}

#contact #sec01 .pp {
	width: 100%;
	height: 160px;
	overflow-y: scroll;
	display: block;
	padding: 30px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	background: #cadee5;
}

#contact #sec01 .pp + p {
	margin-top: .5em;
	font-size: 12px;
}

/*=====<=====<=====<=====<=====<=====<=====
　sitemap
=====>=====>=====>=====>=====>=====>=====*/
#sitemap #sec01 {
	padding: 90px 0 130px;
}

#sitemap #sec01 ul {
	width: 48%;
	color: #fff;
}

#sitemap #sec01 ul li {
	border-top: 1px solid;
}

#sitemap #sec01 ul li a {
	display: block;
	padding: 1em;
	color: #fff;
}

#sitemap #sec01 ul li a::after {
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
	line-height: 1;
	font-size: 25px;
	color: #fff;
}

#sitemap #sec01 ul li:last-of-type {
	border-bottom: 1px solid;
}

/*=====<=====<=====<=====<=====<=====<=====
 archive
=====>=====>=====>=====>=====>=====>=====*/
#archive #siteTitle h2 {
	background: #fff;
}

#archive section {
	background: #f2f2f2;
	padding: 90px 0 130px;
}

#archive section .inner {
	width: 83%;
	position: relative;
}

#archive section .left {
	width: 60%;
}

#archive section .left nav {
	width: 100%;
	align-items: center !important;
	margin-bottom: 60px;
	color: #022a48;
}

#archive section .left nav i {
	font-size: 45px;
	position: relative;
	top: 5px;
	line-height: 1;
}

#archive section .left nav .next {
	font-size: 22px;
}

#archive section .left nav .next i {
	margin-left: 10px;
}

#archive section .left nav .prev {
	font-size: 22px;
}

#archive section .left nav .prev i {
	margin-right: 10px;
}

#archive section .left nav .btn {
	width: 220px;
	display: block;
	margin: auto;
	padding: 20px 0;
	color: #303030;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	background: #fff;
}

#archive section .left nav {
	width: 60%;
	margin: auto;
	flex-wrap: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
}

#archive section .left nav ul {
	display: block;
	width: 100%;
	color: #fff;
}

#archive section .left nav ul .next {
	font-size: 22px;
	float: right;
	text-align: right;
}

#archive section .left nav ul .next a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: 1px;
	float: right;
	margin-left: 10px;
	background: url(../img/common/next.png) no-repeat;
	background-size: cover;
}

#archive section .left nav ul .prev {
	float: left;
	font-size: 22px;
}

#archive section .left nav ul .prev a::after {
	content: "";
	width: 17px;
	height: 30px;
	display: block;
	position: relative;
	top: 1px;
	float: left;
	margin-right: 10px;
	background: url(../img/common/prev.png) no-repeat;
	background-size: cover;
}

#archive section article {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

#archive section article .thumbnail {
	width: 150px;
}

#archive section article .thumbnail img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

#archive section article p {
	color: #022a48;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 30px;
}

#archive section article p .cat a {
	width: 70px;
	display: inline-block;
	margin-right: 1em;
	padding: .5em 0;
	line-height: 1;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background-color: #022a48;
}

#archive section article p .date {
	color: inherit;
}

#archive section article p .title {
	color: inherit;
	width: 100%;
	margin-top: .5em;
}

#archive section article p .title:hover {
	text-decoration: underline;
}

#archive section article + article {
	margin-top: 40px;
}

#single .siteTitle {
	background: #fff;
}

#single section {
	padding: 90px 0 130px;
}

#single section #siteTitle h2 {
	width: 100%;
	display: block;
	color: #303030;
	padding: 60px 0;
	text-align: center;
}

#single section article {
	color: #022a48;
	width: 60%;
}

#single section article header {
	width: 100%;
	margin-bottom: 30px;
}

#single section article header h1 {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	font-size: 20px;
}

#single section article header .cat a {
	width: 70px;
	display: inline-block;
	text-align: center;
	margin-right: 1em;
	padding: .4em 0;
	font-size: 11px;
	color: #FFF;
	background-color: #022a48;
}

#single section article header .date {
	position: relative;
	top: 2px;
	font-size: 15px;
}

#single section article .content h1 {
	font-size: 20px;
}

#single section article .content h2 {
	font-size: 18px;
}

#single section article .content ul,
#single section article .content ol {
	font-size: 13px;
	padding: 1em 0;
}

#single section article .content ul {
	list-style: disc;
	margin-left: 1.5em;
}

#single section article .content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

#single section article .content p {
	font-size: 13px;
	line-height: 2.0;
}

#single section article .content p + p {
	margin-top: 0;
}

#single section article .content img {
	max-width: 100%;
	height: auto;
}

#single section article .content .size-full {
	display: block;
	padding-bottom: 10px;
}

#single section article .content a {
	color: inherit;
	text-decoration: underline;
}

#sidebar {
	color: #022a48;
	;
	width: 230px;
}

#sidebar .cntBox h3 {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 2px solid #022a48;
}

#sidebar .cntBox:nth-of-type(1) li {
	font-size: 13px;
	list-style: none;
}

#sidebar .cntBox:nth-of-type(1) li + li {
	margin-top: 20px;
}

#sidebar .cntBox:nth-of-type(2) {
	margin-top: 30px;
}

#sidebar .cntBox:nth-of-type(2) li {
	font-size: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#sidebar .cntBox:nth-of-type(2) li + li {
	margin-top: 30px;
}

#sidebar .cntBox:nth-of-type(2) li .cat a {
	width: 70px;
	display: inline-block;
	padding: 0.4em 0 0.6em;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background-color: #022a48;
	margin-right: 1em;
}

#sidebar .cntBox:nth-of-type(2) li .title {
	font-size: inherit;
	width: 100%;
	margin-top: .5em;
	text-decoration: underline;
}

@media screen and (max-width: 860px) {
	#archive section {
		padding-top: 30px;
		padding-bottom: 65px;
	}

	#archive section .inner {
		width: 80%;
	}

	#archive section .left {
		width: 100%;
	}

	#archive section .left nav {
		width: 100%;
		margin-top: 50px;
		position: static;
	}

	#archive section .left nav ul .next {
		font-size: 13px;
	}

	#archive section .left nav ul .next a::after {
		width: 10px;
		height: 20px;
	}

	#archive section .left nav ul .prev {
		font-size: 13px;
	}

	#archive section .left nav ul .prev a::after {
		width: 10px;
		height: 20px;
	}

	#archive section article {
		width: 100%;
	}

	#archive section article .thumbnail {
		width: 30%;
	}

	#archive section article .thumbnail img {
		width: 100%;
		height: auto;
	}

	#archive section article p {
		font-size: 12px;
		margin-left: 15px;
	}

	#archive section article p .title {
		font-size: 12px;
		text-decoration: underline;
	}

	#archive section article p .cat a {
		width: 60px;
	}

	#archive section article p .date {
		font-size: 11px;
	}

	#single section:nth-of-type(1) {
		padding-top: 30px;
		padding-bottom: 65px;
	}

	#single section:nth-of-type(1) article header h1 {
		margin-top: .5em;
		font-size: 14px;
	}

	#single section:nth-of-type(1) article header .cat a {
		width: 60px;
		font-size: 10px;
	}

	#single section:nth-of-type(1) article header .date {
		font-size: 11px;
	}

	#single section article {
		width: 100%;
	}

	#sidebar {
		margin-top: 60px;
		width: 100%;
	}

	#sidebar .cntBox:nth-of-type(2) li .cat a {
		width: 60px;
	}

	#sidebar .cntBox:nth-of-type(2) li .date {
		font-size: 11px;
	}
}

/*=====<=====<=====<=====<=====<=====<=====
  404
=====>=====>=====>=====>=====>=====>=====*/
#notfound section {
	padding-top: 100px;
	padding-bottom: 150px;
}

#notfound section header {
	padding: 50px 0;
	text-align: center;
}

#notfound section h2 {
	color: #022a48;
}

#notfound section h3 {
	font-size: 23px;
	margin-bottom: 25px;
	color: #022a48;
	text-align: center;
	line-height: 1.3;
}

#notfound section p {
	color: #022a48;
	text-align: center;
}

#notfound section p a {
	text-decoration: underline;
}

#notfound #general {
	display: none;
}
