@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
    font-size: 16px;
    color: #000000;
    line-height: 180%;
    word-break:break-all;
	-webkit-text-size-adjust: 100%;
}

/* リンク */

a {
    color: #446a99;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	cursor:pointer;
}

a:hover {
    color: #f13f05;
}

a:active, a:focus {
    outline: 0;
}


/* 画像 */

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 10px 20px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 20px 10px 0;
    display: inline;
}


/* フロート */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}


/* リスト */

ol {
    margin: 0;
    padding: 0;
	list-style:none;
}

ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

li {
    margin: 0;
    padding: 0;
}

li a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

li a:hover {
    color: #ea760d;
}

/* テーブル */
table {
	border: 1;
	border-collapse:collapse;
	border-spacing: 20px;
	margin: 32px ;
	padding: 60px;
  color:#005ab3;
}
table th {
    text-align: justify;
    margin: 20px;
    padding: 6px;
}
table tr:first-child{
    background-image: linear-gradient(
    -45deg,
    #C6E6FB 15%, #fff 15%,
    #fff 25%, #C6E6FB 25%,
    #C6E6FB 65%, #fff 65%,
    #fff 75%, #C6E6FB 75%,
    #C6E6FB
  );background-size: 15px 15px;
}
  
table tr {
    margin: 15px;
    padding: 15px;
}
table tr:last-child td{
  border-bottom:2px solid #005ab3;
}
table td {
    text-align: justify;
    margin: 12px;
    padding: 6px;
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	padding:0;

}
.contents_lower{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
@media screen and (max-width: 790px) {
.wrapper {
	padding:45px 0 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.contents_lower{
	width:90%;
}
}
@media screen and (max-width: 768px) {
.contents_lower{
	padding:20px 0;
	width:95%;
}
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
    width: 100%;
}
#top_main_box{ position:relative;}
#top_main_box #header{width:100%; margin:0 auto; padding:0; overflow:hidden; position:absolute; top:0;  z-index:1000; left:center;}
#header_inner{
	width:1200px;
	margin:0 auto;
	padding:10px 0 0;
	overflow: hidden;
} 
#header .logo {
    text-align: center;
    margin: 0;
    padding: 10px;
	width:451px;
	float:left;
}
#header .logo img{
	width:100%;
}
#header #header_inner .socialLink{
	width:181px;
	float:right;
	padding-right: 20px;
}
#header #header_inner .socialLink li{
	display: inline-block;

}
#header #header_inner .socialLink li a{
	background-color: #000;
	color:#fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */	
	width:45px;
	height:45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	font-size:2em;
	margin-right:5px;
}
#header #header_inner .socialLink li a:hover{
	background: #565656;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
#header_inner{
	width:95%;
	margin:0 auto;	
	} 
#header #header_inner .socialLink {
    padding-right: 0;
	width: 161px;
}
}
@media screen and (max-width: 999px) {
#top_main_box {
    margin: 45px 0 0;
}
}
/* ************************************************ 
*	トップページ用ナビゲーション
* ************************************************ */	
#nav {
    width: 100%;
    text-align: center;
    margin: 0;
	background-color:#446a99;
	padding:0;
}
#nav ul {
    list-style: none;
    margin: auto;
}

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu{
	width:1200px;
	margin:0 auto;
	border-left:1px solid #6489b8;
}
.nav-menu li {
    display: inline-block;
    position: relative;
	padding:0;
	border-right:1px solid #6489b8;
	margin:0;
	width:20%;
}

.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 15px 0;
	line-height:1.2em;
}
.nav-menu li span {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 15px 0;
	line-height:1.2em;
}

.nav-menu li span.menu{
	font-family: 'Teko', sans-serif;
	display:block;
	font-size:100%;
	padding:5px 0 0;
	letter-spacing: 1px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li a:hover span{
	color:#dcf0fe;
}
.nav-menu li ul {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  padding: 0;
  width: 240px;
	background: #446a99;
    border-bottom: solid 1px #80fd94;
	z-index:100;
}
.nav-menu li ul.sidemenu {
  width: 240px;
}
.nav-menu li ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.nav-menu li ul li a {
  display: inline-block;
}
.nav-menu li ul li a:hover {
  
}

/* THC対応版                   */
.lookme{
	width:80%
}
.comment{
	text-align:left;
	width:100%;
}
.comment h4{
	padding-left:1em;
	margin-top:8px;
	color: navy;
	background-color: pink;	
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h6{
	padding-top:0.8em;
	color:#1b51ae;
}
	
/*スマホ用header*/
#head_sp{
  margin:0;
  padding:0;
  width:100%;
  height:45px;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  background-color:#fff;
  border-bottom:1px solid #e5e5e5;
}
#head_sp .logo_sp{
	width:250px;
	position:absolute;
	float:left;
	margin:13px 1px 0;
	top: 0;
	left: 10px;
	font-size:18px;
	line-height:1em;
	text-shadow: 1px 1px 1px #a1146a;
}
#head_sp .logo_sp img{width:100%;}

#head_sp .head_btn{
 float: right;
 width:90px;
 text-align:right;
}
#head_sp .head_btn {margin:0; padding:0; list-style:none;}
#head_sp .head_btn li{ display:inline-block; margin:0;}
#head_sp .head_btn .icon_menu{width:38px; height:45px; vertical-align:bottom; border-left:1px solid #ccc;}
#head_sp .head_btn .icon_menu i{padding:7px 4px 0 0; color:#446a99; }
#head_sp .head_btn .icon_fb{margin:-5px 10px 0 0;}
#head_sp .head_btn .icon_fb img{width:29px; height:45px; vertical-align:bottom;}


/*スマホ用menu*/
#nav {}
#pageslide { width: 70%;background: #446a99; position: fixed; z-index: 10000; height:100%; display:none; right:0; top:0;}
#pageslide #navsp {padding:0 5%; height:90%;}
#pageslide .close i {color:#fff;}

#pageslide #navsp li {
	border-bottom: 1px solid #fff;
	list-style:none;
}
#pageslide #navsp li:first-child{ padding: 10px 10px 10px 0; border-bottom: 1px solid #fff; text-align:right;}
#pageslide #navsp li:first-child img{ width:12px; height:12px;}
#pageslide #navsp li a {
	color: #fff;
	border: none;
	display:block;
	padding: 5px 0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size:14px;
}
#pageslide #navsp li a:hover {color:#fff; }
#pageslide #navsp li ul{
	margin-left:10px;
}
#pageslide #navsp li li{
	padding: 0 10px 0 0;
    border-bottom: none;
}
#pageslide #navsp li li:first-child{
	padding: 0 5px 0 0;
    border-bottom: none;
    text-align: left;
}
#pageslide #navsp li li:last-child{
	padding-bottom:5px;
}
#pageslide #navsp li li a{
	padding: 0;
	font-size:12px;
}
.header_pc_only{display:block;}
.header_sp_only{display:none;}

@media screen and (max-width: 999px) {
#header{display:none;}
.header_pc_only{display:none;}
.header_sp_only{display:block;}
 }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
#nav {
    width: 100%;
	box-sizing:border-box;
	padding:0 15px 0;
}

.nav-menu{
    width: 100%;
	margin:0 auto;
	border-left:none;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
}



/* ************************************************ 
*	スライド
* ************************************************ */	

#top-slide {
    width: 100%;
    padding: 0px;
    margin: 0 auto 0 auto;
    height: 100%;
    overflow: hidden;
}

.cycle-slideshow {
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
}



/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

.mainBox {
    padding: 50px 0 0;
}

.base_contents{
	width:1200px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
.base_contents p{
	margin:0 0 20px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	line-height:1.7em;
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
.base_contents{
	width:100%;
	box-sizing:border-box;
	padding:50px;
}
}

@media screen and (max-width: 790px) {
.mainBox {
    padding: 20px 0 0;
}
.base_contents{
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
}
}
/*タイトル*/
.ttlbase{
	margin:0 0 40px;
	text-align:center;
}
.ttlbase .ttl_big {
    display: inline-block;
    padding: 0 8px;
    vertical-align: top;
    margin: 0 4px 0 0;
    font-size: 36px;
    line-height: 1.2em;
}
.ttlbase .ttl_en {
    display: inline-block;
    font-size: 24px;
    padding: 4px 8px 0;
    font-family: 'Teko', sans-serif;
    color: #446a99;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
/*.ttlbase .ttl_big{
	display:inline-block;
	padding:0 8px;
	font-weight:normal;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font-size:16px;
	vertical-align: top;
    margin: 13px 0px 0 0;
}
.ttlbase .ttl_en{
	display:inline-block;
	font-size:72px;
	padding:0;
	font-family: 'Teko', sans-serif;
	color:#fb7e0d;
	font-weight:normal;
	line-height: 1em;
    margin: 0 20px 0 0;
}*/
@media screen and (max-width: 790px) {
.ttlbase{
	font-size:150%;
}
.ttlbase .ttl_en{
 	display:block;
	margin:20px 0 0 0;
}
.ttlbase .ttl_big{
	margin: 0;
	padding:3px 8px;
}
}

@media screen and (min-width: 789px) and (max-width: 1199px) {

}

/* Latestブロック */	
#latest-bloc{
    width: 100%;
    background: #f5f5f5;
    padding: 0;
    margin: 0px auto 0px auto;
}
.latest-midashi {
	font-family: "Sawarabi Mincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 0 auto 50px auto;
    /*border-bottom: double 3px #ccc;*/
    color: #193634;
    text-align: center;
}
.latest-midashi span {
    font-size: 16px;
    display: block;
    padding: 15px 0 0;
    font-family: 'EB Garamond','century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.latest {
    width: 1200px;
    margin: -20px auto 50px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}


/*共通ボタン*/
.btnbase_01{
	text-align:center;
	padding:30px 0 0;
}
.btnbase_01 a{
	display:inline-block;
	background-color: #446a99;
	padding:10px 70px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	color:#fff;
}
.btnbase_01 a:hover{
	background-color:#446a99;
	color:#fff;
}

/* ギャラリーレイアウト */	
li.item {
    /*height: 540px;*/
    margin-bottom: 50px;
}

.item-img {
    margin: 0 0 10px 0;
    /*height: 309px;*/
    overflow: hidden;
    text-align:center;
}

.item-cat {
	font-family: "Sawarabi Mincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 84%;
    color: #999;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
}
.item-cat a{
    color: #444;
}

.item-date {
	font-family: "Sawarabi Mincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 80%;
    color: #ccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.item h2 {
    font-size: 100%;
    line-height: 150%;
    letter-spacing: 0.03em;
	font-weight:bold;
}

.item-title {
    font-family: "EB Garamond","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ","Meiryo",Osaka,"MS PMincho", "MS 明朝", serif;
    margin: 0 0 0 0;
	
}

.item-title a {
    color: #444;
}

.item-title a:hover {
    color: #999;
}

.item-text {
    font-size: 12px;
    color: #444;
    line-height: 170%;
}


/* トップ2列組み */

.item {
    /*border-bottom: 1px dotted #ddd;*/
}

.top-2retsu {
    width: 100%;
    margin: 0 auto 0px auto;
}

.top-2retsu img {
    width: 100%;
}

.first-block {
    float: left;
    width: 50%;
    padding: 30px 0px 30px 0;
}

.last-block {
    float: right;
    width: 47%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 30px 0 20px 0;
}





/* ブログ記事部分 */	

.blog_txt p {
    line-height: 1.8em;
    padding: 0 0px 20px 0px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}

.blog_txt p a {
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}


.blog_txt p a:active, a:focus {
    outline: 0;
}

#date {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 0 0 0 0;
    color: #999999;
    letter-spacing: 0.1em;
}

.pagetitle {
    font-family: "EB Garamond","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ","Meiryo",Osaka,"MS PMincho", "MS 明朝", serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 115px auto 50px auto;
    color: #193634;
    text-align: center;
}
.pagetitle2 {
    font-family: "EB Garamond","ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ","Meiryo",Osaka,"MS PMincho", "MS 明朝", serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 115px auto 50px auto;
    color: #193634;
    text-align: center;
}

.pagetitle a {
    color: #193634;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.pagetitle a:hover {
    color: #193634;
}
.pagetitle2 a {
    color: #193634;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.pagetitle2 a:hover {
    color: #193634;
}

@media only screen and (max-width: 767px){
.pagetitle2 {
    margin: 30px auto 50px auto;
}
}

.blog-date {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 80%;
    color: #ccc;
    padding: 20px 0 0;
    margin: 0 0 0 0;
}

.blog-title {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
    margin: 0 0px 40px;
    padding: 0px 0px 15px 0px;
    font-size: 1.5em;
    font-weight: bold;
    color: #f676a1;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
	line-height:1.5em;
}

.blog-title a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.blog-title a:hover {
    color: #193634;
}

.blog-date2 {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 80%;
    color: #ccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.blog-title2 {
	font-family: "Noto Sans Japanese",'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 21px;
    font-weight: bold;
    color: #193634;
    text-align: center;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.blog-title2 a {
    color: #193634;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.blog-title2 a:hover {
    color: #193634;
}

.subtitle {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-weight: normal;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 0 0;
    margin: 30px 0 10px 0;
    letter-spacing: 0.1em;
    color: #193634;
}

blockquote {
    color: #193634;
    border: 1px dotted #ccc;
    margin: 10px 0 10px 0;
    padding: 10px 20px;
}

#blog-foot {
    font-size: 75%;
    text-align: left;
    margin: 50px 0 0 0;
    padding: 2px 5px 2px 0px;
    font-weight: normal;
    color: #999;
    border-top: 1px dotted #ccc;
}

#blog-foot-archives {
    font-size: 75%;
    text-align: left;
    margin: 50px 0 100px 0;
    padding: 2px 5px 2px 10px;
    font-weight: normal;
    color: #999;
    background: #f7f7f7;
    border-bottom: 0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span {
    color: #999;
}

.single-thumbnail {
    margin: 13px 0 0 0;
}

/* ページャー */

#next {
    font-size: 85%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}

#next-archives {
    font-size: 85%;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi {
    text-align: center;
    margin-top: 10px;
}


.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background: #f0f0f0;
	border:solid 1px #ddd;
	border-radius:2px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background: #ccc;
	border:solid 1px 999;
	color: #fff;
}


/* 関連記事 */

.similar-head {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	margin: 30px 0 15px 0;
    padding: 0 0 2px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f676a1;
    letter-spacing: 0.05em;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}

.similar ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.similar li {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.similar li a {
    color: #555;
}

.similar li a:hover {
    color: #888;
}

.similar h4 {
    font-size: 90%;
    font-weight: normal;
    line-height: 150%;
    padding: 0 0 0 5px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}

table.similar-text {
    width: 100%;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: dotted 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

table.similar-text img {
    width: 150px;
}

table.similar-text th {
    text-align: left;
    width: 150px;
}

table.similar-text td {
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}

table.similar-side {
    width: 100%;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.similar-side img {
    width: 80px;
}

table.similar-side th {
    text-align: left;
    width: 80px;
}

table.similar-side td {
    font-size: 13px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}






/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
    width: 100%;
    margin: 23px 0px 40px 0px;
    padding: 0 0 0 0;
}

#sidebar p {
    margin-bottom: 20px;
}

#sidebar h2 {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 90%;
    font-weight: normal;
    color: #999;
    letter-spacing: 0.1em;
    margin: 0px 0px 10px 0px;
    padding: 0 0 0 0;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}

.sidebar-title {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	color: #f676a1;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}

#sidebar h3 {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px solid #ccc;
}

#sidebar ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebar li {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

#sidebar li a {
    display:inline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#sidebar li a:hover {
}


/* 階層表示 */

#sidebar ul.children {
    display: block;
    padding: 5px 0 0 0;
}

#sidebar ul.children li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#sidebar ul.sub-menu {
    display: block;
    padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}


/* 新着表示 */
#sidebox-new {
    color: #193634;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
}

#sidebox-new ul {
    floate: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox-new li {
    font-size: 12px;
    floate: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 6px 0 5px 0px;
}

#sidebox-new li a {
    color: #193634;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#sidebox-new li a:hover {
    color: #999;
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 0;
	color:#fff;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
background: #446a99; /* Old browsers */
background: -moz-linear-gradient(top,  #446a99 0%, #008d94 52%, #008d94 52%, #77f2f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #446a99 0%,#008d94 52%,#008d94 52%,#77f2f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #446a99 0%,#008d94 52%,#008d94 52%,#77f2f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446a99', endColorstr='#80fd94',GradientType=0 ); /* IE6-9 */

}
#footer  a{
	color:#fff;
}
#footer  a:hover{
	border-bottom:none;
	color:#dff1fe;
}
.footer-inner {
    margin: 0 auto;
    width: 1200px;
    _width: 1200px;
	padding:0 0 30px;
	overflow:hidden;
}

.company_info{
	float:left;
	width:31%;
	margin-bottom:30px;
}
.company_info .companyBox{
	overflow:hidden;
	margin:0 0 15px;
}
.company_info .companyBox .logo{
	font-size:150%;
    line-height: 1.2em;
    margin: 0 0 10px;
    font-weight: bold;
}

.company_info .companyBox .address{
	font-size:88%;
	line-height:1.5em;
}

.company_info .contactBox{
}
.company_info .contactBox h4{
	font-size:75%;
}
.company_info .contactBox .tel{
	font-weight:bold;
	font-size:113%;
	padding:3px 0;
}
.company_info .contactBox .tel strong{
	font-size:163%;
}

.company_info .contactBox .caution{
	font-size:75%;
}


.footer_linkBox{
	width:52%;
	overflow:hidden;
	float:left;
}
.footer_linkBox .lineBox{
	width:46%;
	margin-right:3%;
	padding-left:3%;
	float:left;
	border-left:1px solid #fff;
}
.footer_linkBox .lineBox dd{
	font-size:88%;
	padding:3px 0 3px 10px;
}

.sociallink{
	background-color:#fff;
	color:#193634;
	padding:30px;
	width:17%;
	float:right;
	opacity: 0.8;
}
.sociallink h3{
	font-size:100%;
	text-align:center;
}
.sociallink li{
	font-size:88%;
	padding:5px 0;
}
.sociallink li a{
	color:#193634 !important;
}
.sociallink li a:hover{
	color:#ca1220 !important;
}

#copyright {
	border-top:1px solid #fff;
    margin: 0 auto;
    padding: 10px 0 0;
	overflow:hidden;
	font-size:75%;
    width: 1200px;
    _width: 1200px;
}
#copyright .boxLeft{
	width:50%;
	float:left;
}
#copyright .boxLeft ul{
	margin-top:5px;
}
#copyright .boxLeft li{
	display:inline-block;
	margin-right:10px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#copyright .boxRight{
	width:50%;
	float:right;
    text-align: right;
	line-height:1.5em;
}
#copyright .boxRight span a{
	font-weight:bold;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.footer-inner {
    width: 680px;
    _width: 680px;
	margin:0 auto;
}

.company_info{
	width:50%;
	margin-bottom:50px;
}
.sociallink{
	width:40%;
	margin-bottom:30px;
}
.footer_linkBox{
	width:100%;
	float:none;
}

#copyright {
    width: 95%;
}
#copyright .boxLeft{
	width:100%;
	float:none;
	text-align:center;
}
#copyright .boxRight{
	width:100%;
	float:none;
	text-align:center;
	margin:10px 0 0;
}
#copyright .boxRight span{
	display:block;
}
}
 @media screen and (max-width: 767px) {
 .footer-inner {
    width: 85%;
    _width: 85%;
}

 .footer-inner  .company_info{
	float:none;
	width:370px;
	margin:0 auto 30px;
}
 .footer-inner  .company_info .companyBox{
	 margin-bottom:20px;
}
.sociallink{
	padding:20px;
	width:80%;
	float:none;
	margin:0 auto 20px;
}

.footer_linkBox{
	width:100%;
	float:none;
}
.footer_linkBox .lineBox{
	width:50%;
	margin-right:0;
	padding: 0;
	overflow:hidden;
	border-left:none !important;
}
.footer_linkBox .lineBox dl{
	width:100%;
	float:left;
	border-left:none;
	padding:10px 2%;
	margin:0;
}
.footer_linkBox .lineBox dd{
	padding-left:0;
	font-size:75%;
}
#copyright {
    width: 95%;
}
#copyright .boxLeft{
	width:100%;
	float:none;
	text-align:center;
	margin:0;
}
#copyright .boxRight{
	width:100%;
	float:none;
	text-align:center;
	margin:10px 0 0;
}
#copyright .boxRight span{
	display:block;
}
}


/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget {
    margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a {
    margin: 0 0 0 0px;
}


.textwidget {
    font-size: 13px;
    color: #444;
    line-height: 170%;
    margin: 0 0 30px 0;
    padding: 5px 0 0 0;
}


#topbox {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#topbox ul {
    floate: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#topbox li {
    font-size: 12px;
    floate: left;
    margin: 0 0 0 0;
    padding: 5px 0px 4px 0px;
    list-style: none;
    border-bottom: 1px dotted #ddd;
}

#topbox li a {
    font-size: 12px;
    color: #444;
    margin: 0 0 0 0;
    padding: 5px 0px 4px 0px;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    display: inline-block;
}

#topbox li a:hover {
    color: #999;
}

#topbox h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #fff;
}

#topbox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px dotted #fff;
    border-bottom: 0px dotted #fff;
}

#topbox h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #fff;
}

#topbox ul.children {
    margin-bottom: 0px;
    display: block;
    padding: 5px 0 0 0;
}

#topbox ul.children li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu {
    margin-bottom: 0px;
    display: block;
    padding: 5px 0 0 0;
}

#topbox ul.sub-menu li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#sidebox {
    color: #193634;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox ul {
    floate: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox li {
    font-size: 12px;
    list-style: none;
    floate: left;
    margin: 0 0 0 0;
    padding: 6px 0 5px 0px;
}

#sidebox li a {
    color: #565656;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}

#sidebox li a:hover {
    color: #999;
}

#sidebox h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #222;
}

#sidebox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px dotted #222;
    border-bottom: 0px dotted #222;
}

#sidebox h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #222;
}

.footer-widget-title {
	font-family: "Sawarabi Mincho","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size: 14px;
    font-weight: bold;
    color: #999;
    margin: 0 0px 10px 0px;
}

.widget ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.widget li {
    font-size: 88%;
    list-style: none;
}

.widget li a {
    color: #193634;
    display: block;
}

.widget li a:hover {
    color: #999;
}




/* ************************************************ 
*	検索フォーム
* ************************************************ */
.search fieldset {
    margin: 0 0 20px 0px;
}

.search input {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #cfd1d1;
    background: #fff;
	border-radius: 5px
}

.search button {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: url(images/search.png) no-repeat;
}

/*contact*/
.contact_Box{
}
.contact_Box .lead{
	text-align:center;
}
.contact_Box .telBox{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#d51322;
	color:#fff;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	width:678px;
	margin:0 auto 50px;
	padding:20px;
	overflow:hidden;
}
.contact_Box .telBox .leftBox{
	width:200px;
	float:left;
	margin:0 30px 0 0;
}

.contact_Box .telBox p{
	margin:5px 0 5px;

}
.contact_Box .telBox .tel{
	font-weight:bold;
	font-size:113%;
	padding:3px 10px 3px 0;
	display:inline-block;
}
.contact_Box .telBox .tel strong{
	font-size:127%;
}
.contact_Box  .cautionBox {
	width:80%;
	margin:0 auto;
}
.contact_Box  .cautionBox .caution {
    text-indent: -1em;
    margin: 0 0 20px 1em;
}
.contact_Box  .cautionBox .kome {
	color: #d51322;
    text-align: right;
    margin: 50px 0 0;
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
.contact_Box  .cautionBox {
	width:100%;
}
}
@media screen and (max-width: 790px) {
.contact_Box .telBox{
	width:100%;
}
.contact_Box .telBox .leftBox{
	width:100%;
	float:none;
	margin:0 0 10px;
	text-align:center;
}
.contact_Box .telBox p{
	margin:0;
	text-align:center;
}
.contact_Box .telBox .tel{
	padding:0;
	display:block;
	text-align:center;
}
.contact_Box .telBox .tel a{
	color:#fff;
}
.contact_Box  .cautionBox {
	width:100%;
}
}

/*contact form7を使った場合の装飾設定*/
.contactTxt{width:80%; margin:0 auto;}
.wpcf7-form{
	width:80%; 
	margin:20px auto 80px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea{
	background:#fff;
	border:1px solid #d4d4d4;
	padding: 10px;
	-webkit-appearance : none;
	outline: 0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wpcf7-form .btn_send{
	text-align:center;
	margin:40px auto;
}
.wpcf7-form input[type="submit"]{
	display:inline-block;
	border:2px solid #d51322;
	padding:10px 70px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	background-color:#fff;
	color:#d51322;
	font-size: 1.3em;
}
.wpcf7-form input[type="submit"]:hover{
	border:2px solid #193634;
	background-color:#193634;
	color:#fff;
}

.wpcf7-form .wpcf7-submit{color:#fff; background-color:#000; margin:0 auto; display:inline-display;}
.wpcf7-form dl{ overflow:hidden;}
.wpcf7-form dt{ width:20%; float:left; font-weight:normal;}
.wpcf7-form dd{ width:77%; float:right; margin:0;}
.wpcf7-form dt p{font-size:75%; color:#999;}
.wpcf7-form dt span{color:#cf1515;}
.wpcf7-form dd.page input{width:20%;}

span.wpcf7-not-valid-tip {
    color: #d51322 !important;
    font-size: 0.8em !important;
	margin:5px 0 0;
	display:block;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
div.wpcf7-validation-errors{
	border:10px solid #d51322 !important;
	padding:15px !important;
	text-align:center;
	background-color:#d51322;
	color:#fff;
}

 @media screen and (max-width: 480px) {
.wpcf7-form{width:100%;}
.wpcf7-form dl{ overflow:hidden;}
.wpcf7-form dt{ width:100%; float:none;}
.wpcf7-form dd{ width:100%; float:none;}
}
 @media screen and (max-width: 960px) {
.contactTxt{width:100%;}
.wpcf7-form{width:100%;}
}
 
/*top page*/
 .boxLeft{
	 float:left;
	 width:50%;
	 }
 .boxRight{
	 float:right;
	 width:50%;
	 }
	 
.toprow_01{
	padding:50px 0;
}
.toprow_01 .boxRight{
	text-align: right;
}

.toprow_02{
	padding:50px 0;
	background: #f8f8f9;
} 
.toprow_02 .txt h3{
	font-size:150%;
	color:#d51322;
	text-align:center;
}
.toprow_02 .base_contents .boxLeft{
	padding:0;
    width: 35%;
	text-align: center;
	margin-top: 80px;
}
.toprow_02 .base_contents .boxLeft p{
	margin:10px 0 0;
	text-align: center;
}
.toprow_02 .base_contents .boxLeft  strong{
	font-size:30px;
}
.toprow_02 .base_contents .boxRight {
    width: 60%;
}
.toprow_02 .base_contents .box_center{
	text-align:center;
}
.toprow_02 .base_contents.mt50 {
	margin-top:50px;
}
.toprow_02 .base_contents .mb30{margin-bottom:50px;}
.toprow_02 .base_contents .pt100{padding-top:100px;}

 .toprow_03{
	padding:30px 0 0;
	background-color: #f8f8f9;
} 
.toprow_03 ul{
	width:900px;
	margin:0 auto;
}
.toprow_03 li{
 	display: inline-block;
	width:27%;
	margin:0 3% 30px;
 }

 .toprow_05{
	padding:50px 0;
} 
 .toprow_05{
}
 .toprow_05 .ttlbase {
    display: block;
    font-size: 42px;
    padding: 0;
    font-family: 'Teko', sans-serif;
    color: #446a99;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 50px;
	text-align: left;
	border-bottom:1px solid #000;
	letter-spacing: 1px;
	
}
 .toprow_05 .ttlbase i{
 	color:#000;
}
 .toprow_05 .newsBox{
	overflow: hidden;
}
  .toprow_05 .boxRight{
	 width:510px;
	 margin:0 auto;
 }

.toprow_05 dl{
	overflow:hidden;
	margin:0 0 10px;
}
.toprow_05 dt{
	width:25%;
	float:left;
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-weight:normal;
}
.toprow_05 dd{
	width:75%;
	float:left;
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
.toprow_05 dd a{
	text-decoration: underline;
}
.toprow_05 dd a:hover{
	text-decoration: none;
}
.fb-like-box,.fb-like-box span, .fb-like-box iframe {
	
}
@media screen and (max-width: 790px) {
.boxLeft{
	 float:none;
	 width:100%;
	 margin:0 0 20px;
}
 .boxRight{
	 float:none;
	 width:100%;
}
.toprow_01{
	padding:0 0 50px;
}
.toprow_01 .base_contents{
	padding-top:0;
	}
.toprow_01 .boxRight{
	text-align: center;
}

.toprow_02 .boxRight{
	margin:0 0 40px;
	width:100% !important;
}
.toprow_02 .boxLeft{
	padding-right:0 !important;
	text-align: center;
	width:100% !important;
	margin-top: 0;
}
.toprow_02 .base_contents .pt100{padding-top:0 !important;}

 .toprow_03{
	 padding:20px 0;
 }
 .toprow_03 .base_contents{
	 width:90%;
	 margin:0 auto;
	 padding:0 !important;
}
.toprow_03 .base_contents .boxRight{
	  padding-right:15px;
	  padding-left:15px;
}
.toprow_03 ul{
	width:100%;
	margin:0 auto;
}
.toprow_03 li{
	width: 49%;
    margin: 0 0% 10px;
	text-align: center;
}
.toprow_05 .boxLeft{
	 width:100%;
	 margin:0 auto 50px;
 }
.toprow_05 dl{
	margin:0 0 15px;
}
.toprow_05 dt{
	width:100%;
	float:none;
}
.toprow_05 dd{
	width:100%;
	float:none;
}
}
 @media screen and (max-width: 1024px) {
 .toprow_05 .boxRight{
	 float:none;
 }
}

@media screen and (max-width: 767px) {
.toprow_03 ul{
	width:100%;
	margin:0 auto;
}
.toprow_03 li{
 	display: inline-block;
	width:100%;
	margin:0 3% 10px;
	text-align: center;
 }
}
@media screen and (max-width: 540px) {
.toprow_05 .boxRight{
	 width:100%;
	 margin:0 auto;
 }
}
@media screen and (min-width: 789px) and (max-width: 1199px) {
.toprow_01 .base_contents .boxRight{
	  padding-left:25px;
}
.toprow_02 .base_contents .boxLeft{
	  padding-left:25px;
}

.toprow_03 .base_contents{
	 width:90%;
	 margin:0 auto;
	 padding:40px 25px;
}

.toprow_03 .base_contents .boxRight{
	  padding-right:0;
	  padding-left:25px;
}
.toprow_04 li{
	width:49%;
}
 .toprow_05 .boxLeft{
	 width:90%;
	 margin:0 auto 30px;
 }
  
.toprow_05 dl{
	overflow:hidden;
	margin:0 0 10px;
}
}

/*social icon*/
#main div.sharedaddy, div.sharedaddy {
    margin-top: 100px !important;
}

/*About*/
.aboutBox{
	overflow:hidden;
	margin:0 0 80px;
}
.aboutBox .leftBox{
	float:left;
	padding:15px 20px 0;
	width:50%;
}
.aboutBox .rightBox{
	float:right;
	padding:0 20px;
	width:50%;
}
.aboutBox .rightBox .logo{
	margin:0 0 20px;
}
.photoBox{
	overflow:hidden;
}
.photoBox .leftBox{
	float:left;
	padding:0 20px;
	width:50%;
	text-align:center;
}
.photoBox .rightBox{
	float:right;
	padding:0 20px;
	width:50%;
	text-align:center;
}
.mb_about{
	margin-bottom:80px;
}
.about_history {
	margin-bottom:80px;
}
.about_history dl{
	overflow:hidden;
	width:70%;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
.about_history dt{
	width:20%;
	float:left;
}
.about_history dd{
	width:80%;
	float:right;
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
.aboutBox .leftBox{
	float:none;
	padding:0;
	width:100%;
	text-align:center;
}
.aboutBox .rightBox{
	float:none;
	padding:0;
	width:100%;
}
.aboutBox .rightBox .logo{
	margin:20px 0;
	text-align:center;
}
.photoBox p{
	text-align:left;
}
.about_history dl{
	width:100%;
}
}
@media screen and (max-width: 790px) {
.aboutBox .leftBox{
	float:none;
	width:100%;
	padding:0;
	text-align:center;
}
.aboutBox .rightBox{
	float:none;
	width:100%;
	padding:0;
}
.aboutBox .rightBox .logo{
	margin:20px 0;
	text-align:center;
}
.photoBox .leftBox{
	float:none;
	width:100%;
	padding:0;
}
.photoBox .rightBox{
	float:none;
	width:100%;
	padding:0;
}
.photoBox p{
	text-align:left;
}

.about_history dl{
	width:100%;
}
.about_history dt{
	width:35%;
}
.about_history dd{
	width:65%;
}
}
/*Company*/
.company_list {
	margin-bottom:80px;
}
.company_list dl{
	overflow:hidden;
	width:70%;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
}
.company_list dt{
	width:20%;
	float:left;
}
.company_list dd{
	width:80%;
	float:right;
}
.mapBox{
	width:80%;
	margin:0 auto 60px;
}
.mapBox iframe{
}
.direction{
	margin:0 auto 50px;
	width:70%;
}
.direction h3{
	color:#d51322;
	border-bottom:1px solid #d51322;
	font-size:1.3em;
	padding:0 0 5px;
}
.direction p{
	padding:0 0 30px;
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
.company_list dl{
	width:100%;
}
.mapBox{
	width:100%;
	margin:0 auto 40px;
}
.direction{
	width:100%;
}
}
@media screen and (max-width: 790px) {
.company_list dl{
	width:100%;
}
.company_list dt{
	width:100%;
	float:none;
	font-weight:bold;
}
.company_list dd{
	width:100%;
	float:none;
}
.mapBox{
	width:100%;
	margin:0 auto 40px;
}
.mapBox iframe{
}
.direction{
	width:100%;
}
.direction p{
	padding:0 0 10px;
}
}
/*radice*/
#radice01 .base_contents .boxLeft {
    padding: 40px 0 0;
}
#radice01 .ttlbase_w {
    margin-top: 25px;
}
#radice02{
	padding:60px 0 50px;
}
#radice02 .price{
	text-align:center;
	color:#d51322;
	font-size:1.2em;
}
#radice03{
	background-color:#f4f3ed;
	padding:60px 0 80px;
}
#radice03 .lead{
	text-align:center;
	margin:0 0 40px;
}
#radice03 li{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fff;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	width:80%;
	margin:0 auto 30px;
	padding:0 10px;
}
#radice03 li .inner {
    overflow: hidden;
    box-sizing: border-box;
    border-top: 3px solid #c71220;
    width: 100%;
    padding: 35px 25px 10px 30px;
}
#radice03 h3{
	font-size:1.5em;
	margin:0 0 30px;
}
#radice03 li .shop_txt{
	float:left;
	width:63%;
}
#radice03 li .shop_txt dl{
	overflow:hidden;
	padding:0 0 10px;
	margin:0;
}
#radice03 li .shop_txt dt{
	float:left;
	width:20%;
}
#radice03 li .shop_txt dd{
	float:right;
	width:80%;
	padding:0 15px;
}

#radice03 li .handling{
	float:right;
	width:37%;
	padding:0 0 10px 20px;
	border-left: 1px dashed #c71220;
	font-size:0.88em;
}
#radice03 li .handling dt{
	color:#c71220;
	font-weight:bold;
	padding:0 0 10px;
}
#radice03 li .handling dd{
	line-height:1.4em;
	margin:0 0 8px;
    text-indent: -0.5em;
    margin-left: 1em;
}
#radice03 li .handling dd a{
	color:#193634;
}
#radice03 li .handling dd a:hover{
	text-decoration:underline;
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
#radice03{
	padding:40px 0 40px;
}
#radice03 li{
	width:100%;
}
#radice03 li .inner {
    padding: 20px 25px 20px 30px;
}
#radice03 h3{
	margin:0 0 20px;
	font-size:1.3em;
}
#radice03 li .shop_txt dt{
	width:25%;
}
#radice03 li .shop_txt dd{
	width:75%;
}
}
@media screen and (max-width: 790px) {
#radice01 .base_contents{
	padding-bottom:0 !important;
}
#radice01 .base_contents .boxLeft {
    padding: 0;
}

#radice03 li{
	width:100%;
	padding:0 10px;
}
#radice03 li .inner {
    width: 100%;
    padding: 20px 10px 10px;
}
#radice03 h3{
	font-size:1.1em;
	text-align:center;
}
#radice03 li .shop_txt{
	float:none;
	width:100%;
	padding:0 0 20px;
}
#radice03 li .shop_txt dt{
	float:none;
	width:100%;
	font-weight:bold;
}
#radice03 li .shop_txt dd{
	float:none;
	width:100%;
	padding:0;
}

#radice03 li .handling{
	float:none;
	width:100%;
	padding:20px 0 10px 0;
	border-top: 1px dashed #c71220;
	border-left: none;
}
#radice03 li .handling dd{
    text-indent: -1em;
    margin-left: 2em;
}
}
/*introduction*/
#introduction01 .leftBox{
	width:35%;
}
#introduction01 .photo{
  height: 340px;
  width: 340px;
  margin:0 auto;
}
#introduction01 .photo img{
  border-radius: 50%;
}
#introduction01 .rightBox{
	width:65%;
}
#introduction01 .cap{
	text-align:center;
	color:#d51322;
	font-size:1.3em;
	margin:20px 0 10px;
	font-weight:bold;
}
#introduction01 .cap:before {
    content: "";
    position: relative;
    top: 0.4em;
    left: -0.8em;
    display: inline-block;
    width: 2px;
    height: 1.5em;
    background: #d51322;
    transform: rotate(-30deg);
}
#introduction01 .cap:after {
    content: "";
    position: relative;
    top: 0.4em;
    left: 0.8em;
    display: inline-block;
    width: 2px;
    height: 1.5em;
    background: #d51322;
    transform: rotate(30deg);
}
#introduction01 .name{
	margin:0 0 30px;
	text-align:center;
	font-size:1.5em;
}
#introduction01 .name .katagaki{
	display:inline-block;
	padding:0 10px 0 0;
	font-size:0.8em;
}
#introduction01 .name strong{
	font-size:1.2em;
	padding:0 10px 0 0;
}
#introduction01 .name .en{
	font-size:0.8em;
}
#introduction01 .comment{
}
@media screen and (min-width: 789px) and (max-width: 1199px) {
#introduction01 .leftBox{
	width:100%;
}
#introduction01 .rightBox{
	width:100%;
}
}
@media screen and (max-width: 790px) {
#introduction01 .leftBox{
	width:100%;
}
#introduction01 .photo{
  height: 300px;
  width: 300px;
}
#introduction01 .rightBox{
	width:100%;
}
#introduction01 .cap{
	font-size:1em;
}
#introduction01 .name{
	font-size:1em;
}
}

/*main_img*/
.pc_display{
	display:block;
}
.sp_display{
	display:none;
}
@media screen and (max-width: 790px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}
}

/*POINT*/
#point01{
	/*background:url(images/bg_point_01.png) center 0 no-repeat;*/
	padding:50px 0 0;
}
#point01 .pointBox{
	overflow:hidden;
	padding:30px 0 80px;
}
#point01 .pointBox .leftBox{
	float:left;
}
#point01 .pointBox .rightBox{
	float:right;
}
#point01 .pointBox .photoBox{
	width:50%;
	padding:0 2%;
}
#point01 .pointBox .txtBox{
	width:50%;
	padding:0 2%;
}
#point01 .pointBox .txtBox h5{
	padding:10px 0 0;
	margin:0 0 12px;
}
#point01 .pointBox .txtBox h5 span{
	background-color:#d51322;
	color:#fff;
	padding:3px 8px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size:0.8em;
	margin:0 0 10px;
}
#point01 .pointBox .txtBox h3{
	margin:0 0 7px;
	color:#d51322;
}
#point01 .pointBox .txtBox h4{
	margin:0 0 30px;
	color:#d51322;
}
#point01 .pointBox .txtBox p{
}
#point01 .pointBox .txtBox p strong{
	color:#006c3e;
}
#point01 .pointBox .txtBox .sphotoBox{
	overflow:hidden;
	margin:40px 0 0;
}
#point01 .pointBox .txtBox .sphotoBox .sphotoL{
	float:left;
	width:48%;
}
#point01 .pointBox .txtBox .sphotoBox .sphotoR{
	float:right;
	width:48%;
}
#point01 .pointBox .txtBox .sphotoBox p{
	font-size:0.8em;
	text-align:center;
}

#point04{
	padding:50px 0 50px;
}
.prizeBox{
	overflow:hidden;
	margin:0 0 80px;
}
.prizeBox .leftBox{
	float:left;
	padding:0;
	width:30%;
	text-align:center;
}
.prizeBox .rightBox{
	float:right;
	padding:10px 20px 0;
	width:70%;
}
.prizeBox .rightBox h3{
	color:#d51322;
	font-size:1.3em;
	border-bottom:1px solid #d51322;
	line-height:1.5em;
	padding:0 0 8px;
}
.prizeBox .rightBox .yasai{
	padding:20px;
	background:url(images/bg.png) 0 0 repeat;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",serif;
	font-size:0.9em;
	line-height:1.5em;
	margin:40px 0 0;
}
.prizeBox .rightBox .yasai h4{
	font-size:1em;
}
@media screen and (min-width: 789px) and (max-width: 1199px) {
#point01 .pointBox .leftBox{
	float:none;
}
#point01 .pointBox .rightBox{
	float:none;
}
#point01 .pointBox .photoBox{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
#point01 .pointBox .txtBox{
	width:100%;
}
#point01 .pointBox .txtBox h5{
	text-align:center;
}
#point01 .pointBox .txtBox h3{
	text-align:center;
}
#point01 .pointBox .txtBox h4{
	text-align:center;
}
#point01 .pointBox .txtBox .sphotoBox{
	text-align:center;
}


.prizeBox .leftBox{
	float:none;
	width:100%;
	margin:0 0 30px;
}
.prizeBox .rightBox{
	float:none;
	padding:0;
	width:90%;
	margin:0 auto;
}
}
@media screen and (max-width: 790px) {
#point01 .pointBox{
	padding:0 0 30px;
}
#point01 .pointBox .leftBox{
	float:none;
}
#point01 .pointBox .rightBox{
	float:none;
}
#point01 .pointBox .photoBox{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
#point01 .pointBox .txtBox{
	width:100%;
}
#point01 .pointBox .txtBox h5{
	text-align:center;
}
#point01 .pointBox .txtBox h3{
	text-align:center;
	font-size: 1.4em;
}
#point01 .pointBox .txtBox h4{
	text-align:center;
	font-size: 1.1em;
}
#point01 .pointBox .txtBox .sphotoBox{
	text-align:center;
}


.prizeBox .leftBox{
	float:none;
	width:100%;
	padding:0;
	margin:0 0 30px;
}
.prizeBox .rightBox{
	float:none;
	width:90%;
	padding:0;
	margin:0 auto;
}
}

@media screen and (min-width: 789px) and (max-width: 1199px) {
}
@media screen and (max-width: 790px) {
}

.base_contents_lower{
	overflow: hidden;
	padding:0 0 50px;

}
.base_contents_lower img{
	width:100%;
}

.base_contents_lower .contents_lower02{
	overflow: hidden;
	margin:40px 0 0;
}
.base_contents_lower .contents_lower02 .boxRight{
	/*width:100%;*/
	padding:0 1%;
}
.base_contents_lower .contents_lower02 .boxLeft{
	width:48%;
	padding:0 1%;
}
.base_contents_lower h3{
	background: #dff1fe;
    border: dashed 1px #446a99;
	padding: 0.4em 0.5em;
}
.base_contents_lower h4 {
border-bottom: solid 3px #80fd94;
    position: relative;
    padding: 0 0 15px;
}

.base_contents_lower h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #446a99;
bottom: -3px;
width: 20%;
}
.txt_only{
	margin:20px 0 0;
}
.txt_only p{
	margin:20px; 20px; 15px;
}
.base_contents_lower h5{
position: relative;
display: inline-block;
padding: 0 55px;
	margin:30px 0 0;
}

.base_contents_lower h5:before, .base_contents_lower h5:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

.base_contents_lower h5:before {left:0;}
.base_contents_lower h5:after {right: 0;}

.base_contents_lower ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
}
.base_contents_lower ol li{
  border-bottom: dashed 1px #ccc;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
.base_contents_lower ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #446a99;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.txt_catch{
	text-align: center;
	padding:30px 0 0;
}

.txt_catch .ttl{
position: relative; 
display: inline-block;
padding: 0 55px;
	margin:0 0 20px;
	font-size:1.5em;
}

.txt_catch .ttl:before, .txt_catch .ttl:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

.txt_catch .ttl:before {left:0;}
.txt_catch .ttl:after {right: 0;}

.txt_catch .catch{
	margin:0 0 50px;
	font-size:2.3em;
	font-weight: bold;
	line-height: 1.2em;
}
.txt_catch .catch span{
	font-size:0.8em;
}
.name_leader{
	text-align: right;
	margin:0 0 30px;
}
.boxLeftLeader{
	width:30%;
	float:left;
}
.boxLeftLeader p{
	text-align: center;
	margin:10px 0 0;
}
.boxLeftLeader p strong {
    font-size: 30px;
}
.boxRightLeader{
	width:66%;
	float:right;
}
.boxRightLeader p{
	margin:0 0 15px;
}
.memberList li{
	width:17.5%;
	box-sizing: border-box;
	margin:0 1% 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.memberList li .photo{
	max-height: 245px;
	overflow: hidden;
}
.memberList li .name{
	font-size:1.5em;
	margin:0 0 5px;
}

@media screen and (max-width: 790px) {
.base_contents_lower .contents_lower02 .boxRight{
	width:100% !important;
	padding:0;
}
.base_contents_lower .contents_lower02 .boxLeft{
	width:100% !important;
	padding:0;
}

.boxLeftLeader{
	width:80%;
	float:none;
	margin:0 auto 20px;
}
.boxRightLeader{
	width:100%;
	float:none;
}
.memberList li{
	width:30%;
}
}
@media screen and (max-width: 414px) {
.memberList li{
	width:47%;
}
.memberList li p{
	font-size:0.9em;
}
.memberList li .name{
	font-size:1.2em;
	margin:0;
}
}