/*
Theme Name : インベストメント
Theme URL: http://l-investment.co.jp/
Description: テーマの説明
Author: インベストメント
Version: 1.0.0
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;/*游ゴシック*/
}

b, strong, .bold{
	font-family: -apple-system,YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;/*游ゴシック*/
}

/* 游ゴシックーIEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

body.open{
	height: 100vh;
}


/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	color: #ffb049;;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.hLogo a:hover img {
	opacity: 1;
}

a.v_link {
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
	text-decoration: none;
	padding-bottom: 2rem;
	border-bottom: 1px solid #707070;
	width: 214px;
	display: block;
	position: relative;
}

a.v_link::before {
	content: "";
	display: block;
	bottom: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	background: white;
	position: absolute;
	transition: .5s;
}

a.v_link::after {
	content: url(./img/allow.png);
	top: 0;
	right: 0;
	position: absolute;
	transition: .6s;
}

a.v_link:hover::after {
	transform: translateX(10px);
}

a.v_link:hover::before {
	width: 100%;
	left: 0;
	transform: translateX(100%);
}

p {
	font-family: -apple-system, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;/*游ゴシック*/
	font-weight: normal;
}

h1 {
	color: white;
	font-size: 4rem;
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	font-weight: 500;
}

h2 {
	font-size: 5rem;
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
}

h3 {
	font-size: 2.4rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;/*游ゴシック*/
}

h4 {
	font-size: 2.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 95%;
	max-width: 1800px;
	margin: 0 2rem 28px auto;
	padding: 4rem 0 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.headerUl li {
}

.hLogo {
	width: calc(100% / 4);
	max-width: 340px;
	min-width: 225px;
}

.logo {
	width: 234px;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav:not(.gnav.active) {
	width: 95%;
	max-width: 730px;
}

nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav > ul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

nav li a {
	display: block;
	text-decoration: none;
	transition: .2s;
	font-size: 1.8rem;
}

nav li a:hover {
	color: #B5B5B5;
}

nav li.nav-info a {
	border-radius: 35px;
	background: #10172D;
	padding: 1.3rem 6rem;
	color: white;
	display: block;
}

nav li.nav-info a:hover {
	background: #9CA6C7;
	border-radius: 35px;
	color: #333;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 10px auto 0;
	background: #ccc;
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 500px;
}

#cover img {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

.cover01 {
	background: #ccc;
}

.cover02 {
	width: 100%;
    background: #555;
}

.cover03 {
	width: 100%;
    background: #333;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0 auto;
}

.inner{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.mainTit{
	font-size: 5.1rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
}

.mainTit span:not(.text):not(.new-text) {
	display: block;
	font-size: 1.6rem;
	margin-top: 2rem;
	font-family: -apple-system, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: normal;
}

.top {
	background-color: #799CD6;
	background: url(./img/top_bg.png) right bottom no-repeat;
	background-size: cover;
	max-height: 1080px;
	height: 100vh;
	position: relative;
}

.top .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.top .top-box {
	max-width: 470px;
}

.top .box .top-text {
	color: white;
	font-weight: 600;
	font-size: 2rem;
	font-family: "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;/*游ゴシック*/
	text-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	margin-top: 4rem;
	line-height: 4rem;
}

.content01{
	position: relative;
	padding: 120px 0 30px;
/* 	padding: 120px 0 195px; */
}

.content01 img,.con1_textarea {
	transform: translateY(30px);
	opacity: 0;
	transition: .8s;
}

.content01 img.active,.con1_textarea.active {
	transform: translateY(0px);
	opacity: 1;
}

.mainTit.con1 {
	font-size: 5rem;
	background-color: white;
	width: 70%;
	padding: 5.5rem 0 7rem;
	position: absolute;
	top: -134px;
	left: 50%;
	transform: translateX(-50%);
}

.content01 .con1_textarea {
	max-width: 415px;
	margin-left: 20px;
}

.content01 .con1_textarea p {
	margin: 30px 0 30px;
	line-height: 1.8;
}

.content01 .con1_textarea p + p + p{
	margin-bottom: 70px;
}

.content02{
	color: white;
	display: flex;
}

.content02 h2,.content02 .right-zone {
	transform: translateY(30px);
	opacity: 0;
	transition: .8s;
}

.content02 h2.active,.content02 .right-zone.active {
	transform: translateY(0px);
	opacity: 1;
}

.content02 .left-zone {
	background:#283250;
	width: 42%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content02 h2 {
	width: 100%;
	text-align: left;
	margin: 80px 0 80px 0;
	max-width: 370px;
}

.content02 .right-zone {
	background: white;
	width: 58%;
	padding: 130px 0;
	color: #333;
}

.content02 .right-zone ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 9%;
}

.content02 li {
	width: 50%;
	padding: 20px 3%;
}

.content02 li:first-child {
	width: 100%;
	margin-bottom: 15px;
}

.content02 dl {
	font-family: 'Noto Sans JP', sans-serif;;
	font-weight: bold;
}

.content02 dt{
	text-align: center;
	font-size: 1.4rem;
	text-align: left;
}

.content02 dd {
	margin: 25px 0 0 0;
	font-size: 3.9rem;
	border-bottom: 1px solid #333;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 20px;
}

.content02 dd span {
	font-size: 2.2rem;
}

.content03 {
/* 	background: url(https://l-investment.co.jp/wp-content/uploads/2022/01/content03-1.png) no-repeat; */
	background-size: cover;
/* 	padding: 0 0 49%; */
	position: relative;
	margin-bottom: 73vh;
}

.content03 img.con03-sp {
	display: none;
}

.content03 .white-zone {
	transform: translateY(30px);
	opacity: 0;
	transition: .8s;
}

.content03 .white-zone.active {
	transform: translateY(0px);
	opacity: 1;
	transform: translateX(-50%);
}

.content03 .white-zone {
	background: white;
	width: 80%;
	max-width: 1000px;
	position: absolute;
	bottom: -63vh;
	left: 50%;
	transform: translateX(-50%);
}

.content03 ul.box dt img.person {
	max-width: 273px;
	width: 100%;
}

.content03 h2 {
	margin: 70px auto 40px;
}

.content03 p {
	margin: 0 6% 74px;
}

.content03 ul.box {
	justify-content: space-evenly;
}

.content03 ul.box dd {
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
	font-size: 20px;
	text-align: center;
	line-height: 3.4rem;
	margin: 9px 0 80px;
}

.content03 ul.box dd span {
	font-size: 30px;
	display: block;
}

.contact {
	background: url(./img/contact_bg.png) no-repeat;
	background-size: cover;
	padding: 187px 0 134px;
}

.contact .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.contact .contact-box {
	width: 100%;
	max-width: 400px;
}

.contact h2 {
	margin: 14px auto 30px 0;
	text-align: left;
}

.contact p.bold {
	font-size: 4.5rem;
	line-height: 2.8rem;
	display: flex;
	align-items: center;
}

.contact p span {
	font-size: 3.6rem;
}

.contact p.daihyou {
	font-size: 1.7rem;
	font-weight: normal;
	display: block;
	text-align: right;
	margin-top: 5px;
}

.contact .contact-box a.bold {
	text-decoration: none;
	padding: 2.5rem;
	background: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
	font-size: 2.2rem;
	display: block;
	width: 100%;
	position: relative;
	margin-top: 22px;
}

.contact .contact-box a.bold:hover {
	background: rgba(245, 245, 245, 0.9);
	color: #ffb049;
}

.contact .contact-box a:not(.pctel)::after {
	content: url(./img/allow.png);
	display: block;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	transition: .5s;
}

.contact .contact-box a.bold:hover::after {
	transform: translate(10px,-50%);
}

.contact .contact-box a.pctel {
	pointer-events: none;
	text-decoration: none;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0 auto;
	padding: 30px 0 0;
	background-color: #283250;
	color: white;
	font-weight: bold;
}

footer .logo {
	width: 243px;
	margin: 0 auto 0 0;
}

footer .box {
	border-bottom: 1px solid white;
	text-align: left;
}

footer .box:first-child {
	padding-bottom: 50px;
}

footer .box div {
	width: 95%;
	max-width: 389px;
	margin: 40px 0;
}

footer .box div.logo {
	margin: 40px 0 0;
}

footer .box div:last-child {
	max-width: 379px;
}

footer a:link {
	color: white;
	text-decoration: none;
}

footer a:visited {
	color: white;
}

footer .inner {
	padding: 0 0 50px;
    text-align: center;
}

footer h5 {
	font-size: 2rem;
}

footer h5.lone {
	margin: 40px 0 0;
}

footer ul {
	margin: 5px 0 0;
}

footer ul + ul {
	margin: 5px 0 0;
}

footer ul li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 5px 0;
}

footer ul:not(.add) li a {
	margin-left: 4rem;
}

footer a.pctel {
	pointer-events: none;
}

footer ul.add li:last-child {
	margin-left: 2rem;
}


footer ul li:first-child a,
footer ul li:nth-child(5) a {
	margin-left: 0;
	color: white;
}

footer .copyright {
	text-align: center;
	font-weight: normal;
	padding-bottom: 50px;
}

footer ul li:first-child a:hover,
footer ul li:nth-child(4) a:hover,
footer a:hover {
	color: orange;
}

.copyright small {
    /* width: 1000px; */
    /* margin: 0 auto; */
    /* padding: 20px 0 20px; */
    /* display: block; */
    /* text-align: right; */
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
	padding: 1rem;
}

#pageTop img {
	width: 50px;
	height: auto;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}
.contact_tb td span {
	margin: 9px 0 0;
	display: inline;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/* 新着情報
----------------------------------------------------------- */

.news{
	color: white;
	display: flex;
}

.news .left-zone {
	background:#283250;
	width: 44%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news h2 {
	width: 100%;
	text-align: right;
	margin: 80px 180px 80px auto;
	max-width: 370px;
}

.news .right-zone {
	background: white;
	width: 56%;
	padding: 0 0 130px;
	color: #333;
}

.news ul {
	margin: 0 auto 0 12%;
}

.news li {
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #CBC7C7;
	display: flex;
	max-width: 500px;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
	color: #263767;
}

.news li:first-child dl {
	border-top: none;
}

.news a.v_link {
	margin-top: 75px;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


/*-- 固定ここまで --*/

.box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ed5c65;
}

.text {
	display: inline-block;
}

/* ここから下層 */

#main .top.un {
	height: 75vh;
	background: url(./img/in_bg.png) center bottom no-repeat;
}

#main .top.un .un-box {
	top: 45%;
}

/* パンくず */
.breadcrumb {
	margin: 2rem 0;
	padding: 0;
	list-style: none;
  }
  
  .breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-size: 1.4rem;
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
	color: #fff;
	}
  
  .breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.4em;
	color: white;
  }
  
  .breadcrumb li:last-child:after {
	content: '';
  }
  
  .breadcrumb li a {
	text-decoration: none;
	color: white;/*色*/
  }
  
  .breadcrumb li a:hover {
	color: #919191;
  }

  .breadcrumb li a:visited {
	  color: white;
  }

  .breadcrumb li:first-child a {
	  color: white;
  }
/* パンくず▲ */

.breadcrumb {
	position: absolute;
	top: -75px;
	left: 0;
}

/* 私たちについて（about） */
#main h1.un {
	font-size: 5rem;
}

.top .un-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.box01 {
	display: flex;
	justify-content: space-between;
}

.box01:first-child {
	margin-bottom: 100px;
}

.float-zone {
	background-color: white;
	width: 70%;
	padding: 8rem 0 0;
	position: absolute;
	top: -134px;
	left: 50%;
	transform: translateX(-50%);
}

.float-zone h2 {
	margin: 0 2rem;
}

.un_textarea p {
	max-width: 840px;
	margin: 7px auto 75px;
	line-height: 2.6rem;
	text-align: left;
	padding: 0 2rem;
	width: 70%;
}

.content01.un {
	text-align: center;
	padding: 80px 0 150px;
	max-width: 100%;
	margin: 0 auto;
}

.blog .content01.un {
	text-align: center;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
}

.content02.un {
	display: block;
	color: #333;
}

h2.un:not(.pryvacy) {
	font-size: 4.4rem!important;
}

.content02 h2.un {
	color: #333;
	text-align: center;
	max-width: 100%;
	margin: auto;
}

h3.un {
	margin: 3rem 0;
}

.content02.un .box01 p {
	max-width: 450px;
	width: 100%;
	line-height: 2.6rem;
}

.content02.un .box01 img {
	max-width: 450px;
	width: 100%;
}

.content02.un .inner {
	margin: 100px auto 240px;
}

.content03.un {
	margin-bottom: 31vh;
}

.content03.un .white-zone {
	top: 87%;
	text-align: center;
}

.content03.un .white-zone p {
	text-align: left;
}

.content03.com.ab .un-box {
	top: -114px;
}

.content03.un.com.ab .zone {
	padding: 0 2rem;
}

.content03.un.com.ab h3 {
	margin-top: 80px;
	text-align: center;
}

/* 会社概要 */
.content02 .right-zone.un {
	padding: 80px 0;
}

.content02 ul.un li {
	width: 100%;
}

.content02.com li:first-child {
	margin-bottom: 0;
}

.content02.com li {
	padding-top: 0;
}

.content02 ul.un dt {
	font-size: 1.6rem;
	color: #263767;
	font-weight: bold;
}

.content02 ul.un dd {
	font-size: 1.6rem;
	font-weight: normal;
	font-family: -apple-system, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	text-align: left;
	border-bottom: 1px solid #CBC7C7;
}

h2.un.com {
	text-align: left;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 2rem;
}

.un_textarea .name {
	font-size: 3rem;
	margin: 0 auto;
	max-width: 800px;
}

.un_textarea .name p {
	margin: 15px 0 15px auto;
	width: 210px;
	padding: 0;
}

.content03.un.com {
	position: static;
	background: none;
	margin-bottom: 0;
	padding-bottom: 120px;
}

.content03.com .un-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -39px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	background: white;
}

.content03.com .un-box h2 {
	font-weight: 600;
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
}

.content03.com .zone {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.content03.un.com .zone.com {
	padding: 2rem;
	max-width: 1040px;
}

.content03 ul.com-flex {
	padding-top: 80px;
}

.content03 ul.com-flex li:first-child {
	margin-bottom: 125px;
}

.content03 ul.com-flex img {
	width: 100%;
	max-width: 350px;
}

.content03 ul.com-flex dl {
	max-width: 582px;
	margin-left: 2rem;
}

.content03 ul.com-flex dl.un {
	margin-left: 0;
	margin-right: 2rem;
}

.content03 ul.com-flex dt {
	font-size: 5rem;
	margin: 0 0 3rem;
	text-align: left;
}

.content03 ul.com-flex dt span {
	font-size: 2rem;
	display: block;
}

.content03 ul.com-flex dd p {
	margin: 0 0 3rem;
}

/* お知らせ */

#un_main .inner.blog {
	position: relative;
	width: 100%;
	max-width: 100%;
}

#un_main .inner.blog .float-zone {
	padding: 13.4rem 0 0;
	top: -92px;
}

#un_main .un_content.com select {
	padding: 1rem;
	margin: 0 0 3rem;
}

#un_main .un_content.com ul.title-box li a {
	text-decoration: none;
	display: block;
	padding: 2rem;
}

#un_main .un_content.com ul.title-box li a:hover {
	background: #333;
	color: white;
}


#un_main .un_content.com ul.box {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 3.5rem auto 130px;
	max-width: 1200px;
}

#un_main .un_content.com ul.box li {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
}

#un_main .un_content.com ul.box li p {
	font-size: 1.5rem;
	color: #007DCB;
	margin: 0;
}

#un_main .un_content.com ul.box li a {
	text-decoration: none;
	width: 100%;
}

#un_main .un_content.com ul.box li a:hover .news-list-item-desc {
	background: #eee;
}

#un_main .un_content.com ul.box li .news-list-item-desc {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#un_main .un_content.com ul.box li .newslist-item-info {
	display: flex;
	align-items: center;
	padding: 1rem 3rem 1rem 0;
}

#un_main .un_content.com ul.box li .newslist-item-date {
	font-size: 1.4rem;
	color: #666;
	margin-right: 1rem;
	margin: 0.5rem 1rem 0.5rem 2rem;
}

#un_main .un_content.com ul.box li .newslist-item-category {
	padding: 2px 1rem;
	background-color: #283250;
	color: white;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#un_main .un_content.com ul.box li a:hover .newslist-item-category {
	color: orange;
}

#un_main .un_content.com ul.box li .news-list-item-title {
	margin-left: 3rem;
}

/* たぶ */
.tab-wrap {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tab-label {
    color:#333;
    background: LightGray;
    padding: 2rem;
	order: -1;
	background: #eee;
	width: calc(100% / 2);
	text-align: center;
	border-bottom: 2px solid #007DCB;
	font-size: 2rem;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background:#283250;
	color: white;
}
.tab-switch:checked+.tab-label+.tab-content {
	 display: block;
	 color: #333;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.un_content.news div {
	padding: 0;
	margin: 0;
	max-width: 1000px;
}

#un_main .inner {
	margin: auto;
	position: relative;
	top: -42px;
}

#un_main .un_content.com.news ul.box {
	margin: 80px auto;
}

/* お問い合わせ */

#main .top.otoi {
	background: white;
	height: 51vh;
}

#main .otoi h1 {
	color: #10172D;
	text-shadow: none;
}

.otoi-pan .breadcrumb {
	top: -90px;
}

.otoi-pan .breadcrumb li:first-child a {
	color: #10172D;
}

.otoi-pan .breadcrumb li:after {
	color: #10172D;
}

.otoi-pan .breadcrumb li a {
	color:  #10172D;
}

#contactForm .contact_tb th {
	background: white;
	color: #333;
	font-size: 1.4rem;
	width: 300px;
	padding: 30px 10px 30px 20px;
	border-bottom: 1px solid #E2E2E2;
}

#contactForm .contact_tb td {
	background: white;
	color: #333;
	padding: 30px 10px 30px 20px;
	border-bottom: 1px solid #E2E2E2;
}

#contactForm .contact_tb th em {
	background:#CB4646;
}

#contactForm td.type label {
	display: flex;
	align-items: center;
}

#contactForm td.type label:last-child {
	margin-top: 6px;
}

#contactForm td.type input[name=type] {
	margin-right: 5px;
}

#contactForm input[name=tel] {
	width: 25%;
}

#contactForm #company, #position,#name ,#kana,#tel,#mail,#msg,#comname {
	width: 100%;
}

#contactForm .choose_list1 {
	margin: 40px auto 0;
}

.content01.otoi-pan {
	padding: 0 0 130px;
}

.content01.otoi-pan .inner {
	width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    height: 0px;
    position: relative;
}

#contactForm .clearForm,
#contactForm .clearForm2 {
	padding: 18px 5px;
}
/* #contactForm label {
	display: inline-block;
} */

/* プライバシーポリシー */

.top .top-box.pryvacy {
	max-width: 500px;
}

h2.mainTit.un.com.pryvacy {
	font-size: 4rem;
	text-align: center;
}

.float-zone.com.pryvacy {
	top:-132px;
}

.un_textarea.pryvacy h3 {
	text-align: left;
	max-width: 840px;
	margin: 7px auto;
	padding: 0 2rem;
	width: 70%;
	font-size: 1.8rem;
}

.com .un_textarea.pryvacy p {
	margin: 7px auto 30px;
}



/* ここまで下層 */


/*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);*/

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

	.content02 .right-zone ul {
		margin: 0 auto 0 7%;
	}

	/* お知らせ */
	#un_main .inner.blog .float-zone {
		width: 88%;
	}
	
	
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {
.content02 .right-zone {
	width: 58%;
	padding: 80px 0;
}

.content02 .right-zone ul {
	margin: 0;
}

.content02 li {
	width: 100%;
}

.content02 li:first-child {
	margin-bottom: 0;
}

.content02 h2 {
	text-align: center;
	margin:80px 2rem;
}

.news h2 {
	margin: 80px auto;
	text-align: center;
}

.contact h2 {
	font-size: 3.5rem;
}

.contact .contact-box {
	margin: 0 2rem;
}

.contact p.bold {
	font-size: 3rem;
	display: inline-block;
}

.contact p span {
	font-size: 2.5rem;
}

.contact p.daihyou {
	display: inline-block;
}

.contact .contact-box a.bold {
	font-size: 1.8rem;	
}

/* お知らせ */
#un_main .inner.blog .float-zone {
	width: 95%;
}

	


}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}

.top {
	background-color: #799CD6;
	background: url(./img/top_bg02.png) center bottom no-repeat;
	background-size: cover;
	max-height: 1080px;
	height: 100vh;
	position: relative;
	background-size: auto;
}

.top .box {
	max-width: 470px;
	top: 30vh;
}


/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	width: 27%;
}

#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #333333f5;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
	display: block;
	width: 100%;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: -35px;
}

nav .gnav__menu__item {
    margin: 30px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 2rem;
	font-weight: 700;
	font-family: "Yu Mincho", "YuMincho",'Noto Serif JP', serif;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 1rem 5%;
	font-size: 2rem;
	border: 1px white solid;
	border-radius: 34px;
	width: 30rem;
	margin: auto;
}

nav .gnav__menu__item a.btn03:hover {
	background: white;
}

.gnav__menu__item a:hover{
    color: gray;
}

/* フッター？
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
	background:rgba(62, 84,154, 0.8);
}

.top .box {
	flex-direction: column;
}

.top .box h1 {
	font-size: 3rem;
}

.top .box .top-text {
	font-size: 1.6rem;
	line-height: 3rem;
}

.top .box img {
	margin-top: 3.5rem;
}

.content01 h2 {
	font-size: 3.5rem;
}

.mainTit.con1 {
    width: 80%;
    padding: 5.5rem 1.7rem 7rem;
}

.menu-trigger span {
	background: #333;
}

/* ここから下層 */
/* 私たちについて（about） */

.float-zone {
	width: 80%;
	top: -100px;
}

h2.un:not(.pryvacy) {
	font-size: 3.3rem!important;
}

.content01.un {
	padding-top: 110px;
}

/* 会社概要 */
h2.un.com {
	text-align: center;
}

.un_textarea p.name {
	text-align: center;
}

/* お知らせ */
#un_main .un_content.com ul.box {
	width: 100%;
}

#un_main .inner.blogg {
	width: 90%;
}

/* プライバシーポリシー */
.float-zone.com.pryvacy {
	top: -121px;
}

}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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

footer img {
	width: initial;
}

.top img {
	max-width: 470px;
}

.content01 img {
	max-width: 600px;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}

header h1 {
	font-size: 80%;
}

.logo {
	width: 28%;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/

#main {
}


/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}

footer {
	padding: 50px 0 0;
}

footer .inner {
	padding: 0 0 20px;
}

footer .box {
	flex-direction: column;
}

footer .box:first-child {
	padding-bottom: 0;
}

footer .box:last-child {
	padding-bottom: 3rem;
}

footer .box div {
	margin: 0;
}

footer .box div.logo {
	text-align: center;
}

footer h5 {
	margin: 30px auto 10px;
	text-align: center;
}

footer h5.lone {
	margin: 50px auto 30px;
}

footer ul li {
	display: block;
	text-align: center;
	margin: 1rem 0;
	line-height: 2rem;
}

footer ul:not(.add) li a {
	margin: 0 auto;
}

footer .box div:first-child {
	margin: 0;
}

footer ul li:last-child {
	margin-bottom: 0;
}

footer ul.add li:last-child {
	margin-left: 0;
}

footer .copyright {
	padding-bottom: 20px;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

/* .scroll-pane {
	width: 100% !important;
} */


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.content01 .inner.box {
	flex-direction: column;
	align-items: flex-start;
}

.content01 .inner.box img {
	margin: auto;
}

.content01 .con1_textarea {
	margin: 30px 1rem 0;
	max-width: 650px;
}

.contact {
	padding: 100px 0;
}

.contact .inner {
	flex-direction: column;
}

.contact .contact-box {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 440px;
}

.contact .contact-box:first-child {
	margin-bottom: 50px;
}

/* 下層ページ */
.content01.un {
	padding-bottom: 100px;
}

.box01 {
	flex-direction: column;
}

.content02.un .inner {
	margin: 80px auto 100px;
}

.content02.un .box01 img {
	margin: 0 auto 3.5rem;
}

.content02.un .box01 img:last-child {
	order: -1;
}

h3.un {
	text-align: center;
	margin: 3rem 2rem;
	font-size: 2rem;
}

.content02.un .box01 p {
	margin: auto;
	max-width: 80%;
}

.box01:first-child {
	margin-bottom: 50px;
}

/* お知らせ */
#un_main .inner.blog .float-zone {
	top: -31px;
}

/* お問い合わせ */
#contactForm td.type label {
	font-size: 1.5rem;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

header {
	margin: 0 1rem 28px;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

.content02 {
    flex-direction: column;
}

.content02 .left-zone {
    width: 100%;
    position: static;
}

.content02 h2:not(.un) {
    position: static;
    margin: 0 auto;
    padding: 70px 2rem;
    max-width: 640px;
    text-align: center;
}

.content02 h2 span {
    text-align: left;
}

.content02 .right-zone {
    width: 100%;
    padding: 80px 0;
}

.content02 .right-zone ul {
    margin: 0 5%;
}

.content03 {
	background: none;
	padding: 0;
	margin: 0;
}

.content03 img.con03-sp {
	display: block;
}

.content03:not(.com) .white-zone {
	position: static;
	margin: auto;
	transform: none;
}

.content03 ul.box li:last-child {
	margin-left: 2rem;
}

.news {
    flex-direction: column;
}

.news .left-zone {
	width: 100%;
}

.news .right-zone {
	width: 100%;
	padding: 50px 0 80px;
}

.news dl {
    max-width: 100%;
}

.news ul {
	margin: 0 5%;
}

.news li {
	width: 100%;
}

/* ここから下層 */
#main h1.un {
	font-size: 3.5rem;
}

.un_textarea p {
	width: 85%;
}

.content02.un .box01 p {
	width: 85%;
}

.content03.un {
	margin-bottom: 8rem;
}

.com .un_textarea p {
	margin: 7px auto 50px;
}

.com .un_textarea .name p {
	font-size: 2rem;
	margin: 15px auto;
	text-align: center;
}

/* 会社概要 */

ul.com-flex li.box {
	flex-direction: column;
}

.content03.un.com {
	padding-bottom: 50px;
}

.content03 ul.com-flex {
	padding: 80px 2rem 0;
}

.content03 ul.com-flex dl {
	margin: 3.5rem 0 0;
	max-width: 100%;
}

.content03 ul.com-flex dl.un {
	margin-right: 0;
}

.content03 ul.com-flex dt {
	font-size: 3rem;
	text-align: center;
}

.content03 ul.com-flex li:first-child {
	margin-bottom: 50px;
}

.content03 ul.com-flex img.un {
	order: -1;
}

/* お問い合わせ */

#contactForm .contact_tb th {
	width: 240px;
}

.content01.otoi-pan .inner {
	width: 80%;
}

/* プライバシーポリシー */
.un_textarea.pryvacy h3 {
	width: 85%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.content02 li {
    width: 100%;
    /* margin: 0 0 20px 0; */
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}

.content02 h2,
.content03 h2,
.news h2 {
	font-size: 3.5rem;
}

.top {
	background-color: #799CD6;
	background: url(./img/top_bg03.png) center bottom no-repeat;
	background-size: cover;
	max-height: 1080px;
	height: 100vh;
	position: relative;
	background-position-x: 40%;
}


/* トップページ
----------------------------------------------------------- */

#main {
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.headerUl {
	width: 40%;
}

.menuBtn {
	width: 34%;
}

.mainTit.con1 {
	font-size: 3.3rem;
	top: -78px;
}

.content02 dd {
	font-size: 3.2rem;
}

.content03 .white-zone {
	width: 90%;
}

.content03 p {
	margin: 0 2% 74px;
}

.content03 ul.box dd {
	font-size: 18px;
	margin: 9px 0 50px;
}

.content03 ul.box dd span {
	font-size: 26px;
}

a.pctel {
	pointer-events: auto!important;
}

footer a.pctel {
	pointer-events: initial!important;
}

.contact .contact-box {
	text-align: center;
}

.contact p.bold {
	font-size: 2.5rem;
}

.contact .contact-box a.bold {
	text-align: left;
}

.contact .contact-box:first-child {
	text-align: left;
}

.contact p span {
	font-size: 2rem;
}

footer img {
	width: 80%;
}

/* ここから下層 */

/* about */
.content01.un h2.mainTit.un span.text.vanish {
	display: inline;
}

.content01.un h2.mainTit.un span.new-text {
	display: inline-block;
}

.content01.un h2.mainTit.un.abn {
	font-size: 2.8rem!important;
}

.float-zone.abn {
	padding-top: 6rem;
}


/* お知らせ */
#un_main .un_content.com ul.box li .news-list-item-desc {
	flex-direction: column;
	align-items: flex-start;
}

#un_main .un_content.com ul.box li .news-list-item-title {
	margin-left: 2rem;	
}

#un_main .un_content.com.news ul.box {
	margin: 50px auto 20px;
}

.tab-label {
	font-size: 1.6rem;
}

.content03.com .zone {
	margin: 80px auto 0;
}

/* お問い合わせ */
#contactForm .contact_tb tr {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

#contactForm .contact_tb th {
	border-bottom: none;
	padding-bottom: 0;
}

#contactForm td.type {
	display: flex;
}

#contactForm td.type label:last-child {
	margin-top: 0;
	margin-left: 5rem;
}

h2.mainTit.un.com.pryvacy {
	font-size: 2.3rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}


.hLogo {
	width: 30%;
	max-width: 340px;
	min-width: 180px;
}


/* .telBtn a,
.menuBtn a {
	font-size: 240%;
} */

.headerUl {
    display: flex;
    width: 18%;
	justify-content: flex-start;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

.top .box {
	top: 30vh;
}

.top .box h1 {
	font-size: 2rem;
	margin: 15px 0 0 0;
}

.top .box .top-text {
	font-size: 1rem;
	margin-top: 1rem;
	line-height: 1.8;
}

.content01 {
	padding: 78px 0 100px;
}

.mainTit.con1 {
	/* top: -43px; */
	font-size: 2.5rem;
	padding: 38px 2% 0;
}

.content01 h3 {
	font-size: 2rem;
}

.brsp {
	display: none;
}

.content03 ul.box {
	flex-direction: column;
}

.news dl {
	flex-direction: column;
}

.contact p.bold {
	display: flex;
	justify-content: center;
}

.contact p.daihyou {
	display: block;
	text-align: center;
}

.contact .contact-box a.pctel {
	display: block;
}

footer h5 {
	font-size: 1.6rem;
}

footer h5.lone {
	margin: 50px auto 30px;
}

/* ここから下層 */
/* 私たちについて（about） */
#main h1.un {
	font-size: 3rem;
}

.float-zone {
	width: 90%;
	padding-top: 6rem;
}

.un_textarea p {
	width: 100%;
}

/* 会社概要 */

.content01.un.com {
	padding: 80px 0;
}

/* プライバシーポリシー */

#main .top-box.pryvacy h1.un {
	font-size: 2.5rem;
}

.float-zone.com.pryvacy {
	top: -117px;
}

/* プライバシーポリシー */
.un_textarea.pryvacy h3 {
	width: 100%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
	display: block;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

#contactForm .contact_tb td {
	display: block;
	width: 100%;
	padding: 30px 2% 30px;
}

header{
	padding: 15px 2%;
	margin: 0 auto 41px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
