@charset "utf-8";
/*
Theme Name: Signdesignstyle2020
Theme URI: 
Author: Yoshi Morisaki
Author URI: http://wwww.cocoromi.jp
Description: 
Version: 1.0
*/


/* CSS Document */

@import url(basic.css);


body {
	background: #FFFFFF;
	font-size: 16px;
	color: #1b1b1b;
	font-weight: 400;
	font-family: 'M PLUS 1p', sans-serif;
}

* html body { /* for IE6 */
	font-size: small;
}
	
*:first-child+html body { /* for IE7 */
	font-size: small;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
	
table {
	border-collapse: collapse;
}

br{letter-spacing:0;}

a{text-decoration: none;color:#1b1b1b;}

#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}



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

header
 
*****************************************************************************/


.loop-header {
	width:100%;
	height:auto;
	padding:125px 0 0;
	margin-bottom: 35px;
	position: relative;
}

.loop-logo h1{
	width:205px;
	height:113px;
	display: inline-block;
}

.loop-logo h1 a{
	background-image:url(images/sd-log.svg);
	background-repeat:no-repeat;
	width:205px;
	height:113px;
	background-size: 205px 113px;
	display:block;
	text-indent:-9999px;
	}

.loop-sns{
	position: absolute;
	top:125px;
	right:0;
}


.loop-sns a:not(:last-child){
	margin-right: 15px;
}

.loop-navGlobal{
	position: absolute;
	bottom: 0;
	right: 0;
}

.loop-navGlobal ul{
	display: flex;
}

.loop-navGlobal ul li:not(:last-child){
	margin-right:60px;
}

.loop-navGlobal a{
	color:#1b1b1b;
	font-size:15px;
	font-weight: 900;
	border-bottom:3px solid #fff;
	transition: 0.3s all ease;
}
.loop-navGlobal a:hover{
border-bottom:3px solid #555;
}
.loop-navGlobal a:after{
	content:'.';
}

/*
wp-list-pagesで自動出力されるクラス
現在選択されているページの時 current_page_item
現在選択されているページの親ページの時 current_page_parent
現在選択されているページの最上位ページの時 current_page_ancestor
を利用して選択状態にする
*/
.loop-navGlobal li.current_page_item a,
.loop-navGlobal li.current_page_parent a,
.loop-navGlobal li.current_page_ancestor a {
	border-bottom:3px solid #555;
}

.loop-main{
	width:100%;
	height: auto;
}

.loop-main img{
	width:100%;
	height: 420px;
	object-fit: cover;
}

.loop-section{
	width: 100%;
	height: auto;
	padding:80px 0 100px;
}

h3.loop-section-h3{
	display: block;
	width:100%;
	height: auto;
	text-align: center;
	font-size: 40px;
	 font-weight: 100 !important;
	 letter-spacing: 6px;
	 margin-bottom: 80px;
}

.loop-service-wapper{
	display: flex;
}

.loop-service-wapper div:not(:last-child){
	margin-right: 70px;
}

.loop-service-box{
	text-align: center;
	width:25%;
}

.loop-service-box h4{
	font-weight: 500;
	margin-bottom: 15px;
}

.loop-service-box span{
	font-weight: 800;
	margin-bottom: 45px;
	color:#ABABAB;
	display: block;
	font-size:9px;
}

.loop-service-box img{
	width:90px;
	height: 90px;
	margin:0 auto 35px;
	display: block;
}

.loop-service-box p{
	text-align: justify;
	font-size: 12px;
	line-height: 2;
}
/* PC・基本スタイル */
.loop-works-wrap {
    display: flex;
    flex-wrap: wrap;
    /* gapを使うと要素間の余白を自動で管理できます。
      PCでは20pxの隙間を空ける設定です。
    */
    gap: 20px; 
}

/* リンクタグ（Flexアイテム）に対する指定 */
.loop-works-wrap > a {
    display: block;
    /* PCで3列にする計算式：
      (100% - 隙間2つ分) ÷ 3 
    */
    width: calc((100% - 40px) / 3); 
    text-decoration: none; /* リンクの下線を消す */
}

.loop-works-box {
    width: 100%;
    /* ★ここが重要：常に1:1の正方形を維持する */
    aspect-ratio: 1 / 1; 
    margin-bottom: 0; /* gapを使うのでmarginは不要 */
}

.loop-works-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像をトリミングして枠いっぱいに表示 */
    border: 1px solid #F8F8F8;
    box-sizing: border-box; /* borderをサイズに含める */
    display: block; /* 画像の下に隙間ができないようにする */
}


.loop-cta-box{
	border:17px solid #F8F8F8;
	padding:45px 70px 30px;
}

.loop-cta-box .inner{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.loop-cta-header{
	width:200px;
	height: auto;
	text-align: center;
	padding:60px 0;
	border-right:2px solid #F8F8F8;
	margin-right:60px;
}

.loop-cta-header h3{
	font-weight: 700;
	font-weight: 13px;
	margin-bottom: 15px;
}

.loop-cta-header span{
	font-size:11px;
}

.loop-cta-info h4{
	font-weight: 700;
	font-weight: 13px;
	margin-bottom: 12px;
}

.loop-cta-info p{
	margin-bottom: 25px;
}

.loop-cta-info a{
	display: inline-block;
	padding:7px 40px;
	background-color: #F8F8F8;
	text-align: center;
	margin-left: 15px;
}

.loop-cta-bottom{
	padding:22px;
	background-color: #F8F8F8;
	line-height: 1.8;
}

.loop-cta-auth{
	display: flex;
	padding:30px 30px 0;
	justify-content:flex-end;
	font-size:13px;
	font-weight: 500;
	color:#252525;
}

.loop-cta-auth div:first-child{
	margin-right:10px;
}


.loop-footer{
	padding:80px 0 ;
}

.loop-footer-bottom{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.loop-copyright{
	text-align: right;
	font-weight: 700;
	font-size:15px;
}


.loop-footer-navGlobal ul{
	display: flex;
}

.loop-footer-navGlobal ul li:not(:last-child){
	margin-right:30px;
}

.loop-footer-navGlobal a,.menu a{
	color:#1b1b1b;
	font-size:15px;
	font-weight: 900;
}

.loop-footer-navGlobal a:after,.menu a:after{
	content:'.';
}

.loop-page{
	padding:80px 0;
}

.loop-page h2{
	font-size:40px;
	font-weight: 100;
	letter-spacing: 6px;
	margin-bottom: 80px;
}

.loop-profile-wrapper{
	width:100%;
	height: auto;
}

.loop-profile-box{
	width:100%;
	display: flex;
}

.loop-profile-box > div{
	width:50%;
}

.loop-profile-info{
	width: 100%;
	padding:20px 40px;
}

.loop-profile-title{
	font-size:20px;
	font-weight: 100;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.loop-profile-info h3{
	font-size:30px;
	letter-spacing: 6px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px;
}

.en{
	font-size:13px;
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
	letter-spacing: 5px;
	color:#252525;

}

.loop-profile-text{
	border:1px solid #f0f0f0;
	padding:20px;
	width:100%;
	height: auto;
	display: block;
	font-size: 12px;
	line-height: 2;
}


.loop-concept h3{
	font-size:35px;
	padding-top:40px;
	margin-bottom: 80px;
	font-weight: 100;
}


.loop-concept p{
	line-height: 3;
	font-size:16px;
	font-weight: 400;
	margin-bottom: 40px;
}


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

container
 
*****************************************************************************/

#container {
	clear:both;
	margin-bottom:0px;
}

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

side
 
*****************************************************************************/

#side {
	width:200px;
	float:left;
}

/*
サブナビ：wp-list-pagesで表示
*/
#side #navSub h2 {
	display:block;
	background:url(images/side_h2_bg.jpg) top left no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:184.6%;
	color:#FFFFFF;
	font-weight:normal;
	xborder-bottom:1px solid #000;
	padding:16px 0 100px 16px;
	margin-bottom:3px;
letter-spacing:0.125em;
}

#side #navSub ul li {
	zoom:1;
	vertical-align:bottom;
}
#side #navSub ul li a {
	display:block;
	color:#000;
	background:#F0F0F0;
	padding:8px 10px 8px 20px;
	margin-bottom:2px;
}
#side #navSub ul li a:hover {
	color:#FFFFFF;
	background:#666666;
}

#side #navSub ul.children{
	text-indent:1em;
	background-position:1em 0;
	}
	
#side #navSub ul.children li a {
	display:block;
	color:#000;
	background:#F0F0F0 url(../images/arrow_n.png) 22px 12px no-repeat;
	padding:8px 10px 8px 20px;
	margin-bottom:2px;
}
#side #navSub ul.children li a:hover {
	color:#FFFFFF;
	background:#666666 url(../images/arrow_n_r.png) 22px 12px no-repeat;
}

#side #navSub ul.children li.current-cat a{
	color:#FFFFFF;
	background:#666666 url(../images/arrow_n_r.png) 22px 12px no-repeat;
}




/*
wp-list-pagesで現在選択されているページの時
自動出力されるクラス current_page_item 
を利用して選択状態にする
*/
#side #navSub ul li.current_page_item a {
	color:#FFFFFF;
	background:#666666 url(../images/arrow_n_r.png) 10px 12px no-repeat;
}

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

main
 
*****************************************************************************/


#main {
	width:710px;
	float:right;
	margin-bottom:10px;
}
#main a ,#main a:link {
	color:#097d00;;
	text-decoration:underline;
}
#main a:hover , #main a:active {
	color:#12be05;
}

#main .content table{
	margin-bottom:24px;
	}

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

topicpath
 
*****************************************************************************/

.topicpath {
	font-size:92.3%;
	margin-bottom:30px;
}
.topicpath a ,.topicpath a:link {
	color:#000;
	text-decoration:underline;
}
.topicpath a:hover ,.topicpath a:active {
	color:#666666;	
}

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

pagetop
 
*****************************************************************************/
.pagetop {
	text-align:right;
	margin-top:40px;
	clear:both;
	font-family:"Times New Roman", Times, serif;
}
.pagetop a {
	background:url(../images/arrow_top.png) left no-repeat;
	padding-left:10px;
}
.pagetop a ,.pagetop a:link {
	color:#000;
}
.pagetop a:hover ,.pagetop a:active {
	color:#666666;	
}


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

navPage
 
*****************************************************************************/

#main .navPage {
	clear:both;
	margin-top:10px;
}
#main .navPage .prev {
	width:350px;
	float:left;
}
#main .navPage .next {
	width:350px;
	float:right;
}

#main .navPage .prev a {
	display:block;
	color:#000;
	background:#F0F0F0 url(../images/arrow_p.png) 10px 14px no-repeat;
	padding:8px 10px 8px 20px;
	text-decoration:none;
}
#main .navPage .prev a:hover {
	color:#FFFFFF;
	background:#666666 url(../images/arrow_p_r.png) 10px 14px no-repeat;
}
#main .navPage .next a {
	display:block;
	color:#000;
	background:#F0F0F0 url(../images/arrow_n.png) 333px 14px no-repeat;
	padding:8px 20px 8px 10px;
	text-decoration:none;
	text-align:right;
}
#main .navPage .next a:hover {
	color:#FFFFFF;
	background:#666666 url(../images/arrow_n_r.png) 333px 14px no-repeat;
}


#main h1 {
	font-size:153.8%;
	border-bottom:1px solid #000;
	padding:5px 0;
	margin-bottom:10px;
}
#main p.date {
	font-family:"Times New Roman", Times, serif;
	margin-bottom:25px;
}

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

entry
 
*****************************************************************************/

#main .entry {
	border-bottom:1px dotted #000;
	margin:20px 0;
	padding-bottom:20px;
	line-height:180%;
}

#main .entry h2 {
	font-size:123.1%;
}
#main .entry p.date {
	margin-bottom:0px;
}
#main .entry p.more {
	margin-top:5px;
}
#main .entry p.more a {
	background:url(../images/arrow_bl.png) left no-repeat;
	padding-left:10px;
}

/*-----------------------------------------------------
childPage
親ページでアイキャッチ画像とタイトル抜粋を表示する
-----------------------------------------------------*/
#main .childPage {
	border:1px solid #999;
	margin:20px 0;
	padding:10px;
	line-height:180%;
}
/*
アイキャッチ画像には、クラス wp-post-image が入る
*/
#main .childPage img.wp-post-image {
	float:left;
	margin-right:20px;
}
#main .childPage h2 {
	font-size:123.1%;
	border-bottom:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}
#main .childPage h2 a {
	color:#000;
	text-decoration:none;
	background:url(../images/arrow_bl.png) 0 5px no-repeat;
	padding-left:10px;
}
#main .childPage h2 a:hover {
	color:#666;
}
#main .childPage p {
	overflow:hidden;
}

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

content
 
*****************************************************************************/

#main .content {
	margin-bottom:20px;
	padding-bottom:20px;
	xborder-bottom:1px dotted #000;
}

/*
記事本文エリアのフォーマット
editor-style.cssとあわせる部分
*/
.content p,
.content ul,
.content ol,
.content dl,
.content blockquote,
.content pre,
.content table {
	margin: 1em 0;
	line-height:1.8em;
}
.content ul,
.content ol {
	margin-left:30px;
}
.content ul {
	list-style:square;
}
.content strong {
	color:#1d6469;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin:2em 0 1em;
}
.content h2 {
	font-size:138.5%;
	display:block;
	text-align: center;
	margin-bottom:30px;
}
.content h3 {
	font-size:30px;
	letter-spacing: 6px;
	font-weight: 100;
	margin-bottom:50px;
}
.content h4 {
	color:#000;
	font-size:24px;
	border-left:8px solid #f0f0f0;
	padding:6px 25px;
	display:block;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 1.6;
	margin-bottom:35px;

}
.content h5 {
	font-size:107.7%;
	background:url(../images/h5_bg.jpg) 0 7px no-repeat;
	padding:0 12px;
}

/* Tables */
.content table caption {
	font-weight:bold;
	text-align:left;
}
.content table {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 1em 0;
	width: 100%;
}
.content tr th {
	border-bottom: 1px solid #f0f0f0;
	xbackground-color:#f0f0f0;
	font-weight:bold;
	padding:5px;
}
.content td {
	border-bottom: 1px solid #f0f0f0;
	padding:5px;
}

.content blockquote p{
	width:80%;
	margin:0 0 15px;
	padding:10px;
	background-color:#F0F0F0;
	}

.content blockquote ul{

}

/* 
Alignment 
画像の配置CSSをWordPressの指定と合わせる
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.5em;
}

/* 
Caption 
キャプション付き画像のCSSをWordPressの指定と合わせる
*/
p img,
.wp-caption {
	margin-top: 0.4em;
	text-align:center;
}
.wp-caption {
	background-color: #eee;
	margin-bottom: 1.5em;
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:92.3%;
}
.wp-caption .wp-caption-text {
	margin:0;
	padding: 5px 5px 0 5px;
}


/*-----------------------------------------------------
error404,dberror
page-contact.php、404.php、db-error.phpは、
サイドバーなしのため#mainをセンター寄せする
-----------------------------------------------------*/
body.error404 #main,
body.dberror #main {
	margin:0 auto;
	float:none;
}


/* clearfix */
#header ,#container ,#main .navPage ,#main .childPage ,#main .content ,.entry {
	zoom:1;
}
#header:after ,#container:after ,#main .navPage:after ,#main .childPage:after ,#main .content:after ,.entry:after {
    content: ""; 
    display: block; 
    clear: both;
}

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

TopPage
 
*****************************************************************************/


#topMain {
	margin-bottom:25px;
}

/*topBanner*/
#topBanner {
	width:300px;
	float:right;
}
#topBanner ul li {
	vertical-align:bottom;
	margin-bottom:10px;
}
#topBanner ul li img {
	vertical-align:bottom;
}


/*topContent*/
#topContent {
	width:630px;
	float:left;
	margin-bottom:25px;
}

/*topMessage*/
#topMessage {
	margin-bottom:25px;
}

/*topNews*/
#topNews {
	margin-bottom:25px;
}

#topNews a ,#topNews a:link {
	color:#000;;
}
#topNews a:hover , #topNews a:active {
	color:#666;
	text-decoration:underline;
}

#topNews #topNewsHead {
	border-bottom:1px solid #000;
	overflow:hidden;
}
#topNews h2 {
	font-family:Times, serif;
	font-size:153.8%;
	font-weight:normal;
	float:left;
	padding-left:5px;
	letter-spacing:0.2em;
}
#topNews p.viewAll {
	float:right;
	padding-right:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:107.7%;
}
#topNews p.viewAll a {
	background:url(../images/arrow_bl.png) left no-repeat;
	padding-left:7px;
}
#topNews ul li {
	border-bottom:1px dotted #C8C8C8;
	padding:10px 5px;
}
#topNews ul li span.date {
	margin-right:30px;
	font-family:Times, serif;
	font-size:107.8%;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix{display:inline-block;}

/*Hides from IE-mac \*/
*html.clearfix{height:1%}
.clearfix{display:block;}
/*End hide form IE-mac */



.subttl{
	font-size:60%;
	color:#666666;
	letter-spacing:0.2em;
	}

.maingallery{
	width:960px;
	}

.workbox{
	width:100px;
	margin:10px 10px 0px 0;
	float:left;
	padding:5px;
	border:1px solid #eee;}
	}
	
.workbox img{
	width:100px;
	}
	

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

Sideboxes
 
*****************************************************************************/	

.twitter{
	width:100%;
	margin:25px 0px 25px;
	}
	
.twitter h5 img{
	margin-bottom:10px;
	border-bottom:1px dotted #E8E8E8;
	}
	
.twitter-img img{
	float:left;
		padding:3px;
	border:1px dotted #E8E8E8;
	}
	
.twitxt{
	color:#363535;
	width:190px;
	height:62px;
	overflow:auto;
	float:right;
	padding:8px;
	border:1px dashed #ccc;
	}
	
.twitxt p{
	color:#555555;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	line-height:1.3;
	}
	
#new{
	font-weight:500;
	color:#00ACED;
	font-size:70%;
	padding-bottom:3px;
	margin-bottom:6px;
	xtext-indent:6px;
	letter-spacing:0.2em;
	width:100%;
	border-bottom:1px dotted #e8e8e8;
	}
	
.fbarea h5 img{
		margin-bottom:10px;
	border-bottom:1px dotted #E8E8E8;
	}
	
.lastchild{
	margin-right:0;
	}
	
#topBanner{
	margin-bottom:25px;
	}

#footer img{
	margin:10px 0px;
	}
	
.topicpath{
	margin-top:-3em;
	}
	

#main h1{
	color:#363636;
		letter-spacing:0.25em;
	border-bottom:dotted 1px #B8B8B8;	
	}
	
#main h4{
					letter-spacing:0.15em;
		margin-bottom:20px;
		margin-top:24px;
		display:block;
		}
		
#workscontents h4{


			letter-spacing:0;
}
		
#topNews #topNewsHead{
	border-bottom:dotted 1px #B8B8B8;	
	}


	
#blog ul li{
	list-style:none;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	xfont-size:120%;
	}
	


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

Profile
 
*****************************************************************************/	
	
	
.company{
	width:100%;
	}
	
.company-img{
	float:left;
	width:30%;
	}
		
.company-img img{
	width:100%;
	margin-bottom:5px;
	}	
	
table.company-pro{
	width:100%;
	margin:0 auto;

	}
	
table.company-pro th{
	text-align:center;
	color:#1b1b1b;
	width:20%;
	font-size:12px;
	padding:30px;
	vertical-align: middle;
	font-weight: 700;
	}
	
table.company-pro td{
	padding:5px;
	color:#1b1b1b;
	padding:30px;
	
	}

#page-top {
   position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

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

footer addition
 
*****************************************************************************/

#footer-copy{

	width:50%;
	float:left;
	}
	
#footer-copy p{
	color:#666666;
}

#footer-web{
	xwidth:50%;
	text-align:right;
	float:right;
}

#footer-web a{
	color:#666666;
	text-decoration:none;
	}
	
#footer-web a:hover{
	color:#999999;
	text-decoration:underline;
	}
	
/****************************************************************************

Contact Form
 
*****************************************************************************/

input.wpcf7-submit{
	float:right;
	margin:15px 0px 0 0;
	text-indent:-9999px;
    border: 0px;
    width: 178px;
    height: 25px;
    background: url(images/bt_submit.jpg) left top no-repeat;
}

input.wpcf7-submit:hover{
	float:right;
	margin:15px 0px 0 0;
	text-indent:-9999px;
    border: 0px;
    width: 178px;
    height: 25px;
    background: url(images/bt_submit_ov.jpg) left top no-repeat;
	}

.wpcf7{
	width:70%;
	}
	
.wpcf7 p{
	clear:both;

	xwidth:100%;
	xheight:100%;
	padding:20px 15px 30px;
	xborder-bottom:1px dashed #ccc;
	}

	.recap{
		width:100%;
		height:auto;
		margin-bottom:30px;
		clear:both;
	}

	.wpcf7-recaptcha{
		width:100% !important;
	}

	.wpcf7-recaptcha div{
		margin:40px auto 0px 31%;

	}
	

	
span.wpcf7-form-control-wrap{
	float:left;
	margin-top:-2em;
	margin-left:50%;

}

.wp-pagenavi{
	margin-top:30px;
	}


.works-wrap{
	width:100%;
	height: auto;
	margin-bottom: 50px;
	display:flex;
	flex-shrink: 0;

}

.works-wrap > div{
	width:50%;

}

.works-txt{
	padding:0 30px;
}

.works-ttl{
	font-size: 30px;
    letter-spacing: 6px;
    font-weight: 100;
    display: block;
    margin-bottom: 50px;
}

.works-txt h4{
	font-size: 20px;
    letter-spacing: 6px;
    font-weight: 100;
    display: block;
    margin-bottom:10px;
}

.works-img{
	width:100%;
	height: auto;
	margin-bottom: 30px;
}

.works-want{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
}

.works-solution{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
}


.loop-entry-body{
	width:100%;
	height: auto;
	padding-bottom: 40px;
}

.loop-entry-body h3{
	font-size:20px;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom:50px;
	border-bottom:1px solid #efefef;
	margin-bottom:50px;
}

.loop-entry-body p{

	margin-bottom:60px;
	line-height: 1.6;
}

.loop-entry-body h3 span{
	font-size:14px;
	font-weight: normal;
	margin-left:10px;
}

.loop-entry-body dt{
	font-size:16px;
	font-weight: bold;
	margin-bottom:20px;
}

.loop-entry-body dd{
	margin-bottom:45px;
}

.loop-entry-body .mw_wp_form_confirm dd{
	font-size:18px;
	font-weight: bold;
	color:#242424;
	background-color: #efefef;
	padding:25px;

}

.loop-entry-body .mw_wp_form_confirm dd span.hosoku{
	display: none;
}

.loop-entry-body dt span{
	font-size:12px;
	color:#fff;
	background-color: #c70017;
	line-height:1;
	padding:4px 10px;
	display: inline-block;
	margin-left:10px;

}

.loop-entry-body dt span.wn{
	background-color: #969696;
}

.loop-entry-body dd input[type="text"],.loop-entry-body dd input[type="email"]{
	padding:25px;
	border:none;
	background-color: #efefef;
	font-size: 16px;
	width:100%;
}


.loop-entry-body dd.half input[type="text"]:first-child{
	width:49%;
	margin-right:1.5%;
}

.loop-entry-body dd.half input[type="text"]:nth-child(2){
	width:49%;

}
.loop-entry-body dd textarea{
	height: 300px;
	padding:25px;
	border:none;
	background-color: #efefef;
	font-size: 16px;
	width:100%;
}

.loop-submit input[type="submit"]{
	display: block;
	width:100%;
	height:auto;
	background-color: #0068bd;
	color:#fff;
	text-align: center;
	font-weight: bold;
	font-size:20px;
	border:none;
	padding:35px 0;

}

.loop-submit input[type="submit"].bt-gray{
	background-color: #969696;
	}

.mw_wp_form .error{
	display: block;
	margin-top:10px;
	font-size:16px;
	font-weight: bold;
}



.loop-entry-body dd .loop-checkbox{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 40px;
  position:relative;
  margin-right: 20px;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #1b1b1b;
}
.loop-checkbox:checked + .mwform-checkbox-field-text{

}
.loop-checkbox:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 10px;
  height: 21px;
  transform: rotate(40deg);
  border-bottom: 6px solid #d01137;
  border-right: 6px solid #d01137;
}

.loop-entry-body dd span.hosoku{
	font-size:12px;
	color:#252525;
	line-height: 1.5;
	margin-top:15px;
	display: block;
}

.loop-entry-body dd span.hosoku a{
	color:#252525;
	border-bottom:1px solid #252525;
	padding-bottom:2px;
}

.loop-profile-sns span{
	margin-right: 10px;
}



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

Contact Form
 
*****************************************************************************/

input.wpcf7-submit{
	float:right;
	margin:15px 0px 0 0;
	text-indent:-9999px;
    border: 0px;
    width: 178px;
    height: 25px;
    background: url(images/bt_submit.jpg) left top no-repeat;
}

input.wpcf7-submit:hover{
	float:right;
	margin:15px 0px 0 0;
	text-indent:-9999px;
    border: 0px;
    width: 178px;
    height: 25px;
    background: url(images/bt_submit_ov.jpg) left top no-repeat;
	}

.wpcf7{
	width:70%;
	}
	
.wpcf7 p{
	clear:both;

	xwidth:100%;
	xheight:100%;
	padding:20px 15px 30px;
	xborder-bottom:1px dashed #ccc;
	}

	.recap{
		width:100%;
		height:auto;
		margin-bottom:30px;
		clear:both;
	}

	.wpcf7-recaptcha{
		width:100% !important;
	}

	.wpcf7-recaptcha div{
		margin:40px auto 0px 31%;

	}
	

	
span.wpcf7-form-control-wrap{
	float:left;
	margin-top:-2em;
	margin-left:50%;

}

.menu{
	display:flex;
	justify-content:flex-end;
}

.menu ul{
	display:flex;
	justify-content:flex-end;
}

.menu li{
	margin-right:15px;
}

.menu li:last-child{
	margin-right:0;
}



@import url(style-sp.css);