@charset "UTF-8";
/* css [common] */

@import url("fonts.css");
@import url("globalnavi.css");
@import url("font-awesome/all.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|M+PLUS+1p:300,400,600|Open+Sans&subset=japanese");

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	color: #383a3b;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	min-width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

p {
	line-height: 1.6;
}

img {
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}
 
/* Correct overflow not hidden in IE9 */

figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #019dd5;
	text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/* Typography == */
address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Lists */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0; 
}

/* Contain floats:Clearfix */
.cf:after {
    content:" ";
    display:table;
    clear:both;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 40px;
	right: 0;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	z-index: 99;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	background-color: rgba(0, 0, 0, .75);
	background-image: url(../images/arrow_top.png);
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*---------------------------------------------------- */
/* Fade Transition */
/*---------------------------------------------------- */
.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.25s ease-in-out;
   -moz-transition: opacity 0.25s ease-in-out;
   -o-transition: opacity 0.25s ease-in-out;
   -ms-transition: opacity 0.25s ease-in-out;
   transition: opacity 0.25s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

/* Decoration */
.warning {
	padding: 8px 10px 6px;
	background-color: #fcf7ea;
	border: 1px solid #f9edd3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.link::after {
	content:"\f045";
	font: 90% "Font Awesome 5 Free";
	margin-left: .2em;
	margin-right: .1em;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: hidden!important;
}

#maincontainer {
	width: 100%;
	margin: 0;
	padding: 0 0 70px;
	background-color: #fff;
	position: relative;
}

#mc-contents {
	padding-top: 100px;
}

#content-container {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
}

.wrapper2 {
	max-width: 2400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}


/*  PC  */
/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: rgba(255, 255, 255, .35);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	z-index: 99;
}

header > .wrapper2 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .logo {
	width: 230px; 
	height: 100%;
	margin: 0 16px 0 0;
	padding: 0;
	display: table;
}

header .logo h1 {
	width: 230px; 
	height: 54px;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

header h1 a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 54px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo@2x.png) 0 0 no-repeat;
	background-size: auto 54px;
}

header #header-nav {
	max-width: 790px;
	height: 100%;
	position: relative;
}

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
header #header-nav #globalnav {
	width: 100%;
	position: absolute;
}

/*---------------------------------------------------- */
/* Ask Area */
/*---------------------------------------------------- */
#ask_block {
	margin: 0 auto;
	height: auto;
	border: solid 1px #36aadd;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#ask_block .waku_ask {
	margin: 0 auto;
	height: auto;
	border: solid 1px #36aadd;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== h4 ==*/
.waku_ask .ask-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.waku_ask .ask-title h4 {
	padding: 0;
	margin: 0;
	height: auto;
	border-bottom: solid 1px #36aadd;
	color: #016ca4;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
}

/*== h4 ==*/
.waku_ask .moji_ask {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.waku_ask .moji_ask p {
	padding: 0;
	margin: 0;
	height: auto;
	color: #3d3e3f;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

/*== Button ==*/
.waku_ask .waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_ask .waku_btn .btn_form a {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
	background-color: #019dd5;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}

.waku_ask .waku_btn .btn_form a:hover {
	background-color: rgba(33, 203, 255, 1);
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

#share .sns_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

footer #footer_comp {
	padding: 20px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #1b387b;
}

footer #footer_area {
	padding: 30px 0 30px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #457aae;
}

footer #footer_btm {
	padding: 17px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #d2e3ee;
}

/*== Comp ==*/
footer #footer_comp .comp-info {
	padding: 0;
	margin: 0 auto;
	width: 176px;
}

footer #footer_comp .comp-info h2 {
	width: 176px; 
	height: 41px;
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: middle;
}

footer #footer_comp .comp-info a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 41px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_white@2x.png) 0 0 no-repeat;
	background-size: auto 41px;
}

/*== Message ==*/
footer #footer_area .message {
	padding: 0;
	margin: 0 auto;
	max-width: 1080px;
	width: 98%;
}

footer #footer_area .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer #footer_area .message .message_box p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

/*== Button ==*/
footer #footer_area .waku_ask {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1080px;
	width: 98%;
}

footer #footer_area .waku_ask .btn_ask {
	text-align: center;
}

footer #footer_area .waku_ask .btn_ask a {
	color: #fff;
	font: 500 16px メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: .5em 2.5em;
	display: inline-block;
	position: relative;
	background-color: #32a7f1;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer #footer_area .waku_ask .btn_ask a:hover {
	background-color: #5ac9fc;
	text-decoration: none;
}

footer #footer_area .waku_ask .btn_ask a .fa-envelope {
	margin-right: 10px;
}

/*== Navi ==*/
footer #footer-nav {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*== SNS ==*/
footer #footer-nav .sns {
	margin-bottom: 30px;
	text-align: center;
	display: block;
	letter-spacing: 0;
}

footer #footer-nav .sns a .fa-facebook-square, 
footer #footer-nav .sns a .fa-twitter, 
footer #footer-nav .sns a .fa-instagram {
	display: inline-block;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: normal;
}

footer #footer-nav .sns a {
	color: rgba(255, 255, 255, 1);
	margin-right: 2em;
}

footer #footer-nav .sns a:hover {
	color: rgba(255, 255, 255, .75);
}

footer #footer-nav .sns a:last-child {
	margin-right: 0;
}

/*== ul ==*/
footer #footer-nav ul {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

footer #footer-nav ul li {
	margin: 0;
	padding: 0 .7em 0 .3em;
	font-size: 13px;
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, .85);
}

footer #footer-nav li:last-child {
	margin-right: 0;
	border-right-style: none;
}

footer #footer-nav li a {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

footer #footer-nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*== main ==*/
footer #footer-nav .main {
	margin-bottom: 2em;
}

footer #footer-nav .main li {
	padding: 0 1em 0 .6em;
	font-size: 15px;
}

/*== hr ==*/
footer #footer-nav hr {
	border-top-color: #e3e5e8;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 1080px;
	width: 98%;
}

/*== Copyright ==*/
footer #footer_btm .copyright {
	padding: 0;
	margin: 0 auto;
	max-width: 1080px;
	width: 98%;
}

footer #footer_btm .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #124e8a;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_tabsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header .logo {
	margin-left: 15px;
}

header #header-nav {
	margin-right: 15px;
}

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
header #header-nav #globalnav {
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*---------------------------------------------------- */
/* Ask Area */
/*---------------------------------------------------- */
#ask_block {
	padding: 10px 0;
	width: 50%;
	max-width: 540px;
}

#ask_block .waku_ask {
	padding: 30px 0 25px 0;
	width: 96%;
	max-width: 520px;
}

/*== h4 ==*/
.waku_ask .ask-title {
	width: 60%;
	padding-bottom: 10px;
}

.waku_ask .ask-title h4 {
	padding-bottom: 5px;
	font-size: 24px;
}

/*== h4 ==*/
.waku_ask .moji_ask {
	padding-bottom: 25px;
	width: 90%;
}

.waku_ask .moji_ask p {
	font-size: 15px;
}

/*== Button ==*/
.waku_ask .waku_btn {
	width: 90%;
	text-align: center;
}

.waku_ask .waku_btn .btn_form a {
	padding: 14px 0;
	margin: 0;
	width: 70%;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 60px 0 0 0;
	width: 98%;
	max-width: 1080px;
}

#share .sns_box {
	width: 70%;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_pcsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0;
}

.wrapper {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.wrapper2 {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: hidden;
}

#maincontainer {
	padding: 0 0 50px;
	background-color: #fff;
}

#mc-contents {
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
}

header .logo {
	display: none;
}

header #header-nav {
	width: 100%;
}

/*header .sub {
	display: none;
}*/

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
#globalnav {
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
}

/*---------------------------------------------------- */
/* Ask Area */
/*---------------------------------------------------- */
#ask_block {
	padding: 9px 0;
	width: 72%;
}

#ask_block .waku_ask {
	padding: 25px 0 20px 0;
	width: 96%;
}

/*== h4 ==*/
.waku_ask .ask-title {
	width: 70%;
	padding-bottom: 10px;
}

.waku_ask .ask-title h4 {
	padding-bottom: 4px;
	font-size: 21px;
}

/*== h4 ==*/
.waku_ask .moji_ask {
	padding-bottom: 21px;
	width: 90%;
}

.waku_ask .moji_ask p {
	font-size: 14px;
}

/*== Button ==*/
.waku_ask .waku_btn {
	width: 90%;
	text-align: center;
}

.waku_ask .waku_btn .btn_form a {
	padding: 12px 0;
	margin: 0;
	width: 72%;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 40px 0 0 0;
	width: 96%;
}

#share .sns_box {
	width: 70%;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer #footer_comp {
	padding: 18px 0;
}

footer #footer_area {
	padding: 25px 0 25px 0;
}

footer #footer_btm {
	padding: 16px 0;
}

/*== Comp ==*/
footer #footer_comp .comp-info {
	width: 176px;
}

footer #footer_comp .comp-info h2 {
	width: 176px; 
	height: 41px;
}

footer #footer_comp .comp-info a {
	width: 100%;
	padding: 41px 0 0;
	background-size: auto 41px;
}

/*== Message ==*/
footer #footer_area .message {
	width: 94%;
}

footer #footer_area .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer #footer_area .message .message_box p {
	font-size: 13px;
	text-align: center;
}

/*== Button ==*/
footer #footer_area .waku_ask {
	padding: 18px 0 0 0;
	margin: 0 auto;
	width: 98%;
}

footer #footer_area .waku_ask .btn_ask a {
	font-size: 15px;
	padding: .5em 2.2em;
}

footer #footer_area .waku_ask .btn_ask a .fa-envelope {
	margin-right: 8px;
}

/*== Navi ==*/
footer #footer-nav {
	width: 100%;
	padding-bottom: 5px;
}

/*== SNS ==*/
footer #footer-nav .sns {
	margin-bottom: 25px;
}

footer #footer-nav .sns a .fa-facebook-square, 
footer #footer-nav .sns a .fa-twitter, 
footer #footer-nav .sns a .fa-instagram {
	font-size: 22px;
}

/*== ul ==*/
footer #footer-nav ul {
	width: 100%;
	margin: 0 0 0;
	padding: 0;
}

footer #footer-nav ul li {
	margin: 0;
	padding: 0 .7em 0 .3em;
	font-size: 13px;
}

/*== main ==*/
footer #footer-nav .main {
	margin-bottom: 5px;
}

footer #footer-nav .main li {
	padding: 0 1em 0 .6em;
	margin-bottom: 10px;
	font-size: 14px;
}

/*== hr ==*/
footer #footer-nav hr {
	border-top-color: #e3e5e8;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*== Copyright ==*/
footer #footer_btm .copyright {
	width: 96%;
}

footer #footer_btm .copyright p { 
	font-size: 13px;
}


}


/* Phone */
/* Portrait and mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_tab {
	display: none;
	visibility: hidden;
}

.only_pctab {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0;
	background-color: #fff;
}

.wrapper {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: visible;
}

#maincontainer {
	padding: 0 0 40px;
	background-color: #fff;
}

#mc-contents {
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
}

header .logo {
	display: none;
}

header #header-nav {
	width: 100%;
}

header .sub {
	display: none;
}

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
#globalnav {
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
}

/*---------------------------------------------------- */
/* Ask Area */
/*---------------------------------------------------- */
#ask_block {
	padding: 9px 0;
	width: 82%;
}

#ask_block .waku_ask {
	padding: 25px 0 20px 0;
	width: 96%;
}

/*== h4 ==*/
.waku_ask .ask-title {
	width: 70%;
	padding-bottom: 10px;
}

.waku_ask .ask-title h4 {
	padding-bottom: 4px;
	font-size: 18px;
}

/*== h4 ==*/
.waku_ask .moji_ask {
	padding-bottom: 21px;
	width: 90%;
}

.waku_ask .moji_ask p {
	font-size: 13px;
}

/*== Button ==*/
.waku_ask .waku_btn {
	width: 90%;
	text-align: center;
}

.waku_ask .waku_btn .btn_form a {
	padding: 10px 0;
	margin: 0;
	width: 72%;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
#share {
	padding: 20px 0 0 0;
	width: 94%;
}

#share .sns_box {
	width: 60%;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer {
	padding: 0;
	margin: 0;
}

footer #footer_comp {
	padding: 15px 0;
}

footer #footer_area {
	padding: 20px 0 20px 0;
}

footer #footer_btm {
	padding: 12px 0;
}

/*== Comp ==*/
footer #footer_comp .comp-info {
	width: 176px;
}

footer #footer_comp .comp-info h2 {
	width: 176px; 
	height: 41px;
}

footer #footer_comp .comp-info a {
	width: 100%;
	padding: 41px 0 0;
	background-size: auto 41px;
}

/*== Message ==*/
footer #footer_area .message {
	width: 94%;
}

footer #footer_area .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer #footer_area .message .message_box p {
	font-size: 13px;
	text-align: center;
}

/*== Button ==*/
footer #footer_area .waku_ask {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 98%;
}

footer #footer_area .waku_ask .btn_ask a {
	font-size: 15px;
	padding: .5em 2.2em;
}

footer #footer_area .waku_ask .btn_ask a .fa-envelope {
	margin-right: 6px;
}

/*== Navi ==*/
footer #footer-nav {
	width: 100%;
	padding-bottom: 0;
}

/*== SNS ==*/
footer #footer-nav .sns {
	margin-bottom: 25px;
}

footer #footer-nav .sns a .fa-facebook-square, 
footer #footer-nav .sns a .fa-twitter, 
footer #footer-nav .sns a .fa-instagram {
	font-size: 27px;
}

/*== ul ==*/
footer #footer-nav ul {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	list-style-type: none;
	overflow: hidden;
}

footer #footer-nav ul li {
	padding: 0;
	margin: 0 4% 10px 4%;
	width: 42%;
	list-style-type: none;
	border-right: none;
	border-bottom: 2px dotted #dde3eb;
	text-align: left;
	display: inline;
	float: left;
	font-size: 12px;
}

footer #footer-nav ul li a {
	padding: 0 0 5px 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	border: 0;
	display: block;
	text-align: left;
}

footer #footer-nav ul li a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

footer #footer-nav ul li a:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

/*== main ==*/
footer #footer-nav .main {
	margin-bottom: 5px;
}

footer #footer-nav .main li {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

/*== hr ==*/
footer #footer-nav hr {
	border-top-color: #e3e5e8;
	width: 92%;
	margin: 15px auto;
}

/*== Copyright ==*/
footer #footer_btm .copyright {
	width: 96%;
}

footer #footer_btm .copyright p { 
	font-size: 13px;
}


}