@charset "UTF-8";
/* 
Theme Name: axialdesign
Theme URI: http://axialdesign.jp/
Description: axial design corporate site theme 201701
*/

/******全体*******/
html {
	height: 100%;
	width: 100%;
	font-family: 'YuGothic', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	letter-spacing: 0.025em;
}

a {
	color: #000;
	text-decoration: none;
}

th {
	font-weight: normal;
}

img.aligncenter {
        display: block;
        margin: 0 auto 10px;
}

.spbr {
	display: none;
}


/******ホーム*******/
body.home {
	animation: fadeIn 2s ease-in-out 0s 1 normal;
	-webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
	-o-animation: fadeIn 2s ease-in-out 0s 1 normal;
	-ms-animation: fadeIn 2s ease-in-out 0s 1 normal;
}

#home_back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
	animation: fadeIn 5.9s ease-in-out 0s 1 normal;
	-webkit-animation: fadeIn 5.9s ease-in-out 0s 1 normal;
	-o-animation: fadeIn 5.9s ease-in-out 0s 1 normal;
	-ms-animation: fadeIn 5.9s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-ms-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/******グローバルナビ*******/
#header {
	position: fixed;
	width: 19%;
	text-align: center;
	z-index: 2;
}

#header-wrap {
	margin-top: 32px;
}

.headerlogo {
	width: 132px;
}

.headerline {
	width: 54px;
	margin-top: 40px;
}

#pc-gnav-menu #menu-nav {
	list-style: none;
	width: 70px;
	margin: 42px auto 0;
}

#pc-gnav-menu #menu-nav li {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

#pc-gnav-menu #menu-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

#pc-gnav-menu #menu-nav li a:hover {
	color: #ccc;
	transition: 0.3s;
}

#pc-gnav-menu #menu-nav li.current_page_item a, #pc-gnav-menu #menu-nav li.current-menu-item a, #pc-gnav-menu #menu-nav li.current-page-ancestor a, #pc-gnav-menu #menu-nav li.current a{
	color: #ccc;
}

.fblink {
	width: 14px;
	margin-top: 8px;
}

.fblink:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
  	-ms-filter: "alpha(opacity=40)";
	transition:0.3s;
}

#sp-gnav {
	display: none;
}


/******メイン共通*******/

#main {
	position: absolute;
	top: 0;
	left: 19%;
	width: 81%;
}

#main_inner {
	width: 100%;
}

.page_wrap {
	margin-top: 50px;
	padding-bottom: 50px;
	width: 92%;
}

.page_title {
	position: relative;
	width: 100%;
	height: 90px;
}

.page_title_text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 45px;
}

.page_title_back {
	position:absolute;
	right:0;
	bottom:0;
	height: 67px;
	width: 93%;
	background-color: rgba(230,230,230,0.5);
	z-index: -100;
}

.page_content {
	margin: 0 auto;
}

.laterolder_navi {
	clear: both;
	padding-top: 50px;
	font-size: 13px;
}

.laterolder_navi a {
	color: #658094;
}

.laterolder_navi a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
  	-ms-filter: "alpha(opacity=50)";
	transition: 0.3s;
}


.later_navi {
	float: left;
}

.older_navi {
	float: right;
}

.laterolder_navi:after {
	content: "";
	display: block;
	clear: both;
}

#sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 6%;
	height: 100%;
	z-index: 999;
}

#sidebar_inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.sidebar_content {
	position: absolute;
	left: 42%;
	height: 100%;
	-webkit-writing-mode: vertical-rl;
 	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	-webkit-text-orientation: sideways;
 	text-orientation: sideways;
}

.sidebar_content.index a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
  	-ms-filter: "alpha(opacity=30)";
	transition: 0.3s;
}

.sidebar_menu li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin-bottom: 70px;
}

.sidebar_menu li:last-child {
	margin-bottom: 0;
}

.sidebar_menu li a:before {
	content: "";
	display: block;
	position: absolute;
	left: -23px;
	top: -35px;
	width: 28px;
	height: 0px;
	border-right: 1px solid #658094;
	background-color: #fff;
	transition: height 0.2s ease-in-out;
}

.sidebar_menu li a:hover:before {
	height: 28px;
}

.sidebar_menu li a.active:before {
	width: 28px;
	height: 28px;
	transition: height 0.2s ease-in-out;
}



/******フッター*******/
#footer {
	float: right;
	margin: 40px 0 40px;
	width: 267px;
	font-size: 11px;
	text-align: right;
}

/******concept*******/

.concept_content {
	margin: 45px auto 80px;
	width: 70%;
	text-align: center;
}

.concept_img {
	width: 380px;
}

.concept_catch {
	margin: 48px 0 38px;
	font-size: 18px;
	font-weight: bold;
}

.concept_text {
	margin-bottom: 20px;
	line-height: 2.6em;
}

.concept_name {
	margin: 45px 0;
	font-size: 17px;
}

/******service*******/

.service_content {
	margin: 50px auto 80px;
	padding-left: 50px;
	width: 90%;
}

.service_box {
	float: left;
	margin-right: 8%;
	width: 27%;
	text-align: center;
}

.service_box.last {
	margin-right: 0;
}

.service_title_en {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.8;
	color: #658094;
}

.service_img {
	margin: 22px 0;
	width: 140px;
}

.service_title_jp {
	position: relative;
	margin-bottom: 52px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05;
}

.service_title_jp:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -45%;
	left: 35%;
	width: 65px;
	border-bottom: 1px solid #658094;
}


.service_text {
	font-size: 13px;
	line-height: 1.76;
	text-align: left;
}

.service_content:after {
	content: "";
	display: block;
	clear: both;
} 

/******works*******/

.works_archive_wrap {
	margin: 40px auto;
	padding-left: 45px;
	width: 94%;
}

.works_archive_item {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-bottom: 40px;
	width: 45%;
}

.works_archive_item:nth-child(even) {
	margin-right: 0;
}

.works_title_en {
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 0.05;
	line-height: 1.8;
}

.works_title_back {
	position:absolute;
	right:0;
	top: 28px;
	height: 72%;
	width: 90%;
	background-color: rgba(101,128,148,0.5);
	z-index: -100;
}

.works_archive_item a img {
	left: 0px;
	margin-bottom: 45px;
	width: 76%;
}

.works_archive_item a img:hover {
	transform: translateX(7px);
	transition: 0.3s ease-in-out;
}

.works_title_jp {
	padding-left: 10%;
	padding-bottom: 10px; 
	font-weight: bold;
}

.works_cat {
	padding-left: 10%;
}

.works_archive_list:after {
	content: "";
	display: block;
	clear: both;
}

.works_single_wrap {
	margin: 40px auto 60px;
	width: 100%;
	text-align: left;
}

.works_upper {
	width: 100%;
}

.works_title_en.single {
	margin-bottom: 15px;
	padding-left: 3%;
	font-size: 42px;
	letter-spacing: 0.05;
	line-height: 1.8;
}

.works_photo_all {
	margin-left: 6%;
}

.works_photo_main {
	float: left;
	margin-right: 35px;
	margin-bottom: 40px;
	width: 62%;
}

.works_photo_main_inner1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 70% 0 0;
}

.works_photo_main_inner2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.works_photo_main_inner3 {
	position: relative;
	width: 100%;
	height: 100%;
}

.works_photo_main_inner3 img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}

.works_photo_smallthumb_all {
	float: left;
	width: 30%;
}

.works_photo_smallthumb {
	float: left;
	margin-right: 6%;
	margin-bottom: 6%;
	width: 27%;
}

.works_photo_smallthumb img {
	width: 100%;
}

.works_photo_smallthumb:nth-child(3n) {
	margin-right: 0;
}

.works_photo_smallthumb:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
	transition: 0.3s;
}

.works_photo_smallthumb_all:after {
	content: "";
	display: block;
	clear: both;
}

.works_photo_all:after {
	content: "";
	display: block;
	clear: both;
}

.works_data {
	margin: 15px 0 30px;
	padding-left: 6%;
	width: 100%;
	font-size: 13px;
}

.works_data_l {
	float: left;
	width: 52%;
	padding-right: 52px;
}

.works_data_r {
	float: left;
	width: 37%;
}

.works_data_title {
	position: relative;
	padding-left: 22px;
	padding-bottom: 17px;
	font-size: 13px;
	color: #658094;
}

.works_data_title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 17px;
	margin: 6px 0 0 0px;
	border-bottom: 1px solid #658094;
}

.works_title_jp.single {
	padding-left: 0;
	padding-bottom: 63px;
	line-height: 1.6;
	font-size: 17px;
	font-weight: bold;
}

.works_data_l2, .works_data_r1, .works_data_r2{
	padding-bottom: 35px;
}

.works_cat.single {
	padding-left: 0;
}

.works_outline {
	line-height: 1.76;
}

.works_credit {
	line-height: 2.3;
}

.works_data:after {
	content: "";
	display: block;
	clear: both;
}

/******news*******/

.news_archive_wrap {
	margin: 50px auto;
	width: 620px;
	min-height: 400px;
}

.news_list {
	line-height: 1.5;
}

.news_list dh {
	float: left;
	clear: both;
	margin-bottom: 26px;
	width: 126px;
}

.news_list dd {
	float: left;
	height: 21px;
}

.news_list dd.news_cat{
	position: relative;
	width: 77px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background-color: rgba(101, 128, 148, 0.7);
}

.news_list a:hover .news_title {
	opacity: 0.3;
	filter: alpha(opacity=30);
  	-ms-filter: "alpha(opacity=30)";
	transition: 0.3s;
}

.news_list:after {
	content: "";
	display: block;
	clear: both;
}

.news_title {
	padding-left: 32px;
}

.news_single_wrap {
	margin: 50px auto;
	width: 700px;
	min-height: 400px;
}

.news_title_kobetsu {
	margin-bottom: 58px;
	font-size: 20px;
}

.news_text {
	line-height: 1.75;
	padding-bottom: 90px;
	border-bottom: 1px solid #e6e6e6;
}

.news_text p {
	margin-bottom: 25px;
}

.news_text p a {
	color: #658094;
	text-decoration: underline;
}

.laterolder_navi.news {
	margin-bottom: 40px;
}



/******about*******/

.companyinfo {
	margin: 60px auto 100px;
	width: 65%;
}

.companyinfo tr {
	line-height: 2.2;
}

.companyinfo th {
	padding-left: 50px;
	padding-bottom: 20px;
	width: 25%;
	text-align: left;
	letter-spacing: 0.1em;
}

.companyinfo td {
	padding-left: 60px;
	width: 75%;
}

.companyinfo td a{
	text-decoration: underline;
}

.companyinfo td a:hover {
	color: #658094;
	transition: 0.3s;
}

.profile_content {
	margin: 60px auto 120px;
	height: 266px;
	width: 740px;
}

.profile_text {
	float: left;
	width: 62%;
}

.profile_name {
	position: relative;
	margin-bottom: 63px;
}

.profile_name:after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	margin-top: 26px;
	border-bottom: 1px solid #658094;
}

.profile_history {
	font-size: 13px;
	line-height: 1.78em;
	letter-spacing: 0.05em;
}

.profile_photo {
	float: right;
	height: 266px;
	width: 193px;
	background-image: url("img/profile_photo.jpg");
	background-position: center center;
	background-size: 193px 266px;
	background-repeat: no-repeat;
}

.profile_photo:after {
	content: "";
	display: block;
	clear: both;
}


/******link*******/
.link_content {
	margin: 50px auto;
	text-align:center;
}

.linklist {
	margin-top: 45px;
	list-style: none;
}

.linklist li {
	padding-bottom: 35px;
	font-size: 13px;
	line-height: 2;
}

.linklist_name {
	font-size: 14px;
	color: #658094;
}

.linklist_name:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
  	-ms-filter: "alpha(opacity=50)";
	transition: 0.3s;
}

/******contact*******/

.contact_content {
	margin: 50px auto;
	width: 75%;
	text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	margin: 0 0 50px 0;
	padding: 10px;
	border: 2px solid #658094;
}

.contact_attention {
	font-size: 13px;
	text-align: left;
}

.contact_content p {
	margin-bottom: 40px;
}

.contact_form {
	text-align: left;
	line-height: 30px;
}

.contact_form dt {
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 28%;
}

.contact_form dd {
	float: left;
	width: 68%;
}

.contact_form dd.contact_name {
	width: 31%;
	margin-right: 6%;
}

.contact_form dd.contact_name:last-child {
	margin-right: 0;
}

.contact_policy {
	clear: both;
	padding-top: 30px;
	font-size: 13px;
	line-height: 15px;
}

.contact_policy a {
	color: #658094;
}

.wpcf7-form-control {
	font-family: 'YuGothic', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	letter-spacing: 0.025em;
 	outline: none;
        appearance: none;
}

.wpcf7-text {
	padding: 0 8px;
	height: 26px;
	width: 100%;
	border: 1px solid #c1ccd4;
}

.wpcf7-textarea {
	padding: 5px 8px;
	height: 180px;
	width: 100%;
	border: 1px solid #c1ccd4;
}

.wpcf7-submit {
	height: 45px;
	width: 207px;
	color: #fff;
	background: rgba(101, 128, 148, 0.7);
	border: none;
        cursor: pointer;
}

.wpcf7-submit:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
	transition: 0.3s;
}


/******privacy*******/

.privacy_content {
	margin: 50px auto;
	width: 75%;
}

.privacy_heading {
	position: relative;
	font-weight: normal;
	color: #658094;
}

.privacy_heading:after {
	content: "";
	display: block;
	position: absolute;
	margin-top: 22px;
	width: 68px;
	border-bottom: 1px solid #658094;
}

.privacy_text {
	margin: 40px 0 44px;
	line-height: 1.73;
}

.privacy_except {
	list-style: none;
	margin: -40px 0 44px 5px;
	line-height: 2;
}

.privacy_contact {
	display: block;
	padding-top: 10px;
	line-height: 1.9;
}

.fiuobj1 {
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.fiuobj2 {
	-webkit-transition: all 1s ease-in-out 0.7s;
	transition: all 1s ease-in-out 0.7s;
}

.fiuobj3 {
	-webkit-transition: all 1s ease-in-out 0.7s;
	transition: all 1s ease-in-out 0.9s;
}

.fiuobj4 {
	-webkit-transition: all 1s ease-in-out 0.7s;
	transition: all 1s ease-in-out 1.1s;
}

.fiuobj5 {
	-webkit-transition: all 1s ease-in-out 0.7s;
	transition: all 1s ease-in-out 1.3s;
}


.fiu {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;
	transform:translate(0px,15px);
}

.fiuend {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	transform:translate(0px,0px);
}

/************タブレット縦*************/

@media screen and (min-width:600px) and (max-width:900px){

.home #header {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
}

@media screen and (min-width:600px) and (max-width:766px){
.home #header-wrap {
margin-top: 34px;
}
}

/************ワイド*************/

@media screen and (min-width:1600px){

html {
	font-size: 15px;
}

/***ワイド グローバルナビ***/
#header-wrap {
	margin-top: 56px;
}

.headerlogo {
	width: 150px;
}

.headerline {
	width: 64px;
	margin-top: 54px;
}

#pc-gnav-menu #menu-nav{
	width: 100px;
	margin: 58px auto 0;
}

#pc-gnav-menu #menu-nav li {
	margin-bottom: 54px;
}

#pc-gnav-menu #menu-nav li a {
	font-size: 18px;
}

.fblink {
	width: 16px;
	margin-top: 10px;
}

/***ワイド メイン共通***/

#main {
	width: 79%;
}

.page_wrap {
	margin-top: 70px;
	padding-bottom: 60px;
	width: 92%;
}

.page_title {
	height: 115px;
}

.page_title_text {
	font-size: 56px;
}

.page_title_back {
	height: 80px;
	width: 94%;
}

#sidebar {
	width: 7%;
}

.sidebar_content {
	left: 42%;
	font-size: 16px;
}

.sidebar_menu li {
	margin-bottom: 110px;
}

.sidebar_menu li a:before {
	left: -25px;
	top: -35px;
	width: 30px;
}

.sidebar_menu li a:hover:before {
	height: 30px;
}

.sidebar_menu li a.active:before {
	width: 30px;
	height: 30px;
}

.laterolder_navi {
	padding-top: 50px;
	font-size: 14px;
}

/***ワイド フッター***/
#footer {
	margin: 60px 0 60px;
	font-size: 12px;
}

/***ワイド concept***/

.concept_content {
	margin: 66px auto 90px;
}

.concept_img {
	width: 460px;
}

.concept_catch {
	margin: 56px 0 42px;
	font-size: 20px;
}

.concept_text {
	margin-bottom: 25px;
	line-height: 2.6em;
}

.concept_name {
	margin: 52px 0;
	font-size: 19px;
}

/***ワイド service***/

.service_content {
	margin: 80px auto 130px;
	padding-left: 75px;
	width: 90%;
}

.service_box {
	margin-right: 7%;
	width: 28%;
}

.service_box.last {
	margin-right: 0;
}

.service_title_en {
	font-size: 28px;
	line-height: 1.8;
}

.service_img {
	margin: 35px 0 39px;
	width: 164px;
}

.service_title_jp {
	margin-bottom: 67px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.1;
}

.service_title_jp:after {
	bottom: -44%;
	left: 38%;
	width: 84px;
}

.service_text {
	font-size: 15px;
	line-height: 2.1;
}

.service_text.last {
	padding-left: 8px;
}

/***ワイド works***/

.works_archive_wrap {
	margin: 66px auto 70px;
	padding-left: 50px;
}

.works_archive_item {
	margin-right: 11%;
	margin-bottom: 67px;
	width: 43%;
}

.works_title_en {
	margin-bottom: 12px;
	font-size: 34px;
}

.works_title_back {
	top: 32px;
	height: 75%;
}

.works_archive_item a img {
	margin-bottom: 48px;
}

.works_archive_item a img:hover {
	transform: translateX(10px);
	transition: 0.3s ease-in-out;
}

.works_title_jp {
	padding-top: 10px;
	padding-bottom: 16px;
}

.works_cat {
	font-size: 15px;
}

.works_single_wrap {
	margin: 66px 0 70px;
	width: 99%;
}

.works_title_en.single {
	margin-bottom: 22px;
}

.works_photo_main {
	margin-right: 60px;
	margin-bottom: 40px;
	width: 62%;
}

.works_photo_smallthumb_all {
	width: 31%;
}

.works_data {
	margin: 15px 0 50px;
	font-size: 15px;
}

.works_data_l {
	width: 54%;
	padding-right: 65px;
}

.works_data_r {
	width:40%;
}

.works_data_l2, .works_data_r1, .works_data_r2 {
	padding-bottom: 60px;
}

.works_data_title {
	font-size: 15px;
}

.works_data_title:before {
	margin-top: 7px;
}

.works_title_jp.single {
	font-size: 20px;
}

.works_outline {
	line-height: 1.94;
}

/***ワイド　news***/

.news_archive_wrap {
	margin: 80px auto;
	width: 750px;
	min-height: 550px;
	line-height: 1.6;
}

.news_list dh {
	margin-bottom: 40px;
	width: 133px;
}

.news_list dd {
	height: 23px;
}

.news_list dd.news_cat{
	width: 80px;
	font-size: 15px;
	line-height: 1.6;
}

.news_title {
	padding-left: 32px;
}

.news_single_wrap {
	margin: 80px auto 80px;
	width: 800px;
	min-height: 550px;
}

.news_title_kobetsu {
	font-size: 24px;
}

.news_text {
	line-height: 1.95;
}

.news_text p {
	margin-bottom: 30px;
}

.laterolder_navi.news {
	margin-bottom: 20px;
}

/***ワイド about***/

.companyinfo {
	margin: 80px auto 200px;
	width: 70%;
}

.companyinfo tr {
	line-height: 2.7;
}

.companyinfo th {
	padding-left: 90px;
	padding-bottom: 25px;
}

.companyinfo td {
	padding-left: 100px;
	width: 75%;
}

.profile_content {
	margin: 90px auto 400px;
	height: 280px;
	width: 900px;
}

.profile_text {
	float: left;
	width: 62%;
}

.profile_name {
	margin-bottom: 83px;
	font-size: 16px;
}

.profile_name:after {
	width: 80px;
	margin-top: 40px;
}

.profile_history {
	font-size: 15px;
	line-height: 1.95;
}

.profile_photo {
	height: 280px;
	width: 203px;
	background-size: 203px 280px;
}


/***ワイド　contact***/

.contact_content {
	margin: 66px auto;
	width: 70%;
}

.contact_attention {
	font-size: 14px;
}

.contact_content p {
	margin-bottom: 50px;
}

.contact_form {
	line-height: 38px;
}

.contact_form dd.contact_name {
	width: 32%;
	margin-right: 4%;
}

.contact_policy {
	padding-top: 35px;
	font-size: 14px;
	line-height: 18px;
}

.wpcf7-form-control {
	font-size: 15px;
}

.wpcf7-text {
	height: 27px;
}

.wpcf7-textarea {
	height: 190px;
}

/***ワイド　privacy　***/

.privacy_content {
	margin: 66px auto 70px;
	width: 70%;
}

.privacy_text {
	margin: 44px 0 48px;
	line-height: 1.95;
}

.privacy_except {
	margin: -40px 0 48px 7px;
	line-height: 2.1;
}

.privacy_contact {
	padding-top: 13px;
	line-height: 2.1;
}



}

