@charset "utf-8";
/* CSS Document */

/*************************************  共通  **************************************/

html {
/*font-size: 14px;*/
}
body {
	font: 1.4rem/1.6 Arial, Helvetica Neue, Helvetica, Hiragino Kaku Gothic ProN, 游ゴシック, YuGothic, Meiryo, sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: visible;
}
.clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p {
	margin-bottom: 2.2rem;
}
:placeholder-shown {
  color: rgba(161, 161, 161, 0.5); }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: rgba(161, 161, 161, 0.5); }

/* Firefox 18- */
:-moz-placeholder {
  color: rgba(161, 161, 161, 0.5);
  opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(161, 161, 161, 0.5);
  opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(161, 161, 161, 0.5); }

.strong-txt {
	background: -webkit-linear-gradient(transparent 50%, #fdf501 50%);
	background: linear-gradient(transparent 50%, #fdf501 50%);
	font-weight: bold;
}
img {
	width: 100%;
}
.image-radius img {
	border-radius: 5px;
}
.container-fluid {
	max-width: 1170px;
}
.glyphicon {
	margin-right: 0.5rem;
}
.background-GY {
	background: #f2f2f2;
}
#breadCrumb {
	background: #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 -1px 3px 0 #eaeaea inset;
	padding: 5px 0;
}
#title-area {
	padding: 2.5rem 0;
	background-size: auto, auto, cover !important;
}
h2#page-title {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
h3.heading {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 2.0rem;
}
h3.sentence-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0565B3;
}
h3.topic {
	position: relative;
	color: #0565B3;
	font-size: 24px;
	margin: 0 0 0.5rem;
	padding-bottom: 1.0rem;
}
h3.topic.center {
	text-align: center;
}
h3.topic:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	margin-left: -100px;
	border-top: 3px solid rgba(5, 101, 179, 0.75)
}
h3.topic:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 138px;
	margin-left: -38px;
	border-top: 3px solid #e2e2e2;
}
h3.topic-only {
	margin-bottom: 2.2rem;
}
h3.topic.center+.h3-description {
	text-align: center;
}
h4.topic {
	color: #0565B3;
	font-size: 16px;
	font-size: 1.6rem;
}
.button-border {
	width: 90%;
	margn: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	line-height: 4.0rem;
	border-radius: 3.0rem;
	font-weight: bold;
	border: 5px solid #fff;
}
.button-basis a, .button-basis input {
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	display: block;
	width: 80%;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
}
.button-basis a::before, .button-basis a::after, .button-basis input::before, .button-basis input::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-basis a, .button-basis a::before, .button-basis a::after, .button-basis input, .button-basis input::before, .button-basis input::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-basis.effect01 a, .button-basis input {
	background-color: #1169c1;
	border: 2px solid #1169c1;
	color: #fff;
	line-height: 50px;
}
.button-basis.effect01 a:hover, .button-basis input:hover {
	background-color: #fff;
	border-color: #1169c1;
	color: #1169c1;
}
.button-basis.effect02 a {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.button-basis.effect02 a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #1169c1;
}
.button-arrow {
	text-align: right;
}
.section-basis {
	padding: 4.0rem 0;
}
.section-inner {
	max-width: 970px;
}
.col-float {
	max-width: 420px;
	margin: 0 auto;
}
ul {
	padding: 0;
}
ul.check {
	list-style-type: none;
}
ul.check li {
	background: url(../content/images/share/basis/check-list01.svg) 0 -9px no-repeat;
	background-size: 30px;
	padding-left: 2.8rem;
	line-height: 1.5;
	padding-bottom: 0.5rem;
}
#contact-heading {
	background: linear-gradient(90deg, rgb(57, 192, 255), rgba(0, 39, 99, 0.88)), url(../content/images/share/footer/contact-heading.jpg) center center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 1.0rem 0;
	margin: 0;
}
.dl-table-body>dl {
	width: 100%;
	margin-bottom: 0;
}
.dl-table-body>dl>dt {
	text-align: center;
}
.dl-table-body>dl>dt {
	width: 100%;
	padding: 1.0rem 0.5rem;
}
.dl-table-body>dl>dd {
	width: 100%;
	padding: 0.5rem;
}
.dl-table-header {
	border-top: 1px solid #dcdcdc;
}
.dl-table-body>dl:first-of-type dt {
	border-top: 2px solid #0565B3;
}
.dl-table-body>dl>dt {
	background: #f2f2f2;
}
/****** HEADER ******/
.navbar {
	margin-bottom: 0;
	border-left: none;
	border-right: none;
}
.navbar-default {
	background: #fff;
}
.navbar-brand {
	height: inherit;
	width: 230px;
}
.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 14px 13px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}
.navbar-nav>li {
	border-bottom: 1px solid #e7e7e7;
}
.navbar-nav>li:last-of-type {
	border-bottom: none;
}
.navbar-nav>li br, .navbar-nav>li span {
	display: none;
}
/****** FOOTER ******/

#footer-contact li {
	margin-bottom: 2.0rem;
}
.contact-button {
	position: relative;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	background: #f5f5f5;
	color: #333;
	display: block;
}
.contact-button:hover {
	text-decoration: none;
}
.contact-button::before, .contact-button::after, .contact-button .inner::before, .contact-button .inner::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	transition: all .3s;
	visibility: hidden;
}
.contact-button::before {
	top: 0px;
	left: 0px;
	border-left-color: rgba(17, 105, 193, 0.1);
}
.contact-button::after {
	bottom: 0px;
	right: 0px;
	border-right-color: rgba(17, 105, 193, 0.1);
}
.contact-button .inner::before {
	bottom: 0px;
	left: 0px;
	border-bottom-color: rgba(17, 105, 193, 0.1);
}
.contact-button .inner::after {
	top: 0px;
	right: 0px;
	border-top-color: rgba(17, 105, 193, 0.1);
}
.contact-button:hover {
}
.contact-button:hover::before, .contact-button:hover::after {
	height: 100%;
	visibility: visible;
}
.contact-button:hover .inner::before, .contact-button:hover .inner::after {
	width: 100%;
	visibility: visible;
}
#footer-contact li .inner {
	padding: 50px 0;
}
#footer-contact li:last-of-type .inner {
	background: #fff;
}
#footer-contact h4.heading {
	font-size: 1.6rem;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
	font-weight: normal;
	margin: 0;
}
#footer-contact h4.heading i {
	width: 40%;
	max-width: 280px;
	margin: 0 auto 1.5rem;
	display: block;
}
#footer-contact .contact-item {
	font-size: 2.4rem;
	font-style: italic;
	margin: 10px 0;
	line-height: 1.1;
	color: #337ab7;
}
#footer-contact .contact-item .glyphicon {
	margin-right: 0;
	margin-bottom: 0 !important;
}
#footer-contact li .description {
	margin-bottom: 0;
	font-size: 13px;
}
#copy-right {
	text-align: center;
	display: block;
	background: #f2f2f2;
	padding: 0.5rem 0;
}
#footer-map {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30%;
}
#footer-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#footer-info {
	display: none;
}
#footer {
}
#footer-contact ul {
	list-style-type: none;
	padding-left: 0;
}

@media only screen and (min-width:768px) {
.button-basis a {
	width: 40%;
}
#title-area {
	padding: 50px 0;
	padding: 5rem 0;
}
#footer-contact .contact-item {
	width: 100%;
}
#footer-contact h4.heading i {
	min-height: 64px;
}
#contact-heading {
	font-size: 24px;
	padding: 2.0rem 0;
}
.dl-table-body>dl:first-of-type>dd {
	border-top: 2px solid #acacac;
}
}

@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px 0;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}

@media (min-width: 992px) {
.nav .pc-hidden-item {
    display: none;
}
.navbar-nav>li {
	border-bottom: none;
}
.section-basis {
	padding: 8.0rem 0;
}
h4.topic {
	font-size: 20px;
}
.section-introduction .container-fluid {
	max-width: 970px;
}
.section-introduction .col-md-7 {
	padding-left: 5%;
}
.section-introduction .col-md-7.col-md-pull-5 {
	padding-right: 5%;
	padding-left: 0%;
}
#page-title {
	font-size: 32px;
	font-size: 3.2rem;
}
.button-basis.effect01 a {
	display: inline-block;
	width: 50%;
}
.image-radius {
	max-width: inherit;
}
#footer-map {
	padding-bottom: 20%;
}
#footer-info {
	display: block;
	background-size: auto, auto, cover;
}
#footer-info .inner {
	background: rgba(5, 101, 179, 0.8);
	padding: 50px;
}
#footer-logo {
	width: 30%;
	margin: 0 auto 2.0rem;
}
#footer-info .inner ul {
	list-style-type: none;
}
#footer-info .inner a {
	color: #fff;
}
h3.sentence-title {
	font-size: 20px;
	margin: 0 0 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}
#home-technique .description, .section-introduction .description {
	font-size: 15px;
	line-height: 1.8;
}
.dl-table-header>dl, .dl-table-body>dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 0;
}
.dl-table-header>dl>dt, .dl-table-header>dl>dd, .dl-table-body>dl>dt, .dl-table-body>dl>dd {
	display: table-cell;
	width: 25%;
	padding: 1.0rem 0.5rem;
	vertical-align: middle;
}
.dl-table-body>dl>dd {
	width: 75%;
}
.dl-table .dl-table-header {
	border-top: 1px solid #dcdcdc;
}
.dl-table-body>dl:first-of-type>dt {
	border-top: 2px solid #0565B3;
}
.dl-table-body>dl:first-of-type>dd {
	border-top: 2px solid #acacac;
}
.dl-table-body>dl {
	border-bottom: 1px solid #dcdcdc;
}
.dl-table-body>dl>dt {
	background: #f2f2f2;
}
dl-table-body>dl>dt, dl-table-body>dl>dd {
	padding: 2rem;
}
.navbar-default {
	border-top: none;
}
.container-fluid > .navbar-header {
	width: initial;
}
.navbar-brand {
 width: calc(300px * 50 / 71 + 15px);
	padding: 10px 0 10px 15px;
}
.navbar-nav {
	float: right;
	display: table;
	height: 70px;
	width: initial;
}
.navbar-nav li {
	display: table-cell;
	float: none;
	width: initial;
	vertical-align: middle;
}
.navbar-nav > li > a {
	padding: 0 0.5em;
}
.flex-box{
display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
}
.flex-box div{
padding: 1.2em;
    border: 1px solid rgb(226, 226, 226);
    margin-right: 2em;
}
.flex-box div:last-child{
    margin: 0;
}
.flex-box div h3{
margin-bottom:.8em;
}
.flex-box div p{
margin:0;
}
#footer-info {
    background: url(../content/images/share/basis/bg-type1.png) repeat, linear-gradient( to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(../content/images/share/footer/footer-info01.jpg) center center no-repeat;
background-size: auto, auto, cover;
}
}

@media (min-width:1200px) {
.navbar-nav {
	height: 80px;
}
.navbar-nav li:first-of-type {
	border-left: 1px solid #D8D8D8;
}
.navbar-nav li {
	border-right: 1px solid #D8D8D8;
}
.navbar-default .navbar-nav > li > a {
	color: #383838;
}
.navbar-nav li br {
	display: block;
}
.navbar-nav li span {
	display: inline;
	color: #0565B3;
	font-style: italic;
	font-weight: normal;
}
#global-nav .container-fluid {
	width: 96%;
	max-width: 96%;
}
.navbar > .container-fluid .navbar-brand {
 width: calc(300px * 60 / 71 + 15px);
	padding: 10px 0 10px 15px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1.1em;
	text-align: left;
}
.navbar-nav li span {
	font-size: 0.9em;
}
}

@media (min-width:1500px) {
.navbar-default .navbar-nav > li > a {
	padding: 0 2.0em;
}
}

.mt-5{
margin-top:3rem
}
#video-top{
padding:8% 0;
        background-size: 2px 2px;
    background-color: #a2a2a2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)), -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
}
#top-video-bg{
background: #fff;
}
#top-video-border{
padding: 3% 0;
    border: 2px solid #5174b9;
}
.video-2019-0106{
position: relative;
height: 0;
padding-bottom: 56.25%;
}
.video-2019-0106 iframe{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.video-text{
font-size: 15px;
    line-height: 1.8;
}

