@charset "utf-8";
body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #3B4043;
	background-color: #ffffff;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}
body img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

a{
	color: #3356A8;
}

a:hover{
	color: #2E457B;
	text-decoration: none;
}

ul,ol{
	list-style: none;
	padding: 0;
}

/*テキスト*/
p {margin-bottom: 18px;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.accent{font-size: 1.2em;}

.mincho {
font-family: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/*文字サイズ*/
.fs11{font-size:11px}.fs12{font-size:12px}.fs13{font-size:13px}.fs14{font-size:14px}.fs15{font-size:15px}.fs16{font-size:16px}.fs17{font-size:17px;line-height:180%}.fs18{font-size:18px;line-height:180%}

.red {color: #e22e36;}
.blue{color:#0C4E90;}
.navy{color:#2E457B !important;}
/*レイアウト*/
.inline-block{display: inline-block;}
.line13 {line-height: 130%;}
.line14 {line-height: 140%;}
.line18 {line-height: 180%;}
.ls0 {letter-spacing: 0px;}
.clear_L {clear: left;}
.both {clear: both;}
.rel {position: relative;}
.static {position: static;}
.hid {overflow: hidden;}
.box-shadow{box-shadow: 0 0 3px rgba(0,0,0,.2);}
.img_f img {
width: 100%;
height: auto;
}
.img_max img,img.img_max{
	max-width: 100%;
	height: auto;
}
.outer {
text-align: center;
}
.inner {
display: inline-block;
text-align: left;
overflow: hidden;
}
.dot_bottom {
	border-bottom: dotted 1px #ccc;
	padding: 0 5px 10px
}
.bg_black {
	background-color: #111;
	color: #fff;
	padding: 5px 10px;
}

/*外接リサイズ*/
.of img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover;object-position: 50% 50%;'; /*IE対策*/
}


/*
-------------------------------------
共通スタイル（スマホ）
-------------------------------------
*/
.midashi01 {
	font-size: calc(22px + .5vw);
	line-height: 1.5;
}

.midashi02{
	font-size: 23px;
	line-height: 1.2;
}

.midashi03{
	font-size: 21px;
	line-height: 1.4;
}

.midashi04{
	font-size: 19px;
	line-height: 1.4;
}

.midashi_b ,.midashi_b_c{
	position: relative;
	padding-bottom: 50px;
}
.midashi_b::after,.midashi_b_c::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #474A56;
	left: 5px;
	bottom:30px;
}


.midashi_b_c::after{
	left: 50%;
	transform: translateX(-50%);
}

/*---------余白設定用css--------------*/
.row0 {margin-right: 0; margin-left: 0;}
.row10 {margin-right: -10px; margin-left: -10px;}
.row5 {margin-right: -5px; margin-left: -5px;}
.row0>[class*='col-']{padding-right:0!important;padding-left:0!important;}
.row10>[class*='col-']{padding-right:10px!important;padding-left:10px!important;}
.row5>[class*='col-']{padding-right:5px!important;padding-left:5px!important;}

/*マウスオーバー*/
.over {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.over:hover {
opacity: 0.6;
filter: alpha(opacity=80);
}

/*スクエアボタン*/
.square_btn a {
display: block;
padding: 10px 25px 10px 15px;
text-decoration: none;
color: #2E457B;
border: solid 1px #2E457B;
position: relative;
}


.square_btn a::after {
content: "";
position: absolute;
right: 15px;
top: calc(50% - 5px);
width: 10px;
height: 10px;
border: 2px solid;
border-color: #2E457B #2E457B transparent transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.square_btn a:hover {
background: rgba(228,231,242,0.5);

-webkit-transition: .4s;
transition: .4s;
}

.eq-btn {
	position: absolute;
	left: 0;
	bottom: -50px;
	height: 60px;
	background: #ccc;
	width: 100%;
}
.eq-btn a {
	background: #000;
	color: #fff;
	padding: 12px 20px;
	line-height: 100%;
}

/*table*/
.table, .table-stripe {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}
.table th {
	width: 100%;
	padding: 8px 3% 6px 3%;
	font-weight: bold;
	display: block;
	margin: 0 auto ;
	background-color: #F2F6FE;
	text-align: left;
	border: 0;
}

.table-stripe th {
	width: 100%;
	padding: 8px 3% 0 3%;
	font-weight: bold;
	display: block;
	margin: 0 auto ;
	text-align: left;
}

.table td {
	width: 100%;
	display: block;
	padding: 14px 3% 16px 3%;
	margin: 0 auto;
	border: 0;

}
.table-stripe td {
	width: 100%;
	display: block;
	padding: 0 3% 10px 3%;
	margin: 0 auto;
	overflow: hidden;
}
.table-stripe tr:nth-of-type(even) { background-color: #F8FAFF;}

/*list*/

.list01 {
	padding-left: 13px;
}

.list01 li{
	position: relative;
	line-height: 1.5;
	margin-bottom: 8px;
}

.list01 li::before{
	content: "";
	position: absolute;
	left: -13px;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f97523;
}

/*フォーム関連*/

.mw_wp_form table{
	background-color:#F2F6FE;
}

.mw_wp_form table th{
	position: relative;
	background: none;
	/*IEバグ対策 relativeを指定したth,tdのborderが表示されない*/
}

.mw_wp_form table td{
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
}

.must {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 10px;
	font-size: 11px;
	padding: 4px 8px;
	border-radius: 3px;
	line-height: 12px;
	background-color: #D25F5B;
	color: #ffffff;
	display: block;
}

.form-fix {
	width: 100px;
	height: auto;
	border-radius: 0;
	padding: 6px 12px;
	margin: 10px 0;
	border: solid 1px #ddd;
}

.form-xs {
	width: 50%;
	height: auto;
	border-radius: 0;
	padding: 6px 12px;
	margin: 10px 0;
	border: solid 1px #ddd;
}
.form-sm, .form-md, .form-lg {
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 6px 12px;
	margin: 10px 0;
	border: solid 1px #ddd;
}
.form-select {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
}

.form-select select{
	padding: 6px 12px;
	margin: 10px 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: solid 1px #ddd;
	width: 100%;
	border-radius: 0;
}


.form-select:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 14px;
	width: 9px;
	height: 9px;
	border: 2px solid;
	border-color: #ccc #ccc transparent transparent;
	transform: rotate(135deg);
	pointer-events: none;
}

.form-select .error{
    width: 90vw;
}


.arrow{
	position: relative;
	width: 50px;
	height: 40px;
	display: block;
}

.arrow::before{
	content: "";
	position: absolute;
	top: 50%;
    left: 14px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #7a0;
	transform: translateY(-50%);
}
.arrow::after{
	content: "";
	position: absolute;
	top: 50%;
    left: 9px;
    width: 8px;
    height: 6px;
    border-left: 6px solid #7a0;
	transform: translateY(-50%);
}

.mw_wp_form_confirm .form-select::after{
	content: none;
}

.mw_wp_form_confirm .form-translation .form-select{
	padding: 6px 12px;
	border: solid 1px #ddd;
	min-height: 41px;
}


.form-select select::-ms-expand {
	display: none;
}
input[type="text"],textarea,select {
  font-size: 16px;
}

/*住所*/
.subtitle dt {
	color: #0c4e90;
	font-weight: bold;
}

.mw_wp_form_confirm .subtitle dd {
padding-top: 6px;
}

/*ボタン-submit*/
.text-center input[type="submit"] {
    font-size: 18px;
    background-color: #CE3D40;
    border: solid 1px #CE3D40;
    color: #fff;
    margin-left: 1%;
	width: 100%;
    text-align: center;
    height: 47px;
	font-weight: bold;
	cursor: pointer;
}

.text-center input[name="submitConfirm"] {
	max-width: 300px;
	overflow: hidden;
	border: 0;
}

.text-center input[name="send"] {
	color: #ffffff;
	border: 0;
	margin-bottom: 20px;
}

.text-center input[name="submitBack"] {
	border: 2px #666 solid;
	color: #111;
	background-color: #ffffff;
}
/*ラジオボタン*/
.mw_wp_form label {
    padding: 5px;
    border-radius: 4px;
    background-color: #f0f7ff;
	display: block;
	border: 1px solid #d8dde3;
}

.form-confirm label{
 background-color: transparent;
border: 0;
}

input[type="radio"]:checked + span,input[type="checkbox"]:checked + span  {
	font-weight: bold;
	color: #0c4e90;
}
/*プライバシー同意*/

.form-confirm{
	padding: 10px;
	background-color: #FFF1F1;
	border: #D59797 1px solid;
    font-weight: bold;
}


.mw_wp_form_confirm .p-check-div{
    position: relative;
background-color: #D59797;
    color: #fff;
    padding: 10px;
}


 .mw_wp_form_confirm .p-check-div::after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 20px;
    width: 18px;
    height: 10px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.max1200 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
	
/*--1400幅以上広げない--*/
.max1400 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.max1600 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

/*=================
header
==================*/
#top {
	position: relative;
}


/* ハンバーガーメニューcss */
.hamburger {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 65px;
	height: 70px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: absolute;
	width: 30px;
	height: 24px;
	z-index: 999;
	top: 20px;
	right: 17px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color:#0c4e90;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*ハンバーガーボタンが開いたときの指定*/
.open-menu .hamburger {
	background-color: transparent;
}

.open-menu .menu-trigger {
	position: fixed;
}

.open-menu .menu-trigger span {
	background-color: #ffffff;
}

.open-menu .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.open-menu .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.open-menu .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.menubar {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
	
	
.siteid{
	padding:5px 10px;
	width: 100%;
}

.siteid span{
	display: block;
	font-size: 2.4vw;
	letter-spacing: 0;
	line-height: 15px;
}
	
.siteid img{
	width: calc(100% - 65px );
	max-width: 300px;
	margin-left: 15px;
}

/*ドロワーメニュー*/
.menu {
	z-index: 99;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	margin-right: -250px;
	padding:30px 10px 10px;
	box-sizing: border-box;
	background-color: #2E457B;
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.menu a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 10px 15px;

}

.menu ul li{
border-top: 1px solid rgba(255, 255, 255, .6);
}

.menu ul:first-child li:first-child{
	border-top:0;
}


.sub_nav li:last-of-type {
	border: 0;
	background-color: #fa7321;
	margin-top: 10px;
	position: relative;
}

.sub_nav li:last-of-type::after {
    content: "";
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*ナビが開いたときの指定*/
.open-menu .menu {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.contents {
	overflow: hidden;/*IE対策*/
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open-menu .contents {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.open-menu .filter:after {
	content: "";
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 80;
	pointer-events: auto;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
}

.is-show,.clone-nav {
	display: none;
}

/*IEずれ対策*/
@media screen\0 {
.must {
	padding: 4px 8px 2px;
}

input,textarea,select {
	font-family: 'Segoe UI', Meiryo, sans-serif;
}

.square_btn a {
	padding: 10px 20px 5px;
}


.square_btn.gothic_b a {
	padding: 8px 20px;
}

.kiji_tit span {
	padding: 5px 10px 2px !important;;
}
	
.midashi_black {
	padding: 10px 12px 5px !important;
}
}

/*
-------------------------------
画面幅576以上（576px ～）
-------------------------------
*/
@media print, screen and (min-width: 576px) {
.container {
	width: auto;
	max-width: none;
}
/*フォーム関連 */
.mw_wp_form table th {
	padding-right: 50px;
}

.form-xs {
	width: 50%;
	margin: 0;
}
.form-sm {
	width: 75%;
	margin: 0;
}
.form-md, .form-lg {
	width: 100%;
	margin: 0;
}
.form-select {
	width: 120px;
}
	
.form-select select {
	margin: 0;
}	

}

/*
-------------------------------
画面幅769以上（769px ～）
-------------------------------
*/
@media print, screen and (min-width: 768px) {
  .container {
    width: auto;
  }

/* table */
.table, .table-stripe {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	display: table;
}
.table th {
	width: 28%;
	border-bottom: solid 1px #C8D4EB;
	border-top: solid 1px #C8D4EB;
	text-align: left;
	padding: 16px 1.5% 14px 1.5%;
	font-weight: bold;
	vertical-align: top;
	display: table-cell;
}
.table-stripe th {
	width: 25%;

	text-align: left;
	padding: 14px 1.5% 12px 1.5%;
	vertical-align: top;
	display: table-cell;
}

.table td {
	border-bottom: solid 1px #C8D4EB;
	border-top: solid 1px #C8D4EB;
	padding: 16px 18px 14px 18px;
	display: table-cell;
}
.table-stripe td {
	padding: 14px 18px 12px 18px;
	display: table-cell;
}

.table-stripe tr:nth-of-type(even){
background-color: #F8FAFF;
}

/*フォーム関連 */
.must {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	top: 19px;
}
	
.mw_wp_form table td {
    padding-left: 18px;
    padding-right: 18px;
}
	
.form-xs {
	width: 120px;
}
.form-sm {
	width: 50%;
}
.form-md {
	width: 75%;
}
	
/*住所*/
.subtitle dt {
	float: left;
    width: 110px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 6px;
}
	
.subtitle dd {
	margin-left: 120px;
}


.text-center input[name="send"] {
	width: 180px;
}

.text-center input[name="submitBack"] {
	width: 125px;
}
/*ラジオボタン*/
.mw_wp_form .checkbox-layout .vertical-item {
    display: inline-block;
}
	
/*ラジオボタン*/
.mw_wp_form .checkbox-layout label {
	margin-right: 10px;
	padding: 0;
    background-color:transparent;
	border: 0;
}

.row20{
    margin-left:-20px;
    margin-right:-20px;
}
.row20>div{
        padding-right:20px;
        padding-left:20px;
}
.row30{
    margin-left:-30px;
    margin-right:-30px;
}
.row30>div{
        padding-right:30px;
        padding-left:30px;
}
}

/*
-------------------------------
画面幅992以上（992px ～）
-------------------------------
*/
@media print, screen and (min-width: 992px) {
  .container {
    width: 990px;
    max-width: 100%;
  }
/*--PC表示消す--*/
.pc_none {
	display: none;
}

/*--スマホ表示なし・PC表示あり--*/
.sp_none {
	display: block;
}
	
	
/*アンカー相殺*/
.anchor {
	margin-top: -80px;
	padding-top: 80px;
}

/*=================
header
==================*/

.siteid{
	position: relative;
	z-index: 12;
	width: 400px;
}
.siteid img{
	margin-left: 45px;
}
.menubar {
    height: 90px;
}
	
.menu {
	position: relative;
	color: #000000;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 10;
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	-webkit-transform: none;
	transform: none;
    height:90px;
	padding: 0;

}
.menu ul.main_nav{

    display: flex;
    align-items:center;
	justify-content: flex-end;
    height: 90px;
	margin: 0;
}
	


.menu ul.main_nav li {
    display: flex;
	align-items:stretch;
	position: relative;
	border-top: 0;
}




.menu ul.main_nav li a {
	color: #2E457B;
	vertical-align: middle;
	padding: 0 15px;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
}

	
.menu a:hover {
	background-color: transparent;
}
	


/*PCサイズの時は押し出し解除*/	
.open-menu .contents,.open-menu .menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.open-menu .filter:after {
	content: none;
}
	
/*最後のメニューの色を変えたときの指定（変えない場合は削除）*/
.menu .main_nav li:last-of-type a {
	background-color:#2E457B;
	color: #fff;
	margin: 0;
	border-radius: 0;
	display: flex;
    height:90px;
}



.pagetop{
	display: block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	box-shadow:0 0 0;
	z-index: 99;
}
	
.pagetop a {
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s;
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #BCC9E2;
	background-color: rgba(255,255,255,0.4);
	position: relative;
}
	
.pagetop a::after {
	content: "";
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 4px);
	width: 16px;
	height: 16px;
	border: 2px solid;
	border-color: #BCC9E2 transparent transparent #BCC9E2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-show a {
	opacity: 1;

}
}

/*
-------------------------------
画面幅1200以上（1200px ～）
-------------------------------
*/
@media print, screen and (min-width: 1200px) {

}

.mb0{margin-bottom:0}.mb4{margin-bottom:4px}.mb5{margin-bottom:5px}.mb8{margin-bottom:8px}.mb10{margin-bottom:10px}.mb12{margin-bottom:12px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb55{margin-bottom:55px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml3{margin-left:3px}.ml5{margin-left:5px}.ml6{margin-left:6px}.ml0{margin-left:0}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml50{margin-left:50px}.ml2p{margin-left:2%}.mr0{margin-right:0}.mr3{margin-right:3px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mt0{margin-top:0}.mt3{margin-top:3px}.mt5{margin-top:5px}.mt6{margin-top:6px}.mt10{margin-top:10px}.mt12{margin-top:12px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.pb0{padding-bottom:0}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}.pt0{padding-top:0}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pr0{padding-right:0}.pr15{padding-right:15px}.pr20{padding-right:20px}.pl0{padding-right:0}.pl15{padding-left:15px}.pl20{padding-left:20px}.pd0{padding:0}.pd10{padding:10px}.pd15{padding:15px}.pd20{padding:20px}

/* WP用　Alignment */
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
color: #767676;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

@media print {
	
@page {
	margin: 8mm;
	margin: 10mm 8mm 10mm 8mm;
}

* {
	-webkit-print-color-adjust: exact !important;
	background-attachment: initial !important;
}

html {
	overflow: visible !important;
	zoom: 0.7 !important;
}

body {
	min-width: 1240px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	overflow: visible;
}

.container-fluid,
.container {
	min-width: 1170px !important;
}

.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.contents {
	overflow: visible !important;
}
.main_slider {
	background: url(../images/common/mainimg1.jpg)no-repeat center center;
	background-size: cover;
    padding: 30% 0 5%;
}
	
.mainimg .of {
	display: none;
}

.first-point .item {
	height: 380px !important;
}

}