@charset "UTF-8";
/*
Theme Name:OOPS!-child
Theme URI:
Description:WordPressテーマ「OOPS!」（子テーマ）
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Template:oops_tcd048
Text Domain:tcd-w
Version:2.7
*/


/*=============================
 追加基本レイアウト
 =============================*/

/* レスポンシブ用 */
@media screen and (min-width:768px) {
.onry_sp { display: none; }
}/* PC */
@media screen and (max-width:767px) {
.onry_pc { display: none; }
}/* SP */


/* box */
.box { margin-bottom: 100px; }
@media screen and (max-width:767px) { .box {margin-bottom: 45px;} }

.box_narrow { /* 幅が900pxのボックス */
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* フォント */
.p-entry__body h2 { font-size: 25px; }

/* リンク */
.p-entry__body a {color: #e22005;}

/* ボタンリスト */
.box_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px 0;
}
.box_button a {
	margin: 0 5px 15px 5px;
}
/* 赤ボタン */
.p-entry__body a.p-button {
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #fff;
}
.p-entry__body a.p-button:hover {
	border: 1px solid #e22005;
	background: #fff;
	color: #e22005; 
}

/* 通常背景グレー・オンマウス時白 */
a.p-button.sub { background: #303a40; }
.p-entry__body a.p-button.sub:hover {
	border: 1px solid #303a40;
	color: #303a40; 
}

/* 通常背景白・オンマウス時グレー */
a.p-button.accent {
	border: 1px solid #303a40;
	background: #fff;
	color: #303a40; 
}
a.p-button.accent:hover {
	border: 1px solid #303a40;
	background: #303a40;
	color: #fff;
}

@media screen and (max-width:767px) {
.p-entry__body a.p-button {
	width: auto;
	max-width: 100%;
}
}/* SP */

/* youtube読み込みiframe */
/*.wp-block-embed__wrapper iframe {
	max-width: 100%;
}*/

/* youtube読み込みiframe */
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* テーブル */
@media screen and (min-width:768px) {
.box_table_wide th {
	box-sizing: border-box;
	width: 300px;
	min-width: 200px;
	vertical-align: middle;
	text-align: left;
}
}/* PC */
@media screen and (max-width:767px) {
.box_table_wide table { border-bottom: 1px solid #ddd;}
.box_table_wide th,
.box_table_wide td{
	display: block;
	border-bottom: none;
	vertical-align: middle;
	text-align: left;
}
}/* SP */


/*--------------------------問い合わせフォームスタイル*/
/* お問い合わせフォーム
 -----------------------*/
.wpcf7 { background: #fff; border: none; font-size: 14px; margin: 0 !important; padding: 0; width: 100%; }
.wpcf7 form {
	margin: -80px 0 0 0;
	padding-top: 80px;
	border: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-spam-blocked{
	border: none;
	color:  #ff0000;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	max-width: 100%;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.wpcf7 input.p-button {
	box-sizing: border-box;
	width: 225px;
	border: 1px solid transparent !important;
	color: #fff;
	cursor: pointer;
}
.wpcf7 input.wpcf7-back {
	margin: 0 15px 0 15px;
	height: auto;
	background: #e22005;
}
.wpcf7 input.wpcf7-submit {
	margin: 0 15px 0 15px;
	height: auto;
	background: #e22005;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7c-btn-confirm:hover {
	border: 1px solid #e22005 !important;
	background: #fff;
	color: #e22005; 
}
.wpcf7c-conf {
    background-color: #fff;
    border: 1px solid #fff !important;
}
div.wpcf7 .ajax-loader { margin: 0 -16px 14px 0; }

/*完了時*/
.wpcf7 form.sent table,
.wpcf7 form.sent .box_button { display:none; }

 /*セレクトボックスに矢印追加 */
.wrap_select { position: relative; }
.wrap_select::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	transform: rotate(45deg);
}
/*--------------------------問い合わせフォームスタイル*/

.title-contactform7 {
text-align: left;
vertical-align: middle;
}
.required-contactform7 {
font-weight: bold;
color: #f00;
}


/* ローディングアイコン */
#site_loader_animation {
	display: none;
}
#site_loader_img {
	width: 70%; /* 任意の大きさを指定 */
	height: 70%; /* 任意の大きさを指定 */
	max-width: 700px;
	max-height:700px;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/acqloading01.gif") no-repeat center center; /* 任意の画像に書き換え */
}

@media screen and (max-width:1199px) {

#site_loader_img {
	 max-width: 300px;
	 background-size: 100%; /* 任意の大きさに書き換え */
}

}/* SP */

/* header
 ----------------------- */
#js-header.l-header.l-header--large.is-active .l-header__inner img,
#js-header.l-header .l-header__inner img{ width: 50px; }
#js-header.l-header.l-header--large .l-header__inner img{ width: 50%; }

/* pagetop
 ----------------------- */
.p-pagetop a { background: #eef3f7; }
.p-pagetop a::after { color: #435058; }

.p-pagetop a:hover { background: #435058; }
.p-pagetop a:hover::after { color: #eef3f7; }

/* footer
 ----------------------- */
footer.l-footer {
	background: #435058;
}
@media screen and (min-width:768px) {
footer.l-footer .p-copyright br { display: none; }
}/* PC */

@media screen and (max-width:767px) {	
footer.l-footer .p-copyright {
    height: auto;
    line-height: 1.7;
    text-align: center;
}
footer.l-footer .p-copyright .l-inner {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 25px 70px;
}

}/* SP */

/* ページヘッダ
 ----------------------- */

@media screen and (max-width:767px) {	
.p-page-header__inner .p-page-header__desc {
		text-align: center;
	}
}/* SP */

/*=============================
 トップ
 =============================*/

/* ニュースティッカー
 ----------------------- */
.l-main .p-news-ticker { background: #eef3f7; }
.l-main .p-news-ticker .p-news-ticker__item-date,
.l-main .p-news-ticker a { color: #435058; }

/* ピックアップバナー
 ----------------------- */
.box_banner_pickup {
	margin-top: 100px;
	text-align: center;
}
.box_banner_pickup .item {
	display: inline-block;
	margin-bottom: 40px;
	background: #000;
}
.box_banner_pickup .item:last-child { margin-bottom: 0; }
.box_banner_pickup a {
    transition-property: opacity;
    transition: 0.5s;
}
.box_banner_pickup a:hover {
	opacity: 0.7;
	transition-property: opacity;
	transition: 0.5s;
}
.box_banner_pickup img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media screen and (max-width:767px) {	
.box_banner_pickup { margin-top: 20px; }
.box_banner_pickup .item { margin-bottom: 20px; }

}/* SP */

/* スローガン
 ----------------------- */
.p-index-content01{ margin-bottom: 100px; }
.p-index-content01__catch { color: #e22005; }

@media screen and (max-width:767px) {	
.p-index-content01{ margin: 40px 0 30px; }
}/* SP */

/* ショーケース
 ----------------------- */
.p-showcase { height: 350px; }

@media screen and (max-width:767px) {	
.p-showcase { height: 300px; }
}/* SP */

/* 会社概要リンク
 ----------------------- */
.box_top_corporate {
	box-sizing: border-box;
	padding: 40px 0 50px;
	background: #eef3f7;
}

.box_top_corporate .inner a {
	display: block;
	font-size: 28px;
   text-align: center;
}
.box_top_corporate .inner img {
	display: inline-block;
	margin-top: 30px;
	max-width: 100%;
	height: auto;
	transition-property: opacity;
   transition: 0.5s;
}
.box_top_corporate .inner a:hover img {
	opacity: 0.7;
	transition-property: opacity;
   transition: 0.5s;
}

@media screen and (min-width:768px) {
.box_top_corporate {
	display: flex;
	width: 88.28125%;
	max-width: 1130px;
	margin: 100px auto;
   justify-content: center;
	align-items: stretch;
}
.box_top_corporate .inner {
	width: 45%;
	max-width: 45%;
	margin: 0 15px;
}
}/* PC */

@media screen and (max-width:767px) {	
.box_top_corporate {
	padding: 40px 0;
}
.box_top_corporate .inner {
	width: 88.88889%;
	margin: 0 auto 40px;
}
.box_top_corporate .inner:last-child {
	margin-bottom: 0;
}
.box_top_corporate .inner span {
	margin-bottom: 20px;
	font-size: 16px;
}

}/* SP */

/* バナーリスト
 ----------------------- */
.box_banner_link {
	display: flex;
	margin: 100px 0;
   justify-content: center;
	flex-wrap: wrap;
}
.box_banner_link li {
   margin: 0 15px 20px;
}
.box_banner_link li img {
   max-width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
.box_banner_link { margin: 25px 0 40px; }
}/* SP */

/*=============================
ニュース
 =============================*/

/* 一覧ページ
 ----------------------- */
.p-article02 {
	border: 1px solid #fff;
	background: #eff4f8;
}

/* 詳細ページ
 ----------------------- */
.p-latest-news .p-latest-news__title { background: #435058; }
.p-latest-news__item a:hover { background: #eef3f7; }
.p-latest-news__archive-link:hover { color: #e22005; }

/*=============================
 製品情報
 =============================*/

/* 一覧ページ
 ----------------------- */
/* コピーライト */
.copyright_list {
	color: #999;
}
@media screen and (max-width:767px) {	
.copyright_list {
	margin-top: -10px;
	line-height: 1.4;
}
}/* SP */

/* 詳細ページ
 ----------------------- */
/* メイン画像 */
.box_main_visual {
	margin-bottom: 60px;
}
.box_main_visual figure {
	text-align: center;
}
.box_main_visual img {
	max-width: 100%;
	height: auto;
}
.p-entry__body .box_main_visual p {
	margin-top: 10px;
	text-align: right;
	color: #a4aaad;
	font-size: 12px;
	line-height: 1.2;
}

/*=============================
 動画一覧
 =============================*/
.p-blog-list.list_movie .p-article01__thumbnail .wrap_img {
	position: relative;
}
.p-blog-list.list_movie .p-article01__thumbnail .wrap_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_play.png") no-repeat center center;
	background-size: 20%;
	opacity: 0.8;
}
.p-blog-list.list_movie .p-article01__thumbnail .title {
	margin: 20px 0 0;
	color: #333;
	font-weight: bold;
	line-height: 1.7;
}
.p-blog-list.list_movie a.p-article01__thumbnail:hover .title {
	color: #e22005;
}

.official_channel {
	box-sizing: border-box;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
	border: 4px solid #eeefef;
	text-align: center;
}
.p-entry__body .official_channel p {
	font-size: 20px;
	font-weight: bold;
}
.official_channel .p-button {
	box-sizing: border-box;
	width: 300px;
	height: 64px;
	padding: 0 30px;
	font-size: 22px;
	line-height: 64px;
}
.official_channel .p-button::before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 4px;
	width: 36px;
	height: 24px;
	margin-right: 20px;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_youtube.png") no-repeat center center;
	background-size: auto 24px;
}
.official_channel .p-button:hover::before {
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_youtube_on.png") no-repeat center center;
	background-size: auto 24px;
}

@media screen and (min-width:881px) {
.official_channel {
	display: flex;
   justify-content: center;
	align-items: center;
}
.p-entry__body .official_channel p {
	box-sizing: border-box;
	margin: 0 40px 0 0;
	padding: 5px 40px 5px 0;
	border-right: 2px solid #eeefef;
}
}/* 折り返し調整 */

@media screen and (max-width:767px) {
.p-blog-list.list_movie .p-article01__thumbnail .title {
	margin: 10px 0 0;
	font-size: 12px!important;
	line-height: 1.8;
}
.official_channel {
	margin-bottom: 40px;
	padding: 30px 20px;
}
.p-entry__body .official_channel p {
	margin-bottom: 10px;
	font-size: 12px;
}
.official_channel .p-button {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	font-size: 18px;
	line-height: 1.8;
}
.official_channel .p-button::before {
	top: 4px;
	width: 36px;
	height: 24px;
	margin-right: 10px;
}
}/* SP */

/*=============================
 コーポレートサイト
 =============================*/

/* コーポレートサイト 共通ナビゲーション
 ---------------------------------------------- */

/* ナビゲーション */
.nav_corporate .item a {
	position: relative;
	display: block;
}
.nav_corporate .image {
	background: #000;
}
.nav_corporate .item img {
	transition-property: opacity;
	transition: 0.5s;
}
.nav_corporate .item:hover img {
	opacity: 0.6;
}
.nav_corporate .item p {
	position: relative;
	height: 80px;
	margin: -80px 0 0 0;
	padding: 0 0 0 25px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	transition: 0.2s;
}
.nav_corporate .item:hover p {
	background: rgba(255,255,255,0.9);
	color: #e22005;
	transition: 0.2s;
}
.nav_corporate .item p::after {
	content: "";
	position: absolute;
	top: 40px;
	right: 20px;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.nav_corporate .item:hover p::after {
	border-top: 3px solid #e22005;
	border-right: 3px solid #e22005;
}

/* サブリンク */
.box_nav_corporate .list_link {
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.box_nav_corporate .list_link li {
	display: inline-block; 
	margin: 0 0 12px 0;
	padding: 0 7px;
	border-right: 1px solid #333;
	line-height: 1;
}
.box_nav_corporate .list_link li:last-child {
	border-right: none;
}
.box_nav_corporate .list_link a {
	color: #333;
	font-size: 16px;
}
.box_nav_corporate .list_link a:hover {
	color: #e22005;
}

@media screen and (min-width:768px) {
/* コーポレートサイト 共通ナビゲーション */
.box_nav_corporate {
    margin: 100px auto 120px auto;
    position: relative;
    max-width: 1130px;
}
.box_nav_corporate.corporate_top {
	width: 88.28125%;
}
.box_nav_corporate .nav_corporate {
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0;
}
.nav_corporate .item {
    width: 31%;
    margin: 0 40px 0 0;
}
.nav_corporate .item:last-child { margin-right: 0; }

} /* PC */

@media screen and (max-width:767px) {
/* コーポレートサイト 共通ナビゲーション */
.box_nav_corporate {
    margin: 50px auto;
    position: relative;
}
.box_nav_corporate.corporate_top {
	width: 88.88889%;
}
.nav_corporate { margin: 0 0 40px 0; }
.nav_corporate .item {
    width: 74%;
    max-width: 360px;
    margin: 0 auto 10px auto;
}
.nav_corporate .item p {
	height: 60px;
	margin: -60px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 60px;
}
.nav_corporate .item p::after {
	top: 45px;
	right: 20px;
	width: 14px;
	height: 14px;
	margin-top: -25px;
}

.box_nav_corporate .box_button {
	margin: 0 0 40px 0;
}

/* サブリンク */
.box_nav_corporate .list_link a { font-size: 12px; }

}/* SP */


/* コーポレートトップ
 ----------------------- */

/*コーポレー トップのみ */
@media screen and (min-width:768px) {
.wrap_background + .box_nav_corporate { width: 88.28125%; }
} /* PC */
@media screen and (max-width:767px) {
.wrap_background + .box_nav_corporate { width: 88.88889%; }
}/* SP */

/* 動画背景領域 */
.wrap_background {
	display: flex;
	position: relative;
	overflow: hidden;
	height: auto;
	justify-content: center;
	align-items: center;
}

#video-background,
#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: rgba(0,0,0,0.7)
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}

/* 背景動画領域 */
@media screen and (min-width:1200px) {

.wrap_background .wrap_catch {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10% 0;
}

.wrap_background .wrap_catch p {
	font-size: 20px;
	text-align: right;
}

.wrap_background .wrap_catch .logo{
	width: 180px;
	margin:0 170px;
}

}/* PC */

@media screen and (max-width:1199px) {

.wrap_catch {
	width: 88.88889%;
	margin: 60px auto;
	text-align: center;
}

.p-entry__body .wrap_catch p {
	font-size: 11px !important;
	line-height: 2.2;
}

.wrap_catch .logo{
	width: 135px;
	margin: 55px auto 0 auto;
}

}/* SP */


/* スローガンとロゴ */
.wrap_catch p {
	color: #ffffff;
}
.wrap_catch .logo img { width:100%; }


/* 事業概要
 ----------------------- */
.list_department .item {
	margin: 0 0 80px;
}
.list_department .item .item_inner {
  display: flex;
}
.list_department .item .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.list_department .item .item_inner {
	margin-top: 40px;
}
.list_department .item .image { width: 215px; }
.list_department .item .image img {
	width: 100%;
	height: auto;
}
.list_department .item .detail {
	flex: 1;
	margin: 0 0 0 30px;
}
.list_department .item .detail .box_button {
	justify-content: flex-end;
}
@media screen and (max-width:767px) {	
.list_department .item .item_inner {
	display: block;
	margin-top: 20px;
}
.list_department .item .title {
	margin-bottom: 20px;
}
.list_department .item .image {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 20px;
}
.list_department .item .detail {
	margin: 0;
}
.list_department .item .detail .box_button {
	justify-content: center;
}
}/* SP */

/* アクセス
 ----------------------- */
.box_map {
	text-align: center;
}
.box_map iframe {
	margin: 0 auto 60px;
	max-width: 100%;
}


/*=============================
 ユーザーサポート
 =============================*/

/* ユーザーサポート
 ----------------------- */
.box_support {
	max-width: 720px;
	margin: 0 auto 80px;
}
.box_support .number {
	color: #e22005;
	font-size: 60px;
	text-align: center;
}
.box_support .number::before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 4px;
	width: 52px;
	height: 52px;
	margin-right: 20px;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_phone.png") no-repeat center center;
}
.box_support .time {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.box_support .note {
	margin: 50px auto;
}
.box_support .note::before {
	content: " ";
	display: block;
	width: 220px;
	margin: 0 auto 50px;
	border-bottom: 5px solid #eeefef;
}
.box_support .supported {
	box-sizing: border-box;
	padding: 20px;
	background: #eeefef;
}
.box_support .supported dd {
	margin: 10px auto 0;
	line-height: 1.4;
}
@media screen and (max-width:767px) {	
.box_support .number {
	font-size: 34px !important;
}
.box_support .number::before {
	top: 0;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-size: 26px 26px;
}
}/* SP */

/* よくあるご質問
 ----------------------- */
.p-entry__body dl.faq {
	margin-bottom: 80px;
}
.faq dt,
.faq dd {
	position: relative;
	padding-left: 40px;
}
.faq dt {
	margin-bottom: 10px;
	font-size: 18px;
}
.faq dd { margin-bottom: 70px; }
.faq .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	font-weight: 300;
	text-align: right;
}
.faq dt .icon {
	color: #e22005;
	font-size: 22px;
	line-height: 1.6;
}
.faq dd .icon {
	color: #A4AAA7;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
.p-entry__body dl.faq {
	margin-bottom: 60px;
}
.faq dt {
	padding-left: 35px;
	line-height: 1.6;
}
.faq dt .icon {
	line-height: 1.2;
}
.faq dd {
	margin-bottom: 50px;
	padding-left: 0;
}
.faq dd .icon {
	position: relative;
	margin-right: 10px;
}

}/* SP */

/* サイトマップ
 ----------------------- */

.box_sitemap ul { list-style-type: none; }
.box_sitemap .item a {display: block; }
.box_sitemap .item a:hover { color: #e22005; }
.box_sitemap .item ul { margin-bottom: 10px; }

@media screen and (min-width:768px) {
.box_sitemap {
	display: flex;
	flex-wrap: wrap;
}
.box_sitemap .item {
	box-sizing: border-box;
	width: 33%;
	margin: 0 0 40px;
	padding: 0 27px;
	border-right: 1px solid #ddd;
}
.box_sitemap .item:nth-child(3n) { border-right: none; }
} /* PC */

@media screen and (max-width:767px) {

.box_sitemap .item {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.box_sitemap .item:last-child { border-bottom: none; }
}/* SP */

/*=============================
 英語サイト
 =============================*/
.list_title {
	box-sizing: border-box;
	margin-bottom: 80px;
	padding: 20px;
	background: #eeefef;
}
.list_title .item {
	display: flex;
	padding: 30px 40px 30px 10px;
	background: #fff;
	border-bottom: 2px solid #eeefef;
}
.list_title .item:last-child { border-bottom: none; }
.list_title .item .image {
	flex-basis: 300px;
	text-align: center;
	margin-right: 30px;
}
.list_title .item .image img { max-width: 100%; }
.list_title .item .inner { flex: 1; }
.list_title .item .inner p { line-height: 1.4; }
.list_title .item .title {
	margin: 20px 0 10px;
	font-weight: 700;
}
.list_title .box_button { margin-bottom: 15px; }
.list_title .copyright {
	color: #a4aaad;
	font-size: 12px !important;
	line-height: 1.2;
}
.p-entry__body p.note_language {
	margin-top: -30px;
	color: #a4aaad;
	font-size: 18px;
	text-align: center;
}
.p-button.sns {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 280px;
	height: 64px;
	margin: 0 15px 20px;
	padding: 0 15px;
	font-size: 22px;
	line-height: 64px;
}
.p-button.sns::before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -3px;
	width: 36px;
	height: 29px;
	margin-right: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-button.sns.youtube::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_youtube.png");
	background-size: auto 24px;
}
.p-button.sns.youtube:hover::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_youtube_on.png");
}
.p-button.sns.twitter::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_twitter.png");
	background-size: 32px auto;
}
.p-button.sns.twitter:hover::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_twitter_on.png");
}
.p-button.sns.facebook::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_facebook.png");
	background-size: 29px auto;
}
.p-button.sns.facebook:hover::before {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_facebook_on.png");
}
@media screen and (max-width:767px) {
.p-button.sns {
	min-width: 250px;
	padding: 0 10px;
	font-size: 18px;
}
}/* SP */
@media screen and (min-width:768px) {
.list_title .box_button { justify-content: flex-start; }
.box_sitemap .item:nth-child(3n) { border-right: none; }
} /* PC */
@media screen and (max-width:767px) {
.list_title {
	margin-bottom: 60px;
	padding: 10px;
}
.list_title .item {
	display: block;
	padding: 30px 30px 10px;
}
.list_title .item .image { margin-right: 0; }
}/* SP */

/*=============================
 公式キャラクター
 =============================*/
/* アクワイアちゃんプロフィール */
.box_chara_profile {
	margin-bottom: 100px;
}
.box_chara_profile .inner {
	box-sizing: border-box;
	padding-left: 330px;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/img_chara_profile.png") no-repeat 0 0;
	background-size: 300px auto;
}
.box_chara_profile .box_table_wide th {
	width: auto;
	min-width: 140px;
}
.box_chara_profile .box_banner_pickup {
	margin-top: 40px;
}
.box_chara_profile .box_banner_pickup .item {
	margin-bottom: 20px;
}
@media screen and (max-width:767px) {
.box_chara_profile .inner {
	padding-left: 0;
	background-position: center 60px;
}
.box_chara_profile .box_table_wide {
	margin-top: 500px;
	border-top: 4px solid #fff;
}
}/* SP */


/* 公式Twitter */
.box_chara_profile .info_sns {
	position: relative;
	padding: 100px 0 130px;
	margin-top: 40px;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/img_chara_sns.png") no-repeat center center;
	background-size: 250px auto;
}
.box_chara_profile .info_sns .bg {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	background: #363c40;
	z-index: -100;
}
.box_chara_profile .info_sns .bg::before,
.box_chara_profile .info_sns .bg::after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}
.box_chara_profile .info_sns .bg::before {
	top: 0;
	left: 0;
	border-width: 200px 50px 0 0;
	border-top-color: #fff;
}
.box_chara_profile .info_sns .bg::after {
	bottom: 0;
	right: 0;
	border-width: 0 0 200px 50px;
	border-bottom-color: #fff;
}
.box_chara_profile .info_sns .text {
	width: 325px;
	margin: 20px 0 0 70px;
}
.box_chara_profile .info_sns .title {
	margin-bottom: 10px;
	color: #e22005;
	font-size: 100%;
	font-weight: 700;
}
.box_chara_profile .info_sns p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 80% !important;
	font-weight: 700;
	line-height: 1.7;
}
.box_chara_profile .info_sns .image{
	max-width: 30%;
	position: absolute;
	top: 150px;
	right: 80px;
}
.box_chara_profile .info_sns .box_button {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
.box_chara_profile {
	margin-bottom: 80px;
}
/* 公式Twitter */
.box_chara_profile .info_sns {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 60px;
	background-position: center 50px;
}
.box_chara_profile .info_sns .bg {
	height: 400px;
	padding: 50px 60px 20px;
}
.box_chara_profile .info_sns .bg::before {
	border-width: 400px 30px 0 0;
}
.box_chara_profile .info_sns .bg::after {
	border-width: 0 0 400px 30px;
}
.box_chara_profile .info_sns .text {
	position: relative;
	box-sizing: border-box;
	top: 50px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 50px;
}
.box_chara_profile .info_sns .title {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
.box_chara_profile .info_sns .text p {
	padding: 10px;
	background: rgba(0,0,0,0.5);
}
.box_chara_profile .info_sns .image{
	position: static;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
}
}/* SP */

/* アクワイアちゃんグッズ */
.p-entry__body ul.list_chara_goods {
	margin: 0;
	text-align: center;
}
.list_chara_goods li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 15px 60px;	
	list-style-type: none;
}
.list_chara_goods li .image {
	max-width: 360px;
	padding: 28px;
	border: 2px solid #eeefef;
}
.list_chara_goods li p {
	margin: 20px 0 5px;
	font-size: 18px;
	font-weight: bold;
}

/* アクワイアちゃん壁紙 */
.box_wallpaper div.sp {
	margin-right: 20px;
}
.box_wallpaper header {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 40px 20px;
	background: #eeefef;
	text-align: center;
}
.box_wallpaper .image {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.box_wallpaper .image img {
	max-width: 320px;
	max-height: 200px;
}
.box_wallpaper header p {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}
.box_wallpaper div .box_button .p-button{
	width: 205px;
	min-width: 205px;
	box-sizing: border-box;
}
@media screen and (min-width:768px) {
.box_wallpaper {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.box_wallpaper div {
	flex: 1;
}
} /* PC */

/* 素材配布
 ----------------------- */
.box_dl_guide {
	position: relative;
	max-width: 700px;
	margin: 60px auto 40px;
}
.box_dl_guide .inner {
	position: absolute;
	top: 30%;
	left: 14.28%;
	box-sizing: border-box;
	width: 71.42%;
	padding: 40px 30px 60px 30px;
	background: rgba(255,255,255,0.9);
	text-align: center;
}
.box_dl_guide .inner .p-button {
	padding: 20px 30px;
	height: auto;
	line-height: 1.7;
}
.box_dl_guide .inner .p-button b {
	display: block;
	font-size: 22px;
}
@media screen and (max-width:767px) {
.box_dl_guide .inner {
	padding: 30px 10px 40px 10px;
}
.box_dl_guide .inner .p-button {
	padding: 15px 25px;
	height: auto;
	line-height: 1.7;
}
.box_dl_guide .inner .p-button b {
	display: block;
	font-size: 18px;
}
}/* TB */
@media screen and (max-width:559px) {
.box_dl_guide {
	margin: 30px auto;
}
.box_dl_guide .inner {
	position: relative;
	top: -30%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	margin: -65% auto 0;
	padding: 30px 0 60px;
}
}/* SP */

/* ガイドライン
 ----------------------- */
.box_dl_note {
	margin: 0 0 40px;
	padding: 30px;
	background: #eeefef;
}

.license_mark {
	display: block;
	margin: -10px auto 0;
	width: 100%;
	max-width: 250px;
}

.box_dl_guideline {
	background: #435058;
	padding: 15px;
}
.box_dl_guideline .title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.box_dl_guideline .inner {
	height: 300px;
	overflow: scroll;
	padding: 20px;
	background: #fff;
}

.box_dl_intro {
	margin: 30px 0 80px;
	text-align: center;
}
.box_dl_intro label {
	cursor: pointer;
	font-size: 16px;
}
.box_dl_intro input {
	margin-right: 5px;
}
.box_dl_intro .dl_button{
	display: none;
}
.box_dl_intro .p-button {
	margin: 40px 0 30px;
}
/* ダウンロードリスト
 ----------------------- */
.list_dl_material {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 80px;
	padding: 20px 20px 18px;
	background: #eeefef;
	flex-wrap: wrap;
}
.list_dl_material .item {
	box-sizing: border-box;
	width: 50%;
	padding: 30px;
	background: #fff;
	border-right: 2px solid #eeefef;
	border-bottom: 2px solid #eeefef;
	text-align: center;
}
.list_dl_material .item:nth-child(2n) { border-right: none; }
.list_dl_material .item .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.list_dl_material .item .box_button {
	margin: 15px 0 0;
}
.p-button.dl {margin-bottom: 10px;}
.p-button.dl::after {
	content: " ";
	position: relative;
	top: 4px;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
	background: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_dl.png") no-repeat center center;
	background-size: 20px auto;
}
.p-button.dl:hover::after {
	background-image: url("https://www.acquire.co.jp/wp-content/uploads/2019/04/ico_dl_on.png");
}
.list_dl_material .file_size {
	color: #a4aaad;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.list_dl_material {
	display: block;
	padding: 10px 10px 8px;
}
.list_dl_material .item {
	box-sizing: border-box;
	width: 100%;
	border-right: none;

}
}/* SP */