@charset "UTF-8";


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

body {
  min-width: 1100px;
  max-height: 100%;
  color: #303030;
}
header,
footer {
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 2;
}
figure {
  overflow: hidden;
}

dl,ol,ul {
  font-size: 15px;
  line-height:1.6 ;
}
a {
  color: #303030;
  line-height: 1;
}

.fx {
  display: flex
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- WRAPPER & INNER control ->            */
/* =====>=====>=====>=====>=====>=====>===== */


.inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HEADDING control ->                   */
/* =====>=====>=====>=====>=====>=====>===== */

header {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  text-align: center;
}
h1 {
  position: absolute;
  top: 0;
  left: 90px;
  color:#122a88;
  font-size: 15px;
  line-height: 1.3;
}
h2 {
  color: #444;
  font-size: 40px;
  line-height: 1.6;
}
h2+span{
  display: block;
  color: #1879c0;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
h3 {
  line-height: 2;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TOP-HEADER control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#TH {padding:20px 0 30px;}
#TH .fx {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}
.menu-trigger {display: none;}
.mailmagazine p {
  text-align: center;
}

.hdrLogo {
  position: relative;
}

.ctcBox p,.mailmagazine p {
  margin-top: .5em;
  font-size: 13px;
  line-height: 2;
}
.ctcBox span{
  font-weight: bold;
}
.ctcBox span:nth-of-type(3){
  display: block;
  color: #b91428;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GLOBAL-NAV control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#GNav {
  padding-bottom: 30px;
}
#GNav ul {
  display: flex; 
  justify-content: space-around;
}

#GNav li {
  display: block;
  text-align: center;
}

#GNav a {
  width: 100%;
  font-weight: bold;
  color: #303030;
}
#GNav li i {font-size: 13px;}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MAIN-VISUAL control ->                */
/* =====>=====>=====>=====>=====>=====>===== */
#MV {
  width: 100%;
  height: 500px;
  position: relative;}
#MV figure{
  width: 100%;
  height: 500px;
  background: url(../img/top/mv.jpg) center center / cover no-repeat;
}
#MV p {
  width: 100%;
  height: 90px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color:#fff;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 0 5px #555;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SUB-VISUAL control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#SV {
  width: 100%;
  height: 300px;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SECTION control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

main,
article {
  overflow: hidden;
}

section {padding: 140px 0 }

section header.inner {
  margin: 0 auto 70px;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- BOX CONTROL ->                        */
/* =====>=====>=====>=====>=====>=====>===== */

.cntBox,
.imgBox {
  margin: 0 auto;
  overflow: hidden;
}
.cntBox {}

.cntLeft {
  float: left;
}
.cntRight {
  float: right;
}
.imgBox {}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FOOTER control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */

footer {padding-top: 45px; background: #1466a1;}

#ftrLogo img {margin: auto;}
footer .inner {position: relative; overflow: visible;}
#pagetop {
  position: absolute;
  top: -85px;
  right: 0;
}
footer .ctcBox,footer .mailmagazine {display: none;}
.ctcBox+p {display: none;}

/*===== #ftrNav =====*/
#ftrNav ul {
  padding: 45px 0 50px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ftrNav ul li:last-child {
  width: 100%;
  text-align: center;
}
#ftrNav ul li:last-child i {
  display: none;
}
#ftrNav ul li:last-child a {
  font-size: 12px;
  line-height: 4;
}
#ftrNav ul a {
  color:#fff;
  font-size: 14px;
}
#ftrNav i {
  color:#e1ce1e;
}
/*===== COPYRIGHT =====*/
small {
  width: 100%;
  display: block;
  padding: 15px 0 14px;
  color:#fff;
  font-size: 10px;
  text-align: center;
  background: #143c72;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SPECIAL DECO control ->               */
/* =====>=====>=====>=====>=====>=====>===== */

/*===== { btn } =====*/
.btn {
  width: 175px;
  display: block;
  margin: 65px auto 0;
  padding: 0.8em 0;
  color: #1879c0;
  font-weight: bold;
  text-align: center;
  background: #fff;
  transition: .8s;
}
.btn:hover {
  color: #eee;
  background: #fff;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ORDERD SKIN / index.html ->           */
/* =====>=====>=====>=====>=====>=====>===== */

/*===== #sec01 =====*/
#top #sec01 {  padding: 50px 0;}
#top #sec01 header { width: 420px; margin-bottom: 0; }
#top #sec01 h2{font-size: 25px;}
#top #sec01 .fx { align-items: center;}
#top #sec01 dl {  display:flex;}
#top #sec01 dl+dl {
  margin-top: 15px;
}
#top #sec01 dt {
  min-width: 110px;
  margin-right: 50px;
  font-weight: bold;
}
#top #sec01 dd a {
  color: #1879c0;
  font-weight: bold;
}

/*===== #sec02 =====*/
#top #sec02 {background: url(../img/common/bg01.jpg); background-size: 25px;}
#top #sec02 header h2 img{ margin: 0 auto 20px; }
#top #sec02 p+p{margin-top: 2em;}
#top #sec02 figure{margin-top: 65px;}
#top #sec02 ol {display: none;}

/*===== #sec03 =====*/
#top #sec03 {background: url(../img/common/bg02.jpg); background-size: cover}
#top #sec03 figure img {margin: 0 auto ;}
#top #sec03 .cntBox{ display: none;}

#top #sec03 .btn,#about #sec02 .btn {
  color:#fff;
  background: #1879c0;
}


/*===== #sec04 =====*/
#top #sec04 .fx {flex-wrap: wrap;}
#top #sec04 .cntBox header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #143c72;}

#top #sec04 .profSP {display: none;}




#top #sec04 .cntBox h3 {
  float: left;
  font-size: 30px;
}
#top #sec04 .cntBox header span {
  width: 300px;
  margin-top: 9px;
  float: left;
  font-weight: bold;
  font-size: 18px;
}



#top .cntBox {
  width: 850px;
  margin-bottom: 80px;
}
#top .cntBox dl {
  width: 160px;
  margin-top: 45px;
}
#top .cntBox dt {

  margin-bottom: 5px;
  font-size: 13px;
  border-bottom: 1px dashed;
}

#top .cntBox dd {
  font-size: 11px;
}

#top #sec04 .fx {justify-content: space-between;}

#top #sec04 .cntBox p {font-size: 15px;}
#top #sec04 .cntBox:first-of-type p {width: 550px;}

