@charset "utf-8";


/** font
===================================*/
body {
	font-family: font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/** base
===================================*/
* {
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

p {
	margin: 0 0 0em;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
    max-width: 100%;
    vertical-align: middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

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

.fll {
	float: left;
}

.flr {
	float: right;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

a {
}

a:hover {
}

a:focus {
}

.nop p {
	margin-bottom: 0;
}

hr.onepx {
	border: 0;
	height: 0;
	border-top: 1px solid #ccc;
}

.noapear {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/** 表示制御
===================================*/
.visible-pc {
	display: block;
}

.hidden-pc {
	display: none;
}

.visible-tb {
	display: none;
}

.hidden-tb {
	display: block;
}

.visible-sp {
	display: none;
}

.hidden-sp {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}


/** pを中央配置
===================================*/
.ycenter p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/** オンマウス
===================================*/
a:hover img {
	filter: alpha(opacity=75); /*IE用*/
	-moz-opacity:0.75; /*Firefox用*/
	opacity:0.75; /*Chrome・Safari・Opera用*/
}


/** ul li 横並び
===================================*/
ul.sbs1 {
	font-size: 0;
	list-style: none;
}

ul.sbs1 > li {
	font-size: 12px;
	display: inline-block;
}

ul.sbs1 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}

ul.sbs2 {
}

ul.sbs2:before,
ul.sbs2:after {
    content: " ";
    display: table;
}

ul.sbs2:after {
    clear: both;
}

ul.sbs2 {
    *zoom: 1;
}

ul.sbs2 > li {
	float: left;
}

ul.sbs2 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}


/** Table
===================================*/
.dTable {
}

.dTable th {
}

.dTable td {
}


/** テーブルセルを縦並びに .smptable
===================================*/
table.smptable,
table.smptable caption,
table.smptable thead,
table.smptable tbody,
table.smptable tr,
table.smptable tr th,
table.smptable tr td {
	display:block;
}
table.smptable tr th,
table.smptable tr td {
	margin:-1px; /* borderが二重になるのを防ぐ */
}


/** 白縁取りとbox-shadow
===================================*/
.wb {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px #ddd;
}


/** box-shadow
===================================*/
.shadow {
    box-shadow: 1px 1px 3px #888;
}


/** page-top
===================================*/
#page-top {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 36px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
    border: 0px solid #fff;
    font-size: 18px;
    line-height: 1;
}


/** colmun
===================================*/
.rowflex {
	display: flex;
    flex-wrap: wrap;
}

.row1 > * {
	width: 100%:
}

.row2 > * {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.row2 > *:nth-child(2n) {
	margin-right: 0;
}

.row3 > * {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.row3 > *:nth-child(3n) {
	margin-right: 0;
}

.row4 > * {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.row4 > *:nth-child(4n) {
	margin-right: 0;
}

.row5 > * {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.row5 > *:nth-child(5n) {
	margin-right: 0;
}

.row6 > * {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.row6 > *:nth-child(6n) {
	margin-right: 0;
}

.row7 > * {
	float: left;
	width: 12.57%;
	margin-right: 2%;
}

.row7 > *:nth-child(7n) {
	margin-right: 0;
}

.row8 > * {
	float: left;
	width: 10.75%;
	margin-right: 2%;
}

.row8 > *:nth-child(8n) {
	margin-right: 0;
}


/** base
===================================*/
#wrap-all {
	width: 100%;
    padding: 0;
    overflow: hidden;
}

.container {
	width: 1020px;
	margin: auto;
	padding: 0 10px;
}

.container.v2 {
	width: 1180px;
	padding: 0 10px;
	max-width: 100%;
}


/** header
===================================*/
#header {
	background-image: url(../img/hero-back.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: none;
	margin-bottom: 30px;
}

.headline-wrap {
}

.headline {
}

.header-inner {
}

.logo {
}

.logo img {
}

.right-information {
}

.container.hero-container {
	width: 1132px;
	max-width: 100%;
}

.hero-title {
	line-height: 1;
    padding: 14px 0 20px;
}


/** navi
===================================*/
#gnav {
}

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

.gnavi li {
	width: 14.28%;
}

.gnavi li a {
}

.gLink-list {
}

.gLink-list li {
	float: left;
	text-align: center;
	width: 25%;
	padding: 0 10px;
}

.gLink-list li img {
	max-width: 100%;
	width: 270px;
}



/** eyecatch
===================================*/
.eyeCatch {
}


/** contents
===================================*/
#contents-wrap {
}

#main-contents {
}

#main-wrap {
}

#home-article {
}

.sec {
    margin-bottom: 65px;
}

.dTitle {
    padding: 17px 0;
    background-image: url(../img/line1.png);
    background-size: 100%;
	margin-bottom: 30px;
}

.dTitle h2 {
	text-align: center;
}

.dTextBox {
    position: relative;
}

.dTextBox h3 {
	margin: 0;
}

.dTextBox p {
    position: absolute;
    width: 79%;
    top: 24%;
	font-feature-settings: "palt" 1;
}

.dImgBox {
	position: relative;
}

.ftext {
	position: absolute;
	line-height: 1.5;
	top: -1.5em;
}

.dImg {
	margin-bottom: 40px;
}

.dLink {
}

.dImg {
}

.dBtn {
}

.section1 {
}

.section1 .dTitle {
	margin-bottom: 5px;
}

.section1 .dTextBox h3 {
    margin-right: -1.2%;
}

.section1 .dTextBox p {
    top: 33%;
}

.section2 .dTitle {
    background-image: url(../img/line2.png);
}

.section2 .dTextBox h3 {
    margin-right: -3.05%;
}

.section3 .dTitle {
    background-image: url(../img/line3.png);
}

.section4 .dTitle {
    background-image: url(../img/line4.png);
}

.section2 {
}

.section3 {
}

.section4 {
}

.section1 .dImgBox {
    top: -40px;
	margin-bottom: -40px;
}

.section2 .dImgBox {
	top: -20px;
	margin-bottom: -20px;
}

.section3 .dImgBox {
	top: -13px;
	margin-bottom: -13px;
}

.section4 .dImgBox {
	top: -20px;
	margin-bottom: -20px;
}


.no1 {
	border-bottom: 1px solid #555;
}

.no1-inner {
	text-align: center;
	padding: 0px 0 0px;
}

.no1 img {
	margin: auto;
}


/** side
===================================*/
#side {
}



/** footer
===================================*/
#footer {
    padding: 15px 0 20px;
}

#footer .container {
}

.footer-inner {
}

.footer-info {
    width: 20%;
}

.footerLogo {
    width: 80%;
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}





/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1020px) {

}/* @media */





/** Tablet
===================================*/
@media screen and (max-width: 1019px) {
/* base */
.visible-pc {
	display: none;
}

.hidden-pc {
	display: block;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.visible-sp {
}

.hidden-sp {
}

.container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

/* header */


/* navi */




/* contents */
.dTextBox p {
	font-size: 14px;
}

.ftext {
    font-size: 14px;;
}

.section1 .dImgBox {
    top: 0px;
	margin-bottom: 0px;
}

.section2 .dImgBox {
	top: 0px;
	margin-bottom: 0px;
}

.section3 .dImgBox {
	top: 0px;
	margin-bottom: 0px;
}

.section4 .dImgBox {
	top: 0px;
	margin-bottom: 0px;
}


/* footer */
.footer-info {
    font-size: 13px;
}


}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/* base */
.visible-pc {
}

.hidden-pc {
}

.visible-tb {
}

.hidden-tb {
}

.visible-sp {
	display: block;
}

.hidden-sp {
	display: none;
}

.nbr br {
	display: none;
}


/* colmun */
.rowsp1 > * {
	float: none;
	width: 100%;
	margin-right: 0% !important;
}

.rowsp2 > * {
	float: left;
	width: 49%;
	margin-right: 2% !important;
}

.rowsp2 > *:nth-child(2n) {
	margin-right: 0 !important;
}

.rowsp3 > * {
	float: left;
	width: 32%;
	margin-right: 2% !important;
}

.rowsp3 > *:nth-child(3n) {
	margin-right: 0 !important;
}


/* header */
#header {
	background-image: none;
	margin-bottom: 25px;
}

.sp-header-inner {
    margin-bottom: 14px;
}

/* navi */
.sp-gLink-list {
}

.sp-gLink-list li {
	margin-bottom: 5px;
}


/* contents */
.sec {
    margin-bottom: 40px;
}

.sp-dTitle {
}

.sp-dTitle h2 {
	margin-bottom: 14px;
}

.dTextBox h3.sp-cap {
	margin-right: 0 !important;
    background-color: #4196be;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    line-height: 1.4;
	font-feature-settings: "palt" 1;
}

.dTextBox p {
    position: relative;
    top: 0 !important;
    margin-bottom: 1em;
    width: 100%;
    font-size: 15px;
}

.ftext {
    font-size: 15px;
    position: relative;
    top: 0;
	font-feature-settings: "palt" 1;
}

.dImgBox {
}

.dImg {
	margin-bottom: 30px;
}

.no1 {
    background: none;
}

.no1-inner {
    padding: 10px 0 0px;
	text-align: center;
}

.no1-inner p {
    text-align: center;
    font-size: 13px;
    padding: 5px 0 0;
}

/* side */


/* footer */
#footer {
    padding: 10px 0 10px;
}

#footer .container {
    width: 100%;
    padding: 0 20px;
}


}/* @media */


