@charset "utf-8";
/*
Theme Name: twentyseventeen-child
Theme URI: https://borngolf.kinsta.cloud/twentyseventeen-child/
Description: twentyseventeen-child Theme
Author: Your Name
Author URI: http://example.com
Template: twentyseventeen
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap');

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).
 */
:root {
	font-size: 16px;
	line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 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: 80%;
}

/* 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
############################# */

/* ===== base ===== */
:root {
    font-size: 16px;
}
body {
	color: #000;
	background-color: #FFF;
	overflow-x: hidden;
	letter-spacing: 0.1em;
    line-height: 1.6;
}


a,
a:visited {
	color: #000;
	transition: opacity 300ms 0s ease;
	text-decoration: underline;
}
a:hover {
    opacity: 0.7;
    /*text-decoration: underline;*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

p{
line-height: 2;
}

main.submain{position: relative;}

/**パンくず**/
#bread_list{ background-color: #56ce7b; border-radius: 4px; display: flex; }
main.submain #bread_list{top: -1.5em; position: absolute; z-index: 100; margin: auto; left: 0; right: 0;}
#bread_list[class*="wth_"]{padding: 1em;}
#bread_list li{	font-size: 0.8em; letter-spacing: 0.1em; color: #fff; line-height: 1.2;}
#bread_list li a,#bread_list li span{ padding-left: 0.5em; padding-right: 0.5em; color: #fff; }
#bread_list li:before{content: "＞"; display: inline-block; font-size: 0.6em; vertical-align: middle;height: 2em; margin-right: 0.75em;}
#bread_list li:first-child:before{display: none;}


/**電話番号リンク**/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

/**Bg変更**/


/**section**/
section[id*="sect_"]{
padding: 70px 0px;
}

section[id*="sect_"]:last-child{
	padding-bottom: 100px;
}

/**box**/
[class*="wth_"]{ margin-left: auto; margin-right: auto; padding-left: 50px; padding-right: 50px; width: 100%;}
[class*="wth_Full"]{ max-width: 100%; margin-left: auto; margin-right: auto;}
[class*="wth_600"]{ max-width: 600px;}
[class*="wth_700"]{ max-width: 700px;}
[class*="wth_800"]{ max-width: 800px;}
[class*="wth_900"]{ max-width: 900px;}
[class*="wth_1000"]{ max-width: 1000px;}
[class*="wth_1100"]{ max-width: 1100px;}
[class*="wth_1200"]{ max-width: 1200px;}
[class*="wth_1300"]{ max-width: 1300px;}
[class*="wth_1400"]{ max-width: 1400px;}
[class*="wth_1500"]{ max-width: 1500px;}
[class*="wth_1600"]{ max-width: 1600px;}
[class*="wth_1700"]{ max-width: 1700px;}
[class*="wth_1800"]{ max-width: 1800px;}
[class*="wth_1900"]{ max-width: 1900px;}
[class*="wth_2000"]{ max-width: 2000px;}
[class*="wth_"][class*="_Nopad"]{ padding-left: 0px!important; padding-right: 0px!important;}
[class*="wth_"][class*="_Nomarg"]{ margin-left: 0; margin-right: 0;}
[class*="wth_"][class*="fcont"]{width:fit-content!important; padding: 0 1em!important; }

.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;
}

/**文字寄せ**/
[class*="talign_"][class*="Pleft"]{text-align: left;}
[class*="talign_"][class*="Pcenter"]{text-align: center;}
[class*="talign_"][class*="Pright"]{text-align: right;}


	/**縦分割フォーマット**/
	[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;
    gap:4%;
	}
    [class*="col_"][class*="ALI-str"]{ align-items: stretch;}
    [class*="col_"][class*="ALI-cent"]{ align-items: center;}
    [class*="col_"][class*="JC-right"]{ justify-content: right;}
    [class*="col_"][class*="JC-cent"]{ justify-content: center;}
	[class*="col_"]>*{ position: relative; }
    [class*="col_"]>* img{width: 100%;}
	[class*="col_"]>*:last-child{margin-right: 0!important;}
    
    
    
    [class*="col_02"]{gap:6%;}
	[class*="col_02"]>*{ width: 47%; }
    
    [class*="col_03"]{gap:5%; }
    [class*="col_03"]>*{ width: 30%; }


    [class*="col_04"]{gap:4%;}
	[class*="col_04"]>*{ width: 22%;}

    [class*="col_05"]{gap:3.75%;}
	[class*="col_05"]>*{ width: 17%; }


	ul.irreg5_01{
		overflow: hidden;
	}
	ul.irreg5_01 li{
		position: relative;
		width : -webkit-calc(25.4% - 20px) ;
		width : calc(25.4% - 20px) ;
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	ul.irreg5_01 li:after{
		content:"";
		display: block;
		padding-top: 100%;
	}
	ul.irreg5_01 li:first-child,
	ul.irreg5_01 li.cell02{
		width : -webkit-calc(50% - 10px) ;
		width : calc(50% - 10px) ;
		margin-left: 0px;
	}
	ul.irreg5_01 li > *{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
	}


/* 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; }


/**ボタン**/
.btn_box{text-align: center; padding-top: 2em; padding-bottom: 2em; border-radius: 0.75em;}
.btn_box .btn_ul{display: flex; justify-content: center;}

/**table**/
table.tab_def01{}
table.tab_def01 th,table.tab_def01 td{
padding: 1em;
text-align: left;
}
table.tab_def01 th{line-height: 1.4;}

/**アルファベット**/
.alph_txt{ font-family: "Roboto", sans-serif; font-weight: 700; font-style: normal;}

/**見出し**/
.mid_title{	padding-bottom: 1em; text-align: center; font-size: 2.5em;line-height: 1.4;}
.mid_title em{ font-weight: 800; font-style: normal; display: block; letter-spacing: 0.1em; line-height: 1.4;}

.smid_title{font-size: 2em; font-weight: 800; text-align: center; padding-bottom: 1em;line-height: 1.4;}

.mid_title + .smid_title{ }
.mid_intr{font-size: 115%; padding-bottom: 2em;}

/**配下ページタイトル雛形**/
#sect_subttl{background-color: #3dab5f; margin-top: 60px; padding: 0; height: 19em;}
#sect_subttl .subttl_box{display: flex; height: 100%; align-items: center;}
#sect_subttl .pname_box{width: calc(50% - 200px); display: flex; justify-content: flex-end;}
#sect_subttl .pname_box .subttl_pname{color: #fff; font-weight: 700; line-height: 1.4; width: 300px; letter-spacing: 0.1em; padding-bottom: 0.5em; text-indent: -0.9em; padding-left: 0.9em;}
#sect_subttl .pname_box .subttl_pname:before{content: ""; display: inline-block; width: 0.5em; height: 2px; margin-right: 0.4em; background-color: #fff; vertical-align: middle;}
#sect_subttl .subttl_img{ height: 100%; position: relative; flex-grow: 1; }
#sect_subttl .subttl_img img{object-fit: cover; width: 100%; height: 100%; object-position: 50% 50%;}




/**セクション別-NEWS**/
#sect_news{
}
#sect_news ul.irreg5_01 li{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#sect_news ul.irreg5_01 li a{

}
#sect_news ul.irreg5_01 li a .news_txt{
	position: absolute;
	bottom: 0px;
	padding-right: 2em;
	padding-left: 1em;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 5rem;  /* ← 追加 : テキスト3行が表示できる程度の高さ */
	border-top: 0.75em solid #212121;
	border-bottom: 0.75em solid #212121;
	background-color: #212121;
}

#sect_news ul.irreg5_01 li a .news_txt:after {
	content: '';
	width: 0.75em;
	height: 0.75em;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 0px;
	margin: auto;
	bottom: 0px;
}

/**セクション別-PRODUSTS**/
#sect_product{
}
#sect_product ul li {
	background-image: -webkit-linear-gradient(295deg,rgba(64,64,64,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(295deg,rgba(64,64,64,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(295deg,rgba(64,64,64,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(155deg,rgba(64,64,64,1.00) 0%,rgba(0,0,0,1.00) 100%);
}

#sect_product ul li a{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: block;
}
#sect_product ul li a:before{ content:""; display: block; padding-top: 75%; }

#sect_product ul li a .prod_txt{
	padding-top: 0.75em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(75,83,97,0.50) 0%,rgba(41,44,50,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(75,83,97,0.50) 0%,rgba(41,44,50,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(75,83,97,0.50) 0%,rgba(41,44,50,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(75,83,97,0.50) 0%,rgba(41,44,50,0.50) 100%);
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 0.75em;
}
#sect_product ul li .prod_txt strong{
	display: block;
	font-size: 2em;
	/* [disabled]margin-left: 0.4em;
	vertical-align: middle;
*/
	line-height: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#sect_product ul li a .prod_txt:before{
	content: "";
	display: block;
	width: 1px;
	height: calc( 100% - 1.5em );
	position: absolute;
	top: 0.75em;
	left: 1em;
	background-color: #6e767e;
}
#sect_product ul li .prod_txt small{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1em;
}


/**GALLERY**/
#sect_gall{}
ul.gall_ul{}
ul.gall_ul li a{
	width: 100%;
	display: block;
	background-size: cover;
}
ul.gall_ul li a:after{ content:"";
    display: block;
    padding-top: 100%;}




/* ##### responsive ##### */
@media screen and (max-width: 767px) {
    body {
	max-width: 100vw;
	overflow-x: hidden;
	padding-top: 60px;
    }

    main.submain{overflow: hidden;}

    /**パンくず**/
    #bread_list{ width: 100%; border-radius:0;}
    main.submain #bread_list{position: static;}
    #bread_list[class*="wth_"]{padding: 0.5em;}
    #bread_list li{}
    #bread_list li a,#bread_list li span{ }
    #bread_list li:before{}
    #bread_list li:first-child:before{}


    /**電話番号リンク**/
    a[href*="tel:"] {
    pointer-events: auto;
    } 
    
    
    /**BOX**/
    [class*="wth_"]{ width: 100%; padding-left: 5%; padding-right: 5%; }
    [class*="wth_"][class*="-SPNopad"]{ padding-left: 0px!important; padding-right: 0px!important;}
    [class*="wth_"][class*="fcont"]{width:fit-content!important; padding: 0 1em!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;
    }

    /**文字寄せ**/
    [class*="talign_"][class*="Sleft"]{text-align: left!important;}
    [class*="talign_"][class*="Scenter"]{text-align: center!important;}
    [class*="talign_"][class*="Sright"]{text-align: right!important;}

/**縦分割フォーマット**/
    [class*="col"]{}
    [class*="col"][class*="-single"]{gap:0!important;}
    [class*="col"][class*="-single"]>*{width: 100%!important;}


    [class*="col_03"]>*{
        width: 100%;
        margin-right: 0px;
        }
	
	[class*="col_03"][class*="-nomarg"]{	}
	[class*="col_03"][class*="-nomarg"]>*{ width :100%; margin-bottom: 36px;}
	[class*="col_04"]{gap:6%;}
    [class*="col_04"]>*{ width: 47%; }

	[class*="col_05"]>*{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5vw;
	}
	[class*="col_05"]>*:nth-of-type(5n){ margin-right:3.5%;}
	[class*="col_05"]>*:nth-of-type(3n){ margin-right: 0;}


	ul.irreg5_01{
	}
	ul.irreg5_01 li{
		width : 48%;
		float: left;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	ul.irreg5_01 li:nth-child(2n){
	margin-left: 0;}
	
	
	ul.irreg5_01 li:first-child,
	ul.irreg5_01 li.cell02{
		width : 100%;
		margin-left: 0px;
	}


    /**section**/
    section[id*="sect_"]{ padding: 40px 0px; }

    /* 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: 50px;
    }


	/**見出し**/
    .mid_title{font-size: 1.8em;}
    .mid_title em{ }
    .mid_intr{font-size:110%;}
    main.submain .mid_intr{font-size:100%;}
    .smid_title{font-size: 1.5em; }

    /**配下ページタイトル雛形**/
    #sect_subttl{margin-top: 0; height: 10em;}
    #sect_subttl .subttl_box{}
    #sect_subttl .pname_box{width: 40%; justify-content: center; }
    #sect_subttl .pname_box .subttl_pname{color: #fff; font-size:1.2em; width: auto; padding-bottom: 0.5em; letter-spacing: 0.07em;}
    #sect_subttl .pname_box .subttl_pname:before{}
    #sect_subttl .subttl_img{ width: 60%; }
    #sect_subttl .subttl_img img{}



    /**ボタン**/
    .btn_box{}
    .btn_box .btn_ul{}
    .btn_box .btn_ul li{width:100%;}

    /**table**/
    table.tab_def01{}
    table.tab_def01 th,table.tab_def01 td{font-size: 0.9em!important; padding: 0.75em; }
    table.tab_def01 th{}
    table.tab_def01 th:before{
    }
	
    /**セクション別-ABOUT**/
    #sect_topabout .about_txt{ text-align: left;}
    #sect_topabout .about_txt strong{ text-align: center;}
    /**セクション別-NEWS**/
    #sect_news ul.irreg5_01 li a .news_txt{	font-size: 0.75em;}

    /**セクション別-PRODUSTS**/
    #sect_product{}
    #sect_product ul li {}
    #sect_product ul li .prod_txt{}
    #sect_product ul li .prod_txt strong{}
    #sect_product ul li .prod_txt strong:after{}




}
