 @charset "UTF-8";
.clearBoth {
	clear: both;
}
.scroll .viewport {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.Logo_sp {
	display: none;
}
.Logo_pc {
	display: block;
}
.glovalMenuArea {
	position: fixed;
	display: none;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 9993;
	background: #c5f1ff;
	text-align: center;
}
.glovalMenuArea header {
	width: 92.8%;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}
.glovalMenuArea .overFlowInner {
	overflow: auto;
	height: 503px;
	height: 98%;
	height: -webkit-calc(100% - 65px);
	height: calc(100% - 65px);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.glovalMenuArea h1 {
	width: 32%;
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
}
.glovalMenuArea h1 img {
	width: 100%;
	height: auto;
}
.glovalMenuArea .navListUl {
	border-bottom: 1px dotted #ffffff;
}
.glovalMenuArea .navListUl li {
	font-size: 15px;
	background-color: #fff;
}
.glovalMenuArea .navListUl li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dotted #96e6ff;
    color: #00b5f3;
    text-decoration: none;
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.glovalMenuArea .headBtnList ul {
	padding-top: 30px;
}
.glovalMenuArea .headBtnList ul .floatRight {
	margin-right: 9.3%;
}
.glovalMenuArea .headBtnList ul .floatLeft {
	margin-left: 9.3%;
}
.glovalMenuArea .headBtnList ul .btnStyle2Out {
	width: 36.6%;
	margin-bottom: 20px;
}
.glovalMenuArea .headBtnList ul .btnStyle2Out a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.glovalMenuArea .slideNavBottom {
    margin-left: 6.3%;
    margin-right: 6.3%;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 8px;
    text-align: center;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }
.glovalMenuArea .slideNavBottom a {
	width: 100%;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}
.glovalMenuArea .slideNavBottom a img {
	width: 200px;
	height: auto;
}
.glovalMenuArea .slideNavBottom2 {
	margin-left: 31.3%;
	margin-right: 31.3%;
	margin-bottom: 18.5px;
	padding-top: 17.5px;
	padding-bottom: 17.5px;
	text-align: center;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.16em;
	background: #fff;
}
.glovalMenuArea .slideNavBottom2 a {
	width: 100%;
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
.glovalMenuArea .slideNavBottom2 a img {
	width: 172.5px;
	height: auto;
}
.glovalMenuNaviIcon {
	padding-top: 22px;
	text-align: right;
	text-align: center;
	float: right;
	right: 0px;
	position: absolute;
	z-index: 9999;
}
.glovalMenuNaviIcon2 {
	text-align: center;
	width: 16%;
	float: right;
	right: 0px;
	position: absolute;
	z-index: 9999;
	padding-top: 10px;
	display: none;
}
html {
	height: 100%;
}
.temp1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 36%;
	margin-top: -170px;
}
.temp1 img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9998;
}
body {
	min-width: 1290px;
	height: 100%;
	font-family: sans-serif; 
}
a:link{
    color: #0093ff;
    text-decoration: none;
}

a:hover{
    color: #ff6600;
}

a:visited{
    color: #0093ff;
}

.arrow3 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow3:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ff69b4;
    border-right: solid 2px #ff69b4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
a.whitebtn {
	font-size:14px;
	border: 1px solid #FFF;
	border-radius: 26px;
	padding: 15px 30px 15px 30px;
	width: 100%;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:20px;
}
.btnarea {
	margin-bottom: 10px;
	margin-top: 30px;
	display: block;
}
.fwb{
	font-weight:bold;
}

p.indentback{
   text-indent: -3em;
   padding-left: 3em;
}

 @media screen and (min-width: 415px) {
.spOnly {
	display: none !important;
}
.sectionFlowafter .innerCont article.spFlowAtNone {
	padding-right: 0px;
	background: none;
}
}
 @media screen and (max-width: 415px) {
body {
	min-width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
.temp1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 28%;
	margin-top: 0;
}
.pcOnly {
	display: none !important;
}
}
.glovalNavArea ul li a:hover {
	color: #0280cd !important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.FooterConft nav a:hover {
	color: #fd0075;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.contactinfo {
    background-color: #00b5f3;
    color: #fff;
    font-size: 12px;
    padding: 11px 5px 28px 5px;
}
.headerMini .innerCont .glovalNavArea ul li a:hover {
	color: #fd0075;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.headMenuArea header .innerCont .headerContactArea .headBtnList li .btnStyle1:hover {
	background: #fff;
	color: #000;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.underPage .headMenuArea header .innerCont .headBtnList li a.btnStyle1:hover {
	background: #000 !important;
	color: #fff !important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.sectionFooterLink a:link{
	color:#333;
}

.sectionFooterLink a:hover{
	color:#0093ff;
	text-decoration:none;
}

.sectionFooterLink a:visited{
	color:#333;
}

.underPage .contAreaAll {
    padding-top: 50px;
    background-color: #f7f7f7;
}

 @media screen and (max-width: 415px) {
.underPage .contAreaAll {
    padding-top: 0px;
}
}

.btnStyle2:hover {
	background: #000;
	color: #fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.btnStyle3:hover {
	background: #f2f2f2;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.productArea {
	background: #f4f4f4;
}
.mainSlide {
	height: 100%;
	width: 100%;
	position: fixed;
}
.mainSlide li {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pdb11px {
	padding-bottom: 11px !important;
}
.underPage .confirmationData dl dt {
	padding-top: 26px;
	font-size: 16px;
	line-height: 1.7em;
}
.underPage .confirmationData dl dd {
	font-size: 14px;
	line-height: 2em;
}
.radioList li {
	margin-bottom: 15px;
	font-size: 15px;
	float: left;
}
.radioList li .f_l {
	display: inline-block;
	float: left;
	margin-top: 1em;
}
.radioList li .f_l .full {
	display: inline-block;
	margin-left: .5em;
	font-size: .8em;
}
.radioList li {
	margin-top: .5em;
}
.displayBlock {
	display: block !important;
}
.baseMain {
	background: url(../img/common/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: fixed;
}
.mouseRoll {
	background: url(../img/common/main_mouse.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 56px;
	position: absolute;
	bottom: 1.5%;
	width: 100%;
}
.mouseRoll img {
	margin-top: 20px;
}

@media screen and (max-width: 414px) {
	.mouseRoll {
		background: url(../img/common/scrool_arrow_sp.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		min-height: 56px;
		position: absolute;
		bottom: 1.5%;
		width: 100%;	
		}
	.mouseRoll img {
		margin-top: 10px;
		}
}

.slide1 {
	background: url(../img/common/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide1 img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	margin-top: -10%;
}
.slide2 {
	background: url(../img/common/bg_main2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide3 {
	background: url(../img/common/bg_main3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide4 {
	background: url(../img/common/bg_main4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
	
}
 @-webkit-keyframes zoomoutslide {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 90% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.2);
 transform: scale(1.8);
 opacity: 0;
}
}
 @keyframes zoomoutslide {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 90% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.2);
 transform: scale(1.3);
 opacity: 0;
}
}
.motionSet {
	-moz-animation-name: zoomoutslide;
	-moz-animation-duration: 9s;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: zoomoutslide;
	-webkit-animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	-o-animation-name: zoomoutslide;
	-o-animation-duration: 9s;
	-o-animation-timing-function: linear;
	-ms-animation-name: zoomoutslide;
	-ms-animation-duration: 9s;
	-ms-animation-timing-function: linear;
	animation-name: zoomoutslide;
	animation-duration: 9s;
	animation-timing-function: linear;
	opacity: 1;
}
.motionSet2 {
	-moz-animation-name: zoomoutslide;
	-moz-animation-duration: 4.5s;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: zoomoutslide;
	-webkit-animation-duration: 4.5s;
	-webkit-animation-timing-function: linear;
	-o-animation-name: zoomoutslide;
	-o-animation-duration: 4.5s;
	-o-animation-timing-function: linear;
	-ms-animation-name: zoomoutslide;
	-ms-animation-duration: 4.5s;
	-ms-animation-timing-function: linear;
	animation-name: zoomoutslide;
	animation-duration: 4.5s;
	animation-timing-function: linear;
	opacity: 1;
}
.motionSet3 {
        -moz-animation-name: zoomoutslide;
        -moz-animation-duration: 2.25s;
        -moz-animation-timing-function: linear;
        -webkit-animation-name: zoomoutslide;
        -webkit-animation-duration: 2.25s;
        -webkit-animation-timing-function: linear;
        -o-animation-name: zoomoutslide;
        -o-animation-duration: 2.25s;
        -o-animation-timing-function: linear;
        -ms-animation-name: zoomoutslide;
        -ms-animation-duration: 2.25s;
        -ms-animation-timing-function: linear;
        animation-name: zoomoutslide;
        animation-duration: 2.25s;
        animation-timing-function: linear;
        opacity: 1;
}
 @-webkit-keyframes mouseslide {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
 opacity: 0;
}
}
 @keyframes mouseslide {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
 opacity: 0;
}
}
.mouseSet {
	-moz-animation-name: mouseslide;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: mouseslide;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: mouseslide;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: mouseslide;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	animation-name: mouseslide;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.minheadshow {
	-moz-animation-name: minheadshow;
	-moz-animation-duration: 0.2s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: minheadshow;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-name: minheadshow;
	-o-animation-duration: 0.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: minheadshow;
	-ms-animation-duration: 0.2s;
	-ms-animation-fill-mode: forwards;
	animation-name: minheadshow;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
.headSlideShow {
	-moz-animation-name: minheadshowzero;
	-moz-animation-duration: 0.2s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: minheadshowzero;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-name: minheadshowzero;
	-o-animation-duration: 0.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: minheadshowzero;
	-ms-animation-duration: 0.2s;
	-ms-animation-fill-mode: forwards;
	animation-name: minheadshowzero;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
	display: block;
}
.headSlideHide {
	-moz-animation-name: minheadhidezero;
	-moz-animation-duration: 0.2s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: minheadhidezero;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-name: minheadhidezero;
	-o-animation-duration: 0.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: minheadhidezero;
	-ms-animation-duration: 0.2s;
	-ms-animation-fill-mode: forwards;
	animation-name: minheadhidezero;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
	display: block;
}
.headSlideHideSt {
	-moz-animation-name: minheadhidezerost;
	-webkit-animation-name: minheadhidezerost;
	-o-animation-name: minheadhidezerost;
	-ms-animation-name: minheadhidezerost;
	animation-name: minheadhidezerost;
	display: block;
}
 @-webkit-keyframes minheadshowzero {
 100% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
}
 @-webkit-keyframes minheadhidezero {
 0% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes minheadhidezerost {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes minheadshow {
 100% {
 -webkit-transform: translateY(91px);
 transform: translateY(91px);
}
}
 @keyframes minheadshow {
 100% {
 -webkit-transform: translateY(91px);
 transform: translateY(91px);
}
}
.minheadhide {
	-moz-animation-name: minheadhide;
	-moz-animation-duration: 0.2s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-name: minheadhide;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-name: minheadhide;
	-o-animation-duration: 0.2s;
	-o-animation-fill-mode: forwards;
	-ms-animation-name: minheadhide;
	-ms-animation-duration: 0.2s;
	-ms-animation-fill-mode: forwards;
	animation-name: minheadhide;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes minheadhide {
 0% {
 -webkit-transform: translateY(91px);
 transform: translateY(91px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes minheadhide {
 0% {
 -webkit-transform: translateY(91px);
 transform: translateY(91px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.contAreaAll {
	z-index: 9993;
	position: relative;
	/* background: #fff; */
}
.moreData {
	display: none;
}
.vrTitile {
	opacity: 0;
}
.pdb35px {
	padding-bottom: 35px !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clw1 {
	color: #fff;
}
.bdbwType1 {
	background: url(../img/common/img_bottom_w.png) !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}
.btnStyle1 {
	background-color: #39bdf4;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.btnStyle2 {
	display: block;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	/* Old browsers */
    background: -moz-linear-gradient(left, #ff0000 0%, #ff0000 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, #ff0000 0%, #ff0000 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, #2300ff 0%, #ff0000 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0075', endColorstr='#ff0000', GradientType=1);
/* IE6-9 */
  }
.btnStyle2 span {
	display: block;
	background: url(../img/common/arrow_w1.png);
	background-repeat: no-repeat;
	background-position: 92% center;
}
.btnStyle2Out {
	/* background: #fc0075; */
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff0000 0%, #ff0000 100%);
	/* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff00000 0%, #ff0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1);
	/* IE6-9 */
    border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}
.btnHeader {
	-webkit-border-radius: 60px;
	border: 1px solid;
}
.copyRight {
    /* background: #e0e0e0; */
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btnStyle3 {
	width: 347px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #fff;
	border: 1px solid #000;
	cursor: pointer;
}
 @media screen and (max-width: 414px) {
.btnStyle3 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.btnStyle3 a, .btnStyle3 p, .btnStyle3 button {
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	border: none;
	background: none;
}
.btnStyle3 a span, .btnStyle3 p span, .btnStyle3 button span {
	background: url(../img/common/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	width: 100%;
	display: block;
	font-size: 14px;
	cursor: pointer;
}
.pdb80px {
	padding-bottom: 80px;
}
.pdt40px {
	padding-top: 40px;
}
.lrpd14px {
	padding-left: 14px;
	padding-right: 14px;
}
.txtAreaCenter {
	text-align: center;
}
.pdb78px {
	padding-bottom: 78px;
}
.mgb35px {
    margin-bottom: 35px;
}
.mgb78px {
	margin-bottom: 78px;
}
.hamburger {
	padding: 0px !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px !important;
	height: 3px !important;
	background: #000 !important;
}
.bgwt .hamburger-inner::before, .bgwt .hamburger-inner::after, .bgwt .hamburger-inner {
	background: #000 !important;
}
.glovalMenuNaviIcon {
	display: none;
}
.headLogoSpOn {
	position: fixed;
	top: 24px;
	width: 100%;
	z-index: 9998;
	display: none;
}
.headLogoSpOn .headLogoSpOnInner {
	width: 92.8%;
	margin-left: auto;
	margin-right: auto;
}
.headLogoSpOn .headLogoSpOnInner h1 {
	display: block;
	width: 32%;
}
.headLogoSpOn .headLogoSpOnInner h1 img {
	width: 100%;
	height: auto;
}
.headLogoSpOn .headLogoSpOnInner h1 a {
	display: block;
	position: relative;
}
.hamburger-box {
	width: 24px !important;
}
.headMenuArea {
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.headMenuArea header {
	color: #fff;
}
.headMenuArea header .bgheadarea {
	opacity: 0.9;
	background-color: white;
	/* border-bottom: 1px solid #e0e0e0; */
	width: 100%;
	height: 91px;
	position: absolute;
	z-index: 9993;
}
.headMenuArea header .innerCont {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
 @media screen and (max-width: 414px) {
.headMenuArea header .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.headMenuArea header .innerCont a {
	color: #333;
	text-decoration: none;
	float: left;
	padding-left: 4px;
	font-size: 0.87em;
	line-height: 1.5em;
}

.header_btn a {
    color: #333;
    text-decoration: none;
    float: left;
    padding-left: 4px;
    font-size: 0.87em;
    line-height: 1.5em;
	 white-space: nowrap;
}

 @media screen and (max-width: 414px) {
	.headMenuArea header .innerCont a {
		color: #fff;
		text-decoration: none;
		float: left;
		padding-left: 4px;
		font-size: 0.87em;
		line-height: 1.5em;
	}
	.header_btn a {
		 color: #fff;
		 text-decoration: none;
		 float: left;
		 padding-left: 4px;
		 font-size: 0.87em;
		 line-height: 1.5em;
	}
}
.headMenuArea header .innerCont .logoArea {
	float: left;
	padding-top: 28px;
	z-index: 9997;
	position: relative;
	padding-left: 25px;
   padding-top: 25px;
}
.headMenuArea header .innerCont .logoArea a {
	display: block;
	width: 200px;
	height: 40px;
}
.headMenuArea header .innerCont .glovalNavArea {
	float: left;
	z-index: 9997;
	position: relative;
	padding-top: 35px;
	margin-left: 35px;
}
.headMenuArea header .innerCont .glovalNavArea ul li {
	float: left;
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.05em;
	margin-left: 29px;
}
.headMenuArea header .innerCont .headerContactArea {
	padding-top: 29px;
	float: right;
	z-index: 9997;
	position: relative;
}
.headMenuArea header .innerCont .headerContactArea .headBtnList {
	padding-bottom: 15px;
}
.headMenuArea header .innerCont .headerContactArea .headBtnList li {
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 15px;
}
.headMenuArea header .innerCont .headerContactArea .headBtnList li a {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 30px;
	letter-spacing: 0.07em;
	/* display: inline-block; */
    border: 1px solid #000;
}
.headMenuArea header .innerCont .headerContactArea .headTelArea {
	float: right;
	line-height: 1.5em;
}
.headMenuArea header .innerCont .headerContactArea .headTimeArea {
	float: right;
	font-size: 10px;
	line-height: 1.3em;
	padding-left: 10px;
	letter-spacing: 0.27em;
}
.headMenuArea .sectionIntro {
	z-index: 9995;
	/* position: relative; */
    height: 100%;
}
.headMenuArea .sectionIntro .mainVisIcon {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 30%;
}

.headMenuArea .sectionIntro .mainVisTextArea {
	text-align: center;
	color: #fff;
}
.headMenuArea .sectionIntro .mainVisTextArea .maintextContentsArea {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 2em;
	margin-bottom: 10px;
}
.headMenuArea .sectionIntro .mainVisTextArea .mainTextArea2 {
	font-size: 88px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-left: 29px;
}
.headMenuArea .sectionIntro .mainVisTextArea .maintextContentsArea span {
	background: url(../img/common/bd_red.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.headMenuArea .sectionIntro .mainVisIconList {
	text-align: center;
	padding-top: 50px;
}
.headMenuArea .sectionIntro .mainVisIconList li {
	display: inline-block;
}
.sectionDeclaration {
	background: url(../img/common/bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sectionDeclaration .innerCont {
	width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 90px;
}
 @media screen and (max-width: 414px) {
.headMenuArea .sectionIntro .mainVisIcon {
    top: 6%;
}
.sectionDeclaration .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionDeclaration .innerCont .blueBoxOut .blueBox {
	background: #ff0000;
	padding: 45px;
	color: #fff;
	font-size: 22px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.sectionDeclaration .innerCont .blueBoxOut .bottomBlueArrow {
	text-align: center;
	width: 100%;
	line-height: 0px;
	width: 100%;
}
.sectionDeclaration .innerCont .textBottomBlue {
	width: 100%;
	/* margin-top: -47px; */
    margin-bottom: 32px;
}
.sectionDeclaration .innerCont .tbbText1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 30px;
}
.sectionDeclaration .innerCont .tbbText2 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 30px;
}
.sectionDeclaration .innerCont .tbbText2 span {
	background: url(../img/common/line_red.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 10px;
	display: inline-block;
}
.sectionDeclaration .innerCont .tbbText3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 15px;
}
.headerStyle1 {
	text-align: center;
}
header.headerStyle1 {
    margin-bottom: 40px;
}
 @media screen and (max-width: 414px) {
	header.headerStyle1 {
		margin-bottom: 0px;
	}
}
.headerStyle1 .ttlType1 {
	padding-top: 14px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	background: url(../img/common/img_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.headerStyle1 .ttlType1 img {
	height: 19px;
}
.headerStyle1 .readType1 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.headerStyle1 .readType_promise {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	display: block;
	line-height: 1.6em;
}
 @media screen and (max-width: 414px) {
.headerStyle1 .readType_promise {
	margin-bottom: 5px;
}
}
.headerStyle1 .readType_promise img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}
.headerStyle1 .readType3 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
 @media screen and (max-width: 414px) {
.headerStyle1 .readType3 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.headerStyle1 .readType4 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
 @media screen and (max-width: 414px) {
.headerStyle1 .readType4 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.headerStyle1 .cvIcon {
	position: relative;
}
.headerStyle1 .cvIcon img {
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -70px;
}
.underPage .headerStyle1 .ttlType1 img {
	height: auto !important;
}
.sectionPromise {
	padding-bottom: 80px;
	background-color: #f2f2f2;
}
.sectionPromise .innerCont {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.sectionRecruit {
	 padding-bottom: 50px;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
}
 @media screen and (max-width: 414px) {
.sectionPromise .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
.sectionRecruit {
	 padding-bottom: 10px;
}
}
.sectionPromise .innerCont article {
	float: left;
	width: 31.1%;
	margin-right: 3.35%;
	margin-bottom: 25px;
}
.sectionPromise .innerCont article:nth-child(3n) {
	margin-right: 0px;
}
.sectionPromise .innerCont article img {
	width: 100%;
	height: auto;
}
.sectionPromise .innerCont article h3 {
	padding-top: 16px;
	padding-bottom: 17px;
	color: #4e4e4e;
	font-size: 19px;
	/* letter-spacing: 0em; */
    line-height: 1.4;
}
.sectionPromise .innerCont article p {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.clm1_comment {
	font-size: 20px;
	margin: 20px auto;
	border-top: dotted 1px #989898;
	font-weight: bold;
	padding: 21px 0px 13px 0px;
	line-height: 1.4;
	text-align: center;
	width: 87%;
}
 @media screen and (max-width: 414px) {
.clm1_comment {
	font-size: 14px;
	margin: 0 auto;
	font-weight: bold;
	padding: 22px 0px 25px 0px;
	line-height: 1.4;
}
}

/* Staff*/

.staff_contents {
    padding-bottom: 40px;
    width: 1000px;
    margin: 0 auto;
}

/* Entry */

.entry_contents {
    padding-bottom: 40px;
    width: 1000px;
    margin: 0 auto;
}

.formTable {
    width: 900px;
    margin: auto;
}

.formTable th, .formTable td {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

.formTable th {
    width: 180px;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

p.subtxt {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    background: #ebebeb;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    /*width: 100%;*/
    line-height: 1.7;
}

.form-control {
	 display: block;
	 width: 97%;
	 padding: 6px 12px;
	 line-height: 1.42857143;
	 color: #555;
	 background-color: #fff;
	 background-image: none;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	 font-size: 16px;
	 height: 35px;
}

.w_zip{
    width: 138px !important;
    display: inline-block;
    margin: 0 8px;
	}

.w100 {
    width: 100px !important;
    display: inline-block;
}
	
.w200 {
    width: 200px !important;
    display: inline-block;
}

p.thankstxt {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    border: 4px solid #00b7f9;
    line-height: 1.8;
    font-size: 17px;
    font-weight: bold;
    color: #00b7f9;
}

div#contact_check {
    padding-bottom: 50px;
}

p.error_messe {
    padding: 13px;
    padding-bottom: 2px solid #ccc;
    font-size: 16px;
    text-align: left;
    width: 54%;
    background-color: white;
    border: 2px solid #ffc4c4;
    color: #f40000;
    border-radius: 7px;
    margin-bottom: 7px;
}

/* submitbtn */
.btn, .btn-lg {
    padding: 13px 108px;
    font-size: 18px;
    font-weight:bold;
    line-height: 1.3333333;
    border-radius: 27px !important;
    margin-top: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-primary {
	color: #f7fcff;
	background-color: #0093ff;
	border: solid 2px #0093ff !important;
}

.btn-back {
	border: solid 2px #bebebe !important;
	background-color: #fff !important;
	/* border-radius: 5px !important; */
}

.btn-primary:hover{
	background-color: #ffffff;
	border-color: #0093ff;
	color:#0093ff;
	border:solid 2px #0093ff;
}

.btn.btn-primary.active{
	background-color: #ffffff;
	border-color: #0094FF;
	color:#fff;
	border:solid 2px #0094FF;
}

.btn-back:hover{
	background-color: #ffffff;
	border-color: #0093ff;
	color:#0093ff;
	border:solid 2px #0093ff;
}

/* //submitbtn */

/* select */
.cp_ipselect {
	overflow: hidden;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	font-size: 16px;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	background: #ffffff;
	padding: 8px 15px 8px 7px;
	display: inline-flex;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 4px 0px 4px 8px;
	color: #666666;
}

/* //select */


/* radio */

.cp_ipradio {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_ipradio:before,
.cp_ipradio:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.cp_ipradio .box {
	width: 90%;
	text-align: left;
	border-radius: 3px;
}
.cp_ipradio input[type=radio] {
	display: none;
}
.cp_ipradio label:focus,
.cp_ipradio label:hover,
.cp_ipradio label:active,
.cp_ipradio input:checked + label {
	color: #0093ff;
	font-weight: bold;
}
.cp_ipradio label:focus:before,
.cp_ipradio label:hover:before,
.cp_ipradio label:active:before,
.cp_ipradio input:checked + label:before {
	border-color: #0093ff;
	background: #ffffff;
}
.cp_ipradio label {
	font-size: 1em;
	/* font-weight: bold; */
	line-height: 1;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 1em 2.4em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* background: #ffffff; */
}
.cp_ipradio label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.cp_ipradio input:checked + label:before {
	border-color: #97d3ff;
	background: #0093ff;
}
/* //radio */

input::placeholder {
  color: #c4c4c4;
}

textarea::placeholder {
  color: #c4c4c4;
}

/* IE */
input:-ms-input-placeholder {
  color: #c4c4c4;
}
textarea:-ms-input-placeholder {
  color: #c4c4c4;
}

/* Edge */
input::-ms-input-placeholder {
  color: #c4c4c4;
}
textarea::-ms-input-placeholder {
  color: #c4c4c4;
}

.entry_txt{
   margin: 0 auto;
   width: 100%;
   margin-top: -15px;
   text-align:;
   text-align: center;
}

table.formTable tbody tr {
    border-bottom: 1px dashed #ccc;
    height: 74px;
}

table.formTable tbody tr:last-child {
    border-bottom: none;
}

.required {
	display: inline-block;
	background-color: #ffffff;
	border: 1px #f00 solid;
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	padding: 5px;
	float: right;
	margin-right: 10px;
}
.sectionEntry {
	padding-bottom: 80px;
	background-color: #000;
}
.sectionEntry .innerCont {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.b_year {
    width: 200px;
}

.b_month, .b_day{
    width: 100px;
}

table.col-head-type1.entry_detail td {
    text-align: left;
}
ul.taigu {
    list-style-type: disc;
    padding-left: 18px;
}
ol.kinmu {
    list-style-type: decimal;
    padding-left: 18px;
}
ol.kinmu li {
    margin-bottom: 14px;
	 line-height: 1.5;
}
.entry_detail {
    margin-bottom: 40px;
}

p.subtxt.fwb.entry_detail {
    background-color: #2f2f2f;
    color: #fff;
}

.entry_detail .entry_txt p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 17px;
}

.entry_detail .entry_txt a.fax {
    border: 2px solid #00a1ee;
    color: #00a1ee;
}
span.uketsuke24 {
    color: #ff6f3a;
    display: block;
    font-weight: bold;
    margin-bottom: 31px;
    margin-top: -21px;
}

p.ul_title {
    text-align: left;
    padding-bottom: 9px;
    font-size: 15px;
	 font-weight:bold:
}

ul.li_disc {
	list-style-type: disc;
	padding-left: 18px;
	text-align: left;
	line-height: 1.5;
   font-size: 14px;
}

/* form SP */
 @media screen and (max-width: 414px) {
		 
	p.subtxt {
		 margin: 0 auto;
		 margin-top: 0px;
		 margin-bottom: 20px;
		 background: #ebebeb;
		 padding: 10px;
		 border-radius: 5px;
		 font-size: 12px;
		 width: 86%;
		 line-height: 1.7;
	}
	.formTable {
		 width: 90%;
		 margin: auto;
	}
	.formTable th, .formTable td{
		 display: block;
		 width: auto;
	}
	.formTable th{
		 padding: 21px 0px 0px 0px;
	}
	.formTable td{
		 padding: 9px 0px 20px 0px;
		 font-size: 16px;
		 font-weight: normal;
		 text-align: left;
	}
	.required {
		 background-color: #ffffff;
		 border: 1px #f00 solid;
		 color: #f00;
		 font-size: 12px;
		 font-weight: bold;
		 border-radius: 3px;
		 padding: 5px;
		 float: none;
		 margin-left: 10px;
	}
	.form-control {
		 display: block;
		 width: 93%;
		 padding: 6px 12px;
		 line-height: 1.42857143;
		 color: #555;
		 background-color: #fff;
		 background-image: none;
		 border: 1px solid #ccc;
		 border-radius: 4px;
		 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		 font-size: 16px;
		 height: 35px;
	}
	.cp_ipselect.cp_sl01 {
		 position: relative;
		 border: 1px solid #bbbbbb;
		 border-radius: 4px;
		 background: #ffffff;
		 padding: 8px 0px 8px 0px;
		 display: inline-flex;
	}
	.b_year {
		 width: 72px;
	}
	.b_month, .b_day {
		 width: 65px;
	}
	.cp_ipselect.cp_sl01::before {
		 right: 0.5em;
	}
	.btn, .btn-lg {
		 padding: 13px 0px;
		 width: 90%;
		 font-size: 18px;
	}
	.w_zip {
		 display: inline-block !important;
	}

	p.error_messe {
		 padding: 10px 7px;
		 font-size: 13px;
		 width: 87%;
		 background-color: white;
		 border: 2px solid #ffc4c4;
	}
	
	p.thankstxt {
		 width: 79%;
		 padding: 14px;
		 border-radius: 5px;
		 border: 3px solid #00b7f9;
		 line-height: 1.8;
		 font-size: 14px;
		 text-align: left;
	}
	
	.entry_contents {
		 padding-bottom: 0px;
		 width: 100%;
		 margin: 0 auto;
	}
	.entry_detail {
		 width: 90% !important;
		 margin: 0 auto;
		 margin-bottom: 28px;
	}
	.entry_detail .entry_txt p {
		 color: #333;
		 line-height: 1.7;
		 font-size: 14px;
		 padding-top: 2px;
	}
	
	/* Staff*/
	
	.staff_contents {
		 padding-bottom: 0px;
		 width: 100%;
		 margin: 0 auto;
	}
	
	.cp_ipselect.cp_sl01 select {
		padding: 2px 0px 2px 8px;
		color: #666666;
	}
}
/* //form SP */


 @media screen and (max-width: 414px) {
.sectionEntry .innerCont {
	width: 88.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionEntry .innerCont article {
	float: left;
	width: 31.1%;
	margin-right: 3.35%;
	margin-bottom: 25px;
}
.sectionEntry .innerCont article:nth-child(3n) {
	margin-right: 0px;
}
.sectionEntry .innerCont article img {
	width: 100%;
	height: auto;
}
.sectionEntry .innerCont article h3 {
	padding-top: 16px;
	padding-bottom: 17px;
	color: #4e4e4e;
	font-size: 19px;
	/* letter-spacing: 0em; */
    line-height: 1.4;
}
.sectionEntry .innerCont article p {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

/* sectionFooterLink */

.sectionFooterLink {
	background-color: #fff;
   text-align: center;
   padding: 40px 0px 40px 0px;
   line-height: 2;
}

p.copytxt {
    position: static;
    right: 15px;
    font-size: 10px;
    padding-top: 3px;
}

p.companyname {
    padding: 17px 9px 8px 9px;
    font-size: 24px;
    font-weight: bold;
}

span.company_tel {
    font-size: 14px;
    /* margin-right: 13px; */
    /* font-weight: bold; */
    /* display: block; */
}

span.company_fax {
    font-size: 14px;
    /* font-weight: bold; */
}

span.company_add {
    display: block;
    font-size: 14px;
    /* padding-top: 15px; */
    padding-bottom: 14px;
}

span.companyname_sub {
    font-size: 19px;
}

span.linkseparate {
    padding: 0 21px;
    color: #dadada;
}

 @media screen and (max-width: 414px) {
	p.companyname {
		 padding: 7px 9px 9px 9px;
		 font-size: 18px;
		 font-weight: bold;
	}
	
	span.company_tel {
		 font-size: 14px;
		 /* margin-right: 13px; */
		 margin-bottom: 10px;
		 /* font-weight: bold; */
		 display: block;
	}
	
	span.company_fax {
		 font-size: 14px;
		 /* font-weight: bold; */
	}
	
	span.rec_banner {
		 font-size: 14px;
		 margin-bottom: 10px;
		 display: block;
		 background-color: #0047a5;
		 border: none;
		 border-radius: 7px;
		 margin-top: 15px;
		 padding: 16px 27px;
	}
	
	span.rec_banner img {
		 font-size: 14px;
		 display: block;
		 width: 100%;
	}
	
	span.company_add {
		 display: block;
		 font-size: 12px;
		 /* padding-top: 15px; */
		 padding-bottom: 14px;
	}
	
	span.companyname_sub {
		 font-size: 14px;
	}
	.sectionFooterLink {
		text-align: center;
		padding: 15px 15px 15px 15px;
		line-height: 2.5;
		font-size: 12px;
	}
	span.linkseparate {
		 padding: 0 7px;
	}
}

.btnHalfOutline {
	width: 48.2%;
	margin-left: auto;
	margin-right: auto;
}
.btnHalfOutline span {
	width: 100%;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.sectionFlowafter {
	background: #0093ff;
	padding-bottom: 74px;
}
.sectionFlowafter .innerCont {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	text-align: center;
}
 @media screen and (max-width: 414px) {
.sectionFlowafter .innerCont {
	margin-left: auto;
	margin-right: auto;
 text-align:;
}
}
.sectionFlowafter .innerCont article {
    width: 29%;
    float: left;
    padding-right: 5.7%;
    color: #fff;
    background: url(../img/common/arrow_w2.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 94% 16%;
    min-height: 364px;
}
.sectionFlowafter .innerCont article h3 {
	padding-top: 15px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fbff00;
}
.sectionFlowafter .innerCont article:last-child {
	padding-right: 0px;
	background: none;
}

.sectionFlowafter .innerCont article p.step_subtitle {
    letter-spacing: 0.1em;
    margin-bottom: 21px;
    margin-top: 5px;
    font-weight: bold;
}
.sectionFlowafter .innerCont article p.step_txt {
	 font-size: 14px;
	 text-align:left;
	 line-height: 1.7;
	 letter-spacing: 0.5;
	 padding: 0px 0px 0 0px;
}
ol.step_txt li {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.5;
    padding: 0px 0px 10px 0px;
}
span.point {
    border-bottom: 4px solid yellow;
    font-weight: bold;
    padding-bottom: 0px;
}
span.point_before {
	border-bottom: 2px solid #005b9e;
	font-weight: bold;
	padding-bottom: 2px;
}
.course_memo {
	background: #eeeeee;
	padding: 25px 50px 10px;
	clear: left;
}
.course_timetable {
	background: #eeeeee;
	padding: 25px 50px;
	clear: left;
}
.course_memo table, .course_timetable table {
	width: 100%;
}
.course_timetable {
	margin-top: 15px;
	margin-bottom: 10px;
}
.course_timetable table {
	margin-bottom: 25px;
}
.course_timetable strong {
	font-size: 15px;
	color: #0091ff;
	font-weight: normal;
	margin-bottom: 6px;
	padding: 0 2px;
}
.course_timetable p {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0;
}
.course_memo table th {
	vertical-align: middle;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #fd0075;
	width: 162px;
	border-top: solid #eee 16px;
	border-bottom: solid #eee 16px;
	border-left: solid #eee 3px;
	border-right: solid #eee 3px;
	padding: 18px 0 16px;
}
.course_timetable table th {
	vertical-align: middle;
	background: #0091ff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 162px;
	font-weight: normal;
	border-top: solid #eee 6px;
	border-bottom: solid #eee 6px;
	border-left: solid #eee 3px;
	border-right: solid #eee 3px;
	padding: 13px 0 11px;
}
.course_memo table td {
	border-top: solid #eee 16px;
	border-bottom: solid #eee 16px;
	border-left: solid #eee 3px;
	border-right: solid #eee 3px;
	background: #fff;
	padding: 10px 15px 8px;
}
.course_timetable table td {
	border-top: solid #eee 6px;
	border-bottom: solid #eee 6px;
	border-left: solid #eee 3px;
	border-right: solid #eee 3px;
	background: #fff;
	padding: 10px 10px 8px;
	font-size: 14px;
}
.course_memo table td ul {
	padding-left: 1em;
}
.course_memo table td ul li {
	font-size: 14px;
	line-height: 1.4;
	margin: 8px 0;
	list-style: disc;
}
.ttlType2_2 {
	text-align: center;
	color: #0090ff;
	font-size: 16px;
	font-weight: normal;
}
.course_nav {
	text-align: center;
	margin: 20px 0 40px;
}
.course_nav a {
	position: relative;
	display: inline-block;
	border: 2px solid #0091ff;
	min-width: 194px;
	color: #0091ff;
	text-decoration: none;
	font-size: 17px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0 5px;
}
.course_nav a.current {
	background: #0090ff;
	color: #fff;
}
.course_nav a:after {
	right: 18px;
	top: 50%;
	position: absolute;
	width: 4px;
	height: 4px;
	color: #0091ff;
	content: ">";
	font-size: 20px;
	margin-top: -11px;
}
.bgnone {
	background: none !important;
}
.mainVisCenterBox {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -273px;
	margin-bottom: 0px;
}
.sectionReason {
	background: #FDFE00;
	background: url(../img/common/bg3.png);
	/* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    background-size: 100%;
	padding-bottom: 62px;
	padding-top: 40px;
}
.sectionReason .innerCont {
	/* width: 1200px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;/* margin-top: -115px; */
  }
 @media screen and (max-width: 414px) {
.sectionReason {
	padding-top: 14px;
}
.sectionReason .innerCont {
	/*width: 81.2%;*/
	margin-left: auto;
	margin-right: auto;
}
ul.raesonbox {
    padding-top: 15px;
}
.sectionFlowafter .innerCont article p.step_subtitle {
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 16px;
}
}
.ttlType2 {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	color: #0093ff;
	text-align: center;
	padding: 23px;
	box-sizing: border-box;
	border: 1px solid #0093ff;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: normal;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-bottom: 30px;
	line-height: 1.5em;
}
 @media screen and (max-width: 414px) {
.ttlType2 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.blueBox2 {
	width: 48.4%;
	padding-top: 70px;
	padding-bottom: 60px;
	padding-right: 70px;
	padding-left: 70px;
	background: url(../img/common/bg_blue.png);
	background-repeat: no-repeat;
	background-color: #0086f9;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}
.blueBox2:hover {
	opacity: .7;
}
.blueBox2 .btn_wrap {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
.blueBox2 .btn_wrap span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 18px 40px;
	position: relative;
}
.blueBox2 .btn_wrap span:after {
	right: 12px;
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -5px;
}
.blueBox2 header {
	display: table;
	width: 100%;
}
.blueBox2 header h4 {
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
	padding-bottom: 25px;
	display: table-cell;
	width: 100%;
	height: 74px;
	vertical-align: middle;
	letter-spacing: 0.3em;
}
.blueBox2 p {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.blueBoxText p {
	text-align: center;
	/*margin-top: 40px;*/
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 20px;
	letter-spacing: 0.1em;
}
 @media screen and (max-width: 660px) {
.blueBoxText p {
	font-size: 20px;
	margin-top: 0px;
}
}
.pdb60px {
/* padding-bottom: 60px; */
  }
.pdb80px {
	padding-bottom: 80px;
}
.ttlType2Pink {
	border: 1px solid #fd0075;
	color: #fd0075;
}
.ttlType2Black {
	border: 1px solid #000000;
	color: #fff;
	background: #000000;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (max-width: 660px) {
.ttlType2Black {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionCategory9 {
	background: url(../img/common/bg7.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 123px;
	color: #fff;
}
.sectionCategory9 .innerCont {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
 @media screen and (max-width: 600px) {
.sectionCategory9 .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionCategory9 .innerCont h3 {
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 30px;
}
.sectionCategory9 .innerCont h3 span {
	background: url(../img/common/bd_pink.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.sectionCategory9 .innerCont p {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.mgb15px {
	margin-bottom: 15px;
}
.arrowBlackTitle {
	text-align: center;
}
.arrowBlackTitle h4 {
	background: #000;
	width: 225px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	letter-spacing: 0.1em;
}
.arrowBlackTitle h5 {
	padding-top: 20px;
	font-size: 24px;
	padding-bottom: 30px;
}
.pdb20px {
	padding-bottom: 20px;
}
.sectionPolicy .innerCont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	margin-top: 70px;
}
 @media screen and (max-width: 414px) {
.sectionPolicy .innerCont {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 35px;
}
}
.policyBox {
	margin-bottom: 90px;
	min-height: 250px;
	float: right;
}
 @media screen and (max-width: 414px) {
.sectionPolicy .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
.policyBox {
	margin-bottom: 50px;
	float: none;
}
}
.sectionPolicy .innerCont .policyBox .iconArea {
	text-align: center;
}
.sectionPolicy .innerCont .policyBox .iconArea img {
	margin-top: -31px;
	width: 83px;
}
.sectionPolicy .innerCont .policyBox header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 1.8em;
}
.sectionPolicy .innerCont .policyBox header h3 {
	font-size: 18px;
	text-align: center;
	padding: 5px 30px 0px 30px;
	line-height: 1.5;
	color: #104371;
}
.sectionPolicy .innerCont .policyBox header h3 span {
	font-size: 24px;
}
.sectionPolicy .innerCont .policyBox header p {
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: bold;
}
.sectionPolicy .innerCont .policyBox .lineData {
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.sectionPolicy .innerCont .policyBox .contArea {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 2em;
	letter-spacing: 0.1em;
	display: -webkit-inline-box;
	text-align: center;
}
.sectionPolicy .innerCont .pinkColor {
	background: url(../img/common/bg8.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #e50073;
}
.sectionPolicy .innerCont .pinkColor .lineData {
	background: #fd0075;
	color: #fff;
}
.sectionPolicy .innerCont .blueColor {
	background: url(../img/common/bg_policy.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #0280cc;
	background-color: #f7f7f7;
	border-radius: 10px;
	margin: 0 10px 45px 10px;
	float: left;
	min-height: 640px;
}
.policyBox {
	width: 47%;
}
.sectionPolicy .innerCont .blueColor .lineData {
	background: #0093ff;
	color: #fff;
}
.sectionNewspaper {
	background: url(../img/common/bg_pt1.png);
}
.sectionNewspaper .innerCont {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (max-width: 920px) {
.sectionNewspaper .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionNewspaper .innerCont .qaAreaBox {
	padding-bottom: 45px;
}
.sectionNewspaper .innerCont .qaAreaBox h3 {
	padding-bottom: 15px;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.sectionNewspaper .innerCont .qaAreaBox h3 span {
	color: #000000;
	font-size: 15px;
	border: 1px solid;
	padding: 5px;
	width: 70px;
	text-align: center;
	/* display: inherit; */
    font-weight: bold;
	border-radius: 5px;
	margin-bottom: 9px;
}
 @media screen and (max-width: 414px) {
.sectionNewspaper .innerCont .qaAreaBox h3 span {
	font-size: 13px;
	padding: 3px;
	width: 62px;
	display: inherit;
	margin-bottom: 5px;
}
}
.sectionNewspaper .innerCont .qaAreaBox .boxWhite {
	background: #fff;
	padding: 20px;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.sectionCategory13 .innerCont {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.sectionCategory13 .innerCont dl dt {
	padding-bottom: 20px;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: bold;
}
.sectionCategory13 .innerCont dl dd {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.sectionContact {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../img/common/bg10.png);
	background-size: cover;
	background-position: center center;
}
.sectionContact .innerCont {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (max-width: 414px) {
.sectionContact .innerCont {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
.sectionContact .innerCont h2 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
}
.sectionContact .innerCont .textArea {
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #fff;
}
.sectionContact .innerCont .bottomData {
	color: #fff;
	padding-top: 29px;
}
.sectionContact .innerCont .bottomData h3 {
	padding-bottom: 20px;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.sectionContact .innerCont .bottomData .weekText {
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 10px;
}
.FooterConft {
	text-align: center;
}
.FooterConft .fbIcon {
	padding-bottom: 24px;
	text-align: center;
}
.FooterConft .fbIcon a {
	width: 53px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.FooterConft .fbIcon a img {
	width: 100%;
	height: auto;
}
.FooterConft .logoData {
	/* margin-bottom: 24px; */
    width: 200px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.FooterConft .logoData img {
	width: 100%;
	height: auto;
}
.FooterConft .logoData a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 39px;
}
.FooterConft nav {
	line-height: 2em;
	letter-spacing: 0.05em;
	font-size: 12px;
}
.FooterConft nav a {
	color: #000;
	text-decoration: none;
}
.underPage .FooterConft {
	border-top: #dedede 1px solid;
	margin-top: 0px;
}
 @media screen and (max-width: 414px) {
	.underPage .FooterConft {
		margin-top: 0px;
	}
}
.clearBoth {
	clear: both;
}
.headerMini {
	margin-top: -91px;
	width: 100%;
	background: url(../img/common/bg_minhead.png);
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	z-index: 9994;
	height: 91px;
}
.headerMini .innerCont .minilogo {
	float: left;
	margin-top: 25px;
   margin-left: 25px;
}
.headerMini .innerCont .minilogo a {
	width: 200px;
	height: 39px;
	display: block;
	position: relative;
}
 @media screen and (max-width: 414px) {
.headerMini .innerCont .minilogo {
	float: left;
	margin-top: 0px;
   margin-left: 0px;
}
.headerMini {
	height: 70px;
}
}
.minilogo img {
   width: 200px;
	height: auto;
}
.headerMini .innerCont .glovalNavArea {
	 /*width: 920px;*/
    float: left;
    z-index: 9997;
    position: relative;
    margin-left: 40px;
}
 @media screen and (max-width: 414px) {
	.headerMini .innerCont .glovalNavArea {
		display:none;
	}
}
.headerMini .innerCont .glovalNavArea ul {
	 padding-top: 35px;
}
.headerMini .innerCont .glovalNavArea ul li {
	float: left;
	padding-left: 25px;
	font-size: 0.87em;
	line-height: 1.5em;
}
.headerMini .innerCont .glovalNavArea ul li a {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.05em;
}
.headerMini .innerCont .headBtnList {
	float: right;
	width: 320px;
}
.headerMini .innerCont .headBtnList li {
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 15px;
}
.headerMini .innerCont .headBtnList li:last-child {
	margin-left: 0px !important;
}
.headerMini .innerCont .headBtnList li a {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	letter-spacing: 0.07em;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
 . twoLine {
 margin-top: -10px;
 display: block;
}
.formData {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (max-width: 414px) {
.formData {
	width: 89.6%;
	margin-left: auto;
	margin-right: auto;
}
}
.formData dl {
	background: #f0f0f0;
	display: table;
	width: 100%;
	font-size: 16px;
}
.formData dl:nth-child(2n) {
	background: #f7f7f7;
}
.formData dl dt {
	display: table-cell;
	width: 29.6%;
	padding-top: 31px;
	padding-bottom: 26px;
	padding-left: 35px;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 1.5em;
}
.formData dl dd {
	display: table-cell;
	vertical-align: top;
	width: 73.1%;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-right: 35px;
	box-sizing: border-box;
	position: relative;
}
.formData dl dd .must {
	background: #ff547e;
	display: inline-block;
	text-align: right;
	color: #fff;
	padding: 8px;
	font-size: 14px;
	vertical-align: top;
	position: absolute;
	margin-top: 3px;
	left: 0;
}
.formData dl dd .any {
	margin-top: 3px;
	background: #00be00;
	display: inline-block;
	color: #fff;
	padding: 8px;
	font-size: 14px;
	vertical-align: top;
	position: absolute;
}
.formData dl dd input {
	background: #fff;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	margin-left: 60px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-moz-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-webkit-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formData dl dd input#datepicker {
	width: 200px;
	float: left;
	margin-right: 10px;
}
.formData dl dd select {
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
	border: none;
	width: 182px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #dedede;
	padding: 9px;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	background: #ffffff;
	/* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
/* IE6-9 */
  }
 .formData dl dd select::-ms-expand {
 display: none;
}
.formData dl dd .selectBoxArea {
	margin-left: 60px;
}
.formData dl dd .selectBoxArea .selectArrow {
	margin-left: -40px;
	pointer-events: none;
}
.formData dl dd .radioboxarea {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	min-height: 30px;
	padding-top: 5px;
	margin-left: 60px;
}
.formData dl dd textarea {
	background: #fff;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	margin-left: 60px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-moz-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-webkit-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.missspan {
	font-size: 15px;
	color: #d70000;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}
.personalData {
	margin-top: 30px;
	font-size: 12px;
	height: 120px;
	margin-bottom: 100px;
}
 .personalData::-webkit-scrollbar {
 width: 5px;
}
 .personalData::-webkit-scrollbar-track {
 border-radius: 10px;
}
 .personalData::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background: #000;
}
.personalData h2 {
	padding-bottom: 20px;
}
.personalData h3 {
	padding-bottom: 15px;
}
.personalData h4 {
	padding-bottom: 15px;
}
.personalData p {
	line-height: 1.8em;
	padding-bottom: 15px;
}
.personalData ul {
	padding-bottom: 15px;
}
.personalData ul li {
	line-height: 1.8em;
}
.pdb45px {
	padding-bottom: 45px;
}
.pdt60px {
	padding-top: 60px;
}
/* Scrollbar */

  .scroll {
	width: 100%;
	position: relative;
}
.scroll .viewport {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 120px;
	overflow: hidden;
	position: relative;
}
.scroll .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
.scroll .scrollbar {
	background: transparent url() no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 5px;
	position: absolute;
	right: 0px;
}
.scroll .track {
	background: none;
	height: 100%;
	width: 15px;
	position: relative;
}
.scroll .thumb {
	background: #000;
	height: 20px;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	border-radius: 2.5px;
}
.scroll .thumb .end {
	background: none;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
.scroll .disable {
	display: none;
}
.underPage .headMenuArea {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 91px;
}
 @media screen and (max-width: 414px) {
	.underPage .headMenuArea {
   	height: 71px;
	}
}
.underPage .headMenuArea header {
	background: #fff;
}
.underPage .headMenuArea header .innerCont .headerContactArea .headTimeArea {
	color: #000;
}
.underPage .headMenuArea header .innerCont a {
	color: #333;
}
 @media screen and (max-width: 414px) {
.underPage .headMenuArea header .innerCont a {
    color: #fff;
}
}
.underPage .headMenuArea header .innerCont .headBtnList li a {
	color: #fff;
}
.underPage .headMenuArea header .innerCont .headBtnList li a.btnStyle1 {
	color: #000;
	border: 1px solid #000;
}
.underPage .centerTxt {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.8em;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.mgt10px {
	margin-top: 10px;
}
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 0px 0px 0px 45px;
	border-radius: 30px;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #000;
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-moz-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	-webkit-box-shadow: 1px 5px 4px -5px #b0b0b0 inset;
	content: '';
}
.radio:after, .checkbox:after {
	top: 80%;
	left: 15px;
	display: block;
	margin-top: -15px;
	width: 20px;
	height: 20px;
}
.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 60%;
	left: 21px;
	display: block;
	margin-top: -10px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #000;
	content: '';
	opacity: 0;
	z-index: 9998;
}
input[type=radio]:checked+.radio:before {
	opacity: 1;
}
.radio:before {
	top: 90%;
	left: 21px;
	margin-top: -10px;
	width: 8px;
	height: 8px;
}
.mgt0px {
	margin-top: 0px !important;
}
.bdtzero {
	border-top: none !important;
}
.rightSideBox {
	background: #f0f0f0;
	width: 50%;
	float: right;
}
.rightSideBox .innerArea {
	padding: 45px;
	width: 100%;
	box-sizing: border-box;
	min-height: 240px;
}
.rightSideBox .innerArea h4 {
	font-size: 24px;
	padding-bottom: 25px;
	letter-spacing: 0.1em;
}
.rightSideBox .innerArea p {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	z-index: 2;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}
.textAlignCenter {
	text-align: center;
}
.pcVerIntData {
	display: inline-block !important;
}
.spVerIntData {
	display: none !important;
}
.spBlank {
	display: none;
}
.spCenterFlow {
	display: none;
}
.spbr {
	display: none;
}
.headMenuArea .sectionIntro {
	z-index: 9997;
}
.icondata img.whiteback {
	border-bottom: solid 4px #0093ff;
	padding-bottom: 11px;
}
.icondata img.colorback {
	border-bottom: solid 4px #fff;
	padding-bottom: 11px;
}
.icondata img.colorback_yellow {
    border-bottom: solid 4px #FFFF99;
    padding-bottom: 11px;
}

 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.sectionCategory4 {
	background-attachment: inherit;
}
.sectionCategory9 {
	background-attachment: inherit;
}
}
 @media screen and (max-width: 414px) {
.glovalMenuNaviIcon2 {
	display: block;
}
.formData .conformAreaBtn .mgt20px {
	margin-top: 20px;
}
.headMenuArea header {
	min-height: 70px;
	z-index: 9995;
}
.headMenuArea header .innerCont {
	width: 100%;
	position: relative;
}
.headMenuArea header .innerCont .logoArea {
	display: block;
	width: 32%;
	position: absolute;
	top: 19px;
	left: -3%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.headMenuArea header .innerCont .logoArea a {
	width: 100%;
	height: auto;
}
.headMenuArea header .innerCont .logoArea a img {
	height: auto;
}
.sectionCategory13 .innerCont dl dd {
	text-align: left;
}
.headMenuArea .sectionIntro .mainVisIcon img {
	margin-top: -11px;
}
.underPage .headerStyle1 .ttlType1 img {
	width: 160px;
	height: auto !important;
}
.underPage .headerStyle1 .ttlType1 img.smallicon {
	width: 37px;
	height: auto;
}
.leftSideBox, .rightSideBox {
	width: 100%;
	height: auto !important;
}
.leftSideBox .innerArea, .rightSideBox .innerArea {
	padding: 20px 15px 20px 15px !important;
	min-height: auto !important;
}
.leftSideBox .innerArea h4, .rightSideBox .innerArea h4 {
	font-size: 15px;
	padding-bottom: 12px;
	text-align: left;
}
.leftSideBox .innerArea ul li, .leftSideBox .innerArea p, .rightSideBox .innerArea ul li, .rightSideBox .innerArea p {
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.7em;
}
.leftSideBox .innerArea {
	padding-bottom: 0px !important;
}
.sectionCategory7 .staffBox {
	padding-bottom: 30px;
}
.sectionCategory7 .staffBox .staffPhoto3 {
	width: 100%;
}
.sectionCategory7 .staffBox .staffPhoto4 {
	width: 100%;
}
.sectionCategory7 .staffBox .staffPhoto2 {
	width: 100%;
}
.glovalMenuNaviIcon {
	display: block;
	right: 5%;
}
.headMenuArea header .bgheadarea {
	height: 70px;
}
.headMenuArea header .innerCont .glovalNavArea {
	display: none;
}
.headMenuArea header .innerCont .headerContactArea {
	width: 48%;
	position: absolute;
	top: 0px;
	padding-top: 14px;
	margin-left: 36%;
}
.headMenuArea header .innerCont .headerContactArea .headTimeArea {
	display: none;
}
.headMenuArea header .innerCont .headerContactArea .headTelArea {
	display: none;
}
.headMenuArea header .innerCont .headerContactArea li:nth-child(2n) {
	float: left;
	width: 43.28%;
	margin: 0px !important;
}
.headMenuArea header .innerCont .headerContactArea li:nth-child(2n) a {
	padding: 10px 5px 10px 5px;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
}
.headMenuArea header .innerCont .headerContactArea li:first-child {
	float: right;
	width: 59%;
	margin: 3px 0px 0px 0px !important;
}
.headMenuArea header .innerCont .headerContactArea li:first-child a {
	padding: 4px 7px 4px 7px;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 10px;
	color: #000;
	border: 1px solid;
}
.headMenuArea header .innerCont .headerContactArea li:last-child {
/*display: none;*/
    }
.pcVerIntData {
	display: none !important;
}
.spVerIntData {
	display: block !important;
}
.headMenuArea .sectionIntro .mainVisTextArea .maintextContentsArea {
	font-size: 16px;
	letter-spacing: 0.08em;
}
.mainVisCenterBox {
	margin-top: 0px;
	top: 27%;
}
.headMenuArea .sectionIntro .mainVisTextArea .mainTextArea2 {
	font-size: 37px;
	margin-left: 2px;
}
.headMenuArea .sectionIntro .mainVisIconList {
	padding-top: 35px;
}
.headMenuArea .sectionIntro .mainVisIconList li {
	width: 23.7%;
}
.headMenuArea .sectionIntro .mainVisIconList li img {
	width: 100%;
	height: auto;
}
.mouseRoll {
	bottom: 1%;
}

.headMenuArea .sectionIntro .mainVisIcon {
   padding-top: 0;
}

.headMenuArea .sectionIntro .mainVisIcon img {
    width: 88%;
    margin: 0 auto;
    margin-top: 33px;
}
.headerMini {
	width: 100%;
	padding: 13px 0 13px 0;
	margin-left: auto;
	margin-right: auto;
}
.headerMini .innerCont {
	min-width: 92.8%;
	width: 92.8%;
	margin-left: auto;
	margin-right: auto;
}
.headerMini .innerCont .glovalNavArea ul {
	display: none;
}
.minilogo {
	width: 37%;
	padding-top: 3px;
}
.minilogo img {
   width: 160px;
	height: auto;
}
.headerMini .innerCont .minilogo a {
	width: 100%;
}
.sectionCategory7 .staffBox .staffPhoto4 .innerCont {
	background: none;
}
.headerMini .innerCont .headBtnList {
	width: 52%;
	float: left;
	padding-top: 14px;
	margin-left: 3%;
}
.headerMini .innerCont .headBtnList li:nth-child(2n) {
	float: left;
	width: 43.28%;
	margin: 0px !important;
}
.headerMini .innerCont .headBtnList li:nth-child(2n) a {
	padding: 10px 5px 10px 5px;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
}
.headerMini .innerCont .headBtnList li:first-child {
	float: right;
	width: 52%;
	margin: 0px !important;
}
.headerMini .innerCont .headBtnList li:first-child a {
	padding: 4px 7px 4px 7px;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 10px;
	color: #000;
	border: 1px solid;
}
.headerMini .innerCont .headBtnList {
	padding-top: 5px;
}
.sectionDeclaration .innerCont .blueBoxOut .blueBox {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 15px;
	letter-spacing: 0px;
	text-align: center;
}
.sectionDeclaration .innerCont .blueBoxOut .bottomBlueArrow {
	width: 100%;
}
.sectionDeclaration .innerCont .textBottomBlue {
	width: 100%;
}
.sectionPolicy .innerCont .pinkColor {
	width: 100%;
	margin-bottom: 70px;
}
.sectionPolicy .innerCont .blueColor {
	width: 100%;
	margin: 0 10px 45px 0px;
	min-height: auto;
}
.sectionFlowafter .innerCont article figure img {
	width: 100px;
}
.sectionContact .innerCont .bottomData p img {
	width: 100%;
	height: auto;
}
.sectionCategory7 .staffBox .staffPhoto1 {
	width: 100%;
}
.sectionCategory7 .staffBox .staffCont1 {
	width: 100%;
}
.sectionCategory7 .staffBox .staffCont1 .contArea1 {
	padding: 20px 15px 20px 15px;
}
.sectionCategory7 .staffBox .staffCont1 .contArea1 h3 {
	font-size: 18px;
	letter-spacing: 0px;
	padding-bottom: 12px;
}
.sectionCategory7 .staffBox .staffCont1 .contArea1 h3 br {
	display: none;
}
.sectionCategory7 .staffBox .staffCont1 .contArea1 p {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.7em;
}
.sectionDeclaration .innerCont {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
.sectionDeclaration .innerCont .tbbText1 {
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	line-height: 1.8em;
}
.textBottomBlue {
	text-align: left !important;
}
.textBottomBlue p {
	text-align: left !important;
}
.sectionDeclaration .innerCont .tbbText2 {
	font-size: 18px;
	display: inline;
	text-align: center;
	padding-top: 0px;
}
.sectionDeclaration .innerCont .tbbText2 span {
	display: inline;
	line-height: 1.5em;
	padding-bottom: 0px;
	background: none;
	border-bottom: 3px solid #ff0000;
	letter-spacing: 5px;
}
.sectionDeclaration .innerCont .tbbText3 {
	display: inline;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 0px;
	letter-spacing: 0.1em;
}
.headerStyle1 .cvIcon img {
	width: 65px;
	height: auto;
	top: -19px;
	margin-left: -32.5px;
}
.headerStyle1 .readType1 {
	font-size: 18px;
	letter-spacing: 2px;
	display: inline;
	line-height: 1.7em;
	vertical-align: top;
}
.headerStyle1 .readType_promise {
	font-size: 27px;
	line-height: 1.7em;
	letter-spacing: 2px;
	vertical-align: top;
	display: block;
}
.headerStyle1 .readType_promise img {
	width: 16px;
	height: auto;
	vertical-align: top;
	margin: 4px 5px 0px 0px;
}
.sectionPromise {
	padding-bottom: 25px;
	background: #f2f2f2;
}
.sectionPromise .headerStyle1 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
.sectionPromise .innerCont article {
	width: 100%;
	margin-right: 0px;
	padding-bottom: 5px;
}
.sectionPromise .headerStyle1 {
	padding-bottom: 25px;
}
.sectionPromise .innerCont article h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 18px;/* letter-spacing: 0.1em; */
    }
.sectionPromise .innerCont article p {
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.sectionCategory4 {
	padding-bottom: 32px;
	background: #fff;
}
.sectionCategory4 .spInner {
	background: url(../img/common/bg3.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.sectionCategory4 .spInner .headerStyle1 {
	padding-bottom: 15px !important;
}
.icondata img {
	width: 80px;
	height: auto;
	position: relative;
	z-index: 9996;
}
.headerStyle1 .readType3 {
	font-size: 26px;
	/* letter-spacing: 0.1em; */
      line-height: 1.5em;
}
.sectionCategory4 .textContentsArea {
	font-size: 13px;
	letter-spacing: 0.1em;
}
.sectionCategory4 .textContentsArea br {
	display: none;
}
.sectionCategory5 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sectionCategory5 .innerCont .textContentsArea {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.8em;
	padding-bottom: 25px;
}
.btnHalfOutline {
	width: 100%;
	margin-bottom: 15px;
}
.btnHalfOutline span {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold;
	box-sizing: border-box;
}
.spBlank {
	display: block;
}
.ttlType2_2 {
	font-size: 14px;
	line-height: 1.4;
}
.course_nav a {
	border: 1px solid #0091ff;
	min-width: 56px;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	margin: 0 2px;
}
.course_nav a::after {
	right: 6px;
	font-size: 10px;
	margin-top: -6px;
}
.sectionCategory7 .staffBox .coursePhoto1 {
	width: 100%;
	float: none;
}
.sectionCategory7 .staffBox .coursePhoto1 .innerCont {
	height: 0 !important;
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.sectionCategory7 .staffBox .coursePhoto2 {
	width: 100%;
	float: none;
}
.sectionCategory7 .staffBox .coursePhoto2 .innerCont {
	height: 0 !important;
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.sectionCategory7 .staffBox .coursePhoto3 {
	width: 100%;
	float: none;
}
.sectionCategory7 .staffBox .coursePhoto3 .innerCont {
	height: 0 !important;
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.sectionCategory7 .staffBox .coursePhoto4 {
	width: 100%;
	float: none;
}
.sectionCategory7 .staffBox .coursePhoto4 .innerCont {
	height: 0 !important;
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.sectionCategory7 .staffBox .coursePhoto5 {
	width: 100%;
	float: none;
}
.sectionCategory7 .staffBox .coursePhoto5 .innerCont {
	height: 0 !important;
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.sectionCategory7 .staffBox .staffCont1 .contArea1 p.style2 {
	margin-bottom: 15px;
}
.course_memo, .course_timetable {
	padding: 5px;
}
.course_memo table td, .course_memo table th, .course_timetable table td, .course_timetable table th {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.course_memo table th {
	font-size: 12px;
	padding: 8px 0 7px;
	font-weight: normal;
	border-bottom: solid #eee 0px;
	border-top: solid #eee 8px;
}
.course_memo table td {
	border-top: solid #eee 3px;
	border-bottom: solid #eee 1px;
	padding: 5px 3px 5px;
}
.course_timetable table th {
	border-top: solid #eee 4px;
	border-bottom: solid #eee 0px;
	padding: 10px 0 9px;
}
.course_timetable table td {
	line-height: 1.4;
	font-size: 12px;
	padding: 5px 7px 6px;
	border-top: solid #eee 2px;
	border-bottom: solid #eee 2px;
}
.course_timetable strong {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.course_memo table td ul li {
	font-size: 12px;
	margin: 5px 0;
}
.course_timetable {
	padding-top: 15px;
}
.course_timetable table {
	margin-bottom: 17px;
}
.course_timetable {
	margin-bottom: 0;
}
.course_timetable p {
	font-size: 10px;
	padding-bottom: 10px;
}
.spbr {
	display: block;
}
.sectionFlowafter .innerCont article.spFlowAtNone {
	padding-right: 0px;
	background: none;/* color: #feff00; */
    }
.sectionFlowafter .innerCont article:nth-child(4n) {
	padding-right: 16%;
	background: url(../img/common/arrow_w2.png);
	background-repeat: no-repeat;
	background-position: 90% 20%;
	background-size: 9px;
}
.sectionFlowafter .innerCont article p {
	font-size: 13px;
	line-height: -0.2em;
	letter-spacing: 0.1em;
}
.spCenterFlow {
	display: block;
}
.spCenterFlow img {
	width: 100%;
	height: auto;
}
.blueBox2 {
	width: 100%;
	padding: 25px;
}
.sectionCategory7 {
	padding-bottom: 42.5px;
}
.sectionCategory7 .headerStyle1 {
	padding-bottom: 35px;
}
.sectionCategory7 .headerStyle1 .readType4 {
	font-size: 18px;
	line-height: 1.7em;
}
.sectionCategory7 .staffPhoto1 {
	height: 187px !important;
}
.sectionReason .headerStyle1 {
/* padding-bottom: 10px; */
    }
.sectionReason .ttlType2 {
	width: 100%;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.blueBox2 header h4 {
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	display: block;
	height: auto;
	padding-bottom: 20px !important;
}
.blueBox2 p {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
.blueBox2 {
	margin-bottom: 20px;
	height: auto !important;
	display: block;
}
.sectionReason .innerCont .pdb60px {
	padding-bottom: 10px;
}
.sectionReason .ttlType2 {
	font-weight: bold;
}
.pinkBox {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	height: auto;
}
.pinkBox header h5 {
	padding-bottom: 15px !important;
	padding-top: 7px;
}
.sectionReason {
	padding-bottom: 30px;
}
.sectionReason .btnStyle3 {
	width: 90%;
	margin-top: 15px;
}
.sectionReason .btnStyle3 a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
}
.sectionReason .btnStyle3 a span {
	background-size: 7px !important;
	letter-spacing: 0.1em;
}
.sectionCategory9 {
	background-attachment: inherit;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 60px;
}
.sectionCategory9 .innerCont h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.sectionCategory9 .innerCont p {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.sectionCategory9 .innerCont p br {
	display: none;
}
.sectionPolicy .headerStyle1 {
	padding-bottom: 0px !important;
}
.sectionPolicy .headerStyle1 .readType4 {
	font-size: 18px;
	margin-bottom: 70px;
}
.headerStyle1 .ttlType1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../img/common/img_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.headerStyle1 .ttlType1 img {
	width: 65%;
	height: auto;
}
.sectionPolicy .innerCont .policyBox .iconArea img {
	width: 86px;
	height: auto;
	margin-top: -34px;
}
.sectionPolicy .innerCont .policyBox header {
	padding-top: 5px;
	padding-bottom: 10px;
}
.sectionPolicy .innerCont .policyBox header h3 {
	padding-bottom: 0px;
 padding:;
	color: #104371;
	padding: 10px 20px 10px 10px;
	text-align: left;
	font-size: 18px;
}
.sectionPolicy .innerCont .policyBox .lineData {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.sectionPolicy .innerCont .policyBox .contArea {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.sectionNewspaper .innerCont .headerStyle1 {
	padding-bottom: 20px;
}
.sectionNewspaper .innerCont .qaAreaBox h3 {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 5px;
	font-weight: normal;
}
.sectionNewspaper .innerCont .qaAreaBox .boxWhite {
	font-size: 14px;
	padding: 12px;
	line-height: 1.8em;
}
.sectionNewspaper {
	padding-bottom: 45px;
}
.sectionNewspaper .btnStyle3 {
	margin-top: 0px;
}
.sectionNewspaper .innerCont .qaAreaBox {
	padding-bottom: 25px;
}
.btnStyle3 p span {
	background-size: 9px;
	background-position: 85% center;
}
.headerStyle1 .readType4 {
	font-size: 18px;
}
.sectionAccess .ttlType2Black {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.sectionAccess .arrowSpClass {
	margin-top: 5px;
}
.sectionCategory13 #map {
	height: 218px !important;
}
.sectionCategory13 .innerCont {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
.sectionCategory13 .innerCont dl dt {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.sectionCategory13 .innerCont dl dd {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.sectionContact {
	padding-top: 40px;
	padding-bottom: 40px;
}
.sectionContact .innerCont h2 {
	font-size: 16px !important;
}
.sectionContact .innerCont .textArea {
	padding-top: 17px;
	padding-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.sectionContact .innerCont .bottomData {
	padding-top: 0px;
}
.sectionContact .innerCont .bottomData h3 {
	font-size: 10px;
	padding-bottom: 5px;
}
.sectionContact .innerCont .bottomData .pdb20px {
	padding-bottom: 0px;
}
.FooterConft {
	padding-top: 0px;
}
.FooterConft .fbIcon {
	padding-bottom: 15px;
}
.FooterConft .logoData {
	margin-bottom: 2px;
}
.FooterConft .copyRight {
	padding-top: 10px;
	padding-bottom: 10px;
}
.formData dl {
	font-size: 13px;
}
.formData dl dt {
	padding-left: 4.5%;
	padding-right: 4.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.formData dl dt.valtop {
	vertical-align: top;
	padding-top: 16px;
}
.formData dl dd {
	padding: 3.86% 3.86% 3.86% 0px;
	vertical-align: middle;
	width: 71.4%;
	box-sizing: border-box;
}
.formData dl dd span {
	font-size: 13px;
	letter-spacing: 0px;
}
.formData dl dd select {
	width: 80%;
}
.formData dl dd .selectBoxArea .selectArrow {
	margin-left: -25px;
}
.formData dl dd .selectBoxArea .selectArrow img {
	width: 7px;
	height: auto;
}
.radio {
	width: 47%;
	display: block;
	height: 39px;
	float: left;
	position: relative;
	padding-left: 0px !important;
	margin: 0px 6px 0px 0px;
	text-align: center;
}
.radio:nth-child(4n) {
	margin-right: 0px;
}
.radio span {
	z-index: 9997;
	position: relative;
	width: 100%;
	display: block;
	padding-top: 13px;
	font-size: 11px;
}
.radio:after {
	background: #fff;
	font-size: 14px;
	position: absolute;
	box-sizing: border-box;
	border: none;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #dedede;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	left: 0px;
	height: 39px;
	margin-top: 0px;
	top: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #ffffff;
	/* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
/* IE6-9 */
    }
.radio:before {
	background: #fff;
	font-size: 14px;
	position: absolute;
	box-sizing: border-box;
	border: none;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	left: 0px;
	height: 39px;
	margin-top: 0px;
	top: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #cce6ff;
	/* Old browsers */
      z-index: 9997;
}
.formData dl dd span {
	font-size: 11px;
}
.radio:hover:after, .checkbox:hover:after {
	border: none !important;
}
.twoLine {
	margin-top: 0px;
}
.underPage .centerTxt {
	width: 81%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}
.underPage .headerStyle1 {
	padding-bottom: 12px !important;
	padding-top: 30px !important;
}
.underPage .headerStyle1 img {
	height: auto;
}
.underPage .headerStyle1 .ttlType1 {
	padding-bottom: 19px !important;
}
.personalData {
	margin-bottom: 25px;
}
.btnStyle3 a, .btnStyle3 p, .btnStyle3 button {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 0px;
	padding-left: 0px;
}
.btnStyle3 a .arrowBk, .btnStyle3 p .arrowBk, .btnStyle3 button .arrowBk {
	background-size: 7px !important;
	background-position: 94% center !important;
	font-weight: bold;
	line-height: 1.5em;
}
.btnStyle3 button {
	font-weight: bold;
}
.formData dl dd textarea {
	font-size: 10px;
}
.btnStyle3 a, .btnStyle3 p, .btnStyle3 button span {
	letter-spacing: 0px;
}
.underPage .FooterConft {
	/*margin-top: 25px;*/
}
.underPage .centerTxt {
	font-size: 13px;
	letter-spacing: 0px;
}
.radioList li {
	width: 100%;
	display: table;
	vertical-align: middle;
	margin-bottom: 5px;
}
.radioList li .radio {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.radioList li span {
	padding-top: 0px;
	line-height: 1.3em;
	font-size: 11px !important;
}
.radiotimelist li .radio {
	padding-top: 5px;
}
.radiocslist li .radio {
	padding-top: 13px;
}
.formData dl dd .must {
	font-size: 13px;
	padding: 3px;
	width: 37px;
	text-align: center;
	margin-top: 5px;
}
.formData dl dd .any {
	font-size: 13px;
	padding: 3px;
	width: 37px;
	text-align: center;
	margin-top: 5px;
}
.formData dl dd input {
	font-size: 10px;
}
.sectionFlowafter {
	padding-bottom: 30px;
}
.pinkBox header h4 {
	width: 165px;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pinkBox header h5 {
	font-size: 15px;
	letter-spacing: 0.1em;
}
.sectionPolicy .innerCont .policyBox .lineData {
	padding-right: 15px;
	padding-left: 15px;
}
.copyRight {
	padding-top: 20px;
	padding-bottom: 20px;
}
.underPage .confirmationData dl dt {
	font-size: 13px;
	padding-top: 3.86%;
	padding-left: 3.86%;
	padding-bottom: 3.86%;
	width: 32%;
}
.underPage .confirmationData dl dd {
	font-size: 13px;
}
.mainVisTextArea {
	width: 81.1%;
	margin-left: auto;
	margin-right: auto;
}
.formData dl dd input#datepicker {
	width: 60%;
	box-sizing: border-box;
}
.slide1 {
	background: url(../img/common/sp_slide1.png);
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide2 {
	background: url(../img/common/sp_slide2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide3 {
	background: url(../img/common/sp_slide3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.slide4 {
	background: url(../img/common/sp_slide4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 100;
}
.baseMain {
	background: url(../img/common/sp_slide1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: fixed;
}
.headMenuArea header .innerCont .headerContactArea li {
	font-weight: bold;
}
.sectionCategory4 .headerStyle1 .ttlType1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}

 @media screen and (max-width: 414px) and (max-width: 414px) {
	.sectionCategory4 .headerStyle1 .ttlType1 {
		width: 81.2%;
		margin-left: auto;
		margin-right: auto;
	}
	span.policy_title {
		font-size: 18px;
		color: #000000;
		display: block;
		text-align: center;
		padding-bottom: 20px;
		line-height: 1.4;
	}
	.sectionFlowafter .innerCont article {
		 width: 100%;
		 float: left;
		 color: #fff;
		 background: none;
		 background-size: 19px;
		 background-repeat: no-repeat;
		 background-position: 94% 47%;
		 margin-bottom: 20px;
		 min-height: 0px;
		 }
	.minilogo img {
	   width: 140px;
    	margin-top: 0px; 
	}
	.sectionFlowafter .innerCont article p.step_txt {
		 font-size: 13px;
		 text-align: left;
		 padding: 0px 0px 0px 0px;
		 letter-spacing: 0;
		 line-height: 1.8;
	}
}
 @media screen and (max-width: 414px) {
.sectionReason .headerStyle1 .ttlType1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 414px) and (max-width: 414px) {
.sectionReason .headerStyle1 .ttlType1 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 414px) {
.sectionCategory7 .headerStyle1 .ttlType1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 414px) and (max-width: 414px) {
.sectionCategory7 .headerStyle1 .ttlType1 {
	width: 81.2%;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 414px) {
.sectionCategory7 .ttlType2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
}
.sectionCategory7 .staffBox .staffPhoto3 .innerCont {
	height: 122.5px !important;
}
.sectionCategory7 .staffBox .staffPhoto4 .innerCont {
	height: 122.5px !important;
}
.sectionCategory7 .staffBox .staffPhoto2 .innerCont {
	height: 122.5px !important;
}
.sectionFlowafter .headerStyle1 .ttlType1 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 414px) and (max-width: 414px) {
.sectionFlowafter .headerStyle1 .ttlType1 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 19px;
}
}
 @media screen and (min-width:415px) {
.hidePC {
	display: none;
}
}
 @media screen and (max-width: 414px) {
.hideSP {
	display: none;
}
.sectionPolicy .innerCont .policyBox .lineData {
	font-weight: bold;
}
.footerTel {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.footerTel img {
	width: 100%;
}
.sectionContact .innerCont .bottomData .weekText {
	letter-spacing: 0.4px;
}
.FooterConft .logoData {
	width: 148px;
	height: auto;
}
.headerMini .innerCont .headBtnList li:first-child a {
	font-weight: bold;
}
 input::-webkit-input-placeholder {
 font-size: 10px;
}
 input:-moz-placeholder {
 font-size: 10px;
}
.glovalMenuArea .headBtnList ul .btnStyle2Out a {
	font-weight: bold;
}
.glovalMenuArea .slideNavBottom2 a {
	font-weight: bold;
}
.sectionFlowafter .innerCont article h3 {
	font-weight: bold;
	font-size: 24px;
}
.sectionCategory7 .staffBox .staffPhoto3 .innerCont {
	background: none;
}
}
 @media screen and (max-width: 320px) {
.headMenuArea .sectionIntro .mainVisTextArea .mainTextArea2 {
	font-size: 22px;
}
.headMenuArea .sectionIntro .mainVisIconList {
	padding-top: 5%;
}
}
.attention {
	font-size: .8em;
	color: #999;
	border: 1px solid #bbb;
	padding: .8em;
	line-height: 1.4;
	margin-bottom: 1em;
	clear: both;
}
p.policyNum {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 20px 0;
	padding: 0px 0px;
	background-color: #252525;
	border-radius: 16px;
}
span.policy_title {
	font-weight: bold;
	font-size: 25px;
	display: block;
	padding-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}
span.policy_txt {
	font-size: 14px;
	display: block;
	padding-bottom: 20px;
	line-height: 1.8;
	text-align: left;
}
 @media screen and (max-width: 414px) {
span.policy_title {
	font-size: 17px;
	padding-bottom: 13px;
	line-height: 1.4;
	letter-spacing: 2;
}
span.policy_txt {
	font-size: 13px;
	display: block;
	padding-bottom: 20px;
	line-height: 1.5;
	text-align: left;
}
}
.redline {
	border-bottom: 2px solid #ff0000;
	font-weight: bold;
	padding-bottom: 2px;
}
.boxWhite span.txt {
	border-bottom: solid 1px #ff0000;
	padding: 0px 2px;
	letter-spacing: 1px;
	color: #000;
	display: inherit;
	width: 100%;
}
.movieset {
	border: 15px solid #fff;
	background-color: #f9f9f9;
	width: 46%;
	margin: 0 auto;
	padding-bottom: -52px;
}
 @media screen and (max-width: 414px) {
.movieset {
	border: 3px solid #fff;
	background-color: #f9f9f9;
	width: 99%;
	margin: 0 auto;
}
}
.movieset iframe {
	text-align: center;
}
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.tac {
	text-align: center;
}
span.adress {
	font-size: 14px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 23px;
}
.linkbtn {
    border: 1px solid #000;
    border-radius: 18px;
    padding: 10px 2px 10px 2px;
    font-size: 10px;
    font-weight: bold;
    margin-top: 11px;
    text-align: center;
    width: 90%;
}
.linkbtn_mini {
    color: #0093ff;
    border-radius: 18px;
    padding: 8px 2px 8px 2px;
    font-size: 13px;
    font-weight: bold;
    width: 90%;
}
.blk_nounderlin {
	color: #000;
	text-decoration: none;
}

 @media screen and (max-width: 414px) {
	.linkbtn_mini {
    font-size: 12px;
	 padding: 8px 2px 0px 2px;
	}
}
.sectionVoice {
	padding-bottom: 100px;
}
.sectionVoice .textContentsArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 2em;
	font-size: 14px;
}
 @media screen and (max-width: 414px) {
.sectionVoice {
	padding-bottom: 70px;
}
.sectionVoice .textContentsArea {
	width: 100%;
}
}

.sectionCompany {
	padding-bottom: 70px;
}

.sectionCompany .textContentsArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 2em;
	font-size: 14px;
}
 @media screen and (max-width: 414px) {
.sectionCompany {
	padding-bottom: 30px;
}
.sectionCompany .textContentsArea {
	width: 100%;
}
}

table.personal {
	border-collapse: collapse;
	margin: auto;
	width: 58%;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 14px;
}
table.personal tr {
	border-bottom: 5px solid #ffffff;
}
table.personal td, table.col-head-type1 th {
	display: table-cell;
	padding: 7px;
	background-color: #ececec;
}
table.personal th {
	background-color: #eee;
	width: 50%;
}
table.profile {
	border-collapse: collapse;
	margin: auto;
	width: 58%;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 14px;
}
table.profile tr {
	border-bottom: 5px solid #ffffff;
}
table.profile td, table th {
	display: table-cell;
	padding: 7px;
	font-size: 14px;
	background-color: #f7f7f7;
}
table.profile th {
	background-color: #eee;
	width: 50%;
}
 @media screen and (max-width: 414px) {
	table.personal {
		margin-top: 20px;
		width: 90%;
	}
	table.personal tr {
		border-bottom: 5px solid #ffffff;
	}
	table.personal td, table th {
		display: block;
		padding: 1px;
		font-size: 12px;
		width: 100%;
	}
	table.personal th {
		background-color: #eee;
		width: 100%;
	}
	table.profile {
		margin-top: 20px;
		width: 90%;
	}
	table.profile tr {
		border-bottom: 5px solid #ffffff;
	}
	table.profile td, table.col-head-type1 th {
		display: block;
		padding: 10px;
		font-size: 12px;
	}
	table.profile th {
		background-color: #eee;
		width: 100%;
		text-align: center;
	}
}
.sectionAccess {
	padding-bottom: 60px;
}
/* profile */

  .grad-wrap {
	position: relative;
}
.grad-wrap+.grad-wrap {
	margin-top: 40px;
}
.grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 87%;
    margin: auto;
    margin-bottom: 20px;
    /* padding: 1px 1px; */
    border-radius: 32px;
    background: #d3d3d3;
    border: 1px #d3d3d3 solid;
    color: #383838;
    font-size: 1.1rem;
    text-align: center;
    /* font-weight: bold; */
    cursor: pointer;
    transition: .2s ease;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, .3); */
  }
.grad-trigger::after {
	content: "+"
}
.grad-trigger:hover {
	background: #fff;
	color: #888888;
}
.grad-trigger .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
   line-height: 1.7;
}
.grad-item.is-hide {
	height: 150px;
}
 @media screen and (max-width: 414px) {
.grad-item.is-hide {
	height: 600px;
}
}
.grad-item p+p {
	margin-top: 1em;
}
.grad-item::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
	bottom: -2em;
}
.grad-trigger.is-show::after {
	content: "+"
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}
/* Moblephone Menu */

  li.snsbtn {
	display: inline-block;
	margin: 0px 2px;
}
footer.FooterConft {
	/* background-color: #e0e0e0; */
	background-color: #343434;
}
.mb60 {
	margin-bottom: 60px;
}
/* PDF NEWSPAPER */

  .swiper-container {
	text-align: center;
}
.swiper-container .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.prettyprint {
	border: none;
	background: #fafafa;
	color: #697d86;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

div.newstitle {
	font-size: 14px;
}
.newspaper_description {
    background-color: #ffffff;
    color: #333;
    min-height: 119px;
    padding: 10px 20px 18px 20px;
    margin-top: 3px;
    margin-bottom: 20px;
    border-radius: 6px;
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
}
.slidewidth {
    width: 100%;
}
h3.tac.voice {
    font-size: 22px;
    padding-bottom: 35px;
}
span.name {
    font-weight: bold;
    display: block;
	 padding-bottom: 5px;
}
a.interview {
    display: table;
    text-decoration: none;
    /* background-color: #f9f9f9; */
    border: 2px solid #0093ff;
    color: #0093ff;
    font-weight: bold;
    padding: 5px 16px 5px 16px;
    border-radius: 23px;
    margin-top: 10px;
    font-size: 14px;
    /* width: 89%; */
    /* text-align: center; */
}
a:link.borderbtn {
    text-decoration: none;
    color: #0093ff;
    font-weight: bold;
    padding: 5px 16px 8px 0px;
    border-radius: 23px;
    margin-top: 10px;
    font-size: 15px;
}
a:hover.borderbtn{
	color:#00c4ff;
}

.company_tel a:link{
	color:#fff;
}

.footertelbtn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 18px;
    padding: 10px 20px 10px 23px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 68%;
    margin: 0 auto;
}

.flow_after_step article figure img {
    width: 120px;
}

 @media screen and (max-width: 414px) {
	div.staff_intro {
		font-size: 14px;
	} 
	.swiper-button-next, .swiper-button-prev {
    	margin-top: -85px !important;
	}
	h3.tac.voice {
	 font-size: 20px;
    padding-bottom: 18px;
    padding-top: 17px;
    line-height: 1.4;
	}
	.swiper-button-next, .swiper-button-prev {
		 top: 41% !important;
	}
	.company_tel a:link{
		color:#fff;
	}
}
/* SNS */	
	.snslayout {
	float: left;
}
.snslayout div {
	margin:0 5px 0 5px;
}
 @media screen and (max-width: 414px) {
.snslayout {
	display: block;
}
.mgt25_spOnly {
	margin-top: 25px;
}
.snslayout div {
	margin:10px 5px 0 5px;
}
}
span.mov_update {
	display: block;
	font-size: 12px;
}
/* h2 title */
h2.section_ttl {
    font-size: 33px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #333;
    padding-top: 10px;
}
h2.section_ttl.white {
	color: #fff;
}
span.subtitle{
    font-size: 18px;
    line-height: 1.9;
}

span.subtitle.white{
	color: #fff;
}

 @media screen and (max-width: 414px) {
h2.section_ttl {
	font-size: 20px;
	line-height: 1.4em;
	margin-top: 7px;
	margin-bottom: 10px;
}
span.subtitle{
    font-size: 13px;
    line-height: 1.7;
    /* margin-top: 10px; */
}
}
/* policy before after */
p.policy_before {
	background-color: #ffffff;
	border: 3px solid #0280cc;
	padding: 10px 15px 10px 15px;
	border-radius: 8px;
	margin-bottom: 5px;
	text-align: left;
}
@media screen and (max-width: 414px) {
p.policy_before {
	width: auto;
	text-align: left;
	min-height:70px;
}
}
p.policy_after {
	background-color: #0280cc;
	border: 3px solid #0280cc;
	border-radius: 4px;
	padding: 13px 15px 15px 15px;
	border-radius: 8px;
	color: #fff;
	text-align: left;
	min-height: 100px;
	margin-top: 5px;
}
@media screen and (max-width: 414px) {
p.policy_after {
	width: auto;
	text-align: left;
}
}
.policy_contArea {
	align-items: center;
	padding: 0px 30px 30px 30px;
	text-align: center;
}
@media screen and (max-width: 414px) {
.policy_contArea {
	display: block;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
}
img.arrow_under {
	margin: 5px 0px;
	width: 21px;
}
.when {
	text-align: center;
	padding-bottom: 6px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.policy_before span.when {
	border-bottom: 1px dotted #0280cc;
	color: #0280cc;
	font-size: 16px;
	padding-bottom: 11px;
}
.policy_after span.when {
	border-bottom: 1px dotted #fdf9f5;
	color: #fff;
	font-size: 16px;
	padding-bottom: 11px;
}
span.description {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.policy_before span.description {
	color: #333;
}
.policy_after span.description {
	color: #fff;
}
span.mov_update {
	font-weight: normal;
	padding-top: 10px;
}

.snsLink a {
   text-decoration: none;
}

.comingsoon {
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* Logo */

p.logoArea {
	padding-left: 24px;
}
p.logoArea img {
	width: 200px;
	margin-top: 1px;
}

/* Menu */

.header_btn {
	float: left;
   position: absolute;
   left: 765px;
   top: 25px;
   z-index: 9997;
   border: 2px solid #ccc;
   padding: 6px 10px 6px 8px;
   border-radius: 30px;
   font-weight: bold;
   font-size: 18px;
}
.header_btn_right {
    z-index: 9997;
    position: absolute;
    right: 0;
    margin-right: 20px;
    border-radius: 18px;
    font-weight: bold;
}

@media screen and (max-width: 414px) {
	.header_btn {
    z-index: 9993;
    position: sticky;
    margin-right: 45px;
    background-color: #00b5f3;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    border: 0;
	}
	.header_btn_right {
		 display:none;
	}
	.startmenu {
		 margin-right: 58px;
		 margin-top: 13px;	
	}
	p.logoArea {
		 padding-left: 24px;
	}
	p.logoArea img {
	   width: 160px;
    	margin-top: 0px; 
	}
	.header_btn {
		display: none;
	}
}

	@media screen and (max-width: 330px) {
		p.logoArea img {
			width: 140px;
			margin-top: 0px; 
		}
	}

/* Main */
.mainVisIcon {
    z-index: 100;
}

.txtAreaCenter.mouseRoll {
	z-index: 9993;
}

h2.newspaper {
    margin-bottom: 40px;
}

@media screen and (max-width: 414px) {
	h2.newspaper {
		 margin-bottom: 0px;
	}
}


/*contents*/
.contents {
	padding-bottom: 40px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width: 414px) {
	.contents {
		 padding-bottom: 0px;
		 width: 87%;
		 margin: 0 auto;
		 margin-top: 10px;
	}
}

/*tabs*/
.tabs {
	padding-bottom: 40px;
	width: 1000px;margin: 0 auto;
}

.tab_item {
	width: calc(94.5%/3);
	padding: 10px 0px;
	border-bottom: 3px solid #0093ff;
	margin: 7px;border: solid 2px;
	background-color: #d9d9d9;
	line-height: 1.6;
	font-size: 16px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 6px;
}
.tab_item:hover {
opacity: 0.75;
}

input[name="tab_item"] {
display: none;
}

.tab_content {
	display: none;
   padding: 24px 10px 0;
	clear: both;
	overflow: hidden;
}

#all:checked ~ #all_content,
#management:checked ~ #management_content,
#accessinfo:checked ~ #accessinfo_content {
display: block;
}

.tabs input:checked + .tab_item {background-color: #ffffff;color: #000;}

.tabs input:checked + .tab_item {background-color: #ffffff;color: #000;}

.tab_content_description h3 {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tab_content_description h3 span.subtitle{
	 font-size: 19px;
    line-height: 1.9;
    display: -webkit-box;
}

.tab1_txt{
   line-height: 1.8;
}
.txt_width1{
	width: 514px;
}
.txt_width2 {
   width: 550px;
}
.txt_width3 {
	width: 580px;
}

.txt_width4 {
    width: 420px;
}

.txt_width5 {
    width: 520px;
    line-height: 2;
}

.top_voice_contents h3{
    color: #00a1ee;
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 1.5;
    margin-top: 18px;
}

p.update {
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
}

@media screen and (max-width: 414px) {
	.txt_width1{
		width: 100%;
	}
	.tab_content_description h3 span.subtitle{
		 font-size: 15px;
		 letter-spacing: 0px;
		 line-height: 1.9;
		 margin-left: 0px;
		 display: block;
	}	
}
.imgarea{
	text-align:center;
	margin-right: 60px;
}
.imgarea img{
	width: 400px;
	margin-bottom: 10px;
}
.imgarea2 img{
	width: 400px;
}
.imgarea3 img{
	width: 555px;
	margin-bottom: 10px;
	/* margin-right: 90px; */
}

.imgarea4 img{
	width: 400px;
	margin-bottom: 10px;
	margin-right: 50px;
}

p.floatLeft.imgarea2 {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.imgarea5{
	 float: right;
}

.imgarea5 img{
    width: 230px;
    margin-bottom: 31px;
}

span.idea_txt.green_txt {
    position: absolute;
}


@media screen and (max-width: 414px) {
	p.floatLeft.imgarea2 {
		 padding: 0px;
		 background-color: #f7f7f7;
		 border-radius: 10px;
		 margin-right: 0px;
		 margin-bottom: 27px;
	}
	.imgarea2 img{
		 width: 100%;
		 margin-bottom: 0px;
		 margin-right: 0px;
	}
	.imgarea5{
	 float: none;
    text-align: center;
    margin-top: 10px;
	}
	.imgarea5 img{
		margin-bottom: 0px;
	}
	
	span.idea_txt.green_txt {
		 position: inherit;
	}

}

p.pline.clearfix {
    border-bottom: 1px solid;
    margin: 20px 0px;
}

.tab_content_hr {
    margin-top: 40px;
    margin-bottom: 40px;
	 clear: both;
}

	.tab1_txt_ol {
    width: 90%;
    font-size: 16px;
}


@media screen and (max-width: 414px) {
	.tabs {
		margin-top: 93px;
		padding-bottom: 0px;
		width: 100%;margin: 0 auto;}
	.tab_item {
		 width: 30%;
		 border-bottom: 3px solid #0093ff;
		 border: solid 2px;
		 margin: 3px 0px 3px 1.7%;
		 background-color: #d9d9d9;
		 line-height: 1.3;
		 font-size: 14px;
		 display: block;
		 float: left;
		 text-align: center;
		 font-weight: bold;
		 transition: all 0.2s ease;
		 border-radius: 6px;
	}
	.tab_item:hover {
	opacity: 0.75;
	}
	input[name="tab_item"] {
	display: none;
	}
	.tab_content {
		 padding: 0px 20px 0 20px;
		 overflow: hidden;
	}
	#all:checked ~ #all_content,
	#management:checked ~ #management_content,
	#accessinfo:checked ~ #accessinfo_content {
	display: block;
	}
	.tabs input:checked + .tab_item {background-color: #ffffff;color: #000;}
	.tab_content_description h3 {
		margin: 15px 0px 15px 0px;
		font-size: 18px;
		letter-spacing: 1.1px;
		line-height: 1.7;
	}
	.tab1_txt{
		width:100%;
		font-size: 14px;
	}
	.tab1_txt_ol {
    width: 90%;
    font-size: 14px;
	}
	.txt_width5 {
    line-height: 1.8;
	}
	.imgarea {
		 text-align: center;
		 margin-right: 0px;
		 margin-bottom: 15px;
		 font-size: 14px;
	}
	.imgarea img {
		 width: 100%;
		 margin-bottom: 10px;
	}
	.tab_content_hr {
    	margin: 25px 0px;
	}
	
	.headerStyle1 p {
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 5px;
	}
}


/*table*/

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #d0d0d0;
  color: #333;
  padding: 11px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
 
.col-head-type1 th {
  background: #ececec;
  text-align: left;
  width: 219px;
}

/*table2*/

.col-head-type2 {
  border-collapse: collapse;
  width: 98%;
}

.col-head-type2 tr td.titleback{
	background-color: #ececec;
	font-weight: bold;
}
.col-head-type2 tr td.numberback{
	background-color: #f8f8f8;
	width:20px;
}
 
.col-head-type2 th,
.col-head-type2 td {
  border: 1px solid #d0d0d0;
  color: #333;
  padding: 11px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
 
.col-head-type2 th {
  background: #ececec;
  text-align: left;
  width: 219px;
}

.price_coments{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 50px;
	 text-align: left;
	 line-height: 1.5;
}

div.staff_contents h4 {
    text-align: left;
    padding-bottom: 11px;
	 width: 100%;
}

 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
	.col-head-type2 td {
		 border: 1px solid #d0d0d0;
		 color: #333;
		 padding: 1px;
		 background-color: #fff;
		 font-size: 10px;
		 line-height: 1.5;
	}
}

span.comment {
    font-weight: normal;
    background-color: #0093ff;
    color: white;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    border-radius: 24px;
    display: table-cell;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
    min-width: 120px;
    /*max-width: 100%;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #0093ff;
}

.balloon1:before{
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    margin-left: -7px;
    border: 8px solid transparent;
    border-top: 15px solid #0093ff;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 414px) {
	.balloon1 {
		 position: relative;
		 display: inline-block;
		 margin: 0;
		 margin-top: 19px;
		 padding: 15px 15px 15px 15px;
		 border-radius: 8px;
		 min-width: 92%;
		 text-align: center;
		 max-width: 100%;
		 color: #fff;
		 font-size: 16px;
		 font-weight: bold;
		 background-color: #0093ff;
	}
	.price_coments{
		 font-size: 11px;
		 padding-top: 5px;
		 line-height: 1.5;
		 padding-bottom: 25px;
	}
	.col-head-type2 {
	  border-collapse: collapse;
	  width: 100%;
	}
}

.intro_sp{
	font-size: 14px;
   line-height: 1.7;
}

ul.store_link {
    display: inline-flex;
}	 
ul.store_link li {
    margin: 1%;
}

ul.store_link li a img {
    width:100%;
}

/* privacy */
.privacytxt {
    line-height: 1.7;
    font-size: 14px;
}

p.signature {
	font-size: 12px;
   text-align: right;
   margin-bottom: 40px;
}

/* title */
h4.title {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size: 18px;
    border-bottom: 1px solid #333;
    line-height: 1.7;
	 display: block;
}
/* work */

.workimg{
	width:100%;
	}
.img_1c{
	width:100%;
	}
.img_2c{
	width: 47%;
	margin: 0 4px;
	border: 7px solid #fff;
	}
@media only screen and (max-width: 800px) {
	.img_2c{
		width: 94%;
		margin:5px 0px;
	}
}
.point_title {
    background-color: #009fe8;
    padding: 4px 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
}
span.point_title {
    margin-left: -2px;
}

.contents h4 {
    text-align: left;
    margin-bottom: 37px;
    font-size: 26px;
}

p.floatLeft.tab1_txt.txt_width2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    color: #0093ff;
}

p.readtxt {
	line-height: 1.8;
   text-align: left;
   font-size: 17px;
}

.flow_after_step{
	width: 1000px;
	margin: 0 auto;
	margin-top: 35px;
	}
	
.flow_after_step article ol {
    margin: 0 auto;
    text-align: left;
    padding-left: 5%;
}

@media screen and (max-width: 414px) {
	.contents h4 {
		 text-align: left;
		 margin-bottom: 20px;
		 font-size: 19px;
		 line-height: 1.4;
	}
	p.readtxt {
		 line-height: 1.8;
		 text-align: left;
		 font-size: 14px;
	}
	.flow_after_step{
		width: 88.2%;
		margin: 0 auto;
		margin-top: 35px;
		}
	h4.title {
		 margin-top: 40px;
		 margin-bottom: 14px;
		 font-size: 14px;
		 border-bottom: 1px solid #333;
		 line-height: 1.7;
	}
}

ul.voicebox {
    text-align: left;
}

.voicebox li {
    display: inline-block;
    width: 234px;
    margin: 7px 4px;
    overflow: hidden;
    background: #ffffff;
    min-height: 300px;
	 box-shadow: 0 0 8px #e5e5e5;
    border-radius: 5px;
}

.voicebox li.lng {
    min-height: 352px;
}

.voicebox li.noimages {
    width: 154px !important;
}

.voicebox li.noimages.l4 {
    min-height: 212px;
}

.voicebox li.noimages.lng {
    min-height: 304px;
}

.voicebox li a, .voicebox li img {
    display: block;
    width: 100%;
    max-width: 100%;
	 text-decoration: none;
}

.voicebox li .imgBox {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.voicebox li .detail {
    padding: 18px;
    text-align: left;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
}

.voicebox li.noimages .detail {
    padding: 10px;
    text-align: left;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
}

.voicebox li .detail .txt {
/*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/
}

.voicebox li .detail .onlytxt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;  
  width: 1000px;
}

.voicebox li .ttl {
    font-size: 0.6rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
}

.voicebox li.noimages .ttl {
    font-size: 0.6rem;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.update {
    text-align: right;
    margin: 0 auto;
    font-size: 12px;
}

#price01 .contents_txt span.title{
    font-size: 26px;
	}
	
#price01 .contents_txt{
    margin-bottom:30px;
	}
	
#dispatch .contents_txt span.title{
    font-size: 26px;
	}

@media screen and (max-width: 414px) {
	ul.voicebox {
		 display: block;
		 margin: 0 auto;
		 margin-top: 25px;
		 font-size: 0;
		 }
	.voicebox li {
		 display: inline-block;
		 width: 47.7%;
		 min-width: 0;
		 min-height: 254px;
		 background-color: #ffffff !important;
		 margin: 2px;
		 position: relative;
		 background: none;
		 vertical-align: top;
		 border: 1px solid #e2e2e2;
	}
	.voicebox li .detail {
		 padding: 13px;
		 text-align: left;
		 color: #333;
		 line-height: 1.5;
		 font-size: 12px;
		 background-color: #ffffff;
	}
	.voicebox li .detail .txt {
	  -webkit-line-clamp: 2;
	}
	.voicebox li .ttl {
		 font-size: 0.7rem;
		 line-height: 1.2;
		 margin-bottom: 10px;
		 font-weight: bold;
	}
	.update {
		 margin-top: 6px !important;
		 text-align: center !important;
		 width: 87% !important;
	}
	.voicebox li.noimages {
    width: 47.7% !important;
	}
	.voicebox li.lng {
		 min-height: 307px;
	}
	#price01 .contents_txt span.title{
		 font-size: 18px;
		}
		
	#price01 .contents_txt{
		 margin-bottom:30px;
		}
	#dispatch .contents_txt span.title{
    	font-size: 18px;
	}
}

/* TOP */
.raeson_title {
    display: inline-table;
}

.title_number {
    float: left;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 20px;
    color: #0093ff;
}

.title_txt {
    float: left;
    /* height: 54px; */
    /* vertical-align: middle; */
    padding-top: 0px;
    /* background-color: #ccc; */
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    /* margin-left: 8px; */
}

ul.raesonbox {
    width: 1000px;
    margin: 0 auto;
}
ul.raesonbox li {
    display: inline-block;
    width: 400px;
    margin: 0px 7px 19px 7px;
    padding: 20px 25px 28px 25px;
    overflow: hidden;
    background: #ffffff;
    min-height: 214px;
    border-radius: 12px;
    text-align: left;
}

span.title_number {
	color: #0093ff;
	font-size: 29px;
	font-weight: bold;
	vertical-align: middle;
}

span.title_txt {
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    margin-left: 14px;
    color: #333;
}

.title_txt_s {
	padding-top: 11px;
	font-size: 22px;
}

.title_txt_w {
	/* padding-top: 12px; */
	font-size: 20px;
}

p.raeson_txt {
    margin-top: 16px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.6;
}

.top_voice_contents.in {
    width: 1000px;
    margin: 0 auto;
}
.top_voice_img img{
    width: 335px;
    margin-right: 47px;
}

/* loopslider */

#loopslider,#loopslider2 {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
	 margin-top: 25px;
}
 
#loopslider ul,#loopslider2 ul {
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li,#loopslider2 ul li {
    width: 195px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}

.voice_btn_area {
    margin: 0 auto;
    text-align: center;
    margin-top: 58px;
    font-size: 22px;
    line-height: 1.5;
}

a:link.top_voice_btn {
	 border: 2px solid #0093ff;
    /* color: #fff; */
    border-radius: 30px;
    padding: 15px 50px 15px 50px;
    /* margin-top: 20px; */
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    width: 68%;
    margin: 0 auto;
}

.top_voice_btn a:hover {
    text-decoration:none !important;
}

.loopsliderarea {
    margin-bottom: 30px;
}

p.top_voice_img {
    float: left;
}

<!-- top recruit -->

.entry_flowcontainer {
    margin: 0 auto;
}

.entry_flowbox {
    width: 1000px;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 58px;
}
.entry_flowbox_photo {
    float: right;
    /* width: 280px; */
    height: 240px;
}
.entry_flowbox:before {
    content: "";
    width: 67px;
    height: 44px;
    background: url(./flow_arrow_under.png) no-repeat;
    background-size: 41px;
    position: absolute;
    bottom: -60px;
    left: 51%;
    margin-left: -35px;
}
.entry_flowbox:last-child:before {
    content : none ;
}
.entry_flowbox_text h4 {
    margin-bottom: 18px;
    font-size: 35px;
    font-weight: bold;
    color: #0093ff;
    display: block;
    width: 100%;
}
.entry_flowbox_text {
    float: left;
    margin: 31px 0 0 45px;
    width: 560px;
}
.entry_flowbox_text p {
    font-size: 15px;
    line-height: 1.55;
}
.entry_flowbox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.entry_flowbox_text h4 span {
    font-size: 12px;
    display: block;
    padding-bottom: 6px;
    padding-left: 2px;
    color: #333;
}
.flow_after {
    padding: 35px 0px;
    background-image: url(../assets/flow_after_joining_back.png);
}
.flow_after img {
    width: 1000px;
}
.entry_flowcontainer .innerCont article {
    width: 18.41%;
    float: left;
    padding-right: 8.7%;
    color: #fff;
    background: url(../img/common/arrow_w2.png);
    background-repeat: no-repeat;
    background-position: 80% 150px;
}

/* Entry */
.entry_txt{
   margin: 0 auto;
   margin-top: -15px;
   text-align: center;
	margin-bottom: 20px;
}
.entrybtn {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
}
.entry_txt p{
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 12px;
}
.entry_txt p a{
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 16px;
	font-weight: bold;
}
img.entry_tel,img.entry_form {
    width: 324px;
    margin: 0px 4px;
}

a:link.fax {
	 border: 2px solid #fff;
	 color: #fff;
	 border-radius: 30px;
	 padding: 15px 50px 15px 50px;
	 font-size: 19px;
	 font-weight: bold;
	 text-align: center;
	 width: 68%;
	 margin: 0 auto;
}

a:hover.fax {
	 border: 2px solid #fff;
	 color: #fff;
}

a:visited.fax {
	 border: 2px solid #fff;
	 color: #fff;
}

.top_voice_btn a:hover {
    text-decoration:none !important;
}

span.ideatitle {
    color: #0093ff;
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-top:30px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    width: 86%;
}

.idea_txt {
	padding-left: 35px;
	display: block;
	/* font-weight: 600; */
	font-size: 18px;
	line-height: 1.7;
}

span.ideatitle:first-child{
    margin-top: 0px;
}

.tab_content_description img.spOnly {
    width: 100%;
	 margin-bottom: 10px;
}

h3.ideatitle {
    margin-bottom: 15px;
    font-size: 20px;
}

.map{
	width:100%;
	height:500px;
	margin-top: 30px;
}

p.topic {
    margin-top: 20px;
    line-height: 1.7;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 19px;
    border-radius: 9px;
    color: #5b5b5b;
    font-weight: 700;
}

span.workstyle_time_title {
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    display: block;
}

@media screen and (max-width: 414px) {
ul.raesonbox {
    width: 100%;
}
ul.raesonbox li {
	width: 79%;
	padding: 20px 25px 27px 25px;
	overflow: hidden;
	background: #ffffff;
	/* min-height: 215px; */
	border-radius: 12px;
	text-align: left;
}	
.title_number {
    float: left;
    font-size: 27px;
    /* font-weight: 600; */
    margin-top: 10px;
    margin-right: 4px;
    color: #0093ff;
}
.title_txt {
    vertical-align: middle;
    /* font-size: 16px; */
    font-weight: bold;
    margin-left: 7px;
    color: #333;
}
p.raeson_txt {
    margin-top: 12px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.6;
}
.title_txt_s {
	font-size: 17px;
}
.title_txt_w {
	padding-top: 1px;
	font-size: 17px;
}

.top_voice_contents.in {
	width: 88%;
}

p.top_voice_img {
    float: none;
    text-align: center;
}

p.top_voice_img img {
    margin-right: 0px;
    margin-top: 10px;
    width: 100%;
}

.top_voice_contents h3 {
    line
}

a:link.top_voice_btn {
	 border: 2px solid #0093ff;
	 border-radius: 30px;
	 padding: 15px 50px 15px 50px;
	 font-size: 16px;
	 font-weight: bold;
	 text-align: center;
	 width: 68%;
	 margin: 0 auto;
}

.entry_flowbox {
    width: auto;
    background: #ffffff;
    position: relative;
    margin: 0 15px 40px;
}

.entry_flowbox_photo img {
    width: 100%;
    height: auto;
}

.entry_flowbox_text {
    width: auto;
    float: none;
    margin: 20px 20px 0;
	 padding-bottom: 20px;
}

.entry_flowbox_text h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #0093ff;
}

.entry_flowbox_text p {
    font-size: 13px;
    line-height: 1.55;
}

.entry_flowbox:before {
    background-size: 29px;
    bottom: -58px;
    left: 58%;
}
.flow_after {
	 margin-top: 13px;
    padding: 25px 0px 13px 0px;
}
.flow_after img {
    width: 95%;
}

.entrybtn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}

.entry_txt p {
	color: #fff;
   line-height: 1.7;
   font-size: 13px;
   text-align: left;
   margin-top: 30px;
}

img.entry_tel, img.entry_form {
    width: 100%;
    margin: 2px 0px;
}

a:link.fax {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.sectionEntry {
    padding-bottom: 50px;
}

img.flow_arrow_under_w {
    width: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

span.ideatitle {
    color: #0093ff;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-top: 30px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    width: 100%;
}

.idea_txt {
	 padding-left: 28px;
    display: block;
    font-size: 14px;
}

h3.ideatitle {
    margin-bottom: 15px;
    font-size: 17px;
}

.map{
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

p.topic {
    margin-top: 0px;
    line-height: 1.7;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 16px;
    border-radius: 9px;
    color: #333333;
    font-weight: 500;
}

span.workstyle_time_title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    display: block;
}

}
/* css lib*/

.pdb40px {
	padding-bottom: 40px;
}
.pdb100px {
	padding-bottom: 100px !important;
}
.mgt20px {
	margin-top: 20px !important;
}
.mgt30px {
	margin-top: 30px !important;
}
.mgb10px {
	margin-bottom: 10px !important;
}
.mgb20px {
	margin-bottom: 20px !important;
}
.mgt60px {
	margin-top: 60px !important;
}
.pdb0px {
	padding-bottom: 0px !important;
}
.pdb30px {
	padding-bottom: 30px !important;
}
.pdb20px {
	padding-bottom: 20px;
}
.pdt25px {
	padding-top: 25px;
}
.pdb25px {
	padding-bottom: 25px;
}

h4 {
    display: -webkit-inline-box;
}

.fsize10{
	font-size:10px !important;
	}
.fsize12{
	font-size:12px !important;
	}
.fsize14{
	font-size:14px !important;
	}
.fsize16{
	font-size:16px !important;
	}
.fsize_m{
	font-size: 20px !important;
	}		
.w_tel {
    width: 20%;
    display: -webkit-inline-box;
}

.yellow {
    color: #fbfe00;
}

span.title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

p.contents_txt {
    line-height: 1.5;
    font-size: 14px;
}

p.banner1 {
    margin-bottom: 40px;
    text-align: center;
}

p.banner1 img {
/*    height: 75px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 0px 0px 20px 1px;
    padding: 8px;
    background-color: #fff;*/
}

p.subtitle {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 19px;
}

textarea.form-control {
    height: 70px;
}

.entrytitle {
    line-height: 1.5;
    font-size: 29px !important;
}

@media screen and (max-width: 414px) {
	.fsize_sml{
		font-size:10px !important;
		}	
	.fsize_m{
		font-size:17px !important;
		}	
	input::placeholder {
	  font-size: 0.9em;
	}
	p.contents_txt {
	  margin-top:10px;
	  line-height: 1.5;
	  font-size: 13px;
	}
	p.banner1 {
		 margin-bottom: 20px;
	}
	p.subtitle {
		 width: 90%;
		 margin: 0 auto;
		 margin-bottom: 10px;
		 border-bottom: 1px solid;
		 padding-bottom: 8px;
		 padding-left: 4px;
		 font-size: 16px;
	}
	label.tab_item.haisha {
		 padding: 19px 0px;
	}
	
	.entrytitle {
		 line-height: 1.5;
		 font-size: 16px !important;
	}
	input#back2 {
		 background-color: #fff;
		 border: #333 solid 1px;
	}
}

.yt_comment {
    font-size: 14px;
    display: block;
    padding: 8px 14px;
    width: 536px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: left;
    background-color: #e6e6e6;
    border-radius: 5px;
	 margin-bottom: 32px;
}

.contents_title {
    font-size: 19px;
    font-weight: bold;
    display: block;
    padding: 12px 14px;
    width: 534px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: left;
    background-color: #333333;
    color: #fff;
    margin-bottom: 20px;
}

.twittertimeline {
    text-align: center;
    margin: auto;
    margin-bottom: 43px;
}

@media screen and (max-width: 414px) {	
	.movie-wrap {
		  position: relative;
		  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		  height: 0;
		  overflow: hidden;
		  margin-bottom: 6px;
	}
	 
	.movie-wrap iframe {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
	}
	
	.yt_comment {
		font-size: 12px;
    	display: block;
    	padding: 6px 10px;
    	width: 90%;
    	margin: 0 auto;
    	margin-top: 5px;
    	text-align: left;
    	background-color: #e6e6e6;
    	border-radius: 5px;
    	margin-bottom: 15px;
    	line-height: 1.5;
	}
	
	.contents_title {
		 width: initial !important;
	    font-size: 16px;
		 font-weight: bold;
		 display: block;
		 padding: 9px 14px;
		 min-width: 81.2%;
		 margin: 0 auto;
		 margin-top: 5px;
		 text-align: left;
		 background-color: #333333;
		 color: #fff;
		 margin-bottom: 6px;
	}
	.twittertimeline {
		width: 95%;
    	text-align: center;
    	margin: auto;
    	margin-bottom: 20px;
	}		
}	





	
