@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------
基本
----------------------------------------------------------------- */

/* css reset
		------------------------------------------------*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
/*ul,ol, li,*/
	caption,
form,
fieldset,
input,
textarea,
select,
pre,
address,
blockquote,
embed,
object {
	margin: 0;
	padding: 0;
}

/* body
		------------------------------------------------*/
html,
body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 1.53;
	color: #000;
	letter-spacing: .05em;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h5 {
	margin: 0;

	text-align: center;
}

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

	vertical-align: top;
}

p {
	margin-top: 0;
}

.cf:after {
	content: "";

	display: table;
	clear: both;
}

/* =Global Elements
-------------------------------------------------------------- */


/* Main global 'theme' and typographic styles */

body {
  background: #fff;
}

body,
input,
textarea {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}


/*a*/
a {
	cursor: pointer;

	overflow: hidden;

	outline: none;

	transition: opacity .2s;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	opacity: .5;

	text-decoration: none;
}

a:active,
a:focus {
	text-decoration: none;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;

	border: 0;
	border-radius: 0;
	outline: none;
	background: none;
}

.content {
	margin: auto;
	width: 1000px;

	text-align: center;
}

.section {
	margin-bottom: 123px;
}



/* ----------------------------------------------------------------

タイトル

----------------------------------------------------------------- */
.section-title {
	margin-bottom: 60px;
}

.title-main {
	position: relative;

	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 100%;

	font-size: 38px;
	font-weight: bold;

	color: #1f3fa9;
	text-align: center;
	letter-spacing: .1em;
	line-height:1.2em;
}

.title-main::before {
	content: "";

	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	margin: 0 auto;
	width: 80%;
	height: 1px;

	background-image: -webkit-linear-gradient(left, transparent, #1d336a 25%, #1d336a 75%, transparent);
	background-image:         linear-gradient(to right, transparent, #1d336a 25%, #1d336a 75%, transparent);
	background-repeat: no-repeat;
	background-position: center;

	text-align: center;
}

.title-sub {
	font-size: 21px;

	color: #2eaee4;
	letter-spacing: .05em;
}


/* ----------------------------------------------------------------

header kv

----------------------------------------------------------------- */

.header.kv {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    background-image: url(../img/kv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 180px 0 60px;
}

@media screen and (max-width:640px) {
	.header.kv{
	height:100vh;
	}
}

.kv-logo {
	position: relative;

	margin-bottom: 65px;
}

.kv-logo img {
	width: 260px;
}

.kv-txt {
	position: relative;
	display: flex;
	margin: 0 auto 30px;
}

.kv-img {
	margin-right: 35px;
	width: 156px;
}

.kv-img img {
	box-shadow: 0 0 30px rgba(10, 27, 68, 1);
}

.kv-content {
	text-shadow: 2px 2px 10px rgba(10, 27, 68, 1);
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	margin: 0 auto;
}

.kv-content.content-wrap {
	width: 80%;
}

.kv-content p {
	padding-bottom: 15px;
}


/* ----------------------------------------------------------------

section1

----------------------------------------------------------------- */


.gdpr-img {
	display: flex;

	margin-bottom: 18px;

	justify-content: center;
}

.gdpr-img .img-left {
	margin-right: 165px;
}

.gdpr-img .img-left img,
.gdpr-img .img-right img {
	width: 320px;
}

.section1 .arrow {
	margin: auto auto 47px;
	width: 53px;
}

.section1 .img-txt {
	margin: auto auto 88px;
	width: 415px;
}

.img-block {
	display: flex;

	justify-content: center;
}

.img-block .img-left {
	margin-right: 72px;
	width: 440px;
}

.img-block .img-right {
	width: 359px;
}

.img-right .img-1 {
	margin-bottom: 25px;
}

/* ----------------------------------------------------------------

section2

----------------------------------------------------------------- */

.section2-list {
	margin: auto;
	padding: 0;
	width: 800px;

	text-align: left;
}

.section2-list .list-item {
	list-style-type: none;

	margin-bottom: 50px;

	font-size: 15px;
	line-height: 1.8;
}

.marker {
	margin-bottom: 16px;

	background: linear-gradient(transparent 60%, #eee 60%);

	font-size: 21px;
	font-weight: 600;
}

.small-txt {
	font-size: 12px;
}

/* ----------------------------------------------------------------

section3

----------------------------------------------------------------- */
.section3 .contents-wrap {
	display: flex;

	margin: 0 75px 64px;

	text-align: left;

	justify-content: space-between;
}

.section3 .contents-txt {
	padding-right: 60px;

	font-size: 19px;
	line-height: 1.84;
	/* flex-basis: 63%; */
}

.section3 .contents-img {
	flex: 0 0 270px;
}

.contents-img .img-1 {
	margin-bottom: 46px;
	width: 270px;
}

.contents-img .img-2 {
	margin: auto;
	width: 196px;
}

.section3-list {
	margin: auto;
	padding-left: 50px;
	width: 860px;

	border-left: 7px solid #1f3fa9;
}

.section3-list .list-item {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.66;

	text-align: left;
}

/* ----------------------------------------------------------------

section4

----------------------------------------------------------------- */

.section4-block {
	display: flex;

	margin-bottom: 160px;

	line-height: 2.5;

	text-align: left;

	justify-content: center;
}

.block-left {
	margin-right: 65px;
}

.section4-txt {
	margin-bottom: 66px;

	font-size: 28px;
	font-weight: bold;

	color: #1f3fa9;
	line-height: 1.2em;
}

.section4-img {
	margin: auto auto 20px;
}

.section4 img{
	height: 180px;
	width: auto;
}

.section4-img.img-1 {
	height: 180px;
	width: auto;
}

.section4-img.img-2 {
height: 180px;
width: auto;
}

.section4-img.img-3 {
	margin-right: 15px;
	height: 180px;
	width: auto;
}

.section4-img.img-4 {
	height: 180px;
	width: auto;
}

.section4-img.img-5 {
	margin-right: 52px;
	margin-bottom: 107px;
	height: 180px;
	width: auto;
}

/* ----------------------------------------------------------------

section5

----------------------------------------------------------------- */

.section5-block {
	display: flex;

	margin: auto;
	width: 815px;

	justify-content: space-between;
}

.circle {
	position: relative;

	padding: 0	19px;
	width: 246px;
	height: 246px;

	border-radius: 50%;
	background-color: #1f3fa9;
}

.circle-txt {
	position: absolute;
	top: 50%;
	left: 50%;

	display: inline-block;

	width: 246px;

	transform: translateY(-50%) translateX(-50%);
}

.circle-txt .txt-l {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;

	color: #fff;
}

.circle-txt .txt-s {
	padding-top: 10px;

	font-size: 13px;
	line-height: 1.38;

	color: #fff;
}

.circle-c::after {
	content: "";

	position: absolute;
	top: 5px;
	right: -10px;

	width: 115px;
	height: 73px;

	background-image: url("../img/section5-img.png");
	background-size: cover;
}

/* ----------------------------------------------------------------

section6

----------------------------------------------------------------- */

.section6-body {
	display: flex;

	justify-content: center;
}

.section6-txt {
	margin-right: 35px;

	text-align: left;
}

.section6-img {
	flex: 0 0 396px;
}

.section6-list {
	position: relative;

	list-style: none;

	margin: 0 0 45px;
	padding-top: 8px;
	padding-left: 45px;
}

.section6-list .list-item {
	font-size: 19px;
	font-weight: bold;
	line-height: 2.2;

	color: #1f3fa9;
	letter-spacing: 0;
}

.section6-list .list-item::before {
	content: "";

	position: absolute;
	left: 2px;

	width: 28px;
	height: 28px;

	background-image: url(../img/section6-icon.png);
}

.section6-txt p {
	line-height: 1.43;
}

.section6-txt p + p {
	padding-top: 25px;
}

/* ----------------------------------------------------------------

section7

----------------------------------------------------------------- */

.section7-body {
	display: flex;

	justify-content: space-around;
}

.step-block {
	width: 310px;
}

.step-title {
	display: flex;

	font-size: 21px;

	color: #1d336a;

	align-items: center;
}

.step-title:before,
.step-title:after {
	content: "";

	border-top: 1px solid #1d336a;

	flex-grow: 1;
}

.step-title:before {
	margin-right: 8px;
}

.step-title:after {
	margin-left: 8px;
}

.step-number {
	font-size: 25px;
}

.step-head {
	padding-bottom: 9px;

	font-size: 21px;

	color: #1d336a;
}

.step-icon {
	padding: 24px;
	height: 175px;

	border-radius: 6px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 40px;

	vertical-align: middle;
}

.step-txt {
	margin-left: 100px;

	font-size: 15px;
	line-height: 1.46;

	text-align: left;
	letter-spacing: 0;
}


.step-icon.step1 {
	background-image: url(../img/step-icon01.png);
	background-size: 49px;
}

.step-icon.step2 {
	background-image: url(../img/step-icon02.png);
	background-size: 59px;
}

.step-icon.step3 {
	background-image: url(../img/step-icon03.png);
	background-size: 53px;
}

/* ----------------------------------------------------------------

section8

----------------------------------------------------------------- */

.section8-list {
	display: inline-block;

	margin: auto auto 156px;

	text-align: left;
}

.section8-list .list-item {
	padding-bottom: 20px;

	font-size: 18px;
}

.section8-list .list-item:last-child {
	list-style: none;

	text-align: right;
}

.table-title {
	margin-bottom: 36px;

	font-size: 28px;
	font-weight: bold;

	color: #1f3fa9;
	line-height: 1.2em;
}

.section8 .table {
	width: 100%;

	border-collapse: collapse;

	font-family: "游ゴシック体", YuGothic;
	font-size: 13px;

	text-align: left;
}

.section8 .table th,
.section8 .table td {
	padding: 5px;

	border: 1px solid #000;
}

.section8 .table th {
	background-color: #0070c0;

	color: #fff;
}

.section8 .table-list {
	text-align: center;
}

/* ----------------------------------------------------------------

section9 contact

----------------------------------------------------------------- */

.contact-title {
	padding-bottom: 20px;

	font-size: 18px;
}

.privacy-item {
	display: flex;

	margin: auto auto 18px;
	padding: 15px;
	width: 856px;

	background-color: #eee;

	align-items: center;
	justify-content: space-around;
}

.privacy-icon {
	width: 57px;
}

.privacy-txt {
	width: 726px;

	font-size: 12px;

	text-align: left;
	letter-spacing: 0;
}

.contact-desc {
	margin-bottom: 39px;

	font-size: 12px;

	letter-spacing: 0;
}

/* input:required {
  background: pink;
} */
.check {
	display: none;
}

.check + span {
	cursor: pointer;

	position: relative;

	display: inline-block;

	margin: 0 .2em 0;
	padding: 0 0 0 1.2em;
}

.check + span::before {
	content: "";

	position: absolute;
	top: 50%;
	left: -10px;

	display: block;

	width: 1em;
	height: 1em;

	border: 1px solid rgba(0, 0, 0, .16);
	border-radius: 2px;
	background: #fff;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.check + span::after {
	content: "";

	position: absolute;
	top: 50%;
	left: -10px;

	display: block;

	margin-top: -.2em;
	width: 1em;
	height: .6em;

	opacity: 0;
	border-bottom: 3px solid rgba(0, 0, 0, .32);
	border-left: 3px solid rgba(0, 0, 0, .32);

	transition: all .3s ease 0s;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}

.check:checked + span::after {
	opacity: 1;
}


.help-text::before {
	content: "※必須";

	margin-right: 17px;

	font-size: 14px;

	color: #1f3fa9;
}

.check-wrap {
	margin-bottom: 36px;

	font-size: 20px;
}

.form-main {
	border-spacing: 0 12px;

	margin: auto;
	width: 854px;

	text-align: left;
}

.form-main th,
.form-main td {
	padding-left: 17px;

	border: 1px solid #eee;
}

.form-main th {
	position: relative;

	width: 281px;

	background-color: #eee;
}

.form-title {
	display: table;

	width: 100%;
}

.form-name {
	display: table-cell;

	text-align: left;
}

.form-title .help-text {
	display: table-cell;

	text-align: right;
}

.btn-side {
	border: 0;
}

input {
	width: 100%;
	height: 46px;

	font-size: 16px;
}

.btn-area {
	margin: auto;
	padding-left: 281px;
	width: 854px;
}

.submit {
	background-color: #2eaee4;

	font-family: “游明朝”, YuMincho;
	font-size: 24px;

	color: #fff;
	letter-spacing: .12em;
}

/* ----------------------------------------------------------------

section10 company

----------------------------------------------------------------- */

.table-company {
	/* border-spacing: 0 3px; */
	margin: auto;
	width: 900px;
	font-size: 20px;
	border: solid 2px #ccc;
	border-spacing: 0px;
	border-collapse: separate;
}

.table-company thead::after,
.table-company tbody::after {
}

.table-company th,
.table-company td {
	padding: 10px 5px;
}

.table-company th {
	background-color: #3862AE;
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅, sans-serif !important;
	width: 88px;
	font-weight: normal;
	border-bottom: solid 2px #fff;
}

.table-company td {
	padding-left: 15px;
	background-color: #fff;
	text-align: left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅, sans-serif !important;
	border-bottom: solid 2px #ccc;
}

.table-company tr.last th {
    border-bottom: none;
}

.table-company tr.last td{
    border-bottom: none;
}

.company a.map {
    padding: 5px 10px;
    background: #00073F;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
}

.company {
	display: flex;
	align-items: center;
}

.company-img {
	flex: 2 0 200px;
	margin-left: 59px;
	padding: 0 51px 0 0;
	display: flex;
	justify-content: flex-end;
}

.company-img img{
	height: 134px;
	width: auto;
}

.company-title {
	padding-bottom: 5px;

	font-size: 20px;
	line-height: 1.5;

	letter-spacing: 0;
}

/* ----------------------------------------------------------------

footer

----------------------------------------------------------------- */
.footer {
	margin: auto;
	width: 1000px;

	text-align: center;
}


.footer-company {
	margin: auto;
}

.footer-logo {
	margin: auto auto 17px;
	width: 124px;
}

.footer-company .company-name {
	padding-bottom: 13px;

	font-size: 26px;
	font-weight: bold;

	letter-spacing: 0;
}

.company-url {
	margin-bottom: 91px;

	font-size: 15px;
}

.business {
	display: inline-block;

	margin-bottom: 44px;
	padding: 7px 16px;

	background-color: #1f3fa9;

	font-size: 20px;

	color: #fff;
	letter-spacing: .18em;
}

.business-list {
	position: relative;

	display: flex;

	margin: 0 20px 190px;
	padding: 0;

	text-align: left;

	flex-wrap: wrap;
	justify-content: space-between;
}

.business-list .list-item {
	padding-bottom: 27px;
	width: 60%;

	font-size: 13px;
	line-height: 2;
}

.business-list .list-item:nth-child(even) {
	width: 36%;
}

.business-list .list-title {
	font-size: 16px;
}

.company {
	list-style: none;
	align-self: flex-end;
	justify-content: space-between;
}

.company .company-position {
	display: block;

	font-size: 18px;

	letter-spacing: 0;
}

.company .company-name {
	display: block;

	font-size: 29px;
}

#contact_box dt {
    width: 26%;
    float: left;
    background: #4c5664;
    color: #FFF;
    font-weight: normal;
    font-size: 15px;
    padding: 16px 20px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
#contact_box .text {
    margin: 20px 0 15px;
}
#contact_box dd {
    float: right;
    height: auto;
    width: 74%;
    margin: 0;
    padding: 1px 0;
    border:solid 1px #ccc;
}
#contact_box dt span {
    position: absolute;
    right: 20px;
    top: 17px;
    color: #fdec71;
    font-size: 12px;
}
#contact_box dl {
    overflow: visible;
    min-height: 48px;
    margin: 0 0 5px 0;
    display: flex;
    flex-wrap: wrap;
}
#contact_box dd input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 5px 20px;
}
#contact_box dd textarea {
  width: 100%;
  padding: 20px;
}

form.wpcf7-form{
    /*max-width: 860px;*/
    margin: 0 auto;
}
#contact_box .personal_text {
    margin: 23px 0 15px;
}

#contact_box .personal_text{
		font-weight: bold;
}

#contact_box .personal_text span{
		font-weight: bold;
}

#contact_box .personal_text span span{
		font-weight: bold;
}

#contact_box input[type="submit"] {
    margin-bottom: 15px;
    border: 0px solid #587b01;
    -webkit-box-shadow: #B4B5B5 2px 2px 2px;
    -moz-box-shadow: #B4B5B5 2px 2px 2px;
    box-shadow: #B4B5B5 2px 2px 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    padding: 20px;
    text-decoration: none;
    display: block;
    margin: 30px auto;
    height: auto;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #0da768;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0da768), to(#0a7441));
    width: 570px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(top, #0da768, #0a7441);
    background-image: -moz-linear-gradient(top, #0da768, #0a7441);
    background-image: -ms-linear-gradient(top, #0da768, #0a7441);
    background-image: -o-linear-gradient(top, #0da768, #0a7441);
    background-image: linear-gradient(to bottom, #0da768, #0a7441);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0da768, endColorstr=#0a7441);
}

#contact_box .personal_check input{
    width: 30px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
}

@media screen and (max-width:640px) {
	.content {
    width: 90%;
	}
	.gdpr-img {
	  flex-wrap: wrap;
	}
	.gdpr-img .img-left {
  	margin-right: 0px;
	}
	.img-block {
		flex-wrap: wrap;
	}
	.img-block .img-left {
    margin-right: 0px;
    width: 440px;
	}
	.section1 .img-txt {
    width: 100%;
	}
	.section2-list {
    width: 100%;
	}
	.section3 .contents-wrap {
    margin: 0 0 64px;
    flex-wrap: wrap;
		justify-content: center;
	}
	.section3 .contents-txt {
	    padding-right: 0px;
	    flex-basis: auto;
	}
	.section3-list {
    width: 100%;
	}
	.section4-img.img-1 {width: 93%;float: left;}
	.section4-img.img-2 {width: 68%;float: left;}
	.section4-img.img-3 {width: 66%;float: left;}
	.section4-img.img-4 {width: 90%;float: left;}
	.section4-img.img-5 {width: 71%;float: left;}
	.section5{
		clear: both;
	}
	.section5-block {
    width: 100%;
		flex-wrap: wrap;
		text-align: center;
	}
	.section4-block {
    display: flex;
  	flex-wrap: wrap;
	}
	.block-left {
    margin-right: 0px;
	}
	.circle {
	    width: 246px;
	    height: 246px;
			margin: 0 auto 10%;
	}
	.section6-body {
    flex-wrap: wrap;
	}
	.section7-body {
    flex-wrap: wrap;
	}
	.privacy-item {
	    width: 100%;
	}
	#contact_box input[type="submit"] {
		width: 100%;
	}
	.table-company {
    width: 100%;
  }
	.table-company tr{
		display: flex;
		flex-wrap: wrap;
	}
	.table-company th{
		width: 100%;
	}
	.table-company td{
		width: 100%;
	}
	.company {
    list-style: none;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
	}
	.company-img {
    flex: 2 0 200px;
    margin-left: 0px;
	}
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.fix-header {
	position: fixed;
	z-index: 100;
	width: 100%;
	font-family: auto;
}
.fix-header header{
	background: #0b4ea2;
	text-align: left;
	font-size: 12px;
	color: #fff;
	padding: 3px 0;
}
.fix-header .head-area {
	background-color: #d3e5ff;
}
.fix-header .inner h1{
	font-size: 12px;
	text-align: left;
}
.fix-header .head-area .inner{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.fix-header .head-area .left{
	width:  28%;
}
.fix-header .head-area .left p{
	font-size: 12px;
	line-height: 1.3em;
}
.fix-header .head-area .left p:last-child{
	margin-top: 0;
}
.fix-header .head-area .left a:nth-of-type(1) img{
	width: 80%;
}
.fix-header .head-area .left a:nth-of-type(2) img{
	width: 15%;
}
.fix-header .head-area .center{
	width:  40%;
	position: relative;
}
.fix-header .head-area .center p{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
  letter-spacing: 0;
}
.fix-header .head-area .center p span{
	font-size: 24px;
	font-weight: bold;
	color: #f00;
}
.fix-header .head-area .center p:nth-of-type(2){
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0;
}
.fix-header .head-area .center a{
	position: absolute;
	right: 0;
	top: 0;
}
.fix-header .head-area .right{
	width:  26%;
}
.fix-header .head-area .right p{
	background-color: #0b4ea2;
	font-size: 12px;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
}
.fix-header .head-area .right a img{
	width: 100%;
}

/* =Header
-------------------------------------------------------------- */

#header {
  padding: 5px 0 0 0;
}

#branding {
  height: 103px;
  background: #d3e5ff;
}

h1.pagetop_h1 {
  width: 100%;
  font-size: 12px;
  background: #003f98;
  color: #FFFFFF;
  padding: 3px 0;
}

h1.pagetop_h1 span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#branding .left {
  width: 300px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 5px;
}

#branding .left span {
  font-size: 12px;
}

#site-title {
  line-height: 0;
  margin-top: -16px;
  margin-bottom: -10px;
  display: flex;
}

#site-description {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
  /*display: none;*/
}

#branding .right {
  width: 693px;
}

#branding .right span img {
  box-shadow: 0 6px 6px 0px #ddd;
}

.breadcrumbs {
  clear: both;
  padding: 15px 0 20px;
  font-size: 12px;
  text-align: right;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs a:hover {
  opacity: 0.8;
}

.page-id-1175 .breadcrumbs {
  clear: both;
  padding: 0;
  font-size: 12px;
  text-align: right;
}


/*▼20160514追記▼*/

.wrap {
  position: relative;
}

.headerWrap {
  letter-spacing: normal;
  font-family: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 134px;
  z-index: 11;
  background: #d3e5ff;
}

.headerWrap #header {
  width: 1000px;
  height: 84px;
  margin: 0 auto;
  padding-top: 0;
  background: #d3e5ff;
  /*20160615*/
}

.headerWrap #header .contactBtn {
  display: flex;
  vertical-align: top;
}

.headerWrap #header .contactBtn a img {
  opacity: 1;
}

#branding .left {
  background: #d3e5ff;
  /*20160615*/
  padding-left: 8px;
}

#branding #site-description {
  padding-top: 5px;
}

#branding .headleft {
  padding-top: 5px;
  padding-right: 8px;
  line-height: 18px;
}

#main {
  margin-top: 84px;
}

#sp_fixheader {
    display: none !important;
}
#sp_fixheader #sp_fixheader_logo img{
	display: none !important;
}

/*▲20160514追記▲*/

@media screen and (max-width: 800px) {
  .headerWrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  .headerWrap #header {
    width: 98%;
    height: auto;
  }
/*20181024追記_スマホの固定ヘッダー */
#sp_fixheader {
    display: block !important;
    width: 100%;
    height: 60px;
    position: fixed;
    top: -60px;
    background:#d3e5ff;
    z-index: 9999;
    transition: .3s;
}
#sp_fixheader #sp_fixheader_logo img{
	display: block !important;
}

#sp_fixheader.fixed {
    top: 0;
}

#sp_fixheader a {
    transition: .3s;
}

#sp_fixheader a:hover {
    opacity: .5;
}

#sp_fixheader_logo a {
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    left: 14px;
    top: 14px;
}

#sp_fixheader_logo a img {
    height: 100%;
    width: auto;
}

.btn_fix a{
    display: block;
    height: 60px;
    width: 60px;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

#btn_call_fix a{
    background-image: url(https://upfsecurity.co.jp/pmark/wp-content/themes/customize/images/btn_tel_fix.png);
    background-color: #003f98;
    right: 60px;

}

#btn_mail_fix a {
    background-image: url(https://upfsecurity.co.jp/pmark/wp-content/themes/customize/images/btn_mail_fix.png);
    background-color: orange;
    right: 0px;
}

}

.headleft {
  float: left;
  margin: 0 10px;
  font-weight: bold;
}

.headleft span.headleft01_txt {
  font-size: 12px;
}

.headleft span.facebook_link {
  position: fixed;
  top: 34px;
  margin-left: -102px;
}
/*
#branding .right span.facebook_link img {
  box-shadow: 0 6px 6px 0px #acccfb;
}
*/
.headleft span.red {
  color: red;
  font-size: 32px;
  line-height: 1.5em;
}

.contactBtn a{
	margin-left: 65px;
}

.contact_box2 {
  bottom: 70px;
  box-shadow: none;
  display: block;
  font-size: 120%;
  font-weight: bold;
  left: 320px;
  line-height: 1.5em;
  position: absolute;
}

.contact_box2 span.fs {
  color: red;
  font-size: 200%;
  font-weight: bold;
}

.min-r {
  text-align: right;
  font-size: 90%;
}



.imgbox {
  line-height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.half {
  width: 400px;
}

.floatbox {
  overflow: hidden;
}

ul.floatlist {
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.clear {
  clear: both;
}


/* ヘッター追加(1704014)
---------------------------------------------------------------*/

#branding {
  height: 110px;
  background: #d3e5ff;
}

#branding .headleft p {
  margin-bottom: 0;
  line-height: 1.6em;
}

#branding .left {
  background: #d3e5ff;
  padding-left: 8px;
  margin-top: 5px;
  margin-top: 5px;
}

.headerWrap #header .contactBtn {
  display: flex;
  vertical-align: top;
  margin-top: 30px;
  padding-left: 30px;
}

.site-description p {
  margin-bottom: 13px;
}

footer{
	    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅, sans-serif !important;
}

#colophon {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

#colophon a {
    color: #000;
    text-decoration: none;
}

#copyright {
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(77, 87, 102);
}

small {
    font-size: smaller;
}

@media screen and (max-width: 800px) {
  /*--------------------------------------
header
---------------------------------------*/
#masthead{
}
#branding .left{
	width:100%;
}

#site-description{
	clear:left;
	display:-webkit-box;
}

#site-title{
	margin-bottom:2px;
}

#branding .left span{
	float:left;
	width:100%
}
#branding{
	height:auto;
}

#branding .right{
	display:none;
}

#access{
	box-shadow:none;
	width:100%;
	float: right;
    z-index: 10;
    position: absolute;
    top: 30px;
	right:15px;
}

#menu-toggle{
	display: inline-block;
	float:right;
	background: url("./images/home_fix/menu_but.png") no-repeat center;
    background-size: 80% 80%;
	width:53px;
	height:50px;
	text-indent:-9999px;
}

#menu_floatlist{
	display:none;
	top:45px;
	right:0;
}

nav ul, nav:active ul {
	display:block;
	position: absolute;
	padding: 1px;
	background: #fff;
	border: 2px solid #D7D7D7;
	right: 20px;
	top: 60px;
	width: 94%;
	border-radius: 4px 0 4px 4px;
}

nav li {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

nav:hover ul {
	display: block;
}



#access li {
	box-sizing: border-box;
	float:none;
	border-right: none;
	border-left:  none;
	border-bottom: 1px solid #8d97a4;
	background: none;
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d2de', endColorstr='#79838e',GradientType=0*/ ); /* IE6-9 */
	width:100%;

	background: rgb(130,181,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(164,219,25,1) 0%, rgba(130,181,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,219,25,1)), color-stop(100%,rgba(130,181,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(164,219,25,1) 0%,rgba(130,181,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(164,219,25,1) 0%,rgba(130,181,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(164,219,25,1) 0%,rgba(130,181,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(164,219,25,1) 0%,rgba(130,181,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4db19', endColorstr='#82b501',GradientType=0 ); /* IE6-9 */
	height:auto;
}

#access li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size:10px 0;
	padding:2px 0!important;
}

#access li a:hover{
	color:#FFFFFF;
}

.menu_sp{
	display:block;
}

h1.pagetop_h1 {
	padding: 1% 5% ;
	box-sizing: border-box;
}

#header{
	padding:10px 5px;
}

#colophon {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

#colophon a {
    color: #000;
    text-decoration: none;
}

#copyright {
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(77, 87, 102);
}

small {
    font-size: smaller;
}



footer{
	    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅, sans-serif !important;
}


}
