@charset "UTF-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "M PLUS Rounded 1c",'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	color: #111;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%; width:100%; }
fieldset, img
{ border: 0;}
img
{ /* max-width: 100%; width: 100%; height: auto; */ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; */ }


/* ---------------------------------------------------------------------------

	共通

--------------------------------------------------------------------------- */
/* リンクカラー */
a {
	outline: none;
	color: #0070c9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	opacity:0.6;
}

.hoverOp01 a:hover {
	opacity:1;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* table */
table {
	width:100%;
}

/* strong */
strong {
	color:#ed1b23;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:150%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#ed1b23;
	font-weight:bold;
}

/* エラーページ
----------------------------------------------------------*/
#error {
	margin:0 auto;
	padding-bottom:40px;
}
#error .title {
	padding-bottom:5px;
	color:#3e73b1;
	font-weight:bold;
	font-size:40px;
}
#error .lead01 {
	margin-bottom:20px;
}
#error .lead02 {
	margin-bottom:10px;
	color:#3e73b1;
}
#error .point {
	margin-bottom:8px;
	padding:5px;
	background:#3e73b1;
	color:#fff;
	font-weight:bold;
}
#error ul {
	padding-bottom:20px;
}
#error ul.point {
	background:#efeded;
	color:#000;
	font-weight:normal;
}


/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img {
	opacity:0.7;
}


/* フォーム
----------------------------------------*/
input.short,
input.middle,
input.long,
textarea {
	padding:10px;
	border:none;
	background:#EBEBCD;
	width:100%;
}
input.middle,
input.long,
textarea {
	padding:10px;
	border:none;
	background:#EBEBCD;
	width:100% !important;
}
input.short {
	width:15% !important;
}
textarea {
	height:100px;
}
/* 必須 */
.hissu {
	color:#ce0c0c;
	font-size:12px;
}
/* 任意 */
.nini {
	display:none;
}



/* ---------------------------------------------------------------------------

	スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */

/**{overflow:hidden;} /*スマホで閲覧した時にグラグラしなくなる*/

body {
	font-size:16px;
	line-height:140%;
}
/* P */
p {
	padding-bottom:4%;
	line-height:140%;
}
p:last-child {
	padding-bottom:0;
}


/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
a.btn {
	background:#fff url(../images/common/arrow01.gif) no-repeat 98% 50%;
	color: #000;
	padding: 2% 0;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 2% auto;
	width:60%;
	border:1px solid #000;
	border-radius:20px;
}
a.btn02 {
	background:#fff url(../images/common/arrow01.gif) no-repeat 98% 50%;
	color: #000;
	padding: 2% 0;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 2% auto;
	width:60%;
	border:1px solid #000;
}
a.btn03 {
	background:#ed1c24 url(../images/common/arrow02.gif) no-repeat 98% 50%;
	color: #fff;
	padding: 15px 0;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 2% auto;
	width:100%;
}

a.btn04 {
	background:#fff url(../images/common/arrow01.gif) no-repeat 98% 50%;
	color: #000;
	padding: 15px 0;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto 2% auto;
	width:100%;
}

input.submit {
	background:#fff;
	color: #000;
	padding: 2% 0;
	border:1px solid #000;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto;
	width:60%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:30px;
	border-radius:20px;
}


/* miniTextBox
----------------------------------------------------------*/
.miniTextBox {
	padding:0 4% 8% 4%;
}

/* [sp] ベースの横幅
----------------------------------------------------------*/
.innerBox {
	padding:0 4% 8% 4%;
}
/* 背景色がある場合に使用 */
.innerBox02 {
	padding:4% 0;
}


/* [sp] 背景色
----------------------------------------------------------*/
.innerBoxColor01 {
	background:#000 url(../images/bg01.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}

.innerBoxColor02 {
	background:#000;
}



#home .innerBoxColor02 {
	background:url(../images/bg04.jpg) no-repeat;
	background-size:cover;
	color:#000;
	padding:6% 4%;
	margin-bottom:4%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-radius:10px;
	border:1px solid #ccc;
	margin-top:4%;
}

.innerBoxColor03 {
	background:#000 url(../images/bg02.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}

.innerBoxColor04 {
	background:#000 url(../images/bg03.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	padding-bottom:4%;
	margin-bottom:6%;
}

.innerBoxColor05 {
	background:#000 url(../images/bg05.png) no-repeat center top;
	color:#fff;
	padding:4%;
}

.innerBoxColor06 {
	background:#000 url(../images/bg06.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	margin-bottom:6%;
}

.innerBoxColor07 {
	background:#000 url(../images/bg07.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	margin-bottom:6%;
}

.innerBoxColor08 {
	background:#000 url(../images/bg08.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	margin-bottom:6%;
}

.innerBoxColor09 {
	background:#000 url(../images/bg09.png) no-repeat center top;
	color:#fff;
	padding-top:4%;
	margin-bottom:6%;
}

/* ヘディングタグ
----------------------------------------------------------*/
h1 {
}
h1 img {
	width:50%;
}
h2 {
	margin-bottom:2%;
	padding:10% 0 10%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}
/* 龍馬プロジェクトとは */
h2#conceptH2 {
	background:url(../images/h2_concept_bg.jpg) no-repeat center;
	background-size:cover;
}
/* 活動情報 */
h2#activetH2 {
	background:url(../images/h2_active_bg.jpg) no-repeat center;
	background-size:cover;
}
/* メンバー紹介 */
h2#memberH2 {
	background:url(../images/h2_member_bg.jpg) no-repeat center;
	background-size:cover;
}
/* 参加方法 */
h2#communityH2 {
	background:url(../images/h2_community_bg.jpg) no-repeat center;
	background-size:cover;
}
/* お問い合わせ */
h2#contactH2 {
	background:url(../images/h2_contact_bg.jpg) no-repeat center;
	background-size:cover;
}
/* 新着情報 */
h2#newsH2 {
	background:url(../images/h2_news_bg.jpg) no-repeat center;
	background-size:cover;
}
/* G1東松龍盛塾　第2期生募集 */
h2#g1H2 {
	background:url(../images/h2_g1_bg.jpg) no-repeat center;
	background-size:cover;
}
h3 {
	margin-bottom:2%;
	padding:2% 4%;
	text-align:center;
}
h3 span {
	line-height:120%;
	font-weight:bold;
	font-size:28px;
}

#eventShow h3 {
	text-align:left;
}

h4 {
	margin:0 4% 2% 0;
}
#member h4 {
	margin:0 4% 0 0;
	padding-left:10px;
	border-left:5px solid #fff;
}
h4 span {
	font-size:20px;
	font-weight:bold;
}
h5 {
}






/* [sp] パンくずリスト
----------------------------------------------------------*/
#breadcrumbs {
	padding-bottom:4%;
	line-height:120%;
	font-size:10px;
}
#breadcrumbs .innerBox {
	padding-bottom:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs a {
	padding:0 20px 0 0;
	background: url(../images/common/topic_path.gif) no-repeat 90% 50%;
}

/* [sp] textImgBox01
----------------------------------------*/
.textImgBox01 {
	overflow:hidden;
}
.textImgBox01 li {
	padding:4% 0;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.textImgBox01 li .photo {
	padding-right:4%;
	float:left;
	width:20%;
}
.textImgBox01 li .photo img {
	width:100%;
}
.textImgBox01 li .box {
	float:left;
	width:76%;
}
.textImgBox01 p.name {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox01 table {
	border-collapse:separate;
	border-spacing:2px;
}
.textImgBox01 th {
	padding:2px 6px;
	background:#f2f2f2;
	display:block;
}
.textImgBox01 td {
	padding:2px 6px 6px 6px;
	display:block;
}

/* [sp] textImgBox02
----------------------------------------*/
.textImgBox02 {
}
.textImgBox02 li {
	padding-bottom:6%;
}
.textImgBox02 li .photo {
	padding-bottom:4%;
}
.textImgBox02 li .photo img {
	width:100%;
}
.textImgBox02 p.title {
	padding-bottom:1%;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.textImgBox02 p.sub {
	padding-bottom:4%;
	font-size:16px;
	text-align:center;
}

/* [sp] textImgBox03
----------------------------------------*/
.textImgBox03 {
}
.textImgBox03 {
	overflow:hidden;
}
.textImgBox03 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox03 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox03 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox03 li .photo {
	padding-bottom:5px;
}
.textImgBox03 li .photo img {
	width:100%;
}
.textImgBox03 li p.title {
	padding-bottom:0;
}

/* [sp] textImgBox04
----------------------------------------*/
.textImgBox04 {
	overflow:hidden;
}
.textImgBox04 li {
	padding:4% 0;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.textImgBox04 li .photo {
	padding-right:4%;
	float:left;
	width:20%;
}
.textImgBox04 li .photo img {
	width:100%;
}
.textImgBox04 li .box {
	float:left;
	width:70%;
}
.textImgBox04 li .box p {
	padding-bottom:0;
}

/* [sp] textImgBox05
----------------------------------------------------------*/
.textImgBox05 {
}
.textImgBox05 {
	overflow:hidden;
}
.textImgBox05 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox05 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox05 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox05 li .photo {
	padding-bottom:5px;
}
.textImgBox05 li .photo img {
	width:100%;
}
.textImgBox05 li p.name {
	padding-bottom:0;
	text-align:center;
}

/* [sp] textImgBox06
----------------------------------------*/
.textImgBox06 {
}
.textImgBox06 {
	overflow:hidden;
}
.textImgBox06 li {
	padding:0 4% 6% 0;
	float:left;
	width:48%;
}
.textImgBox06 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox06 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox06 li .photo {
	padding-bottom:5px;
}
.textImgBox06 li .photo img {
	width:100%;
}
.textImgBox06 li p.title {
	padding-bottom:0;
	text-align:center;
}

/* [sp] textImgBox07
----------------------------------------------------------*/
.textImgBox07 {
	padding-bottom:20px;
}
.textImgBox07 .box {
	padding-bottom:10px;
}
.textImgBox07 .bnr {
}
.textImgBox07 .bnr img {
	width:100%;
}
/* お知らせなど */
.textImgBox07 .box li {
	padding-bottom:10px;
	overflow:hidden;
}
.textImgBox07 h3.style04 {
	margin-bottom:10px;
	padding:3px 0 3px 10px;
	border-left:5px solid #248aca;
	font-size:20px;
}
.textImgBox07 h3.style04 span {
	display:block;
	color:#aaa;
	font-weight:normal;
	font-size:10px;
}
.textImgBox07 .box li p {
	padding-bottom:0;
}
.textImgBox07 .box li p.date {
	padding:2px 5px;
	background:#f2f2f2;
	font-size:10px;
}
.textImgBox07 .box li p.title {
	padding:5px 0;
}

/* [sp] textImgBox08
----------------------------------------------------------*/
.textImgBox08 {
}
.textImgBox08 li {
	margin-bottom:10px;
}
.textImgBox08 a {
	padding:30px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.textImgBox08 span {
	padding-top:10px;
	display:block;
	font-weight:normal;
	font-size:11px;
}


/* 3分でわかる龍馬プロジェクト */
.textImgBox08 li#btn01 {
	background:url(../images/concept_photo01.jpg) no-repeat;
	background-size:cover;
}
/* 龍馬プロジェクト発足 */
.textImgBox08 li#btn02 {
	background:url(../images/concept_photo02.jpg) no-repeat;
	background-size:cover;
}
/* 結成の想い */
.textImgBox08 li#btn03 {
	background:url(../images/concept_photo03.jpg) no-repeat;
	background-size:cover;
}
/* 日本が抱えている問題 */
.textImgBox08 li#btn04 {
	background:url(../images/concept_photo04.jpg) no-repeat;
	background-size:cover;
}
/* ビジョンと国是十則 */
.textImgBox08 li#btn05 {
	background:url(../images/concept_photo05.jpg) no-repeat;
	background-size:cover;
}
/* よくある質問 */
.textImgBox08 li#btn06 {
	background:url(../images/concept_photo06.jpg) no-repeat;
	background-size:cover;
}
/* 活動報告 */
.textImgBox08 li#btn07 {
	background:url(../images/community_photo01.jpg) no-repeat;
	background-size:cover;
}
/* メディア掲載 */
.textImgBox08 li#btn08 {
	background:url(../images/community_photo02.jpg) no-repeat;
	background-size:cover;
}
/* 活動履歴一覧 */
.textImgBox08 li#btn09 {
	background:url(../images/community_photo03.jpg) no-repeat;
	background-size:cover;
}
/* 広報誌 */
.textImgBox08 li#btn10 {
	background:url(../images/community_photo04.jpg) no-repeat;
	background-size:cover;
}
/* 講師＆メッセージ */
.textImgBox08 li#btn11 {
	background:url(../images/community_photo05.jpg) no-repeat;
	background-size:cover;
}
/* 入会申し込み */
.textImgBox08 li#btn12 {
	background:url(../images/active_photo01.jpg) no-repeat;
	background-size:cover;
}
/* 応援グッズ */
.textImgBox08 li#btn13 {
	background:url(../images/active_photo02.jpg) no-repeat;
	background-size:cover;
}
/* 活動カンパ */
.textImgBox08 li#btn14 {
	background:url(../images/active_photo03.jpg) no-repeat;
	background-size:cover;
}



.textImgBox08 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox08 a:hover {
	background-color: rgba(255,255,255, 0);
	-webkit-transition:0.7s; /* 透過スピード */
	transition:0.7s;
	opacity:1.0;
}



/* [sp] textImgBox09
----------------------------------------------------------*/
.textImgBox09 {
	padding-bottom:4%;
}
.textImgBox09 .photo {
	padding-bottom:4%;
	text-align:center;
}
.textImgBox09 .photo img {
	width:70%;
}
.textImgBox09 .box {
}
.textImgBox09 .box p {
	line-height:200%;
	font-size:14px;
}
.textImgBox09 .box p.title {
	margin-bottom:4%;
	padding:10px 10px 10px 15px;
	background:#efefef;
	border-left:4px solid #222;
	line-height:120%;
	font-size:16px;
}
.textImgBox09 .box p.sub {
}
.textImgBox09 .box .name {
	text-align:right;
}
.textImgBox09 .box .name img {
	width:70%;
}

/* [sp] textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	padding-bottom:20px;
}
.textImgBox10 .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox10 .photo img {
	width:100%;
}
.textImgBox10 .box {
}
.textImgBox10 .box p.title {
	padding-bottom:10px;
	font-size:18px;
}
.textImgBox10 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
/* テーブル有り */
.textImgBox10 th.title {
	padding:2% 0 2% 2%;
	border-bottom:1px dashed #ccc;
}
.textImgBox10 td.price {
	padding:2% 0 2% 2%;
	border-bottom:1px dashed #ccc;
	text-align:right;
}
.textImgBox10 td.price span {
	text-align:right;
	color:#ae1c1e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}
.textImgBox10 td.price span.sub {
	display:block;
	color:#444;
	font-size:11px;
}

/* [sp] textImgBox11
----------------------------------------------------------*/
.textImgBox11 {
	padding-bottom:20px;
}
.textImgBox11 .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox11 .photo img {
	width:100%;
}
.textImgBox11 .box {
}
.textImgBox11 .box p.title {
	padding-bottom:10px;
	font-size:18px;
}


/* [sp] textImgBox13
----------------------------------------*/
.textImgBox13 {
}
.textImgBox13 li {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:1px solid #d6d6d6;
}
.textImgBox13 li:last-child {
	margin-bottom:0;
	border-bottom:none;
}
.textImgBox13 li .photo {
	padding-bottom:10px;
}
.textImgBox13 li .photo img {
	width:100%;
}
.textImgBox13 p.title {
	padding-bottom:2%;
	font-size:16px;
}
.textImgBox13 p.sub {
	padding-bottom:2%;
	display:block;
	line-height:120%;
	font-weight:normal;
}
.textImgBox13 .body {
}

/* [sp] textImgBox14
----------------------------------------*/
.textImgBox14 {
}
.textImgBox14 {
	overflow:hidden;
}
.textImgBox14 li {
	padding-bottom:50px;
}
.textImgBox14 li p.title {
	margin-bottom:5px;
	padding:5px 10px;
	background:#0058a1;
	color:#fff;
	font-weight:bold;
}
.textImgBox14 li .photo {
	margin:0 auto;
	width:80%;
}
.textImgBox14 li .photo img {
	text-align:center;
	width:100%;
}
.textImgBox14 li .body {
	padding:0 20px;
}


/* [sp] textImgBox15
----------------------------------------*/
.textImgBox15 {
}
.textImgBox15 {
	overflow:hidden;
}
.textImgBox15 li {
	padding-bottom:50px;
}
.textImgBox15 li p.title {
	margin-bottom:5px;
	padding:5px 10px;
	background:#0058a1;
	color:#fff;
	font-weight:bold;
}
.textImgBox15 li th,
.textImgBox15 li td {
	padding:5px 10px;
	display:block;
}
.textImgBox15 li th {
	padding-left:28px;
}
.textImgBox15 li th.no01 {
	background:url(../images/common/arrow_no01.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no02 {
	background:url(../images/common/arrow_no02.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no03 {
	background:url(../images/common/arrow_no03.gif) no-repeat 0 5px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li td.no01,
.textImgBox15 li td.no02,
.textImgBox15 li td.no03 {
	color:#a10008;
	font-weight:bold;
	font-size:16px;
}
.textImgBox15 li td {
	border-bottom:1px solid #e1e1e1;
	text-align:right;
}
.textImgBox15 li .body {
	padding:20px 20px 0 20px;
}


/* [sp] textImgBox16
----------------------------------------*/
.textImgBox16 {
	overflow:hidden;
}
.textImgBox16 li {
	padding:0 4% 0 0;
	float:left;
	width:30%;
}
.textImgBox16 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox16 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox16 li .photo {
	padding-bottom:5px;
}
.textImgBox16 li .photo img {
	width:100%;
}
.textImgBox16 li .box {
	text-align:center;
}
.textImgBox16 li .box p {
	padding:0;
	line-height:150%;
}
.textImgBox16 li p.rank {
	display:none;
}
.textImgBox16 li .box p.name {
}
.textImgBox16 li .box span {
	display:block;
	font-size:11px;
}
.textImgBox16 li p.catch {
	display:none;
}

/* [sp] textImgBox17
----------------------------------------*/
.textImgBox17 {
	padding-bottom:8%;
}
.textImgBox17 .titleText {
	margin-bottom:4%;
	padding:0 0 0 4%;
	border-left:4px solid #ccc;
	font-size:20px;
}
.textImgBox17 .imgBox01 {
	padding-bottom:8%;
}
.textImgBox17 .imgBox02 {
}
.textImgBox17 li {
	padding:4% 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox17 li .photo {
	float:left;
	width:26%;
}
.textImgBox17 li .photo img {
	width:100%;
}
.textImgBox17 li .box {
	float:right;
	width:70%;
}
.textImgBox17 li .box p {
	padding:0;
}
.textImgBox17 li .box p.title {
	padding-bottom:2%;
	font-size:18px;
}
.textImgBox17 li p.catch {
	padding-top:5px;
}

/* [sp] textImgBox18
----------------------------------------------------------*/
.textImgBox18 {
}
.textImgBox18 li {
	margin-bottom:2%;
}
.textImgBox18 a {
	padding:10% 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.textImgBox18 span {
	display:block;
	font-weight:normal;
	font-size:11px;
}

/* btn01 */
.textImgBox18 li#btn01 {
	background:url(../images/company_btn01.jpg) no-repeat;
	background-size: cover;
}
/* btn02 */
.textImgBox18 li#btn02 {
	background:url(../images/company_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox18 li#btn03 {
	background:url(../images/company_btn03.jpg) no-repeat;
	background-size: cover;
}

.textImgBox18 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox18 a:hover {
	background-color: rgba(255,255,255, 0);
}

/* [sp] textImgBox19
----------------------------------------------------------*/
.textImgBox19 {
	margin:0 auto;
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox19 li {
	margin-bottom:8%;
	padding-bottom:10%;
	background:url(../images/yazi.gif) no-repeat center bottom;
	background-size:10%;
	overflow:hidden;
}
.textImgBox19 li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.textImgBox19 .photo {
	float:left;
	width:24%;
}
.textImgBox19 .photo img {
	width:100%;
}
.textImgBox19 .box {
	float:right;
	width:72%;
}
.textImgBox19 .box p.title {
	padding-bottom:0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}
.textImgBox19 .box p.title span {
	color:#ae1c1e;
}

/* [sp] textImgBox20
----------------------------------------------------------*/
.textImgBox20 {
}
.textImgBox20 p.number {
	padding:0;
	float:left;
	width:50%;
	line-height:90%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:100px;
}
.textImgBox20 p.number span {
	display:none;
}
.textImgBox20 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox20 li .photo {
	padding-bottom:4%;
	float:right;
	width:50%;
}
.textImgBox20 li .photo img {
	width:100%;
}
.textImgBox20 li .body {
	clear:both;
}
.textImgBox20 li .title {
	padding-bottom:4%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}

/* [sp] textImgBox21
----------------------------------------------------------*/
.textImgBox21 {
	margin-bottom:20px;
}
.textImgBox21 li {
	padding-bottom:10px;
}
.textImgBox21 li a {
	padding:9px 0 6px 30px;
	background:#ffd232 url(../images/common/arrow01.gif) no-repeat 15px 12px;
	display:block;
	text-decoration:none;
	color:#222;
}
.textImgBox21 li a:hover {
	background:#ffe898 url(../images/common/arrow01.gif) no-repeat 15px 12px;
}

/* [sp] textImgBox22
----------------------------------------*/
.textImgBox22 {
	overflow:hidden;
}
.textImgBox22 img {
	width:100%;
}
.textImgBox22 li {
	padding-right:3%;
	float:left;
	width:31%;
}
.textImgBox22 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox22 li:nth-child(3n+1) {
	clear:both;
}

/* [sp] textImgBox23
----------------------------------------------------------*/
.textImgBox23 {
	padding-bottom:4%;
}
.textImgBox23 li {
	margin-bottom:4%;
	padding:8% 0;
	background:#333;
	background-size:30%;
	text-align:center;
	color:#fff;
}
.textImgBox23 span {
	display:block;
	font-size:12px;
}

/* [sp] textImgBox24
----------------------------------------------------------*/
.textImgBox24 {
	padding-bottom:4%;
}

/* textImgBox14 */
.textImgBox24 .textImgBox14 {
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li {
	padding-bototm:4%;
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox24 .textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox24 .textImgBox14 li p.title {
	margin-bottom:2%;
	padding:0;
	background:none;
	text-indent:inherit;
	color:#fff;
	font-size:16px;
}
.textImgBox24 .textImgBox14 li .photo {
	padding-bottom:2%;
	float:left;
	width:27%;
}
.textImgBox24 .textImgBox14 li .photo img {
	border-radius:10px;
	text-align:center;
	width:100%;
}
.textImgBox24 .textImgBox14 li .body {
	padding:0;
	float:right;
	width:70%;
	text-align:left;
}
/* カラータイトル01 */
.textImgBox24 .textImgBox14 li.bg01 p.title {
	background:#1a889f;
}
/* カラータイトル02 */
.textImgBox24 .textImgBox14 li.bg02 p.title {
	background:#ea5514;
}
/* カラータイトル03 */
.textImgBox24 .textImgBox14 li.bg03 p.title {
	background:#345700;
}

/* 共通 */
.textImgBox24 .box {
	margin:0 auto;
	padding:4% 4% 0 4%;
	border:1px solid #ccc;
	border-radius:10px;
	text-align:center;
}

/* タグ */
.textImgBox24 .type01 span,
.textImgBox24 .type02 span,
.textImgBox24 .type03 span {
	padding:2% 4%;
	color:#fff;
}
.textImgBox24 .type01 span {
	background:#1a889f;
}
.textImgBox24 .type02 span {
	background:#ea5514;
}
.textImgBox24 .type03 span {
	background:#345700;
}

/* stepStart */
.textImgBox24 .stepStart {
	text-align:left;
}
/* 枠線01 */
.textImgBox24 .step01 {
	border:5px solid #1a889f;
}
/* 枠線02 */
.textImgBox24 .step02 {
	border:5px solid #f00;
}
.textImgBox24 .box .title {
	padding-bottom:4%;
	background-position:center;
	font-size:22px;
}

/* 写真テキスト */
.textImgBox24 .photoBox {
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox24 .photoBox .photo {
	float:left;
	width:27%;
}
.textImgBox24 .photoBox .photo img {
	border-radius:10px;
	width:100%;
}
.textImgBox24 .photoBox .textBox {
	text-align:left;
	float:right;
	width:70%;
}
.textImgBox24 .photoBox dl {
	margin-top:4%;
}
.textImgBox24 .photoBox dt {
	padding-bottom:2%;
	background-size:20px;
	color:#f62837;
}
.textImgBox24 .photoBox dd {
	padding-bottom:8%;
}
/* 矢印 */
.textImgBox24 .yazi {
	padding:4% 0;
	text-align:center;
}
.textImgBox24 .yazi img {
	width:30px;
}

/* [sp] textImgBox25
----------------------------------------------------------*/
.textImgBox25 {
	padding:4%;
	background:#ae1c1e;
	color:#fff;
}
.textImgBox25 #telBox {
}
.textImgBox25 #telBox p {
	padding-bottom:0;
}
.textImgBox25 #telBox p.tel {
}
.textImgBox25 #telBox .tel span {
	padding:1% 0 2% 12%;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:10%;
	display:block;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:34px;
}
.textImgBox25 .photo {
	text-align:center;
}
.textImgBox25 .photo img {
	width:100%;
}
/* リンク */
.textImgBox25 #telBox a {
	color:#fff;
}


/* [sp] textImgBox26
----------------------------------------*/
.textImgBox26 {
	overflow:hidden;
}
.textImgBox26 .photo {
	padding-bottom:4%;
}
.textImgBox26 .photo img {
	width:100%;
}
.textImgBox26 .box {
}
.textImgBox26 p.rank {
	padding-bottom:2%;
}
.textImgBox26 .rank span {
    margin-right:4%;
    padding:2% 4%;
    background:#999 none repeat scroll 0% 0%;
	line-height:220%;
    color:#fff;
}
.textImgBox26 .box p.title {
	margin-bottom:4%;
	padding-bottom:2%;
	border-bottom: 1px solid #CCC;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:20px;
}
.textImgBox26 .box p.catch {
	padding-bottom:4%;
	line-height:130%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:16px;
}
/* thum */
.textImgBox26 .thum {
	overflow:hidden;
}
.textImgBox26 .thum li {
	padding-right:5%;
	float:left;
	width:30%;
}
.textImgBox26 .thum li:last-child {
	padding-right:0;
}
.textImgBox26 .thum li img {
	width:100%;
}

/* [sp] textImgBox27
----------------------------------------*/
.textImgBox27 {
}
.textImgBox27 li {
	margin-bottom:4%;
	padding:4%;
	border:1px solid #ccc;
}
.textImgBox27 li .photo {
	padding-bottom:4%;
	text-align:center;
}
.textImgBox27 li .photo img {
	width:50px;
}
.textImgBox27 p.rank {
	padding-bottom:0;
}
.textImgBox27 p.name {
	padding-bottom:4%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.textImgBox27 p.catch {
	padding-bottom:4%;
}
/* リンク */
.textImgBox27 a.btn {
	margin-bottom:0;
	padding:2% 0;
	width:100%;
	font-size:12px;
}

/* [sp] textImgBox28
----------------------------------------------------------*/
.textImgBox28 {
	overflow:hidden;
}
.textImgBox28 li {
	padding:4%;
	overflow:hidden;
}
.textImgBox28 p {
	padding-bottom:0;
}
.textImgBox28 p.date {
	float:left;
	width:20%;
	font-size:11px;
}
.textImgBox28 p.icon {
	float:left;
	width:30%;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.textImgBox28 p.title {
	clear:both;
}

/* アイコンカラー */
.textImgBox28 p.bg01 {
	background:#666;
}
.textImgBox28 p.bg02 {
	background:#e60012;
}


/* 偶数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n){
	background:#f3f3f3;
}

/* 奇数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n+1) td {
	background:#fff;
}

/* textImgBox31
----------------------------------------*/
.textImgBox31 {
	overflow:hidden;
}
.textImgBox31 li {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox31 li .photo {
	float:left;
	width:36%;
}
.textImgBox31 li .photo img {
	width:100%;
}
.textImgBox31 li .box {
	float:right;
	width:60%;
	line-height:100%;
}
.textImgBox31 li .box p {
	padding:0;
	line-height:100%;
}
.textImgBox31 li .rank {
	padding:2px 7px;
	border-radius:4px;
	background:#222;
	line-height:100%;
	color:#fff;
	font-size:11px;
}
.textImgBox31 li .box p.name {
	padding:15px 0 5px 0;
	font-weight:bold;
	font-size:18px;
}
.textImgBox31 li .box p.name span {
	display:block;
	color:#999;
	line-height:190%;
	font-weight:normal;
	font-size:11px;
}
.textImgBox31 li p.catch {
	padding-bottom:10px;
	font-size:11px;
}
/* SNS */
.textImgBox31 li .sns {
	overflow:hidden;
}
.textImgBox31 li .sns li {
	margin-bottom:0;
	padding:0 2% 0 0;
	border-bottom:none;
	width:20%;
	float:left;
}
.textImgBox31 li .sns img {
	width:100%;
}

/* textImgBox32
--------------------------------------------------------*/
.textImgBox32 {
}
.textImgBox32 a {
	color:#333;
}
.textImgBox32 p {
	padding-bottom:0;
}
.textImgBox32 li {
	padding:4%;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.textImgBox32 li:first-child {
	padding-top:0;
}
/* 画像 */
.textImgBox32 .photo {
	float:left;
	width:100px;
}
.textImgBox32 .photo img {
	width:100px;
	height:75px;
}
.textImgBox32 .body {
	padding-left:4%;
	float:left;
	width:62%;
}
/* 日付 */
.textImgBox32 .date {
	padding-bottom:5px;
	color:#999;
	font-size:11px;
}
/* カテゴリー */
.textImgBox32 .cate {
	padding:1% 4% 0 4%;
	border:1px solid #ED1B23;
	float:left;
	font-size:11px;
}
/* サブタイトル */
.textImgBox32 .sub {
	color:#f00;
	font-size:12px;
}
/* タイトル */
.textImgBox32 .title {
	clear:both;
}

/* textImgBox33
--------------------------------------------------------*/
.textImgBox33 {
	overflow:hidden;
}
.textImgBox33 li {
	padding:0 4% 4% 4%;
}
.textImgBox33 img {
	width:100%;
}


/* textImgBox34
----------------------------------------------------------*/
.textImgBox34 {
	padding-bottom:8%;
	overflow:hidden;
}
.textImgBox34 li {
	border-bottom:1px solid #fff;
}
.textImgBox34 a {
	padding:10% 0 4% 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
}
.textImgBox34 p {
	line-height:100%;
}
.textImgBox34 span.cate {
	padding:3px 20px 5px 20px;
	border:2px solid #fff;
	font-weight:bold;
	font-size:14px;
}
.textImgBox34 p.title {
	padding:4% 0 2% 0;
	font-weight:bold;
	font-size:22px;
}
.textImgBox34 p.catch {
	font-size:12px;
}
/* btn01 */
.textImgBox34 li#btn01 {
	background:url(../images/top/top_photo01.jpg) no-repeat;
	background-size:cover;
}
/* btn02 */
.textImgBox34 li#btn02 {
	background:url(../images/top/top_photo02.jpg) no-repeat;
	background-size:cover;
}
/* btn03 */
.textImgBox34 li#btn03 {
	background:url(../images/top/top_photo03.jpg) no-repeat;
	background-size:cover;
}
.textImgBox34 a {
	background-color: rgba(0,0,0, 0.6);
}

/* textImgBox35
----------------------------------------------------------*/
.textImgBox35 {
}
.textImgBox35 li {
	padding:4% 0 2%;
	border-bottom:1px dashed #999;
	overflow:hidden;
}
.textImgBox35 p {
	padding-bottom:0;
	border-radius:4px;
}
.textImgBox35 p.date {
	padding-top:3px;
	padding-bottom:2%;
	color:#999;
	font-size:11px;
	float:left;
	margin-right:10px;
}
.textImgBox35 .box {
	clear:both;
	margin-top:5px;
}
.textImgBox35 .title {
	padding-bottom:2%;
}
.textImgBox35 .icon {
	margin-right:1%;
	padding:1px 5px 2px 5px;
	text-align:center;
	color:#fff;
	font-size:11px;
}

/* [sp] textImgBox55
----------------------------------------------------------*/
.textImgBox55 {
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox55 .photo {
	float:left;
	width:35%;
	text-align:center;
}
.textImgBox55 .photo img {
	width:100%;
}
.textImgBox55 .box {
	float:right;
	width:61%;
}
.textImgBox55 .box p {
}
.textImgBox55 .box p.title {
	padding-bottom:10px;
	font-size:20px;
}

/* カテゴリ親 */
.bg1 {
	background:#222;
	color:#fff;
}
.bg12 {
	background:#222;
	color: #fff;
}
/* 中国ブロック */
.bg8 {
	background:#f39600;
	color:#fff;
}
/* 九州・沖縄ブロック */
.bg10 {
	background:#e60012;
	color:#fff;
}
/* 全国会 */
.bg11 {
	background:#222;
	color:#fff;
}
/* 北信越ブロック */
.bg4 {
	background:#009e95;
	color:#fff;
}
/* 北海道ブロック */
.bg2 {
	background:#00aeeb;
	color:#fff;
}
/* 四国ブロック */
.bg9 {
	background:#eb6c81;
	color:#fff;
}
/* 東北ブロック */
.bg3 {
	background:#796bae;
	color:#fff;
}
/* 東海ブロック */
.bg5 {
	background:#8fc31f;
	color:#fff;
}
/* 関東ブロック */
.bg6 {
	background:#005bac;
	color:#fff;
}
/* 関西ブロック */
.bg7 {
	background:#d6ca12;
	color:#fff;
}

/* [sp] box_switch01
----------------------------------------------------------*/
.box_switch01 {
}
	.switchNav01 {
		display: block;
		width: 100%;
		height: auto;
		border-left: none;
	}
		.switchNav01 li {
			display: block;
			float: none;
			margin-top: 10px;
			border: none;
			background: none;
		}
		.switchNav01.col2 li { width: 100%; }
			.switchNav01 li .tit {
				background-color: #333;
				background-image: url(../img/ico/ico_open01_sp.png);
				background-size: 16px 16px;
				background-repeat: no-repeat;
				background-position: 15px center;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
			}
			.switchNav01 li.open .tit {
				background-color: #333;
				background-image: url(../img/ico/ico_close01_sp.png);
			}
				.switchNav01 li .tit a,
				.switchNav01 li .tit a:hover, 
				.switchNav01 li .tit a:focus,
				.switchNav01 li.current .tit a {
					padding: 20px 45px;
					background-color: transparent;
					color: #fff;
					font-size: 128.57%;
					text-align: center;
				}
		.switchNav01 li .content {	
			padding: 15px;
			border: 4px solid #333;
		}
		.box_switch01 .contentBox01 {
			display: none;
		}

/* [sp] googleMapBox
----------------------------------------------------------*/
.googleMapBox {
}
.googleMapBox iframe {
	display:none;
}
.googleMapBox .spMap {
	text-align:center;
}

/* [sp] textList01
----------------------------------------*/
.textList01 {
}
.textList01 li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.textList01 li p {
	padding-bottom:0;
}
.textList01 li .date {
	font-size:11px;
}
.textList01 li .title {
}


/* [sp] topNews01
----------------------------------------------------------*/
#topNews01 {
}
#topNews01 p.newsTitle {
	margin:0 -4%;
	padding:2% 4%;
	background:#345700;
	color:#fff;
}
#topNews01 ul {
}
#topNews01 p {
	padding-bottom:0;
}
#topNews01 li {
	padding:4%;
	border-bottom:1px solid #c7c7c7;
	overflow:hidden;
}
#topNews01 .date {
	float:left;
	width:20%;
	font-size:12px;
}
#topNews01 .cate {
	padding:1% 0;
	background:#222;
	float:left;
	width:30%;
	text-align:center;
	line-height:1.0;
	color:#fff;
	font-size:11px;
}
#topNews01 .body {
	clear:both;
}
/* お知らせ */
#topNews01 .cate01 {
	background:#222;
}
/* 施工事例 */
#topNews01 .cate02 {
	background:#345700;
}
/* イベント */
#topNews01 .cate03 {
	background:#ff9900;
}

/* [sp] bnrLink01
----------------------------------------------------------*/
.bnrLink01 {
	padding-bottom:20px;
	text-align:center;
}
.bnrLink01 img {
	width:100%;
}

/* [sp] アコーディオン
----------------------------------------------------------*/
.trigger {
	margin-bottom:15px;
	padding:10px 15px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	   -moz-box-shadow: 0 7px 6px -6px #777;
	        box-shadow: 0 7px 6px -6px #777;
}
.open-close {
	padding:0 7px;
	background:rgb(202,36,55);
	border-radius:50%;
	float:right;
	color:#fff;
}

/* [sp] contents
----------------------------------------*/
#contents {
}

/* [sp] YouTube
----------------------------------------------------------*/
.videoContainer {
	margin-bottom:4%;
	position:relative;
	padding:30px 0 56.25% 0;
	height:0;
	overflow:hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* [sp] GoogleMap埋込み
----------------------------------------------------------*/
.iframeMap {
	display:none;
}
.mapBtn {
	text-align:center;
}
.mapBtn img {
	width:70%;
}

/* [sp] box01
----------------------------------------------------------*/
.box01 {
	padding:20px 0 20px 0;
	overflow:hidden;
}

/* img100
----------------------------------------------------------*/
.img100 img {
	width:100%;
}

/* [sp] [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:4%;
	width:100%;
}
table.style01 tr {
	border-bottom:1px solid #999;
}
table.style01 th {
	padding:4%;
	vertical-align:top;
	font-weight:bold;
	width:30%;
}
table.style01 td {
	padding:4%;
	vertical-align:top;
}

/* [sp] [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:4%;
	width:100%;
}
table.style02 tr {
	border-bottom:1px solid #999;
}
table.style02 th {
	padding:4%;
	vertical-align:top;
	font-weight:bold;
	width:35%;
}
table.style02 td {
	padding:4%;
	vertical-align:top;
}

/* [TABLE] style03
----------------------------------------------------------*/
table.style03 {
	margin-bottom:20px;
	width:100%;
}
table.style03 th {
	padding:4% 4% 1% 4%;
	display:block;
	vertical-align:top;
	font-weight:bold;
}
table.style03 td {
	padding:0 4% 4% 4%;
	border-bottom:1px solid #ccc;
	display:block;
	vertical-align:top;
}

/* [TABLE] style04
----------------------------------------------------------*/
table.style04 {
	margin-bottom:20px;
	width:100%;
}
table.style04 th {
	padding:4% 0 0 0;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#contact table.style04 th {
	white-space: nowrap;

}
table.style04 td {
	padding:4% 4% 0 4%;
	border:none;
	vertical-align:top;
}

/* フォーム
----------------------------------------*/
table.style04 input.short,
table.style04 input.middle,
table.style04 input.long,
table.style04 textarea {
	padding:10px;
	border:1px solid #fff;
	background:none;
	width:100%;
	color:#fff;
}
table.style04 input.middle,
table.style04 input.long,
table.style04 textarea {
	padding:10px;
	border:1px solid #fff;
	background:none;
	width:90% !important;
	color:#fff;
}
table.style04 input.short {
	width:20% !important;
}
table.style04 textarea {
	height:100px !important;
}

table.style04 input.submit {
	background:#ed1c24;
	color: #fff;
	padding: 2% 0;
	border:none;
	text-decoration:none;
	display:block;
	text-align:center;
	margin:0 auto;
	width:100%;
	font-family: "M PLUS Rounded 1c",'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	line-height:30px;
	border-radius:0;
}




/* [sp] [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin-left:4%;
	list-style-type:disc;
}
ul.style01 li {
	padding-bottom:4%;
}
ul.style01 li:last-child {
	padding-bottom:0;
}

/* [sp] [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin-left:4%;
	list-style-type:decimal;
}
ol.style01 li {
	padding-bottom:4%;
}
ol.style01 li:last-child {
	padding-bottom:0;
}

/* [sp] innerBox
----------------------------------------*/
.innerBox {
	padding-bottom:30px;
}

/* [sp] パンくずリスト
----------------------------------------------------------*/
#breadcrumb {
	padding:10px 0 30px 0;
}
#breadcrumb li {
	display:inline;
}
#breadcrumb a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}

/* [sp] tableWidthBox01
----------------------------------------------------------*/
.tableWidthBox01 {
	margin-bottom:30px;
	width: 100%;
	overflow-x: auto;
}
.tableWidthBox01 table {
	width: 960px;
}
.tableWidthBox01 table th,
.tableWidthBox01 table td {
	display:table-cell;
}
.tableWidthBox01 table th {
	padding:5px 10px;
	border-bottom:1px solid #dfdfdf;
	background:#fff;
	vertical-align:top;
}
.tableWidthBox01 table td {
	padding:5px 10px;
	border-bottom:1px solid #dfdfdf;
	vertical-align:top;
}

/* [sp] tableWidthBox02
----------------------------------------------------------*/
.tableWidthBox02 {
}
.tableWidthBox02 table.style01 {
	border-collapse: collapse;
	border-spacing:0 !important;
	display: block;
	position: relative;
}
.tableWidthBox02 table.style01 thead {
	display: block;
	float: left;
}
.tableWidthBox02 table.style01 tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
.tableWidthBox02 table.style01 thead th {
	background: #ffc;
	display: block;
}
.tableWidthBox02 table.style01 tbody td {
	display: block;
}
.tableWidthBox02 table.style01 tbody tr {
	display: inline-block;
}
.tableWidthBox02 table.style01 th:not(:last-child) {
	border-bottom: none;
}
.tableWidthBox02 table.style01 td:not(:last-child) {
	border-bottom: none;
}
.tableWidthBox02 table.style01 td {
	border-left: none;
}
/* デザイン */
.tableWidthBox02 table.style01 th {
	padding:5px 10px;
	border:1px solid #dfdfdf;
	vertical-align:top;
	font-weight:bold;
}
.tableWidthBox02 table.style01 td {
	padding:5px 10px;
	border:1px solid #dfdfdf;
	vertical-align:top;
}


/* [sp] header fixedBox
----------------------------------------------------------*/
header#fixedBox {
	padding:4%;
	overflow:hidden;
}
header#fixedBox h1 {
	color:#aaa;
	font-size:11px;
}

/* h1専用 */
#headerH1 {
	background:#a0d468;
	height:45px;
}
#headerH1 h1 {
	padding:2% 60px 0 4%;
	line-height:100%;
	color:#fff;
	font-size:11px;
}

/* [sp] logo */
header#fixedBox #logo {
	padding-right:4%;
	width:60%;
}
header#fixedBox #logo img {
	width:100%;
}
/* box01 */
header#fixedBox .box01 {
	display:none;
}

/* [sp] gNavi */
header#fixedBox .sp {
	display:block;
}
header#fixedBox #menuBtn {
	position: fixed;
	top: 10px;
	right: 5px;
	width: 45px;
	height: 45px;
	z-index: 100;
}
header#fixedBox #menuBtn img {
	width:100%;
}
header#fixedBox .spMenu {
	position:fixed;
	top:55px;
	left:0px;
	z-index:100;
	display:none;
	width:100%;
	max-width:640px;
	background:#000;
}
header#fixedBox .spMenu ul {
	width:100%;
}
header#fixedBox .spMenu li a {
	display:block;
	padding:20px 15px;
	border-bottom:1px solid #8f8f8f;
	background:url(../images/sp/ico_arrow01.png) no-repeat 96% 50%;
	background-size:5px;
	color:#fff;
	font-size:1.0em;
	text-decoration:none;
}

/* トップページ
----------------------------------------------------------*/
#home {
}

/* メイン画像 */
#home h2 {
	margin:0;
	padding:0;
}
#home h2 img {
	width:100%;
}

#home h3 {
	margin:0;
}

#home h4 {
	margin:2% 4% 2% 0;
	padding-left:0;
	border-left:none;
}
#home h4 span {
	font-size:24px;
	font-weight:bold;
	line-height:140%;
}


#home .ryomaBtn {
	margin:0 auto 4% auto;
	padding:4% 0;
	border-radius:4px;
	background:#ed1b23 url(../images/common/arrow02.gif) no-repeat 98% 50%;
	background-size:10px;
	text-align:center;
	text-decoration:none;
	display:block;
	width:92%;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}

/* 活動スケジュール */
#home #topCalendar {
	padding:4%;
}
#home #topCalendar .calendar {
}
#home #topCalendar .calendar iframe {
	width:100%;
	height:400px;
}
#home #topCalendar .box {
	padding-bottom:4%;
}
#home #topCalendar .box p.title {
	margin:0 -4% 4% -4%;
	padding:2% 4%;
	background:#222;
	color:#fff;
	line-height:190%;
	font-weight:bold;
	font-size:16px;
}
#home #topCalendar a.btn02 {
	width:50%;
}

#home .kokutei li {
	margin-bottom:4%;
}

#home .kokutei li span {
	font-weight:bold;
	display:block;
	font-size:16px;
}

#home .kokutei li:last-child {
	padding-bottom:4%;
}

#home .name {
	width:60%;
	float:right;
}

#home .name img {
	width:100%;
}

#snsBox {
	overflow:hidden;
	width:100%;
	margin-bottom:2%;
	margin-top:-2%;
}

#snsBox ul{
	overflow:hidden;
}
#snsBox li{
	width:31.8%;
	float:left;
	text-align:center;
	margin-right:2%;
	line-height:250%;
	margin-top:2%;
	padding-bottom:0;
}
#snsBox li:nth-child(3n) {
	margin-right:0;
}
#snsBox li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
	
#share {
	background:#355394;
}

#line {
	background:#02ba02;
}

#twitter {
	background:#1da1f3;
}

/* [sp] メディア掲載
----------------------------------------------------------*/
#media {
}
#media td img {
	width:50%;
}


/* G1
----------------------------------------------------------*/
#g1 {
}

/* プログラム */
#g1 table.programTable {
	margin-bottom:4%;
	font-size:12px;
}
#g1 table.programTable th {
	padding:5px;
	border:1px solid #ccc;
	background:#efefef;
	vertical-align:top;
}
#g1 table.programTable td {
	padding:5px;
	border:1px solid #ccc;
	vertical-align:top;
}
#g1 table.programTable th.date {
	background:#222;
	width:100px;
	color:#fff;
}
#g1 table.programTable td.time {
	background:#efefef;
	text-align:center;
	width:100px;
}
#g1 table.programTable td.message {
}

/* タイトル */
#g1 table.programTable td.message p.title {
	margin-bottom:5px;
	padding:0 0 2px 5px;
	border-left:5px solid #ed1b23;
	line-height:120%;
	font-weight:bold;
	font-size:16px;
}
#g1 table.programTable td.message li {
	padding-bottom:20px;
	overflow:hidden;
}
#g1 table.programTable td.message li:last-child {
	padding-bottom:0;
}
/* 写真 */
#g1 table.programTable td.message .photo {
	float:left;
	width:10%;
}
#g1 table.programTable td.message .photo img {
	width:100%;
}
/* 内容 */
#g1 table.programTable td.message .body {
	float:right;
	width:86%;
}
#g1 table.programTable td.message .body p.subTitle {
	margin-bottom:5px;
	padding:2px 10px;
	background:#222;
	color:#fff;
	font-size:14px;
}
#g1 table.programTable td.message .body p.rank {
	padding-bottom:5px;
	line-height:140%;
}
#g1 table.programTable td.message .body p.name {
	line-height:100%;
	font-weight:bold;
}

/* [sp] 活動履歴一覧
----------------------------------------------------------*/
#history {
}
#history table.style03 {
}
#history th {
	color:#999;
	font-weight:normal;
	font-size:11px;
}
#history td {
}

/* [sp] 活動報告（一覧）
----------------------------------------------------------*/
#event {
}
#event .textImgBox35 {
	margin-bottom:4%;
}

/* [sp] 活動報告（詳細）
----------------------------------------------------------*/
#eventShow {
}

/* dateBox */
#eventShow .dateBox {
	margin:0 auto;
	padding:0;
	overflow:hidden;
	line-height:170%;
	font-size:11px;
}
#eventShow .dateBox li.date {
	padding-right:10px;
	float:left;
	padding-top:7px;
}
#eventShow .dateBox li.icon {
	margin-right:2%;
	padding:1% 4%;
	border-radius:2px;
	text-align:center;
	float:left;
	width:25%;
}
#eventShow .dateBox li.icon:last-child {
	margin-right:0;
}
#eventShow .dateBox li.bg01 {
	border:1px solid #ccc;
}
#eventShow img {
	width:100%;
	height:auto;
}


/* 最新の活動報告 */
#eventShow #event {
	padding-top:60px;
	border-top:1px solid #dcdcdc;
}

/* [sp] pager
----------------------------------------------------------*/
#pager {
	margin-top:8%;
	text-align:center;
}
#pager a {
	margin-right:5px;
	padding:5px 10px;
	border:1px solid #000;
	background:#000;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	margin-top:10px;
}
#pager a:hover {
	opacity:0.6;
}
/* カレント */
#pager span.current {
	margin-right:5px;
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	text-decoration:none;
	color:#000;
}

/* [sp] 応援グッズ
----------------------------------------------------------*/
#goods {
}
#goods .textImgBox04 li {
	margin-bottom:4%;
	padding:4%;
	border:1px solid #ccc;
}
#goods .textImgBox04 p {
	line-height:150%;
}
#goods .textImgBox04 .name {
	text-align:right;
	color:#d41818;
	font-weight:bold;
}
#goods .textImgBox04 .catch {
	padding-bottom:20px;
	font-size:12px;
}
#goods a.btn {
	padding:10px 0;
	width:100%;
	float:right;
	background:#fa9900;
	color:#000;
	border:none;
}

/* ビジョンと国是十則
----------------------------------------------------------*/
#concept04 {
}

/* 龍馬プロジェクトの想い */
#concept04 .textImgBox13 {
	padding:4%;
	background:#efefef;
}
#concept04 .textImgBox13 li {
	border-bottom:none;
}
#concept04 .textImgBox13 p.title {
	padding-bottom:2%;
	border-bottom:none;
	line-height:100%;
	color:#ED1B23;
	font-weight:bold;
	font-size:14px;
}
#concept04 .textImgBox13 .body {
	font-size:12px;
}

/* 3つの根本的問題 */
#concept04 .textImgBox23 li {
}

/* 解決策～国是十則～ */
#concept04 dt {
	padding:4%;
	background:#efefef;
	font-weight:bold;
}
#concept04 dd {
	padding:4% 4% 8% 4%;
}

/* メンバー紹介
----------------------------------------------------------*/
#member .textImgBox31 {
	overflow:hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#member .textImgBox31 li {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	width:50%;
	float:left;
}
#member .textImgBox31 li .photo {
	float:left;
	width:36%;
}
#member .textImgBox31 li .photo img {
	width:100%;
}
#member .textImgBox31 li .box {
	float:right;
	width:60%;
	line-height:100%;
}
#member .textImgBox31 li .box p {
	padding:0;
	line-height:100%;
}
#member .textImgBox31 li .rank {
	padding:2px 7px;
	border-radius:4px;
	background:#222;
	line-height:100%;
	color:#fff;
	font-size:11px;
}
#member .textImgBox31 li .box p.name {
	padding:15px 0 5px 0;
	font-weight:bold;
	font-size:18px;
}
#member .textImgBox31 li .box p.name span {
	display:block;
	color:#999;
	line-height:190%;
	font-weight:normal;
	font-size:11px;
}
#member .textImgBox31 li p.catch {
	padding-bottom:10px;
	font-size:11px;
}
/* SNS */
#member .textImgBox31 li .sns {
	overflow:hidden;
}
#member .textImgBox31 li .sns li {
	margin-bottom:0;
	padding:0 2% 0 0;
	border-bottom:none;
	width:20%;
	float:left;
}
#member .textImgBox31 li .sns img {
	width:100%;
}

/* [sp] footer footerType03
----------------------------------------------------------*/
footer#footerType03 {
	overflow:hidden;
	color:#888a8d;
}
/* fNavi */
footer#footerType03 #fNavi {
	background:#f2f2f2;
	overflow:hidden;
	line-height:100%;
}
footer#footerType03 #fNavi li {
	border-bottom:1px solid #999;
}
footer#footerType03 #fNavi a {
	padding:4% 0 4% 4%;
	background:url(../images/common/arrow01.gif) no-repeat 98% 50%;
	text-decoration:none;
	display:block;
	color:#000;
}
footer#footerType03 #fNavi a:hover {
	opacity:0.5;
	text-decoration:underline;
}
/* SNS */
footer#footerType03 #sns {
	margin:0 auto;
	padding:8% 0;
	overflow:hidden;
	width:100px;
}
footer#footerType03 #sns li {
	padding-right:10px;
	float:left;
	width:45px;
}
footer#footerType03 #sns li:last-child {
	padding-right:0;
}
footer#footerType03 #sns img {
	width:100%;
}

/* コピーライト */
#copy {
	padding-bottom:4%;
	text-align:center;
	font-size:12px;
}


/* [sp] ページトップ
--------------------------------------------------------*/
#pageTop {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ed1b23;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

body {
	margin:0 auto;
	max-width:640px;
}

/* [sp] トップページ
--------------------------------------------------------*/
.manga_bnr {
	margin-bottom:8%;
}

.footerInner01 {
	background:#000;
	padding:4%;
	color:#fff;
}

.snsboxWrapper p.title {
    padding-bottom: 1%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;

}

.calendar {
	margin-bottom:4%;
}

.manga_bnr {
	width:100%;
	box-sizing:border-box;
	padding:0 4%;
}

.goodstabletitle {
	font-size:14px;
}

.borderBox01 {
	border:1px solid #fff;
	border-radius:10px;
	padding:4%;
	margin-bottom:6%;
}


.borderBox02 {
	border:1px solid #000;
	border-radius:10px;
	padding:4%;
	margin-bottom:6%;
}

.feeBox {
	background:#000;
	color:#fff;
	text-align:center;
	padding:4%;
	width:100%;
	margin-bottom:2%;
	box-sizing:border-box;
}

.fee span {
	display:block;
	font-size:24px;
	padding-top:2%;
	font-weight:bold;
}

.flowBox {
	background:#d6d6d6;
	text-align:center;
	padding:4%;
	width:100%;
	margin-bottom:2%;
	box-sizing:border-box;
}

.flow span {
	display:block;
	font-size:20px;
	padding-top:2%;
	font-weight:bold;
}

.flowMembershipBox {
	background:#ed1c24;
	color:#fff;
	text-align:center;
	padding:4%;
	width:100%;
	margin-bottom:2%;
	box-sizing:border-box;
}

.flowMembership span {
	display:block;
	font-size:20px;
	padding-top:2%;
	font-weight:bold;
}

.flowNext {
	text-align:center;
	margin-bottom:2%;
	line-height:0;
	padding:2% 0;
}

.flowNext img {
	width:5%;
}

.mb0 {
	margin-bottom:0 !important;
}

.mb2 {
	margin-bottom:2% !important;
}

.mb4 {
	margin-bottom:4% !important;
}

.mb6 {
	margin-bottom:6% !important;
}

.mb8 {
	margin-bottom:8% !important;
}



.membersonlyList li {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: dotted 1px #333;
	margin-bottom: 10px;
}


.membersonlyList li dl {
	width: 100px;
	float: left;
}


.membersonlyList li .topResultTitle {
	float: left;
}


.membersonlyMovieWrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.membersonlyMovieBox {
	width: 49%;
	margin-bottom: 20px;
}



.membersonlyQuestionListBox {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: dotted 1px #333;
	margin-bottom: 30px;
}



.vimeoBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.vimeoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.membermovieumekomiTitle {
	text-align: center;
	font-weight: bold;
}



.bellows__item {
	margin-bottom: 30px;
}


label[for="pwbox-2631"] {
	margin: 20px 10px 40px 0;
	display: inline-block;
}









@media screen and (max-width : 959px) {
.spNone {
	display:none;
}

#snsBox li a{
	font-size:13px;
}

#logo {
	height:50px;
}
	
#logo a img{
	height:40px;
	margin-top:5px;
	margin-left:5px;
}

.spImg100 img{
	width:100%;
}

.photobox {
	margin:2% 0;
}

h3 {
	margin-bottom:2%;
	padding:2% 4%;
	text-align:center;
}
h3 span {
	line-height:120%;
	font-weight:bold;
	font-size:22px;
}

.textImgBox02 p.title {
	padding-bottom:1%;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

.textImgBox02 p.sub {
	text-align:left;
}

.snsboxWrapper p.title {
    font-size: 20px;
}

.youtubebnr {
	margin-bottom:4%;
}

#copy {
	color:#000;
	padding-top:2%;
}

/* [sp] [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:4%;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
table.style01 tr {
	border:none;
}
table.style01 th {
	padding:4%;
	background:#ddd;
	border:1px solid #ddd;
	display:block;
	vertical-align:top;
	width:100%;
}
table.style01 th.title {
	background:#efefef;
	color:#333;
}
table.style01 td {
	padding:4%;
	border:1px solid #ddd;
	display:block;
	vertical-align:top;
}

/* [sp] [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:4%;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
table.style02 tr {
	border:none;
}
table.style02 th {
	padding:4%;
	background:#ddd;
	border:1px solid #ddd;
	display:block;
	vertical-align:top;
	width:100%;
}
table.style02 th.title {
	background:#efefef;
	color:#333;
}
table.style02 td {
	padding:4%;
	border:1px solid #ddd;
	display:block;
	vertical-align:top;
}

.spborderno {
	border:none;
}

#home h4 span {
    font-size: 20px;
}

#recruitment h4 span {
    font-size: 16px;
}

/* [TABLE] style04
----------------------------------------------------------*/
table.style04 {
	margin-bottom:20px;
	width:100%;
	box-sizing:border-box;
}
table.style04 th {
	padding:4%;
	vertical-align:middle;
	font-weight:bold;
	border-bottom:1px solid #fff;
	display:block;
	width:100%;
	background:#fff;
	color:#000;
	border:1px solid #fff;
	box-sizing:border-box;
}
table.style04 td {
	padding:4%;
	border:none;
	vertical-align:top;
	display:block;
	width:100%;
	border:1px solid #fff;
	box-sizing:border-box;
}

table.style04 tr:last-child td {
	border:none;
}

.organizationSp {
    width: 100%;
    overflow-x: scroll;
    box-sizing: border-box;
	margin-bottom:4%;
}

.organizationSp img {
    width: 200%;
}

.fb-container {
	width: 100%;
	max-width: 500px;
}

.fb-container {
	margin-bottom:6%;
}


}



@media screen and (min-width : 960px) {
	
.pcNone {
	display:none;
}



header#fixedBox #menuBtn {
	position: fixed;
	top: 2%;
	right: calc(50% - 310px);
	width: 58px;
	height: 62px;
	z-index: 100;
}

header#fixedBox .spMenu {
	position:fixed;
	top:80px;
	left: calc(50% - 320px);
	z-index:100;
	display:none;
	width:100%;
	max-width:640px;
	background:#000;
}

/* SNS */
footer#footerType03 #sns {
	margin:0 auto;
	padding:4% 0;
	overflow:hidden;
	width:130px;
}
footer#footerType03 #sns li {
	padding-right:10px;
	float:left;
	width:60px;
}

.photorightbox {
	width:100%;
	overflow:hidden;
	margin-bottom:4%;
}

.photorightbox .textbox {
	width:48%;
	float:left;
}

.photorightbox .photobox {
	width:48%;
	float:right;
}

.photorightbox .photobox img {
	width:100%;
}

.youtubebnr {
	width:500px;
	margin-bottom:4% !important;
	margin:0 auto;
}

#copy {
	color:#000;
	font-size:14px;
	padding:2% 0;
}

#home .catch {
	font-size:16px;
	text-align:center;
}

.pcCenter {
	text-align:center;
}

.fb-container {

    width: 500px;
    margin: 0 auto 6%;

}

}


