/*
Theme Name: traininglp
Description: 
Author:
Author URI: 
*/

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

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).
 */

nav ol,
nav ul {
  list-style: none;
  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 https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/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;
}

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


/* CSS Document */

/*________________________________
PC用レイアウト(画面幅768px以上)
---------------------------------*/

/*________________________________
共通設定(PC)
---------------------------------*/

/*________________________________
body全体の初期スタイル設定
---------------------------------*/

body {
	font-size:62.5%; /*1em=10pxになる*/
	font-family: "M PLUS Rounded 1c";
	font-weight:nomal;
	color:#000;
}

/*リンクの設定*/
a {
	text-decoration:underline;
}

a:link,a:visited {
	color:#39f;
}

a:hover,a:active {
	color:#f60;
}

/*ブラウザのCSSをリセット*/
p{
	margin:0!important;
	padding:0!important;
}

/*セクションエリアの共通設定*/
section {
claer:both;
overflow:auto;
}

/*画像基本100%*/
img {
	width:100%;
}


/*====================================
見出しタグ設定(PC)
=====================================*/

h2 {
	margin:0.5em 0em;
	font-size:2em;
	font-weight:bold;
	text-align: center;
}

h3 {
	margin:0.5em 0em;
	padding:0.3em 0.6em;
	font-size:1.6em;
	font-weight:bold;
	border-left: 8px solid #10559A;
	border-bottom: 1px solid #10559A;
	
}

h4 {
	margin:0.5em 0em;
	padding:0.3em 0;
	font-size:1.4em;
	font-weight:bold;
}

h5 {
	margin:0.5em 0em;
	padding:0.1em;
	font-size:1.2em;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
}

/*________________________________
全体レイアウト／背景設定(PC)
---------------------------------*/

/*画像出し分け設定*/
	.pc_image{
		display:block;
	}
	
	.sp_image{
		display:none;
	}


/*記事・ボディエリア*/
.article {
	font-size:1.8em;/*16pxになる*/
}

/*記事・ボディエリアの行間*/

.article p {
	line-height:1.6;
}

/*プライバシーポリシー・特商法*/

.pl_contents{
	padding:4em 0;
}

.law_table th,.law_table td{
	border:1px solid #000;
	padding:10px 20px;
}


/*====================================
上オブ固定ヘッダー設定
=====================================*/

/*上部固定ヘッダー全体*/
.header {
	position:sticky;
	position: -webkit-sticky;
	top:0;
	z-index:5000;
	background-image: url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/header-background-min.jpeg");
	background-position: right;
	height: 80px;
	overflow: auto;
	display:flex;
	align-items:center;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
	width:1080px;
	margin:0 auto;
}


/*ヘッダーのロゴ*/
.header_logo {
	width:5%;
	float:left;
	margin: 2em;
}


/*ヘッダーの問い合わせボタン*/
.header_mail{
	width:30%;
	float:right;
	margin:1em 0em 1em 0em;

}

.header_mail:hover{
	opacity:70%;
}


/*ヘッダーの電話ボタン*/
.header_tel {
	width:25%;
	float:right;
	margin:1em 2em 0em 0em;
}


/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,.header_mail img, .header_tel img {
	width:100%;
	
}


/*====================================
ファーストビュー設定
=====================================*/

.top_image {
	padding:4em 0;
	height:auto;
	background-image: url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/background-min.jpeg");
	background-repeat: no-repeat;
	background-position: top center;
}

.top_image_in img {
	width:1080px;
}

.top_image_in {
   text-align:center;
}


/*====================================
sectionの設定
=====================================*/

.section_inner{
	width:1080px;
	margin:auto;
}


/*セクション1_CTA1エリア*/
.section_1 {
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/CTA1-background.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	display: flex;
	padding:2em 0;
}

.section_1_inner{
	display:flex;
}

.CTA1_text{
	width:50%;	
	margin-top:0.5em;
}

.CTA1_text img{
	display:block;
	width:90%;
	margin:auto;
}

.CTA1_btn{
	width:50%;

}
.CTA1_btn img{
	display:block;
	width:90%;
    margin:auto;
}

.CTA1_btn img:hover{
	opacity:70%;
}


/*セクション2_お悩みエリア*/
.section_2 {
	background-image: url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/onayami-back.jpeg");
	padding:4em 0 0 0;
}


.onayami img{
	width:100%;
}


/*セクション3_解決エリア*/

.section_3_1{
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/subhead-background.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	padding:3em 0;
}

.solution_subhead img{
	display:block;
	width:90%;
    margin:0 auto;
}

.section_3_2{
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/solution_background.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	padding:4em 0;
}

.solution_1_2,.solution_3_4{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-top:2em;
}

.sol_1,.sol_2,.sol_3,.sol_4{
	width:48%;
}

/*セクション4_特徴エリア*/

.section_4{
	background-color:#edeaea;
}

.section_4_1 {
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/subhead-background.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	padding:2em 0 3em 0;
}

.features_subhead img{
	width:90%;
	display:block;
    margin:auto;
}

.section_4_2{
	padding:4em;
}

.section_4_2_inner{
	background-color:#FFF;
	padding:3em 3em;
	margin:auto;
	box-shadow:2px 2px 10px 0px #a7a7a7;
}

.features{
	margin:0;
}

.features img{
	width:100%;
	height:100%;
}

.feature2,.feature3{
	margin-top:1em;
}

.feature1_inner,.feature2_inner,.feature3_inner{
	display:flex;
	flex-wrap:wrap;
	margin-top:3em;
}

.feature1_inner p, .feature2_inner p,.feature3_inner p{
	width:60%;
}

.feature1_inner img,.feature2_inner img,.feature3_inner img{
	width:40%;
	padding-left:2em;
}


/*セクション5_CTA2*/
.section_5{
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/CTA2-back.jpeg");
	padding:2em 0 3em 0;
}

.section_5_inner{
	display:flex;
}

.CTA2_text{
	width:50%;	
	margin-top:0.5em;
}

.CTA2_text img{
	display:block;
	width:90%;
	margin:auto;
}

.CTA2_btn{
	width:50%;

}
.CTA2_btn img{
	display:block;
	width:90%;
    margin:auto;
}

.CTA2_btn img:hover{
	opacity:70%;
}


.active{
	color:#fff;
	background:#000;
}

/*セクション6_Flow*/

.section_6{
	background-color:#EDEAEA;
	padding:80px 0;
}

.flow_subhead{
	width:23%;
	margin:auto;
}

.flow,.CTA_flow{
	margin-top:2em;
	text-align:center;
}

.flow img{
	width:100%;
}

.flow_CTA_btn,.flow_CTA_text{
	padding-top:1em;
	width:70%;
	margin:auto;
}

.flow_CTA_btn img:hover{
	opacity:70%;
}

/*セクション7_実績・お客様の声*/
.section_7{
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/voice-background.jpeg");
		background-repeat:no-repeat;
	background-size: cover;
}


.section_7_inner {
	text-align:center;
	padding:4em 0;
}

.maker {
	margin-top:3em;
    display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.food,.ad,.manu{
	width:30%;
}

.voice_message{
	background-color:#FFF;
}

.voice_message_inner{
	margin:2em;
	padding:2em;
}

.voice1, .voice2{
	display:flex;
	flex-wrap:wrap;
	text-align:left;
}

.voice_message_inner img{
	width:30%;
	height:30%;
}

.voice2{
	margin-top:1em;
}

.voice1_message{
	padding-left:2em;
	width:70%;
}

.voice2_message{
	padding-right:2em;
		width:70%;
}

.voice_name{
	text-align:right;
}

/*セクション8_FAQアコーディオン*/

.section_8{
	background-color:#edeaea;
	padding:1em 0 5em 0;
}

.FAQ_subhead{
	padding-bottom:2em;
	width:25%;
	margin:auto;
}

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}

/*アコーディオンアイコンのタイトル調整*/
.s_01 .accordion_one .accordion_header {
  background-color: #355fa6;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 24px 32px;
  margin-top:24px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

/*アコーディオンアイコンの調整*/
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

/*アコーディオン中身の調整*/
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 24px 32px;
  box-sizing: border-box;
}

.accordion_inner {
	background-color: #FFFFFF!important;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    padding: 15px 60px 15px 15px;
  }
}

/*お問い合わせ*/

.section_9{
	margin:4em 0;
}

.form-contents p{
	text-align:center;
}


/*テーブルタグ*/

.form-contents table {
  margin-bottom: 1.5em;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin-top:1em;
  font-size:16px;
}
.form-contents th, .form-contents td {
  background-color: #f6f6f6;
  padding: 10px;
  text-align: left;
  border-left: 1px solid #fff;
}
.form-contents th {
  background: #355fa6;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}

.m5-b{
	list-style: none;
	margin-left:-33px;
}



/*フォーム*/
input[type="text"] {
  width: 30%;
  height: 30px;
  text-align: left;
  margin-right: 0.5em;
}
input[type="text_02"] {
  width: 81%;
  height: 30px;
  text-align: left;
  margin: 5px 0em;
}
input[type="post"] {
  width: 20%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="email"] {
  width: 50%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="tel"] {
  width: 15%;
  height: 30px;
  text-align: left;
  margin:0 0.5em;
}
.form_select {
  width: 51%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.form_select_02 {
  width: 36%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.textarea_01 {
  width: 95%;
}
/*ボタン*/

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

.btn-form01 {
  width: 30%;
  margin:0 auto;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  font-size: 1.25em;
  background: #fade66;
  background: -moz-linear-gradient(top, #fade66 0%, #d9b103 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fade66 0%, #d9b103 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fade66 0%, #d9b103 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #000;
  font-weight:bold;
  border-radius: 10px;
}
.btn-form01:hover, .btn-form01:active, .btn-form01:focus {
  opacity:70%;
}


/*====================================
フッター部分
=====================================*/

.footer {
	background-image:url("https://sub-test.portfolio-tkodesign.com/wp-content/themes/traninglp/images/subhead-background.jpeg");
	background-repeat: no-repeat;
	background-size:cover;
	padding:2em 0;
	text-align:center;
	font-size: 1.4em;
	color:#fff;
}

.footer a{
	color:#fff;
}



/* CSS Document */
/*________________________________
タブレット用レイアウト(画面幅1080px以下スクリーン)
---------------------------------*/
@media screen and (max-width:1080px) {
  /*全体*/
  .section_inner{
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  p {
    font-size: 16px;
  }
  h4 {
    font-size: 22px;
  }
  /*ヘッダー*/
  .header_inr {
    padding: 0 2em;
  }
  /*ファーストビュー*/
  .top_image_in img {
    width: 100%;
    padding: 0 2em;
  }
  /*セクション4_特徴エリア*/
  .feature2, .feature3 {
    margin-top: 2em;
  }
  .section_4_2 {
    padding-right: 2em;
    padding-left: 2em;
  }
  /*セクション8_FAQアコーディオン*/
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media only screen and (max-width:767px) {
  /*________________________________
スマホ用レイアウト(画面幅767px以下スクリーン)
---------------------------------*/
  /*________________________________
body全体の初期スタイル設定
---------------------------------*/
  body {
    width: 100%; /*画面の横ずれ防止*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*iosでのフォントサイズの統一*/
  }
  p {
    font-size: 14px;
  }

	h2 {
    font-size: 24px;
  }
	
  h4 {
    font-size: 18px;
  }
  .section_inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  /*________________________________
全体レイアウト／背景設定(スマホ)
---------------------------------*/
  /*画像出し分け設定*/
  .pc_image {
    display: none;
  }
  .sp_image {
    display: block;
  }
  /*全体の背景を設定*/
  .main {
    backgruond-color: #f2f2f2;
  }
  /*記事・ボディエリア*/
  .article {
    background-color: #FFF;
    border-left: none;
    border-right: none;
    font-size: 1.6em; /*16pxになる*/
  }
  /*記事・ボディエリアの行間*/
  .article p {
    line-height: 1.6;
  }
  /*カラム全体の幅*/
  .article, .top_image_in {
    width: 100%;
    margin: 0 auto;
  }
  /*====================================
上オブ固定ヘッダー設定
=====================================*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    height: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    float: left;
    width: 10%;
    margin: 1.5em 0 0 0;
  }
  /*ヘッダーの問い合わせボタン*/
  .header_mail {
    float: right;
    margin: 1em 0;
    width: 50%;
  }
  /*ヘッダーの電話ボタン*/
  .header_tel {
    display: none;
  }
  /*====================================
ファーストビュー設定
=====================================*/
  .top_image {
    background-image: none;
    padding: 0;
  }
  .top_image_in img {
    width: 100%;
  }
  /*====================================
sectionの設定
=====================================*/
  /*section1_CTA1*/
  .section_1 {
    padding: 0;
    margin: 0;
  }
  .section_1_inner {
    flex-wrap: wrap;
  }
  .CTA1_text {
    width: 100%;
    margin-top: 0.5em;
    padding-bottom: 1em;
  }
  .CTA1_btn {
    width: 100%;
    padding-bottom: 2em;
  }
  /*section2_お悩み*/
  .section_2, .section_2_inner {
    padding: 0;
  }
  .sp_onayami {
    width: 100%
  }
  /*section3_解決エリア*/
  .section_3_1 {
    padding: 2em 0;
  }
  .section_3_2 {
    padding: 3em 0;
  }
  .sol_1, .sol_2, .sol_3, .sol_4 {
    width: 100%;
    margin-top: 1em;
  }
  .sp_sol_copy {
    padding-bottom: 1em;
  }
  .solution_1_2, .solution_3_4 {
    padding-top: 0;
  }
  /*section4_特徴エリア*/
  .section_4_1 {
    padding: 2em 0;
  }
  .section_4_2 {
    padding: 3em 1em;
  }
  .section_4_2_inner {
    padding: 2.5em 1.5em;
  }
  .feature1_inner p, .feature2_inner p, .feature3_inner p {
    width: 100%;
  }
  .feature1_inner img, .feature2_inner img, .feature3_inner img {
    width: 100%;
    padding: 1em 0 0 0;
  }
  .feature2, .feature3 {
    margin-top: 3em;
  }
  .feature1_inner, .feature2_inner, .feature3_inner {
    margin-top: 1em;
  }
  /*section5_CTA2エリア*/
  .section_5 {
    padding: 0;
    margin: 0;
  }
  .section_5_inner {
    flex-wrap: wrap;
  }
  .CTA2_text {
    width: 100%;
    padding-bottom: 1em;
    margin-top: -1em;
  }
  .CTA2_btn {
    width: 100%;
    padding-bottom: 2em;
  }
  /*section6_Flow*/
  .section_6 {
    padding: 3em 0;
  }
  .section_6_inner {
    padding: 0;
  }
  .flow_subhead {
    width: 40%;
  }
  .sp_flow {
    padding-top: 2em;
  }
  .flow_CTA_btn, .flow_CTA_text {
    width: 100%;
    padding: 0 1em;
  }
  /*セクション7_実績・お客様の声*/
  .maker {
    margin: 1em 0;
    justify-content: center;
  }
  .food, .ad, .manu {
    width: 50%;
    padding: 10px
  }
  .voice_message_inner img {
    width: 100%;
    height: 100%;
    padding: 0 20%;
  }
  .voice1_message, .voice2_message {
    padding: 0;
    width: 100%;
  }
  .voice_message_inner {
    margin: 0;
    padding: 2em 1.5em;
  }
  /*セクション8_FAQアコーディオン*/
  .FAQ_subhead {
    padding-bottom: 1em;
    width: 50%;
  }
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    padding: 15px 60px 15px 15px;
  }
	
	
/*お問い合わせ*/	
		

.form-contents th, .form-contents td {
  display: block;
  width: auto;	
	}
	
	.form-contents td{
		padding:1em 0.5em;
	}

/*フォーム*/
input[type="text"] {
  width: 42%;
  height: 30px;
  text-align: left;
  margin-right: 0.5em;
}
input[type="text_02"] {
  width: 100%;
  height: 30px;
  text-align: left;
  margin: 5px 0em;
}
input[type="post"] {
  width: 30%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="email"] {
  width: 100%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="tel"] {
  width: 24%;
  height: 30px;
  text-align: left;
  margin:0 0.5em;
}
.form_select {
  width: 51%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.form_select_02 {
  width: 36%;
  height: 40px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.textarea_01 {
  width: 100%;
}
	
.btn-form01 {
  width: 100%;
	}


  /*====================================
フッター部分
=====================================*/
  .footer {
    background-color: #105fa3;
    padding: 24px 16px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
}