@charset "utf-8";
/*
 Theme Name: キュービック・デザイン
 Description: キュービック・デザイン
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  http://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: http://www.cub-d.com
*/

/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/


/***************************************************************
/*****WEBフォント
/****************************************************************/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.rway {
	font-family: 'Raleway', sans-serif;
}
.nsj {
    font-family: 'Noto Sans Japanese', serif;
	font-weight: lighter;
}

nav{ display: none; }

.w100	 {
font-weight:100;
}
.w200	 {
font-weight:200;
}
.w300	 {
font-weight:300;
}
.w400	 {
font-weight:400;
}
.w500	 {
font-weight:500;
}
.w600	 {
font-weight:600;
}
.w700	 {
font-weight:700;
}
.w900	 {
font-weight:900;
}
/***************************************************************
/*****共通部分のスタイル
/****************************************************************/
/* 画面の表示に関するCSS */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html,body{
    width: 100%;
}
/* -終わり-　画面の表示に関するCSS */

.clear_fix:after {
	 content:".";
	 display: block;
	 height:0px;
	 clear:both;
	 line-height:0;
	 visibility:hidden;
}
.clear {
	line-height: 0px;
	background-color: #00ffff;
	clear: both;
	height: 0px;
	visibility: hidden;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}
section {
	display:block;
	margin-left:auto;
	margin-right:auto;
	counter-reset: number 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
a img:hover {
	opacity: 0.7;
}
a {
  color: inherit;
}
.left {
	float: left;
}
.right {
	float: right;
}

.center,
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.align_center {
	text-align: center;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f15 {
	font-size: 15px;
}
.f25 {
	font-size: 25px;
}
.f25_bo {
	font-size: 25px;
	font-weight: bold;
}
.f32 {
	font-size: 32px;
}

.t_red {
	color:#F00;
}

@media screen and (min-width: 641px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {display: none !important;}
.sp_none {}


/****************************************************************
/* headerに関するCSS */
#cubic_top_logo {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#cubic_top_logo img {
	width: 80%;
	height: auto;
}

#header_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 60px;
	background-color: rgb(255,255,255);
	z-index: 100;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(204,204,204);
	border-bottom-color: rgb(204,204,204);
}

/* スマホハンバーガーメニューに関するCSS */
.menu-btn {
	position: absolute;
	top: 11%;
	right: 0px;
	display: flex;
	height: 45px;
	width: 45px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #E84B76;
	margin-right: 5%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #FFF;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(405deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-405deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.menu-content ul li {
	list-style: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#1f1e1f;
    text-decoration: none;
    padding: 20px 0 20px 0;
    position: relative;
}

.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background: #f3f3f3;
	transition: all 0.5s;/*アニメーション設定*/
	padding-top: 20%;
	box-sizing: border-box;
}

.menu-content img {
	width: 33% !important;
	height: auto;
	margin-right: auto !important;
	margin-left: auto !important;	
}

.menu-content span {
	font-size: 1.3em;
	color: #333;
	vertical-align: bottom;
	line-height: 4;
	padding-left: 5px;
	font-weight: bold;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* スマホハンバーガーメニューに関するCSS終わり */

/* navに関するCSS */
.top_menu {
	width: 570px;
	font-weight: 900;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_menu a {
	display: inline-block;
	text-decoration: none;
}
.top_menu ul {
	display: none;
}
.top_menu li {
	box-sizing: border-box;
}
.menu_btn {
	text-align: center;
}
.button {
  position: relative;
}
.change-border01__inner {
	padding: 6px 14px;
}
/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #000000;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 1px;
    left: -5px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -5px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -5px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -5px;
  width: 1px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 9px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 9px);
}
.top_slider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 310px;
	box-sizing: border-box;
	background-image: url(images/top_slider.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.7em;
	color: #FFF;
	text-align: center;
	padding-top: 145px;
	margin-bottom: 4px;
	background-color: #000;
	background-position: center;
	font-weight:700;
}
/* -下層ページ用ヘッダー- CSS */
#eye_catch {
	background-color: #000;
	width:100%;
}
#eye_catch_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#eye_catch_box h1 {
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translate(0%, -50%);
	color:#FFF;
	font-weight:900;
	font-size:3.1em;
	text-shadow:0px 0px 14px #1f1e1f,0px 0px 32px #1f1e1f;
}
#pan_bg {
	height: 28px;
	background-image: url(images/pan_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFC;
}
#pan {
	font-size: 12px !important;
	width: 1100px;
	display: block;
	margin: 0px;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
}
#pan a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 4px;
	font-size: 12px;
}
#pan a:hover {
	color: #9F0;
}
/* -終わり- headerに関するCSS */
/****************************************************************/


/****************************************************************/
/* footerに関するCSS */
footer {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/rainbow_bar2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 12px;
	position: relative;
}
footer:before {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background-image: url(images/rainbow_bar1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}
.footer_menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	position:relative;
}
#foot_text_link {
	width: 100%;
	font-size: 1.1em;
	line-height: 140%;
	padding-top: 5px;
	color: #333333;
	margin-left: auto;
	margin-right:auto;
}

#foot_text_link span {
	display: none;
}

#foot_text_link a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin-right: 6%;
	margin-left: 6%;
}
#foot_text_link a:hover {
	color: #999999;
	text-decoration:underline;
}
#foot_text_link li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	flex-grow: 1;
	box-sizing: border-box;
}

#go_top {
	width: 50px;
	height: 50px;
	color: #FFF;
	background-color: #A45B99;
	background-image: url(images/top_arrow.png);
	background-repeat: no-repeat;
	background-position: 19px 7px;
	text-align: center;
	vertical-align: middle;
	padding-top: 19px;
	box-sizing: border-box;
	font-size: 0.9em;
	float:right;
	margin-right: 4%;
}

.footer_check {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	padding: 5%;
}
.footer_check span {
	color: #FFFFFF;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	display: block;
	line-height: 40px;
}
.cubic_info {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	width: 100%;
	padding-left: 1px;
	padding-top: 1px;
	margin-left:auto;
	margin-right:auto;
}

.cubic_info p {
	margin-bottom: 5%;
}

.cubic_info p:last-child {
	margin-bottom: 0;
}

.copyright {
	text-align: center;
	margin-top: 7px;
	color: #002040;
}
/* -終わり- footerに関するCSS */
/****************************************************************/



/***************************************************************
/*****TOPページ
/****************************************************************/

/**********トップページのコンテンツ**************/
.omakase {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	margin-top: 3%;
	margin-bottom: 10%;
	text-align: center;
}
.introduction {
	width: 100%;
	position: relative;
	background-image: url(images/rainbow_bar1.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
	background-size: contain;
	padding-top: 4%;
}
.smile {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59b200+0,283d10+100 */
background: #59b200; /* Old browsers */
background: -moz-linear-gradient(top,  #59b200 0%, #283d10 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #59b200 0%,#283d10 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #59b200 0%,#283d10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b200', endColorstr='#283d10',GradientType=0 ); /* IE6-9 */

	width: 100%;
	height: 470px;
	color: #FFF;
	position: relative;
	margin-bottom: 15px;
}

.smile:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(89,178,0,0.4);
	background-image:url(images/dna.png);
	background-position:center -90px;
	background-repeat:repeat;
	background-blend-mode: overlay;
	position:relative;
	z-index:1;
}
.smile:after {
	content: url("images/about_ball.png");
	text-align:center;
	padding-top:29px;
	box-sizing:border-box;
	display:block;
	width:100%;
	height:150px;
	background-image:url(images/cube_room_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.smile_text {
	width:100%;
	z-index:10;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.smile_text:after{
	content:"";
	display:block;
	width:72px;
	height:101px;
	background-image:url(images/makiru.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -130px;
	right: 5%;
}

.smile h2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20px;
}
.smile p {
	width: 90%;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
}
.smile img {
	width: 324px;
	position: absolute;
	left: 388px;
	bottom: 25px;
}
/* -トップページ用ふきだしのスタイル- CSS */
.menu_balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	width: 224px;
	color: #FFF;
	font-size: 0.9em;
	background: #333333;
	border-radius: 5px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}
.menu_balloon:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -90%);
  border: 13px solid transparent;
  border-bottom: 30px solid #333333;
}
.menu_balloon p {
  margin: 0;
  padding: 0;
}
.hukidashi_ue {
	margin-top:158px;
	margin-bottom:0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}
.hukidashi_shita {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10%;
}
/* -トップページ用ふきだしのスタイルおわり- CSS */

/* -トップページ用WORKS- CSS */
.works_midashi {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #519AD2;
	margin-bottom: 30px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 4%;
	text-align: center;
}
.home .works h1:before, .home .works h1:after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 33%;
	height: 1px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #777777;
 }
.home .works h1:before {
  left:0;
}
.home .works h1:after {
  right: 0;
}

/* -WORKS用ホバーエフェクトのスタイル- CSS 1221 行付近のスタイルと同様のものを使用するため削除　***********************************************/

.more_blue {
	background-color: #519AD2;
	text-align: center;
	width: 43%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/more_cursor.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
	font-size: 21px;
	color: #FFF;
	line-height: 300px;
	display: block;
	position: absolute;
    bottom: 10px;
    right: 5%;
}
.news {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.news_midashi {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #E84B76;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 4%;
	text-align: center;
}
.news h1:before, .news h1:after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 36%;
	height: 1px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #777777;
 }
.news h1:before {
  left:0;
}
.news h1:after {
  right: 0;
}
.news_line_box {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.news_line_box dl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.news_line_box dt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #212121;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	box-sizing: border-box;
	padding-top: 14px;
	padding-bottom: 7px;
	background-image: url(images/news_memo.png);
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
.news_line_box dd {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	box-sizing: border-box;
	padding-top: 14px;
	padding-bottom: 7px;
}
.news_line_box dd a {
	color:#E84B76;
}
.news_line_box dd a:hover {
	color: #F60;
}
.news_line_day {
	color: #212121;
}
.more_pink {
	background-color: #E84B76;
	text-align: center;
	width: 190px;
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/more_cursor.png);
	background-repeat: no-repeat;
	background-position: 162px 11px;
	font-size: 21px;
	color: #FFF;
	line-height: 190%;
	margin-top: 10%;
	margin-bottom: 110px;
	display: block;
}

figure {
	margin-bottom: 10%;
}

.works_effect img {
	width: 100%;
	height: auto;
}

/******* アイキャッチ ***************************************************************/
.eyecatch {
	font-family: 'Raleway';
	font-weight: 800;
	background-repeat: repeat-x;
	height: 191px;
	width: 100%;
	font-size: 2.0em;
	line-height: 131px;
	letter-spacing: 5px;
	padding-top: 60px;
	margin-bottom: 5%;
	color: #FFF;
	box-sizing: border-box;
	text-align: center;
}
.eyecatch:first-letter{
	color:#000;
}
body.about .eyecatch {
	background-image: url(images/about_head.jpg);
	background-size: contain;
}
body.access .eyecatch {
	background-image: url(images/access_head.jpg);
	background-size: contain;
}
body.contact .eyecatch,
.page-id-67 .eyecatch {
	background-image: url(images/contact_head.jpg);
	background-size: contain;
}
body.blog .eyecatch,
.post-template-default .eyecatch,
.category-note .eyecatch,
.category-other .eyecatch,
.category-topics .eyecatch,
.category-works .eyecatch {
	background-image: url(images/news_head.jpg);
	background-size: contain;
}
body.works .eyecatch,
.works_list-template-default .eyecatch,
.tax-works_cate .eyecatch {
	background-image: url(images/works_head.jpg);
	background-size: contain;
}

/******* アイキャッチ ここまで ***************************************************************/


/****************************************************************/
/* aboutに関するCSS */
/****************************************************************/
.mean {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.mean_title {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	margin-bottom: 10%;
	text-align: center;
}
.rinen {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	display: flex;
	justify-content: space-between;
}
.smile_icon {
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}
.smile_icon img{
	opacity: 0.7;
	margin-bottom: 30px;
	display: inline-block;
	height: auto;
	width: 100px;
}
.smile_icon span{
	font-size: 1.1em;
	font-weight: 600;
	color: #E74B76;
	display: inline-block;
	margin-bottom: 20px;
}
.mind_icon {
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
}
.mind_icon img{
	opacity:0.7;
	margin-bottom: 30px;
	display: inline-block;
	height: auto;
	width: 100px;
}
.mind_icon span{
	font-size: 1.1em;
	font-weight: 600;
	color: #FF7F00;
	display: inline-block;
	margin-bottom: 20px;
}
.technology_icon {
	width: 30%;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	padding-bottom: 24px;
}
.technology_icon img{
	opacity:0.7;
	margin-bottom: 30px;
	display: inline-block;
	height: auto;
	width: 100px;
}
.technology_icon span{
	font-size: 1.1em;
	font-weight: 600;
	color: #0884FF;
	display: inline-block;
	margin-bottom: 20px;
}
.omoi {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 104px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	border: 1px solid #000;
	font-size: 15px;
}
.president {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15%;
}
.president img{
	display: inline-block;
	width: 100%;
}
.profile {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 19px;
}
.profile h1{
	font-size: 17px;
	display: inline-block;
	margin-bottom: 20px;
}
.profile ul{
	list-style-type: none;
}

.profile ul li{
	padding-left:1em;
	text-indent:-1em;
}

.information {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(images/cube_room_bg2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 160px;
	background-color: #000;
	background-position: center;
	height: 606px;
}
.profile_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
.profile_box dl{
	line-height: 2.2em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.profile_box dt{
	float: left;
	margin-bottom: 20px;
}
.profile_box dd{
	margin-left: 100px;
	margin-bottom: 20px;
}
/***************************************************************
/ACCESSに関するスタイル
/****************************************************************/
.access_cubic {
	font-size: 15px;
	font-weight: 600;
}
.access_kanban {
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.access_kanban img{
	display: inline-block;
}
.address_info {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.address_info dt {
	float: left;
	font-size: 18px;
}
.address_info dd {
	margin-left: 100px;	
}
.telfax_info {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	display:flex;
	justify-content: space-between;
	font-size: 18px;
}
.telfax_info dt{
	float: left;
}
.telfax_info dd {
	margin-left: 55px;	
}
.google_map {
	position: relative;
	padding-bottom: 47%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-bottom: 165px;
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/***************************************************************
/CONTACTに関するスタイル
/****************************************************************/
.contact_page {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contact_page img {
	display: inline-block;
	margin-bottom: 50px;	
}
.otoiawase_box_soto {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 58px;
}
.otoiawase_box_soto h1 {
	font-size: 1.8em;
	font-weight: 600;
	color: #4E7D2C;
	letter-spacing: 10px;
}
.otoiawase_box_naka {
	width: 99%;
	border: 1px solid #FFF;
	padding: 1px;
	background-color: #E1F0D7;
	display: inline-block;
	font-size: 19px;
}
.otoiawase_box_naka span {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
}
.rusuden {
	display: inline-block;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
	text-align: left;
}
.form_midashi {
	width: 90%;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-radius: 19px;
	border: 1px solid #000;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.form_setsumei {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	text-align: left;
	margin-bottom: 35px;
}
/**フォーム用**/
#container_contact {
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 40px;
	margin-bottom: 165px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
#container_contact dl {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #ccc;
	font-size: 16px;
}
#container_contact dl dt {
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	position: relative;
	padding-left: 15%;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left !important;	
}
#container_contact dl dd {
	box-sizing: border-box;
    padding-top: 24px;
	padding-left: 5%;
    padding-bottom: 24px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left !important;
	line-height:180%;
}
#container_contact dl dt:nth-child(4n-3),
#container_contact dl dd:nth-child(4n-2) {
	background-color: rgba(220, 255, 220, 0.5);
}
#container_contact dl dt:nth-child(4n-1),
#container_contact dl dd:nth-child(4n) {
    background-color: #FBFBFB;
}
.must {
    background-color: #C00;
    padding: 7px 5px;
    font-size: 10px;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    position: absolute;
    top: 21px;
    left: 5%;
}
.mfp i {
	font-size:14px;
	color:#666;
}
.mfp input {
	height: 25px;
	border: 3px solid #CCC;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}
input.wpcf7-submit {
    width:50%;
    display:block;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    font-size:1.2em;
    font-weight:bold;
    padding:10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
.mfp .wpcf7-text {
	width:76%;
	padding-left: 1%;
}

span.wpcf7-not-valid-tip {
	font-weight: 600 !important;	
}
.mfp textarea {
    width: 76%;
    display:block;
    border: 3px solid #CCC;
}
.mfp .sub_text {
    color: #666;
    font-size: 70%;
}
.prapori .title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #036;
}
.prapori .box_sub {
    box-sizing:border-box;
    padding:20px;
    overflow:auto;
    width:60%;
    font-size:12px;
    line-height:140%;
    height:120px;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #CCC;
}
.sub_page_h {
    font-size:14px;
}
.wpcf7-list-item-label {
	position:relative;
	top:-7px;
}
.accept {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border: #F60 solid 2px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}
/**サンクスページ用**/
.thanks {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;
	font-weight: 600;
	color: #6AA93C;
	text-align: left;
	position: relative;
	z-index: 10;
	border: 20px solid #CCC;
	margin-bottom: 165px;
	background-color: #E1F0D7;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 120px;
	padding-left: 40px;
}
.thanks:after{
	content:"";
	display:block;
	width:117px;
	height:163px;
	background-image:url(images/makiru.png);
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0px;
	right: 6%;
}
.thanks span {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 2.0em;
	position: relative;
	z-index: 10;
	display: inline-block;
}
/***************************************************************
/NEWSに関するスタイル
/****************************************************************/
.news_box {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.news_menu {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.category-list {
	display: inline;
}
.category-list li {
    padding: 0 1.0em;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.news-category {
    border-bottom: 5px solid #000000;
}
/***************************************************************
/WORKSに関するスタイル
/****************************************************************/

.works {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	position: relative;
}
body.works {
	width: 100%;
}
.works_thumb {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.works_thumb li {
	margin-bottom: 50%;
}

.pagination {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 125px;
	margin-top: 100px;
}
.pagination span {
	height: 41px;
	width: 41px;
	border-radius: 50%;
	color: #FFF;
	background-color: #B53862;
	display: inline-block;
	line-height: 41px;
	text-align: center;
	margin: 5px;
}
.pagination a {
	height: 41px;
	width: 41px;
	border-radius: 50%;
	color: #FFF;
	background-color: #37B48A;
	display: inline-block;
	line-height: 41px;
	text-align: center;
	margin: 5px;
}
/* -WORKS用ホバーエフェクトのスタイル- CSS */

li.works_effect {
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	width: 48%;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	background-color: #000000;
	list-style-type: none;
}
li.works_effect * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
li.works_effect img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}
li.works_effect:after,
li.works_effect figcaption {
	position: absolute;
	top: 110%;
	bottom: 0;
	left: 0;
	right: 0;
}
li.works_effect:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	opacity: 0;
}
li.works_effect figcaption {
	z-index: 1;
}
li.works_effect h3,
li.works_effect .links {
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}
li.works_effect h3 {
	line-height: 1.3em;
	font-weight: 900;
	font-size: 0.9em;
	opacity: 0;
	padding-bottom: 0px;
	color: rgb(0,0,0);
}
li.works_effect p {
	font-size: 0.6em;
	font-weight: 500;
	letter-spacing: 1px;
	opacity: 0;
	top: 50%;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	text-align: center;
	margin-bottom: 0px;
	color: rgb(0,0,0);
}
li.works_effect .thumb_works_cate {
	display: inline-block;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-bottom: 1%;
}
li.works_effect a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
li.works_effect:hover img,
li.works_effect.hover img {
	
}
li.works_effect:hover:after,
li.works_effect.hover:after {
	
}
li.works_effect h3,
li.works_effect p,
li.works_effect i {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}
/* -WORKS用ホバーエフェクトのスタイルおわり- CSS */

/* works下層に関するCSS */

.type-works_list img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.works_box img {
	text-align: center;
}
.works_child_description {
	width: 90%;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.works_child_detail {
	width: 100%;
	line-height:2em;
}
.works_child_detail dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7%;
	width: 100%;
	background-color: #f6f7f7;
	box-sizing: border-box;
	padding: 2%;
	margin-right: auto;
	margin-bottom: 7%;
	margin-left: auto;	
}
.works_child_detail dt {
	box-sizing: border-box;
	width: 20%;
}
.works_child_detail dd {
	box-sizing: border-box;
	width:80%;
}
.works_child_text {
	width: 100%;
	line-height:2em;
}
.works_child_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #5199D2;
	width: 100%;
}
.works_child_category {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
}

.works_child_category a {
	margin-right: 5px;	
}

.works_child_img {
	width:100%;
	margin-bottom:16%;
}
.works_child_img img {
	width: 90%!important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.works_back {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #5199D2;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 105px;
	border: 1px solid #E6E6CA;
}

/*******カテゴリーメニュー用***************************/
.works_menu {
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.category_list {
	
}
.category_list li {
    margin-bottom: 1.5em;
}

.works_menu a,
.works_menu a:visited,
.works_menu a:hover,
.works_menu a:active{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:relative;
	transition:0.5s color ease;
	text-decoration:none;
	font-size:1.7em;
}
.works_menu a:hover{
	color:#d73444;
}
.works_menu a.before:before,
.works_menu a.after:after{
	content: "";
	transition:0.5s all ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:absolute;
}
.works_menu a.before:before{
	top:-0.25em;
}
.works_menu a.after:after{
	bottom:-0.25em;
}
.works_menu a.before:before,
.works_menu a.after:after{
	height:5px;
	height:0.35rem;
	width:0;
	background:#d73444;
}
.works_menu a.first:after{
	left:0;
}
.works_menu a.before:hover:before,
.works_menu a.after:hover:after{
	width:100%;
}

/* -WORKS用アコーディオンメニューのスタイル- CSS */

.acd-check{
  display: none;
}
.acd-label{
  background: #008080;
  color: #fff;
  font-size: 1.2em;
  display: block;
  margin-bottom: 1px;
  padding: 20px;
}

.acd-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 43% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.acd-label,
.acd-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.acd-content{
	border: 2px solid #008080;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	list-style-type: none;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.acd-check:checked + .acd-label::before{
	transform: rotate(-45deg) !important;
}

/***************************************************************
/NEWSに関するスタイル
/****************************************************************/
#blog_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
}
#blog_wrap section {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.blog_left {
	width:73%;
	box-sizing:border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right:2%;
}
.blog_left > section {
	width:auto !important;
}
.blog_left .post_box p {
	margin-top:15px;
	margin-bottom:40px;
}
.blog_right,
.blog_right2 {
	width: 25%;
	box-sizing: border-box;
	margin-left: 2%;
}
.blog_widget_box {
	padding-top:30px;
}
.blog_right .widget,
.blog_right2 .widget {
	margin-bottom:30px;
}
.blog_right .widgettitle,
.blog_right2 .widgettitle,
.blog_under .widgettitle {
	display: block;
	text-align:left;
	line-height: 110%;
	font-size: 110%;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ED0A00;
	padding-left: 10px;
	margin-bottom: 15px;
	color:#444;
}
.blog_widget_box ul {
	width: 98%;
	border: 3px solid #DFDFDF;
	box-sizing:border-box;
	padding:10px;
	list-style:none;
}
.blog_widget_box ul li {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #036;
}
.blog_widget_box ul li a {
	color:#000066;
}
.blog_widget_box ul li a:hover {
	color:#F00;
}
.blog_widget_box ul li:before {
	content:"●";
	color:#000066;
	font-size:90%;
}
.blog_right #wp-calendar,
.blog_right2 #wp-calendar {
	width: 240px;
	text-align: center;
	color: #666666;
}
.blog_right #wp-calendar caption,
.blog_right2 #wp-calendar caption {
	color: #000066;
}
.blog_right #wp-calendar thead,
.blog_right2 #wp-calendar thead {
	color: #000066;
}
.blog_right #wp-calendar a,
.blog_right2 #wp-calendar a {
	color: #FFF;
	background-color: #0085B2;
	display: block;
}

.ichiran_banner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	display: block;
	border: 1px solid #990;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #030;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}
.ichiran_banner:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#517218+0,55781c+50,42640c+51,3e5f05+100 */
background: rgb(81,114,24); /* Old browsers */
background: -moz-linear-gradient(top, rgba(81,114,24,1) 0%, rgba(85,120,28,1) 50%, rgba(66,100,12,1) 51%, rgba(62,95,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(81,114,24,1) 0%,rgba(85,120,28,1) 50%,rgba(66,100,12,1) 51%,rgba(62,95,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(81,114,24,1) 0%,rgba(85,120,28,1) 50%,rgba(66,100,12,1) 51%,rgba(62,95,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517218', endColorstr='#3e5f05',GradientType=0 ); /* IE6-9 */
	display: block;
	border: 1px solid #990;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #FFF;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}
/*******カテゴリーメニュー用***************************/
.news_menu {
	font-weight: 600;
	margin-bottom: 50px;
	position: relative;
}
.news_category_list {
	
}
.news_category_list li {
    margin-bottom: 1.5em;
}

.news_menu a,
.news_menu a:visited,
.news_menu a:hover,
.news_menu a:active{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:relative;
	transition:0.5s color ease;
	text-decoration:none;
	font-size:1.3em;
}
.news_menu a:hover{
	color: #FF0099;
}
.news_menu a.before:before,
.news_menu a.after:after{
	content: "";
	transition:0.5s all ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:absolute;
}
.news_menu a.before:before{
	top:-0.25em;
}
.news_menu a.after:after{
	bottom:-0.25em;
}
.news_menu a.before:before,
.news_menu a.after:after{
	height: 5px;
	height: 0.35rem;
	width: 0;
	background-color: #FF0099;
}
.news_menu a.first:after{
	left:0;
}
.news_menu a.before:hover:before,
.news_menu a.after:hover:after{
	width:100%;
}

/* -TOPICS、NEWS用アコーディオンメニューのスタイル- CSS */

.acd-check{
  display: none;
}
.acd-label{
  background: #008080;
  color: #fff;
  font-size: 1.2em;
  display: block;
  margin-bottom: 1px;
  padding: 20px;
}

.acd-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 43% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.acd-label,
.acd-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.acd-content{
	border: 2px solid #008080;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	list-style-type: none;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.acd-check:checked + .acd-label::before{
	transform: rotate(-45deg) !important;
}

/****記事一覧************************/

.blog .post-meta,
.archive .post-meta,
.single .post-meta {
	color: #444;
	padding-bottom: 20px;
	font-weight: 400 !important;
}
.post-category {
	color: #999999;
	margin-left: 5px;
}
.post-category a:hover {
	color: #F33;
}
h1.title {
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 150%;
	text-align: left;
	padding-bottom: 5px;
}
h1.title a{
	color:#444;
}
h1.title a:hover {
	color:#ED0A00;
}

.blog .post_box,
.archive .post_box,
.news .post_box {
	box-sizing: border-box;
	padding-left: 10px;
	padding-bottom: 80px;
	width: 100%;
}
.post_box p {
	font-size: 15px;
	font-weight: bold;
	word-break: break-word;
}
#archive_eyecatch {
	margin-right: 30px;
	height: 214px;
	width: 306px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border-top-width: 13px;
	border-right-width: 16px;
	border-bottom-width: 13px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}
.more-link {
	float: right;
	background-color: #7B4473;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
}
a.more-link:hover {
	background-color: #06C;
	color: #FFF;
}

/* BLOGページのpagerに関するCSS */

.navigation {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	justify-content: space-between;
}
.leftnavi {
}
.rightnavi {
}
.navigation .alignleft,
.navigation .alignright,
.leftnavi a,
.rightnavi a {
	max-width: 43%;
	background-color: #CC0066;
	border-radius: 7px;        /* CSS3草案 */
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	margin-bottom: 20px;
	margin-top: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.navigation a {
	color: #FFFFFF;
}

/****アップロードファイルについて***/

.upfile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
}
.upfile li {
	width:48%;
	list-style:none;
	display:block;
	border-top:#999 solid 2px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.upfile li:nth-last-of-type(2),
.upfile li:nth-last-of-type(1) {
	border-bottom:#999 solid 2px;
}
.upfile a {
	display: block;
	background-position: left center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 4.5em;
	color:#666;
}
.upfile a[href $='.pdf']    {
    background:url(images/ico_pdf.png) no-repeat center left;
    margin:0;
    color:#dd0000;
    text-decoration:underline;
}
 
.upfile a[href $='.pdf']:hover  {
    text-decoration:none;
}
.upfile a[href $='.jpg'],  
.upfile a[href $='.png']  {
    background:url(images/ico_jpg.png) no-repeat center left;
    margin:0;
    color:#dd0000;
    text-decoration:underline;
}
 
.upfile a[href $='.jpg']:hover,
.upfile a[href $='.png']:hover  {
    text-decoration:none;
}


/***　Embed機能について　***/
.wp-embedded-content {
	max-width: 100%;
}

/***　reCAPTCHAのロゴを非表示にする　***/
/*.grecaptcha-badge { visibility: hidden; }*/

/***************************************************************
/WEBコミックページのスタイル20231031
/****************************************************************/

.black {
    background-color: #000!important;
	background-image: none!important;
}

.web_comic_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
}

.black article {
    background-image: none!important;
}

.black footer {
    display: none;
}

/***************************************************************
/*****ページのスタイル
/****************************************************************/
