@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}




/* sanitize.css */
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
cursor: default; /* 1 */
line-height: 1.5; /* 2 */
-moz-tab-size: 4; /* 3 */
tab-size: 4; /* 3 */
-webkit-tap-highlight-color: transparent /* 4 */;
-ms-text-size-adjust: 100%; /* 5 */
-webkit-text-size-adjust: 100%; /* 5 */
word-break: break-word; /* 6 */
letter-spacing: 0.05em;
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

ol,
ul {
list-style: none;
margin: 0px;
padding: 0;
}

/**
 * 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;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 66.6%;
	font-weight: normal;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* end sanitize.css */


/* #############################
                   custom css
############################# */

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }
.clearfix {
    display: inline-table;
    min-height: 1%;
    }
/*Hides from MacIE \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/*Hides from MacIE */

/* ===== base ===== */
:root {
    font-size: 15px;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	overflow-x: hidden;
	color: #555555;
}
.container{
	position: relative;
}

a,
a:visited {
	transition: opacity 300ms 0s ease;
	text-decoration: none;
	color: #777777;
}
a:hover {
    opacity: 0.7!important;
    /*text-decoration: underline;*/
}
a.wrapB { display: block; }
a.wrapIB { display: inline-block; }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p{
line-height: 2;
}

/**共有パーツ**/
.comm_noSplit {
    display: inline-block;
    padding-right: 1em;
}

/**パンくず**/
section#bread_list{
	background-color: #eeeeee;
}
section#bread_list ul{
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
section#bread_list ul li{
display: inline-block;
font-size: 0.75em;
letter-spacing: 0.05em;
}
section#bread_list ul li a,section#bread_list ul li span{
padding-left: 0.5em;
padding-right: 0.5em;
}
section#bread_list ul li:before{
content: "＞";
display: inline-block;
font-size: 0.6em;
vertical-align: middle;
height: 2em;
}
section#bread_list ul li:first-child:before{
display: none;
}


/**電話番号リンク**/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}


/**section**/
section[id*="sect_"]{
	padding: 60px 0px;
	overflow: hidden;
}
section[id*="sect_"] + section[id*="sect_"] {
    padding-bottom: 0px;
}
article section[id*="sect_"]:last-child{
	padding-bottom: 80px;
}

/**box**/
[class*="w700"]{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
[class*="w900"]{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
[class*="w1000"]{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
[class*="w1100"]{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
[class*="w1200"]{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
[class*="w1300"]{
max-width: 1300px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
[class*="w1400"]{
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
[class*="w1500"]{
max-width: 1500px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
[class*="w1600"]{
max-width: 1600px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.w100per_col2{
display: flex;
display: -webkit-box; /*Android4.3*/
display: -moz-box;    /*Firefox21*/
display: -ms-flexbox; /*IE10*/
display: -webkit-flex; /*PC-Safari,iOS8.4*/
overflow: hidden;
}
.w100per_col2 > *{
width: 50%;
float: left;
}
.w100per_col2 > *:first-child{
text-align: right;
}
.w100per_col2 > *:first-child .partit_box{
width: 600px;
padding-left: 50px;
text-align: left;
float: right;
padding-right: 30px;
}
.w100per_col2 > *:last-child{
text-align: left;
}
.w100per_col2 > *:last-child .partit_box{
width: 600px;
padding-right: 50px;
padding-right: 30px;
}

	/**縦分割フォーマット**/
	ul[class*="col"]{
	overflow: hidden;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	justify-content: left;
	flex-wrap: wrap;
	}
	ul[class*="col"]>li{
	float: left;
	position: relative;
	}


	ul[class*="col02"]>li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 4em;
	}
	ul[class*="col02"]>li:nth-of-type(2n){margin-right: 0px;}

	ul[class*="col03"]>li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 4em;}
	ul[class*="col03"]>li:nth-of-type(3n){margin-right: 0;}


	ul.col03-nomarg{
		display: block;
	}
	ul.col03-nomarg li{ width : -webkit-calc(100% / 3) ; width : calc(100% / 3) ; margin-bottom: 4em;}


	ul[class*="col04"]>li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 4em;
	}
	ul[class*="col04"]>li:nth-of-type(4n){margin-right: 0px;}

	ul[class*="col05"]>li{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 1.75em;
	}
	ul[class*="col05"]>li:nth-of-type(5n){margin-right: 0px;}
	
	ul.col05-center{ justify-content: center;}


/* PC,SP表示切替 */

[class*="pc_only"]{ display: inline-block!important; }
.pc_onlyBL{ display: block!important;}
.pc_onlyIN{	display: inline!important;}
[class*="sp_only"]{ display: none!important; }


/**ボタン**/
.box_btn{
text-align: center;
padding-top: 50px;
}
ul[class*="col"] + .box_btn{ padding-top: 0px ;}

.box_btn_simple {
    padding-top: 20px;
}
.box_btn_noPT {
    padding-top: 0;
}

[class*="comm_btn"]{
	display: inline-block;
	text-align: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 1em;
	padding-right: 2.5em;
	color: #FFFFFF!important;
	letter-spacing: 0.1em;
	min-width: 370px;
	border-radius: 4px;
	background-color: #002C6A;
	position: relative;
}
[class*="comm_btn"]:after{
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background-image: url(/assets/img/com_arr_white.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 1em;
	top: 0px;
	margin: auto;
	bottom: 0px;
	background-size: auto 100%;
	background-position: center center;
}
[class*="comm_btn"]:hover{
background-position: left bottom;
opacity: 1;
}

.comm_btn-noarrow {
    padding-right: 1em;
}
.comm_btn-noarrow:after{
    content: none;
}
.comm_btn-fit {
    min-width: 0;
}
.comm_btn-white{
	color: #002C6A!important;
	background-color: #FFFFFF;
}
.comm_btn_borderonly {
	border: 1px solid #ffffff;
	background-color: transparent;
}
.comm_btn-white-border {
	color: #002C6A!important;
	background-color: #FFFFFF;
    border: #002C6A 1px solid;
}
.comm_btn-white:after{
	background-image: url(/assets/img/com_arr_blue.svg);
}
.comm_btn-puple{
	background-color: #771566;
}
.comm_btn-full {
	width: 100%;
}
.comm_btn_textonly {
	min-width: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.comm_imagebtn {
    display: inline-block;
    margin: 0.5em;
}

.comm_btn-bgnone{
	color: #FFFFFF;
	border: 1px solid #363636;
}
.comm_btn-lightblue {
    background: #5279b0
}

/**テキストリンク**/
.comm_box_txtlinks {
    border: 1px solid #5279b0;
    padding: 1.5em 2em;
    position: relative;
}
.comm_box_txtlinks + .comm_box_txtlinks {
    margin-top: 3em
}
.comm_box_txtlinks_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #5279b0;
    position: absolute;
    top: -0.7em;
    left: 0.5em;
    background: #ffffff;
    padding: 0 1.2em;
}
.comm_txtlink {
    display: block;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em;
}
.comm_txtlink:after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    display: inline-block;
    background-image: url("/assets/img/com_arr_blue.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
    bottom: 0px;
    background-size: auto 100%;
    background-position: center center;
}


/**写真**/
[class*="photo_asp_"]{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.photo_asp_11:before{ content:""; display: block; padding-top: 100%; }
.photo_asp_43:before{ content:""; display: block; padding-top: 75%; }
.photo_asp_32:before{ content:""; display: block; padding-top: 66.6%; }
.photo_asp_169:before{ content:""; display: block; padding-top: 56.25%; }


/**table**/
table.tab_def01{
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	width: 100%;
}
table.tab_def01 tr th,table.tab_def01 tr td{
padding: 1em;
text-align: left;
}
table.tab_def01 tr th{
	vertical-align: middle;
	background-color: #E2E2E2;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}
table.tab_def01 tr td{
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
table.tab_def01 tr td.tbl_Mctg{
	background-color: #f0f0f0;
	text-align: center;
}
table.tab_def01 tr td.tbl_Mctg2{
	background-color: #f0f0f0;
}
table.tab_def01 tr td.tbl_Mctg-noWrap {
    white-space: nowrap;
}


table.tab_def02{
	width: 100%;
}
table.tab_def02 tr th,table.tab_def02 tr td{
	padding: 0.5em;
	text-align: left;
}
table.tab_def02 tr th{
	vertical-align: middle;
	padding-left: 0em;
	padding-right: 1em;
	text-align: left;
	min-width: 120px;
	font-size: 1.2rem;
	width: 18%;
}
table.tab_def02 tr td{
}

table.tab_def03 tr th,
table.tab_def03 tr td {
    padding: 0 1em;
    border: none;
    background: #ffffff;
    text-align: left;
    vertical-align: top;
}
table.tab_def-fixed {
    table-layout: fixed;
}
table.tab_def-fixed-l {
    table-layout: fixed;
}
table.tab_def-center {
    margin-left: auto;
    margin-right: auto;
}
table.tab_def-auto {
    width: auto;
}
table.tab_def-al tr th,
table.tab_def-al tr td {
    text-align: left;
}
table.tab_def-ac tr th,
table.tab_def-ac tr td {
    text-align: center;
}
table.tab_def-short tr th,
table.tab_def-short tr td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
table.tab_def-vt tr th,
table.tab_def-vt tr td {
    vertical-align: top;
}
table.tab_def-vm tr th,
table.tab_def-vm tr td {
    vertical-align: middle;
}
table.tab_def-thNowrap tr th {
    white-space: nowrap;
}
table.tab_def01 tr th.tbl_center,
table.tab_def01 tr td.tbl_center {
    vertical-align: middle;
    text-align: center;
}

caption.tab_def_bottomCap {
	caption-side: bottom;
	text-align: left;
	padding-top: .5rem;
}

table.tab_def01 tr td.tbl_price,
table.tab_def02 tr td.tbl_price {
    text-align: right;
    white-space: nowrap;
}

/** ナビダイヤル **/
.comm_tel-navidial {
    display: block;
	font-family: 'Oswald', sans-serif;
    line-height: 1.25;
    font-size: 2rem;
    padding-left: 2.5em;
    background: url("../img/icn_navidial_l.gif") left center no-repeat;
    background-size: contain;
    margin-bottom: 1.5rem;
}
.comm_tel-navidial-small {
    font-size: 1.25rem;
    display: block;
    line-height: 1.75;
    padding-left: 3.25em;
    background: url("../img/icn_navidial_l.gif") left center no-repeat;
    background-size: contain;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

/**見出し**/
.mid_title,
.mid_title_alt {
	margin-bottom: 2em;
	text-align: center;
	font-weight: bold;
}
.mid_title em,
.mid_title_alt em {
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	display: block;
	font-weight: normal;
}
.mid_title-l em {
    font-size: 2.5em;
}

.smid_title{
	font-size: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
	font-weight: normal;
}
.mid_title + .smid_title{ padding-top: 1.2em!important;}

.mid_title-normalfont,
.mid_title-normalfont em {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.mid_title-left {
    text-align: left;
}
.mid_title-split {
    border-bottom: 1px solid #aaaaaa;
    padding-top: 1em;
    padding-bottom: 0.25em;
    margin-bottom: 1.75em;
}
.mid_title-line-l {
    overflow: hidden;
    position: relative;
}
.mid_title-line-l em {
    background: #ffffff;
    display: inline-block;
    position: relative;
    padding-right: 1em;
}
.mid_title-line-l:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #626c7a;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.small_title {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
.small_title em{
	font-size: 2rem;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	display: block;
	font-weight: normal;
}
.small_title-left {
    text-align: left;
}
.smaller_title {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
.smaller_title em{
	font-size: 1.3rem;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	display: block;
	font-weight: bold;
}
.smaller_title-left {
    text-align: left;
}

/* Slick-Dots */
.sl-dots {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: auto;
	left: 0px;
	padding-bottom: 14px;
}

.sl-dots li {
  display: inline-block;
  margin: 0 7px;
}
.sl-dots li button {
	position: relative;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background-image: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #999999;
	width: 48px;
	height: 7px;
}
.sl-dots li button:before {

}
.sl-dots li.slick-active button {background-color: #ffffff;}



/**ニュースリスト**/
ul.news_list{
	padding: 0.5em 0;
}
ul.news_list li{
display: flex;
overflow: hidden;
}
ul.news_list li>*{ padding: 0.2em 1em;}
ul.news_list li .news_yymmdd{
	min-width: 9em;
}
ul.news_list li .news_ctg{
	min-width: 160px;
}
ul.news_list li .news_ctg span{
	background-color: #5279b0;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#news ul.news_list li .news_ctg span{
    letter-spacing: -0.1em;
}
ul.news_list li .news_txt{}
ul.news_list li+li{
	padding-top: 1em;
} 



/**セクション別-latestNEWS**/
#sect_latestnews{
	background-color: #eeeeee;
    padding-bottom: 60px;
}
#sect_latestnews .comm_btn{
	float: left;
	width: 250px;
	min-width: initial;
}
#sect_latestnews .comm_btn:after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
#sect_latestnews .news_list{
	width: calc(100% - 50px);
	float: left;
}

/**セクション別-Solutions**/
#sect_solution{}
ul.solutions_box li strong{
	font-size: 1.3rem;
	display: block;
	padding-top: 1em;
	padding-bottom: 0.3em;
	line-height: 1.3em;
}

/**セクション別-Technology**/
#sect_tecnology{}
#sect_tecnology .sl_inner .w1200{
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	color: #FFFFFF;
}

#sect_tecnology .sl_inner .w1200 strong{
	font-size: 1.6rem;
	display: block;
	padding-bottom: 0.3em;
}

/**セクション別-Feature**/
#sect_feature{}

/**セクション別-Presentation**/
.index_secthalfbox {
    display: flex
}
.index_secthalf {
    width: 48%;
}
.index_secthalf:first-child {
    padding-right: 2%;
}
.index_secthalf:last-child {
    padding-left: 2%;
}
.index_presentationLink {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 33%;
    background: center no-repeat;
    background-size: cover;
}



.news_box {
    width: 100%;
    background: #ffffff;
}

.news_box #news_btn {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 2em;
    padding-top: 5rem;
}

.news_box #news_btn li {
    display: block;
    position: relative;
    max-width: 280px;
    width: 31%;
    justify-content: center;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.25em;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: 6px solid #b3b7be;
    margin-right: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

.news_box #news_btn li span {
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.news_box #news_btn li:hover,
.news_box #news_btn li:focus {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

.news_box #news_btn li.active_news {
    border-bottom-color: #002c6a;
}

.news_box #news_btn li.active_news:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    border-top: 18px solid #002C6A;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.news_box #tabBox {
    width: 100%;
    padding-top: 15px;
}

.news_box #tabBox a.btn_index3 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}

.news_box #info,
.news_box #news {
    display: none;
}

/* ##### responsive ##### */
@media screen and (max-width: 999px) {
	.container{
        padding-top: 60px;
    }

    /**セクション別-latestNEWS**/
    #sect_latestnews .news_list{
        width: 100%;
        float: none;
    }
	#sect_latestnews .comm_btn{
        float: none;
        min-width: initial;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media screen and (max-width: 767px) {
/* ===== base ===== */
:root {
    font-size: 11px;
}
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
	


    /**パンくず**/
    section#bread_list{
    max-width: initial;
    padding-left: 2vw;
    padding-right: 2vw;
    }



    /**電話番号リンク**/
    a[href*="tel:"] {
    pointer-events: auto;
    } 
    
    
    /**BOX**/
    [class*="w900"],[class*="w1000"],[class*="w1100"],[class*="w1200"],[class*="w1300"],[class*="w1400"],[class*="w1500"],[class*="w1600"]
    {
	width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    }
    
    .w900-full,.w1000-full,.w1100-full,.w1200-full,.w1300-full,.w1400-full,.w1500-full,.w1600-full{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }


    .w100per_col2{
    display: block; 
    }
    .w100per_col2 > *{
    width: 100%;
    }
    .w100per_col2 > *:first-child{
    }
    .w100per_col2 > *:first-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }
    .w100per_col2 > *:last-child{
    }
    .w100per_col2 > *:last-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }

/**縦分割フォーマット**/
    ul[class*="col"]{ flex-wrap: wrap; }
    ul[class*="col"]>li{}
    ul[class*="col02"]>li{
        width: 100%;
        margin-right: 0px;
        }
    ul[class*="col02"]>li:nth-of-type(2n){margin-right: 0px;}
    ul[class*="col03"]>li{
        width: 100%;
        margin-right: 0px;
        }
    ul[class*="col03"]>li:nth-of-type(3n){margin-right: 0px;}
	
	ul.col03-nomarg{	}
	ul.col03-nomarg li{ width :100%; margin-bottom: 36px;}
	ul[class*="col04"]>li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3vw;
	}
    ul[class*="col04"]>li:nth-of-type(2n){margin-right: 0px;}

	ul[class*="col05"]>li{
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3vw;
	}
	ul[class*="col05"]>li:nth-of-type(5n){ margin-right:3%;}
	ul[class*="col05"]>li:nth-of-type(2n){ margin-right: 0;}


    /**section**/
    section[id*="sect_"]{
	padding: 20px 0px;
	overflow: hidden;
    }


    /* PC,SP表示切替 */
    [class*="pc_only"]{ display: none!important; }
    [class*="sp_only"]{ display: inline-block!important;; }
    .sp_onlyBL{ display: block!important;}
    .sp_onlyIN{ display: inline!important;}
    
    /**ボタン**/
    .box_btn{
    padding-top: 2em;
    }

    [class*="comm_btn"]{
    padding-left: 1em;
    padding-right: 1em;
    min-width: 80%;
    }
    .comm_btn-fit {
        min-width: 0;
        padding-right: 2.5em;
    }
    .comm_btn-full-s {
        min-width: 100%;
    }
    .comm_btn-white{
    }

	/**見出し**/
	.mid_title{
	padding-bottom:1.5em;
	}
	.mid_title em{
	}

	.smid_title{
	}
    .mid_title-left {
        text-align: center;
    }
    .mid_title-split {
        padding-top: 1em;
        padding-bottom: 0.2em;
        margin-bottom: 1.3em;
    }
    .mid_title-line-l {
        padding-bottom: 0;
    }
    .mid_title-line-l:before {
        content: none;
    }
    .mid_title-line-l em {
        padding-right: 0;
    }

	/* Slick-Dots */
	.sl-dots {
		padding-bottom: 0px;
	}
	.sl-dots li {
	}
	.sl-dots li button {
		height: 4px;
	}

    /**table**/
    
	table.tab_def01{

	}

table.tab_def02{}
table.tab_def02 tr th,table.tab_def02 tr td{
	padding: 0.2em 0;
}
table.tab_def02 tr th{
	padding-right: 0;
	min-width: initial;
	width: 100%;
	display: block;
}
table.tab_def02 tr td{
	display: block;
	width: 100%;
	padding-bottom: 1.2em;
}


    table.tab_def-spAdjusted tr th,
    table.tab_def-spAdjusted tr td {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }


    table.tab_def-spSmallFont tr th,
    table.tab_def-spSmallFont tr td {
        font-size: 11px;
    }
    table.tab_def-spBreak tr th,
    table.tab_def-spBreak tr td {
        display: block;
        border-right: 1px solid #C8C8C8;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    table.tab_def-spBreak caption {
        display: block;
        border: none;
        border-left: 1px solid #ffffff;
        position: relative;
        left: -1px;
    }
    table.tab_def-fixed-l {
        table-layout: auto;
    }

	/**ニュースリスト**/
	ul.news_list{
		padding: 0.5em 0;
	}
	ul.news_list li{
	display: block;
	overflow: hidden;
	}
	ul.news_list li>*{ padding: 0.2em 1em;}
	ul.news_list li .news_yymmdd{
	display: inline-block;
	min-width: initial;
}
	ul.news_list li .news_ctg{
	display: inline-block;
	min-width: initial;
	}
	ul.news_list li .news_ctg span{
	display: block;
	padding-left: 1em;
	padding-right: 1em;
}
	
	ul.news_list li .news_txt{
	width: 100%;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}
	ul.news_list li+li{
		padding-top: 1em;
	} 



	/**セクション別-latestNEWS**/
	#sect_latestnews{
        padding-bottom: 20px;
	}
	#sect_latestnews .mid_title{ display: none;}
	#sect_latestnews .comm_btn{
	float: none;
	min-width: initial;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	#sect_latestnews .news_list{
		width: calc(100%);
		float: none;
	}

	/**セクション別-Technology**/
	#sect_tecnology{}
	#sect_tecnology .sl_inner .w1200{
	top: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align: center;
	padding-bottom: 30px;
	}

	#sect_tecnology .sl_inner .w1200 strong{
		font-size: 1.6rem;
		display: block;
		padding-bottom: 0.3em;
	}

	/**セクション別-Feature**/
	#sect_feature{}
/**セクション別-Presentation**/
    .index_secthalfbox { flex-direction: column; }
    .index_secthalf:nth-child(n) {
        width: 100%;
        padding: 0;
    }
    .index_secthalf + .index_secthalf { padding-top: 20px; }

}



