/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, main {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}

input[type="text"]:focus {
	outline: 0;
}

*:focus {
	outline: none;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	font-size: 1.6rem;
	font-family: sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-family: 'ＭＳ Ｐゴシック', 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS PGothic', sans-serif;
}

html, body {
	height: 100%;
}

a {
	color: #003e6a;
	text-decoration: none;
}

img {
	max-width: 100%;
}

input {
	font-family: sans-serif;
	font-size: 1.6rem;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}


/* 流れページのcss */
#flow{
  /* width: 1440px; */
  margin: 0 auto;
}
.flow_total{
  padding: 0 4%;
}
.step_total{
  display: flex;
  justify-content: center;
}
 .flow_title{
text-align: center;
}
.flow_title p{
  margin: 1% 0;
  font-size: 2rem;
}
.flow_title img{
  width: 420px;
  margin: 3% 0;
}
.reception{
  text-align: center;
  margin: 4% 0;
}

.step_img p{
  margin: 2% 0;
  border-left: solid 10px;
  border-bottom: solid;
  font-size: 5rem;
  color: black;
  text-align: initial;
  padding-left: 10px;
}

.step_right{
  text-align: center;
}

.step_flow p{
  font-size: 2rem;
  width: 300px;
  margin: 30px auto;
  line-height: normal;
}
.arrow{
  text-align: center;
  padding: 14% 1%;
}
.sp{
  display: none;
}
.btn_img{
  text-align: center;
  width: 400px;
  margin: 0 auto;
}
.coma img{
  width: 18%;
}
.coma li{
  text-align: center;
}
@media screen and (max-width: 950px){
.step_flow p{
  width: 250px;
  }
}
@media screen and (max-width: 768px){
#flow{
  width: 100%;
  padding: 0 10%;
}
.flow_title p{
  font-size: 2rem;
}
.step_total{
  display: block;
}
.step_img p{
  margin: 5% 0;
}
.arrow{
  padding: 2% 2%;
}
.arrow img{
  width: 20%;
  margin-bottom: 3%;
}
.sp{
  display: block;
  margin: 0 auto;
}
.pc{
  display: none;
}
.step_flow p{
  font-size: 2rem;
  width: initial;
}
.coma img {
  width: 60%;
}
}
@media screen and (max-width: 400px){
.flow_title p{
  font-size: 1.5rem;
}
.step_img p{
  font-size: 3.5rem;
}
.step_flow p{
  font-size: 1.5rem;
}
}