@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
	xbackground-color:#F4F2F0;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:160px ;
}
section.pankuzu {
	background: var(--gray_thin);
}
:root{
  --black: #231815;
	--key:#638FA2;
	--key_thin:#b1cdd9;
  --accent: #D02020;
	--bg:#f9f9f9;
  --gray_thin: #EEEBE8;
  --gray: #bbb;
  --dark: #515457;
  --black: #24272A;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;

}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}
.text_right {
	text-align: right;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.solicitation{

}
.privacypolicy_note{
	font-size: 14px;
	line-height: 1.6em;
}
.privacypolicy_note h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.privacypolicy_note p{
	margin-bottom: 1rem;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
	font-size: 14px;
}
.note_box p{
	margin-bottom: 1rem;
}
.note_box ol,
.note_box ul{
	padding-left: 2em;
	margin-bottom: 1rem;
}
.note_box ol li{
	list-style-type: decimal;
	margin-bottom: 0.5rem;
}
.note_box ul li{
	list-style-type: disc;
	margin-bottom: 0.5rem;
}
 main.contact form .note_box dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .note_box dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.note_box .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.note_box .pages_title_box h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}

/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
.title_box h2 {
	text-align: center;
	margin-bottom: 4rem;
	font-size: var(--size_5l);
}
.title_box h3 {
	margin-bottom: 2rem;
	font-size: var(--size_3l);
	border-left: 5px solid var(--key);
	padding: 0;
	padding-left: 12px;
	line-height: 1.4;
}
.title_box h4 {
	margin-bottom: 1rem;
	font-size: var(--size_2l);
	border-bottom: 1px solid var(--key);
	padding-bottom: 6px;
}
h1 {
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-flow: column;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 160px;
}
.header_head {
	display: flex;
	width: 100%;
	height: 100px;
	justify-content: space-between;
	align-items: center;
	padding-right: 1rem;
	padding-left: 1rem;
}
h1.head_logo {
	width: 380px;
	margin-right: 20px;
}
p.head_contact_txt {
	font-weight: 700;
	font-size: var(--size_1s);
	text-align: right;
}
.contact_item {
	display: flex;
}
.contact_item p,
.contact_item dt{
	font-weight: 700;
	font-size: var(--size_4l);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	white-space: nowrap;
}
.contact_item dt.contact_mail {
	padding-top: 16px;
}
.contact_item.head_contact_box_item p{
	color: var(--key);
}
.contact_item.foot_contact_box_item dt{
	color: var(--black);
}

.contact_item p:first-child {
margin-right: 1rem;
}
.icon_contact p:before,
.icon_contact dt:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
}
.icon_contact .contact_tel:before {
	background-image: url(../img/icon_contact_tel.svg);
}
.icon_contact .contact_fax:before {
	background-image: url(../img/icon_contact_fax.svg);
}
.icon_contact .contact_mail:before {
	background-image: url(../img/icon_contact_mail.svg);
}

p.icon_privacy {
	display: flex;
}
p.icon_privacy:before{
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
}
p.icon_privacy:before{
	background-image: url(../img/icon_privacy.svg);
}
.foot_contact_box_item {
	width: 100%;
}
.foot_contact_box_item dl{
	display: flex;
	flex-wrap: wrap;
}
.foot_contact_box_item dl:not(:last-child){
	margin-bottom: 20px;
}
.foot_contact_box_item dl dt {
	width: 33.4%;
}
.foot_contact_box_item dl dd {
	width: 66.6%;
}
.contact_detail {
	font-size: var(--size_1s);
	text-align: right;
	line-height: 1.4em;
	display: inline-block;
	width: 100%;
}
.head_contact_box_item .contact_detail{
	text-align: right;
}
.foot_contact_box_item .contact_detail{
	text-align: left;
	margin-top: 8px;
}
.contact_number {
	font-weight: 700;
	font-size: var(--size_4l);
}

header .head-logo {
	padding: 1rem;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 240px;
  overflow: hidden;
}
.menu-area {
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
	width: calc(100% / 5);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu > li:not(:last-child) {
	border-right: 1px solid var(--gray);
}
.menu > li a {
	font-weight: 700;
	line-height: 1.2em;
}
.menu > li a span{
	font-weight: 400;
	display: block;
	font-size: var(--size_2s);
	color: var(--dark);
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--black);
	color: #ffffff;
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
p.foot-logo {
	margin-bottom: 20px;
}
footer .foot-logo img {
	width: 385px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
	line-height: 1.6em;
	margin-bottom: 20px;
}
footer .foot-address a{
color: #fff;
}
footer .foot-privacy {
	border: 1px solid #fff;
	display: inline-block;
	padding: 16px 16px;
	line-height: 1.4em;
	font-size: var(--size_1s);
}
footer .foot-privacy p.icon_privacy::before{

}

footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
align-items: center;
}
.footer_box .footer_logo_box{
width: calc((100% - 32px) / 12 * 7);
}
.footer_box .footer_menu_box{
	width: calc((100% - 32px) / 12 * 5);
}
ul.footer-menu {
  display: flex;
	flex-flow: column;
}
ul.footer-menu li{
  margin-right:1rem;
}
ul.footer-menu li a {
	color: #fff;
	font-size: var(--size_1s);
	border-bottom: 1px solid rgb(255 255 255 / 25%);
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 2em 0;
	letter-spacing: 0.1em;
	background-color: var(--black);
	color:#fff;
  font-size: var(--size_2s);
	line-height: 1.2em;
	color: rgb(255 255 255 / 70%);
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
.second_items:not(:last-child){
	margin-bottom: 4rem;
}
.third_items:not(:last-child){
	margin-bottom: 3rem;
}
.fourth_items:not(:last-child){
	margin-bottom: 2rem;
}
/* index
---------------------------------------- */

main.index section:nth-child(n + 3):nth-child(odd) {
	background:var(--bg);
}
main.under section:nth-child(n + 3):nth-child(odd) {
	background:var(--bg);
}

.sub-ttl {
	color: rgb(255 255 255 / 70%);
}
section.contents.top_greeting {
	background-color: var(--key_thin);
		padding: 60px 0px;
}
section.contents.top_fd {
	background: url(../img/fd_bg.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
a.fd_ban_box {
	background: rgb(255 255 255 / 85%);
	border-radius: 10px;
	text-align: center;
	padding: 40px 10px;
	display: block;
  transition: 0.4s;
}
a.fd_ban_box:hover{
	background: #fff;
  transition: 0.4s;
}
/*　あいさつぶん　*/
.greeting_box {
	border: 1px solid #ddd;
	padding: 16px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 4px 4px 12px rgb(0 0 0 / 20%);
	background-color: #fff;
}
.greeting_inner {
	border: 1px solid var(--key);
	border-radius: 6px;
	padding: 50px 148px 40px;
}
.greeting_box h2{
	text-align: center;
	margin-bottom: 1.5rem;
	color: var(--key);
}
.greeting_box p.lead {
	font-size: var(--size_1l);
	line-height: 2em;
}
.greeting_box p.lead span {
	margin-top: 10px;
	display: block;
}
.greeting_box p.signature{
	font-size: var(--size_1l);
	display: block;
	margin-right: 0;
	margin-left: auto;
	width: max-content;
}
/*資格一覧start*/
section.contents.top_license {
	background: var(--dark)!important;
}
ul.top_license_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
	ul.top_license_item li img{
		margin-bottom: 10px;
		width: 200px;
		}
ul.top_license_item li:not(:last-child){
	margin-right: 50px;
}
ul.top_license_item li p {
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	font-size: var(--size_1s);
}
section.contents.top_license {
	padding-top: 32px;
	padding-bottom: 32px;
}
/*資格一覧end*/
/*主な取り扱い保険紹介start*/
ul.insurance_company {
	display: flex;
	flex-wrap: wrap;
}
ul.insurance_company li {
	border: 1px solid var(--dark);
	width: calc((100% - 32px) / 2);
	margin-right: 32px;
	font-size: var(--size_2l);
	text-align: center;
	padding: 10px;
	margin-bottom: 32px;
	background: #fff;
}
ul.insurance_company li:nth-child(2n){
	margin-right: 0;
}
ul.insurance_kinds {
	display: flex;
	flex-wrap: wrap;
}

ul.insurance_kinds li {
	width: calc((100% - 64px) / 3);
	margin-right: 32px;
	text-align: center;
	font-size: var(--size_3l);
	font-weight: 700;
	margin-bottom: 32px;
}

ul.insurance_kinds li:nth-child(3n){
	margin-right: 0;
}
ul.insurance_kinds li:nth-child(n + 5) {
	margin-bottom: 0;
}
/*主な取り扱い保険紹介end*/


/*業務内容start*/
.business_category {
	display: flex;
	justify-content: space-between;
}
.business_category .business_category_items{
width: calc((100% - 32px) / 2);
}
.business_category_items img {
	margin-bottom: 12px;
}
.business_category_items h3 {
	margin-bottom: 6px;
	font-size: var(--size_2l);
}
.business_category_items p {
}
/*業務内容end*/

/*会社概要start*/

.philosophy ul li {
	text-indent: -24px;
	padding-left: 24px;
	font-size: var(--size_2l);
	margin-bottom: 1rem;
	line-height: 2em;
}

.philosophy ul li span{
	color: var(--accent);
}

.thought .thought_txt p {
	margin-bottom: 1rem;
}
p.thought_strong {
	font-size: var(--size_3l);
	font-weight: 700;
	color: var(--key);
}
/*会社概要end*/

/*アクセスstart*/
.access iframe {
	width: 100%;
	height: 400px;
}
/*アクセスend*/

/*お問い合わせstart*/
section.contents.foot_contact {
	background:var(--dark)!important;
	color: #fff;
}
section.contents.foot_contact a{
	color: #fff;
}
.foot_contact_box {
	display: flex;
	justify-content: space-between;
}
.foot_contact_box > div{
	width: calc((100% - 32px) / 2);
}
.foot_contact_title h2{
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 1rem;
}
.foot_contact_title h2 span {
	display: block;
	font-size: var(--size_1l);
	font-weight: 400;
}
.foot_contact_title p {
	font-size: var(--size_2l);
	line-height: 1.6em;
}
.contact_note {
	background: #f9f9f9;
	padding: 2rem;
}
.contact_note_items {
	border: 1px solid #ddd;
	text-align: center;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	background: #fff;
}

.contact_note_number{
	display: flex;
	justify-content: center;
}
.contact_note_number p:not(:last-child){
	margin-right: 2em;
}
.contact_note_number p{
	font-weight: 700;
	font-size: 1.2em;
}
.contact_note_number p span{
	font-size: 1.6em;
}
span.need_box {
	color: #ed6e2f;
}
/*お問い合わせend*/
/*お客様本位の業務運営方針start*/
.gensoku_box{
	background-color: #DDEFF6;
	border: 1px solid var(--key);
	padding: 1rem;
}
dl.hosoku dt {
	background: #666666;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}
dl.hosoku dd {
	background: #fff;
	border: 1px solid #666;
	padding: 1rem;
	line-height: 1.6;
}
ul.pdf li a {
	display: flex;
	border:1px solid var(--key);
	align-items: center;
	justify-content: flex-start;
}
ul.pdf li a {
	background-color: #fff;
}
ul.pdf li a .icon_pdf img{
	margin-right: 6px;
}
ul.pdf li a:hover {
	opacity: 0.7;
	background-color: #fff;
}
ul.pdf li:not(:last-child){
	margin-bottom: 30px;
}

ul.pdf li a .pdf_download {
	background: var(--key);
	padding: 1rem 1.6rem;
	color: #fff;
}

ul.pdf li span{
	display: block;
	padding: 1rem;
}
/*お客様本位の業務運営方針end*/
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -80px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	cursor: pointer;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	font-size: 24px;
	margin: auto;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
	background: var(--key);
	background-image: url(../img/under_bg.jpg);
	height: 160px;
	color: #fff;
	background-position: center center;
	background-size: cover;
}
.pages-ttl {
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
}

h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--key);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--key);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
  font-size: var(--size_1l);

}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
	line-height: 1.6em;
}

table.office-table {
	margin: 20px auto;
	width: 100%;
}
table.office-table.contact-table th{
width: 30%;
}
.office-table th {
	background-color: #ddd;
	border: solid 1px #777;
	padding: 20px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
	background: #fff;
}
section.contents {
	padding: 80px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color:var(--key);
	text-align: left;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
