@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600&display=swap');

.tel, .en, .date { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: 1px;}
.tel { letter-spacing: 2.5px;}

/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sup.supText {
	font-size: 86%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
body {
  line-height: 1;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #004eff;
  text-decoration: none;
  transition: background 0.3s ease;
}
a:hover { text-decoration: underline;}
a:visited { color: #8400ff;}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  content: "";
  display: table;
}

div:after, ul:after, dl:after, dd:after {
  clear: both;
}

div, ul, dl, dd {
  zoom: 1;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img { vertical-align:top;}

*, *::before, *::after {
    box-sizing: content-box;
}
*, *::before, *::after {
    box-sizing: content-box;
}


/* ------ form ------ */
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #313131;
	border: 0;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
	box-shadow: none;/*0px 3px 3px -3px rgba( 0, 0, 0, 0.5);*/
	border-radius: 0px;
	height: 80px;
	line-height: 80px;
	padding:0 4em;
	/*text-shadow: 1px 1px 2px #13AA00, -1px -1px 2px #13AA00;*/
	-webkit-appearance: none;
	appearance: none;
    box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
	button,
	button[disabled]:hover,
	button[disabled]:focus,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus {
		height: 40px;
		line-height: 40px;
		padding:0 2em;
	}
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	animation: flash 1s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: none;
	border-radius: 3px;
	/*color: #686868;*/
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 100%;
	box-sizing: border-box;
	font-size: 1em;
    border: #d2d2d2 1px solid;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #F7FBFE;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

select {
	font-size: 1em;
	/*line-height: 1.6em;
	height: 1.6em;*/
	background: #fff;
	/*-webkit-appearance: none;
	appearance: none;*/
	border: none;
	border-radius: 3px;
	color: #686868;
	padding: 0em 0.5em;
	width: 100%;
	box-sizing: border-box;
	border-top:#fff 0.4em solid;
	border-bottom:#fff 0.4em solid;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0;
    position: relative;
    border-radius: 2px;
	background: #ffffff;
}
#maintitle .cp_ipselect,
#result-header .cp_ipselect,
#maintitle-scene .cp_ipselect { width: 200px;}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
#result-header .cp_ipselect,
.cp_ipselect.cp_sl02 { border: 1px solid #d2d2d2;}

.cp_ipselect::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect select {
	padding: 0.5em 38px 0.5em 0.5em;
	color: #424242;
}
input[type="checkbox"] {
  /*transform: scale(1.5);*/
  box-shadow: none;
  border: #d9d9d9 1px solid;
}
label input[type="checkbox"] {
	margin-right: 8px;
}
@media only screen and (max-width: 782px) {
	input[type="checkbox"] {
	  transform: scale(1.2);
	}
	label input[type="checkbox"] {
		margin-right: 6px;
	}
}
input::placeholder {
  color: #202020;
}

/* IE */
input:-ms-input-placeholder {
  color: #202020;
}

/* Edge */
input::-ms-input-placeholder {
  color: #202020;
}
input:focus::placeholder {
  color: #9c9c9c;
}

/* IE */
input:focus:-ms-input-placeholder {
  color: #9c9c9c;
}

/* Edge */
input:focus::-ms-input-placeholder {
  color: #9c9c9c;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-bottom: 2em;
}

.alignright {
   float: right;
   margin-bottom: 2em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 86%;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.the-content img { height: auto;}
.the-content p,
.the-content figure { margin-top:2.5em;}
.the-content p { line-height: 1.8;}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 170%;
	color: #424242;
}
.sp { display: none;}
.inner { width:1120px; margin-left:auto; margin-right:auto; position: relative; }
img { max-width: 100%;}
p { margin-top:1em;}

@keyframes flash {
	 0% { opacity: 1; }
    10% { opacity: 0.6; }
	100% { opacity: 1; }
}
.flash:hover{ animation: flash 1s 1 ease; text-decoration: none;}

@keyframes bright {
	 0% { filter: brightness(115%); }
	100% { filter: brightness(100%); }
}
.bright:hover{ animation: bright 1s 1 ease; text-decoration: none;}

@keyframes bright2 {
	 0% { filter: brightness(130%); }
	100% { filter: brightness(100%); }
}
.bright2:hover{ animation: bright2 1s 1 ease; text-decoration: none;}

.inline-block {
	display: inline-block;
}

@media only screen and (max-width: 782px) {
	body {font-size: 12px;}
	.pc { display: none;}
	.sp { display: block;}
	span.sp { display: inline;}
    .the-content p,
    .the-content figure { margin-top:1.8em;}
}

#body {
	margin-left:auto;
	margin-right:auto;
	min-width: 1200px;
	position: relative;
}
#header {
	position: fixed;
	width:100%;
	left:0;
	top:0;
	z-index: 100;
	min-width: 1200px;
}
#header a:hover {
	text-decoration: none;
}
.header-top {
    position: absolute;
    background-color: rgba( 255, 255, 255, 1);
    height: 100px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    transition: height 0.5s ease;
}
@media only screen and (max-width: 782px) {
    .inner { width: 92%;}
    #body { min-width: inherit; width: 100%;}
    .header-top {
        top: 110px;
        height: 75px;
    }
}
.header-top .quick-nav {
    display: flex;
}
.header-top .quick-nav li {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.header-top .quick-nav li a {
    display: block;
    height: 100%;
    color: #202020;
    padding-top: 20px;
    box-sizing: border-box;
}
.header-top .quick-nav li a:hover {
    background: #e4e8e8;
}
.header-top .quick-nav li span { display: block; line-height: 1;}
.header-top .quick-nav li .en {
    font-size: 12px;
    font-weight: 600;
    margin-top: -2px;
}
.header-top .quick-nav li span.sp { display: none;}
.header-top .quick-nav figure {
    margin:0px 0 8px;
}
@media only screen and (max-width: 782px) {
    .bg_green { background: #00adbd;}
    .bg_pink { background: #f88ec9;}
    .bg_yellow { background: #b6a900;}
    .bg_blue { background: #0095ee;}
    .header-top .quick-nav {
        display: flex;
        justify-content: space-between;
    }
    .header-top .quick-nav li {
        height: 75px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        width: 25%;
    }
    .header-top .quick-nav li a {
        display: block;
        color: #fff;
        padding-top: 10px;
    }
    .header-top .quick-nav li a:hover {
        background: #e4e8e8;
    }
    .header-top .quick-nav li span.sp { display: block;}
    .header-top .quick-nav li .en {
        font-size: 10px;
        font-weight: 600;
        margin-top: 3px;
        transform: scale(0.6);
    }
    .header-top .quick-nav figure {
        margin:0px 0 8px;
    }
    .header-top .quick-nav figure img.sp {
        display: inline;
    }
}

.header-top .logo {
    position: absolute;
    top: 20px;
    width: 107px;
    height: 60px;
    left: 50%;
    margin-left: -53px;
}

.header-top .right {
    position: absolute;
    top:0;
    right: 0;
    height: 100px;
    display: flex;
}
@media only screen and (max-width: 782px) {
    .header-top .right { display: none;}
}
.header-top .right dl {
    display: flex;
    margin: 25px 25px 0 0;
}
.header-top .right dt { line-height: 30px;}
.header-top .right dt { margin-right: 23px; font-weight: bold;}
.header-top .right dd a {
    display: block;
    color: #2a71b9;
}
.header-top .right dd a.tel {
    font-size: 24px;
}
.header-top .right dd a.go2contact {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 5px 0 0;
}

.arrow {
    position: relative;
    padding-right: 12px;
}
.arrow::after {
    content: "";
    border-top: #2a71b9 2px solid;
    border-right: #2a71b9 2px solid;
    transform: rotate( 45deg);
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

#header .company-box {
    background: #0095ee;
    position: fixed;
    top: 0;
    left: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 3em;
}
#header .company-box li a {
    padding: 1em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.lang-en #header .company-box { left: 300px;}
#header .company-box::before {
    content: "";
    box-sizing: border-box;
    border-right: transparent solid 10px;
    border-left: #e4e8e8 10px solid;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
    width: 20px;
    height: 14px;
    position: absolute;
    left:0;
    top: 50%;
    margin-top:-7px;
}


#header .search-box {
    background: #fff1a3;
    width: calc( 100% - 100px );
    position: fixed;
    top: 0;
    left: 100px;
    height: 100px;
    display: flex;
}
#header .search-box::before {
    content: "";
    box-sizing: border-box;
    border-right: transparent solid 10px;
    border-left: #e4e8e8 10px solid;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
    width: 20px;
    height: 14px;
    position: absolute;
    left:0;
    top: 50%;
    margin-top:-7px;
}
#header .search-box .form-link {
    width: calc( 100% - 470px);
    padding: 19px 0 19px 30px;
    box-sizing: border-box;
    display: flex;
}
#header .search-box .form-link form {
    width: calc( 100% - 200px);
}
#header .search-box .form-link form > div {
    display: flex;
    width: 100%;
    padding: 10px 0;
}
#header .search-box .form-link .screen-reader-text { display: none;}
#header .search-box .form-link form input[type="submit"] {
    width: 70px;
    height: 40px;
    display: block;
    padding: 0;
    line-height: 40px;
}
#header .search-box .form-link form input[type="text"] {
    width: calc( 100% - 70px);
}
/*
#header .search-box .form-link form .btn {
    background: #fff;
    width: 70px;
    height: 40px;
    display: block;
}
#header .search-box .form-link form .btn input[type="submit"] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    line-height: 40px;
}
#header .search-box .form-link form .txt {
    width: calc( 100% - 70px);
}
*/
#header .search-box .form-link .link {
    width: 200px;
    padding: 10px 30px;
    margin-left: 30px;
    box-sizing: border-box;
    border-left: #313131 1px solid;
    position: relative;
}
#header .search-box .form-link .link a {
    background: #313131;
    color: #fff;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
#header .search-box .form-link .link::before {
    position: absolute;
    z-index: 0;
    width: 130px;
    height: 40px;
    background: #fff;
    left: 30px;
    top:10px;
    content: "";
}
#header .search-box .form-link .link a:hover { animation: flash 0.5s ease;}
#header .search-box input[type='text'] {
    height: 40px;
    border-radius: 0;
    background: #fff;
}
#header .search-box .scene {
    width: 470px;
    box-sizing: border-box;
    background: #fff;
}
#header .search-box .scene a {
    background: #b6a900 url("../img/bg_scene.png") no-repeat 10px 10px / auto 80px;
    padding: 0 0 0 265px;
    box-sizing: border-box;
    display: block;
    height: 100%;
}
#header .search-box .scene a:hover {
    animation: flash 0.5s ease;
}
#header .search-box .scene a .text {
    color: #fff;
    padding: 30px 0 0 40px;
    background: url( "../img/icon_scene_wh_l@2x.png") no-repeat left 32px / 23px 34px;
    display: block;
}
#header .search-box .scene .jp {
    font-size: 128%;
    display: block;
    font-weight: bold;
}
#header .search-box .scene .en {
    font-size: 10px;
    display: block;
}

@media only screen and (max-width: 782px) {
    #sp-header-mid {
        margin-top: 185px;
    }
    #sp-header-mid .listline > a {
        display: block;
        padding: 20px 35px 20px 25px;
        font-size: 13px;
        font-weight: bold;
        background: #2a71b9;
        color: #fff;
        border-bottom: #e4e8e8 1px solid;
        
        position: relative;
    }
    #sp-header-mid .listline.home > a,
    #sp-header-mid .listline.toggle > a{
        color: #424242;
        background: #fff;
        
    }
    #sp-header-mid .listline.toggle > a::before,
	#sp-header-mid .listline.toggle > a::after {
		content: "";
		background:#00a2ff;
		height: 1px;
		width:15px;
		box-sizing: border-box;
		position: absolute;
		top:30px;
		right: 15px;
		transition: all 0.5s;
	}
	#sp-header-mid .listline.toggle > a::after { transform: rotate(90deg);}
	
	#sp-header-mid .listline.opened > a {
		background:#2a71b9;
        color: #fff;
        border-bottom: none;
	}
    #sp-header-mid .listline.opened[data-id='solution'] > a { background:#941f57;}
	#sp-header-mid .listline.opened > a::before,
	#sp-header-mid .listline.opened > a::after { background:#fff; }
	#sp-header-mid .listline.opened > a::before { transform: rotate(45deg);}
	#sp-header-mid .listline.opened > a::after { transform: rotate(135deg);}
    
    #sp-header-mid .listline .clone-pulldown-content { display: none;}
    #sp-header-mid .listline.opened .clone-pulldown-content { display: block;}
    
    .clone-pulldown-content {
        background: #2a71b9;
        color: #fff;
        position: relative;
    }
    [data-id='solution'] .clone-pulldown-content { background:#941f57;}
    .clone-pulldown-content a { color: #fff;}
    .clone-pulldown-content dl {
        position: absolute;
        left:0;
        top:0;
        z-index: 1;
        width:100%;
        pointer-events: none;
    }
    [data-id='solution'] .clone-pulldown-content dl { position: relative; pointer-events: auto; top: auto;}
    .clone-pulldown-content dl.selected {
        position: relative;
        z-index: 2;
    }
    .clone-pulldown-content dt {
        display: block;
        position: absolute;
        width: calc( 33.33333% - 9px);
        top:0;
        height: 50px;
        z-index: 2;
    }
    [data-id='solution'] .clone-pulldown-content dt { position: relative; top: auto; width:auto; padding: 15px 25px 15px 25px; height: auto;}
    [data-id='solution'] .clone-pulldown-content dt .jp { font-size: 15px;}
    [data-id='solution'] .clone-pulldown-content dt .en { display: block; color: #ff76aa; font-size: 9px;}
    [data-id='solution'] .clone-pulldown-content dl + dl dt { padding-top: 30px; }
    [data-id='solution'] .clone-pulldown-content dl + dl dt::before { content: ""; width:calc(100% - 50px); position: absolute; top:0; left: 25px; border-top: #ff76aa 1px solid;}
    
    .clone-pulldown-content dt a {
        display: block;
        box-sizing: border-box;
        border: #0e4e8f 1px solid;
        border-bottom: none;
        background: #0e4e8f;
        text-align: center;
        height: 50px;
        line-height: 50px;
        pointer-events: auto;
    }
    .clone-pulldown-content dl.selected dt a {
        border: #fff 1px solid;
        border-bottom: none;
        background: #2a71b9;
    }
    .clone-pulldown-content dl.selected dt::after {
        content: "";
        position: absolute;
        width: calc(100% - 2px);
        height: 4px;
        background: #2a71b9;
        left: 1px;
        bottom: -2px;
    }
    [data-id='solution'] .clone-pulldown-content dl.selected dt::after { display: none;}
    .clone-pulldown-content dl dt span.btn { display: none;}
    .clone-pulldown-content dl:nth-child(1) dt { left: 11px;}
    .clone-pulldown-content dl:nth-child(2) dt { left: calc( 33.33333% + 4px);}
    .clone-pulldown-content dl:nth-child(3) dt { right: 12px;}
    [data-id='solution'] .clone-pulldown-content dl:nth-child(1) dt,
    [data-id='solution'] .clone-pulldown-content dl:nth-child(2) dt { left: auto;}

    .clone-pulldown-content dd {
        pointer-events: auto;
        top: 50px;
        margin-bottom: 50px;
        background: #2a71b9;
        position: relative;
        z-index: 1;
        border-top: #fff 1px solid;
        display: none;
        padding: 20px 25px 20px;
        border-bottom: #e4e8e8 1px solid;
    }
    
    [data-id='solution'] .clone-pulldown-content dd { top:auto; display: block; background:none; border:none; margin: 0; padding: 0 25px 20px;}
    [data-id='solution'] .clone-pulldown-content dd p { display: none;}
    .clone-pulldown-content dl.selected dd { display: block;}
    .clone-pulldown-content dd p.go2oya {
        margin: 0;
        font-size: 114%;
        padding-bottom: 1em;
        border-bottom: #fff 1px solid;
        margin-bottom: 1.5em;
    }
    .clone-pulldown-content dd p.go2oya a {
        position: relative;
    }
    .clone-pulldown-content dd p.go2oya a::after {
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        transform: rotate(45deg);
        border-top: #fff 1px solid;
        border-right: #fff 1px solid;
        top: 6px;
        right: -20px;
    }
    .clone-pulldown-content dd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .clone-pulldown-content dd ul li {
        width: 49%;
    }
    [data-id='solution'] .clone-pulldown-content dd ul { display: block;}
    [data-id='solution'] .clone-pulldown-content dd ul li { width: auto;}
    .clone-pulldown-content dd ul li a {
        display: inline-block;
        padding: 0.5em 0;
    }
    
    .clone-pulldown-content > nav { border-bottom: #fff 1px solid;}
    [data-id='solution'] .clone-pulldown-content > nav { border-bottom: none;}
    .clone-pulldown-content ul.flx {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 25px;
        padding-top: 15px;
    }
    .clone-pulldown-content ul.flx li {
        width: 50%;
        box-sizing: border-box;
        padding: 0.5em 0.5em 0.5em 0;
    }
    .clone-pulldown-content .btn {
        text-align: center;
        padding-bottom: 20px;
    }
    .clone-pulldown-content .btn a {
        display: inline-block;
        background: #fff;
        color: #1997eb;
        padding: 0.5em 0;
        width: 200px;
        border-radius: 3em;
        font-weight: bold;
    }
    [data-id='solution'] .clone-pulldown-content dd nav.flex { display: flex;}
    [data-id='solution'] .clone-pulldown-content dd nav.flex ul { width: 50%;}
}

#header .lang-box {
    position: absolute;
    width: 320px;
    height: 100px;
    right: 100px;
    top:0;
}
#header .lang-box::after {
    content: "";
    box-sizing: border-box;
    border-right: #e4e8e8 solid 10px;
    border-left: transparent 10px solid;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
    width: 20px;
    height: 14px;
    position: absolute;
    right:0;
    top: 50%;
    margin-top:-7px;
}
#header .lang-box nav {
    background: #0095ee;
    height: 100%;
    display: flex;
}
#header .lang-box ul {
    /*width: 50%;*/
    height: calc( 100% - 38px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 19px 0;
    margin: 19px auto;
}

#header .lang-box li {
    text-align: center;
    padding: 0 1.5em;
    letter-spacing: 2px;
}

#header .lang-box a {
    color: #fff;
    font-size: 128%;
    display: inline-block;
    margin: 20px 0 0;
    padding-bottom: 5px;
}
#header .lang-box a:hover,
#header .lang-box li.on a {
    border-bottom: #fff 1px solid;
}

#header .lang-box ul.blank {
    border-right: #000 1px solid;
}
#header .lang-box ul.blank li {
    padding: 0 1.2em;
}
#header .lang-box ul.blank a {
    padding-right: 25px;
    background: url( "../img/icon_blank@2x.png") no-repeat right 50% / 20px 20px;
}


/*トランジションの設定*/
#header .company-box {
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
    padding-right: 0;
}
#header .company-box > * {
    transition: transform 0.5s ease;
    transform: translateX( -100px);
}
.show-companybox #header .company-box {
    opacity: 1;
    pointer-events: auto;
    padding-right: 3em;
}
.show-companybox #header .company-box > * {
    transform: translateX( 0);
}
.show-companybox .header-top .company { background: #e4e8e8;}

/*トランジションの設定*/
#header .search-box {
    transition: all 0.5s ease;
    opacity: 0;
    width: calc( 100% - 200px);
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
}
#header .search-box > * {
    transition: transform 0.5s ease;
    transform: translateX( -100px);
}
.show-searchbox #header .search-box {
    opacity: 1;
    width: calc( 100% - 100px);
    pointer-events: auto;
}
.show-searchbox #header .search-box > * {
    transform: translateX( 0);
}
.show-searchbox .header-top .search { background: #e4e8e8;}

#header .lang-box {
    transition: opacity 0.5s ease, height 0.5s ease;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 11;
}
#header .lang-box > * {
    transition: transform 0.5s ease;
    transform: translateX( 100px);
}
.show-langbox #header .lang-box {
    opacity: 1;
    pointer-events: auto;
}
.show-langbox #header .lang-box > * {
    transform: translateX( 0);
}
.show-langbox .header-top .lang { background: #e4e8e8;}

.narrow-header #header .header-top,
.narrow-header #header .company-box,
.narrow-header #header .search-box,
.narrow-header #header .lang-box {
    height: 0;
}
.narrow-header .header-mid.pc { top: 0px;}
@media only screen and (max-width: 782px) {

    #header .lang-box {
        position: relative;
        width: auto;
        height: auto;
        right: auto;
        top: auto;
        background: #fff;
        padding: 20px 0 20px 0;
        /*display: flex;
        justify-content: flex-start;*/
    }
    #header .lang-box { padding-bottom: 50px;}
    .OS-iOS #header .lang-box { padding-bottom: 90px;}
    
    #header .lang-box::before {
        content: "LANGUAGE";
        color: #0095ee;
        font-size: 14px;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0px 0 0px 25px;
        display: inline-block;
    }
    
    #header .lang-box::after { display: none;}
    #header .lang-box nav {
        background: #fff;
        height: 100%;
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 0 25px 0 25px;
    }
    #header .lang-box ul {
        width: auto;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    #header .lang-box li {
        text-align: center;
        padding: 0 2em 0 0;
        letter-spacing: 2px;
    }

    #header .lang-box a {
        color: #313131;
        font-size: 12px;
        display: inline-block;
        margin: 0px 0 0;
        padding: 5px 0;

    }
    #header .lang-box li.on a {
        border-bottom: #0095ee 1px solid;
    }

    #header .lang-box ul.blank {
        border-right: none;
    }
    #header .lang-box ul.blank li {
        padding: 0 2em 0 0;
    }
    #header .lang-box ul.blank a {
        padding-right: 15px;
        background: url( "../img/icon_blank_bl.png") no-repeat right 50% / 11px 12px;
    }

    #header .lang-box {
        transition: none;
        opacity: 1;
        pointer-events: auto;
        
    }
    #header .lang-box > * {
        transition: none;
        transform: none;
    }
}
@media only screen and (max-width: 380px) {
    #header .lang-box li,
    #header .lang-box ul.blank li {
        padding: 0 2em 0 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
}


.header-mid.pc {
    top:100px;
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: top 0.5s ease;
}
.header-mid.pc::before {
    width: 100%;
    height: 60px;
    content: "";
    background: #2a71b9;
    position: absolute;
    z-index: 8;
}

.pulldown-set {
    height: 60px;
}
body.show-pulldowm .pulldown-set { height: auto;}
.pulldown-tabs {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.pulldown-tabs {
    display: flex;
    justify-content: space-between;
}
.pulldown-tabs li {
    width: 17%;
    text-align: center;
    height: 60px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
}
.pulldown-tabs li:nth-child(2) { width: 20%;}
.pulldown-tabs li a {
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
    padding: 0 1em;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pulldown-tabs li a:hover,
.pulldown-tabs li.on a {
    background: #0095ee;
}
.pulldown-tabs li.on a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    border: transparent 6px solid;
    border-bottom: transparent 10px solid;
    border-top: #0095ee 10px solid;
    left: 50%;
    margin-left: -6px;
    bottom: -20px;
    box-sizing: border-box;
}
.pulldown-tabs li[data-id='solution'].on a {
    background: #941f57;
}
.pulldown-tabs li[data-id='solution'].on a::after {
    border-top: #d83473 10px solid;
    border-top: #941f57 10px solid;
}
body.gnav-signal:not(.show-pulldown) .pulldown-tabs li[data-id='signal']::after,
body.gnav-isolation:not(.show-pulldown) .pulldown-tabs li[data-id='isolation']::after,
body.gnav-power:not(.show-pulldown) .pulldown-tabs li[data-id='power']::after,
body.gnav-network:not(.show-pulldown) .pulldown-tabs li[data-id='network']::after,
body.gnav-lightning:not(.show-pulldown) .pulldown-tabs li[data-id='lightning']::after,
body.gnav-other:not(.show-pulldown) .pulldown-tabs li[data-id='other']::after,
body.gnav-searchwords:not(.show-pulldown) .pulldown-tabs li[data-id='searchwords']::after,
body.gnav-solution:not(.show-pulldown) .pulldown-tabs li[data-id='solution']::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    border: transparent 6px solid;
    border-top: transparent 10px solid;
    border-bottom: #0095ee 10px solid;
    /*border-bottom: rgba(0,0,0,0.4) 10px solid;*/
    left: 50%;
    margin-left: -6px;
    bottom: 0px;
    box-sizing: border-box;
}
body.gnav-solution:not(.show-pulldown) .pulldown-tabs li[data-id='solution']::after{
    border-bottom: #d83473 10px solid;
}
body.gnav-solution:not(.show-pulldown) .pulldown-tabs li[data-id='solution'] a {
    background: #941f57;
}
.pulldown-tabs li[data-id='solution'] a {
    background: #941f57;
}
.pulldown-tabs li[data-id='solution'] a:hover { background: #d83473;}
 
.bg_pulldown {
    background: rgba( 0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transform: translateY( -100px);
    transition: all 0.5s ease;
    color: #fff;
    padding-bottom: 50px;
}
.bg_pulldown a { color: #fff;}
.show-pulldown .bg_pulldown {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}
.pulldown-content {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    pointer-events: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
}
.pulldown-content.on {
    opacity: 1;
    height: auto;
    pointer-events: auto;
    /*transition: none;*/
}
body:not(.show-pulldown) .pulldown-content.on { height: 0; pointer-events: none;}
.pulldown-content dl {
    width: calc( 25% - 30px);
}
.pulldown-content dl.wide {
    width: calc( 50% - 20px);
}
.pulldown-content dt {
    padding: 50px 0 12px;
    font-size: 128%;
    line-height: 35px;
    border-bottom: #0095ee 1px solid;
}
.pulldown-content dt a { cursor: default; pointer-events: none;}
.pulldown-content dt a[data-href] { cursor: pointer; pointer-events: auto; position: relative;}
.pulldown-content dt a[data-href]::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
    top: 7px;
}
.pulldown-content dt .btn a { cursor: pointer; pointer-events: auto;}
.pulldown-content dt .btn {
    display: inline-block;
    font-size: 14px;
    float: right;
}
.pulldown-content dt .btn a {
    background: #0095ee;
    display: inline-block;
    height: 35px;
    padding: 0 1.5em;
    border-radius: 18px;
}
.pulldown-content dt .btn a:hover { animation: bright2 1s ease;}
.pulldown-content dd {
    margin-top:25px;
    font-size: 114%;
}
.pulldown-content dd a {
    display: inline-block;
    padding: 5px 0;
}
.pulldown-content dd a:hover { text-decoration: underline !important;}
.pulldown-content dl.wide ul {
    display: flex;
    flex-wrap: wrap;
}
.pulldown-content dl.wide ul li { width: 50%;}

#solution.pulldown-content .flex {
    display: flex;
    justify-content: space-between;
}
#solution.pulldown-content dt { border-bottom: none;}
#solution.pulldown-content dt .en {
    display: block;
    color: #d83473;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.2;
}
#solution.pulldown-content dd { margin-top: 15px;}
#solution.pulldown-content dd p { margin: 0; line-height: 1.7; min-height: 150px;}
#solution.pulldown-content dl.wide nav { border-top: #d83473 1px solid; padding-top: 15px;}
#solution.pulldown-content dl.wide nav ul { display: block;}
#solution.pulldown-content dl.wide nav.flex { justify-content: flex-start;}
#solution.pulldown-content dl.wide nav.flex ul { width: 50%;}
#solution.pulldown-content dl.wide nav ul li { margin: 12px 0 0 0; width: auto;}

#maincolumn {
    margin-top: 160px;
}


@media only screen and (max-width: 782px) {
    #header {
        min-width: inherit;
    }
    #sp-header-top,
    #local-title {
        position: absolute;
        left:0;
        top:0;
        background: #fff;
        height: 50px;
        width: 100%;
        display: flex;
        z-index: 998;
    }
    #sp-header-top .logo a,
    #local-title .logo a {
        display: block;
        height: 50px;
        padding: 12px 12px 10px;
        box-sizing: border-box;
    }
    #sp-header-top .logo img,
    #local-title .logo img{
        width:auto;
        height: 28px;
    }
    #sp-header-top h2,
    #local-title .text {
        line-height: 50px;
        font-size: 15px;
        margin-left: 5px;
    }
    #sp-header-top-tel {
        position: absolute;
        right: 50px;
        top:0;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        letter-spacing: 0.1em;
        padding: 0 1em;
    }
    #sp-header-top-tel dt { font-size: 9px; font-weight: 600; line-height: 1.4;}
    #sp-header-top-tel dd a { font-size: 16px; color: #2e73b7; line-height: 1.4;}
    #header .company-box {
        display: none;
    }
    #header .search-box {
        opacity: 1;
        width: 100%;
        left: 0;
        top:50px;
        pointer-events: auto;
        height: 60px;
    }
    #header .search-box .form-link {
        padding:15px 12px;
    }
    #header .search-box .form-link form {
        padding: 0;
        width : calc( 100% - 100px);
        
    }
    #header .search-box .form-link form > div {
        padding: 0;
    }
    
    #header .search-box input[type='text'] {
        height: 30px;
    }
    #header .search-box .form-link form input[type="text"],
    #header .search-box .form-link form .txt {
        width: calc( 100% - 30px);
    }
    #header .search-box .form-link form input[type="submit"],
    #header .search-box .form-link form .btn input[type="submit"] {
        height: 30px;
        line-height: 30px;
        width: 30px;
        background: #000 url("../img/icon_search_wh.png") no-repeat center 50% / 15px 15px;
        text-indent: -999px;
    }
    #header .search-box .form-link form .btn { background: none; width: 30px;}
    #header .search-box .form-link .link {
        padding: 0;
        width: 100px;
        margin-left: 15px;
    }
    #header .search-box .form-link .link::before { display: none;}
    #header .search-box .form-link .link a {
        height: 30px;
        line-height: 30px;
        background: none;
        border:#000 1px solid;
        color: #000;
        margin-left: 15px;
        /*padding-left: 15px;*/
        box-sizing: border-box;
    }
    
    #header .search-box > * { transform: none;}
    #header .search-box .form-link { width: 100%;}
    #header .search-box::before { display: none;}
    #sp-menu {
        opacity: 0;
        transition: opacity 0.5s ease;
        pointer-events: none;
    }
    .show-menu #sp-menu {
        pointer-events: auto;
        opacity: 1;
    }
    #maincolumn {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 782px) {
    #sp-header-top,
    #header .search-box,
    #header .header-top,
    #sp-header-mid,
    #header .lang-box { display: none;}
    .show-menu #sp-header-top,
    .show-menu #header .search-box { display: flex;}
    .show-menu #header .header-top,
    .show-menu #sp-header-mid,
    .show-menu #header .lang-box { display: block;}
    
    .show-menu #local-title { display: none;}
	
	.lnavi-fixed #header-bottom {
		position: fixed;
		left:0;
		top:0;
		width:100%;
		height: 50px;
	}
	
	.lnavi-opened.lnavi-scrollable #header-bottom ul.clone.current { overflow-y: scroll; box-sizing: border-box;-webkit-overflow-scrolling: touch; height: 100vh;}
	
	
}


@media only screen and (max-width: 782px) {
	.show-menu #body { position: fixed; width:100%; height: 100%; z-index: 6;}
	
	.show-menu .scrollable {
        position: relative;
        overflow-y: scroll;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        z-index: 1;
    }

	
	#menu-btn {
		display: block;
		position: fixed;
		right: 0;
		top:0;
		width:50px;
		height: 50px;
		background: #2a71b9;
		z-index: 999;
	}
	
	#menu-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 2px;
		margin: -1px 0 0 -10px;
		background: #fff;
		
	}
	#menu-btn-icon:before, #menu-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 2px;
		background: #fff;
		
	}
	#menu-btn-icon:before{
		margin-top: -8px;
	}
	#menu-btn-icon:after{
		margin-top: 7px;
	}
	.show-menu #menu-btn #menu-btn-icon{
		background: transparent;
	}
	.show-menu #menu-btn #menu-btn-icon:before,
	.show-menu #menu-btn #menu-btn-icon:after{
		margin-top: 0;
	}
	.show-menu #menu-btn #menu-btn-icon:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.show-menu #menu-btn #menu-btn-icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

#footer {
    background: #f9f9f9;
    position: relative;
}
#pagetop {
    display: block;
    width: 60px;
    height: 60px;
    background: #2a71b9;
    position: fixed;
    right: 0;
    bottom: -60px;
    z-index: 5;
    transition: bottom 0.5s ease;
}
#pagetop::after {
    content: "";
    border-left: #fff 1px solid;
    border-top: #fff 1px solid;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top:25px;
}
.relative-pagetop #pagetop {
    position: absolute;
    top: -30px;
    bottom: auto;
}
.show-pagetop #pagetop {
    bottom: 0;
}
@media only screen and (max-width: 782px) {
    #pagetop {
        width: 40px;
        height: 40px;
        bottom: -40px;
        z-index: 5;
    }
    #pagetop::after {
        content: "";
        border-left: #fff 1px solid;
        border-top: #fff 1px solid;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        position: absolute;
        left: 14px;
        top:18px;
    }
    .relative-pagetop #pagetop {
        position: absolute;
        top: -20px;
        bottom: auto;
    }
    .show-pagetop #pagetop {
        bottom: 0;
    }
}
.footer-top,
.footer-mid,
.footer-btm {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
}
.footer-top{ padding-top: 65px;}

.footer-top .logo {
    width: 127px;
    margin-right: 0px;
    box-sizing: border-box;
}
.footer-top .logo img { width: 127px;}
.footer-top nav {
    width: calc( 100% - 127px);
}
.footer-top ul {
   text-align: right;
    
}
.footer-top ul.f-products { font-size: 120%; margin-bottom: 10px;}
.footer-top ul.f-etc { margin-top:15px;}
.footer-top li {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}
@media only screen and ( min-width: 782px) {
    .userAgent-Safari .footer-top ul.f-products li { margin-left: 20px;}
}
.footer-top a { color: #313131;}
.footer-mid {
    margin-top:35px;
}
.footer-mid dt { font-weight: bold;}
.footer-mid dd { font-size: 86%;}
.iso li {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 782px) {
    .footer-top,
    .footer-mid {
        display: block;
        justify-content: space-between;
        width: auto;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .footer-top{ padding-top: 35px;}

    .footer-top .logo {
        width: 64px;
        margin-right: 0px;
        box-sizing: border-box;
    }
    .footer-top .logo img { width: auto; height: 40px;}
    .footer-mid {
        margin:-40px 0 0 88px;
    }
    .footer-mid dt { font-weight: bold;}
    .footer-mid dd { font-size: 86%;}
    
}


.footer-btm-bg {
    background: #313131;
    margin-top:30px;
}
.footer-btm {
    height: 60px;
    line-height: 60px;
}
.footer-btm li {
    display: inline-block;
    margin-right: 2em;
    font-size: 86%;
}
.footer-btm li a { color: #fff;}
.footer-btm .copy {
    font-size: 76%;
    color: #fff;
}
@media only screen and (max-width: 782px) {
    .footer-btm {
        display: block;
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
    }
    .footer-btm-bg {
        background: transparent;
        margin-top:0px;
    }
    .footer-btm {
        margin: 30px 0px 0px;
        height: auto;
        line-height: 1.4;
        position: relative;
    }
    .footer-btm ul {
        min-height: 70px;
    }
    .footer-btm ul:first-child { margin-left: 25px; width: calc(100% - 140px);}
    .footer-btm ul:first-child li {
        display: block;
        margin-right: 0;
        font-size: 86%;
        font-weight: bold;
    }
    .footer-btm li a { color: #313131; display: inline-block; padding: 3px 0;}
    .footer-btm .iso {
        position: absolute;
        right: 25px;
        top:3px;
        width: 80px;
        display: flex;
        justify-content: space-between;
    }
    .footer-btm .iso li {
        margin: 0px;
        width: 35px;
    }
    .footer-btm .iso li img { width: 35px; height: auto;}
    .footer-btm .copy {
        font-size: 10px;
        color: #fff;
        background: #313131;
        display: block;
        text-align: center;
        padding: 1em 0;
    }
}

.GDPR {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 0;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none;
}
.GDPR.noscript { display: block;}

.GDPR .inner {
    display: flex;
    justify-content: space-between;
}
.GDPR .inner .text {
    margin: 0;
    color: #fff;
    width: calc( 100% - 220px);
}
.GDPR.noscript .inner .text { width: 100%;}
.GDPR .inner .btn {
    width: 200px;
    margin: 0;
}
.GDPR .inner .btn a {
    background: #0095ee;
    color: #fff;
    text-align: center;
    display: block;
    padding: 1em 0;
    font-size: 128%;
    font-weight: bold;
}
@media only screen and (max-width: 782px) {
    .GDPR .inner { display: block;}
    .GDPR .inner .text { width: auto;}
    .GDPR .inner .btn { text-align: center;margin: 1em auto 0;}
    .GDPR .inner .btn a { display: inline-block; padding: 1em 2em; width: auto; }
}

.anchor {
    display: inline-block;
	margin-top:-160px;
	padding-top:160px;
}

a.tel,
.tel a { pointer-events: none;}
@media only screen and (max-width: 782px) {
	.anchor {
		margin-top:-50px;
		padding-top:50px;
	}
    a.tel, .tel a  { pointer-events: auto;}
}

/*
.fixsize-thumbnail {
	display: block;
	position: relative;
	background-size:cover;
	background-position: center 50%;
	background-repeat: no-repeat;
}
.fixsize-thumbnail::after {
	content: "";
	display: block;
	padding-top:calc(100% / 330 * 220);
	width:100%;
	box-sizing: content-box;
}
.fixsize-thumbnail img {
	display: none;
}
*/
.jp-en { text-align: center;}
a .jp-en .jp,
.jp-en .jp {
    display: block;
    color: #202020;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1;
}
a .jp-en .en,
.jp-en .en {
    display: block;
    color: #0095ee;
    margin-top: 1em;
    letter-spacing: 0.2em;
    line-height: 1;
}
h2.jp-en .jp { font-size: 250%; padding-top: 3.2em;}
h2.jp-en .en { font-size: 100%;}
h3.jp-en .jp { font-size: 128%;}
h3.jp-en .en { font-size: 86%;}
@media only screen and (max-width: 782px) {
    h2.jp-en .jp { font-size: 20px; padding-top: 2em;}
    h2.jp-en .en { font-size: 10px;}
    h3.jp-en .jp { font-size: 14px;}
    h3.jp-en .en { font-size: 9px;}
}
.blueBtn { text-align: center;}
.blueBtn a {
    color: #0095ee;
    display: inline-block;
    padding: 0.2em 1.5em;
    border: #0095ee 1px solid;
    border-radius: 1.5em;
    background: #fff;
    transition: all 0.5s ease;
}
.blueBtn a:hover {
    background: #0095ee;
    color: #fff;
    text-decoration: none;
}
ul.blueBtn li { display: inline-block; margin: 10px 7px 0;}
p.blueBtn { font-size: 114%; letter-spacing: 0.2em;}
p.blueBtn a { padding: 0.6em 2.3em; line-height: 1.3;border-radius: 2.5em;}

.blackBtn { text-align: center;}
.blackBtn a {
    color: #fff;
    display: inline-block;
    background: #313131;
    transition: all 0.5s ease;
    font-size: 114%;
    letter-spacing: 0.01em;
    padding: 1.8em 2.6em;
    line-height: 1.3;
    font-weight: bold;
}
.blackBtn a:hover {
    background: #000;
    text-decoration: none;
}


h1.mainimg {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
h1.mainimg .jp {
    font-size: 50px;
    color: #0095ee;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    letter-spacing: 0.1em;
}
h1.mainimg .en {
    font-size: 18px;
    margin: 5px 0 10px;
    line-height: 1.3;
    display: block;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 782px) {
    h1.mainimg .jp {
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 0.05em;
        margin-top:12px;
    }
    h1.mainimg .en {
        font-size: 10px;
        margin: 5px 0 8px;
        line-height: 1.3;
        letter-spacing: 0.2em;
    }
    .blackBtn a {
        padding: 0.8em 1.6em;
    }
}


.h201 {
    margin: 70px 0 0;
    text-align: center;
}
.h201 .jp {
    font-size: 200%;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 1.3;
}
.h201 .en {
    margin-top: 15px;
    font-weight: 600;
    color: #0095ee;
    display: block;
}

ul.icon_num li { position: relative; padding-left: 3em; line-height: 2em; margin-top:2em; font-size: 114%;}
ul.icon_num li::before {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600;
    text-align: center;
    background: #00a2ff;
    position: absolute;
    left:0;
    top:0;
}
ul.icon_num li:nth-child(1)::before { content: "1";}
ul.icon_num li:nth-child(2)::before { content: "2";}
ul.icon_num li:nth-child(3)::before { content: "3";}

#modal-scene-search:not(.iziModal) { display: none;}
#modal-checked:not(.iziModal) { display: none;}

body.lang-en .only-jp { display: none !important;}
body.lang-jp .only-en { display: none !important;}


.pulldown-content#searchwords { display: block;}
#searchwords ul {
    margin: 50px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
#searchwords li {
    width: 25%;
}
#searchwords li a {
    padding: 0.5em 0;
    display: inline-block;
}
#searchwords p.btn {
    text-align: center;
}
#searchwords p.btn a {
    background: #0095ee;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 1.5em;
    border-radius: 18px;
}
#searchwords p.btn a:hover {animation: bright2 1s ease;}