@charset "UTF-8";

/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@import url(http://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|M+PLUS+1p:400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Peralta');

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

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Kosugi Maru', 'ヒラギノ角ゴシック', 'メイリオ' ,sans-serif;
	-webkit-text-size-adjust:100%;
	line-height:140%;
	font-weight:400;
	font-size:14px;
	color: #222;

}
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: 'Kosugi Maru', 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: #00a0e6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

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

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

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

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

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

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

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

/* strong以外の強調 */
.pointText {
	color: #004da0;
    font-weight: bold;
    margin-left: 2%;
}
.pointText02 {
	color:#ee86a7;
	font-weight:200;
}

/* 数字Oswald */
.numberText {
	font-family: 'Kosugi Maru', sans-serif;
}

/* 打消し線*/
.del{
text-decoration: line-through
}

/* 曜日　日曜*/
.sun{
	color:#F00;
	font-size:90%;
}

/* 曜日　土曜*/
.sat{
	color:#00F;
	font-size:90%;
}
/* img100
----------------------------------------------------------*/
.img100 img {
	width:100%;
	padding-bottom: 30px;
}

/* エラーページ
----------------------------------------------------------*/
#error {
	margin:0 auto;
	padding-bottom:40px;
	width:960px;
}
#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;
}


/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
a.btn {
	margin:0 auto 2% auto;
	padding:3% 0;
	background:#00a0e6 url(../images/common/arrow02.png) no-repeat 94% 50%;
	background-size:20px;
	border-radius: 30px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	line-height:100%;
	color: #fff;
	font-weight:bold;
	font-size:18px;
}
a.btnSmall {
	width:70%;
}
a.btn02 {
	margin:0 auto 2% auto;
	padding:3% 0;
	background:#00a0e6 url(../images/common/arrow02.png) no-repeat 94% 50%;
	background-size:20px;
	border-radius: 30px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	line-height:100%;
	color: #fff;
	font-weight:bold;
	font-size:18px;
}

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


/* フォーム
----------------------------------------*/
input.short,
input.middle,
input.long,
textarea {
	padding:10px;
	box-sizing: border-box;
	border:none;
	background:#eee;
}
input.short {
	width:100%;
}
input.middle {
	width:100%;
}
input.long {
	width:100%;
}
textarea {
	width:100%;
	height:100px;
}
/* 必須 */
.hissu {
	padding:3px 4px 2px 4px;
	background:#e7133b;
	border:1px solid #fff;
	border-radius:4px;
	display:block;
	width:40px;
	text-align:center;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
/* 任意 */
.nini {
	padding:3px 4px 2px 4px;
	background:#efefef;
	border:1px solid #ccc;
	border-radius:4px;
	display:block;
	width:40px;
	text-align:center;
	float:right;
	color:#222;
	font-weight:bold;
	font-size:11px;
}
input.submit {
	padding: 2% 0;
	background:#00a0e6 url(../images/common/arrow02.png) no-repeat 94% 50%;
	background-size:20px;
	border-radius: 30px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	color: #fff;
	font-weight:bold;
	font-size:18px;
}

#pageMainPhoto {
    text-align: center;
}
#pageMainPhoto img {
	width:100%;
}


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

	スマホ

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


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

/* P */
p {
	padding-bottom:4%;
	line-height:150%;
	font-size: 14px;
	line-height: 2;
}
p:last-child {
	padding-bottom:0;
}


/* 注釈 */
p.annotation {
	text-align:right;
	font-size:85%;
}

/* 背景あり */
p.titleColor01{
font-family: 'Peralta', cursive;
	font-size:14px;
	color:#FFF;
	background-color:#ff6600;
	width:84%;
	margin:3% auto;
	text-align:center;
	padding:2% 0;
    border-radius: 5px;
	
}
/* 84%幅 */
p.width84 {
	width:84%;
	margin:0 auto;
}



/* お問い合わせボタン
----------------------------------------*/
.contactBtn {
    font-weight: bold;
    background: url(../images/common/yaji.gif) no-repeat 95% 50%,#ff6600;
    text-align: center;
    width: 84%;
    margin: 0 auto 8%;
    padding: 3% 0;
    border-radius: 5px;
	display:block;
	font-size:18px;
	background-size: 6%;
}

.contactBtn a {
	color:#fff;
	text-decoration: none;
}




/* スマホでは非表示
----------------------------------------*/
.spNone {
	display:none;
}



/* [sp] ベースの横幅
----------------------------------------------------------*/
.innerBox {
	padding-bottom:4%;
}


/* 背景色がある場合に使用 */
.innerBox02 {
	padding:4% 0;
}
.bottom0{
	padding-bottom:0;
}



/* [sp] borderBox01
----------------------------------------------------------*/
.borderBox01 {
    box-shadow: 2px 2px 2px #a3a3a3;
    margin: 8% auto;
    width: 84%;
	background-color: #f2f2f2;
}
.borderBox01 p.sub {
	color: #fff;
    background-color: #808080;
    padding: 0 2% 0 4%;
    width: 24%;
    text-align: center;
    letter-spacing: 1em;
	font-size: 10px;
}
.borderBox01 p.date {
    font-weight: bold;
    font-size: 26px;
    padding: 0 4% 0 6%;
	margin-bottom:-6%;
}
.borderBox01 p.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.45;
    padding: 4% 4% 6% 6%;
}
.borderBox01 p.address {
    line-height: 1.8;
    padding: 0 4% 8% 6%;
	margin-top:-2%;
	
}

/* [sp] borderBox02
----------------------------------------------------------*/
.borderBox02 {
	margin-bottom:4%;
	padding:4%;
	background:#fff;
	border-radius:6px;
}
.borderBox02 p.title {
	text-align:center;
	font-size:20px;
}

/* [sp] borderBox03
----------------------------------------------------------*/
.borderBox03 {
	margin-bottom:4%;
	padding:4%;
	background:#EDF7F6;
	border-radius:6px;
}
.borderBox03 p.title {
	text-align:center;
	font-size:20px;
}

/* [sp] 背景色
----------------------------------------------------------*/
.innerBoxColor01 {
	padding: 8%;
    background: #004ca4;
    background-size: 40px;
    color: #fff;
}
.innerBoxColor01 h3 {
	color:#00489a;
}
.innerBoxColor01 h4 {
	margin-bottom: 6%;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
.innerBoxColor01 h4 span{
	margin-bottom: 4%;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight:bold;
}
.innerBoxColor01 .pointText {
	color:#00a0e6;
}

.innerBoxColor02 {
	padding:6%;
	background-size:contain;
	background-color: #d8e9f6;
}
.innerBoxColor02 h4 {
	background-color: #004ca4;
    padding: 3.5% 0;
    margin: 2% 0 6%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius:5px;
}
.innerBoxColor02 p{
	margin-bottom:6%;
}
.innerBoxColor02 h3 {
}

.innerBoxColor03 {
	padding:4% 0;
	background-size:contain;
	background-color: #d8e9f6;
}
#soudan .innerBoxColor03 {
    padding: 4% 0;
    margin-bottom: 10%;
    background-size: contain;
    background-color: #d8e9f6;
}
.innerBoxColor03 h4 {
	background-color: #004ca4;
    padding: 2% 0;
    margin: 2% 0 6%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 8px;
}
.innerBoxColor03 p{
	margin-bottom:6%;
}
.innerBoxColor02 h3 {
}


/* [sp] miniTextBox
----------------------------------------------------------*/
.miniTextBox {
	padding:0 4% 4% 4%;
	text-align:center;
}

/* [sp] ヘディングタグ
----------------------------------------------------------*/
h2 {
	padding:70px 0 30px 0;
	color: #fff;
    padding: 3% 0;
    margin: 3% 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
h2 span {
	padding:0 4% 3% 4%;
	background-size:contain;
	color:#fff;
	font-size:22px;
}

/* [sp] ページごとのタイトル色指定*/
h2.tennouji{
    background-color: #004da0;
}
h2.kawanishi{
    background-color: #9c69bd;
}
h2.nishinomiya{
    background-color: #00bbbd;
}
h2.umeda{
    background-color: #e74a57;
}
h2.ashiya{
    background-color: #00b383;
}
h2.senri{
    background-color: #f14b94;
}
h2.namba{
    background-color: #518cce;
}
h2.kakogawa{
    background-color: #fd6600;
}
h2.yao{
    background-color: #fbb03b;
}
h2.hutoukou{
    background-color: #8cc63f;
}






h3 {
	padding: 4% 0;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
h3 img {
	width:100%;
}

h3.bgColor01{
    color: #fff;
    background-color: #004da0;
    padding: 3% 0;
    margin: 0 0  8%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
h3.bgColor02{
    color: #fff;
    background-color: #fd6600;
    padding: 3% 0;
    margin: 3% 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}


h4 {

}
h5 {
	padding: 6% 0 2%;
    margin-bottom: 4%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #004da0;
	color: #004da0;
}

/* [sp] パンくずリスト
----------------------------------------------------------*/
#breadcrumbs {
	margin:0 4%;
	padding:2% 0 8% 0;
	border-top:1px dashed #F2A6BE;
	line-height:120%;
}
#breadcrumbs .innerBox {
	padding-bottom:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}

/* [sp] textImgBox01
----------------------------------------*/
.textImgBox01 {
	overflow:hidden;
}
.textImgBox01 li:first-child {
	padding-top:0;
}
.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.title {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox01 table {
	border-collapse:separate;
	border-spacing:2px;
}
.textImgBox01 th {
	padding:2%;
	background:#f2f2f2;
	display:block;
}
.textImgBox01 td {
	padding:2%;
	display:block;
}

/* [sp] textImgBox02
----------------------------------------*/
.textImgBox02 {
}
.textImgBox02 li {
	padding-bottom:6%;
}
.textImgBox02 li .photo {
	padding-bottom:5px;
}
.textImgBox02 li .photo img {
	width:100%;
}
.textImgBox02 p.title {
	padding: 2% 0;
    font-size: 18px;
    color: #00489a;
    font-weight: bold;
}
.textImgBox02 p.sub {
	padding-bottom:1%;
	font-size:14px;
}

/* [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 {
	border-radius:6px;
	width:100%;
}
.textImgBox03 li p.title {
	padding-left:25px;
	background:url(../images/common/arrow02.png) no-repeat 0 50%;
	background-size:20px;
	color:#ee86a7;
	font-size:18px;
}

/* [sp] textImgBox04
----------------------------------------*/
.textImgBox04 {
	overflow:hidden;
}
.textImgBox04 li {
	padding:4% 0;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
}
.textImgBox04 li:first-child {
	padding-top:0;
}
.textImgBox04 li .photo {
	padding-right:4%;
	float:left;
	width:36%;
}
.textImgBox04 li .photo img {
	width:100%;
}
.textImgBox04 li .box {
	float:left;
	width:60%;
}
.textImgBox04 li .box p {
	padding-bottom:0;
}
.textImgBox04 li p.sub {
	padding-bottom:2%;
}
.textImgBox04 li p.sub span {
	padding:2px 15px;
	background:#72d6c7;
	color:#fff;
}
.textImgBox04 li p.title {
	padding-bottom:0;
	color:#72d6c7;
	font-size:18px;
}

/* [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 {
	border-radius:6px;
	width:100%;
}
.textImgBox05 li p.title {
	padding-bottom:0;
	text-align:center;
}

/* [sp] textImgBox06
----------------------------------------*/
.textImgBox06 {
}
.textImgBox06 {
	overflow:hidden;
}
.textImgBox06 li {
	padding:0 4% 4% 0;
	float:left;
	width:48%;
}
.textImgBox06 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox06 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox06 li .photo {
	text-align:center;
}
.textImgBox06 li .photo img {
	width:100%;
}
.textImgBox06 li p.title {
	padding-bottom:4%;
	font-size:18px;
}
.textImgBox06 li p {
	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;
}

/* btn01 */
.textImgBox08 li#btn01 {
	background:url(../images/top/top_works_btn01.jpg) no-repeat;
	background-size: cover;
}

/* btn02 */
.textImgBox08 li#btn02 {
	background:url(../images/top/top_works_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox08 li#btn03 {
	background:url(../images/top/top_works_btn03.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);
}


/* [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 {
	padding-bottom:10px;
	font-size:20px;
}
.textImgBox09 .box p.sub {
	padding-bottom:10px;
	font-style:italic;
}
.textImgBox09 .box .name {
	text-align:right;
}
.textImgBox09 .box .name img {
	width:70%;
}

/* [sp] textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	width:84%;
	margin:0 auto;
}
.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 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: 'Kosugi Maru', sans-serif;
	font-size:22px;
}
.textImgBox10 td.price span.sub {
	display:block;
	color:#444;
	font-size:11px;
}

/* telephone */
.textImgBox10 .telephone {
}
.textImgBox10 .telephone p {
	padding-bottom:0;
}
.textImgBox10 .telephone p.title {
	margin-bottom:4%;
	padding:2%;
	background:#72d6c7;
	color:#fff;
	font-weight:400;
}
.textImgBox10 .telephone p.tel {
	padding-left:40px;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:30px;
	font-size:16px;
}
.textImgBox10 .telephone p.tel span {
	display:block;
	line-height:95%;
	font-weight:bold;
	font-size:30px;
}
.textImgBox10 .telephone p.tel span a {
	color:#d6b77d;
}


/* [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%;
	color:#248aca;
	font-size:22px;
}
.textImgBox13 p.sub {
	padding-bottom:2%;
	display:block;
	line-height:120%;
	font-weight:normal;
	font-size:14px;
}
.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:4%;
	padding-bottom:10%;
	background:url(../images/yazi.png) 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 {
	border-radius:6px;
	width:100%;
}
.textImgBox19 .box {
	padding-bottom:4%;
	float:right;
	width:72%;
}
.textImgBox19 .box p.title {
	padding-bottom:0;
	color:#00489a;
	font-weight:bold;
	font-size:20px;
}
.textImgBox19 .box p.title span {
}

/* [sp] textImgBox20
----------------------------------------------------------*/
.textImgBox20 {
}
.textImgBox20 p.number {
	padding:0;
	float:left;
	width:50%;
	line-height:90%;
	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: 'Kosugi Maru', sans-serif;
	font-size:22px;
}

/* [sp] textImgBox21
----------------------------------------------------------*/
.textImgBox21 {
	margin-bottom:20px;
}
.textImgBox21 li {
	padding-bottom:10px;
}
.textImgBox21 li a {
	padding:9px 0 6px 30px;
	background:#fff600 url(../images/common/arrow01.gif) no-repeat 15px 12px;
	display:block;
	text-decoration:none;
	color:#004899;
	font-weight:600;
	font-size:20px;
}
.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:#EAE2FA url(../images/bg01.png) no-repeat right bottom;
	background-size:30%;
	text-align:center;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:16px;
}
.textImgBox23 span {
	display:block;
}

/* [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,
.textImgBox24 .type02,
.textImgBox24 .type03 {
	margin-bottom:4%;
}
.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: 'Kosugi Maru', sans-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: 'Kosugi Maru', sans-serif;
	font-size:20px;
}
.textImgBox26 .box p.catch {
	padding-bottom:4%;
	line-height:130%;
	font-family: 'Kosugi Maru', sans-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 {
	margin-right:4%;
	float:left;
	width:30%;
}
.textImgBox28 p.icon {
	border-radius:2px;
	background:#F2A6BE;
	float:left;
	width:50%;
	text-align:center;
	color:#fff;
}
.textImgBox28 p.title {
	padding-top:4%;
	clear:both;
	font-size:20px;
}

/* アイコンカラー */
.textImgBox28 p.bg1 {
}
.textImgBox28 p.bg2 {
}


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

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




/* [sp] textImgBox29
----------------------------------------------------------*/
.textImgBox29 {
}

/* 共通 */
.textImgBox29 li {
	padding:4%;
}
.textImgBox29 .title {
	margin-bottom:4%;
	padding-bottom:4%;
	text-align:center;
	line-height:150%;
}
.textImgBox29 .title span {
	padding-bottom:10px;
	display:block;
	font-weight:bold;
	font-size:24px;
}
.textImgBox29 .icon img {
	display:none;
	width:50px;
}
.textImgBox29 .photo {
	padding-bottom:30px;
	text-align:center;
}
.textImgBox29 .photo img {
	width:100%;
}
.textImgBox29 table {
	font-size:12px;
}
.textImgBox29 th {
	padding:5px;
	border-bottom:3px solid #fff;
	display:block;
	font-size:16px;
}
.textImgBox29 td {
	padding:5px;
	border-bottom:3px solid #fff;
	display:block;
}
.textImgBox29 .bg01 th {
	background:#fbedee;
	display:block;
}
.textImgBox29 .bg01 td {
	background:#fff;
	display:block;
}
.textImgBox29 .bg02 th {
	background:#eef0f5;
	display:block;
}
.textImgBox29 .bg02 td {
	background:#fff;
	display:block;
}


/* box01 */
.textImgBox29 .box01 {
	margin-bottom:4%;
	border:5px solid #d0111b;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box01 .icon {
	position:absolute;
	top:-16px;
	left:20px;
}
.textImgBox29 .box01 .title {
	border-bottom:3px solid #d0111b;
}
.textImgBox29 .box01 .title span {
	color:#d0111b;
}


/* box02 */
.textImgBox29 .box02 {
	margin-bottom:4%;
	border:5px solid #f6ac1d;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box02 .icon {
	position:absolute;
	top:-16px;
	left:20px;
}
.textImgBox29 .box02 .title {
	border-bottom:3px solid #f6ac1d;
}
.textImgBox29 .box02 .title span {
	color:#f6ac1d;
}


/* box03 */
.textImgBox29 .box03 {
	border:5px solid #183b8c;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box03 .icon {
	position:absolute;
	top:-16px;
	left:20px;
}
.textImgBox29 .box03 .title {
	border-bottom:3px solid #183b8c;
}
.textImgBox29 .box03 .title span {
	color:#183b8c;
}

/* [sp] textImgBox33
----------------------------------------------------------*/
.textImgBox33 {
	border:4% solid #333;
	background:#333;
	color:#fff;
}
.textImgBox33 li:first-child {
	border-top:1px solid #333;
}
.textImgBox33 li {
	padding:0 4% 8% 4%;
	overflow:hidden;
}
.textImgBox33 li:last-child {
	padding-bottom:4%;
}
.textImgBox33 p.title {
	margin:0 -4% 4% -4%;
	padding:5px 0;
	background:#fff;
	text-align:center;
	color:#333;
	font-size:18px;
}
.textImgBox33 .photo {
	padding-bottom:2%;
}
.textImgBox33 .photo img {
	border-radius:6px;
	width:100%;
}
.textImgBox33 .box {
}



/* [sp] textImgBox35
----------------------------------------------------------*/
.textImgBox35 {
}
.textImgBox35 li {
	background:#004da0;
	overflow:hidden;
	color:#fff;
}
.textImgBox35 p {
}
	
.textImgBox35 p.title {
	margin-bottom: 1%;
    text-align: left;
    color: #fff;
    font-size: 14px;
	line-height: 1.4;
}
.textImgBox35 p.title span{
	margin-bottom: 4%;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight:bold;
}
.textImgBox35 .photo {
}
.textImgBox35 .photo img {
	width:100%;
}
.textImgBox35 .box {
	padding:6% 8% 8%;
	box-sizing: border-box;
}

/* 偶数行の背景色を変更 */  
.textImgBox35 li:nth-child(2n) {
	background:#518cce;
}
.textImgBox35 li:nth-child(2n) .box p.title {
}

/* [sp] textImgBox36
----------------------------------------------------------*/
.textImgBox36 {
}
.textImgBox36 li {
	padding:4% 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox36 li:first-child {
	padding-top:0;
}
.textImgBox36 li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.textImgBox36 li p.date {
	padding-bottom:1%;
}
.textImgBox36 li p.date span {
	color:#00a0e6;
	font-family: 'Kosugi Maru', sans-serif;
	font-size:14px;
}
.textImgBox36 li p.title {
	padding-bottom:2%;
	color:#f05284;
	font-size:18px;
}
.textImgBox36 li .box {
	clear:both;
}

/* [sp] textImgBox37
----------------------------------------*/
.textImgBox37 {
	overflow:hidden;
}
.textImgBox37 li {
	padding:0 4% 4% 0;
	float:left;
	width:48%;
}
.textImgBox37 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox37 li .photo {
	padding-bottom:2%;
}
.textImgBox37 li .photo img {
	border-radius:6px;
	width:100%;
}
.textImgBox37 p.title {
	padding-bottom:2%;
	text-align:center;
}
.textImgBox37 p.sub {
	padding-bottom:2%;
	display:block;
	line-height:120%;
	font-weight:normal;
	font-size:14px;
}
.textImgBox37 .body {
}

/* [sp] textImgBox38
----------------------------------------------------------*/
.textImgBox38 {
	padding-bottom:4%;
	overflow:hidden;
}
.textImgBox38 .photo {
	float:left;
	width:48%;
}
.textImgBox38 .photo img {
	width:100%;
	padding-top: 16px;
}

/* lead */
.textImgBox38 .lead {
	padding-top:4%;
	float:right;
	width:48%;
}
.textImgBox38 .lead p.title {
	padding-bottom:2%;
	color:#004899;
	font-size:20px;
}
.textImgBox38 .lead p.title span {
	display:block;
	font-size:14px;
}

/* box */
.textImgBox38 .box {
	padding-top:4%;
	clear:both;
}
.textImgBox38 .box p.title {
	padding: 2% 0;
    font-weight: bold;
    font-size: 18px;
    color: #00489a;
}
.textImgBox38 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

/* [sp] textImgBox52
----------------------------------------------------------*/
.textImgBox52 li p.title {
    padding: 2px;
    font-weight: 600;
    font-size: 18px;
}
.textImgBox52 li p.title span {
    margin-right: 2%;
    padding: 0 4%;
    background: #00a0e6;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 14px;
}
.textImgBox52 li {
    padding-bottom: 4%;
}


/* [sp] header fixedBox
----------------------------------------------------------*/
/* logo */
header #logo {
	padding:3% 0 2.8% 8%;
	border-bottom: 1px solid #b2b2b2;
}
header #logo img {
	width:80%;
	max-width:432px;
}
header .mail {
	display:none;
}

#headerH1 {
	background:#0087d9;
	color:#fff;
}
#headerH1 h1 {
	padding:2% 70px 4% 4%;
}


/* [sp] gNavi */
#fixedBox .sp {
	display:block;
}
#menuBtn {
	position:absolute;
	top:0px;
	right:0;
	width:45px;
	height:45px;
	z-index:100;
}
#menuBtn img {
	width:56px;
	position:fixed;
	z-index:99;
	right:0;
}
.spMenu {
	position:fixed;
	left:0px;
	z-index:100;
	display:none;
	width:100%;
	top:48px;
}



.spMenu p {
	color:#004da0;
	background:#fff;
	text-align:center;
	font-weight:bold;
	padding: 0;
	font-family: 'M PLUS 1p', sans-serif;
}

.spMenu li {
	float:left;
	width:50%;
	box-sizing:border-box;
	font-family: 'Kosugi Maru', sans-serif;
}

.spMenu li a {
	display:block;
	padding:10px 15px;
	color:#fff;
	font-size:1.0em;
	text-decoration:none;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight:800;
	box-sizing:border-box;

}
.spMenu li a span {
	display:none;
}


/* 偶数行の背景色を変更 */  
.spMenu li:nth-child(even){
	background:url(../images/common/naviYaji.gif) no-repeat 94% 50%,#0064d5;
	background-size:4%;
}

/* 奇数行の背景色を変更 */  
.spMenu li:nth-child(odd) {
	background:url(../images/common/naviYaji.gif) no-repeat 94% 50%,#004da0;
	background-size:4%;
}


.boshuthu {
 	margin-left: 6px;
    padding: 1px 4px;
 	color: #fff;
	font-size: 12px;
	background: #cc0000;
}


.boshuthu p {
	margin: 0;
	padding: 0;
}

/* [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] 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 {
}


/* pager
----------------------------------------------------------*/
#pager {
	margin:8% 0;
	text-align:center;
}
#pager a {
	margin-right:5px;
	padding:5px 15px;
	border-radius:4px;
	border:2px solid #F2A6BE;
	background:#F2A6BE;
	text-decoration:none;
	color:#fff;
}
#pager a:hover {
	opacity:0.6;
}
/* カレント */
#pager span.current {
	margin-right:5px;
	padding:5px 15px;
	border-radius:4px;
	border:2px solid #F2A6BE;
	background:#fff;
	text-decoration:none;
	color:#F2A6BE;
}




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

/* [sp] アコーディオン
----------------------------------------------------------*/
.trigger {
	font-family: 'Kosugi Maru', sans-serif;
	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] GoogleMap埋込み
----------------------------------------------------------*/
.iframeMap {
	display:none;
}
/* mapボタン
----------------------------------------*/
.mapBtn {
    font-weight: bold;
    background: url(../images/common/yaji02.gif) no-repeat 95% 50%,#004da0;
	background-size:6%;
    text-align: center;
    width: 84%;
    margin: 0 auto 4%;
    padding: 3% 0;
    border-radius: 5px;
    text-align: center;
	display:block;
	color:#fff;
	text-decoration: none;
	font-size:18px;
}

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

/* [sp] [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin: 0 auto 4%;
    width: 84%;
}
table.style01 th {
	font-size:22px;
	font-weight:bold;
	padding:2%;
	color:#222;
	border-bottom: 1px solid #b5b5b5;
}
table.style01 td {
	padding:4%;
	color:#004ca4;
    border-bottom: 1px solid #b5b5b5;
	font-weight:bold;
}





/* [sp] [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin: 0 auto 8%;
    width: 84%;
}
table.style02 th {
	padding:1.5% 4%;
	vertical-align:top;
	color:#222;
	font-weight: bold;
}
table.style02 tr:nth-child(odd) th {  
 	background-color: #ffe0cc;  
}
table.style02 tr:nth-child(even) th { 
	background-color: #fec299;  

}  
 
table.style02 td {

}

/* [sp] [TABLE] style03
----------------------------------------------------------*/
table.style03 {
	margin-bottom:4%;
	width:100%;
}
table.style03 th {
	padding:2%;
	background:#9cd6f0;
	border:1px solid #cdcdcd;
	vertical-align:top;
	font-weight:500;
}
table.style03 td {
	padding:2%;
	background:#fff;
	border:1px solid #cdcdcd;
	vertical-align:top;
}


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

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

/* [sp] [DL] style01
----------------------------------------------------------*/
dl.style01 {
}
dl.style01 dt {
	padding-bottom:2%;
	font-size:16px;
}
dl.style01 dd {
	padding:0 0 4% 4%;
}

/* [sp] [DL] styleQA
----------------------------------------------------------*/
dl.styleQA {
	width: 84%;
    margin: 0 auto;
}
dl.styleQA dt {
	padding: 3% 0 3% 16%;
    color: #004da0;
    font-weight: bold;
	font-size: 120%;
    background: url(../images/QA01.gif) no-repeat 2% 50%;
    background-size: 12%;
}
dl.styleQA dd {
	padding: 8% 0 8% 16%;
    margin-bottom: 8%;
    background: url(../images/QA02.gif) no-repeat 2% 50%;
    background-size: 12%;
    border-bottom: 1px solid #004da0;
}



/* [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 th,
.tableWidthBox01 td {
	display:table-cell;
}
.tableWidthBox01 th {
	padding:2%;
	border-bottom:1px solid #dfdfdf;
	background:#fff;
	vertical-align:top;
}
.tableWidthBox01 td {
	padding:2%;
	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] bnrList
----------------------------------------------------------*/
#bnrList {
}
#bnrList li {
	padding-bottom:2%;
}
#bnrList img {
	width:100%;
}


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

#home h3 {
	text-align:center;
}

/* メイン画像 */
#mainPhoto {
	background:#f2a6be;
}
#mainPhoto img {
	width:100%;
}

/* お知らせ */
#home #news {
	padding:4%;
	background:#fff;
	border-radius:6px;
}
#home .textImgBox36 {
}



/* [sp] cBtn
----------------------------------------------------------*/
.cBtn {
	padding:0 4% 4% 4%;
}
.cBtn li {
	padding-bottom:5px;
}
.cBtn li:last-child {
	padding-bottom:0;
}
.cBtn img {
	width:100%;
}

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

/* [sp] naviList
----------------------------------------------------------*/
#naviList {
	margin-bottom:4%;
	padding:4%;
	background:#ebe8e3;
}
#naviList li {
	border-bottom:1px solid #b0aeaa;
}
#naviList li:last-child {
	border-bottom:none;
}
#naviList li.bg01 {
	background:url(../images/navi_bg01.png) no-repeat 10px 50%;
	background-size:60px;
}
#naviList li.bg02 {
	background:url(../images/navi_bg02.png) no-repeat 10px 50%;
	background-size:60px;
}
#naviList li.bg03 {
	background:url(../images/navi_bg03.png) no-repeat 10px 50%;
	background-size:60px;
}
#naviList li.bg04 {
	background:url(../images/navi_bg04.png) no-repeat 10px 50%;
	background-size:60px;
}
#naviList a {
	padding:30px 0 30px 80px;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:18px;
}

/* [sp] dateBox（共通）
----------------------------------------------------------*/
.dateBox {
	margin-bottom:4%;
	overflow:hidden;
	line-height:170%;
	font-size:12px;
}
.dateBox li.date {
	padding-right:4%;
	float:left;
}
.dateBox li.icon {
	margin-right:4%;
	padding:0 4%;
	background:#F2A6BE;
	border-radius:2px;
	float:left;
	color:#fff;
}
.dateBox li.bg01 {
	border:1px solid #ccc;
}

/* [sp] footer footerType01
----------------------------------------------------------*/
footer#footerType01 {
}

footer#footerType01 .bnr {
	padding:0 4% 4% 4%;
}
footer#footerType01 .bnr img {
	width:100%;
}

footer#footerType01 .innerBox {
	padding:0;
}
footer#footerType01 .box01 {
	padding:0;
}
/* ロゴ */
footer#footerType01 #footerLogo {
	padding-bottom:4%;
	text-align:center;
	width:100%;
}

footer#footerType01 #footerLogo img {
	width: 60%;
    padding:2% 0;
}
/* 住所 */
footer#footerType01 address {
}
footer#footerType01 a {
	color:#fff;
	text-decoration:none;
}

footer#footerType01 a.ppc {
	font-weight: bold;
	text-decoration:none;
}
footer#footerType01 address p.title {
	padding-bottom:2%;
	font-weight:400;
	font-size:20px;
}
footer#footerType01 address p.box {
	padding-bottom:8%;
	font-weight:400;
}
footer#footerType01 address ul.style01 {
	list-style-type:none;
	color:#f00;
}
/* [sp] fNavi */
footer#footerType01 #fNavi {
	background:#9cd6f0;
	overflow:hidden;
}
footer#footerType01 #fNavi ul {
	margin:4%;
	border-radius:4px;
	overflow:hidden;
}
footer#footerType01 #fNavi li {
	box-sizing: border-box;
	float:left;
	width:50%;
}
footer#footerType01 #fNavi li:nth-child(2n+) {
	padding-right:0;
}
footer#footerType01 #fNavi a {
	padding:4% 0 4% 35px;
	box-sizing: border-box;
	background:url(../images/common/arrow02.png) no-repeat 10px 50%;
	background-size:20px;
	display:block;
	text-decoration:none;
	width:100%;
	color:#fff;
	font-size:12px;
}
footer#footerType01 #fNavi .bnr a {
	padding:0;
	background:none;
}

/* コピーライト */
#copy {
	padding-top: 6%;
    font-size: 10px;
	text-align:center;
}


/* [sp] footerBox01
----------------------------------------------------------*/
#footerBox01 {
}
#footerBox01 img {
	width:100%;
}



/* [sp] pageTop
----------------------------------------------------------*/
#pageTop {
	margin-bottom:80px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background:#21aae1;
	color: #fffdcc;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}



/* koteiBox
----------------------------------------------------------*/
#koteiBox {
	margin:0 auto;
	background:#9cd6f0;
	display: none;
	position: fixed;
	bottom: 0;
/*	right: 0;*/
	width: 100%;
	text-decoration:none;
	text-align:center;
	z-index:1000;
	max-width:640px;
	opacity:0.9;
	color:#fff;
	font-size: 13px;
}
#koteiBox .innerBox {
	padding:4% 2% 2% 2%;
}
#koteiBox ul {
	overflow:hidden;
}
#koteiBox li {
	padding-right:2%;
	float:left;
	width:48%;
}
#koteiBox li:last-child {
	padding-right:0;
}
#koteiBox li img {
	width:100%;
}

#koteiBox .innerBox {
	overflow:visible;
}






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

	パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (min-width : 960px) {

body {
	line-height:150%;
}


/* a */
a img:hover {
	opacity:0.6;
}

/* P */
p {
	font-size: 18px;
	padding:0 0 20px 0;
	line-height:170%;
}
p:last-child {
	padding-bottom:0;
}


/* PC版の発信リンクを無効にする */
a.telLink {
	pointer-events:none;
	text-decoration:none;
}

#fixedBox .sp {
	display:block;
}
#menuBtn {
	position:absolute;
	top:28px;
	right:0;
	width:45px;
	height:45px;
	z-index:100;
}
#menuBtn img {
	width: 106px;
	position: fixed;
    z-index: 99;
    right: calc(50% - 424px);
	margin-top:-2.2%;
}
#menuBtn img:hover {
	opacity:1;
}

.spMenu {
	position:fixed;
	z-index:100;
	display:none;
	width:850px;
	top:73px;
	left:calc(50% - 424px);
}
.spMenu ul {
	width:100%;
	overflow:hidden;
	
}
.spMenu li a {
	display:block;
	padding:10px 15px;
	background:url(../images/common/arrow01.gif) no-repeat 96% 50%;
	color:#fff;
	font-size:1.0em;
	text-decoration:none;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight:800;
	box-sizing:border-box;
	font-size:18px;
}
.spMenu li a:hover {
	opacity:0.6;
}
.spMenu li a span {
	display:none;
}
.spMenu p {
    font-size: 18px;
    padding: 1%;
}

/*  [DL] styleQA
----------------------------------------------------------*/

dl.styleQA dt {
	padding: 3% 0 3% 14%;
    color: #004da0;
    font-weight: bold;
    background: url(../images/QA01.gif) no-repeat 2% 50%;
    background-size: 8%;300;
	font-size: 24px;
}
dl.styleQA dd {
	padding: 8% 0 8% 14%;
    margin-bottom: 8%;
    background: url(../images/QA02.gif) no-repeat 2% 50%;
    background-size: 8%;
    border-bottom: 1px solid #004da0;
	font-size: 18px;
	line-height: 180%;
}

/*  PC版文字サイズの変更
----------------------------------------------------------*/

	
h2 span {
   font-size: 28px;
}

h3 {
    font-size: 30px;
}
h3.bgColor01 {
    font-size: 24px;
}

.innerBoxColor01 h4 span {
    font-size: 24px;
}
.innerBoxColor02 h4 {
    font-size: 24px;
}
h5 {
    font-size: 24px;
}

p.titleColor01 {
    font-size: 22px;
}


.borderBox01 p.sub {
	padding: 0 1% 0 2%;
    font-size: 16px;
}

.borderBox01 p.date {
    font-size: 36px;
    padding: 2% 4% 0 6%;
    margin-bottom: -5%;
}

.borderBox01 p.title {
    font-size: 24px;
}
.mapBtn {
    font-size: 22px;
}
table.style02 th {
    padding: 2% 4%;
    font-size: 18px;
}
	
.textImgBox35 p.title span {
    font-size: 24px;
}
footer#footerType01 address {
    font-size: 18px;
}
#copy {
    font-size: 14px;
}

table.style01 td {
    font-size: 20px;
}
.contactBtn{
	font-size: 24px;
}

/* PCでは非表示
----------------------------------------*/
.pcNone {
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　必ず設定する　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
------------------------------------------------------------------------------------------------------------------------------------------*/
/* ベースの横幅
----------------------------------------------------------*/


.innerBox {
	padding-bottom:4%;
	margin:0 auto;
	width:850px;
}
#headerType02{
	margin:0 auto;
	width:850px;
	
	}


/* pageTop
----------------------------------------------------------*/
#pageTop {
	background: #ed1b23;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-decoration:none;
	font-size: 13px;
	text-align:center;
	z-index:1000;
	color:#fff;
}



}

/*追加分*/
address{
font-size: 80%;
line-height: 130%;
}