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

@font-face {
	font-family: 'NotoSerifCJKjp-Regular';
	src: url(common/fonts/NotoSerifCJKjp-Regular.otf);
}

/*------------------ fontSize ------------------*/

html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
p  { font-size: 1.6rem; } /* 16px */
@media screen and (max-width: 767px) {
	p  { font-size: 1.4rem; } /* 14px */
}
h2 { font-size: 2.4rem; } /* 24px */
h3 { font-size: 2rem; } /* 20px */
h4 { font-size: 1.8rem; } /* 18px */
@media screen and (max-width: 767px) {
	h3 { font-size: 1.6rem; } /* 16px */
	h4 { font-size: 1.4rem; } /* 14px */
}

/*------------------ lineHeight ------------------*/

body { line-height: 1.6rem; } /* 16px */
p  { line-height: 3rem; } /* 30px */
@media screen and (max-width: 767px) {
	p  { line-height: 2.6rem; } /* 26px */
}
h2 { line-height: 3.4rem; } /* 34px */
h3 { line-height: 2.6rem; } /* 26px */
h4 { line-height: 2.2rem; } /* 22px */

/*------------------ letter-spacing ------------------*/

body { letter-spacing: 0.08rem; } /* 0.08px */
h2 { letter-spacing: 0.2rem; } /* 0.3px */


/*------------------ hover ------------------*/

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/*------------------ common ------------------*/

.pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

a {
  color: #000;
}

body {
  background: url(common/images/bg.gif) repeat fixed;
}

section {
  margin: 0 0 4em;
}
@media screen and (max-width: 767px) {
	section {
		margin: 0 1em 2em;
	}
}

section .inner,
footer .inner {
  margin: 0 auto;
  max-width: 1000px;
}

section h2 {
  margin: 0 0 2em;
  font-family: NotoSerifCJKjp-Regular;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
	section h2 {
	  margin: 0 0 1.4em;
	  font-family: NotoSerifCJKjp-Regular;
	  font-size: 1.6rem;
	  text-align: center;
	  line-height: 3.2rem;
	}
}

section h2 span {
  padding: 0 0 3px;
  border-bottom: 4px #000 double;
}

/*------------------ 高値買取 h2 ------------------*/

h2.buying { margin-bottom: 1.4em; font-size: 4rem; }
@media screen and (max-width: 767px) {
	h2.buying {
		margin-bottom: 1em;
		font-size: 3rem;
	}
}

/*------------------ header ------------------*/

header {
	position: fixed;
	overflow: hidden;
	width: 100%;
	background: #fff;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	header {
		overflow: inherit;
	}
}

header .headerTop {
	padding: 0.4em 0;
}
@media screen and (max-width: 767px) {
	header .headerTop {
		display: none;
	}
}

header .headerBg {
	color: #333;
	background: url(common/images/header_bg_g.gif) repeat-x 50% 50%;
}

header .headerBg a {
	color: #333;
}

header .inner {
	overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
header .inner:after {
    content: "";
    clear: both;
    display: block;
}

header h1 {
	margin-left: 0.6em;
	float: left;
	width: calc(38% - 0.6em);
}
@media screen and (max-width: 767px) {
	header h1 {
		float: none;
	}
}
header h1 img {
	height: 70px;
}
@media screen and (max-width: 767px) {
	header h1 img {
		padding: 3px 0 0 0;
		height: 50px;
		box-sizing: border-box;
	}
}

header .contactWrap {
	overflow: hidden;
	float: right;
	display: flex;
	margin-right: 0;
	width: auto;
}

header .contactWrap img {
	width: 100%;
}

header .contactWrap p:first-child {
	margin-right: 0.6em;
}

header #global-nav ul {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	header #global-nav ul {
		padding: 0;
		width: 100%;
	}
}

header #global-nav ul li {
	float: left;
	width: 20%;
}

header #global-nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	header #global-nav ul li {
		float: none;
		width: 100%;
		border-bottom: 1px #ddd solid;
	}
	header #global-nav ul li:last-child {
		border: none;
	}
	header #global-nav ul li a {
		
	}
}

header #global-nav ul li a::after {
	content: '|';
	position: absolute;
	right: 0;
	bottom: 0;
}

header #global-nav ul li:last-child a::after {
	content: '';
}

@media screen and (max-width: 767px) {
	header #global-nav ul li a::after {
		content: '';
		padding: 0;
	}
}

header #global-nav ul li:last-child::after {
	content: '';
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #7799af;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}



@media screen and (max-width: 767px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
		background: #fafafa;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 18px 0;
		cursor: pointer;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}







/*------------------ main content ------------------*/

section#key {
  margin: 0 0 4em;
  padding: 122px 0 0;
  width: 100%;
  background: linear-gradient(90deg, #d0e4eb, #bedade);
	box-sizing: border-box;
	z-index: -2;
}
@media screen and (max-width: 767px) {
	section#key {
		margin: 0 0 1em;
		padding: 56px 0 0;
	}
}

section#key .keyBg {
	width: 100%;
	height: 100%;
		background-image:
		url(common/images/key_bg01.png),
		url(common/images/key_bg02.png),
		url(common/images/key_bg03.png),
		url(common/images/key_bg04.png);
	background-position:
		-1% 110%,
		10% -14%,
		98% 116%,
		102% -5%;
	background-size:
		300px,
		380px,
		400px,
		240px;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}
@media screen and (max-width: 767px) {
	section#key .keyBg {
	background-position:
		44% 12%,
		60% 12%,
		76% 12%,
		92% 12%;
	background-size:
		13%,
		13%,
		13%,
		13%;
	}
}

section#key .inner {
	overflow: auto !important;
  position: relative;
  height: 600px;
  width: 100%;
	background: url(common/images/key_img.png) 0 calc(100% + 40px) no-repeat;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	section#key .inner {
	  height: 46vh;
	  width: 100%;
	background-image: url(common/images/key_img.png);
	background-position: -80% -10%;
	background-repeat: no-repeat;
	background-size: 74%;
	}
}

section#key .textArea {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -240px;
}
@media screen and (max-width: 767px) {
	section#key .textArea {
		top: 28%;
		left: 20%;
		right: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		width: 70%;
	}
	section#key .textArea img {
		width: 100%;
	}
}

section#key .textArea p:first-child {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	section#key .textArea p:first-child {
		margin-bottom: 5%;
	}
}

section#key .textArea p:last-child {
	margin-right: 50px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	section#key .textArea p:last-child {
	margin-right: 0px;
	}
}

section#sel {
	position: relative;
	margin-top: -130px;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	section#sel {
		margin: 0 1em 1em !important;
	}
}

section#sel h2 {
  margin: 0 auto;
  width: 50%;
}

section#sel img {
	width: 100%;
}

@media screen and (max-width: 767px) {	
  section#sel h2 {
    width: 100%;
  }
}

section#cam .inner {
	padding: 3em;
	background: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	section#cam .inner {
		padding: 1.4em;
		box-sizing: border-box;
	}
}

section#cam ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	section#cam ul {
		flex-direction: column;
	}
}

section#cam .textArea {
	margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
	section#cam .textArea {
		margin-bottom: 1em;
	}
}

section#cam ul li {
	width: 32%;
}
@media screen and (max-width: 767px) {
	section#cam ul li {
		margin-bottom: 0.6em;
		width: 100%;
	}
	section#cam ul li:last-child {
		margin-bottom: 0;
	}
}

section#cam ul li a {
	display: block;
	padding: 2em;
	width: 100%;
	color: #333;
	background: #fff url(common/images/icon_arrow1.png) no-repeat 14px 50%;
	background-size: 10px;
	border: 1px #ccc solid;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	transition: all .3s;
}
@media screen and (max-width: 767px) {
	section#cam ul li a {
		padding: 1em;
	}
}

section#cam ul li a:hover {
	background: #fff url(common/images/icon_arrow1.png) no-repeat 30px 50%;
	background-size: 10px;
	border: 1px #c13939 solid;
}

section#flw .lCol {
	padding: 5px;
	width: 50%;
	background: #fff;
	border: 2px #728c2c solid;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	section#flw .lCol {
		margin-bottom: 1em;
		width: 100%;
	}
}

section#flw .lCol .colInner {
	padding: 1.4em;
	border: 1px #728c2c solid;
	box-sizing: border-box;
}

section#flw h3 {
	margin-bottom: 1.4em;
}

section#flw .lCol h3 {
	padding: 0.3em;
	background: url(common/images/title_bg_g.gif) repeat-x;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

section#flw h4 {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	section#flw h4 {
		text-align: left;
	}
}

section#flw .lCol ol li {
  position: relative;
  margin: 0 0 1.4em;
  padding: 0.2em 0.2em 0.6em 6em;
	min-height: 80px;
  background: url(common/images/step1_g.png) no-repeat;
}
@media screen and (max-width: 767px) {
	section#flw .lCol ol li {
		margin: 0 0 1.4em;
	  padding: 0.2em 0.2em 0.6em 2.6em;
		background: url(common/images/step1_g.png) 0% 0% no-repeat;
		background-size: 2em;
	}
}
section#flw .lCol ol li:nth-child(2) {
	background: url(common/images/step2_g.png) no-repeat;
}
@media screen and (max-width: 767px) {
	section#flw .lCol ol li:nth-child(2) {
		margin: 0 0 1.4em;
	  padding: 0.2em 0.2em 0.6em 2.6em;
		background: url(common/images/step2_g.png) 0% 0% no-repeat;
		background-size: 2em;
	}
}
section#flw .lCol ol li:nth-child(3) {
	background: url(common/images/step3_g.png) no-repeat;
}
@media screen and (max-width: 767px) {
	section#flw .lCol ol li:nth-child(3) {
		margin: 0 0 1.4em;
	  padding: 0.2em 0.2em 0.6em 2.6em;
		background: url(common/images/step3_g.png) 0% 0% no-repeat;
		background-size: 2em;
	}
}
section#flw .lCol ol li:nth-child(4) {
	background: url(common/images/step4_g.png) no-repeat;
}
@media screen and (max-width: 767px) {
	section#flw .lCol ol li:nth-child(4) {
		margin: 0 0 1.4em;
	  padding: 0.2em 0.2em 0.6em 2.6em;
		background: url(common/images/step4_g.png) 0% 0% no-repeat;
		background-size: 2em;
	}
}
section#flw .lCol ol li:nth-child(5) {
	background: url(common/images/step5_g.png) no-repeat;
}
@media screen and (max-width: 767px) {
	section#flw .lCol ol li:nth-child(5) {
	  padding: 0.2em 0.2em 0.6em 2.6em;
		background: url(common/images/step5_g.png) 0% 0% no-repeat;
		background-size: 2em;
	}
}

section#flw ol li:last-child {
  margin: 0;
}

section#flw ol li::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% + 100%);
  right: 0;
  bottom: calc(-100% + -10px);
  margin: auto;
  width: 100%;
  height: 0;
	border-bottom: 1px #ccc dotted;
}

section#flw ol li:last-child::after {
  display: none;
}

section#flw ol li p {
	font-size: 1.2rem;
	line-height: 2rem;
}

section#subKey .full {
  padding: 5em 0;
  background: #f7ecec url(common/images/bg_t.png) repeat;
}
@media screen and (max-width: 767px) {
	section#subKey .full {
		padding: 2em 0 1em;
	}
}

section#subKey h2 {
	color: #c13939;
}
section#subKey h2 span {
    border-bottom: 4px #c13939 double;
}

section#subKey .full .inner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

section#subKey .full .inner figure:hover {
	-webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

section#subKey ul {
	overflow: hidden;
	margin: 0 1em;
}

section#subKey ul li {
	float: left;
	margin: 0 1.2% 1.2% 0;
	padding: 1.4%;
	width: 24.1%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	section#subKey ul li {
		margin: 0 2% 2% 0;
		width: 49%;
		border-radius: 0;
	}
	section#subKey ul li:nth-child(2n) {
		margin-right: 0;
	}
}

section#subKey ul li:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	section#subKey ul li:nth-child(4n) {
		width: 49%;
	}
}

section#subKey figure {
	position: relative;
}

section#subKey figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.6em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6rem;
	background-color: rgba( 212, 72, 72, 0.9 );
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

section#cus ul li {
  display: flex;
  margin: 0 0 2em;
}

section#cus ul li:last-child {
  margin: 0;
}

section#cus ul li .img {
	padding: 0 1em 0 0;
	width: 170px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	section#cus ul li .img {
		margin: 0 auto;
		padding: 0;
		width: 100px;
		text-align: center;
	}
}

section#cus ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

section#cus ul li .img img {
	width: 100%;
}

section#cus ul li .textArea {
	position: relative;
	padding: 1.5em;
	width: calc(100% - 170px);
	background: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	section#cus ul li .textArea {
		width: 100%;
	}
}


section#cus ul li .textArea::before{
	content: "";
	position: absolute;
	top: 50px;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

section#cus ul li:nth-child(2n) .textArea::before{
	left: 100%;
	right: 30px;
	border-right: 0;
	border-left: 15px solid #fff;
}

@media screen and (max-width: 767px) {
	section#cus ul li .textArea::before{
		top: 30px;
	}
	section#cus ul li:nth-child(2n) .textArea::before{
		left: 100%;
		right: 30px;
		border-right: 0;
		border-left: 15px solid #fff;
	}
}

section#reason {
}

section#reason h3 {
	min-height: 80px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	section#reason h3 {
		margin-bottom: 20px;
		min-height: auto;
	}
}

section#reason ul.flex4 {
	overflow: hidden;
	display: flex;
}
@media screen and (max-width: 767px) {
	section#reason ul.flex4 {
		flex-direction: column;
	}
}


section#reason ul.flex4 li:nth-child(3) h3,
section#reason ul.flex4 li:nth-child(4) h3 {
	padding-top: 10px;
	box-sizing: border-box;
}

section#reason ul.flex4 li {
	margin-right: 1%;
	padding: 4% 3% 6%;
	width: 25.5%;
	background: #fff url(./common/images/icon_arrow2.png) 50% 96% no-repeat;
	background-size: 20px;
	border: 4px #d0dab5 double;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	section#reason ul.flex4 li {
		margin-bottom: 2%;
		padding: 5% 5% 10%;
		width: 100%;
	}
}

section#reason ul.flex4 li:last-child {
	margin-right: 0;
}

section#reason ul.flex4 li p {
	font-size: 1.4rem;
	line-height: 2.8rem;
}

section#con {
  margin: 0;
  padding: 4em 0;
  background: #eee7cb url(common/images/bg_t.png) repeat;
}
@media screen and (max-width: 767px) {
	section#con {
	  padding: 2em 0;
	}
}

section#con .contact {
	background: #fff;
	padding: 3em;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	section#con .contact {
		margin: 0 1em;
		width: auto;
		box-sizing: border-box;
	}
}

.contactForm button {
	padding: 1em;
    border: none;
    font-size: 1.6rem;
    background: #c13939;
    color: #fff;
    box-sizing: border-box;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.contactForm button {
		width: 100%;
	}
}

footer {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 42px;
	}
}

footer .inner {
}

footer .top {
  padding: 1em;
  background: #f8f8f8;
}

footer .top h2 {
	margin: 0 auto;
	width: 60%
}
@media screen and (max-width: 767px) {
	footer .top h2 {
		width: 100%;
	}
}

footer .top h2 img {
	width: 100%;
}

footer .bottom {
	overflow: hidden;
  padding: 3em 0 2em;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
	footer .bottom {
	  padding: 2em 0 2em;
	}
}

footer .bottom h3 {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}

footer .bottom ul {
	overflow: hidden;
	margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
	footer .bottom ul {
		margin-bottom: 0;
	}
}

footer .bottom ul li {
	display: flex;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px #ccc dotted;
}
@media screen and (max-width: 767px) {
	footer .bottom ul li {
		margin: 0 1em 1em;
		display: block;
	}
}

footer .bottom ul li:last-child {
	margin-bottom: 0;
}

footer .bottom ul li div:first-child {
	width: 100px;
	margin-right: 2%;
}
@media screen and (max-width: 767px) {
	footer .bottom ul li div:first-child {
		width: 100%;
		margin: 0 0 1em;
	}
}

footer .bottom ul li div:first-child h4 {
	padding: 10px;
	color: #fff;
	background: #7799af;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
}

footer .bottom ul li div:last-child {
	width: calc(100% - 100px + 2%);
}
@media screen and (max-width: 767px) {
	footer .bottom ul li div:last-child {
		width: 100%;
	}
}

footer .bottom .number {
	float: left;
	font-size: 1.2rem;
}

footer .bottom .copyright {
	float: right;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	footer .bottom .number,
	footer .bottom .copyright {
		float: none;
		font-size: 1rem;
		text-align: center;
		line-height: 1.4rem;
	}
	footer .bottom .copyWrap {
		padding: 1em 0;
	}
}



/* --------------------------------------------
footer-2 スマホフッター
----------------------------------------------- */
.footerMenu {
	display: none;
	z-index: 2;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.footerMenu {
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		background: #fff;
	}
	.footerMenu .tel {
		float: left;
		margin: 0 0.5% 0 0;
		width: 49.75%;
	}
	.footerMenu .mail {
		float: left;
		margin: 0;
		width: 49.75%;
	}
	.footerMenu .tel img,
	.footerMenu .mail img {
		width: 100%;
	}
}



/* --------------------------------------------
下層ページ共通CSS
----------------------------------------------- */

#subPage article section:first-child {
	padding-top: calc(113px + 4em);
}
@media screen and (max-width: 767px) {
	#subPage article section:first-child {
		padding-top: calc(56px + 1em);
	}
}

#subPage article section:first-child .inner {
	padding: 3em;
	background: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#subPage article section:first-child .inner {
		padding: 1.4em;
	}
}

/* --------------------------------------------
はじめての方へ　beginner
----------------------------------------------- */

#beg .con1 {
	margin: 1.4em 0;
	padding: 1em;
	border: 1px #ccc solid;
}

#beg .con1 ul {
	margin-left: 2em;
}

#beg .con1 ul li {
	list-style-type: disc;
}

#beg .con2 {
	margin-bottom: 2em;
}

#beg .con2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#beg .con2 ul li {
	margin-bottom: 1%;
	width: 24.5%;
}
@media screen and (max-width: 767px) {
	#beg .con2 ul li {
		margin-bottom: 2%;
		width: 100%;
	}
}

#beg .con2 ul li img {
	width: 100%;
}

#beg .caution {
	color: red;
}

/* --------------------------------------------
会社概要　company
----------------------------------------------- */

#com table {
	width: 100%;
	line-height: 2rem;
	font-size: 1.4rem;
	border-collapse: collapse;
}
@media screen and (max-width: 767px) {
	#com table {
		border-left: 0;
	}
}

#com table tr:nth-child(1) th {
	border-top: 5px #b1c6d6 solid;
}
#com table tr:nth-child(1) td {
	border-top: 5px #d2dae0 solid;
}
@media screen and (max-width: 767px) {
	#com table tr th {
		border-top: 3px #b1c6d6 solid !important;
		font-weight: bold;
	}
	#com table tr:nth-child(1) td {
		border-top: 0;
		border-right: 1px #f6f2dd solid;
		border-bottom: 0;
		border-left: 1px #f6f2dd solid;
		background: #fff;
		box-sizing: border-box;
	}
}

#com table th {
	position: relative;
	vertical-align: top;
	padding: 1em;
	border: 1px #b7c3cc solid;
	background: #ebf1f5;
}
@media screen and (max-width: 767px) {
	#com table th {
		border: none;
	}
}

@media screen and (max-width: 767px) {
	#com table tr,
	#com table th,
	#com table td {
		display: block;
	}
}

#com table td {
	vertical-align: top;
	padding: 1em;
	border: 1px #b7c3cc solid;
}
@media screen and (max-width: 767px) {
	#com table td {
		border-top: 0;
		border-right: 1px #f6f2dd solid;
		border-bottom: 0;
		border-left: 1px #f6f2dd solid;
		background: #fff;
		box-sizing: border-box;
	}
	#com table tr:last-child td {
		border-bottom: 1px #f6f2dd solid;
	}
}

/* --------------------------------------------
お問い合わせ　contact
----------------------------------------------- */

.contactForm {
	padding: 0 0 2em;
}

.contactForm .txt1 {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px #ccc dotted;
}

.contactForm .txt2 {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px #ccc dotted;
}


.contactForm ul {
	width: 100%;
}

.contactForm ul li {
	margin-bottom: 0.6em;
	width: 100%;
}
.contactForm ul li:last-child {
	margin-bottom: 0;
}

.contactForm ul li span.cau {
	color: red;
}

.contactForm ul li input,
.contactForm ul li textArea {
	padding: 1em;
	border: none;
	font-size: 1.6rem;
	background: #eee;
	color: #333;
	box-sizing: border-box;
}

.contactForm ul li input.wd100,
.contactForm ul li textArea.wd100 {
	width: 100%;
}

.contactForm ul li input.wd30 {
	width: 30%;
}

.contactForm ul li input.wd28 {
	width: 28%;
}

.contactForm ul li input.wd26 {
	width: 26%;
}
@media screen and (max-width: 767px) {
	.contactForm ul li input.wd26 {
		width: 100%;
	}
}

.contactForm ul li input.wd24 {
	width: 24%;
}

.contactForm ul li input.wd22 {
	width: 22%;
}

.contactForm ul li input.wd20 {
	width: 20%;
}

.contactForm ul li input.name {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.contactForm ul li input.name {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mwform-checkbox-field {
		line-height: 2.6rem;
	}
	ul li span:nth-child(3)::after {
		content: "\A" ;
		white-space: pre ;
	}
	ul li span:nth-child(4) {
		margin-left: 0 !important;
	}
}


/* --------------------------------------------
プライバシーポリシー　policy
----------------------------------------------- */

.ppHr {
	margin: 2em 0;
	border-top: 1px solid #bbb;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.ppHrD {
	margin: 2em 0;
	border-top: 1px dotted #bbb;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
