@charset "utf-8";

/*
Theme Name: sojitz-ins template
Theme URI: http://www.sojitz-ins.com/
Author: Seeds Create.
Author URI: https://seeds-create.co.jp/
Version: 1.1
*/

/* 

【注意!】このファイルは編集しないでください。

テンプレートを簡単にアップデートできるように、このファイルは編集しないようにしてください。
スタイルシートをカスタマイズしたい場合は、編集したい部分をコピーして、 custom.css に
ペーストしてから編集するようにしてください。
このファイルを直接編集すると、テンプレートアップデートの際に編集内容が失われます。
-------------------------------------------------------------------------------------------*/

@import url("css/font-awesome.min.css");
@import url("css/font-awesome-ie7.min.css");


/* ==========================================================================
   1. 準備
   ========================================================================== */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}audio, canvas, video{display: inline-block;}audio: not([controls]){display: none;height: 0;}[hidden]{display: none;}html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}body{margin: 0;}a:focus{outline: thin dotted;}a:active, a:hover{outline: 0;}h1{margin: 0.67em 0;font-size: 2em;}abbr[title]{border-bottom: 1px dotted;}b, strong{font-weight: bold;}dfn{font-style: italic;}hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}mark{background: #ff0;color: #000;}code, kbd, pre, samp{font-size: 1em;font-family: monospace, serif;}pre{white-space: pre-wrap;}q{quotes: "\201C" "\201D" "\2018" "\2019";}small{font-size: 80%;}sub, sup{position: relative;vertical-align: baseline;font-size: 75%;line-height: 0;}sup{top: -0.5em;}sub{bottom: -0.25em;}img{border: 0;}svg: not(: root){overflow: hidden;}figure{margin: 0;}fieldset{margin: 0 2px;padding: 0.35em 0.625em 0.75em;border: 1px solid #c0c0c0;}legend{padding: 0;border: 0;}button, input, select, textarea{margin: 0;font-size: 100%;font-family: inherit;}button, input{line-height: normal;}button, select{text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="subm it"]{cursor: pointer;-webkit-appearance: button;}button[disabled], html input[disabled]{cursor: default;}input[type="checkbox"], input[type="radio"]{box-sizing: border-box;padding: 0;}input[type="search"]{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}input[type="search"]: : -webkit-search-cancel-button, input[type="search"]: : -webkit-search-decoration{-webkit-appearance: none;}button: : -moz-focus-inner, input: : -moz-focus-inner{padding: 0;border: 0;}textarea{overflow: auto;vertical-align: top;}table{border-spacing: 0;border-collapse: collapse;}
img { vertical-align:bottom }

/* 1.1 初期設定 
   ========================================================================== */



html {
	font-size: 14px;
}

body {
    position: relative;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-family: arial, sans-serif;
}

.win body, textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.win input, select {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.mac body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body, textarea, pre {
    line-height: 1.5;
}

ul li{
	list-style: none;
}
a{
	cursor: pointer;
}
a, 
a:visited {
    color: #06c;
    text-decoration: underline;
}

a:hover, 
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}

article a:active {
	color:#3366CC;
	text-decoration:underline;
}
article a:link {
	color:#3366CC;
	text-decoration:underline;
}

.wrapper {
    margin: 0 auto;
}

.banner-inner, 
.container-inner, 
.footer-menu-inner, 
.footer-inner {
    margin: 0 auto;
    max-width: 1170px; /* ページ全体の幅 */
}

/* Clear */
.clear {
	clear:both;
}

.container:before,
.entry:before,
.entry-content:before,
.social-buttons:before,
.entry-navi:before,
.sidebar:before, /* ...? */
.footer-menu-inner:before,
.footer-inner:before,
.widget-item:before,
.search-bar:before,
.c3:before,
.c2:before,
.c1:before,
.cf:before { content:""; display:table; }

.container:after,
.entry:after,
.entry-content:after,
.social-buttons:after,
.entry-navi:after,
.sidebar:after, /* ...? */
.footer-menu-inner:after,
.footer-inner:after,
.widget-item:after,
.search-bar:after,
.c3:after,
.c2:after,
.c1:after,
.cf:after { content:""; display:table; clear:both; }

.container,
.entry,
.entry-content,
.social-buttons,
.entry-navi,
.sidebar, /* ...? */
.footer-menu-inner,
.footer-inner,
.widget-item,
.search-bar,
.c3,
.c2,
.c1,
.cf { zoom:1; }


/* ページTOPへ
========================================================================== */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #16479B;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/* ==========================================================================
   2. タイトルとナビゲーション
   ========================================================================== */

/* 2.2 サイトタイトル、サイトの説明
   ========================================================================== */

.banner {
    text-align: left;
    zoom: 1;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(255,255,255,.9);
    width: 100%;
    padding: 0 20px;
}
.banner-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-inner a{
  width: 29%;
  display: block;
}
.banner-inner .header-image {
	/*width:420px;*/
}
.banner-inner .header-right{
  width: 71%;
  padding: 1em 0 8px;
}
@media print, screen and (min-width: 769px) {
	.banner-inner {
		min-height: 73.5px;
	}	
}



/* 2.2 ヘッダーメニュー
   ========================================================================== */

.headernavi {
	overflow:hidden;
	margin: 0;
  display: flex;
  justify-content: flex-end;
}
.headernavi-inner {
}
.headernavi ul {
    list-style: none;
    text-align: left;
	padding:0;
	margin:0;
  display: flex;
}
.headernavi li {
	padding:5px;
    white-space: nowrap;
    margin: 0 7px;
}
/*WP検索*/	
.headernavi .post-top-search {
	width: 25%;
}
.search-box .search-input {
  margin-bottom: 0;
	padding: .7em .6em;	
}
/*ここまで*/
.headernavi li a {
	margin:0;
    color: #000000;
	font-size: 1.0rem;
	font-weight:normal;
}
.headernavi li:nth-child(2) a:before {
  font-family: FontAwesome;
	content: "\f059";
	font-weight:400;
}
 .headernavi li:nth-child(3) a:before {
  font-family: FontAwesome;
	content: "\f0e0";
	font-weight:400;
}

.headernavi li a, 
.headernavi li a:visited {
    text-decoration: none;
}
.headernavi li a:hover {
	/*border-bottom:1px dotted #999999;*/
}



/* 2.3 グローバルメニュー
   ========================================================================== */

.glovalnavi {
   display: flex;
   justify-content: flex-end;
}

.glovalnavi-inner {
  width: 100%;
}
.glovalnavi ul {
  width: 100%;
    list-style: none;
	padding:0;
	margin:0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.glovalnavi li {
  margin-right: 40px;
    white-space: nowrap;
    padding: 0;
	display:block;
}
.glovalnavi li:last-child{
  margin-right: 0;
}
.glovalnavi li a {
  width: 100%;
    padding: 10px 0 8px;
	margin:0;
    color: #000000;
	font-size: 14px;
	font-weight:normal;
	display:block;
}
.glovalnavi li a, 
.glovalnavi li a:visited {
    text-decoration: none;
}
.glovalnavi li a:hover {
	color: #17479B;
	border-bottom:5px solid #17479B;
}
.glovalnavi li:active {
}
.glovalnavi li.current-menu-item a {
	color: #17479B;
	border-bottom:5px solid #17479B;
}



/* 第二階層
 * box-shadowやpaddingのキャンセルは無駄に見えるかもしれないが、
 * skinによって必要な場合があるので消してはいけない。


.glovalnavi ul ul {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 15px 0 0;
    border: none;
    background-image: none;
}

.glovalnavi li li {
    position: relative;
    display: block;
    clear: left;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-top-width: 0;
    background: #fff;
    box-shadow: none;
    font-weight: normal;
}

.glovalnavi li li:first-child {
    border-top-width: 1px;
}

.glovalnavi li li:last-child {
}

.glovalnavi li li:hover {
    background: #f3f3f3;
    border-bottom: 1px solid #bbb;
}

.glovalnavi li li a {
    padding: 0;
    background: none;
    box-shadow: none;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.glovalnavi li li:hover > a,
.glovalnavi li li a:hover {
    box-shadow: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.glovalnavi li li a:before {
    content: none;
}

.glovalnavi ul ul ul {
    top: -1px;
    left: 100%;
    padding-top: 0;
}

.glovalnavi ul li:hover > ul {
    display: block;
}
 */
/* 2.4 パンくずリスト
   ========================================================================== */

.breadcrumb {
    margin: 0 auto 10px auto;
	padding: 10px 15px;
	background: #e8e7e4;
}
.breadcrumb ol {
	max-width:1170px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
}

.breadcrumb ol li {
    color: #888;
    display: inline;
    padding: 0 5px 0 0;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.breadcrumb ol li a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.breadcrumb ol li a:hover {
}

.breadcrumb ol li a:after {
    color: #ccc;
    content: " > ";
}

/* ==========================================================================
   3. コンテンツ
   ========================================================================== */

.container {
    padding-bottom: 20px;
}
.container.no-header {
	padding-top:100px;
}

/* アーカイブページのタイトル */
.page-title {
    margin: 0;
    padding: 18px 0 22px;
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: normal;
    font-size: 20px;
    font-size: 1.54rem;
    line-height: 1.5;
}

/* アーカイブページのコンテンツ */
.archive-content {
	padding: 20px 0;
	height:auto;
	border-bottom:1px solid #999999;
}
.main .archive-content p {
	text-align:left;
	margin:0;
	padding:0 !important;
	overflow:hidden;
}
.archive-content .time {
	float:left;
	padding:1px 0;
}
.archive-content .category {
	width:120px;
	text-align:center;
	background-color:#637d8a;
	color:#FFFFFF;
	padding:3px 0;
	margin:0 10px;
	font-size:12px;
	float:left;
}
.archive-content .category a {
	color:#FFFFFF;
}
.archive-content .title {
	padding:1px 0;
	float:left;
}
.archive-content .title a{
	color:#16479b;
}
.archive-content .title a:hover {
	text-decoration:underline;
}




/* 3.1 レイアウト
   ========================================================================== */

/* ２カラム（左サイドバー） */

.right_sidebar .contents { /* main + sidebar1 */
    display: block;
    float: none;
    width: auto;
}

/*.right_sidebar .main {
    float: left;
    margin-right: -32%; / sidebar + margin(20) /
    width: 100%;
}

.right_sidebar .main-inner {
    margin-right: 32%; / sidebar + margin(20) /
}

.right_sidebar .sidebar1 {
    float: right;
    width: 30%;
}

.right_sidebar .sidebar2 {
    float: right;
    clear: right;
    width: 30%;
}*/

.right_sidebar .contents-inner {
    display: flex;
    width: 100%;
}

.right_sidebar .main {
   width: 68%;
   margin-left: 2%;
   order: 2;
}

.right_sidebar .sidebar1 {
    width: 30%;
	order: 1;
}

.right_sidebar .sidebar2 {
    float: right;
    clear: right;
    width: 30%;
}

/* １カラム（サイドバー無し） */

.column1 .contents {
    display: inline;
    width: 100%;
}

.column1 .main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.column1 .sidebar1, 
.column1 .sidebar2 {
    display: none;
}



.widget-contentfooter {
	border-top:3px solid #666;
	text-align:left;
	background-color:#F5F5F5;
	padding:0 20px 20px 20px;
	}

h3.footer-title,
.entry-content h3.footer-title,
.textwidget h3.footer-title {
	text-align:center;
	font-size:240%;
	padding:0 0px 10px 0px;
	border-bottom:1px solid #999;
	}

/* 見出し装飾
   ========================================================================== */

.h1, 
.entry-content h1,
.textwidget h1 {
    color: #222;
    font-size:24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 0.5em;
    padding: 0;
}

.h2, 
.entry-content h2,
.textwidget h2 {
	position: relative;
	z-index: 0;
    margin: 2em 0 1em;
    /*padding: .8em .1em .7em;*/
    padding: .8em 1em .7em;
    border-top: 5px solid #16479B;
    border-bottom: 1px solid #ccc !important;
    color: #222;
    text-align: left !important;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.33;
}

.h3, 
.entry-content h3,
.textwidget h3 {
    margin: 1.5em 0 1em;
	padding: .5em .7em .4em;
    border-left: 15px solid #16479B !important;
    color: #16479B;
    text-align: left !important;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
}

.h4, 
.entry-content h4,
.textwidget h4 {
	position: relative;
	z-index: 0;
	overflow: hidden;
    margin: 2em 0 1em;
    padding: .8em .8em .7em;
    border-top: 1px solid #ccc;
    border-radius: 4px;
    background: #e6e6e6;
    /*background: -webkit-linear-gradient(top, #eee 0%, #e9e9e9 100%);
    background:         linear-gradient(top, #eee 0%, #e9e9e9 100%);*/
    box-shadow: 0 1px 2px rgba(000, 000, 000, .066) inset;
    color: #222;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.33;
}

.h4:before, 
.entry-content h4:before,
.textwidget h4:before {
	content: '';
	position: absolute;
	display: block;
	background: #eee;
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 100% 4px;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #ccc;
}

.h5, 
.entry-content h5,
.textwidget h5 {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.2;
}
h5:before{
  content: '';
  width: 15px;
  height: 15px;
  margin-left: -20px;
  margin-right: 5px;
  display: inline-block;
  background: #16479B;
}
.h6, 
.entry-content h6,
.textwidget h6 {
  margin: 0;
    padding: 5px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #16479B;
    display: inline-block;
}

.entry-content img,
.textwidget img {
    height: auto;
    max-width: 100%;
}

.h1 a, 
.h2 a, 
.h3 a, 
.h4 a, 
.h5 a, 
.h6 a, 
.h1 a:visited, 
.h2 a:visited, 
.h3 a:visited, 
.h4 a:visited, 
.h5 a:visited, 
.h6 a:visited, 
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a, 
h1 a:visited, 
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited {
    color: #222;
    text-decoration: none;
}

.h1 a:hover, 
.h2 a:hover, 
.h3 a:hover, 
.h4 a:hover, 
.h5 a:hover, 
.h6 a:hover, 
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
    color: #222;
    text-decoration: underline;
}

/* ウィジェット
   ========================================================================== */

.widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #222;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.16rem;
    line-height: 1.3;
}

.widget .entry-title a {
    text-decoration: none;
}

.widget .entry-title a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   3.2 メインエリア
   ========================================================================== */

.entry,
.main .widget {
    margin: 0 0 20px;
    text-align: left;
}

.entry > *:last-child,
.main .widget > *:last-child {
    margin-bottom: 0;
}

.main p {
    margin: 0 0 1.5em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}
.main p.align-right{
	text-align: right;
}
.main p small {
    color: #222333;
    font-size: 12px;
    font-size: 0.93rem;
}

.main blockquote {
    margin: 20px;
    padding: 1.5em;
    border: 1px #ccc solid;
    border-radius: 4px;
    background: #f3f3f3;
}

.main blockquote > :first-child {
    margin-top: 0;
}

.main blockquote > :last-child {
    margin-bottom: 0;
}

.main pre {
    margin: 20px 20px 20px 20px;
    padding: 14px 14px; 
    border: 1px #ccc solid;
    border-radius: 4px;
    color: #222333;
    text-align: left;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    white-space: pre-wrap; 
    word-wrap: break-word;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

.main dl {
    margin: 20px 20px 20px 20px;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

/*.main dt {
    font-weight: bold;
}*/

.main dd {
    margin-left: 2em;
}

.main ul {
    /*margin: 0 0 1.5em 3em;*/
    padding: 0;
    list-style-type: disc;
    text-align: left;
}

.main ol {
    margin: 0 0 1.5em 3em;
    padding: 0;
    list-style-type: decimal;
    text-align: left;
}

.main li {
    margin: 0;
    padding: 0;
    color: #222333;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.95;
}

.main table {
    margin: 0 0 1em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.main th, 
.main td {
    padding: 0.75em 1em;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.main th {
    background: #f3f3f3;
    font-weight: bold;
    color: #333;
}

/* ブログ投稿
   ========================================================================== */

.entry-content {
    color: #222;
    line-height: 1.95;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* アイキャッチ */

.entry-img {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    max-width: 30%;
}

.entry-img img {
    width: inherit;
    height: auto;
}

.column1 .entry-img img {
    max-width: 100%;
}

.right_sidebar .entry-img img {
    max-width: 100%;
}

/* 続きを読む */

a .moretext {
    display: block;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
}

a:hover .moretext {
}

/* ソーシャルボタン */

#social-buttons {
    text-align: left;
}

.sb-button {
    float: left;
    margin: 20px 15px 5px 0;
}

/* メタ情報 */

.entry-meta {
    margin: 0 0 20px;
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
    color: #666;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 2;
}

.entry-meta a, 
.entry-meta a:visited, 
.entry-meta a:hover {
    color: #666;
}

/* ウィジェット
   ========================================================================== */

.main .widget-title {
    margin: 0;
    padding: 0 0 1em;
    color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.39rem;
    line-height: 1.3;
}

.main .widget ul {
    margin: -10px 0 0;
}

.main .widget ul li {
    padding: 6px 0 5px;
    border-bottom: 1px solid #ddd;
    list-style: none ;
}

.main .widget ul li ul {
    margin: 2px 0 2px 1em;
}

.main .widget ul li li {
    margin: 0 0 0 13px;
    padding: 0 0 2px;
    border-bottom: none;
    background: none;
    list-style: none;
}

/* アーカイブ */

.main .widget_archive {
}

/* カスタムメニュー */

.main .widget_nav_menu {

}

/* カテゴリー */

.main .widget_categories {

}

/* カレンダー */

.main .widget_calendar {

}

/* タグクラウド */

.main .widget_tag_cloud {

}

/* リンク */

.main .widget_links {
}

/* 固定ページ */

.main .widget_pages {
}

/* 最近のコメント */

.main .widget_recent_comments {
}

/* 最近の投稿 */

.main .widget_recent_entries {
}

.main .widget_recent_entries .post-date {
    float: right;
    margin-top: .3em;
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
}

/* 検索 */

.main .widget_search {

}

/* ページャー（数字）
   ========================================================================== */

.page-navi {
    text-align: left;
	margin-top:20px;
	margin-left: 2%;
	margin-right: 2%;
}

.page-navi .page-numbers {
    margin: 0 2px 1em 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page-navi a.page-numbers, 
.page-navi .current, 
.page-navi a.next, 
.page-navi a.prev {
    padding: 5px 12px;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
    box-shadow: 0 1px 2px rgba(000, 000, 000, .1);
    color: #222;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Arial, Helvetica, sans-serif;
}

.page-navi .dots {
    margin: 0 2px 1em 0;
    padding: 5px 5px;
}

a.page-numbers:hover {
    border: 1px solid #aaa;
    background: #ccc;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

a.page-numbers:active {
    box-shadow: 0 1px 1px rgba(000, 000, 000, 0.6) inset;
}

.page-navi .current {
    border: 1px solid #444;
    border-radius: 4px;
    background: #666;
    background: -webkit-linear-gradient(top, #555 0%, #777 100%);
    background:         linear-gradient(top, #555 0%, #777 100%);
    box-shadow: 0 2px 3px rgba(000, 000, 000, 0.5) inset;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(000, 000, 000, 1);
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Arial, Helvetica, sans-serif;
}

/* ページャー（前後）
   ========================================================================== */

.entry-navi {
    clear: both;
    margin: 0 auto;
    color: #999;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.entry-navi .previous {
    float: left;
    margin: 0 0 1em;
    width: 100%;
    text-align: left;
}

.entry-navi .next {
    float: right;
    margin: 0 0 1em;
    width: 100%;
    text-align: right;
}

/* コメント＆トラックバック
   ========================================================================== */

#comments, 
#respond {
    margin: 20px 0 0;
    padding: 1px 20px;
    background: #f3f3f3;
    text-align: left;
}

#respond {
    padding: 1px 20px 20px;
}

#comments a:hover, 
#respond a:hover {
}

#comments h3.title, 
h3#reply-title {
    margin: 15px 0 15px;
    padding: 0;
    color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.24rem;
    line-height: 1.3;
}

#comments p.wait{margin: 5px;color: #F00;}
#comments .comment-meta a:hover{color: #ccc;}

/* コメント */

ul.commentlist, 
ul.pinglist {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

li.comment, 
li.trackback {
    position: relative;
    margin: 15px 0;
    padding: 15px 0 0;
    border-top: 1px dotted #ccc;
}

.commentlist .reply a {
    position: absolute;
    top: 15px !important;
    right: 0;
    margin: 0;
    padding: 0 0 2px 20px;
    background: url(img/icon_com.gif) no-repeat left 6px;
    font-size: 12px;
    font-size: 0.93rem;
}

.commentlist .avatar {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.comment-author {
    padding-bottom: 3px;
}

.fn {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    font-size: 1.24rem;
}

.comment-meta {
    margin-top: -2px;
    margin-bottom: 10px;
    color: #999;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
}

.comment-meta a {
    color: #999;
}

.commentlist p, 
.pinglist li p {
    margin: 10px 0 10px;
    color: #666;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.comment-body {
    margin: 0 0 15px;
}

.commentlist ul.children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.commentlist ul.children li {
    margin: 0 0 15px 55px;
    padding: 15px 0 0;
    font-size: 13px;
    font-size: 1rem;
}

.commentlist ul.children li .fn, 
.commentlist ul.children li .comment-meta {
    padding-right: 25px;
}

#commentform {
    text-align: left;
}

.column3 textarea#comment {
    max-width: 100%;
}

.column3 textarea#comment {
    width: 450px;
    height: 10em;
}
f
.column1 textarea#comment,
.right_sidebar textarea#comment {
    width: 550px;
    height: 10em;
}

/* トラックバック */

.pinglist li {
}

.pinglist li p {
}

/* ==========================================================================
   3.3 サブエリア
   ========================================================================== */



.img-sub {
    margin: 0 auto;
    text-align: center;
}

.img-sub img {
    margin: 0 0 5px;
    width: 150px;
}

/* 見出し */

.sub h1 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

.sub h2 {
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.sub h3{
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.sub h4 {
    margin-top: 1em;
    padding: .5em .75em;
    font-size: 13px;
    font-size: 1rem;
}

.sub h5 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

.sub h6 {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1rem;
}

/* ウィジェット
   ========================================================================== */

.sub .widget {
    margin-bottom: 20px;
}

.sub .widget-title {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
}

.column3       .sub .widget-title {
    font-size: 14px;
    font-size: 1.08rem;
}

.right_sidebar .sub .widget-title {
    font-size: 15px;
    font-size: 1.16rem;
}

.sub .widget_text, 
.sub .textwidget {
    text-align: left;
}

.sub .widget_text *:first-child, 
.sub .textwidget  *:first-child {
    margin-top: 0;
}

/* カテゴリー ドロップダウン表示 */

select.postform {
    padding: .1em .2em 0;
    width: 100%;
}

/* 検索バー */

.search-input {
    margin: 0;
    padding: .3em .6em;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 1px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(000, 000, 000, .1) inset;
    color: #777;
    font-size: 11px;
    line-height: 1.33;
}

.search-input:hover {
    border: 1px solid #999;
}

.search-input:focus {
    border: 1px solid #999;
    background: #fff;
}

.search-submit {
    margin: 0;
    padding: 0 1em;
    height: 24px;
    border: 1px solid #bbb;
    border-radius: 1px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background:         linear-gradient(top, #fff 0%, #e6e6e6 100%);
    color: #444;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
    /*IE6 IE7 IE8 */
    position: relative;
    zoom: 1;
    -pie-background: linear-gradient(#fff 0%, #e6e6e6 100%);
    behavior: url("<?php bloginfo( 'template_directory' ); ?>/PIE.htc");
}

.search-submit:hover {
    border: 1px solid #999;
    color: #000;
}

.search-submit:active {
    box-shadow: 0 1px 2px rgba(000, 000, 000, 0.6) inset;
}

/* カレンダー */

#wp-calendar {
    width: 100%;
    color: #222;
}

#wp-calendar td, 
#wp-calendar th {
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

#wp-calendar caption {
    padding: 10px 0 8px 0;
    color: #666;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.93rem;
}

#wp-calendar th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    font-weight: bold;
}

#wp-calendar tfoot td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* タグクラウド */

.tagcloud {
    text-align: left;
}

.tagcloud a[class^="tag-link"] {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: .4em;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #f8f8f8;
    color: #555;
    text-decoration: none;
    line-height: 1;
}

.tagcloud a[class^="tag-link"]:hover {
    border: 1px solid #bbb;
    background: #f3f3f3;
}

/* ==========================================================================
   3.4 フッターエリア
   ========================================================================== */

/* フッターメニュー */

.footer-menu {
    clear: both;
    margin: 0 auto;
    padding: 20px 15px 15px 0;
    
}
#footer-menu-inner{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}
.footer-menu .footer-menu-inner {
	/*width:23%;*/
	padding: 1%;
	/*float: left;*/
}
.footer-menu .footer-menu-inner .widget {
    width: 100%;
}

/* フッター */

.footer {
    clear: both;
    /*border-top: 1px solid #222;*/
    background: #000;
    box-shadow: 0 10px 10px rgba(000, 000, 000, .25) inset;
}

.footer-inner {
    padding: 2em 0;
    text-align: left;
    font-style: normal;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1;
}

.footer p {
    padding: 0;
    color: #ccc;
    font-size: 12px;
    font-size: 0.93rem;
    text-align: center;
    margin: 0 2.5%;
    line-height: 1.5;
}

.footer p a, 
.footer p a:visited {
    color: #ccc;
    text-decoration: none;
}

.footer p a:hover {
    color: #fff;
}
#footer-menu .footer1 #custom_html-3 .textwidget,
#footer-menu .footer1 #custom_html-3 .textwidget p{
	text-align: center;
}
#footer-menu .footer1 #custom_html-3 .bg_w img{
	background: #fff;
}
#footer-menu .footer1 #custom_html-3 .textwidget p{
	margin-top: 10px;
	color: #fff;
}
/* ==========================================================================
   4. ページテンプレート
   ========================================================================== */

/* 4.1 サイトマップ
   ========================================================================== */

.sitemap .main p {
    margin: 0 0 10px;
    padding: 0;
    color: #666;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sitemap .main ul {
    margin-bottom: 30px;
    padding: 0;
}

.sitemap .main li{
}

.sitemap .main ul li{
    margin-left: 2em;
    padding: 5px 0 5px 24px;
    background: url(img/sitemap-li.gif) left center no-repeat;
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sitemap .main ul li.last{
    background: url(img/sitemap-li-last.gif) left center no-repeat;
}

/* ==========================================================================
   5. その他
   ========================================================================== */

/* オリジナルウィジェット 共通フォーマット rewg= refines widgets
   ========================================================================== */

.rewg {
    text-align: left;
}

.rewg ul {
    margin: 0;
    padding: 0;
}

.main .rewg .widget-item {
    margin-bottom: .7em;
    padding-bottom: .4em;
    border: none;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.main .rewg .widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub .rewg .widget-item {
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    list-style: none;
    background: none;
}

.sub .rewg .widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* サムネイル */

.main .rewg .entry-img {
    float: right;
    overflow: hidden;
    margin-bottom: .5em;
    margin-left: 1em;
    width: 81px;
    height: 50px;
}

.main .rewg .entry-img img {
    max-width: 81px;
    max-height: 50px;
    margin: 0;
}

.sub .rewg .entry-img {
    float: right;
    overflow: hidden;
    margin-bottom: .5em;
    margin-left: 1em;
    width: 40px;
    height: 40px;
}

.sub .rewg .entry-img img {
    max-width: 40px;
    max-height: 40px;
    margin: 0;
}

/* タイトル */

.main .rewg .entry-title {
    margin-bottom: .25em;
    text-align: left;
    font-size: 14px;
    font-size: 1.08rem;
    line-height: 1.5;
}

.sub .rewg .entry-title {
    margin-bottom: 0.3em;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

/* 本文 */

.main .rewg p {
    color: #555;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
    margin-top: 0;
}

.sub .rewg p {
    color: #555;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

/* 日付 */

.main .rewg .entry-date {
    margin-bottom: .4em;
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
}

.sub .rewg .entry-date {
    margin-bottom: .4em;
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
}

/* コメント数 */

.main .rewg .comment-num {
    color: #666;
    text-align: right;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.sub .rewg .comment-num {
    color: #666;
    text-align: right;
    font-size: 10px;
    font-size: 0.77rem;
    line-height: 1.5;
}

/* 広告ウィジェット
   ========================================================================== */

/* メイン */

.banners {
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.banners .unit {
    float: left;
}

.banners .c1 .unit {
    width: 100%;
}

.banners .c2 .unit {
    width: 50%;
}

.banners .c2 .unit1 {
    margin-right: 7px;
}

.banners .c2 .unit2 {
    margin-left: 8px;
}

.banners .c3 .unit {
    width: 33.333333%;
}

.banners .c3 .unit1 {
    margin-right: 8px;
}

.banners .c3 .unit2 {
    margin-right: 4px;
    margin-left: 4px;
}

.banners .c3 .unit3 {
    margin-left: 8px;
}

.banners .image {
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
}

.banners img {
    max-width: 100%;
    height: auto;
}

/* サブ */

.sub .banners {
    margin-bottom: -5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.93rem;
    line-height: 1.5;
}

.sub .banners .unit {
    float: none;
    margin-bottom: 5px;
}

.sub .banners .c1 .unit, 
.sub .banners .c1 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c2 .unit, 
.sub .banners .c3 .unit, 
.sub .banners .c3 .unit {
    width: auto;
}

.sub .banners .c1 .unit2, 
.sub .banners .c2 .unit1, 
.sub .banners .c2 .unit2, 
.sub .banners .c3 .unit1, 
.sub .banners .c3 .unit2, 
.sub .banners .c3 .unit3 {
    margin-right: 0;
    margin-left: 0;
}

.sub .banners .image {
    margin-bottom: 5px;
}

.sub .banners img {
    max-width: 100%;
    height: auto;
}

/* Responsive web design
   ========================================================================== */

/* 折りたたみボタン */

.sub-btn,
.gnavi-btn {
    display: none;
}

/* WordPress必須
   ========================================================================== */

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

p img, 
.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    margin-bottom: 1.625em;
    padding: 9px;
    max-width: 96%;
    background: #eee;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0.6em;
}

.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-right: 5px;
    color: #666;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-size: 1.08rem;
}

.wp-caption img {
    border-color: #eee;
}

.wp-caption a:focus img, 
.wp-caption a:active img, 
.wp-caption a:hover img {
    border-color: #ddd;/* ... including captioned images! */
    background: #fff;
}

.indexed.format-image .entry-content .wp-caption .wp-caption-text {
    margin: 0;
    padding-bottom: 1em;
}

.indexed.format-image .wp-caption {
    margin-bottom: 0;
    padding: 2% 2% 0;
    max-width: 96%;
    background: #111;
}

.indexed.format-image .wp-caption .wp-caption-text {
    color: #ddd;
}

.indexed.format-image .wp-caption .wp-caption-text:before {
    color: #444;
}

.wp-caption .wp-caption-text, 
.gallery-caption {
    color: #666;
    font-size: 12px;
    font-size: 0.93rem;
    font-family: Georgia, serif;
}

.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
}

.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 7px;
    left: 10px;
    margin-right: 5px;
    color: #666;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-size: 1.08rem;
}

.blog .sticky .entry-header .entry-meta {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);/* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Post author highlighting */

.commentlist > li.bypostauthor {
    border-color: #d3d3d3;
    background: #ddd;
}

.commentlist > li.bypostauthor .comment-meta {
    color: #575757;
}

.commentlist > li.bypostauthor .comment-meta a:focus, 
.commentlist > li.bypostauthor .comment-meta a:active, 
.commentlist > li.bypostauthor .comment-meta a:hover {
}

.commentlist > li.bypostauthor:before {
    content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
    border-color: #d3d3d3;
    background: #ddd;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}


.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/**.sub-menu li {
    border-top: 1px solid #111;
}

.sub-menu li a:hover {
    background: #111;
}*/

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}





/* 固定ページのヘッダー */

.page-header-image {
	backdrop-filter: blur(10px);
  height: 260px;
}
.page-header-image h1,
.page-header-image h2 {
	box-sizing: border-box;
	color: #FFFFFF;
	line-height:1.5;
	margin:0;
	vertical-align:middle;
	text-shadow: 0 0 5px #000000;
	/*background: rgba(0,0,0,0.8);*/
	padding:5px 10px;
	font-family: "Sawarabi Gothic";
	font-weight: normal;
}
.page-header-image h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
	display:inline-block;
	padding-left: 1em;
	padding-right: 1em;
}
.page-header-image h2 {
	font-size:1.6rem;
	display: block;
}
.page-header-image h1.h1-title {
	border-bottom: 2.6px #ffffff solid;
}
/**************大渕追加***************/
#wrapper{
	overflow: hidden;
}
a, 
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover, 
a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.container {
	padding-bottom: 0;
	padding: 0;
}
.container-inner{
	box-sizing: border-box;
}
.main ul{
	margin: 0;
}
div.img-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.img-wrap img{
	max-width: 100%;
	height: auto;
}
.margin-bottom{
	margin-bottom: 20px;
}
.section-wrap{
	padding: 50px 0;
}
#important-info section{
	border: 1px solid #ed1c24;
	border-radius: 10px;
	display: flex;
}
#important-info section h3{
	width: 25%;
	margin: 0 20px 0 0;
	background: #ed1c24;
	color: #fff;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;     /*上下中央揃え*/
	justify-content: center; /*左右中央揃え*/
}
#important-info section p{
	margin: 40px 0;
	padding-right: 10px;
	padding-left: 10px;
}
#important-info section a{
	color: #000;
	text-decoration: none;
	line-height: 2.5rem;
}
#important-info section a::before{
	content: '>';
}
#choose-tab{
	background: url(img/bg_seach.jpg) #dff2fd;
	background-repeat: no-repeat;
}
#choose-tab section{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	}
section h2{
	line-height: 1rem;
	font-size: 40px;
	color: #16479b;
	font-weight: 500;
}
section h2::before{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#choose-tab section h2::before{
	content: url(img/icon_heart.svg);
	width: 45px;
	height: 42px;
}
/* タブの切り替え ---------------------------- */
#choose-tab section .tab{
	list-style:none;
	margin:0;
	padding:0 15%;
	position:relative;
	z-index:0;
}
#choose-tab section .cf{
	display:flex;
}
#choose-tab section .cf li{
	cursor:pointer;
}
#choose-tab section .tab1,
#choose-tab section .tab2 {
	width:49%;
	background:#f2f2f2;
	padding:5px 25px;
	list-style:none;
	color:#808080;
	border-top:#b3b3b3 1px solid;
	border-right:#b3b3b3 1px solid;
	border-left:#b3b3b3 1px solid;
	border-radius:20px 20px 0 0;
	text-align:center;
	box-sizing:border-box;
	font-size:22px;
}
#choose-tab section .tab1::before,
#choose-tab section .tab2::before {
	content:url(img/icon_search_g.svg);
	display:inline-block;
	width:19px;
	height:19px;
	margin-right:5px;
}
#choose-tab section .tab1{
	margin-right:2%;
}
#choose-tab section .tab_current {
	background:#fff;
	color:#3470c6;
	border-bottom:1px solid #fff;
	position:relative;
	top:1px;
	z-index:2;
}
#choose-tab section .tab_current::before {
	content:url(img/icon_search.svg);
	display:inline-block;
	width:19px;
	height:19px;
	margin-right:5px;
}

/* タブ中身（法人／個人）の箱 ---------------- */
#choose-tab section .content1,
#choose-tab section .content2 {
	display:none;
	background:#fff;
	padding:35px;
	border:#b3b3b3 1px solid;
	overflow:hidden;
	box-sizing:border-box;
	min-height:260px;
}

/* 表示中のタブだけ表示 */
#choose-tab section .content_current {
	display:block;
}

/* ▼タブ中身のUL（共通） ----------------------- */
#choose-tab section .content {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ▼各タブの中身の箱（content1 / content2） ---- */
#choose-tab section .content1,
#choose-tab section .content2 {
  display: none;               /* デフォルト非表示 */
  background: #fff;
  padding: 35px 35px 15px 35px;
  border: #b3b3b3 1px solid;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 260px;           /* パネルの高さを揃えたい場合は調整 */
  text-align: center;          /* 中のボタン（inline-flex）を中央寄せ */
  font-size: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;             /* inline要素の隙間を消すため */
}
#choose-tab section .content2{
  justify-content: center;
}
#choose-tab section .content2 a:last-child{
  margin-left: 20px;
}
#choose-tab section li p{
  width: 100%;
}
#choose-tab section .content_current {
  display: flex;
}

#choose-tab section .content li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  border: #16479b 1px solid;
  border-radius: 20px;
  box-shadow: 4px 5px 2px rgba(0,0,0,0.2);
  background: #fff;
  color: #16479b;
  text-decoration: none;
  font-size: 16px;
  text-align :left;
  vertical-align: top;
  line-height: 1.3;
}

#choose-tab section .content li p {
	text-align: center;
	font-weight: bold;
}

#choose-tab section .content li a:hover {
  box-shadow: none;
}

/* ▼矢印アイコン ------------------------------ */
#choose-tab section .content li a i {
  color: #000;
  line-height: 1;
  margin-left: 8px;            /* 少し余白（お好みで） */
}

#blue-button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 55px auto;
}
#blue-button li{
	width: 32%;
	padding: 0 1%;
	border-right: 2px #b3b3b3 dotted;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	font-size: 16px;
}
#blue-button li:first-child{
	padding-left: 0;
}
#blue-button li:last-child{
	padding-right: 0;
	border-right: none;
}
#blue-button li .blue-button,
.requirements .blue-button{
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	line-height: 80px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: rgb(0,0,153);
	background: linear-gradient(120deg, rgba(0,0,153,1) 0%, rgba(22,71,155,1) 50%, rgba(52,112,198,1) 100%);
	border-radius: 40px;
	text-decoration: none;
	box-shadow:0px 5px 6px 3px rgba(13,56,117,0.58);
}
#blue-button li .btn i ,
.requirements .blue-button i{
	float: right;
	line-height: 80px;
	padding-right: 5%;
}
#flex-banner{
	display: flex;
	padding: 20px;
	background: #ffffff;
}
#flex-banner li{
	width: 20%;
	height: auto;
	padding-right: 1%;
}
#flex-banner li:last-child{
	padding-right: 0;
}
#flex-banner li a{
	color: #000;
}
#info{
	background: #f4f4f4;
}
#info section{
	padding: 0 15px;
}
#info section article{
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 50px;
	background: #fff;
}
#info section h2::before{
	width: 29px;
	height: 41px;
	content: url(img/icon_bell.svg);
	
}
#info dl{
	margin: 0;
	padding: 20px 0;
	border-bottom: #b3b3b3 1px solid;
	display: flex;
}
#info dl:first-child{
	border-top: #b3b3b3 1px solid;
}
#info dl dt{
	width: 130px;
}
#info dl dd{
	margin-left: 0;
}
#info dl .ir ,
#info dl .news{
	width: 160px;
}

#info dl .ir a,
#info dl .news a{
	color: #fff;
	font-size: 12px;
}
#info dl .ir li{
	background: #e0ab49;
	padding: 0 10px;
	display: inline;
}
#info dl .news li{
	background: #637d8a;
	padding: 0 10px;
	display: inline;
}
#info .btn,
.marine .btn,
.life .btn,
.hospital_list .btn,
#Job-description .btn,
.individuals .btn{
	width: 300px;
	height: 60px;
	margin: 30px auto 50px;
	line-height: 60px;
	color: #16479b;
	font-size: 18px;
	text-align: center;
	background: #fff;
	border: #16479b 1px solid;
	border-radius: 40px;
	text-decoration: none;
	display: block;
}
.hospital_list .btn {
	margin-right: 0;
}
.individuals .btn{
  margin: 20px auto 0;
}
#info .btn i ,
.hospital_list .btn i{
	float: right;
	line-height: 60px;
	padding-right: 5%;
}


#footer-menu .footer-menu-inner ul li{
	width: 100%;
	height: auto;
	background: none;
}
#footer-menu .footer-menu-inner ul li a{
	color: #fff;
	line-height: 1.5;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#footer-menu .footer-menu-inner ul li a:hover{
	background: none;
}
#footer-menu .footer-menu-inner ul li ul{
	visibility: visible;
	opacity: 1;
}
#footer-menu .footer-menu-inner ul li ul li{
	border: none;
	margin-left: 0;
}
#footer-menu .footer-menu-inner ul li ul li a{
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  }
#footer-menu .footer-menu-inner ul li ul li a::before{
	display: none;
}
@media print, screen and (min-width: 1180px) {
	#choose-tab,
	#info {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-size: cover;
	}
}
/**********  固定ページ -勧誘方針-  *********/
.policy .orange{
	color: #fd8f00;
	font-size: 1.69rem;
	font-weight: bold;
}
.policy ul{
	padding-left: 25px;
}
.policy ul li{
	list-style: disc;
}
/**********  固定ページ -企業情報-  *********/
.left-sidebar .contents{
	margin-top: 30px;
}
.left-sidebar .page-header-image{
	margin-bottom: 0;
}

.left-sidebar table a,
.left-sidebar p a,
.left-sidebar .icon01 li a{
	color: #697bd3;
	text-decoration: underline;
}
.left-sidebar table a:hover{
	text-decoration: none;
}
.entry{
	margin: 0;
}
.left-sidebar .heading{
	color: #2e2e99;
	font-size: 18px;
	text-align:center;
}
.left-sidebar table caption,
p.caption{
	text-align: right;
}
.left-sidebar table{
	border-left: none;
}
.left-sidebar table th{
	width: 13rem;
	background: #fff;
}
.left-sidebar table th, 
.left-sidebar table td{
	padding: 1.2em 1em;
	border-right: none;
	box-sizing: border-box;
	vertical-align: middle;
}
.left-sidebar .affiliates-table th, 
.left-sidebar .affiliates-table td {
	vertical-align: top;
}

.left-sidebar td .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.left-sidebar td .flex .left {
	margin-right: 30px;
	-ms-flex-order:1; 
	-webkit-order:1; 
	order: 1;
}
.left-sidebar td .flex .left p {
	line-height: 1.5;
}
.left-sidebar td .flex .left p:last-of-type {
	margin-bottom: 0;
}
.left-sidebar td .flex .right {
	-ms-flex-order:2; 
	-webkit-order:2; 
	order: 2;
}
.left-sidebar table td .layout_in{
	border-top: none;
}
.left-sidebar table td .layout_in th,
.left-sidebar table td .layout_in td{
	padding: 0.5em 2em  0.5em 0;
	border-bottom: none;
	text-align:left;
}
.left-sidebar table td .layout_in th{
	width: 18rem;
}



.left-sidebar table td.w02{ width: 2rem; }
.left-sidebar table td.w04{ width: 4rem; }
.left-sidebar table td.w05{ width: 5rem; }
.left-sidebar table td.w06{ width: 6rem; }
.left-sidebar table td.w07{ width: 7rem; }
.left-sidebar table td.w08{ width: 8rem; }
.left-sidebar table td.w10{ width: 10rem; }
.left-sidebar table td.w12{ width: 12rem; }
.left-sidebar table td.w14{ width: 14rem; }
.left-sidebar table td.w16{ width: 16rem; }
.left-sidebar table td.w18{ width: 18rem; }
.left-sidebar table td.w20{ width: 20rem; }
.left-sidebar table td.w30{ width: 30rem; }
.left-sidebar table td.w40{ width: 40rem; }
.left-sidebar table td.w50{ width: 50rem; }




/*.left-sidebar h2{
	border-top: none;
	border-bottom: none;
    border-left: 7px solid #004892;
	padding: .5em 1em;
	background: none;
	box-shadow: none;
}*/
.left-sidebar #info h2{
	border: none;
	padding: 0;
	background: none;
}
.left-sidebar h3{
	border-left: none;
	border-bottom: none;
	text-align: center;
}

.left-sidebar h3 span{
	padding-bottom: 3px;
	border-bottom: 4px solid #004892;
	color: #004892;
}
.left-sidebar .icon01 li{
	list-style: disc;
}
.left-sidebar .flex{
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
}
.left-sidebar .flex .section-box{
	width: 280px;
  margin-bottom: 20px;
	padding: 0;
	box-shadow: 0px 0px 5px 1px #ccc;
	box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
.left-sidebar .flex .section-box p a{
  display: none;
}
.left-sidebar .flex .section-box a,
.left-sidebar .hojin-menu .section-box a{
	display: block;
	padding: 15px;
}
.left-sidebar .flex .section-box p,
.left-sidebar .hojin-menu .section-box p{
	display: none;
}
.left-sidebar .flex .section-box a span,
.left-sidebar .hojin-menu .section-box a span{
	margin-bottom: 10px;
	display: block;
	color: #16479b;
	font-size: 18px;
	font-weight: bold;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-sidebar .flex .section-box a span:：after,
.left-sidebar .hojin-menu .section-box a span::after{
	content: "";
}
.left-sidebar .flex .section-box a .img-wrap{
	display: flex;
	justify-content: center;
}
#info dl dd ul{
	margin: 0;
	padding: 0;
	text-align: left;
}

.left-sidebar .heading.philosophy-heading {
	font-size: 1.5rem;
	font-weight: bold;
}
	

/**********  固定ページ -採用情報-  *********/
section.recruit-info{
	padding: 20px 15px;
	background: #f7f7f7;
}
.interview h3 span{
	border-bottom: 0;
}
.interview h4 i{
	margin-right: 10px;
}
.interview .flex{
	flex-wrap: nowrap;
	align-items: flex-start;
}
.interview .flex .img-wrap{
	width: 150px;
	height: auto;
	margin-right: 20px;
}
.interview .flex .right{
	order: 2;
	margin-right: 0;
	margin-left: 20px;
}

.interview .flex .flex-p{
	flex: 1;
}

.icon_skimura {font-size:1rem; color:#FFFFFF;padding:2px 7px;margin-right:10px; background-color:#FF9999;border-radius: 10px;font-weight:bold;}
.icon_shimazaki  {font-size:1rem; color:#FFFFFF;padding:2px 7px;margin-right:10px; background-color:#0066CC;border-radius: 10px;font-weight:bold;}
.icon_mkimura {font-size:1rem; color:#FFFFFF;padding:2px 7px;margin-right:10px; background-color:#339966;border-radius: 10px;font-weight:bold;}
.icon_ishikawa  {font-size:1rem; color:#FFFFFF;padding:2px 7px;margin-right:10px; background-color:#FF9900;border-radius: 10px;font-weight:bold;}
.icon_oono {font-size:1rem; color:#FFFFFF;padding:2px 7px;margin-right:10px; background-color:#FF99CC;border-radius: 10px;font-weight:bold;}


/**********  固定ページ -法人向け-  *********/
.life p.top{
	margin-top: 20px;
}
.left-sidebar .hojin-menu{
	display: flex;
	flex-wrap: wrap;
}
.left-sidebar .hojin-menu .section-box{
	width: 24%;
    margin-right: 1.333%;
	margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 0px 5px 1px #ccc;
    box-sizing: border-box;
}
.left-sidebar .hojin-menu .section-box:nth-child(4n){
    margin-right: 0;
}
.life .jh_dl{
	display: flex;
	margin: 0;
}

.life .jh_dl dt{
    width: 180px;
	margin: 0 0 10px 0;
    padding: 5px 0;
    /*border: solid 2px #004892;*/
    background: #004892;
    color: #ffffff;
    text-align: center;
	font-weight: bold;
}
.life .jh_dl dt.bd_y {
    /*border-color: #ECBE2B;*/
    background: #ECBE2B;
    color: #222333;
}
.life .jh_dl dd{
    margin: 0 0 10px 10px;
    padding: 7px 0;
    flex: 1;
}
.life p.red{
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2rem;
}
.life .ft16e{
	margin-top: 10px;
	text-align: center;
}
.life .ft16e i,
.life .sozoku_mds i{
	margin-right: 10px;
	color: #004892;
	font-size: 2.5rem;
	vertical-align: middle;
}
.life .jh_tbl1{
	width: 180px;
	margin-right: 20px;
	border: #ECBE2B 1px solid;
}
.life .jh_tbl th,
.life .jh_tbl td{
	text-align: center;
	border-bottom: none;
}
.life .jh_tbl1 th{
	background: #ECBE2B;
}
.life .jh_tbl2 td{
	border: #004892 1px solid;
}
.life .jh_tbl2{
	flex: 1;
	border: #004892 1px solid;
}
.life .jh_tbl2 th{
	background: #004892;
	color: #fff;
}
.life .foot_link_bx{
	margin-top: 50px;
	padding: 15px;
    box-shadow: 0px 0px 5px 1px #ccc;
}
.life .foot_link_bx dl{
	flex: 1;
}
.life .foot_link_bx dd{
	margin-left: 0;
}
.life .foot_link_bx dl p{
	display: none;
}
.life .foot_link_bx dl dh a{
	    margin-bottom: 10px;
    display: block;
    color: #16479b;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.life .sozoku_div .sozoku_bx{
	width: 24%;
	padding: 10px;
	border: #004892 2px solid;
	box-sizing: border-box;
}
.life .sozoku_div .bd_y{
	border: #ECBE2B 2px solid;
}
.life .sozoku_div div:nth-child(4n),
.life ul.box li:nth-child(4n){
	margin-right: 0;
}
.life .sozoku_div .sozoku_bx span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.life .sozoku_mds{
	margin: 15px 0;
	padding: 5px;
	background: #ECBE2B;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.life ul.box{
	margin-bottom: 20px;
}
.life ul.box li{
	width: 24%;
    padding: 5px 0;
    font-size: 1.2em ;
    font-weight: bold ;
    text-align: center;
    /*border: solid 2px #ECBE2B;*/
    border-radius: 10px;
	box-sizing: border-box;
	background: #ECBE2B;
}
.life ul.rd li{
    /*border: solid 2px #ff0000;*/
    background: #da1717;
    color: #ffffff;
}
.life .jh_tbl3{
	width: 270px;
}
.life .fl_r{
	flex: 1;
}
.riskconsulting h2{
	background: url(img/bg_riskconsulting01.png) right center no-repeat;
	background-size: 445 192;
	border: none;
	color : #fd8f00;
	padding: 5.5% 20px 5.5% 50px;
	box-shadow: 0 1px 3px 1px rgba(000, 000, 000, .25);
}
.riskconsulting span.bold{
	font-weight: bold;
	font-size: 1.2rem;
}
.riskconsulting ul{
	padding-left: 25px;
}
.riskconsulting p.mgt{
	margin-top: 30px;
}
/**********  固定ページ -外航貨物海上保険-  *********/

.marine h1,
.riskconsulting h1{
    border-left: 7px solid #004892;
    padding: .5em 1em;
    margin: 1em 0 1em;
	color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.69rem;
    line-height: 1.33;
}
.marine section{
  margin-top: 40px;
  margin-bottom: 20px;
	padding: 20px;
	background: #dff2fd;
}
.marine section h3{
	margin: 0;
	padding-top: 0;
}
.marine h3.middle-line span{
	position: relative;
    padding: 0 55px;
	color: #222;
}
.marine h3.middle-line span:before,
.marine h3.middle-line span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #222;
}
.marine h3.middle-line span:before {
  left:0;
}
.marine h3.middle-line span:after {
  right: 0;
}
.marine ul.marine01{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.marine ul.marine01 li{
	width: 32%;
	margin-bottom: 10px;
	display: table;
}
.marine ul.marine01 li a{
	width: 100%;
	height: 55px;
	padding: 0 15px 0 25px;
    color: #16479b;
    text-decoration: none;
    border: #16479b 1px solid;
    vertical-align: middle;
    margin-right: 2%;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 20px;
	display: table-cell;
	background: #fff;
	position: relative;
	line-height: 1.5;
}
.marine ul.marine01 li a::before{
    margin: 0;
    content: "\25B6";
	font-size: 12px;
	/*margin-right: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);*/
	position: relative;
	margin-right: 5px;
	margin-left: 1rem;
}
.marine ul.marine01 li a span{
	display: block;
	font-size: 0.8rem;
	margin-left: 1.5rem;
}
.marine table{
	margin: 20px 0;
}
.marine table th.nallow{
	width: 6rem;
}
.marine ul.icon01{
	padding-left: 30px;
}
.marine .caution,
.marine .caution dt,
.marine .caution dd span{
	font-size: 0.9rem;
}
p.mb0{
	margin-bottom: 0;
}
.marine p.ext{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}
.marine table.disaster{
	border: 1px #ddd solid;
}
.marine table.disaster th{
	background: #dff2fd;
}
.marine table.disaster td,
.marine table.disaster thead th{
	text-align: center;
}
colgroup.left {
width: 31rem;
}
.marine dl.caution{
	display: flex;
}
.marine dl.caution p{
	display: none;
}
.marine dl.caution dd{
	margin-left: 5px;
}
.marine dl.caution dd span{
	display: block;
}
.marine .img-circle{
	margin-top: 30px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.marine .img-circle .img-wrap{
	padding: 0 20px;
}
.marine .between{
	justify-content: space-between;
}
.marine .around{
	justify-content: space-around;
}
.marine .column .img-wrap{
	flex-direction: column;
}
.marine .column .img-wrap span{
	display: block;
	text-align: center;
}
.marine .aligh-right{
	text-align: right;
}
.marine .btn,
.life .btn{
	color: #fff;
	background: #16479b;
}

.scroll-privacy {
	height:200px;
	padding:20px;
	overflow-y:scroll;
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
}


.faq-box .q {
	font-size:1.2rem;
	background-image:url(img/icon_q.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:8px 10px 8px 60px;
	margin-bottom:10px;
}
.faq-box .q:hover {
	cursor:pointer;
	background-color:#FAFAFA;
}

.faq-box .a {
	font-size:1.2rem;
	background-image:url(img/icon_a.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:10px 10px 10px 60px;
	margin-bottom:20px;
}


.main table.responsive-table {
		width: 100%;
		margin: 20px auto;
		border-left:none;
	}
.main table.responsive-table th.nallow {
    	width: 6rem;
    }
.main table.responsive-table th {
    	text-align: center;
    }
.main table.responsive-table th,
.main table.responsive-table td {
	    background: #fff;
		border-left :none;
		border-right:none;
	    width: auto;
	    display: table-cell;
		font-size: 0.9rem;
}
.main table.responsive-table.contactform th {
	width: 25%;
	text-align:left;
	padding:20px;
	font-size:1.2rem;
}
.main table.responsive-table.contactform td {
	padding:20px;
	font-size:1.2rem;
}
span.wpcf7-list-item {
	display: block!important;
	margin-left:0 !important;
}

.main table.responsive-table.contactform td input {	font-size:1.2rem; padding:.5rem;}
.main table.responsive-table.contactform td input.w20 {	width:20%;}
.main table.responsive-table.contactform td input.w30 {	width:30%;}
.main table.responsive-table.contactform td input.w40 {	width:40%;}
.main table.responsive-table.contactform td input.w50 {	width:50%;}
.main table.responsive-table.contactform td input.w60 {	width:60%;}
.main table.responsive-table.contactform td input.w70 {	width:70%;}
.main table.responsive-table.contactform td input.w80 {	width:80%;}
.main table.responsive-table.contactform td input.w90 {	width:90%;}
.main table.responsive-table.contactform td input.w100 {	width:100%;}

.main table.responsive-table.contactform td select {	font-size:1.2rem; padding:.5rem;}

.main table.responsive-table.contactform td textarea {	font-size:1.2rem; padding:.5rem;}
.main table.responsive-table.contactform td textarea.w20 {	width:20%;}
.main table.responsive-table.contactform td textarea.w30 {	width:30%;}
.main table.responsive-table.contactform td textarea.w40 {	width:40%;}
.main table.responsive-table.contactform td textarea.w50 {	width:50%;}
.main table.responsive-table.contactform td textarea.w60 {	width:60%;}
.main table.responsive-table.contactform td textarea.w70 {	width:70%;}
.main table.responsive-table.contactform td textarea.w80 {	width:80%;}
.main table.responsive-table.contactform td textarea.w90 {	width:90%;}
.main table.responsive-table.contactform td textarea.w100 {	width:100%;}

input.wpcf7-submit {
  border-radius: 50px;
  background-color: #FF9900;
	font-size:1.5rem;
	font-weight:bold;
  padding: 10px 50px;
  text-align: center;
	border:none;
  color: white;
}

input.wpcf7-submit:hover {
	cursor:pointer;
	background-color:#FF9999;
}

.required {
	border-radius: 10px;
	background-color:#FF0000;
	color:#FFFFFF;
	float:right;
	font-size:.7rem;
	font-weight:bold;
	padding:2px 5px;
}
.any {
	border-radius: 10px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	float:right;
	font-size:.7rem;
	font-weight:bold;
	padding:2px 5px;
}

/* テーブル内の背景色*/
table.responsive-table th.bg-orange,table.responsive-table td.bg-orange { background: #FFF2D9;}

/* テーブル内の文字色*/
table.responsive-table th.color-orange, table.responsive-table td.color-orange{ color: #FF9900;    }

/* 　テーブルボーダー無し*/
.main table.responsive-table.no-border {
	border-top:none;
}
.main table.responsive-table.no-border th, .main table.responsive-table.no-border td {
	border-bottom:none;
}


/*=============================================
print.css
=============================================*/
@media print{
	body {
		zoom: 0.6; 
	}
	body.home {
		zoom: 1;
	}
	body.home #metaslider-id-1061,
	body.home .slider-1061,
	body.home #metaslider-id-875,
	body.home #important-info,
	body.home section {
		zoom: 0.6;
	}
  	header,
  	#page_top,
  	#footer-banner,
  	#footer-menu,
  	#footer {
	  	display: none;
	}
	/*.page-header-imag {
		background-attachment: inherit;
		text-align: center;
		margin: auto;
	}*/

}

@media print and (-ms-high-contrast: none){	
	@page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }
    
	*::-ms-backdrop, body {
		zoom: 1; 
	}
	*::-ms-backdrop, body.home #metaslider-id-1061,
	*::-ms-backdrop, body.home #metaslider-id-875,
	*::-ms-backdrop, body.home #important-info,
	*::-ms-backdrop, body.home section {
		zoom: 1;
	}
	*::-ms-backdrop, body.home .slider-1061 {
		zoom: 0.5;
	}
}
