@charset "utf-8";
/*
Theme Name: template074742
Theme URI: http://theme-designers.com/
Description: テーマデザイナーズによるwordpressテーマの自動生成
Version: 1.0
Author: テーマデザイナーズ by Webloco
Author URI: http://theme-designers.com/
Tags: theme-designers webloco

	Webloco template v1.0
	 http://webloco.webolha.com/

	designed and built by Webloco template,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*-------------------商品ページレイアウト-----------------------*/
 

/*-------------------コンテンツ幅-----------------------*/
#wrapper,
.column{
width:100%;
margin:0 auto;
}
.inner{
width:99%;
margin:0 auto;
}
#header .inner{
width:100%;
margin:0 auto;
padding:0 1em;
}
#contents{
padding-top:1em;
padding-bottom:1em;
}
#contentsMain{
width:100%;
padding:0 auto;
}
/*
.post{
padding:0 1em;
}
*/
.singlePage  .post,
.singlePage .dateLabel,
.pagenation,
ul.archiveList,
#contentsMain .widgetArea{
width:99%;
margin:0 auto;
}

/*-------------------ベースカラム-----------------------*/
 .column {
display: flex;
flex-direction:row;
flex-wrap:wrap;
display:-webkit-box;/*--- Androidブラウザ用 ---*/
display:-ms-flexbox;/*--- IE10 ---*/
display: -webkit-flex;/*--- safari（PC）用 ---*/
-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
 .column #contentsMain {
	width:100%;
order:2;
}
 .column #contentsLeft {
	display:none;
}
 .column  #contentsRight {
	display:none;
}
 .column #contentsHeader {
	width:100%;
	order: 1;
}
 .column #contentsFooter {
	width:100%;
	order: 3;
}

/*-------------------サイトカラー-----------------------*/
/*--bodyのスタイル--*/
body{
background:#ffffff;
color:#000000;
}
 a{
color:#000000;
}
 #footer{
background:#ebeced;
}

  #footer a{
color:#000000;
}
  #footer a:hover{
color:#000000;
}
 #copyright{
background:#ffffff;
}

/*-------------------カラムの調整-----------------------*/
 

/*-------------------基本スタイル-----------------------*/
/*--bodyのスタイル--*/
 #wrapper{
line-height:1.5;
}
 p{
padding:0.3em;
margin:0;
}

 a{
margin:0;
padding:0;
text-decoration:none;
}

 a:hover,
 a:active{
text-decoration:underline;
}

 a img:hover{
    opacity: 0.8;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------書体-----------------------*/
 #wrapper{
font-family:'Noto Sans Japanese',"メイリオ","Meiryo","MS Gothic",Sans-Serif;
}

/*-------------------文字サイズ-----------------------*/
 #wrapper{
font-size:16px;
}

/*-------------------レイアウトの調整-----------------------*/
 

/*-------------------タイトル見出し-----------------------*/
 .midashiTitle {
line-height:1;
padding:1em 0.5em;
background: #ebeced;
color:#000000;
text-align:center;
}

/*-------------------見出し１-----------------------*/
 .midashi1 {
line-height:1;
padding:1em 0.5em;
background: #ebeced;
color:#000000;
text-align:center;
}

/*-------------------見出し２-----------------------*/
 .midashi2{
clear:both;
position: relative;
padding: 0.5em 0.3em 0.5em 0.7em;
line-height:1;
color:#333;
}
 .midashi2:before{
content: "";
position:absolute;
top:.5em;
left:0;
width: .3em;             /* 四角形の横幅 */
height: 1em;            /* 四角形の縦幅 */
background: #000000;
}

/*-------------------見出し３-----------------------*/
 

/*-------------------見出し４-----------------------*/
 

/*-------------------見出しの書式-----------------------*/
  

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

/*-------------------ヘッダーレイアウト-----------------------*/
 #header{
background:#ffffff;
}
 #header img{
vertical-align: bottom;
}
 #header h1{
font-size:0.7em;
font-size:normal;
padding:0;
margin:0;
}
 #header h2{
padding:0;
margin:0;
padding:0 0.5em;
}
 #header .hLeft{
width:25%;
height:4em;
display:table-cell;
vertical-align: middle;
padding-left:2em;
}

 #header .hRight{
width:74%;
padding:0;
height:4em;
display:table-cell;
vertical-align: middle;
}

 #header .widgetArea img{
max-width:100%;
}

 div.breadcrumbs {
padding:1em 1em;
}

/*-------------------ウィジェット内リスト-----------------------*/
 #header .widget_archive ul, #header .widget_recent_comments ul, #header .widget_recent_entries ul, #header .widget_categories ul, #header .widget_text ul, #header .widget_nav_menu ul, #header .widget_meta ul{
padding:0;
margin:0;
list-style:none;
line-height:1;
border-right: 1px solid #8c8c8c;
}

 #header .widget_archive ul li,

 #header .widget_recent_comments ul li,

 #header .widget_recent_entries ul li,

 #header .widget_categories ul li,

 #header .widget_text ul li,

 #header .widget_nav_menu ul li,

 #header .widget_meta ul li{
float:left;
padding:0;
margin:0;
/*display:inline-block;*/
}

 #header .widget_archive ul li a,

 #header .widget_recent_comments ul li a,

 #header .widget_recent_entries ul li a,

 #header .widget_categories ul li a,

 #header .widget_text ul li a,

 #header .widget_nav_menu ul li a,

 #header .widget_meta ul li a{
display:block;
margin:0;
padding:0 0.6em;
border-left: 1px solid #8c8c8c;
}


/*-------------------ヘッダーの調整スタイル-----------------------*/
 

/*-------------------indexPage-----------------------*/
 

/*-------------------フロントページ-----------------------*/
 

/*-------------------固定ページ-----------------------*/
 

/*-------------------単一ページ-----------------------*/
 

/*-------------------一覧ページ-----------------------*/
 

/*-------------------検索スタイル-----------------------*/
 #searchStyle{
position:relative;
background-color:#ffffff;
border:1px solid #ccc;
width:16em;
height:2.4em;
}

 #searchStyle #s{
width: 12em;
position: absolute;
top: 0.2em;
left: 0.3em;
background-color:#ffffff;
border:1px solid #ffffff;;

}  
 #searchStyle #searchButton{
position: absolute;
top: 0.2em;
right: 0.6em;
}

/*-------------------左サイド内リスト-----------------------*/
 

/*-------------------左サイド枠スタイル-----------------------*/
 

/*-------------------左サイド見出し-----------------------*/
 

/*-------------------メインコンテンツ内リスト-----------------------*/
 #contentsMain .widget_archive ul, #contentsMain .widget_recent_comments ul, #contentsMain .widget_recent_entries ul, #contentsMain .widget_categories ul, #contentsMain .widget_text ul, #contentsMain .widget_nav_menu ul, #contentsMain .widget_meta ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 #contentsMain .widget_archive ul li,
 #contentsMain .widget_recent_comments ul li,
 #contentsMain .widget_recent_entries ul li,
 #contentsMain .widget_categories ul li,
 #contentsMain .widget_text ul li,
 #contentsMain .widget_nav_menu ul li,
 #contentsMain .widget_meta ul li{
	width:100%;
	padding:0px;
}
 #contentsMain .widget_archive ul li a ,
 #contentsMain .widget_recent_comments ul li a ,
 #contentsMain .widget_recent_entries ul li a ,
 #contentsMain .widget_categories ul li a ,
 #contentsMain .widget_text ul li a ,
 #contentsMain .widget_nav_menu ul li a ,
 #contentsMain .widget_meta ul li a {
	display:block;
	padding:10px 10px;
	border-bottom:dotted 1px #000000;
}

/*-------------------メインコンテンツ枠スタイル-----------------------*/
 

/*-------------------シングル系コンテンツ-----------------------*/
 

/*-------------------右サイド内リスト-----------------------*/
 

/*-------------------右サイド枠スタイル-----------------------*/
 

/*-------------------右サイド見出し-----------------------*/
 

/*-------------------アーカイブ系コンテンツ-----------------------*/
 

/*-------------------一覧スタイル-----------------------*/
/*
 ul.archiveList{
width:100%;
}
*/
 ul.archiveList li{
margin:1em 0;
padding:1em 0 2em;
border-bottom:1px dotted #000000;
}
 ul.archiveList li .header{
padding:1em 0;
border-bottom:1px dotted #000000;
}

 ul.archiveList li a h3{
font-size:1.5em;
color:#000000;
}

 ul.archiveList li a h3:hover{
color:#8c8c8c;
transition: .3s;
}

 ul.archiveList .leftBox{
width:40%;
float:left;
padding:1em;
}
 ul.archiveList .rightBox{
width:60%;
float:left;
padding:1em;
}
/* ul.archiveList li .category{*/
 span.category{
line-height:1;
display:inline-block;
margin:0.3em;
padding:0.3em 0.5em 0.2em;
border-radius:0.3em;
background:#ff9500;
color:#ffffff;
font-size:0.7em;
}
 span.category:hover{
background:#000000;
transition: .3s;
}

 ul.archiveList li  .readmore{
line-height:1;
display:inline-block;
padding:0.2em 0.5em;
border-radius:0.3em;
border:1px solid #8c8c8c;
}

 ul.archiveList li  .readmore:hover{
background:#000000;
color:#ffffff;
transition: .3s;
}

/*-------------------最新の投稿（画像付き1）-----------------------*/
  .widget_recent_image_posts{
padding:1em;
}
  .widget_recent_image_posts ul{
padding:0 0.5em;
margin:0;
list-style:none;
line-height:1;
}
 .widget_recent_image_posts ul li{
padding:0.5em 0;
/*border-bottom:1px dotted #000000;*/
}
 .widget_recent_image_posts .thumbnailBox{
float:left;
width:20%;
padding:0.5em;
}
 .widget_recent_image_posts .textBox{
float:left;
width:75%;
padding:0.5em;
}
 .widget_recent_image_posts .post-date{
display:block;
padding:0.5em;
}
 .widget_recent_image_posts .title{
display:block;
font-weight:bold;
padding:0.5em;
}
 .widget_recent_image_posts .text{
padding:0.5em;
}

/*-------------------メインコンテンツ見出し-----------------------*/
 .contentsmidashi{
color:#000000;
}

/*-------------------wordpressスタイル調整1-----------------------*/
 

/*-------------------最近の投稿(画像無し)-----------------------*/
  .widget_recent_info_posts ul{
padding:0 0.5em;
margin:0;
list-style:none;
line-height:1;
}
 .widget_recent_info_posts ul li{
display:block;
padding:1em 0;
border-bottom:1px dotted #000000;
}
 .widget_recent_info_posts ul li .post-date{
display:inline-block;
padding-right:2em;
}

/*-------------------テーブルスタイル-----------------------*/
 .tableStyle{
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}
 .tableStyle th{
padding:7px 10px 7px 5px;
border-width: 0 0 1px 1px;
border-bottom:1px dotted #cccccc;
vertical-align:top;
}

 .tableStyle td{
padding:7px 5px;
border-bottom:1px dotted #cccccc;
border-width: 0 0 1px 1px;
vertical-align:top;
}

/*-------------------inputボタンスタイル-----------------------*/
 input[type="submit"],input[type="button"]{
margin:0.2em 0;
display:inline-block;
background:#000000;
color:#ffffff;
font-weight:bold;
border-style: none;
text-decoration:none;
}

 input[type="submit"]:hover,input[type="button"]:hover{
background:#8c8c8c;
color:#fff;
text-decoration:none;
}

/*-------------------アンカーボタンスタイル-----------------------*/
 a.btnStyle{
margin:0.2em 0;
display:inline-block;
background:#000000;
color:#ffffff;
font-weight:bold;
border-style: none;
text-decoration:none;
}

 a.btnStyle:hover{
background:#8c8c8c;
color:#fff;
text-decoration:none;
}

/*-------------------inputスタイル-----------------------*/
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],textarea{
width:100%;
}

/*-------------------ページャー-----------------------*/
 .pagenation {
    margin: 1em 0;
}
 .pagenation:after,  .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 .pagenation ul {
    margin: 0;
}
 .pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
 .pagenation li:first-child {
    margin-left: 0;
}
 .pagenation li.active {
    background: #ff9500;
    border-radius: 3px;
    color: #ffffff;
    cursor: not-allowed;
    padding: 10px 20px;
}
 .pagenation li a {
    border-radius: 3px;
    color: #ccc;
    display: block;
    border:1px solid #ccc;
    padding: 10px 20px;
    text-decoration: none;
}
 .pagenation li a:hover {
    background: #ff9500;
    color: #ffffff!important;
    opacity: 0.8;
    border:1px solid #ffffff;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------リストスタイル-----------------------*/
 .listStyle ul{
padding:0;
margin:0;
line-height:1;
}
 .listStyle ul li{
display:block;
padding:0.5em 0 0.5em 2em;
line-heigth:1;
position:relative;
}
 .listStyle ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0.45em;
	width: .5em;
	height: .2em;
	border-left: .15em solid #ffffff;
	border-bottom: .15em solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 .listStyle ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0.3em;
	width: 1em;
	height: 1em;
	background:#000000;
	border-radius:50%;
}

 .listStyle ul li ul{
margin:0.5em  0 -0.5em 0;
}

/*-------------------カレンダースタイル-----------------------*/
/* カレンダー */
 .calendarStyle table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
 .calendarStyle table,
 .calendarStyle th,
 .calendarStyle td {
	border: 1px solid #cccccc;
}
 .calendarStyle td,
 .calendarStyle th {
	line-height: 2.3333;
	text-align: center;
    vertical-align:top;
	padding: 0;
}

 .calendarStyle caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

 .calendarStyle tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #000000;
	color: #fff;
	display: block;
	font-weight: 700;
}

 .calendarStyle tbody a:hover,
 .calendarStyle tbody a:focus {
	background-color: #8c8c8c;
	color: #ffffff;
}

/*-------------------javascript1-----------------------*/
#header    {     
position: fixed !important;
position: absolute;
width:100%;
z-index:200;
} 

/*-------------------javascript2-----------------------*/
 

/*-------------------javascript3-----------------------*/
 

/*-------------------javascript4-----------------------*/
 

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

/*-------------------フッタースタイル-----------------------*/
 #footer{
width:100%;
}

 #footer #fContents1{
width:100%;
padding:0 0 2em 0;
}

 #footer #fContents1 .widgetArea{
width:260px;
display:table-cell;
vertical-align:top;
padding:0 1em;
}

/*-------------------copyrightスタイル-----------------------*/
 #footer #copyright{
width:100%;
padding:0.5em 0;
}

 #footer #copyright p{
display:inline-block;
width:80%;
padding:0.5em;
vertical-align:middle;
}

 #footer #copyright .widgetArea{
display:inline-block;
width:59%;
padding:0.5em;
vertical-align:middle;
}

/*-------------------footer内リスト-----------------------*/
 .footerWidget .widget_archive ul, .footerWidget .widget_recent_comments ul, .footerWidget .widget_recent_entries ul, .footerWidget .widget_categories ul, .footerWidget .widget_text ul, .footerWidget .widget_nav_menu ul, .footerWidget .widget_meta ul{
padding:0px;
margin:0px;
list-style:none;
line-height:1;
}
 .footerWidget .widget_archive ul li,
 .footerWidget .widget_recent_comments ul li,
 .footerWidget .widget_recent_entries ul li,
 .footerWidget .widget_categories ul li,
 .footerWidget .widget_text ul li,
 .footerWidget .widget_nav_menu ul li,
 .footerWidget .widget_meta ul li{
position:relative;
}

 .footerWidget .widget_archive ul li span,
 .footerWidget .widget_archive ul li a,

 .footerWidget .widget_recent_comments ul li span,
 .footerWidget .widget_recent_comments ul li a,

 .footerWidget .widget_recent_entries ul li span,
 .footerWidget .widget_recent_entries ul li a,

 .footerWidget .widget_categories ul li span,
 .footerWidget .widget_categories ul li a,

 .footerWidget .widget_text ul li span,
 .footerWidget .widget_text ul li a,

 .footerWidget .widget_nav_menu ul li span,
 .footerWidget .widget_nav_menu ul li a,

 .footerWidget .widget_meta ul li span,
 .footerWidget .widget_meta ul li a{
display:block;
padding:0.5em 0;
}

/*-------------------copyright内リスト-----------------------*/
 #copyright .widget_archive ul, #copyright .widget_recent_comments ul, #copyright .widget_recent_entries ul, #copyright .widget_categories ul, #copyright .widget_text ul, #copyright .widget_nav_menu ul, #copyright .widget_meta ul{
padding:0;
margin:0px;
}
 #copyright .widget_archive ul li,
 #copyright .widget_recent_comments ul li,
 #copyright .widget_recent_entries ul li,
 #copyright .widget_categories ul li,
 #copyright .widget_text ul li,
 #copyright .widget_nav_menu ul li,
 #copyright .widget_meta ul li{
list-style-type: none;
float:left;
padding:0;
margin-left:1em;
}

 #copyright .widget_archive ul li a,

 #copyright .widget_recent_comments ul li a,

 #copyright .widget_recent_entries ul li a,

 #copyright .widget_categories ul li a,

 #copyright .widget_text ul li a,

 #copyright .widget_nav_menu ul li a,

 #copyright .widget_meta ul li a{
display:block;
}

/*-------------------フッター見出し-----------------------*/
 .footermidashi{
color:#000000;
}

/*-------------------フッターの調整スタイル-----------------------*/
  #footer{
font-size:0.9em;
}
  #footer #fContents1,
  #footer #copyright{
padding:2em;
}

/*-------------------コンポーネント-----------------------*/
.column3Box li{
display:inline-block;
vertical-align:top;
text-align:center;
width:32.5%;
padding:0.5em;
}
.column3Box li .box{
width:100%;
}
.column3Box li h3{
color:#000000;
}

/*-------------------コンポーネント２-----------------------*/
 .stepBox2{

}

 .stepBox2 .circle {
display:inline-block;
border-radius: 50%;
background: #000000;
color:#ffffff;
padding:0.2em 0.25em;
text-align:center;
margin-right:0.5em;
line-height:1;
}

/*-------------------料金一覧-----------------------*/
 

/*-------------------お客様の声-----------------------*/
.voice{
font-size:1.3em;
}
.voice li{
padding:1em;
}
.voice .fukidashi{
  position: relative;
  color:#ffffff;
  background: #000000;
  border :0.1em solid #000000;
  padding: .5em;
  border-radius: .3em;
}

.voice .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 15%;
  margin-left: -1em;
  width: 0;
  height: 0;
  border-top: 1em solid #000000;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}
.voice .fukidashi:after {
  content: "";
  position: absolute;
  bottom: -0.92em;
  left: 15%;
  margin-left: -1em;
  width: 0;
  height: 0;
  border-top: 1em solid #000000;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}

/*-------------------よくある質問-----------------------*/
.faq{

}
.faq li{
display:inline-block;
padding:1em;
width:49%;
}


.faq .box{
border-radius:2em;
border:solid 0.2em #000000;
padding:1em;
}
.faq h3{
color:#000000;
font-weight:bold;
font-size:2em;
line-height:1.5em;
text-align:center;
margin:1em 0em;
border-bottom:1px dotted #000000;
}
.faq h4{
position: relative;
padding:0.5em 0 1em 2.2em;
font-size:1.2em;
line-height:1.5em;
border-bottom:1px dotted #000000;
}
.faq h4:before,.faq h5:before {
content: "Q";
color:#ffffff;
background: #000000;
border:1px solid #000000;
}
.faq h5{
position: relative;
padding:0.5em 0 1em 2.2em;
font-size:1.2em;
line-height:1.5em;
margin-bottom:1em;
}
.faq h5:before {
content: "A";
color:#000000;
background: #ffffff;
}
.faq h4:before,.faq h5:before {
font-weight:bold;
text-align:center;
padding:0 0.2em 0.4em 0.2em;
position: absolute;
top: 0.5em;
left: 0.5em;
height: 1em;
width: 1em;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

/*-------------------アクセス-----------------------*/
 

/*-------------------会社概要-----------------------*/
 

/*-------------------問合せフォーム-----------------------*/
 

/*-------------------追加スタイル１-----------------------*/
/*-----下向き矢印-----*/
.arrow-main,
.arrow-sub,
.arrow-sub2,
.arrow-accent,
.arrow2-main,
.arrow2-sub,
.arrow2-sub2,
.arrow2-accent{
  position: relative;
  height: 2em;
}

.arrow-main:before,arrow-main:after,
.arrow-sub:before,arrow-sub:after,
.arrow-sub2:before,arrow-sub2:after,
.arrow-accent:before,arrow-accent:after,
.arrow2-main:before,arrow2-main:after,
.arrow2-sub:before,arrow2-sub:after,
.arrow2-sub2:before,arrow2-sub2:after,
.arrow2-accent:before,arrow2-accent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
}

.arrow-main:before,
.arrow-sub:before,
.arrow-sub2:before ,
.arrow-accent:before {
  left: 50%;
  margin-left:-4em;
  border: 4em solid transparent;
}

.arrow2-main:before,
.arrow2-sub:before,
.arrow2-sub2:before ,
.arrow2-accent:before {
  left: 50%;
  margin-left:-2em;
  border: 2em solid transparent;
}

.arrow-main:before ,
.arrow2-main:before {
  border-top: 2em solid #000000;
}
.arrow-sub:before ,
.arrow2-sub:before {
  border-top: 2em solid #8c8c8c;
}
.arrow-sub2:before ,
.arrow2-sub2:before {
  border-top: 2em solid #ebeced;
}
.arrow-accent:before,
.arrow2-accent:before {
  border-top: 2em solid #ff9500;
}
/*-----右向き矢印-----*/
.arrow-r-main,
.arrow-r-sub,
.arrow-r-sub2,
.arrow-r-accent{
  position: relative;
  height: 8em;
}
.arrow2-r-main,
.arrow2-r-sub,
.arrow2-r-sub2,
.arrow2-r-accent{
  position: relative;
  height: 4em;
}

.arrow-r-main:before,arrow-r-main:after,
.arrow-r-sub:before,arrow-r-sub:after,
.arrow-r-sub2:before,arrow-r-sub2:after,
.arrow-r-accent:before,arrow-r-accent:after,
.arrow2-r-main:before,arrow2-r-main:after,
.arrow2-r-sub:before,arrow2-r-sub:after,
.arrow2-r-sub2:before,arrow2-r-sub2:after,
.arrow2-r-accent:before,arrow2-r-accent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
}

.arrow-r-main:before,
.arrow-r-sub:before,
.arrow-r-sub2:before ,
.arrow-r-accent:before {
  left: 50%;
  margin-left:-1em;
  border: 4em solid transparent;
}

.arrow2-r-main:before,
.arrow2-r-sub:before,
.arrow2-r-sub2:before ,
.arrow2-r-accent:before {
  left: 50%;
  margin-left:-1em;
  border: 2em solid transparent;
}
.arrow-r-main:before ,
.arrow2-r-main:before {
  border-left: 2em solid #000000;
}
.arrow-r-sub:before ,
.arrow2-r-sub:before {
  border-left: 2em solid #8c8c8c;
}
.arrow-r-sub2:before ,
.arrow2-r-sub2:before {
  border-left: 2em solid #ebeced;
}
.arrow-r-accent:before,
.arrow2-r-accent:before {
  border-left: 2em solid #ff9500;
}

/*-------------------追加スタイル２-----------------------*/
.border-dotted-main{
border-bottom:dotted 1px #000000;
}

.c-m{color:#000000;}
.c-s{color:#8c8c8c;}
.c-s2{color:#ebeced;}
.c-a{color:#ff9500;}
.b-m{background:#000000;}
.b-s{background:#8c8c8c;}
.b-s2{background:#ebeced;}
.b-a{background:#ff9500;}
.bc-m{border-color:#000000;}
.bc-s{border-color:#8c8c8c;}
.bc-s2{border-color:#ebeced;}
.bc-a{border-color:#ff9500;}
.btc-m{border-top-color:#000000;}
.btc-s{border-top-color:#8c8c8c;}
.btc-s2{border-top-color:#ebeced;}
.btc-a{border-top-color:#ff9500;}
.bbc-m{border-bottom-color:#000000;}
.bbc-s{border-bottom-color:#8c8c8c;}
.bbc-s2{border-bottom-color:#ebeced;}
.bbc-a{border-bottom-color:#ff9500;}

/*-------------------追加スタイル３-----------------------*/
 

/*-------------------追加スタイル４-----------------------*/
 

/*-------------------サービス-----------------------*/
 

/*-------------------ランキング-----------------------*/
 

/*-------------------追加スタイル5-----------------------*/
 

/*-------------------追加スタイル6-----------------------*/
 

/*-------------------追加スタイル7-----------------------*/
 

/*-------------------追加スタイル8-----------------------*/
 

/*-------------------フリースタイル-----------------------*/
/*  スタイル調整
-------------------------------------*/
 input[type="submit"],input[type="button"]{
padding:0.2em 1em;
}
 #searchStyle{
width:17em;
}
 #searchStyle #s{
width: 14em;
} 
 ul.archiveList li a{
text-decoration:none;
} 

 .tableStyle th{
text-align:left;
vertical-align:top;
}
 .frontPage .contentsmidashi{
text-align:center;
}
.pagenation{
margin:1em auto;
}

/*-------------------グローバルメニュー-----------------------*/

/* #mainNavのスタイル PC表示
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
 #toggle{display:none;}

 #mainNav #naviList{
display:block !important;
}

 #mainNav{
padding:0;
margin: 0;
position: relative;
background:#ffffff;
}

/*--親要素の指定
----------------------------------*/
 #mainNav #naviList ul {
margin: 0;
padding: 0;
}

 #mainNav #naviList li {
position: relative;
float: left;
margin:0;
padding:0 2px;
text-align: center;
list-style:none;
/*border-bottom:2px solid #dcdcdc;*/
}


 #mainNav #naviList li a {
display: block;
margin: 0;
padding: 1.5em 1em;
font-weight: bold;
line-height: 1;
background:#ffffff;
text-decoration: none;
border-bottom:3px solid #ffffff;
color:#000000;
}

 #mainNav #naviList li.current-menu-item a,
 #mainNav #naviList li a:hover {
border-bottom:3px solid #000000;
color:#000000;
}

/*--子要素の指定
----------------------------------*/
 #mainNav #naviList li ul {
position: absolute;
z-index: 100;
top: 100%;
left: 0;
width: 110%;
margin: 0;
padding: 0;
}

 #mainNav #naviList li ul li {
overflow: hidden;
width: 100%;
height: 0;
transition: .2s;
margin:0;
}

 #mainNav #naviList li ul li a {
text-align: left;
border-right:none;
}


 #mainNav #naviList li:hover > ul > li {
overflow: visible;
height:auto;
}

/*--孫要素の指定
----------------------------------*/
 #mainNav #naviList li ul li ul {
top: 0;
left: 100%;
}

 #mainNav #naviList li ul li ul:before {
position: absolute;
content: "";
top: 1.3em;
left: -20px;
width: 0;
height: 0;
border: 5px solid transparent;
border-left-color: #8c8c8c;
}

/*----------*/
}
/*----------*/



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

/*-------------------グローバルメニュー-----------------------*/
#mainNav .inner{
clear:both;
width:100%;
margin:0;
padding:0;
}

#mainNav #toggle{
width:100%;
display:block;
margin:0px;
border:1px solid #ebeced;
padding:0.5em;
}

#mainNav #naviList{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
padding:0px 0px;
background:#ffffff;
}

#mainNav ul{
padding:0px;
margin:0px;
}

#mainNav ul li{
float:none;
clear:both;
height:auto;
line-height:1.2;
list-style:none;
position: relative;
right: 0;
top:0;
}
#mainNav ul li a{
border-bottom:1px solid #ebeced ;
}
#mainNav ul li a:after{
display: block;
position: absolute;
top: 18px;
right: 10px;
width: 7px;
height: 7px;
margin-top: -4px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}

#mainNav ul li > a{
display:block;
padding:10px 10px;
text-decoration:none;
}

#mainNav ul li li > a{
padding:10px 20px;
}

#mainNav ul li li li > a{
padding:10px 30px;
}


/* 3本ラインのスタイル
----------------------------------*/
.ico-menu {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 0;
    padding-top: 18px;
background:#000000 ;

}

.ico-menu::before,
.ico-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0;
border-top: 3px solid #ffffff;
}

.ico-menu::before {
    top: 4px;
}

.ico-menu::after {
    bottom: 4px;
}

/*-------------------検索スタイル-----------------------*/
 #searchStyle{
width:100%;
}
 #searchStyle #s{
width: 90%;
}  

/*-------------------フッターの調整スタイル-----------------------*/
.layout {
	width: 100%;
-moz-box-orient:vertical;
-webkit-box-orient:vertical;
-o-box-orient:vertical;
-ms-box-orient:vertical;
}

.layout #contentsLeft,
.layout  #contentsMain,
.layout  #contentsRight {
	width: 100%;
}


/*----------*/
}
/*----------*/


/* 幅644px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

/*-------------------コンテンツ幅-----------------------*/
/*  レイアウト調整
-------------------------------------*/
.singlePage  .post,
.singlePage .dateLabel,
.pagenation,
ul.archiveList,
#contentsMain .widgetArea,
.inner,
.column{
width:100%;
}
#header .inner{
width:100%;
margin:0 auto;
padding:0;
}

/*-------------------文字サイズ-----------------------*/
#wrapper{
font-size:80%;
}

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

/*-------------------ヘッダーレイアウト-----------------------*/
#header .hLeft,
#header .hRight{
width:100%;
display:block;
}

/*-------------------検索スタイル-----------------------*/
 #searchStyle #s{
width: 85%;
}  

/*-------------------最新の投稿（画像付き1）-----------------------*/
 .widget_recent_image_posts .thumbnailBox,
 .widget_recent_image_posts .textBox{
float:none;
clear:both;
width:100%;
padding:0.5em;
}

/*-------------------フッタースタイル-----------------------*/
 #footer #fContents1 .widgetArea{
width:100%;
display:block;
}

/*-------------------copyrightスタイル-----------------------*/
 #footer #copyright .widgetArea,
 #footer #copyright p{
display:block;
width:100%;
text-align:center;
}

/*-------------------コンポーネント-----------------------*/
.column3Box li{
display:block;
vertical-align:top;
text-align:center;
width:100%;
padding:1em;
}


/*----------*/
}
/*----------*/
/* 幅380px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 380px){


/*----------*/
}
/*----------*/
