@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.comf
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/* 共通部分 */

* {
	box-sizing: border-box;
}

html {
	font-size: 13px;
}

body {
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	color: #333;
	/* color: #1163aa; */
	line-height: 1.6;
	background: #fff;
	/* background: #eaf4f7; */
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: #0068b7;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

sup,
sub {
	display: inline-block;
	margin: 0 0.2em;
	font-size: 0.76rem;
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.only_pc {
	display: block;
}

.only_sp {
	display: none;
}

.inline_block {
	display: inline-block;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}


#menu_overlay,
body.menu_open #menu_overlay {
	display: none;
}


/**
 * フォントサイズ・ウェイト・デコレーション
 */
.fs25 { font-size: 1.92rem; }
.fs22 { font-size: 1.69rem; }
.fs19 { font-size: 1.46rem; }
.fs16 { font-size: 1.23rem; }
.fs14 { font-size: 1.07rem; }
.fs13 { font-size: 1rem; }
.fs12 { font-size: 0.92rem; }
.fs11 { font-size: 0.85rem; }
.fs10 { font-size: 0.77rem; }
.fs9  { font-size: 0.69rem; }

.fwb { font-weight: bold; }
.fwn { font-weight: normal; }

.tdu { text-decoration: underline; }
.tdn { text-decoration: none; }

.red { color:#ed1c24; }

.blue { color: #0068b7; }

/**
 * マージン・パディング
 */
.mgt1l  { margin: 1em; }
.mgt15l { margin: 1.5em; }
.mgt2l  { margin: 2em; }
.mgt1t  { margin-top: 1em !important; }
.mgt2t  { margin-top: 2em !important; }
.mgt3t  { margin-top: 3em !important; }



/**
 * WordPress Default
 */
.alignleft {
	text-align: left;
}
img.alignleft {
	float: left;
}

.alignright {
	text-align: right;
}
img.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

div.aligncenter,
p.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main .wp-caption-text {
	margin: 5px 0 2em 0;
	text-align: center;
}


/**
 * ヘッダ
 */
#top {
	min-width: 1000px;
}

#header {
	position: relative;
	background: #fff;
}

#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#header.fixed:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#header ul {
	list-style: none;
}

#header .header_inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#header .site_logo {
	margin: 23px 0 15px;
	width: 298px;
	float: left;
	transition: all 0.3s;
}

#header.fixed .site_logo {
	width: 190px;
	margin: 7px 0 0;
}

#header .site_meta {
	float: right;
	overflow: hidden;
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 500px;
}

#header .site_meta.en_cn {
	width: 400px;
}


#header .languages {
	/*float: left;*/
	margin: 13px 25px 0 0;
	font-size: 11px;
	order: 1;
}

#header .languages li:first-child:after {
	content: ' | ';
}

#header .languages li {
	display: inline-block;
}

#header .languages li a {
	display: inline-block;
	padding: 0 0.5em;
	color: #333;
}


#header .text_size {
	/*float: left;*/
	font-size: 11px;
	order: 1;
}

#header .text_size {
	margin: 11px 0 0 0;
	overflow: hidden;
}

#header .text_size .title {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	color: #0068b7;
	font-weight: bold;
}

#header .text_size ul {
	display: inline-block;
	vertical-align: middle;
}

#header .text_size ul li {
	display: inline-block;
	float: left;
}

#header .text_size ul li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	background: url(../img/text_size.png) no-repeat 0 0;
	text-indent: -999em;
}

#header .text_size ul li.active a,
#header .text_size ul li a:hover {
	background-position: 0 bottom;
}

#header .text_size ul li.medium a {
	background-position: -22px 0;
}
#header .text_size ul li.medium.active a,
#header .text_size ul li.medium a:hover {
	background-position: -22px bottom;
}

#header .text_size ul li.large a {
	background-position: -44px 0;
}
#header .text_size ul li.large.active a,
#header .text_size ul li.large a:hover {
	background-position: -44px bottom;
}

#header .common_nav {
	/*float: right;*/
	background: #0068b7 url("../img/common_nav_bg.png") no-repeat 0 bottom;
	padding: 10px 10px 10px 50px;
	border-radius: 0 0 8px 0 / 0 0 8px 0;
	line-height: 1.4;
	order: 1;
}

#header .common_nav li {
	display: inline-block;
}

#header .common_nav li:first-child:after {
	content: ' | ';
	color: #fff;
}

#header .common_nav li a {
	display: inline-block;
	padding: 0 0.5em 0 0.7em;
	line-height: 1;
	color: #fff;
}


#header.fixed .languages,
#header.fixed .text_size,
#header.fixed .common_nav {
	display: none;
}

#header.fixed .search {
	padding-top: 15px;
	pddding-bottom: 0;
	transition: all 0.3s;
}

#header.fixed .company_logo {
	margin-top: 15px;
	transition: all 0.3s;
}


#header .search {
	width: 250px;
	/*float: right;*/
	padding: 25px 0 0 0;
	order: 4;
}

#header .search form {
	background: #333;
	padding: 1px;
}

#header .search .search_input {
	width: 200px;
	border: 0;
	background: #fff;
	padding: 0.4em 1em;
}

#header .search .search_submit {
	background: #333;
	color: #fff;
	border: 0;
	width: 40px;
	text-align: center;
}

#header .search_sp {
	display: none;
}

#header .company_logo {
	clear: both;
	margin: 23px 16px 0 20px;
	/*float: right;*/
	order: 5;
}

#header .sp_menu_trigger {
	display: none;
}


#header .nav {
	position: relative;
}


#header .nav ul {
	width: 1000px;
	margin: 0 auto;
	list-style: none;
}

#header .nav ul:after {
	content:"";
	display:block;
	clear:both;
}

#header .nav li a {
	display: block;
	position: relative;
	float: left;
	width: 154px;
}

#header .nav li a span {
	display: block;
	height: 37px;
	text-indent: -999em;
	background: url("../img/nav.png") no-repeat 0 0;
	overflow: hidden;
}

#header .nav li a:hover span {
	opacity: 0.7;
}

#header .nav li:nth-child(2) a {
	width: 185px;
}
#header .nav li:nth-child(2) a span {
	background-position: -154px 0;
}

#header .nav li:nth-child(3) a {
	width: 175px;
}
#header .nav li:nth-child(3) a span {
	background-position: -339px 0;
}

#header .nav li:nth-child(4) a {
	width: 137px;
}
#header .nav li:nth-child(4) a span {
	background-position: -514px 0;
}

#header .nav li:nth-child(5) a {
	width: 109px;
}
#header .nav li:nth-child(5) a span {
	background-position: -651px 0;
}

#header .nav li:nth-child(6) a {
	width: 135px;
}
#header .nav li:nth-child(6) a span {
	background-position: -760px 0;
}

#header .nav li:nth-child(7) a {
	width: 105px;
}
#header .nav li:nth-child(7) a span {
	background-position: -895px 0;
}

#header .nav li .sub-menu {
	position: absolute;
	top: 37px;
	left: 0;
	width: 100%;
	min-height: 76px;
	background: #0068b7;
	padding: 30px 0;

	z-index: 1;

	opacity: 0;
/*
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
*/

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	pointer-events: none;
}

#header .nav li:hover .sub-menu {
	opacity: 1;
/*
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
*/
	pointer-events: auto;
}

#header .nav li:hover a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: calc( 50% - 3px );
	z-index: 9;
	pointer-events: none;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}

#header .nav li .sub-menu a:after {
	content: none;
}



#header .nav li .sub-menu ul {
	background: transparent;
}

#header .nav li .sub-menu li {
	display: inline-block;
	width: auto;
}

#header .nav li .sub-menu li a {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 35px;
	padding-left: 10px;
	text-indent: 0;
	color: #fff;
	background: url("../img/nav_arrow.png") no-repeat 0 center;
}




/**
 * フッタ
 */
#footer {
	background: #fff;
}

#footer .page_top {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#footer .page_top a {
	position: absolute;
	/* left: 920px; */
	right: 20px;
	top: -60px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
	background: url("../img/page_top.png") no-repeat 0 0;

	pointer-events: none;
	opacity: 0;
}


#footer .page_top a.active {
	pointer-events: auto;
	opacity: 0.9;
}

#footer .page_top a.fixed {
	position: fixed;
	left: auto;
	top: auto;
	bottom: 10px;
/*	margin-left: 920px; */
}

#footer .page_top a:hover {
	opacity: 0.7;
}


#footer .footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 58px 0;
}

#footer .copyright {
	text-align: center;
	color: #fff;
	background: #0068b7;
	margin: 0;
	padding: 1em;
	font-size: 11px;
}


#footer .footer_nav ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#footer .footer_nav li {
	margin: 0;
	padding: 0 14px;
	border-left: solid 1px #e6e6e6;
}

#footer .footer_nav li:first-child {
	border: 0;
	padding-left: 0;
}

#footer .footer_nav li:last-child {
	padding-right: 0;
}


#footer .footer_nav a {
	display: block;
	background: url("../img/footer_arrow.png") no-repeat 0 0.2em;
	padding: 0 0 0 18px;
	color: #0068b7;
	font-weight: bold;
}

#footer .footer_nav .sub-menu {
	display: block;
	margin: 1em 0;
	max-width: 10em;
}

#footer .footer_nav .sub-menu li {
	float: none;
	width: auto;
	border: 0;
	padding: 0 0 0 10px;
	margin: 0.5em 0;
	font-size: 0.85rem;
}

#footer .footer_nav .sub-menu li.category-top{
	display: none;
}

#footer .footer_nav .sub-menu a {
	color: #333;
	background: url("../img/footer_arrow_s.png") no-repeat 0 0.5em;
	padding: 0 0 0 8px;
	font-weight: normal;
}


#footer .footer_nav .sub_nav ul {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #e6e6e6;
}

#footer .footer_nav .sub_nav ul li {
	padding-left: 36px;
	padding-right: 36px;
}

#footer .footer_nav .sub_nav ul li:first-child {
	border: 0;
	padding-left: 0;
}

#footer .footer_nav .sub_nav ul li:last-child {
	padding-right: 0;
}

#footer .footer_nav .sub_nav ul.noBorder {
	/*border-top:none;*/
	display: none;
}

/*#footer .footer_nav .sub_nav ul li.langu {
	display: none;
}*/


/**
 * main 配下
 */

.main {
	background: #ebf5f8;
}

.main p {
	margin: 1em 0;
}

.main h1 {
	font-size: 1.92rem;
	line-height: 1.3;
	margin: 80px 0 2em;
	color: #0068b7;
	text-align: center;
}

.main h2 {
	font-size: 1.69rem;
	line-height: 1.3;
	margin: 2em 0;
	color: #0068b7;
	text-align: center;
}

.main h2.underline {
	text-align: left;
	border-bottom: solid 1px #ddd;
	margin-bottom: 30px;
}

.main h3 {
	font-size: 1.46rem;
	line-height: 1.3;
	margin: 2em 0;
	color: #0068b7;
	text-align: center;
}

.main h3.underline {
	text-align: left;
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
}

.main h3.leftalign {
	text-align: left;
	margin-bottom: 5px;
}

.main h4 {
	font-size: 1.23rem;
	line-height: 1.3;
	margin: 2em 0;
	color: #0068b7;
	text-align: center;
}

.main h4.leftalign {
	text-align: left;
	margin-bottom: 5px;
}

.main h5 {
	font-size: 1.07rem;
	line-height: 1.3;
	margin: 2em 0;
	color: #0068b7;
	text-align: center;
}

.main h5.leftalign {
	text-align: left;
	margin-bottom: 5px;
}


.main h1.first,
.main h2.first,
.main h3.first,
.main h4.first,
.main h5.first {
	margin-top: 0;
}


.main ol {
	margin: 0 0 1em 0;
	padding: 0;
}

.main ol.parenthesis {
	list-style: none;
	counter-reset: parenthesis;
}

.main ol.parenthesis li {
	text-indent: -1.6rem;
}

.main ol.parenthesis li::before {
	counter-increment: parenthesis;
	content: "("counter(parenthesis)") ";
}

.main ul {
	margin: 0 0 1em 0;
	padding: 0;
}

.main ol li,
.main ul li {
	margin: 0 0 0 2em;
	padding: 0;
}

.main table {
	width: 100%;
	margin: 1em 0;
}

.main table.tblW80 {
	width: 80%;
	margin: 1em 0;
}


.main td,
.main th {
	padding: 10px;
	border: solid 1px #0068b7;
	vertical-align: middle;
	font-weight: normal;
	background: #fff;
}

.main thead th {
	background: #cce1f1;
	color: #0068b7;
}

.main tbody th {
	background: #eaf4f7;
}

.main hr {
	margin: 60px 0;
	border: solid 1px #0068b7;
	border-width: 1px 0 0 0;
}

.main pre {
	max-width: 100%;
	background: #f6f6f6;
	border: solid 1px #eee;
	padding: 0.5em 1em;
	overflow: auto;
	font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;
}

.main_contents {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	transition: all 0.3s;
}

.with_sidebar {
	overflow: hidden;
}

.main_section {
	padding: 60px;
	border-radius: 10px;
	background: #fff;
}

.with_sidebar .main_section {
	float: left;
	width: 760px;
}

.topic_path {
	margin: 0 0 30px;
	font-size: 0.85rem;
	color: #3c3c3c;
}

.topic_path ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topic_path ol li {
	display: inline;
	margin: 0;
}

.topic_path ol li:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 7px;
	background: url("../img/topic_path_arrow.png") no-repeat 0 0;
	background-size: contain;
	margin: 0 0.5em 0 1em;
}

.topic_path ol li:last-child:after {
	content: none;
}

.topic_path ol li a {
	text-decoration: underline;
}

.topic_path ol li a:hover {
	text-decoration: none;
}


.sidebar {
	float: right;
	width: 230px;
}


.sidebar ul,
.sidebar ol {
	margin: 0;
}

.sidebar ul li,
.sidebar ol li {
	margin-left: 0;
}

.sidebar_wrap {
	position: relative;
}

.sidebar.fixed {
	position: fixed;
	top: 86px;
	left: auto;
	right: auto;
	margin: 0 auto;
	width: 1000px;
}

.sidebar .sidebar_inner {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 30px;
}

.sidebar .side_nav h2 {
	margin: 0;
	padding: 30px 0.5em;
	background: #0068b7;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	color: #fff;
	font-size: 1.23rem;
}

.sidebar .dropdownInput,
.sidebar .dropdownBox {
	display: none;
}

.sidebar .side_nav > ul {
	width: 200px;
	margin: 0 0 0 auto;
	padding: 0;
	border: solid 1px #0068b7;
	background: #fff;
	border-radius: 6px;
	list-style: none;
}

.sidebar .side_nav.with_hx > ul {
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
}

.sidebar .side_nav > ul > li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #0068b7;
	font-size: 1.15rem;
	font-weight: bold;
}

.sidebar .side_nav > ul > li:first-child {
	border: 0;
}

.sidebar .side_nav > ul > li a,
.sidebar .side_nav > ul > li span {
	display: block;
	padding: 20px;
}

.sidebar .side_nav .sub-menu {
	list-style: none;
	border-top: dashed 1px #0068b7;
	margin: 0;
	padding: 20px 0;
	font-size: 1.07rem;
}

.sidebar .side_nav .sub-menu > li a {
	padding: 5px 10px 5px 30px;
	background: url("../img/link_arrow.png") no-repeat 19px 0.8em;
}




.sidebar .widgets {
	width: 200px;
	margin: 0 0 0 auto;
}

.sidebar .widgets ul {
	list-style: none;
}

.sidebar .widgets .widget-container {
	margin: 20px 0;
	padding: 18px;
	border: solid 1px #0068b7;
	background: #fff;
	border-radius: 6px;
	color: #0068b7;
}

.sidebar .widgets .widget-container:last-child {
	margin-bottom: 0;
}

.sidebar .widgets .widget-title {
	margin: -18px -18px 18px -18px;
	padding: 10px 0.5em;
	border-bottom: solid 1px #0068b7;
	background: #0068b7;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.08rem
}

.sidebar .widgets .intro_letter .widget-title {
	background: transparent;
	color: #0068b7;
}

.sidebar .widgets .link_button .widget-title {
	background: transparent;
	color: #0068b7;
	border: 0;
	margin-bottom: -18px;
}

.sidebar .widgets .related_links li {
	margin: 0.5em 0;
	font-size: 1.07rem;
	font-weight: bold;
}

.sidebar .widgets .related_links li a {
	display: inline-block;
	padding-left: 13px;
	background: url("../img/link_arrow.png") no-repeat 3px center;
}

.sidebar .widget-link{
	display: none;
}

/**
 * TOPICS の一覧
 */
.topics ul {
	margin: 30px auto 0;
	list-style: none;
	overflow: hidden;
}

.topics ul li {
	float: left;
	width: 264px;
	margin: 15px 0 15px 44px;
	font-size: 0.93rem;
}

.topics ul li:first-child,
.topics ul li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.topics ul li a {
	color: #333;
}

.topics ul li img {
	border-radius: 8px;
	height: 148px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.topics ul li .date {
	display: block;
	color: #0068b7;
	margin: 0.2em 0 -0.5em;
}

.topics ul li .body {
/*	display: block; */
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 1em 0;
}


/**
 * リンクアイコン
 */

.main_section a.external {
}
#header .nav li .sub-menu a[target="_blank"]:after,
#footer a.external:after,
#footer a[target="_blank"]:after,
.main a.external:after,
.main a[target="_blank"]:after,
.main_section a.external:after,
.main_section a[target="_blank"]:after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 13px;
	margin: 0 3px 0 6px;
	background: url(../img/ico_external.png) no-repeat 0 0;
	background-size: cover;
	vertical-align: -1px;
}

/* リンクアイコン除外用 */

.main_section a.no-icon:after {
	background-image: none !important;
}


#header .nav li .sub-menu a[target="_blank"]:after {
	background: url(../img/ico_external_w.png) no-repeat 0 0;
	background-size: cover;
	position: static;
	display: inline-block;
	border: 0;
}

#footer .sub-menu a.external:after,
#footer .sub-menu a[target="_blank"]:after {
	width: 10px;
	height: 9px;
}

/*
.main_section a.mailto {
}
.main_section a.mailto:after,
.main_section a[href^="mailto:"]:after
*/

.main_section a.pdf {
}
.main a.pdf:after,
.main a[href$=".pdf"]:after,
.main_section a.pdf:after,
.main_section a[href$=".pdf"]:after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 17px;
	margin: 0 3px 0 6px;
	background: url("../img/ico_pdf.png") no-repeat 0 0;
	background-size: cover;
	vertical-align: -3px;
}

.main_section a.ppt {
}
.main a.ppt:after,
.main a[href$=".ppt"]:after,
.main a[href$=".pptx"]:after,
.main a[href$=".pps"]:after,
.main_section a.ppt:after,
.main_section a[href$=".ppt"]:after,
.main_section a[href$=".pptx"]:after,
.main_section a[href$=".pps"]:after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 17px;
	margin: 0 3px 0 6px;
	background: url("../img/ico_ppt.png") no-repeat 0 0;
	background-size: cover;
	vertical-align: -3px;
}

.main_section a.xls {
}
.main a.xls:after,
.main a[href$=".xls"]:after,
.main a[href$=".xlsx"]:after,
.main_section a.xls:after,
.main_section a[href$=".xls"]:after,
.main_section a[href$=".xlsx"]:after {
	display: inline-block;
	content: '';
	width: 14px;
	height: 17px;
	margin: 0 3px 0 6px;
	background: url("../img/ico_xls.png") no-repeat 0 0;
	background-size: cover;
	vertical-align: -3px;
}

.main_section a.doc {
}
.main a.doc:after,
.main a[href$=".doc"]:after,
.main a[href$=".docx"]:after,
.main_section a.doc:after,
.main_section a[href$=".doc"]:after,
.main_section a[href$=".docx"]:after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 17px;
	margin: 0 3px 0 6px;
	background: url("../img/ico_doc.png") no-repeat 0 0;
	background-size: cover;
	vertical-align: -3px;
}

/*
.main_section a.zip {
}
.main_section a.zip:after,
.main_section a[href$=".zip"]:after,
.main_section a[href$=".lha"]:after,
.main_section a[href$=".gz"]:after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 17px;
	margin: 0 3px 0 6px;
	background: url(../img/ico_zip.png) no-repeat 0 0;
	background-size: cover;
	vertical-align: -2px;
}
*/

.main_section a.arrow {
	display: inline-block;
	padding-left: 13px;
	background: url("../img/link_arrow.png") no-repeat 3px center;
	color: #333;
}

.main_section a.no_icon {
}

.main a.no_icon:after
.main_section a.no_icon:after {
	content: none;
	margin: 0;
}

.main_section a.no_external {
}




/**
 * スクロールバー
 */
.main ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.main ::-webkit-scrollbar-track {
	border: 0;
	background: #eee;
	border-radius: 8px;
}

.main ::-webkit-scrollbar-thumb {
	background: #0068b7;
	border-radius: 8px;
}


/**
 * ボタン状のリンク
 */
.button a,
a.button {
	display: inline-block;
	border: solid 2px #0068b7;
	text-align: center;
	padding: 0.8em 1.5em;
	font-weight: bold;
	background: #fff;
}

.button a {
	display: block;
}

p.button {
	margin: 1em 0;
}

.button a:before,
a.button:before {
	content: url("../img/button_arrow.png");
	margin-right: 4px;
	vertical-align: 0.1em;
}


/**
 * リンクリスト
 */
.main ul.link_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main p + ul.link_list {
	margin-top: -1em;
}

.main .link_list > li {
	margin: 0;
	padding: 0;
}

.main  .link_list > li a {
	display: inline-block;
	padding-left: 13px;
	background: url("../img/link_arrow.png") no-repeat 3px 6px;
	color: #333;
}


/**
 * リンク
 */
.main a.link_arrow::after {
	content: " >>";
	position: absolute;
	transform: translateX(3px) translateY(-1px);
}


/**
 * 四角リスト
 */
.main ul.square {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main ul.square > li {
	margin: 0;
	padding: 0 0 0 18px;
	background: url("../img/square.gif") no-repeat 0 3px;
}

.main ul.access li {
	margin-bottom: 1rem;
}

.main ul.access li:last-of-type {
	margin-bottom: 0;
}


/**
 * ※（アスタリスク）リスト
 */
 .main ul.asterisk {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -1.1em;
}

.main ul.asterisk :before {
	margin: 0;
	padding-right: 0.1em;
	display: inline;
	content: "※";
}
/**
 * 3カラムのナビゲーション
 */
.main .col3_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.main .col3_nav li {
	float: left;
	width: 31%;
	margin: 0 0 20px 0;
	margin-left: 3.5%;
	min-height: 4em;
	text-align: center;
	border: solid 1px #0068b7;
	font-size: 1.23rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
	padding: 0;
}

.main .col3_nav li:nth-child(3n+1) {
	margin-left: 0;
}

.main .col3_nav a {
	margin: 0;
	padding: 0.5em 0;
	margin-left: 3.5%;
	min-height: 4em;
	text-align: center;
	width: 100%;
	font-size: 1.23rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.3;
}

.main .col3_nav li a.linkno  {
	pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/
text-decoration:none;/*下線を消す*/
		color: #0068b7;
}

/*@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .col3_nav li.linkno{
    padding-top: 1.5em;
  }
}*/

/**
 * 3カラムのナビゲーション レスポンシブ---------------
 */

@media screen and (max-width:767px) {
	.main .col3_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.main .col3_nav li {
	float: left;
	width: 47.5%;
	margin: 0 0 20px 0;
	margin-left: 5%;
	min-height: 4em;
	text-align: center;
	border: solid 1px #0068b7;
	font-size: 1.23rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
}
	.main .col3_nav li:nth-child(3n+1) {
	margin-left: 5%;
}
	.main .col3_nav li:nth-child(odd) {
	margin-left: 0;
}

.main .col3_nav a {
	/*margin: 0 0 20px 0;
	margin-left: 5%;*/
	min-height: 4em;
	text-align: center;
	width: 100%;
	font-size: 1.23rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.3;
}
}

/**
 * 3カラムアイコン付きのナビゲーション---------------
 */
.main .col3_dnav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.main .col3_dnav li {
	float: left;
	width: 31%;
	margin: 0;
	padding: 0;
	margin-left: 3.5%;
}

.main .col3_dnav li:nth-child(3n+1) {
	margin-left: 0;
}

.main .col3_dnav a {
	min-height: 5em;
	text-align: left;
	padding: 1em 0.5em 1em 55px;
	margin: 0 0 20px 0;
	border: solid 1px #0068b7;
	font-size: 1.23rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.3;
}

.main .col3_dnav li#icon_01 {
	background: url(../img/divisions_icon/icon_01.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_02 {
	background: url(../img/divisions_icon/icon_02.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_03 {
	background: url(../img/divisions_icon/icon_03.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_04 {
	background: url(../img/divisions_icon/icon_04.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_05 {
	background: url(../img/divisions_icon/icon_05.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_05_2 {
	background: url(../img/divisions_icon/icon_05.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_06 {
	background: url(../img/divisions_icon/icon_06.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_07 {
	background: url(../img/divisions_icon/icon_07.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_08 {
	background: url(../img/divisions_icon/icon_08.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_09 {
	background: url(../img/divisions_icon/icon_09.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_10 {
	background: url(../img/divisions_icon/icon_10.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_11 {
	background: url(../img/divisions_icon/icon_11.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_12 {
	background: url(../img/divisions_icon/icon_12.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_13 {
	background: url(../img/divisions_icon/icon_13.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_14 {
	background: url(../img/divisions_icon/icon_14.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_15 {
	background: url(../img/divisions_icon/icon_15.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_16 {
	background: url(../img/divisions_icon/icon_16.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_17 {
	background: url(../img/divisions_icon/icon_17.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_18 {
	background: url(../img/divisions_icon/icon_18.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_19 {
	background: url(../img/divisions_icon/icon_19.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_20 {
	background: url(../img/divisions_icon/icon_20.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_21 {
	background: url(../img/divisions_icon/icon_21.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_22 {
	background: url(../img/divisions_icon/icon_22.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_23 {
	background: url(../img/divisions_icon/icon_23.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_23_2 {
	background: url(../img/divisions_icon/icon_23.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_24 {
	background: url(../img/divisions_icon/icon_24.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_25 {
	background: url(../img/divisions_icon/icon_25.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_26 {
	background: url(../img/divisions_icon/icon_26.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_27 {
	background: url(../img/divisions_icon/icon_27.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_28 {
	background: url(../img/divisions_icon/icon_28.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_29 {
	background: url(../img/divisions_icon/icon_29.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_30 {
	background: url(../img/divisions_icon/icon_30.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_31 {
	background: url(../img/divisions_icon/icon_31.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_32 {
	background: url(../img/divisions_icon/icon_32.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_33 {
	background: url(../img/divisions_icon/icon_33.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_34 {
	background: url(../img/divisions_icon/icon_34.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_35 {
	background: url(../img/divisions_icon/icon_35.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_36 {
	background: url(../img/divisions_icon/icon_36.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_37 {
	background: url(../img/divisions_icon/icon_37.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_38 {
	background: url(../img/divisions_icon/icon_38.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_38_2 {
	background: url(../img/divisions_icon/icon_38.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_39 {
	background: url(../img/divisions_icon/icon_39.png) no-repeat 10px 20px;
}
.main .col3_dnav li#icon_40 {
	background: url(../img/divisions_icon/icon_40.png) no-repeat 10px 20px;
}


/**
 * 2カラムのフレーム
 */
.main .col2 {
	margin: 0 0 95px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .col2 .col2_sgl {
	margin-bottom: 0;
	width: 100%;
}

.main .col2 .col2_dbl {
	margin-bottom: 50px;
	width: 47.5%;
}

.main .col2 .col2_dbl:last-of-type,
.main .col2 .col2_dbl:nth-last-of-type(2) {
	margin-bottom: 0;
}

.main .col2_dbl h2 {
	margin: 0 0 10px;
	border-bottom: solid 1px #0068b7;
	text-align: left;
}

.main .col2_sgl ul,
.main .col2_dbl ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .col2_sgl p + ul,
.main .col2_dbl p + ul {
	margin-top: -1em;
}

.main .col2_sgl ul > li,
.main .col2_dbl ul > li {
	margin: 0;
	padding: 0;
}

.main .col2_sgl ul > li a,
.main .col2_dbl ul > li a {
	color: #333;
}


/**
 * 背景色付きのボックス
 */
.main .bgcolor_box {
	padding: 1em;
	background: #eaf4f7;
}


/**
 * 注意書き
 */
.main .attention {
	padding: 1px 20px;
	border: solid 2px #ed1c24;
}

.main .attention ul {
	margin: 1em 0;
	list-style: none;
}

.main .attention li {
	overflow: hidden;
	display: block;
	margin: 0.7em 0;
	padding: 0;
}

.main .attention li .meta {
	display: inline-block;
	float: left;
	width: 7em;
}

.main .attention li .date {
	display: inline-block;
	width: 6em;
	margin-right: 1.5em;
}

.main .attention li .body {
	display: block;
	overflow: hidden;
}
/**
 * 人間ドック　料金一覧（税抜）
 */
.main .attentionS_r {
	padding: 1px 10px;
	border: solid 1px #ed1c24;
	display: block;
	overflow: hidden;
	margin-left: auto;
	text-align:center;
	width:30%;
}

@media screen and (max-width:480px) {
	.attentionS_r{
	padding: 1px 10px;
	border: solid 1px #ed1c24;
	display: block;
	overflow: hidden;
	text-align:center;
	width:100% !important;;
	}
}



/**
 * 取材・掲載されました
 */
.main .published {
	margin: 0;
	border: solid 1px #ddd;
	padding: 22px;
}

.main .published ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .published li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.main .published img {
	float: left;
	margin-right: 30px;
}

.main .published_inner {
	overflow: hidden;
}


/**
 * corner_nav
 */
.main .corner_nav h1:before {
	content: url("../img/visitor_ico.png");
	margin-right: 10px;
	vertical-align: -0.2em;
}


.main .corner_nav ul {
	list-style: none;
	overflow: hidden;
}

.main .corner_nav ul li {
	float: left;
	width: calc( 100% / 3 );
	text-align: center;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}

.main .corner_nav ul li a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%;
	line-height: 1.3;
}


/**
 * hours
 */
.main .hours {
	position: static;
	box-shadow: none;
	margin: 0 0 30px;
	width: auto;
	overflow: hidden;
}

.main .hours p {
	margin: 0;
}

.main .hours h2 {
	margin-top: 0;
}

.main .hours h2:before {
	content: url("../img/hours_ico.png");
	margin-right: 10px;
	vertical-align: -0.4em;
}

.main .hours h3 {
	margin: 0;
}

.main .hours_inner {
	padding: 0 0 10px 330px;
	text-align: center;
	background: url("../img/hours_image.jpg") no-repeat 0 center;
}

.main .hours p.button {
	clear: both;
}

.main .hours p.button a {
	display: inline-block;
}

.main .hours h3 span {
	display: inline-block;
	margin-top: 0;
	color: #0068b7;
	font-size: 1.23rem;
	font-weight: normal;
}

.main .hours h3:before {
	content: url("../img/top/hours_ico1.png");
	margin-right: 5px;
	vertical-align: -0.3em;
}

.main .hours .close h3:before {
	content: url("../img/top/hours_ico2.png");
}

.main .hours .reception,
.main .hours .close {
	width: 50%;
	float: left;
	margin: 0 0 30px;
	padding: 0 0.5em;
}

.main .hours .reception {
	border-right: solid 1px #0068b7;
}


/* 「所属医師」の表 */
.main .table-doctors th {
	font-weight: bold;
}

.main .table-doctors td {
	vertical-align: top;
}

.main .table-doctors .position,
.main .table-doctors .name {
	text-align: center;
	white-space: nowrap;
}

.main .table-doctors .position {
	vertical-align: middle;
	color: #0068b7;
	font-weight: bold;
}


/* お知らせ */
.news ul {
	margin: 30px 0 0 -30px;
	padding: 0 1.5em 0 30px;
	list-style: none;
}

.news ul + ul {
	margin-top: 0;
}

.news ul.sticky li:last-child {
	border-bottom: solid 1px #0068b7;
	background: none;
}

.news ul li {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url("../img/line_dot.gif") repeat-x 0 bottom;
}

.news ul li.new:before {
	content: url("../img/ico_new.png");
	position: absolute;
	left: -16px;
	top: -6px;
}

.news ul li a {
	display: block;
	padding: 1em 0;
	overflow: hidden;
}

.news ul li .meta {
	display: inline-block;
	float: left;
	width: 14em;
}

.news ul li .meta.no_category {
	width: 7.5em;
}

.news ul li .body {
	display: block;
	overflow: hidden;
	color: #333;
}

.news ul li.sticky .body {
	color: #e60012;
	font-weight: bold;
}

.news ul li .date {
	display: inline-block;
	width: 6em;
	margin-right: 1.5em;
}

.news ul li .category {
	display: inline-block;
	width: 6.5em;
	text-align: center;
	font-size: 0.85rem;
	background: #999;
	padding: 0.15em;
	color: #fff;
}

.news ul li .category.medical {
	/* 医療関係者 */
	background: #6eb478;
}

.news ul li .category.patient {
	/* 患者さん */
	background: #b9828c;
}

.news ul li .category.recruit {
	/* 採用 */
	background: #64b4b4;
}

.news ul li .category.others {
	/* その他 */
	background: #bea078;
}

.news ul li .category.important {
	/* 重要 */
	background: #d93636;
}

/* 検索結果 */
body.search-results .news ul {
	margin: 0 0 30px -30px;
}

body.search-results .news ul li {
	padding-bottom: 0;
	margin: 0;
	line-height: 1.8;
}

body.search-results .news ul li .meta {
	padding-top: 0.3em;
}

body.search-results .news ul li .body {
	font-size: 1.38rem;
	font-weight: bold;
	color: #0068b7;
}

body.search-results .news ul li .excerpt {
	color: #333;
}

body.search-results .news ul li .excerpt p {
	margin: 0;
}


/**
 * フォーム
 */
.mw_wp_form_input .confirm_only {
	display: none;
}
.mw_wp_form_confirm .input_only {
	display: none;
}

.mw_wp_form .error {
	clear: both;
}

.inquiry .lead strong,
.inquiry .must strong {
	color: #f00;
	font-weight: normal;
}

.inquiry .lead {
	margin-bottom: 3.5rem;
}

.inquiry {
	font-size: 1.08rem;
}

.inquiry ul {
	margin: 0;
	list-style: none;
}

.inquiry ul li,
.inquiry .mwform-radio-field {
	margin: 0 0 1rem 0;
	padding: 0;
	display: inline-block;
	/*float: left;
	width: 30%;*/
	width: 49%;
}

.inquiry .mwform-radio-field:nth-of-type(2n+1) {
	clear: left;
	/*margin-bottom: 0;*/
}
/*--20200706追加----*/
.inquiry .mwform-radio-field .sex {
	margin: 0 0 1rem 0;
	padding: 0;
	display: inline-block;
	/*float: left;
	width: 30%;*/
	width: 20%;
}

.inquiry .mwform-radio-field:nth-of-type(2n+1) {
	clear: left;
	/*margin-bottom: 0;*/
}
/*--/20200706追加----*/
.inquiry .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.inquiry ul li:nth-last-of-type(2),
.inquiry ul li:last-of-type {
	margin-bottom: 0;
}

.inquiry dl {
	padding: 20px 15px;
	border-top: solid 1px #0068b7;
}

.inquiry dl:last-of-type {
	border-bottom: solid 1px #0068b7;
}

.inquiry dl::after {
	content: " ";
	clear: both;
	display: block;
}

.inquiry dt,
.inquiry dd {
	float: left;
}

.inquiry dt {
	width: 24%;
}

.inquiry dd {
	width: 76%;
}

.main_section input[type="text"],
.main_section textarea {
	padding: 10px 5px;
	width: 50%;
}

.main_section dl dd.wdt_aut input[type="text"],
.main_section dl dd.wdt_aut textarea {
	padding: 10px 5px;
	width: auto !important;
}

.main_section textarea {
	resize: none;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	width: auto;
}

.main_section input[type="email"] {
	padding: 10px 5px;
}

.main_section input[type="text"],
.main_section input[type="email"],
.main_section textarea {
	font-size: 1.0rem;
}

.imain_section input[type="text"]#age{
	width: 20%;
}

.inquiry dd .mwform-radio-field:nth-last-of-type(2),
.inquiry dd .mwform-radio-field:last-of-type {
	/*margin-bottom: 0;*/
}

.inquiry .note {
	margin: 40px 0 0;
	padding: 1.7rem 1rem;
	border: solid 2px #0068b7;
	text-align: center;
}

.inquiry .thanks {
	font-size: 1.7rem;
}

.inquiry .thanks-txt {
	margin-bottom: 150px;
}

.inquiry .thanks,
.inquiry .thanks-txt {
	text-align: center;
}

.inquiry .submit {
	text-align: center;
}

.inquiry input[type="submit"],
.inquiry a.submit_button {
	margin: 50px 0 0;
	padding: 1.45rem 4.0rem;
	background-color: #0068b7;
	max-width: 100%;
	color: #fff;
	border-style: none;
	border-radius: 5px;
	font-size: 1.5rem;
	cursor : pointer;
	letter-spacing: 0.1em;
}

.inquiry .submit p ~ p {
	margin-left: 1.0rem;
}

.inquiry .submit {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}

.inquiry input[name="submitBack"],
.inquiry input[name="confirm"] {
	padding: 0.5rem 4.0rem;
}

.inquiry input[name="submitBack"] {
	margin-right: 2rem;
}




/* Responsive
-----------------------------------------------------------*/

@media screen and (max-width:767px) {

	.only_pc {
		display: none;
	}

	.only_sp {
		display: block;
	}

	#top {
		min-width: auto;
	}

	#header .header_inner {
		width: auto;
	}
	
	body.menu_open #header .header_inner {
		padding-bottom: 15px;
	}

	#header .languages,
	#header .text_size,
	#header .common_nav,
	/*#header .search,*/
	#header .nav,
	#footer .footer_inner,
	.topic_path,
	.sidebar .side_nav {
		display: none;
	}
	
	#header .site_meta{
		width: 100%;
	}

	#header .site_logo,
	#header.fixed .site_logo {
		width: 189px;
		margin: 12px 0 16px 10px;
		clear:both;
		float: none;
		position: absolute;
	}


	
	#header .search {
		display: block;
	/*	clear:both;*/
		width: 100%;
		padding: 15px 10px 10px;
			order: 6;
	}
	
	body.menu_open #header .search {
		display: none;
	}
	
	#header .search form {
		display: flex;
		align-items: center;
	}
	
	#header .search .search_input {
		width: 80%;
		border: 0;
		background: #fff;
		padding: 0.4em 1em;
	}

	#header .search .search_submit {
		background: #333;
		color: #fff;
		border: 0;
		width: 20%;
		text-align: center;
	}





	#header .company_logo,
	#header.fixed .company_logo {
		clear: none;
		width: 64px;
		margin: 18px 10px 0 0;
	}

	#header .sp_menu_trigger {
		/*float: right;*/
		display: inline-block;
		margin: 21px 10px 0 0;
		order: 6;
	}

	#header .sp_menu_trigger a,
	#header .sp_menu_trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#header .sp_menu_trigger a {
		position: relative;
		width: 25px;
		height: 22px;
	}
	#header .sp_menu_trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		overflow: hidden;
		text-indent: -999em;
	}
	#header .sp_menu_trigger span:nth-of-type(1) {
		top: 0;
	}
	#header .sp_menu_trigger span:nth-of-type(2) {
		top: 10px;
	}
	#header .sp_menu_trigger span:nth-of-type(3) {
		bottom: 0;
	}

	body.menu_open #header .sp_menu_trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	body.menu_open #header .sp_menu_trigger span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: sp_menu_anim .8s forwards;
		animation: sp_menu_anim .8s forwards;
	}
	@-webkit-keyframes sp_menu_anim {
		100% {
			height: 0;
		}
	}
	@keyframes sp_menu_anim {
		100% {
			height: 0;
		}
	}
	body.menu_open #header .sp_menu_trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}


	#menu_overlay {
		left: 0;
		top: 60px;
		z-index: 900;
		background: #fff;
		opacity: 0.8;
	}


/**
 * WordPress Default
 */
	.wp-caption {
		max-width: 100%;
	}

	body.menu_open #menu_overlay {
		display: block;
	}

	/* スマホのメニューをヘッダーのメニューにする場合 */
	/*
	#header .nav {
		display: block;
		position: absolute;
		left: 0;
		top: 69px;
		width: 100%;
		background: #ebf5f8;
		z-index: 999;

		opacity: 0;
		-webkit-transform: translate(0, 10px);
		-moz-transform: translate(0, 10px);
		-ms-transform: translate(0, 10px);
		transform: translate(0, 10px);

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		pointer-events: none;
	}

	body.menu_open #header .nav {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);

		pointer-events: auto;
	}


	#header .nav ul {
		width: auto;
	}

	#top #header .nav li a {
		width: auto;
	}

	#header .nav li a {
		display: block;

		float: none;
		margin: 1px 30px 0;
		padding: 1em 0 1em 25px;
		background: url(../img/nav_arrow_down_sp.png) no-repeat 4px center;
		background-size: 15px 15px;
		border-bottom: solid 1px #e1f0f4;
		font-weight: bold;
		font-size: 1.09rem;
	}

	#header .nav li.open a {
		background-image: url(../img/nav_arrow_up_sp.png);
	}

	#header .nav li:hover a:after {
		content: none;
	}

	#header .nav li a span {
		text-indent: 0;
		background: transparent;
		height: auto;
	}


	#header .nav li .sub-menu,
	#header .nav li:hover .sub-menu {
		position: static;
		display: block;
		min-height: 0;
		padding: 0;
		opacity: 1;

		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;

		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;

		background: #fff;
	}

	#header .nav li .sub-menu ul {
		margin: 0 50px;
		padding: 0;
	}

	#header .nav li .sub-menu li {
		display: block;
	}

	#header .nav li .sub-menu li a {
		display: block;
		color: #333;
		margin: 0;
		padding: 1em 0 1em 9px;
		background-image: url(../img/nav_arrow_sp.png);
		background-size: 3px 7px;
		font-size: 0.92rem;
		font-weight: normal;
		border-color: #f4f9fa;
	}

	#header .nav li .sub-menu li:last-child a {
		border: 0;
	}

	#header .nav li .sub-menu ul:after {
		content: none;
	}

	スマホのメニュー　ここまで */

	/* スマホのメニューをフッタのメニューにする場合 */

	#footer .footer_inner {
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}

	#footer .copyright {
		margin: 0;
	}

	#footer .footer_nav {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		background: #ebf5f8;
		box-shadow: 0 4px 4px rgba(128,128,128,0.1);
		z-index: 999;

		opacity: 0;
		-webkit-transform: translate(0, 10px);
		-moz-transform: translate(0, 10px);
		-ms-transform: translate(0, 10px);
		transform: translate(0, 10px);

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		pointer-events: none;
	}

	/* #footer .footer_nav { */
	body.menu_open #footer .footer_nav {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);

		pointer-events: auto;
	}


	#footer .footer_nav ul {
		width: auto;
		display: block;
	}

	#footer .footer_nav li {
		padding: 0;
	}

	#top #footer .footer_nav li a {
		width: auto;
	}

	#footer .footer_nav li a {
		display: block;

		float: none;
		margin: 1px 30px 0;
		padding: 1em 0 1em 25px;
		background: url("../img/nav_arrow_down_sp.png") no-repeat 4px center;
		background-size: 15px 15px;
		border-bottom: solid 1px #e1f0f4;
		font-weight: bold;
		font-size: 1.09rem;
	}

	#footer .footer_nav li.open a {
		background-image: url("../img/nav_arrow_up_sp.png");
	}

	#footer .footer_nav li:hover a:after {
		content: none;
	}

	#footer .footer_nav li a span {
		text-indent: 0;
		background: transparent;
		height: auto;
	}


	#footer .footer_nav li .sub-menu,
	#footer .footer_nav li:hover .sub-menu {
		position: static;
		display: block;
		min-height: 0;
		max-width: 100%;
		margin: 0;
		padding: 0;
		opacity: 1;

		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;

		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;

		background: #fff;
	}

	#footer .footer_nav li .sub-menu ul {
		margin: 0 50px;
		padding: 0;
	}

	#footer .footer_nav li .sub-menu li {
		display: block;
		margin: 0 50px;
		padding: 0;
	}
	
	#footer .footer_nav li .sub-menu li.category-top{
		display: block;
		margin-left: 35px;
	}

	#footer .footer_nav li .sub-menu li a {
		display: block;
		color: #333;
		margin: 0;
		padding: 1em 0 1em 9px;
		background: url("../img/nav_arrow_sp.png") no-repeat 0 center;
		background-size: 3px 7px;
		font-size: 0.92rem;
		font-weight: normal;
		border-color: #f4f9fa;
	}

	#footer .footer_nav li .sub-menu li:last-child a {
		border: 0;
	}

	#footer .footer_nav li .sub-menu ul:after {
		content: none;
	}

	/* スマホのメニュー　ここまで */

	#footer .footer_nav .sub_nav {
		margin: 0;
	}

	#footer .footer_nav .sub_nav ul {
		margin: 0;
		padding: 0 30px;
		border: 0;
		overflow: hidden;
	}

	#footer .footer_nav .sub_nav ul:nth-of-type(odd) {
		background: #def0f4;
	}

	#footer .footer_nav .sub_nav ul li,
	#footer .footer_nav .sub_nav ul li:first-child {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	#footer .footer_nav .sub_nav ul.noBorder {
	/*border-top:none;*/
	display: block;
}

/*	#footer .footer_nav .sub_nav ul li.langu {
		display: inline;
	}*/
	
	#footer .footer_nav .sub_nav ul li:nth-child(2n+1) {
		clear: both;
	}

	#footer .footer_nav .sub_nav ul li a {
		margin: 0;
		padding-left: 9px;
		background: url("../img/nav_arrow_sp.png") no-repeat 0 center;
		background-size: 3px 7px;
		font-size: 0.85rem;
		font-weight: normal;
	}


	#footer .page_top a {
		right: 10px;
	}


	.main_contents,
	.with_sidebar .main_section,
	.sidebar,
	.sidebar.fixed {
		width: auto;
		float: none;
		position: static;
	}

	.sidebar .sidebar_inner {
		position: static;
	}

	.sidebar .widget-link{
		display: block;
	}

	.sidebar .widgets {
		width: auto;
		margin: 0 30px 30px;
		display: none;
	}

	.main_section {
		margin-left: 10px;
		margin-right: 10px;
		padding: 15px 10px 60px;
	}

	.main h1 {
		font-size: 1.54rem;
	}

	.main h2 {
		font-size: 1.35rem;
	}

	.main h3 {
		font-size: 1.15rem;
	}

/*	.main .col3_nav li {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.main .col3_dnav li {
		float: none;
		width: auto;
		margin-left: 0;
	}*/

	.main .published img {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}

	.main .table_wrap {
		overflow: auto;
	}

	.main .table_wrap table {
		min-width: 640px;
	}


	.main .col2 {
		display: block;
	}

	.main .col2 .col2_sgl,
	.main .col2 .col2_sgl:nth-last-of-type(2) {
		margin-bottom: 30px;
		width: 95%;
	}

	.main .corner_nav ul li {
		width: 50%;
		background-size: contain;
	}

	.main .corner_nav ul li a {
		padding: 0.5em 0.2em;
		width: 95%;
	}

	.main .corner_nav ul li a.button:before {
		content: '';
	}

	.main .hours_inner {
		padding: 0 0 200px 0;
		background-position: center bottom;
	}

	.main .col2 .col2_dbl:nth-of-type(n) {
		margin-bottom: 50px;
		width: 100%;
	}

	.main  .link_list > li a {
		background-position: 3px 5px;
	}

	.sidebar .side_nav {
		position: relative;
		display: inline-block;
		margin: 0 30px;
		width: calc(100% - 60px);
		z-index: 100;
	}

	.sidebar .side_nav h2 {
		display: none;
	}

	.sidebar .side_nav #tgl {
		display: none;
	}

	.sidebar .side_nav .menu-items {
		position: absolute;
		border: solid 2px #0068b7;
		top: 0;
		width: 85%;
		visibility: hidden;
		opacity: 0;
		list-style: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		pointer-events: none;
		overflow-y: scroll;
		max-height: calc(100vh - 101px);
		scrollbar-width: none;
	}

	.sidebar .side_nav .menu-items::-webkit-scrollbar{
		display: none;
	}

	.sidebar .side_nav .dropdownInput:checked ~ .menu-items {
		visibility: visible;
		opacity: 1;
		top: 0;
		pointer-events: auto;
	}

	.sidebar .side_nav .dropdownBox,
	.sidebar .side_nav .item {
		display: block;
		position: relative;
		text-decoration: none;
		font-size: 1.08rem;
		font-weight: bold;
  }

	.sidebar .side_nav .item {
		padding: 1em 1.5em;
	}

	.sidebar .side_nav .dropdownBox .text {
    padding: 0.5em 1.5em;
    display: inline-block;
    border: solid 1px #0068b7;
		width: 85%;
    text-align: center;
	}

	.sidebar .side_nav .dropdownBox .arrow {
		position: absolute;
		display: inline-block;
		background: url(../img/dropdown_arrow.png) no-repeat #0068b7 center center;
		width: 15%;
		height: 100%;
		top: 0;
		right: 0;
	}

	.sidebar .side_nav .dropdownInput:checked ~ .dropdownBox .arrow {
		transform: rotateZ(180deg);
	}

	.sidebar .side_nav .item {
		border-bottom: dashed 1px #c0daed;
	}

	.sidebar .side_nav li:last-of-type .item {
		border-bottom: none;
	}

	.sidebar .side_nav .dropdownBox,
	.sidebar .side_nav .dropdownInput:checked + label,
	.sidebar .side_nav .item {
		background: #fff;
		color: #0068b7;
  }

	.sidebar .side_nav > ul {
		border-radius: 0 !important;
	}

	.topics ul {
		width: auto;
	}

	.topics ul {
		padding: 0;
	}

	/*
	.topics ul li {
		width: 49%;
		margin: 0 0 0 2%;
		padding: 0 10px;
	}
	
	.topics ul li:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}
	
	.topics ul li:first-child,
	.topics ul li:nth-child(3n+1) {
		clear: none;
		margin-left: 0;
	}
	*/

	.topics ul li,
	.topics ul li:nth-child(odd),
	.topics ul li:first-child,
	.topics ul li:nth-child(3n+1) {
		float: none;
    width: 300px;
    max-width: 100%;
    margin: 15px auto 45px;
	}

	
	.topics ul li img {
		width: 100%;
		height: auto;
	}

	/**
	 * フォーム
	 */
	.inquiry dl {
		padding: 20px 7.5px;
	}

	.inquiry ul li,
	.inquiry .mwform-radio-field {
		float: none;
		width: 100%;
	}

	.inquiry .mwform-radio-field:nth-of-type(2n+1) {
		margin-bottom: 1rem;
	}

	.inquiry ul li:nth-last-of-type(2) {
		margin-bottom: 1rem;
	}

	.inquiry dt,
	.inquiry dd {
		float: none;
		width: 100%;
	}

	.inquiry dt {
		margin-bottom: 0.5rem;
	}

	.main_section input[type="text"],
	.main_section input[type="email"],
	.main_section textarea {
		width: 100%;
	}

	.mwform-tel-field input[type="text"],
	.mwform-zip-field input[type="text"] {
		width: auto;
	}
/*
	.main_section input[name="tel"]  {
		width: 28%;
	}
*/

	.inquiry .submit.confirm {
		display: block;
	}

	.inquiry .submit.confirm p:first-of-type input[type="submit"] {
		margin-right: 0;
	}

	.inquiry .submit.confirm p:last-of-type input[type="submit"] {
		margin-top: 0;
	}

	.inquiry .submit {
		display: block;
	}
	
	.news ul {
		margin: 30px 0 0 0;
		padding: 0;
	}
	
	.news ul li {
		margin: 0 15px;
		padding: 0;
	}
	
	.news ul li a {
		padding: 20px 0;
	}
	
	.news ul li.new:before {
		top: 2px;
	}

/* 検索結果 20210604追加*/
body.search-results .news ul {
	margin: 0 0 30px -10px;
}

body.search-results .news ul li {
	padding-bottom: 0;
	margin: 0 15px 0 30px;
	line-height: 1.8;
}


}


@media screen and (max-width:480px) {
	.inquiry .submit input[type="submit"] {
		padding: 1.45rem 0;
		font-size: 1.08rem;
		min-width: 100%;
	}

	.inquiry .submit.confirm input[type="submit"] {
		padding: 0.5rem 0;
		min-width: 100%;
	}
}

/**
	 * 汎用スタイル
	 */
/*-----レイアウト-------*/
.main .column-box img {
  margin: 0 auto;
}
.main .columns .column-box img {
  width: auto;
  height: auto;
}
.main .caption {
  font-size: 80%;
}
/*-----20210519 追記-----------------*/
img.pcW50 {
  width: 50%;
  height: auto;
	-webkit-backface-visibility: hidden;

}

@media screen and (max-width:480px) {
img.pcW50 {
		width: auto;
	}
}


/*-----/20210519 追記-----------------*/


.main .columns,
.main .columns-half {
  display: table;
  width: 100%;

}
.main .column {
  display: table-cell;
  vertical-align: top;
}
.main .column:first-child {
  padding-right: 10px;
}
.main .column:last-child {
  padding-left: 10px;
}
.main .columns-half .column {
  display: table-cell;
  vertical-align: top;
  width: 50%; float:left;
}
.main .columns-half .column:first-child {
  padding-right: 10px;
}
.main .columns-half .column:last-child {
  padding-left: 10px;
}


@media screen and (max-width:480px) {
.main .columns-half,
.main .columns-half .column{
/*display: block;*/
  width: 100%;
	}
}


/*----------画像3----------------*/
.main .columns-3 {
  display: table;
  width: 100%;
}
.main .columns-3 .column {
  display: table-cell;
  vertical-align: top;
}
.main .columns-3 .column:nth-child(1) {
   padding-left: 5px;
	padding-right: 10px;
}
.main .column:nth-child(2) {
  padding-left: 7px;
  padding-right: 7px;
}
.main .column:nth-child(3) {
  padding-left: 10px;
	padding-right: 5px;
}
.main .columns-3 .column {
  display: table-cell;
  vertical-align: top;
  width:-webkit-calc((100% * 1/3) );
  width:calc((100% * 1/3) );
  float:left;
}
.main .columns-3 .column:nth-child(1) {
   padding-left: 5px;
	padding-right: 10px;
}
.main .columns-3 .column:nth-child(2) {
  padding-left: 7px;
  padding-right: 7px;
}
.main .columns-3 .column:nth-child(3) {
  padding-left: 10px;
	padding-right: 5px;
}
	
@media screen and (max-width:480px) {
	.main .columns-3 .column {
  /*display: table-cell;*/
  vertical-align: top;
  width: 100%;
}
	}

/* margin / padding */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml00 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}


ul.list-note {
  list-style: none;
  margin: 0;
　padding: 0;
}
ul.list-note > li {
  position: relative;
  text-indent: -0.8em;
}

ul.list-note2 {
  list-style: none;
  margin: 0 0 0 -1em;
　padding: 0;
}
ul.list-note2 > li {
position: relative;
  text-indent: -1em;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

/*------ボタン-----------------*/

.button-wrap {
  text-align: center;
}

.button-blue {
  position: relative;
  width: 300px;
  min-height: 55px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 1.46rem;
  line-height: 2em;
  cursor: pointer;
  padding: 0.44em 10px 0.42em 10px;
  background-color: #0068b7;
  text-align: center;
}
.button-blue:link {
  color: #fff;
}
.button-blue:hover,
.button-blue:focus {
  background-color: #1A77BE;
  text-decoration: underline;
}
.button-blue:after {
  content: " ";
  height: 17px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background: transparent url(../img/Barrow.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:480px) {
	.button-blue{
		padding: 1.08rem 0;
		font-size: 1.08rem;
		min-width: 80%;
		width: 100%;
	}
}
 .flexbox {
     display: flex;
 }
.button-2 {
	margin: auto;
	width: 45%;
  min-height:48px;
  vertical-align: middle;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 1.46rem;
  line-height: 2em;
padding: 0.44em 10px 0.42em 10px;
background-color: #0068b7;
	 text-align: center;
 }
		
.button-2:link {
  color: #fff;
}
.button-2:hover,
.button-2:focus {
  background-color: #1A77BE;
  text-decoration: underline;
}	


.float-left {
  float: left;
  margin: 0 1em 5px 0;
}
.float-left img {
 margin-top:0;
}

.float-right {
  float: right;
  margin: 0 0 5px 1em;
}
.float-right img {
 margin-top:0;
}

@media screen and (max-width:480px) {
.float-left {
    margin: 0 0px 5px 0;
    float: none;
    width: 100%;
    height: auto;
  }
.float-right {
    margin: 0 0 5px 0px;
    float: none;
    width: 100%;
    height: auto;
  }
}

