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

.jun1, .jun2, .jun3, .jun4 {
	flex-direction: row;
}
/* ----------------------------------------- */
/* フレックス用共通ボックス ---------------------------------- */
/* ----------------------------------------- */
.box {
	width: 100%;
	display: flex;
	justify-content: center; /* 水平中央に */
	align-items: flex-start;  /* 垂直中央に */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
/* ----------------------------------------- */
/* メインバナー---------------------------------- */
/* ----------------------------------------- */
.upside-box ,
.siyou-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
/* メインバナー箱サイズ---------------------------------- */
.up-left-box {
	width: 40%;
}
.up-right-box {
	width: 55%;
}
.up-left-box img, .up-right-box img {
	width: 100%;
	height: auto;
}
/* メインバナーマージン---------------------------------- */

.up-right {
	margin-right: 5%;
}


/* ----------------------------------------- */
/* 特長 ---------------------------------- */
/* ----------------------------------------- */

/* 特長文章box---------------------------------- */
.text-box {
	text-align: justify;
	width: 51.5%;
	margin-right: auto;
	margin-left: auto;
}
.text-box h2,
.top-base-naka .s-base-box .text-box h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	line-height: 48px;
	font-weight: 700;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 0em;
	color: #031c3c;
}
.text-box p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: justify;
	margin: 0px;
}
/* 特長画像box---------------------------------- */
.img-box {
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}
.img-box img {
	width: 100%;
	height: auto;
}
.pa-left {
	margin-left: 3.5%;
}
.pa-right {
	margin-right: 3.5%;
}
/* ----------------------------------------- */
/* 使い方 ---------------------------------- */
/* ----------------------------------------- */


/* 使い方メインイメージ ---------------------------------- */
.mid-back {
	background-image: url(../img/image2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.up-top {
	margin-top: 80px;
}
.up-bottom {
	margin-bottom: 100px;
}
/* 使い方タイトル ---------------------------------- */
.text-box h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 55px;
	line-height: 70px;
	font-weight: 700;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	color: #031c3c;
}
/* 使い方白地box ---------------------------------- */
.s-base-box {
	background-color: #FFF;
	width: 85%;
	margin-top: -30px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7.5%;
	padding-left: 7.5%;
}
.top-base-naka .s-base-box h1 {
	height: 80px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back-blue.jpg);
	background-repeat: repeat;
	margin-bottom: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 45px;
	line-height: 80px;
	color: #FFF;
}
.top-base-naka .s-base-box h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 700;
	color: #031c3c;
	font-size: 40px;
	line-height: 60px;
}
.s-base-box p {
.top-base-naka 	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 10px;
	text-align: justify;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 使い方のフレックス用箱 ---------------------------------- */
.s-box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between; /* 水平 */
	align-items: flex-start;  /* 垂直 */
	flex-wrap : wrap;
}
/* 使い方1の48%box ---------------------------------- */
.s-box-naka {
	width: 48%;
	margin-bottom: 20px;
}
/* 使い方のレイアウト -------------------------- */

.s-base-box img, .s-box-naka img, .s-delta-box img {
	width: 100%;
	height: auto;
}
.s-delta-box {
	width: 100%;
	margin-top: 30px;
}

/* 動画boxのレイアウト ----------------- */

.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ----------------------------------------- */
/* お問い合わせヘッダー ---------------------------------- */
/* ----------------------------------------- */

.toi-s-box{
	width: 1000px;
	display: flex;
	justify-content: space-around; /* 水平 */
	align-items: center;  /* 垂直 */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../img/back-blue.jpg);
	background-repeat: repeat;
}
.toi-s-box p a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.toi-s-box p a {
	position: relative;
	transition: .3s;
}
.toi-s-box p a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
.toi-s-box p a:hover::after {
	width: 100%;

}

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

.toi-naka-box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
.toi-naka-box-ma{
	margin-bottom: 70px;}

.top-base .top-base-naka .toi-naka-box h1{
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #031c3c;
}

.top-base .top-base-naka .toi-naka-box p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}
.top-base .top-base-naka .toi-naka-box h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #031c3c;
	margin-top: 0px;
	margin-bottom: 10px;
}
.top-base .top-base-naka .toi-naka-box h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #031c3c;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	letter-spacing: 0.25em;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #031c3c;
	border-bottom-color: #031c3c;
	width: 600px;
}
.top-base .top-base-naka .toi-naka-box h3 a,
.top-base .top-base-naka .toi-naka-box h3 a:visited {
	color: #031c3c;
}
.top-base .top-base-naka .toi-naka-box h3 a:hover {
	color: #a40000;
	border-top-color: #a40000;
	border-bottom-color: #a40000;
}




/* ----------------------------------------- */
/* 会社概要テーブル ---------------------------------- */
/* ----------------------------------------- */
.table001 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.table001 a {
	color: #000;
	text-decoration: underline;
}
.table001 a:hover {
	color: #81d300;
	text-decoration: none;
}
.table001 th, .table001 td {
	padding: 10px;
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	letter-spacing: 0em;
	font-weight: 100;
}
.table001 th, .table001 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table001 th {
	font-weight: 400;
	width: 17%;
	letter-spacing: 0em;
}

/* ----------------------------------------- */
/* グーグルマップ ---------------------------------- */
/* ----------------------------------------- */

.map-box {
	width: 49%;
}

.m-right {
	margin-right: 3%;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/* ----------------------------------------- */
/* フッター ---------------------------------- */
/* ----------------------------------------- */
.foot-box {
	width: 100%;
}
.top-base .top-base-naka .foot-box h1 a{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 35px;
	font-weight: 700;
	color: #D8CBAD;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5px;
}
.top-base .top-base-naka .foot-box h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.top-base .top-base-naka .foot-box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: 0em;
	color: #D8CBAD;
}
.top-base .top-base-naka .foot-box h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #D8CBAD;
}



/* 画面サイズが1300以下の場合に適用 */
@media only screen and (max-width: 1024px) {

/* ----------------------------------------- */
/* 特長1024 ---------------------------------- */
/* ----------------------------------------- */

/* 特長文章box---------------------------------- */

.text-box h2,
.top-base-naka .s-base-box .text-box h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;

}
.text-box p{
	font-size: 14px;
	line-height: 24px;

}
/* ----------------------------------------- */
/* 使い方1024 ---------------------------------- */
/* ----------------------------------------- */

/* 使い方メインイメージ1024 ---------------------------------- */
.mid-back {
	background-image: url(../img/image2-650.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.s-base-box p {
	font-size: 14px;
	line-height: 24px;
}
/* 使い方タイトル ---------------------------------- */
.text-box h3 {
	font-size: 35px;
	line-height: 45px;
}
/* 使い方白地box ---------------------------------- */
.s-base-box {
	background-color: #FFF;
	width: 90%;
	margin-top: -30px;
	padding-top: 25px;
	padding-bottom: 25px;

	padding-right: 5%;
	padding-left: 5%;
}
.top-base-naka .s-base-box h1 {
	height: 50px;
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 50px;
}
.top-base-naka .s-base-box h2 {
	font-size: 30px;
}

/* ----------------------------------------- */
/* お問い合わせヘッダー1024 ---------------------------------- */
/* ----------------------------------------- */

.toi-s-box{
	width: 85%;

}
.toi-s-box p a{
	font-size: 16px;
}

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

.toi-naka-box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.toi-naka-box-ma{
	margin-bottom: 40px;}

.top-base .top-base-naka .toi-naka-box h1{
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
}

.top-base .top-base-naka .toi-naka-box p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.top-base .top-base-naka .toi-naka-box h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}
.top-base .top-base-naka .toi-naka-box h3 {
	font-size: 24px;
	line-height: 50px;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ----------------------------------------- */
/* 会社概要テーブル1024 ---------------------------------- */
/* ----------------------------------------- */

.table001 th, .table001 td, .table002 th, .table002 td {
	padding: 10px;
	font-size: 14px;
	line-height: 24px;

}

.table001 th {
	width: 25%;
}
.gmap {
	padding-bottom: 70%;
}

}



/* 画面サイズが870以下の場合に適用 */
@media only screen and (max-width: 768px) {

/* ----------------------------------------- */
/* メインバナー768---------------------------------- */
/* ----------------------------------------- */
.upside-box ,
.siyou-box {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}
/* メインバナー箱サイズ---------------------------------- */
.up-left-box {
	width: 100%;
}
.up-right-box {
	width: 100%;
}
.up-left-box img, .up-right-box img {
	width: 100%;
	height: auto;
}
/* メインバナーマージン---------------------------------- */
.up-top {
	margin-top: 80px;
}
.up-bottom {
	margin-bottom: 100px;
}
.up-right {
	margin-bottom: 15px;
}	
	
/* ----------------------------------------- */
/* 特長768 ---------------------------------- */
/* ----------------------------------------- */

/* 特長文章box---------------------------------- */

.text-box h2,
.top-base-naka .s-base-box .text-box h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.text-box p{
	font-size: 12px;
	line-height: 20px;

}
/* ----------------------------------------- */
/* 使い方768 ---------------------------------- */
/* ----------------------------------------- */

/* 使い方メインイメージ768 ---------------------------------- */
.mid-back {
	background-image: url(../img/image2-400.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.up-top {
	margin-top: 40px;
}
.up-bottom {
	margin-bottom: 10px;
}
/* 使い方タイトル ---------------------------------- */
.text-box h3 {
	font-size: 30px;
	line-height: 40px;
}
/* 使い方白地box ---------------------------------- */
.s-base-box {
	background-color: #FFF;
	width: 90%;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;

	padding-right: 5%;
	padding-left: 5%;
}
.top-base-naka .s-base-box h1 {
	height: 50px;
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 50px;
}
.top-base-naka .s-base-box h2 {
	font-size: 25px;
}

/* ----------------------------------------- */
/* お問い合わせヘッダー768 ---------------------------------- */
/* ----------------------------------------- */

.toi-s-box{
	width: 85%;

}
.toi-s-box p a{
	font-size: 14px;
}

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


.top-base .top-base-naka .toi-naka-box h1{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.top-base .top-base-naka .toi-naka-box p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
}
.top-base .top-base-naka .toi-naka-box h2{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.top-base .top-base-naka .toi-naka-box h3 {
	font-size: 20px;
	line-height: 40px;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ----------------------------------------- */
/* 会社概要テーブル768 ---------------------------------- */
/* ----------------------------------------- */

.table001 th, .table001 td, .table002 th, .table002 td {
	padding: 5px;
	font-size: 11px;
	line-height: 20px;
}
.table001 th {
	width: 25%;
}
/* ----------------------------------------- */
/* フッター768 ---------------------------------- */
/* ----------------------------------------- */

.top-base .top-base-naka .foot-box h1 a{
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.top-base .top-base-naka .foot-box h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
}



/* 画面サイズが870以下の場合に適用 */
@media only screen and (max-width: 480px) {
	
.jun1 {
	flex-direction: column;
}
.jun2 {
	flex-direction: column-reverse;
}	
	
.text-box p {
	font-size: 12px;
	line-height: 20px;
}

/* メインバナーマージン---------------------------------- */

.up-right {
	margin-right: 0%;
}

/* ----------------------------------------- */
/* 特長480 ---------------------------------- */
/* ----------------------------------------- */

/* 特長文章box---------------------------------- */

.text-box h2,
.top-base-naka .s-base-box .text-box h2 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	text-align: center;
}


/* 特長文章box---------------------------------- */
.text-box {
	width: 100%;
}
/* 特長画像box480---------------------------------- */
.img-box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.img-box img {
	width: 100%;
	height: auto;
}
.pa-left {
	margin-left: 0%;
}
.pa-right {
	margin-right: 0%;
}


/* ----------------------------------------- */
/* 使い方480 ---------------------------------- */
/* ----------------------------------------- */

/* 使い方メインイメージ480 ---------------------------------- */
.mid-back {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.up-top {
	margin-top: 40px;
}
.up-bottom {
	margin-bottom: 10px;
}
/* 使い方タイトル ---------------------------------- */
.text-box h3 {
	font-size: 30px;
	line-height: 40px;
}
/* 使い方白地box ---------------------------------- */
.s-base-box {
	background-color: #FFF;
	width: 90%;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;

	padding-right: 5%;
	padding-left: 5%;
}
.top-base-naka .s-base-box h1 {
	height: 35px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 35px;
}
.top-base-naka .s-base-box h2 {
	font-size: 16px;
	line-height: 25px;
}
/* 使い方1の48%box ---------------------------------- */
.s-box-naka {
	width: 100%;
	margin-bottom: 20px;
}
.s-base-box p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ----------------------------------------- */
/* お問い合わせヘッダー480 ---------------------------------- */
/* ----------------------------------------- */

.toi-s-box{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.toi-s-box p a{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

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



.top-base .top-base-naka .toi-naka-box h2{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.top-base .top-base-naka .toi-naka-box h3 {
	font-size: 16px;
	line-height: 30px;
	width: 85%;
	margin-top: 5px;
	margin-bottom: 0px;
}




/* ----------------------------------------- */
/* 会社概要テーブル480 ---------------------------------- */
/* ----------------------------------------- */

.table001 th, .table001 td {
	padding: 8px;
	font-size: 12px;
	line-height: 16px;
}
.table001 th {
	width: 20%;
}

/* ----------------------------------------- */
/* グーグルマップ480 ---------------------------------- */
/* ----------------------------------------- */

.map-box {
	width: 100%;
}

.m-right {
	margin-bottom: 20px;
	margin-right: 0px;
}
/* ----------------------------------------- */
/* フッター480 ---------------------------------- */
/* ----------------------------------------- */
.foot-box {
	width: 100%;
}

.top-base .top-base-naka .foot-box h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.top-base .top-base-naka .foot-box h3 {
	font-size: 12px;
	line-height: 20px;
	width: 90%;
}
}



/* 画面サイズが870以下の場合に適用 */
@media only screen and (max-width: 375px) {
/* ----------------------------------------- */
/* フッター480 ---------------------------------- */
/* ----------------------------------------- */

.top-base .top-base-naka .foot-box h3 {
	font-size: 12px;
	line-height: 19px;
	width: 100%;
}
}
