@charset "UTF-8";
/*--------cssのリセット---------*/
html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  border: 0;  outline: 0;  background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';  content: none;
}
a {
  font-size: 100%;  margin: 0;  padding: 0;  vertical-align: baseline;  background: transparent;  text-decoration: none; color: #204EC7;
}
ins {
  text-decoration: none;  color: #000;  background-color: #ff9;
}
mark {
  font-weight: bold;  font-style: italic;  color: #000;  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],dfn[title] {
  cursor: help;  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;  border-collapse: collapse;
}
hr {
  display: block;  height: 1px;  margin: 1em 0;  padding: 0;  border: 0;  border-top: 1px solid #ccc;
}
ol,ul,li{
  list-style: none;  padding:0;  margin:0;
}
/*===================================*/
/*===clearfix===*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*===wrap===*/
.wrap {
	overflow: hidden;
}
/*===================================*/
/*===サイト全体の基準となるCSS===*/
html {
    font-size: 16px;
    line-height: 30px;
  }
 @media screen and (max-width:768px){
   html{
     font-size: 14px;
     line-height: 23px;
   }
 }
body {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
    color: #2B2C46;
  }

/*===見出しを全て太字で表示===*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}

/*===sp版pc版での表示切り替え===*/
.pc_item{display: block!important;}
.sp_item{display: none!important;}

@media screen and (max-width: 768px){
  .pc_item{display: none!important;}
  .sp_item{display: block!important;}
}

/*===================================*/
/*===ヘッダー===*/
header{
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  top: 0;
}
#header{
  width: 100%;
  height: 60px;
  position: relative;
}
#header .header{
  position: absolute;
  text-align: center;
  width: 100%;
}
/*ロゴ-imgの場合*/
#header .header_logo_img{
  width: 170px;
  margin-top: 20px;
}
/*ロゴ-文字の場合*/
#header .header_logo{
  font-size: 24px;
  color: #204EC7;
  line-height: 67px;
  font-family: serif;
}
#header #feader_tel{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#header #feader_tel .header_tel{
  width: 350px;
  float: right;
  margin: 15px 0 12px;
  line-height: 16px;
}
#header #feader_tel .header_tel .tel_text{
  font-size: 11px;
  color: #204EC7;
}
#header #feader_tel .header_tel .tel_num{
  font-feature-settings: "palt";
  font-size: 14px;
  color: #204EC7;
}
#header #feader_tel .tel_bold{
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 880px){
  #feader_tel{
    display: none;
  }
}
/*===メニュー===*/
*, *:before, *:after {
  box-sizing: border-box;
}
.cp_offcm03 {
  position: relative;
  z-index: 5;
  left: 0;
  overflow: auto;
  width: 100%;
  padding-top: 0;
  -webkit-transition: transform 0.3s ease-in;
  transition: transform .3s ease;
  text-align: center;
  background-color: #204EC7;
}
.cp_offcm03 nav,
.cp_offcm03 ul {
  height: 100%;
}
.cp_offcm03 li {
  display: inline-block;
  margin-right: -6px;
}
.cp_offcm03 a {
  display: block;
  padding: 15px 40px;
  color:#fff!important;
}
.cp_offcm03 a:hover {
  background-color: #6389F0;
}
/*===ハンバーガー===*/
#cp_toggle03 {
  display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 880px) {
  .cp_offcm03 .sp_item{display: block!important;}
  /*===メニュー===*/
  .cp_offcm03 {
    position: fixed;
    left: -100%;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top:0;
    background-color: rgb(0,0,0,0);
  }
  .cp_offcm03 nav {
    background: #204EC7;
  }
  .cp_offcm03 ul{
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: scroll;
  }
  .cp_offcm03 li {
    display: block;
    border-bottom: 0.5px solid #fff;
    margin:0 10px;
  }
  .top_border{
    border-top: 0.5px solid #fff;
  }
  .cp_offcm03 a {
    padding: 25px;
    color:#fff!important;
  }
  /*===ハンバーガー===*/
  .cp_mobilebar {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
    height: 60px;
  }
  .cp_menuicon {
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    cursor: pointer;
  }
  .cp_menuicon > span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -0.3em;
    width: 100%;
    height: 0.2em;
    border-radius: 1px;
    background-color: #204EC7;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
  }
  .cp_menuicon > span:before,
  .cp_menuicon > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #204EC7;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
  }
  .cp_menuicon > span:before {
    -webkit-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }
  .cp_menuicon > span:after {
    -webkit-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
  #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cp_toggle03:checked + .cp_mobilebar span:before,
  #cp_toggle03:checked + .cp_mobilebar span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
}
/*===================================*/
/*===メインビジュアル===*/
#mainvisual{
  position: relative;
  height: 630px;
  background: center center no-repeat;
  background-image: url("../images/index_ttl01.jpg");
  background-size: cover;
  margin-top: 120px;
}
#mainvisual .main_text{
  position: absolute;
  color: #fff;
  left: 7%;
  bottom: 10%;
  font-feature-settings: "palt";

}
#mainvisual .main_text .main_title{
  font-size: 30px;
  line-height: 40px;
}
#mainvisual .main_text .main_subtitle{
  font-size: 12px;
  line-height: 27px;
}
#mainvisual .main_text .main_read{
  font-size: 14px;
  line-height: 27px;
}
@media screen and (max-width: 768px){
  #mainvisual{
    height: 450px;
    margin-top: 60px;
    background-image: url("../images/index_ttl01_sp.jpg");
  }
  #mainvisual .main_text{
    left: 5%;
    bottom: 8%;
  }
  #mainvisual .main_text .main_title{
    font-size: 20px;
    line-height: 30px;
  }
  #mainvisual .main_text .main_subtitle{
    font-size: 10px;
    line-height: 23px;
  }
  #mainvisual .main_text .main_read{
    font-size: 11px;
    line-height: 23px;
  }
}
/*===================================*/
/*===全体の幅===*/
.inner{
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px){
  .inner{
    width: 98%;
  }
}
@media (max-width: 768px){
  .inner{
    width: 95%;
  }
}
/*===================================*/
/*===パンくずリスト===*/
#pankuzu{
  margin: 30px 0 -30px;
}
#pankuzu li{
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}
#pankuzu .pan{
  border-bottom: solid 1px;
  margin-right: 10px;
}
#pankuzu .pan:hover{
  color: #C3D0F4;
}
#pankuzu .pan_last{
 color: #2B2C46;
 margin-right: 10px;
}
@media (max-width: 768px){
  #pankuzu{
    margin: 20px 0 -15px;
  }
  #pankuzu li{
    font-size: 11px;
    margin-right: 2px;
  }
  #pankuzu .pan{
    margin-right: 5px;
  }
  #pankuzu .pan_last{
   margin-right: 5px;
  }
  }
/*===================================*/
/*===コンテンツ===*/
#page_contents{
  font-feature-settings: "palt";
}
#page_contents .page1{
  position: relative;
  background-image: url("../images/index_bnr01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 40%;
  height: 510px;
}
#page_contents .page2{
  position: relative;
  background-image: url("../images/index_bnr02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 255px;
}
#page_contents .page3{
  position: relative;
  background-image: url("../images/index_bnr03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 255px;
}
#page_contents .page4{
  position: relative;
  background-image: url("../images/index_bnr04.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 255px;
}
#page_contents .page5{
  position: relative;
  background-image: url("../images/index_bnr05.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: 30%;
  height: 255px;
}
#page_contents .page1:hover, #page_contents .page2:hover, #page_contents .page3:hover, #page_contents .page4:hover, #page_contents .page5:hover{
  opacity: 0.8;
}
#page_contents .contents_ttl{
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 768px){
  #page_contents .page1{
    background-image: url("../images/index_bnr01_sp.jpg");
    width: 100%;
    height: 200px;
  }
  #page_contents .page2{
    background-image: url("../images/index_bnr02_sp.jpg");
    width: 50%;
    height: 150px;
  }
  #page_contents .page3{
    background-image: url("../images/index_bnr03_sp.jpg");
    width: 50%;
    height: 150px;
  }
  #page_contents .page4{
    background-image: url("../images/index_bnr04_sp.jpg");
    width: 50%;
    height: 150px;
  }
  #page_contents .page5{
    background-image: url("../images/index_bnr05_sp.jpg");
    width: 50%;
    height: 150px;
  }
  #page_contents .contents_ttl{
    font-size: 16px;
    right: 20px;
    bottom: 15px;
  }
}
/*===================================*/
/*===お知らせ===*/
#news{
  text-align: center;
}
#news .news_ttl{
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
/*下線*/
#news .ttl_br{
  width: 60px;
  height: 4px;
  background-color: #6389F0;
  margin: 20px auto 0;
}
#news .news_box{
  width: 600px;
  text-align: left;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 15px 0;
}
#news .news_list{
  line-height: 38px;
  padding:0 30px;
  border-left: 5px solid #C3D0F4;
}
#news .list_border{
  margin: 15px 0;
  border-bottom: 2px solid #cbcbcb;
}
#news span.news_date{
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
#news a.news_btn{
  font-feature-settings: "palt";
  display: block;
  width: 165px;
  height: 38px;
  line-height: 36px;
  margin: 25px auto 0;
  text-align: center;
  text-decoration: none;
  color: #6389F0;
  border: 2px solid #C3D0F4;
}
#news a.news_btn:hover{
  background: #C3D0F4;
  color: #204EC7;
}
@media screen and (max-width: 768px){
  #news .news_ttl{
    font-size: 20px;
    line-height: 20px;
  }
  /*下線*/
  #news .ttl_br{
    width: 35px;
    margin: 10px auto 0;
  }
  #news .news_box{
    width: auto;
    padding: 10px 0;
  }
  #news .news_list{
    line-height: 18px;
    padding:0 10px;
    border-left: 4px solid #C3D0F4;
  }
  #news .list_border{
    border-bottom: 1.5px solid #cbcbcb;
  }
  #news span.news_date{
    display: block;
    font-size: 11px;
    font-weight: bold;
  }
  #news a.news_btn{
    width: 135px;
    height: 30px;
    line-height: 28px;
    margin: 10px auto 0;
  }
}
/*===================================*/
/*===フッター===*/
#footer{
  background-color: #C3D0F4;
  color: #204EC7;
}
#footer .footer_img{
  background-image: url("../images/footer_img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media screen and (max-width: 768px){
  #footer .footer_img{
    background-image: url("../images/footer_img_sp.jpg");
    height: 200px;
  }
}
/*右側-お問い合わせ*/
#footer .right{
  float: right;
  margin-top: 50px;
}
#footer .footer_contact_ttl{
  font-size: 24px;
  line-height: 24px;
}
#footer .footer_contact_text{
  margin-top: 15px;
  line-height: 30px;
}
#footer span.footer_contact_tel a{
  font-size: 20px;
  font-weight: bold;
}
#footer a.footer_contact_btn{
  display: block;
  width: 330px;
  height: 47px;
  font-size: 20px;
  line-height: 45px;
  margin: 25px 0 50px;
  text-align: center;
  text-decoration: none;
  color: #204EC7;
  border: 2px solid #204EC7;
}
#footer a.footer_contact_btn:hover{
  background: #204EC7;
  color: #C3D0F4;
}
@media screen and (max-width: 880px){
  #footer .right{
    float: none;
    margin-top: 40px;
  }
  #footer .footer_contact_ttl{
    font-size: 18px;
    line-height: 18px;
  }
  #footer .footer_contact_text{
    margin-top: 13px;
    line-height: 22px;
  }
  #footer span.footer_contact_tel{
    font-size: 16px;
  }
  #footer a.footer_contact_btn{
    width: 220px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    margin: 20px 0 40px;

  }
}
/*左側-事務所情報*/
#footer .left{
  float: left;
  margin-top: 50px;
}
#footer .footer_logo{
  font-size: 26px;
  line-height: 26px;
  font-family: serif;
}
#footer .footer_text{
  line-height: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 880px){
  #footer .left{
    float: none;
    margin-top: 0;
    border-top: 1px solid #204EC7;
    padding-top: 40px;
    text-align: center;
  }
  #footer .footer_logo{
    font-size: 16px;
    line-height: 16px;
  }
  #footer .footer_text{
    font-size: 11px;
    line-height: 19px;
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
/*===コピーライト===*/
footer .copy{
  background-color: #204EC7;
  color: #fff;
  height: 30px;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 768px){
  footer .copy{
    height: 25px;
    font-size: 9px;
    line-height: 25px;
  }
}
/*===================================*/
/*===下層ページ===*/
/*===トップ===*/
#top_title{
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.lawyer_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl01.jpg");
  background-size: cover;
}
.office_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl02.jpg");
  background-size: cover;
}
.reason_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl03.jpg");
  background-size: cover;
}
.legalfee_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl04.jpg");
  background-size: cover;
}
.form_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl05.jpg");
  background-size: cover;
}
.news_ttlimg{
  background: center center no-repeat;
  background-image: url("../images/ttl06.jpg");
  background-size: cover;
}
#top_title .main_text{
  width: 100%;
  max-width: 1200px;
  color: #fff;
  margin: 0 auto;
}
#top_title .main_text .main_title{
  font-size: 30px;
}
#top_title .main_text .main_title_eng{
  font-size: 16px;
}
@media screen and (max-width: 880px){
  #top_title{
    margin-top: 60px;
    height: 130px;
  }
  .lawyer_ttlimg{
    background-image: url("../images/ttl01_sp.jpg");
  }
  .office_ttlimg{
    background-image: url("../images/ttl02_sp.jpg");
  }
  .reason_ttlimg{
    background-image: url("../images/ttl03_sp.jpg");
  }
  .legalfee_ttlimg{
    background-image: url("../images/ttl04_sp.jpg");
  }
  .form_ttlimg{
    background-image: url("../images/ttl05_sp.jpg");
  }
  .news_ttlimg{
    background-image: url("../images/ttl06_sp.jpg");
  }
  #top_title .main_text .main_title{
    font-size: 20px;
  }
  #top_title .main_text .main_title_eng{
    font-size: 10px;
  }
}
/*===================================*/
/*===帯付きタイトル===*/
.title_obi {
	position: relative;
  border-left: 9px solid #C3D0F4;
  padding: 5px 15px 8px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
}
.title_obi::before {
	position: absolute;
	content: '';
	left: -9px;
	bottom: 0;
	width: 9px;
	height: 50%;
	background-color: #6389F0;
}
.title_obi::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #204EC7;
}
@media screen and (max-width: 768px){
  .title_obi {
    border-left: 6px solid #C3D0F4;
    padding: 3px 10px 5px;
    line-height: 23px;
    font-size: 15px;
  }
  .title_obi::before {
    left: -6px;
    width: 6px;
  }
}
/*===================================*/
/*===本文===*/
.text{
  line-height: 30px;
}
.mt80_40{
  margin-top: 80px;
}
.mt40_30{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .text{
    line-height: 22px;
  }
  .mt80_40{
    margin-top: 40px;
  }
  .mt40_30{
    margin-top: 30px;
  }
}
/*===================================*/
/*===弁護士紹介===*/
.introduction_title{
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}
.introduction{
  margin-top: 20px;
  display: flex;
}
.introduction img{
  width: 400px;
  height: 300px;
}
.introduction .data{
  margin-left: 50px;
  margin-top: 10px;
}
.introduction .data .name{
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  float: left;
}
.introduction .data .romaji{
  float: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #cbcbcb;
  margin-top: 20px;
  margin-left: 20px;
}
.introduction .data .comment{
  display: inline-block;
  margin-top: 30px;
}
.lawyers_border{
  margin: 50px 0;
  border-bottom: 2px solid #cbcbcb;
}
@media screen and (max-width: 768px){
  .introduction_title{
    margin-top: 20px;
    font-size: 14px;
  }
  .introduction{
    display: block;
  }
  .introduction img{
    width: 100%;
    max-width: 450px;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 auto;
  }
  .introduction .data{
    margin: 20px 0 0;
  }
  .introduction .data .name{
    font-size: 20px;
    line-height: 20px;
  }
  .introduction .data .romaji{
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
    margin-left: 10px;
  }
  .introduction .data .comment{
    margin-top: 20px;
  }
  .lawyers_border{
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px){
    .introduction img{
    max-width: 400px;
    height: 200px;
  }
}
/*===================================*/
/*===事務所案内===*/
.office_info{
  display: flex;
}
.office_info .text{
  width: 50%;
}
.office_info .map_img{
  width: 50%;
}
.office_info .map_img iframe{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .office_info{
    display: block;
  }
  .office_info .text{
    width: auto;
  }
  .office_info .map_img{
    width: auto;
    height: 200px;
    margin-top: 20px;
  }
}
/*===================================*/
/*===選ばれる理由===*/
.reason_contents{
  display: flex;
}
.reason_contents .left{
  width: 48%;
  height: auto;
  margin: 0 auto 0 0;
}
.reason_contents .right{
  width: 48%;
  margin: 0 0 0 auto;
}
.reason_contents .reason_icon,
.reason_contents .reason_img{
  height: 100%;
  max-height: 344px;
}
@media screen and (max-width: 768px){
  .reason_contents{
    display: block;
  }
  .reason_contents .left{
    width: 100%;
    margin: 0;
  }
  .reason_contents .right{
    width: 100%;
    margin: 0;
  }
  .reason_contents .reason_icon{
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .reason_contents .reason_img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
  .reason_contents .text{
    margin-top: 30px;
  }
}
/*===================================*/
/*===弁護士費用===*/
.fee{
  display: flex;
}
.fee_border{
  margin: 15px 0;
  border-bottom: 2px solid #cbcbcb;
}
.fee .fee_category1,
.fee .fee_category2{
  background-color: #C3D0F4;
  color: #204EC7;
  width: 165px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-right: 55px;
  padding: 10px 0;
}
.fee .fee_1{
  line-height: 40px;
}
.fee .fee_2{
  line-height: 60px;
}
@media screen and (max-width: 768px){
  /*１行の場合*/
  .fee .fee_category1{
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
  }
  .fee .fee_1{
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
  }
  /*2行の場合*/
  .fee .fee_category2{
    width: 100px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 10px;
    padding: 9px 0;
  }
  .fee .fee_2{
    font-size: 12px;
    line-height: 50px;
  }
}
/*===================================*/
/*===お知らせ===*/
.news_things{
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 40px;
}
.news_things .date{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news_things .text{
  padding-right: 110px;
}
.news_things .read_more{
  text-align: right;
  color: #204EC7;
  margin-top: -30px;
}
.news_things .news_img{
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 768px){
  .news_things{
    padding-bottom: 30px;
  }
  .news_things .date{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .news_things .text{
    padding-right: 0;
  }
  .news_things .read_more{
    margin-top: 0;
  }
}
/*===================================*/
/*===お問い合わせ===*/
.form_tel{
  color: #204EC7;
  font-weight: bold;
  font-size: 24px;
}
form .form_border{
  margin: 40px 0;
  border-bottom: 1px solid #cbcbcb;
}
form .Form-Item{
  display: flex;
}
form .Form-Item .Form-Item-Label{
  width: 30%;
  font-weight: bold;
}
form .Form-Item .Form-Item-Label-Required{
  color: red;
  font-size: 12px;
  margin-left: 10px;
}
form .Form-Item input.Form-Item-Input{
  width: 35%;
  background-color: #f7f7f7;
  border: solid 1px #cbcbcb;
  padding: 0 10px;
}
form .Form-Item label.Form-Item-Input-Radio{
  margin-right: 40px;
}
form .Form-Item label.Form-Item-Input-Radio input.radio{
  margin-right: 10px;
}
form .Form-Item textarea.Form-Item-Textarea{
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  min-height: 150px;
  background-color: #f7f7f7;
  border: solid 1px #cbcbcb;
  padding: 5px 10px;
}
form .Form-Item .personal_info{
  width: 70%;
  height: 150px;
  overflow: auto;
  border: 1px solid #cbcbcb;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
}
form input.Form-Btn, form button.Form-Btn{
  -webkit-appearance: none;
  width: 250px;
  height: 50px;
  color: #fff;
  background-color: #204EC7;
  border: 0;
  font-size: 16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
form input.Form-Btn:hover{
  background-color: #6389F0;}
form .agree{
  text-align: center;
}
@media screen and (max-width: 768px){
  .form_tel{
    font-size: 20px;
  }
  form .form_border{
    margin: 30px 0;
  }
  form .Form-Item{
    display: block;
  }
  form .Form-Item .Form-Item-Label{
    width: auto;
  }
  form .Form-Item input.Form-Item-Input{
    width: 100%;
    height: 30px;
    margin-top: 10px;
  }
  form .Form-Item label.Form-Item-Input-Radio{
    margin-right: 20px;
  }
  form .Form-Item label.Form-Item-Input-Radio input.radio{
    margin-right: 5px;
  }
  form .Form-Item textarea.Form-Item-Textarea{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
  }
  form .Form-Item .personal_info{
    width: 100%;
    height: 100px;
    padding: 5px 10px;
  }
  form input.Form-Btn, form button.Form-Btn{
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
  }
}
/*===================================*/
/*===404===*/
#not404{
  margin-top: 120px;
  text-align: center;
  padding-top: 80px;
}
#not404 .title404{
  font-size: 40px;
}
#not404 .sb404{
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
#not404 .text{
  margin-top: 30px;
}
#not404 .text a{
  border-bottom: solid 1px #204EC7;
  margin-right: 5px;
}
  @media screen and (max-width: 768px){
    #not404{
      margin-top: 60px;
      padding-top: 40px;
    }
    #not404 .title404{
    font-size: 23px;
    }
    #not404 .sb404{
      font-size: 14px;
      margin-top: 5px;
    }
    #not404 .text{
      margin-top: 20px;
    }
}
/*===================================*/
