@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}

.body{
overflow-x: hidden;
}
.html{
overflow-x: hidden;
}

/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
#topcontrol {
  width: 70px;
  height: 70px;
  background: url("../../../img/common/page_top.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: 9999;
}

@media all and (max-width: 767px) {
#topcontrol {
  width: 40px;
  height: 40px;
bottom: 50px !important; 
    right: 10px !important;
}
}




/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
/*  width: 1140px;*/
    width:100%;
}
@media all and (max-width: 767px) {
  .content {
    margin: 0 10px;
    width: inherit;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin: 0 auto;
  max-width: 570px;
}
.comBtn a {
  padding: 23px 5px 22px;
  display: block;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 3px;
  text-align: center;
  background: #241ba6 url("../../../img/common/icon02.png") no-repeat right 5% center;
}
@media all and (max-width: 767px) {
  .comBtn {
    max-width: 280px;
  }
  .comBtn a {
    padding: 10px 5px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 46px;
  font-size: 2.7rem;
  text-align: center;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .headLine01 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
	rightBox
------------------------------------------------------------*/
#main-news .rightBox {
  width: 220px;
  float: right;
}
#main-news .rightBox .sTtl {
  padding: 12px 10px 8px;
  font-size: 2.7rem;
  text-align: center;
  background-color: #dedcdd;
}
#main-news .rightBox li a {
  padding: 16px 0;
  display: block;
  letter-spacing: 1px;
  border-bottom: 1px solid #e4e4e4;
}
@media all and (max-width: 767px) {
  #main-news .rightBox {
    margin-top: 30px;
    width: auto;
    float: none;
  }
  #main-news .rightBox .sTtl {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
  #main-news .rightBox li a {
    padding: 10px 0;
  }
}
/*------------------------------------------------------------
	leftBox
------------------------------------------------------------*/
#main-news .leftBox {
  float: left;
  width: 860px;
}
@media all and (max-width: 767px) {
  #main-news .leftBox {
    float: none;
    width: auto;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  width: 250px;
  text-align: center;
}
.comLink a {
  padding: 10px 5px;
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: #241ba6 url("../../../img/common/icon02.png") no-repeat right 15% center;
}
@media all and (max-width: 767px) {
  .comLink {
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
#main-news .comImgList li {
  width: 380px;
  float: left;
}
#main-news .comImgList li:nth-child(4) {
  width: 380px;
  float: left;
  margin-top: 60px;
}
#main-news .comImgList li a {
  display: block;
}
#main-news .comImgList li .txtBox {
  margin: -40px 40px 0;
  padding: 28px 30px 26px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
#main-news .comImgList li .ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #18116b;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  background: url("../../../img/common/icon01.png") no-repeat right top 20px;
}
#main-news .comImgList li .ttl2 {
  margin-bottom: 10px;
  font-size: 2.0rem;
  color: #18116b;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}
#main-news .comImgList li .ttl .en {
  margin-top: -1px;
  display: block;
  font-size: 2.7rem;
  color: #241ba6;
}
#main-news .comImgList li p {
  line-height: 1.75;
  text-align: justify;
}
@media all and (max-width: 767px) {
  #main-news .comImgList li {
    margin-bottom: 20px;
    width: auto;
    float: none;
  }
  #main-news .comImgList li:last-of-type, #main-news .comImgList li:nth-child(4) {
    margin-bottom: 0;
  }
  #main-news .comImgList li img {
    width: 100%;
  }
  #main-news .comImgList li .txtBox {
    margin: -20px 20px 0;
    padding: 10px;
  }
  #main-news .comImgList li .ttl {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.5;
    background: url("../../../img/common/icon01.png") no-repeat right top 10px;
  }
  #main-news .comImgList li .ttl .en {
    font-size: 1.6rem;
  }
  #main-news .comImgList li p {
    line-height: 1.5;
  }
}