@charset "UTF-8";



/* ===================================================================
reset
====================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
 pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
  kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
   dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
    tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
     figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #333;
}




/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}




/* ===================================================================
basic
====================================================================== */

html {
  font-size: 62.5%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

body {
  color: #333;
  font-family :"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  min-width: 1130px;
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.tac {
  text-align: center;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_no_justify {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.st { font-weight: bold; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mt20 { margin-top: 20px;}
.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

a {
  color: #000;
  text-decoration: none;
}

b {
  font-weight: bold;
}

img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a img:hover {
  filter: alpha(opacity=7);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.action a img:hover {
  opacity: 1.0;
}

a:hover , a span:hover{
  text-decoration: none !important;
}

.l_inner {
}

.gnav_inner{
  justify-content: space-between;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
padding:0 20px;
}

.l_wrapper_outer_under {
  background: #f6f6f6;
  padding: 7px 0 0;
}

.l_wrapper_outer {
  background: #fff;
}

.l_wrapper {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 30px auto 0;
  width:  1000px;
}

.l_main {
  width: 740px;
}

.l_side {
  width: 240px;
}




/* リンク付き画像hover時、不透明度を落とす */

.imghov img {
  -webkit-transition: 1s;
  transition: 1s;
}

.imghov:hover img {
  opacity: .6;
}




/* ===================================================================
conversion
====================================================================== */

.common_cv {
  position:  relative;
}

.common_cv span.action {position:  absolute;left: 302px;bottom: 69px;}



/* ===================================================================
header
====================================================================== */

.l_header .h_upper {
}

.l_header .h_upper .h_upper_inner {
    margin: 0 auto;
    width: 1000px;
    padding: 8px 0 5px;
}

.l_header .h_upper .h_upper_inner h1 {
    font-size: 10px;
    padding-top: 3px;
}

.l_header .h_upper .h_upper_inner .h_utility .h_utility_item {
    padding-left: 14px;
    background: url(../img/common/header_arrow.png)no-repeat left 0px center;
    margin-left: 17px;
}

.l_header .h_upper .h_upper_inner .h_utility .h_utility_item a {
    font-size: 12px;
}

.l_header .h_upper .h_upper_inner .h_utility .h_utility_item a:before{
  content:"";
  width:6px;
  height:8px;
  background:url(../img/common/hd_arrow.png);
  display:inline-block;
  margin-right:6px;
}

.l_header .l_inner {
    margin: 13px auto 0;
    width: 1000px;
}

.l_header .right {
    width: 533px;
    padding-top: 13px;
}

.l_header .l_inner .h_lower a {
}

.l_header .l_inner .h_lower .h_contents ul .second {
    margin: 0 1px;
}

.l_header .l_inner .h_lower .h_contents p {
    font-size: 10px;
    text-align: right;
    color: #999;
    margin-top: 1px;
}

.l_header .l_inner .h_lower .business_hour {
    padding-bottom: 7px;
}

.gnav {
    margin-top: 22px;
    background: url(../img/common/nav_bg.jpg)repeat-x top;
}

.gnav .nav_inner {
    margin: 0 auto;
    width: 1025px;
    position: relative;
}

.gnav .nav_inner .l_inner.gnav_inner .gnav_item.js-gnav_item{
  position:relative;
}

.gnav .nav_inner .l_inner.gnav_inner .gnav_item.js-gnav_item .gnav_item_link {
    display: block;
    padding: 13px 0px 11px 20px;
}

.gnav .nav_inner .l_inner.gnav_inner .gnav_item.js-gnav_item .gnav_item_link:hover span{
  filter: alpha(opacity=7);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.gnav .nav_inner .l_inner.gnav_inner .gnav_item.js-gnav_item .gnav_item_link span {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-right: 50px;
    border-right: 1px solid rgba(250, 250, 250, 0.56);
    font-weight: bold;
}

.gnav .nav_inner .l_inner.gnav_inner li:last-child .gnav_item_link span {
    border-right: none !important;
}

.gnav .nav_inner .gnav_item.gnav_item_contact.action {
    position: absolute;
    right: 0;
    bottom: 0;
}
.gnav .nav_inner .nav_acc {
  display:none;
  position:  absolute;
  top: 47px;
  left: -12px;
  z-index: 100;
}
.gnav .nav_inner .nav_acc li {border-bottom:  1px solid #fff;}
.gnav .nav_inner .nav_acc li a {display:  block;padding: 10px 35px 8px;background:  #2984cf;color: #fff;font-weight:  bold;width: 255px;}
.gnav .nav_inner .nav_acc li:last-child {border-bottom:  none;}

.breadcrumbs {
  font-size: 10px;
  padding: 9px 15px 8px;
  background:  #f6f6f6;
}

.breadcrumbs .bread_inner{
    margin: 0 auto;
    width:  1000px;
}

.breadcrumbs a {
  color: #999;
  position: relative;
  font-size: 11px;
}

.breadcrumbs a span {
  color: #999;
  font-size: 12px;
}

.breadcrumbs span {
  font-size: 12px;
  color: #999;
}

.breadcrumbs .bread_inner > span:nth-last-child(1) span{
  color: #4ebdce;
}


/* ===================================================================
contentsの下部にある下層共通のブロック
====================================================================== */

.l_main .pagenavi  {
    text-align: center;
    margin-top: 28px;
}

.l_main .pagenavi span {
    display: inline-block;
    border: 2px solid #c0bfbf;
    padding: 5px 12px 3px;
}

.l_main .pagenavi  a {
    display:inline-block;
    padding: 5px 12px 3px;
    background:  #efeded;
    font-size:  16px;
    border: 2px solid #c0bfbf;
    margin: 0 2px 0;
}

.l_main .pagenavi .previouspostslink {
    padding: 5px 12px 3px 25px;
    background: #efeded url(../img/common/nav_prev.png)no-repeat center left 8px;
}

.l_main .pagenavi .nextpostslink {
    padding: 5px 25px 3px 12px;
    background: #efeded url(../img/common/nav_next.png)no-repeat center right 8px;
}

.l_main .pagenavi .current {background:#c0bfbf;padding: 7px 12px 5px;margin:  0 1px 0;}

.common_area{margin-top: 15px;}

/* ===================================================================
footer
====================================================================== */

footer{position:relative;margin-top:  110px;}

.l_footer .f_upper {
    padding-top: 12px;
    border-top: 4px solid #319dd2;
}

.l_footer .f_upper .upper_box {
    background: #fff;
    padding-bottom: 25px;
}

.l_footer .f_upper .upper_box .box_inner {
    margin: 0 auto;
    width: 1000px;
    padding: 12px 0px 0 25px;
    box-sizing:  border-box;
}

.l_footer .f_upper .upper_box .box_inner .left {
    margin: 5px 0 0 0px;
    width: 320px;
}

.l_footer .f_upper .upper_box .box_inner .left .f_logo{height: 10px;}

.l_footer .f_upper .upper_box .box_inner .left .f_logo a{
  display:block;
}

.l_footer .f_upper .upper_box .box_inner .left .f_link_list{
}

.l_footer .f_upper .upper_box .box_inner .left .f_link_list li{margin-right:20px;}

.l_footer .f_upper .upper_box .box_inner .left .f_link_list li a{
    font-size: 12px;
    text-decoration:  underline;
}

.l_footer .f_upper .upper_box .box_inner .left .f_link_list li a:before{
  content:"";
  width:5px;
  height:9px;
  display:inline-block;
  background:url(../img/common/ft_arrow01.png)no-repeat;
  margin-right:8px;
}

.l_footer .f_upper .upper_box .box_inner .right {
  width: 600px;
}

.l_footer .f_upper .upper_box .box_inner .right .top_link a{
    font-size: 12px;
    font-weight:  bold;
    border-bottom: 1px solid #999;
}

.l_footer .f_upper .upper_box .box_inner .right .top_link a:hover{border-bottom:none;}

.l_footer .f_upper .upper_box .box_inner .right ul {justify-content: flex-start;margin-top: 17px;}

.l_footer .f_upper .upper_box .box_inner .right ul li{
  margin: 0 0 10px 0;
}

.l_footer .f_upper .upper_box .box_inner .right ul li:nth-child(3){margin-right:0;}
.l_footer .f_upper .upper_box .box_inner .right ul li:nth-child(5){margin-right:70px;}
.l_footer .f_upper .upper_box .box_inner .right ul li:nth-child(6){margin-right: 189px;}

.l_footer .f_upper .upper_box .box_inner .right ul li:before{
  content:"";
  width:12px;
  height:13px;
  display:inline-block;
  background:url(../img/common/ft_arrow02.png);
  margin-right:10px;
}

.l_footer .f_upper .upper_box .box_inner .right ul li a{text-decoration:underline;font-size: 12px;}

.l_footer .f_upper small {
    display: block;
    text-align: center;
    padding: 18px 0 97px;
    font-size: 12px;
    background:  #86c3e1;
    color:  #fff;
    margin-top:  30px;
}

.l_footer .f_sticky {
    border-top: 5px solid #2d769a;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    background: #319dd2;
    width: 100%;
    z-index:  100;
}

.l_footer .f_sticky .f_sticky_inner.l_inner {
    margin: 0 auto;
    width: 1000px;
}

.l_footer .f_sticky .f_sticky_inner.l_inner .f_mobile {
    margin-top: 10px;
}

.l_footer .f_sticky .f_sticky_inner.l_inner .f_tel {
    margin-top: 10px;
}

.l_footer .f_sticky .f_sticky_inner.l_inner .f_btn.action {
    margin: 10px 0px 0 0;
}

.l_footer .f_back {
    position: absolute;
    right: 130px;
    top: -44px;
}

/* ===================================================================
for mobile devices
====================================================================== */

.mobileBottom {
  background: #fb5f13 none;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
}

.mobileBottom img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

.mobileBottomInner {
  margin: 0 15px;
  padding: 20px 0;
  overflow: hidden;
}

.mobileBottomInner .mbBtnMobileSite,
.mobileBottomInner .mbBtnTel {
  display: block;
  width: calc(50% - 10px);
}

.mobileBottomInner .mbBtnMobileSite {
  float: left;
}

.mobileBottomInner .mbBtnTel {
  float: right;
}

.mobileBottomInner .mbBtnMobileSite a,
.mobileBottomInner .mbBtnTel a {
  background-color: #fff;
  border-radius: 18px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mobileBottomInner .mbBtnMobileSite a {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(2%, #f4f6f8), color-stop(80%, #d2d5d7), to(#ccced1));
  background: linear-gradient(to bottom, #fff 0%, #f4f6f8 2%, #d2d5d7 80%, #ccced1 100%);
}

.mobileBottomInner .mbBtnTel a {
  background: #80cd7c;
  background: -webkit-gradient(linear, left top, left bottom, from(#80cd7c), color-stop(2%, #3cb236), color-stop(80%, #359e30), to(#33982e));
  background: linear-gradient(to bottom, #80cd7c 0%, #3cb236 2%, #359e30 80%, #33982e 100%);
}




/* ===================================================================
side
====================================================================== */

.s_urgent{
    position:  relative;
    border: 4px solid #e20000;
    padding: 79px 0px 10px;
}

.s_urgent h2{
    position:  absolute;
    top: -28px;
    left: -6px;
}

.s_urgent .action{
    text-align: center;
    position: relative;
}

.s_contact {
  margin-top: 15px;
}

.lower_wrap .s_contact{
  margin-top: 15px;
}

.side_free_btn{
    margin-top:  10px;
}

.side_fast_btn a:hover img,
.side_free_btn a:hover img {
  opacity: 0.8;
}

.s_contact_caution{
    font-size: 10px;
    margin-top:  7px;
}

.s_contact_policy{
    text-align:  right;
}

.s_contact_policy a{
    font-size:  10px;
    text-decoration:  underline;
}

.s_contact_policy a:before{
    content:"";
    width:6px;
    height:6px;
    display:inline-block;
    background:url(../img/common/side_arrow.png)no-repeat;
    margin-right:5px;
}

.s_more {
  margin-top: 20px;
}

.s_media {
  margin-top: 20px;
  font-size: 1rem;
}

.s_media_inner {
  border: solid 3px #004c9d;
  padding: 24px 11px 12px;
  border-top: none;
  position:  relative;
}

.s_media_inner .s_media_txt01{
    border-bottom:  1px solid #d9d9d9;
    padding-bottom: 10px;
}
.s_media_inner .s_media_txt02{
    margin-top: 7px;
}
.s_media_inner .s_media_txt03{
    margin-top: 10px;
}

.s_media_inner .s_media_img{
    position:  absolute;
    right: 0px;
    top: -14px;
}

.s_media_caption {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: dotted #999 1px;
  margin: 0 8px 8px;
}

.s_media_txt {
  padding: 0 6px 6px;
  line-height: 1.4;
  font-size: 12px;
}

.s_reason {
  margin-top: 20px;
  background:  #ade7ff;
  padding: 10px 10px 14px;
}

.s_reason h2 {}

.s_reason h2 img{width:100%;}

.s_reason .s_reason_inner{
}

.speed{
    margin-top:  20px;
}
.s_speed{
	border:6px solid #86c3e1;
	border-top:none;
	padding:0 4px 4px;
}
.s_speed p{
	background:#319dd2;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing: -1px;
}
.s_speed p span{
	color:#ffef01;
}
.s_reason_list {padding: 0 2px 3px;margin-top:  8px;}

.s_reason_item {margin-bottom:  5px;}

.s_reason_item span {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

.s_reason .s_reason_btn{
    text-align:  center;
    margin-top: 7px;
    padding-bottom: 4px;
}

.s_staff {
  background: url(../img/common/side_staff_bg.jpg);
  margin-top: 18px;
}

.s_staff_inner {padding-bottom:  6px;}

.s_staff h2 {
  position: relative;
  text-align:  center;
}

.s_staff h2 span {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
}

.s_staff_list_inner {
  background: #fff;
  padding: 0 0 18px;
}

.s_staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 16px 5px;
}

.s_staff_item {margin: 0px 10px 10px 0px;}

.s_staff_item:nth-child(3n){margin: 0px 0 10px 0;}

.s_staff_txt {
  margin: 4px -20px 0 -20px;
}

.s_staff_contact{text-align:center;}

.s_tel {
  background: url(../img/common/side_tel_btn_on.png)no-repeat top left;
}

.s_tel a {
  transition: 1s;
}

.s_tel:hover a {
  opacity: 0;
}

.s_tel_ttl {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #ff2f2f;
  text-align: center;
  padding: 4px 0;
}

.s_staff_inner .s_contact {
  background: #faebd1;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
}

.s_txt {
  text-align: center;
}

.s_about{
    margin-top:  20px;
}

.s_about_list {margin-top:  12px;}

.s_about_list li{
    margin-top:  5px;
}

.s_about_list li a{
    display:  block;
}

.s_about_list li a:hover{
    background: url(../img/common/side_about_bg_on.jpg);
}

.s_about_item {
  margin: 0px 0 0px;
}

.s_about_item_last a {
  display: block;
  padding: 21px 61px;
  background: url(../img/common/side_consul_btn.png)no-repeat center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.s_column {
  margin-top: 15px;
  border: 3px solid #11589d;
  padding: 10px 10px 13px;
}

.s_column h2 {
  padding: 7px 0px 0;
  margin: 0 0 0 -8px;
}

.s_column_list {
  padding: 6px 6px;
}

.s_column_item {padding-left:  19px;background: url(../img/common/side_arrow.png)no-repeat left top 10px;border-bottom:  1px dotted #666;}

.s_column_item a {
  text-decoration: none;
  font-size: 14px;
  text-decoration: underline;
  display:  block;
  padding: 7px 0 9px;
}

.s_column_item a:hover {
  text-decoration: none;
}

.s_column_btn {
  position: absolute;
  right: 3px;
  top: 19px;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #fbe154;
  padding: 2px 10px 1px 14px;
}

.s_column_btn:before {
  content: '> ';
}

.s_column_btn:hover {
  text-decoration: underline;
}

.s_price {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
}

.s_price figure {
  margin: 10px 0 0 -8px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.s_price_txt {
  color: #f15417;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  text-shadow: 2px 2px 3px #eef1f4;
}

.s_price .note {
  padding: 0 9px 2px;
  position:  absolute;
  bottom: 20px;
}

.s_price .note small {
  font-size: 10px;
  color: #999;
  padding: 0 13px;
  display:  block;
}

.s_privacy {
  margin-top: 20px;
  padding: 20px 10px 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1e3796;
}

.side_privacy_ttl {
}

.side_privacy_txt01 {font-weight:  normal;font-size: 12px;color: #333;text-align:  left;margin-top:  5px;}

.side_privacy_txt02{
    background:  #ecf0ff;
    padding: 10px 0;
    line-height:  1.4;
    margin-top:  7px;
}

.side_privacy_tel {
  padding: 32px 0 0;
}

.s_privacy_img {
  margin-top: 5px;
}

.s_privacy_description {
  font-size: 1.4rem!important;
  color: #856536!important;
}

.s_privacy_txt02 {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  width: 188px;
  margin: 0 auto;
  line-height: 1.4;
}

.s_gsl {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  padding: 12px 12px 12px;
  line-height: 1.6;
  font-size: 12px;
  color: #1f1f1f;
}

.s_gsl span {
  padding: 6px 0 0;
  display: block;
  font-size: 14px;
  color: #333;
}

.s_gsl .s_gsl_img {
  float: left;
  margin-right: 15px;
  font-size: 12px;
}

.ofi {
object-fit: cover;
font-family: 'object-fit: cover;'
}

.common_cv {
    background: url(../img/common/cv_bg.png)no-repeat top center / 100%;
    margin-top: 25px;
    padding: 20px;
}

.common_cv .inner {
  width: 552px;
  margin-top: 28px;
  padding-left: 4px;
  position: relative;
  margin-right: auto;
}

.common_cv .cv_cancel img,
.common_cv .cv_num img,
.common_cv .cv_btn img {
  width: 100%;
}

.common_cv .cv_cancel {
    width: 320px;
    float: left;
    margin-right: 10px;
}

.common_cv .sp_conversion_new_time {
    padding: 10px 6px;
    position: absolute;
    top: 0;
    right: 0;
}

.common_cv .cv_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.common_cv .sp_conversion_new_time .cv_txt span.cv_red {
    color: #fa6219;
}

.common_cv .cv_num {
    clear: both;
}

.common_cv .cv_btn {
  width: 258px;
}

.common_tap {
    border: 3px solid #292a80;
    border-radius: 12px;
    overflow: hidden;

}
.common_tap img:hover{
filter: none;
  -moz-opacity: inherit;
  opacity: inherit;

}
.common_tap:hover{
filter: alpha(opacity=7);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*.common_tap a .tap_bottom {
    background: #292a80;
    padding: 17px 0 9px;
}

.common_tap a .tap_bottom .tap_txt {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    width: 420px;
    text-align: center;
    font-weight: bold;
    background: url(../img/common/common_arrow03.jpg)no-repeat right top 3px;
}

.common_tap a .tap_bottom .tap_txt span {
    color: #ffef01;
}*/
a .common_tap .tap_bottom {
    background: #292a80;
    padding: 17px 0 9px;
}

a .common_tap .tap_bottom .tap_txt {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    width: 420px;
    text-align: center;
    font-weight: bold;
    background: url(../img/common/common_arrow03.jpg)no-repeat right top 3px;
    background-position: 100% 47%;
}

a .common_tap .tap_bottom .tap_txt span {
    color: #ffef01;
}

a .common_tap .tap_bottom:hover{

}

.common_link .box_list {
    margin-top: 19px;
}

.common_link .box_list li .inner {
    border: 5px solid #c9efff;
    border-top: none;
    padding: 7px 10px 10px;
}

.common_link .box_list li .inner .link_list li a {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 10px 0px 26px;
    display: inline-block;
    width: 326px;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    background: url(../img/common/update_arrow.png)no-repeat left center;
    line-height: 2;
}

.common_link .box_list li .inner .link_more {
    text-align: center;
}

.common_link .box_list li .inner .link_more a {
    display: inline-block;
    background: #2989cf url(../img/common/common_arrow07.png)no-repeat left 40px center;
    color: #fff;
    font-size: 12px;
    padding: 7px 0px 7px 20px;
    width: 170px;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 5px;
}

.update_info_box {
  margin: 30px 0 0;
}

.update_info_box .info_lists li> {
    width: 320px;
}

.update_info_box .info_lists li .inner {
    border: 5px solid #91d7f2;
    border-top: none;
    padding: 3px 12px 13px;
}

.update_info_box .info_lists {
  margin-top: 15px;
}

.update_info_box .info_lists li .inner .info_list li a {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 10px 0px 26px;
    display: inline-block;
    width: 286px;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    background: url(../img/common/ft_arrow02.png) no-repeat left center;
    line-height: 2;
}

.update_info_box .info_lists li .inner .info_more {
    text-align: center;
}

.update_info_box .info_lists li .inner .info_more a {
    display: inline-block;
    background: #129fdf url(../img/common/common_arrow07.png)no-repeat left 40px center;
    color: #fff;
    font-size: 12px;
    padding: 4px 0px 4px 20px;
    width: 170px;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 5px;
}

.upper_box_term.flex {
    margin: 0 auto;
    width: 1000px;
}

.upper_box_term.flex .term_left {
    /* width: 730px; */
    width: 100%;
    background: #e7f8ff;
    padding: 16px 20px;
}

.upper_box_term.flex .term_left .term_ttl {
    font-size: 12px;
    font-weight: bold;
}

.upper_box_term.flex .term_left .term_txt {
    font-size: 12px;
    line-height: 2;
}

.upper_box_term.flex .term_left .term_txt a {
    font-size: 12px;
    text-decoration: underline;
}

.upper_box_term.flex .privacy_right {
    width: 250px;
    border: 2px solid #e2e2e2;
    padding: 14px 22px;
}

.upper_box_term.flex .privacy_right .privacy_txt {
    font-size: 12px;
}

.upper_box_term.flex .privacy_right .privacy_txt span {
    display: block;
    text-align: center;
    padding-bottom: 6px;
}

.upper_box_term.flex .privacy_right .privacy_txt span img {
    width: 76px;
}
.f_lower_item {
    width: 1000px;
	margin:0px auto 30px;
    background: #e7f8ff;
    padding: 16px 20px;
}
.f_lower_item .f_lower_item_copy{
	color:#2989cf;
	font-weight:bold;
    margin-bottom: 8px;
    font-size: 1.4rem;
}



.common_response {
    margin-top: 20px;
}

.common_response .inner {
    border: 5px solid #00388a;
    border-top: none;
    padding: 18px 20px 2px;
}

.common_response .inner .response_list.flex {
    margin-top: 14px;
}

.quick_trouble {
    margin-top: 30px;
}

.quick_trouble ul {
    background: url(../img/quick_bg02.jpg)no-repeat;
    padding: 18px 13px 25px;
}

.lower_wrap .l_main h2 {
  font-size: 22px;
  color: #fff;
  padding: 12px 0 5px 25px;
  background: #86c3e1;
  font-weight:  bold;
  letter-spacing:  1px;
  border-bottom: 3px solid #319dd2;
  border-radius:  7px 7px 0 0;
  letter-spacing:  1px;
}

.lower_wrap .l_main h2.form_ttl{
    padding: 0;
    background: none;
    border: none;
    border-radius:  0;
}

.sample h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 9px 33px 4px;
    background: url(../img/common/common_bg02.png)repeat-y left top;
    margin-top: 16px;
}
.sample h3 span{
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    transform: skewX(-4deg);
}

.sample p{
    font-size: 15px;
    margin-top:  14px;
}


/*@ sourceMappingURL=style.css.map */

.index_subsub_ttl {
    border-bottom: 4px dotted #319dd2;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #319dd2;
}

.price_service {
    display: table;
    box-shadow: 0 0 0 5px rgb(90, 177, 219);
    background-color: rgb(90, 177, 219);
}

.price_service span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #fff;
    line-height: 1.2;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
