@charset "UTF-8";

html, body {
  margin: 0 auto;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #666666;
  position: relative;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.chatbot > :nth-child(2) {
  display: none;
}

@media screen and (max-width: 640px) {
  .chatbot > :nth-child(1) {
    display: none;
  }

  .chatbot > :nth-child(2) {
    display: block;
  }
}

p{ margin: 0; }

.pc { display: block; }
.sp { display: none; }

@media only screen and (max-width: 800px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.pc_block { display: block !important; }
.tablet_block { display: none !important; }

@media only screen and (max-width: 1100px) {
.pc_block { display: none !important; }
.tablet_block { display: block !important; }
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }
.left{ float: left; }
.right{ float: right; }

ul { list-style: none; padding: 0px; }
.red { color: red; }

.page-single mark {
  background-color: #ff9 !important;
  color: #000 !important;
  font-weight: 700 !important;
}
.mt-1{ margin-top: 10px !important; }
.mt-2{ margin-top: 20px !important; }
.mt-3{ margin-top: 30px !important; }
.mt-4{ margin-top: 40px !important; }
.mt-5{ margin-top: 50px !important; }
.mt-10{ margin-top: 100px !important; }
.mb-1{ margin-bottom: 10px !important; }
.mb-2{ margin-bottom: 20px !important; }
.mb-3{ margin-bottom: 30px !important; }
.mb-5{ margin-bottom: 50px !important; }
.mb-10{ margin-bottom: 100px !important; }
.text-center { text-align: center; }
.letter-7{ letter-spacing: 7px; }
.orange { color: #e87300; }
.orange-big{
  color: #e87300;
  font-size: 18px;
}
.text-small{ font-size: 20px; padding-left: 5px; }
.facebook_error{
  width: 50%;
  margin: 15% auto;
  display: block;
}
div.wpcf7 .ajax-loader { display: none !important; }
.wpcf7-mail-sent-ok { display:none !important; }

input:-internal-autofill-selected,
select:-internal-autofill-selected{
  background: #d1d1d1 !important;
  background-color: #d1d1d1 !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.search-form{
  width: 400px;
  height: 50px;
  background: #ffeeff;
  text-align: center;
  line-height: 3;
  margin-left: 50px;
}
.fixed-btn{
  position: fixed;
  top: 150px;
  right: 25px;
  display: block;
  z-index: 999;
}
.following-box{
  background: #fff;
  padding: 15px 15px;
  border-radius: 10px;
  width: 130px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px -3px #333;
  -ms-box-shadow: 3px 3px 5px -3px #333;
  -moz-box-shadow: 3px 3px 5px -3px #333;
  -webkit-box-shadow: 3px 3px 5px -3px #333;
  -o-box-shadow: 3px 3px 5px -3px #333;
  position: relative;
}
.fixed-btn a{
  color: #000;
  text-decoration: none;
}
.following-box::before {
  content: '';
  position: absolute;
  display: block;
  width: 49px;
  height: 28px;
  left: 30px;
  top: 85px;
  background: url(../img/fukidasi.png) no-repeat;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}

.cv-inner {
  display: inline-block;
  width: 100%;
  padding: 80px 0 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 998;
  background: #fff;
}

.cv-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-inline: 24px;
  margin: 0 auto;
  margin: 50px auto;
  box-sizing: border-box;
}
.cv-box .left {
  height: auto;
  background: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
  border: 3px solid #fc9639;
  box-sizing: border-box;
  height: 100px;
  color: #333;
  text-decoration: none;
}

.cv-box .left:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.web-cv {
  font-size: 22px;
  color: #333333;
  margin-top: 0px;
  position: absolute;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: bold;
}

.web-cv::before {
  content: "";
  display: inline-block;
  background: url(../img/cv_web_icon.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 22px;
  top: 3px;
  right: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  position: relative;
}

.tel-cv {
  font-size: 26px;
  color: #333333;
  margin-top: 0px;
  position: absolute;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: bold;
}

.tel-cv::before {
  content: "";
  display: inline-block;
  background: url(../img/cv_tel_icon.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  top: 3px;
  right: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  position: relative;
}
.line-cv {
  font-size: 22px;
  color: #333333;
  margin-top: 0px;
  position: absolute;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: bold;
}

.line-cv::before {
  content: "";
  display: inline-block;
  background: url(../img/cv_line_icon.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 3px;
  right: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  position: relative;
}

.cv-campaign {
  padding: 50px 0;
  box-sizing: border-box;
  height: 460px;
  width: 100% !important;
  object-fit: contain !important;
  font-family: 'object-fit: contain' !important;
  background-image: linear-gradient(45deg, #f38f1e, #f3681e);
  position: relative;
  right: 0;
  z-index: 997;
}

.cv-campaign-box { width: 1000px; margin: 0 auto; }

.cv-campaign-box .left {
  width: calc(40% - 35px);
  height: auto;
  padding: 0px;
  box-sizing: border-box;
  margin-right: 35px;
  display: block;
  position: relative;
}

.cv-campaign-box .left img, .cv-campaign-box .right img { width: 100%; }
.cv-campaign-box .right {
  width: 60%;
  height: auto;
  padding: 0px;
  box-sizing: border-box;
  margin-right: 0;
  display: block;
  position: relative;
  z-index: 1;
  top: 35px;
}

/* -----------------
start 國武 追加部分
-------------------- */
.cv-box .left._attention {
  /* background: #3aa012; */
  background: linear-gradient(#4fd21c, #177d48);
  border: none;
  color: #fff;
  box-shadow: 0 5px 0 #004D25;
}
.left._attention .web-cv,
.left._attention .tel-cv,
.left._attention .line-cv {
  font-size: 25px;
  padding-right: 20px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.left._attention > p {
  font-size: 15px;
}
.left._attention .web-cv::before,
.left._attention .tel-cv::before,
.left._attention .line-cv::before {
  width: 30px;
  height: 30px;
}
.left._attention .web-cv::before {
  background-image: url("../img/check-box.svg");
}
.left._attention .tel-cv::before {
  background-image: url("../img/tel-icon.svg");
}
.left._attention .line-cv::before {
  border: 2px solid #a9c3ad;
  border-radius: 5px;
}
.left._attention .web-cv::after,
.left._attention .tel-cv::after,
.left._attention .line-cv::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  position: absolute;
  transform: rotate(-45deg) translateY(-100%);
  top: 50%;
  right: 10px;
  transition: .25s;
}
._attention:hover .web-cv::after,
._attention:hover .tel-cv::after,
._attention:hover .line-cv::after {
  animation: button-arrow infinite 1s;
}

@media screen and (max-width: 1000px) and (min-width: 891px) {
  .left._attention > p {
    font-size: 12px;
  }
  .left._attention .web-cv::before,
  .left._attention .tel-cv::before,
  .left._attention .line-cv::before {
    width: 20px;
    height: 20px;
  }
  .left._attention .web-cv,
  .left._attention .tel-cv,
  .left._attention .line-cv {
    font-size: 18px;
  }
}
@media screen and (max-width: 890px ) and (min-width: 801px) {
  .left._attention .web-cv,
  .left._attention .tel-cv,
  .left._attention .line-cv {
    font-size: 16px;
    padding-left: 0;
  }
}
@keyframes button-arrow {
  0% {
    right: 10px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 10px;
  }
}
/* 色の追加 */
._attention .fyellow {
  color: #ffff00;
}
/* -----------------
end 國武 追加部分
-------------------- */

.band-inner {
  background: #282a28;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  box-sizing: border-box;
  position: relative;
  z-index: 997;
}
/* ==========================================

	START header

========================================== */
#header .container {
  position: relative;
  overflow: visible;
  width: 1000px;
  margin: 0 auto;
}
@media screen and ( max-width:1219px ){

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

@media screen and ( max-width: 1000px ) {
  #header , #header .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header {
    top: 0;
    position: fixed;
    margin-top: 0;
    height: 50px;
    padding-top: 20px !important;
    box-sizing: border-box !important;
  }
  /* Fixed reset */
  #mobile-head {
    width: 30%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #mobile-head .logo {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ヘッダーロゴ */
#header .logo {
  margin: 15px 0;
  line-height: 1;
  display: inline-block;
}
#header .logo a { display: inline-block; }
#header .logo img { width: auto; height: auto; }
@media screen and ( max-width:1200px ){
  #header .logo { margin: 20px 0; }
  #header .logo img { width: 80%; height: auto; }
  .main-visual-img { width: calc(55% - 35px) !important; }
  .main-visual-text { width: 45% !important; }
  .main-visual-text img:nth-child(2) {
    margin-top: 25px;
    position: relative;
    top: 30px;
    position: relative;
    z-index: 993;
  }
}
@media screen and ( max-width:1000px ){
  #header .logo { margin: 0; }
}

/* ヘッダーインフォメーション */
#header .container .header_info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: block;
  height: auto;
  overflow: hidden;
}
#header .container .header_info:after {
  clear: both;
  content: '';
  display: block;
}
#header .container .header_info a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and ( min-width:1001px ){
  #header .header_info .tel_info , #header .header_info .mail_info {
    float: left;
    transition: .3s;
    margin-top: 20px;
  }
  #header .header_info .tel_info img:hover , #header .header_info .mail_info img:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
  }
  #header .container .sp_h_info { display: none; }
  #header .header_info .mail_info { margin-right: 20px; }
}
@media screen and ( max-width:1000px ) {
  #header .container .pc_h_info { width: 70%; }
  #header .header_info .mail_info { float: left; }
  #header .header_info .tel_info { float: left; }
  #header .container .sp_h_info {
    display: block;
    position: static;
    width: 100%;
    height: auto;
  }
  #header .header_info .consultation {
    background: #fff;
    padding: 3%;
  }
  #header .header_info .tel_info , #header .header_info .reception_info {
    display: block;
    margin: auto;
    text-align: center;
    float: none;
    padding: 0;
  }
  #header .header_info .text_box { padding: 0 3% 3%; }
  #header .header_info p { margin: 0; }
  #header .header_info p.title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 3%;
  }
  #header .header_info p.title span { font-size: 16px; }
  #header .header_info .tel_info p.title {
    background: -moz-linear-gradient(left, #f38f1e, #f37b1e, #f3691e);
    background: -webkit-linear-gradient(left, #f38f1e, #f37b1e, #f3691e);
    background: linear-gradient(to right, #f38f1e, #f37b1e, #f3691e);
  }
  #header .header_info .reception_info p.title {
    background: #1496b4;
  }
  #header .header_info .tel_info .text_box p:nth-of-type(1) {
    color: #f3681e;
  }
  #header .header_info .tel_info .text_box p:nth-of-type(2) {
    color: #666;
  }
}
@media screen and ( max-width:480px ) {
  #header .header_info .text_box p { font-size: 3vw; }
}

/* SP査定ボタン */
.sp_assessment_area { display: none; }
@media screen and (max-width:1000px) {
  .sp_assessment_area {
    position: absolute;
    top: 100%;
    left: auto;
    width: 100%;
    height: auto;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99;
  }
  .sp_assessment_area a { text-decoration: none; }
  .sp_assessment_area p {
    color: #fff;
    font-weight: bold;
    padding-left: 2.5em;
    display: table;
    text-align: center;
    margin: auto;
    position: relative;
  }
  .sp_assessment_area p:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.66em;
    height: 1.66em;
  }
  .sp_assessment_area > div { width: 50%; padding: 10px 5px; }
  .sp_hdr_web {
    background: #1496b4;
    border-bottom: 2px solid #006a7c;
  }
  .sp_assessment_area .sp_hdr_web p:after {
    background: url(../img/header/sp_web_after.png) no-repeat center/contain;
  }
  .sp_hdr_tel {
    background: -moz-linear-gradient(left, #f38f1e, #f37b1e, #f3691e);
    background: -webkit-linear-gradient(left, #f38f1e, #f37b1e, #f3691e);
    background: linear-gradient(to right, #f38f1e, #f37b1e, #f3691e);
    border-bottom: 2px solid #9a3f00;
  }
  .sp_assessment_area .sp_hdr_tel p:after {
    background: url(../img/header/sp_tel_after.png) no-repeat center/contain;
  }
}
@media screen and (max-width:480px) {
  .sp_assessment_area p {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media screen and (max-width:374px) {
  .sp_assessment_area p { font-size: 10px; }
}

/* Gナビ */
#global_nav ul li { float: left; }

@media screen and ( min-width:1001px ){
  #global_nav ul {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
  }
}
@media screen and ( min-width:1001px ) and ( max-width:1200px ){
  #global_nav ul { left: 180px; }
  #global_nav ul li a { font-size: 12px; }
}
@media screen and ( min-width:1001px ) {
  #global_nav > ul > li { padding: 0 4px; }
  #global_nav > ul > li > a {
    padding: 10px 4px;
    text-decoration: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -ms-transition: -ms-transform .3s;
    transition: .3s;
    color: #3c3c3c;
  }
  #global_nav > ul > li > a:hover {
    color: #f29739;
    border-top: 1px solid #f29739;
    border-bottom: 1px solid #f29739;
  }
}
@media screen and ( max-width:1000px ) {
  #global_nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -100%;
    background: #1a1a1a;
    width: 50%;
    height: 100vh;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: auto;
  }
  #global_nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global_nav > ul { padding: 0 0 .5em; }
  #global_nav ul li , #header.fixed #global_nav ul li {
    float: none;
    position: static;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -ms-transition: -ms-transform .3s;
    transition: .3s;
  }
  #header #global_nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    text-align: left;
    padding: .75em 1.5em;
  }
  #header #global_nav ul li a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    position: relative;
  }
  #header #global_nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -ms-transition: -ms-transform .3s;
    transition: .3s;
  }
  #header #global_nav ul li a:hover:after { right: 1.2em; }
}
@media screen and (max-width:767px) {
  #global_nav { width: 75%; }
}

/* ヘッダー追従 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  z-index: 999;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fc9639ed;
  transition: all 0.5s ease;
}
.hidden { background: none; transition: all 0.5s ease; }
#mobile-head { width: 30%; }

/* ==========================================

	END header

========================================== */

/* ==========================================

	START Footer

========================================== */
footer{
  background: #333333;
  padding: 3vw 5vw 3vw;
  box-sizing: border-box;
}

footer .footer-flame{ width: 60%; float: left; }

.footer-flame ul{
  width: calc(33.7% - 20px);
  background: #333;
  box-sizing: border-box;
  margin-right: 20px;
}

.footer-flame ul:nth-child(3){ margin-right: 0px; }

.footer-flame ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.footer-inr { width: 900px; margin: 0 auto; }
.footer-inr img.footer-logo {
  margin: 0 auto 50px;
  display: block;
}
.footer-inr .store-inner .left {
  width: calc(50% - 20px);
  position: relative;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 2.5vw;
  display: block;
}
.footer-inr .store-inner .left:nth-child(2) { margin-right: 0px; }

.footer-inr .store-inner .left img { width: 100%; height: auto; }
.store-title {
  font-size: 38px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.store-name {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.store-inner table {
  font-size: 17px;
  color: #fff;
  margin-top: 30px;
}

.store-inner table tr td {
  padding-right: 30px;
  box-sizing: border-box;
}

.footer-copyArea {
  padding-bottom: 1em;
  background-color: #000;
}

.footer-copyright {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: .75em;
}
@media only screen and (min-width:1920px) { }

@media only screen and (min-width:1720px) and (max-width:1919px) { }

@media only screen and (min-width:1520px) and (max-width:1719px) { }

@media only screen and (min-width:1320px) and (max-width:1519px) { }

@media only screen and (min-width:1100px) and (max-width:1319px) { }

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

@media screen and (max-width:640px) {
  .footer-copyArea {
    padding-bottom: 80px;
  }
  .footer-copyright {
    padding-top: 1.5em;
  }
}

/* ==========================================

	END Footer

========================================== */

/* ==========================================

	START tablet用のcssを記述

========================================== */
@media only screen and (min-width:801px) and (max-width:1100px) {

#Toppage{ top: inherit; }

}
/* ==========================================

	END tablet用のcssを記述

========================================== */

/* ==========================================

	START スマホ用のcssを記述

========================================== */
@media screen and (max-width:800px) {
.left{ float: none; }
.right{ float: none; }
.topbar{ width: 100%; }

#Toppage{ width: 100%; margin: 0 auto; }
main{ z-index: 0; }
.cv-campaign-box .right {
  width: 95%;
  margin: 30px auto 0;
  top: -10px;
}
.cv-campaign { height: 580px; }
.cv-campaign.sub-campaign { height: 585px; }
.band-inner { font-size: 18px; }
.store-title { text-align: center; font-size: 24px; margin-bottom: 20px; }
.store-inner table tr td { padding-right: 10px; font-size: 14px; }
.store-inner table { width: 100%; }
#header-nav-sp {
  background: #fff;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 9999 !important;
  height: 50px;
  float: none;
  backface-visibility: initial;
  box-sizing: border-box;
}
.header-nav-right { position: relative; z-index: 1000; }
#header-nav-sp.hide { transform: translateY(-100%); }

.header-nav-left { width: 100%; height: 100%;}
.header-nav-left a img { width: auto; height: 100%; display: block; }
.header-otoiawase .tel a {
  color: #e87300;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}
.header-otoiawase .tel a img { width: 29px; }
.header-otoiawase .tel {
  text-align: center;
  margin: 0;
  line-height: 1;
}
.header-otoiawase .reception {
  text-align: center;
  font-weight: bold;
  margin: 0px;
}
.header-otoiawase .otoiawase {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
}
.drawer-menu-item img { margin: 0 auto; display: block; }

}
/* ==========================================

	END スマホ用のcssを記述

========================================== */

@media only screen and (max-width: 799px) and (min-width: 700px){ }

@media only screen and (max-width: 499px) and (min-width: 420px){ }

@media only screen and (max-width: 599px) and (min-width: 500px){ }

@media only screen and (max-width: 699px) and (min-width: 600px){ }

@media only screen and (max-width: 799px) and (min-width: 700px){ }

@media only screen and (max-width: 370px) { }

@media only screen and (min-width:1920px) { }

@media only screen and (min-width:1720px) and (max-width:1919px) { }

@media only screen and (min-width:1520px) and (max-width:1719px) { }

@media only screen and (min-width:1320px) and (max-width:1519px) { }

@media only screen and (min-width:1100px) and (max-width:1319px) { }

/* ==========================================

	START IEだけに適用されるスタイル

========================================== */

@media all and (-ms-high-contrast: none) { }

/* ==========================================

	END IEだけに適用されるスタイル

========================================== */