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

Theme Name: IDEA APPEAL Thema
Author: Shimizu
Description: 2020/12/10

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

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: 'Prompt', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');

/* font-family: 'Vidaloka', serif; */
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

/* font-family: 'Pinyon Script', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 14px;
}

body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #333;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	line-height: 1.6;
	background: #FFF;
	background-attachment: fixed;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 20px;
}

.main_contents {
	flex: 1;
	max-width: 1000px;
	margin: 0 auto;
}

.side {
	width: 270px;
	margin-left: 40px;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.main {
	margin: 0 auto;
}

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
	padding: 20px 0;
}

.contents_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}


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

 header

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

.header_wrapper {
	height: 80px;
}
.home .header_wrapper ,
.lp .header_wrapper {
	height: auto;
}

.header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}
.header-lp {
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}

.header_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	box-sizing: border-box;
	transition:all 300ms 0ms ease;
}
.header_inner:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

/* logo */

.header_inner .logo ,
.menu_inner .logo {
	float: left;
	clear: both;
	width: 400px;
	max-width: 70%;
	transition:all 300ms 0ms ease;
}
.menu_inner .logo {
	margin-bottom: 10px;
}

.header_inner .logo a ,
.menu_inner .logo a {
	display: block;
	text-decoration: none;
}

.header_inner .logo img ,
.menu_inner .logo img {
	width: 100%;
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,.4));
}

.header_inner .logo em ,
.menu_inner .logo em {
	display: block;
	margin-top: 8px;
	color: #000;
	text-shadow: 0px 0px 5px rgba(255,255,255,.4);
	font-size: .875rem;
	font-weight: bold;
}


/* unavi */

.unavi {
	float: right;
	display: -webkit-flex;
	display: flex;
	max-width: 50%;
	transition:all 300ms 0ms ease;
}
.unavi li {
	flex-grow: 1;
}
.unavi a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.unavi a:hover {
	opacity: 0.5;
}
.unavi .mail img {
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,.4));
}
.unavi .menu_btn_area {
	margin-left: 15px;
}


/* header_slim
------------------------------------------------------------- */

.header_slim .header {
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.header_slim .header_inner .logo {
	width: 320px;
}

.header_slim .header_inner .logo em {
	display: none;
}



/* menu
------------------------------------------------------------- */

/* 開くボタン */
.menu_open_btn {
	display: block;
	cursor: pointer;
	width: 28px;
	height: 24px;
}
.menu_open_btn img {
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,.4));
}

/* 閉じるボタン */
.menu_close_btn {
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	top: 15px;
	right: 20px;
	width: 28px;
	height: 28px;
	background: url(./image/common/icon_menu_close.svg) no-repeat 50% 50%;
	background-size: 30px auto;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2147483647;
}
.menu_open_btn:hover ,
.menu_close_btn:hover {
	opacity: 0.5;
}
input[type="checkbox"]#menu_btn {
	position: absolute;
	visibility: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#menu_btn:checked:before{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}


/*メニューを格納*/
input[type="checkbox"]#menu_btn + #menu_wrapper { 
	position:fixed;
	width: 100%;
	height: 100%;
	transition: 0.1s ease-in-out;
	top: -200%;
}

/*iframeを格納(オープン時)*/
input[type="checkbox"]#menu_btn:checked + #menu_wrapper {
	overflow: hidden;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	top: 0;
}

.menu_inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #d7d7d7;
	text-align: center;
}

.menu_inner .menu_sp {
	clear: both;
	margin-bottom: 10px;
}

.menu_inner .menu_sp a {
	display: block;
	height: auto;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 1.2;
}
.menu_inner .menu_sp i {
	display: block;
	height: auto;
	padding: 10px 10px;
	color: #999;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2;
}

.menu_inner .menu_sp em {
	display: block;
	padding-left: .1em;
	font-size: 2rem;
	font-weight: normal;
	font-family: 'Prompt', sans-serif;
	letter-spacing: .1em;
}

.menu_inner .menu_sp span {
	display: inline-block;
	padding: 0 .2em 0 .4em;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .2em;
}

.layer {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}




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

 side bar

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

.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 4px;
	border-bottom: 1px solid #888;
	font-size: 1.25rem;
	font-weight: bold;
}

.side .wiget_box div {
	margin-bottom: 20px;
}

.side .wiget_box ul {
	margin-left: 10px;
}

.side .tagcloud {
	margin-left: 10px;
}

.side .tagcloud a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 1rem !important;
	font-weight: bold;
	vertical-align: middle;
}
.side .tagcloud a::before {
	content: '#';
}


/* side post
-----------------------------------------------------------*/

.side .newpost_area ,
.side .popular_area ,
.side .recommend_area {
	margin-bottom: 20px;
}

.side_entry_list li {
	clear: both;
	border-top: 1px dotted #CCC;
}
.side_entry_list li:first-child {
	border-top: none;
}
.side_entry_list a {
	display: block;
	padding: 10px 0 10px;
}
.side_entry_list img {
	float: left;
	width: 40%;
	margin: 0 15px 10px 0;
}
.side_entry_list p {
	overflow: hidden;
}
.side_entry_list em {
	display: block;
	font-size: .875rem;
	font-weight: bold;
}




/* calender
-----------------------------------------------------------*/

.side .calendar_wrap {
	position: relative;
	margin: 0 15px;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table th {
	padding: 4px 0;
	border-bottom: 2px solid #666;
	text-align: center;
}

.wp-calendar-table td {
	padding: 4px 0;
	border-bottom: 1px solid #999;
	text-align: center;
}

.calendar_wrap .wp-calendar-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
	display: inline-block;
	float: right;
}



/* 検索フォーム
-----------------------------------------------------------*/

.side aside .search_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.search_input {
	height: 34px;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 87.5%;
	z-index: 10;
}

.searchsubmit {
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 30px;
	border: none;
	background: url(./image/common/icon_search_gy.png) no-repeat 50% 0 #FFF;
	background-size: auto 100%;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 20;
}


/* RSS購読するボタン
-----------------------------------------------------------*/

.rss_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	box-sizing: border-box;
	background: #333;
	color: #FFF;
	font-size: 87.5%;
	text-decoration: none;
}

.rss_box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


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

 .footer

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

.footer {
	margin-top: 40px;
}

/* page top */

.page_top {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.page_top a {
	display: block;
	padding: 15px;
	font-size: 1.125rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: center;
	text-decoration: none;
}

.page_top span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.page_top span::before {
	content: '';
	display: inline-block;
	margin: 8px 12px 0 0;
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-color: #333 #333 transparent transparent;
	transform: rotate(-45deg);
	vertical-align: middle;
}

.page_top a:hover span::before {
	opacity: 0.5;
}

.footer_inner {
	max-width: 1000px;
	margin: 20px auto;
	padding: 0 20px;
}

/* info */

.footer_info {
}

.footer_info em {
	display: block;
	margin-bottom: 20px;
}

/* sns */

.sns {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 20px;
	margin-bottom: -20px;
}
.sns li {
	flex-grow: 0;
	width: 50%;
	margin-bottom: 20px;
}
.sns li a {
	text-decoration: none;
}
.sns li span {
	position: relative;
	vertical-align: middle;
}
.sns li span::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 2px 0;
	background-size: 32px auto;
	vertical-align: middle;
}
.sns li a:hover span::before {
	opacity: 0.5;
}
.sns li.insta span::before {
	background-image: url(./image/common/icon_sns_insta.svg);
}
.sns li.youtube span::before {
	background-image: url(./image/common/icon_sns_youtube.svg);
	background-position: 0 0;
	background-size: 36px auto;
}
.sns li.fb span::before {
	background-image: url(./image/common/icon_sns_fbsq.svg);
}
.sns li.pin span::before {
	background-image: url(./image/common/icon_sns_pinsq.svg);
}


.copy {
	padding: 20px;
	border-top: 1px solid #333;
	font-size: .875rem;
	text-align: center;
}

.access_tag {
	display: none;
}



/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 20px auto 20px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 87.5%;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}


/* ページタイトル
-----------------------------------------------------------*/


.title_block {
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}
.title_block.title_block_entry {
	padding-top: 20px;
}
.title_block .title_inner {
	position: relative;
	max-width: 1030px;
	margin: 0 auto -.8em;
	padding: 0 15px;
}

.title_block h1 {
	display: inline-block;
	max-width: 40%;
	text-align: center;
	line-height: 1.3;
}

.contents_pages .title_block h1 {
	max-width: 100%;
}

.title_block .title02 {
	padding-bottom: 15px;
}

.title_block h1 em {
	display: block;
	padding-left: .1em;
	font-size: 2rem;
	font-weight: normal;
	font-family: 'Prompt', sans-serif;
	letter-spacing: .1em;
}

.title_block h1 span {
	display: inline-block;
	padding: 0 .2em 0 .4em;
	background: #FFF;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .2em;
}

.title_block .keyword {
	max-width: 60%;
	position: absolute;
	right: 10px;
	bottom: 25px;
	font-size: .875rem;
}

.title_block .keyword a {
	display: inline-block;
	padding: 0 .5em;
	font-size: 1rem !important;
}
.title_block .keyword a::before {
	content: '#';
}

/* works single */
.works_voice .title_block {
	width: 100%;
	margin: 0 -200% 30px;
	padding: 0 200%;
}
.works_voice .title_block .title_inner {
	padding: 0;
}
.works_voice .title_block h1 {
	max-width: 100%;
}

/* MEDIAのカテゴリ名など */

.title_min01 {
	margin-bottom: 40px;
}
.title_min01 em {
	display: inline-block;
	padding: 0 30px 10px;
	border-bottom: 1px solid #888;
	font-size: 1.25rem;
}

/* lp01 */

.lp_title_block {
	margin-bottom: 20px;
	font-size: 1.25rem;
	text-align: center;
}
.lp_title_block.bg {
	padding: 50px 20px;
	background: #bebebe;
}

.lp_title_block .title_02 {
	font-weight: normal;
}


/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 87.5%;
	line-height: 1.2;
}

.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: 6px 8px 5px 8px;
	border-radius: 4px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #CCC;
	text-decoration: none;
}

.pagination a:hover {
	color: #fff;
	background: #EEE;
}

.pagination span {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	border: 1px solid #EEE;
	background: #EEE;
}


/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: center;
}

.btn_box a {
	display: inline-block;
	min-width: 60%;
	padding: 10px 10px;
	border: 1px solid #333;
	background: #FFF;
	color: #333;
	font-size: 1.25rem;
	text-decoration: none;
	transition:all 300ms 0ms ease;
}

.btn_box a:hover {
	background: #333;
	color: #FFF;
}

.btn_box a span {
	display: inline-block;
}


/* /////////////////////////////////////////////////////////////////////////////

 投稿 post

///////////////////////////////////////////////////////////////////////////// */

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

 アーカイブ archive / blog

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

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry_list {
	margin-bottom: -20px;
}

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 120px;
}

.entry_list dt img {
	width: 100%;
}

.entry_list dt .icons {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

.entry_list dt .icons a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: rgba(255,255,255,.5);
	font-size: .875rem;
	text-decoration: none;
	vertical-align: middle;
}

.entry_list dd {
	min-height: 120px;
	margin-bottom: 30px;
	padding-left: 140px;
}

.entry_list dd .entry_info {
	margin-bottom: 10px;
	font-size: 1.125rem;
	line-height: 1.2;
}

.entry_list dd .cate_box {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #333;
}
.entry_list dd .cate_box a {
	display: inline-block;
}
.entry_list dd .cate_box a::before {
	content: '#';
}

.entry_list dd .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-weight: bold;
	vertical-align: middle;
}
.entry_list dd .tag_box a::before {
	content: '#';
}

.entry_list dd em {
	display: block;
	margin-bottom: 10px;
	font-size: 1.125rem;
}

.entry_list dd .entry_txt {
	display: none;
}


/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entryblock_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.entryblock_list li {
	flex-grow: 0;
	width: 50%;
}
.entryblock_list li > div {
	padding: 0 10px 30px;
}

.entryblock_list a {
	display: block;
}

.entryblock_list .thumb {
	position: relative;
	display: block;
}
.entryblock_list .thumb img {
	width: 100%;
	height: auto;
}

.entryblock_list .thumb .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: -2px;
}
.entryblock_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: 75%;
	text-decoration: none;
	vertical-align: middle;
}

.entryblock_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entryblock_list em::before ,
.entryblock_list em::after {
	position: absolute;
	background: #fff;
}
.entryblock_list em::before {
	content: '･･･';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entryblock_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entryblock_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entryblock_list .entry_info {
	height: 1.2em;
	margin-bottom: 8px;
	font-size: 87.5%;
	line-height: 1.2;
}

.entryblock_list .entry_txt {
	display: block;
	height: 5em;
	font-size: 87.5%;
	line-height: 1.4;
}

/* staff list
-----------------------------------------------------------*/

.staff_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.staff_list li {
	flex-grow: 0;
	width: 25%;
	text-align: center;
}
.staff_list li > div {
	padding: 0 20px 20px;
}
.staff_list a {
	display: block;
	text-decoration: none;
}

.staff_list .thumb {
	position: relative;
	display: block;
}

.staff_list .thumb img {
	width: 100%;
	height: auto;
}

.staff_list .thumb .staff_posi {
	position: absolute;
	top: -5px;
	right: -5px;
}

.staff_list .thumb .staff_posi span {
	display: block;
	padding: 4px 10px;
	background: #666;
	font-size: 75%;
	color: #FFF;
}

.staff_list em {
	display: block;
	font-weight: bold;
}



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

 記事 single / page

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

.post {
	line-height: 1.8;
}

.pages {
	line-height: 1.8;
}

#toc_container {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.entry_content > p {
	margin-bottom: 1.6em;
	text-align: left;
}

.entry_content hr {
	margin-bottom: 1.6em;
}

.entry_content em {
	display: inline-block;
	font-weight: bold;
}


/* 記事内見出し ----------------------------- */

.entry_content h1 ,
.entry_content h2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-left: 1px solid #8c8584;
	font-size: 1.5rem;
	text-align: left;
}

.entry_content h3 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px #999 dotted;
	color: #1a1a1a;
	font-size: 1.25rem;
	text-align: left;
}

.entry_content h4 {
	margin-bottom: 20px;
	padding: 8px 0 8px 10px;
	background: #f2f2f2;
	text-align: left;
}

.entry_content h5 {
	margin-bottom: 20px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #8c8584;
	text-align: left;
}

.entry_content h6 {
	margin-bottom: 15px;
	text-align: left;
}

/* テーブル ----------------------------- */

.entry_post .entry_content table {
	min-width: 70%;
	margin: 10px 0 20px;
	border-collapse: collapse;
	text-align: left;
}
.entry_post .entry_content table th {
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}
.entry_post .entry_content table td {
	padding: 10px;
	border: 1px solid #CCC;
}


/* リスト ----------------------------- */

.entry_content ul {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ul li {
	list-style-type: disc;
}

.entry_content ol {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ol li {
	list-style-type: decimal;
}


/* 引用  ------------------------------- */
/* 引用じゃないけど引用と同じデザインにしたい時 */

.entry_content blockquote ,
.quote_area {
	margin: 10px 0 20px;
	padding: 30px 20px 20px 40px;
	background: url(./image/common/icon_quotation.png) #f2f2f2 no-repeat 10px 10px;
}

.entry_content blockquote p ,
.quote_area p {
	margin: 0;
}

/* 画像 ------------------------------- */

/* 投稿画像 */

img.size-full ,
img.size-large {
	margin-bottom: 10px;
}

.image_iblock {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 10px 20px;
	font-size: 75%;
	vertical-align: top;
}

.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}

.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
}

.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: #FFF;
}

image_iblock .wp-caption-text a,
image_iblock .wp-caption-text {
	color: #666;
	font-size: 75%;
}

/* 画像位置 */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}


/* title 周り
-----------------------------------------------------------*/

.entry_title {
	margin-bottom: 20px;
	color: #333;
	font-size: 2rem;
	text-align: left;
	line-height: 1.8;
}

.entry_title a {
	color: #333;
	text-decoration: none;
}

.entry_title a:hover {
	text-decoration: underline;
}

.entry_info {
	margin-bottom: 20px;
	font-size: 1.125rem;
	line-height: 1.2;
}
.entry_info p {
	margin: 0;
}

.entry_post .cate_box {
	display: inline-block;
	padding-right: 8px;
	border-right: 1px solid #333;
}
.entry_post .cate_box a {
	display: inline-block;
	margin-right: 8px;
}
.entry_post .cate_box a::before {
	content: '#';
}

.entry_post .data_box {
	display: inline-block;
	padding-left: 16px;
}

.entry_post .tag_box a {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.entry_post .tag_box a::before {
	content: '#';
}


/* SNS share
-----------------------------------------------------------*/

.share_area {
	margin: 20px -2px;
}
 
.share_list {
	display: -webkit-flex;
	display: flex;
}
 
.share_list li {
	width: 25%;
	font-size: 1.3em;
	padding: 2px;
	box-sizing: border-box;
}

.share_list li span {
	display: none;
}

.share_list li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.share_list li a:hover {
	opacity: .8;
}

.share_list .tweet a {
	background: #55acee;
}
.share_list .facebook a {
	background: #315096;
}
.share_list .googleplus a {
	background: #dd4b39;
}
.share_list .hatena a {
	background: #008fde;
}

.fa-hatena:before {
	font-family: Verdana;
	font-weight: bold;
	content: 'B!';
}


/* 関連記事
-----------------------------------------------------------*/

.kanren_area {
	margin-bottom: 40px;
}

.kanren_area h3 {
	margin-bottom: 20px;
}


/* コメント
-----------------------------------------------------------*/

.comments_area {
	margin-bottom: 20px;
	padding: 10px;
	background: #f2f2f2;
}

.commets-list {
	padding-left: 0px;
	list-style-type: none;
}

.comment-body p {
	padding-bottom: 10px;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

/* 投稿者名 より */
.commets-list .fn {
	font-size: 87.5%;
	font-style: normal;
	font-size: 75%;
}
 .commets-list .says {
	font-size: 87.5%;
}

.commentmetadata {
	padding-bottom: 20px;
	font-size: 87.5%;
}

/* 返信 */
.commets-list .reply {
	font-size: 87.5%;
	text-align: right;
}
.commets-list .reply a {
	display: inline-block;
	padding: 4px 20px;
	background: #777;
	border-radius: 4px;
	color: #FFF;
	line-height: 1.4;
	text-decoration: none;
}

.comment-respond {
	margin-bottom: 10px;
}

/* コメント欄の下にある使用できるタグ */
.form-allowed-tags {
	display: none;
}

.comments_area h3 {
	margin-bottom: 10px;
	font-size: 112%;
}

.comments_area textarea {
	width: 100%;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input {
	border-radius: 2px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input[type="text"] {
	width: 100%;
}
.comments_area input[type="checkbox"] {
	margin-right: 8px;
}

.logged-in-as {
	font-size: 87.5%;
}

.comment-form-cookies-consent {
	font-size: 87.5%;
}

.comment-form p {
	margin-bottom: 10px;
}

/* コメントボタン */

.form-submit {
	margin: 20px 0;
}
.comments_area input[type="submit"] {
	max-width: 80%;
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #777;
	-webkit-appearance: none;
	color: #FFF;
}

.comment-notes {
	font-size: 87.5%;
}


/* PREV NEXT
-----------------------------------------------------------*/

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 87.5%;
}

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding: 0 15px 0 10px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.p-navi .next {
	float: left;
	width: 50%;
}
.p-navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}
.p-navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.p-navi a {
	display: block;
	text-decoration: none;
}

.p-navi a span {
	display: block;
}

.p-navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #CCC;
	color: #FFF;
}

.p-navi a b {
	display: block;
	font-weight: normal;
}


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

 single works

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

.works_contents {
}

/* slide */

.works_slide {
	margin-bottom: 20px;
}

.workss_swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: 10px;
}

.workss_swiper .swiper-button-prev ,
.workss_swiper .swiper-button-next {
	width: 18px;
	height: 30px;
	margin-top: -9px;
	background-size: 18px auto;
}

.works_slide .thumb_list {
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}

.works_slide .thumb_list li {
	flex-grow: 0;
	width: 10%;
	padding: 2px;
	box-sizing: border-box;
}


/* txt */

.works_txt h1 {
	padding: 15px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.25rem;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.works_txt h2 {
	margin-bottom: 15px;
	font-size: 1.125rem;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.works_info {
	padding: 20px 0;
	border-bottom: 1px solid #333;
}

.works_info dt {
	clear: both;
	float: left;
	margin-right: 8px;
	padding: 4px 0;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.works_info dd {
	padding: 4px 0;
}

.works_concept ,
.works_publish {
	padding: 20px 0;
	border-bottom: 1px solid #333;
}

.works_concept p.link {
	margin-top: 15px;
	text-align: right;
}


/* content */
.works_entry {
	margin-top: 40px;
}


/* voice */

.works_voice {
	padding-top: 50px;
}

.works_voice h2 {
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 1.25rem;
	font-weight: normal;
}

.works_voice h2::before ,
.works_voice h2::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 0px;
	margin-top: -4px;
	border-top: 1px solid #333;
	vertical-align: middle;
}

.works_voice h2::before {
	margin-left: -25px;
	margin-right: 8px;
}
.works_voice h2::after {
	display: none;
	margin-left: 8px;
}

.works_voice p {
	padding: 0 0 2em 40px;
	font-size: 1.125rem;
}



/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */

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

 共通

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

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

 index

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

/* cover
----------------------------------------------------------- */

.cover_container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.cover_swiper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto 40px;
}

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

.slide_img {
	padding-top: 120%;
	background-size: cover;
	background-position: center center;
}


/* 準備中 */

.cover_container .ready_txt {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.cover_container .ready_txt p {
	position: relative;
	padding-left: .1em;
	top: calc( 50% - 1.5em );
	color: #FFF;
	font-size: 2.25rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	letter-spacing: .1em;
}

.cover_container .ready_txt em {
	display: block;
	font-size: 2.8rem;
}
.cover_container .ready_txt span {
	display: inline-block;
}



/* about
-----------------------------------------------------------*/

.contents_index_about .contents_inner,
.about_contents_inner {
	max-width: 720px;
	margin: 0 auto;
}

.about_catch {
	font-size: 1.75rem;
	line-height: 2;
	/*
	box-sizing: border-box;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	*/
}

.about_catch h2 {
	margin-bottom: 30px;
	line-height: 1.6;
}

.about_catch em {
	display: block;
	font-weight: normal;
}

.about_catch span {
	display: block;
}

.about_txt {
	font-size: 1.125rem;
	line-height: 2;
}

.about_txt p {
	margin-bottom: 1.6em;
}

.about_txt span {
	display: inline;
}



/* works
-----------------------------------------------------------*/

.works_container {
	max-width: 1200px;
	margin: 0 auto;
}

.works_swiper {
	position: relative;
	z-index: 1;
	margin: 0 auto 40px;
}

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


/* flow
-----------------------------------------------------------*/

.flow_catch {
	margin-bottom: 40px;
	padding: 50px 20px;
	background: #bebebe;
	font-size: 1.25rem;
	text-align: center;
}

.flow_catch h2 {
	max-width: 900px;
	margin: 0 auto;
}

.flow_catch em {
	display: inline-block;
}

/* list */

.flow_list li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 80px;
	border-left: 1px solid #8c8584;
}

.flow_list .num {
	position: absolute;
	top: 0;
	left: 20px;
	color: #8c8584;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
}

.flow_list em {
	display: block;
	font-size: 1.5rem;
	line-height: 1.4;
}

.flow_list p {
	overflow: hidden;
	font-size: 1.125rem;
	line-height: 1.4;
}

.flow_list .figRight {
	float: right;
	max-width: 40%;
}


/* lp */

.lp .flow_list li {
	padding-left: 60px;
}

.lp .flow_list .num {
	left: 10px;
	font-size: 2.25rem;
}

.lp .flow_list em {
	margin-bottom: 10px;
	font-size: 1.375rem;
}

.lp .flow_list p {
	font-size: 1.125rem;
}



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

 company

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

/* company
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto;
	border-top: 1px dotted #999;
	border-collapse: collapse;
}
.contents_pages_company .tbl {
	width: 90%;
	max-width: 100%;
}

.tbl th {
	padding: 20px 20px;
	border-bottom: 1px dotted #999;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 20px 00px;
	border-bottom: 1px dotted #999;
}


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

 lp

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

/* cover
----------------------------------------------------------- */

.lp_cover {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	margin: 0 auto 20px;
}

.lp_cover .image_area {
	padding-top: 110%;
	background-size: cover;
	background-position: center center;
}

.lp_cover .image_area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.lp_cover .txt_area {
	position: absolute;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}

.lp_cover .txt_area_inner {
	width: 530px;
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	color: #FFF;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: center;
}

.lp_cover .txt_area .catch1 {
	font-size: 7.5vw;
	font-weight: normal;
}

.lp_cover .txt_area .catch2 {
	font-size: 5.5vw;
}

.lp_cover .txt_area .catch_list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 20px 0;
	font-size: 1.25rem;
	font-weight: bold;
}
.lp_cover .txt_area .catch_list::before ,
.lp_cover .txt_area .catch_list::after {
	position: absolute;
	content: '';
	width: 28%;
	height: 0;
	border-top: 2px solid #FFF;
	left: 36%;
	top: 50%;
}
.lp_cover .txt_area .catch_list::before {
	transform: rotate(-45deg);
}
.lp_cover .txt_area .catch_list::after {
	transform: rotate(45deg);
}

.lp_cover .txt_area .catch_list li {
	width: 40%;
}
.lp_cover .txt_area .catch_list li div {
	position: relative;
	height: 0;
	padding-top: 100%;
	border-radius: 50%;
	background: rgba(255,255,255,.2);
}
.lp_cover .txt_area .catch_list li div p {
	position: absolute;
	width: 100%;
	top: 50%;
}
.lp_cover .txt_area .catch_list li:nth-child(1) div p {
	margin-top: -1.6em;
}
.lp_cover .txt_area .catch_list li:nth-child(2) div p {
	margin-top: -.8em;
}


/* mssage
----------------------------------------------------------- */

.contents_lp01_mssage .contents_inner ,
.contents_lp01_reason .contents_inner ,
.contents_lp01_voice .contents_inner ,
.contents_lp01_faq .contents_inner ,
.contents_lp01_flow .contents_inner {
	max-width: 760px;
}

.lp01_mssage_catch h1 {
	margin-bottom: 20px;
	font-size: 6.5vw;
	font-weight: normal;
}

.lp01_mssage_txt {
	margin-bottom: 40px;
	font-size: 1.25rem;
	line-height: 2;
}

.lp01_nayami_area {
	padding: 15px;
	border: 1px solid #CCC;
	font-size: 1.125rem;
	line-height: 2;
}

.lp01_nayami_area h2 {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}
.lp01_nayami_area h2 span {
	display: inline-block;
	margin-bottom: 1em;
	padding: 0 .5em .3em;
	border-bottom: 2px solid #CCC;
}


/* reason
----------------------------------------------------------- */

.contents_lp01_reason .lp_title_block {
	background: url(./image/lp/lp_elected_title_bg.jpg) 50% 50%;
	background-size: cover;
	color: #FFF;
}

.reason_list li {
	margin-bottom: 50px;
}

.reason_list .fig {
	margin-bottom: 20px;
	text-align: center;
}

.reason_list .fig img {
	width: 65%;
}

.reason_list .txt h2 {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 1.375rem;
	font-weight: normal;
}

.reason_list .txt h2 .num {
	display: inline-block;
	margin-right: .2em;
	color: #a6937c;
	font-size: 3.5rem;
	font-family: 'Pinyon Script', cursive;
	font-weight: normal;
	line-height: .5;
}

.reason_list .txt h2 .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200vw;
	height: 0px;
	margin-left: -50vw;
	margin-right: -50vw;
	border: none;
	border-top: 2px solid #CCC;
}

.reason_list .txt p {
	margin-left: 15px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 2;
}


/* voice
----------------------------------------------------------- */

.voice_block {
	margin-bottom: 40px;
}

.voice_block .fig {
	margin-bottom: 20px;
	text-align: center;
}
.voice_block .fig img {
	width: 65%;
}

.voice_block .txt {
	flex: 1;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 2;
}


/* faq
----------------------------------------------------------- */

.faq_block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 5px;
	border: 2px solid #CCC;
	box-sizing: border-box;
	font-size: 1.125rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.faq_block label {
	cursor: pointer;
	display: block;
	padding-right: 30px;
	padding-bottom: 15px;
	z-index: 999999;
}

.faq_block label span {
	display: block;
}

/* アコーディオン */
.faq_block .txt {
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	text-align: left;
	transition: 0.4s;
}
.faq_block .vibtn:checked ~ .txt {
	height: auto;
	opacity: 1;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
}

/* アコーディオン用：チェックを隠す */
.faq_block .vibtn {
	position: absolute;
	visibility: hidden;
}

.faq_block .icon::before ,
.faq_block .icon::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: 34px;
	right: 20px;
	width: 28px;
	height: 0;
	border-top: 4px solid #CCC;
	z-index: 1;
}

.faq_block .icon::before {
	transform: rotate(90deg);
	transition: 0.4s;
}

.faq_block .vibtn:checked + .icon::before {
	transform: rotate(0);
}


/* company
----------------------------------------------------------- */

.contents_lp01_company {
	padding: 40px 20px;
	background: url(./image/lp/lp_company_bg.jpg) 50% 50%;
	background-size: cover;
}

.contents_lp01_company .contents_inner {
	max-width: 760px;
	padding: 40px 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
}

.contents_lp01_company .tbl {
	border-top: none;
}

.contents_lp01_company .tbl th,
.contents_lp01_company .tbl td {
	border-bottom: 1px dashed #999;
	white-space: nowrap;
}



/* contact
----------------------------------------------------------- */

.contents_lp01_contact {
	padding: 40px 0;
}


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

 contact

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

.form_info {
	max-width: 840px;
	margin: 0 auto 20px;
}

.form_info > p {
	margin-bottom: 20px;
}

.form_info em {
	display: inline-block;
	color: #C00;
}

.form_info .privacy_area {
	overflow-y: auto;
	height: 140px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 87.5%;
	border: 1px solid #CCC;	
}

.form_info .privacy_area p {
	margin-bottom: 1.6em;	
}

.contact_txt {
	max-width: 800px;
	margin: 0 auto 40px;
}

.contact_txt .catch {
	margin-bottom: 20px;
	font-weight: bold;
}


/* step
------------------------------------------------------------- */

.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	background: #c4b89a;
	font-size: 100%;
}

.form_step li {
	float: left;
	width: 34%;
}
.form_step li:first-child {
	width: 32%;
}

.form_step em {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	background: #DDD;
	font-size: .875rem;
	text-align: center;
	text-decoration: none;
}

.form_step em span {
	display: block;
}

.form_step li:first-child em {
	padding-left: 20px;
}

.form_step em::after,
.form_step em::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid;
	right: -30px;
}

.form_step em::after {
	z-index: 2;
	border-left-color: #DDD;
}

.form_step em::before {
	border-left-color: #FFF;
	right: -32px;
	z-index: 1;
}

.form_step .active {
	color: #FFF;
	font-weight: bold;
	background: none;
}

.form_step .active::after {
	z-index: 2;
	border-left-color: #c4b89a;
}

.form_step li:last-child::before ,
.form_step li:last-child::after {
	content: normal;
}



/* form
------------------------------------------------------------- */

.form_box {
	max-width: 840px;
	margin: 0 auto 20px;
}

.form_box dt {
	padding: 10px 0 5px;
}

.form_box dt em {
	display: inline-block;
	margin-left: 10px;
	border-radius: 2px;
	color: #C00;
	font-weight: normal;
	white-space: nowrap;
}

.form_box dd {
	padding: 0 0 10px;
}

.form_box .horizontal-item {
	display: inline-block;
	margin-right: 15px;
}

.mw_wp_form .form_box .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box textarea {
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.form_box input[type="text"] ,
.form_box input[type="email"] {
	max-width: 100%;
}
.form_box .propertydd input[type="text"] {
	max-width: 90%;
}

.form_box textarea {
	width: 100%;
}

.form_btn_box {
	text-align: center;
}

.form_btn_box p {
	margin-bottom: 20px;
}

::placeholder{
	color: #999;
}


.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	width: 100%;
}
.mw_wp_form_confirm .form_btn_box .btn_confm {
	display: none;
}
.form_btn_box .btn_confm button {
		width: 65%;
}

.form_btn_box input {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 10px;
	border: 1px solid #333;
	background: #FFF;
	color: #333;
	font-size: 1.25rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: auto 4px;
	padding: 16px 10px;
	border: 1px solid #333;
	background: #FFF;
	color: #333;
	font-size: 1.25rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.form_btn_box button.back {
	background: #333;
	color: #FFF;
}



/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



/* /////////////////////////////////////////////////////////////////////////////

 デバイス別

///////////////////////////////////////////////////////////////////////////// */

/*media Queries スマホ
-----------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.sp_hide {
		display: none;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	
	/* main ////////////////////////// sp */
	.entry_content {
		font-size: 1.2rem;
	}
	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	/* ----- ここまで ----- */
}



/*media Queries タブレット 〜 PCサイズ
-----------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	html ,
	body {
		font-size: 16px;
	}
	.pc_hide {
		display: none;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto;
		padding: 0 20px 40px;
	}
	.contents {
		padding: 40px 0;
	}
	.header_wrapper {
		height: 180px;
	}
	.home .header_wrapper {
		height: 0;
	}
	.header_inner {
		padding: 55px 50px;
	}
	.header_slim .header_inner  {
		padding: 15px 20px;
	}
	.header-lp .header_inner {
		padding: 25px 20px;
	}
	.menu_inner {
		padding: 55px 50px 55px;
	}
	.menu_wrapper_wide .menu_inner {
		padding: 15px 20px;
	}
	.header_inner .logo ,
	.menu_inner .logo {
		width: 400px;
		max-width: 50%;
	}
	.menu_inner .logo {
		margin-bottom: 40px;
	}
	.header_inner .logo em ,
	.menu_inner .logo em {
		margin-top: 15px;
		padding-right: 10%;
		font-size: 1.125rem;
		text-align: center;
	}
	.unavi .menu_btn_area {
		margin-left: 45px;
	}
	.unavi .mail a::before {
		width: 44px;
		height: 31px;
	}
	.header_inner .menu_open_btn {
		width: 33px;
		height: 30px;
	}
	.header_slim .unavi .menu_btn_area {
		margin-left: 20px;
	}
	.menu_close_btn {
		top: 55px;
		right: 50px;
	}
	.menu_wrapper_wide .menu_close_btn {
		top: 15px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
	.menu_inner .menu_sp {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.menu_inner .menu_sp li {
		flex-grow: 0;
		width: 33.33333%;
	}
	.menu_inner .menu_sp a {
		line-height: 1.6;
	}
	.side {
		padding-top: 50px;
	}
	.page_top a {
		padding: 20px;
	}
	.footer_inner {
		margin: 50px auto;
		padding: 0 40px;
	}
	.footer_inner .footer_info {
		float: left;
		max-width: 60%;
	}
	.footer_inner .footer_sns {
		float: right;
		width: 320px;
		max-width: 32%;
	}
	/* main ////////////////////////// pc */
	.title_block {
		margin-bottom: 80px;
	}
	.title_block.title_block_entry {
		padding-top: 40px;
	}
	.title_block h1 {
		max-width: 30%;
	}
	.title_block h1 em {
		font-size: 2.875rem;
	}
	.title_block h1 span {
		font-size: 1.25rem;
	}
	.title_block .keyword {
		max-width: 70%;
		right: 0;
		font-size: 1.125rem;
	}
	.lp_title_block {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.lp_title_block.bg {
		padding: 80px 20px;
	}
	.btn_box a {
		min-width: 20%;
	}
	/* archive */
	.entry_list dt {
		width: 250px;
	}
	.entry_list dd {
		min-height: 250px;
		margin-bottom: 50px;
		padding-left: 280px;
	}
	.entry_list dd .entry_info {
		margin-bottom: 20px;
	}
	.entry_list dd em {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.entry_list dd .entry_txt {
		display: block;
		margin-bottom: 20px;
	}
	.entryblock_list {
		margin: 0 -25px;
	}
	.entryblock_list li {
		width: 50%;
	}
	.entryblock_list li > div {
		padding: 0 25px 50px;
	}
	
	/* single ------------------------- pc */
	#toc_container {
		width: auto;
		padding: 30px;
	}
	.share_area {
		margin: 40px -2px;
	}
	.share_list li span {
		display: inline-block;
	}	
	.image_iblock {
		width: 44%;
		width: auto;
	}
	.comments_area {
		padding: 20px;
	}
	
	/* single:works ---------------------- pc */
	.works_contents {
		display: -webkit-flex;
		display: flex;
	}
	.works_slide {
		width: 690px;
	}
	.works_txt {
		flex: 1;
		margin-left: 40px;
	}
	.works_voice h2::after {
		display: inline-block;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	.cover_swiper {
		margin-bottom: 20px;
	}
	.slide_img {
		padding-top: 60%;
	}
	/* 準備中 */
	.cover_container .ready_txt p {
		font-size: 4rem;
	}
	.cover_container .ready_txt em {
		font-size: 4.5rem;
	}
	.about_catch span {
		display: inline-block;
	}
	.about_txt span {
		display: block;
	}
	.flow_catch {
		margin-bottom: 60px;
		padding: 80px 20px;
		font-size: 1.75rem;
	}
	.flow_list li {
		margin-bottom: 60px;
		padding-left: 100px;
	}
	.flow_list .num {
		font-size: 3rem;
	}
	.flow_list em {
		font-size: 1.75rem;
	}
	.flow_list p {
		font-size: 1.25rem;
	}
	.lp .flow_list .num {
		font-size: 2.75rem;
	}
	.lp .flow_list em {
		font-size: 1.5rem;
	}
	.lp .flow_list p {
		font-size: 1.125rem;
	}
	.flow_list .figRight {
		max-width: 20%;
	}
	
	/* lp ---------------------------- pc */
	.lp_cover {
		margin-bottom: 40px;
	}
	.lp_cover .image_area {
		padding-top: 60%;
	}
	.lp_cover .txt_area {
		padding-top: 80px;
	}
	.lp_cover .txt_area .catch1 {
		font-size: 2.625rem;
	}
	.lp_cover .txt_area .catch2 {
		font-size: 2rem;
	}
	.lp_cover .txt_area .catch_list {
		margin: 40px 0;
		font-size: 1.5rem;
	}
	.lp01_mssage_catch h1 {
		margin-bottom: 40px;
		font-size: 2.125rem;
	}
	.lp01_mssage_txt {
		font-size: 1.125rem;
		line-height: 2.4;
	}
	.lp01_nayami_area {
		padding: 30px;
	}
	.lp01_nayami_area h2 {
		font-size: 1.5rem;
	}
	.lp .flow_list li {
		padding-left: 80px;
	}
	.reason_list li {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 50px;
	}
	.reason_list .fig {
		position: relative;
		width: 30%;
		margin-right: 40px;
		z-index: 2;
	}
	.reason_list .txt {
		flex: 1;
	}
	.reason_list .fig {
		margin-bottom: 0;
	}
	.reason_list .fig img {
		width: auto;
	}
	.reason_list .txt h2 {
		margin-bottom: 30px;
		padding: 20px 0;
		font-size: 1.625rem;
	}
	.reason_list .txt h2 .num {
		font-size: 4rem;
	}
	.voice_block {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 50px;
	}
	.voice_block .fig {
		position: relative;
		width: 42%;
		margin-bottom: 0;
		margin-right: 40px;
		z-index: 2;
	}
	.voice_block .fig img {
		width: auto;
	}
	.contents_lp01_company {
		padding: 80px 0;
	}
	.contents_lp01_company .contents_inner {
		padding: 50px 60px;
	}
	
	/* contact ----------------------- pc */
	.form_info {
		margin-bottom: 40px;
	}
	.form_step em {
		padding: 20px 15px 20px 45px;
		font-size: 1rem;
	}
	.form_step em span {
		display: inline-block;
	}
	.form_box {
		line-height: 2;
	}
	.form_box dt {
		clear: both;
		float: left;
		width: 25%;
		padding: 15px 0 15px;
	}
	.form_box dd {
		padding: 15px 0 15px 25%;
		min-height: 2em;
	}
	.form_btn_box .btn_confm button {
		width: 30%;
	}
	.form_btn_box button {
		min-width: 30%;
	}
	
	/* common //////////////////////// pc */
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
	.side {
		width: 200px;
	}
}

/*media Queries PCサイズ
----------------------------------------------------*/

@media only screen and (min-width: 800px) {
	
	/* ----- ここまで ----- */
}


