@charset "UTF-8";

/*
スタイルシート style.css
--------------------------------------------------

PC用CSS：599px 〜 1024px
スマホ用CSS：〜 599px

*/
@font-face {
font-family: "kuzushijiReisho";
  src: url(fonts/kuzushijiReisho2.woff) format("woff");
}




html {font-size: 16px;}
.pc {display: block !important}
.sp {display: none !important}

@media screen and (max-width: 599px) {
	html {font-size: .875rem;}
	.pc {display: none !important}
	.sp {display: block !important}
}





/*
--------------------------------------------------
body
--------------------------------------------------
*/

body {
	font-family:  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
}






/*
--------------------------------------------------
よく使う汎用設定
--------------------------------------------------
*/

.c-showEntrySection {
	margin: 0 0 .625rem;
	padding: 1rem 1.25rem;
	border: 1px solid #CCC;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;/*斜体対応*/
}

.section,section {margin-bottom: 3.125rem;clear: both;}
.marginR {margin-right: 0 !important;}




/*float制御
--------------------------------------------------*/
.clearBoth {
	clear: both;
}



/*見出し・段落 初期設定
--------------------------------------------------*/
h2,h3,h4,h5,h6,p,dl {
	margin: 0;
	padding: 0;
}



/*その他 初期設定
--------------------------------------------------*/
ul,ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
p,ul,ol,table,dl {
	font-size: 1rem;
	line-height: 1.5;
}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: normal;
	margin: 0 0 5px;
	background-color: #FFF;
}
th,td {padding: 5px .625rem;}
th {text-align: left;}
img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #600;
}

div, input, textarea, a {box-sizing: border-box !important;}





/*
----------------------------------------------------------------------------------------------------
定番設定 - 吉田のお気に入り
----------------------------------------------------------------------------------------------------
*/

/*マージン、パッディング
--------------------------------------------------*/
.marginB       {margin-bottom: 0 !important;u}
.marginB10   {margin-bottom:   .625rem !important;}
.marginB20   {margin-bottom:   1.25rem !important;}
.marginB30   {margin-bottom:   1.875rem !important;}
.marginB40   {margin-bottom:   2.5rem !important;}
.marginB50   {margin-bottom:   3.125rem !important;}
.marginB80   {margin-bottom:   5rem !important;}
.marginB100 {margin-bottom: 6.25rem !important;}
.marginB1em {margin-bottom: 1rem !important;}
.height1em {height: 1em !important;}
.height2em {height: 2em !important;}
.height3em {height: 3em !important;}
.height4em {height: 4em !important;}
.height5em {height: 5em !important;}
.height6em {height: 6em !important;}
.height7em {height: 7em !important;}
.height8em {height: 8em !important;}
.height9em {height: 9em !important;}
.height10em {height: 10em !important;}
.paddingL1em {padding-left: 1em;}
.paddingL2em {padding-left: 2em;}
.paddingL3em {padding-left: 3em;}
.paddingL8em {padding-left: 8em;}
.paddingL10em {padding-left: 10em;}
.paddingLR2em {padding-left: 2em;padding-right: 2em;}
.paddingB {padding-bottom: 0 !important;}
.paddingB80 {padding-bottom: 5rem !important;}
.paddingT10 {padding-top: .625rem !important;}
.paddingT20 {padding-top: 1.25rem !important;}
.paddingT80 {padding-top: 5rem !important;}
.marginT20 { margin-top: 1.25rem !important;}
.marginT-20 { margin-top: -1.25rem !important;}
.marginT-10 { margin-top: -.65rem !important;}
.marginL1em {margin-left: 1em !important;}

@media screen and (max-width: 599px) {
	.paddingL1em,
	.paddingL2em,
	.paddingL3em,
	.paddingL8em,
	.paddingL10em {padding-left: 0;}
	.paddingLR2em {padding-left: 0;padding-right: 0;}
}

.centering {
	text-align: center;
	margin: 0 auto ;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.kome {
	padding-left: 1em !important;
	text-indent: -1em !important;
}
.alignRight {
	text-align: right;
}
.alignR {
	text-align: right !important;
}
.fontSmaller {
	font-size: .875rem;
}

.spImgNewWindow {
	width: 100%;
	text-align: center;
}
.spImgNewWindow p {
	font-size: .875rem;
}

/*スマホ別ウインドウ表示用画像リンク追加タグ*/
.addLink {margin-bottom: 10px;}

/*均等分割
--------------------------------------------------*/
.blockDiv1 { width: 100%; }
.blockDiv2 { width: 50%; }
.blockDiv3 { width: 33.333333%; }
.blockDiv3-2 { width: 66.666666%; }
.blockDiv4 { width: 25%; }
.blockDiv4-3 { width: 75%; }
.blockDiv5 { width: 20%; }
.blockDiv5-2 { width: 40%; }
@media screen and (max-width: 599px) {
	.blockDiv2,
	.blockDiv3, .blockDiv3-2,
	.blockDiv4, .blockDiv4-3,
	.blockDiv5,
	.blockDiv5-2 {width: 100%;}
}

/*フォントカラー
--------------------------------------------------*/
.colorDeepRed {color: #600 !important;}
.colorDeepRedBold {color: #600 !important;font-weight: bold !important;}
.colorBlue {color: #09C !important;}
.colorPurple {color: #909 !important;}
.colorBlack {color: #000 !important;}
.colorRedBold {color: #C00 !important;font-weight: bold !important;}
.fontRed {color: #FF0000 !important;}
.fontRedBold {color: #FF0000 !important;font-weight: bold !important;}
.fontBold {font-weight: bold !important;}
.fontBoldC {font-weight: bold !important;text-align: center !important;}
.fontYellow {color: #FFFF00 !important;}
.fontYellowBold {color: #FFFF00 !important;font-weight: bold;}
.fontBlue {color: #3399FF !important;}
.fontPurpleBold {color: #660099;font-weight: bold;}
.fontRedPurpleBold {color: #990066;font-weight: bold;}
.fontGreenBold {color: #009933 !important;font-weight: bold !important;}

/*フレックスボックス
--------------------------------------------------*/
.flexBoxC {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexBoxR {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flexBoxL {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flexBoxB {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexBoxA {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flexBoxCE {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.alignItemsC {
	align-items: center;
}





/*
--------------------------------------------------
ヘッダー設定
--------------------------------------------------
*/

#headerWrapper {
padding: 0;
width: 100%;
margin: 0 auto;
border-top: 5px solid #F0D250;
}
#header {
	padding: 0;
	width: 1000px;
	text-align: left;
	background-image: url(); /**/
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
#headerFlower {
    float: left;
	margin: 0;
	padding: 0;
}
#headerLogo {
	margin: 0;
	float: left;
	padding: 5px 0 0;
}
#headerLogo img#headerLogo1st {
	padding-left: 1.875rem;
	vertical-align: top;
}
#headerLogo img#headerLogo2nd {
    animation: animationZoom1 1s ease-in-out forwards;
}
@keyframes animationZoom1 {
    0% { transform: scale(0.135)}
    100% { transform: scale(1)}
}


#headerTel {
	margin: 0;
	float: right;
	padding: 35px 0 24px;
}
#headerTel p {
	line-height: 1.2;
	padding-bottom: .625rem;
	text-indent: -5em;
	padding-left: 5em;
}
#headerTel img {
	margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
	#header {
		width: 100vw;
	}
    #headerFlower {
        display: none;
    }
	#headerLogo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	#headerLogo img {
		width: auto;
		height: 60px;
	}
    #headerLogo img#headerLogo1st {
		padding-left: 0;
    }
    #headerLogo img#headerLogo2nd {
        animation: animationZoom1 1s ease-in-out forwards;
    }
    @keyframes animationZoom1 {
        0% { transform: scale(0.1)}
        100% { transform: scale(1)}
    }
	#headerTel {
		float: none;
		text-align: center;
		padding-top: 1rem;
		padding-bottom: .5rem;
		margin: 0 auto;
	}
	#headerTel p {
		line-height: 1.2em;
		padding-bottom: .625rem;
		text-indent: 0;
		padding-left: 0;
	}
	#headerTel p.sp {
		padding-bottom: 3px;
	}
}





/*
--------------------------------------------------
ヘッダーナビ設定
--------------------------------------------------
*/

#navi {
	padding: 0;
	height: 40px;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background-color: #C49EC8;
}
#navi ul {
	width: 1000px;
	list-style-type: none;
	margin: 0 auto;
	padding: 5px 0 0;
}
#navi ul li {
	position: relative;
	float: left;
	height: 30px;
	width: 155px;
	text-indent: -10000px;
	padding-right: 14px;
}
#navi ul li#menu6 {
	padding-right: 0;
}
#navi ul#smenu,
#navi ul#sPDmenu li#menuClose {
	display: none;
}
#navi ul li a {
	height: 28px;
	width:153px;
	background-image: url(images/header-naviBtn2019-2.png);
	background-repeat: no-repeat;
	display: block;
	background-color: #714289;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}
#navi ul li a:hover,#navi ul li a.active {
	background-color: #4E2F4F;
}
#navi ul li#menu1 a {background-position: 0 -2px;}
#navi ul li#menu2 a {background-position: -170px -2px;}
#navi ul li#menu3 a {background-position: -339px -2px;}
#navi ul li#menu4 a {background-position: -508px -2px;}
#navi ul li#menu5 a {background-position: -677px -2px;}
#navi ul li#menu6 a {background-position: -846px -2px;}
#navi ul li#menu7 {display: none;}

@media screen and (max-width: 599px) {
	#navi {
		border-top: 5px solid #F0D250;
		height: auto;
		width: 100vw;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 2px solid #9370db;
	}
	#navi ul {
		width: 100%;
		padding: 0;
	}
	#navi ul#smenu,
	#navi ul#sPDmenu li#menuClose {
		display: block;
	}
	#navi ul#smenu li {
		position: static;
		float: none;
		height: auto;
		width: auto;
		text-indent: 0;
		text-align: left;
	}
	#navi ul#smenu li {
		height: 40px;
		width: auto;
		background-image: url(images/sp-menu2.png);
		padding: 0 1rem;
		display: block;
		background-color: transparent;
		border-radius: 0;
		border: 0;
		background-position: 1rem center;
		background-repeat: no-repeat;
	}
	#navi ul#smenu li.active {
		background-image: url(images/sp-menuClose2.png);
	}
	#navi ul#smenu li span {
		display: none;
	}
	#navi ul#sPDmenu {
		display: none;
	}
	#navi ul#sPDmenu li {
		padding: 0;
		position: static;
		float: none;
		height: auto;
		width: auto;
		text-indent: 0;
		text-align: left;
	}
	#navi ul#sPDmenu li a {
		height: auto;
		width: auto;
		background-image: none;
		padding: 1rem;
		padding-left: 2rem;
		display: block;
		background-color: white;
		border-radius: 0;
		border: 0;
		border-bottom: 1px dotted #999999;
	}
	#navi ul li a:hover,#navi ul li a.active {
		background-color: #FFFF00;
	}
	#navi ul#sPDmenu li#menuClose a {
		background-color: #CCCCCC;
	}
    #navi ul li#menu7 {display: block;}
}




/*
--------------------------------------------------
パン屑・H1ブロック
--------------------------------------------------
*/

#searchEngineItem {
	width: 1000px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#searchEngineItem {
		display: none;
	}
}


/*パンくずリスト
--------------------------------------------------*/
#breadCrumb {
	padding: 0;
	width: 500px;
	text-align: left;
	float: left;
	margin: 0;
}
#breadCrumb ul {
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
	font-size: .625rem;
	line-height: normal;
}
#breadCrumb ul li {
	margin: 0;
	padding: 0;
	display: inline;
}



/*H1タイトル
--------------------------------------------------*/
#H1title {
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: right;
	float: right;
}
#H1title h1 {
	margin: 2px 0;
	padding: 0;
	font-size: .625rem;
	font-weight: normal;
}





/*
--------------------------------------------------
コンテンツレイアウト
contentsWrapper,catchImage,contents DIV設定
--------------------------------------------------
*/

#contentsWrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	clear: both;
}
#catchImage {
	margin: 0 0 1.5625rem 0;
}
.index #catchImage img {
	margin-bottom: 1.25rem;
}
#contents {
	float: right;
	width: 760px;
	margin: 0 0 2.8125rem;
	padding: 0;
	text-align: left;
}
#contentsWide {
	width: 100%;
	margin: 0 0 2.8125rem;
	padding: 0;
	text-align: left;
}

@media screen and (max-width: 599px) {
	#contentsWrapper {
		width: 100vw;
	}
	#catchImage {
		margin: 0;
	}
	#catchImage img {
		width: 100%;
		height: auto;
	}
	#contents ,
	#contentsWide {
		float: none;
		width: 100%;
		padding: 1rem;
		margin: 0;
		overflow: hidden;
	}
}




/*
--------------------------------------------------
サイドバー設定
--------------------------------------------------
*/

#sidebar {
	float: left;
	padding: 0;
	width: 200px;
	margin: 0 0 1.875rem;
}
#sidebar .sidebarTitle {
	margin-bottom: .625rem;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#sidebarMenu {
	padding: 10px;
	width: 100%;
	margin: 0 0 1.25rem;
	background-color: #F0D250;
}
#sidebarBoshu {
	padding: 10px;
	width: 100%;
	margin: 0 0 1.25rem;
	background-color: #CCCC99;
}
#sidebarMenu ul li,
#sidebarBoshu ul li {
	padding: 0;
	margin: 0 0 .625rem;
	text-indent: -10000px;
}
#sidebarMenu ul li a,
#sidebarBoshu ul li a {
	background-image: url(images/sidebarBtnAll201910.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 180px;
	background-position: 0 0;
}
#sidebarBoshu ul li a {
	background-image: url(images/sidebarBtnBoshu.png);
	height: 45px;
}
#sidebarFlower {
    margin-top: 100px;
    overflow: hidden;
}

@media screen and (max-width: 599px) {
	#sidebar {
		display: none;
	}
}


/*サイドバーメニューボタン
--------------------------------------------------*/
#sidebarMenu ul li#sidebarBtn2 a {background-position: -180px 0;}
#sidebarMenu ul li#sidebarBtn3 a {background-position: -360px 0;}
#sidebarMenu ul li#sidebarBtn4 a {background-position: -540px 0;}
#sidebarMenu ul li#sidebarBtn5 a {background-position: -720px 0;}
#sidebarMenu ul li#sidebarBtn6 a {background-position: -900px 0;}
#sidebarMenu ul li#sidebarBtn1 a:hover {background-position: 0 -30px;}
#sidebarMenu ul li#sidebarBtn2 a:hover {background-position: -180px -30px;}
#sidebarMenu ul li#sidebarBtn3 a:hover {background-position: -360px -30px;}
#sidebarMenu ul li#sidebarBtn4 a:hover {background-position: -540px -30px;}
#sidebarMenu ul li#sidebarBtn5 a:hover {background-position: -720px -30px;}
#sidebarMenu ul li#sidebarBtn6 a:hover {background-position: -900px -30px;}
#sidebarBoshu ul li#sidebarBtnBoshu a:hover {background-position: 0 -45px;}





/*
--------------------------------------------------
フッター設定
--------------------------------------------------
*/

#footerWrapper {
	clear: both;
	background-image: url(images/footerBG2.png);
	background-repeat: repeat-x;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	background-position: center bottom;
}
#footerWrapper #footerCopy {
	padding-top: .625rem;
	margin-bottom: .625rem;
	border-top: 1px dotted #CCCCCC;
}
#footerWrapper #footerCopy p {
	font-size: .875rem;
	color: #714289;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#footerSitemap {
	margin: 0 auto 1.25rem;
	text-align: center;
	padding: .625rem 0;
	font-size: 1rem;
	background-color: #714289;
}
#footerSitemap a {
	padding: 0 1em;
	margin: 0;
	color: #FFFFFF;
}
#footerSitemap a:hover {
	color: #FFFF00;
}
#footerComName {
	margin: 0 auto .625rem;
	padding: 0;
	clear: both;
	font-size: .875rem;
	line-height: 1.3em;
	text-align: center;
}
#footerComName img {
	margin-bottom: 1.25rem;
}
.footerComNameAddress span {
	display: inline-block;
	padding: 0 1em
}
#footerAddress {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding: 3px;
	font-size: .625rem;
	line-height: normal;
}

@media screen and (max-width: 599px) {
	#footerWrapper #footerCopy {
		padding: 1rem;
		margin-bottom: 0;
		text-align: left;
	}
	#footer {
		width: 100%;
	}
	#footerAddress {
		width: 100%;
		padding: 3px 0;
	}
	#footerSitemap {
		padding: 8px;
	} 
	#footerSitemap a {
padding: .5em;
margin: 8px;
display: inline-block;
width: calc( 50% - 18px );
border: 1px solid #FFFFFF;
border-radius: 5px;
background-color: #714289;
-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.20);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.20);
	}
	#footerComName img {
		width: 170px;
		height: auto;
	}
	.footerMail {
		padding: .625rem 0;
	}
}
@media screen and (max-width: 320px) {
	#footerSitemap a span {
		display: inline-block;
	}
}



/*PAGETOPボタン用
--------------------------------------------------*/
#pageTop {
    position: fixed;
    bottom: 180px;
    right: 0;
    z-index: 9999;
}
#pageTop a {
	width: 27px;
	display: block;
}
#pageTop span {
	width: 27px;
	height: 120px;
	display: block;
	background-image: url(images/pageTop.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
	#pageTop {
		bottom: 40px;
	}
}



/*お問い合わせボタン
--------------------------------------------------*/
.contactusButton {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}










/*
----------------------------------------------------------------------------------------------------
各固定ページ共通設定ここから
----------------------------------------------------------------------------------------------------
*/

#contents h2,
#contentsWide h2,
p.titleBgBrown {
	background-color: #7B0000;
	padding: .625rem;
	border-radius: 40px;
}
#contents h2,
#contentsWide h2 {
	padding-left: 1.5em;
	max-width: 320px;
	display: block;
}
#contents h2 img,
#contentsWide h2 img {
	display: block;
}
#contents #indexAotsushin h2 {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	max-width: none;
}

/*
--------------------------------------------------
トップページ設定
--------------------------------------------------
*/

#catchWords {
	background-color: #714289;
	padding: 1.875rem;
	text-align: center;
}
#catchWords p {
	font-size: 1.75rem;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0 auto;
	letter-spacing: 0.15em;
}
#catchWords p:first-child {
	font-size: 2.125rem;
	color: #FFFF00;
	margin-bottom: 1rem;
}
#catchWords p > span {
	display: inline-block;
}
#catchWords p span span {
	font-size: 1.25rem;
}

.index #catchImage #decipherers p {
	text-align: center;
}
.index #catchImage #decipherers img {
	margin-bottom: 2em;
	width: 100px;
	height: auto;
}
.index #catchImage #decipherers > p:first-child {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.index #catchImage #decipherers > p:last-child {
	font-size: 1.4rem;
	font-weight: bold;
	color: #714289;
	padding: .3em 1em .1em;
	border: 2px solid #000000;
	letter-spacing: .1em;
}
.index #catchImage #decipherers .blockDiv5 p {
	padding: .5em;
	line-height: 1.3;
}
.index #catchImage #decipherers .pc p {
	padding: 35px;
}
@media screen and (max-width: 599px) {
	.index #catchImage #decipherers {
		padding: 0 1rem;
	}
	.index #catchImage #decipherers > p:first-child {
		line-height:1.3;
	}
	.index #catchImage #decipherers > p:first-child span::before {
		content: "\A";
		white-space:pre;
	}
	.index #catchImage #decipherers > p:last-child {
		letter-spacing: 0;
	}
	.index #catchImage #decipherers .blockDiv5 {
		width: 50%;
	}
	.index #catchImage #decipherers .blockDiv5 img {
		width: auto;
		max-width: 90px;
	}
}


#indexDocsToDecode {
	border-radius: 10px;
	border: 5px solid #714289;
	padding: 1.25rem;
	text-align: center;
	margin: 0 auto 1.25rem;
}
#indexDocsToDecode p {
	font-size: 1.25rem;
	line-height: 1.3;
}
#indexDocsToDecode p:first-child {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-bottom: 1.875rem;
	font-family: kuzushijiReisho, sans-serif;
}
#indexDocsToDecode p:first-child span.kakko {
	font-size: 1.35rem;
}
#indexDocsToDecode p:nth-child(2) {
	font-weight: bold;
	margin-bottom: 1.25rem;
}
#indexDocsToDecode p:last-child {
	font-size: 1.25rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #714289;
	padding: 1.25rem 0 1rem;
	margin: 0 -1.25rem -1.25rem;
}
#indexContactUs {
	width: 760px;
	background-color: #FBF5DB;
	padding: 0;
	margin: 0 0 2.1875rem;
}
#indexContactUsLeft {
	float: left;
	width: 560px;
	margin: 0;
	padding: 1.25rem 0 .625rem 1.875rem;
}
#indexContactUsLeft p.titleBgBrown {
	max-width: 320px;
	text-align: center;
	margin-bottom: .625rem;
}
#indexContactUsRight {
	margin: 0;
	float: left;
	text-align: center;
	width: 200px;
	padding: 5.25rem 1.25rem 1.25rem 0.5rem;
}
#indexContactUsRight img {
	margin-bottom: .625rem;
}
#indexContactUsRight p {
	font-size: .875rem;
	line-height: 1.125;
}
#indexContactUsRight p:first-child {
	float: left;
	padding-top: 4.5em;
}
#indexContactUsRight p:last-child {
	 float: right;
}
.index #spBoshu {
    display: none;
}
.index #spBoshu div {
	width: 180px;
	margin: 0 auto;
}
.index #spBoshu div a {
	background-image: url(images/sidebarBtnBoshu.png);
	height: 45px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
.index #spBoshu div a span {
	display: none;
}
#indexAotsushin {
	width: 100%;
	overflow-y: hidden;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;/*斜体対応*/
}
#indexAotsushin .indexAotsushinTitle {
	margin-bottom: .625rem;
}

@media screen and (max-width: 599px) {
	#catchWords {
		padding: 1.25rem;
		text-align: center;
	}
	#catchWords p {
		line-height: 1.2;
		letter-spacing: 0;
	}
	#catchWords p:first-child {
		font-size: 1.75rem;
		color: #FFFF00;
		margin-bottom: 1rem;
	}
	#indexDocsToDecode p span {
		display: inline-block;
	}
	#indexDocsToDecode p:last-child {
		font-weight: bold;
		font-size: 1.125rem;
	}
	#indexContactUs {
		width: auto;
	}
	#indexContactUsLeft {
		float: none;
		width: auto;
		padding: 1rem;
	}
	#indexContactUsRight {
		float: none;
		width: auto;
		padding: 1rem;
	}

	#indexContactUsRight img {
		margin-bottom: .625rem;
		height: 95px;
		width: auto;
	}
	#indexContactUsRight p {
		font-size: .875rem;
		line-height: 1.125;
	}
	#indexContactUsRight p:first-child {
		width: calc(100% - 80px - 1em);
		text-align: right;
		padding-top: 4em;
		padding-right: 1em;
	}
	#indexContactUsRight p:first-child span {
		display: inline-block;
		text-align: center;
	}
	#indexContactUsRight p:last-child {
		width: 80px;
		text-align: center;
	}
	
	#indexAotsushin h1,
	#indexAotsushin h2,
	#indexAotsushin h3,
	#indexAotsushin span {
		font-size: 1rem !important;
	}
    .index #spBoshu {
        padding: 10px;
        margin: 0 auto 1.25rem 0;
        background-color: #CCCC99;
        text-align: center;
        display: inline-block !important;
    }
}





/*
--------------------------------------------------
解読見本ページ
--------------------------------------------------
*/

#contents.sample h2,
#contentsWide.sample h2 {
	margin: 0 0 3.125rem;
}
.sample .noteBlock {
	margin: 0 auto 1.25rem;
	width: 800px;
	border: 1px dotted #CCCCCC;
	padding: 1rem;
	background-color: #FBF5DB;
}
.sample .noteBlock table {
	line-height: 1.9rem;
	width: auto;
	margin: 0 auto .625rem 0;
	background-color: transparent;
}
.sample .noteBlock table th,
.sample .noteBlock table td {
	padding: 0;
	vertical-align: top;
}
.sample .noteBlock table th {
	color: #660000;
	font-weight: normal;
}
.sample .noteBlock table td {
	padding-left: 1em;
}


/*クライアント側でレイアウトがずれるため断念*/
.sample .noteBlock dl {
	line-height: 1.875rem;
	margin: 0 0 .625rem;
	padding: 0 !important;
}
.sample .noteBlock dl dt {
	color: #660000;
}
.sample .noteBlock dl dt span {
	letter-spacing: 2em;
}
.sample .noteBlock dl dt {
}
.sample .noteBlock dl dd {
	margin-top: -1.875rem;
	padding: 0 0 0 6.5em;
	margin-left: 0;
}
.sample .noteBlock p {
	line-height: auto;
	margin: 0 auto;
	text-align: center;
}
.sample .noteBlock p.note {
	font-size: 1.25rem;
	padding: 0;
	margin: 0 auto .625rem;
}
.sample .noteBlock p.noteFooter {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}
.sample .noteBlock + p {
	line-height: 1.5;
	margin: 0 auto;
	width: 820px;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.25rem;
}
.sample p.imageCaption {
	line-height: auto;
	margin: 0 auto .625rem;
	text-align: center;
	/*color: #714289;*/
	font-size: 1.25rem;
}
.sample .imgWrapper {
	text-align: center;
	margin: 0 auto 3.125rem;
}
.sample .imgWrapper img {
	width: 1000px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 599px) {
	.sample .noteBlock {
		margin: 0 auto 1.25rem;
		width: auto;
		border: 1px dotted #CCCCCC;
		padding: 1rem;
		background-color: #FBF5DB;
	}
	.sample .noteBlock .note {
		color: #714289;
		font-weight: bold;
	}
	.sample .noteBlock table {
		width: 100%;
		margin-bottom: 0;
	}
	.sample .noteBlock table th {
		width: 100%;
		display: block;
	}
	.sample .noteBlock table td {
		padding-left: 2em;
		width: auto;
		display: block;
		margin-bottom: 1.25rem;
	}
	.sample .noteBlock dl dd {
		margin-top: 0;
		padding: 0 0 0 2em;
		margin-bottom: 1.25rem;
	}
	.sample .noteBlock + p {
		width: auto;
	}
}





/*
--------------------------------------------------
お客様の声・解読例ページ
--------------------------------------------------
*/

.kaidoku h2 {margin-bottom: 1.875rem;}
.kaidoku p.catchCopy {
	font-size: 1.25rem;
	font-size: 2rem;
	color: #714289;
	text-align: center;
	font-weight: bold;
}
.kaidoku .lead {
	margin: 0 auto 1rem;
	text-align: center;
}
.kaidoku .lead p {
	display: inline-block;
	text-align: left;
}

/*声の切替タブ
--------------------------------------------------*/
.kaidoku ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.kaidoku ul.tabs li {
    display: inline-block;
	margin: 0;
	border-radius: 7px 7px 0 0;
	padding: 2px 24px 0;
    background-color: #714289;
    color: #FFFFFF;
	border: solid 3px #714289;
}

.kaidoku h3 {
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: .625rem;
	border-bottom: 1px #CCCCCC dotted;
	color: #660000;
}
.kaidoku h4 {
	font-size: 1rem;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto .625rem;
	color: #FFFFFF;
	background-color: #714289;
	width: 960px;
	border-radius: 8px 8px 0 0;
}
.kaidoku p {
	margin-bottom: 1em;
}
.kaidoku p.client {
	text-align: center;
	margin-bottom: 1.25rem;
}
.kaidoku section {
	border-radius: 0 8px 8px 8px;
	padding: 19px;
	border: 1px solid #CCCCCC;
	margin-top: -1px;
	z-index: 0;
	clear: none;
}
.kaidoku .blockWrapper {
	margin-bottom: 1.875rem;
	text-align: center;
 }
.kaidoku .blockWrapper2 {
	text-align: center;
}
.kaidoku .textBlock {
	float: right;
	text-align: left;
}
.kaidoku .imgBlock1 {
	float: left;
	text-align: center;
}
.kaidoku .imgBlock1 p,
.kaidoku .blockWrapper2 p {
	margin-bottom: 0;
}
.kaidoku .imgBlock1 img {
	border: 1px solid #CCC;
	-webkit-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
}

/*タブ内の個別設定
--------------------------------------------------*/
.kaidoku #tab1 .imgBlock1 {width: 350px;}
.kaidoku #tab1 .textBlock {width: 600px;margin-top: 80px;}
.kaidoku #tab1 p.client   {margin-bottom: 2.5rem;}
.kaidoku #tab2 .imgBlock1 {width: 450px;margin-top: 140px;}
.kaidoku #tab2 .textBlock {width: 480px;}
.kaidoku #tab3 .imgBlock1 {width: 480px;}
.kaidoku #tab3 .textBlock {width: 480px;margin-top: 1.25rem;}
.kaidoku #tab4 .imgBlock1 {width: 510px;margin-top: 70px;}
.kaidoku #tab4 .textBlock {width: 420px;}
.kaidoku #tab5 .imgBlock1 {width: 510px;margin-top: 1.25rem;}
.kaidoku #tab5 .textBlock {width: 420px;}
.kaidoku #tab6 .imgBlock1 {width: 450px;margin-top: 90px;}
.kaidoku #tab6 .textBlock {width: 480px;}

@media screen and (max-width: 599px) {
	.kaidoku p.catchCopy {
		font-size: 1.575rem;
	}
	.kaidoku p.catchCopy span {
		display: inline-block;
	}
	.kaidoku ul.tabs li {
		margin: 0 5px 10px;
        margin: 0;
		border: 0;
		padding: 5px 1.5em 3px;
	}
	.kaidoku section {
		border-radius: 0;
		padding: 10px;
		border: 1px solid #CCCCCC;
		margin-top: 0;
		z-index: 0;
		clear: both;
	}
	.kaidoku .textBlock,
	.kaidoku .imgBlock1 {
		float: none;
	}
	.kaidoku h3 {
		font-size: 1.25rem;
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: .625rem;
		border-bottom: 1px #CCCCCC dotted;
		color: #660000;
	}
	.kaidoku h4 {
		font-size: 1rem;
		text-align: center;
		padding: 5px 0;
		margin: 0 auto .625rem;
		color: #FFFFFF;
		background-color: #714289;
		width: auto;
		border-radius: 8px 8px 0 0;
	}
	
	/*タブ個別設定
	--------------------------------------------------*/
	.kaidoku #tab1 .imgBlock1,
	.kaidoku #tab1 .textBlock,
	.kaidoku #tab2 .imgBlock1,
	.kaidoku #tab2 .textBlock,
	.kaidoku #tab3 .imgBlock1,
	.kaidoku #tab3 .textBlock,
	.kaidoku #tab4 .imgBlock1,
	.kaidoku #tab4 .textBlock,
	.kaidoku #tab5 .imgBlock1,
	.kaidoku #tab5 .textBlock,
	.kaidoku #tab6 .imgBlock1,
	.kaidoku #tab6 .textBlock {width: 100%;margin-top: 0;}
	.kaidoku #tab1 p.client   {margin-bottom: 1.25rem;}
	
	.kaidoku .tab_content img {
		max-width: 100%;
		height: auto;
	}
	.kaidoku .imgBlock1 img {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

}



/*
--------------------------------------------------
料金・お申込みページ
--------------------------------------------------
*/

.flow h2 {
	margin-bottom: 1.5625rem;
}
.flow h3 {
	margin-bottom: 1.25rem;
	color: #FF9300;
	font-weight: bold;
}
.flow h4 {
	width: 100%;
	overflow-x: hidden;
	margin-bottom: 1rem;
}
.flow .textBlock {
	padding-left: 3em;
	margin-bottom: 1.875rem;
}
.flow dl {
	line-height: 1.5rem;
	margin: 1.5em 3em;
}
.flow dl dt {}
.flow dl dd {
	margin: -1.5rem 0 0 3em;
}
.flow dl dd span {
	display: inline-block;
}
.flow p.arrow {
	padding-left: 3em;
	font-weight: bold !important;
}

@media screen and (max-width: 599px) {
	.flow .textBlock {
		padding-left: 0;
	}
	.flow p.arrow {
		color: #660000 !important
	}
}





/*
--------------------------------------------------
よくある質問ページ
--------------------------------------------------
*/

.faq h2 {
	margin-bottom: 1.5625rem;
}
.faq .faq-entryTitle {
	font-size: 1rem;
	font-weight: bold;
	color: #600;
	background-image: url(images/faq-Q.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-bottom: 4px;
	padding-left: 60px;
	padding-top: 7px;
}
.faq .faq-entryBody {
	background-image: url(images/faq-A.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 7px 0 12px 60px;
	margin-bottom: .625rem;
	border-bottom: 1px dotted #CCC;
}
.faq .faq-entryBody p span {display: inline-block;}
.faq .faq-entryBody a {color: blue;}
.faq .faq-entryBody a:hover {color: #600;}
.faq .faq-entryBody em,
.faq .faq-entryBody p.hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.faq-entryBody:last-child {
	margin-bottom: 1.25rem;
}
.faq .faq-entryBody table {
	line-height: 1.5rem;
	width: auto;
	margin: 0 auto 0 0;
}
.faq .faq-entryBody table th,
.faq .faq-entryBody table td {
	padding: 0;
}
.faq .faq-entryBody table th {
	color: #660000;
	font-weight: normal;
}
.faq .faq-entryBody table td {
	padding-left: 1em;
}


/*クライアント側でレイアウトがずれるため断念*/
.faq .faq-entryBody dl {
	line-height: 1.5rem;
	margin: 0;
	padding: 0 !important;
}
.faq .faq-entryBody dl dt {
	color: #660000;
}
.faq .faq-entryBody dl dt span {
	letter-spacing: 2em;
}
.faq .faq-entryBody dl dt {
}
.faq .faq-entryBody dl dd {
	margin-top: -1.5rem;
	padding: 0 0 0 6.5em;
	margin-left: 0;
}



@media screen and (max-width: 599px) {
	.faq .faq-entryTitle,
	.faq .faq-entryBody {
		background-position: left top;
		padding-left: 50px;
	}
	.faq .faq-entryBody p span {display: inline;}
	.faq .faq-entryBody table {
		width: 100%;
	}
	.faq .faq-entryBody table th {
		width: 100%;
		display: block;
	}

	.faq .faq-entryBody table td {
		padding-left: 1em;
		width: auto;
		display: block;
	}
	.faq .faq-entryBody dl dd {
		margin-top: 0;
		padding: 0 0 0 1em;
	}
}




/*
--------------------------------------------------
お問合せ・お見積りページ
--------------------------------------------------
*/

.form h2 {
	margin-bottom: 1.5625rem;
}
.form h3 {
	width: 100%;
	overflow-y: hidden;
	margin-bottom: 1rem;
}
.form .formTelMail dl {
	margin-bottom: 3.125rem;
	margin-left: 45px;
}
.form .formTelMail dl dt {
	font-weight: bold;
}
.form .formTelMail dl dd {
	padding-left: 7em;
	margin-top: -24px;
	margin-left: 0;
}
.form .form-requiredItem {
	color: #600;
	font-weight: bold;
	font-size: .875rem;
}
.form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}
.form table {
	width: auto;
	margin-bottom: 1.25rem;
	margin-top: -.625rem;
}
.form th {
	padding-left: 0;
	width: 8em;
}
.form td {
	padding-left: 0;
}
.form input[type="text"],
.form textarea {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFF;
}
.form textarea {
	font-size: 1rem;
}
.form input[type="text"].cname,
.form input[type="text"].ckana,
.form input[type="text"].cmail {width: 28em;}
.form input[type="text"].czip {width: 6em;}
.form input[type="text"].caddress {width: 33em;}
.form input[type="text"].ctel {width: 8.5em;}
.form textarea.ctextarea {width: 26em;}
.form button {
	font-size: 1rem;
	padding: .625rem 1rem;
	cursor: pointer;
	margin-right: 3.125rem;
	border: 1px solid #999999;
	background-image: -webkit-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	}
.form button[type="reset"] {
	margin-right: 15rem;
}

/*厄介なtype="file"
--------------------------------------------------*/
.form input[type="file"] {
	font-size: 1rem;
}
.form input[type="file"],
.form input[type="file"]::-webkit-file-upload-button {
	font: inherit;
	margin: 0;
	margin-bottom: 5px;
}
.form input[type="file"]::-webkit-file-upload-button {
	padding: .625rem 1em;
	border: 1px solid #999;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(white));*/
	background-image: -webkit-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,238,238,1.00) 0%,rgba(254,254,254,1.00) 100%);
	line-height: normal;
}

.form p.formNote {
	color: #FFFFFF;
	background-color: mediumblue;
	background-color: #714289;
	padding: .625rem 2em;
	margin-bottom: 1.875rem;
	display: inline-block;
	border-radius: 7px;
}
.form p.formNote2 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 7px 1em;
	margin-bottom: 1.875rem;
	display: inline-block;
	border: 5px solid mediumblue;
	border-radius: 7px;
}

.form .formNote3 {
	line-height: 1.7;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 1.2em 1.5em 1em;
	margin-bottom: 1.875rem;
	display: inline-block;
	border: 5px solid #FF0000;
	border-radius: 7px;
}
	.form #buttonWrapper {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.form #buttonWrapper p {
		display: block;
	}

@media screen and (max-width: 599px) {
	.form .formTelMail dl {
		margin-left: 0;
	}
	.form .formTelMail dl dd {
		padding-left: 2em;
		margin-top: 0;
		margin-bottom: .625rem;
	}
	.form table {
		width: 100%;
		margin-bottom: 1.25rem;
		margin-top: -.625rem;
		display: block;
	}
	.form table td,
	.form table th {
		width: 100%;
		padding-right: 0;
		display: block;
	}
	.form table td {
		border-bottom: 1px dotted #999999;
	}
	.form input[type="text"].cname,
	.form input[type="text"].ckana,
	.form input[type="text"].cmail,
	.form input[type="text"].czip,
	.form input[type="text"].caddress,
	.form input[type="text"].ctel,
	.form input[type="file"].cfile,
	.form textarea.ctextarea {width: 100%;}
	.form button {
	}
	.form button[type="reset"] {
		margin-right: 0;
	}
}





/*
--------------------------------------------------
解読者募集
--------------------------------------------------
*/

.boshu h2 {
	margin-bottom: 1.5625rem;
}
.boshu h2 img {
	width: auto;
	height: auto;
}
.boshu span.boshuText01::after {
	content: "\A";
}
.boshu span.boshuText02 {
	padding-left:25em ;
}
@media screen and (max-width: 599px) {
	.boshu span.boshuText01::after {
		content: "";
	}
	.boshu span.boshuText02 {
		padding-left: 0;
	}
}




/*
--------------------------------------------------
ブログ記事
--------------------------------------------------
*/

#blogEntryDate {
	text-align: right;
	margin-bottom: 1.25rem;
}
#blogEntryPager {
	padding: .625rem;
	width: auto;
	margin-top: 3.125rem;
	border-top: 1px dotted #CCC;
}
#blogEntryPreviousPageLink {
	float: left;
}
#blogEntryNextPageLink {
	float: right;
}





/*
--------------------------------------------------
ブログ記事一覧
--------------------------------------------------
*/

#blogEntryListSection h2 {
	text-indent: 0;
	color: #C00;
	font-weight: normal;
	border: 3px solid #D6D6D6;
	font-size: 1.625rem;
	line-height: normal;
	padding: 1rem 1px 1rem 1em;
	margin: 0 0 1.25rem;
	width: auto;
	height: auto;
}
#blogEntryListSection {
	text-align: left;
}
#blogEntryListSection dl dt {
	text-align: right;
	width: 160px;
}
#blogEntryListSection dl dd {
	color: #633;
	margin: -18px 0 0 170px;
	padding: 0;
}
#blogEntryListSection dl dd img {
	padding: 0 5px 0 0;
}
#blogEntryListPager {
	padding: .625rem;
	width: auto;
	margin-top: 3.125rem;
	border-top: 1px dotted #CCC;
	text-align: right;
}





@media print {
	#pageTop span {
		display: none;
	}
}




