@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ------------------------------
 PC、SP共通
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}

html {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	color: #111;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
table {
	text-align: left;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	width:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

p {
	line-height: 1.75em;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	line-height: 2em;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}
dl,dt,dd {
	clear: both;
}

span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
.bg_gray {
	background-color: #EEE;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	clear: both;
}
h2,h3,h4 {
	clear: both;
}

/* ------------------------------
 トップボタン
 SP時最下部にボタンつける場合は別クラスで追加指定
 位置はそれぞれ調整
------------------------------ */

div.pagetop {
	width: auto;
	margin: 0;
	position: fixed;
	right: 20px;
	z-index: 900;
	pointer-events: none;
	font-size: 14px;
}
div.pagetop a {
	background-color: #FFF;
	padding: 15px 20px;
	border: solid 1px #BBB;
	text-decoration: none;
	color: #555;
	pointer-events: auto;
}
div.pagetop a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #555;
}


/* ------------------------------
 フォーム
------------------------------ */

input {
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #BBB;
	border-radius: 3px / 3px;
}
input.input_box {
	width: 100%;
	padding: 10px 5px;
	font-size: 16px;
	box-sizing: border-box;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	font-size: 16px;
	box-sizing: border-box;
}
input.input_box03 {
	width: 20%;
	padding: 10px 5px;
	font-size: 16px;
	box-sizing: border-box;
}
textarea.input_box {
	width: 100%;
	height: 200px;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #BBB;
	padding: 10px 5px;
	font-size: 16px;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
	border: solid 1px #BBB;
	font-size: 1em;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 100px auto;
}

/* ------------------------------
 確認画面部分
------------------------------ */

div.wrapper_confirm {
	max-width: 700px;
}
table.formTable {
	width: 100%;
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.formTable th {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px;
	background-color: #EEE;
	font-weight: normal;
}
table.formTable td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 5px 5px;
}

div#formWrap {
	max-width: 700px;
	margin: 0 auto;
}
div#formWrap input {
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
p.error_messe {
	text-align: left;
	color: #F00;
}
p.form_text01 {
	font-weight: bold;
	font-size: 1.2em;
}


/*=====================================================================================
● 共通制作部分
=====================================================================================*/

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	text-align: center;
	margin: 10px 0;
}
h2 {
	font-size: 30px;
	color: #FF0080;
	margin-bottom: 20px;
}

/* ------------------------------
 セクション
------------------------------ */

article {
}
section {
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 0 0 20px;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}
section:nth-child(even) {
	background-color: #EFE3F6;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 30px auto !important;
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 20px auto !important;
	padding: 0 10px;
}
section div {
	overflow: hidden;
	clear: both;
}


/* ------------------------------
 ハンバーガーメニュー
------------------------------ */

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background-color: #555;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
#menu-btn-check {
	display: none;
}

.menu-content {
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 997;
	background-color: rgba(0,0,0,0.85);
	transition: all 0.3s;
	text-align: left;
	overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
}
.menu-content ul {
	padding: 70px 10px 100px;
}
.menu-content ul li {
	border-bottom: solid 1px #AAA;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 16px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: solid 3px #FF0080;
}


/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	margin: 0 auto;
	background-color: #DDD;
}

/* ------------------------------
 コンテンツ02
------------------------------ */

div.box_wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	grid-gap: 10px 10px;
	margin: 20px 20px;
}
div.box {
	text-align: center;
	background-color: #FFF;
	border: solid 1px #DDD;
	border-radius: 5px / 5px;
	padding: 20px 10px;
	box-sizing: border-box;
}
div.box p {
	text-align: left;
	margin-top: 20px;
}

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

div.about_wrapper {
	width: auto;
	margin: 30px auto;
}
div.about_wrapper dl {
	border-bottom: solid 1px #DDD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.about_wrapper dt {
	width: 25%;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
}
div.about_wrapper dd {
	width: 75%;
	padding: 10px 0;
}
div.about_wrapper dd ul {
	margin: 10px 25px;
}

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

div.inq_wrapper {
	width: auto;
	margin: 30px auto;
}
div.inq_wrapper dt {
	font-weight: bold;
	color: #000;
	padding: 10px 0;
}
div.inq_wrapper dd {
	padding: 10px 0;
}
div.inq_wrapper span.red {
	font-size: 0.6em;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
	border: solid 1px #BBB;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	overflow: hidden;
	font-size: 12px;
	margin: 30px 0 0 0;
	border-top: solid 2px #FF0080;
}
footer p {
	clear: both;
	margin: 10px auto;
}

/* ------------------------------
 スマホ最下部用ボタン（2つの時）
------------------------------ */

div.bottom_link {
	background-color: #FFCAFF;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 850;
	padding: 20px 0;
}
div.bottom_link ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	grid-gap: 0 10px;
	margin: 0 10px;
}
div.bottom_link ul li {
	margin: 0 0;
}
div.bottom_link ul li a {
	display: block;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 5px / 5px;
}
div.bottom_link ul li.bottom_link01 a {
	background-color: #edb800;
}
div.bottom_link ul li.bottom_link02 a {
	background-color: #ed6400;
}



/*=====================================================================================
● 画面の横幅が641px以上
=====================================================================================*/

@media screen and (min-width: 641px){

.smart_only {
	display: none;
}
p.smart_center {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
.menu-content {
	width: 50%;
}
#menu-btn-check:checked ~ .menu-content {
	left: 50%;
}


body {
	background-image:url(image/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


/* ------------------------------
 全体
------------------------------ */

div.contents_wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	grid-gap: 10px 0 0;
}
div.pc_left {
	width: 100%;
}
div.smart_main {
	width: 480px;
	height: 100vh;
	overflow: auto;
	background-color: #FFF;
	margin: 0 auto;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
}
div.pc_right {
	width: 100%;
}


/* ------------------------------
 左メニュー
------------------------------ */

div.left_menu {
	max-width: 200px;
	text-align: left;
	margin: 100px auto 0;
}
nav {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	margin: 40px 10px 0;
}
nav ul {
	list-style: none;
}
nav li {
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 10px;
}
nav li a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
}
nav li a::before {
	content: "≫";
	line-height: 40px;
	padding-right: 10px;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	padding-bottom: 100px;
}

/* ------------------------------
 スマホ最下部用ボタン（2つの時）
------------------------------ */

div.bottom_link {
	width: 480px;
}


/* ------------------------------
 トップボタン位置
------------------------------ */

div.pagetop {
	bottom: 20px;
}

}

/*=====================================================================================
● 画面の横幅が640px以下
=====================================================================================*/

@media screen and (max-width:640px){

.pc_only {
	display: none;
}
p.smart_center {
	text-align: center;
	clear: both;
}
.menu-content {
	width: 80%;
}
#menu-btn-check:checked ~ .menu-content {
	left: 20%;
}


body {
	background-color: #FFF;
}

header {
	margin-top: 40px;
}

/* ------------------------------
 全体
------------------------------ */

div.contents_wrapper {
	width: auto;
}
div.pc_left {
	display: none;
}
div.smart_main {
	width: auto;
}
div.pc_right {
	display: none;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	padding-bottom: 130px;
}

/* ------------------------------
 スマホ最下部用ボタン（2つの時）
------------------------------ */

div.bottom_link {
	width: 100%;
}

/* ------------------------------
 トップボタン位置
------------------------------ */

div.pagetop {
	bottom: 120px;
}



}