/*****************************************
dgreen page css
index & page &posts only!
*****************************************/
/*=======================================
index
*=======================================*/
/*top_main_img_wrap
_______________________________________*/
#top_main_img_wrap{
  position: relative;
  width: 100vw;
  height: 100vh;
  display: table;
  animation-duration: 3.5s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
}
#top_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/index/index_main_img.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  z-index : -1;
}
#top_main_img_wrap .top_main_text{
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: bottom;
}
#top_main_img_wrap .top_main_text img{
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.main_img_line{
  position: absolute;
  z-index: 2;
  width: 100%;
  display: block;
  right: 0;
}
.main_img_line img{
  display: block;
  width: 1px;
  margin: 0 auto;
}
/*pc*/
@media all and (min-width:415px) {
  #top_main_img_wrap .top_main_text{
    padding-bottom: 15%;
  }
  .main_img_line{
    bottom: -46px;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #top_main_img_wrap .top_main_text{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
  }
  .main_img_line{
    bottom: -30px;
  }
}

/*top_main_img_wrap
_______________________________________*/
#top_business{
  background: #F2F3F4;
}
#top_business .top_business_wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.top_business_left h2{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.top_business_left p{
  font-size: 15px;
  line-height: 1.8;
}
.top_business_left p:first-of-type{
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

/*pc -1000px*/
@media all and (min-width:1000px) {
  #top_business .top_business_wrap{
    max-width: 1000px;
    padding: 142px 0 136px 0;
  }
  .top_business_left h2{
    max-width: 230px;
    margin: 30px 0;
  }
  .top_business_left{
    max-width: 531px;
    float: left;
  }
  .top_business_right{
    max-width: 390px;
    float: right;
  }
}
/*pc 999px-*/
@media all and (max-width:999px) {
  #top_business .top_business_wrap{
    padding: 70px 20px 45px 20px;
  }
  .top_business_left h2{
    max-width: 180px;
    margin: 15px auto 30px auto;
    display: block;
  }
}
/*pc 999px-415px*/
@media all and (max-width:999px) and (min-width:415px) {
  .top_business_right img{
    max-width: 500px;
    margin: 60px auto 0px auto;
    display: block;
    max-width: 100%;
  }
}
/*pc -415px*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {
  .top_business_right img{
    max-width: 300px;
    margin: 40px auto 10px auto;
    display: block;
    width: 100%;
  }
}
/*top_works_list
_______________________________________*/
#top_works_list{}
#top_works_list a{
  background-color: #000;
  display: block;
  width: 100%;
}
#top_works_list a:hover{
  opacity: 1;
}
#top_works_list a:hover img{
  opacity: 0.8;
  transition: .3s;
}
@media all and (min-width:415px) {

}
@media all and (max-width:414px) {
}
/*top_news
_______________________________________*/
#top_news{
  max-width: 690px;
  margin: 0 auto;
}
#top_news h2{
  display: block;
}
#top_news ul{
  padding: 0;
}
#top_news ul li{
  list-style: none;
}

#top_news ul li p span.date{
  font-size: 15px;
  vertical-align: bottom;
}
#top_news ul li p span.cat{
  font-size: 10px;
  max-height: 20px;
  background: #8AB6B0;
  padding: 3px 12px 0;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 90px;
  text-align: center;
  vertical-align: middle;
}
#top_news ul li a{
  color: #000;
}
#top_news ul li a h3{
  display: inline-block;
}
.link01{
  text-align: right;
}
.link01 a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 0 3px 4px;
}
#top_news ul li a:hover{
  opacity: 0.8;
}

/* SDGs_2022追加 */
#top_news .sdgs-box h3{
  color:#01a6d7;
  text-align:center;
  font-weight:bold;
  font-size:1.6rem; 
}
#top_news .sdgs-box .-sdgs-head{
  margin:1rem 0 3rem 0;
  display: flex;
}
#top_news .sdgs-box .-sdgs-head img{
  max-width:150px;
  margin-right:1rem;
}

/*pc*/
@media all and (min-width:415px) {
  #top_news{
    padding: 85px 0 120px 0;
  }
  #top_news h2{
    margin: 30px auto 0 auto;
    max-width: 90px;
  }
  #top_news ul{
    margin: 70px 0 0 0;
  }
  #top_news ul li {
    margin: 0 0 20px 0;
  }
  #top_news ul li p{
    display: inline-block;
  }
  #top_news ul li a h3{
    font-size: 14px;
    margin: 0;
  }
  #top_news ul li p span.cat{
    margin: 0 25px;
  }
  .link01 a{
    font-size: 10px;
    font-weight: bold;
  }
  
}
/*sp*/
@media all and (max-width:414px) {
  #top_news{
    padding: 25px 20px 50px;
  }
  #top_news h2{
    margin: 45px auto 0 auto;
    max-width: 85px;
  }
  #top_news ul{
    margin: 35px 0 0 0;
  }
  #top_news ul li a h3{
    font-size: 16px;
    margin: 4px 0 15px 0;
  }
  #top_news ul li p span.cat{
    margin: 0 5px;
  }
  .link01 a{
    font-size: 12px;
    font-weight: 500;
  }
  
  #top_news .sdgs-box h3{
    font-size:1.3rem; 
  }
  .sdgs-box .-sdgs-head{
    flex-flow: column;
  }
  .sdgs-box .-sdgs-head div{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*top_main_img_wrap
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}

/*=======================================================
*
*page
*
*=======================================================*/
#page_main_img_wrap{
  position: relative;
  width: 100%;
  display: table;
  animation-duration: 3.5s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
}
#page_main_img_wrap .bg_img{
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  z-index : -1;
}
#page_main_img_wrap .page_main_text{
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: bottom;
}
#page_main_img_wrap .page_main_text img{
  display: block;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}
.link02{
  text-align: center;
  margin: 40px 0 0 0;
}
.link02 a {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 0 3px 4px;
  display: inline-block;
}

/*pc*/
@media all and (min-width:415px) {
  #page_main_img_wrap{
    height: 606px;
  }
  #page_main_img_wrap .page_main_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  #page_main_img_wrap .page_main_text img{
    height: 84px;
    width: auto;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #page_main_img_wrap{
    height: 303px;
  }
  #page_main_img_wrap .page_main_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(0%);
    margin: 20px 0;
  }
  .breadcrumbs{
    display: none;
  }
  #page_main_img_wrap .page_main_text img{
    height: 60px;
    width: auto;
  }
}
/*=======================================================
*
*works
*
*=======================================================*/
/*page_main_img_wrap
_______________________________________*/
#works #page_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_main_img.jpg);
}
.works_contents h2{
position: relative;
}
.works_box01{
  max-width: 800px;
}
.works_box01 h3{
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0;
}
.works_box01 p{
  margin-top: 20px;
  font-size: 15px;
}
.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*pc*/
@media all and (min-width:415px) {
.works_contents h2{
  height: 300px;
  margin-bottom: 130px;
  background-size: cover;
}
.works_contents h2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 30px;
    width: auto;
  }
  #works_sekkei h2,
  #works_seizou h2,
  #works_sekou h2{
    margin-top: 140px;
  }
  .works_box01{
    margin: 0 auto 90px auto;
  }
}
/*sp*/
@media all and (max-width:414px) {
.works_contents h2{
  height: 150px;
  margin: 40px 0 40px;
  background-size: cover;
}
.works_contents h2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 18px;
    width: auto;
  }
  .works_box01{
    margin: 0 auto 30px auto;
  }
  .works_box01 p,
  .works_box01 h3{
    padding: 0 20px;
  }
}
/*works_list
_______________________________________*/
#works_list{}
#works_list ul{
  margin: 80px 0 0 0;
  padding: 0;
  text-align: center;
}
#works_list ul li{
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 1;
}
#works_list ul li:last-of-type{
  border-right: 0px;
}
#works_list ul li a{
  font-size: 14px;
  color: #000;
  text-decoration: none;
  scroll-behavior: smooth;
}
#works_list ul li a:hover{
  opacity: 0.8;
}
/*pc*/
@media all and (min-width:415px) {
  #works_list ul li{
    padding: 5px 25px;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_list ul li{
    padding: 0 8px;
    font-size: 11px;
  }
}

/*works_3D
_______________________________________*/
#works_3D{}
#works_3D h2{}
.works_catchcopy{
  max-width: 714px;
  display: block;
}
/*pc*/
@media all and (min-width:415px) {
  #works_3D h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_3d_title_bg_pc.jpg);
  }
  .works_catchcopy{
    margin: 140px auto 124px auto;
    width: 80%;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_3D h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_3d_title_bg_sp.jpg);
  }
  .works_catchcopy{
    margin: 50px auto 50px auto;
    width: 90%;
  }
}
/*works_sekkei
_______________________________________*/
#works_sekkei{}

/*pc*/
@media all and (min-width:415px) {
  #works_sekkei h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_sekkei_title_bg_pc.jpg);
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_sekkei h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_sekkei_title_bg_sp.jpg);
    margin: 70px 0 0px 0;
  }
}
/*works_seizou
_______________________________________*/
#works_seizou{}

#works_seizou img{
  margin: 0 0 12px 0;
}
/*pc*/
@media all and (min-width:415px) {
  #works_seizou h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_seizou_title_bg_pc.jpg);
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_seizou h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_seizou_title_bg_sp.jpg);
    margin: 70px 0 0px 0;
  }
}
/*works_sekou
_______________________________________*/
#works_sekou{}
#works_sekou h2{}
/*pc*/
@media all and (min-width:415px) {
  #works_sekou h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_sekou_title_bg_pc.jpg);
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_sekou h2{
    background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/works/works_sekou_title_bg_sp.jpg);
  }
}
/*works_flow
_______________________________________*/
#works_flow{
  max-width: 1000px;
  margin: 0 auto;
}
#works_flow h2{
  display: block;
}
.flow_list{
  background: #E6EAED;
}
.flow_list h3{
  font-family: 'Noto Serif JP', serif;
  color: #263F62;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.flow_list p{
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.flow_arrow{
  display: block;
}
/*pc*/
@media all and (min-width:415px) {
  #works_flow h2{
    max-width: 92px;
    margin: 180px auto 30px auto;
  }
  .flow_list{
    padding: 15px 50px;
  }
  .flow_list h3{
    width: 330px;
    margin: 0;
  }
  .flow_arrow{
    max-width: 12px;
    margin: 15px auto;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #works_flow h2{
    max-width: 92px;
    margin: 70px auto 30px auto;
  }
  .flow_list{
    padding: 15px 20px;
  }
  .flow_list h3{
    width: 100%;
    margin: 0 0 7px 0;
  }
  #works_flow{
    padding: 0 20px;
  }
  .flow_arrow{
    max-width: 18px;
    margin: 10px auto;
  }
}
/*page_contact
_______________________________________*/

#page_contact .page_contact{
  max-width: 1000px;
  border: 1px solid #000;
}
#page_contact h2{
  max-width: 158px;
  display: block;
  margin: 60px auto 35px auto;
}

.page_contact_wrap{
  max-width: 770px;
  margin: 0 auto;
}

#page_contact .page_contact_wrap .left a{
  height: 64px;
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 19px 0;
}
#page_contact .page_contact_wrap .left a:hover{
  background: #263F62;
  color: #fff;
}
#page_contact .page_contact_wrap .right a{
  text-decoration: none;
}
#page_contact .page_contact_wrap .right a img{
  padding: 10px 0 0 0;
}
#page_contact .page_contact_wrap .right a p{
  margin: 4px 0 0 0;
  font-size: 13px;
  text-align: right;
  color: #000;
}
/*pc*/
@media all and (min-width:415px) {
  #page_contact .page_contact_wrap .left{
    float: left;
    margin: 40px 0 0 0;
  }
  #page_contact .page_contact_wrap .left a{
    width: 368px;
  }
  #page_contact .page_contact_wrap .right{
    max-width: 256px;
    margin: 40px 0 0 40px;
    float: left;
  }
  #page_contact .page_contact{
    margin: 80px auto 80px auto;
    padding: 0 40px 50px;
  }
  #page_contact p{
    text-align: center;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #page_contact{
    padding: 0 20px;
  }
  #page_contact .page_contact{
    margin: 50px auto 60px auto;
    padding: 0 20px 50px;
  }
  #page_contact .page_contact_wrap .right{
    max-width: 256px;
    margin: 30px auto 0;
  }
  #page_contact .page_contact_wrap .left{
    margin: 30px 0 0 0;
  }
  #page_contact .page_contact_wrap .left a{
    width: 100%;
  }
  #page_contact p{
  }
}
/*=======================================================
*
*privacy
*
======================================================*/
#privacy #page_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/etc/privacy_main_img.jpg);
}
#privacy_list{
  max-width: 1000px;
}
#privacy dl.pp_list{
  margin: 0 0 80px 0;
}
#privacy dl.pp_list dt{
  font-size: 16px;
  margin: 40px 0 6px 0;
}
#privacy dl.pp_list dd{
	word-break: break-all;/*url部分を折り返すように指示*/
  margin: 0;
  border-bottom: 1px solid #316F93;
  padding: 0 0 34px 0;
}
/*pc*/
@media all and (min-width:415px) {
  #privacy_list{
    margin: 130px auto 0px;
  }
  #privacy .page_about{
    margin: 0 0 90px 0;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #privacy_list{
    margin: 80px auto 0px;
    padding: 0 20px;
  }
  #privacy .page_about{
    margin: 0 0 60px 0;
  }
}
/*=======================================================
*
*company
*
======================================================*/
#company #page_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/etc/company_main_img.jpg);
}
.company_wrap{
  margin: 0 auto;
}
.company_wrap .table01{
  width: 100%;
  border-top: 0;
}
.company_wrap .table01 tr{
  border-left: 0;
}
.company_wrap .table01 tr th{
  background: #fff;
  border-right: 0px;
  border-bottom: 1px solid #316F93;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.company_wrap .table01 tr td{
  border-right: 0px;
  border-bottom: 1px solid #316F93;
}
/*pc*/
@media all and (min-width:415px) {
  .company_wrap {
    margin: 20px 0 0 0;
  }
.company_wrap .table01 tr th{
  padding: 20px 25px 20px;
  width: 25%;
}
.company_wrap .table01 tr td{
  padding: 20px 25px 20px;
  width: 75%;
}
}
/*sp*/
@media all and (max-width:414px) {
  .company_wrap {
    padding: 0 20px;
    margin: 20px 0 0 0;
  }
  .company_wrap .table01 {
    font-size: 14px;
  }
  .company_wrap .table01 tr th{
    padding: 10px 20px 10px 0;
    width: 30%;
  }
  .company_wrap .table01 tr td{
    padding: 10px 0;
    width: 70%;
  }
}
/*greeting
_______________________________________*/
#greeting h2{
  display: block;
}
.greeting_wrap{
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.greeting_wrap img.bg{
  width: 100%;
}
.greeting_text{
  position: relative;
  z-index: 2;
  float: left;
  line-height: 2;
}
.greeting_text img.name{
  display: block;
}
/*pc*/
@media all and (min-width:1000px) {
  .greeting_wrap img.bg{
    position: absolute;
    right: 0%;
  }
  .greeting_text img.name{
    max-width: 290px;
    margin: 40px 0 0 auto;
  }
  .greeting_text{
    margin: 10% 15% 0%;
    max-width: 500px;
  }
  .sp2{
    display: none;
  }
  .company_wrap{
    max-width: 700px;
    margin: 20px auto 0 auto;
  }
}
/*sp2*/
@media all and (max-width:999px) {
  .greeting_text img.name{
    max-width: 290px;
    margin: 40px 0 0 auto;
  }
  .greeting_text{
    margin: 20px 20px 0;
  }
  .pc2{
    display: none;
  }
  .company_wrap{
    padding: 0 20px;
  }
}

/*pc*/
@media all and (min-width:415px) {
  #greeting h2{
    max-width: 168px;
    margin: 180px auto 30px auto;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #greeting h2{
    max-width: 168px;
    margin: 90px auto 30px auto;
  }

}
/*profile
_______________________________________*/
#profile{}
#profile h2{
  display: block;
}
#profile .company_wrap .table01 tr td img{
  display: block;
  margin: 10px 0 0 0;
}
/*pc*/
@media all and (min-width:415px) {
  #profile h2{
    max-width: 312px;
    margin: 15% auto 30px auto;
  }
  #profile .company_wrap .table01 tr td img{
    max-width: 215px;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #profile h2{
    max-width: 312px;
    margin: 120px auto 30px auto;
  }
  #profile .company_wrap .table01 tr td img{
    max-width: 200px;
  }
}
/*facility
_______________________________________*/
#facility h2{
  display: block;
}

/*pc*/
@media all and (min-width:415px) {
  #facility h2{
    max-width: 151px;
    margin: 180px auto 30px auto;
  }
  #facility img.factory_img{
    max-width: 50%;
    display: inline-block;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #facility h2{
    max-width: 151px;
    margin: 90px auto 30px auto;
  }
}
/*access
_______________________________________*/
#access h2{
  display: block;
}
.gmap{}
/*pc*/
@media all and (min-width:415px) {
  #access{
    margin-bottom: 66px;
  }
  #access h2{
    max-width: 121px;
    margin: 120px auto 30px auto;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #access{
    margin-bottom: 30px;
  }
  #access h2{
    max-width: 121px;
    margin: 90px auto 30px auto;
  }
}
/*=======================================================
*
*contact
*
======================================================*/
#contact #page_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/etc/contact_main_img.jpg);
}
/*header
_______________________________________*/
#contact h2{
  display: block;
}
#contact_wrap{
  max-width: 885px;
}
.green,
.contact_form table tr th span{
  color: #8AB6B0;
}
.contact_form {
  margin: 70px 0 0 0;
}
.contact_form table{
  border: 0;
}
.contact_form table tr{
  border: 0;
}
.contact_form table tr th{
  background: #fff;
  border: 0;
  font-size: 14px;
  vertical-align: top;
  font-weight: 500;
}
.contact_form table tr td{
  background: #fff;
  border: 0;
  font-size: 14px;
}
.contact_form table tr td select,
.contact_form table tr td input[type=text],
.contact_form table tr td .wpcf7 input[type="email"],
.contact_form table tr td .wpcf7 input[type="tel"],
.contact_form table tr td textarea{}

.contact_form table tr td .selectWrap{
  position: relative;
}
.contact_form table tr td .selectWrap::after{
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 55%;
  right: 10px;
  margin-top: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ADADAD;
}

.contact_form table tr td input[type=text],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.contact_form table tr td textarea{
  background: #F2F3F4;
  width: 100%;
}
.wpcf7 input::placeholder,
.contact_form table tr td textarea::placeholder{
font-size: 12px;
color: #848484;
}

.contact_form button,
.contact_form  input[type=button],
.contact_form input[type=reset],
.contact_form input[type=submit]{
  background: #263F62;
  border: 1px solid #263F62;
  color: #fff;
  display: block;
  border-radius: 0;
}
.contact_form button:hover,
.contact_form  input[type=button]:hover,
.contact_form input[type=reset]:hover,
.contact_form input[type=submit]:hover{
  background: #fff;
  border: 1px solid #263F62;
  color: #263F62;
}

.content_tel{
  text-align: center;
}
.content_tel a{
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.content_tel img{
  max-width: 287px;
}
.content_tel .tel_time{
  margin: 10px 0 0 0;
}
/*pc*/
@media all and (min-width:415px) {
  #contact_wrap{
    margin: 120px auto 0 auto;
  }
  #contact h2{
    max-width: 92px;
    margin: 180px auto 30px auto;
  }
  .contact_form table tr th{
    padding: 20px 0;
  }
  .contact_form table tr td{
    padding: 20px 0;
  }
  .contact_form table{
    margin-bottom:60px;
  }
  .contact_form button,
  .contact_form  input[type=button],
  .contact_form input[type=reset],
  .contact_form input[type=submit]{
    width: 400px;
    height: 66px;
    margin: 0 auto;
  }
  .contact_form table tr td .selectWrap{
    max-width: 278px;
  }
  .content_tel{
    margin: 50px 10px 80px 0;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #contact_wrap{
    margin: 90px auto 0 auto;
    padding: 0 20px;
  }
  #contact h2{
    max-width: 92px;
    margin: 180px auto 30px auto;
  }
  .contact_form table tr th{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .contact_form table tr td{
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .contact_form table{
    margin-bottom:20px;
  }
  .contact_form button,
  .contact_form  input[type=button],
  .contact_form input[type=reset],
  .contact_form input[type=submit]{
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .content_tel{
    text-align: center;
    margin: 40px 10px 80px 0;
  }
}
/*=======================================================
*
*news archive
*
======================================================*/
#news #page_main_img_wrap .bg_img{
  background-image: url(https://www.sansui-m.com/wordpress/wp-content/themes/ystandard-child/images/etc/news_main_img.jpg);
}
/*news archive & single
_______________________________________*/
#news_archive,
#news_single{
  max-width: 1000px;
}

#secondary h2{
  border-bottom: 1px solid #263F62;
  padding: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
}
#secondary ul{
  padding: 0;
}
#secondary ul li{
  list-style: none;
  margin: 0 0 10px 0;
}
#secondary ul li a{
  text-decoration: none;
  color: #000;
}
#secondary ul li a:hover{
  opacity: 0.8;
}
.pagination__item{
  width: 30px !important;
  height: 30px !important;
}
.pagination__item.-current{
  background-color: #263F62 !important;
}
.pagination__item, .post-page-numbers{
  margin: 0 10px 0 0 !important;
}
.news_archive_box_wrap{
  margin: 0 0 40px 0;
}
.news_archive_wrap h2{
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  margin: 20px 0 20px;
  color: #263F62;
}
.news_single_wrap h2{
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin: 20px 0 20px;
}
.news_archive_box_wrap a{
  color: #000;
  text-decoration: none;
}
.news_archive_box_wrap a:hover{
  color: #000;
}
.news_archive_box_wrap a:hover h2{
  opacity: 0.8;
}
.news_archive_box_wrap span.date {
    font-size: 17px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: top;
}
.news_archive_box_wrap span.cat {
    font-size: 12px;
    max-height: 24px;
    background: #8AB6B0;
    padding: 3px 12px 0;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 110px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    vertical-align: top;
}
.link03 a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 0 3px 4px;
}
/*pc*/
@media all and (min-width:415px) {
  .news_archive_box_wrap span.cat {
      margin: 0 15px;
  }
  .link03 a{
    font-size: 10px;
    font-weight: bold;
  }
  .news_archive_wrap,
  .news_single_wrap{
    max-width: 680px;
    float: left;
    width: 80%;
  }

  #secondary{
    width: 20%;
    max-width: 190px;
    float: right;
  }
  #news_archive,
  #news_single{
    margin: 90px auto 80px auto;
  }
  .pagination{
    margin: 50px 0 80px 0 !important;
  }
}
/*sp*/
@media all and (max-width:414px) {
  #news_archive, #news_single{
    padding: 0 20px;
  }
  .news_archive_box_wrap span.cat {
      margin: 0 8px;
  }
  .link03 a {
    font-size: 12px;
    font-weight: 500;
}
.news_archive_wrap{}
.news_single_wrap{
  margin: 0 0 80px 0;
}
#secondary{

}
#news_archive,
#news_single{
  margin: 90px auto 60px auto;
}
.pagination{
  margin: 50px 0 80px 0 !important;
}
}
/*=======================================================
*
*news single
*
======================================================*/
/*media
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}

/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}

/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}

/*=======================================================
*
*works
*
======================================================*/
/*media
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}

/*=======================================================
*
*works
*
======================================================*/
/*header
_______________________________________*/
/*pc*/
@media all and (min-width:415px) {}
/*sp*/
@media all and (max-width:414px) {}
