@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* ======================= BASE ====== */
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: inherit;
  font-size: 15px;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: 'Noto Serif Japanese',"游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, input, select, textarea, button {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.icon, .thanks_bktop a:before {
  font-family: 'ElegantIcons';
}


/*======== body ========*/
body {
	background: url("../images/bg.jpg") repeat;
	padding-top: 5vh;
}
.sw-theme-default {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
header h1 {
width: 90%;
max-width: 700px;
margin: 0 auto 50px;
color: #60a143;
font-size: 20px;
font-weight: bold;
}

/*======== mendan_form ========*/
.mendan_form {
	max-width: 700px;
	margin: 0 auto;
}

.mendan_form .chap_tit {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	margin: 0 3%;
	padding: 20px 5%;
	background: #fdab0f;
	color: #fff;
	border-radius: 10px;
}
.mendan_form .chap_tit:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(253, 171, 15, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FDAB0F;
    top:100%;
    left:50%;
}
.mendan_form .chap_box {
	padding: 5%;
}
.mendan_form .flex02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.mendan_form .flex02 li {
	width: 48%;
	margin-bottom: 5%;
}
.mendan_form .flex02 li a {
	display: block;
	padding: 30px 10px;
	border: 1px #dcdcdc solid;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
	text-align: center;
}
@media (min-width:768px){
	.mendan_form .flex02 li a {
	  font-size: 22px;
	  font-weight: bold;
	  color: #666;
	  border-radius: 10px;
	}
}

footer {
  text-align: center;
  width: 100%;
  background: #333;
  color: white;
  padding: 5px 0;
}
footer a {
  font-size: 12px;
  color: white;
  margin: 0 15px 0 0;
}
footer small {
  font-size: 12px;
}

.company {
  width: 96%;
  max-width: 680px;
  margin: 80px auto;
  border: solid 2px #ddd;
  line-height: 1.4;
  background: white;
}
.company th {
  width: 20%;
  padding:15px;
  font-size: 12px;
  border-bottom: solid 1px #ddd;
}
.company td {
  width: 80%;
  padding:15px;
  font-size: 12px;
  border-bottom: solid 1px #ddd;
}
