@charset "UTF-8";
/*
Theme Name: 東北大学病院様
Description: 東北大学病院様専用テーマ
Author: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Open+Sans:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* 共通 */
.pc {
    display: inline-block;
}
.sp {
    display: none;
}
body {
	margin: 0;
	background-color: #f7f7f7;/*#f0f0f0*/
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1366px;
	color: #333333;
}
#wrapper {
	overflow: hidden;
}
input {
	font-family: 'Noto Sans JP', sans-serif;
}
.single_base_con a,
.page_con a {
	color: #333333;
}
a:hover,
.topicPath li a:hover{
	opacity: 0.5;
}
.wp-block-column p:first-child{
	margin-top: 0;
}
.wp-block-image img {
    height: auto;/*投稿記事の画像縦伸び対策*/
}
.wp-block-image .aligncenter, 
.wp-block-image .alignleft, 
.wp-block-image .alignright {
	display: block !important; /*IE画像対策*/
}
.wp-block-image .aligncenter>figcaption, 
.wp-block-image .alignleft>figcaption, 
.wp-block-image .alignright>figcaption {
	display: block !important; /*IE画像対策*/
}
.wp-block-image .aligncenter, 
.wp-block-image .aligncenter>figcaption {
	text-align: center;
}
.contents_base {
	width: 1200px;
	margin: 0 auto;
}
.clear:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/* 投稿記事で有効なリンクボタン*/
.bw_btn_style {
	margin: 20px 0 !important;
	text-align: center;
}
.bw_btn_style a{
	border: solid 1px #333333;
    border-radius: 25px;
    line-height: 48px;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 50px;
	padding: 0 50px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
    box-sizing: border-box;
	background: transparent;
    transition: all 0.35s ease-in-out;
}
.bw_btn_style a:hover {
    background: #333333;
    color: #fff;
    opacity: 1;
}
/* 投稿記事 行間詰め */
.jam_txt {
	margin: 0;
	line-height: 1.6;
}
/*投稿記事 youtube*/
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    overflow: hidden;
}
.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 投稿記事サムネのラベル */
/*
.tuh-people_tmbnew,.comm-medicine_tmbnew,
.smarthosp_tmbtop,.frontrunner_tmbtop,
.tuh-people_tmb01,.comm-medicine_tmb01 {
	position: relative;
}
.new_arrivals_list p.num {
	margin: 0;
}
.tuh-people_tmbnew:after {
	content: "";
	display: block;
	width: 137px;
	height: 177px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/tuh-people_tmb02.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 20px;
}
.tuh-people_tmbnew .num {
	position: absolute;
	top: 161px;
    right: 29px;
    color: #fff;
    font-size: 17px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.comm-medicine_tmbnew:after {
	content: "";
	display: block;
	width: 90px;
	height: 219px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/comm-medicine_tmb02.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 20px;
	left: 20px;
}
.comm-medicine_tmbnew .num {
	position: absolute;
	margin: 0;
    top: 197px;
    left: 51px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
	z-index: 1;
}
.frontrunner_tmbnew:after {
	content: "";
	display: block;
	width: 115px;
	height: 101px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/frontrunner_tmb02.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -1px;
	left: -1px;
}
.frontrunner_tmbnew .num {
	position: absolute;
	top: 42px;
	left: 7px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.smarthosp_tmbtop:after {
	content: "";
	display: block;
	width: 171px;
	height: 32px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/smarthosp_tmb01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 5px;
	right: 50%;
	transform: translateX(50%);
}
.smarthosp_tmbtop .num {
	position: absolute;
	bottom: 6px;
	right: 11px;
	font-size: 11px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.frontrunner_tmbtop:after {
	content: "";
	display: block;
	width: 115px;
	height: 101px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/frontrunner_tmb01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -1px;
	left: -1px;
}
.frontrunner_tmbtop .num {
	position: absolute;
	top: 42px;
	left: 7px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.tuh-people_tmb01:after {
	content: "";
	display: block;
	width: 116px;
	height: 150px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/tuh-people_tmb01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.tuh-people_tmb01 .num {
	position: absolute;
	top: 106px;
	right: 8px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.comm-medicine_tmb01:after {
	content: "";
	display: block;
	width: 70px;
	height: 205px;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/comm-medicine_tmb01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.comm-medicine_tmb01 .num {
	position: absolute;
	margin: 0;
    bottom: 9px;
    left: 26px;
	color: #fff;
	letter-spacing: 0.1em;
	z-index: 1;
}
*/

/* header */
header {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_top_wrap {
	width: 3000px;
    margin: 0 -900px;
    padding: 0 900px;
    box-sizing: border-box;
    background: #f7f7f7;
}
h1#header_logo {
	margin: 24px 0 23px;
	float: left;
}
h1#header_logo:hover {
	opacity: 0.5;
}
h1#header_logo img{
	display: block;
}
.header_logo_r {
	float: right;
	margin-top: 27px;
}
.header_nav_wrap {
	width: 3000px;
    margin: 0 -900px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
.header_nav {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.header_vav_list {
	width: 1150px;
	display: table-cell;
}
.header_vav_list li{
	width: 275px;
	height: 48px;
	float: left;
	text-align: center;
	border-right: solid 1px #333333;
	box-sizing: border-box;
}
.header_vav_list li a{
	width: 100%;
	line-height: 48px;
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1em;
}
.header_vav_list li:first-of-type {
	border-left: solid 1px #333333;
}
.header_vav_list .header_top {
	width: 50px;
}
.header_vav_list .header_top a {
	height: 48px;
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/header_top.png") no-repeat center center;
    background-size: 16px 17px;
}
.header_vav_list .header_top a:hover {
	background-color: #D9D6D4;
	opacity: 1;
}
.header_search {
	display: table-cell;
	height: 48px;
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/search_pc.png") no-repeat center center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	border-right: solid 1px #333333;
	box-sizing: border-box;
	transition: all 0.35s ease-in-out;
}
.header_search:hover {
	background-color: #D9D6D4;
	cursor: pointer;
}
.header_search_con {
	width: 3000px;
    margin: 0 -900px;
    background: #F7F7F7;
	/*height: 0;*/
	z-index: 0;
    transition: all 0.30s cubic-bezier(0.25,1,0.30,1);
	overflow: hidden;
}
.header_search_con.search_open {
	height: auto;
	box-sizing: border-box;
}
.header_search_inner {
	width: 1200px;
    margin: 0 auto;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    box-sizing: border-box;
}
.header_search_con form {
	height: 0;
    padding: 0 50px;
	transition: all 0.30s cubic-bezier(0.25,1,0.30,1);
	overflow: hidden;
}
.header_search_con.search_open form {
	height: auto;
    padding: 40px 50px;
	border-bottom: solid 1px #333333;
}
.header_search_con input {
	display: block;
	float: left;
	outline: none;
	border: 0;
	padding: 0;
	background: transparent;
}
.header_search_con input[type="search"] {
	width: 1100px;
	height: 76px;
	padding: 0 40px;
	font-size: 19px;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
}
.header_search_con input[type="search"]::placeholder {
	color: #C1C1C1;
}
.header_search_con input[type="submit"] {
	width: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
}
.header_search_con input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.5;
}
.searchform_list_wrap {
	height: 0;
	overflow: hidden;
	transition: all 0.30s cubic-bezier(0.25,1,0.30,1);
}
.header_search_con.search_open .searchform_list_wrap {
	height: auto;
}
.searchform_list_wrap .title{
	padding: 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
	height: 0;
	overflow: hidden;
}
.header_search_con.search_open .searchform_list_wrap .title{
	height: auto;
	border-bottom: solid 1px #333333;
	padding: 10px 0;
}
.searchform_list_wrap .lists {
	transition: all 0.30s cubic-bezier(0.25,1,0.30,1);
	height: 0;
	overflow: hidden;
}
.header_search_con.search_open .searchform_list_wrap .lists {
    height: auto;
	border-bottom: solid 1px #333333;
}
.searchform_list_wrap .lists li a {
	text-decoration: none;
	color: #333333;
}
.searchform_list_wrap .cate_list {
	width: 100%;
	padding: 0 90px;
    box-sizing: border-box;
	display: table;
}
.header_search_con.search_open .searchform_list_wrap .cate_list {
	padding: 62px 90px;
}
.searchform_list_wrap .cate_list > li {
	display: table-cell;
	width: 33.33333%;
}
.searchform_list_wrap .cate_list > li ul li {
	margin-bottom: 27px;
}
.searchform_list_wrap .cate_list > li ul li:last-of-type {
	margin-bottom: 0;
}
.searchform_list_wrap .cate_list > li ul li a {
	position: relative;
    padding-left: 32px;
}
.searchform_list_wrap .tag_list {
	padding: 0 90px 0;
}
.header_search_con.search_open .searchform_list_wrap .tag_list {
	padding: 44px 90px 36px;
}
.searchform_list_wrap .tag_list li {
	float: left;
	margin: 0 20px 8px 0;
	font-size: 15px;
}
.header_sns {
	position: absolute;
	top: 158px;
	right: -83px;
}
.header_sns li {
	width: 83px;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
    box-sizing: border-box;
}
.header_sns li a {
	display: block;
	width: 100%;
    height: 58px;
    box-sizing: border-box;
	transition: all 0.35s ease-in-out;
}
.header_sns li a:hover,
.header_menu_btn:hover {
	opacity: 1;
	background-color: #D9D6D4;
	cursor: pointer;
}
.header_sns li:nth-of-type(1) img {
	width: 13px;
	padding-top: 17px;
}
.header_sns li:nth-of-type(2) img {
	width: 23px;
	padding-top: 21px;
}
.header_sns li:nth-of-type(3) img {
	width: 28px;
	padding-top: 20px;
}
.header_sns li:nth-of-type(4) img {
	width: 23px;
	padding-top: 18px;
}
.header_sns li a img {
	display: block;
    margin: 0 auto;
}
.bw_btn,
.header_vav_list a,
.arr_border_btn {
	background-color: transparent;
	color: #333333;
	transition: all 0.35s ease-in-out;
}
.bw_btn:hover,
.arr_border_btn:hover {
	background-color: #333333;
	color: #fff;
	opacity: 1;
}
.header_vav_list li:nth-of-type(2) a:hover {
	background-color: #D9D6D4;
	opacity: 1;
}
.header_vav_list li:nth-of-type(3) a:hover {
	background-color: #D9E3EE;
	opacity: 1;
}
.header_vav_list li:nth-of-type(4) a:hover {
	background-color: #FCEBD9;
	opacity: 1;
}
.header_vav_list li:nth-of-type(5) a:hover {
	background-color: #E6F2E2;
	opacity: 1;
}

/* メニュー */
input#header_menu_btn {
	display: none;
}
.header_menu_btn {
	position: absolute;
	top: 109px;
    right: -83px;
    height: 48px;
    padding: 15px 21px 9px 21px;
    border-right: solid 1px #333333;
    box-sizing: border-box;
	transition: all 0.35s ease-in-out;
}
.header_menu_close:hover,
.header_menu_inner .menu_cate_list li a:hover > .line {
	cursor: pointer;
	opacity: 0.5;
}
.header_menu_wrap.open {
	transform: none;
}
.header_menu_wrap {
	width: 100vw;
	height: 100%;/*100vh*/
	background: #f7f7f7;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(120%);
    transition: transform 0.5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
	z-index: 999999;
	overflow-x: hidden;
}
.header_menu {
	min-width: 1200px;
	min-height: 100%;/*768px*/
    /*height: 100vh;*/
    margin: 0 84px;
	padding: 50px 0;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
	position: relative;
	box-sizing: border-box;
}
.header_menu ul {
	list-style: none;
	padding: 0;
}
.header_menu a {
	text-decoration: none;
	color: #333333;
}
.header_menu_inner_wrap {
	width: calc(100% + 168px);
    margin: 0 -84px;
	height: 100%;
	border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.header_menu_inner {
	width: 100%;
	height: 100%;
    margin: 0 auto;
	padding: 0 84px;
	box-sizing: border-box;
	display: table;
}
.header_menu_inner .left_con,
.header_menu_inner .header_menu_list,
.header_menu_inner .right_con {
	display: table-cell;
}
.header_menu_inner .left_con {
	width: 41.6%;
	padding: 0 0 40px 38px;
	border-right: solid 1px #333333;
	position: relative;
}
.header_menu_inner .left_con .menu_logo {
	margin: 0;
    position: absolute;
    top: 40px;
}
.header_menu_inner .left_con .nav_list {
	position: absolute;
	bottom: 35px;
    left: 48px;
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.05em;
}
.header_menu_inner .left_con .nav_list li {
	margin-bottom: 14px;
}
.header_menu_inner .left_con .nav_list li a {
	position: relative;
	padding-left: 15px;
}
.header_menu_inner .left_con .nav_list li a:before {
	content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_ora_s.png) no-repeat center center;
    background-size: cover;
}
.header_menu_inner .header_menu_list {
	width: 29.2%;
	border-right: solid 1px #333333;
}
.header_menu_inner .header_menu_list > li {
	width: 100%;
	height: auto;/*120px*/
	padding: 36px 0 36px 41px;
	border-bottom: solid 1px #333333;
	box-sizing: border-box;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1em;
}
.header_menu_inner .header_menu_list > li:nth-of-type(2) {
	background-color: #ccd9e8;
}
.header_menu_inner .header_menu_list > li:nth-of-type(3) {
	background-color: #fbe4cc;
}
.header_menu_inner .header_menu_list > li:last-of-type {
	height: auto;
	border: 0;
	background-color: #deeed8;
}
.header_menu_inner .header_menu_list > li .txt {
	margin-top: 6px;
	display: block;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
}
.header_menu_inner .menu_cate_list {
	margin: 33px 0 0 4px;;
}
.header_menu_inner .menu_cate_list li {
	margin-bottom: 15px;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.header_menu_inner .menu_cate_list li:last-of-type {
	margin-bottom: 0;
}
.header_menu_inner .menu_cate_list li a {
	position: relative;
	padding-left: 32px;
}
.header_menu_inner .menu_cate_list li a:before,
.searchform_list_wrap .cate_list a:before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 14px;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.header_menu_inner .menu_cate_list li .line {
	display: block;
    padding-left: 32px;
}
.header_menu_list > li:nth-of-type(2) .menu_cate_list li a:before,
.searchform_list_wrap .cate_list .arr_blu_list a:before {
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_blu.png") no-repeat center center;
	background-size: cover;
}
.header_menu_list > li:nth-of-type(3) .menu_cate_list li a:before,
.searchform_list_wrap .cate_list .arr_ora_list a:before {
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_ora.png") no-repeat center center;
	background-size: cover;
}
.header_menu_list > li:nth-of-type(4) .menu_cate_list li a:before,
.searchform_list_wrap .cate_list .arr_gr_list a:before {
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_gr.png") no-repeat center center;
	background-size: cover;
}
.header_menu_inner .right_con {
	width: 29.2%;
	position: relative;
}
.header_menu_inner .right_con .sns {
	position: absolute;
	bottom: 127px;
	border-top: solid 1px #333333;
	display: block;
    width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}
.header_menu_inner .right_con .txt,
.header_menu_inner .right_con .sns_list {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.header_menu_inner .right_con .txt {
	margin: 3px 7px 0 28px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
}
.header_menu_inner .right_con .sns_list li {
	margin-right: 10px;
	float: left;
}
.header_menu_inner .right_con .sns_list img {
	display: block;
    width: 40px;
}
.header_menu_inner .right_con .sns_list img:hover {
	opacity: 0.5;
}
.header_menu_inner .right_con .mail_mg {
	position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 21px 20px;
    box-sizing: border-box;
	text-align: center;
	border-top: solid 1px #333333;
}
.header_menu_inner .right_con .mail_mg > img {
	width: 184px;
}
.header_menu_inner .right_con .mail_mg a {
	width: 100%;
    height: 50px;
	margin: 10px 0 0 0;
	padding: 0 35px;
    line-height: 48px;
    background: #EE7800;
    color: #fff;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 48px;
	font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}
.header_menu_close {
	position: absolute;
    top: 15px;
    right: -67px;
}
.header_menu_close img {
	display: block;
}

/* footer */
footer {
	width: 1200px;
    margin: 0 auto;
}
footer a {
	text-decoration: none;
	color: #333333;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_mail_mg {
	width: 3000px;
    margin: 0 -900px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    box-sizing: border-box;
}
.footer_mail_mg_inner {
	width: 1200px;
    margin: 0 auto;
	padding: 48px 50px;
	border-left: solid 1px #333333;
    border-right: solid 1px #333333;
	box-sizing: border-box;
}
.footer_mail_mg_inner .footer_mg {
	background: #DBDCDE;
    overflow: hidden;
	padding: 0 108px;
	position: relative;
}
.footer_mail_mg_inner .footer_mg .ft_mg_img {
    position: absolute;
    left: 108px;
    top: 25px;
}
.footer_mail_mg_inner .ft_mg_form {
	margin: 38px 0 42px 205px;
	white-space: nowrap;
}
.footer_mail_mg_inner .footer_mg .ttl {
    margin: 0 10px 16px 0;
    display: inline-block;
    font-size: 20px;
    color: #004190;
    vertical-align: middle;
    letter-spacing: 0.1em;
}
.footer_mail_mg_inner .footer_mg .ttl + p {
    vertical-align: middle;
    margin-bottom: 17px;
    letter-spacing: 0.05em;/*0.1em*/
	display: inline-block;
}
.footer_mail_mg_inner .footer_mg .mg_btn {
    width: 316px;
    height: 48px;
    padding: 12px 35px 0;
    background: #EE7800;
    color: #fff;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    font-weight: bold;
    box-sizing: border-box;
	font-size: 15px;
}
.footer_mail_mg_inner .footer_mg .cnc {
    margin-left: 32px;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #004190;
    text-decoration: underline;
    font-weight: bold;
}
.footer_mail_mg_inner .footer_mg .small {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.footer_mail_mg .title {
	margin-bottom: 10px;
}
.r_arr_btn {
	width: 400px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #333333;
	position: relative;
	border-radius: 30px;
	display: block;
    margin: 0 auto;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.r_arr_btn:after {
	content: "";
	width: 9px;
	height: 13px;
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);	
}
.footer_mail_mg .r_arr_btn img {
	width: 23px;
    height: auto;
	margin-bottom: -2px;
	margin-right: 8px;
}
.footer_mail_mg p {
	margin: 0 0 22px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.footer_base {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 36px;
	position: relative;
}
.footer_l_wrap {
	width: 100%;
	position: relative;
}
h2.footer_logo {
	margin: 8px 0 17px 5px;
}
.footer_nav_wrap {
	position: absolute;
	right: 259px;
    top: -4px;
}
.footer_nav,
.w_arr_list {
	text-align: right;
	margin-bottom: -3px;
}
.footer_nav {
	margin-bottom: 9px;
}
.footer_nav li {
	display: inline;
	margin-left: 21px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.12em;
}
footer .w_arr_list li {
	display: inline;
	margin-left: 23px;
	font-size: 11px;
	letter-spacing: 0.05em;
}
.w_arr_list li:before {
	content: "";
	width: 6px;
	height: 9px;
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine//webmagazine/wp-content/themes/TUHwebmagazine/img/arr_ora_s.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
    margin-right: 8px;
}
.footer_logo_tuh {
	position: absolute;
	right: 0;
	top: 0;
}
.footer_logo_tuh a {
	margin-top: 41px;
    display: block;
}
footer .copyright {
	margin-left: 7px;
	font-size: 9px;
	letter-spacing: 0.1em;
}
.topicPath {
	width: 1200px;
    margin: 0 auto;
	padding: 0;/*0 30px*/
    box-sizing: border-box;
	border-left: solid 1px #333333;
    border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	list-style: none;
	display: flex;
}
.topicPath li.first {
	padding: 16px 47px 0 0;
}
.topicPath li {
	padding: 0 37px 0 20px;/*16px 20px 0*/
	font-size: 12px;
	position: relative;
	/*float: left;*/
	height: 50px;
	box-sizing: border-box;
	display: block;
    letter-spacing: 0.05em;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.topicPath li:before{
	border: 17px solid transparent;
    border-left-color: #f7f7f7;
    border-right-width: 0;
    border-top-width: 26px;
    border-bottom-width: 26px;
    right: 3px;
    content: "";
    display: block;
    top: -1px;
    position: absolute;
    width: 0;
	z-index: 1;
}
.topicPath li:after{
	border: 17px solid transparent;
    border-left-color: #333333;
    border-right-width: 0;
    border-top-width: 26px;
    border-bottom-width: 26px;
    right: 2px;
    content: "";
    display: block;
    top: -1px;
    position: absolute;
    width: 0;
}
.topicPath li a {
	text-decoration: none;
	color: #333333;
}
.single .topicPath li:last-of-type {
	max-width: 50%;
}
.interview .topicPath li:last-of-type {
	color: #FF6100;
}
.feature .topicPath li:last-of-type {
	color: #01418C;
}
.column .topicPath li:last-of-type {
	color: #5AAB3C;
}

/* TOP */
/* TOP共通 */
.l_title_con_wrap {
	border-bottom: solid 1px #333333;
	width: 3000px;
    margin: 0 -900px;
}
.contents_base > .l_title_con_wrap:last-of-type {
	border-bottom: 0;
}

.l_title_con {
	width: 1200px;
    margin: 0 auto;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	box-sizing: border-box;
}
.l_title_con:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.l_title_con > h3,
.l_title_con .main > h3,
.side_con h3,
.single_top > h3,
.title_stl {
	margin: 0;
    width: 100%;
	height: 50px;
    padding: 0 50px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
	line-height: 50px;
}
.arch_subcategory_wrap {
	margin: 0;
    width: 100%;
    padding: 15px 50px 17px 50px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
}
.side_con h3 {
	padding: 0 30px;
}
.l_title_con > h3.feature,
.l_title_con .main > h3.feature,
.single_top > h3.feature {
	background-color: #D9E3EE;
}
.l_title_con > h3.interview,
.l_title_con .main > h3.interview,
.single_top > h3.interview {
	background-color: #FCEBD9;
}
.l_title_con > h3.column,
.l_title_con .main > h3.column,
.side_con h3.column,
.single_top > h3.column {
	background-color: #E6F2E2;
}
.tag .archive .l_title_con h3 {
	background-color: transparent;
}
.l_title_con h3 span {
	display: block;
	/*font-size: 18px;*/
}
.l_title_con h3 .jp,
.side_con h3 .jp,
.single_top > h3 .jp,
.title_stl .jp {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 12px;
    float: right;
}
.l_title_con h3 .en,
.side_con h3 .en,
.single_top > h3 .en,
.title_stl .en {
	font-size: 20px;
    letter-spacing: 0.1em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    float: left;
}
.l_title_items {
	float: left;
	width: 100%;/*1100px*/
    box-sizing: border-box;
}
.arr_border_btn {
	border: solid 1px #333333;
	border-radius: 15px;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 110px;
	height: 31px;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
    box-sizing: border-box;
}
.arr_border_btn:after {
    content: "";
    width: 5px;
    height: 8px;
    background: url(/webmagazine/wp-content/themes/TUHwebmagazine//webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	transition: right 0.35s ease-in-out;
}
.arr_border_btn:hover:after {
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_whi_s.png) no-repeat center center;
	background-size: cover;
	right: 8px;
}
.top_con ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_con a {
	text-decoration: none;
	color: #333333;
}
.new_arrivals_list a .img_wrap img,
.top_feature_list .img,
.top_interview_list .img,
.top_side_con .column_list li a,
.side_con_wrap .column_list li a,
.arch_list .img,
.ft_recommended_list .img {
	transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.new_arrivals_list a .img_wrap.on img,
.top_feature_list .img:hover,
.top_interview_list .img:hover,
.top_side_con .column_list li a:hover,
.side_con_wrap .column_list li a:hover,
.arch_list .img:hover,
.ft_recommended_list .img:hover,
.arch_list .video_start:hover .img,
.top_interview_list .video_start:hover .img{
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
	opacity: 1;
}
.new_arrivals_list a:hover,
.top_feature_list .img_wrap:hover,
.top_interview_list .img_wrap:hover,
.ft_recommended_list .img_wrap:hover,
.arch_list .img_wrap:hover {
	opacity: 1;
}

/* TOP NEW ARRIVALS */
.new_arrivals_list {
	margin: 0 0 40px 0;
	position: relative;
	height: 490px;
	overflow: hidden;
}
.new_arrivals_list .slick-next,
.new_arrivals_list .slick-prev {
	width: 50px;
	height: 50px;
	border: solid 1px #333333;
	position: absolute;
	bottom: -1px;
    display: block;
	box-sizing: border-box;
	background-color: #F7F7F7;
	cursor: pointer;
	font-size: 0;
    padding: 0;
	z-index: 1;
}
.new_arrivals_list .slick-next {
	right: -1px;
}
.new_arrivals_list .slick-next:after,
.new_arrivals_list .slick-prev:after {
	content: "";
	width: 8px;
	height: 14px;
    display: block;
	position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.new_arrivals_list .slick-next:after {
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk03_right.png) no-repeat center center;
    background-size: cover;
}
.new_arrivals_list .slick-prev {
	left: -1px;
}

.new_arrivals_list .slick-prev:after {
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk03_left.png) no-repeat center center;
    background-size: cover;
}
.new_arrivals_list li {
	float: left;
	overflow: hidden;
}
.new_arrivals_list a {
	width: 100%;
	display: table;
	position: relative;
	letter-spacing: 0.1em;
	background-position: center;
    background-size: cover;
}
.new_arrivals_list a img {
	width: 100%;
}
.new_arrivals_list .tag {
	font-size: 14px;
	color: #EA7700;
	height: 20px;
    display: inline-block;
}
.new_arrivals_list .tag_item {
	margin-left: 15px;
}
.new_arrivals_list .tag_item:first-of-type {
	margin-left: 0;
}
.new_arrivals_list .img_wrap {
	width: 737px;
	display: table-cell;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.new_arrivals_list .img_wrap.pc2{
    display: table-cell;
}
.new_arrivals_list .img_wrap.sp2{
    display: none;
}
.new_arrivals_list .dtl.pc {
	padding: 80px 50px;
    box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.new_arrivals_list .title,
.new_arrivals_list .author {
	display: block;
	box-sizing: border-box;
}
.new_arrivals_list .cate {
	margin: 0 10px 0 0;
	font-size: 18px;
	display: inline-block;
    vertical-align: middle;
}
.new_arrivals_list .feature .cate,
.new_arrivals_list .feature .tag_item {
	color: #01418C;
}
.new_arrivals_list .interview .cate,
.new_arrivals_list .interview .tag_item {
	color: #FF6100;
}
.new_arrivals_list .column .cate,
.new_arrivals_list .column .tag_item {
	color: #5AAB3C;
}
.new_arrivals_list .title {
	font-size: 26px;
	margin-bottom: 7px;
    padding: 15px 0 0;
    line-height: 1.6;
	max-height: 210px;
    box-sizing: content-box;
    overflow: hidden;
}
.new_arrivals_list .author {
	font-size: 14px;
	margin: 0 0 22px 0;
    /*height: 20px;
    overflow: hidden;*/
}
.new_arrivals_list .time {
	display: inline-block;
	font-size: 12px;
    margin: 0;
    vertical-align: middle;
	color: #999999;
}
.new_arrivals_list .num {
	position: absolute;
	right: 50%;
	transform: translate(50%);
	color: #333333;
	font-size: 40px;
	letter-spacing: 0.1em;
	top: 63%;
	margin: 0;
}
.new_arrivals_list .num.diagnosis {
	color: #0078bb;
}
.cate_label {
	position: absolute;
	z-index: 1;
}
.new_arrivals_list .cate_label {
	top: 441px;
	left: 100px;
}
.cate_label .cate_item,
.cate_label .num_item {
	margin: 0;
	height: 50px;
	line-height: 48px;
	border: solid 1px #333333;
	position: static;
    transform: none;
	color: #333333;
	float: left;
	box-sizing: border-box;
	font-size: 17px;
}
.cate_label .cate_item {
	padding: 0 18px;
}
.cate_label .num_item {
	margin-left: -1px;
	padding: 0 16px;
}
.interview .cate_label {
	background-color: #FCEBD9;
}
.feature .cate_label {
	background-color: #D9E3EE;
}
.column .cate_label {
	background-color: #E6F2E2;
}

/* TOP FEATURE*/
.contents_base > .l_title_con_wrap.top_con02 {
	border-bottom: solid 1px #333333;
}
.top_con02 .l_title_con > h3 {
	padding-right: 0;
	position: relative;
}
.top_con03 .l_title_con > h3,
.top_con04 > h3 {
	position: relative;
}
.top_con02 .l_title_con > h3:before,
.top_con03 .l_title_con > h3:before {
	content: "";
	display: block;
	height: 50px;
	width: 902px;
	box-sizing: border-box;
	border-bottom: solid 1px #333333;
	position: absolute;
	top: 0;
	left: -902px;
}
.top_con02 .l_title_con > h3:after,
.top_con04 > h3:after {
	content: "";
	display: block;
	height: 50px;
	width: 902px;
	box-sizing: border-box;
	border-bottom: solid 1px #333333;
	position: absolute;
	top: 0;
	right: -902px;
}
.top_con02 .l_title_con > h3 .jp {
	padding-right: 50px;
}
.top_con02 .l_title_con > h3 .btn {
	width: 188px;
    float: right;
    border-left: solid 1px #333333;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    line-height: 50px;
	position: relative;
}
.top_con02 .l_title_con > h3 .btn:after {
	content: "";
    width: 5px;
    height: 8px;
    background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 32px;
    top: 22px;
}
.top_feature_list {
	margin: 0;
}
.top_feature_list li {
	float: left;
	width:50%;
	margin: 0;
	padding: 43px 50px;
	box-sizing: border-box;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
	display: table;
}
.top_feature_list li:nth-of-type(2n) {
	border-right: 0;
}
.top_feature_list li:nth-last-of-type(1),
.top_feature_list li:nth-last-of-type(2) {
	border-bottom: none;
}
.top_feature_list .img_wrap {
	width: 136px;
	display: table-cell;
	overflow: hidden;
}
.top_feature_list .img {
	width: 100%;
	height: 133px;
	display: block;
	background-position: center;
	background-size: cover;
    /*background-size: contain;
    background-repeat: no-repeat*/
}
.top_feature_list .dtl {
	height: 133px;
	padding-left: 35px;
	position: relative;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	display: table-cell;
	vertical-align: top;
}
.top_feature_list .dtl_top {
	margin-bottom: 18px;
	line-height: 1;
}
.top_feature_list .cate {
	font-weight: bold;
	font-size: 15px;
	color: #01418C;
}
.top_feature_list .time,
.top_feature_list .tag {
	font-size: 12px;
}
.top_feature_list .time {
	position: relative;
	padding-left: 12px;
	color: #999999;
}
.top_feature_list .title {
	max-height: 58px;
    overflow: hidden;
    display: block;
	line-height: 1.8;
}
.top_feature_list .tag {
	position: absolute;
	bottom: 0;
	height: 18px;
    overflow: hidden;
}
.top_feature_list .tag_item {
	margin-right: 15px;
	color: #01418C;
}

/* TOP INTERVIEW */
.top_side_con_wrap {
	width: 1200px;
    margin: 0 auto;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
}
.top_con03,
.top_con03 .l_title_con {
	border: none;
}
.top_con03,
.top_side_con {
	box-sizing: border-box;
}
.top_con03 {
	margin: 0;
	width: 872px;
    display: table-cell;
	position: relative;
}
.top_con03 .l_title_con {
	width: auto;
}
.top_con ul.top_interview_list {
	/*margin-bottom: 51px;*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_interview_list li {
	/*float: left;*/
    width: 50%;
    padding: 50px 50px 45px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
}
.top_interview_list li:nth-of-type(2n) {
	border-right: 0;
}
.top_interview_list .img_wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 223px;
}
.top_interview_list .img {
	width: 100%;
	height: auto;
	display: block;
	background-position: center;
	background-size: cover;
}
.top_interview_list .dtl {
	letter-spacing: 0.05em;
}
.top_interview_list .cate {
    font-weight: bold;
    font-size: 14px;
    color: #ff6100;
}
.top_interview_list .time {
    position: relative;
    padding-left: 12px;
	font-size: 12px;
}
.top_interview_list .time, 
.top_interview_list .author {
    color: #999999;
}
.top_interview_list .title {
	display: inline-block;
    margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	/*height: 27px;
    overflow: hidden;*/
}
.top_interview_list .author {
	margin-bottom: 11px;
	line-height: 1.6;
    font-size: 11px;
    /*height: 18px;
    overflow: hidden;*/
}
.top_interview_list .tag {
	font-size: 12px;
    color: #FF6100;
	/*height: 20px;
	overflow: hidden;*/
}
.top_interview_list .tag_item {
	margin-right: 15px;
	color: #FF6100;
}
.top_interview_list .dtl_top {
	line-height: 1;
    margin: 20px 0 12px;
}
.top_con03 .btn {
	width: 100%;
	margin: -1px 0 -1px 0;
    display: block;
    line-height: 51px;
    background-color: #FCEBD9;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
	position: relative;
	box-sizing: border-box;
	border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.top_con03 .btn:after {
    content: "";
    width: 5px;
    height: 8px;
    background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 380px;
    top: 23px;
}

/* サイドバー */
.top_side_con {
	border-left: solid 1px #333333;
	display: table-cell;
    vertical-align: top;
	width: 326px;
}
.side_con_wrap {
	border-left: solid 1px #333333;
    display: table-cell;
    vertical-align: top;
	box-sizing: border-box;
	position: relative;
	width: 325px;
}
.side_con_inner {
	position: absolute;
	top: 0px;
}
.side_con_wrap ul {
	list-style: none;
	padding: 28px 30px;
	margin: 0;
}
.side_con_wrap a {
	text-decoration: none;
    color: #333333;
}
.side_con {
	border-bottom: solid 1px #333333;
}
.side_con:last-of-type {
	border: none;
}
/*.side_con h3 {
	margin: 0;
	padding: 15px 0;
	border-bottom: solid 1px #333333;
	text-align: center;
	height: 75px;
    box-sizing: border-box;
}
.side_con h3 .jp,
.side_con h3 .en {
	display: block;
}
.side_con h3 .jp {
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-top: -3px;
	font-weight: normal;
}
.side_con h3 .en {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
	line-height: normal;
	margin-bottom: 3px;
}*/
.side_con .column_list {
	margin: 0;
	padding: 0;
}
.side_con .column_list li {
	border-bottom: solid 1px #333333;
	overflow: hidden;
}
.side_con .column_list li:last-of-type {
	border-bottom: none;
}
/*.side_con .clm_bn01 a{
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/side_column01.jpg") no-repeat center;
}
.side_con .clm_bn02 a{
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/side_column02.jpg") no-repeat center;
}
.side_con .clm_bn03 a{
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/side_column03.jpg") no-repeat center;
}
.side_con .clm_bn04 a{
	background: url("/webmagazine/wp-content/themes/TUHwebmagazine/img/side_column04.jpg") no-repeat center;
}*/
.side_con .column_list li a {
	/*background-size: cover;
	height: 140px;*/
	width: 100%;	
	display: block;
}
.side_con .column_list li img {
	width: 100%;
	display: block;
}
.side_con .tag_list {
	padding: 28px 30px;
}
.side_con .tag_list li {
	margin: 0 18px 3px 0;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.05em;
}
.top_con ul.side_ranking_list,
.side_ranking_list {
	padding: 28px 30px;
}
.side_ranking_list li {
	border-bottom: solid 1px #333333;
	margin: 0 0 17px 0;
	padding: 0 0 19px 43px;
	letter-spacing: 0.1em;
	position: relative;
	min-height: 34px;
}
.side_ranking_list li:last-of-type {
	border: 0;
	margin: 0;
	padding-bottom: 0;
}
.side_ranking_list li:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	left: 0;
}
.side_ranking_list li:nth-of-type(1):before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3%2C18h2.2v-6.6h-1.9v-1.3c1-0.2%2C1.8-0.5%2C2.4-0.9h1.5V18h1.9v1.7h-6.2V18z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8%2C118.5c2.8-2.5%2C4.5-4.5%2C4.5-6.1c0-1.1-0.6-1.7-1.6-1.7c-0.8%2C0-1.4%2C0.5-1.9%2C1.1l-1.1-1.1%20c1-1%2C1.9-1.6%2C3.3-1.6c2%2C0%2C3.3%2C1.3%2C3.3%2C3.2c0%2C1.9-1.6%2C3.9-3.4%2C5.7c0.5-0.1%2C1.2-0.1%2C1.7-0.1h2.3v1.7h-6.9V118.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C218.5l1-1.3c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.1c1%2C0%2C1.8-0.5%2C1.8-1.4c0-1-0.6-1.7-2.9-1.7v-1.5%20c1.9%2C0%2C2.5-0.7%2C2.5-1.6c0-0.8-0.5-1.3-1.4-1.3c-0.7%2C0-1.3%2C0.4-2%2C0.9l-1.1-1.3c0.9-0.8%2C1.9-1.3%2C3.1-1.3c2%2C0%2C3.4%2C1%2C3.4%2C2.8%20c0%2C1.1-0.6%2C1.9-1.7%2C2.4v0.1c1.2%2C0.3%2C2.1%2C1.2%2C2.1%2C2.5c0%2C1.9-1.7%2C3-3.6%2C3C12.4%2C219.9%2C11.3%2C219.3%2C10.5%2C218.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22300%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%2C317h-1.2v2.7h-1.9V317h-4.4v-1.4l3.9-6.3h2.5v6.1H18V317z%20M14.9%2C315.5v-2.1c0-0.6%2C0.1-1.5%2C0.1-2.1h-0.1%20c-0.3%2C0.5-0.5%2C1.1-0.8%2C1.7l-1.6%2C2.6H14.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22400%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C418.5l1-1.3c0.6%2C0.6%2C1.3%2C1.1%2C2.3%2C1.1c1.1%2C0%2C1.8-0.7%2C1.8-1.9c0-1.2-0.7-1.9-1.8-1.9%20c-0.6%2C0-1%2C0.2-1.6%2C0.5l-0.9-0.6l0.3-5h5.5v1.7h-3.8l-0.2%2C2.2c0.4-0.2%2C0.8-0.3%2C1.2-0.3c1.7%2C0%2C3.2%2C1%2C3.2%2C3.3c0%2C2.3-1.7%2C3.6-3.6%2C3.6%20C12.4%2C419.9%2C11.3%2C419.3%2C10.5%2C418.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: cover;
}
.side_ranking_list li:nth-of-type(2):before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20y%3D%22-100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3-82h2.2v-6.6h-1.9v-1.3c1-0.2%2C1.8-0.5%2C2.4-0.9h1.5v8.7h1.9v1.7h-6.2V-82z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8%2C18.5c2.8-2.5%2C4.5-4.5%2C4.5-6.1c0-1.1-0.6-1.7-1.6-1.7c-0.8%2C0-1.4%2C0.5-1.9%2C1.1l-1.1-1.1%20c1-1%2C1.9-1.6%2C3.3-1.6c2%2C0%2C3.3%2C1.3%2C3.3%2C3.2c0%2C1.9-1.6%2C3.9-3.4%2C5.7C14.3%2C18%2C15%2C18%2C15.5%2C18h2.3v1.7h-6.9V18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C118.5l1-1.3c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.1c1%2C0%2C1.8-0.5%2C1.8-1.4c0-1-0.6-1.7-2.9-1.7v-1.5%20c1.9%2C0%2C2.5-0.7%2C2.5-1.6c0-0.8-0.5-1.3-1.4-1.3c-0.7%2C0-1.3%2C0.4-2%2C0.9l-1.1-1.3c0.9-0.8%2C1.9-1.3%2C3.1-1.3c2%2C0%2C3.4%2C1%2C3.4%2C2.8%20c0%2C1.1-0.6%2C1.9-1.7%2C2.4v0.1c1.2%2C0.3%2C2.1%2C1.2%2C2.1%2C2.5c0%2C1.9-1.7%2C3-3.6%2C3C12.4%2C119.9%2C11.3%2C119.3%2C10.5%2C118.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%2C217h-1.2v2.7h-1.9V217h-4.4v-1.4l3.9-6.3h2.5v6.1H18V217z%20M14.9%2C215.5v-2.1c0-0.6%2C0.1-1.5%2C0.1-2.1h-0.1%20c-0.3%2C0.5-0.5%2C1.1-0.8%2C1.7l-1.6%2C2.6H14.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22300%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C318.5l1-1.3c0.6%2C0.6%2C1.3%2C1.1%2C2.3%2C1.1c1.1%2C0%2C1.8-0.7%2C1.8-1.9c0-1.2-0.7-1.9-1.8-1.9%20c-0.6%2C0-1%2C0.2-1.6%2C0.5l-0.9-0.6l0.3-5h5.5v1.7h-3.8l-0.2%2C2.2c0.4-0.2%2C0.8-0.3%2C1.2-0.3c1.7%2C0%2C3.2%2C1%2C3.2%2C3.3c0%2C2.3-1.7%2C3.6-3.6%2C3.6%20C12.4%2C319.9%2C11.3%2C319.3%2C10.5%2C318.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: cover;
}
.side_ranking_list li:nth-of-type(3):before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20y%3D%22-200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3-182h2.2v-6.6h-1.9v-1.3c1-0.2%2C1.8-0.5%2C2.4-0.9h1.5v8.7h1.9v1.7h-6.2V-182z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8-81.5c2.8-2.5%2C4.5-4.5%2C4.5-6.1c0-1.1-0.6-1.7-1.6-1.7c-0.8%2C0-1.4%2C0.5-1.9%2C1.1l-1.1-1.1%20c1-1%2C1.9-1.6%2C3.3-1.6c2%2C0%2C3.3%2C1.3%2C3.3%2C3.2c0%2C1.9-1.6%2C3.9-3.4%2C5.7C14.3-82%2C15-82%2C15.5-82h2.3v1.7h-6.9V-81.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C18.5l1-1.3c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.1c1%2C0%2C1.8-0.5%2C1.8-1.4c0-1-0.6-1.7-2.9-1.7v-1.5%20c1.9%2C0%2C2.5-0.7%2C2.5-1.6c0-0.8-0.5-1.3-1.4-1.3c-0.7%2C0-1.3%2C0.4-2%2C0.9l-1.1-1.3c0.9-0.8%2C1.9-1.3%2C3.1-1.3c2%2C0%2C3.4%2C1%2C3.4%2C2.8%20c0%2C1.1-0.6%2C1.9-1.7%2C2.4v0.1c1.2%2C0.3%2C2.1%2C1.2%2C2.1%2C2.5c0%2C1.9-1.7%2C3-3.6%2C3C12.4%2C19.9%2C11.3%2C19.3%2C10.5%2C18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%2C117h-1.2v2.7h-1.9V117h-4.4v-1.4l3.9-6.3h2.5v6.1H18V117z%20M14.9%2C115.5v-2.1c0-0.6%2C0.1-1.5%2C0.1-2.1h-0.1%20c-0.3%2C0.5-0.5%2C1.1-0.8%2C1.7l-1.6%2C2.6H14.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C218.5l1-1.3c0.6%2C0.6%2C1.3%2C1.1%2C2.3%2C1.1c1.1%2C0%2C1.8-0.7%2C1.8-1.9c0-1.2-0.7-1.9-1.8-1.9%20c-0.6%2C0-1%2C0.2-1.6%2C0.5l-0.9-0.6l0.3-5h5.5v1.7h-3.8l-0.2%2C2.2c0.4-0.2%2C0.8-0.3%2C1.2-0.3c1.7%2C0%2C3.2%2C1%2C3.2%2C3.3c0%2C2.3-1.7%2C3.6-3.6%2C3.6%20C12.4%2C219.9%2C11.3%2C219.3%2C10.5%2C218.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: cover;
}
.side_ranking_list li:nth-of-type(4):before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20y%3D%22-300%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3-282h2.2v-6.6h-1.9v-1.3c1-0.2%2C1.8-0.5%2C2.4-0.9h1.5v8.7h1.9v1.7h-6.2V-282z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8-181.5c2.8-2.5%2C4.5-4.5%2C4.5-6.1c0-1.1-0.6-1.7-1.6-1.7c-0.8%2C0-1.4%2C0.5-1.9%2C1.1l-1.1-1.1%20c1-1%2C1.9-1.6%2C3.3-1.6c2%2C0%2C3.3%2C1.3%2C3.3%2C3.2c0%2C1.9-1.6%2C3.9-3.4%2C5.7c0.5-0.1%2C1.2-0.1%2C1.7-0.1h2.3v1.7h-6.9V-181.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5-81.5l1-1.3c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.1c1%2C0%2C1.8-0.5%2C1.8-1.4c0-1-0.6-1.7-2.9-1.7v-1.5%20c1.9%2C0%2C2.5-0.7%2C2.5-1.6c0-0.8-0.5-1.3-1.4-1.3c-0.7%2C0-1.3%2C0.4-2%2C0.9l-1.1-1.3c0.9-0.8%2C1.9-1.3%2C3.1-1.3c2%2C0%2C3.4%2C1%2C3.4%2C2.8%20c0%2C1.1-0.6%2C1.9-1.7%2C2.4v0.1c1.2%2C0.3%2C2.1%2C1.2%2C2.1%2C2.5c0%2C1.9-1.7%2C3-3.6%2C3C12.4-80.1%2C11.3-80.7%2C10.5-81.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18%2C17h-1.2v2.7h-1.9V17h-4.4v-1.4l3.9-6.3h2.5v6.1H18V17z%20M14.9%2C15.5v-2.1c0-0.6%2C0.1-1.5%2C0.1-2.1h-0.1%20c-0.3%2C0.5-0.5%2C1.1-0.8%2C1.7l-1.6%2C2.6H14.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C118.5l1-1.3c0.6%2C0.6%2C1.3%2C1.1%2C2.3%2C1.1c1.1%2C0%2C1.8-0.7%2C1.8-1.9c0-1.2-0.7-1.9-1.8-1.9%20c-0.6%2C0-1%2C0.2-1.6%2C0.5l-0.9-0.6l0.3-5h5.5v1.7h-3.8l-0.2%2C2.2c0.4-0.2%2C0.8-0.3%2C1.2-0.3c1.7%2C0%2C3.2%2C1%2C3.2%2C3.3c0%2C2.3-1.7%2C3.6-3.6%2C3.6%20C12.4%2C119.9%2C11.3%2C119.3%2C10.5%2C118.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: cover;
}
.side_ranking_list li:nth-of-type(5):before {
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20y%3D%22-400%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.3-382h2.2v-6.6h-1.9v-1.3c1-0.2%2C1.8-0.5%2C2.4-0.9h1.5v8.7h1.9v1.7h-6.2V-382z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-300%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.8-281.5c2.8-2.5%2C4.5-4.5%2C4.5-6.1c0-1.1-0.6-1.7-1.6-1.7c-0.8%2C0-1.4%2C0.5-1.9%2C1.1l-1.1-1.1%20c1-1%2C1.9-1.6%2C3.3-1.6c2%2C0%2C3.3%2C1.3%2C3.3%2C3.2c0%2C1.9-1.6%2C3.9-3.4%2C5.7c0.5-0.1%2C1.2-0.1%2C1.7-0.1h2.3v1.7h-6.9V-281.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-200%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5-181.5l1-1.3c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.1c1%2C0%2C1.8-0.5%2C1.8-1.4c0-1-0.6-1.7-2.9-1.7v-1.5%20c1.9%2C0%2C2.5-0.7%2C2.5-1.6c0-0.8-0.5-1.3-1.4-1.3c-0.7%2C0-1.3%2C0.4-2%2C0.9l-1.1-1.3c0.9-0.8%2C1.9-1.3%2C3.1-1.3c2%2C0%2C3.4%2C1%2C3.4%2C2.8%20c0%2C1.1-0.6%2C1.9-1.7%2C2.4v0.1c1.2%2C0.3%2C2.1%2C1.2%2C2.1%2C2.5c0%2C1.9-1.7%2C3-3.6%2C3C12.4-180.1%2C11.3-180.7%2C10.5-181.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20y%3D%22-100%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18-83h-1.2v2.7h-1.9V-83h-4.4v-1.4l3.9-6.3h2.5v6.1H18V-83z%20M14.9-84.5v-2.1c0-0.6%2C0.1-1.5%2C0.1-2.1h-0.1%20c-0.3%2C0.5-0.5%2C1.1-0.8%2C1.7l-1.6%2C2.6H14.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%2F%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C18.5l1-1.3c0.6%2C0.6%2C1.3%2C1.1%2C2.3%2C1.1c1.1%2C0%2C1.8-0.7%2C1.8-1.9c0-1.2-0.7-1.9-1.8-1.9c-0.6%2C0-1%2C0.2-1.6%2C0.5%20l-0.9-0.6l0.3-5h5.5v1.7h-3.8l-0.2%2C2.2c0.4-0.2%2C0.8-0.3%2C1.2-0.3c1.7%2C0%2C3.2%2C1%2C3.2%2C3.3c0%2C2.3-1.7%2C3.6-3.6%2C3.6%20C12.4%2C19.9%2C11.3%2C19.3%2C10.5%2C18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: cover;
}
.side_ranking_list .title {
	font-size: 14px;
	display: block;
	line-height: 1.45;
}
.side_ranking_list .author {
	margin: 8px 0 0 0;
	font-size: 10px;
	color: #999999;
}
.top_con07 .icon,
.side_con.news .icon  {
	margin-left: 5px;
	margin-bottom: 2px;
	width: 10px;
	height: auto;
}
.top_con07 h3:hover,
.side_con.news h3:hover{
	opacity: 0.5;
}
.top_con ul.news_list,
.side_con ul.news_list {
	margin: 0;
	padding: 28px 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.45;
}
.top_con ul.news_list li,
.side_con ul.news_list li {
	margin-bottom: 20px;
}
.top_con ul.news_list li:last-of-type,
.side_con ul.news_list li:last-of-type {
	margin-bottom: 0;
}
.news_list .date {
	margin-bottom: 8px;
	color: #999999;
	font-size: 12px;
}

/* 記事一覧 */
.l_title_side {
	width: 1200px;
    margin: 0 auto;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    box-sizing: border-box;
	display: table;
	margin-bottom: -1px;
	table-layout: fixed;
	position: relative;
}
/*.side_con_wrap {
	width: 325px;
}*/
.l_title_side:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.l_title_side .l_title_con {
	margin: 0;
    width: 873px;
    display: table-cell;
    position: relative;
	border: 0;
}
.l_title_side .l_title_items {
	float: left;
    width: 100%;
    box-sizing: border-box;
}
.arch_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.arch_list a {
	text-decoration: none;
    color: #333333;
}
.arch_list li {
	/*float: left;*/
    width: 50%;
    padding: 50px 50px 45px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
}
.arch_list li:nth-of-type(2n) {
    border-right: 0;
}
.arch_list li:nth-of-type(2n) {
	margin-right: 0;
}
.arch_list .img_wrap {
	display: block;
    overflow: hidden;
    width: 100%;
    height: 223px;
	position: relative;
}
.arch_list .img {
	width: 100%;
	height: auto;
	display: block;
	background-position: center;
	background-size: cover;
}
.arch_list .img_wrap .num,
.ft_recommended_list .img_wrap .num {
	position: absolute;
    margin: 0;
    font-size: 20px;
	letter-spacing: 0.05em;
    right: 50%;
	top: 63%;
    transform: translateX(50%);
	color: #333333;
	font-weight: normal;
}
.arch_list .diagnosis .img_wrap .num, 
.ft_recommended_list .diagnosis .img_wrap .num{
	color: #0078bb;
}
.arch_list .dtl {
	letter-spacing: 0.05em;
}
.arch_list .cate{
	font-weight: bold;
    font-size: 14px;
    color: #ff6100;
	display: inline-block;
    /*max-width: 250px;*/
}
.arch_list .time {
    position: relative;
	padding-left: 12px;
    font-size: 12px;
}
.arch_list .time, 
.arch_list .author {
    font-size: 12px;
    color: #999999;
}
.arch_list .title {
	display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    /*height: 27px;
    overflow: hidden;*/
}
.arch_list .author {
	margin-bottom: 11px;
    line-height: 1.6;
    font-size: 11px;
    /*height: 18px;
    overflow: hidden;*/
}
.arch_list .tag {
    font-size: 12px;
    /*height: 20px;
    overflow: hidden;*/
}
.arch_list .tag_item {
    margin-right: 15px;
}
.interview_arch .cate,
.interview_arch .tag_item{
	color: #FF6100;
}
/*.feature_arch .cate,
.feature_arch .tag_item{
	color: #01418C;
}*/
.feature_arch .cate,
.feature_arch .tag_item{
	color: #01418C;
}
.column_arch .cate,
.column_arch .tag_item{
	color: #5AAB3C;
}
li.interview .cate,
li.interview .tag_item{
	color: #FF6100;
}
li.feature .cate,
li.feature .tag_item{
	color: #01418C;
}
li.column .cate,
li.column .tag_item{
	color: #5AAB3C;
}
.arch_list .dtl_top {
	line-height: 1;
    margin: 20px 0 12px;
}
.wp-pagenavi {
	width: 100%;
    box-sizing: content-box;
	position: relative;
	height: 51px;
	margin-top: -1px;
	margin-bottom: -1px;
}
.wp-pagenavi .pages,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: 50px;
	width: 50%;
	box-sizing: border-box;
	border: 0;
    border-radius: 0;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	font-size: 12px;
	color: #333333;
	text-align: center;
    letter-spacing: 0.05em;
	display: block;
}
.wp-pagenavi .nextpostslink{
	border-left: solid 1px #333333;
	width: calc(50% + 1px);
    position: absolute;
	top: 0;
    right: 0;
}
.wp-pagenavi .previouspostslink {
	border-right: solid 1px #333333;
}
.interview .wp-pagenavi .nextpostslink,
.interview .wp-pagenavi .previouspostslink {
	background-color: #FCEBD9;
}
.feature .wp-pagenavi .nextpostslink,
.feature .wp-pagenavi .previouspostslink {
	background-color: #D9E3EE;
}
.column .wp-pagenavi .nextpostslink,
.column .wp-pagenavi .previouspostslink {
	background-color: #E6F2E2;
}
.tag .archive .wp-pagenavi .nextpostslink,
.tag .archive .wp-pagenavi .previouspostslink {
	background-color: transparent;
}
.wp-pagenavi .nextpostslink:after {
    content: "";
    width: 5px;
    height: 8px;
    background: url(/webmagazine/wp-content/themes/TUHwebmagazine//webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 170px;
    top: 50%;
    transform: translateY(-50%);
}
.wp-pagenavi .previouspostslink:after {
    content: "";
    width: 5px;
    height: 8px;
    background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s02.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 170px;
    top: 50%;
    transform: translateY(-50%);
}

/* 個別ページ */
.single_top {
	width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
	position: relative;
}
.single_top_item {
	padding: 50px;
}
.single_top_item .cate_label {
	left: -1px;
	top: 471px;
}
.column .single_top_item .cate_label {
    top: 334px;
}
.single_top_item .tmb_wrap {
	width: 100%;
	height: 488px;
	position: relative;
	overflow: hidden
}
.single_top_item .tmb_wrap.column {
	height: auto;
}
.single_top_item .tmb_wrap img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single_top_item .tmb_wrap.column img{
	position: static;
	transform: none;
}
.single_top .sns_box,
.single_base_con .sns_box {
	bottom: 0;
	right: 0;
}
.sns_box {
	position: absolute;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
.sns_box .txt {
	margin: 0;
	width: 94px;
	height: 50px;
	line-height: 50px;
	float: left;
	border-right: solid 1px #333333;
	box-sizing: border-box;
	text-align: center;
}
.sns_box ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sns_box li {
	width: 115px;
	float: left;
	border-right: solid 1px #333333;
	text-align: center;
	box-sizing: border-box;
}
.sns_box li:last-of-type {
	border-right: 0;
}
.sns_box li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
}
.sns_box li .facebook img{
    width: 8px;
}
.sns_box li .twitter img{
    /*width: 18px;*/
}
.single_base_con .author_area {
	border-top: solid 1px #333333;
	padding: 70px 90px;
	line-height: 2;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.single_base_con .author_area .area {
	margin-top: 70px;
}
.single_base_con .author_area .area:first-of-type {
	margin-top: 0;
}
.single_base_con .author_area .author {
	font-size: 17px;
	margin-bottom: 33px;
    margin-top: -5px;
	line-height: 1.6;
}
.single_base_con .author_area .author + br {
	display: none;
}
.single_base_con .author_area .author_txt {
	float: left;
	width: 420px;
}
.single_base_con .author_area img {
	width: 214px;
	height: 214px;
	object-fit: cover;
	border-radius: 107px;
	margin-top: 7px;
	float: right;
}
.single_base_con .relation_link_area {
	margin: 0;
    padding: 50px 90px;
    border-top: solid 1px #333333;
}
.single_base_con .relation_link_area .title {
	margin-bottom: 1em;
}
.single_base_con .relation_link_list {
	margin: 0;
	padding-left: 25px;
}
.single_base_con .relation_link_list li {
	margin-bottom: 1em;
}
.single_base_con .relation_link_list li:last-of-type {
	margin-bottom: 0;
}
.single_base .main {
	border-bottom: solid 1px #333333;
}
.single_base_con .tmb {
	width: 100%;
	display: block;
}
.single_top_item .tmb_wrap .num {
	position: absolute;
	margin: 0;
	font-size: 30px;
	letter-spacing: 0.05em;
	top: 60%;
	right: 50%;
	transform: translateX(50%);
}
.diagnosis .single_top_item .tmb_wrap .num {
	color: #0078bb;
}
.single_top_item .dtl {
	padding: 30px 40px 5px;
	letter-spacing: 0.05em;
}
.single_top_item .title {
	margin: 20px 0;
	font-weight: bold;
	font-size: 29px;
	letter-spacing: 0.1em;
}
.single_top_item .cate {
    font-weight: bold;
    font-size: 15px;
	margin-right: 5px;
	color: #999999;
}
.feature .single_top_item .cate,
.feature .single_top_item .tag_item {
	color: #01418C;
}
.interview .single_top_item .cate,
.interview .single_top_item .tag_item {
	color: #ff6100;
}
.column .single_top_item .cate,
.column .single_top_item .tag_item {
	color: #5AAB3C;
}
.single_top_item .time {
    position: relative;
    padding-left: 17px;
	font-size: 15px;
	color: #999999;
}
.single_top_item .author {
	margin: 0 0 23px 0;
	letter-spacing: 0.1em;
	color: #333333;
	font-size: 12px;
}
.single_top_item .tag_item {
	margin-right: 15px;
    font-size: 14px;
    color: #999999;
}
.single_base_con {
	position: relative;
}
.single_base_con .content {
	padding: 70px 90px;
	line-height: 2.35;
    letter-spacing: 0.05em;
	position: relative;
}
.single_base_con .content h4,
.marker {
	font-size: 24px;
    display: inline;
    padding: 0px 10px 10px 0;
}
.feature .single_base_con .content h4,
.feature .marker {
	background: linear-gradient(to right, #f7f7f7 10px, transparent 0%),
				linear-gradient(to bottom, transparent 36%, #D9E3EE 0%);
}
.interview .single_base_con .content h4,
.interview .marker {
	background: linear-gradient(to right, #f7f7f7 10px, transparent 0%),
				linear-gradient(to bottom, transparent 36%, #FCEBD9 0%);
}
.column .single_base_con .content h4,
.column .marker {
	background: linear-gradient(to right, #f7f7f7 10px, transparent 0%),
				linear-gradient(to bottom, transparent 36%, #E6F2E2 0%);
}
.single_base_con .content p {
	font-size: 16px;
}
.ft_recommended {
	width: 100%;
}
.ft_recommended.pc {
	display: block;
}
.ft_recommended .title_stl .en {
	font-size: 18px;
}
.ft_recommended .title_stl .jp {
	font-size: 10px;
}
.ft_recommended .yarpp-related {
    margin: 0;
}
.ft_recommended_list {
	list-style: none;
    margin: 0;
    padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft_recommended_list li {
	/*float: left;*/
    width: 50%;
    padding: 50px 50px 45px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
    border-right: solid 1px #333333;
}
.ft_recommended_list li:nth-of-type(2n) {
	border-right: 0;
}
.ft_recommended_list .img_wrap {
	display: block;
    overflow: hidden;
    width: 100%;
    height: 223px;
    position: relative;
}
.ft_recommended_list .img {
	width: 100%;
    height: auto;
    display: block;
    background-position: center;
    background-size: cover;
}
.ft_recommended_list .dtl {
	letter-spacing: 0.05em;
}
.ft_recommended_list .dtl_top {
	line-height: 1;
    margin: 20px 0 12px;
}
.ft_recommended_list .cate {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    /*max-width: 250px;
    white-space: nowrap;
    overflow: hidden;*/
}
.ft_recommended_list .time {
    position: relative;
    padding-left: 12px;
    font-size: 12px;
}
.ft_recommended_list .time,
.ft_recommended_list .author {
    font-size: 12px;
    color: #999999;
}
.ft_recommended_list .title {
	display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    /*height: 27px;
    overflow: hidden;*/
	color: #333333;
}
.ft_recommended_list .author {
	margin-bottom: 11px;
    line-height: 1.6;
    font-size: 11px;
    /*height: 18px;
    overflow: hidden;*/
}
.ft_recommended_list .tag {
    font-size: 12px;
    /*height: 20px;
    overflow: hidden;*/
}
.ft_recommended_list .tag_item {
    margin-right: 15px;
	color: #999999;
}
.ft_recommended_list .interview .cate,
.ft_recommended_list .interview .tag_item {
	color: #FF6100;
}
.ft_recommended_list .feature .cate,
.ft_recommended_list .feature .tag_item {
	color: #01418C;
}
.ft_recommended_list .column .cate,
.ft_recommended_list .column .tag_item {
	color: #5AAB3C;
}
.single_top .tag a{
    text-decoration: none;
}

/* 固定ページ共通 */
.page .l_title_con p {
	font-size: 14px;
}
.page .l_title_con p,
.page .l_title_con strong {
	line-height: 2.3;
	letter-spacing: 0.08em;
}
/* ABOUT */
.about .l_title_con .main > h3,
.privacy .l_title_con > h3,
.guide .l_title_con > h3,
.contact .l_title_con > h3{
	background-color: #D9D6D4;
}
.about .img {
	margin: 0 auto;
	display: block;
}
.outlink_btn {
	display: block;
	width: 100%;
	height: 60px;
	padding: 18px 0 0 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: solid 1px #333333;
	letter-spacing: 0.08em;
}
.outlink_btn_inner:after {
	content: "";
	display: inline-block;
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/outlink_btn.png) no-repeat center;
	width: 10px;
	height: 10px;
	background-size: cover;
	margin-left: 8px;
}
.about .l_title_items {
	padding: 50px 50px 222px 50px;
}
.about .l_title_items .img {
	margin-top: 30px;
}
.about .outlink_btn {
	margin: 80px 0 45px;
}
.about .l_title_items h4,
.about .l_title_items h4 + p {
	text-align: center;
	margin: 0;
}
.about .l_title_items h4 {
	letter-spacing: 0.1em;
    font-size: 18px;
	margin: 40px 0 10px;
}
.about .l_title_items h4:first-of-type {
	margin-top: 45px;
}
.about .l_title_items p:last-child {
	margin-bottom: 80px;
}
.con_link_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
    bottom: 0;
}
.con_link_list li {
	border-top: solid 1px #333333;
}
.con_link_list li a{
	display: block;
	width: 100%;
	height: 73px;
	padding: 11px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.con_link_list .jp {
	letter-spacing: 0.05em;
}
.con_link_list .en {
	display: block;
	font-family: 'Roboto', sans-serif;
	/*font-style: italic;
	font-weight: bold;*/
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: -1px;
}

/* PRIVACY POLICY */
.privacy .contents,
.guide .contents,
.contact .contents {
	padding: 50px;
}
h3.top_ttl {
	margin: 0 0 35px 0;
	padding-bottom: 37px;
	border-bottom: solid 1px #333333;
}
h3.top_ttl .en {
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0.1em;
    line-height: 1;
	float: none;
	font-weight: bold;
}
h3.top_ttl .jp {
	margin: 2px 0 0 0;
	font-size: 18px;
	float: none;
}
.privacy .outlink_btn {
	margin: 8px 0 55px;
}
.privacy .large,
.guide .large,
.contact .large {
	font-size: 16px;
}

/* GUIDE */
.guide .border {
	display: block;
	width: 100%;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin: 18px 0;
	padding: 13px 0;
	box-sizing: border-box;
}
.guide .contents p{
	margin: 0 0 30px;
}

/* CONTACT */
.contact .dtl {
	margin: 30px 0;
}

/* 検索結果 */
.search_result .msg {
	padding: 0 50px;
    box-sizing: border-box;
    border-bottom: solid 1px #333333;
    line-height: 50px;
	margin-bottom: 0;
}
.search_result .result .cnt {
	font-size: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
	font-weight: bold;
}

/* other */
.page_404 .contents {
	padding: 0 15px 15px;
}
.page_404 .contents strong {
	font-size: 24px;
}
/* モーダル */
.video_start,
.new_arrivals_list .video_start .img_wrap{
    position: relative;
}
.video_start::after,
.new_arrivals_list .video_start .img_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
	background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/start_mark.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
    height: 50px;
}
.top_feature_list .video_start::after{
	width: 40px;
    height: 40px;
}
.new_arrivals_list .video_start .img_wrap::after{
	width: 90px;
    height: 90px;
}
.new_arrivals_list .video_start::after{
	content: none;
}
/* カテゴリー説明文 */
.arch_subcategory_title{
	margin: 0;
    display: inline-block;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}
.arch_subcategory_wrap p{
	margin: 10px 0 0 0;
	font-size: 14px;
}
/* SP */
@media screen and (max-width: 640px){
	/* 共通 */
	.pc{
        display: none;
    }
    .sp{
        display: inline-block;
    }
	body {
		min-width: 350px;
	}
	.contents_base {
		/*margin: 0 8.5%;
		width: 83%;
		box-sizing: border-box;*/
		width: 100%;
		margin: 0;
	}
	.l_title_con_wrap {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.l_title_con {
    	width: 100%;
		border: 0;
	}
	.l_title_con > h3, 
	.l_title_con .main > h3, 
	.side_con h3, 
	.single_top > h3, 
	.title_stl {
		height: 36px;
		padding: 0 8.5%;
		line-height: 36px;
	}
	.arch_subcategory_wrap{
		padding: 12px 8.5% 15px 8.5%;
	}
	.l_title_con h3 .en,
	.side_con h3 .en,
	.single_top > h3 .en,
	.title_stl .en {
		font-size: 15px;
	}
	.l_title_con h3 .jp,
	.side_con h3 .jp,
	.single_top > h3 .jp,
	.title_stl .jp {
		font-size: 9px;
	}
	.l_title_items {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.arr_border_btn {
		height: 40px;
		border-radius: 20px;
		line-height: 37px;
		font-size: 11px;
	}
	.arr_border_btn:after {
		right: 25px;
	}
	.arr_border_btn:hover:after {
		right: 23px;
	}
	.arr_border_btn {
		margin: 0 auto;
		width: 150px;
	}
	.side_con:first-of-type {
		border-top: solid 1px #333333;
	}
	.side_con.sp {
		display: block;
	}
	.side_ranking_list li {
		padding: 0 0 21px 46px;
		min-height: 36px;
	}
	.side_ranking_list li:before {
		width: 32px;
		height: 32px;
		top: 5px;
	}
	.side_ranking_list .title {
		font-size: 15px;
		line-height: 1.55;
	}
	.side_ranking_list .author {
		margin: 8px 0 0 0;
		font-size: 11px;
	}
	.side_con .tag_list li {
		margin-bottom: 9px;
		font-size: 14px;
		letter-spacing: 0.12em;
	}
	.bw_btn_style a {
		padding: 0 25px;
	}
	
	/* header */
	header,
	.header_nav {
	    width: 100%;
	}
	.header_top_wrap {
		border-bottom: solid 1px #333333;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	h1#header_logo {
		margin: 19px 0 19px 20px;
	}
	h1#header_logo img {
		width: 250px;
		height: auto;
	}
	.header_logo_r {
		float: none;
		margin-top: 19px;
		position: absolute;
		right: 66px;
	}
	.header_nav_wrap {
		width: 100%;
		margin: 0;
		border: none;
	}
	.header_vav_list {
		display: none;
	}
	header:after {
		content: "";
		display: block;
		width: 1px;
		height: 69px;
		background-color: #333333;
		position: absolute;
		top: 0;
		right: 48px;
	}
	.header_search {
		width: 48px;
		height: 34px;
		position: absolute;
		top: 34px;
		right: 0;
		border-top: solid 1px #333333;
		border-right: 0;
		box-sizing: border-box;
	}
	.header_menu_close {
		top: 0;
		right: 0;
		padding: 29px 9px;
		box-sizing: border-box;
		border-left: solid 1px #333333;
		height: auto;
	}
	.header_menu_btn {
		top: 0;
		right: 0;
		padding: 11px 10px;
		box-sizing: border-box;
		border-bottom: solid 1px #333333;
		border-right: 0;
		height: auto;
	}
	.header_menu_btn img {
		width: 28px;
		display: block;
	}
	.header_menu_wrap {
		min-width: 350px;
	}
	.header_menu {
		min-width: 330px;
		min-height: auto;
		height: auto;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.header_menu_inner_wrap {
		width: 100%;
		margin: 0;
		border: 0;
	}
	.header_menu_inner_wrap .header_search,
	.header_menu_inner_wrap .header_menu_close {
		z-index: 1;
	}
	
	.header_menu_close {
		
	}
	.header_menu_close img {
		width: 28px;
	}
	.header_menu_inner {
		padding: 0;
		width: 100%;
	}
	.header_menu_inner .left_con,
	.header_menu_inner .header_menu_list,
	.header_menu_inner .right_con {
		display: block;
	}
	.header_menu_inner .left_con {
		margin: 0;
		width: 100%;
		height: 70px;
		padding: 19px 0 19px 20px;
		border-bottom: solid 1px #333333;
		border-right: 0;
		box-sizing: border-box;
		background: #F7F7F7;
	}
	.header_menu_inner .left_con .menu_logo {
		margin: 0;
		position: static;
	}
	.header_menu_inner .left_con .menu_logo img {
		width: 250px;
    	height: auto;
	}
	.header_menu_inner .left_con .nav_list {
		display: none;
	}
	.header_menu_inner .header_menu_list {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.header_menu_inner .header_menu_list > li {
		padding: 22px 0 26px 8.5%;
		/*height: 100px;*/
		font-size: 20px;
	}
	.header_menu_inner .header_menu_list > li .txt {
		font-size: 12px;
		letter-spacing: 0.08em;
	}
	.header_menu_inner .menu_cate_list {
		margin: 23px 0 0;/*23px 0 46px*/
	}
	.header_menu_inner .menu_cate_list li {
		margin-bottom: 12px;
		text-underline-offset: 6px;
		font-size: 12px;
	}
	.header_menu_inner .menu_cate_list li a {
		padding-left: 26px;
	}
	.header_menu_inner .menu_cate_list li a:before,
	.searchform_list_wrap .cate_list a:before {
		width: 6px;
		height: 10px;
	}
	.header_menu_list > li:nth-of-type(2) .menu_cate_list li a:before,
	.searchform_list_wrap .cate_list .arr_blu_list a:before {
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_blu_sp.png) no-repeat center center;
		background-size: cover;
	}
	.header_menu_list > li:nth-of-type(3) .menu_cate_list li a:before,
	.searchform_list_wrap .cate_list .arr_ora_list a:before {
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_ora_sp.png) no-repeat center center;
		background-size: cover;
	}
	.header_menu_list > li:nth-of-type(4) .menu_cate_list li a:before,
	.searchform_list_wrap .cate_list .arr_gr_list a:before {
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_gr_sp.png) no-repeat center center;
		background-size: cover;
	}
	.header_menu_inner .menu_cate_list li .line {
		display: inline;
		padding-left: 0;
	}
	.header_menu_inner .right_con {
	    width: 100%;
	}
	.header_menu_inner .right_con .sns,
	.header_menu_inner .right_con .mail_mg {
		position: static;
	}
	.header_menu_inner .right_con .sns {
		padding: 23px 8.5%;
	}
	.header_menu_inner .right_con .sns:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.header_menu_inner .right_con .txt {
		margin: 16px 0 0 0;
		font-size: 12px;
	}
	.header_menu_inner .right_con .sns_list {
		float: right;
	}
	.header_menu_inner .right_con .sns_list li {
		margin-right: 10px;
	}
	.header_menu_inner .right_con .sns_list li:last-of-type {
		margin-right: 0;
	}
	.header_menu_inner .right_con .sns_list li img {
		width: 45px;
	}
	.header_menu_inner .right_con .mail_mg {
		padding: 20px 8.5%;
		text-align: center;
	}
	.header_menu_inner .right_con .mail_mg a {
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.header_search_con {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.header_search_con.search_open {
		padding: 0;
		box-sizing: border-box;
	}
	.header_search_inner {
		width: 100%;
		border: 0;
	}
	.header_search_con form {
	    width: 100%;
		padding: 0 8.5%;
	}
	.header_search_con.search_open form {
    	padding: 30px 8.5%;
		box-sizing: border-box;
	}
	.header_search_con input[type="search"] {
		width: 100%;
		height: 60px;
		font-size: 14px;
		padding: 0 20px;
	}
	.header_search_con input[type="submit"] {
		width: 10%;
		line-height: 35px;
	}
	.searchform_list_wrap {
		width: 100%;
	}
	.searchform_list_wrap .title, 
	.searchform_list_wrap .lists {
		float: none;
		width: 100%;
	}
	.searchform_list_wrap .title {
		font-size: 16px;
	}
	.searchform_list_wrap .cate_list,
	.searchform_list_wrap .tag_list{
		padding: 0 8.5%;
		box-sizing: border-box;
		font-size: 14px;
	}
	.header_search_con.search_open .searchform_list_wrap .cate_list {
		padding: 30px 8.5%;
		display: block;
	}
	.header_search_con.search_open .searchform_list_wrap .tag_list {
		padding: 30px 8.5% 25px;
	}
	.searchform_list_wrap .cate_list > li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.searchform_list_wrap .cate_list > li:last-of-type {
		margin-bottom: 0;
	}
	.searchform_list_wrap .cate_list > li ul li {
		margin-bottom: 10px;
	}
	.searchform_list_wrap .tag_list li {
		font-size: 14px;
	}
	
	/* footer */
	footer {
		width: 100%;
	}
	.r_arr_btn {
		width: 198px;
		height: 38px;
		padding-right: 7px;
		box-sizing: border-box;
		line-height: 38px;
		font-size: 13px;
	}
	.footer_mail_mg .r_arr_btn img {
		width: 16px;
		margin-bottom: -1px;
	}
	.r_arr_btn:after {
		width: 6px;
		height: 9px;
		right: 14px;
	}
	.footer_mail_mg {
		width: 100%;
		margin: 0;
}
	.footer_mail_mg_inner {
		width: 83%;
		margin: 0 8.5%;
		padding: 30px 0;
		border: 0;
	}
	.footer_mail_mg_inner .footer_mg {
		padding: 28px 20px 0;
	}
	.footer_mail_mg_inner .footer_mg .ft_mg_img {
		position: absolute;
		left: 0;
		top: -23px;
	}
	.footer_mail_mg_inner .ft_mg_form {
		margin: 0;
		white-space: normal;
	}
	.footer_mail_mg_inner .footer_mg .ttl {
		margin: 0 0 7px 0;
		display: block;
		text-align: center;
		font-size: 19px;
		letter-spacing: 0.05em;
	}
	.footer_mail_mg .title {
		margin-bottom: 2px;
		width: 261px;
	}
	.footer_mail_mg_inner .footer_mg .ttl + p {
		margin-bottom: 9px;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	.footer_mail_mg_inner .footer_mg .btn_wrap {
		text-align: center;
		font-size: 13px;
	}
	.footer_mail_mg_inner .footer_mg .mg_btn {
		width: 100%;
		font-size: 12px;
		height: 42px;
	}
	.footer_mail_mg_inner .footer_mg .cnc {
		margin: 22px 0 0 0;
		display: inline-block;
	}
	.footer_mail_mg_inner .footer_mg .ft_mg_img_sp {
		width: 50%;
		float: left;
	}
	.footer_mail_mg_inner .footer_mg .ft_mg_img {
		position: static;
		display: block;
		margin: 0 auto;
		width: 158px;
		max-width: 100%;
	}
	.footer_mail_mg_inner .footer_mg .small {
		width: 50%;
		margin: 18px 0 0 auto;
		display: block;
		line-height: 1.5;
	}
	.footer_mail_mg_inner .footer_mg .ft_mg_img.pc {
		display: none;
	}
	.footer_mail_mg p {
		margin: 0 0 16px 0;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.footer_sns {
		width: 100%;
		border-bottom: solid 1px #333333;
		padding: 15px 8.5% 10px;
		box-sizing: border-box;
	}
	.footer_sns .txt {
		margin: 6px 37px 0 40px;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		letter-spacing: 0.15em;
	}
	.footer_sns .txt,
	.footer_sns .sns_list {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.footer_sns .txt {
		margin: 16px 0 0 0;
	}
	.footer_sns .sns_list {
		/*margin-left: 41px;*/
		float: right;
	}
	.footer_sns .sns_list li {
		margin-right: 10px;
		float: left;
	}
	.footer_sns .sns_list li:last-of-type {
		margin-right: 0;
	}
	.footer_sns .sns_list li img {
		width: 45px;
	}
	.footer_base {
		margin: 0 8.5%;
		padding: 28px 0;
		width: 83%;
		box-sizing: border-box;
	}
	.footer_l_wrap {
		box-sizing: border-box;
	}
	h2.footer_logo {
		position: static;
		margin: 50px 0 3px 0;
	}
	h2.footer_logo img {
		width: 220px;
		height: auto;
	}
	.footer_nav_wrap {
		position: static;
	}
	.footer_nav_wrap:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.footer_nav, .w_arr_list {
		text-align: left;
		margin-bottom: 7px;
	}
	.footer_nav {
		float: left;
	}
	.footer_nav li {
		display: block;
		margin: 0 0 13px 0;
	}
	footer .w_arr_list {
		float: right;
		margin: 4px 0 0 0;
	}
	footer .w_arr_list li {
		display: block;
		font-size: 10px;
		margin: 0 0 13px 0;
	}
	footer .copyright {
		display: block;
		margin-left: 0;
		letter-spacing: 0.04em;
	}
	.footer_logo_tuh {
		padding-left: 0;
		border-left: 0;
		height: auto;
		text-align: center;
		top: 140px;
	}
	.footer_logo_tuh a {
		margin-top: 0;
	}
	.footer_logo_tuh img {
		width: 147px;
		height: 37px;
	}
	
	/* TOP */
	.new_arrivals_list {
		margin: 0;
		height: auto;
	}
	.new_arrivals_list a {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		text-align: right;
	}
	.new_arrivals_list a:hover {
		opacity: 0.5;
		transform: none;
	}
	.new_arrivals_list .dtl.pc {
		display: none;
	}
	.new_arrivals_list .dtl {
		width: 100%;
		padding: 21px 36px 54px;
		box-sizing: border-box;
	}
	.new_arrivals_list .cate {
		font-size: 12px;
		margin-right: 13px;
	}
	.new_arrivals_list .title {
		font-size: 19px;
		max-height: 90px;
		padding-top: 7px;
	}
	.new_arrivals_list .tag {
		font-size: 9px;
		display: block;
		height: 15px;
	}
	.new_arrivals_list .tag_item {
		margin-left: 10px;
	}
	.new_arrivals_list .time {
		font-size: 9px;
	}
	.new_arrivals_list .author {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.new_arrivals_list .slick-prev,
	.new_arrivals_list .slick-next {
		width: 36px;
		height: 36px;
		top: auto;
		bottom: 0;
		transform: none;
		z-index: 1;
		border-bottom: 0;
	}
	.new_arrivals_list .slick-prev {
		display: block !important;
		left: 0;
		border-left: 0;
	}
	.new_arrivals_list .slick-next {
		right: 0;
		border-right: 0;
	}
	.new_arrivals_list .slick-next:after {
		width: 6px;
		height: 11px;
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk03_right_sp.png) no-repeat center center;
		background-size: cover;
	}
	.new_arrivals_list .slick-prev:after {
		width: 6px;
		height: 11px;
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk03_left_sp.png) no-repeat center center;
		background-size: cover;
	}
	.new_arrivals_list .num {
		font-size: 26px;
		top: 72.5%;
	}
	.new_arrivals_list .img_wrap {
		width: 100%;
		height: 375px;
		display: block;
		position: relative;
		border-bottom: solid 1px #333333;
	}
    .new_arrivals_list .img_wrap.pc2{
    display: none;
    }
    .new_arrivals_list .img_wrap.sp2{
    display: block;
}
	.new_arrivals_list a .img_wrap.on img {
		transform: translateX(50%);
	}
	.new_arrivals_list a img {
		width: auto;
		height: 375px;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.cate_label {
		position: absolute;
	}
	.new_arrivals_list .cate_label {
		top: 338px;
		left: -1px;	
	}
	.cate_label .cate_item {
		margin-right: 0;
	}
	.cate_label .num_item {
		padding: 0 11px;
	}
	.cate_label .cate_item,
	.cate_label .num_item {
		height: 38px;
		line-height: 36px;
		font-size: 12px;
	}
	.top_con02 .l_title_con > h3 .jp {
		padding-right: 8.5%;
	}
	.top_con02 .l_title_con > h3 .btn {
		display: none;
	}
	.top_feature_list li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-right: 0;
		border-bottom: solid 1px #333333;
		display: table;
	}
	.top_feature_list li:nth-last-of-type(1),
	.top_feature_list li:nth-last-of-type(2) {
		border-bottom: solid 1px #333333;
	}
	.top_feature_list li:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.top_feature_list li:last-of-type {
		margin-bottom: 0;
	}
	.top_feature_list .img_wrap {
    	width: 119px;
		display: table-cell;
		float: none;
		vertical-align: top;
	}
	.top_feature_list .img {
		width: 143px;
		height: 140px;
	}
	.top_feature_list .dtl {
		width: auto;
		height: auto;
		float: none;
		padding: 27px 25px 21px;
		display: table-cell;
	}
	.top_feature_list .dtl_top {
		margin: 0 0 4px 0;
	}
	.top_feature_list .cate {
		display: block;
		margin-bottom: 9px;
		font-size: 10px;
	}
	.top_feature_list .time {
		padding: 0;
		margin: 0;
		display: block;
		font-size: 8px;
	}
	.top_feature_list .time:before {
		width: 10px;
	}
	.top_feature_list .title {
		font-size: 12px;
		line-height: 1.55;
		display: block;
		height: 38px;
		margin-bottom: 5px;
	}
	.top_feature_list .tag {
		position: static;
		font-size: 9px;
		height: 16px;
	}
	.top_con02 .l_title_items > .btn {
		width: 100%;
		border-bottom: solid 1px #333333;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: center;
		display: block;
		line-height: 36px;
		background-color: #D9E3EE;
		margin-bottom: 36px;
	}
	.top_con02 .l_title_items > .btn span,
	.top_con03 .btn span {
		display: inline-block;
		position: relative;
	}
	.top_con02 .l_title_items > .btn span:after,
	.top_con03 .btn span:after {
		content: "";
		width: 5px;
		height: 8px;
		background: url(/webmagazine/wp-content/themes/TUHwebmagazine/img/arr_bk_s.png) no-repeat center center;
		background-size: cover;
		position: absolute;
		right: -12px;
		top: 15px;
	}
	.top_con03 .btn:after {
		display: none;
	}
	.top_side_con_wrap {
		width: 100%;
		border: 0;
		display: block;
	}
	.top_con03 .l_title_items {
		width: 100%;
		padding-right: 0;
	}
	.top_con ul.top_interview_list {
		padding: 0;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		border: 0;
	}
	.top_interview_list li {
		float: none;
		padding: 8.5% 0;
		margin: 0;
		width: 100%;
		border-right: 0;
	}
	.top_interview_list li:nth-of-type(4),
	.top_interview_list li:nth-of-type(5),
	.top_interview_list li:nth-of-type(6),
	.top_interview_list li:nth-of-type(7),
	.top_interview_list li:nth-of-type(8) {
		display: none;
	}
	.top_interview_list li:last-of-type {
		border-bottom: solid 1px #333333;
	}
	.top_interview_list .img_wrap {
		width: 83%;
		height: auto;
		margin: 0 8.5%;
		box-sizing: border-box;
	}
	.top_interview_list .dtl {
		padding: 0 8.5%;
	}
	.top_interview_list .dtl_top {
		margin: 21px 0 13px;
	}
	.top_interview_list .cate {
		font-size: 14px;
	}
	.top_interview_list .time {
		font-size: 12px;
	}
	.top_interview_list .time:before {
	    width: 10px;
	}
	.top_interview_list .title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.top_interview_list .author {
	    margin-bottom: 9px;
	}
	.top_con03 .btn {
		line-height: 36px;
		border-top: 0;
		border-bottom: solid 1px #333333;
		position: static;
		margin: 0 0 36px 0;
		font-size: 10px;
	}
	.top_side_con {
		width: 100%;
		border-top: solid 1px #333333;
		border-left: 0;
		margin-top: 33px;
	}
	.top_con03, .top_side_con {
		float: none;
		display: block;
	}
	.top_side_con .side_con:first-of-type {
		border-top: 0;
	}
	.top_con ul.side_ranking_list, 
	.side_ranking_list,
	.side_con .tag_list,
	.top_con ul.news_list,
	.side_con_wrap ul.side_ranking_list,
	.side_con_wrap .side_con ul.tag_list,
	.side_con_wrap .top_con ul.news_list,
	.side_con ul.news_list {
		padding: 25px 8.5% ;
	}
	.top_con ul.news_list,
	.side_con ul.news_list {
		margin: 0;
		font-size: 15px;
	}
	.news_list .date {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.topicPath {
		width: 100%;
		/*padding: 0 10px;*/
		border-right: 0;
		border-left: 0;
	}
	.topicPath li.first {
		display: none;
	}
	.topicPath li {
		height: 24px;
		padding: 1px 17px 0 8px;
		font-size: 6px;
		line-height: 22px;
	}
	.topicPath li.home {
		white-space: nowrap;
	}
	/*.single .topicPath li.home {
		display: none;
	}*/
	.topicPath li:before {
		border: 9px solid transparent;
		border-left-color: #f7f7f7;
		border-right-width: 0;
		border-top-width: 13px;
		border-bottom-width: 13px;
	}
	.topicPath li:after {
		border: 9px solid transparent;
		border-left-color: #333333;
		border-right-width: 0;
		border-top-width: 13px;
		border-bottom-width: 13px;
	}
	.topicPath li a {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.top_con02 .l_title_con > h3:before,
	.top_con03 .l_title_con > h3:before,
	.top_con02 .l_title_con > h3:after,
	.top_con04 > h3:after {
		display: none;
	}
	/* 記事一覧 */
	.l_title_side .l_title_items {
		width: 100%;
		padding-right: 0;
	}
	.l_title_side {
		width: 100%;
		display: block;
		border: 0;
	}
	.l_title_side .l_title_con {
		width: 100%;
		display: block;
		border-right: 0;
	}
	.l_title_side .side_con_wrap {
		display: block;
		border: 0;
		width: 100%;
	}
	.side_con_wrap,
	.side_con_inner {
		position: static!important;
		margin: 0;
	}
	.side_con_inner{
		width: 100%;
		float: none;
	}
	.arch_list {
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.arch_list li {
		float: none;
		width: 100%;
		padding: 8.5% 0;
		margin: 0;
		border-right: 0;
	}
	.arch_list li:last-of-type {
		border-bottom: 0;
	}
	.arch_list .img_wrap {
		width: 83%;
		height: auto;
		margin: 0 8.5%;
		box-sizing: border-box;
	}
	.arch_list .img_wrap .num,
	.ft_recommended_list .img_wrap .num{
		top: 62%;
	}
	.arch_list .dtl {
		padding: 0 8.5%;
	}
	.arch_list .dtl_top {
		margin: 21px 0 13px;
	}
	.arch_list .cate {
		font-size: 14px;
	}
	.arch_list .time {
		font-size: 12px;
	}
	.arch_list .title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.arch_list .author {
		margin-bottom: 9px;
	}
	.wp-pagenavi {
		margin-bottom: 36px;
		height: 36px;
		border-top: solid 1px #333333;
		border-bottom: solid 1px #333333;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		font-size: 10px;
		line-height: 36px;
		height: 36px;
		border-top: 0;
		border-bottom: 0;
	}
	.wp-pagenavi .nextpostslink:after {
		right: auto;
		margin-top: 1px;
		margin-left: 10px;
	}
	.wp-pagenavi .previouspostslink:after {
		left: auto;
		margin-top: 1px;
		margin-left: -61px;
	}
	.side_con_wrap .yarpp-related {
		margin: 0;
	}
	.side_con_wrap ul.ft_recommended_list {
		margin: 0;
		padding: 0;
	}
	.ft_recommended.pc {
		display: none;
	}
	.ft_recommended_list {
		width: 100%;
		box-sizing: border-box;
	}
	.ft_recommended_list li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: 0;
		border-right: 0;
		border-bottom: solid 1px #333333;
		display: table;
		table-layout: fixed;
	}
	.ft_recommended_list li:last-of-type {
		border-bottom: none;
	}
	.ft_recommended_list .img_wrap {
		width: 143px;
		height: auto;
		display: table-cell;
		float: none;
		vertical-align: top;
		z-index: -1;
	}
	.ft_recommended_list .img {
		width: auto;
		height: 141px;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.ft_recommended_list .img_wrap .num {
		display: none;
	}
	.ft_recommended_list .dtl {
		width: auto;
		height: auto;
		float: none;
		padding: 27px 25px 21px;
		display: table-cell;
	}
	.ft_recommended_list .dtl_top {
		margin: -5px 0 4px 0;
	}
	.ft_recommended_list .cate {
		display: block;
		margin-bottom: 9px;
		font-size: 10px;
		width: 100%;
		line-height: 1.6;
		height: 16px;
		overflow: hidden;
	}
	.ft_recommended_list .time {
		padding: 0;
		margin: 0;
		display: block;
		font-size: 8px;
	}
	.ft_recommended_list .title {
		font-size: 12px;
		line-height: 1.55;
		display: block;
		height: 38px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.ft_recommended_list .author {
		display: none;
	}
	.ft_recommended_list .tag {
		font-size: 9px;
		height: 16px;
		overflow: hidden;
	}
	.side_con_wrap .side_con .tag_list {
		margin: 0;
		padding: 25px 20px 39px;
		box-sizing: border-box;
	}
	
	/* 個別ページ */
	.single_top {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	.single_top_item {
		padding: 0;
	}
	.single_top_item .cate_label {
		top: 373px;
	}
	.column .single_top_item > .cate_label {
		display: none;
	}
	.column .single_top_item .tmb_wrap .cate_label {
		position: static;
	}
	.single_top_item .tmb_wrap,
	.single_top_item .tmb_wrap.column {
		width: 100%;
		height: 375px;
		display: block;
		position: relative;
	}
	.single_top_item .tmb_wrap.pc {
		display: none;
	}
	.single_top_item .tmb_wrap img,
	.single_top_item .tmb_wrap.column img {
		width: auto;
		height: 375px;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.single_top_item .tmb_wrap .num {
		top: 72.5%;
		font-size: 26px;
	}
	.single_top_item .dtl {
		width: 100%;
		padding: 21px 8.5%;
		box-sizing: border-box;
	}
	.single_top_item .dtl_top {
		margin-bottom: 8px;
	}
	.single_top_item .cate {
		font-size: 12px;
		margin-right: 13px;
	}
	.single_top_item .time {
		font-size: 9px;
		padding: 0;
	}
	.single_top_item .title {
		font-size: 19px;
		margin: 0 0 10px 0;
	}
	.single_top_item .author {
		font-size: 10px;
		margin-bottom: 7px;
	}
	.single_top_item .tag {
		display: block;
	}
	.single_top_item .tag_item {
		margin-right: 10px;
		font-size: 9px;
	}
	.sns_box.sp {
		display: block;
	}
	.sns_box {
		position: static;
		border-left: 0;
	}
	.sns_box .txt {
		width: 50%;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.sns_box ul {
		width: 50%;
	}
	.sns_box li {
		width: 50%;
	}
	.sns_box li a {
		height: 36px;
		line-height: 36px;
	}
	.sns_box li .facebook {
		line-height: 40px;
	}
	.sns_box li .twitter img {
		width: 16px;
		height: auto;
		border-radius: 0;
		margin: 0;
		display: inline-block;
	}
	.sns_box li .facebook img {
		width: 8px;
		height: auto;
		border-radius: 0;
		margin: 0;
		display: inline-block;
	}
	.single_base_con .author_area .sns_box {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.single_base_con .author_area + .sns_box {
		margin: 0;
		width: 100%;
		display: block;
	}
	.single_base .main {
		border-bottom: 0;
	}
	.single_base_con .dtl {
		margin: 0 15px;
		padding: 5px 0 10px 0;
	}
	.single_base_con .cate,
	.single_base_con .time,
	.single_base_con .tag_item {
		font-size: 10px;
	}
	.single_base_con .cate {
		margin-right: 0px;
	}
	.single_base_con .time {
		padding-left: 14px;
	}
	.single_base_con .time:before {
		width: 10px;
	}
	.single_base_con .title {
		margin: 13px 0 7px 0;
		font-size: 16px;
	}
	.single_base_con .author {
		margin: 0 0 14px 0;
		font-size: 12px;
	}
	.single_base_con .content {
		margin: 0;
		padding: 8.5%;
		line-height: 2.2;
		letter-spacing: 0.1em;
	}
	.single_base_con .content p,
	.single_base_con .content li {
		font-size: 12px;
	}
	.single_base_con .content figcaption {
		line-height: 1.6;
		font-size: 12px;
	}
	.single_base_con .content h4,
	.marker {
		font-size: 18px;
		padding: 0px 6px 8px 0;
	}	
	.single_base_con .tmb_wrap .num {
		font-size: 18px;
		top: 68%;
	}
	.history .single_base_con .tmb_wrap .num {
		top: 57%;
	}
	.exercise .single_base_con .tmb_wrap .num {
		top: 75%;
	}
	.bookshelf .single_base_con .tmb_wrap .num {
		top: 74%;
	}
	.single_base_con .author_area {
		padding: 45px 8.5%;
		position: relative;
	}
	.single_base_con .author_area .area {
		margin-top: 60px;
	}
	.single_base_con .author_area .author_txt {
		float: none;
		width: 100%;
		font-size: 10px;
		letter-spacing: 0.12em;
		line-height: 2.1;
	}
	.single_base_con .author_area img {
		width: 205px;
		height: 205px;
		border-radius: 102px;
		margin-top: 0;
		float: none;
		margin: 0 auto 45px;
		display: block;
	}
	.single_base_con .author_area .author {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.single_base_con .relation_link_area {
		padding: 45px 8.5%;
		font-size: 12px;
	}
	.single_base_con .relation_link_area .title {
		margin-top: 0;
		font-size: 15px;
	}
	
	/* 検索結果 */
	.search_result .msg {
		line-height: 36px;
		margin: 0 -5%;
	}
	
	/* 固定ページ共通 */
	.page .l_title_side .l_title_items {
		margin: 0;
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.page .l_title_con p {
		font-size: 11px;
	}
	.page .l_title_con strong {
		font-size: 13px;
	}
	.page .l_title_con p, 
	.page .l_title_con strong {
		line-height: 2.1;
	}
	h3.top_ttl {
		margin: 15px 0 29px 0;
		padding-bottom: 17px;
	}
	h3.top_ttl .en {
		font-size: 24px;
	}
	h3.top_ttl .jp {
		margin-top: 7px;
		margin-left: 0;
		font-size: 13px;
	}
	.page .contents {
		padding: 50px 15px;
		word-break: break-all;
	}
	
	/* ABOUT */
	.page .about .l_title_side .l_title_items {
		padding: 50px 15px;
	}
	.about .img {
		max-width: 100%;
	}
	.about .l_title_items .img {
		margin-top: 0;
	}
	.about .img {
		margin: 0 auto 50px;
		width: 100%;
		max-width: 270px;
		height: auto;
	}
	.about .l_title_items h4 + p {
		text-align: left;
	}
	.about .outlink_btn {
		margin: 0 0 50px;
	}
	.about .l_title_items p:last-child {
		margin-bottom: 0;
	}
	.con_link_list {
		position: static;
	}
	.con_link_list li a {
		height: 65px;
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.con_link_list .en {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	
	/* PRIVACY POLICY */
	.privacy .outlink_btn {
		margin: 10px 0 42px;
	}
	
	/* GUIDE */
	.guide .contents p {
		margin: 0 0 20px;
	}
	
	/* CONTACT */
	.contact .dtl {
		margin: 15px 0;
	}
	
	/* other */
	.page_404 .contents strong {
		font-size: 20px;
	}
	/* カテゴリー説明文 */
	.arch_subcategory_title{
		font-size: 15px;
	}
	.arch_subcategory_wrap p{
		font-size: 13px;
	}
}