@charset "utf-8";

:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
audio:not([controls]) {
	display: none;
}
details {
	display: block;
}
input[type="number"] {
	width: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
main {
	display: block;
}
summary {
	display: block;
}
pre {
	overflow: auto;
}
progress {
	display: inline-block;
}
small {
	font-size: 75%;
}
template {
	display: none;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*,
	::before,
	::after {
	box-sizing: inherit;
}
* {
	font-size: inherit;
	line-height: inherit;
}
::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}
*,
::before,
::after {
	border-style: solid;
	border-width: 0;
}
* {
	margin: 0;
	padding: 0;
}
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
}
html {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:link, a:visited {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
button, input, select, textarea {
	background-color: transparent;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button, input, select, textarea {
	min-height: 1.5em;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
}
nav ol, nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: vertical;
}
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.6;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 16px;
	color: #6F6E6E;
}
@media screen and (max-width: 767px) {
	body {
		padding-bottom: 70px;
		line-height: 1.4em;
		font-size: 14px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}
.fg {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
}
.fm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}
.inner {
	margin: 0 auto;
	max-width: 920px;
}
@media screen and (max-width: 980px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
}
#wrapper {
	position: relative;
	overflow: hidden;
}

#head {
	padding: 20px 0 25px;
	background-color: #fff;
    z-index: 100;
    transition: ease-in-out .3s;
}

#gnavi {
	max-width: 920px;
	width: 100%;
}
#gnavi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-end;
}
#gnavi a {
	position: relative;
	display: block;
    letter-spacing: 1px;
	font-size: 15px;
    text-decoration: none;
}
#gnavi ul li.link a {
	padding-left: 13px;
}
#gnavi ul li.link a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 6px;
	height: 6px;
	background: transparent url(../images/common/icon_check.svg) no-repeat 0 0;
}
#gnavi ul li.link.current a {
	font-weight: bold;
}
#gnavi ul li.link.current a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 12px;
	height: 10px;
	background: transparent url(../images/common/icon_checked.svg) no-repeat 0 0;
}
#head {
	transition: ease-in-out .3s;
}
#head #sp-nav {
    display: none;
}
#head #menu-img {
    display: none;
}
#head #menu-btn {
    display: none;
}
@media screen and (max-width:1300px) {
	#gnavi a {
		font-size: 14px;
	}
}
@media screen and (max-width:1100px) {
	#gnavi a {
		font-size: 12px;
	}
}
@media screen and (max-width:980px) {
    #head #sp-nav {
        display: block;
        position: fixed;
        top: 55px;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 60%;
        margin-right: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
    }
    #head #sp-nav.active {
        margin-right: 0px;
    }
    #head #sp-nav nav {
        background-color: rgba(23, 96, 235, .89);
    }
    #head #menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
		width: 37px;
		text-align: center;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn .sub-txt {
        font-size: 75%;
        text-align: center;
        line-height: 1;
        color: #40857a;
    }
    #head #menu-btn .sub-txt img {
		width: 29px;
		vertical-align: top;
	}
    #head #sp-nav ul {
        padding: 30px 0;
    }
    #head #sp-nav li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    #head #sp-nav li:first-child {
        border-top: 1px solid #fff;
    }
    #head #sp-nav li .op-box a {
        color: #EB5fff514;
        text-decoration: none;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        border-top: 1px #EB5514 solid;
        font-size: 95%;
    }
    #head #sp-nav li .op-box a span {
        color: #EB5514;
        font-size: 70%;
        font-weight: normal;
        margin-left: 9px;
    }
    #head #sp-nav .btn,
	#head #sp-nav ul > li > a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
		font-size: 16px;
        cursor: pointer;
        padding: 18px 25px;
        position: relative;
        display: block;
        text-align: left;
        letter-spacing: 1px;
	}
	#head #sp-nav > nav > ul > li:nth-child(1) > a {
		border-top: none;
	}
	#head #sp-nav ul > li > a:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        width: 23px;
        height: 23px;
        vertical-align: middle;
        background: transparent url(../images/common/sp/icon_cursor.svg) no-repeat 0 0;
        background-size: 23px 23px;
    }
    #head #sp-nav .btn.no-arrow:after {
        display: none;
    }
    #head #sp-nav .btn:after,
	#head #sp-nav ul > li > a:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
    }
    #head #sp-nav .btn span,
	#head #sp-nav ul > li > a span {
        color: #fff;
        margin-left: 10px;
    }
    #head #sp-nav .op-box {
        display: none;
        background-color: #FDEEE7;
    }
    #head #sp-nav .stitle {
		padding: 7px 0;
		text-align: center;
		background-color: #323232;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	#head .btn_close {
		padding: 10px 20px;
		text-align: right;
		border-bottom: 2px solid #323232;
	}
	#head .btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #EB5514;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
	}

	#head {
		padding: 10px 0;
		text-align: center;
	}
	#head .logo img {
		width: 183px;
		height: auto;
	}
	
	#gnavi {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#head .htop {
		padding: 5px;
		font-size: 12px;
	}
    #head #sp-nav {
        top: 95px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #head #menu-btn {
        position: fixed;
        top: 23px;
		right: 16px;
		padding: 8px 0 5px;
		width: 47px;
		background-color: #027BF5;
		border-radius: 5px;
		z-index: 9999;
    }
    #head.fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
        width: 27px;
		height: 20px;
    }
    .menu-trigger span {
        height: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

footer#footer {
    padding-top: 20px;
    text-align: center;
    border-top: 2px solid #1785EB;
    color: #6E6E6E;
}
footer#footer .fname {
    margin-top: 20px;
    font-size: 15px;
}
footer#footer .faddress {
    font-size: 13px;
}
footer#footer .ftel {
    font-size: 16px;
}
footer#footer .ftel span {
    vertical-align: middle;
    font-size: 24px;
}
footer#footer #fnavi {
    margin-top: 30px;
}
footer#footer #fnavi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
footer#footer #fnavi ul li {
    margin: 0 30px;
}
footer#footer #fnavi ul li a {
    font-size: 15px;
}
footer#footer .copyright {
    margin-top: 20px;
    padding: 5px 0;
    text-align: center;
    background-color: #1785EB;
    font-size: 13px;
    color: #fff;
}
.pagetop img {
    width: 39px;
}
@media screen and (max-width:768px) {
    footer#footer {
        padding-top: 40px;
        border-top: none;
    }
    footer#footer .flogo {
        margin-top: 20px;
    }
    footer#footer .fname {
        margin-top: 20px;
        font-size: 14px;
    }
    footer#footer .faddress {
        font-size: 12px;
    }
    footer#footer .ftel {
        margin-top: 15px;
        font-size: 14px;
    }
    footer#footer .ftel span {
        font-size: 20px;
    }
    footer#footer .copyright {
        margin-top: 20px;
        padding: 5px 0;
        font-size: 10px;
    }
    .fixed_menu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px;
        background-color: #027BF5;
        border: 1px solid #0227F5;
    }
    .fixed_menu ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 53px;
        background: transparent url(../images/common/sp/fixed_menu_bg.svg) no-repeat center center;
        background-size: auto 100%;
    }
    .fixed_menu ul li {
        -webkit-flex: 0 0 49%;
        flex: 0 0 49%;
        padding-top: 7px;
        text-align: center;
    }
    .fixed_menu ul li:nth-child(1) img {
        width: 143px;
    }
    .fixed_menu ul li:nth-child(2) img {
        width: 133px;
    }
}

article {
}
@media screen and (max-width:768px) {
	article {
	}
}

#bread {
	margin: 0 auto 0;
    padding: 5px 0;
    border-top: 1px solid #C8C8C9;
    border-bottom: 1px solid #C8C8C9;
}
#bread li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
    white-space: nowrap;
}
#bread li:first-child {
	padding-left: 0;
}
#bread li::before {
	content: "/";
	position: absolute;
	left: 4px;
	top: 0;
	font-size: 12px;
}
#bread li:first-child::before {
	content: "";
	padding-left: 0;
}
#bread li a,
#bread li span {
    font-size: 12px;
    color: #707070;
}
#bread li i {
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	#bread {
		margin-top: 10px;
		padding: 3px 0;
		width: 100%;
	}
	#bread.mt {
		margin-top: 10px;
	}
	#bread li {
		font-size: 10px;
	}
	#bread li a,
	#bread li span {
		font-size: 10px;
	}
}

#topban {
	text-align: center;
}
#TOP #topban img {
    margin: 0 auto;
}
.OTHER #topban {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 190px;
}
@media screen and (max-width: 767px) {
    .bx-wrapper {
        margin-bottom: 0 !important;
    }
    .OTHER #topban {
        height: 80px;
    }
}

#TOP .sec {
    padding: 45px 0 70px;
    text-align: center;
}
#TOP #sec3 {
    padding: 90px 0;
}
#TOP #sec2 {
    background-color: #F7F5F5;
}
#TOP .sec .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
}
#TOP .sec .text {
    margin-top: 35px;
    line-height: 2;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    #TOP .sec {
        padding: 30px 0;
    }
    #TOP #sec3 {
        padding: 30px 0;
    }
    #TOP .sec .midashi img {
        margin: 0 auto;
    }
    #TOP #sec1 .midashi img {
        width: 216px;
    }
    #TOP #sec2 .midashi img {
        width: 300px;
    }
    #TOP #sec3 .midashi img {
        width: 330px;
    }
    #TOP .sec .rows {
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    #TOP .sec .rows .img {
        -webkit-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-top: 15px;
    }
    #TOP .sec .text {
        margin-top: 20px;
        line-height: 1.8;
        font-size: 14px;
    }
}

#TOP #movie {
    padding: 60px 0 70px;
    text-align: center;
    background-color: #F7F5F5;
}
#TOP #movie .midashi {
    font-weight: bold;
    font-size: 30px;
    color: #747474;
}
#TOP #movie .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}
#TOP #movie .rows .list {
    margin-top: 20px;
}
#TOP #movie .rows .list .title {
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width:768px) {
    #TOP #movie {
        padding: 30px 0;
    }
    #TOP #movie .midashi {
        font-size: 20px;
    }
    #TOP #movie .rows {
        flex-wrap: wrap;
    }
    #TOP #movie .rows .list {
        margin: 15px auto 0;
    }
    #TOP #movie .rows .list .title {
        margin-top: 8px;
        font-size: 14px;
    }
}

#FAQ #sec1 {
    padding: 60px 0;
    background-color: #F7F5F5;
}
#FAQ #sec1 .midashi {
    text-align: center;
}
#FAQ #sec1 .rows .list {
    margin-top: 80px;
    color: #5E6A73;
}
#FAQ #sec1 .rows .list .q {
    line-height: 1.2;
    font-family: "メイリオ",Meiryo;
    font-weight: bold;
    font-size: 40px;
}
#FAQ #sec1 .rows .list .a {
    margin-top: 10px;
    padding-left: 110px;
    line-height: 1.8;
    font-size: 16px;
}
@media screen and (max-width:768px) {
    #FAQ #topban img {
        width: 150px;
    }
    #FAQ #sec1 {
        padding: 30px 0;
    }
    #FAQ #sec1 .rows .list {
        margin-top: 40px;
    }
    #FAQ #sec1 .rows .list .q {
        font-size: 19px;
    }
    #FAQ #sec1 .rows .list .a {
        margin-top: 10px;
        padding-left: 0;
        line-height: 1.6;
        font-size: 14px;
    }
}
#FAQ #sec2 {
    padding: 60px 0 70px;
    text-align: center;
}
#FAQ #sec2 img {
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    #FAQ #sec2 {
        padding: 30px 0;
    }
    #FAQ #sec2 .midashi img {
        width: 100%;
    }
}

#STEP #sec1 .rows .list:nth-child(odd) {
    background-color: #F7F5F5;
}
#STEP #sec1 .rows .list:nth-child(even) {
    padding: 20px 0;
}
#STEP #sec1 .rows .list .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#STEP #sec1 .rows .list .cl {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
}
#STEP #sec1 .rows .list .cl img {
    margin-left: auto;
}
#STEP #sec1 .rows .list .cr {
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    padding: 10px 20px 20px 20px;
}
#STEP #sec1 .rows .list .cr li {
    position: relative;
    margin-top: 10px;
    padding-left: 28px;
    font-weight: bold;
    font-size: 22px;
    color: #707070;
}
#STEP #sec1 .rows .list .cr li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}
#STEP #sec1 .rows .list .cr li.mt {
    margin-top: 50px;
}
#STEP #sec1 .rows .list .cr li p {
    font-weight: normal;
    font-size: 14px;
}
@media screen and (max-width:768px) {
    #STEP #topban img {
        width: 190px;
    }
    #STEP #sec1 .rows .list:nth-child(even) {
        padding: 20px 0;
    }
    #STEP #sec1 .rows .list .cl {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
    }
    #STEP #sec1 .rows .list .cr {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        padding: 10px 0 15px 10px;
    }
    #STEP #sec1 .rows .list .cr li {
        margin-top: 10px;
        padding-left: 20px;
        line-height: 1.4;
        font-size: 16px;
    }
    #STEP #sec1 .rows .list .cr li:before {
        top: 3px;
        font-size: 14px;
    }
    #STEP #sec1 .rows .list .cr li.mt {
        margin-top: 20px;
    }
    #STEP #sec1 .rows .list .cr li p {
        margin-top: 5px;
        line-height: 1.4;
        font-size: 10px;
    }
}

@media screen and (max-width:768px) {
    #COMPANY #topban img {
        width: 100px;
    }
}
#COMPANY #sec1 {
    padding: 30px 0 85px;
    background-color: #F7F5F5;
}
#COMPANY #sec1 .rows {
    margin: 0 auto;
    width: 540px;
}
#COMPANY #sec1 dl {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0;
    line-height: 2;
}
#COMPANY #sec1 dl dt {
    -webkit-flex: 0 0 110px;
    flex: 0 0 110px;
    position: relative;
}
#COMPANY #sec1 dl dt:after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
}
#COMPANY #sec1 dl dd {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 20px;
}
#COMPANY #sec1 dl dd p {
    padding-left: 25px;
    text-indent: -28px;
}
@media screen and (max-width:768px) {
    #COMPANY #sec1 {
        padding: 20px 0;
    }
    #COMPANY #sec1 .rows {
        width: 100%;
    }
    #COMPANY #sec1 dl {
        display: -webkit-flex;
        display: flex;
        margin: 10px 0;
        line-height: 2;
    }
    #COMPANY #sec1 dl dt {
        -webkit-flex: 0 0 24%;
        flex: 0 0 24%;
    }
    #COMPANY #sec1 dl dt:after {
        content: "：";
        position: absolute;
        right: 0;
        top: 0;
    }
    #COMPANY #sec1 dl dd {
        -webkit-flex: 1;
        flex: 1;
        padding-left: 15px;
    }
}
#COMPANY #sec2 {
    padding: 88px 0 77px;
}
#COMPANY #sec2 .midashi {
    text-align: center;
}
#COMPANY #sec2 .rows {
    position: relative;
    margin-top: 65px;
}
#COMPANY #sec2 .rows .map {
    position: absolute;
    right: 0;
    bottom: 215px;
}
#COMPANY #sec2 .rows .info dl {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0;
    line-height: 2;
    color: #707070;
}
#COMPANY #sec2 .rows .info dl dt {
    -webkit-flex: 0 0 95px;
    flex: 0 0 95px;
}
#COMPANY #sec2 .rows .info dl dd {
    -webkit-flex: 1;
    flex: 1;
}
#COMPANY #sec2 .rows .info dl dd a img {
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    #COMPANY #sec2 {
        padding: 30px 0 40px;
    }
    #COMPANY #sec2 .midashi img {
        width: 204px;
    }
    #COMPANY #sec2 .rows {
        margin-top: 20px;
    }
    #COMPANY #sec2 .rows .map {
        position: static;
    }
    #COMPANY #sec2 .rows .info {
        margin-top: 30px;
    }
    #COMPANY #sec2 .rows .info dl {
        display: -webkit-flex;
        display: flex;
        margin: 10px 0;
        line-height: 2;
        font-size: 14px;
    }
    #COMPANY #sec2 .rows .info dl dt {
        -webkit-flex: 0 0 70px;
        flex: 0 0 70px;
    }
    #COMPANY #sec2 .rows .info dl dd a img {
        width: 16px;
    }
}

@media screen and (max-width:768px) {
    #PUBLICATION #topban img {
        width: 75px;
    }
}
#PUBLICATION #sec1 {
    padding: 50px 0;
    background-color: #F7F5F5;
}
#PUBLICATION #sec1 .rows .list {
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-top: 50px;
}
#PUBLICATION #sec1 .rows .list:first-child {
    margin-top: 0;
}
#PUBLICATION #sec1 .rows .list .img {
    -webkit-flex: 0 0 216px;
    flex: 0 0 216px;
}
#PUBLICATION #sec1 .rows .list .img .btn {
    position: absolute;
    left: 236px;
    bottom: 0;
}
#PUBLICATION #sec1 .rows .list .info {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 16px;
}
#PUBLICATION #sec1 .rows .list .info .text {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #707070;
}
#PUBLICATION #sec1 .rows .list .info .text p.indent {
    text-indent: -10px;
}
#PUBLICATION #sec1 .rows .list .info .text p:nth-child(2) {
    margin-top: 10px;
}
#PUBLICATION #sec1 .rows .list .info .text strong {
    font-weight: bold;
    font-size: 20px;
}
#PUBLICATION #sec1 .rows .list .info .text strong span {
    font-size: 15px;
}
@media screen and (max-width:768px) {
    #PUBLICATION #sec1 {
        padding: 30px 0;
    }
    #PUBLICATION #sec1 .rows .list {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    #PUBLICATION #sec1 .rows .list .img {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        text-align: center;
    }
    #PUBLICATION #sec1 .rows .list .img > img {
        width: 193px;
    }
    #PUBLICATION #sec1 .rows .list .img .btn {
        position: static;
        margin-top: 10px;
        text-align: center;
    }
    #PUBLICATION #sec1 .rows .list .info {
        padding-left: 0;
        line-height: 1.6;
        font-size: 14px;
    }
    #PUBLICATION #sec1 .rows .list .info .text {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        color: #707070;
    }
    #PUBLICATION #sec1 .rows .list .info .text p.indent {
        text-indent: -10px;
    }
    #PUBLICATION #sec1 .rows .list .info .text p:nth-child(2) {
        margin-top: 10px;
    }
    #PUBLICATION #sec1 .rows .list .info .text strong {
        font-weight: bold;
        font-size: 16px;
    }
    #PUBLICATION #sec1 .rows .list .info .text strong span {
        display: block;
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    #CONTACT #topban img {
        width: 100px;
    }
}
#CONTACT #sec1 {
    padding: 50px 0;
    background-color: #F7F5F5;
}
#CONTACT #sec1 span.red {
    color: #FC0505;
}
#CONTACT #sec1 .lead {
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}
#CONTACT #sec1 table {
    margin: 90px auto 0;
    width: 760px;
    font-size: 16px;
}
#CONTACT #sec1 table th {
    padding: 20px 0 15px;
    width: 165px;
    text-align: left;
    vertical-align: top;
    color: #707070;
}
#CONTACT #sec1 table th span {
    display: inline-block;
    margin-left: 10px;
}
#CONTACT #sec1 table td {
    padding: 15px 0;
    color: #999;
}
#CONTACT #sec1 table td input[type="text"],
#CONTACT #sec1 table td input[type="email"] {
    padding: 5px;
    width: 517px;
    background-color: #fff;
    border: 1px solid #999;
}
#CONTACT #sec1 table td input[type="checkbox"] {
    vertical-align: middle;
}
#CONTACT #sec1 table td input.post {
    width: 230px;
}
#CONTACT #sec1 table td textarea {
    padding: 5px;
    width: 100%;
    height: 230px;
    background-color: #fff;
    border: 1px solid #999;
}
#CONTACT #sec1 table td .box {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 16px;
}
#CONTACT #sec1 table td .box .in {
    overflow-y: scroll;
    height: 210px;
}
#CONTACT #sec1 .text {
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
}
#CONTACT #sec1 .agree {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}
#CONTACT #sec1 .agree input {
    margin-right: 7px;
    vertical-align: middle;
}
#CONTACT #sec1 .btn_blk {
    margin-top: 40px;
    text-align: center;
}
#CONTACT #sec1 .btn_blk input {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 25px;
    text-align: center;
    background-color: #707070;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
#CONTACT #sec1 .btn_blk input[name="back"] {
    background-color: #999;
}
#CONTACT .error {
    display: block;
    margin-top: 5px;
    color: #FC0505;
}
#CONTACT .end_message {
    padding: 100px 0;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    #CONTACT #sec1 {
        padding: 30px 0;
    }
    #CONTACT #sec1 .lead {
        line-height: 1.8;
        font-size: 14px;
    }
    #CONTACT #sec1 table {
        display: block;
        margin: 20px auto 0;
        width: 100%;
        font-size: 14px;
    }
    #CONTACT #sec1 table tbody,
    #CONTACT #sec1 table tr {
        display: block;
        width: 100%;
    }
    #CONTACT #sec1 table th {
        display: block;
        padding: 20px 0 0;
        width: 100%;
        text-align: left;
    }
    #CONTACT #sec1 table th span {
        display: inline-block;
        margin-left: 10px;
    }
    #CONTACT #sec1 table td {
        display: block;
        padding: 7px 0 0;
        width: 100%;
    }
    #CONTACT #sec1 table td input[type="text"],
    #CONTACT #sec1 table td input[type="email"] {
        padding: 7px 5px;
        width: 100%;
    }
    #CONTACT #sec1 table td input.post {
        width: 100%;
    }
    #CONTACT #sec1 table td textarea {
        padding: 5px;
        width: 100%;
        height: 180px;
    }
    #CONTACT #sec1 table td .box {
        padding: 15px;
        font-size: 14px;
    }
    #CONTACT #sec1 table td .box .in {
        overflow-y: scroll;
        height: 160px;
    }
    #CONTACT #sec1 .text {
        margin-top: 30px;
        text-align: center;
        font-size: 14px;
    }
    #CONTACT #sec1 .agree {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
    }
    #CONTACT #sec1 .agree input {
        margin-right: 7px;
        vertical-align: middle;
    }
    #CONTACT #sec1 .btn_blk {
        margin-top: 30px;
        text-align: center;
    }
    #CONTACT #sec1 .btn_blk input {
        margin: 0 5px;
        padding: 8px 30px;
        font-size: 16px;
    }
    #CONTACT .end_message {
        padding: 50px 0;
        text-align: center;
    }
}