@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src:
        local("Noto Sans CJK JP"),
        url(/application/themes/ksw1/fonts/NotoSansJP-Regular.woff2) format('woff2'),
        url(/application/themes/ksw1/fonts/NotoSansJP-Regular.woff) format('woff'),
        url(/application/themes/ksw1/fonts/NotoSansJP-Regular.otf) format('opentype');
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 2em;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Helvetica Neue", "Segoe UI", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#gotoTop {
    display: none;
    position: fixed;
    z-index: 18;
    bottom: 1.5em;
    right: 1.5em;
    margin-bottom: 0;
    cursor: pointer;
    color: #daa608;
}
#gotoTop:hover {
    color: #daa608;
}
.mt_1em {
    margin-top: 1em;
}
.mt_2em {
    margin-top: 2em;
}
.pt_2em {
    padding-top: 2em;
}
.mt_3em {
    margin-top: 3em !important;
}
.mt_4em {
    margin-top: 4em !important;
}
.pt_4em {
    padding-top: 4em !important;
}
.mt_m2em {
    margin-top: -2em;
}
.mb_1em {
    margin-bottom: 1em;
}
.mb_2em {
    margin-bottom: 2em;
}
.pb_2em {
    padding-bottom: 2em;
}
.mb_3em {
    margin-bottom: 3em !important;
}
.mb_4em {
    margin-bottom: 4em !important;
}
.pb_4em {
    padding-bottom: 4em !important;
}
.mb_m4em {
    margin-bottom: -4em;
}
.ml_1em {
    margin-left: 1em;
}
.mr_1em {
    margin-right: 1em;
}
.no_pad_btm {
    padding-bottom: 0 !important;
}
.no_pad_top {
    padding-top: 0 !important;
}
.text_red {
    color: #c00;
}
.text_blue {
    color: #00478e;
}
.text_bold {
    font-weight: bold;
}
.text-1_25 {
    font-size: 1em;
}
.text-1_125 {
    font-size: 1em;
}
.text-0_875 {
    font-size: 1em;
}
.bg-grey {
    background-color: #f6f6f6;
}
.bg-white {
    background-color: #fff;
}
.contact-from-phone {
    font-size: 1.5em;
}
.bordered_after_column {
    border: 7px solid #eee;
    padding: 1em 1.5em 0;
    background-color: #f6f6f6;
    margin-top: 4em;
}
@media (min-width: 768px) {
    .text-1_25 {
        font-size: 1.25em;
    }
    .text-1_125 {
        font-size: 1.125em;
    }
    .text-0_875 {
        font-size: 0.875em;
    }
    .contact-from-phone {
        font-size: 2em;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/*** customize header style ***/
.header {
    position: fixed;
	width: 100%;
	z-index: 100;
	padding-left: 2%;
	padding-right: 2%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 3px 0 #daa608;
}
.header .header-content {
    margin: 0 auto;
    width: 100%;
    line-height: 1em;
}
.header .logo {
    padding: 5px 0;
    max-width: 256px;
    display: inline-block;
    margin-top: 5px;
}
.header .in_touch {
    display: none;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	transition: opacity 0.5s;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation li {
    display: block;
	margin-bottom: 1.5em;
}
.navigation a {
	display: block;
	font-size: 1.25em;
	margin: 0;
	color: #fff;
    text-align: center;
    padding: 0.5em 0;
}
.navigation .primary-nav {
	position: relative;
	top: 50%;
	transform: translateY(-45%);
}
.navigation a:hover,
.navigation a:focus,
.navigation a.active {
	color: #00478e;
    text-decoration: none;
    background-color: #f6f6f6;
    transition: 0.5s;
}
.nav-toggle {
    display: inline-block;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 2%;
	text-indent: 100%;
	white-space: nowrap;
	width: 44px;
	z-index: 200;
	transition: all 0.3s;
    margin-top: 1.5em;
}
.nav-toggle:before,
.nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	/*-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;*/
	backface-visibility: hidden;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #daa608;
	transform: scale(1);
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #daa608;
	transform: scale(0);
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transform: translateZ(0);
	/*-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;*/
	backface-visibility: hidden;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	transform: translateY(0) rotate(-45deg);
}

@media (min-width: 768px) {
    .header .logo {
        padding: 5px 0;
        width: 100%;
        max-width: 220px;
        /*max-height: 88px;*/
        display: inline-block;
    }
    .header .in_touch {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 10;
        line-height: 1.25em;
    }
    .header .in_touch li {
        display: inline-block;
        vertical-align: top;
        margin-left: 0.5em;
    }
    .header .in_touch li a.phone {
        color: #00478e;
        padding: 0.5em 0;
        display: block;
    }
    .header .in_touch li a.phone:before {
        content: "\f098";
        font-family: FontAwesome;
        margin-right: 0.5em;
    }
    .header .in_touch li a.inqury {
        background-color: #c00;
        border: 1px solid #c00;
        color: #fff;
        padding: 0.5em 1em;
        font-size: 0.75em;
        display: block;
    }
    .header .in_touch li a.inqury:before {
        content: "\f003";
        font-family: FontAwesome;
        margin-right: 0.5em;
    }
    .header .in_touch li a.phone_inquiry {
        display: block;
    }
    .nav-toggle {
        display: none;
    }
    .navigation {
        float: right;
        position: relative;
        background-color: transparent;
        width: auto;
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s, visibility 0.3s;
        line-height: 1em;
        /*padding-top: 2em;*/
        margin-top: 2.5em;
    }
    .navigation li {
        display: inline-block;
        margin-bottom: 0;
    }
    .navigation a {
        color: #000;
        font-size: 0.75em;
        padding: 0.75em 0.5em;
        /*letter-spacing: 1px;*/
    }
    .navigation .primary-nav {
        top: 0;
        transform: translateY(0);
    }
}
@media (min-width: 992px) {
    .navigation a {
        padding: 0.75em 1em;
        font-size: 0.875em;
    }
    .header .in_touch li a.inqury {
        font-size: 0.875em;
    }
}
@media (min-width: 1200px) {
    .navigation a {
        padding: 0.75em 2em;
    }
}

/*** customize footer style ***/
.footer {
    background-color: #00478e;
}
.footer_nav {
    padding-top: 3em;
}
.footer_nav .footer_list {
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 1.5em;
}
.footer_nav .footer_list p {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 0;
}
.footer_nav .footer_list p a {
    display: block;
    padding: 0.25em 0;
    color: #fff;
}
.footer_nav .footer_list p a:hover {
    text-decoration: underline;
}
.footer_nav .footer_list p a:before {
    content: "\f078";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.footer_nav .footer_list .link_list {
    padding-left: 0.25em;
}
.footer_nav .footer_list .link_list li {
    line-height: 1.5em;
}
.footer_nav .footer_list .link_list a {
    font-size: 0.75em;
    color: #fff;
}
.footer_nav .footer_list .link_list a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.footer_inquiry {
    /*margin-left: 1em;*/
    background-color: #fff;
    padding: 1em;
    border-radius: 0.125em;
    /*display: inline-block;*/
    text-align: center;
    margin: 0 auto;
    width: 320px;
    max-width: 100%;
}
.footer_inquiry .by_phone {
    font-size: 1.125em;
    margin-bottom: 0;
    color: #00478e;
}
.footer_inquiry .footer_logo {
    margin-bottom: 0;
}
.footer_inquiry .colored_btn {
    text-align: center;
    margin-top: 0.5em;
    display: inline-block;
}
.footer_inquiry .colored_btn a {
    display: block;
    padding: 0.25em 1em;
    background-color: #c00;
    border-radius: 0.25em;
    color: #fff;
}
.footer .sub {
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 0.5em;
}
.footer .sub p {
    display: block;
}
.footer .sub p a {
    font-size: 0.75em;
    color: #fff;
}
.most_footer {
    text-align: center;
    background-color: #fff;
}
.about_others {
    font-size: 0.75em;
    text-align: center;
}
.about_others a {
    color: #fff;
}
.about_others a:hover {
    color: #fff;
}
.cr_text {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.75em;
}
@media (min-width: 768px) {
    .footer .sub p {
        text-align: center;
    }
    .footer .sub p a {
        margin: 1em 0;
        color: #fff;
        padding: 0.25em 0;
    }
    .footer .sub p a:hover {
        text-decoration: underline;
    }
}
@media (min-width: 992px) {
    .footer_inquiry .by_phone {
        font-size: 1.375em;
    }
    .about_others {
        font-size: 0.875em;
    }
}

/*** article style ***/
main {
    padding-top: 92px;
}
.home_img {
    background: url(/application/themes/ksw1/images/home_img6.jpg);
    background-position: top right;
    background-size: cover;
}
.btob_img {
    background: url(/application/themes/ksw1/images/btob_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.service_img {
    background: url(/application/themes/ksw1/images/service_img.jpg);
    background-position: top right;
    background-size: cover;
}
.column_img {
    background: url(/application/themes/ksw1/images/column_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.company_img {
    background: url(/application/themes/ksw1/images/company_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.contact_img {
    background: url(/application/themes/ksw1/images/contact_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.info_img {
    background: url(/application/themes/ksw1/images/info_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.column_entry_img {
    background: url(/application/themes/ksw1/images/column_entry_img.jpg);
    background-position: top left;
    background-size: cover;
}
.performance_img {
    background: url(/application/themes/ksw1/images/performance_img.jpg);
    background-position: bottom right;
    background-size: cover;
}
.telephone_survey_img {
    background: url(/application/themes/ksw1/images/telephone_survey_img.jpg);
    background-position: bottom left;
    background-size: cover;
}
.company_img .head_h1,
.contact_img .head_h1,
.info_img .head_h1 {
    padding: 1.5em 0.5em 2em;
}
.column_entry_img .column_header {
    font-size: 2.5em;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.home_h1,
.head_h1 {
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.25em;
    color: #fff;
    padding: 2em 0 1em;
}
.head_h1 {
    padding: 1.5em 0.5em 2em;
    text-shadow: 1px 1px 0 #000;
}
.home_h1 .lead_home_h1 {
    font-size: 0.75em;
    display: block;
}
.break_point {
    display: none;
}
.lead_home {
    font-size: 0.875em;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    border-radius: 0.5em;
}
.sc_btn {
    text-align: center;
    display: inline-block;
    margin: 1em 0 3em;
}
.sc_btn a {
    font-size: 0.875em;
    display: block;
    color: #fff;
    background-color: rgba(0, 71, 142, 0.96);/*rgba(218, 166, 8, 1);*/
    border: 1px solid #fff;
    padding: 1em;
}
.sc_btn a:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.lead_head {
    padding: 0 1.5em 3em;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.25em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.home_h2,
.head_h2 {
    font-size: 1.375em;
    color: #00478e;
}
.head_lead_h2 {
    font-size: 1em;
    margin: 1em 0 1.5em;
}
.article {
    padding: 3em 0;
}
.home_lists {
    margin: 2em 0;
}
.home_lists p {
    padding: 0.5em;
    margin-bottom: 0.5em;
    /* background: url(/application/themes/ksw1/images/bg_tex.png); */
    background-color: #fff;
    box-shadow: 7px 0 0 #daa608 inset;
    font-size: 0.875em;
}
.home_lists p i {
    margin-right: 0.5em;
}
.home_lists .public p {
    box-shadow: 7px 0 0 #00478e inset;
}
.home_lists2 {
    margin: 0 auto 1em;
    text-align: center;
    padding: 1em 0;
    background: radial-gradient(#f6f6f6 60%, #daa608 61%, #daa608 67%, #f6f6f6 68%);
    max-width: 12em;
    min-width: 8.25em;/*10em;*/
}
.home_lists2 p {
    line-height: 1.5em;
    margin-bottom: 0;
}
.home_lists2 .item1 {
    margin-top: 0.5em;
    font-weight: bold;
    font-size: 0.875em;
}
.home_lists2 .item2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 0.875em;
}
.img_block img {
    margin: 0 auto;
}
.general_list {
    padding: 0 1em 1em;
}
.general_list li {
    margin-bottom: 0.5em;
}
.general_list li:before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #c00;
}
.example_list_title {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding: 0.25em 0.25em 0.25em 0.75em;
    background-color: #999;/*#00478e;*/
    display: inline-block;
    color: #fff;
}
.example_list {
    margin-left: 1em;
}
.example_list li {
    padding: 0.25em 0.5em 0 0.5em;
}
.example_list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.article .section_title {
    color: #666;
    font-size: 1.5em;
    display: inline-block;
    padding: 0.5em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.article iframe.map {
    width: 100%;
    height: 400px;
}
.article .sub_header_title,
.article .sub_header_title2,
.article .sub_header_title3 {
    font-size: 1.25em;
    padding: 0 0 1em;
}
.article .sub_header_title:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.article .sub_header_title2:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.article .sub_header_title3:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.sub_title2_desc {
    color: #daa608;
}
.box_list_inner {
    margin-bottom: 2em;
    background-color: #fff;
}
.box_title {
    padding: 1em;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.25em;
    background-color: #00478e;
    color: #fff;
}
.box_title.title2 {
    padding: 0.75em 0.5em;
    /*background-color: #00478e;
    color: #fff;*/
    color: inherit;
    background-color: transparent;
    /*border-top: 3px solid #00478e;*/
    text-align: center;
    font-size: 0.875em;
}
.box_title.title4 {
    padding: 0.75em 1em;
    background-color: #00478e;
    color: #fff;
}
.box_desc {
    font-size: 0.875em;
    font-weight: normal;
    display: block;
    margin-top: 0.75em;
    text-align: left;
}
.box_desc2 {
    padding: 1em;
}
.box_img {
    margin-bottom: 0;
    /*border: 3px solid #ccc;
    border-bottom: 1px solid #fff;*/
}
.box_img img {
    margin: 0 auto;
}
/*.box_img.img2 {
    background-color: #4169e1;
}
.box_img.img2 img {
    padding: 1em;
    max-height: 200px;
}*/
.box_img.img3 img {
    padding: 1em 0;
}
.row_list .row {
    padding: 1em;
}
.row_list .row p {
    margin-top: 10px;
}
.row_list .row:nth-child(even) {
    background-color: #f6f6f6;
}
.row_list .row .col-sm-3 i {
    margin-left: 0.5em;
}
.shaded_list {
    background-color: #fff;/*#fefefe;*/
    border-radius: 1em;
    margin: 2em auto;
}
.shaded_list_inner {
    text-align: center;
    padding: 2em 0;
    box-shadow: 1px 1px 3px 1px #ccc;
}
.shaded_list_inner img {
    margin: 0 auto;
    padding: 2em 2em 1em;
}
.vh_list {
    margin-bottom: 1em;
    padding: 1em 0;
}
.vh_list_h3 {
    font-size: 1.375em;
    margin-bottom: 0.5em;
    background-color: #eee;
    padding: 0.5em;
}
.vh_list_h3:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #c00;
}
.vh_list_img img {
    margin: 0 auto;
}
.dashed_border_btm {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.column_article_title_h2 {
    font-size: 1.25em;
    margin: 2em 0 1em;
    border-bottom: 3px solid #ccc;
}
.column_article_title_h3 {
    font-size: 1.125em;
    margin: 1em 0 0.5em;
    padding: 0.25em;
    background-color: #f6f6f6;
}
.column_article_title_h3:not(:nth-child(1)) {
    margin-top: 2em;
}
.border_solid_list_column {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    background-color: #f6f6f6;
}
.col-content img.story_img {
    width: 100%;
    margin-bottom: 1em;
}
.info_h3 {
    font-size: 1.125em;
    margin: 1em 0 0.5em;
    padding: 0.25em;
    border-bottom: 3px solid #ccc;
}
.number_list {
    margin-left: 1em;
}
.number_list li {
    padding: 0.5em 1em;
    border-bottom: 1px dashed #ccc;
}
.number_list li:nth-child(even) {
    background-color: #f9f9f9;
}
.list_title {
    font-size: 1.125em;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 3px solid #ccc;
    padding: 0.25em 0.5em;
}
.list_title:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.list_title:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.5em;
}
.checked_list {
    padding: 0;
    margin-bottom: 1.5em;
}
.checked_list li {
    padding: 0.25em 1em;
    border-bottom: 1px solid #eee;
}
.checked_list li:nth-child(odd) {
    background-color: #f9f9f9;
}
.checked_list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #999;
}
.home_item_lead {
    font-size: 1.125em;
    border-bottom: 5px solid #ccc;
    margin-bottom: 1em;
    padding: 0.5em;
}
.home_item_lead:before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 0.5em;
}

@media (min-width: 768px) {
    main {
        padding-top: 82px;
    }
    .home_h1,
    .head_h1 {
        font-size: 2.25em;
    }
    .home_h1 {
        padding-bottom: 0.5em;
    }
    .home_h2,
    .head_h2 {
        font-size: 2em;
        font-weight: bold;
    }
    .lead_home {
        font-size: 1em;
    }
    .sc_btn a {
        font-size: 1em;
    }
    .sc_btn a:hover {
        text-decoration: none;
        background-color: rgba(0, 71, 142, 0);
        transition: 0.5s;
    }
    .lead_head {
        font-size: 1.5em;
    }
    .head_lead_h2 {
        font-size: 1.125em;
    }
    .home_lists2 {
        padding: 1.5em 0;
    }
    .home_lists p {
        padding: 1em;
        margin-bottom: 1.5em;
        font-size: 1em;
    }
    .home_lists p i {
        margin-right: 1em;
    }
    .box_title.title2 {
        padding: 0.75em 1em;
        font-size: 1em;
    }
    /*.box_img.img2 img {
        padding: 2em 0;
    }*/
    .box_desc2 {
        font-size: 1.125em;
    }
    .box_list {
        padding: 2em 0;
    }
    .article .section_title {
        font-size: 2.25em;
    }
    .article .sub_header_title,
    .article .sub_header_title2,
    .article .sub_header_title3 {
        font-size: 1.5em;
    }
    .sub_title2_desc {
        font-size: 1.125em;
    }
    .row_list .col-sm-3 {
        text-align: right;
    }
    .row_list .col-sm-8.col-sm-offset-1 {
        border-left: 5px solid #eee;
    }
    /*.vh_list_desc {
        font-size: 1.125em;
    }*/
    .column_article_title_h2 {
        font-size: 1.5em;
    }
    .column_article_title_h3 {
        font-size: 1.25em;
    }
    .home_item_lead {
        font-size: 1.25em;
    }
}
@media (min-width: 992px) {
    .home_h1,
    .head_h1 {
        font-size: 3em;
    }
    .lead_home {
        font-size: 1.125em;
    }
    .home_h2,
    .head_h2 {
        text-align: center;
    }
    .head_lead_h2 {
        text-align: center;
    }
    .home_lists p {
        font-size: 1.25em;
    }
    .home_lists2 {
        min-height: 12em;
        font-size: 1.125em;
    }
    .col-content img.story_img {
        width: 50%;
        max-width: 300px;
        margin-left: 1em;
        float: right;
    }
    .box_title.title2 {
        font-size: 1.25em;
    }
    .box_title.title2 .box_desc {
        font-size: 0.75em;
    }
}
@media (min-width: 1200px) {
    .home_h1 ,
    .head_h1 {
        font-size: 3.25em;
    }
    .home_lists2 .item1 {
        font-size: 1.125em;
    }
}
@media (min-width: 1261px) {
    .break_point {
        display: inline-block;
    }
}

/*** common parts style ***/
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875em;
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 0.75em;
    color: #ccc;
}
.pp dl {
    border: 1px solid #ccc;
    padding: 1em;
}
.pp dl dt {
    padding: 0.5em;
    background-color: #eee;
    margin-bottom: 0.5em;
}
.pp dl dd {
    line-height: 2em;
    margin-bottom: 2em;
}
.pp dl dd .pp_sub {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 1em;
}
.pp dl dd ul {
    padding-left: 1em;
}
.link_btn {
    margin: 1em auto 2em;
}
.link_btn .btn {
    max-width: 100%;
    width: 240px;
    margin: 0 auto;
    display: block;
    padding: 1em 0;
    background-color: #00478e;/*#fff;*/
    border: 1px solid #00478e;/*#daa608;*/
    border-radius: 1.75em;
    color: #fff;/*#daa608;*/
    vertical-align: middle;
}
.link_btn .btn:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 0.5em;
}
.link_btn .btn:hover {
    background-color: #daa608;
    border: 1px solid #daa608;
    color: #fff;
    transition: 0.3s;
}
.link_btn.long .btn {
    width: 300px;
}
.link_btn.large-long .btn {
    width: 360px;
    max-width: 100%;
    background-color: #c00;
    border: 1px solid #c00;
}


/*** inquiry style ***/
.inquiry_lead {
    margin-top: 2em;
    margin-bottom: 1em;
}
.inquiry_lead2 {
    margin-bottom: 3em;
    line-height: 1.5em;
}
.form-group {
    padding: 1em 0;
    margin-bottom: 0;
    background-color: #f6f6f6;
}
.form-group:first-child {
    border-top: 1px solid #eee;
}
.form-group:nth-child(odd) {
    background-color: transparent;
}
.form-group:last-child {
    background-color: transparent;
}
.form-group label .label {
    margin-left: 0.75em;
}
.form-group .radio input {
    height: 1.5em;
}
.form-horizontal .radio {
    padding-top: 0;
}
.form-group label.control-label {
    padding-top: 0;
    font-size: 0.875em;
}
.form-group .radio input {
    height: 1.5em;
}
.form-actions {
    margin: 1em auto 2em;
}
.form-actions .btn {
    font-size: 1.125em;
}
.inquiry_confirm .form-group {
    padding: 0.5em;
}
.inquiry_confirm .form-group label.control-label {
    border-right: 3px solid #ddd;
    padding: 0.5em 1em;
}
.policy_content .panel {
    font-size: 0.875em;
    margin-bottom: 3em;
}
.policy_list li:before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.err_msg {
    color: #c00;
}
.err_msg:before {
    content: "\f069";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .inquiry_lead {
        text-align: center;
    }
    .inquiry_lead2 {
        text-align: center;
    }
    .form-group label.control-label {
        font-size: 1em;
    }
}
@media (min-width: 1200px) {
    .inquiry_lead3 {
        text-align: center;
    }
}

#ccm-account-menu {
    right: 5em;
    bottom: 1.75em;
    top: inherit;
    position: fixed;
}
#OnClickUpdate.btn,
#OnClickBack.btn {
    padding: 0.5em 1.5em;
}
