/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards         */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive         	        */
/*                                      */
/****************************************/

/*************** HubL variables ***************/






/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
a {
color: red;
font-size: 12px;
 
}
*/










/*************** Base sets ***************/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  float: none !important;
  width: 100% !important;
  max-width: 1200px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}



/*************** RESET ***************/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

address,
body,
dd,
div,
dl,
dt,
figure,
form,
h1,
h2,
h3,
h4,
h5,
input,
li,
ol,
p,
select,
table,
td,
th,
ul {
	margin: 0;
	padding: 0;
}

html {
  font-size: 62.5%; /* 10px */
}

@media screen and (max-width: 767px) {
	html {
		font-size: 59.375%; /* 9.5px */
	}
}

body {
	color: #222222;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img, img {
	border: 0;
	vertical-align: bottom;
}

li, ul {
	list-style: none;
}

small, .small {
	font-size: 10px;
	font-size: 1rem;
}

img {
	width: 100%;
	/*max-width: 100%;*/
	height: auto;
}

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

/*************** MODULES ***************/
/* .mod_section1 */
.mod_section1 {
  padding: 60px 0;
}

/* .mod_bg1 */
.mod_bg1 {
  background-color: #003062;
  background-color: #003062;
  background-image: url(https://cdn2.hubspot.net/hubfs/5429083/DRI/Website/Templates/Common/Images/bg_why.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;  
}

/* .mod_bg2 */
.mod_bg2 {
  background-color: #F5F5F5;
}

/* .mod_bg3 */
.mod_bg3 {
  background-color: #004B9A;
}

/* .mod_maincolumn1 */
.mod_maincolumn1 {
  width: calc(100% - (30px + 370px)) !important;
}
@media screen and (max-width: 989px) {
  .mod_maincolumn1 {
    width: 100% !important;
  }
}

/* .mod_subcolumn1 */
.mod_subcolumn1 {
  width: 370px !important;
  margin-left: 30px !important;
}
@media screen and (max-width: 989px) {
  .mod_subcolumn1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 60px;
  }
}

/* .mod_footerarea */
.mod_footerarea {
  background-color: #003062;
  padding: 40px 0;
}
.mod_footerarea p {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}
.mod_footerarea p a {
  color: #fff;
  text-decoration: none;
}
.mod_footerarea p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .mod_footerarea {
    padding: 30px 0;
  }
}

/* .mod_fnavi */
.mod_fnavi ul {
	display: flex;
}

.mod_fnavi ul li+li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #6683A2;
}

/* .mod_sicopy */
.mod_sicopy p {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .mod_sicopy {
    margin-top: 5px;
  }
  .mod_sicopy p {
    text-align: left;
  }
}

/*************** MISC ***************/
/* .ihover */
.ihover a:hover img,
a:hover .ihover img {
	opacity: 0.7;
	-webkit-transition: 0.30s;
	-ms-transition: 0.30s;
	transition: 0.30s;
}

/* .shadow */
.shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.13);
}

/* .pc, .tablet, .sp */
.pc, .tablet, .sp {
	display: none;
}

@media screen and (min-width: 990px) {
	.pc {
		display: block;
	}
}

@media screen and (min-width: 768px) and (max-width: 989px) {
	.tablet {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
}

/* .pt* */
.pt20 {
  padding-top: 20px !important;
}

/* .mt* */
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}

/* .txt-* */
.txt-c {
	text-align: center !important;
}
.txt-l {
	text-align: left !important;
}
.txt-r {
	text-align: right !important;
}
