@charset "UTF-8";
/* CSS Document */

/****************
***** Reset *****
*****************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:300;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

nav ul,ul,li {
	list-style: none;
}

li a {
	text-decoration: none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

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

input, select {
	vertical-align:middle;
}

img {
	vertical-align: bottom;
}

/***************
*** Settings ***
****************/
html {
  font-size: 14px;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5em;
  background-color: #fff;
}
/**********************************
hover
**********************************/
a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover {
  color: #0768ac;
}

a img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a img:hover {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}
/**********************************
Header
**********************************/
header {
  width: 100%;
  border-top: solid 12px #00008f;
}
.header_wrap {
  width: auto;
  margin: 0 auto;
}
.header_inner {
  width: auto;
  padding: 12px 14px 6px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_logo {
  width: 25%;
}
.header_logo img {
  width: 100%;
  height: auto;
}
.header_tell {
  width: 33%;
  margin-left: 48px;
}
.header_tell img {
  width: 100%;
  height: auto;
}
.header_sns_wrap_sub {
  padding: 0 8px 10px 0;
}
.header_sns_wrap_main {
  display: none;
}
.header_sns_wrap_sub li {
  width: 18%;
  min-width: 140px;
  margin-left: auto;
}
.header_sns_wrap_sub li img {
  width: 100%;
  height: auto;
}
/**********************************
Navigation
**********************************/
nav {
  width: 100%;
}
.navi_wrap {
  width: auto;
}
.navi_wrap li {
  width: 100%;
  position: relative;
}
.navi_wrap li:before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #00008f;
  left: 0;
  bottom: 0;
}
.navi_wrap li:hover:before {
  -webkit-animation: nav_on .2s ease-in-out both;
  animation: nav_on .2s ease-in-out both;
}
.navi_wrap a {
  display: block;
  width: auto;
  text-align: center;
  padding: 16px 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@keyframes nav_on {
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
/**********************************
Container
**********************************/
.contents_wrap {
}
.bread_crumb {
  width: auto;
  padding: 6px 16px;
  margin: 0 auto;
  font-size: 0.875rem;
}
.bread_crumb a {
  font-size: 0.875rem;
}
/**********************************
Main image
**********************************/
/*TOP page*/
.main_image_wrap {
  width: 100%;
  margin: 0 auto;
}
.main_image_wrap img {
  width: 100%;
  height: auto;
}
/*********************************
TOP page
*********************************/
/*メッセージ*/
#message {
  margin-top: 46px;
}
.message_title {
  width: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 24px auto;
}
.message_body {
  width: auto;
  margin: 0 auto;
  padding-top: 48px;
}
#message p {
  width: 600px;
  line-height: 1.5em;
  margin: 36px auto 0;
}
.profile_btn {
  width: 600px;
  margin: 56px auto 0;
}
.profile_btn a {
  text-decoration: none;
  display: block;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  background-color: #00008f;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
}
.profile_btn a:hover {
  background-color: #0768ac;
}
/*私の政策*/
#policy {
  width: 100%;
  background-color: #efefef;
  padding: 64px 0 112px;
  margin-top: 106px;
}
#policy .section_inner {
  width: 600px;
  margin: 36px auto 0;
}
#policy .section_inner > h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 46px;
}
#policy .section_inner > ul {
  padding-left: 36px;
  margin-top: 16px;
}
#policy .section_inner > ul li {
  list-style: disc;
  margin-bottom: 16px;
  line-height: 1.7em;
}
.policy_btn {
  margin-top: 98px;
}
.policy_btn a {
  text-decoration: none;
  display: block;
  width: 360px;
  padding: 10px 0;
  text-align: center;
  background-color: #00008f;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
}
.policy_btn a:hover {
  background-color: #0768ac;
}
/*活動報告*/
#activities {
  width: 100%;
  background-color: #ddd;
  padding: 100px 0;
}
#activities .section_inner > p {
  width: 600px;
  margin: 48px auto 0;
  text-align: center;
}
.activities_wrap {
  width: 100%;
  margin-top: 48px;
}
.activities_wrap .news_wrap {
  width: 600px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
} 
.activities_wrap .news_wrap .news_inner {
  width: 48%;
  margin-bottom: 48px;
}
.activities_wrap .news_wrap .news_inner:nth-of-type(even) {
  margin-left: 4%;
}
.activities_wrap .news_wrap .news_inner .news_thumb {
  width: 100%;
}
.activities_wrap .news_wrap .news_inner .news_thumb img {
  width: 100%;
  height: auto;
}
.activities_wrap .news_wrap .news_inner .news_add_info {
  width: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.activities_wrap .news_wrap .news_inner .date {
  font-size: 0.875rem;
}
.activities_wrap .news_wrap .news_inner .more_link {
  margin-left: auto;
  width: 140px;
}
.activities_wrap .news_wrap .news_inner .more_link a {
  display: block;
  width: auto;
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #00008f;
  text-decoration: none;
  position: relative;
}
.activities_wrap .news_wrap .news_inner .more_link a:before {
  content: '＞';
  position: absolute;
  top: 10%;
  right: 4px;
}
.activities_wrap .news_wrap .news_inner .more_link a:hover {
  background-color: #0768ac;
}
.activities_wrap .news_wrap .news_inner .news_title {
  margin-top: 8px;
}
.activities_wrap .related_links {
  width: 400px;
  margin: 36px auto 0;
} 
.activities_wrap .related_links > h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.activities_wrap .related_links > p {
  font-weight: 400;
  margin-bottom: 24px;
}
.activities_wrap .related_links .report_bnr {
  width: 100%;
  margin-top: 10px;
}
.activities_wrap .related_links .report_bnr img {
  width: 100%;
  height: auto;
}
/* ボタンの装飾 */
.x_fallback_btn {
  margin: 14px 0 46px;
  text-align: center;
}
.x_fallback_btn a {
  display: inline-block;
  background-color: #000; /* Xブランドカラー */
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
.x_fallback_btn a:hover {
  opacity: 0.7;
}
.x_logo {
  margin-right: 8px;
  font-size: 1.1em;
}
/*事務所のご案内*/
#access {
  width: 100%;
  padding: 64px 0;
}
#access .heading1 {
  color: #00008f;
}
#access .g_map iframe {
  display: block;
  width: 560px;
  height: 450px;
  margin: 48px auto 0;
}
#access .office {
  width: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 36px;
}
#access .address {
  width: 250px;
  margin: 26px auto 0;
  text-align: center;
}
/*お問い合わせ*/
#contact {
  width: 100%;
  background-color: #efefef;
  padding: 64px 0 24px;
}
#contact .heading1 {
  color: #00008f;
}
.contact_wrap {
  width: 560px;
  margin: 24px auto 0;
}
.contact_wrap .tel {
  width: auto;
  padding: 16px 12px 16px 46px;
  border-bottom: dotted 2px #000;
  text-align: center;
  margin-top: 36px;
}
.contact_wrap .tel span { 
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
}
.contact_wrap .tel span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -18px;
  background-image: url("../images/tell_icon.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

/**********************************
Subpage
**********************************/
.page_title {
  width: 100%;
  background-image: url("../images/title_bg.jpg");
  background-size: cover;
  vertical-align: middle;
  background-position: right -120px top 0;
  background-repeat: no-repeat;
  z-index: -2;
}
.page_title h2 {
  display: auto;
  padding: 120px 32px;
  font-size: 1.125rem;
  background-image: url("../images/title_photo.png");
  background-size: contain;
  background-position: right 0;
  background-repeat: no-repeat;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  z-index: 0;
  text-align: left;
  text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff,
    -2px 2px 2px #fff,  2px -2px 2px #fff,
    2px 0px 2px #fff, -2px -0px 2px #fff,
    0px 2px 2px #fff,  0px -2px 2px #fff;
}
.page_inner {
  width: auto;
  max-width: 1200px;
  min-height: 500px;
  margin: 68px auto;
  padding: 0 16px;
}
.page_inner > p {
  width: auto;
  padding: 0 14px;
  margin-top: 18px;
  line-height: 1.9em;
}
.page_inner > ul {
  width: auto;
  padding: 0 30px;
  margin-top: 18px;
}
.page_inner > ul li {
  margin-bottom: 14px;
  line-height: 1.7em;
  list-style: disc;
}
/*プロフィール*/
.two_column {
  margin: 68px auto 0;
  width: auto;
  max-width: 1000px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
.two_column .text {
  width: 58%;
}
.two_column .text p {
  line-height: 1.9em;
  font-size: 1.125rem;
  margin-top: 24px;
}
.two_column .photo {
  width: 39%;
}
.two_column .photo img {
  width: 100%;
  height: auto;
}
.profile_table {
  margin: 68px auto 0;
  width: auto;
  max-width: 1000px;
}
.profile_table table {
  width: 100%;
  border: solid 1px #dedede;
}
.profile_table table tr {
  border-bottom: solid 1px #dedede;
}
.profile_table table th {
  width: 20%;
  padding: 12px 2%;
  background-color: #efefef;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
}
.profile_table table td {
  width: 72%;
  padding: 12px 2%;
  line-height: 1.9em;
}
.profile_table table td ul {
  padding-left: 24px;
}
.profile_table table td ul li {
  margin-bottom: 10px;
  list-style: disc;
  line-height: 1.9em;
}
.profile_message {
  width: auto;
  max-width: 1000px;
  margin: 56px auto 0;
  aspect-ratio: 16 / 7;
  background-image: url("../images/prfile_message_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.profile_message .message {
  width: 100%;
  text-align: right;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2em;
  color: #00008f;
  padding-right: 18px;
}
/*私の政策*/
.policy_message {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.9em;
  margin-top: 64px;
}

/*事務所のご案内*/
.office_g_map {
  margin-top: 36px;
}
.office_g_map iframe {
  width: 100%;
  aspect-ratio: 3 / 1;
}

/*お問い合わせ*/
.contact_wrap {
  width: 90%;
  margin: 0 auto 120px;
}
.contact_wrap p {
  width: 100%;
  line-height: 1.7em;
  text-align: center;
}
.contact_table {
  width: 100%;
  margin-top: 48px;
}
.contact_table th {
  width: 28%;
  padding: 32px 2%;
  text-align: right;
  vertical-align: middle;
  font-weight: 700;
}
.contact_table th .required {
  font-size: 0.75rem;
  color: #fff;
  background-color: #d11b24;
  font-weight: 700;
  margin-left: 24px;
  padding: 4px 8px;
  border-radius: 8px;
}
.contact_table th .optional {
  font-size: 0.75rem;
  color: #fff;
  background-color: #666;
  font-weight: 700;
  margin-left: 24px;
  padding: 4px 8px;
  border-radius: 8px;
}
.contact_table td {
  width: 68%;
  padding: 32px 2%;
}
.contact_table tr {
  border-bottom: solid 1px #dedede;
}
.contact_table tr:last-of-type {
  border-bottom: none;
}
.contact_table td input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  background-color: #efefef;
  padding: 10px;
  font-size: 1rem;
}
.contact_table td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  height: 200px;
  background-color: #efefef;
  padding: 10px;
  font-size: 1rem;
}
.submit_btn {
  width: 200px;
  margin: 54px auto 0;
  border: solid 2px #00008f;
  position: relative;
  overflow: hidden;
}
.submit_btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 12px 8px;
  text-align: center;
  color: #00008f;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.submit_btn:after {
  content: '';
  display: block;
  background-color: #00008f;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.submit_btn:hover input {
  color: #fff;
}
.submit_btn:hover:after {
  width: 100%;
}
.wpcf7-response-output {
  width: auto;
  text-align: center;
  line-height: 1.7em;
  border: none !important;
  color: #d11b24;
  margin-top: 18px;
}
.wpcf7-mail-sent-ok {
  display: block;
  color: #1b68d3;
  margin-top: 12px;
}
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  display: block;
  color: #d11b24;
  margin-top: 12px;
}
.screen-reader-response {
  display: none;
}
.privacy_message {
  text-align: center;
  font-weight: 700;
  line-height: 1.9em;
  margin-top: 46px;
}
.google_annotation {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7em;
  margin-top: 24px;
}
/**********************************
Singlepage
**********************************/
.single_page .page_inner {
  width: auto;
  max-width: 800px;
  min-height: 500px;
  margin: 68px auto;
  padding: 0 16px;
}
.single_page p {
  font-size: 1.125rem;
  margin-top: 32px;
}
.page_link {
  width: auto;
  margin-top: 18px;
  padding-left: 16px;
}
.page_link a {
  display: block;
  width: 248px;
  padding: 12px 14px;
  text-align: center;
  border: solid 2px #00008f;
  border-radius: 12px;
  font-size: 0.875rem;
  color: #00008f;
  font-weight: 600;
  text-decoration: none;
}
.page_link a:hover {
  background-color: #00008f;
  color: #fff;
}
/**********************************
Categorypage
**********************************/
.now_prepare {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_page .news_wrap,
.sub_page .news_wrap{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 
.category_page .news_wrap .news_inner,
.sub_page .news_wrap .news_inner{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 48px;
}
.category_page .news_wrap .news_inner:nth-of-type(3n),
.sub_page .news_wrap .news_inner:nth-of-type(3n){
  margin-right: 0;
}
.category_page .news_wrap .news_inner .news_thumb,
.sub_page .news_wrap .news_inner .news_thumb{
  width: 100%;
  border: solid 1px #999;
}
.category_page .news_wrap .news_inner .news_thumb img,
.sub_page .news_wrap .news_inner .news_thumb img{
  width: 100%;
  height: auto;
}
.category_page .news_wrap .news_inner .news_add_info,
.csub_page .news_wrap .news_inner .news_add_info{
  width: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.category_page .news_wrap .news_inner .date,
.sub_page .news_wrap .news_inner .date{
  font-size: 0.875rem;
}
.category_page .news_wrap .news_inner .more_link,
.sub_page .news_wrap .news_inner .more_link{
  margin-left: auto;
  width: 140px;
}
.category_page .news_wrap .news_inner .more_link a,
.sub_page .news_wrap .news_inner .more_link a{
  display: block;
  width: auto;
  padding: 4px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #00008f;
  text-decoration: none;
  position: relative;
}
.category_page .news_wrap .news_inner .more_link a:before,
.sub_page .news_wrap .news_inner .more_link a:before{
  content: '＞';
  position: absolute;
  top: 10%;
  right: 4px;
}
.category_page .news_wrap .news_inner .more_link a:hover,
.sub_page .news_wrap .news_inner .more_link a:hover{
  background-color: #0768ac;
}
.category_page .news_wrap .news_inner .news_title,
.sub_page .news_wrap .news_inner .news_title{
  margin-top: 8px;
}
/*市政報告*/
.hassin_list {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 !important;
}
.hassin_list li {
  border-bottom: solid 2px #aaa;
  padding: 16px 12px;
list-style: none !important;
}
.hassin_list li .date {
  color: #666;
}
.hassin_list li a {
  display: block;
  width: auto;
  padding-left: 36px;
  margin-top: 16px;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
}
.hassin_list li a:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -18px;
  background-image: url("../images/pdf_icon.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.page-numbers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 18px auto 0;
}

.page-numbers li {
  font-size: 1.25rem;
  margin: 0 20px;
}
.not_found_info {
  font-weight: 600;
  text-align: center;
  line-height: 1.9em;
}
.category_info {
  text-align: center;
  font-weight: 0.875rem;
  line-height: 1.7em;
  font-weight: 700;
  margin-bottom: 56px;
}

/**********************************
Footer
**********************************/
/*to top*/
.totop {
  width: 40px;
  position: fixed;
  bottom: 36px;
  right: 14px;
  cursor: pointer;
  display: none;
}
.totop img {
  width: 100%;
  height: auto;
}
/*footer contents*/
footer {
  width: 100%;
  background-color: #00008f;
}
.footer_wrap {
  color: #fff;
  width: auto;
  padding: 36px 16px 0;
}
.footer_wrap .footer_logo {
  width: 300px;
}
.footer_wrap .footer_logo img {
  width: 100%;
  height: auto;
}
.footer_wrap .address {
  margin-top: 8px;
}
.footer_wrap .tel {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 6px;
}
.footer_wrap .fax {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 6px;
}
.footer_wrap .mail {
  margin-top: 6px;
}
.footer_wrap ul {
  margin-top: 12px;
}
.footer_wrap ul li:before {
  content: '■ ';
}
.footer_wrap ul li a {
  color: #fff;
}
.footer_wrap ul li a:hover {
  color: #000;
}
.copyright {
  width: auto;
  padding: 8px 14px 8px 0;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
}
/**********************************
Adjust style
**********************************/
/*Heading*/
.heading1 {
  width: auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00008f;
}
.heading1 span {
  display: block;
  width: 170px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  margin: 6px auto 0;
  position: relative;
}
.heading1 span:before {
  position: absolute;
  content: 'ー';
  top: 0;
  left: 0;
}
.heading1 span:after {
  position: absolute;
  content: 'ー';
  top: 0;
  right: 0;
}
.heading2 {
  width: auto;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  margin-top: 54px;
}
.heading2:after {
  position: absolute;
  content: '';
  display: block;
  top: 32px;
  left: 50%;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #0768ac;
  border-bottom: 2px solid #0768ac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.heading3 {
  width: auto;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00008f;
  background-color: #efefef;
  padding: 8px 18px;
  margin-top: 48px;
}
.heading4 {
  width: auto;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  padding: 8px 18px;
  margin-top: 48px;
  border-bottom: dotted 2px #0768ac;
}


/***Margin***/
.mgt12 {
  margin-top: 12px;
}

.mgt14 {
  margin-top: 14px;
}

.mgt16 {
  margin-top: 16px;
}

.mgt18 {
  margin-top: 18px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt22 {
  margin-top: 22px;
}

.mgt24 {
  margin-top: 24px;
}

.mgt26 {
  margin-top: 26px;
}

.mgt28 {
  margin-top: 28px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt32 {
  margin-top: 32px;
}

.mgt34 {
  margin-top: 34px;
}

.mgt36 {
  margin-top: 36px;
}

.mgt38 {
  margin-top: 38px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt42 {
  margin-top: 42px;
}

.mgt44 {
  margin-top: 44px;
}

.mgt46 {
  margin-top: 46px;
}

.mgt48 {
  margin-top: 48px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt52 {
  margin-top: 52px;
}

.mgt54 {
  margin-top: 54px;
}

.mgt56 {
  margin-top: 56px;
}

.mgt58 {
  margin-top: 58px;
}

.mgt60 {
  margin-top: 60px;
}

/*Font style*/
.fwb {
  font-weight: 700;
}

/*Align*/
.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.sp_only {
  display: none;
}