@charset "UTF-8";
/*====================================================================
最小サイズ　想定端末　iPhone SE の縦構え（Portrait）　 320×568px
====================================================================*/

html {
-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
}

body a {
	cursor: pointer;
}

label {
	cursor: pointer;
}

.screen-reader-text {
	display: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 1em;
}

#wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.cleaText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}


/*------------------- ヘッダー設定 ------------------------*/
header {
	background-image: url("../images/common/header_case.png");
	background-position: -1300px top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 130px;
	position: relative;
	z-index: 5000;
}

#upper_front {
	max-width: 1366px;
	margin: 0 auto;
	color: #ffffff;
}
#logo {
    display: block;
    width: 270px;
    height: 100px;
	position: relative;
	z-index: 500000;
}
#logo a {
    margin:　0px;
    padding: 35px 0px 0px 10px;
    box-sizing: border-box;
    display: block;
	height: 100%;
}
#logo a img {
	display: block;
	width: 90%;
	height: auto;
}

/*------------------- トグルメニュー設定 ------------------------*/
/*=============================
nav
=============================*/
nav#togglemenu {
 display: block;
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  width: 280px;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .5s;
  opacity: 0;
  z-index: 20020;  
}
.active nav#togglemenu {
	right: 0;
	opacity: 1;
}

/*=============================
トグルメニューのリスト設定
=============================*/
.nav_inner ul {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}
.nav_inner ul li {
	border-bottom: #219CCA 1px solid;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
.nav_inner ul li a {
	font-size: 125%;
	color: #219CCA;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 12px;
}
.nav_inner ul li a:hover {
	opacity: 0.8;
}
/*=============================
.btn-trigger トグルボタン
=============================*/
#hamburger {
    position: absolute;
    right: 10px;
    top: 30px;
    height: 60px;
    width: 60px;
    background-color: rgba(255,255,255,0.2);
    box-sizing: border-box;
    margin: 0px;
    padding: 12px 10px;
	z-index: 20030;
}
.btn-trigger {
  position: relative;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 16px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
.btn-triggerの変化設定
=============================*/
.active .btn-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
  background-color: rgba(121,121,121,1.00);
}
.active .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .btn-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
  background-color: rgba(121,121,121,1.00);
}

/*=============================
#nav_mask設定
=============================*/
#nav_mask {
  display: none;
  transition: all .5s;
  z-index: 20010;
}
.active #nav_mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  cursor: pointer;
}


/*------------------- グローバルメニュー設定 ------------------------*/
nav#globalmenu div {
	position: absolute;
	top: 0;
	display: none;
}

nav#globalmenu ul {
	display: flex;
    margin: 40px 0px 0px 250px;
	padding: 0px;
	width: 520px;
	list-style: none;
	height: 2rem;
}
nav#globalmenu ul > li {
	width: 25%;
	margin: 0px;
}


/*↓全てのリスト・リンク共通↓*/
nav#globalmenu li {
    list-style: none;
    position: relative;
}
nav#globalmenu li a {
    color: #fff;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: .5s;
}
nav#globalmenu li.current-menu-item a,
nav#globalmenu li.current-menu-item li.current-menu-item a,
nav#globalmenu li.current-menu-ancestor a {
	color: #F6FFB0;
}
nav#globalmenu li a:hover {
	color: #F6FFB0;
    background-color: #4EBAE2;
}
nav#globalmenu li#menu-item-33::after {
    content: "▼";
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    right: 1.5em;
    position: absolute;
    top: 15px;
}
/*↑全てのリスト・リンク共通↑*/

nav#globalmenu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
nav#globalmenu li li a {
	background-color: #219CCA;
    border-top: 1px solid #D2DFE9;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    color: #fff;	
}
nav#globalmenu li:hover > ul > li {
    height: 2.5rem;
    overflow: visible;
}

nav#globalmenu ul.sub-menu {
    margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	}
	
nav#globalmenu ul.sub-menu li a:hover {
    background-color: #4EBAE2;
}


/*------------------- 問い合わせページへのバナー設定 ------------------------*/
#leadtocontact div {
	width: 280px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	border: 2px solid #ffffff;
	box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.3);/*影*/
}
#leadtocontact div:hover,
#leadtocospack:hover {
	transform:translate(2px,2px);
}
#contact_form {
	background-color: #263468;
}
#contact_phone {
	background-color: #3AB9CA;
}
#leadtocontact h5 {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
    margin: 0;
}
#leadtocontact h5 span {
	display: block;
	font-size: 14px;
}
#leadtocontact h5 em {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
#leadtocontact a {
	text-decoration: none;
}
#leadtocospack {
    margin: 50px 0 70px 0;
    padding: 0;
}
#leadtocospack a {
	background-image: url("../images/common/cospack.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
    width: 280px;
    height: 150px;
    box-sizing: border-box;
}


/*------------------- フッター設定 ------------------------*/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-image: url(../images/common/footer_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 770px 700px;
	background-attachment: scroll;
    margin: 0px;
    padding: 80px 10px 10px 10px;
    box-sizing: border-box;
}
#footer_container {
	max-width: 1366px;
	position: relative;
	margin: 0 auto;
	padding: 50px 10px 10px 10px;
	display: block;
}
footer img {
	display: block;
	margin: 0px;
	padding: 0px;
}
#footermenu ul {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	box-sizing: border-box;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#footermenu ul li::after {
	content: "|";
	color: #757575;
}
#footermenu ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 2em;
    padding: 0px 10px;
}
#footermenu ul li.current-menu-item a {
	color: #f7a9d0;
}
address {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-style: normal;
	color: #ffffff;
}
address span {
	display: block;
}
.f_companyname {
	font-size: 187.5%;
}
footer small {
	color: #bbbbbb;
	font-size: 87.5%;
	line-height: 1em;
}


/*------------------- 右側タブ式アイコン設定 ------------------------*/

#right_tabs {
    position: fixed;
    right: 0px;
	top: 110px;
	z-index: 8000;
	width: 40px;
}
#icon_contact {
	margin: 0px;
	padding: 10px 0px 42px 0px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
#icon_sns {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 2px 0px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
#icon_contact li,
#icon_sns li {
    list-style: none;
    margin: 0px 4px 10px 4px;
    padding: 0px;
    height: 30px;
    box-sizing: border-box;
}

#show_pn {
	position: absolute;
	top: 0px;
	left: -32px;
    cursor: pointer;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
    background-image: url("../images/common/icon_phone.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}
#callus {
	font-size: 24px;	
	font-weight: bold;
    position: fixed;
    right: -11ex;
    width: 11ex;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    z-index: 9000;
    white-space: nowrap;
	border: 1px solid #ffffff;
	border-left: none;
	box-sizing: border-box

}
#callus_tab {
	display: none;
}
#callus_tab:checked ~ #callus {
    right: 0;
	border: 1px solid #ffffff;
	border-left: none;
	box-sizing: border-box;
	opacity: 1;
}

#callus a {
    color: #006837;
    text-decoration: none;
    line-height: 1em;
    padding: 4px 0px 0px 0px;
    margin: 0px;
    display: block;
    box-sizing: border-box;
}

/*------------------- スクロールアップ設定 ------------------------*/
#scrollup {
    position: fixed;
    right: 30px;
    bottom: 80px;
	z-index: 3000;
}
#scrollup a span {
  position: absolute;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  background-color: rgba(55,193,212,0.50);
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.5);
}
#scrollup a span::after {
    position: absolute;
    top: 45%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: 0px 0 0 -8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
	}



/*------------------- コンテンツの基本設定 ------------------------*/
main {
    margin: 0;
    padding: 0;
	position: relative;
    top: 0px;
}
article {
	position: relative;
	margin: 0px auto;
	padding: 20px 0px;
}

section {
	margin: 0px;
	padding: 0px 20px;
}

.title_singleline {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 4px;
    border: 2px solid #415996;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
}
.title_singleline span {
	display: block;
	color: #263468;
	font-size: 125%;
    text-indent: 10px;
    height: 42px;
	line-height: 2em;
}

.title_singleline span:before {
  content: '';
  display: inline-block;
  width: 7px;/*画像の幅*/
  height: 42px;/*画像の高さ*/
  background-image: url("../images/common/dots_singleline.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 4px;
}
.title_singleline span:after {
  content: '';
  display: inline-block;
  width: 7px;/*画像の幅*/
  height: 42px;/*画像の高さ*/
  background-image: url("../images/common/dots_singleline.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 4px;
}

.title_multipleline {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 4px;
    border: 2px solid #415996;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
}
.title_multipleline span {
    display: block;
    color: #263468;
    font-size: 125%;
    line-height: 1.75;
    padding: 0px 10px;
}


/*------------------- single-product.phpの設定 ------------------------*/
article.single_product_page {
	max-width: 1300px;
}
.title_single_product {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
    border: 2px solid #415996;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
}
.title_single_product span {
    display: inline-block;
    color: #263468;
    font-size: 125%;
    line-height: 1.25;
    padding: 0 0 6px 0;
}
.page_productinfo {
	padding: 0px 40px 0px 20px;
}
.product_info {
	margin: 10px 0;
}
.cft_imagebox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cft_imagebox a:first-child {
	margin: 4px;
	padding: 0;
	display: block;
	width: 280px;
	height: 280px;
	box-sizing: border-box;
}
.cft_imagebox a {
	margin: 4px;
	padding: 0;
	display: block;
	width: 122px;
    height: 122px;
	box-sizing: border-box;
}
.cft_imagebox a img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.cft_textbox {
	margin: 10px 0;
	padding: 0;
}
.cft_textbox dt {
	margin:0;
	padding: 0;
	color: #219CCA;
    line-height: 1.75;
}
.cft_textbox dd {
	margin: 0 0 20px 0.5em;
	padding: 0;
	color: #666666;
    line-height: 1.75;
}
.backto_area a {
	text-decoration: none;
}
.inquire_about_this_product {
	color: #ffffff;
	background-color: #3AB9CA;
	border: 1px solid #263468;
	border-radius: 4px;
	margin: 0 auto 20px auto;
	padding: 10px;
	text-align: center;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    max-width: 400px;
}
.back_to_type,
.back_to_whole {
	color: #3AB9CA;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.back_to_type:before,
.back_to_whole:before {
    content: ">>";
	display: inline-block;
}
.product_tag {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	background: #3AB9CA;
	font-size: 75%;
	font-weight: normal;
	margin: 4px 4px 4px 0;
	padding: 0;
	border-radius: 4px;
	vertical-align: middle;
}
.product_tag div {
	margin: 4px;
	padding: 0;
}
.relatedpost {
	margin: 30px 0;
	padding: 0;
	background-color: #F2F2F2;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
.relatedpost h5 {
    padding: 1em 0 0 0;
    margin: 1em 1em 0 1em;
	font-weight: normal;
    color: #0068B7;
    border-bottom: 1px dashed #0068B7;
}
.relatedpost ul {
    margin: 0 auto;
    padding: 20px;
	box-sizing: border-box;
}
.relatedpost ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 4px;
    list-style: none;
    border-left: 4px solid #219CCA;
    min-height: 80px;
}
.relatedpost ul li a {
	text-decoration: none;
}
.relatedpost .thumb {
	width: 80px;
	height: 80px;
	margin: 0 10px 0 0;
    padding: 0;
	float: left;
}
.relatedpost .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single_title {
	color: #0068B7;
}
.single_date {
	font-size: 75%;
	color: #666666;
}
/*------------------- おしらせ一覧category-notice.phpの設定 ------------------------*/
article.categorynoticepage {
	max-width: 1300px;
}
#notice_list {
    padding: 0px 40px 0px 20px;
}
section#notice_list p {
    margin: 0.5em 0 1em 0;
    padding: 0;
    box-sizing: border-box;
    color: #666666;
    line-height: 1.75;
}
.notice_page a {
	text-decoration: none;
	color: #ffffff;
}
.notice_page ol {
    margin: 2em 0;
    padding: 8px;
    background: #269CCC;
    border-radius: 0px 10px 0px 10px;
    box-sizing: border-box;
	transition: all .5s;
}
.notice_page ol:hover {
	transform:translate(2px,2px);
}

.notice_page ol li {
	list-style: none;
}
.notice_page_date {
	padding-top: 4px;
}
.notice_page_title {
	font-size: 125%;
	border-bottom: 1px dashed #ffffff;
}

div.fancybox-custom-caption.inside-caption {
	color: #666666 !important;
}
#pager .current {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #269CCC;
	color: #ffffff;
}
#pager a {
	text-decoration: none;
}
#pager a.page-numbers {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #dbf0f9;
	color: #888;
}

/*------------------- メディア切替 ------------------------*/
/*====================================================================
想定端末　小型のAndroid の縦構え（Portrait）　 360×640px
====================================================================*/
@media screen and (min-width:360px) {
header {
	background-position: -1250px top;
}
#logo a {
	padding: 35px 0px 0px 20px;
}
#logo a img {
	width: 100%;
}
  address span:nth-child(3),
  address span:nth-child(4)  {
      display: inline;
  }
}/*360×640px*/


/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) {
header {
	background-position: -1250px top;
}
    .cft_imagebox a:first-child {
        width: 300px;
        height: 300px;
    }
    .cft_imagebox a {
        width: 149px;
        height: 149px;
        }
}/*375×667px*/

/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px){
#hamburger {
	right: 20px;
}
    .cft_imagebox a:first-child {
        width: 300px;
        height: 300px;
    }
    .cft_imagebox a {
        width: 149px;
        height: 149px;
        }

}/*411×731px*/

/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px){
#hamburger {
	right: 20px;
}

}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px){


#mi_small img {
    width: 29%;
}

}


/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/

/*====================================================================
想定端末　iPhoneSE の横構え（Landscape）　 568×320px
====================================================================*/
@media screen and (min-width:568px){
#logo a {
	padding: 35px 0px 0px 30px;
}
footer {
    padding: 80px 30px 10px 30px;
}
#right_tabs {
    top: 90px;
}
#scrollup {
    right: 70px;
    bottom: 30px;
}
#hamburger {
    right: 40px;
}
}


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px){
}


/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px){
	article {
		padding: 20px 50px;
	}
  address span:nth-child(2),
  address span:nth-child(3),
  address span:nth-child(4) {
      display: inline;
  }
      #float2 {
          display: flex;
		  justify-content: center;
		  margin: 0 20px;
      }
	  #topthumbs{
	  width: 50%;
	  }
	  #leadtocontact {
          display: flex;
		}
      #leadtocontact div {
          margin: 0 20px 20px 0;
          }
	  #leadtocospack {
          margin: 20px 0 70px 0;
	  }
}

/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px){
.relatedpost ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.relatedpost ul li {
    flex-basis: 30%;
	margin: 0;
}

}
/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px){
}/*812×375px*/


/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (min-height:500px) {
      nav#togglemenu {
			width: 600px;
			right: -600px;
      }
	  #right_tabs {
    top: 150px;
}

	  #scrollup {
            right: 60px;
			bottom: 80px;
      }
    section {
        background-color: rgba(255,255,255,0.5);
        box-shadow: 0px 0px 15px 15px rgb(255 255 255 / 40%);
    }
	#leadtocontact {
	  		display: flex;
	  }
	  #leadtocontact div {
	  		margin: 0 20px 20px 0;
	  }
	article {
			background-image: url("../images/common/bg_w2000.jpg");
			background-repeat: repeat-y;
			background-attachment: scroll;
			background-position: center top;
			background-size: 100%;
      }
	  .product_info {
	  	display: flex;
		align-items: flex-start;
	  }
    .cft_imagebox a:first-child {
        width: 300px;
        height: 300px;
        box-sizing: border-box;
    }
    .cft_imagebox a {
        width: 90px;
        height: 90px;
    }
	.notice_page ol li {
        list-style: none;
        display: inline;
        margin: 0 0.5em 0 0;
        }
}

/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (min-height:500px) {



}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {



}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) {
		#banners {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#leadtocospack {
    		margin: 0px 0 20px 0;
		}
		.cft_textbox {
			display: flex;
			flex-wrap: wrap;
			margin: 0 0 0 20px;
		}
		.cft_textbox dt {
            margin: 0 0 30px 0;
            padding: 0;
            color: #219CCA;
            width: 25%;
            box-sizing: border-box;
          }
        .cft_textbox dd {
            margin: 0 0 30px 0em;
            padding: 0;
            color: #666666;
            width: 70%;
            box-sizing: border-box;
            }
  }/*1024×1366px*/

/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================
↓ここからタブレット横（Landscape）*/






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
}/*1024×768px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) {



}/*1112×834px*/




/*====================================================================
想定端末　iPad Pro 11inch の横構え（Landscape） 1169×834px
====================================================================*/
@media screen and (min-width:1169px) {
		.cft_textbox dt {
            width: 20%;
}

}/*1169×834px*/





/*====================================================================
想定端末　iPad Pro 12.9inch の横構え（Landscape） 1366×1024px
====================================================================*/
@media screen and (min-width:1366px) {
		.cft_textbox dt {
            width: 16%;
}
}/*1366×1024px*/








/*↑ここまでタブレット横（Landscape）
==============================================================================================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/








/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {
  #hamburger {
  	display: none;
              }
nav#globalmenu div {
  	display: block;
              }

header {
		background-position: center top;
		}
#logo a {
	padding: 35px 0px 0px 0px;
}
nav#globalmenu ul {
    margin: 40px 0px 0px 340px;
}
}