@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 {
	background-color: #FFF;
	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: 2em;
}
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;
}

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 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: both;
}
h2,h3,h4 {
	clear: both;
}
/* ------------------------------
 ロード画面用
 css側にて画像サイズ指定必須
------------------------------ */

#logo_loader {
	display: none;
}

/* ------------------------------
 トップボタン
 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.input_box {
	width: 97%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box03 {
	width: 20%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
textarea.input_box {
	width: 95%;
	height: 200px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	padding: 5px 5px;
	font-size: 16px;
}
::-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: 200px 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;
}



body {
	background-image:url(image/bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

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

h1 {
}
h2.index {
	color: #005b5f !important;
}
div.h2_bg {
	width: 100%;
	background-image:url(image/h2_bg.jpg);
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
h2 {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: normal;
	color: #FFF;
}
h3 {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #005b5f;
	font-weight: normal;
	text-align: center;
}
h4 {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #005b5f;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #005b5f;
}
h5 {
	color: #005b5f;
	text-align: left;
}

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

section {
	overflow: hidden;
	text-align: left;
}
section:nth-child(even){
	background-color: #ecf0f1;
}

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

p.center {
	text-align: center;
	clear: both;
}

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

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


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

header {
}

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

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

/* ------------------------------
 トップページ01
------------------------------ */

p.lead01 {
	clear: both;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: normal;
	color: #ed007d;
}

/* ------------------------------
 トップページ02
------------------------------ */

div.index_box02_wrapper {
}
div.index_box02_wrapper div {
	background-color: #FFF;
	border-radius: 10px / 10px;
	border: solid 5px #07bdb7;
	text-align: center;
}
div.index_box02_wrapper div p {
	font-weight: bold;
	color: #05817d;
	margin: 0px auto;
}
div.index_box02_wrapper div p.index_box02_1 {
}

/* ------------------------------
 トップページ03
------------------------------ */

div.index_box03_wrapper {
}
div.index_box03 {
	text-align: left;
	background-color: #ecf0f1;
	border-radius: 10px / 10px;
}
div.index_box03_number {
	border-bottom: solid 2px #ed007d;
}
div.index_box03_number_left {
}
div.index_box03_number_right {
	color: #ed007d;
	font-weight: bold;
}
div.index_box03_text {
	margin: 20px 20px;
}
div.index_box03_text_wrapper01 {
}

div.index_box03_text_wrapper02 {
}

div.index_box03_text_box03 {
}
div.index_box03_text_box03_text {
}
p.index_box03_text_box03_title {
	color: #ed007d;
	font-weight: bold;
}

.m_top01 {
}

/* ------------------------------
 トップページ04
------------------------------ */

div.index_box04 {
	background-color: #FFF;
	border-radius: 10px / 10px;
	border: solid 3px #f8a02d;
}
div.index_box04 p {
}
p.index_box04_title {
	font-weight: bold;
	border-bottom: solid 2px #f8a02d;
}
div.index_box04 ul {
	color: #E10000;
}



/* ------------------------------
 製品紹介
------------------------------ */

div.product_wrapper {
	width: auto;
}
div.product_wrapper div {
	text-align: center;
}
div.product_wrapper div h4 {
	text-align: center !important;
	border: none !important;
}
div.product_wrapper p {
	text-align: left;
}

/* ------------------------------
 素材
------------------------------ */

div.material_wrapper {
	width: auto;
}
div.material_wrapper div {
	border: solid 1px #DDD;
	background-color: #FFF;
	padding: 15px 15px;
}
ul.material {
	list-style: none;
}
ul.material li {
	background-color: #005b5f;
	color: #FFF;
	font-weight: bold;
}

/* ------------------------------
 faq
------------------------------ */

details {
	border: solid 1px #e4f1f7;
	background-color: #ecf5f9;
}
details summary {
	color: #0d3865;
	cursor: pointer;
}
details p {
}
summary {
	list-style: none;
	font-weight: bold;
}

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

div.inq_wrapper {
}
div.inq_wrapper dl {
}
div.inq_wrapper dt {
	font-weight: bold;
	color: #000;
}
div.inq_wrapper dd {
}
div.inq_wrapper dd ul {
	list-style: none;
}
div.inq_wrapper dd li {
}
div.inq_wrapper dd label input {
}
div.inq span.red {
	font-size: 0.6em;
}

input.button {
	-webkit-appearance: none;
}

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

footer {
	overflow: hidden;
	margin: 0 0;
	border-top: solid 5px #07bdb7;
}
footer p {
	clear: both;
}


.smart_only {
	display: none;
}
.hamburger-menu {
	display: none;
}

.slide_menu {
	display: none;
}
#menu-box {
	display: none;
}
.toggle_menu {
	display: none;
}
p.smart_center {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
p.pc_center {
	text-align: center;
	margin: 30px auto !important;
	clear: both;
}



html {
	scroll-padding-top: 80px;
}
body {
	background-size: auto;
}

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

h1 {
	margin: 15px 0;
}
h2.index {
	line-height: 1.5em !important;
	font-size: 30px !important;
	margin-bottom: 50px !important;
	text-align: center;
}
div.h2_bg {
	height: 130px;
	background-size: cover;
	padding-top: 130px;
}
h2 {
	font-size: 40px;
}
h3 {
	line-height: 1.5em;
	font-size: 30px;
	margin-bottom: 30px;
}
h4 {
	line-height: 1.5em;
	font-size: 24px;
	margin-bottom: 20px;
}
h5 {
	color: #005b5f;
	font-size: 20px;
}

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

section p {
	margin: 0 0 30px;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
img.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

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

p.center {
	margin: 50px auto !important;
}

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

div.wrapper {
	max-width: 1000px;
}
section div.wrapper {
	margin: 80px auto !important;
}


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

div.header_fix {
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	background-color: #FFF;
	position: fixed;
	z-index: 999;
}
header {
	height: 80px;
}
header div.wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.header_left {
	width: 220px;
}
div.header_right {
	width: 390px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.header_right div {
	text-align: center;
}
div.header_right div a {
	text-decoration: none;
	display: block;
	color: #FFF;
	height: 70px;
}
div.header_contact {
	width: 245px;
}
div.header_contact p {
	font-size: 20px;
	line-height: 32px;
}
div.header_contact p span {
	font-size: 16px;
}
div.header_contact a {
	background-color: #f8a02d;
}
div.header_upload {
	width: 135px;
}
div.header_upload p {
	font-size: 24px;
	line-height: 70px;
}
div.header_upload a {
	background-color: #07bdb7;
}

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

nav {
	width: 100%;
	height: 50px;
	font-size: 14px;
	overflow: hidden;
	background-image: linear-gradient(transparent 95%, #CCC 5%);
}
nav ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	justify-content: center;
}
nav li {
	text-align: center;
	line-height: 1.5em;
}
nav li a {
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	position: relative;
	display: block;
	box-sizing: border-box;
}

nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #f00066;
	transform: scale(0, 1);
	transition: transform .2s;
}
nav li a:hover::after {
	transform: scale(1, 1);
}
nav li a::after {
	transform-origin: center top;
}
nav a:hover {
	opacity: 1 !important;
}


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

div.topimg {
	padding-top: 130px;
}

/* ------------------------------
 トップページ01
------------------------------ */

p.lead01 {
	line-height: 1.5em;
	font-size: 30px;
	margin: 80px auto 30px;
	text-align: center;
}

/* ------------------------------
 トップページ02
------------------------------ */

div.index_box02_wrapper {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	justify-content: center;
	grid-gap: 10px 20px;
	margin-bottom: 30px;
}
div.index_box02_wrapper div {
	padding: 15px 0;
}
div.index_box02_wrapper div p {
	font-size: 18px;
	line-height: 1.5em;
}
div.index_box02_wrapper div p.index_box02_1 {
	font-size: 22px;
	line-height: 2em;
}

/* ------------------------------
 トップページ03
------------------------------ */

div.index_box03_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.index_box03 {
	margin-bottom: 30px;
}
div.box03_width01 {
	width: 49%;
}
div.box03_width02 {
	width: 100%;
}
div.box03_width03 {
	width: 49%;
}
div.index_box03 p {
	margin: 0 0;
}
div.index_box03_number {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin: 20px 20px;
}
div.index_box03_number_left {
	width: 50px;
}
div.index_box03_number_right {
	font-size: 20px;
	width: 75%;
}
div.index_box03_text {
	margin: 20px 20px;
}
div.index_box03_text_wrapper01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.index_box03_text_wrapper02 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	grid-gap: 10px 10px;
	margin: 20px 0;
	font-size: 14px;
}

div.index_box03_text_box03 {
	width: 48%;
}
div.index_box03_text_box03_text {
	height: 130px;
}
p.index_box03_text_box03_title {
	font-size: 18px;
}

.m_top01 {
	margin-top: 30px;
}

/* ------------------------------
 トップページ04
------------------------------ */

div.index_box04 {
	width: 800px;
	margin: 0 auto 30px;
}
div.index_box04 p {
	margin: 20px 30px;
}
p.index_box04_title {
	font-size: 20px;
	padding-bottom: 10px;
}
div.index_box04 ul {
	margin: 20px 65px !important;
}

/* ------------------------------
 パンくず
------------------------------ */

p.bread {
	font-size: 11px;
	text-align: right;
	margin: 10px 10px !important;
}

/* ------------------------------
 製品紹介
------------------------------ */

div.product_wrapper {
	width: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	grid-gap: 10px 10px;
	margin: 50px auto;
}
div.product_wrapper div {
}
div.product_wrapper p {
	margin: 20px 0;
}

/* ------------------------------
 素材
------------------------------ */

div.material_wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	grid-gap: 20px 20px;
	margin: 50px auto;
}
div.material_wrapper div {
	border: solid 1px #DDD;
	background-color: #FFF;
	padding: 15px 15px;
}
ul.material {
	margin: 10px 0 !important;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.material li {
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px / 5px;
	margin-right: 10px;
}

/* ------------------------------
 faq
------------------------------ */

details {
	margin: 30px 100px;
}
details summary {
	padding: 20px 20px;
}
details p {
	margin: 20px 35px !important;
}
summary {
}

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

div.inq_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.inq_wrapper dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.inq_wrapper dt {
	width: 26%;
	text-align: right;
	padding: 10px 0;
}
div.inq_wrapper dd {
	width: 70%;
	padding: 10px 0;
}
div.inq_wrapper dd ul {
	margin: 0px 10px !important;
}
div.inq_wrapper dd li {
	float: left;
	margin-right: 30px;
}
div.inq_wrapper dd label input {
	margin-right: 10px;
}
div.inq span.red {
}

input.button {
	font-size: 18px;
	padding: 10px 15px;
}

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

footer {
	font-size: 12px;
	padding-bottom: 60px;
}
footer p {
	margin: 40px auto 0;
}

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

div.pagetop {
	bottom: 20px;
}

div.bottom_link {
	display: none;
}
