

/* Gloval Set----------------------------------------------- */


body {
    /*background: url(../img/bg_dots.png) repeat;*/
    background-attachment: fixed;
	/*font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "\\30D2ラギノ角ゴProN W3", "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;*/
    font-family: "Meiryo UI", Meiryo, メイリオ,YakuHanJP, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
	letter-spacing: .2px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

.inner {
	max-width: 1164px;
	/*min-width: 1010px;*/
	margin: 0 auto;	
	-webkit-padding-start: 0;
}

.mB0 { margin-bottom:0px !important;}
.mB10 { margin-bottom:10px !important;}
.mB20 { margin-bottom:20px !important;}
.mT10 { margin-top:10px !important;}
.mT20 { margin-top:20px !important;}
.mT30 { margin-top:30px !important;}
.mT40 { margin-top:40px !important;}
.mT50 { margin-top:50px !important;}
.mT80 { margin-top:80px !important;}
.mR20 { margin-right:20px !important;}
.pB50 { padding-bottom: 50px !important;}
.bgWhite { background-color: #fff;}
.bgGray { /*background:rgba(229,229,229,0.27);*/ background:#fff; }
.bgBlue { background:rgba(236, 247, 255, .6); margin-top:50px; padding: 20px 0 30px;border-top: 1px solid #e6f1ff;border-bottom: 1px solid #e6f1ff;}
.bgTitleBlue { background: rgb(243, 250, 255);}
.taCenter { text-align: center;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
a {
	color: #2ea9ec;
	text-decoration: underline;
}
a:hover {
	color: #2ea9ec;
	text-decoration: none;
}




/* -----------------------------------------------//Gloval Set */



/* Header----------------------------------------------- */

header#globalHeader {
	background: white;
}
header#globalHeader .headInner {
	height:82px;	
}
header#globalHeader h1.logo {
	background-image: url(../img/symbol.png);
	background-repeat:no-repeat;
	background-size: 394px 38px;
	text-indent: -9999px;
	margin:20px 0 0 20px;
	float:left;
	width:394px;
	height:38px;
}
header#globalHeader h1.logo a {
	width: 394px;
	height: 38px;
	display: block;
}
.contact {
	display: inline-block;
	width: 260px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	text-indent: -15px;
	line-height: 42px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #1953a2;
	border: 2px solid #1953a2;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	float:right;
	font-weight: bold;
}

.contact:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}
.contact i {
	position: absolute;
	top: 11px;
	right: 32px;
	font-size:120%;
}
/* ------------------------------------------------//Header */


/* Navigation ----------------------------------------------- */

#globalNav {
	clear:both;
	background:#f6f6f6;
	/*height:60px;*/
    padding: 6px 0;
}
#globalNav ul {

}
#globalNav li {
	display:inline-block;
	/*padding:10px 0 0 0;*/
	border-left:1px dotted #C9C9C9;
	margin:10px 0;
	height:30px;
	text-align:center;
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	letter-spacing: .2px;
}
#globalNav li:last-child {
	border-right:1px dotted #C9C9C9;
}
#globalNav li a {
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	color: #333;
    display: block;
    -webkit-transition: all .3s;
	transition: all .3s;
}
#globalNav li a:hover {
	color: #1953a2;
}
#globalNav li img { width: 26px; height: 26px; vertical-align:middle; margin-top: -2px;}
#globalNav li.home { width: 20%; position: relative;}
#globalNav li.title { width: 23%; position: relative;}
#globalNav li.questions { width: 24%; position: relative;}
#globalNav li.character { width: 30%; position: relative;}

.drawer-hamburger {
	display: none;
}





.topImage img{
	width:100%;
	height:auto;
    /*min-width: 1010px;*/
}

.mainimagePc {
	display: block;
}	
.mainimageSp {
	display: none;
}
		  
.topCopy {
	background:rgba(209,209,209,0.35);
	text-align:center;
	margin-top: -3px;
}		

.topCopy img {
	width: 80%;
}

.heading {
	position: relative;
    margin: 20px 0 50px 0;
	/*min-width: 1010px;*/
} 

.heading h2 {
	margin-top: 0;
	text-align:center;
	color:#1953a2;
	font-size:200%;
    font-weight: bold;
	margin-bottom: 2%;
    margin-top: 3%;
} 

.heading h2:before {
	content: "";
    display: block;
    border-top: solid 3px #1953a2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
} 

.heading span {
    position: relative;
    z-index: 5;
    padding: 0 20px;
}

.heading span.bgWhite {
	background: #fff !important;
}

.heading span.bgGray {
	background: #f8f8f8;
}

/* ------------------------------------------//Navigation */


/* Title Lists ----------------------------------------------- */

.titleLists {
	/*min-width: 1164px;*/
    text-align: center;
}
.titleLists li {
	display: inline-block;
  	vertical-align: top;
	width:222px;
	background: #fff;
	margin: 10px 2px 10px 1px;
	-webkit-transition: all .5s;
	transition: all .5s;
} 
.titleLists li h3 {
	background:#1953a2;
	color:#fff;
	padding:8px 4px;
	font-size:80%;
	line-height:120%;
}
.titleLists li p {
	padding : 8px 4px;
	color:#000;
	font-size:80%;
	line-height:120%;
	-webkit-transition: all .5s;
	transition: all .5s;
} 
.titleLists li:hover {
	background: #1953a2;
	box-shadow: 7px 7px 0px -1px #dedede;
	-moz-box-shadow: 7px 7px 0px -1px #dedede;
	-webkit-box-shadow: 7px 7px 0px -1px #dedede;
}
.titleLists li:hover p {
	color: #fff ;
}
.titleLists li img {
	padding:5px;
} 
.titleLists li a {
	text-decoration:none;
} 

.titleBtn {
	width: 260px;
	margin: 20px auto 50px;	
	clear: both;
	height:40px;
}

/* ------------------------------------------//Title Lists */


/* Search Area ----------------------------------------------- */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #fff;
  box-sizing: content-box;
    font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "\\30D2ラギノ角ゴProN W3", "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    height: 46px;
}

.searchInner {
	width: 912px;
	margin: 20px auto;
	padding-bottom: 30px;
}

.searchInner .searchL {
	float:left;
	width:47%;
}
.searchInner .searchL li {
    display: inline-block;
	margin: 0 8px 15px 0;
}
.searchInner .searchL li a {
	color: #fff;
	font-size:120%;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background: #1953a2;
	border-radius: 5px;
	padding: 9px 25px 15px;
	border: 2px solid #1953a2;
	-webkit-transition: all .3s;
	transition: all .3s;
	height:18px;
}

.searchInner .searchL li a:hover {
	background: #fff;
	color: #1953a2;
}

.searchInner .searchR {
	float:right;
	width:47%;
}

.searchInner .selectBox {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    border-radius: 0.2em;
    background: #1953a2;
    width: 100%;
    
}

.searchInner .selectBox select {
    width: 100%;
    font-size: 1.2rem;
    background: #1953a2;
    font-weight: bold;
    cursor: pointer;
}

.searchInner .selectBox > option {
    color: black;
}

.searchInner .selectBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQUEwMkJGODZFQjExRTY4OEY2RjIwN0Q1RTRCM0I1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFQUEwMkMwODZFQjExRTY4OEY2RjIwN0Q1RTRCM0I1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVBQTAyQkQ4NkVCMTFFNjg4RjZGMjA3RDVFNEIzQjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVBQTAyQkU4NkVCMTFFNjg4RjZGMjA3RDVFNEIzQjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5DMI/EAAAAjUlEQVR42rST0QnAIAwFdYcM4R4dVugOxRm6hzNoE4jF2hil0sKjEt/dh6jNOZuVz64KDAk4rlqPcnfrQcL4Cdhz1xVBgdOExDddR8PQDCm7AO9CL9AGYM6BRIKJgVLQJF24PkRN0oVbwYzkAUsCTfKCewJJIsIU7SoD5uD1holf3gLwP/72mJYFlwADADn4Oo1v+io8AAAAAElFTkSuQmCC") center no-repeat;
  pointer-events: none;
}

.default .custom > select {
  width: auto;
}
.overflow .custom {
  overflow: visible;
}
.overflow .custom select {
  outline: 2px dotted rgba(255, 255, 0, 0.5);
}

.selectBoxDesign1 {
    padding: 0 25px;
}

#searchsubmit {
	background:url(../img/icon_search.png) #1953a2 no-repeat;
	background-size: 22px 26px;
	background-position: 50% 50%;
	border: none; 
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #1953a2;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 69px;
	height: 46px;
	margin-top:12px;
}
.serchBox {
	border-radius: 5px;
	border: 2px solid #1953a2;
	/*color:#999;*/ 
	width: 348px;
	height: 40px;
	text-align:center;
	vertical-align: top;
	margin-top:12px;
	font-size:16px;
}

/* ----------------------------------- //Search Area */


/* Footer ----------------------------------------------- */
.pagetop {
    background: rgba(193, 193, 193, 0.29);
    padding: 18px 0;
}
.pagetop p {
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    padding-right: 22px;
    margin: 0 10px;
}
.pagetop p:after {
    content: "　";
    dosplay: block;
    background: url(../img/icon_r_top.png) no-repeat;
    background-size: 16px 9px;
    width: 16px;
    position: absolute;
    right: 0px;
}

.pagetop a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagetop a:hover {
	color: #1953a2;
}


.footer {
    background: rgba(8, 8, 8, 0.65);
    padding: 18px 0 70px 0;
}
.footer .footer_l {
	float: left;
    margin-left: 10px;
}
.footer .footer_l .flink01,
.footer .footer_l .flink02,
.footer .footer_l .flink03 {
	display: inline-block;
	margin-right: 16px;
	position: relative;
}
.footer .footer_l .flink01 a,
.footer .footer_l .flink02 a,
.footer .footer_l .flink03 a {
	text-decoration: none;
	color: #fff;
}
.footer .footer_l .flink02 a,
.footer .footer_l .flink03 a {
	font-size: 13px;
}



.footer .footer_l .flink01 a{
	font-weight: bold;
}
.footer .footer_r {
	float: right;
	font-size: 11px;
	color: #fff;
    margin-right: 10px;
}

.copyright {
    font-size: 12px;
    padding: 10px 0 40px 0;
    color: #a7a7a7;
    text-align: left;
    display: block;
}

/* ----------------------------------------------------------------//Footer */



/* ----------------------------------------------------------------Title Page */

.titleName {
	background: url(../img/detail/bg_title.png) repeat fixed;
	background-size: 80px 80px;
	height: 160px;
}
.titleNameInner {
	max-width: 1164px;
    /*min-width: 1010px;*/
    margin: 0 auto;
    -webkit-padding-start: 0;
    height: 160px;
    display: table;
}
.titleName h2 {
	color: #fff;
	text-align: center;
	font-size: 240%;
	vertical-align: middle;
	display: table-cell;
}



.breadcrumb {
	background: rgba(193, 193, 193, 0.29);
    padding: 14px 0;
}
.breadcrumb ul {
    margin-left: 10px;
}
.breadcrumb li {
	display: inline-block;
	font-size: 13px;
	color: #656565;
}

.titleImg {
	float: left;
	width: 35%;
}

.titleImg img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.description {
	float: right;
	width: 62%;
}

.description h3 {
	color : #1953a2;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}

.description h3:before {
	content: "";
    display: block;
    background: url(../img/detail/bg_stripe.png) repeat-x;
    background-size: 8px 10px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.description h3 span {
	position: relative;
    z-index: 5;
    padding: 0 10px 0 0;
}

.description p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.description p.targetL,
.description p.targetR {
	display: inline-block;
	margin-bottom: 10px;
}

.description p.targetR {
	margin-left: 1em;
}

.descriptionWrap {
	padding: 0 100px;
}


.topicsTxt {
	padding: 0 100px;
	font-size: 16px;
}
.topicsTxt li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #9e9e9e;
}
.topicsTxt li span {
	display: inline-block;
	margin-left: 2em;
}

.document {
	text-align: center;
	display: inline-block;
	line-height: 1.4;
	margin: 0 30px;
}
.document a {
	border-radius: 200px;
	border: solid #1953a2 3px;
	text-indent: -9999px;
    height: 145px;
    width: 145px;
    display: inline-block;
    -webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 20px;
}
.document span {
	display: block;
}
.documentL a {
	background: url(../img/detail/icon_sales.png) no-repeat #1953a2;
	background-size: 145px 145px;
}
.documentL a:hover {
	background: url(../img/detail/icon_sales_o.png) no-repeat #fff;
	background-size: 145px 145px;
}
.documentR a {
	background: url(../img/detail/icon_kikaku.png) no-repeat #1953a2;
	background-size: 145px 145px;
}
.documentR a:hover {
	background: url(../img/detail/icon_kikaku_o.png) no-repeat #fff;
	background-size: 145px 145px;
}



/* ---------------------------------------------------------------- // Title Page */




/* ---------------------------------------------------------------- FAQ */
.faq {
	width: 1000px;
	margin: 50px auto;
}

.faq h3,
.faq p {
    display: table;
}
.faq h3 {
    margin-bottom: 20px;
}
.faq p {
    margin-bottom: 70px;
}

.faq h3 span.Qtxt {
    color: #1953a2;
	font-size: 22px;
	font-weight: bold;
	margin-top: 60px;
	line-height: 1.6;
	border-bottom: 2px dotted #1953a2;
	padding-bottom: 15px;
    display: table-cell;
}   
.faq p span.Atxt {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.6;
    display: table-cell;
}    
    
    
.faq h3 span.Qmark {
    background: #1953a2;
	padding: 2px 8px;
	border-radius: 5px;
	color: #fff;
    display: table-cell;
    font-size: 26px;
    
}   
.faq p span.Amark {
    font-size: 26px;
	background: #000;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 5px;
	color: #fff;
	text-indent: 0;
    display: table-cell;
}    
    
    
.faq h3 span.Qmark,
.faq p span.Amark {
	font-family: 'Raleway', sans-serif;
	min-width: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
        width: 30px;
    margin-right: 20px;
}





/* ---------------------------------------------------------------- // FAQ */



/* ---------------------------------------------------------------- Charactor */

.chara {
	width: 1000px;
	margin: 50px auto 100px;
}

.chara .step {
    background: #1953a2;
    float: left;
    width: 150px;
    position: relative;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.chara .step:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top:50px;
    position: absolute;
    border-top: 35px solid #1953a2;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
}
.chara .stepTxt {
	float: right;
	width: 800px;
}


.chara h3 {
	color: #1953a2;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px dotted #1953a2;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}


.chara p {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.chara .stepFin {
	color: #1953a2;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-bottom: none;
	margin-top: 50px;
}
.chara .stepFin i {
	font-size: 80px;
}


.chara .print {
	display: inline-block;
	width: 280px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	text-indent: -15px;
	line-height: 42px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #1953a2;
	border: 2px solid #1953a2;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	float:right;
	font-weight: bold;
}

.chara .print:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}
.chara .print i {
	position: absolute;
	top: 11px;
	right: 22px;
	font-size:120%;
}

.chara .contact {
	display: inline-block;
	width: 490px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	text-indent: -15px;
	line-height: 42px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #1953a2;
	border: 2px solid #1953a2;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	float:right;
	font-weight: bold;
}

.chara .contact:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}
.chara .contact i {
	position: absolute;
	top: 11px;
	right: 32px;
	font-size:120%;
}


/* ---------------------------------------------------------------- // Charactor */


/* ---------------------------------------------------------------- ContactForm */

.contactForm {
	width: 800px;
	margin: 50px auto 100px;
}
.contactForm table {
	border: solid 1px #e6e6e6;
	background: #fff;
	line-height: 1.7;
}
.contactForm table th {
	width: 25%;
	padding: 20px;
	border-bottom: solid 1px #e6e6e6;
}
.contactForm table th span {
	font-size: 11px;
	display: inline-block;
	background: #ff3b00;
	border-radius: 3px;
	color: #fff;
	padding: 2px 4px;
}
.contactForm table td {
	width: 75%;
	padding: 20px;
	border-bottom: solid 1px #e6e6e6;
}

.inputStyle {
	border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    height: 40px;
    font-size: 16px;
}
.inputError {
	border: 1px solid #ff3b00 !important;
    background: rgb(251, 239, 243);
}
.inputTxt {
	width: 400px;
}
.inputTxtBox {
	width: 500px;
	height: 180px;
}
.contactInfoTxt {
	margin-bottom: 10px;
	font-size: 14px;
}
.contactInfoTxtError {
	margin-top: 5px;
	font-size: 14px;
	color: #ff3b00;
}
.inputLineH {
	line-height: 3;
}
.inputCheck {
	word-break: break-word;
	display: inline-block;
}

.submitBtn {
	display: inline-block;
	width: 300px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #1953a2;
	border: 2px solid #1953a2;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}

.submitBtn:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}


.backBtn {
	display: inline-block;
	width: 200px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}

.backBtn:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
}

.contactTopTxt {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	margin-top: 50px;
}

.contactTopTxt_error {
	font-weight: bold;
	color: #ff3b00;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin-top: 20px;
}

.contactFin {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background: rgba(176, 229, 255, 0.44);
	padding: 50px 0;
	margin-top: 30px;
	color: #1953a2;
}
.contactFinTxt {
	margin-bottom: 100px;
}
.contactFinTxt a {
	font-size: 16px;
}
.privacy {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.6;
}
/* ---------------------------------------------------------------- // ContactForm */






@media screen and (max-width:900px) { 

#globalNav li a {
    font-size: 100%;
}
.searchInner {
    width: 90%;
}
.titleLists {
    width: 90%;
    margin: 0 auto;
} 

}



@media screen and (max-width:768px) { 

body {
	width: 100%;
}

.inner {
	max-width: 768px;
    min-width: 0;
	width: 100%;
	margin: 0 auto;	
	-webkit-padding-start: 0;
}
.mT80 {
    margin-top: 40px !important;
}

/* Header----------------------------------------------- */


header#globalHeader .headInner {
	height:50px;	
    background: #fff;
    z-index: 5501;
}
header#globalHeader h1.logo {
	background-image: url(../img/symbol.png);
	background-repeat:no-repeat;
	background-size: 260px 25px;
	text-indent: -9999px;
	margin:14px 0 0 5px;
	float:left;
	width:260px;
	height:25px;
}
header#globalHeader h1.logo a {
	width: 280px;
	height: 27px;
	display: block;
}
header#globalHeader .contact {
	display: none;
}


/* ------------------------------------------------//Header */


/* Navigation ----------------------------------------------- */

.drawer-hamburger {
	padding: 15px;
    width: 60px;
    height: 40px;
    display: block;
    z-index: 9999 !important;
    position: absolute;
}
    
.drawer-right.drawer-open .drawer-hamburger {
    -webkit-transform: translateX(0px)translateY(0);
    -ms-transform: translateX(0px)translateY(0);
    -o-transform: translateX(0px)translateY(0);
    transform: translateX(0px)translateY(0);
}    
    
    
.drawer-right .drawer-hamburger {
    right: 0;
}

#globalNav {
	display: none;
}

#globalNavSP{
	background: #1953a2;	
}

#globalNavSP li {
	padding: 17px 10px;
	color: #fff;
	border-bottom: 1px solid #1c3a77;
}
#globalNavSP li.menuHead{
	background: #1c3a77;
	color: #77a9e0;
}
#globalNavSP li a{
	color: #fff;
}
.drawer-overlay-upper {
	background-color: rgba(0,0,0,.7);
}

.topImage img{
    min-width: 0;
}
.mainimagePc {
	display: none;
}	
.mainimageSp {
	display: block;
}
/*-------------------------------------Navigation*/

.heading {
	position: relative;
	min-width: 0;
	margin: 20px 0 20px 0;
} 	
.heading h2 {
	margin-top: 0;
	text-align:center;
	color:#1953a2;
	font-size:140%;
    font-weight: bold;
} 

.heading h2:before {
	content: "";
    display: block;
    border-top: solid 3px #1953a2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
} 

.heading span {
    position: relative;
    z-index: 5;
    padding: 0 20px;
}
.bgGray { /*background:rgba(229,229,229,0.27);*/ padding-top:10px;}


	
/* Title Lists ----------------------------------------------- */

.titleLists {
	min-width: 0;
    text-align: center;
	
}
.titleLists li {
	width:32%;
	margin: 10px 1px;
} 
.titleLists li img {
	padding:5px;
    width: 95%;
	height: auto;
} 

/* ------------------------------------------//Title Lists */
	
/* Search Area ----------------------------------------------- */

.searchInner {
	width: 100%;
	margin: 0;
	padding-bottom: 30px;
}

.searchInner .searchL,
.searchInner .searchR {
	float: none;
	width: 90%;
	margin: 0 auto;
}



.searchInner .selectBox {
	position: relative;
	cursor: pointer; 
}

.searchInner .selectBox select {
	border: none;
    background: #1953a2;
    border-radius: 5px;
    height: 46px;
    font-weight: bold;
    color: white;
    margin-bottom: 4px;
	font-family: "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 120%;
	width: 93%;
	cursor:pointer;

}

#searchsubmit {
	background:url(../img/icon_search.png) #1953a2 no-repeat;
	background-size: 22px 26px;
	background-position: 50% 50%;
	border: none; 
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #1953a2;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 20%;
	height: 46px;
	margin-top:12px;
}
.serchBox {
	border-radius: 5px;
	border: 2px solid #1953a2;
	color:#999; 
	width: 70%;
	height: 40px;
	text-align:center;
	vertical-align: top;
	margin-top:12px;
	font-size:16px;
}

/* ----------------------------------- //Search Area */

/* Footer ----------------------------------------------- */
.pagetop {
 
}
.pagetop p {
    margin-right: 10px;
}


.footer {
    background: rgba(8, 8, 8, 0.65);
    padding: 18px 10px 70px 10px;
}
.footer .footer_l,
.footer .footer_r {
	float: none;
	text-align: center;
	line-height: 1.8;
}
.flink01 {
	display: block !important;
}
.footer .footer_r {
	margin-top: 20px;
}
    
/* ----------------------------------------------------------------//Footer */

/* ----------------------------------------------------------------Title Page */

.breadcrumb {
    padding: 14px 10px;
}

.titleName {
	height: 120px;
    overflow: hidden;
}
.titleNameInner {
	max-width: 1164px;
    min-width: 0;
    margin: 0 auto;
    -webkit-padding-start: 0;
    height: 120px;
    display: table;
}
.titleName h2 {
	color: #fff;
	font-size: 180%;
}
.descriptionWrap {
	width: 90%;
	margin: 20px auto;
	padding: 0;
}
.description h3 {
	font-size: 20px;
}
.description p {
	font-size: 14px;
}

.description p.targetL,
.description p.targetR {
	display: table-cell;
	margin-bottom: 10px;
	word-break: break-word;
}
.description p.targetL {
	width: 100px;
}
.description p.targetR {
	width: 80%;
}
.topicsTxt {
	padding: 0;
	font-size: 14px;
}
.topicsTxt li {
    padding: 0 20px 15px 20px;
    margin: 1em;
	text-indent: -0.5em;
}


.titleImg {
	float: none;
	width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.titleImg img {
	border-radius: 5px;
	width: 60%;
	height: auto;
}

.description {
	float: none;
	width: 100%;
}
.bgBlue {  margin-top:50px; padding: 0px 0 10px;}
.document {
    margin: 0 10px;
        width: 40%;
    font-size: 13px;
}

.document a {
	border-radius: 200px;
	border: solid #1953a2 3px;
	text-indent: -9999px;
    height: 100px;
    width: 100px;
    display: inline-block;
    -webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 20px;
}
.document span {
	display: block;
}
.documentL a {
	background: url(../img/detail/icon_sales.png) no-repeat #1953a2;
	background-size: 100px 100px;
}
.documentL a:hover {
	background: url(../img/detail/icon_sales_o.png) no-repeat #fff;
	background-size: 100px 100px;
}
.documentR a {
	background: url(../img/detail/icon_kikaku.png) no-repeat #1953a2;
	background-size: 100px 100px;
}
.documentR a:hover {
	background: url(../img/detail/icon_kikaku_o.png) no-repeat #fff;
	background-size: 100px 100px;
}

.toContact{
    padding: 0 20px;
    display: block;
}

/* ----------------------------------------------------------------/Title Page */
	

/* ---------------------------------------------------------------- FAQ */
.faq {
	width: 100%;
	margin: 30px auto;
}

.faq h3 {
    margin:0 10px 20px 10px;
}
.faq p {
    margin:0 10px 40px 10px;
}

.faq h3 span.Qtxt {
	font-size: 18px;
	margin-top: 60px;
	line-height: 1.6;
	border-bottom: 2px dotted #1953a2;
	padding-bottom: 6px;
}   
.faq p span.Atxt {
	font-size: 16px;
	margin-top: 15px;
}    
    
    
.faq h3 span.Qmark {
    background: #1953a2;
	padding: 1px 4px;
	border-radius: 5px;
	color: #fff;
    display: table-cell;
    font-size: 26px;
}   
.faq p span.Amark {
    font-size: 26px;
	background: #000;
	font-weight: bold;
	padding: 1px 4px;
	border-radius: 5px;
	color: #fff;
	text-indent: 0;
    display: table-cell;
}    
.faq h3 span.Qmark,
.faq p span.Amark {
	font-family: 'Raleway', sans-serif;
	min-width: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
        width: 20px;
    font-size: 20px;
    margin-right: 10px;
}

/* ---------------------------------------------------------------- // FAQ */

/* ---------------------------------------------------------------- Charactor */

.chara {
	width: 100%;
	margin: 50px auto 100px;
}

.chara .step {
    float: none;
    width: 180px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}
.chara .step:before {
    top:40px;
    border-top: 25px solid #1953a2;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
}
.chara .stepTxt {
	float: none;
	width: 100%;
	margin-top: 40px;
}


.chara h3 {
	font-size: 18px;
    margin: 20px;
    text-align: center;
}


.chara p {
	font-size: 16px;
	width: 92%;
	margin:0 auto 60px auto;
}

.chara .stepFin {
	color: #1953a2;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-bottom: none;
	margin-top: 50px;
}
.chara .stepFin i {
	font-size: 60px;
}


.chara .print {
	display: block;
	width: 90%;
	margin: 0 auto !important;
	float:none;
}

.chara .print:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}
.chara .print i {
	position: absolute;
	top: 11px;
	right: 22px;
	font-size:120%;
}

.chara .contact {
	display: block;
	width: 90%;
	margin: 0 auto !important;
	padding: 10px 50px 0 30px;
    height: 62px;
    line-height: 20px;
}

.chara .contact:hover {
	background-color: #fff;
	border-color: #1953a2;
	color: #1953a2;
}
.chara .contact i {
	position: absolute;
	top: 19px;
	right: 22px;
	font-size:120%;
}


/* ---------------------------------------------------------------- // Charactor */



/* ---------------------------------------------------------------- ContactForm */

.contactForm {
	width: 100%;
	margin: 20px auto 100px auto;
}
.contactForm table,
.contactForm table tbody {

}

.contactForm table th {
	display: list-item;
	list-style: none;
    border: none;
	width: 90%;
    padding: 20px 5%;
	background: #e6e6e6;
}
.contactForm table td {
	display: list-item;
	list-style: none;
    border: none;
	width: 90%;
    padding: 20px 5%;
}

.inputTxt {
	width: 100%;
}
.inputTxtBox {
	width: 100%;
}

.submitBtn {
	width: 60%;
}

.backBtn {
	width: 20%;
}

.contactForm .mR20 {
	margin: 0 10px !important; 
}
.contactTopTxt {
	margin: 30px 20px 0;
}

.contactFin {
	padding: 50px 0;
	margin-top: 30px;
}
.contactFinTxt {
	margin-bottom: 50px;
	
}
.contactFinTxt a {
	font-size: 16px;
}
/* ---------------------------------------------------------------- // ContactForm */



    
}



@media screen and (max-width:640px) { 
    
.titleLists li {
	width:48.2%;
	margin: 10px 1px;
} 
    
    
.titleImg {
	width: 100%;
}

.titleImg img {
	width: 100%;
}    
    
}