@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	*{
		font-family: 'Yu Mincho',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
		line-height: 1.5em;
		font-weight: 400;
		color: #333333;
		-webkit-font-smoothing: antialiased;
	}

html {
  /*line-height: 1.15;*/ /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


*{
    box-sizing: border-box;
}

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2.7em;
  margin: 0;
}

img{
    display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}










/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/










.bold{
	font-weight: bold;
}
        

header .top{
	background-color: #0958b8 ;
	padding: 50px 50px 0px 50px;
	height: 500px;
	width: 100%;
}

header .top h1{
	color: #fff;
	text-align: center;
}


header .top h2{
	color: #fff;
	text-align: center;
}

header .top .top_title{
	padding: 150px 0px;
}

header .top a{
	display: inline-block;
}

header .top a figure{
	max-width: 273px;
	width: 100%;
}

header .top a figure img{
	width: 100%;
}

header .menu{
	background-color: #4d4d4d;
	width: 100%;
	padding: 25px 15px;
}

.menu ul{
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.menu ul li a{
	color: #fff;
}

.border{
	display: inline-block;
	border-bottom: 2px solid #fff;
}

#top_company h1{
	text-align: center;
}

#top_company h3{
	text-align: center;
}

#top_company{
	margin: 100px 0;
}

#top_company .section_inner{
	margin: 80px 0;
	text-align: center;
}

#top_management h1{
	text-align: center;
}


#top_management h3{
	text-align: center;
}

#top_management{
	margin: 100px 0;
}

#top_management .section_inner{
	margin: 80px 0;
	text-align: center;
}

#top_insurance h1{
	text-align: center;
	margin-top: 100px;
}


#top_insurance h3{
	text-align: center;
}

#top_insurance{
	margin: 100px 0;
}

#top_insurance .section_inner{
	text-align: center;
}

.section_inner h1{
	color: #0958b8;
}

.section_inner p{
	margin-top: 40px;
}

.section_inner a{
	padding: 15px 25px;
	color: #fff;
	background-color: #058ee5;
	display: inline-block;
    margin-top: 80px;
}


#top_insurance h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
}

.section_inner_center{
	max-width: 1250px;
	margin: 0 auto;
}

.section_inner_center ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px
}

.section_inner_center ul li{
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	max-width: 350px;
	width: 32%;
}

.section_inner_center ul li a figure img{
	width: 100%;
}

.section_inner_center{
	text-align: center;
}

.section_inner_center .bold{
	margin:100px 0 80px;
}

.section_inner_center ul li:nth-child(n+4) {
    margin-top: 30px;
}


.section_inner_center ul::after {
    display: block;
    content: "";
    max-width: 350px;
    width: 32%;
}

.section_inner_bottom ul li:nth-child(n+4) {
    margin-top: 30px;
}


.section_inner_bottom{
	max-width: 1250px;
	margin: 0 auto;
}

.section_inner_bottom ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px
}

.section_inner_bottom ul li{
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	max-width: 350px;
	width: 32%;
}

.section_inner_bottom ul li a figure img{
	width: 100%;
}

.section_inner_bottom{
	text-align: center;
}

.section_inner_bottom .bold{
	margin: 80px 0;
}

.section_inner_bottom ul::after {
    display: block;
    content: "";
    max-width: 350px;
    width: 32%;
}



footer #footer_top {
	padding: 30px 0;
	background-color: #0958b8;
}

footer #footer_top .footer_top_inner{
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}

footer #footer_top ul li{
	
	padding: 10px 0;
}

footer #footer_top ul li a{
	color: #fff;
	font-weight: bold;
}

footer #footer_top ul li:first-child{
	font-size: 1.2rem;
}

footer #footer_bottom {
	padding: 50px 0;
	background-color: #4d4d4d;
}

.footer_bottom_inner{
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.footer_right li{
	color: #fff;
}

.footer_right li:nth-child(2){
	margin-bottom: 20px;
}

.footer_bottom_inner ul.footer_right{
	display: flex;
	flex-wrap: wrap;
	max-width: 370px;
}

.footer_right li.head{
	font-size: 1.5rem;
}

.copyright{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


.logo{
	display: inline-block;
}




@media screen and (max-width:650px) {
	.footer_bottom_inner {
		max-width: 930px;
		margin: 0 15px;
		 display: block; 
	}
	
	.footer_bottom_inner ul.footer_right {
		display: flex;
		flex-wrap: wrap;
		max-width: 305px;
		margin-top: 15px;
	}
	
	.footer_bottom_inner figure{
		max-width: 273px;
		width: 100%;
	}
	
	.footer_bottom_inner figure img{
		width: 100%;
	}
}


@media screen and (max-width:670px) {
	
	.section_inner p {
		margin-top: 40px;
		padding: 0 15px;
		text-align: left;
	}
	
	.section_inner a {
		padding: 15px 25px;
		color: #fff;
		background-color: #058ee5;
		display: inline-block;
		margin-top: 40px;
	}
	
	
	#top_company h1{
		font-size: 1.5rem;
		text-align: left;
		padding: 0 15px;
	}
	
	#top_company h1.first_h1{
		font-size: 1.8rem;
		text-align: center;
		padding: 0 15px;
	}
	
	#top_company .section_inner {
		margin: 40px 0;
		text-align: center;
	}
	
	header .top {
		background-color: #0958b8;
		padding: 50px 15px 0px 15px;
		height: 500px;
		width: 100%;
	}
	
	header .top a {
		display: inline-block;
		margin-bottom: 20px;
	}
	
	header .top h2.top_head {
		color: #fff;
		text-align: left;
		font-size: 1rem;
	}
	
	header .top h1.top_head {
		color: #fff;
		text-align: left;
		font-size: 1.5rem;
	}
	
	#top_management h1{
		font-size: 1.5rem;
		text-align: left;
		padding: 0 15px;
	}
	
	#top_management h1.first_h1{
		font-size: 1.8rem;
		text-align: center;
		padding: 0 15px;
	}
	
	#top_management .section_inner {
		margin: 40px 0;
		text-align: center;
	}
	
	.section_inner_bottom .bold {
		margin: 40px 0;
	}
	
	.section_inner_center .bold {
		margin: 40px 0;
	}
	
	#top_insurance h1.first_h1{
		font-size: 1.8rem;
		text-align: center;
		padding: 0 15px;
	}
	
	#top_insurance .section_inner {
		margin-top: 40px;
		text-align: center;
	}
	
	.section_inner_center ul li:nth-child(n+3) {
		margin-top: 30px;

	}
	
	.section_inner_center ul li {
		box-shadow: 0 0 15px rgb(0 0 0 / 30%);
		max-width: 350px;
		width: 48%;
	}
	
	.section_inner_bottom ul li {
		box-shadow: 0 0 15px rgb(0 0 0 / 30%);
		max-width: 350px;
		width: 48%;
	}
	
	.section_inner_bottom ul li:nth-child(n+3) {
		margin-top: 30px;
	}
	
}

@media screen and (max-width:700px) {
	
	.footer_menu1{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.footer_menu2{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.footer_menu3{
		width: 48%;
	}
	
	.footer_menu4{
		width: 48%;
	}
	
	footer #footer_top .footer_top_inner {
		max-width: 1250px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
		justify-content: space-evenly;
	}
	
}

#footer_top ul.footer_menu2 li.list-left{
	margin-left: 1rem;
}

#footer_top ul.footer_menu3 li.list-left{
	margin-left: 1rem;
}

#footer_top ul.footer_menu4 li.list-left{
	margin-left: 1rem;
}



#footer_top ul.footer_menu2 li.list-style:before{
  	content: "・";
	color: #fff;
}





/*__________________________会社案内ここから__________________________*/


#info h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin: 100px 0 80px 0;
}

.info_top_title{
	text-align: center;
}


.List {
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	padding: 0 15px;
}

.second_list{
	margin-top: 40px;
}

.List-Item {
  border-top: 1px solid #999999;
  display: flex;
}
.List-Item:first-child {
  border-top: none;
}
.List-Item-Title {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .List-Item-Title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}
.List-Item-Text {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
}
.List-Item-Ul {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}


#history h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin: 100px 0 80px 0;
}

.history_top_title{
	text-align: center;
}

.listtable th {
    width: 49%;
    padding: 24px 35px 0 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.listtable td {
    padding: 24px 0 0 45px;
    border-left: 1px solid #999999;
}

.listtable {
    border-collapse: collapse;
}

.listtable tr:first-child th, .listtable tr:first-child td {
    padding-top: 0;
}

.listtable{
	max-width: 650px;
	margin: 0 auto;
}

#insurance_top{
	margin-bottom: 100px;
}

#business{
	margin-bottom: 100px;
}

#business h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin: 100px 0 80px 0;
}

.business_top_title{
	text-align: center;
}

.left{
	padding-left: 14px;
}

@media screen and (max-width: 540px) {
	  .List-Item-Text {
		display: flex;
		align-items: center;
		font-size: 14px;
	  }
	  .List-Item-Ul {
		font-size: 14px;
	  }
	
		.List-Item {
			border-top: 1px solid #999999;
			display: block; 
		}

		.List-Item-Ul {
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 1.8;
			list-style: none;
			font-size: 15px;
		}
	
		.List-Item-Title {
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 1.8;
			font-weight: bold;
			font-size: 15px;
		}
	
		#business h2 {
			display: inline-block;
			border-bottom: 2px solid #0958b8;
			margin: 100px 0 40px 0;
		}
	
		#history h2 {
			display: inline-block;
			border-bottom: 2px solid #0958b8;
			margin: 100px 0 50px 0;
		}
	
		#info h2 {
			display: inline-block;
			border-bottom: 2px solid #0958b8;
			margin: 100px 0 40px 0;
		}
	
		.listtable tbody{
			display: flex;
			flex-wrap: wrap;
		}

		.listtable tbody tr{
			width: 100%;
			text-align: left;
			border-bottom: 1px solid #333;
			display: flex;flex-wrap: wrap;
		}

		.listtable th {
			width: 100%;
			padding: 0 0 10px 0;
			text-align: left;
			vertical-align: top;
			white-space: nowrap;
		}

		.listtable tbody tr:nth-child(-n + 4) {
			margin-bottom: 15px;
		}

		.listtable td {
			width: 100%;
			padding: 10px 0;
			border-left: none;
		}

		.listtable {
			border-collapse: initial;
		}

		.listtable {
			max-width: 650px;
			margin: 0 auto;
			padding: 0 15px;
		}

}



/*__________________________会社案内ここまで__________________________*/











/*__________________________経営方針ここから__________________________*/
#solicitation ul{
	max-width: 1035px;
	margin: 0 auto;
	list-style: none;
	padding:  0 15px;
}

#solicitation ul li{
	line-height: 2.6;
	margin-left: 1rem;
}


#solicitation h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin: 100px 0 80px 0;
}

.solicitation_top_title{
	text-align: center;
}

#solicitation h4{
	max-width: 1035px;
	margin: 0 auto;
	list-style: none;
	padding: 15px;
}

#solicitation p{
	margin-left: 1rem;
  	text-indent: -1.2rem;
	list-style: none;
}

#solicitation p:before {
  	content: "◆";
	color: #058ee5;
}


#recommend{
	max-width: 1035px;
	margin: 0 auto;
	padding:  0 15px;
}


#recommend h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin:100px 0 80px;
}

.recommend_top_title{
	text-align: center;
}

#recommend p{
	margin-left: 1rem;
  	text-indent: -1.2rem;
	list-style: none;
}

#recommend p:before {
  	content: "◆";
	color: #058ee5;
}


#privacy h2{
	display: inline-block;
	border-bottom: 2px solid #0958b8;
	margin:100px 0 80px;
}

.privacy_top_title{
	text-align: center;
}

.pdf00{
	color: #058ee5;
	font-weight: bold;
}

.pdf01{
	text-align: left;
	color: #058ee5;
	font-weight: bold;
}

.pdf02{
	text-align: left;
	color: #058ee5;
	font-weight: bold;
}

.pdf03{
	text-align: left;
	color: #058ee5;
	font-weight: bold;
}


#privacy{
	max-width: 1035px;
	margin: 0 auto;
	padding:  0 15px;
}


.first{
	margin-bottom: 12px;
}

#privacy p{
	margin-left: 1rem;
  	text-indent: -1.2rem;
	list-style: none;
}

#privacy p:before {
  	content: "◆";
	color: #058ee5;
}

#privacy{
	margin-bottom: 100px;
}


@media screen and (max-width: 540px) {
	#privacy h2 {
		display: inline-block;
		border-bottom: 2px solid #0958b8;
		margin:100px 0 40px;
	}
	
	#recommend h2 {
		display: inline-block;
		border-bottom: 2px solid #0958b8;
		margin:100px 0 40px;
	}
	
	#solicitation h2 {
		display: inline-block;
		border-bottom: 2px solid #0958b8;
		margin: 100px 0 40px 0;
	}
	
	#solicitation ul li {
		line-height: 2;
		margin-left: 1rem;
		margin-bottom: 15px;
	}
	
	#privacy{
		margin-bottom: 100px;
	}

	
	
}




#solicitation ul li{
	list-style-type: decimal;
}

.space{
	padding-left: 8px;
}

/*__________________________経営方針ここまで__________________________*/