@charset "UTF-8";

/*!
Theme Name: devotion
Template: cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/************************************
** ■ホバー時の背景色設定
************************************/
/* visit new page */
/* サイズ */
.visit_worry,
.visit_contents{
	width:70%;
	margin:auto;
	max-width:1000px;
	
}
/* フレックスボックス */

.visit_content02{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.visit_content01{
	display:flex;
	justify-content:space-between;
}
.visit_top{
	background-image: url(./img/visit/visit_top.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
	height:37vw;
	width:80%;
	
}
.visit_worry{
	margin-bottom:100px;
}
.visit_content01_img{
	width:25%;
}
.visit_content01_text{
	width:100%;
}
.visit_content01_text_title{
	font-size:30px;
	font-weight:bold;
	color:#31a8da;
	text-align: initial;
	width: 90%;
    margin-left: 10%;
}
.visit_content02_01{
	width:27%;
	margin:30px 0;
	
}
.visit_content02_01_text{
	color:#31a8da;
	font-weight:bold;
	padding-top:15px;
}
.visit_content01{
	padding-top:100px;
}
.visit_contact_form input[type='submit'] {
	background-color:#4dbe55;
	border-radius:5px;
}
.visit_content01_box{
	width: 90%;
    margin-left: 10%;
    text-align: initial;
	    font-size: 15px;
    font-weight: bold;
}
.bg_gray_visit{
	background-color:#f4f5f5;
}



/* connect new page */
/* サイズ */
.connect_want,
.connect_advertise_content,
.connect_example_contents,
.connect_contact{
	width:80%;
	margin:auto;
	max-width:1200px;
	
}
.connect_flow,
.connect_top{
	width:85%;
	margin:auto;
	max-width:1300px;
}
.connect_question_content{
	width:80%;
	margin:auto;
	max-width:1000px;
	
}
/* フレックスボックス */
.connect_want_contents,
.connect_advertise_content,
.connect_flow_contents,
.connect_example_contents,
.connect_question_content_q,
.connect_question_content_a{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.visit_colum,
.connect_colum,
.connect_contact_title{
	background-image: url(./img/connect_img/connect_bg01.png);
	background-repeat: no-repeat;
    background-size: 100%;
	    padding: 2vw 50px 7vw;
}
.connect_want_content{
	width: calc( 100% / 3);
	padding: 20px;
}
.connect_top{
	display:flex;
}
.connect_top img{
	padding-left:20px;
}
.connect_b-r{
	border-right: 2px solid #f4f5f5;
}
.connect_b-b{
	border-bottom: 2px solid #f4f5f5;
}
.connect_want_content_img{
	width:80px;
	height:100px;
	margin:auto;
}
.connect_want_content_text{
	font-weight:bold;
}
.connect_f-l,
.connect_flow_title,
.visit_colum,
.connect_colum,
.connect_contact_title{
	font-size:30px;
	font-weight:bold;
	margin: 30px;
}
.visit_colum,
.connect_colum{
	margin-top:0;
}
.connect_advertise_content_text_title{
	font-size:20px;
	font-weight:bold;
}
.connect_advertise_content{
    padding-top: 40px;
}
.connect_flow{
    padding: 30px;
	font-weight: bold;
}
.connect_advertise_content_img{
	width:50%;
}
.connect_advertise_content_text{
	width:400px;
	height:400px;
	background-color:white;
	border-radius:50%;
	margin:auto;
	padding-top:4% !important;
}
.connect_advertise_content_text_title{
	padding:0 6% 5%;
}
.connect_advertise_content_text_text{
	padding:0 6%;
	text-align:initial;
	font-size:17px;
}
.connect_advertise_content_01{
	background-color:#dee3e6;
}
.connect_advertise_content_02{
	background-color:#f4f5f5;
}
.connect_flow_bg{
	background-image: url(./img/connect_img/connect_flow_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.connect_flow_title{
	color:white;
}
.connect_flow_content01,
.connect_flow_content02,
.connect_flow_content03,
.connect_flow_content04{
	width:23%;
	background-repeat: no-repeat;
    background-size: 100%;
	padding: 9% 4% 4%;
}
.connect_flow_content01{
	background-image: url(./img/connect_img/flow01.jpg);
}
.connect_flow_content02{
	background-image: url(./img/connect_img/flow02.jpg);
}
.connect_flow_content03{
	background-image: url(./img/connect_img/flow03.jpg);
}
.connect_flow_content04{
	background-image: url(./img/connect_img/flow04.jpg);
}
.connect_example_content{
	width:23%;
}
.connect_example_button{
	color: white;
    background-color: #ee4d2a;
    padding: 5px 35px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin: 60px;
    border-radius: 5px;
}
/* 質問 */
.connect_question_content_q_logo,
.connect_question_content_a_logo{
	width:20px;
}
.connect_question_content_q_text,
.connect_question_content_a_text{
	width: calc( 100% - 30px );
	text-align:initial;
}
.connect_question_content_q_logo,
.connect_question_content_q_text{
	padding-bottom:10px;
}
	
.connect_question_content{
	border-bottom:#cbcbcb 1px solid;
	padding:20px;
}
.connect_question_content_q_text{
	font-weight:bold;
}
.connect_contact_form,
.visit_contact_form{
	text-align:initial;
	font-weight:bold;
	color:#79878d;
}
.connect_contact_form input[type='submit'] {
    background-color: #ee4d2a;
    border-radius: 5px;
}



/* devotion new page */
.menu_bar_footer{
	display:flex;
    flex-wrap: nowrap;
    padding:0;
    list-style:none;
	justify-content:center;
}
.logo{
	width:300px;
	margin:20px auto;
}
.menu_bar_footer li{
    width:100%;
    padding: 10px;
	color:white;
}
#footer_area{
	background-color:#272727;
	padding:50px;
}
.navi-footer-in > .menu-footer {
    justify-content: center;
}
.top_togo{
	position:absolute;
	right:0;
	top:-50px;
}
.top_arrow{
	width:50%;
	margin: 25px auto 0;
	height:25px;
}
.width_fit{
	width:90%;
	margin:auto;
	max-width:1720px;
	position:relative;
}
.menu-footer li a{
	color:white;
}
#footer{
	display:none;
}
.devotion_header{
	width:100%;
	background-color:white;
}
.logo_devotion{
	    padding: 15px;
    width: 30%;
    padding-left: 10%;
}
.site-name-text,
.header-container{
	display:none;
}
.devotion_top_nav{
	display:flex;
	flex-flow: column;
}
.devotion_top_nav01{
	padding:10px 0px;
	writing-mode: vertical-rl;
}

.devotion_map{
	margin:50px auto 100px;
}
.voice{
	margin-top:130px;
	position:relative;
	width: 100%;
}
.position_voice{
	position:absolute;
	top:-50px;
	right:5%;
}
.voice_box_inside1,
.voice_box_title1{
	margin: 0 20% 0 5%;
}
.voice_box_inside2,
.voice_box_title2{
	margin: 0 5% 0 20%;
}
.voice_box_title2,
.voice_box_title1{
	font-size: 25px;
	font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.devotion_top_page{
	width:100%;
	max-width:1720px;
	margin:auto;
}
.wpcf7-form p:nth-child(6){
   width:200px;
	margin:50px auto;
}
.wpcf7-form{
	width:60%;
	margin:auto;
}
input[type='submit'] {
    width:200px;
    border: none;
    background-color: #d34947;
    color: white;
}
.inquiry_title{
	font-weight:bold;
	font-size:25px;

	text-align:center;
}
.inquiry_title_sub{
	margin:auto;
	border-bottom:2px solid black;
	text-align:center;
	width:100px;
}
.devotion_inquiry{
	width:78%;
	margin:auto;
}
.map_text{
	width:70%;
	margin:auto;
	display:flex;
	justify-content: center;
}
.map_text01{
	padding:0 15px;
	font-weight:bold;
}
.map_title_box{
	position:relative;
}
.map_title{
	position:absolute;
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}
.map_big_title{
	width:75%;
}
.voice_box_content04{
	background-color:white;
	color:black;
	padding:2px;
	display: flex;
        margin-right: -20px;
    margin-bottom: -22px;
    margin-left: calc(100% - 295px);
}
.voice_box_content04_inside{
	display:flex;
}
.voice_box_content04_box{
	display: inline;
	font-weight:bold;
	color:black;
}
.w-5px{
	width:15px;
	margin:auto;
	margin-left:5px;
}
.voice_box{
	display:flex;
	flex-wrap:wrap;
}
.voice_box01,
.voice_box02{
	width:50%;
}
.voice_box02{
	background-color:#232323;
	color:white;
	padding:20px 50px;
}
.voice_box_contents{
	font-size:min(1vw, 20px);
	display:flex;
	flex-wrap:wrap;
	border:1px solid white;
}
.voice_box_content01,
.voice_box_content03{
	padding:10px 20px;
}
.voice_box_content02{
	padding-left:10px;
}
.voice_box_content01{
	width:40%;
	margin:auto;
}
.voice_box_content02{
	width:60%;
	border-left:1px solid white;
}
.voice_box_content03{
	width:100%;
	border-top:1px solid white;
	justify-content:justify;
}

.strength{
	width:90%;
	margin:50px auto;
}
.strength_left{
	width:30%;
}
.strength_left_content1{
	width:22%;
	margin:auto;
}
.strength_left_content{
	width:40%;
	margin:auto;
}
.strength_right{
	width:70%;
	border-left:1px solid white;
}
.strengths{
	color:white;
}
.strength01{
	background-image: url(./img/top/devotion_img09.jpg);
}
.strength02{
	background-image: url(./img/top/devotion_img10.jpg);
}
.strength03{
	background-image: url(./img/top/devotion_img11.jpg);
}
.strength01,
.strength02,
.strength03{
	  background-repeat: no-repeat;
    background-size: 100%;
	display:flex;
	padding:50px;
	margin-bottom:10px
}
.strength_right01,
.strength_right02{
	padding-left:50px;
}
.strength_right01{
	font-weight:bold;
	font-size:20px;
	padding-bottom:20px;
}
.service_veiw_more {
    width: 70%;
    margin-left: 30%;
    margin-top: 30px;
}
.strength_title,
.map_title{
	font-weight:bold;
	font-size:25px;
	margin-bottom:50px;
	text-align:center;
}
.service_title{
	font-weight:bold;
	font-size:20px;
	margin-bottom:50px;
}
.w-6{
	width:6%;
}
.w-19{
	width:calc(19% - 50px);;
}
.service .w-5{
	margin-top:-50px;
}
.bg-white{
	background-color:white;
}
.service_content01,
.service_content03{
	margin-bottom:250px;
}
.service_content02,
.service_content04{
	margin-top:250px;
}
.service_content01,
.service_content02,
.service_content03,
.service_content04{
	display:flex;
	width:50%;
}
.service_img,
.service_text{
	width:50%;
	padding:0 2%;
}
.service{
	background-color:#232323;
	display:flex;
	flex-wrap:wrap;
	margin-top: 130px;
}
.service_big_text{
	margin-top:-90px;
	width:75%;
}
.service_contents{
	color:white;
	display:flex;
	flex-wrap:wrap;
	margin:0px 10% 50px;
}
.news_text_box{
	display:flex;
	padding:20px 0;
	    color: black;
}
.date{
	width:15%;
	margin:auto;
}
.news_text_boxs{
	width:90%;
	margin-left:10%;
	padding:30px 0;
}
.news_text{
	width:83%;
	margin:auto;
}
.aroow{
	width:2%;
	margin:auto;
}
.main_title{
	font-size:25px;
	font-weight:bold;
	    padding-left: 15px;
}
.news{
	display:flex;
	width:78%;
	margin:50px auto;
}
.w-5{
	width:50px;
	display:flex;
  flex-flow: column;
	
}
.w-95{
	width:95%;
}
.black_box{
	background-color:#232323;
	height:50px;
	width:50px;
}
.line{
	width:1px;
	height:70px;
	margin:auto;
		background-color:black;
}
.devotion_sub_title{
	writing-mode: vertical-rl;
	margin: 15px auto;
}
.side_title{
	font-size:20px;
	color:black;
	font-weight:bold;
	writing-mode: vertical-rl;
	margin: 15px auto;
}
.devotion_top_page{
	text-align:initial;
}

.top_box01{
	width:21%;
	margin:10% 5% 10% 22%;
}
.top_box02{
	width:52%;
}
.title01{
	font-size:min(2vw,20px);
	font-weight:bold;
	display:flex;
}
.w-20{
	width:10%;
}
.title_line {
    width: 2px;
    margin-top: 13px;
    height: 85px;
    background-color: #232323;
}
img{
	width:100%;
}
.text01{
	background-color:#232323;
	color:white;
	font-weight:bold;
	display: inline;
	padding:2px 5px;
	font-size:min(2vw,15px);
}
.text02{
	font-size:min(5vw,65px);
	font-weight:bold;
	line-height: 1.3em;
}
.text03{
	font-size: min(2.6vw,30px);
	font-weight:bold;
}

.flex{
	display:flex;
}
.w-11{
	width:11%;
}
.w-48{
	width:35%;
}
.w-30{
	width:30%;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.text04{
	text-align:justify;
	    font-size: 15px;
    padding: 10px 0 0;
}
.w-60{
	width:44%;
	margin:auto;
}
.w-78{
	width:78%;
	margin:auto;
}



/* Devotion　start */

.box{
	padding:50px;
	background-color: white;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
body{
	text-align: center;
}
.inner{
	width: 95vw;
	margin: 50px auto !important;
	padding:40px;
}
.box_blue{
	background-color: black;
}
.box_black{
	background-color: black;
	padding:50px;
}
.box_gold{
	background-color: #e8e2c1;
	padding:50px;
}
.box_glay{
	background-color: #dadde3;
	padding:50px;
}
.box-3{
	width: 33%;
	padding:40px;
}
.box-4{
	color:white;
	font-weight: bold;
	margin:1%;
	width: 23%;
	padding:30px;
	background-color:black;
}

/* .box_right_blue{
	background-color: #d7f5fc;
	padding:50px;
} */
.box_que{
	font-weight: bold;
	color: blue;
	padding:30px;
	background-color: #dadde3;
	text-align: initial;
}
.box_ans{
	padding:30px;
	text-align: initial;
}
.line_black{
	background-color:black;
	height: 10px;
}
.line_gold{
	background-color:#e8c91a;
	height: 10px;
}
.line_blue{
	background-color:#e8c91a;
	height: 8px;
	margin: auto;
}
.blue_font{
	color: block;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0;
}
.gold-font{
	color: #e8c91a;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0;
}
.font_l{
	font-size: 50px;
	font-weight: bold;
}
.gold{
	color: #e8c91a;
}
.white{
	color: white;
}
.blue{
	color: #e8c91a;
}
.initial{
	text-align: initial;
}
.font_m{
	font-size: 30px;
	font-weight: bold;
}
.left{
	width:50%;
}
.right{
	width:50%;
}
.padding_b{
	padding-bottom:15px;
}
/* Devotion　end */
.iphone a{
	color: #fff;
	text-decoration: underline;
}

.navi-in > ul li{
	padding: 0 1.5%;
	width: initial;
}

.navi-footer-in a:hover,
.bp-login-widget-register-link a:hover{
  background-color: #cc666666; /*背景色*/
  transition: all 0.8s ease; /*アニメーション*/
  color: #822; /*フォントカラー*/
}

.archive-title,
.eye-catch-wrap{
	display: none;
}

.entry-title{
	width: 100%;
	max-width: 1080px;
	margin: 50px auto;	
}
.front-page-type-index,
.entry-content{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.full{
	width: 100%;
	margin: 50px auto;
}

table th{
    padding: 6px;
    text-align: left;
    padding-left: 2em
}

.Table02 td:first-child{
	width: 25%;	
}

.go-to-top-button{
	height: 60px;
}

.header-container{
	border-bottom: 5px solid #ab0c1f;
	padding-top :10px;
}

#header-container-in{
	margin-left: 10px;
}

.header_link{
	color: #ab0c1f;
		display: flex;
		position: absolute;
		right: 10px;
		top: 10px;
}

.header_link p{
    padding-top: 9px;
	padding-right: 9px;
    font-weight: bolder;
    font-size: 22px;
}


.tel{
    height: 55px;
}

.jp,
.en{
    height: 50px;
}

.list{
	display: flex;
	flex-wrap: wrap;
}

.inner{
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1080px;
}

.title{
	width: 47%;
	margin: 0 auto 75px;
	text-align: center;
	font-weight: bold;
   font-size: 30px;
   border-bottom: 1px solid;
	padding-top: 100px;
}

.title_en{
	width: 33%;
	margin: 0 auto 50px;
	text-align: right;
	font-weight: bold;
    font-size: 18px;
}

.sub_title{
	text-align:center;
	color: #656565;
	font-weight: bold;
	font-size: x-large;
	height: 50px;
}

.sub_title_katagami{
	text-align:center;
	color: #656565;
	font-weight: bold;
	height: 50px;
}

.text{
	font-size: 18px;
}

.link{
	color: #ab0c1f;
	border:solid 2px #ab0c1f;
	border-radius: 1em;
	padding: 5px 0;
	text-align: center;
	width: 80%;
	margin: 25px auto;
}

#whatis .inner,
#about_customer .inner{
	max-width: 1075px;
}

#whatis .inner .sub_title{
	margin: 30px 0;
}

#whatis .list img{
	height: 150px;
	margin: 0 auto;
}
#whatis .list p{
	padding: 0 10%;
}

#whatis .list .item{
	width: 31.5%;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #8e8e8e;
}

#whatis .list .item:nth-child(2){
	margin: 0 2.5%;
}



#info{
    position: relative;
    height: 1400px;
    margin: 100px 0
}

#info .inner{
    height: 500px;
}

.about{
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(./img/common/about.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 450px;
	width: 55%;
}

.about_pos{
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(./img/visit/pos.png);
    background-repeat: no-repeat;
    background-size: 100%;
	height: 1300px;
	width: 55%;
}
.about_pos_2{
    right: 0;
    top: 100px;
    position: absolute;
    background-image: url(./img/visit/pos2.png);
    background-repeat: no-repeat;
    background-size: 100%;
	height: 1300px;
	width: 55%;
}

.about_pos2{
	width: 100%;
	max-width: 1080px;
	height: 400px;
	left: 0;
	right: 0;
	margin: auto;
}

.about_add{
    color: #fff;
    position: absolute;
    font-size: smaller;
    margin: auto;
    top: 15%;
	text-align: right;
	right: 65%;
}
.about_add2{
    font-size: smaller;
    color: #fff;
    position: absolute;
    margin: auto;
    top: 15%;
	left: 37%;
}

.about .link{
   border: solid 1px #ffff;
	border-radius: initial;
	color: #fff;
	font-size: small;
	padding: 5px 0;
	margin: 32% 0 0 25%;
	width: 60%；
}

#map{
     margin: 20px auto;
        max-width: 1070px;
    width: 80%;
    height: calc(715 / 802 * 0.6 * 1024px);
    z-index: 100;
}

.map{
    position: relative;
    height: 350px;
    margin: 100px auto;
}
.map .inner{
	padding-top: 370px;
}

.map .inner p{
	font-size: larger;
}

.map .inner li{
	margin-left: 1em;
}

.map #map{
	width: 100%;
	max-width: 1080px;
	height: 400px;
	left: 0;
	right: 0;
	margin: auto;
}




/* #footer{
	border-top: 5px solid #ab0c1f;
} */

.footer-bottom-logo .logo-image{
	max-width: initial;
}

.footer-bottom-logo{
    position: static;
    width: 186px;
    float: initial;
    margin: 0 auto;
}

.footer-bottom-logo img{
	height: 58px;
}

.footer-bottom-content{
	float: initial;
	text-align: center;
}

#navi-footer{
	margin: 0 auto;
    width: 735px;
}

.sp_only{
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	
/* 	visit */
.visit_top{
	background-image: url(./img/visit/visit_top_sp.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
	height:120vw;
	width:100%;
	
}
	.visit_worry,
	.visit_contents{
		width:95%;
		margin:auto;
	}
	.visit_content01 {
    padding-top: 20px;
}
	.visit_content01_img {
    width: 45%;
}
	.visit_content01_text_title {
    margin-left: 5%;
		font-size:25px;
		height: 110px;
}
	.visit_content01_box {
    width: 142%;
    margin-left: -43%;
padding-top: 20px;
font-size: 12px;
		    text-align: justify;
}
	.visit_content02_01_text {
    font-size: 10px;
}
	.visit_l-h-01{
		padding-top: 17px;
	}
	.visit_l-h-02{
		line-height:110px;
	}
/* 	connect */
	.wpsisac-image-slide img {
    width: 40% !important;
}
	.wpsisac-slick-carousal.design-6 .slick-next,
	.wpsisac-slick-carousal.design-6 .slick-prev{
    display: none !important;
}

	.conncet_slider{
		width:100%;
		height:100vw;
	}
	.connect_top img {
    padding-left: 0px;
}
	.connect_want_content_img {
    width: 30px;
    height: 45px;
}
	.connect_want,
	.connect_advertise_content, 
	.connect_example_contents, 
	.connect_contact {
    width: 95%;
}
	.connect_want_content_text {
    font-size: 10px;
}
	.connect_want_content {
    padding: 10px;
}
	.connect_f-l, 
	.connect_flow_title, 
	.visit_colum, 
	.connect_colum, 
	.connect_contact_title {
    margin: 20px 10px;
}
	.connect_advertise_content_img{
		order:2;
	}
	.connect_advertise_content_text{
		order:1;
	}
	.connect_f-l, .connect_flow_title, .connect_colum, .visit_colum, .connect_contact_title{
    font-size: 16px;
}
	.connect_advertise_content_text {
    width: 80vw;
    height: 80vw;
}
	.connect_advertise_content_img {
    width: 100%;
    margin-top: -60px;
}
	.connect_advertise_content_text_text{
		font-size:13px;
	}
	.advertise_content_text_text {
    font-size: 14px;
    padding-top: 5px;
}
	.connect_flow_content01, .connect_flow_content02, .connect_flow_content03, .connect_flow_content04 {
    width: 48%;
    padding: 17% 4% 10%;
    font-size: 12px;
}
	.connect_flow, .connect_top {
    width: 100%;
}
	.connect_flow {
    padding: 20px;
}
	.connect_question_content {
    width: 100%;
}
	.visit_colum,
	.connect_colum{
    padding: 1vw 10px 7vw;
}
	.connect_question{
		font-size:13px;
	}
	.connect_question_content_q_logo, .connect_question_content_a_logo {
    width: 15px;
}
	.connect_question_content {
    padding: 15px;
}

	.connect_colum {
    background-image: url(./img/connect_img/connect_bg01_sp.png);
}
	.visit_colum,
	.connect_colum{
    margin-top: 0px !important;
}
	.connect_advertise_content_text {
    padding-top: 7% !important;
}
	.connect_flow_bg {
    background-image: url(./img/connect_img/connect_flow_bg_sp.jpg);
}
.connect_contact_title {
    padding: 3vw 8px 7vw;
    background-image: url(./img/connect_img/connect_bg02_sp.png);

}
	
	
	
	.sp_box_img{
		position: absolute;
    right: 0;
    width: 40%;
    max-width: 200px;
	}
	.voice_box_contents{
		font-size:15px;
	}
	.text03{
	font-size:30px;
}
	.text01{
	font-size:15px;
}
	.text02{
	font-size:65px;
}
	.service_img_left_sp{
		padding-left:0 !important;
	}
	.menu_bar_footer li{
    padding: 5px;
		font-size:13px;
}
	.logo{
	width:200px;
}
#footer_area{
	padding:20px 10px 50px;
}
	.top_arrow{
	width:50%;
	margin: 13px auto 0;
	height:12px;
}
	.top_togo{
	top:-25px;
}
	.width_fit {
    width: 100%;
}
	.logo_devotion{
	width:60%;
		padding:15px;
}
	.w-95 {
    width: calc(100% - 25px);
}
	.devotion_map {
    margin: 50px auto 20px;
}
	.wpcf7-form {
    width: 100%;
}
	.devotion_inquiry {
    width: 90%;
}
	.voice {
    margin-top: 50px;
}
	.map_text div:nth-child(1),
	.map_text div:nth-child(3){
		    border-right: 1px solid black;
    width: 30%;
    margin: 5px 0;
	}
	.m-b-10{
		margin-bottom:-10px;
	}
	.voice_big_text{
    width: 60%;
    margin-top: -230px;
}
	.map_text {
    width: 90%;
    flex-wrap: wrap;
}
	.map_text01 {
    padding: 0 10px;
}
	.map_text div:nth-child(2),
	.map_text div:nth-child(4){
		width:70%;
	}
	.sp_only{
		display: initial;
	}

/* devotion */
	.map_big_title {
    width: 80%;
}
	.map_title {
    width: 100%;
}
	.voice_box_content04 {
    margin-right: -45px;
    margin-left: calc(100% - 260px);
}
	.voice_box_content01{
    padding: 10px 3px;
}
	.position_voice {
    top: -25px;
    right: 0;
}
.voice_box02 {
    padding: 10% 10% 80px;
}
	.voice_box_sp{
		flex-direction: column-reverse;
	}
	.voice_box_inside1,
	.voice_box_title1,
	.voice_box_inside2,
	.voice_box_title2{
    margin: 0;
}
	.voice_box01,
	.voice_box02 {
    width: 100%;
}
	.strength_sp_01{
		width: 70%;
    margin: auto;
	}
	.strength_sp_02{
		text-align:center;
padding: 30px 30px 20px!important;
	}
	.strength_sp_03{
		width: 65%;
    margin: auto;
		   padding: 20px 30px 10px!important;
	}
.strength01{
	background-image: url(./img/top/devotion_img09_sp.png);
}
.strength02{
	background-image: url(./img/top/devotion_img10_sp.png);
}
.strength03{
	background-image: url(./img/top/devotion_img11_sp.png);
}
	.strength_right02{
		font-size:15px;
		line-height:1.5em;
	}
	.strength01,
	.strength02,
	.strength03 {
    background-size: 100%;
		flex-wrap: wrap;
		padding:40px;
}
	.strength_right {
    width: 100%;
    border-left:none;
}
	.strength {
    width: 100%;
}
	.strength_right01,
	.strength_right02 {
   padding:0;
}
	.w-48 {
    width: 100%;
}
	.service_veiw_more {
    width: 85%;
    margin-left: 15%;
    margin-top: -3%;
}
	.service {
    margin-top: 50px;
		width: 100%;
}
	.date {
    width: 20%;
    font-size: 10px;
}
	.w-78 {
    width: 90%;
}
	.title01{
		border-left: 1px solid black;
    padding-left: 16px;
    margin-left: -16px;
		font-size:20px;
	}
	.sp_box{
		position:relative;
		display:flex;
		flex-direction:row-reverse;
		justify-content:flex-end;
	}
	.text03,
	.text02{
    writing-mode: vertical-lr;
}
	.flex{
		flex-direction:column-reverse;
	}
	.top_box02 {
    width: 80%;
    margin: 0 0 0 20%;
}
	.top_box01 {
    width: 80%;
    margin: 10% 10% 10% 10%;
}
.news {
    flex-direction: row-reverse;
    width: 100%;
}
.black_box {
    height: 25px;
    width: 25px;
}
.w-5 {
    width: 25px;
}
.line {
    margin: 0 auto;
}
.side_title {
    font-size: 20px;
    margin: 10px auto;
    line-height: 1em;
}
.news_text_boxs {
    width: 95%;
    margin-left: 5%;
}
.service .w-5 {
    margin-top: -25px;
}
	.service_big_text{
		width: calc(100% - 25px);
		margin-top:-25px;
	}
	.service_content01,
	.service_content02,
	.service_content03,
	.service_content04 {
		margin-top:0;
		
		margin-bottom:35px;
    width: 100%;
}
	.service_content01,
	.service_content03{
    margin-left: 0%;
    margin-right: 3%;
}
	.service_content02,
	.service_content04{
    margin-right: 0%;
    margin-left: 3%;
}
	.service_title {
    margin-bottom: 20px;
}
	.service_contents {
    margin: 0;
  margin-top: -200px;
}
/* 	古いページ */

	.entry-title{
		width: 90%;
	}
	.front-page-type-index,
	.entry-content{
		width: 90%;
	}	
	
	
	.logo{
		text-align: left;
	}

	.header_link{
		top: 35px;
	}	
	
	#navi-footer{
		width: 100%;
	}
	
	.jp,
	.en,
	.tel{
		height: 50px;
		margin-top: 5px;
	}
	
	.title{
		width: 80%;
		font-size: 5.5vw;
		margin: 50px auto 25px;
		padding-top: 50px;
	}
	
	.sub_title{
		margin: 0;
		height: initial;
	}
	
	.title_en{
		width: 75%;
		font-size: 5vw;
	}
	
	.text{
		margin: 0 auto;
		width: 90%;
		font-size: 16px;
	}
	
	#whatis .list p{
		font-size: 3vw;
	}
	
	#whatis .list .item,
	#whatis .list .item:nth-child(2){
		width: 90%;
		margin: 25px auto;
	}
	
	#info{
		margin: 0;
		height: calc(200vw * 157 / 264);
	}
	
	.about{
		/* background-image: url(./img/common/about_sp.jpg);*/
		width: 100%;
		/*height: calc(100vw * 157 / 264);*/
	}

	.about .link{
		margin: 150px auto;
	}
	
	.about_add,
	.about_add2{
		font-size: x-small;
    	top: 10%;
	}

	
	#map{
		/*margin-top: calc(100vw * 157 / 264);*/
		width: 85%;
		height: calc(100vw * 157 / 264);
		top: initial;
		left: initial;
	}
	
	.map{
		margin: 100px auto 200px;
	}
	
	.pc_only{
		display: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/************************************
** はじめての方へ
************************************/
#about_fv {
	position: relative;
	height: 500px;
	margin: 100px 0;
}

.rug{ 
	left: 0;
   top: 20%;
	position: absolute;
	background-color: #ab0c1f;
	width: 75%;
	height: 400px;
	background-image: url(./img/common/logo_white.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.photo{
    top: 0;
    right: 0;
    position: absolute;
    width: 75%;
    height: 450px;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100%;
}

#about_fv .photo{
    background-image: url(./img/about/01fv.jpg);
}

#about_meetyou .inner .text{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#about_whatis .inner .pc_only{
	width: 63%;
}

#about_whatis .inner .feature{
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 3px 15px;
}

#about_customer .list .item{
	width: 42%;
	margin: 4%;
	position: relative;
	text-align: justify;
}

#about_customer .list .item img{
	width: 50%;
	margin: 0 auto;
}

#about_customer .list .item .sub_title{
	/* font-size: small; */
}

#about_customer  .expection{
	color: #000;
	border: 2px solid #ab0c1f;
	margin: 10px auto 50px;
}

#about_customer .expection_title{
	color: #fff;
	background-color: #ab0c1f;
}

@media screen and (max-width: 768px){
	
	#about_fv{
		height: 250px;
		margin: 50px auto 75px;
	}
	
	.rug{
		height: calc(100vw * 157 / 264);
		top: 30%;
		width: 95%;
	}
	
	.photo{
		width: 95%;
	}

	#about_fv .photo{
		background-image: url(./img/about/01fv_sp.jpg);
		height: calc(100vw * 157 / 264);
	}
	
	#about_whatis .inner .text{
		margin: 1% 5%;
	}
	
	#about_customer .list .item{
		width: 100%;
	}
}

/************************************
** 企業情報
************************************/
#profile_fv {
	position: relative;
	height: 500px;
	margin: 100px 0;
}

#profile_fv .photo{
    background-image: url(./img/profile/01fv.jpg);
}

#profile_philosophy p{
    margin: 0 auto;
    display: block;
    width: 60%;
}

#profile_ceo .pc_only{
	width: 66%;
	margin-right: 2%;
}

#profile_info table th,
#profile_history table th{
	background-color:#ababab;
	color: #fff;
	width: 20%;
}

#profile_info table td,
#profile_history table td{
	width: 80%;
}

#profile_history table th:nth-child(even){
	background-color:#b4b4b4;	
}

#profile_office .list .item{
	width: 50%;
	position: relative;
}
#profile_office .list .item img{
	width: 50vw;
}

@media screen and (max-width: 768px){
	
	#profile_fv{
		height: 250px;
		margin: 50px auto 75px;
	}
	
	#profile_fv .photo{
		background-image: url(./img/profile/01fv_sp.jpg);
		height: calc(100vw * 157 / 264);
	}
	
	#profile_philosophy .inner p{
		font-size: 3vw;
		margin-left: 5%;
		width: 90%;
	}
	
	#profile_office .list .item{
		width: 100%;
	}
	#profile_office .list .item img{
		width: 100vw;
	}
	
	table th{
		padding-left: 5px;
	}
}

/************************************
** 製品情報
************************************/

#products_fv{
	position: relative;
	height: 500px;
	margin: 100px 0;
}

#products_fv .photo{
    background-image: url(./img/products/01fv.jpg);
}

#products_faq{
	background-color: #ededed;

}

#products_faq .inner{
	padding: 50px 0;
}


#products_faq .question{
	background-color: #fff;	
}
.question {
	padding: 10px 20px 10px 72px;    
}

.question::before {
    font-size: 35px;
    width: 35px;
    content: 'Q';
    color: #fff;
    background: #ededed;
    border-radius: 1em;
}

.answer{
	padding: 0 20px 0 72px;
    border-radius: 4px;
    position: relative;
    display: block;
}

.answer::before {
    font-size: 35px;
    position: absolute;
    left: 13px;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    width: 35px;
    text-align: center;
    content: 'A';
    color: #fff;
    background: #ab0c1f;
    border-radius: 1em;
}


#products_catalog .download{
	color: #ab0c1f;
	border-right: solid 3px #ab0c1f;
	border-bottom: solid 3px #ab0c1f;
	border-left: solid 2px #ab0c1f;
	border-top: solid 2px #ab0c1f;
	background-image: url(./img/common/arrow.png);
	background-position:center right;
	background-repeat: no-repeat;
	max-width: 768px;
	width: 40%;
	text-align: center;
	margin: 100px auto;
	padding: 20px 0;
}

#contact .wpcf7-submit{
	background-color: #ab0c1f;
	color: #fff;
	width: 40%;
	margin: 25px auto 0;
	display: block;
	border: 2px #000 double;
}


@media screen and (max-width: 768px){
	
	#products_fv{
		height: 250px;
		margin: 50px auto 75px;
	}
	
	#products_fv .photo{
		background-image: url(./img/products/01fv_sp.jpg);
		height: calc(100vw * 157 / 264);
	}
	
	#products_catalog .download{
		width: 80%;
	}
	
	#about_customer .list .item .sub_title{
		font-size: 18px;
	}
	
}

/************************************
** 製品一覧
************************************/

.page-list_title{
	color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #ab0c1f;
    padding: 10px 0;
    font-size: larger;
}

#product_search{
	background-color: #ededed;
	padding: 100px 0;
}

#product_search .inner .list img{
	margin: 0 auto;
}
#product_search .inner .list p{
	padding: 0 10%;
}

#product_search .inner .list .item{
	width: 30%;
	position: relative;
	border: #ab0c1f 1px solid;
	background-color: #fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #8e8e8e;
}
. {
	margin-bottom: 50px;
}


#product_search .inner .list .item:nth-child(2){
	margin-left: 5%;
	margin-right: 5%;
}

#product_search .inner .list img{
	border-top: #efefef 1px solid;
}

#product_search .inner .list .item .caption{
	text-align: center;
	font-weight: bold;
	color: #ad061b;
}




#contact .title{
	font-size: 26px;
}

.contact_link{
    margin: 0 auto;
    width: 40%;
    background: #ab0c1f;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    padding: 3px 5px;
	border: 2px #000 double;
	font-size: smaller;
}

#privacy{
	margin-left: 5%;
}

#privacy dt{
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
}

#privacy dd{
	margin-left: 1em;
}

#privacy li{
	list-style: disc;
	margin-left: 2.5em;
}

#product_detail_list{
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

#product_detail_list .list_title{
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-bottom: 25px;
}

#product_detail_list .list_title li:first-child{
    border-left: #ab0c1f 3px solid;
    color: #ab0c1f;
    font-size: 28px;
    width: 90%;
    padding-left: 1em;
    font-weight: bolder;
}
#product_detail_list .list_title li:nth-child(2){
	font-size: 20px;
	margin-left: 3%;
	width: 90%;
}

#product_detail_list .list_title_s{
	list-style: disc;
	padding-left: 2em;
}

#product_detail_list .list_title_s li:first-child{
	border-left: initial;
	color: initial;
	font-size: 20px;
	font-weight: initial;
	padding-left: 0;
}

#product_detail_list .list_title li:nth-child(2){
	margin-left: 0;
	font-size: 20px;
}

#product_detail_list .sub_title{
	text-align: left;
	text-decoration: underline;
	margin-top: 50px;
}

#product_detail_list table tr{
	padding-top: 10px;
	margin-top: 10px;
}

#product_detail_list table tr:nth-of-type(2n+1){
	background-color: #fff;
}

#product_detail_list dt{
	font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 20px;
    margin-left: 1em;
    margin-top: 1em
}

#product_detail_list dd{
    margin-left: 1em;
    margin-bottom: 2em
}

#product_detail_list .polyimide_list{
	display: block;
	list-style: disc;
	margin: 0 0 0 10em;
}
#product_detail_list .polyimide_list li:nth-child(2){
	margin-left: initial;
}

.heater_table1{
	width: 70%;
	text-align:center;
}
.heater_table2{
	width: 90%;
	text-align:center;
}
.heater_table3{
	width: 100%;
	text-align:center;
}
.heater_table4{
	width: 48%;
	text-align:center;
}
.heater_table5{
	text-align:center;
}


.heater_table1 th,
.heater_table4 th{
	width: 20%;
	max-width:145px;
	font-size: smaller;
	padding-left: 0em;
	text-align:center;
}

.heater_table1 th{
	width: 16%;
}


.heater_table2 th,
.heater_table3 th{
	width: 15%;
	max-width:145px;
	font-size: smaller;
	padding-left: 0em;
	text-align:center;
}

.heater_table1 td,
.heater_table2 td,
.heater_table3 td,
.heater_table4 td{
	width: 10%;
	max-width: 10%;
	font-size: smaller;
}

.dram_list{
	display: flex;
	flex-wrap: wrap;
}

.dram_list li{
	width: 75%;
}

.dram_list li:first-child{
	width: 25%;
	margin-top :12px;
}

.sub_text{
    color: #fff;
    padding-left: 10px;
    background-color: #ab0c1f;
    margin: 5px 0 5px 0;
	display: block;
}

.Attention{
    border: 2px double #ab0c1f;
    color: #ab0c1f;
    font-weight: bold
}

.case{
	border: #5b0009 1px solid;
    width: 100%;
	height: 320px;	
	margin-top: 190px;
	float: left;
}

.case5{
	border: #5b0009 1px solid;
    width: 100%;
	height: 320px;	
	margin-top: 50px;
	float: left;
}

.case1,
.case2,
.case3,
.case4{
	border: #5b0009 1px solid;
    width: 40%;
	height: 320px;
}

.case1,
.case3{
	float:left;
}

.case2,
.case4{
	float:right;
}

.case img,
.case1 img,
.case2 img,
.case3 img,
.case4 img,
.case5 img{
	margin: 0 auto;
}

.case1::after,
.case2::after{
	content: '';
	width: 40%;
	height: 167px;
	display: block;
	position: absolute;
	background: url(./img/product_list/connect.png) no-repeat 50% 100%;
}

.case3::before,
.case4::before{
	content: '';
	width: 40%;
	height: 167px;
	margin-top: -175px;
	display: block;
	position: absolute;
	background: url(./img/product_list/connect.png) no-repeat 50% 100%;
}

.case5::before{
	content: '';
	width: 100%;
	height: 542px;
	margin-top: -558px;
	display: block;
	position: absolute;
	background: url(./img/product_list/connect2.png) no-repeat 50% 100%;
}

.case1::after{
	margin-top: 15px;
}

.case2::after{
	margin-top: 15px;
}

.case3,
.case4{
	margin-top: 175px;
	height: 320px;
}

.case_title{
	font-weight: bold;
	margin: 1em 0 1em 1em;
}

.case_desc{
	padding: 1em;
}

.case  ul{
	margin-top: initial !important;
	margin-bottom: initial !important;
}

.case ul li:first-child{
	font-size: initial !important;
	color: initial !important;
	border-left: initial !important;
	padding-left: initial !important;
	padding-top: initial !important;
}

.case ul li:nth-child(2){
	width: initial !important;
	font-size: initial !important;
	margin-left: initial !important;
	
}

.case ul li{
	width: 33%;

}

#products_images ul{
	display: flex;
	flex-wrap: wrap;
}

#products_images ul li{
	width: 40%;
}
#products_images ul li:first-child{
	margin-right: 20%;
}

#products_images .products_title{
	color: #003879;
	font-weight: bold;
	margin-top: 25px;
}



@media screen and (max-width: 768px){
	#privacy{
		margin-right: 5%;
	}
	#product_search .inner .list .item{
		width: 100%;
	}
	
	#product_detail_list  ul li:first-child{
		font-size: 22px;
		padding-top: 0.5em;		
		width: 95%;
	}
	
	#product_detail_list  ul li:nth-child(2){
		font-size: 16px;
		width: 95%;
	}
	
	#product_search .inner .list .item:nth-child(2){
		margin-left: 0;
		margin-right: 0;
	}
	
	.case,
	.case5{
		height: 900px;	
	}


	.case5{
		margin-top: 50px;
	}	
	
	.case1,
	.case2{
		height: 660px;
		width: 45%;
	}

	.case3,
	.case4{
		height: 800px;
		width: 45%;
	}	
	
	.case1::after{
		margin-top: 0;
	}
	
	.case ul li:first-child{
		width: 33% !important;
	}

	.case ul li:nth-child(2){
		width: 33% !important;
	}

	#contact .title{
		font-size: 20px;
	}
	
	#products_images .inner{
		width: 90%;
	}
	
	#products_images ul li{
		width: 100%;
	}
	#products_images ul li:first-child{
		margin-right: 0;
	}	
	#product_detail_list .list_title li:first-child{
	    width: 90%;
		font-size: 18px;
	}

	#product_detail_list .list_title li:nth-child(2){
	    width: 90%;
		font-size: 18px;
		margin-left: 5%;
	}	
	
	#product_detail_list .sub_title{
		font-size: 18px;
	}
	
	#product_detail_list .polyimide_list{
		margin: 0 0 0 3em;
	}
	#product_detail_list ul li:first-child{
		font-size: 16px;
	}

	.dram_list li{
		margin: 0 auto;
	}	
	
	.dram_list li:first-child{
		width: 70% !important;
		margin: 5px auto 0 auto;
	}
}
@media screen and (max-width: 440px){
	.question::before{
		left: 7.8%;
	}
}


/* オームの法則 */
.OhmTop {
    background: url(./img/products/slide_thum_bg.png) repeat;
    border: 1px solid #dcdddd;
    padding: 40px 30px;
    margin-bottom: 45px;
}

.Label01OhmTop {
    position: relative;
    overflow: hidden;
}

.Label01OhmTop ul {
    position: relative;
    left: 50%;
    float: left;
    margin-bottom: 30px;
}

.Label01OhmTop ul li {
    width: 230px;
    position: relative;
    left: -50%;
    float: left;
}

.RadioOhmTop input {
    float: left;
    height: 22px;
    width: 18px;
    margin-right: 10px;
}

.TextOhmTop {
    overflow: hidden;
    position: relative;
    zoom: 1;
    margin-bottom: 20px;
}

.TextOhmTop p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 20px;
}

.TextOhmTop input {
    float: left;
    height: 40px;
    width: 110px;
    font-size: 18px;
    text-align: right;
    padding: 0 5px;
}

.TextOhmTop #te{
	float: left;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.clear {
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.BorderOhmTop {
    border-bottom: 1px dotted #ac0c1f;
}

.BnrOhmTop {
    float: left;
    overflow: hidden;
    position: relative;
    zoom: 1;
    margin-top: 40px;
}

.BnrOhmTop li{
	float: left;
    margin-right: 20px
}

.ResultOhmTop {
    float: right;
    border: 5px solid #ac0c1f;
    background: #FFF;
}

.ResultOhmTop div {
    overflow: hidden;
    position: relative;
    zoom: 1;
	height: 55px;
}

.ResultOhmTop li {
    width: 240px;
    height: 26px;
    float: left;
    padding: 18px 15px 18px 0;
    text-align: right;
}

.ResultOhmTop li p {
    float: right;
    line-height: 26px;
    color: #ac0c1f;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.ResultOhmTop li p.f-left {
    float: left;
    margin-left: 0;
}

.ResultOhmTop li>span {
    float: right;
}

.ResultOhmTop li p span {
    font-size: 14px;
    font-weight: 100;
    padding-left: 5px;
}

.ResultOhmTop li img {
    height: 26px;
	float: left;
}

.f-color-r1{
	color: #ab0c1f;
	font-weight: bold;
}

.bunpu{
	background-color: #ab0c1f;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top:25px;
	padding-top: 25px;
}

.bunpu_list{
	display: flex;
	flex-wrap: wrap;
	padding: 25px 12%;
}

.bunpu_list li{
	width: 42%;
}

.bunpu_list li:first-child{
	margin-right:12%;
}

#privacy,
#secure{
	text-align: justify;
	margin-left: 5%;
}

#secure dt{
	font-size: larger;
    font-weight: bold;
    text-decoration: underline;
}

.products{
	display: flex;
}

.itemimg,
.product-item{
	max-width:400px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	
	#ohm_form{
		position: relative;
	}
	
	#ohm_form .clear{
		margin: 5px 0;
	}
	
	.BnrOhmTop{
		margin-top: 0;
		margin-bottom: 10px:
	}
	
	.TextOhmTop p{
		font-size: 18px;
	}
	
	.ResultOhmTop div{
		height: 85px;
	}
	
	.bunpu_list li:first-child{
		margin-right:0;
		margin-bottom: 25px;
	}
	
	#footer{
		padding-bottom: 60px;
	}
	
	
}