@charset "UTF-8";

/* CSS Document */
/*CSSリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
 margin-top: 0;
 margin-right: 0;
 margin-left: 0;
 margin-bottom: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 background: transparent;
}

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

body {
 font-size: 1.4rem;
 line-height: 2;
 font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 height: 100%;
 word-wrap: break-word;
 overflow-wrap: break-word;
 color: #3E3431;
}


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

nav ul {
 list-style: none;
}

blockquote,
q {
 quotes: none;
}

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

a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}

mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}

del {
 text-decoration: line-through;
}

abbr[title],
dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}

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

hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}

input,
select,
img {
 vertical-align: middle;
}

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

ul {
 /* inline-blockのバグ回避 */
 font-size: 0;
 letter-spacing: -.4em;
}

ul li {
 /* inline-blockのバグ回避 */
 font-size: 1.6rem;
 letter-spacing: normal;
 list-style-type: none;
}

/* iOSでのデフォルトスタイルをリセット 
input {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-appearance: button;
 appearance: button;
 border: none;
 box-sizing: border-box;
 cursor: pointer;
}
input::-webkit-search-decoration, input::-webkit-search-decoration {
 display: none;
}
input::focus, input::focus {
 outline-offset: -2px;
}
select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}*/


/* ---ベースレイアウト--- */
header {
 width: 100%;
 background-image: url(../../common/img/base/header-line.png);
 background-repeat: repeat-x;
 background-position: 0% top;
 padding-top: 30px;
 padding-bottom: 24px;
 padding-left: 20px;
 padding-right: 20px;
}

header .warp {
 width: 760px;
 margin-left: auto;
 margin-right: auto;
}

header .warp img {
 width: 312px;
}

main {
 width: 100%;
 background-image: url("../../common/img/base/main-bg.png");
 background-repeat: repeat-x;
 background-position: 0% top;
 background-color: #f8fcf7;
 display: block;
 /* IE */
 padding-left: 20px;
 padding-right: 20px;
}

main .warp {
 width: 760px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 38px;
 padding-bottom: 40px;
}

main .warp h1 {
 width: 100%;
 background: linear-gradient(#DE785E, #FDE7DC);
 color: #FFFFFF;
 font-size: 2.0rem;
 line-height: 1;
 padding: 15px;
 border: 1px solid #FFFFFF;
 border-radius: 6px;
 -webkit-box-shadow: 0px 0px 5px #C0C0C0;
 box-shadow: 0px 0px 5px #C0C0C0;
}

main .warp .cont {
 padding: 20px;
 border-radius: 6px;
 -webkit-box-shadow: 0px 0px 5px #C0C0C0;
 box-shadow: 0px 0px 5px #C0C0C0;
 background-color: #FFFFFF;
 margin-top: 20px;
}

footer {
 width: 100%;
 background-image: url("../../common/img/base/footer-bg.png");
 background-repeat: repeat-x;
 background-position: 0% top;
 background-color: #508D34;
 text-align: center;
 padding-top: 24px;
 padding-bottom: 25px;
}

footer .bankcode {
 font-size: 1.0rem;
 color: #FFFFFF;
 line-height: 1;
}

footer .copylight {
 font-size: 1.2rem;
 line-height: 1;
 color: #E6D93A;
 padding-top: 18px;
}

a {
 color: #2F67E6;
}

a:hover {
 color: #3E3431;
}


/* ---エアポスト--- */

.airpost picture {
 width: 100%;
}

.airpost img {
 width: 100%;
}

.airpost section {
 margin-top: 50px;
}

.airpost section h2 {
 color: #F0845D;
 border-bottom: solid 1px #F0845D;
 margin-bottom: 26px;
}

.airpost section hr {
 border-top: 1px dashed #B1ADAC;
 margin-top: 25px;
 padding-top: 15px;
}

.airpost section .pmessage {
 background-color: #CFEEE9;
 border: solid 1px #12A88F;
 padding: 15px;
 color: #12A88F;
 text-decoration: none;
 font-weight: 700;
 margin-left: 2em;
 border-radius: 6px;
 box-shadow: 2px 2px 4px rgba(0 0 0 / 16%);
 display: inline-block;
 margin-top: 15px;
 line-height: 1;
}

.airpost section .pmessage:hover {
 background-color: #12A88F;
 color: #ffffff;
}

.airpost section picture.img01 {
 display: flex;
 justify-content: center;
}

.airpost section picture.img01 img {
 padding-left: 20px;
 padding-right: 20px;
}


.airpost section .srv1 {
 margin-top: 49px;
 background-color: #EFEFEF;
 border-radius: 6px;
 position: relative;
 padding-top: 39px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 text-align: center;
}

.airpost section .srv1 h3 {
 font-size: 1.8rem;
 line-height: 1;
 color: #FFFFFF;
 background-color: #12A88F;
 width: 240px;
 height: 38px;
 text-align: center;
 padding-top: 10px;
 border-radius: 19px;
 position: absolute;
 top: -19px;
 right: 0;
 left: 0;
 margin: auto;
}

.airpost section .srv1 h4 {
 font-size: 2.1rem;
 color: #12A88F;
 display: inline-block;
 padding-left: 12px;
 padding-right: 12px;
 padding-bottom: 10px;
}

.airpost section .srv1 p {
 font-size: 1.2rem;
 line-height: 1.6;
 text-align: left;
}

.airpost section .srv2 {
 margin-top: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 background-color: #EAF7F5;
 border-radius: 6px;
 padding: 20px;
}

.airpost section .srv2 .cap {
 width: 100%;
 text-align: center;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 1;
 color: #12A88F;
 padding-bottom: 20px;
}

.airpost section .srv2 .box {
 width: 240px;
 margin-left: 45px;
 margin-right: 45px;
}

.airpost section .srv2 .box h3 {
 font-size: 1.8rem;
 line-height: 1;
 color: #FFFFFF;
 background-color: #12A88F;
 width: 240px;
 height: 38px;
 text-align: center;
 padding-top: 10px;
 border-radius: 19px;
 margin-bottom: 20px;
}

.airpost section .srv3 {
 margin-top: 20px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 background-color: #FFE9DE;
 border-radius: 6px;
 padding: 20px;
}

.airpost section .srv3 h3 {
 font-size: 1.8rem;
 font-weight: 700;
 color: #F0845D;
 width: 100%;
 text-align: center;
}

.airpost section .srv3 p {
 width: 100%;
 text-align: center;
}

.airpost section .srv3 a {
 width: 150px;
 margin-left: 45px;
 margin-right: 45px;
 padding-top: 20px;
}

.airpost section .srv3 a img {
 transition: 0.3s;
}

.airpost section .srv3 a p {
 font-weight: 700;
 padding-top: 8px;
}

.airpost section .srv3 a:hover img {
 filter: contrast(1) brightness(80%);
}


.airpost section .attn li {
 padding-left: 1.2em;
 text-indent: -1.2em;
 font-size: 1.4rem;
}

.airpost section .attn li:before {
 content: "●";
 color: #12A88F;
 padding-right: 4px;
}

.airpost section .airpost-link {
 width: 476px;
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding-top: 25px;
}

.airpost section .airpost-link img {
 transition: 0.3s;
}

.airpost section .airpost-link:hover img {
 filter: contrast(1) brightness(80%);
}


/* 共用パーツ */
.airpost section .pdb {
 margin-bottom: 18px;
}

.airpost section .idt1 {
 padding-left: 1em;
 text-indent: -1em;
}

.airpost section .idt2 {
 padding-left: 2em;
 text-indent: -2em;
}

.airpost section .idt2000 {
	padding-left: 2em;
}
.airpost section .idt2010 {
 padding-left: 2em;
 text-indent: -1em;
}

.airpost section .link {
	border: solid 1px #F0845D;
	text-align: center;
	width: 25em;
	margin: auto;
	padding: 0.5rem 0; 
}

@media only screen and (max-width: 640px) {
	.airpost section .link {
		border: solid 1px #F0845D;
		text-align: center;
		width: 21em;
		margin: auto;
		padding: 0.5rem 0; 
	}
}


@media only screen and (max-width: 640px) {

 /* ---ベースレイアウト--- */
 header {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
 }

 header .warp {
  width: 100%;
 }

 header .warp img {
  width: 212px;
 }

 main {
  padding-left: 10px;
  padding-right: 10px;
 }

 main .warp {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
 }

 main .warp h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 12px;
 }

 main .warp .cont {
  padding: 10px;
  margin-top: 10px;
 }

 footer {
  padding-top: 13px;
  padding-bottom: 15px;
 }

 footer .copylight {
  padding-top: 9px;
 }

 /* ---エアポスト--- */


 .airpost section {
  margin-top: 30px;
 }

 .airpost section h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  background-size: 24px;
 }

 .airpost section hr {
  margin-top: 15px;
  padding-top: 5px;
 }

 .airpost section .pmessage {
  padding: 12px;
  margin-top: 10px;
 }

 .airpost section .pmessage:hover {
  background-color: #12A88F;
  color: #ffffff;
 }

 .airpost section picture.img01 img {
  width: 100%;
	padding: 0;
 }

 .airpost section .srv1 {
  margin-top: 37px;
  padding-left: 15px;
  padding-right: 15px;
 }

 .airpost section .srv1 h3 {
  font-size: 1.4rem;
  width: 200px;
  height: 34px;
  border-radius: 17px;
  top: -17px;
 }

 .airpost section .srv1 h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
  width: 100%;
  display: block;
 }

 .airpost section .srv1 h4:first-child {
  margin-top: -8px;
 }

 .airpost section .srv1 p {
  padding-top: 10px;
 }

 .airpost section .srv2 {
  margin-top: 15px;
  padding: 15px;
 }

 .airpost section .srv2 .cap {
  font-size: 1.4rem;
  padding-bottom: 15px;
 }

 .airpost section .srv2 .box {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
 }

 .airpost section .srv2 .box:last-child {
  padding-top: 20px;
 }

 .airpost section .srv2 .box h3 {
  font-size: 1.4rem;
  width: 200px;
  height: 34px;
  border-radius: 17px;
  margin-bottom: 15px;
 }

 .airpost section .srv3 {
  margin-top: 15px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }

 .airpost section .srv3 h3 {
  font-size: 1.4rem;
 }

 .airpost section .srv3 p {
  text-align: left;
  font-size: 1.2rem;
 }

 .airpost section .srv3 a {
  width: 47%;
  margin: auto;
  padding-top: 8px;
 }

 .airpost section .srv3 a p {
  padding-top: 5px;
  text-align: center;
 }

 .airpost section .attn li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.2rem;
 }

 .airpost section .attn li:before {
  padding-right: 2px;
 }

 .airpost section .airpost-link {
  width: 100%;
  padding-top: 20px;
 }
}