<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen and (min-width:1124px){

/* html */
html {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	min-height: 100%;
	padding-bottom: 177px;
	box-sizing: border-box;
}

/* body */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size: 88%;
	line-height: 1.6;
	color: #000;
}

/* wrap */

#wrap {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
}

/* header */

#masthead {
	position: fixed;
	left: 0;
	margin: 0;
	height: auto;
	width: 100%;
	z-index: 999;
	-mos-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

#masthead-inner {
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 0px;
	width : 1000px;
	position : relative;
	box-sizing : content-box;
}

#sp-site-navigation-1 {
	max-width: 500px;
	width: 100%;
	display: inline-block;
	float: right;
	margin-top: 13px;
	text-align: right;
	line-height: 1;
	font-size: 14px;
}

#sp-site-navigation-1 &gt; ul {
	margin: 0;
	letter-spacing: -0.4em;
}

#sp-site-navigation-1 &gt; ul &gt; li {
	display: inline-block;
	letter-spacing: .03em;
}

#menu-mainnav &gt; li {
/*
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
*/
	margin:4px 0px;
}

#menu-mainnav &gt; li &gt; a {
	display:block;
	font-size : 100%;
	color : #ffffff;
	padding: 0 15px;
	text-decoration: none;
}

/*
#menu-mainnav &gt; li:nth-child(2n) {
	border-left: none;
}

#menu-mainnav &gt; li:nth-child(3n) {
	display: none;
}

#menu-mainnav &gt; li:last-child {
	position: relative;
	right: -9px;
	border: none;
}

#menu-mainnav &gt; li:last-child a {
	padding: 15px 0 0 0;
}
*/


#menu-mainnav li a:hover {
	opacity: 0.6;
	transition: .2s;
}

.logo {
/*
	margin: 21px 0  19.5px 0;
	*/
	margin:8px 0;
	font-weight: normal;
	display: block;
	float: left;
	color: #ffffff;
	width: 45%;
	line-height: 1;
	font-size: 2em;
	letter-spacing: -0.4em;
}

.h_title {
	display: inline-block;
	line-height: 1;
	letter-spacing: .04em;
}

.main_title {
	font-weight: bold;
	font-size: 22px;
}

.cc_jigyo {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 12px;
	margin: 0 0 0 4px;
/*
	padding-left: 20px;
	margin: 0 0 0 25px;
*/
	border-left: 1.5px #ffffff solid;
	letter-spacing: normal;
}

/* footer */

#colophon {
	overflow-x: hidden;
	width: 100%;
	background-color: #c00;
	padding-left : 1000px;
	padding-right : 1000px;
	margin-top : 80px;
	margin-left : -1000px;
	margin-right : -1000px;
	margin-bottom : 0px;
}

.home #colophon {
	margin-top: 0;
}

#footer-menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	line-height: 1.75em;
}

.footer-ul{
	list-style: none;
	float: left;
	color: #ffffff;
	width: 300px;
	margin-top: 65px;
	padding: 0;
	box-sizing: border-box;
}

.footer-ul02{
	list-style: none;
	float: left;
	color: #ffffff;
	width: 360px;
	margin: 65px 0 0 28px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.footer-ul03{
	list-style: none;
	float: right;
	color: #ffffff;
	width: 295px;
	margin-top: 62px;
	padding: 0;
	box-sizing: border-box;
	text-align: right;
	font-size: 16px;
	letter-spacing: .03em;
}

.footer-ul:hover,
.footer-ul03:hover{
	opacity: 0.8;
	transition: .4s;
}

.footer-ul02 li{
	color: #ffffff;
}

.footer-ul02 li:hover{
	opacity: 0.8;
	transition: .9s;
}

.footer-ul li a,
.footer-ul02 li a,
.footer-ul03 li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-size: 0.8em;
}

.footer-cc {
	letter-spacing: .04em;
	text-align: center;
}

.footer-ul .footer-cc a {
	font-size: 22px;
	font-weight: bold;
}

li.footer-list {
	display: inline-block;
	padding: 0 5px;
	line-height: 1;
}

/*
li.footer-list:nth-child(odd) {
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
}
*/

li.footer-list a {
	text-decoration: none;
	padding: 0 8px;
	font-size: 14px;
}

.footer-list-cv &gt; a {
	width: auto;
	padding: 3px 10px;
	background-color: #c00;
	border:1px solid #ffffff;
	border-radius: 3px;
}

.footer-c {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.copyright{
	width: 100%;
	color: #ffffff;
	font-size: 100%;
	text-align : center;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
}

.border {
	background-color: #ffffff;
	border: solid 1.2px #c00;
	position: relative;
	width: 100%;
}

.border:before, .border:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.border:before {
	border: solid 15px transparent;
	border-top: solid 15px #c00;
}

.border:after {
	border: solid 18px transparent;
	border-top: solid 18px #ffffff;
	margin-top: -5px;
}
/* section2 */

#index .contents.top-main {
	background: url(../images/top_bg.jpg) no-repeat top;
	background-size: 100% auto;
	background-position : 50% 50%;
	height: 640px;
	width: 100%;
	padding-top: 10px;
	margin: 80px auto 0 auto;
	visibility:visible;
}

#index .contents.top-main .section .top-image {
/*
	display: none;
*/
	visibility:hidden;
}

.contents.top-main .section {
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.contents.top-main h2 {
	position: absolute;
	top: 5%;
	right: 0;
	text-align: right;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	line-height: 2;
	font-size: 2em;
}

.contents.top-main h2 span , .contents.top-main .top-text span {
	color: #c00;
}

.contents.top-main .top-text {
	position: absolute;
	bottom: 5%;
	right: 0;
	font-size: 0.9em;
	width: 500px;
}

.contents.bg-red {
	background-color: #c00;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.section2-box {
	width: 100%;
}

.section2-box .inner-box {
	width: 31.3%;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 1em;
	color: #000000;
	text-align: center;
	padding: 5px;
}

/*
.section2-box .inner-box:nth-child(2), .section2-box .inner-box:nth-child(5){
	margin: 0 1%;
}
*/

.section2-box .inner-box .num_bg {
	position: absolute;
	color: rgba(239,239,239,0.8);
	font-size: 76px;
	text-align: left;
	font-style: oblique;
}

.section.menu p {
	text-align: center;
	margin-bottom: 1em;
}

.inner-box ul {
	text-align: center;
	font-size: 1.3rem;
	padding: 0;
	margin: 8px 0;
}

.inner-box ul:before {
	content: "";
}

.inner-boxli {
	text-align: left;
	list-style-type: none;
	padding: 0 20px;
	font-size: 0.9rem;
}

.inner-box li:first-child {
	margin-top: 1em;
	font-size: 0.8rem;
}

.section2-box.second .inner-box {
	background-color: transparent;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

.circle {
	display: inline-block;
	position: relative;
	background-color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.circle span {
	position: absolute;
	color: #c00;
	font-size: 30px;
	bottom: -10%;
	right: 10%;
}

.section2-box.second .inner-box h4 {
	margin-left: 8px;
	font-size: 1.1rem;
	font-weight: normal;
	display: inline-block;
	width: 250px;
	vertical-align: 50%;
}
.section2-box.second .inner-box p {
	font-size: 13px;
	margin-top: 10px;
}

.section2-box.second .inner-box:last-child  h4 {
	margin-top: 0;
	vertical-align: 20%;
}

.section2-box.second .inner-box ul {
	padding: 0;
	font-size: 16px;
	margin: 10px 0;
}

.section2-box.second .inner-box ul:before {
	content: url(../images/mark.gif);
	padding-right: 5px;
	vertical-align: 15%;
}

.section2-box.second .inner-box li {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 0.3em;
	font-size: 13px;
}

/* section3 */

.se-list {
	width: 100%;
	display: block;
	height: auto;
	padding: 10px 0;
}

.se-list img {
	display: inline-block;
	width: 27%;
	height: auto;
	margin-left: 3%;
	vertical-align: middle;
}

.se-list ul {
	display: inline-block;
	width: 30%;
	height: auto;
	margin-left: 5%;
	vertical-align: middle;
}

/*
.se-list:nth-child(even) {
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
*/

.se-list:last-child {
	border-bottom: 1px #cccccc solid;
}

/* section4 */

.contents.section4 {
	margin-top: 10em;
	margin-bottom: 10em;
}

.cc_contact {
	float: left;
	display: inline-block;
	width: 76%;
	margin-right: 4%;
	background-color: #E6E6E6;
	padding: 25px;
	box-sizing: border-box;
}

.cc_contact .text, .cc_contact .button {
	float: left;
	display: inline-block;
	height: auto;
	font-size: 0.8rem;
}

.cc_contact .text {
	width: 50%;
	line-height: 1.2;
}
.cc_contact .text .mess {
	margin: 0;
	font-size: 1rem;
}

.cc_contact .text .tel {
	margin: 0;
	font-size: 2.4rem;
	text-decoration: none;
}

.cc_contact .button {
	width: 50%;
	background-color: #c00;
	color: #ffffff;
	padding: 15px 15px 15px 80px;
	box-sizing: border-box;
	position: relative;
}

.cc_contact .button:hover {
	background-color: rgba(230,0,0,0.6);
	transition: .3s;
}

.cc_contact .button .mail-img {
	position: absolute;
	left: 0%;
}

.cc_contact .button p {
	margin: 0;
	font-size: 1.6rem;
}

.banners {
	display: inline-block;
	width: 20%;
	margin: 4% 0;
}

.banners img {
	width: 100%;
}

/* h */

h2.h2_02 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 120px 0 25px 0;
	background: #ebebeb;
	text-align:center;
	font-size: 2em;
}

h2.h2_02 span {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
	font-size: 0.5em;
	color: #c00;
	text-align:center;
}

#index h3.h3_01 {
	font-size: 2em;
}

#index h3.h3_01:before, #index h3.h3_01:after {
	top: 72px;
}

h3.h3_01 {
	position: relative;
	padding:60px 0;
	text-align:center;
	font-size:1.5em;
	letter-spacing: 2px;
}

h3.h3_01:before {
	position: absolute;
	content:'';
	background-image:url(../images/line02.png);
	background-size: contain;
	vertical-align: middle;
	width: 305px;
	height: 20px;
	top: 65px;
	left: 0;
}

h3.h3_01:after {
	position: absolute;
	content:'';
	background-image:url(../images/line02.png);
	background-size: contain;
	vertical-align: middle;
	width: 305px;
	height: 20px;
	top: 65px;
	right: 0;
}

/* dl */

dl.dl_01{
	margin: 0;
	padding:20px 0;
}
dl.dl_01 dt{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 2px #ebebeb;
	font-weight:bold;
	color: #c00;
}

dl.dl_01 dt span{
	position:relative;
	display: inline-block;
	padding:10px 15px 5px 10px;
	color: #fff;
	font-size: 1.2em;
}

dl.dl_01 dt span:after{
	position: absolute;
	content: '';
	height: 30px;
    width: 30px;
	top: 8px;
	left: 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	background: #c00;
	z-index: -1;
}

dl.dl_01 dd{
	padding-bottom:30px;
}

dl.dl_01 dd ol {
	margin:20px 0 0 0;
	padding:5px 40px 5px 40px;
	border-left: solid 2px #c00;
}

dl.dl_01 dd ol li{
	padding-bottom:7px;
	list-style-type: decimal;
}

dl.dl_01 dd ol li:last-child {
	padding-bottom: 0;
}

dl.dl_02{
	margin:0 0 80px 0;
	padding: 0 0 20px 0;
}

dl.dl_02 dt{
	position: relative;
	margin-bottom: 5px;
	padding: 5px 10px 10px 30px;
	border-bottom: solid 2px #fff;
}

dl.dl_02 dt{
	margin-bottom: 10px;
	padding: 5px 10px 10px 25px;
	line-height: 1.5em;
	font-weight: bold;
	color: #c00;
	border-bottom: solid 2px #ebebeb;
}

dl.dl_02 dt:before{
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	top: 8px;
	left: 0px;
	background: #c00;
}

/* fieldset */

fieldset {
	border: none;
	margin-bottom: 50px;
}

input.input-xlarge {
	height: 45px;
	width: 566px;
	padding: 10px;
	font-size: 1.05em;
	-webkit-appearance: none;
	border: 2px solid #ebebeb;
	border-radius: 8px;
}

.long{
	width: 566px;
	padding: 10px;
	font-size: 1.05em;
	-webkit-appearance: none;
	border: 2px solid #ebebeb;
	border-radius: 8px;
}

.send-button {
	text-align: center;
	font-size: 1.05em;
}

input.button {
	width: 150px;
	height: 60px;
	-webkit-appearance: none;
	border: none;
	border-left: 4px solid #dcdcdc;
	border-right: 4px solid #dcdcdc;
	border-radius: 5px;
	font-size: 1.2em;
	transition: .2s;
	cursor:pointer
}

input.button:hover {
	color: #fff;
	border-left: 4px solid #c00;
	border-right: 4px solid #c00;
	background: #c00;
}
/* table */

table.tb_contact {
	width: 900px;
	margin: 20px auto;
	font-size: 1.05em;
	border-collapse: separate;
	border-spacing: 0;
}

table.tb_contact tr{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}

table.tb_contact tr:first-child{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #ebebeb;
}

table.tb_contact th{
	width: 260px;
	padding: 20px 0 20px 40px;
	text-align: left;
	font-weight: normal;
	border: none;
	border-radius: 8px;
	background: #ebebeb;
}

table.tb_contact td {
	width: 590px;
	padding: 0 0 0 10px;
	border: none;
}

/* p */

p.lead{
	font-size:1.4em;
	font-weight: bold;
	color: #c00;
	margin: 10px 0;
}

/* span */
span.span_must {
	color: #c00;
	font-size: 1.2em;
}

.pnl_main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

a {
	outline: none;
}

/* bc_list */
.bc_list {
	margin:84px 0 8px 0;
}

.bc_list a {
	color: #c00;
	transition: .2s;
}
.bc_list a:hover {
	opacity: 0.5;
}



.h3_01.line-white:before, .h3_01.line-white:after {
	background-image: url(../images/line03.png);
}


.border.red:after {
	border-top: solid 17px #c00;
}

.about-service {
	margin-bottom: 2em;
	position: relative;
}

.about-service .red-arr {
	position: absolute;
	right: 50%;
	top: 45%;
}
.about-service .red-arr {
	position: absolute;
	right: 50%;
}

.about-service .red-arr.one {
	top: 21%;
}
.about-service .red-arr.two {
	top: 45%;
}
.about-service .red-arr.three {
	top: 69%;
}

.section.service .date {
	display: inline-block;
	width: 50%;
	float: left;
	font-weight: bold;
	margin-top: 2em;
}

.section.service .date.second {
	margin-top: 4em;
}

/*
.section.service .date:nth-child(even) {
	text-align: right;
}
*/

.section.service .date p:before {
	content: url(../images/mark.gif);
	padding: 0 5px 8px 0;
    	display: inline-block;
    	vertical-align: middle;
}

.section.service .date_image {
	width: 45%;
	margin: 0 0 5% 5%;

}

/*
.section.service .date:nth-child(even) img {
	width: 100%;
}
*/

.section.service .date img {
	width: 85%;
	height: auto;
}

.section.service .date img.graph1 {
	width: 95%;
	height: auto;
}

.section.service .date img.graph2 {
	width: 88%;
	height: auto;
}

.section.service .date cite {
	content: none;
	font-weight: normal;
	font-size: 0.6rem;
	margin-top: 2em;
}

.se-image {
	margin-right: 10px;
}

.se-image, .se-inner {
	margin-left: 5px;
	width: 22%;
	height: 85px;
	display: inline-block;
}
.se-inner {
	padding-top: 5px;
}

/*
.se-inner:nth-child(2) {
	border-right: 1px solid #cccccc;
	vertical-align: middle;
}
*/

.se-list ul li{
	list-style-type: decimal;
}

.circle.process {
	background-color: #c00;
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

.circle.process span {
	color: #ffffff;
	font-size: 38px;
}

.circle .se-text {
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	top: 10%;
	left: 15%;
}

.process.title {
	font-size: 0.95rem;
	margin-left: 10px;
	vertical-align: middle;
}

.about-date {
	margin-top: 3em;
	width: 100%;
	height: auto;
}

.about-effect {
	background-color: #c00;
	color: #ffffff;
	width: 100%;
	height: 540px;
	padding: 30px;
	margin-top: 5em;
	box-sizing: border-box;
	position: relative;
}

.ten.airline {
	position: absolute;
	top: 5%;
	left: 0;
}

.ten.tenn {
	position: absolute;
	bottom: -5%;
	right: 0;
}

.about-effect h4 {
	display: inline-block;
	width: 54%;
	margin: 0 23% 20px 23%;
	font-size: 1.5rem;
	border-bottom: dashed 2px #ffffff;
	text-align: center;
	letter-spacing: 6px;
}

.about-effect p {
	text-align: center;
}


.about-effect .effect {
	display:inline-block;
	width: 50%;
	float: left;
	height: auto;
	margin: 2em 0;
}

.effect ul {
	width: 30%;
	margin: 2em auto;
	padding: 5px 0;
	border-radius: 3px;
	text-align: center;
	border: 1px #ffffff solid;
	font-weight: bold;
	letter-spacing: 3px;
}

.effect li {
	margin: 0 20px 1em 0;
}

.effect .num {
	display:inline-block;
	width: 8%;
	height: 1.8em;
	background-color: #ffffff;
	color: #c00;
	font-size: 1.5em;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
}

.effect .ef-text {
	display:inline-block;
	width: 90%;
	margin-left: 2%;
	font-size: 0.9em;
}

.effect .ef-text.one {
	vertical-align: sub;
}

.effect .ef-text.two {
	vertical-align: sub;
}

/* question */

.question .se-inner {
	display: block;
	width: 95%;
	border-right: 0px;
	margin-top: 10px;
	text-align: left;
}

.question .circle .se-text {
	font-size: 32px;
	top: -5%;
	left: 5%;
}

.question .circle.process span {
	font-size: 35px;
}
.question p {
	text-align: right;
	margin-top: 1em;
}

.button a {
	text-decoration: none;
	color: #ffffff;
}


.toggle-wrap {
	border-bottom: 1.5px solid #cccccc;
}


.toggle-wrap .toggle-button {
	display: block;
	cursor: pointer;
	padding: 3px 10px;
	text-align: right;
	border-radius: 3px;
	position: relative;
}

.toggle-wrap .toggle-content {
	margin-bottom: 20px;
}

.toggle-wrap .toggle-button:before {
	content: "\25BC";
	position: absolute;
	top: 32%;
	right: 0%;
	color: #c00;
	font-size: 2em;
	transition: .3s;
}

.toggle-wrap &gt; input[type="checkbox"]:checked + .toggle-button:before {
	content: "\25B2";
}

.toggle-wrap .toggle-button:hover {
	border-color: red;
}

.toggle-wrap .toggle-content,
.toggle-wrap &gt; input[type="checkbox"] {
	display: none;
}

.toggle-wrap &gt; input[type="checkbox"]:checked ~ .toggle-content {
	display: block;
}

.toggle-wrap .process.title {
	font-size: 0.9rem;
	vertical-align: middle;
	display: inline-block;
	width: 90%;
}

.contents_thanks {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

.box_thanks{
	margin-bottom: 50px;
	padding: 15px;
	border: 2px solid #ebebeb;
	border-radius: 15px;
}

p.p_tell{
	position: relative;
	margin-top: 10px;
	padding: 20px 0 0 50px;
	font-weight: bold;
	font-size: 1.7em;
	border-top: 2px solid #ebebeb;
}

p.p_tell:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	color: #c00;
	top: 17px;
	left: 15px;
	font-size: 24px;
}

.btn-red {
	border:4px solid #c00;
	border-radius: 8px;
	display:inline-block;
	padding:16px 20px 12px 20px;
	text-decoration: none;
	color:#c00;
	font-weight:bold;
	font-size:large;
}




a:link {
/*
	color:#0A308E;
*/
}

/* リード文 */
.lead{
	font-weight:bold;
  	color: #0A308E;
  	font-size: 1.4em;
	margin-bottom: 0.5em;
}

.lead2{
	font-weight:bold;
  	color: #0A308E;
  	font-size: 115%;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.lead3{
	font-weight:bold;
  	color: #0A308E;
  	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-bold {
	font-weight: bold;
}


.hover:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}



/* リンクボタン */

.button01 {
	text-align: right;
	font-size: 95%;
	margin-bottom: 10px;
}

/* テーブルの設定 */
.table {
	width: 100%;
}


/* リスト */
ul.list {
	overflow: hidden;
	zoom: 1;
}

/* 番号付リスト */
ol.list{
	counter-reset: li;
  /* Initiate a counter */
	padding: 0;
  /* Remove the default left padding */
	list-style: none;
  /* Disable the normal item numbering */
}

ol.list li {
	position: relative;
  /* Create a positioning context */
	margin: 0 0 2px 2em;
  /* Give each list item a left margin to make room for the numbers */
	padding: 2px 6px;
}

ol.list li:before {
	content: counter(li);
  /* Use the counter as content */
	counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
	position: absolute;
	top: -2px;
	left: -2em;
	width: 2em;
	padding: 2px 0;
	text-align: center;
}


/* 2/1や3/1のボックスの設定 */
.box {
	float: left;
	margin-right: 20px;
}


.box1-2 {
	width: 357px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.box1-3 {
	width: 231px;
	float: left;
	margin-right: 20px;
}

.box1-4 {
	width: 24.2%;
	margin-right: 1%;
	float: left
}

.box1-4:last-child {
	margin-right: 0;
}

.box1-4 img {
	width: 100%;
}

/* パーツのマージン設定 */
.table, .list, .listgroup, .box, .column {
	margin-bottom: 1.5em;
}

/* セクションのマージン設定 */
.section {
	margin-bottom: 3em;
}

.section .section {
	margin-bottom: 1.6em;
}

.section .section .section{
	margin-bottom: 1.3em;
}


.section:before, .section:after, .contentsheader:before, .contentsheader:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.section:after, .contentsheader:after {
    clear: both;
}

.section, .contentsheader {
    *zoom: 1;
	width: 1000px;
	margin: 1em auto 5em auto;
}

/* =========================================================
layout
========================================================= */
#main p{
	margin-bottom: 0.5em;
}

img {
	vertical-align: bottom;
}

.contents {
    width: 1000px;
    margin: 1em auto;
    overflow: hidden;
/*    zoom: normal;	*/
}

.footlinkInner ul{
	display: none;
}

/* ▲▲footerリンク▲▲ */

.main {
	float: left;
	width: 735px;
}

.side {
	float: right;
	width: 235px;
}

.main p.text-right.name {
	padding-top: 6em;
}

.main h4{
	margin-bottom:0.8em;
	color:#0A308E;
	font-weight:bold;
}

.main ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.main ul li {
	list-style-image: url('../images/list_mark.png');
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.main ul li ul li{
	list-style-image: none;
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	line-height: 1.4;
}

.main ol li span.number {
	background-color: #0A308E;
	color: #FFF;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	position: absolute;
	left: 0.2em;
	font-size: 0.95em;
}

.main ol li {
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 2em;
	line-height: 1.6;
}

.main ol li ul li{
	padding-left:0 !important;
}

.main ol {
	margin-bottom: 1em;
}

/*テーブル*/
table th {
	font-weight: bold;
}

table th,
table td {
	border: 1px solid #CCC;
	padding: 0.8em;
}

thead th {
	font-size: 1.15em;
	color: #0A308E;
	background-color: #EEE;
	text-align: center;
	border-bottom: 1px solid #0A308E;
	border-top: none;
}

.tablerow th {
	background-color: #EEE;
	color: #0A308E;
	border-right: 1px solid #0A308E;
	border-left: 1px solid #cccccc
}

.btn-red {
	border:4px solid #c00;
	border-radius: 8px;
	display:inline-block;
	padding:16px 20px 12px 20px;
	text-decoration: none;
	color:#c00;
	font-weight:bold;
	font-size:large;
}






}/* @media screen*/

</pre></body></html>